/*--------------------------------------------------------------
>>> 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 #f2f2f2;
    background: linear-gradient( 0deg, #f2f2f2, transparent);
}*/

.product-details .photo-item {
    position: relative;
    text-align: center;
}

    .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;
}

#divImageGallery .slick-slide {
    text-align: center;
}

    #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;
    }
    /*.add-to-cart-section*/ 
.product-details {
    margin: 0.94rem 0px;
}

.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;
}

.bottom-section-wrapper .section-heading {
    font-size: 1.5rem;
}
/* (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;
}



/*.select-product-options {
    margin-bottom: 1.5rem;
}*/

.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;
}

#column-bottom-full {
    width: 100%;
}


/*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: #f7f7f7;*/
    padding: 1.25rem;
}

/*.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;
    top: 0;
}

.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;
}

.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;
}


/* (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);
    }
    /*.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;
            }
}

@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: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 QUERIES] END --------------------------------------------------- */


.product-description-tabs .tabs-wrapper .nav-tabs li a {
    padding: 10px 35px 10px;
    border: 1px solid #ececec;
    border-bottom: none;
    background-color: #fafafa;
    line-height: 21px;
}

.product-description-tabs .tabs-wrapper .nav-tabs li > a.active {
    background-color: #fff;
    margin-bottom: -1px;
}
