/*
Theme Name: CMS Child
Template: cms
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.tawcvs-swatches .swatch {
    border-radius: 10%;
    width: 70px;
    margin-right: 10px;
 }

.variations .reset_variations {
   display: none;
}

.box-bounce .box-text {
    display: none;
}

small {
    display: none;
}

.circle {
    border-radius: 5px !important;
}

.lightbox-content {
    max-width: 600px;
}

p#billing_country_field.form-row.form-row-wide.address-field.update_totals_on_change.validate-required {
    display: none;
}

.shipping ul {
    min-width: 170px;
}

.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
    display: inline-block;
    width: auto!important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}