
.product-gallery .slick-carousel-gallery1 {
    display: flex;
    flex-wrap: nowrap; /* Prevent items from wrapping to the next row */
    overflow: hidden;
    width: 100%;
    
}

.tbox {
    z-index: 999;
}
.product-price-display {
    background: #ffffff;
    padding: 30px 0 0 0;
    width: 100%;
    float: left;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 974px){
    .product-price-display {
        margin-top: 60px;
    }
}

.catg-img {
    min-height: 250px;
    position: relative;
    height: 189px;
    text-align: inherit;
}

.product-thumb{
    position: relative;
}

.product-thumb-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/* .product-highlight{
    padding-top: 20px;
} */

a.product-thumb-link:visited + div{
    background: rgba(226, 226, 226, 1);
}

.highlighted{
    background: #d5e4fb;
}

.warrenty {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5%;
    margin-top: 6px;
}
.condlabel {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5%;
    margin-top: 3px;
}
.slide-gallery img {
    border: 1px solid #b9b9b9;
    padding: 5px 3px;
}
i.fa.tooltipstered {
    z-index: 100;
}
.text-desc {
    border-right: 1px solid #ccc;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    height: 75px;
    font-size: 14px;
}
.stock-bar {
    background-color: rgb(237, 237, 237);
    box-shadow: 0 0px 16px -4px #333333 inset;
    width: 100%;
    height: 75px;
    float: left;
    margin-bottom: 15px;
    display: table;
    font-size: 16px;
    position: relative;
    z-index: 100;
}
.fluidMediaPop .fluidMedia {
    height: 530px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.fluidMediaPop .fluidMedia iframe,
.fluidMediaPop .fluidMedia object {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
/*.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
} */
/* .modal-dialog {
    max-width: 100%;
    max-height: 100%;
} */
/* .modal-body {
    max-width: 100vw;
    max-height: 85vh;
} */

h2.staff-pick {
    color: #000;
    text-align: left;
}
.slick-carousel-gallery .slick-prev {
    left: 0px;
    background: url(../img/layout/left-arw-gallery.png) no-repeat left center;
    display: block !important;
    width: 9px;
    height: 13px;
    top: 38px;
}
.slick-carousel-gallery .slick-next {
    top: 38px;
    left: 98%;
}
.deskview {

    display: block;
}
.item-stock {
    margin-top: 10px;
    font-size: 13px;
}
.chk-mark{
    float: unset !important;
}
.chk-code{
    float: unset !important;
}
.slider-img-wrapper {
    width: 66px;
    height: 50px;
    border: 1px solid #b9b9b9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    border: none;
}
.get-vip-discount{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.product-image {
    max-width: 380px;
}
@media (max-width: 991px) {
    #scroll-cart-fixed {
        display: none;
    }
    .deskview {

        display: none;
    }
    .warrenty {
        margin-left: 0%;
    }
    .get-vip-discount{
        width: 60%;
    }
}
@media(max-width: 460px) {
    .block {
        font-size: 10px;
    }
    .deskview {

        display: none;
    }
    .warrenty {
        margin-left: 0%;
    }
}
.vip-messg {
    color: red;
    float: right;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.add-cart:visited {
    color: green;
}
.view-all-cat-btn {
    padding: 10px 15px;
    border-radius: 4px;
    background-color: rgb(35, 100, 150);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    width: 216px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

.blank-desc {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    height: 75px;
}
.post-review .review-checkbox {
    margin: 37px 0px 14px 17px;
}
.modal-photo, .modal-video {
    background-color: #fff;
}
.select-style {
    border: 1px solid #ccc;
    width: 140px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 100;
    background: #fff;
    background: url(../img/layout/drop-downArw.png) center right no-repeat, #fff;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

@media (max-width: 767px){
    .catg-img {
        height: 178px !important;
        width: 100%;
        text-align: inherit;
        margin-right: 8%;
        display: inline !important;
        vertical-align: middle !important;
    }
    .add-cart-btn-wrap {
        width: 100%;
    }

}

@media (max-width: 560px){
    .stock-bar .container{
        padding: 0px;
    }

    .stock-bar .text-desc{
        padding: 0px 10px;
        width: 70% !important;
        text-align: right;
    }

    .stock-bar .text-desc span.tc-6{
        font-size: 15px;
    }

    .stock-bar .blank-desc{
        display: none;
    }
}

.comparison-carousel-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.comparison-carousel{
    padding: 0px 20px;
    width: calc(100% - 300px);
}

.comparison-carousel-wrapper .review-wrap{
    margin-bottom: 5px;
}

.comparison-slide-control{
    background-color: #fafafa !important;
    box-shadow: 0 3px 5px 0 rgb(0,0,0,0.13);
    padding: 20px;
    position: relative;
    z-index: 90;
    width: 130px;
    margin-bottom: 5px;
}

.comparison-slide-control h4 {
    text-align: center;
    color: #236496;
    font-size: 21px;
    font-weight: 700;
}

.comparison-carousel.slick-slider button{
    top: 200px;
    z-index: 100;
}
.comparison-slide-control .slick-prev {
    background: url(../img/layout/left-arw.png) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 40px;
    background-size: contain;
}
.comparison-slide-control .slick-next {
    background: url(../img/layout/right-arw.png) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 40px;
    background-size: contain;
}

.comparison-carousel.slick-slider .slide{
    padding: 0px 10px;
}

@media only screen and (max-width: 1200px){
    .comparison-slide-control{
        width: 100px;
        padding: 10px;
    }

    .comparison-carousel{
        padding: 0px 10px;
        width: calc(100% - 200px);
    }

    .comparison-carousel.slick-slider button.slick-prev{
        left: -70px;
    }

    .comparison-carousel.slick-slider button.slick-next{
        right: -70px;
    }

    .comparison-slide-control h4 {
        text-align: center;
        color: #236496;
        font-size: 18px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 768px){
    .comparison-carousel-wrapper{
        padding: 0px 5px;
    }

    .slick-slider button{
        width: 35px;
        height: 35px;
        background-size: contain;
    }

    .comparison-carousel{
        width: calc(100% - 50px);
    }

    .comparison-slide-control{
        width: 70px;
        padding: 5px;
        display: none;
    }

    .comparison-slide-control h4 {
        font-size: 14px;
        display: none;
    }

    .comparison-carousel.slick-slider button.slick-prev{
        left: -20px;
    }

    .comparison-carousel.slick-slider button.slick-next{
        right: -20px;
    }
}
.slick-disabled {
    opacity: 0;
}
@media only screen and (max-width: 1200px){
    .comparison-slide-control .slick-prev,
    .comparison-slide-control .slick-next{
        left: 25px;
    }
    .product-image{
        width: 100%;
        max-width: 380px;
    }
}

@media only screen and (max-width: 768px){
    .comparison-slide-control .slick-prev{
        width: 40px;
        height: 40px;
        left: 0px;
        top: 200px
    }

    .comparison-slide-control .slick-next{
        width: 40px;
        height: 40px;
        left: -15px;
        top: 200px
    }
    .comparison-slide-control{
        background: none!important;
        box-shadow: none;
    }
    .slider-img-wrapper {
        height: 120px;
    }
    .get-vip-discount{
        width: 100%;
    }
    .get-vip-discount{
        width: 100%;
    }
    .stand-123 {
        width: auto;
    }
    .question {
        position: initial;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .product-price-display .header { text-align: center; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .product-price-display .header { text-align: center; }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .product-price-display .header.chart-header {float: none !important;}
    .product-price-display .header { width: auto; float: right !important; }

}
@media only screen and (max-width: 767px) {
    .btn-primary {
        margin-top:5px;
    }
}
@media only screen and (max-width: 991px) {
    .btn-primary {
        margin-top:5px;
    }
}
@media (min-width: 768px) {
    html {
        overflow-y: scroll;
    }
}
/* KPODJ ALL CSS */
.price-list {
    font-size: 25px;
    color: #236496;
    font-weight: bold;
}
.review-wrap .header, .product-descr .header {
    font-size: 18px;
    color: #236496;
    /* margin-bottom: 30px; */
    font-weight: bold;
}
.tooltipster-custom {
    background-color: #ffffff !important;  /* Solid white background */
    color: #333333 !important;             /* Dark text */
    max-width: 250px !important;           /* Set smaller width */
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}
.popover-title {
    background: #236496;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #236496;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.chart-header {
    color: #236496;
    font-size: 30px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    font-weight: bold;
    /* margin-top: 20px !important; */
}
.bold {
    font-weight: bold;
}
.product-thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

a {
    color: #236496;
    text-decoration: none;
}
.catg-content, .catg-img {
    text-align: center;
}
.catg-img-header {
    color: #797979;
    font-size: 18px;
    padding-bottom: 12px;
    height: 60px;
}
.comparison-carousel .slick-slide{
    /* background-color: #fafafa !important; */
    /* box-shadow: 0 3px 5px 0 rgb(0, 0, 0, 0.13); */
    padding: 20px;
    position: relative;
    z-index: 90;
    width: 130px;
    margin-bottom: 5px;
    border: 1px solid #ededed;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ffffff+2,fafafa+98,ededed+100 */
background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 2%,rgba(250,250,250,1) 98%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.favorite-label {
    text-align: center;
    color: green;
    font-weight: bold;
}
.comparison-slide-control .slick-prev:before,.comparison-slide-control .slick-next:before {
    content: none !important;
}
.comparison-container{
    margin-top: 30px;
}
.icheckbox_polaris, .iradio_polaris {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    padding: 0;
    width: 29px;
    height: 29px;
    background: url(../img/layout/polaris.png) no-repeat;
    border: none;
    cursor: pointer;
}
.choose_product {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    padding: 0;
    width: 25px;
    height: 25px;
    accent-color: #007bff; /* optional: change color to Bootstrap primary */
    cursor: pointer;
    border: none;
    position: relative;
    top: -2px;  
}
.modal{
    z-index: 9999999999;
}
body .comparison-carousel .slick-slide.comparison-active-slide{
    border: 1px solid #2b9ed8;
    /* top: 3px; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ffffff+47,ededed+100 */
    background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.img-auto {
    height: auto;
    max-height: 90vh;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}