<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.   ***************/
#footer p{
   font-size: 14px;
    margin-bottom: 0;
}

.single-product .container-width,.single-product .full-width .ubermenu-nav,.single-product  .container,.single-product  .row {
    max-width: 1250px;
}
#footer p{
   font-size: 14px;
    margin-bottom: 0;
}
.header:not(.transparent) .header-nav-main.nav &gt; li &gt; a {
    font-size: 16px;
    font-weight: 800;
}
#wc-stripe-afterpay-message-container {
    display: inline-block;
}
li.payment_method_stripe_affirm label[for=payment_method_stripe_affirm] {
    display: inline-block !important;
}
ul.payment_methods li[class*=payment_method] {
    position: relative;
}
#wc-stripe-affirm-message-container{
	width: 80%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
button#place_order {
    width: 100%;
    height: 60px;
    border-radius: 4px;
}
.pull-left {
    margin-top: 15px;
}
ul.menu&gt;li {
    float: left;
    width: 25%;
    border: none !important;
}
legend {
    border-bottom: none;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    width: auto;
	text-align: center;
}
fieldset{
    margin-bottom: 0;
	border: 1px solid #eee;
}
.entry-summary .custom-html-widget ul li{
	margin-bottom: 0;
}
.product-title {
    font-size: 1.2rem;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
ul.menu&gt;li {
    float: left;
    width: 50%;
    border: none !important;
}
#h-h1{
	font-size: 3.9rem !important;
}
.product-title {
    font-size: .8rem;
}
.product-main {
    padding: 40px 0 0 0;
}
.textwidget fieldset{
	width: 100% !important;
}
.product-info .price {
    font-size: 1em;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    width: 303px;
}
}</pre></body></html>