/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}

.col-inner:has(>.custom_attributes_container) {
    display: flex;
    flex-direction: column;
}

.custom-product-page .col-inner .custom_attributes_container {
    order: 3;
}

.custom-product-page .col-inner .add-to-cart-container {
    order: 4;
}

.custom-product-page .col-inner .social-icons {
    order: 5;
}

.custom-product-page .col-inner .custom_attributes_container table {
    margin-top: 0;
}

.custom-product-page .woocommerce-tabs ul.tabs {
    display: none;
}

.sub-menu .section-content a.button {
    font-family: "Playfair Display", sans-serif;
}

p:has(.sib-default-btn){
    display: flex;
    justify-content: center;
    align-items: center;
}