.elementor-20 .elementor-element.elementor-element-ebd4f41{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-20 .elementor-element.elementor-element-ebd4f41.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-ebd4f41{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-33097428 */.cart-widget .qib-container{

}
html body .qib-container {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}
.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id){
    width: 50%;
}
/* Main Quantity Wrapper */
.qib-container {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 14px;
   background-color:#fff !important;
    padding: 10px 16px !important;
    flex-wrap: nowrap !important;
     
}

/* Remove paragraph breaking layout */
.qib-container p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
  
}

/* Buttons */
.qib-button {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #b7cdb2;
    color: #fff;
    font-size: 18px;
    cursor: pointer;

    display: flex !important;
    align-items: center;
    justify-content: center;

    line-height: 1;
    padding: 0;
    min-width: 28px;
}

/* Quantity Field */
.qib-container .quantity {
    margin: 0 !important;
}

.qib-container input.qty {
    width: 30px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 18px;
    color: #555;
    padding: 0;
    box-shadow: none;
}

/* Remove number arrows */
.qib-container input.qty::-webkit-outer-spin-button,
.qib-container input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qib-container input.qty[type=number] {
    -moz-appearance: textfield;
}

/* Mobile */
@media (max-width: 480px) {
    .qib-container {
        padding: 8px 12px;
        gap: 10px;
    }

    .qib-button {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 16px;
    }

    .qib-container input.qty {
        width: 26px;
        font-size: 16px;
    }
}
}
/* Proceed to Checkout Button */

a.checkout-button.button.alt.wc-forward {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #92ac96;
    color: #000;
    text-decoration: none;
    
    padding: 22px 18px;
    line-height: 1.2;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-align: center;
}

/* Remove unwanted BR space */
a.checkout-button.button.alt.wc-forward br {
    display: none;
}

/* Hover */
a.checkout-button.button.alt.wc-forward:hover {
    background: #7f9983;
    color: #fff;
}

/* Tablet */
@media (max-width: 768px) {
    a.checkout-button.button.alt.wc-forward {
      
        padding: 22px 16px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    a.checkout-button.button.alt.wc-forward {
     
        padding: 18px 14px;
    }
}/* End custom CSS */