.woocommerce-products-header__title.page-title {
    display: none;
}

.checkboxcl .wpcf7-list-item {
    margin: 0px 0px 25px;
}
.checkboxcl label{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.emailcl {
    margin-top: 30px;
}
.flex.items-start.checkboxcl {
    margin-top: 22px;
}
.firstName br {
    display: none;
}
.lastName br {
    display: none;
}
.emailcl br {
    display: none;
}

.checkboxcl label{
    font-weight: 500;
}
.-form-container{
    padding-top: 40px;
}
.-form-container .wpcf7-form-control-wrap{
    position: relative;
}
.-form-container .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    font-size: 12px;
    padding-top: 1px;
}
.-form-container .i_agree{
    position: relative;
    top: 2.5px;
}

.stars span a.cstmactive {
    color: #ffb253;
}

.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 0.5em;
}

.storefront-sorting{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin: 1rem 0;
}
/* Hide all select elements inside .value.cs-variations-options */
.value.cs-variations-options select {
    display: none;
}

/* Show only the first select element inside the first .value.cs-variations-options container */
.variations > div:first-of-type .value.cs-variations-options select {
    display: block;
}
.storefront-sorting .woocommerce-pagination{
    display: none;
}
.woocommerce-pagination{
    margin: 2rem 0 2rem auto;
    width: fit-content;
}
.woocommerce-pagination ul.page-numbers{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.woocommerce-pagination ul.page-numbers li .current{
    background-color: #2f3032;
    color: #fff;
    padding: 0.5rem 1rem;
}
.woocommerce-pagination ul.page-numbers li .prev{
    background-color: transparent;
    color: #2f3032;
} 

/* .fkcart-mini-toggler{
    padding-right: 2rem;
} */

.woosw-btn.woosw-added:before{
    content: none;
}

.stars a {
    color: transparent; /* Hides the text */
    position: relative;
    margin-right: 10px; 
}

.stars a i {
    position: absolute;
    left: -5px;
    top: 0;
    color: #282824; /* You can set the color of the stars */
}

.stars a:hover i, 
.stars a:focus i,
.stars a.active i,
.stars a.selected i,
.stars a.cstmactive i {
    color: #FFA500; /* Star color when hovered, focused, active, or selected */
}


.woosw-list .woosw-items{
    width: 100%;
}
.woosw-list .woosw-items .product{
    display: flex;
    gap: 10px;
}

.woosw-list .woosw-items .product a{
    padding: 10px 0px;
    background: #ea4727;
    color: #fff;
    border-radius: 5px;
    width: 161px;
    display: inline-flex;
    justify-content: center;
}

.woosw-list .woosw-items .woosw-item--stock{
    margin-bottom: 10px;
    font-weight: 400;
}

.woosw-list{
    max-width: 100%;
    overflow: auto;
}

.home-hero-title sup{
    text-shadow: 3px 2px 0 #ea4727;
}

.home-hero-title sub{
    text-shadow: 5px 4px 0 #ea4727;
}

.stars:nth-of-type(2),
.stars:nth-of-type(3) {
    display: none;
}
.wp-block-list{
    list-style: auto;
}
.prose li::marker{
    font-weight: 700;
}

.submenu-icon{
    position: absolute;
    top: 0px;
    right: 10px; 
   
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 16px; 
}


p.stock.in-stock {
    display: none;
}

.sub-menu > li button{
   top: 9px;
   right: 20px;
   background: none !important;

}

.sub-menu > li button:focus{
    outline: none !important;
    background: none !important;
    background-color: none !important;
}

#order_review{
    background-color: #f8f8f8 !important;
}
.woocommerce-result-count{
    padding-top: 1rem;
}







/* MEDIA QUERIES */
@media screen and (min-width: 1024px) {
    .menu-item-has-children > .sub-menu + button{
        display: none;
    }   
    .sub-menu > li button{
        display: block !important;
        transform: rotate(270deg);

     }
}

@media screen and (max-width: 1024px) {
    .sub-menu > li .sub-menu{
        margin-top: 13px;
     
     }   
    
}

@media screen and (min-width: 1024px) {
    .submenu-icon{
        right: 0;
    }
    
}


@media screen and (max-width: 1024px) {
    .storefront-sorting{
        align-items: center;
    }
}

@media screen and (max-width: 430px) {
table.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details td, table.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details th
 {
padding: 1em 0.11575em !important;
}

}