main#main {
    padding: 120px 15px;
    max-width: 100vw;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#primary {
    background: var(--main-bg);
}


.shop-page {
    display: flex;
    gap: 30px;
    width: 100%;
}

.custom-filter-ordering {
    /* width: 320px; */
    /* width: 500px !important; */
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0px 6px 11px #f1e3a457;
    /* border-radius: 50px; */
    /* background: linear-gradient(145deg, #ffffff, #e6e1db); */
    /* box-shadow: 10px 10px 30px #d9d5cfbd, -10px -10px 30px #ffffff; */
    position: sticky;
    top: 110px;
    flex: 1 !important;
}
 ul.products li {
    margin: 0px !important;
    width: calc(25% - 23px) !important;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 6px 11px #f1e3a457;
}

 ul.products{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px 30px;
    justify-content: flex-start;
    /* row-gap: 30px; */
    width: 100%;
}

 ul.products:before,  ul.products:after {
    display: none !important;
}

li.product.type-product.post-9667.status-publish.first.instock.product_cat-semi-party-wear.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {}

 ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
    padding: 10px 14px !important;
    font-family: "Inter";
    font-size: 15px !important;
    line-height: 23px;
}

 ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
    color: var(--d-green);
    font-weight: bold;
    width: 180px;
    display: flex;
    justify-content: center;
    font-size: 19px;
    border: 1px dashed #f1e3a4;
    padding: 4px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fffaf3;
    box-shadow: 3px 3px #f1e3a4;
}

 ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,ul.products li a.button.product_type_variable.add_to_cart_button, .added_to_cart.wc-forward {
    margin-top: auto;
    background: var(--d-green);
    font-size: 20px;
    padding: 15px;
    display: flex !important;
    justify-content: center;
    color: #fff;
    font-family: "Cinzel";
    font-weight: 500;
    width: 100%;
    text-align: center;
}

 ul.products li .screen-reader-text {
    display: none;
}


 ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
header.woocommerce-products-header {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

nav.woocommerce-breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;
    /* font-family: 'Cinzel'; */
    font-weight: 500;
    color: #000 !important;
    font-size: 15px !important;
    background: #ffffff;
    /* display: inline-block !important; */
    border: 1px dashed #afafaf;
    padding: 1px 10px !important;
    border-radius: 5px;
}

nav.woocommerce-breadcrumb a:hover {
    color: #1c352d !important;
}

.product-loop {
    width: flex;
    flex: 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.custom-filter-ordering h2 {
    font-size: 28px;
    line-height: 38px;
}

.custom-filter-ordering h3 {
    font-size: 16px;
    /* border-bottom: 1px dashed #ababab; */
    line-height: 26px;
    display: inline-block;
    background: var(--green);
    color: #000;
    padding: 3px 15px;
    border-radius: 20px;
}

.custom-filter-ordering .wc-block-product-filter-chips__item {
    padding: 1px 6px;
    line-height: 20px;
    font-size: 12px;
    border-color: #c6c6c6 !important;
    background: #fffaf3 !important;
    border-style: dashed;
    border-radius: 10px;
    transition: all 0.2s linear;
}

.custom-filter-ordering {}

input.min {}

.desk-filter .wc-block-product-filter-chips__items {
    gap: 5px;
}

.desk-filter .wc-block-product-filter-price-slider .text input[type=text] {
    width: 120px;
    max-width: unset;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    line-height: 24px;
    border: 1px dashed #c6c6c6;
    border-radius: 50px;
    height: unset !important;
    background: #fffaf3;
    color: #1c352d;
    font-weight: bold;
}

.desk-filter :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
    gap: 25px !important;
}
.desk-filter .has-selected-chip-text-color .wc-block-product-filter-chips__item[aria-checked=true] {
    /* color: #fff; */
    background: #f1e3a4 !important;
    /* border-color: #1c352d !important; */
}

.desk-filter li.wc-block-product-filter-removable-chips__item {
    background: #e4e4e4 !important;
    color: #000;
    border-radius: 50px !important;
    font-size: 13px !important;
}

.desk-filter .wp-block-button.has-custom-width.wp-block-button__width-100.wc-block-product-filter-clear-button.is-style-outline.is-style-outline--4 button.wp-block-button__link.has-text-align-center.wp-element-button {
    background: #1c352d;
    color: #fff;
    transition: all 0.3s linear;
}

.desk-filter .wp-block-button.has-custom-width.wp-block-button__width-100.wc-block-product-filter-clear-button.is-style-outline.is-style-outline--4 {}

