/*
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: 1.8
*/

@import url("../flatsome/css/foundation.css");

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/



ul.header-nav li .nav-dropdown > ul > li.menu-parent-item > a {
font-weight: bold !important;
}

a.button.medium.primary {
width: 100%;
}

a.button.medium.secondary {
width: 100%;
}

li.product-small.out-of-stock.grid1 span.soldout {
background: none repeat scroll 0 0 rgb(198, 94, 57) !important;
    border-radius: 58px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    left: -2px;
    line-height: 50px;
    margin: 0;
    min-height: 77px;
    min-width: 77px;
    padding: 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(126, 34, 23);
    top: 6px;
}

.woocommerce span.soldout, .woocommerce-page span.soldout {
    background: rgb(198, 94, 57) !important;
    border-radius: 58px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    font-size: 33px;
    font-weight: bold;
    left: -2px;
    line-height: 67px;
    margin: 0;
    min-height: 77px;
    min-width: 77px;
    padding: 19px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(126, 34, 23);
    top: 6px;
}

.woocommerce span.soldout, .woocommerce-page span.soldout {
    z-index:999999;
}


.out-of-stock-label {
display: none;
}


.woocommerce-message {
    display: none;
}

.product-sidebar-right, .hide-for-small {
	margin-top: -20px;
}

.widget_product_categories li a, .widget_layered_nav li a, .widget_layered_nav_filters li a {
  text-transform: capitalize !important;
}