#archive-product .shop-categories.categories.row.grid-view {
    display: flex;
    flex-wrap: wrap;
}

#archive-product .category-image-desc {
    display: none;
}

#archive-product .toolbar{
    margin-top: 30px;
}
#archive-product .toolbar .view-mode span{
    font-family: 'TeX Gyre Adventor', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-right: 15px;
    color: #333333;
}

#archive-product .toolbar .view-mode{
    display: flex;
    align-items: center;
}
#archive-product .shop-categories .category-item {
    display: flex;
    flex-direction: column;
    margin: 0 0 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#archive-product .shop-categories .category-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#archive-product .shop-categories .category-image a {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

#archive-product .shop-categories .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#archive-product .shop-categories .gridview .category-name {
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 17px;
    color: rgb(20 16 227 / 87%);
    text-transform: uppercase;
    margin-top: 19px;
    margin-bottom: 0;
}

#archive-product .shop-categories .listview .category-name {
    margin-top: 10px;
}

#archive-product .shop-categories .category-name a{
    color: rgb(20 16 227 / 87%);
}

#archive-product .shop-categories .category-name a:hover{
    color: #333;
}

#archive-product .shop-categories.grid-view .listview {
    display: none;
}
#archive-product .shop-categories.grid-view .gridview {
    display: block;
}

#archive-product .shop-categories.list-view .gridview {
    display: none;
}
#archive-product .shop-categories.list-view .listview {
    display: block;
}


#archive-product .shop-categories.list-view .category-item{
    width: 100% !important;
    padding-left: 0px;
}

#archive-product .shop-categories.list-view .category-item .category-wrapper{
    flex-direction: row;
}

.product .product-wrapper .list-col8 .price-box .woocommerce-price-suffix{
    /* display: none; */
    font-family: 'TeX Gyre Adventor', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1410E3;
    text-transform: none;
}
.product .product-wrapper .list-col8 .price-box{
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 12px !important;
    line-height: 16.2px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 12px !important;
}

.product .product-wrapper .list-col8 .price-box span{
    color: #1410E3 !important;
}

.product-wrapper .list-col8 .price-box span bdi{
    font-size: 12px;
}

.product .product-wrapper a.add_to_cart_button{
    display: block !important;
    color: #000000 !important;
    display: block !important;
    background-color: #FFFFFF;
    align-items: center;
    text-align: center;
    font-size: 11px;
    line-height: 12.1px;
    padding: 12px 25px !important;
    font-weight: 800;
    margin-top: 12px;
    font-family: 'Agrandir', 'sans-serif' ! Important;
    border-radius: 0px;
}

#archive-product .product-wrapper a.add_to_cart_button{
    background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%) !important;
    color: black;
    font-size: 11px !important;
    text-transform: uppercase;
}

#archive-product .product-wrapper a.add_to_cart_button:hover{
    background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%) !important;
}

.product .product-wrapper a.add_to_cart_button:hover{
    color: #000 !important;
    background-color: #e5c75f !important;

}

.product .product-wrapper .product-badges{
    border-radius: 0;
    box-shadow: none;
    font-size: 9px;
    font-family: "Agrandir", sans-serif;
    height: 26px;
    min-height: 26px;
    font-weight: 800;
    color: #F4F4F4;
    max-width: 141px;
    left: auto;
    right: -12px;
    line-height: 12.1px;
    padding: 0px 12px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.product .product-wrapper .industry-trusted-label, 
.product .product-wrapper .buy-more-save-label, 
.product .product-wrapper .onsale,.product .product-wrapper .best-seller-label{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.product .product-wrapper .industry-trusted-label{
    background: #555555;
}
.product .product-wrapper .buy-more-save-label{
    background: #B1F742;
    color: #0A0F24;
}

.product .product-wrapper .best-seller-label{
    background: #0000FF;
}

.shop-products.products .product .product-wrapper h2.product-name{
    min-height: fit-content !important;
}

#archive-product .category-page-title, #archive-product .top-selling-title{
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: left;
    font-size: 32px;
    color: #333333;
}

#archive-product .shop-products.products.list-view .list-col8 .gridview {
    display: none;
}

#archive-product .shop-products.products.list-view .list-col8 .listview .actions{
    display: none;
}

#archive-product .shop-products.products.row.grid-view {
    display: flex;
    flex-wrap: wrap;
}

#archive-product .shop-products.products.row.grid-view .item-col {
    display: flex;
    flex-direction: column;
}

#archive-product .shop-products.products.row.grid-view .product-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: space-between
}

#archive-product .shop-products.products .product .product-wrapper .list-col8 {
    height: auto !important;
}

.archive div#secondary .sidebar-shop {
    background: #1410E3 !important;
    padding: 20px 15px !important;
}


.homeproduct_slider .owl-carousel .owl-stage,#archive-product .top-selling-section .owl-carousel .owl-stage{
    display: flex;
    display: -webkit-flex;
}

.homeproduct_slider .owl-carousel .owl-item,#archive-product .top-selling-section .owl-carousel .owl-item {
    display: flex;
    display: -webkit-flex;
}

.homeproduct_slider .owl-carousel .owl-item .product,#archive-product .top-selling-section .owl-carousel .owl-item .product {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.homeproduct_slider .owl-carousel .owl-item .product-wrapper, #archive-product .top-selling-section .owl-carousel .owl-item .product-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Top selling product archive */
.page-template-top-sell-products .main-container {
    padding-top: 74px;
}

#archive-product .top-selling-section{
    /* padding-top: 200px; */
    padding-top: 0;
    scroll-margin-top: 80px;
}

#archive-product .top-selling-section .owl-theme{
    background-color: transparent;
}

@media (max-width: 998px){
    #archive-product{
        margin-top: 56px;
    }
}


@media (max-width: 767px){
    #archive-product .shop-categories.list-view .category-item .category-wrapper {
        flex-direction: column;
    }

    #archive-product .shop-categories .category-image a{
        aspect-ratio: 3 / 2;
    }

    #archive-product .category-page-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #archive-product .shop-products.products.grid-view .col-sm-3 {
        width: 33.33333333% !important;
    }
}