/*left block*/

#trends_products {
    overflow: hidden;
    margin-bottom: 10px;
}

#trends_products .btn-primary {
    display: flex;
    align-items: center;
}



#trends_products .comments_note {
    width: 100%;
}

#trends_products .comments_note .star:after {
    font-size: 22px;

}

#trends_products .comments_scroll {
    display: flex;
    justify-content: center
}

#trends_products .comments_scroll span {
    font-size: 15px;
    padding-top: 4px;
}

#trends_products .comments_scroll span:hover {
    color: #3a3a3a;
}

/*descriprion*/
#trends_products .product-description-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#trends_products .product-trends-container .product-description-block .sort-description p {
    font-size: 15px;
}

#trends_products .product-trends-container .product-description-block .sort-description {
    display: block;
    text-align: center;
    margin-top: 20px;
}


#trends_products .product-title {
    margin-bottom: 20px;
}

#trends_products h1 a {
    font-size: 46px;
    margin-bottom: 20px;
    color: #363636;
}

#trends_products .bon_manufacture_list a {
    font-size: 32px;
    color: #666;
    font-weight: 200;
}

/* price */
#trends_products .product-price-and-shipping {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

#trends_products .product-price-and-shipping .price.has_discount {
    color: #f84747;
    font-size: 40px;
    font-weight: 300;
}

#trends_products .product-price-and-shipping .regular-price,
#trends_products .product-price-and-shipping .price {
    font-size: 25px;
    position: relative;
    text-decoration: none;
}

#trends_products .product-price-and-shipping .regular-price:before {
    border-bottom: 2px solid #3a3a3a;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}

#trends_products .variant-links {
    background: transparent;
}

/*countdown*/

#trends_products .producttrends-countdown {
    margin-bottom: 50px;
}

#trends_products .text .val {
    font-size: 26px;
    color: #8a8a8a;
    margin-bottom: 7px;
}

#trends_products .type-time {
    font-size: 12px;
    color: #bfbfbf;
}


#trends_products .producttrends-countdown .clock .kineticjs-content canvas {
    box-shadow: inset 0 0 0 2px #bfbfbf;
    border-radius: 50%;
}

#trends_products .producttrends-countdown .clock .kineticjs-content canvas {
    height: 86px !important;
}

.producttrends-countdown {
    width: 100%;
}

#trends_products .text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 25px;
}

#trends_products .countdown-text-inner {
    position: relative;
}

.producttrends-countdown {
    width: 400px;
}


/*btn*/
#trends_products .btn-row {
    display: flex;
}

#trends_products .btn-view::before {
    font-family: "fl-outicons";
    content: '\e023';
    font-size: 24px;
    margin-right: 3px;
    vertical-align: middle;
}

#trends_products .ajax_add_to_cart_button {
    margin-right: 20px;
}

#trends_products .ajax_add_to_cart_button i {
    color: #fff;
    font-size: 26px;
    vertical-align: -4px;
    margin-right: 7px;
}

/*right block*/

#trends_products .bon-product-img-block {
    display: flex;

}

#trends_products .bon-product-img-block ul {
    margin-left: 10px;
}

#trends_products .bon-product-img-block ul img {
    background: rgb(3, 118, 189, 0.1);
    cursor: pointer;
    transition: all .3s ease;
}

#trends_products .thumb:hover {
    background: rgb(3, 118, 189, 0.2);
}

#trends_products .bon-product-img-block img.js-qv-product-cover {
    background: rgb(3, 118, 189, 0.1);
}

#trends_products .bon-product-img-block ul li.thumb-container:nth-child(2) {
    margin: 20px 0;
}

#trends_products .product-trends-container {
    background-image: url('../img/sample-1.jpg');
    background-size: cover;
}

/* slick */

#trends_products .slick-dots {}

#trends_products .slick-dots li button:before {
    content: '';
    transition: all .3s ease;
}

