/* Header style start */
.header-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.header-area.sticky {
	position: fixed;
	background: #000;
	z-index: 2;
}

.header-area .navbar-phone .phone-call {
	display: block;
}

.header-area .navbar-phone .phone-call .icon {
	margin: 10px;
}

@media (min-width: 1600px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 1100px) {
	#menu2.navbar-nav {
		display: none;
	}
}

@media (max-width: 1099.98px) {
	.navbar .navbar-brand {
		margin-left: 0;
	}
	.navbar .navbar-collapse .navbar-region {
		margin-top: 25px;
	}
	.navbar .navbar-collapse .navbar-nav {
		overflow-y: auto;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.navbar .navbar-collapse .navbar-nav .nav-item .menu-expand {
		position: relative;
		width: 24px;
		height: 24px;
		cursor: pointer;
	}
	.navbar .navbar-collapse .navbar-nav .nav-item .menu-expand:after, .navbar .navbar-collapse .navbar-nav .nav-item .menu-expand:before {
		background-color: #fff;
	}
	.navbar .navbar-collapse .navbar-nav .nav-item .menu-icon .icon {
		stroke: #A5A5A5;
	}
	.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 13px;
	}
/*     .navbar .navbar-collapse #menu1.navbar-nav {
    display: none;
} */
    .navbar .navbar-collapse #menu1.navbar-nav .nav-item a {
        display: none;  
    }
    .navbar .navbar-collapse #menu1.navbar-nav .nav-item a[href^="contacts"] {
        display: block;
    }
	.navbar .navbar-collapse.show {
		overflow-y: auto;
		height: 87vh;
	}
	.navbar-contact {
		flex-direction: row;
	}
	.navbar-contact .contact-item:first-child {
		margin-right: 35px;
		flex-grow: 1;
	}
	.navbar-contact .contact-item:first-child .contact-link {
		font-size: 30px;
		font-weight: 500;
		line-height: 38px;
		text-align: left;
	}
}

@media (max-width: 374.98px) {
	.navbar .navbar-brand {
		margin-left: -15px;
	}
	.navbar .navbar-brand img {
		max-width: 100%;
	}
	.navbar .navbar-collapse.show {
		height: 85.8vh;
	}
	.navbar .navbar-collapse .navbar-contact .contact-item:first-child {
		margin-right: 10px;
	}
}

@media (max-width: 1599.98px) {
	.navbar .navbar-region {
		font-size: 0.76rem;
	}
}

@media (min-width: 1300px) {
	.navbar .navbar-contact .contact-item:first-child .contact-link {
		margin-right: 20px;
	}
}

@media (max-width: 1099.98px) and (orientation: landscape) {
	.container,
	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 100%;
	}
	.navbar .navbar-phone {
		flex: 1;
		text-align: right;
	}
	.navbar .navbar-collapse.show {
		height: 84vh;
	}
	.single-product {
		height: 210px !important;
	}
	.single-product .single-product-wrapper .product-content .title {
		margin-top: 10px;
	}
}

/* Header style end */
/* Product menu start */
.product-menu {
	list-style: none;
	padding: 0;
}

.product-menu .nav-item .menu-icon {
	padding-right: 15px;
	margin-left: -45px;
	font-family: Basis Grotesque Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
}

.product-menu .nav-item .menu-icon .icon {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: #585858;
}

