/*--------------------------------------------------------------
>>> 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; cursor: pointer;
}

.photo-item {
    position: relative;
}

.photo-item .zoom-image {
    z-index: 999999;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #787878;
    font-size: 35px;
    cursor: pointer;
}

.zoomContainer{ cursor: pointer; }
#divImageGallery .slick-slide {
    text-align: center;
}
#divImageGallery .slider-nav .slick-slide{
    width: 120px!important;  }

 #divImageGallery .slider-for .slick-prev,  #divImageGallery .slider-for .slick-next {
    background: #d3d2d8;
}


    #divImageGallery .slick-slide img {
        display: inline-block;
    }
#divImageGallery .slick-prev,
#divImageGallery .slick-next {
    background: none;
}
.zoomWindowContainer {
    width: auto;
}
.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.94rem 0px;
}
.product-details .btn-primary,
.product-details .add-to-cart-section .btn-primary{     font-size: 16px;
    padding: 10px 50px; }
.product-details .add-to-cart-section .btn-outline{     font-size: 16px;
    padding: 10px 50px; font-weight: 500;}


 .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: 1rem 0;
}










/* (PRODUCT IMAGE ZOOM EFFECT) END */

.SocialMedia .socialbtn {
    font-size: 1rem;
}
.SocialMedia i.fa {
    font-size: 1.3rem;
    border: 1px solid #bbb6b6;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    padding: 8px;
}
.SocialMedia i.fa.fa-twitter {
    color: #1973c3;
}
.SocialMedia i.fa.fa-pinterest {
    color: #c12323;
}
/*  (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-product-options .select-option li label{
    letter-spacing: 2px;
   font-size: .9rem;
}


.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:last-child{ font-weight: 500; color: #0A1950; }


.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;
}

.bottom-section-wrapper.section + .bottom-section-wrapper.section {
    padding-top: 0;
}

#column-bottom-full {
    width: 100%;
}

.productsliderbs4 .slick-next,
.productsliderbs4 .slick-prev {
    top: 35%;
}
/*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 {
  border: 1px solid #ddd;background: #f7f7f7;
}*/

.product-details .right-col{ font-size:16px; }
.product-description-tabs .tabs-wrapper .nav-tabs li{
    margin-right:2rem;
}
.product-description-tabs .tabs-wrapper .nav-tabs li a {
    font-weight: 600;
    position: relative;
    border: 0;
    background: none;
    font-size: 1rem;
    padding: 0px;
}
   
.product-details .product-description-tabs .tab-content {
    border: 0;
    padding-top: 0.5rem;
}
.product-description-tabs .title {
    font-size: 1rem;
    font-weight: 600;    margin-bottom: 18px;
}
.product-description-tabs .table{  font-size: 16px; }
.stock-unavailable b{ color: #c7291e; font-weight: 600; font-size: 16px; }
.stock-unavailable .availability{ color:#0A1950; font-weight: 600; font-size: 18px; }
  
.product-details .table td {
        border: 1px solid #ddd !important;
    }
.product-details .table td strong{ font-weight: 500; }
.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-weight: 600;
        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 .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;
            }

   #divImageGallery .slider-nav .slick-slide{ float: none; }
}
@media screen and (min-width:768px){
    .section .productsliderbs4 .slider-box {
        margin: 0 .5rem;
    }
}
@media screen and (max-width:767.98px) {
    .product-details .check-save-wrap {
        margin-bottom: 1rem;
    }
    .product-details .product-description-tabs .item-label,
   .product-details .product-description-tabs .item-data {
        width: 100%;
        margin-left: 0;
        display: block;
    }

}


/* [MEDIA QUERIES] END --------------------------------------------------- */

