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

p.stock.out-of-stock {
    display: none;
}

.box-image .out-of-stock-label {
    display: none;
}

#product-sidebar {
	padding-left: 10px;
	padding-right: 0;
}

#product-sidebar .secondary.is-outline:hover {
    color: #dd3333 !important; 
}

#product-sidebar div.wpcf7 input{
    width: 90%;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 3px;
}

#product-sidebar div.wpcf7 input.dat-hang{
    width: auto;
    background: #ffffff;
    color: #d53330;
}
#product-sidebar div.wpcf7 input.dat-hang:hover{
    box-shadow: initial;
    background: #7a9c59;
    color: white;
}

#product-sidebar .widget {
    margin-bottom: 0;
}

#shop-sidebar .widget_nav_menu
{
	padding: 10px;
    border: 1px solid #dd9933;
    border-radius: 10px;
}
#shop-sidebar .widget_nav_menu .widget-title  
{
	color: #dd3333;
    font-weight: bold;
}
#shop-sidebar .widget_nav_menu ul li
{
	font-weight: bold;
}
#shop-sidebar .widget_nav_menu ul li a:hover	 
{
	color: #dd3333;
}

#main-menu.mobile-sidebar li.account-item.has-icon.menu-item {
    display: none;
}

body.home .section-title-container{
	margin-bottom: 0;
}

.round-20 {
    border-radius: 20px;
}

.product .product-main .product-info{
	border-right: initial !important;
}

.product .product-main .product-info h1.product-title.product_title.entry-title {
    font-size: 20px;
    font-weight: bold;
}

p.price.product-page-price {
    font-size: 18px;
    line-height: 1.5;
}

span.amount.hl_custom_price {
    font-weight: initial;
	color: #7a9c59;
}

span.amount.hl_custom_price span.hl_price {
    background: #ffffff;
    margin-left: 5px;
    padding: 0 10px;
    font-weight: bold;
    border: 1px solid #a89a9a;
    border-radius: 7px;
}


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


}