/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.4
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/



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

    a.product_spec {
        background: #1F2E53 url(icon-pdf.png) 2px no-repeat!important;
        font-size: 12px!important;
    }
}
@media only screen and (min-width:0px) and (max-width:767px) {
    a.product_spec {
        background: #1F2E53 url(icon-pdf.png) 2px no-repeat!important;
        font-size: 12px!important;
    }
}

.grid-tools{
    display: block!important;
}
a.product_spec {
    background: #1F2E53 url(icon-pdf.png) 25px no-repeat;
}

del .woocommerce-Price-amount{
    display: none!important;
}

.product-addon h3.addon-name {
    font-weight: bold;
    display: block;
    font-size: .9em;
    width: 35%;
    float: left;
}
.product-addon p.form-row {
    width: 60%;
    float: right;
    clear: inherit;
}
.product-addon select.addon-select {
    height: 35px!important;
    font-size: 14px!important;
}

.yith_magnifier_mousetrap {
    z-index: 9!important;
}