.desk-filter .wp-block-button.has-custom-width.wp-block-button__width-100.wc-block-product-filter-clear-button:hover button.wp-block-button__link.has-text-align-center.wp-element-button {
    background: #000 !important;
}

 ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .added_to_cart.wc-forward:hover {
    background: #f1e3a4;
    color: #000;
}
.custom-filter-ordering button.wc-block-product-filter-chips__show-more {
    font-size: 14px;
    margin-top: 5px;
    color: #1c352d;
}

.custom-filter-ordering .wc-block-product-filter-chips__item:hover {
    background: #f1e3a4 !important;
    /* border-color: #1c352d !important; */
    /* color: #fff; */
}
.woocommerce.wc-block-catalog-sorting select.orderby {
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
    background: #fffaf3;
    border: 1px dashed #c6c6c6;
}


.woocommerce nav.woocommerce-pagination ul {
    border: unset;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #000;
    height: 35px;
    width: 50px;
    border-radius: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: unset;
    /* overflow: visible; */
}

.woocommerce nav.woocommerce-pagination ul li span {
    width: 100%;
    height: 100%;
    background: #e8ebe0 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #000;
    /* border: 1px dashed #686142; */
    border-radius: 30px;
    /* box-shadow: 2px 2px #000; */
}

.woocommerce nav.woocommerce-pagination ul li a {
    background: #1c352d;
    width: 100%;
    height: 100%;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #f1e3a4;
    color: #000;
}
p.woocommerce-result-count {
    color: #1c352d;
}
/* .woocommerce-notices-wrapper {
    display: none;
} */
 ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none !important;
}
.close-filter{
display: none;
position: fixed;
top: 30px;
right: 30px;
}
@media only screen and (max-width:1350px){
     ul.products li {
    width: calc(33.3% - 20px) !important;
}
}
@media only screen and (max-width:1150px){
    
 ul.products li {
    width: calc(50% - 15px) !important;
}
}

@media only screen and (max-width:1024px){
    .close-filter.active{
        display: block;
        z-index: 999;
    }
    .custom-filter-ordering.active {
    top: -100%;
    z-index: 999;
}
    .custom-filter-ordering {
    position: fixed;
    top: 0px;
    /* transform: translateY(100%); */
    z-index: 999;
    /* height: 100vh; */
    overflow-y: scroll;
    width: 100%;
    flex: unset !important;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: all 0.5s ease-in-out;
}
.shop-page {
    flex-direction: column;
}
.product-loop{
    flex: unset !important;
}

.custom-filter-ordering :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay, .custom-filter-ordering :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay {
    display: none;
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    /* display: none; */
}

.custom-filter-ordering :where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
    position: relative !important;
    transform: unset !important;
    max-height: unset !important;
}

.custom-filter-ordering footer.wc-block-product-filters__overlay-footer {
    display: none;
}

.custom-filter-ordering header.wc-block-product-filters__overlay-header {
    display: none;
}

.custom-filter-ordering .wc-block-product-filters__overlay {
    position: relative;
    pointer-events: all;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content{
    overflow-y: unset !important;
}
}

@media only screen and (max-width:768px){
     ul.products{
    gap: 20px 10px;
}

 ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
    padding: 0px 10px 10px 10px;
    font-size: 12px;
    line-height: 17px;
}

 ul.products li {
    width: calc(50% - 5px) !important;
}

 ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
    width: 110px;
    font-size: 16px;
    padding: 5px;
    line-height: 20px;
}

 ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 17px;
    padding: 12px;
}
ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, ul.products li a.button.product_type_variable.add_to_cart_button, .added_to_cart.wc-forward {
    font-size: 17px;
}
}
span.wc-block-product-filter-removable-chips__label {
    font-family: "UAEsymbol";
    font-weight: bold;
    font-size: 16px;
    color: #1c352d;
}
ul.products li span.woocommerce-Price-amount.amount {
    all: unset;
}
.term-description {
    width: 100%;
    background: #fff;
    padding: 30px 40px 40px 40px;
    border-radius: 20px;
    margin-top: 94px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1200px;
}
header.woocommerce-products-header h1 {
    text-align: center;
}
.term-description p {
    /* text-align: center; */
    /* max-width: 1000px; */
    margin: 8px 0px 0px 0px;
}
.term-description h2, .term-description h3{
    margin-top: 14px;
    /* max-width: 1000px; */
    /* text-align: center; */
    font-size: 18px;
    line-height: 30px;
font-weight: 500 !important;
}
.term-description h2 b, .term-description h3 b, .term-description h2 strong, .term-description h3 strong{
font-weight: 500 !important;
}

@media only screen and (max-width:768px){
    .term-description {
    margin-top: 50px;
    padding: 10px 15px 20px 15px;
}

.term-description h2, .term-description h3 {
    font-size: 18px;
    line-height: 26px;
}
.search-box {
    align-items: flex-start;
    padding-top: 200px;
}
}