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

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer.dark {
    color: hsla(0, 0%, 100%, 1) !important;
}
/* table.shop_table.woocommerce-checkout-review-order-table .product-name {
    width: 80%;
}
table.shop_table.woocommerce-checkout-review-order-table .product-name .ux-quantity.quantity.buttons_added{
    float: right;
}
table.shop_table.woocommerce-checkout-review-order-table .product-name .cqoc_container {
    display: -webkit-box;
}
table.shop_table.woocommerce-checkout-review-order-table dl.variation {
    text-transform: none;
    display: inline-block;
    margin-left: 6px;
} */
table.shop_table.woocommerce-checkout-review-order-table a.remove {
    border: 2px solid;
    border-radius: 100%;
    color: #ccc;
    display: block;
    font-size: 14px !important;
    font-weight: 700;
    height: 20px;
    line-height: 17px !important;
    text-align: center;
    width: 20px;
}
p.remove-btn {
    float: left;
    margin: 0 !important;
    margin-right: 12px !important;
    height: 25px;
}
table.shop_table.woocommerce-checkout-review-order-table dl.variation {
    text-transform: none;
    margin-left: 35px!important;
}

/**
 * Product section - Image
 **/

.product .box-image img, .product-gallery-slider img {
    aspect-ratio: 1 !important;
    object-fit: contain !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
    font-size: 12px;
    padding: 8px;
    font-style: italic;
}

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


}