.custom-cart-agro{
    padding: 0 !important;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
    border-radius: 8px;
}
.custom-cart-agro-shop{
    border-radius: 8px 8px 0 0 !important;
}
.custom-cart-agro-shop img {
    height: 180px;
    object-fit: cover;
}

.custom-cart-agro-shop .wd-prev{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    padding: 10px !important;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-cart-agro-shop .wd-next{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.custom-cart-agro-shop .wd-prev:hover{
    color: #fff !important;
}

.custom-cart-agro-shop .wd-next:hover{
    color: #fff !important;
}




.product-cart-real{
    text-align: start;
    padding: 10px !important;
}

.product-cart-real .wd-entities-title{
    color: #333;
    font-size: 14px !important;
}

.product-cart-real .woocommerce-Price-amount{
    font-size: 16px !important;
}

.att__items-show{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}
.product-wrapper.product__view-list .att__wrapper{
    max-width: 205px;
}

.product-wrapper.product__view-list .wd-wishlist-btn{
    position: absolute;
    right: 16px;
}

/*.product-wrapper.product__view-list .att__items-show{*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    gap: 15px;*/
/*    width: 100%;*/
/*}*/

/*.product-wrapper.product__view-list .att_item_group {*/
/*    justify-content: flex-start;*/
/*    width: 100%;*/
/*    max-width: 205px;*/
/*}*/

.att__groups{
    margin-bottom: 10px;
}

.att__group{
    text-align: start;
    display: flex;
    align-items: center;
}

.att__group i{
    margin-right: 5px;
    color:#4caf50;
    font-size:12px;
}

.att__group .att__items .att-term.pa_city{
    color: #6c757d;
    font-size: 13px;
}
.att__group .att__items .att-term {
    font-size: 13px;
    color: #333333;
}
.att__group .att__items .att-label {
    font-size: 13px;
    color: #333333;
}


.product-views{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-wrapper.product__view-list .product-views{
    justify-content: flex-start;
    gap: 15px;
}

.product-views.honey-class{
    flex-direction: row-reverse;
}

.att_item_group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-views .product-age-info{
    margin-bottom: 10px;
    font-size: 13px;
    color: #333333;
    white-space: nowrap;
}

.product-views .count-views{
    margin-bottom: 10px;
    font-size: 13px;
    color: #333333;
}



.product-views .att-term{
    /*margin-bottom: 10px;*/
}

.product-views i {
    color: #4caf50;
    /*margin-right: 5px;*/

}


.wishlist-and-location{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist-and-location .att__groups{
    margin-bottom: 0 !important;
}

.wishlist-and-location .wd-wishlist-icon a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: none;
    cursor: pointer;
    color: #4caf50;
    transition: all .25s ease;
}

.wishlist-and-location .wd-action-btn.wd-style-icon{
    --wd-action-icon-size: 12px;
}



.product-wrapper.custom-cart-agro {
    gap: 0;
}



.agroSwiper-slider .swiper-button-prev{
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.agroSwiper-slider .swiper-button-prev:after{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.agroSwiper-slider .swiper-button-next{
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.agroSwiper-slider .swiper-button-next:after{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.agroSwiper-slider:hover .swiper-button-prev{
    opacity: 1;
}

.agroSwiper-slider:hover .swiper-button-next{
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #4caf50;
}

.agroSwiper-slider{
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.swiper-wrapper-agro {
    height: 180px;
}

.swiper-slide-agro {
    height: 180px;
}

.swiper-slide-agro .product-image-link{
    width: 100%;
}

.swiper-slide-agro img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}




/* View list Archive */
.wd-product .product-wrapper.product__view-list{
    border-radius: 10px !important;
}
.product-wrapper.product__view-list {
    padding: 16px !important;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07) !important;
    gap: 24px !important;
}

.wd-product .product-wrapper.product__view-list .wd-product-grid-slider-nav .wd-prev{
    transform: translateX(0);
    padding-inline-start: 0;
}

.wd-product .product-wrapper.product__view-list .wd-product-grid-slider-nav .wd-next{
    transform: translateX(0);
    padding-inline-end: 0;
}


.wd-product .product-wrapper.product__view-list .wd-product-grid-slider-nav .wd-prev:before{
    font-size: 13px;
    padding: 2px 8px;
    color: #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

.wd-product .product-wrapper.product__view-list .wd-product-grid-slider-nav .wd-next:before{
    font-size: 13px;
    padding: 2px 8px;
    color: #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}




@media  only screen and (min-width: 769px) {
    .wd-product.product-list-item .product-list-content{
        gap: 6px!important;
    }

    .product__view-list .product-element-top {
        flex: 0 0 180px !important;
        height: 140px;
        border-radius: 8px;
        margin-right: 20px;
    }

    .product-wrapper.product__view-list img.attachment-full.size-full{
        height: 140px;
        object-fit: cover;
        border-radius: 8px;
    }

    .view-list-product-title .wd-entities-title{
        margin-bottom: 29px  !important;
    }
}

@media  only screen and (max-width: 769px) {
    .product__view-list .product-element-top {
        /*flex: 0 0 200px !important;*/
        height: 160px;
        border-radius: 8px;
        margin-right: 0;
    }

    .product-wrapper.product__view-list img.attachment-full.size-full{
        height: 160px;
        object-fit: cover;
        border-radius: 8px;
    }
    .view-list-product-title .wd-entities-title{
        margin-bottom:10px  !important;
    }
}



.view-list-product-title .wd-entities-title{
    font-size: 18px !important;
}

.view-list-product-title .price .woocommerce-Price-amount {
    font-size: 20px;
    color: #3c8a3f;
}



.att-term.pa_city{
    display: flex;
    align-items: center;
    width: 100% !important;
    max-width: 126px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.agroSwiper-slider span.vip-badge.vip {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #bdc3c7, #95a5a6);
    color: white;
    padding: 5px 10px 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    z-index: 9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Agro-Regular', cursive;

}

.agroSwiper-slider span.vip-badge.super-vip {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #f1c40f, #f39c12);
    color: white;
    padding: 5px 10px 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    z-index: 9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Agro-Regular', cursive;
}

.product__view-list span.vip-badge.vip {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #bdc3c7, #95a5a6);
    color: white;
    padding: 5px 10px 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Agro-Regular', cursive;
}

.product__view-list span.vip-badge.super-vip {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #f1c40f, #f39c12);
    color: white;
    padding: 5px 10px 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Agro-Regular', cursive;
}


.products .product-grid-item.agro-archive-banner-js {
    grid-column: 1 / -1;
}
.product-grid-item.agro-archive-banner-js br {
    display: none;
}

.product-wrapper.custom-cart-agro {
    height: 100% !important;
}