.woosb-summary.woosb-text {
    display: none;
}

.woosb-alert.woosb-text {
    display: none!important; 
}
.woosb-products .cwg_popup_submit {
    font-size: 12px;
}
.iti__selected-country {
    height: 38px;
    line-height: 38px;
    min-height: 38px;
}
.cwginstock-panel-body .cwgstock_button {
    font-size: 11px;
    line-height: 41px;
}
.rtl .cwginstock-panel-body .cwgstock_button {
    font-size: 13px;
}
.cwginstock-panel-heading h4 {
    font-size: 15px;
    padding: 0 15px;
}
.out-of-stock {
    color: red;
}
body:not(.rtl) .image-tools.absolute.top.show-on-hover.right.z-3,
body:not(.rtl) .image-tools.is-small.top.right.show-on-hover {
    left: 10px;
    right: auto;
}


/* Style for the buttons container */
.custom-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 2px;
    align-content: center;
    align-items: center;
    margin-top: 2px;
}
span.custom-variation-button {
    font-weight: 900 !important;
}
        
/* Style for individual buttons */
.custom-variation-button {
    background-color: #deddd4;
    border: 1px solid #deddd4;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s;
	font-weight:700;
}
        
.custom-variation-button:hover {
    background-color: #e7e7e7;
}

.custom-variation-button.selected {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

/* Hide the actual dropdown but keep it functional */
.variations select {
    position: absolute;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Show the dropdowns only when button display fails */
.no-js .variations select {
    position: static;
    opacity: 1;
    height: auto;
    pointer-events: auto;
}
table.variations .label {
    padding-right: 10px;
    padding-left: 10px;
}
        
/* Hide native dropdown arrows */
.variations .value {
    position: relative;
}

/*.woosb-products[class*="woosb-products-layout-grid"] {
    flex-direction: column;
}

.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
    width: 100%;
    border: none;
}

.woosb-products .woosb-product .variations_form .variations {
    display: flex;
    flex-direction: column;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-name {
    font-weight: 700;
    text-align: left;
}*/

.woosb-item-product .woosb-thumb {
    display: none;
}
@media (min-width: 850px) {
    
}
@media (max-width: 849px) {
   .woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
        width: 100%;
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    } 
    .woosb-products .woosb-product .variations_form .variations {
        display: flex;
        flex-direction: column;
    }
    .reset {
        display: none;
    }
    .product-type-woosb .woosb-bundled .woosb-item-product .variations .variation {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
}