/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [PRODUCT IMAGE]
        (PRODUCT IMAGE ZOOM EFFECT)
        (PRODUCT LARGE IMAGE )
        (PRODUCT THUMB IMAGE)
       
    [PRODUCT DETAILS]
        (PRODUCT INFO)
        (PRODUCT DESCRIPTION)

    [MEDIA QUERIES]
*/

/* [PRODUCT IMAGE] --------------------------------------------------- */

/* (PRODUCT IMAGE ZOOM EFFECT) */

.product-details .lightbox {
    /*border: 1px solid #ddd;*/
    background: #fff;
}

.product-details .photo-item {
    position: relative;
    text-align: center;
}

    .product-details .photo-item:before {
        content: '';
        position: absolute;
        background-image:
    }

    .product-details .photo-item img {
        display: inline-block;
    }

.product-details .slick-slide .photo-item a:focus {
    outline: none;
}

.photo-item .zoom-image {
    position: absolute;
    bottom: 30px;
    right: 15px;
    color: #666;
    font-size: 22px;
    cursor: pointer;
}

.product-details .slick-slide {
    text-align: center;
}

.product-details .slider-nav {
    background: #fff;
    position: relative;
    z-index: 1;
}

    .product-details .slider-nav .slick-slide {
        border-right: 1px solid #d9d9d9;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product-details .slider-nav .slick-slide:last-child {
            border-right: none;
        }

#divImageGallery .slick-slide img {
    display: inline-block;
}

#divImageGallery .slick-prev,
#divImageGallery .slick-next {
    background: none;
}

.zoomWindowContainer {
    width: auto !important;
}

.product-details .zoom-section {
    text-align: center;
}

    .product-details .zoom-section #wrap {
        z-index: 100 !important;
    }

    .product-details .zoom-section .zoom-small-image {
        display: inline-block;
        max-width: 100%;
        position: relative;
        z-index: 100;
    }

    .product-details .zoom-section .quick-zoom {
        text-align: center;
    }

.product-details .add-to-cart-section {
    margin: 0.5rem 0px;
}

.product-details .selct-size-qty .select-product-options.mb-4 {
    margin-bottom: 0 !important;
    width: 100%;
}



.home-page .container-middle-inner > .row {
    margin: 0;
}

.home-page.inner-product-listing .container-middle-inner > .row {
    margin: 0 -0.94rem;
}

.product-description-tabs {
    margin: 2rem 0;
}

#divImageGallery > div.slider.slider-nav.mt-4.slick-initialized.slick-slider > div.slick-list {
    width: 88% !important;
    margin: 0 auto;
}


/* (PRODUCT IMAGE ZOOM EFFECT) END */


/*  (PRODUCT LARGE IMAGE ) */
#myLargeViewModal .modal-header, #myLargeViewModal .modal-body, #myLargeViewModal .modal-footer {
    padding: 0;
    min-height: 0;
}

#myLargeViewModal:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 100%;
    height: 100vh;
    vertical-align: middle;
}

#myLargeViewModal .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

#myLargeViewModal div#slider-modal {
    margin: 0;
}

    #myLargeViewModal div#slider-modal .owl-item {
        max-height: none;
        overflow: initial;
        text-align: center;
    }

        #myLargeViewModal div#slider-modal .owl-item img {
            max-height: calc(100vh - 1.88rem);
        }

    #myLargeViewModal div#slider-modal .owl-controls .owl-buttons > * {
        position: absolute;
        top: 0;
        bottom: 0;
    }

#myLargeViewModal #carousel-modal {
    margin-left: -0.94rem;
}

    #myLargeViewModal #carousel-modal .owl-wrapper {
        width: auto !important;
        margin-top: 0.94rem;
    }

    #myLargeViewModal #carousel-modal .owl-item {
        width: 100% !important;
    }

.owl-carousel {
    display: block !important;
    text-align: center;
}

/*  (PRODUCT LARGE IMAGE ) END */


/* (PRODUCT THUMB IMAGE) */

#productthumbs {
    margin: 1.5rem 0;
}

    #productthumbs .owlSlides .owl-item:first-of-type {
        margin-left: 2.5rem;
    }


    #productthumbs .owlSlides .owl-item #image {
        display: block;
        max-width: 100px;
        height: auto;
        border: 0.06rem solid;
        padding: 0.31rem;
    }

    #productthumbs .owl-controls {
        display: block !important;
    }

        #productthumbs .owl-controls .owl-prev, #productthumbs .owl-controls .owl-next {
            position: absolute;
            top: 38%;
            font-size: 1.5rem;
            padding: 0.44rem;
        }

        #productthumbs .owl-controls .owl-prev {
            left: 0;
        }

        #productthumbs .owl-controls .owl-next {
            right: 0;
        }
/* (PRODUCT THUMB IMAGE) END*/


/* [PRODUCT IMAGE] END --------------------------------------------------- */



/* [PRODUCT DETAILS]  --------------------------------------------------- */

/* (PRODUCT INFO) */
.product-details .product-price {
    margin: 0.94rem 0;
}


    .product-details .product-price #spnRetAmt {
        text-decoration: line-through;
    }


