<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.   ***************/
/*woo single product button*/
.product-gallery .row{
	position: sticky!important;
	top: 0!important;
}
.quantity {
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.quantity .button.is-form{
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.quantity input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 0 !important;
    font-size: 1em;
    max-width: 2.5em;
    text-align: center;
    width: 2.5em;
    border: 0;
    background: transparent;
    height: 50px;
}
.single_add_to_cart_button.button {
    width: calc(100% - 130px);
    border-radius: 4px;
    height: 50px;
}</pre></body></html>