.icon-cartbuy {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: no-repeat center / contain;
    background-image: url("../../icon/cartbuy_icon.svg");
    transform: translateY(2px);
    margin-right: 5px;
}
  
.bestsellers-carousel .image_item_product .product-thumbnail {
    border: unset !important;
}

.btn-product-page{
    margin: 0 auto;
    padding: 8px 12px;
    text-align: center;
    letter-spacing: 0;
}


@media (max-width: 767.98px) {
    .btn-product-page{
        max-width:100% !important;
        width:100% !important;
        padding: 8px 4px !important;
    }
    .icon-cartbuy {
        display: inline-block;
        width: 14px;
        height: 12px;
        background: no-repeat center / contain;
        background-image: url("../../icon/cartbuy_icon.svg");
        transform: translateY(0px);
        margin-right: 5px;
    }
}

@media (min-width: 768px) {
    .btn-product-page{
      width:77% !important;
    }
}

.bestsellers-arrows{
    color:black !important;
}
.product-miniature.product-vz-carousel:hover .product-price-and-shipping {
    opacity: initial;
    visibility: visible;
}

.product-miniature.product-vz-carousel .skeepers_product__stars {
    text-align: left !important;
    width: 180px;
    /* margin: 10px auto 10px 0px; */
    margin:0 auto 0 0;
}

.product-miniature.product-vz-carousel .btn-product-page {
    display: block;
    min-height: initial;
    margin: 0 30px;
    color: #be7114;
    border:solid #be7114 1px;
    font-weight:bold;
}

.product-miniature.product-vz-carousel *:not(i) {
    background:inherit
}
.product-miniature.product-vz-carousel .product-title{
    margin-top: 5px;
}
.product-miniature.product-vz-carousel .product-title > a  {
    color: #be7114;
    font-weight:bold;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.product-miniature.product-vz-carousel .product-price-and-shipping > .price{
    font-weight:bold;
}

.product-vz-carousel .stars__item:not(:first-child){
    display:none;
}

.av-container{
    height:20px;
    margin: 10px auto 10px 0px;
}

.swiper-button-next.bestsellers-next {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 3rem;
    color:#be7114 !important;
}
.swiper-button-next.bestsellers-next:after {
    content: none !important;
}

.swiper-button-prev.bestsellers-prev {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 3rem;
    color:#be7114 !important;
}
.swiper-button-prev.bestsellers-prev:after {
    content: none !important;
}

/* top to bottom */
@media (max-width: 575.98px) {
    .bestsellers-carousel{
        width:75%;
    }
    .product-miniature.product-vz-carousel .btn-product-page {
        display: block;
        min-height: initial;
        color: #be7114;
        border:solid #be7114 1px;
        font-weight:bold;
        padding:5px;
        margin:0;
        max-width:145px;
        
        height: 40px;
        line-height: 22px;
    }
    .product-vz-carousel {
        height:100%;
    }
    .product-details{
        display: flex;
        flex-direction: column;
    }
    .product-miniature.product-vz-carousel .thumbnail-container{
        height: 100%;
    }
    .swiper-slide{
        height:100%;
    }
}

/* bottom to top*/
@media (min-width: 768px) {
    .swiper-button-next.bestsellers-next {
        right: -4rem;
    }
    
    .swiper-button-prev.bestsellers-prev {
        left: -4rem;
    }

}