.select-product-options .select-option li label, .filters .color label {
    min-width: 1.88rem;
}



.select-option li label {
    line-height: 1.56rem;
    margin: 0 0.13rem;
}

.select-product-options .select-option .ActiveColSwatch,
.filters .color input[type=checkbox]:checked + label,
.filters .color input[type=radio]:checked + label {
    border: 0.19rem solid #333333;
    margin: 0 0.44rem;
}

.select-product-options .select-option .color li, .filters .color label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.25rem;
    height: 2.25rem;
    margin-right: 0.5rem;
}

    .select-product-options .select-option .color li span {
        display: inline-block;
    }

        .select-product-options .select-option .color li span label {
            box-shadow: 0 0 0.31rem 0 #ccc;
            margin: 0;
        }

.select-product-options .select-option .ActiveColSwatch:first-child {
    margin-left: 0;
}

.select-product-options .select-option .ActiveColSwatch:last-child {
    margin-right: 0;
}

.product-details .breadcrumb {
    background: none;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
}

    .product-details .breadcrumb span a {
        color: #000;
    }

    .product-details .breadcrumb span:last-child {
        color: #cf0433;
    }

.select-product-options input {
    border: none;
    background: transparent;
}

.select-product-options .select-box {
    display: flex;
    justify-content: space-between;
}

.select-product-options .qtyBtn {
    color: #242424;
    border: 1px solid #ddd;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
}

.select-option.qty .qty {
    display: flex;
}
 
.selct-size-qty select:after {
    content: "";
    width: 0;
    height: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 10px;
}

.selct-size-box {
    font-family: 'Fenotype-Regular';
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.product-details .description-text p {
    font-size: 1.1rem;
}

.section .productsliderbs4 .slider-box {
    border: 1px solid #ddd;
}

.home-page .container-middle-inner > .row {
    margin: 0 -15px;
}

.product-details .product-description .title {
    margin-bottom: 1.5rem;
}

.bottom-section-wrapper .slider-box:hover .image-wrap img,
.product-box-wrapper.recently-viewed-item .images img {
    opacity: 1;
}

.tab-content > .tab-pane#ProductSpecifications .table tr td:first-child {
    width: 70px;
}

#column-bottom-full {
    width: 100%;
}

.productsliderbs4 .slick-next,
.productsliderbs4 .slick-prev {
    top: 45%;
}
/*Social Media */
.SocialMedia span {
    display: inline-block;
    margin-left: 0.63rem;
}

    .SocialMedia span:first-child {
        margin-left: 0;
    }

span#sm-twtr {
    display: inline-block;
}

#sm-pint > a {
    display: block;
    top: -0.38rem;
}
/*Pincode*/
.pincodeCheck {
    border-radius: 0.31rem;
    padding: 0.44rem;
}
/* (PRODUCT INFO) END*/


/* (PRODUCT DESCRIPTION) */

.product-details .product-description-tabs {
    background: #fff;
}

.product-description-tabs .tabs-wrapper .nav-tabs li {
    margin-right: 2rem;
}

    .product-description-tabs .tabs-wrapper .nav-tabs li a {
        position: relative;
        border: 0;
        padding: 0 0 .5rem 0;
        background: none;
    }

    .product-description-tabs .tabs-wrapper .nav-tabs li:hover > a:after, .product-description-tabs .tabs-wrapper .nav-tabs li > a.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
    }

.product-details .product-description-tabs .tab-content {
    border: 0;
    padding: 1.25rem 0;
}

.product-description-tabs .title {
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 1.3rem;
    padding-bottom: .5rem;
}

    .product-description-tabs .title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 2px;
    }

.product-details .table td {
    border: 1px solid #ddd !important;
    padding: 12px;
}

.product-description-tabs .review-box-wrap {
    margin: 1rem 0;
    border-top: 1px solid #ddd;
}

    .product-description-tabs .review-box-wrap .review-box .user-name {
        width: 50px;
        height: 50px;
        font-size: 24px;
        color: #000;
        line-height: 50px;
        text-align: center;
        background: #ddd;
        box-shadow: 2px 2px 2px 0px #ccc;
    }

    .product-description-tabs .review-box-wrap .review-box .name-circle {
        float: left;
    }

    .product-description-tabs .review-box-wrap .review-box .user-review {
        display: block;
    }

    .product-description-tabs .review-box-wrap .review-box .rev-wrap {
        margin-left: 70px;
    }

    .product-description-tabs .review-box-wrap .review-box .rev-date {
        color: #777;
    }

    .product-description-tabs .review-box-wrap .review-box .rev-title {
        font-size: 1.1rem;
    }

.product-details .product-description-tabs .item-label {
    padding: 0.44rem 0.94rem;
    width: 10.94rem;
    line-height: 1.25rem;
    vertical-align: top;
    position: relative;
    display: table-cell;
}

.product-details .product-description-tabs .item-data {
    padding: 0.44rem 0.94rem;
    display: table-cell;
    margin-left: 1.0em;
}

