.brand-logo img{
    max-height: 120px;
}
.mobile-social-icon a{
	height:38px;
  	width:38px;
}
.mobile-social-icon a svg{
  height:32px;
  width:32px;
  margin-top:0px;
  color:#000;
}

.product-cart-wrap .product-content-wrap .product-price,
.detail-info .product-price-cover {
  display:none;
}


.section-title.style-2,
.section-title.style-1{
	text-align:center;
  	color:var(--color-brand);
}

.section-title.style-1::after{
  	left: 50%;  
  	transform: translatex(-50%);
}

.header-area .header-bottom {position:relative}

.header-area .header-bottom:after{
  position: absolute;
  content: '';
  background: #eee;
  width: 47%;
  height: calc(100% - 20px);
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  z-index:-1;
  position: absolute;
  border-radius:20px 0 0 20px
}

.main-menu.main-menu-light-white > nav > ul > li > a{
	color:#000
}