.product-menu .nav-item .nav-link {
	padding-right: 0;
	padding-left: 0;
	font-family: Basis Grotesque Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.product-menu .nav-item .nav-link:hover, .product-menu .nav-item .nav-link:focus {
	color: #A8593A !important;
}

.product-menu .nav-item .nav-link.active {
	color: #A8593A;
}

.product-menu .nav-item .nav-item-wrapper {
	margin-left: 45px;
	font-size: 14px;
	line-height: 27px;
	border-bottom: 1px solid #656565;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-menu .nav-item .nav-item-wrapper .nav-link {
	width: 100%;
}

.product-menu .nav-item .menu-expand {
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.product-menu .nav-item .menu-expand:after {
	position: absolute;
	content: '';
	width: 1.5px;
	height: 16px;
	background-color: #000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-menu .nav-item .menu-expand:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 1.5px;
	background-color: #000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-menu .nav-item .sub-menu {
	padding: 0;
	margin-left: 45px;
	list-style: none;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-menu .nav-item .sub-menu.show {
	margin-top: 10px;
	max-height: 100vh;
	border-bottom: 1px solid #656565;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-menu .nav-item.show .menu-expand {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-menu .nav-item.show .menu-expand:after {
	transform: rotate(90deg) translate(-8px, 0px);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-menu .nav-item.show .menu-expand:before {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-menu .nav-item.show .nav-item-wrapper {
	border-bottom: 0px;
}

.product-menu .nav-item.show > ul.sub-menu {
	margin-top: 10px;
	max-height: 100%;
	border-bottom: 1px solid #656565;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Product menu end */
/* Intro styles start */
.section-intro {
	min-height: 436px;
	padding-top: 304px;
	padding-bottom: 15px;
	color: #fff;
}

.section-intro.intro-bg {
	background: url("/assets/template/img/bg/bg-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-intro h1.intro-title {
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 37px;
	line-height: 40px;
	margin-bottom: 50px;
}

.section-intro p.intro-subtitle {
	font-family: 'Basis Grotesque Pro';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0rem;
	text-align: left;
}

.section-intro .intro-rating {
	text-align: left;
}

.section-intro .intro-rating .rating-stars-wrapper {
	padding-bottom: 2px;
}

.section-intro .intro-rating .rating-stars-wrapper ul.rating-stars {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	margin: 0;
	padding: 0;
}

.section-intro .intro-rating .rating-stars-wrapper ul.rating-stars li {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.section-intro .intro-rating .rating-stars-wrapper ul.rating-stars li .icon {
	width: 17px;
	height: 17px;
	margin-bottom: 2px;
	fill: #FFB864;
}

.section-intro .intro-rating .rating-title {
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
}

.section-intro .intro-rating .btn {
	font-family: 'Basis Grotesque Pro';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
}

@media (max-width: 1099.98px) {
	.section-intro {
		min-height: 436px;
		padding-top: 335px;
		padding-bottom: 15px;
		color: #fff;
	}
	.section-intro .container h1.intro-title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

/* Intro styles end */
/* Section Page start */
.section-page .l-column {
	border-right: 1px solid #E4E4E4;
}

@media (max-width: 1099.98px) {
	.section-page .l-column {
		border-right: none;
	}
}

.section-page .r-column ul.pagination li::before {
	content: none;
}

.section-page .r-column ul {
	padding: 0;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	list-style: none;
	line-height: 1rem;
}

@media (max-width: 1099.98px) {
	.section-page .r-column ul {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}

.section-page .r-column ul li::before {
	color: #CE4242;
	content: '\2022';
	display: inline-block;
	padding-right: 9px;
	font-size: 1.3rem;
	vertical-align: middle;
}

.section-page .r-column h1, .section-page .r-column h2, .section-page .r-column h3, .section-page .r-column h4, .section-page .r-column h5, .section-page .r-column h6 {
	word-wrap: break-word;
}

.section-page .product-menu {
	list-style: none;
	padding: 0;
}

.section-page .product-menu .nav-item .nav-link {
	color: #000;
}

.section-page .product-menu .nav-item .nav-link.active {
	color: #A8593A;
}

.section-page hr {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.section-page .table {
	color: #656565;
	margin-bottom: 3.2rem;
}

.section-page .table thead th {
	color: #000;
	font-size: 1.1rem;
	padding: 0.75rem 5px;
}

.section-page .table th, .section-page .table td {
	padding: 0.5rem 5px;
}

.section-page .call-action p {
	margin-bottom: 5px;
}

.section-page .call-action a {
	font-family: 'Roboto';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	color: #000;
	text-decoration: none;
}

/* Section Page end */
/* Single product start */
.category-product {
	border-top: 1px solid #E4E4E4;
}

.category-product:after {
	display: block;
	content: '';
	width: 100%;
	position: relative;
	bottom: 1px;
	border-bottom: 1px solid #E4E4E4;
}

.single-product {
	width: 100%;
	height: 280px;
	padding: 20px 5px 10px 5px;
	border: 1px solid #E4E4E4;
}

@media (min-width: 1100px) {
	.category-product div:nth-child(3n+1) .single-product {
		border-left: 0px;
		border-top: 0px;
	}
	.category-product div:nth-child(3n+2) .single-product {
		border-left: 0px;
		border-top: 0px;
	}
	.category-product div:nth-child(3n+3) .single-product {
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
	}
}

@media (max-width: 1099.98px) {
	.category-product div:nth-child(odd) .single-product {
		border-top: 0px;
	}
	.category-product div:nth-child(even) .single-product {
		border-top: 0px;
		border-left: 0px;
	}
	.category-product div:last-child .single-product {
		border-right: 1px solid #E4E4E4;
		border-bottom: 0px;
	}
}

.single-product .single-product-wrapper {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.single-product .single-product-wrapper .product-image {
	height: 220px;
	text-align: center;
	line-height: 210px;
}

.single-product .single-product-wrapper .product-image img {
	height: auto;
	max-width: 100%;
}

.single-product .single-product-wrapper .product-content {
	padding: 0 10px;
}

.single-product .single-product-wrapper .product-content .title {
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 0.85rem;
	color: #000;
	line-height: inherit;
}

.single-product .single-product-wrapper .product-content .icon {
	fill: #818181;
	width: 14px;
	height: 10px;
	position: absolute;
	right: 10px;
	bottom: 25px;
	transform: rotate(-45deg);
}

.single-product:hover .single-product-wrapper .product-content .title, .single-product:active .single-product-wrapper .product-content .title, .single-product:focus .single-product-wrapper .product-content .title {
	color: #A8593A !important;
}

@media (max-width: 1099.98px) {
	.single-product {
		height: 220px;
		padding: 20px 5px 10px 5px;
		border: 1px solid #E4E4E4;
	}
	.single-product .single-product-wrapper {
		display: block;
		cursor: pointer;
		text-decoration: none;
	}
	.single-product .single-product-wrapper .product-image {
		height: 140px;
		line-height: 130px;
	}
	.single-product .single-product-wrapper .product-image img {
		max-height: 100%;
		max-width: 100%;
	}
	.single-product .single-product-wrapper .product-content {
		padding: 5px;
	}
	.single-product .single-product-wrapper .product-content .title {
		font-size: 0.85rem;
		line-height: 0.85rem;
		color: #000;
	}
	.single-product .single-product-wrapper .product-content .icon {
		display: none;
	}
}

/* Single product end */
/* video area start */
.video-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}

@media (max-width: 1099.98px) {
	.video-title {
		font-size: 1.4rem;
	}
}

.video-wrapper {
	width: 100%;
	min-height: 390px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1299.98px) {
	.video-wrapper {
		min-height: 500px;
	}
}

@media (max-width: 1099.98px) {
	.video-wrapper {
		min-height: 450px;
	}
}

.video-wrapper .video-content {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

.video-wrapper .video-content .popup-video {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
}

.video-wrapper .video-content .popup-video .icon {
	width: 14px;
	height: 15px;
	margin-left: 1px;
	margin-bottom: 4px;
}

.video-wrapper .video-content .popup-video:hover {
	background: #e9ecef;
	opacity: 0.9;
}

.overlay-soft {
	position: relative;
	z-index: 1;
}

.popup-video {
	color: #fff;
	background: #fff;
	border-radius: 50%;
	font-size: 14px;
	line-height: 100px;
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	z-index: 1;
	animation: pulseBig infinite 5s linear;
}

.popup-video:hover {
	color: #fff;
	background: #fff;
}

/* video area end */
/* Custom Typography start */
.section-title h2.title {
	font-family: 'Basis Grotesque Pro';
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 20px;
}

@media (max-width: 1099.98px) {
	.section-title h2.title {
		font-size: 27px;
		line-height: 27px;
	}
}

@media (max-width: 374.98px) {
	.section-title h2.title {
		font-size: 22px;
		line-height: 22px;
	}
}

.section-title h3.title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 33px;
}

@media (max-width: 1099.98px) {
	.section-title h3.title {
		font-family: 'Basis Grotesque Pro';
		font-style: normal;
		font-weight: 500;
		font-size: 26px;
		line-height: 26px;
	}
}

@media (max-width: 374.98px) {
	.section-title h3.title {
		font-size: 23px;
		line-height: 24px;
	}
}

.section-title h4.title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 33px;
}

@media (max-width: 1099.98px) {
	.section-title h4.title {
		font-size: 25px;
		line-height: 30px;
	}
}

.list-style {
	padding: 0;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	list-style: none;
	line-height: 1rem;
}

@media (max-width: 1099.98px) {
	.list-style {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}

.list-style li::before {
	color: #CE4242;
	content: '\2022';
	display: inline-block;
	padding-right: 9px;
	font-size: 1.3rem;
	line-height: 1.2rem;
	vertical-align: middle;
}

.list-style-1 {
	padding: 0;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	list-style: none;
}

@media (max-width: 1099.98px) {
	.list-style-1 {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}

.content-row {
	margin-top: 3rem;
}

@media (max-width: 1099.98px) {
	.content-row {
		line-height: 1.1;
	}
}

.content-row .section-title {
	margin-top: 3rem;
}

.content-row .section-title .title {
	margin-bottom: 3.2rem;
}

@media (max-width: 1099.98px) {
	.content-row p img {
		max-width: 100%;
		height: auto;
	}
}

.content-row img.img-fluid {
	width: 100%;
	height: 100%;
}

.content-row img.img-thumbnail {
	border: 0;
}

.content-row h1 {
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 40px;
	margin-bottom: 3.2rem;
}

@media (max-width: 1099.98px) {
	.content-row h1 {
		font-size: 28px;
		line-height: 20px;
		margin-bottom: 2.8rem;
	}
}

.content-row h2 {
	font-family: 'Basis Grotesque Pro';
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 20px;
}

@media (max-width: 1099.98px) {
	.content-row h2 {
		font-size: 27px;
		line-height: 26px;
		margin-bottom: 2rem;
	}
}

@media (max-width: 374.98px) {
	.content-row h2 {
		font-size: 28px;
		line-height: 22px;
		margin-bottom: 2rem;
	}
}

.content-row h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}

@media (max-width: 1099.98px) {
	.content-row h3 {
		font-family: 'Basis Grotesque Pro';
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 24px;
		margin-bottom: 2rem;
	}
}

@media (max-width: 374.98px) {
	.content-row h3 {
		font-size: 29px;
		line-height: 21px;
		margin-bottom: 2rem;
	}
}

.content-row h4 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}

@media (max-width: 1099.98px) {
	.content-row h4 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 2rem;
	}
}

.content-row p + h1, .content-row p + h2, .content-row p + h3, .content-row p + h3, .content-row p + h4,
.content-row ul + h1, .content-row ul + h2, .content-row ul + h3, .content-row ul + h3, .content-row ul + h4,
.content-row ol + h1, .content-row ol + h2, .content-row ol + h3, .content-row ol + h3, .content-row ol + h4 {
	margin-top: 2rem;
}

.content-row .pageRight, .content-row .pageLeft, .content-row .pageNote {
	margin-top: 0;
	margin-bottom: 1rem;
}

.content-row iframe, .content-row .table-responsive {
	margin-bottom: 2rem;
}

/* Custom Typography end */
/* preview-block start*/
.preview-block .section-links {
	text-align: right;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.preview-block .section-links a {
	color: #A8593A;
	text-decoration: none;
}

.preview-block .section-links a .icon {
	width: 14px;
	height: 10px;
	fill: #A8593A;
}

.preview-block .section-links a .icon use {
	width: 100%;
	height: auto;
}

.preview-block .section-links a:hover {
	opacity: 0.75;
}

.item-preview {
	width: 100%;
	display: block;
}

.item-preview .preview-block-image {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item-preview .preview-block-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item-preview .preview-block-content {
	margin: 15px 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
}

.item-preview .preview-block-content .title {
	color: #000;
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #C4C4C4;
	font-size: 14px;
	line-height: 21px;
}

.item-preview .preview-block-content .preview-block-date {
	color: #000;
	margin-top: 0.5rem;
	font-size: 12px;
	line-height: 21px;
}

.item-preview .preview-block-content .preview-block-views {
	color: #000;
	margin-top: 20px;
	font-size: 12px;
	line-height: 14px;
}

.item-preview:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	opacity: 0.90;
}

.preview-slider {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.preview-slider .preview-block-wrapper {
	float: none;
	display: inline-block;
	width: 266px;
	white-space: normal;
	vertical-align: top;
}

.preview-slider .preview-block-wrapper .item-preview {
	padding: 0 10px;
}

/* preview-block-wrapper end*/
/* section-callback start */
.callback-bg {
	background: linear-gradient(90.75deg, #ADADAD 48.47%, rgba(173, 173, 173, 0) 85.8%), url("/assets/template/img/bg/bg-callback-form.jpg");
	background-repeat: no-repeat;
}

@media (min-width: 1600px) {
	.callback-bg {
		background-size: cover;
	}
}

.section-callback {
	min-height: 340px;
	color: #fff;
}

@media (max-width: 1099.98px) {
	.section-callback {
		min-height: 320px;
	}
}

.section-callback .callback-wrapper {
	padding-top: 60px;
	padding-bottom: 20px;
}

@media (max-width: 1099.98px) {
	.section-callback .callback-wrapper {
		padding-top: 30px;
	}
}

.section-callback .callback-wrapper .callback-form .required_fields {
	margin-top: 8px;
}

@media (max-width: 1099.98px) {
	.section-callback .callback-wrapper .callback-form .required_fields {
		margin-top: 14px;
	}
}

.section-callback .callback-wrapper .callback-form textarea {
	min-height: 90px;
}

.section-callback .callback-wrapper .callback-form .btn:hover, .section-callback .callback-wrapper .callback-form .btn:focus {
	background: #656565;
	border-color: #656565;
	color: #fff;
}

.section-callback .callback-wrapper .callback-form span[class^="error"] {
	color: #a31616;
	font-weight: 500;
}

/* section-callback end */
/* section-footer start */
.section-footer {
	min-height: 370px;
	color: #E4E4E4;
	padding-top: 45px;
	padding-bottom: 25px;
}

.section-footer.footer-bg {
	background-color: #000;
}

.section-footer .footer-widget .widget-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #E4E4E4;
}

.section-footer .footer-widget .widget-list {
	padding: 0;
	margin-bottom: 25px;
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	color: #A5A5A5;
	letter-spacing: -1px;
}

.section-footer .footer-widget .widget-list li a {
	color: inherit;
	text-decoration: none;
}

.section-footer .footer-widget .widget-list li a:hover, .section-footer .footer-widget .widget-list li a:focus {
	color: rgba(255, 255, 255, 0.75);
}

.section-footer .footer-widget .footer-informer {
	position: absolute;
	bottom: 25px;
}

@media (max-width: 1099.98px) {
	.section-footer .footer-widget .footer-informer {
		position: inherit;
		text-align: center;
	}
}

.section-footer .footer-widget .footer-logo {
	margin-bottom: 40px;
}

@media (max-width: 1099.98px) {
	.section-footer .footer-widget .footer-logo {
		text-align: center;
	}
}

.section-footer .footer-widget .footer-logo img {
	max-width: 100%;
}

.section-footer hr {
	border-top: 1px solid #2C2C2C;
}

.section-footer .footer-copyrights {
	font-size: 11px;
	line-height: 13px;
	color: #A5A5A5;
}

.section-footer .footer-copyrights .copyrights-link {
	color: #E4E4E4;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.section-footer .footer-copyrights .copyrights-link:hover, .section-footer .footer-copyrights .copyrights-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.section-footer .footer-copyrights p {
	margin-top: 15px;
}

/* ssection-footer end */
/* Popup start */
.mfp-popup .mfp-body {
	padding-top: 10px;
}

.mfp-popup .mfp-body div[class^="error"] {
	color: #a31616;
	font-weight: 500;
}

.mfp-popup .mfp-body label {
	line-height: 2rem;
}

#region-form .cfcity_list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#region-form .cfcity_list li {
	margin-bottom: 7px;
}

#region-form .cfcity_list li a {
	text-decoration: none;
	color: #000;
}

#region-form .cfcity_list li a:hover, #region-form .cfcity_list li a:focus {
	color: #A8593A !important;
}

/* Popup end */
/* section-subheader Start */
.section-subheader {
	min-height: 430px;
	padding-top: 95px;
	padding-bottom: 25px;
}

.section-subheader .breadcrumb {
	background-color: transparent;
	padding: 12px 0px;
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.section-subheader .breadcrumb li {
	color: #A5A5A5;
}

.section-subheader .breadcrumb li a {
	color: #A5A5A5;
	text-decoration: none;
}

.section-subheader .breadcrumb li a:hover, .section-subheader .breadcrumb li a:focus {
	opacity: 0.75;
}

.section-subheader .breadcrumb li + li::before {
	padding-left: 7px;
	padding-right: 7px;
	content: '-';
}

.section-subheader .subheader-title {
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 40px;
}

@media (max-width: 1099.98px) {
	.section-subheader .subheader-title {
		font-size: 28px;
		line-height: 30px;
	}
}

.section-subheader.subheader-white {
	background-color: #E5E5E5;
}

.section-subheader.subheader-dark {
	color: #fff;
	background-color: #adadad;
}

.section-subheader.subheader-dark .breadcrumb {
	color: #fff;
}

.section-subheader.subheader-dark .breadcrumb li {
	color: inherit;
}

.section-subheader.subheader-dark .breadcrumb li a {
	color: inherit;
}

.section-subheader .preview-slider {
	margin-left: -5px;
	margin-right: -5px;
}

@media (min-width: 375px) {
	.section-subheader .preview-slider {
		overflow-x: auto;
	}
}

.section-subheader .preview-slider .preview-block-wrapper {
	width: 20%;
	float: left;
}

@media (max-width: 1099.98px) {
	.section-subheader .preview-slider .preview-block-wrapper {
		width: 266px;
		float: none;
	}
}

.section-subheader .preview-slider .preview-block-wrapper .item-preview {
	position: relative;
	padding: 0 5px;
}

.section-subheader .preview-slider .preview-block-wrapper .item-preview .preview-block-image:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #000000 -10.11%, rgba(0, 0, 0, 0) 55.85%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-subheader .preview-slider .preview-block-wrapper .item-preview .preview-block-image .preview-block-content {
	position: absolute;
	bottom: 0px;
	margin: 15px 20px;
}

.section-subheader .preview-slider .preview-block-wrapper .item-preview .preview-block-image .preview-block-content .title {
	color: #fff;
	border-bottom: 0px;
}

@media (max-width: 1099.98px) {
	.section-subheader .preview-slider .preview-block-wrapper .item-preview .preview-block-image img {
		width: 100%;
	}
}

/* section-subheader Start */
/* category-row Start */
.category-row .section-title {
	margin-top: 3rem;
}

.category-row img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

/* category-row End */
/* brands-block start*/
.brands-block .section-title .title {
	margin-bottom: 1.5rem;
}

@media (max-width: 1099.98px) {
	.brands-block .section-title .title {
		margin-bottom: 0.6rem;
	}
}

.brands-block .section-links {
	text-align: right;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

@media (max-width: 1099.98px) {
	.brands-block .section-links {
		padding-left: 15px;
		text-align: left;
		margin-bottom: 2.1rem;
	}
}

.brands-block .section-links a {
	color: #A8593A;
	text-decoration: none;
}

.brands-block .section-links a .icon {
	width: 14px;
	height: 10px;
	fill: #A8593A;
}

.brands-block .section-links a .icon use {
	width: 100%;
	height: auto;
}

.brands-block .section-links a:hover {
	opacity: 0.75;
}

.brands-block .brands-slider {
	margin-left: -15px;
	margin-right: -15px;
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

.brands-block .brands-slider .brands-item {
	border-right: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}

.brands-block .brands-slider .brands-item .brands-single .item-brands .brands-image {
	line-height: 145px;
	text-align: center;
	vertical-align: baseline;
}

.brands-block .brands-slider .brands-item .brands-single .item-brands .brands-image img {
	display: inline;
	max-width: 100%;
}

.brands-block .brands-slider .brands-item .brands-single:first-child {
	border-bottom: 1px solid #E4E4E4;
}

/* brands-block end */
/* map-delivery start */
.map-delivery .list-style-1 {
	font-size: 13px;
	color: #A8593A;
	display: inline-block;
}

@media (max-width: 1099.98px) {
	.map-delivery .list-style-1 {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 1099.98px) {
	.map-delivery .delivery-item:last-child .list-style-1 {
		margin-bottom: 1rem;
	}
}

/* map-delivery end */
/* comments Start */
.comment-form h4 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
}

@media (max-width: 1099.98px) {
	.comment-form h4 {
		font-size: 32px;
		line-height: 38px;
	}
}

.single-comment-box {
	margin-bottom: 25px;
}

.comments {
	margin-top: 50px;
	list-style: none;
}

.comments .comments-list li:before {
	content: '' !important;
}

.comments .comments-list .auther-img {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;
	margin: 0 20px 20px 0;
	border: 4px solid #eee;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.comments .comments-list .auther-img img {
	height: 100%;
	max-width: 100%;
	border-radius: 50%;
}

.comments .comments-list .children:hover .auther-img, .comments .comments-list .parent:hover .auther-img {
	border-color: #000;
}

.comments .auther-link {
	margin-top: -15px;
	margin-bottom: 7px;
}

.comments .auther-link a {
	color: #333;
	font-weight: 600;
	padding-right: 15px;
}

.comments .auther-link:hover span, .comments .auther-link:hover a {
	color: #666;
}

.comments .auther-link > span {
	color: #333;
	font-weight: 600;
	padding-right: 15px;
}

.comments .parent {
	display: inline-block;
}

.comments .children {
	display: inline-block;
	margin-left: 50px;
}

.comments .parent, .comments .children {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.comments ul {
	list-style: none;
}

.comment-form h4 {
	margin-bottom: 30px;
}

.single-comment-box {
	margin-bottom: 25px;
}

.single-comment-box input {
	height: 45px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
}

.single-comment-box textarea {
	height: 180px;
	padding: 10px;
	width: 100%;
}

/* comments End */
/* jGrowl custom Start */
.jGrowl.top-right {
	right: 0;
	top: 100px !important;
}

/* jGrowl custom End */
/* Jivo custom Start */
[class^="globalClass"] jdiv {
	z-index: 1 !important;
}

/* Jivo custom End */
/* gallery Start */
.gallery-fluid {
	margin-bottom: 2rem;
	margin-top: 1rem;
}

@media (max-width: 1099.98px) {
	.gallery-fluid img {
		padding-left: 0;
		padding-right: 0;
	}
}

/* gallery End */
/* gallery Start */
.thumbnail img {
	width: 100%;
}

@media (min-width: 1100px) {
	.thumbnail img {
		height: 150px;
	}
}

/* gallery End */