.product-details .product-description-tabs .item-wrap {
    margin-top: -0.06rem;
}

/*ProductDetailsBottomTabWrapper*/
.safety-features {
    margin-top: 30px;
    font-family: 'Fenotype-Regular';
}

    .safety-features .item {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 20px;
    }

        .safety-features .item .item-img {
            position: relative;
            overflow: hidden;
            /* border: 1px solid #ddd; */
            border: 2px solid #cf0433;
            border-radius: 50%;
            padding: 12px;
            width: 70px;
            margin-right: 20px;
        }

            .safety-features .item .item-img:hover:before {
                background: transparent;
            }

        .safety-features .item h4 {
            font-size: 1.2rem;
            font-weight: 400;
        }

        .safety-features .item:nth-child(3),
        .safety-features .item:nth-child(6) {
            border-right: none;
        }

        .safety-features .item:last-child {
            border-bottom: none;
        }

#AdditionalInformation strong {
    position: relative;
    font-weight: 500;
    font-size: 21px;
}

#AdditionalInformation > strong:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #cf0433;
    width: 80px;
    height: 4px;
}

.product-description-tabs .section-heading h5 {
    font-family: 'Fenotype-Praktika-Medium';
    font-size: 20px;
    font-weight: 500;
    color: #3e3e3e;
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

    .product-description-tabs .section-heading h5:before {
        content: '';
        position: absolute;
        left: 0%;
        bottom: -10px;
        background: #cf0433;
        width: 50px;
        height: 2px;
    }

.inner-product-details #footer {
    padding-bottom: 90px;
}
/* (PRODUCT DESCRIPTION) END*/
/* [PRODUCT DETAILS] END --------------------------------------------------- */
/* [MEDIA QUERIES]  --------------------------------------------------- */
@media screen and (min-width:992px) {
    .flex-row-details .flex-col-details {
        width: 50%;
    }

    .product-details .lightbox {
        /*float: right;
        width: calc(100% - 120px);*/
        position: relative;
        z-index: 0;
    }

        .product-details .lightbox,
        .product-details .lightbox .slider.slider-for,
        .product-details .lightbox .slider.slider-for .slick-list
        .product-details .lightbox .slider.slider-for .slick-slide {
            justify-content: center;
        }

            .product-details .lightbox,
            .product-details .lightbox .slider.slider-for,
            .product-details .lightbox .slider.slider-for .slick-list
            .product-details .lightbox .slider.slider-for .slick-slide,
            .product-details .lightbox .slider.slider-for .slick-track {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }

    .zoomWindowContainer, .zoomWindow {
        background-image: none !important;
    }

    .product-details .slick-vertical {
        float: left;
        width: 120px;
    }

        .product-details .slick-vertical .slick-prev,
        .product-details .slick-vertical .slick-next {
            left: 50%;
            transform: translateX(-50%) rotate(90deg);
            width: auto;
            height: auto;
        }

        .product-details .slick-vertical .slick-prev {
            top: -35px;
        }

        .product-details .slick-vertical .slick-next {
            bottom: -35px;
            right: auto;
            top: auto;
        }

            .product-details .slick-vertical .slick-prev:before,
            .product-details .slick-vertical .slick-next:before {
                font-size: 2rem;
            }

    .product-details .left-col {
        border-right: 1px solid #ddd;
    }

    .product-details .flex-col-details .btn-primary {
        font-size: 1.2rem;
    }

        .product-details .flex-col-details .btn-primary i {
            font-size: 22px;
        }
}

@media screen and (min-width:992px) and (max-width:1399px) {

    .safety-features .item {
        padding: 10px 10px 10px 20px;
    }

        .safety-features .item:nth-child(even) {
            border-right: none;
        }

        .safety-features .item .item-img {
            margin-right: 10px;
        }
}

@media screen and (min-width:768px) {
    .section .productsliderbs4 .slider-box {
        margin: 0 .5rem;
    }

    #EmbedVideoModal .modal-dialog {
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .selectSizeQtyBottom .inner {
        display: block;
    }

        .selectSizeQtyBottom .inner .col {
            max-width: calc(100% / 2);
            margin-left: auto;
            margin-right: auto;
        }

    .inner-product-details #footer {
        padding-bottom: 225px;
    }
}

@media screen and (max-width:767.98px) {

    .product-details .product-description-tabs .item-label,
    .product-details .product-description-tabs .item-data {
        width: 100%;
        margin-left: 0;
        display: block;
    }

    .bottom-section-wrapper.section + .bottom-section-wrapper.section {
        padding-top: 0;
    }
}

@media screen and (max-width:767px) {

    .safety-features .item {
        margin-bottom: 10px;
        border-right: none;
    }

        .safety-features .item .item-img {
            margin-bottom: 0px;
            width: 50px;
            padding: 8px;
            margin-right: 0px;
        }
}

@media screen and (max-width: 575px) {
    .selectSizeQtyBottom .inner .col {
        max-width: 100%;
    }
}
/* [MEDIA QUERIES] END --------------------------------------------------- */
