.wp-block-woocommerce-cart .wc-block-cart__submit-button {
    background-color: #808080;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 25px; /* Adjust the font size as needed */
}

/* Hover effect */
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
    background-color: #1c7aa8; /* Darken the background color on hover */
    color: black; /* Keep the text color black */
}
/* Assuming your header has a specific class or ID, replace ".site-header" with your actual header class or ID */
.site-header {
    width: 100%; /* Set the width to 100% to span the full width of the page */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.wp-site-blocks>header {
  width:100%;
}
.wp-site-blocks > header {
    width: 100%; /* Set the width to 100% to span the full width of the page */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.thunk-page-top-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255);
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

/* Style the quantity input */
.woocommerce div.product form.cart .quantity {
    order: 1;
    width: 80px; /* Adjust the width as needed */
    margin-right: 10px; /* Add some space between the quantity input and the button */
}

/* Style the add to cart button */
.woocommerce div.product form.cart .add-to-cart-button {
    order: 2;
    padding: 10px 20px; /* Adjust padding to make the button smaller */
    font-size: 14px; /* Adjust font size */
    background-color: #007bff; /* Example background color */
    color: #ffffff; /* Example text color */
    border: 1px solid #007bff; /* Example border color */
    border-radius: 5px; /* Add some rounded corners */
}

/* Add any additional styles for other elements */

.woocommerce div.product form.cart .quantity {
    width: 80px !important;
}

.woocommerce div.product form.cart .add-to-cart-button {
    padding: 10px 20px !important;
    font-size: 14px !important;
    /* Add other styles with !important if necessary */
}

/* .thunk-products-wrapper .thunk-products-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 20px;
} */


/*     .thunk-products-wrapper .thunk-products-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .thunk-products-wrapper .thunk-products-ul li {
        width: calc(50% - 10px); /* Adjust width to fit two items per row with gap */
        margin-bottom: 10px; /* Add vertical gap between rows */
        padding-right: 10px; /* Add horizontal gap between items
                              *  */
    }
/*     .thunk-products-wrapper .thunk-products-ul li:nth-child(odd) {
        margin-right: 1px; /* Add extra margin to odd items to compensate for padding-right */
    } */ */


.almaira-quantity {
    margin-right: 20px;
    display: flex;
    border: 1px solid #9c9c9c;
    width: 110px;
    height: 40px;
    align-items: center;
}

.woocommerce div.product form.cart .button {
    float: none !important;
    width: 100px;
    height: 40px;
}


.single-product div.product form.cart button.plus {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    background: transparent;
    color: #9c9c9c;
    text-decoration: none;
}

.single-product div.product form.cart button.minus {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    background: transparent;
    color: #9c9c9c;
    text-decoration: none;
}

/* .elementor-811 .elementor-element.elementor-element-a2d129d .elementor-heading-title {
    color: var(--e-global-color-accent);
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    background-color: orange;
} */

.elementor-811 .elementor-element.elementor-element-a2d129d .elementor-heading-title {
    color: #eeeeee;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    background-color: orange;
}

.cart_fixed_1 {
    position: fixed;
    top: 20px; /* Adjust this value to your desired vertical position */
    right: 20px; /* Adjust this value to your desired horizontal position */
    z-index: 9999; /* Ensure it's above other elements */
}

.cart_fixed_1 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* Additional styles to override previous positioning */
.cart_fixed_1.taiowc-cart-open {
    bottom: auto !important;
    top: 20px !important;
}


.cart_fixed_1 .taiowc-cart-item {
    padding: 1.5rem; /* Adjust the padding as needed */
    background: #fff;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -moz-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -webkit-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -o-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
}


.wc-block-components-text-input input[type==tel]:required,
.wc-block-components-text-input input[type=text]:required,
.wc-block-components-text-input input[type=url]:required {
    /* Your existing styles */
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}


.sort-adv-filter {
    display: none;
    background-color: white;
}

.sort-border {
    display: none;
    background-color: white;
}


.top-footer-bar .top-footer-container {
    padding: 10px 0;
    display: none;
}

.th-icon-Shopping_icons-01:before {
    content: "\e927";
    background: #90f48c;
}


.cart_fixed_1 .taiowc-cart-item {
    padding: 1.5rem;
    background: #c1e6c3;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -moz-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -webkit-box-shadow: 0 0 10px rgb(255 255 255 / 60%);
    -o-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
}


/* .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
    display: flex; /* Ensure it's a flex container */
    flex-wrap: nowrap;
        justify-content: space-between; /* Shifts items to the right */
}
 */

.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
    display: flex; /* Ensure it's a flex container */
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 > * {
    margin-right: 32px; /* Adjust the spacing between the icons */
}

.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 > *:last-child {
    margin-right: 0; /* Remove margin from the last icon */
}

button {
    border: 0;
    border: none;
    padding: 10px 20px;
    background-color: #ffc595;
    color:#000000;
    border-radius: 5px;
    cursor: pointer;
	    font-weight: bold;
}

/* .thunk-products-wrapper .thunk-products-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.thunk-products-wrapper .thunk-products-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

/* Adjust width of individual product items */
/* .thunk-products-wrapper .thunk-products-ul .product-item {
    width: calc(50% - 10px); /* Adjust the width as needed */
    flex-basis: calc(50% - 10px); /* Added to ensure compatibility with older browsers */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    margin-bottom: 20px; /* Added margin between product items */
} */

.thunk-products-wrapper .thunk-products-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Adjust width of individual product items */
/* .thunk-products-wrapper .thunk-products-ul .product-item {
    width: calc(50% - 10px); /* Adjust the width as needed */
    flex-basis: calc(50% - 10px); /* Added to ensure compatibility with older browsers */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    margin-bottom: 20px; /* Added margin between product items */
    padding: 0px; /* Adjust padding as needed */
} 

/* Common styles for both mobile and laptop screens */
.thunk-products-wrapper .thunk-products-ul,
.thunk-products-wrapper ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

/* Responsive styles for mobile screens */
@media (max-width: 767px) {
    .thunk-products-wrapper .thunk-products-ul,
    .thunk-products-wrapper ul.products {
        margin: 0;
    }
}

/* Responsive styles for laptop screens */
@media (min-width: 768px) {
    .thunk-products-wrapper .thunk-products-ul,
    .thunk-products-wrapper ul.products {
        margin: 0 0 1em;
    }
}


.wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 2.2641509434%;
    width: 35%;
}

/* Style for the "Place Order" button */
.wc-block-components-button {
    min-height: 3em;
    display: block;
    width: 100%;
    background-color: #719AFA; /* Button background color */
    color: #fff; /* Button text color */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 16px; /* Adjust spacing between existing content and button */
}

.wc-block-components-button:hover {
    background-color: #0056b3; /* Button background color on hover */
}

/* Target the specific label for "Phone (Optional)" */
label[for="phone"]::after {
    content: "(Add you number)";
    visibility: hidden;
    width: 0;
    display: inline-block;
}

/* Ensure the label has the correct styling for the pseudo-element */
label[for="phone"] {
    white-space: nowrap;
}



