/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.social-icons {
    line-height: 100%;
    padding-top: 5px;
}

/* -- quick view button -- */
.quick-view, .product-image-tools {
  display:none; }


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/* -- quick view button -- */
.quick-view {
  display:none; }
}

p.demo_store {
    margin: 0;
    padding: 6px 0 8px 0;
    text-align: center;
    color: #000;
    background-color: #ffffc9;
}

.price p.stock {
    font-weight: normal;
	font-size: 50%;
}

label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
    padding: 0 15px;	
}

.price {
    font-size: 160%;
    color: #003366;
    font-weight: 800;
    line-height: 100%;
}

ul.header-nav li a {
    font-size: 120%!important;
}

#masthead .row {
    height: 100%;
    margin-left: 0;
}