.top-product-v2 .swiper-pagination-progressbar {
    background-color: #3d3d3d
}

.top-product-v2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fc3
}

.top-product-v2 .top_product_v2_wrap {
    position: relative;
    margin-top: 24px;
    background: #fff;
    color: #000
}

.top-product-v2 .top_product_v2_wrap .top_product_content {
    padding-top: 8px
}

.top-product-v2 .top_product_v2_wrap .top_product_content:hover .top_product_button_sell {
    opacity: .8
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_image {
    position: relative;
    padding-top: 100%;
    height: auto
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des {
    padding: 16px
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des .top_product_des_title {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des .top_product_des_price_sale {
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des .top_product_des_price {
    font-family: Oswald;
    font-size: 14px;
    color: #767676;
    margin-bottom: 0;
    margin-left: 8px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_button_sell {
    color: #000;
    background-color: #fc3;
    padding: 8px 24px;
    cursor: pointer
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_button_sell:hover {
    opacity: .8
}

.top-product-v2 .top_product_v2_wrap .top_product_content .top_product_button_sell .top_product_button_sell_text {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media screen and (max-width: 1200px) {
    .top-product-v2 .top_product_v2_wrap {
        margin-top:24px
    }

    .top-product-v2 .top_product_v2_wrap:after {
        padding-bottom: 0
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content {
        position: relative
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des {
        padding: 12px
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des .top_product_des_title {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin-bottom: 5px
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des .top_product_des_price_sale {
        font-size: 18px
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content .top_product_des .top_product_des_price {
        font-size: 12px
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content .top_product_button_sell {
        padding: 8px 12px
    }

    .top-product-v2 .top_product_v2_wrap .top_product_content .top_product_button_sell .top_product_button_sell_text {
        font-size: 14px
    }
}
