/*
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. 3a3a3a  ***************/


/*************** Navbar Menu with Acme font - delete or comment out for lato bold 700 ***************/

#wide-nav .nav-uppercase>li>a {
    letter-spacing: .05em;
    text-transform: uppercase;
     font-weight: normal; 
}

/* top bar */

.html_topbar_left  {
    font-family: "acme", sans serif;
    font-size: .8em !important;
    font-weight: normal;
}

span.cart-price {
    margin-right: 0.3em;
}

/*************** ... ***************/

.product-info .is-divider {
    margin: 0;
}

.acf_subtitle {
    margin-bottom: 1.25em;
}

.product-page-price {
    background: #f3f3f3;
    padding: 10px;
}

/* .featured-title .page-title-inner { background: #636363 !important; min-width: 100%; }  */


/* TM Extra Product Option Select Box Styles  */
.single-product label.tm-epo-field-label.tm-has-required.tm-left {
    width: 92px;
    font-weight: bold;
    font-size: .8em;
}

.single-product .tm-epo-required {
    display: none;
}

.single-product .tm-extra-product-options-container label.fullwidth {
    font-weight: normal;
}

.single-product .tm-extra-product-options-container .tm-epo-field.tmcp-select {
    min-width: 418px;
}

.single-product .tm-description p {
    font-size: .85em;
}

.single-product table.variations {
    margin-bottom: 9px;
}

.single-product .tm-extra-product-options .tm-epo-field-label {
    display: block;
    margin-top: 6px;
}

/*************** Filter SB on category pages ***************/
.prdctfltr_wc .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.prdctfltr_filter label {
    font-size: 80%;
    line-height: 24px;
    display: block;
}



.product-small .box-image {
    max-width: 247px;
}


/*************** TS.CUSTOMGIFTSETC ***************/

.header-bottom form.searchform {
    width: 400px;
}






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


}