#trends_products .slick-dots li button {
    width: 35px;
    opacity: 0.25;
    height: 4px;
    padding: 0;
    background: #3a3a3a;
}

#trends_products .slick-dots li.slick-active button {
    opacity: 0.75;

}

#trends_products .slick-dots li {
    margin: 0 20px;
}

#trends_products .product-trends-container .bonwishlist-hook-wrapper {
    display: block !important;
}


#trends_products .bonwishlist-hook-wrapper .wish-button {
    top: 13px;
    right: 25px;
}

#trends_products .producttrends-cover-img .product-flags {
    margin-left: 0;
}

#trends_products {
    padding: 0;
}


#trends_products .display_carousel_article {
    padding: 0 15px;
}

#trends_products article {
    margin: 0 0 30px;
}

#trends_products .slick-list {
    margin: 0 -15px;
}










#trends_products .productcountdown {
    padding-bottom: 45px;
}

#trends_products .productcountdown div>span {
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
    font-size: 18px;
    color: #777;
    font-weight: 300;
    line-height: 1.2em;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
    min-width: 90px;
}

#trends_products .productcountdown span span {
    margin: 0;
    font-size: 40px;
    color: #333;
    display: block;
    line-height: 1.2em;
    font-weight: 300;
}

@media (max-width: 1500px) {
    #trends_products h1 a {
        font-size: 36px;
    }

    #trends_products .bon_manufacture_list a {
        font-size: 22px;
    }

    #trends_products .comments_note .star:after {
        font-size: 17px;
    }

    #trends_products .comments_scroll span {
        font-size: 13px;
        padding-top: 3px;
    }

    #trends_products .product-trends-container .product-description-block .sort-description p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #trends_products .productcountdown div>span {
        min-width: 90px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    #trends_products .productcountdown span span {
        font-size: 17px;
    }

    #trends_products .productcountdown {
        padding-bottom: 20px;
    }

    #trends_products .product-price-and-shipping .price.has_discount {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    #trends_products h1 a {
        font-size: 26px;
    }

    #trends_products .btn-row {
        display: none;
    }

    #trends_products .productcountdown div>span {
        font-size: 14px;
    }

    #trends_products .productcountdown div>span {
        min-width: 70px;margin-bottom: 10px;
    }
    #trends_products .product-title {
        margin-bottom: 15px;
    }

    #trends_products .product-trends-container .product-description-block .sort-description {
        margin-top: 15px;
    }

    #trends_products .product-description {
        padding-bottom: 0;
    }
    #trends_products .bon_manufacture_list {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {

    #trends_products .productcountdown {
        padding-bottom: 20px;
    }

    #trends_products .productcountdown div>span {
        padding: 7px;
        font-size: 12px;
        max-width: 60px;
        margin: 0 5px;
    }

    #trends_products .productcountdown span span {
        font-size: 25px;
    }
    #trends_products .productcountdown {
        display: none;
    }

    #trends_products .bon_manufacture_list a {
        font-size: 15px;
    }

    #trends_products h1 a {
        font-size: 20px;
    }

    #trends_products .product-trends-container .product-description-block .sort-description p {
        font-size: 13px;
        margin-bottom: 10px;
    }


    #trends_products .product-price-and-shipping .price.has_discount,
    #trends_products .product-price-and-shipping .regular-price,
    #trends_products .product-price-and-shipping .price {
        font-size: 16px;
    }
  }

@media (max-width: 575px) {
    #trends_products .comments_note {
        display: block;
    }
    #trends_products .bon-product-img-block img.js-qv-product-cover {
        background: transparent;
    }

    #trends_products .producttrends-cover-img {
        background: rgb(3, 118, 189, 0.1);
    }

    #trends_products .productcountdown {
        padding-bottom: 5px;
        display: block;
    }

    #trends_products .productcountdown div>span {
        min-width: 60px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    #trends_products .productcountdown span span {
        font-size: 16px;
    }

 
    #trends_products .slick-dots {
        bottom: -20px;
        left: 0;
    }
 
}