/*
 Theme Name:   Zixton Child Theme
 Template:     zixton
 Version:      1.0.0
*/
:root{
	--primary-color: var(--main-color-two);
}
section.page-title{
	display: none;
}
.display-none{
	display: none !important;
}
.category-icon svg{
	fill: white !important;
	height: 70px !important;
}
.wp-block-search__button {
  font-size: 0.7rem;
}
.main-header .logo-box .logo img{
	height: 80px;
}
.main-header .logo-box .logo{
	margin-top: 1rem;
}
.top-line .line-4, .top-line .line-8{
	background-color: black;
}
.preloader .boxes .box > div{
	background-color: var(--primary-color);
}
.main-slider .content-box h3{
	color: var(--primary-color);
}
.shop-block-one .inner-box .content-box .box h4 a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	width: 100%;
}
figure.logo-box {
  margin-top: 1rem;
}
.custom-logo {
  object-fit: contain;
}
.sticky-header .menu-area.pull-right{
	margin-top: calc(1rem + 10px);
}
.logo-box img{
	height: 80px;
}