/* color swatches */
.ux-swatches--x-large .ux-swatch--image {
    height: 100px;
    width: 100px;
}

/* html specials */
.mbn-specials-1 {
    font-size: .9em;
    background-color:#f5f5f7;
    padding-top: .5em;
    padding-bottom:.5em;
    padding-left: 2.3em;
    padding-right:30px;
    margin-top:2em;
    margin-bottom:1.2em;
    border-radius: 18px;
    width:fit-content;
}

.mbn-specials-1 :last-child {
    margin-bottom:0;
}

/* #mbn-config-options, */
.product-type-simple .mu_availability {
    margin-top: 2em;
}

.mu_loop_availability {
    font-size: .85em;
}

.mb-config {
    margin: 2em 0 3em 0;
}

.radio-as-button .span-2-col {
    grid-column: 1 / span 2;
}

.mb-config ul.radio-as-button li p.price {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.5em 0 0;
}

p.form-prompt {    
    font-size: 1.2em;
    padding-top: 2em;
    font-weight: bold;
    letter-spacing: -.022em;
    margin-bottom: 0.8em;
    color: black;
}

ul.radio-as-button {
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1em;
    column-gap: 1em;
    align-items: stretch;
}

ul.radio-as-button li {
    margin: 0;
    display: flex;
    height: 100%;
}

.mb-config ul.radio-as-button li p {
    font-weight: normal;
    font-size: .85em;
    margin: 0;
}

.radio-as-button input[type="checkbox"], .radio-as-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-as-button input[type="radio"]:checked + label, .radio-as-button input[type="checkbox"]:checked + label {
    border: 2px solid #0071e3;
    margin: 0;
}

.radio-as-button input[type="radio"] + label, .radio-as-button input[type="checkbox"] + label {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 1em;
    font-family: sans-serif, Arial;
    font-size: 17px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 4px;
    margin: 1px;
}

.radio-as-button label {
    display: inline-block;
    line-height: 1.2em;
    padding-left: calc(1.1em + 5px);
    position: relative;
    vertical-align: text-top;
}

.mb-config .radio-as-button label.v-center-option {
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-divider, 
table.variations th.label {
     display: none;
 }
 
 .product-info .price {
    font-size: 1.2em;
 }
 
span.amount {
     font-weight: normal;
 }
 
 /* Gallery enhancements */
 .woocommerce-product-gallery,
 .product-gallery .row {
     position: sticky !important;
     top: 0;
 }
 
 .product-thumbnails {
     display: none;
 }

 .woocommerce-product-gallery__image img {
    /* height: unset !important; */
 }

 .variations_form .variation_prompt {
    padding-top: 1.5em;
 }