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

#logo img {max-height: 180px !important}
.page-title-inner {padding-top: 60px;}

/*MENU-LATERAL*/
.is-divider {height: 0px; margin: 0em 0 0em;}
.widget .is-divider {margin-top: .2em;}

/*MENU-DROPDOWN*/
.has-dropdown .icon-angle-down {display: none;}

/*BLOG*/
.single-post .entry-image {display:none;}
.post_comments {display:none !important;}

/*WOOCOMMERCE*/
.woocommerce-result-count {display: none;}
.widget>ul>li .count {display: none;}
.woocommerce-ordering, .woocommerce-ordering select {display: none;}
.sku_wrapper {display: none !important;}

/*.product-info .price {font-size: 1.5em !important; font-weight: 400 !important; margin: 1em 0;}
span.amount {font-weight: 500 !important;}*/

/*FOOTER */
.absolute-footer.dark {color: rgba(255,255,255,1);}
.absolute-footer {font-size: .8em;}
.textwidget {font-size: 14px !important;}

/********************* MDA - CUSTOM CSS *******************************/
body {
    font-style: normal;
    font-size: 17px;
    letter-spacing: .06em;
    line-height: 2em;
    text-transform: none;
    color: rgba(23,23,23,.8) !important;
}

b, strong {
	font-weight: bold;
}
.product-summary h1.product-title, .product-summary .product-short-description p{
	margin-bottom: 0;
}

/*.product-info .price {font-size: 1em !important; font-weight: 400 !important; margin: 0.5em 0;}
.product-info .price span.amount {font-weight: 500 !important;}
.product-summary .woocommerce-Price-currencySymbol{font-size: 1em }*/
.price.product-page-price{
	font-size: 1em;
}
.price.product-page-price .amount, .woocommerce-variation-price .amount{
	color: rgba(23,23,23,.8);
}
.price.product-page-price .woocommerce-Price-currencySymbol, .woocommerce-variation-price .woocommerce-Price-currencySymbol{
	font-size: inherit;
    vertical-align: inherit;
    display: inherit;
    margin-top: 0;
}
/*bypass button secondary color on product description*/
.product-summary a.button.secondary{
	background-color: #000000;
}
/*Search box adjust position*/
ul.nav li.header-search-dropdown.current-dropdown ul.nav-dropdown{
	left: -160px;
}
/*Search button black*/
form.searchform button.button.submit-button{
	background-color: #000000;
}
/*Hide price on collection*/
.home div[id^="product-grid-"] .price-wrapper{
	display: none;
}
/*Custom pagination*/
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    padding: 4px 15px;
    margin: 0 10px;
}
/*Change footer*/
.footer-2{
	padding-top: 10px;
}
.footer-2 .widget.widget_text {
    margin-bottom: 0;
	line-height: 1.6em;
}
.footer-2 .social-icons{
	/*margin-bottom: 0;
	margin-top: -1.3em;*/
}
/*language swicher lowercase*/
span.wpml-ls-native {
    text-transform: lowercase;
}
.hidden-description{
	display: none;
}

.shop_table .order-total .includes_tax{
	display: none;
}

/********************* MDA - END OF CUSTOM CSS *******************************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#logo img {max-height: 90px !important;}
h2 {font-size: 25px !important;}
.is-xlarge {font-size: 1.3em !important;}

}