/*
Theme Name: Brick
Version: 1.56

Theme URI: http://preview.ait-themes.club/theme/brick
Author: AitThemes.club
Author URI: https://www.ait-themes.club
Description: Premium WordPress theme. Follow us on <a href="http://twitter.com/AitThemes">Twitter</a> or <a href="http://www.facebook.com/AitThemes">Facebook</a>
Tags: simple, clean, minimalistic
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* trunk@r526 */
.nav-menu-main > ul > li.current_page_item > a,
.nav-menu-main > ul > li.current-menu-item > a,
.elm-products .product-description,
.product-data .item-title,
h1,h2,h3,h4,h5,h6{
	color: #000;
}

p{
	font-size: 18px !important;
}
#masthead .site-logo{
	padding: 20px 30px !important;
}
#masthead .site-logo img{
	min-width: 200px;
	height: auto;
}

.product-sale-price {
	position: absolute;
	top: 0;
	right: 60px;
	width: 50px;
	line-height: 30px;
	background: #939393;
	color: #fff;
	text-align: center;
	text-decoration: line-through;
}

@media(min-width: 768px){
	.product-sale-price{
		top: -11px;
	}
}

.header-item .fa-phone-square,
.header-item .fa-mobile{
    width: 100%;
    height: 100%;
    background-image: url('./img/a1_logo.png');
    background-size: contain;
    background-position: center;
    position: static !important;
}
.header-item .fa-mobile{
    background-image: url('./img/mts_logo.png')
}
.header-item .fa-phone-square:before,
.header-item .fa-mobile:before{
    display: none;
}
.item-icon-font {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
}

.header-items .header-item .item-icon-font:after{
    display: none !important;
}

@media (max-width: 640px){
	#masthead .site-logo{
		padding: 30px 0 !important;
	}
}