#ixcell_product_listing_basic .shop-loop-header {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
#ixcell_product_listing_basic .shop-loop-header .shop-loop-header-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    align-items: center;
    position: relative;
    padding: 13px 20px;
}
#ixcell_product_listing_basic .shop-loop-header .shop-loop-header-order:after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFCD9E 0%, #FFFFFF 100%);
    border-radius: 10px;
    position: absolute;
    inset: 0;
    opacity: 0.3;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf {
    display: flex;
    position: relative;
    z-index: 1;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf {
    display: flex;
    position: relative;
    z-index: 1;
    margin-left: auto;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .layoutswitcher{
    background: #F0F0F0;
    margin: 0 !important;
    padding: 2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    align-self: center;
    margin-left: 10px !important;
    display: flex;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .layoutswitcher .gridview_filter{
    width: 30px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .layoutswitcher .gridview_filter.grid_active,
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .layoutswitcher .gridview_filter.list_active{
    background: #ffffff;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .pagination-links {
    align-self: center;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .loop-order-by {
    display: flex;
    align-items: center;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .loop-order-by form{
    display: flex;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .perpage-div.ixcell_par_page {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .perpage-div.ixcell_par_page span{
    display: inline-block !important;
    color: #676767;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    white-space: nowrap;
    align-self: center;
    margin-left: 19px;
    margin-right: 12px;
}
#ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .loop-order-by form.woocommerce-ordering label {
    display: inline-block !important;
    color: #676767;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    white-space: nowrap;
    align-self: center;
    margin-right: 12px;
}



#ixcell_product_listing_basic .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    line-height: 1em;
    color: #6e6e6e;
    min-width: 30px;
    height: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}
#ixcell_product_listing_basic .page-numbers::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 7px;
    background: #BDBDBD;
    width: 2px;
    height: 16px;
    margin-left: unset !important;
}
#ixcell_product_listing_basic .next.page-numbers:before{
    display: none !important;
}
#ixcell_product_listing_basic ul.page-numbers:before{
    display: none !important;
}
#ixcell_product_listing_basic .woocommerce-pagination{
    margin-top: 0 !important;
}
#ixcell_product_listing_basic ul.products.elementor-grid + .woocommerce-pagination .page-numbers::before {
    /*content: '';
    position: absolute;
    background: #BDBDBD;
    width: 2px;
    height: 16px;
    margin-left: 15px;*/

}
#ixcell_product_listing_basic ul.products.elementor-grid .linear-gradient-btn-border{
    padding: 0 20px 20px 20px;
}
#ixcell_product_listing_basic ul.products.elementor-grid .linear-gradient-btn-border a{
    margin: 0;
    margin-top: auto;
    margin-bottom: 0 !important;
    white-space: nowrap;
}
#ixcell_product_listing_basic .shop-loop-header .woocommerce-pagination .page-numbers::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 7px;
    background: #BDBDBD;
    width: 2px;
    height: 16px;
    margin-left: unset !important;
}

#ixcell_product_listing_basic ul.page-numbers .page-numbers.prev, #ixcell_product_listing_basic ul.page-numbers .shop-loop-header .page-numbers.next {
    padding-left: 15px;
    padding-right: 15px;
}

#ixcell_product_listing_basic .shop-loop-header .page-numbers.prev {
    padding-right: 5px;
}

#ixcell_product_listing_basic .shop-loop-header .page-numbers.next {
    padding-left: 8px;
}
#ixcell_product_listing_basic nav.woocommerce-pagination ul li a:hover {
    background: transparent;
}
#ixcell_product_listing_basic ul.page-numbers .next:after, #ixcell_product_listing_basic ul.page-numbers .prev:after {
    font-family: 'Font Awesome 5 Free', FontAwesome !important;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

#ixcell_product_listing_basic ul.page-numbers .prev:after {
    content: "\f053";
}

#ixcell_product_listing_basic ul.page-numbers .next:after {
    content: "\f054";
}

#ixcell_product_listing_basic ul.page-numbers .page-numbers.current, #ixcell_product_listing_basic ul.page-numbers .page-numbers.current:hover {
    color: #F37522;
}


