/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [PRODUCTS]
        (PRODUCT INFO)
        (PRODUCT GRID VIEW)
        (PRODUCT LIST VIEW)

    [MEDIA QUERIES]
*/

/* [PRODUCTS]  --------------------------------------------------- */
.product-box a:hover {
    text-decoration: none;
}
.soldout {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.product-box .product-image .soldout img,
.productsliderbs4 .image-wrap .soldout img {
    position: relative;
}

.tags-section span {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 1.7s;
    animation: 1.7s blinker infinite cubic-bezier(.5, 0, 1, 1);
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}



.product-box .product-image {
    text-align: center;
    position:relative;
}

.product-box-wrapper .product-image .images {
    position: relative;
    padding-top: 75%;
    text-align: center;
    display: block;
}


.product-box .product-image img {
    max-height: 100%;
    position: absolute;
}

.product-box .product-hover-details .quick-info {
    width: 100%;
    padding: 0.94rem 0;
    position: absolute;
    top: 43%;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
}

.product-box .soldOutwrap {
    position: absolute;
    transform: rotate(-45deg) translate3d(0%, 0%, 0 );
    width: 6.25rem;
    text-align: center;
    background: #fff;
    padding: 0.31rem 0;
    z-index: 999;
    left: 0px;
    top: 4.38rem;
    line-height: 1.38rem;
    font-size: 0.88rem;
    transform-origin: 0 0;
}

    .product-box .soldOutwrap:before,
    .product-box .soldOutwrap:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        border: 1rem solid #fff;
    }

    .product-box .soldOutwrap:before {
        right: 100%;
        border-color: transparent #fff #fff transparent;
    }

    .product-box .soldOutwrap:after {
        left: 100%;
        border-color: transparent transparent #fff #fff;
    }

/* (PRODUCT INFO) */

.product-info {
   position: relative;
}


    .product-info .ratings {
        display: block;
        position: relative;
    }


  


   .product-info .product-btn {
        display: inline-block;
    }

        .product-info .product-btn .btn {
            border-radius: 0;
        }

    .product-info .btn.viewall {
        margin-top: 1.56rem;
    }

.product-price .new-price {
    /*font-size: 1.2rem;*/
    color: #4f4f4f;
    font-weight: 600;
}

.product-price .old-price {
    text-decoration: line-through;
    margin-right:15px;
}



.product-hover-details {
    display: none;
}

.product-box:hover .product-hover-details {
    display: block;
}

.review-favourite-wrap {
    width: 100%;
    position: absolute;
    top: 0.25rem;
    left: 0;
    padding: 0 0.31rem;
    z-index: 1;
}

    .review-favourite-wrap .faviourite a .fa.fa-heart:before, .product-fav .faviourite a .fa.fa-heart:before {
        content: "\f08a";
    }

    .review-favourite-wrap .faviourite.active a .fa.fa-heart:before, .product-fav .faviourite.active a .fa.fa-heart:before, .review-favourite-wrap .faviourite a .fa:hover.fa-heart:before, .product-fav .faviourite a .fa:hover.fa-heart:before {
        content: "\f004";
        color: red;
    }

#divLoveItWrapper.active {
    cursor: default;
}


.review-favourite-wrap .faviourite span.count,
.product-fav .faviourite span.count {
    margin-left: 0.19rem;
    position: relative;
    top: -0.06rem;
}

.review-favourite-wrap .tooltip.top {
    margin-top: -0.94rem;
}

/* (PRODUCT INFO) END*/


/* (PRODUCT GRID VIEW) */

.product-box-wrapper.grid .product-info {
   padding: 15px 10px 10px; 
}

    .product-box-wrapper.grid .product-info .small-desc {
        font-size: .95rem;
        text-transform: capitalize;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
        .product-box-wrapper.grid .product-info .small-desc p{
            margin-bottom:0;
        }
        .product-box-wrapper.grid .product-box {
            position: relative;
            transition: .2s;
            -webkit-transition: .2s;
            width: 100%;
            box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
            justify-content: space-between;
            padding: 15px;
            border: 2px dashed #a17610;
            border-radius: 6%;

        }
        .product-box-wrapper.grid .product-box:hover{
            background: #a17610;
        }
        .product-box-wrapper.grid .product-box:hover .product-title a{ color: #fff; }
        .product-box-wrapper.grid .product-box:hover .product-price .new-price{ color: #fff; }
        .slider-box:hover .fixed-link a, .product-box:hover .fixed-link a { color: #fff; }

    .slider-box .btn-primary, .product-box .btn-primary{ font-size: 16px; }


/* (PRODUCT GRID VIEW) END */


/* (PRODUCT LIST VIEW) */

.inner-product-listing .category-box{     padding: 15px;
    border: 2px dashed #a17610;
    border-radius: 6%; }
.inner-product-listing .category-box:hover{ background: #8F6500; transition: .3s linear; }
.inner-product-listing .category-box:hover .category-title h4{ color: #fff; }
.inner-product-listing .category-title h4{ margin:0; }

#quick-view.modal .modal-dialog{ width: 70%; }
#quick-view.modal .modal-body{ padding: 2rem; }

#quick-view.modal .modal-body .product-details .product-name{ font-size: 28px; }


/* (PRODUCT LIST VIEW) END*/

/* [PRODUCTS]  END--------------------------------------------------- */



/* [MEDIA QUERIES]  --------------------------------------------------- */

@media screen and (min-width: 992px) {
    .product-box-wrapper:after {
        content: '';
        display: block;
        clear: both;
    }
}



@media screen and (max-width:991.98px) {
    .product-box-wrapper .product-image .images {
        padding-top: 100%;
    }

    .product-info .price-btn-wrap {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 575.98px) {
    .product-box-wrapper .col-xs-6 {
        width: 100%;
    }
    .product-box-wrapper.grid .product-info {
    padding: 5px 0px 0px;
}
}



@media screen and (min-width: 992px) and (max-width: 1599px) {
   .product-box .product-title a, .slider-box .product-title a{  font-size: 1.1rem; }
   .product-box-wrapper .product-info #lbtnAddtoCart .btn{     font-size: 14px;
    padding: 10px 15px; }
   .product-box-wrapper.grid .product-info {
    padding: 10px 0px 0px;
}
}

@media screen and (max-width: 767px) {
    .product-box-wrapper.grid .product-box{
           padding: 8px;
    }
    .section .slider-box{  margin: 0 6px;    border: 1px dashed #a17610; }
    .product-box .product-info .price-btn-wrap .product-price .new-price, 
    .product-box .product-info .price-btn-wrap .product-price .old-price{ font-size: 1rem; }

    #quick-view.modal .modal-body .product-details .product-name{ margin-top: 10px;  font-size: 20px;  line-height: 25px; }
}



/* [MEDIA QUERIES]  END--------------------------------------------------- */