#ixcell_product_listing_basic .woocommerce.columns-1 ul.products.elementor-grid.columns-1.list li a img {
    width: 256px;
    float: left;
    margin: 0px 15px 0px 0px;
}
#ixcell_product_listing_basic .woocommerce.columns-1 ul.products.elementor-grid.columns-1.list li .product-sku {
    padding: 0px !important;
    display: inline-block;
}
/*ul.products.elementor-grid.columns-1.list > li img.attachment-woocommerce_thumbnail {
    width: 180px;
    float: left;
    margin-bottom: 0;
}

ul.products.elementor-grid.columns-1.list > li .product-sku {
    margin-left: 180px;
    display: block;
    padding-top: 10px !important;
}*/
#ixcell_product_listing_basic ul.products.elementor-grid.columns-1.list > li h2.woocommerce-loop-product__title {
    margin-left: 0 !important;
        display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    min-height: unset;
    padding-left: 0 !important;
}
#ixcell_product_listing_basic ul.products.elementor-grid.columns-1.list > li span.price {
    display: block;
    margin-left: 0;
    padding-left: 0 !important
}
#ixcell_product_listing_basic ul.products.elementor-grid.columns-1.list > li span.price .ixc-prices-html {
    display: block;
}
#ixcell_product_listing_basic ul.woof_products_top_panel_ul {
    display: none;
    height: 0;
}
#ixcell_product_listing_basic .shop-loop-header .woocommerce-pagination ul.page-numbers::before {
    display: none !important;
}
#ixcell_product_listing_basic .shop-loop-header .woocommerce-pagination .next.page-numbers::before {
    display: none !important;
}
#ixcell_product_listing_basic .woocommerce ul.products li.product a img{
    border: 1px solid #CFD6E5 !important;
    max-height: 170px;
    min-height: 170px;
    object-fit: cover;
}
#ixcell_product_listing_basic .woocommerce-result-count{
    margin-top: 25px;
    margin-bottom: 15px;
    color: #676767;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
}
#ixcell_product_listing_basic .ixc-before{
    color: #515151;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}
#ixcell_product_listing_basic .woocommerce-Price-amount.amount{
    color: #F15C2F;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
}
#ixcell_product_listing_basic .ixc-prices-html{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
#ixcell_product_listing_basic .add_to_cart_button{
    margin-bottom: 25px !important;
}
#ixcell_product_listing_basic ul.products.elementor-grid.columns-1.list > li .add_to_cart_button {
    margin-left: 0px !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    min-width: 200px !important;
}
#ixcell_product_listing_basic .woocommerce-loop-product__title{
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin-top: 10px;
}
#ixcell_product_listing_basic .orderby{
    min-width: 160px !important;
    outline: none !important;
    max-width: 160px;
}
#ixcell_product_listing_basic .woocommerce-perpage select{
    min-width: 61px;
    max-width: 61px;
}
#ixcell_product_listing_basic.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products{
    margin-bottom: 20px;
}
#ixcell_product_listing_basic ul.list{
    margin-bottom: 20px;
}
#ixcell_product_listing_basic ul.list li.product{
    display: flex;
}
#ixcell_product_listing_basic ul.list li.product .linear-gradient-btn-border{
    width: 250px;
    margin-top: auto;
    margin-left: auto;
}
#ixcell_product_listing_basic ul.list li.product a.loop_pro_title-link{
    flex: calc(100% - 250px);
    padding-left: 20px;
    align-self: center;
}

@media (max-width: 1360px){
    #ixcell_product_listing_basic{
        margin-bottom: 30px;
    }
}
@media (max-width: 1199px){
    #ixcell_product_listing_basic.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
        grid-template-columns: repeat(2,1fr);
    }
    /* #ixcell_product_listing_basic ul.list li.product {
        flex-wrap: wrap;
    } */
    /* #ixcell_product_listing_basic ul.list li.product a.woocommerce-loop-product__link {
        flex: 0 0 100%;
    } */
    /* #ixcell_product_listing_basic ul.list li.product .linear-gradient-btn-border {
        width: 100%;
        margin-top: auto;
        padding-left: 265px;
    } */
    #ixcell_product_listing_basic ul.products.elementor-grid.columns-1.list > li .add_to_cart_button,
    #ixcell_product_listing_basic ul.products.elementor-grid.columns-1.list > li .linear-gradient-btn-border a {
        min-width: 150px !important;
        padding: 11px 20px;
    }
}
@media (max-width: 1024px){
    #ixcell_product_listing_basic ul.list{
        grid-template-columns: repeat(1,1fr) !important;
    }
}
@media (max-width: 767px){
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf{
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf{
        flex: 0 0 100%;
        margin-left: 0 !important;
        margin-top: 10px !important;
        flex-wrap: wrap;
    }
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .layoutswitcher{
        margin-left: 0 !important;
    }
    
}
@media (max-width: 580px){
    #ixcell_product_listing_basic.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
        grid-template-columns: repeat(1,1fr);
    }
    #ixcell_product_listing_basic .woocommerce ul.products li.product a img{
        max-height: inherit;
    }
    #ixcell_product_listing_basic .woocommerce-loop-product__title{
        -webkit-line-clamp: inherit;
    }
    #ixcell_product_listing_basic ul.list{
        display: none;
    }
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .layoutswitcher{
        display: none;
    }
}
@media (max-width: 480px){
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .perpage-div.ixcell_par_page{
        flex: 0 0 100%;
        margin-top: 10px;
    }
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-firsthalf .perpage-div.ixcell_par_page span{
        margin-left: 0;
    }
    #ixcell_product_listing_basic .shop-loop-header .part.shop-loop-header-secondhalf .pagination-links {
        align-self: center;
        flex: 0 0 100%;
    }
    #ixcell_product_listing_basic .page-numbers{
        justify-content: flex-start;
        margin-top: 10px;
    }
}
