
@font-face {
	font-family: 'TT Norms ExtraBold';
	src: local('TT Norms ExtraBold Italic'), local('TTNorms-ExtraBoldItalic'),
		url('Fonts/TTNorms/TTNorms-ExtraBoldItalic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'ChronicleDisplay-Roman';
	src: url('Fonts/ChronicleDisplay-Roman/ChronicleDisplay-Roman.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Bold'), local('TTNorms-Bold'),
		url('Fonts/TTNorms/TTNorms-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Thin'), local('TTNorms-Thin'),
		url('Fonts/TTNorms/TTNorms-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Regular'), local('TTNorms-Regular'),
		url('Fonts/TTNorms/TTNorms-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms Thin';
	src: local('TT Norms Thin Italic'), local('TTNorms-ThinItalic'),
		url('Fonts/TTNorms/TTNorms-ThinItalic.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Italic'), local('TTNorms-Italic'),
		url('Fonts/TTNorms/TTNorms-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Heavy'), local('TTNorms-Heavy'),
		url('Fonts/TTNorms/TTNorms-Heavy.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Light'), local('TTNorms-Light'),
		url('Fonts/TTNorms/TTNorms-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms Black';
	src: local('TT Norms Black Italic'), local('TTNorms-BlackItalic'),
		url('Fonts/TTNorms/TTNorms-BlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms ExtraLight'), local('TTNorms-ExtraLight'),
		url('Fonts/TTNorms/TTNorms-ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms Light';
	src: local('TT Norms Light Italic'), local('TTNorms-LightItalic'),
		url('Fonts/TTNorms/TTNorms-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms ExtraLight';
	src: local('TT Norms ExtraLight Italic'), local('TTNorms-ExtraLightItalic'),
		url('Fonts/TTNorms/TTNorms-ExtraLightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms Bold';
	src: local('TT Norms Bold Italic'), local('TTNorms-BoldItalic'),
		url('Fonts/TTNorms/TTNorms-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Medium'), local('TTNorms-Medium'),
		url('Fonts/TTNorms/TTNorms-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms Black'), local('TTNorms-Black'),
		url('Fonts/TTNorms/TTNorms-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms Medium';
	src: local('TT Norms Medium Italic'), local('TTNorms-MediumItalic'),
		url('Fonts/TTNorms/TTNorms-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms Heavy';
	src: local('TT Norms Heavy Italic'), local('TTNorms-HeavyItalic'),
		url('Fonts/TTNorms/TTNorms-HeavyItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'TT Norms';
	src: local('TT Norms ExtraBold'), local('TTNorms-ExtraBold'),
		url('Fonts/TTNorms/TTNorms-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

.tax-includes {
	font-size: 12px;
	color: #adadad;
}

span.shipping_hint {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #444;
	margin: 0 5px;
	position: relative;
}

span.shipping_hint:after {
	content: "?";
	position: absolute;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	width: 13px;
	font-weight: bold;
}

#cart span.shipping_hint,
#checkout-checkout span.shipping_hint {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 5px 0 8px;
}

#cart span.shipping_hint:after,
#checkout-checkout span.shipping_hint:after {
	font-size: 9px;
	line-height: 12px;
	width: 11px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
	height: 41px;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #e4e4e4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #555;
	line-height: 40px;
}

.form-group-row {
	margin-right: -7px;
	margin-left: -7px;
}

.form-group-row>div {
	padding: 0 7px;
}

.alert.alert-danger.lp {
	position: relative;
}

.alert.alert-danger.lp button {
	position: absolute;
	top: 0px;
	right: 3px;
}

input.form-control.error {
	border-color: #dbb0b7;
}

.author {
	margin-left: 15px;
}

.home-banner-expert {
	min-height: 430px;
}

.home-banner-inner.center-banner .container {
	width: 100%;
	max-width: 100%;
}

.home-banner-inner.center-banner .container {
	padding: 0 5%;
}

.container-hero-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
    max-width: 1400px !important;

}

@media (max-width: 767px) {
.container-hero-section {
    background: #f6f6f6;
    padding-bottom: 30px;
    padding-top: 20px;
}
}

div#contentLoading {
	height: 50px;
	width: 100%;
	background: url(./preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
}

.g-recaptcha {
	margin-bottom: 15px;
}

@media (min-width: 1024) {
	div#contentLoading {
		transform: translateY(-100%);
	}
}

.lp-banner {
	position: relative;
	height: auto !important
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}

.dtc-middle {
	vertical-align: middle !important;
}

[class^='page_information page_spa_locator'] .lp-banner,
[class^='page_information page_spa_locator'] .home-banner {
	height: auto !important;
	min-height: unset !important;
}

.section {
	font-size: 16px;
	line-height: 1.5;
}

.fullformula ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.upper {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

ol {
	margin-left: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-5 {
	padding-bottom: 50px !important;
}

.pb-4 {
	padding-bottom: 40px !important;
}

.pb-3 {
	padding-bottom: 30px !important;
}

.pb-2 {
	padding-bottom: 20px !important;
}

.pb-1 {
	padding-bottom: 10px !important;
}

.pt-5 {
	padding-top: 50px !important;
}

.pt-4 {
	padding-top: 40px !important;
}

.pt-3 {
	padding-top: 30px !important;
}

.pt-2 {
	padding-top: 20px !important;
}

.pt-1 {
	padding-top: 10px !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-5 {
	margin-top: 50px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.mt-1 {
	margin-top: 10px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mt-5 {
	margin-top: 50px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.mt-1 {
	margin-top: 10px !important;
}

.mr-5 {
	margin-right: 50px !important;
}

.mr-4 {
	margin-right: 40px !important;
}

.mr-3 {
	margin-right: 30px !important;
}

.mr-2 {
	margin-right: 20px !important;
}

.mr-1 {
	margin-right: 10px !important;
}

.mx-3 {
	margin: 30px 0 !important;
}

.lp-banner .owl-dots {
	bottom: 45px;
}

.owl-nav {
	position: static;
}

.owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

button.owl-next.disabled,
button.owl-prev.disabled {
	opacity: 0;
	visibility: hidden;
}

button.owl-prev,
button.owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -300%);
	right: -7%;
	width: 7%;
	height: 40px;
}

button.owl-prev {
	right: auto;
	left: -7%;
}

button.owl-dot {
	margin: 5px;
	width: 8px;
	height: 8px;
	padding: 0;
	border: transparent;
	border-radius: 50px;
	background: #fff !important;
	border: 2px solid !important;
}

button.owl-dot.active {
	background: #000 !important;
}

body {
	width: 100%;
	font-family: 'TT Norms';
	letter-spacing: .001px;
	color: #393939;
	background-color: #fff;
	min-width: 320px;
	font-weight: normal;
	font-size: 15px;
}

button {
	letter-spacing: inherit;
}

header {
	transition: background-color .3s ease;
	box-shadow: 0 4px 8px #0003;
	z-index: 3;
}

.top-banner {
	text-align: center;
	padding: 10px 0;
	background-color: #153878;
	font-weight: 700;
	transition: .3s ease;
}

.top-banner .inner-text {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	color: #fffefc
}

input#maps-address {
	max-width: 340px;
	margin-left: auto;
}

.mdc-text-field2,
.mdc-select2 {
	display: flex;
	align-items: center;
}

.mdc-text-field2 label,
.mdc-select2 label {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: none;
}

.mdc-text-field2 label {
	letter-spacing: .5px;
	font-size: 18px;
}

button#search,
.top-banner-panel {
	transition: .3s ease;
}

@media (max-width: 1100px) {

	.mdc-text-field2,
	.mdc-select2 {
		flex-direction: column;
		align-items: self-start;
	}

	.mdc-text-field2 label,
	.mdc-select2 label {
		margin-bottom: 10px !important;
	}

	input#maps-address {
		max-width: 100%;
	}

	.button_search-container {
		margin-top: 27px;
	}


	.mdc-text-field2 label {
		letter-spacing: .1px;
		font-size: 16px;
	}

}

@media (max-width: 768px) {
	.button_search-container {
		margin-top: 0;
	}
}

@media (max-width: 799px) {
	div#map {
		position: absolute !important;
		top: 0;
		left: 0;
	}
}

header.fixed-header .top-banner {
	position: absolute;
	width: 100%;
	left: 0;
	top: -100%;
	z-index: 222;
}

header.fixed-header .menu {
	padding: 4px 0;
}

header.fixed-header button#search {
	transform: translate(-59px, 1px);
}

.top-banner-panel .cabinet,
.top-banner-panel .cart-group {
	transition: .3s ease;
}


header.fixed-header .top-banner-panel .cabinet,
header.fixed-header .top-banner-panel .cart-group {
	position: relative;
	transform: translate(0, 100%);
	top: 41px;
}

div#article-products {
	margin-left: -15px;
	width: calc(100% + 15px);
}

.megamenu-article img {
	width: 100%;
	height: auto;
	display: block;
}

.megamenu-col.megamenu-article.article-2 {
	padding-left: 15px;
}

.megamenu-col.megamenu-article.article-1 {
	padding-right: 15px;
}

.top-banner-panel {
	position: absolute;
	right: 25px;
	top: 9px;
	display: flex;
}

.top-banner-panel .cabinet svg {
	transform: translateY(1px);
}

.top-banner-panel>div {
	height: 22px;
}

.header-row {
	position: relative;
}

.header-row .logo {
	position: absolute;
	height: 100%;
	left: 20px;
	display: flex;
	align-items: center;
}

.row-container.container-fluid {
	padding: 0;
}

textarea#input-review {
	letter-spacing: .1px;
}

#blog-acticle a {
	text-decoration: underline;
}

div#modal-agree {
	z-index: 99999;
}

.d-flex.flex-wrap {
	flex-wrap: wrap;
	margin: 0 -15px;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.d-none {
	display: none;
}

.certificates__header {
	position: absolute;
	left: 0;
	bottom: 5px;
}

/* Categories */
.category-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.category-grid .category-item {
	display: block;
	margin-bottom: 40px;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

.category-grid img {
	width: 100%;
	height: auto;
	display: block;
}

.category-item-name {
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 1180px) {
	.category-item-name {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.category-item-name {
		font-size: 14px;
	}

	.category-grid .category-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}


/* Mobile Menu */
@media (max-width: 767px) {
	span.toggle-child1 {
		z-index: 9999;
	}
}

/* Blog */

#blog-acticle {
	margin-bottom: 50px;
}

.col-12 {
	padding: 0 15px;
	width: 100%;
}

ul.breadcrumb+.title-wrapper h1 {
	margin-top: 0;
	margin-bottom: 50px;
}

select.select {
	height: 53px;
	border: 1px solid #ccc !important;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M10.5 15l7.5 7.5 7.5-7.5z' fill='%23767675'/%3E%3Cpath d='M0 0h36v36h-36z' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 22px;
	appearance: none;
}

textarea#contactTextarea {
	background: #fff;
}


.d-flex.justify-content-center {
	display: flex;
	justify-content: center;
}

.blog-banner h1 {
	font-size: 6rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.1;
	margin: 0;
}

.blog-banner ul.breadcrumb a,
.blog-banner ul.breadcrumb li {
	color: #fff;
}

.blog-banner.has-thumb {
	background-size: cover !important;
	background-position: center center !important;
	padding: 240px 0;
	margin-bottom: 40px;
}

.title-wrapper-blog h1 {
	margin-top: 0;
}

.blog-caption h4 {
	margin-top: 0;
}

.blog-caption h4 a {
	color: #4e4b4a;
	text-transform: none;
}

.blog-caption a.readmore {
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 13px;
}

.modal-no-js {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 57%);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(3px);
}

.notice-text {
	color: #0a0a0a;
	font-size: 20px;
	max-width: 500px;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
}

.product-layout .thumb-hover {
	display: none;
}

div#product-category {
	text-align: center;
}

.font-big {
	font-size: 20px;
}

.accordion-body {
	display: none;
}

.accordion-title {
	cursor: pointer !important;
}

.devider:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 20px;
	background: #fff;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.devider:after {
	content: '';
	top: 21px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	border-top: none;
	border-left: none;
	position: absolute;
	transform: rotate(45deg);
	transition: .3s ease-in-out;
	z-index: 2;
}

.devider {
	border-bottom: 1px solid #6d9dea;
	padding: 15px 0;
	position: relative;
}

.devider br {
	display: none;
}

@media (min-width: 768px) {
	.footer-title {
		pointer-events: none;
	}

	ul.footer-menu {
		display: block !important;
	}

	.product-layout .image {
		position: relative;
	}

	.product-layout .thumb-hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s ease;
	}

	.product-layout:hover .thumb-hover {
		opacity: 1;
	}

	.product-layout {
		display: flex;
		flex-direction: column;
	}

	.product-layout .image {
		order: -1;
	}

	.product-layout .product-price {
		order: -1;
		opacity: 0;
	}

	.product-layout .caption,
	.product-layout .product-price {
		transform: translate(0, -55px);
		transition: .7s ease;
	}

	.product-layout:hover .caption,
	.product-layout:hover .product-price {
		opacity: 1;
		transform: translate(0, 0);
	}

	.slide-carousel-wrapper .caption h4 {
		padding: 0 10%;
	}

	.weight {
		padding: 15px;
		border: 1px solid #e4e4e4;
		display: inline-block;
		margin-bottom: 20px;
	}

	/* .product-layout-archive .product-layout:nth-child(3n+2) {
		transform: translateY(60px);
	} */
	.product-layout-archive {
		margin: 0 -35px;
		padding-bottom: 100px;
		display: flex;
		flex-wrap: wrap;
	}

	.product-layout-archive .product-layout {
		margin-bottom: 55px;
		padding: 0 35px;
	}
}


.blog-caption p {
	font-size: 13px;
}

.title-wrapper-blog {
	margin-bottom: 30px;
}

.title-wrapper-blog .breadcrumb {
	padding-bottom: 15px;
}


.blog-banner.has-thumb {
	color: #fff !important;
}

.breadcrumb>li+li:before,
ul.breadcrumb li,
ul.breadcrumb li a {
	color: #000 !important;
}

.blog-banner.has-thumb .breadcrumb>li+li:before,
.blog-banner.has-thumb ul.breadcrumb li,
.blog-banner.has-thumb ul.breadcrumb li a {
	color: #fff !important;
}

.page_information_id_15 ul.breadcrumb li,
.page_information_id_15 ul.breadcrumb a,
.page_information_id_14 ul.breadcrumb li,
.page_information_id_14 ul.breadcrumb a,
.page_information_id_13 ul.breadcrumb li,
.page_information_id_13 ul.breadcrumb a,
.page_information_id_12 ul.breadcrumb li,
.page_information_id_12 ul.breadcrumb a,
.page_information_id_11 ul.breadcrumb li,
.page_information_id_11 ul.breadcrumb a,
.page_information_id_10 ul.breadcrumb li,
.page_information_id_10 ul.breadcrumb a,
.page_information_id_9 ul.breadcrumb li,
.page_information_id_9 ul.breadcrumb a,
.page_information_id_8 ul.breadcrumb li,
.page_information_id_8 ul.breadcrumb a {
	color: #fff;
}

header {
	transition: background-color .3s ease;
}

body:not(.home) header {
	background: #fff;
}

body.home header:hover {
	background: #fff !important;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

button {
	outline: none !important;
	box-shadow: none !important;
}

.header-nav>li>a {
	position: relative;
}


button#mobile-search-btn {
	display: flex;
	align-items: center;
	margin: 0 auto;
	background: transparent;
	border: none;
	z-index: 3333;
	position: relative;
	font-size: 18px;
	color: #000;
	margin-bottom: 82px;
}

div#mobile-search {
	height: 100vh;
	width: 100%;
	position: fixed;
	background: rgba(255, 255, 255, .82);
	z-index: 2222;
	left: 0;
	top: 0;
	padding-top: 100px;
	opacity: 0;
	z-index: -2222;
}

.search-open div#mobile-search {
	opacity: 1;
	z-index: 2222;
}

#mobile-search-btn .search-open {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

#mobile-search-btn .search-close {
	display: none;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	padding: 3px;
}

.search-open #mobile-search-btn .search-open {
	display: none;
}

.search-open #mobile-search-btn .search-close {
	display: block;
}

div#mobile-search input {
	max-width: 320px;
	margin: 0 auto;
	border: none !important;
	border-bottom: 2px solid #000 !important;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 18px;
	letter-spacing: .1px;
}


@media (min-width: 992px) {

	.header-nav>li.current-item>.current-link:before,
	.header-nav>li:hover>a:before {
		transform: translate(-50%) scaleX(1);
		opacity: 1;
	}

	.hide-desctop {
		display: none !important;
	}
}

/* Banner */
.btn-scroll-down {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: currentColor;
	fill: #fffefc;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 700;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	bottom: 15px;
	right: 40px;
}

.breadcrumb>li+li:before {
	content: "/";
}

@media (min-width: 992px) {
	.menu-center-links {
		display: flex;
	}
}

input#button-search {
	background: #333;
	border-color: #333;
	padding: 10px 30px;
}

.btn-group.lang-select {
	padding: 9px 0;
}

.lang-select .btn svg {
	width: 20px;
	height: 20px;
}

.lang-select .dropdown-menu .btn {
	margin-bottom: 5px;
}

.lang-select .dropdown-menu {
	padding: 5px 15px !important;
	min-width: 130px;
}

.lang-select .btn {
	padding: 0;
}

.mobile_nav.dropdown_link {
	display: none;
}

.pluses-block .row {
	display: flex;
	flex-wrap: wrap;
}

.pluses-block .row .pluse-item {
	margin-bottom: 20px;
}

.blog-loop-single {
	margin-bottom: 15px;
}

.bold {
	font-weight: 700 !important;
}

.light,
.light * {
	color: #fff !important;
}

::selection {
	background: #949494;
	color: #393939;
}

.section {
	padding: 80px 0;
}

.section .list-unstyled a {
	font-weight: bold;
	transition: .3s ease;
}

.section .list-unstyled a:hover {
	color: #6d9dea;
}

.title-wrapper h1 {
	margin-top: 0;
}

.container-lg {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #393939;
	margin-top: 0;
	line-height: 1.5;
}


.input-group .form-control {
	box-shadow: none !important;
	outline: 0;
	height: 44px;
	min-height: 44px;
	padding: 0 10px;
	margin: 0;
	line-height: 22px;
	border: 1px solid #bababa;
	background: #fff;
	color: #5f6a7d;
	font: 13px HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 0;
}

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

.inst-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-wrapper {
	overflow: hidden;
}

.insta-block .title-wrapper {
	padding-bottom: 25px;
}

.insta-item {
	position: relative;
	width: 20%;
}

.insta-backdrop {
	width: 100%;
	transition: opacity 0.25s ease 0s;
	background-color: rgba(0, 0, 0, 0.4);
	position: relative;
	padding-top: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 22;
}

.insta-backdrop:after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M363.273,0H148.728C66.719,0,0,66.719,0,148.728v214.544C0,445.281,66.719,512,148.728,512h214.544 C445.281,512,512,445.281,512,363.273V148.728C512,66.719,445.281,0,363.273,0z M472,363.272C472,423.225,423.225,472,363.273,472 H148.728C88.775,472,40,423.225,40,363.273V148.728C40,88.775,88.775,40,148.728,40h214.544C423.225,40,472,88.775,472,148.728 V363.272z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,118c-76.094,0-138,61.906-138,138s61.906,138,138,138s138-61.906,138-138S332.094,118,256,118z M256,354 c-54.037,0-98-43.963-98-98s43.963-98,98-98s98,43.963,98,98S310.037,354,256,354z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='396' cy='116' r='20'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	background-size: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.insta-item:hover .insta-backdrop {
	opacity: 1;
}

.inst-grid {
	display: flex;
}

.small-title {
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
}

/* aside */
@media (min-width: 768px) {
	.bordered-container {
		border-left: 1px solid #f1f1f1;
		padding-left: 60px;
	}

	.sticky-menu {
		position: sticky;
		top: 0;
		left: 0;
		will-change: auto;
		transition: .3s ease;
	}

	.fixed-header+div .sticky-menu {
		padding-top: 70px;
	}

	.aside-nav-menu li {
		margin-bottom: 8px;
	}
}

/* promo block */

.promo-block {
	display: flex;
}

.promo-block img {
	width: 100%;
	height: auto;
	display: block;
}

.promo-block__left-side {
	flex: 0 0 33%;
	max-width: 33%;
	height: auto;
	display: flex;
	flex-direction: column;
	position: relative;
}

.promo-block__right-side {
	flex: 0 0 67%;
	max-width: 67%;
	height: auto;
}

.promo-block__top {
	z-index: 2;
	background-color: #f7f6f2;
	padding-bottom: 10px;
}

.promo-block__left-side:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(237, 237, 237);
}

.promo-block__bottom {
	z-index: 2;
	background: #f7f6f2;
	padding: 10px 30px 30px;
	max-width: 440px;
	margin-top: auto;
	margin-left: auto;
}

/* default font size */
.fa {
	font-size: 14px;
}

.search-checkbox-wrrapper {
	margin: 10px 0;
}

.search-form-wrapper {
	margin-bottom: 30px;
}

h2,
.title-sm {
	font-size: 2rem;
	font-weight: 600;
}

.blog-caption .title-sm,
.caption .title-sm {
	font-size: 1.6rem;
	margin-bottom: 10px;
	margin-top: 10px;
}

#information-sitemap {
	padding-bottom: 60px;
}

#information-sitemap h1 {
	margin-bottom: 30px;
	margin-top: 20px;
}

.title-md {
	font-size: 2.4rem;
	font-weight: 400;
}

.title-lg {
	font-size: 3.5rem;
	font-weight: 600;
	color: #000;
}

.descr {
	margin: 12px 0 30px;
	font-size: 14px;
}

.icon-margin-l {
	margin-left: 14px;
}

i.arrow-l {
	display: inline-block;
	position: relative;
	width: 34px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg id='cfi-cta-arrow'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M6.5 0L5.79 0.71 10.09 5 0 5 0 6 10.09 6 5.79 10.29 6.5 11 12 5.5 6.5 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	transform: translate(0, -2px);
}

i.arrow-l::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='18' viewBox='0 0 6 18' class='bracket-left anim' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg id='cfi-bracket-left'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M3,17c-.84,0-1-.21-1-1V2c0-.79.16-1,1-1H6V0H3C.83,0,0,.78,0,2.77V15.23C0,17.22.83,18,3,18H6V17Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E ");
	width: 6px;
	height: 18px;
	transition: .23s ease-in;
}

i.arrow-l::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='18' viewBox='0 0 6 18' class='bracket-right anim' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg id='cfi-bracket-right'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M3,17c.84,0,1-.21,1-1V2c0-.79-.16-1-1-1H0V0H3.05C5.17,0,6,.78,6,2.77V15.23c0,2-.83,2.77-2.95,2.77H0V17Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 6px;
	height: 18px;
	transition: .23s ease-in;
}

[class^='toggle-child'] i {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 4px;
	font-size: 10px;
}

ul.styled-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.styled-list.style-1 li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

ul.styled-list.style-1 li:before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	color: #6d9df5;
}

ul.steps-list li {
	margin-bottom: 15px;
}

img.img-responsive {
	height: auto !important;
}

.cl-stady {
	border: 1px solid #6d9df5;
	padding: 12px 32px 18px;
	box-shadow: -3px 3px 0 1px #6d9df5;
	margin-left: 3px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.with-pluse:before {
	content: '+';
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 35px;
	line-height: 40px;
	color: #6d9df5;
	font-weight: 200;
}

.with-pluse {
	position: relative;
	padding-left: 25px;
}

span.child1-title {
	line-height: 1;
}

[class^='toggle-child']:before {
	content: '';
	position: absolute;
	right: 12px;
	top: 4px;
	width: 11px;
	height: 11px;
	transition: .23s ease-in;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
	transform: rotate(315deg);
}

[class^='toggle-child'].open:before {
	transform: rotate(405deg);
	top: 0;
}

[class^='toggle-child']:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* [class^='toggle-child']:after,
[class^='toggle-child']:before {
	content: '';
	position: absolute;
	top: 0;
	width: 6px;
	height: 18px;
	transition: .23s ease-in;
}

[class^='toggle-child']:before {
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='18' viewBox='0 0 6 18' class='bracket-left anim' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg id='cfi-bracket-left'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M3,17c-.84,0-1-.21-1-1V2c0-.79.16-1,1-1H6V0H3C.83,0,0,.78,0,2.77V15.23C0,17.22.83,18,3,18H6V17Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E ");
}

[class^='toggle-child']:after {
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='18' viewBox='0 0 6 18' class='bracket-right anim' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg id='cfi-bracket-right'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M3,17c.84,0,1-.21,1-1V2c0-.79-.16-1-1-1H0V0H3.05C5.17,0,6,.78,6,2.77V15.23c0,2-.83,2.77-2.95,2.77H0V17Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
} */

.like-link:hover i.arrow-l::before,
#button-subscribe:hover i.arrow-l::before,
a:hover>i.arrow-l::before {
	left: 0px;
	cursor: pointer;
}

.like-link:hover i.arrow-l::after,
#button-subscribe:hover i.arrow-l::after,
a:hover>i.arrow-l::after {
	right: 0px;
	cursor: pointer;
}

i.arrow-l.icon-light {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg fill='%23fff' id='cfi-cta-arrow'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M6.5 0L5.79 0.71 10.09 5 0 5 0 6 10.09 6 5.79 10.29 6.5 11 12 5.5 6.5 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
}

i.arrow-l.icon-light::before {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='18' viewBox='0 0 6 18' class='bracket-left anim' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg fill='%23fff' id='cfi-bracket-left'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M3,17c-.84,0-1-.21-1-1V2c0-.79.16-1,1-1H6V0H3C.83,0,0,.78,0,2.77V15.23C0,17.22.83,18,3,18H6V17Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E ");
}

i.arrow-l.icon-light::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='18' viewBox='0 0 6 18' class='bracket-right anim' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg fill='%23fff' id='cfi-bracket-right'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M3,17c.84,0,1-.21,1-1V2c0-.79-.16-1-1-1H0V0H3.05C5.17,0,6,.78,6,2.77V15.23c0,2-.83,2.77-2.95,2.77H0V17Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}


.btn-black {
	color: #fffefc !important;
	background: #6d9dea;
	transition: .3s ease;

	padding: 16px 50px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-black:hover {
	background: #8ab1ee;
	color: #fffefc;
}

.btn-icons-wrap {
	margin-left: 20px;
}

.btn-icons-wrap svg {
	fill: currentColor;
}

.caption p {
	font-size: 13px;
}

/* Blog */

.blog-loop-single {
	position: relative;
}

.blog-single-caption:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	z-index: 1;
	opacity: .8;
	background: linear-gradient(180deg, transparent 0, #000);
	transition: all .2s ease-in-out;
}

.blog-single-caption .title,
.blog-single-caption a,
.blog-single-caption .descr {
	position: relative;
	z-index: 2;
	color: #ffff;
}

.blog-single-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 50px 40px;
	transition: .3s ease;
}

.blog-single-caption:hover:before {
	opacity: .3;
}

.blog-single-caption .title {
	letter-spacing: .5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 25px;
}

.blog-single-caption:hover {
	padding-bottom: 40px;
}

.blog-single-caption .like-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: .5px;
	z-index: 222;
	position: relative;
}

.blog-single-caption .like-link i.arrow-l {
	margin-left: 7px;
	margin-top: -3px;
}

.news-block a.d-block {
	position: relative;
}

.blog-single-caption .descr {
	margin: 10px 0 15px;
	font-size: 16px;
}


/* Subscribe s */
div#subscribe input[name="email"] {
	background-color: #deeaff;
	border: 2px solid rgb(153 153 153) !important;
	font-size: 16px;
	padding-left: 15px;
}

div#subscribe .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}

div#subscribe .descr {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: inherit;
}

.search_input_wrapper {
	position: relative;
}

button#search {
	padding: 0;
	background: transparent;
	border: none;
	transform: scale(1.25);
}

.p-0 {
	padding: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

@media (min-width: 767px) {
	.prm-3 {
		padding-right: 30px !important;
	}
}

.pl-0 {
	padding-left: 0 !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.input-group-addon {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

.form-control {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e4e4e4;
	box-shadow: none !important;
	font-size: 14px;
	padding: 10px;
	height: auto;
}

/* .form-control:focus {
	border: 1px solid transparent!important;
} */
.category-childrens.category-upper {
	display: flex;
	align-items: center;
}

.category-childrens a {
	padding-left: 30px;
	margin: 5px 30px 5px 0;
	display: inline-block;
}

.description-bottom {
	margin-bottom: 70px;
	text-align: center;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #f9f9f9;
}


.alert-success {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	position: fixed;
	bottom: 0;
	left: 15px;
	z-index: 9999;
}

.alert-info {
	color: #ffffff !important;
	background-color: #4caf50 !important;
	border-color: #358d39 !important;
}

.alert {
	font-size: 14px;
	font-weight: 300;
}

.alert-success a {
	color: inherit;
	text-decoration: underline;
}

.alert-success {
	color: #fff;
	background-color: #4caf50;
	border-color: transparent;
}

.alert-success button.close {
	color: #fff;
	opacity: 1;
	margin-left: 15px;
	margin-right: 15px;
	text-shadow: none;
}

.breadcrumb {
	padding: 24px 0 25px 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
}

.title-xl {
	font-weight: bold;
	font-size: 4.4rem;
	color: #333;
}

.title-xxl {
	font-weight: bold;
	font-size: 6.4rem;
	color: #333;
}

.title.tini {
	font-weight: normal;
}

.title-font {
	font-family: ChronicleDisplay-Roman !important;
	font-weight: normal !important;
	line-height: 1.3;
}

div#simpleedit,
div#simpleregister {
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
	border-radius: 0;
	border: none;
	min-width: 100%;
	width: auto;
	z-index: 1100;
}

.well {
	background-color: #ffffff;
	border-radius: 0;
	border-color: #ffffff;
	box-shadow: none;
	padding: 30px;
}

.btn {
	border-radius: 0;
}

.btn.tini {
	font-weight: 400 !important;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background-color: #f5f5f5;

}

.btn-primary {
	color: #fffefc;
	background: #393939;
	border-color: #393939;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fffefc;
	background: #393939;
}

.list-group-item {
	border: 1px solid #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background: #393939;
	border-color: #393939;
	border-radius: 0;
}

#content {
	min-height: 600px;
}

#content>h1 {
	margin-top: 0;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pagination {
	margin: 0 0 10px 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #6d9dea;
	border-color: #6d9dea;
}

.dropdown-menu-l {
	right: auto;
	left: 0;
}

.dropdown-menu-r {
	right: 0;
	left: auto;
}

.video-frame.mv-130 {
	max-width: 130vh;
	margin: 0 auto;
}

.video-frame-wrapper {
	position: relative;
}

.video-frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-frame-spacer {
	padding-top: 55%;
}

@media(max-width:991px) {
	.dropdown-menu-l {
		right: 0;
		left: auto;
	}

	.dropdown-menu-r {
		right: auto;
		left: 0;
	}

	.lang-select .dropdown-menu {
		min-width: unset;
		width: 140px;
		left: 50%;
		transform: translateX(-45%);
		padding-top: 10px !important;
	}

	li.btn-group.lang-select button {
		font-size: 16px;
	}
}

.dropdown-menu-l .btn-group {
	width: 100%;
}

/* logo */
#logo {
	padding: 15px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

/* head */
.btn-group-head {
	margin: 0;
	min-height: 70px;
}

.btn-group-head>.btn-group {
	margin: 0;
	padding: 0;
	height: 70px;
}

.btn-group-head>.btn-group .dropdown-menu-l,
.btn-group-head>.btn-group .dropdown-menu-r {
	min-width: 160px;
}

.currency-select,
.language-select {
	background: #fff;
}

.language-select img {
	margin-right: 5px;
	margin-top: -1px;
}

.language-select {
	color: inherit;
}

@media(max-width:1199px) {

	.btn-group-head,
	.btn-group-head>.btn-group {
		height: 60px;
		min-height: 60px;
	}
}

.btn-group-head .btn-link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.btn-group-head .btn-link:hover svg {
	fill: inherit;
}

.btn-group-head .dropdown-menu>li>a {
	padding: 9px;
	text-align: center;
}

.btn-group-head .dropdown-menu .active {
	background: #f5f5f5;
	color: #000;

}

.btn-group-head .dropdown-menu .btn-link {
	height: 38px;
}

.btn-group-head .dropdown-menu .btn-link:hover {
	background: #f5f5f5;
	color: #000;
}

.btn-group-head .dropdown-menu .pull-left {
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
}

.btn-group-head .dropdown-menu .pull-left .btn-group {
	width: 100%;
}

.btn-group-head .btn-block+.btn-block {
	margin-top: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: 0;
}

/* search */
#search {
	padding: 14px 0;
}

.search_wrappep {
	position: absolute;
	width: 100%;
	z-index: 22;
	transform: translate(0px, 10px);
	top: 0;
	left: 0;
	padding: 35px 0;
	background: rgb(255, 255, 255, .93);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease, visibility 0s linear 0s;
	max-height: 60vh;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.search_wrappep input[name="search"] {
	font-size: 38.88px;
	font-weight: 200 !important;
	text-align: center;
	border: none !important;
	border-bottom: 2px solid #aaa !important;
	padding-bottom: 18px !important;
	height: 50px;
	background: transparent;
	letter-spacing: .001px;
}

.search_input_wrapper button svg {
	transform: scale(1.3);
}

.search_wrappep button {
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	color: #232323;
	padding: 15px 3px 11px;
}

.search_wrappep.active {
	pointer-events: inherit;
	opacity: 1;
	visibility: visible;
	animation: fadeIn .3s linear none;
	transform: translate(0, 45px);
	z-index: 999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

header#site-header .search_wrappep.active {
	transform: translate(0, 0);
}

@media(max-width:1199px) {
	#search {
		padding: 9px 0;
	}
}

@media(max-width:768px) {
	#search {
		border-bottom: 1px solid #f5f5f5;
		border-top: 1px solid #f5f5f5;
	}
}

#search .input-lg {
	height: 42px;
	line-height: 20px;
	padding: 0 10px;
	box-shadow: none;
	border-radius: 8px;
	font-size: 12px;
}

#search .search_wrappep {
	position: relative;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 8px 15px;
	text-shadow: none;
	border-radius: 0px;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px;
	box-shadow: none;
}

#search .btn:hover svg {
	fill: inherit;
}

/* cart */
li.cart-title {
	text-align: center;
	font-size: 22px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
}

li.cart-products {
	margin-top: 20px;
	max-height: calc(100vh - 285px);
	overflow: auto;
}

li.cart-total .btn-group-checkout {
	padding: 0;
}

li.cart-total .btn-block {
	padding: 10px !important;
	font-size: 16px;
}

/* #cart .close-cart i.fa.fa-times:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 1000 1000'%3E%3Cpath d='m638.6 500 322.7-322.7c38.3-38.3 38.3-100.3 0-138.6S861 .4 822.7 38.7L500 361.4 177.3 38.7C139 .4 77 .4 38.7 38.7S.4 139 38.7 177.3L361.4 500 38.7 822.7C.4 861 .4 923 38.7 961.3 57.9 980.4 82.9 990 108 990s50.1-9.6 69.3-28.7L500 638.6l322.7 322.7c19.1 19.1 44.2 28.7 69.3 28.7 25.1 0 50.1-9.6 69.3-28.7 38.3-38.3 38.3-100.3 0-138.6L638.6 500z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: block;
} */

button#close-cart {
	position: absolute;
	background: transparent;
	border: none;
	width: 22px;
	height: 22px;
	top: 10px;
	padding: 5px;
	left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

button#close-cart i {
	font-size: 20px;
}

#cart ul.cart-body {
	padding: 30px 15px 15px !important;
}

.cart-group {
	width: 100%;
	margin-left: 12px !important;
}

.cart-overflow {
	display: block;
	transition: opacity .3s ease;
	opacity: 0;
	width: 100%;
	height: 100vh;
	background: #0009;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	transition-delay: .3s;
}

.open .cart-overflow {
	opacity: 1;
	width: 100%;
	z-index: 2;
	transition-delay: 0s;
	pointer-events: all;
}

#cart .cart-body {
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	height: 100vh;
	z-index: 1000;
	transform: translateX(100%);
	display: block;
	transition: .3s ease;
	transition-delay: .0s;
	overflow: auto;
}

#cart.open .cart-body {
	transition-delay: .3s;
	transform: translateX(0);
}

#show-cart {
	font-size: 12px;
	line-height: 18px;
	border-color: transparent;
	background: transparent;
	border-radius: 0;
	text-shadow: none;
	text-decoration: none;
	box-shadow: none;
	padding: 0;
}

path.shopping-bag-inner {
	fill: transparent;
}

#cart .close-cart {
	color: #333;
	background: transparent;
	border: 1px solid transparent;
}

#cart .close-cart i {
	font-size: 20px;
}

#cart .close-cart:hover {
	color: #E8110F;
}

#cart .dropdown-menu {
	z-index: 1001;
	min-width: 427px;
}

@media (max-width: 768px) {
	#cart .dropdown-menu {
		min-width: 100%;
		width: auto;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart-total {
	white-space: normal;
	position: absolute;
	left: 0;
	right: 2px;
	top: 4px;
	text-align: center;
	font-size: 9px;
}

#cart table>tbody>tr>td {
	border-top: 1px solid transparent;
}

#cart .dropdown-menu li a {
	color: #333;
}

#cart .dropdown-menu li a:hover,
#cart .dropdown-menu li a:active,
#cart .dropdown-menu li a:focus {
	color: inherit;
}

#cart .dropdown-menu li a.btn-block {
	background: #f9f9f9;
	border: none;
}

#cart .dropdown-menu li a.btn-block:hover,
#cart .dropdown-menu li a.btn-block:focus,
#cart .dropdown-menu li a.btn-block:active {
	background: #f5f5f5;
	box-shadow: none;
}

@media (max-width: 767px) {
	.visible-xs.visible-cart {
		display: inline-block !important;
	}
}

/*------menu ----*/

.text-left .language-select {
	text-align: left;
}

.menu-right-buttons {
	display: flex;
	align-items: center;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translate(0, -50%);
}

.menu {
	position: static;
	background: transparent;
	margin-bottom: 0;
	color: #393939;
	display: flex;
	justify-content: center;
	padding: 16px 0px;
}

span.current-lang {
	text-transform: uppercase;
	color: inherit;
	display: inline-block;
	color: initial;
	font-size: 14px;
	font-weight: 500;
	transform: translate(6px, -5px);
}

.header-nav {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.head-wrapper {
	margin-bottom: 50px;
}

@media (min-width: 992px) {

	.container-lg {
		width: 85%;
	}

	.header-nav {
		align-items: flex-end;
	}
}

.header-nav li.menu-item.megamenu-parent:before {
	content: '';
	position: absolute;
	width: 75px;
	bottom: 0;
	height: 50px;
}

@media (min-width: 992px) {
	.header-nav li.menu-item.megamenu-parent>a:after {
		content: '';
		top: 0;
		right: 0;
		width: 8px;
		height: 8px;
		border: 1px solid #000;
		border-top: none;
		border-left: none;
		position: absolute;
		transform: translate(-6px, 16px) rotate(45deg);
		transition: .3s ease-in-out;
	}
}


.header-nav li.menu-item.megamenu-parent:hover>a:after {
	transform: translate(-6px, 18px) rotate(45deg);
}

.header-nav .menu-item>.current-link,
.header-nav .menu-item>a {
	color: #000;
	padding: 15px 20px;
	font-size: 13px;
	display: inline-block;
	border-radius: 0;
	font-weight: 500;
	text-align: center;
	box-shadow: none !important;
	position: relative;
	cursor: pointer;
}

span.required:before {
	content: '*';
	color: red;
}

span.required {
	display: inline-block;
}

input#thefiles {
	display: none;
}

/* megamenu */
.toggle-child1,
.toggle-child2 {
	display: none;
}

textarea#contactTextarea {
	height: 100px;
}

@media (min-width: 992px) {
	.megamenu {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		z-index: -22222;
		background: #fff;
		transition: all .3s linear;
		box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
		left: 0;
		right: 0;
		width: 100%;
		top: 100%;
	}
}

ul.child2-box {
	list-style: none;
	padding: 0;
	margin: 0;
}

.megamenu a {
	transition: .3s ease;
}

.megamenu a:hover {
	color: #000;
}

@media (min-width: 992px) {
	.megamenu-parent:hover .megamenu {
		opacity: 1;
		visibility: visible;
		z-index: 9999;
		pointer-events: inherit;
		animation: fadeIn .3s linear none;
		top: 100%;
	}

	.megamenu-container {
		display: flex;
		justify-content: center;
		max-width: calc(100% - 58px);
		margin: 0 auto;
	}

	.megamenu-parent:hover .megamenu:before {
		content: '';
		width: 100%;
		height: 80px;
		box-shadow: 0 4px 8px #0003;
		position: absolute;
		top: -80px;
		left: 0;
		z-index: -100;
		pointer-events: none;
	}

}

.megamenu-container>.megamenu-col {
	display: inline-block;
	padding: 45px 15px 45px 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 16.666%;
	flex: 1 0 16.666%;
	max-width: 16.666%;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
}

.megamenu-col.megamenu-col-1,
.megamenu-col.megamenu-col-3 {
	flex: 1 0 10.666%;
	max-width: 10.666%;
}

.megamenu-col.megamenu-article {
	padding-left: 0;
	padding-right: 0;
}

.megamenu-col.megamenu-article.article-2 {
	order: 5;
}

.megamenu-col.megamenu-article img {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.megamenu-col.megamenu-article.article-1,
.megamenu-col.megamenu-article.article-2 {
	flex-grow: 1;
	max-width: 100%;
}

.h5 {
	letter-spacing: .1px;
	font-size: 15.96px;
	font-weight: 700;
}

ul.child2-box span,
ul.child2-box .current-link,
ul.child2-box a {
	color: #333;
	padding: 0;
	font-size: 13px;
	margin-top: 9px;
	display: inline-block;
	opacity: .65;
	font-weight: 500;
}

.blog-item img {
	display: block;
}

.blog-item-title {
	margin: 10px 0 15px;
}

.blog-item .link {
	font-size: 10px;
	letter-spacing: .05em;
	cursor: pointer;
	-ms-flex-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	background: #fffefc;
	color: #393939;
	transition: all .2s ease-in-out;
	padding: .9em;
	text-transform: uppercase;
	width: 100%;
	padding: 7px !important;
}

.cabinet a {
	padding: 0 !important;
	min-height: unset !important;
}

/* #home-menu a:hover,#home-menu a:focus,#home-menu a:active{
background: rgba(0 , 0,0,0.1);
} */
#menu a {
	text-decoration: none;
}

.text-phone .dropdown-menu {
	min-width: 160px;
}

.text-phone .dropdown-menu>li>a {
	padding: 9px;
	text-align: center;
}

ul.social_icons.social_icons__widget {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-top: 1px;
	list-style: none;
	display: flex;
	align-items: center;
}

ul.social_icons.social_icons__widget svg {
	opacity: .8;
}

li.tw-icon svg {
	max-width: 22px;
}

li.pr-icon svg {
	transform: translateY(-1px);
}

ul.social_icons.social_icons__widget li:not(:last-child) {
	margin-right: 15px;
}

.widget.share-widget {
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {

	.mobile_nav span:nth-child(2),
	.mobile_nav span:nth-child(3) {
		top: 20px !important;
	}

	span.current-lang {
		font-size: 18px;
	}

	li.btn-group.lang-select {
		margin-top: 30px;
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}

	img.img-responsive.thumb-hover {
		display: none !important;
	}

	ul#mobile-social-icons {
		list-style: none;
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
	}

	ul#mobile-social-icons li {
		margin: 20px 10px 0;
	}

	.promo-block__bottom {
		max-width: 100%;
	}

	.product-single {
		width: 50%;
	}

	.product-layout-grid {
		margin-top: 50px;
	}

	.category-childrens a {
		padding-left: 0;
	}

	.category-childrens ul {
		margin-left: 0;
		padding: 10px 0 5px 20px;
	}


	.header-line {
		position: relative;
		max-width: 140px;
		margin: 0 auto;
		z-index: 99;
	}

	.menu-line .text-phone {
		color: inherit;
		font-size: 20px;
	}

	ul.child2-box:not(.allways-on) {
		display: none;
		padding-left: 15px;
		padding-bottom: 20px;

	}

	ul.child2-box.allways-on {
		padding-bottom: 15px;
		text-align: left;
	}

	#home-menu {
		text-align: center;
	}

	#home-menu a {
		color: #333;
	}

	#home-menu a:hover,
	#home-menu a:focus,
	#home-menu a:active {
		background: transparent;
		color: inherit;
		border-radius: 0;
		box-shadow: none;
	}

	.menu-line {
		background: transparent;
	}
}

#menu .btn-menu {
	color: #fff;
	text-align: left;
	text-shadow: none;
	border-radius: 0;
	padding: 10px 17px 10px 13px;
	min-height: 52px;
	background: #2684BE;

}

@media(max-width:768px) {
	#menu .btn-menu {
		min-height: 30px;
	}
}

#menu:active {
	box-shadow: none;
}

.common-home.open-hm #menu:active {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.common-home.open-hm .btn-menu:active {
	box-shadow: none;
}

#menu.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu .btn-menu>.fa {
	float: right;
	line-height: 20px;
}

#menu #menu-list {
	width: 100%;
	border-color: #e7e7e7;
	padding: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#menu #menu-list .arrow {
	color: #aaa;
	line-height: 20px;
	float: right;
	transition: all 0.1s ease;
}

#menu #menu-list>li.hover>.with-child .arrow {
	color: inherit;
	transform: translate(2px);
	transition: all 0.1s ease;
}

#menu #menu-list .count {
	font-size: 0.75em;
	color: #ccc;
	margin-left: 3px;
}

#menu #menu-list .livel-down {
	color: #ddd;
	margin-right: 5px;
}

#menu #menu-list>li {
	padding: 0;
}

#menu #menu-list>li.nofullheight {
	position: relative;
}

#menu #menu-list>li>a {
	padding: 8px 20px 8px 13px;
	white-space: normal;
}

#menu #menu-list>li>a>span.with-image {
	display: block;
	margin-left: 30px;
}

#menu #menu-list>li.hover>a {
	background: #f5f5f5;
	position: relative;
	z-index: 1009;
}

#menu #menu-list>li>a>.icon {
	margin: -2px 13px -2px 0px;
	float: left;
}

#menu #menu-list>li.hover>a .peace-icon.with-hover,
#menu #menu-list>li>a .hover-icon {
	display: none
}

#menu #menu-list>li>a .peace-icon,
#menu #menu-list>li.hover>a .hover-icon {
	display: block
}

#menu .dropdown-menu>li>a:hover,
#menu .dropdown-menu>li>a:focus {
	background: none;
}

#menu #menu-list>li:first-child>a {
	padding-top: 10px;
}

#menu-home-helper {
	display: none;
}

#menu #menu-list:hover {
	display: block;
}

#menu #menu-list>li a .arrow {
	display: none;
}

#menu #menu-list>li .with-child {
	position: relative;
	margin-right: 39px;
	clear: none;
}

#menu #menu-list>li .with-child .mobilink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.desktop #menu #menu-list>li .with-child .mobilink {
	display: block !important;
}

#menu #menu-list>li .toggle-child {
	display: block;
	float: right;
	width: 38px;
	padding: 8px 0;
	text-align: center;
	color: #aaa;
}

#menu #menu-list>li .toggle-child.open {
	background: #f5f5f5;
}

#menu #menu-list>li:first-child .toggle-child {
	padding: 10px 0 8px;
}

#menu #menu-list>li .toggle-child .fa {
	float: none;
}

#menu #menu-list>li .toggle-child .minus {
	display: none;
}

#menu #menu-list>li .toggle-child.open .minus {
	display: inline;
}

#menu #menu-list>li .toggle-child.open .plus {
	display: none;
}

#menu #menu-list>li .with-child2 {
	margin-right: 40px;
	clear: none;
}

#menu #menu-list>li .toggle-child2 {
	display: block;
	float: right;
	width: 38px;
	padding: 11px 0 10px;
	text-align: center;
	color: #aaa;
}

#menu #menu-list>li .toggle-child2.open {
	background: #f5f5f5;
}

#menu #menu-list>li .toggle-child2 .fa {
	float: none;
}

#menu #menu-list>li .toggle-child2 .minus {
	display: none;
}

#menu #menu-list>li .toggle-child2.open .minus {
	display: inline;
}

#menu #menu-list>li .toggle-child2.open .plus {
	display: none;
}

#menu #menu-list>li .child-box {
	padding: 0;
	display: none;
}

#menu #menu-list>li .child-box-cell {
	padding: 0;
	border-top: 1px solid #f5f5f5;
}

#menu #menu-list>li .child-box .h5 {
	margin: 0;
}

#menu #menu-list>li .child-box .h5 a {
	display: block;
	padding: 8px 20px;
	line-height: 1.42857143;
}

#menu #menu-list>li .child-box .h5 a>.icon {
	display: none;
}

#menu #menu-list>li .child-box-cell .child2-box {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	display: none;
}

#menu #menu-list>li .child-box-cell .child2-box li {
	border-top: 1px solid #eee;
}

#menu #menu-list>li .child-box-cell .child2-box a {
	display: block;
	padding: 8px 20px 8px 35px;
	line-height: 1.42857143;
	color: #555;
}

#menu #menu-list>li .child-box-cell .child2-box a:hover {
	color: inherit;
}

.product-layout-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

/* FAQ */

.faq-group-title {
	color: #393939;
	font-family: PT Sans Narrow, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.faq-group {
	margin-top: 45px;
	margin-bottom: 50px;
}

.faq__text {
	display: none;
	padding-bottom: 20px;
}

.faq__title {
	padding: 10px 0;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
}

.faq__item {
	border-bottom: 1px solid #949494;
}

.faq__title span.min-plus {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.min-plus {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 12px;
}

.min-plus:after,
.min-plus:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #393939;
	right: 0;
	top: 50%;
	transition: all .2s ease-in-out;
}

.min-plus:after {
	transform: rotate(-90deg);
}

.faq-box .faq-box__item-title .min-plus {
	position: absolute;
	top: 20px;
	right: 0;
}

@media only screen and (max-width:798px) {
	.faq-box .faq-box__item-title .min-plus {
		top: 13px;
	}
}





@media (min-width: 992px) {

	#menu #menu-list>li.hover>.with-child:after {
		content: "";
		position: absolute;
		right: 0px;
		top: 0;
		height: 100%;
		width: 10px;
		background: #fff;
		z-index: 1009;
	}

	#menu #menu-list>li.hover>.with-child {
		background: linear-gradient(to right, #f5f5f5 70%, #fff 90%);
	}


	#menu-list+#menuMask {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		background: #000;
		visibility: hidden;
		z-index: 1038;
		opacity: 0;
		-webkit-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}

	#menu-list:hover+#menuMask {
		visibility: visible;
		opacity: 0.5;
		height: 100%;
		width: 100%;
		-webkit-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}

	#menu-list:hover {
		z-index: 1039;
	}

	#menu:hover {
		z-index: 1039;
	}

	#menu:hover>.btn-menu {
		z-index: 1039;
	}

	#menu-list:hover #menu-list {
		z-index: 1039;
	}


	.blured .content-wrapper,
	.blured footer,
	.blured header #top,
	.blured header .logo-line,
	.blured header .search-box,
	.blured header .cart-box {
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}

	#site-header {
		position: relative;
	}

	.fixed-header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 22222;
		background: #fff;
		/* -webkit-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown; */
	}

	@keyframes fadeInDown {
		0% {
			opacity: 0;
			transform: translateY(-20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.fixed-header #logo {
		padding-bottom: 5px;
	}

	.fixed-header #logo img {
		max-width: 130px;
	}

	#menu #menu-list>li a .arrow {
		display: block;
	}

	#menu #menu-list>li .toggle-child {
		display: none;
	}

	#menu #menu-list>li .toggle-child2 {
		display: none;
	}

	#menu #menu-list>li .with-child {
		margin-right: 0;
	}

	#menu #menu-list>li .with-child2 {
		margin-right: 0;
	}

	#menu #menu-list>li .child2-box {
		display: block;
	}

	#menu #menu-list>li .child-box {
		display: none;
		background: #fff;
		position: absolute;
		left: 100%;
		top: 0;
		min-height: 100%;

		border-radius: 0;
		padding: 5px 0 25px;
		margin-left: -3px;
		box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.4);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-sizing: content-box;
		z-index: 1008;
		overflow: hidden;
	}

	.category-module ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.category-module {
		padding: 10px 0 40px;
	}

	.sort-group {
		display: flex;
		align-items: center;
	}

	.category-module {
		display: flex;
	}

	.sort-group {
		margin-left: auto;
		flex: 0 0 300px;
	}

	.category-childrens {
		display: flex;
		align-items: center;
	}

	.category-childrens a {
		text-transform: uppercase;
		font-weight: bold;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M508.875,248.458l-160-160c-3.063-3.042-7.615-3.969-11.625-2.313c-3.99,1.646-6.583,5.542-6.583,9.854v21.333 c0,2.833,1.125,5.542,3.125,7.542l109.792,109.792H10.667C4.771,234.667,0,239.437,0,245.333v21.333 c0,5.896,4.771,10.667,10.667,10.667h432.917L333.792,387.125c-2,2-3.125,4.708-3.125,7.542V416c0,4.313,2.594,8.208,6.583,9.854 c1.323,0.552,2.708,0.813,4.083,0.813c2.771,0,5.5-1.083,7.542-3.125l160-160C513.042,259.375,513.042,252.625,508.875,248.458z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: left center;
	}

	.product-single {
		width: 25%;
	}

	select#input-sort {
		color: #393939;
		background: transparent;
		font-size: 16px;
		border: 1px solid #e4e4e4 !important;
		padding: 12px;
		height: auto;
	}

	label.sort-group-label {
		font-weight: 400;
		font-size: 16px;
		color: #000c;
		margin: 0 25px 0;
	}

	.top-description {
		margin-bottom: 30px;
	}

	.desktop #menu #menu-list>li .child-box {
		padding: 5px 0;
	}

	#menu .see-all-categories {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		line-height: 32px;
		font-size: 12px;
		background: #f5f5f5;
		text-align: center;
	}

	#menu .see-all-categories a {
		display: block;
		color: #333;
	}

	.desktop #menu .see-all-categories {
		display: none;
	}


	#menu #menu-list>li.hover>.child-box {
		display: block;
	}

	#menu #menu-list>li .child-box>.row {
		padding: 4px 20px;
	}

	#menu #menu-list>li .child-box .row>.col-md-12:nth-child(1) .child-box-cell {
		border-top: none;
	}

	#menu #menu-list>li .child-box .row>.col-md-6:nth-child(1) .child-box-cell,
	#menu #menu-list>li .child-box .row>.col-md-6:nth-child(2) .child-box-cell {
		border-top: none;
	}

	#menu #menu-list>li .child-box .row>.col-md-4:nth-child(1) .child-box-cell,
	#menu #menu-list>li .child-box .row>.col-md-4:nth-child(2) .child-box-cell,
	#menu #menu-list>li .child-box .row>.col-md-4:nth-child(3) .child-box-cell {
		border-top: none;
	}

	#menu #menu-list>li .child-box .h5 {
		margin: 8px 0;
	}

	#menu #menu-list>li .child-box .h5 a {
		display: inline;
		padding: 0;
		color: #333;
		line-height: 1.42857143;
	}

	#menu #menu-list>li .child-box .h5 a:hover {
		background: none;
		color: inherit;
	}



	#menu #menu-list>li .child-box .h5 a>.icon {
		margin: -2px 10px -2px 0px;
		float: left;
	}

	#menu #menu-list>li .child-box .h5 a:hover>.peace-icon.with-hover,
	#menu #menu-list>li .child-box .h5 a>.hover-icon {
		display: none
	}

	#menu #menu-list>li .child-box .h5 a>.peace-icon,
	#menu #menu-list>li .child-box .h5 a:hover>.hover-icon {
		display: block
	}



	#menu #menu-list>li .child-box-cell .child2-box {
		padding: 0 0 10px 10px;
		margin: 0;
		list-style: none;
		display: block;
	}

	#menu #menu-list>li .child-box-cell .child2-box li {
		border-top: none;
	}

	#menu #menu-list>li .child-box-cell .child2-box a {
		display: inlline;
		padding: 0;
		line-height: 1.42857143;
	}

	#menu #menu-list>li .child-box a:hover {
		background: none;
		color: inherit;
	}

	.common-home.open-hm #menu #menu-list {
		display: block;
	}

	#menu-home-helper {
		display: block;
		margin-bottom: 20px;
	}

	.common-home.open-hm #menu .btn-menu {
		border-radius: 5px 5px 1px 1px;
	}

	.box-col-3 {
		width: 331.2%;
	}

	.box-col-2 {
		width: 220%;
	}

	.box-col-1 {
		width: 110%;
	}
}

@media (min-width: 1200px) {
	.box-col-3 {
		width: 325.4%;
	}
}

/* content */
#content {
	min-height: 600px;
}

/*--- owl */
.owl-carousel .owl-buttons div i {
	font-size: 20px;
}

.owl-carousel .owl-buttons div {
	opacity: 0.4;
}

.owl-pagination {
	top: -30px;
}

.owl-module .owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
	top: 40%;
}

.owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.5);
}

.owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0.1);
}

/*---banner---*/

.home-banner-inner {
	height: 90%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

a.btn.btn-white {
	padding: 16px 30px;
	transition: .3s ease;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
	background-color: #153878;
	width: 100%;
	max-width: 280px;
	font-weight: normal;
	box-shadow: 0px 0px 0px 1px #00000012;
}

a.btn.btn-red {
	padding: 16px 30px;
	transition: .3s ease;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	width: 100%;
	max-width: 280px;
	font-weight: normal;
}

a.btn.btn-white:hover {
	background: #6d9dea;
	color: #fff;
}

.banner-descr {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 5rem;
    color: #000;
    max-width: 600px;
}

.home-banner {
	height: calc(75vh - 175px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	min-height: 630px;
}

.home-banner:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .25) 100%, transparent 0%, rgba(0, 0, 0, .0));
}

.banner-title {
	font-size: 65px;
	font-family: ChronicleDisplay-Roman !important;
	line-height: 75px;
	color: #000;
}

.banner-descr,
.banner-title {
	max-width: 700px;
	text-wrap: balance;
}

.home-banner-spalocator {
	padding: 128px 0;
}

.home-banner-spalocator .banner-title,
.home-banner-spalocator .banner-descr,
.home-banner-spalocator .banner-subtitle {
	max-width: 100%;
	color: #000 !important;
	text-align: center;
	font-family: inherit !important;
	font-weight: bold;
	margin-bottom: 20px;
}

.home-banner-spalocator .banner-body {
	max-width: 650px;
	margin: 0 auto;
}

.home-banner-inner {
	color: #fff;
	position: relative;
	z-index: 2;
}

.builder-banner-inner {
	position: relative;
	background-size: cover !important;
}

.owl-carousel {
	background: transparent !important;
}

/*---newsletter---*/
.newsletter-body .form-check {
	margin-top: 15px;
}

.newsletter-body .form-check label.form-check-label {
	font-weight: 300;
	font-size: 15px;
}

@media (max-width:767px) {
	.newsletter-body .form-check label.form-check-label {
		font-size: 13px;
	}
}

.agreement {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.agreement input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.agreement input:checked+label span {
	background-color: #333;
	border-color: #333;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 406.834 406.834' style='enable-background:new 0 0 406.834 406.834;' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='385.621,62.507 146.225,301.901 21.213,176.891 0,198.104 146.225,344.327 406.834,83.72 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	-moz-background-size: 14px;
	background-size: 14px;
	background-repeat: no-repeat;
}

.agreement .input-wrap__text {
	font-size: 14px;
	padding-top: 2px;
}

.agreement label {
	pointer-events: unset;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	position: static;
	margin: 0 10px 0 0;
}

.agreement label::after {
	display: none;
}

.agreement label span {
	width: 18px;
	height: 18px;
	display: block;
	border: 1px solid rgba(0, 0, 0, .54);
}

.form-block__wrap .input-wrap {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.form-block__wrap .input-wrap label {
	position: absolute;
	left: 16px;
	right: initial;
	top: 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .8px;
	pointer-events: none;
	text-transform: uppercase;
	transition: transform 150ms cubic-bezier(.4, 0, .2, 1), color 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
}

.form-block__wrap .input-wrap input {
	width: 100%;
	background-color: #fff;
	color: rgba(0, 0, 0, .87);
	font-size: 14px;
	padding: 20px 11px 11px;
	border: 1px solid #ccc;
	border-bottom: 1px solid rgba(0, 0, 0, .42);
}

.form-block__wrap .input-wrap input::-webkit-input-placeholder {
	opacity: 0;
}

.form-block__wrap .input-wrap input::-moz-placeholder {
	opacity: 0;
}

.form-block__wrap .input-wrap input:-ms-input-placeholder {
	opacity: 0;
}

.form-block__wrap .input-wrap input::-ms-input-placeholder {
	opacity: 0;
}

.form-block__wrap .input-wrap input::placeholder {
	opacity: 0;
}

.form-block__wrap .input-wrap input:active::-webkit-input-placeholder,
.form-block__wrap .input-wrap input:focus::-webkit-input-placeholder {
	opacity: 1;
}

.form-block__wrap .input-wrap input:active::-moz-placeholder,
.form-block__wrap .input-wrap input:focus::-moz-placeholder {
	opacity: 1;
}

.form-block__wrap .input-wrap input:active:-ms-input-placeholder,
.form-block__wrap .input-wrap input:focus:-ms-input-placeholder {
	opacity: 1;
}

.form-block__wrap .input-wrap input:active::-ms-input-placeholder,
.form-block__wrap .input-wrap input:focus::-ms-input-placeholder {
	opacity: 1;
}

.form-block__wrap .input-wrap input:active::placeholder,
.form-block__wrap .input-wrap input:focus::placeholder {
	opacity: 1;
}

.form-block__wrap .input-wrap input:active+label,
.form-block__wrap .input-wrap input:focus+label {
	color: #393939;
	-webkit-transform: translate(-4px, -50%);
	font-size: 9px;
	-moz-transform: translate(-4px, -50%);
	-ms-transform: translate(-4px, -50%);
	-o-transform: translate(-4px, -50%);
	transform: translate(-4px, -50%);
}

.newsletter-body {
	margin: 0 auto;
	max-width: 640px;
	position: relative;
}

.newsletter-body .input-group {
	width: 100%;
	position: relative;
}

.newsletter-body .form-check {
	margin-top: 15px;
}

.newsletter-body .form-check label.form-check-label {
	font-weight: 300;
	font-size: 15px;
}

.newsletter-body label.form-check-label input {
	margin-top: 0;
	margin-right: 10px;
}

label.form-check-label a {
	text-decoration: underline;
	color: inherit !important;

}

ul.footer-contacts a {
	padding-left: 45px;
	font-size: 16px;
	color: #fff !important;
}

ul.footer-contacts li.mail a {
	background: url(/image/envelop_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain !important;
}

ul.footer-contacts li.phone a {
	background: url(/image/phone_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain !important;
}

ul.footer-contacts li {
	margin-top: 0 !important;
}

li.phone a {
	white-space: nowrap;
}

ul.footer-contacts li:not(:last-child) {
	margin-right: 8%;
}

ul.footer-contacts {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

span#button-subscribe {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 44px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 22;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(109, 157, 234);
	color: #fff;
	border: none;
	padding: 0;
}

/*---module--*/
.head-module {
	height: 38px;
	font-size: 18px;
	padding: 7px 10px;
	background: #f5f5f5;
}

.owl-carousel .product-layout {
	min-height: 385px;
	margin-bottom: 0;
	padding: 0 15px;
}

.product-layout {
	border: none;
	min-height: 385px;
	margin-bottom: 40px;
	padding: 0 15px;
}

.product-layout .caption {
	text-align: center;
}

.product-layout .caption h4 {
	padding: 0 15px;
}

.product-layout .buy-btn-block {
	background: #6d9dea !important;
	color: #fff;
	border: 1px solid #6d9dea !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px;
	font-size: 16px;
	letter-spacing: .65px;
	transition: .3s ease;
	text-transform: uppercase;
}

.product-layout .buy-btn-block .price-block {
	margin: 0 3px;
	position: relative;
	display: inline-block;
	text-transform: none;
	font-weight: normal;
}

.product-layout h4 {
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: 600;
}

#product-related .product-layout {
	min-height: 260px;
}

.product-layout .image {
	text-align: center;
	padding-top: 0;
	position: relative;
}

.product-layout .image a {
	display: block;
}

.product-layout .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}

.product-layout .caption {
	padding: 10px 0 40px 0;
	/* height: 180px; */
}

.owl-item .product-layout .caption {
	padding: 10px;
}

.caption .price-old {
	color: #E8110F;
	font-size: 16px;
	font-weight: 300;
	text-decoration: line-through;
}

.caption a {
	color: #333;
}

.caption p {
	margin: 0;
	color: #717171;
	margin-bottom: 5px;
}

.caption a:focus,
.caption a:hover,
.caption a:active {
	color: inherit;
}

.owl-module .product-price .btn-group .btn-block {
	text-align: center;
	padding: 7px 0;
	background: transparent;
	border: 1px solid transparent;
	font-size: 16px;
}

.nexer-logo {
	display: inline-block !important;
	vertical-align: middle !important;
	opacity: 0.7;
}

.nexer-logo:hover {
	opacity: 1;
}

.owl-module .product-price .btn-group .btn-block .fa {
	font-size: 20px;
}

.owl-module .product-price .btn-group button:hover {
	color: inherit;
}

.owl-module .product-wish-comp {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.owl-module .product-wish-comp {
	opacity: 1;
	-moz-animation: linearmove 1s infinite;
	-o-animation: linearmove 1s infinite;
	animation: linearmove 1s infinite;
}

.owl-module .product-layout:hover .product-price {
	background: #EAEAEA;
}

.product-wish-comp button {
	background-color: transparent;
	height: 40px;
	width: 40px;
	margin: 10px 15px auto auto;
	border-radius: 100%;
	border: 0;
}

/* Pagination */
div.pagination {
	display: flex;
	justify-content: center;
}

.pagination>li>span,
.pagination>li>a {
	border-radius: 0 !important;
	color: #393939;
	margin: 0 3px;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	padding: 0;
}

.pagination>li>a:hover {
	z-index: 3;
	color: #393939 !important;
}

@media(max-width:768px) {
	.owl-module .product-wish-comp {
		opacity: 1;

	}

}

.product-wish-comp button .fa {
	font-size: 20px;
}

.product-wish-comp button:hover {
	background: transparent;
}

.owl-module .owl-buttons div {
	color: #000;
	opacity: 0.3;
}

.owl-module .owl-buttons div i {
	font-size: 20px;
}

.owl-module .owl-prev,
.owl-module .owl-next {
	top: -25px !important;

}

.owl-module .owl-prev {
	left: auto !important;
	right: 35px !important;
}

.owl-module .owl-next {
	left: auto !important;
	right: 10px !important;
}

/*product*/
.thumbnails {
	margin-left: -20px;
	text-align: center;
}

.thumbnails:first-child img {
	margin: 0 auto;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

.thumbnails>li {
	margin-left: 20px;
}

.image-additional {
	max-width: 78px;
}

#product .form-control {
	border-radius: 0;
	box-shadow: none;
}

.addthis_counter.addthis_pill_style {
	margin-left: 12px;
}

.tab-content {
	padding-top: 10px;
}

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

@media(max-width:767px) {
	.nav>li>a {
		padding: 5px 10px;
	}
}

.slide-carousel {
	display: flex;
	scroll-snap-type: x mandatory;
}

.product-single.product-layout,
.slide-carousel .product-layout {
	position: relative;
	display: flex;
	flex-direction: column;
}

.product-single.product-layout .button-group.product-price,
.slide-carousel .product-layout .button-group.product-price {
	margin-top: auto;
}

.button-group.btn-group-justified.product-wish-comp {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0px 12px;
}

.right-nav-arrow {
	display: none;
}

.slide-carousel-wrapper {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 15px;
}

.collection-slide-carousel {
	position: relative;
}

.collection-slide-carousel .right-nav-arrow {
	right: 12px;
}

.slide-carousel-wrapper .product-layout {
	flex-basis: 21.5vw;
	padding: 0 15px 0 0;
	margin: 0;
	-ms-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pluses-block {
	padding: 40px 0;
	background: #fff;
}

.pluse-name {
	margin-top: 15px;
	font-size: 14px;
}

li.cart-products::-webkit-scrollbar,
.collections-menu-outer::-webkit-scrollbar .slide-carousel-wrapper::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #888888;
}

li.cart-products::-webkit-scrollbar-thumb,
.collections-menu-outer::-webkit-scrollbar-thumb,
.slide-carousel-wrapper::-webkit-scrollbar-thumb {
	background-color: #888888;
}

li.cart-products::-webkit-scrollbar-track,
.collections-menu-outer::-webkit-scrollbar-track,
.slide-carousel-wrapper::-webkit-scrollbar-track {
	background-color: #fffefc;
}

li.cart-products::-webkit-scrollbar,
.collections-menu-outer::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #c9c8c7;
}

li.cart-products::-webkit-scrollbar-thumb,
.collections-menu-outer::-webkit-scrollbar-thumb {
	background-color: #c9c8c7;
}

/* Cart */

.btn-group.btn-group-checkout {
	padding: 10px;
	display: flex;
}

.btn-group.btn-group-checkout a {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	color: #fff !important;
	background: #6d9dea !important;
}

.alert {
	border-radius: 0;
}

/* for simple checkout */

body.page_checkout.page_simplecheckout h1 {
	font-weight: bold;
	margin-bottom: 35px;
}

.simplecheckout-cart th,
.simplecheckout-cart .price,
.simplecheckout-cart .name {
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 1.2;
	padding: 10px 8px;
}

.simplecheckout .quantity .input-group .form-control {
	height: 34px;
	min-height: 34px;
	text-align: center;
}

span.checkout-heading-button {
	text-decoration: underline;
}

.simplecheckout label,
.simpleregister label {
	font-weight: normal !important;
	font-size: 14px !important;
}

.simplecheckout {
	background: #fff;
	padding: 20px;
	margin-bottom: 50px;
}

.simplecheckout .form-control {
	border: 1px solid #ddd !important;
}

.simplecheckout-error-text.simplecheckout-rule {
	font-size: 11px;
}

.section.pb-0 {
	padding-bottom: 0;
}

div#main-banner46 {
	max-width: 1224px;
	max-height: 630px;
	margin: 0 auto;
	background-size: contain !important;
	margin-bottom: 80px;
}


/* Home treat section */

.home_treat_section h2 {
	font-family: Nunito, sans-serif;
	font-size: 19.2px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: .2em;
}

@media screen and (max-width:549px) {
	.home_treat_section h2 {
		font-size: 18px;
	}
}

.home_treat_section {
	padding: 90px 0;
	text-align: center;
	background-color: #f7f8f9;
}

.home_treat_section .container {
	max-width: 1264px;
	padding: 0 20px;
}

.home_treat_section h2 {
	font-family: ChronicleDisplay-Roman !important;
	font-size: 45px;
}

.home_treat_section .container>p {
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.home_treat_section ul {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.home_treat_section li {
	padding: 20px;
	width: 20%;
}

.home_treat_section li img {
	height: 75px;
	margin-bottom: 15px;
}

.home_treat_section li p {
	font-family: TT Norms !important;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
}

@media (max-width:767px) {
	.home_treat_section {
		padding: 50px 0;
	}

	.home_treat_section h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.home_treat_section li img {
		height: 60px;
	}

	.home_treat_section li p {
		font-size: 12px;
		line-height: 15px;
	}

	.home_treat_section li {
		width: 33.33%;
		padding: 5px;
		margin-bottom: 20px;
	}

	.home_treat_section ul {
		justify-content: center;
		padding: 0;
	}
}

/* Category box module */

.category-box {
	display: flex;
}

.categories-widget .category-box {
	margin-bottom: 50px;
	display: block;
}

.category-box a.more {
	text-transform: uppercase;
}

.category-box__title {
	font-size: 42px;
	font-family: ChronicleDisplay-Roman, sans-serif !important;
	color: #000;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: block;
}

.category-box__item {
	flex: 0 0 25%;
	width: 25%;
	background-position: center;
	height: 432px;
	display: flex;
	align-items: flex-end;
	padding: 50px 0;
	justify-content: center;
}

/* Testimonials */

.happy_customer {
	padding: 80px 0;
	background: #f7f8f9;
	text-align: center;
}

.top_testimonial {
	font-family: ChronicleDisplay-Roman !important;
	font-size: 35px;
	line-height: 45px;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}

/* Meet team */

.meet-team__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 80px;
}

.meet-team__inner .title {
	margin: 15px 0;
}

.meet-team__inner img {
	width: 100%;
	height: auto;
}

.meet-team {
	background: #ffffff;
}


/* Articles */

.articles-body .time {
	font-size: 14.4px;
	font-weight: 400;
	font-style: normal;
	opacity: .8;
	margin-bottom: 10px;
	margin-top: 20px;
}

.articles-body .title {
	font-size: 16.8px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
}

.articles .title-wrapper {
	margin-bottom: 35px;
}

/* for OCS 3 */
.featuder-article-module-ocs .caption h4 {
	margin-bottom: 0;
	height: 34px;
	overflow: hidden;
}

.featuder-article-module-ocs .caption {
	padding: 0 5px 5px 5px;
	height: auto;
}

.featuder-module-ocs .caption {
	padding: 10px 5px 40px 5px;
}

#column-left .featuder-module-ocs.row,
#column-right .featuder-module-ocs.row,
#column-left .featuder-article-module-ocs.row,
#column-right .featuder-article-module-ocs.row {
	margin-right: 0;
	margin-left: 0;
}

.featuder-article-module-ocs .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	background-color: transparent;
	color: #666;
	font-size: 16px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
}

.featuder-article-module-ocs .button-group button:hover {
	background: inherit;
	color: #fff;
}

.featuder-article-module-ocs .button-group button+button {
	width: 20%;
}

.featuder-article-module-ocs.button-group button:hover {
	color: #444;
	background-color: #EAEAEA;
	text-decoration: none;
	cursor: pointer;
}


.mobile_nav {
	width: 20px;
	height: 40px;
	background: transparent;
	border: none;
	padding: 0;
	position: relative;
	margin-right: 15px;
	margin-top: -4px;
}


.mobile_nav span {
	display: block !important;
	position: absolute !important;
	height: 2px !important;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	padding: 0 !important;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	transition: .1s ease-in-out;
}

.mobile_nav span {
	background: #393939;
}

.mobile_nav span:first-child {
	top: 12px;
}

.mobile_nav span:nth-child(2),
.mobile_nav span:nth-child(3) {
	top: 19.5px;
}

.mobile_nav span:nth-child(4) {
	top: 28px;
}

.mobile_nav.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.mobile_nav.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile_nav.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile_nav.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}

span.toggle-child2 .minus,
span.toggle-child1 .minus {
	display: none;
}

.cl-stady .title-xl {
	white-space: nowrap;
}


@media (min-width: 767px) {
	.home-banner-inner.home-banner-information2 .banner-title {
		font-size: 46px;
		line-height: 1.3 !important;
		max-width: 630px;
	}
}

@media (max-width: 1290px) {
	.cl-stady {
		padding: 12px 16px 18px;
	}

	.cl-stady .title-xl {
		font-size: 3.6rem;
	}
}


@media (max-width: 1200px) {

	.featuder-article-module-ocs .button-group button,
	.featuder-article-module-ocs .button-group button+button {
		width: 33.33%;
	}

	#menu-list>li>a,
	#home-menu>a,
	#home-menu .menu-item>a {
		padding: 15px 17px;
	}
}

@media (max-width: 1100px) {
	.promo-block__bottom {
		padding: 0;
	}

	.megamenu-container>.megamenu-col {
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 991px) {

	.featured-slider .container {
		padding: 0;
	}

	button#menu-close {
		background: transparent;
		width: 50px;
		height: 50px;
		padding: 15px;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.top-banner-panel {
		top: 51px;
		right: 0;
		transition: none;
		z-index: 2;
	}

	.top-banner-panel .cabinet,
	.top-banner-panel .cart-group {
		transition: none;
	}

	header.fixed-header .top-banner-panel .cabinet,
	header.fixed-header .top-banner-panel .cart-group {
		top: 0;
		transform: translate(0, 0);
	}

	header.fixed-header .top-banner-panel {
		top: 78px;
	}

	.top-banner {
		padding: 6px 0;
	}

	.sort-group {
		margin-bottom: 30px;
	}

	.blog-item .link {
		display: none;
	}

	span.toggle-child2,
	span.toggle-child1 {
		width: 20px;
		height: 20px;
		margin-left: 10px;
		position: static;
	}

	div#main-banner46 {
		margin-bottom: 40px;
	}

	ul.child2-box li {
		text-align: center;
	}

	ul.child2-box a,
	.child-box-cell .h5 {
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		opacity: 1;
		display: inline-flex;
		justify-content: center;
		flex-direction: row-reverse;
		position: relative;

	}

	ul.child2-box a {
		margin: 0;
	}

	ul.child2-box li {
		padding: 10px 0;
	}

	.child-box-cell {
		position: relative;
		padding: 4px 0;
		text-align: center;
	}

	.toggle-child1,
	.toggle-child2 {
		display: block;
	}

	.header-nav {
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}

	.slide-carousel-wrapper .product-layout {
		flex-basis: 35.5vw;
	}

	.mobile_nav.dropdown_link {
		display: block;
		margin: 0;
	}

	button#search {
		display: none;
	}

	.menu-line {
		position: absolute;
		top: 0;
		width: 100%;
		right: 0;
		margin: 0;
	}

	.menu-right-buttons {
		left: 0;
		top: 29px;
		width: 62px;
		padding: 5px 15px;
		display: flex;
		justify-content: center;
	}

	#logo {
		padding: 8px 0;
	}

	#logo img {
		max-width: 140px;
	}

	.megamenu-container>.megamenu-col {
		width: 100%;
		max-width: 100%;
		padding: 0;
		padding-left: 15px;
	}

	.megamenu-container {
		flex-wrap: wrap;
	}

	.menu-open header {
		background-color: #fff;
	}

	.megamenu {
		display: none;
		position: relative;
		opacity: 1;
		visibility: visible;
		z-index: 999;
		background: transparent;
		transition: all .3s linear;
		box-shadow: none;
		left: 0;
		right: 0;
		width: 100%;
		top: auto;
		pointer-events: inherit;
	}

	.megamenu-col.megamenu-article {
		display: none;
	}

	.megamenu-col {
		flex: 1 0 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
	}

	.header-nav>li>a {
		width: 100%;
		padding: 10px 0 !important;
		text-align: center !important;
		font-weight: normal !important;
		border-top: none;
		min-height: unset !important;
		font-size: 18px !important;
	}

	span.child1-wrapper {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative !important;
	}

	.relative {
		position: relative !important;
	}

	.header-nav {
		max-width: 290px;
		margin: 0 auto !important;
		display: block;
	}

	.menu-center-links {
		position: fixed;
		top: 0;
		z-index: 999;
		background: #fff;
		left: 0;
		transform: translateX(-100%);
		right: 0;
		pointer-events: none;
		padding: 70px 15px 150px 15px;
		transition: .3s ease;
		will-change: transform;
		height: 100vh;
	}

	.header-nav {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		list-style: none;
		flex-direction: column;
	}

	.menu-center-links.active {
		display: block;
		pointer-events: inherit;
		overflow: auto;
		z-index: 999;
		transform: translateX(0);
	}

	body.menu-open {
		height: 100vh;
		overflow: hidden;
	}

	.head-wrapper {
		margin-bottom: 30px;
	}

	#cart {
		width: auto;
		margin-left: 20px;
	}

	.promo-block {
		flex-wrap: wrap;
	}

	.promo-block__right-side,
	.promo-block__left-side {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.promo-block__left-side {
		margin-bottom: 30px;
	}

	.blog-item {
		background: #fff;
		display: flex;
		width: 100%;
		margin-bottom: 15px;
		align-items: center;
	}

	.blog-item .img-wrapper {
		max-width: 100px;
	}

	.blog-item-title {
		padding: 10px;
	}

	.h5 {
		font-size: 13px;
	}

	span.toggle-child2.open .minus,
	span.toggle-child1.open .minus {
		display: block;
	}

	span.toggle-child2.open .plus,
	span.toggle-child1.open .plus {
		display: none;
	}

	.btn-group.lang-select {
		padding-bottom: 0;
	}

	li.menu-item.megamenu-parent {
		position: relative;
	}

	footer .footer-title {
		margin-bottom: 0 !important;
		padding: 10px 0;
		position: relative;
	}

	footer .footer-title:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		top: 7px;
		right: 5px;
		border: 2px solid;
		transform: rotate(45deg);
		border-left: none;
		border-top: none;
	}

	.bottom-footer {
		margin-top: 20px;
	}

	.footer-title {
		margin-right: 5%;
	}

}

/* 911 end */

@media (max-width: 767px) {

	.mtm-0 {
		margin-top: 0 !important;
	}

	.section.articles .container-lg {
		padding: 0;
	}

	ul.footer-menu {
		display: none;
	}

	.footer-rows {
		display: flex;
		flex-direction: column;
	}

	.footer-modueles {
		order: -1;
		margin-bottom: 40px;
	}

	footer ul.social_icons {
		justify-content: center !important;
		align-items: center !important;
		padding-bottom: 5px !important;
	}

	footer ul.social_icons li {
		margin: 0 15px !important;
	}

	ul.footer-contacts a {
		padding-left: 45px;
	}

	ul.footer-contacts li.phone a {
		padding-left: 35px;
	}

	ul.footer-contacts li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	ul.footer-contacts {
		margin-top: 15px;
	}

	.footer-line {
		padding: 30px 0 !important;
	}

	footer ul.social_icons {
		justify-content: center;
	}

	ul.footer-contacts {
		flex-direction: column;
	}

	ul.breadcrumb {
		font-size: 10px;
	}

	.title-xl {
		font-size: 3.4rem;
	}

	.category-childrens a {
		font-size: 12px;
	}

	#home-menu {
		text-align: left;
	}

	.menu-line .text-phone {
		margin-top: 8px;
	}

	.logo img {
		max-width: 140px;
	}

	.section,
	.happy_customer {
		padding: 40px 0;
	}

	.meet-team__inner {
		padding-bottom: 40px;
	}

	.top_testimonial {
		font-size: 23px;
		line-height: 33px;
		padding: 0 15px;
	}

	.product-layout .caption h4 {
		padding: 0;
	}

	.product-layout .caption {
		padding: 10px 0 25px 0;
	}

	.home-banner:before {
		background: rgba(0, 0, 0, .0);
	}

	.builder-banner-inner,
	.home-banner-inner {
		padding-right: 0;
        text-align: center;
        justify-content: flex-start;
        padding-top: 400px !important; /* Ensures padding-top is applied */
        min-height: auto; /* Allows height to adjust based on content */
	}

	.home-banner-spalocator {
		min-height: unset;
		padding-bottom: 70px;
	}

	.home-banner-information2 {
		padding-top: 50px !important;
		min-height: 480px;
		background-position: 50% 100% !important;
	}

	div#main-banner46 .home-banner-inner {
		padding-top: 40px;
	}

	.category-box {
		flex-wrap: wrap;
	}

	.category-box__item {
		flex: 0 0 100%;
		width: 100%;
	}

	div#featured6 {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	.home-banner .btn-scroll-down {
		display: none;
	}

	.banner-descr {
		font-size: 16px;
	}

	.title-xxl,
	.banner-title {
		font-size: 3.4rem;
		line-height: 1.3;
	}

	body {
		font-size: 13px;
	}

	.newsletter-body .form-check label.form-check-label {
		font-size: 13px;
	}

	.dropdown-menu {
		padding: 0 20px;
	}

	.button-group.btn-group-justified.product-wish-comp {
		top: 0;
		right: 10px;
		padding: 0;
	}

	.product-wish-comp button {
		margin: 0 5px auto auto;
	}

	.product-layout .buy-btn-block {
		padding: 10px;
		font-size: 10px;
	}

	.blog-single-caption:before {
		height: 100%;
	}

	.blog-single-caption {
		padding: 20px;
	}

	.blog-single-caption .title {
		font-size: 18px;
	}

	.blog-single-caption .descr {
		font-size: 12px;
	}

	.blog-single-caption a {
		font-size: 12px;
	}

	.title-lg {
		font-size: 2.2rem;
	}

	.featuder-article-module-ocs.button-group button,
	.featuder-article-module-ocs .button-group button+button {
		width: 33.33%;
	}

	.product-layout h4 {
		font-size: 16px;
	}

	.slide-carousel-wrapper .product-layout {
		flex-basis: 42.5vw;
		scroll-snap-align: start;
	}

	div#subscribe>div {
		position: relative;
		z-index: 2;
	}

	footer ul {
		margin-bottom: 35px;
	}

	footer .developer {
		text-align: center;
	}

	.copyr {
		text-align: center;
	}

}

@media (max-width: 550px) {
	.product-single {
		width: 100%;
	}

	.top-banner {
		text-align: left;
	}

	.top-banner .inner-text {
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 1.5px;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
		color: #fffefc;
	}
}

@media (max-width: 767px) {
    .top-banner .inner-text {
        white-space: normal;
        font-size: 11px;
        text-align: center;
        line-height: 1.2em;
    }
}


@media (max-width: 420px) {
	.caption p {
		font-size: 11px;
	}

	#cart .dropdown-menu {
		min-width: 300px;
	}
}

@media (max-width: 374px) {
	#logo img {
		max-width: 120px;
	}

	#cart .dropdown-menu {
		min-width: 300px;
	}
}

/* ----for OCS 3 */
span.price-tax {
	font-weight: 500;
}

.rating .fa,
#review .fa {
	color: inherit;
}

.product-layout .rating {
	display: flex;
	justify-content: center;
	margin: 10px 0 15px;
}

.product-layout .fa-stack {
	position: relative;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	vertical-align: middle;
}

span.fa.fa-stack i {
	color: #6d9dea;
	font-size: 20px;
}

div#review span.fa.fa-stack i {
	font-size: 16px;
	color: #6d9dea;
}


span.rating-stats {
	margin-left: 10px;
	line-height: 1.3;
}

.owl-nav button {
	transition: .3s ease;
}

.modal-backdrop.in {
	z-index: 999 !important;
}

.owl-nav button svg {
	width: 35%;
	height: auto;
}

button.owl-prev svg {
	transform: scale(-1);
}

span.fa.fa-stack.fa-empty i {
	color: #cedeef !important;
}

.product-wish-comp {
	display: none;
}

section.pb-0 {
	padding-bottom: 0;
}

ul.breadcrumb {
	padding-top: 50px;
}

#account-register .well,
#account-login .well {
	padding: 0 100px;
	border-right: 2px dotted #eee;
}

.well.no-border {
	border: none !important;
}

div#checkout-checkout .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.return-cart {
	background-image: url("data:image/svg+xml,%3Csvg focusable='false' aria-hidden='true' class='icon-svg icon-svg--color-accent icon-svg--size-10 previous-link__icon' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M8 1L7 0 3 4 2 5l1 1 4 4 1-1-4-4' fill='%23337ab7'%3E%3C/path%3E%3C/svg%3E");
	padding-left: 15px;
	background-position: 0px 6px;
	background-size: 10px;
	color: #337ab7;
	background-repeat: no-repeat;
}

label.form-check-label {
	font-weight: normal;
	font-size: 14px;
	padding-left: 4px;
}

div#checkout-cart {
	padding-bottom: 50px;
}

.express-checkout-content {
	display: flex;
	margin: 0 -5px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.express-checkout-item {
	background: #eee;
	width: calc(25% - 10px);
	height: 42px;
	margin: 0 5px;
}

.delimer {
	margin: 30px 0;
	padding: 0.5px;
	background: #e1e1e1;
	position: relative;
}

.delimer span {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	display: inline-block;
	padding: 0 15px;
}

a.ml-2.colored {
	color: #337ab7;
	display: inline-block;
	margin-left: 5px;
}

.express-checkout {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #e4e4e4;
	position: relative;
}

.express-checkout-title {
	position: absolute;
	display: inline-block;
	background: #fff;
	padding: 0 14px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	top: -12px;
	width: auto;
	white-space: nowrap;
}

button#show-summary {
	display: none;
}

/*aside*/
@media (min-width: 767px) {
	.blog-main-col {
		width: 70% !important;
	}

	body:not(.page_account) aside#column-right {
		width: 30% !important;
	}
}

.single-article .row,
div#blog-template .row {
	display: flex;
	flex-wrap: wrap;
}

.widget a.category-article {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.widget a.category-article .thumb {
	flex: 0 0 88px;
	max-width: 88px;
}

.widget .category-article .caption {
	margin-left: 15px;
}

.widget .category-article .title {
	font-size: 18px;
	font-family: TT Norms !important;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	margin-bottom: 10px;
}

.widget a.category-article {
	display: flex;
}

.widget.blog-featured-widget {
	margin-bottom: 40px;
}

.blog-main-col {
	border-right: 1px solid #ddd;
}

.blog-main-col {
	border-right: 1px solid #ddd;
	padding-right: 50px;
}

div#blog-template {
	padding-bottom: 50px;
}

.blog-article .image {
	position: relative;
}

.single-article__header {
	margin-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.single-article__header h1 {
	font-size: 65px;
	font-family: ChronicleDisplay-Roman !important;
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.2;
}

.single-article .thumb {
	margin-bottom: 50px;
}

.meta-group {
	display: flex;
	align-items: center;
}

.meta-group .share {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.category-tag {
	margin: 0;
	padding: 8px 15px;
	background: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: TT Norms !important;
	letter-spacing: 1px;
	font-size: 14px;
	color: #000;
	position: absolute;
	bottom: 0;
}

.single-article__header {
	margin-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.blog-article .blog-caption a.readmore {
	margin-left: 5px;
}

.blog-article .blog-caption a.readmore,
.blog-article .blog-caption {
	font-size: 18px;
}

.blog-featured-body .descr {
	margin: 12px 0;
}

.blog-article .time {
	opacity: .7;
	font-size: 16px;
}

.blog-main-col h1 {
	font-size: 7.5rem;
	font-family: ChronicleDisplay-Roman !important;
}

.readmore {
	text-decoration: underline;
}

.blog-article {
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
}

.blog-article:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	background: #000;
	content: "";
}

.blog-featured-body .title {
	font-size: 2.6rem;
	font-family: ChronicleDisplay-Roman !important;
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 10px;
}

.blog-featured-body .time {
	font-size: 16px;
	opacity: .7;
}

.blog-article .blog-caption .title-sm {
	font-size: 3.6rem;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 500;
}

.blog-article .blog-caption p {
	font-size: 1.8rem;
}

/*footer*/
div#logo-footer {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0 30px;
	opacity: .7;
}

.footer-line svg path {
	fill: #fff;
}

.footer-line {
	background-color: #6d9dea;
	margin-bottom: 40px;
	padding: 20px 0 15px;
}

footer .footer-title,
footer h4 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}

footer ul.social_icons {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
}

footer ul.social_icons li {
	margin-right: 25px;
}

footer ul.social_icons a svg {
	fill: #393939;
	transition: all .2s ease-in-out;
}

footer ul {
	list-style: none !important;
	padding: 0 !important;
}

.bottom-footer {
	font-size: 12px;
	padding: 15px 0;
}

footer {
	padding: 0 0 5px 0;
	font-size: 14px;
	margin-top: 0;
	background: #deeaff;
	border: none;
	color: #393939 !important;
}

footer h4 i {
	font-size: 16px;
	color: #ccc;
}

footer h4 span {
	font-weight: bold;
	margin-left: 5px;
}

footer ul {
	padding: 0 20px;
	color: #ccc;
}

footer ul li {
	margin-top: 4px;
}

footer ul li a {
	color: #393939 !important;
	font-size: 13px;
}

footer hr {
	margin: 10px 0;
	border-top: 1px solid #eee;
}

footer .footer-menu a {
	transition: .3s ease;
}

footer .footer-menu a:hover {
	color: #299bf4 !important;
}

.footer-icons {
	margin: 5px 0 0 0;
}

.footer-icons li {
	display: inline-block;
	opacity: 0.75;
}

.footer-icons li:hover {
	opacity: 1;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.search-container.error-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}

.error-page #search-submit {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
}

.error-msg.text-content {
	text-align: center;
}

.bordered-text {
	padding: 10px 0;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #aaa;
}

/* cart fix */

.alert.alert-danger.simplecheckout-warning-block {
	display: none;
}

/* footer icons */

.footer-wrapper-dev {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-wrapper-dev ul.payment_methods li {
	margin-top: 3px !important;
}

ul.payment_methods {
	margin-top: 0;
	margin-left: 10px;
}

.footer-wrapper-dev .payment_methods img {
	filter: grayscale(0%) !important;
}

@media (max-width: 767px) {
	.footer-wrapper-dev {
		justify-content: center;
	}
}

/* Social Login */

.simpleregister-block-content.px-0+.simpleregister-button-block,
.simpleregister-block-content.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.login-page.social-login {
	margin-top: 20px;
}

.social-login a {
	text-align: center;
	color: #fff;
	padding: 10px;
	margin: 0 10px 20px;
	width: calc(50% - 20px);
	font-size: 13px;
	transition: .3s ease;
	opacity: 1;
}

.social-login a:hover {
	opacity: .7;
}

.social-login {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}

.social-login a.google {
	background: #d4462e;
}

.social-login a.facebook {
	background: #3f7ee8;
}

p.simpleregister-have-account a {
	text-decoration: underline;
}


/* Blog */
.cartegories-tabs {
	display: flex;
	justify-content: center;
	padding: 13px 0 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
	margin-top: 50px;
}

.category-tab {
	text-align: center;
	margin: 0 2%;
	opacity: .6;
	transition: .3s ease;
}

.category-tab.active,
.category-tab:hover {
	opacity: 1;
}

.category-tab-name {
	font-size: 12px;
	margin-top: 7px;
	opacity: .8;
}

.slim.subtitle {
	font-weight: lighter;
}

.alert-info.mt-5 {
	margin-top: 30px;
}

.not-in-stock {
	text-align: center;
	opacity: .5;
	margin-bottom: 15px;
}

.title-md.title-subscribe {
	margin-bottom: 20px;
	margin-top: 35px;
}

.banner-block__content .location {
	line-height: 1.6;
}

.btn-scroll-down__text.light {
	color: #fff !important;
}

.collection-bottom-content {
	padding: 70px 0;
}

.hitw__title.title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	color: #393939;
}

.hitw__icon img {
	margin-bottom: 20px;
	display: inline-block;
	width: 80px;
	height: auto;
}

.banner-breadcrumbs a {
	color: #fff;
}

.top-description {
	margin-bottom: 20px;
}

.align-content-center {
	height: 100%;
	display: flex;
	align-items: center;
}

.align-content-center .inner {
	padding: 0 6%;
}

.white-box {
	background: #fff;
	padding: 50px 30px;
}

.action-block {
	color: #fff;
}

.px-5 {
	padding: 50px 0;
}

.px-6 {
	padding: 60px 0;
}

.px-7 {
	padding: 70px 0;
}

.px-8 {
	padding: 80px 0;
}

.px-9 {
	padding: 90px 0;
}


.description-big {
	font-size: 22px;
	font-weight: 300;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 24px;
}

.description.dpl-4 {
	padding-left: 40px;
}

.action-block img {
	max-width: 100%;
}

.grey-block {
	background: #e1e0e3;
	display: flex;
	flex-wrap: wrap;
	color: inherit;
}

.grey-block .row {
	flex: 1 0 100%;
}

.inner-content.px-9>div {
	position: relative;
	z-index: 2;
}

.inner-content.px-9:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(76, 76, 76, .5);
}

.inner-content.px-9 {
	background-position: center !important;
	position: relative;
}

span.toggle-child1 {
	z-index: 999;
}

.certificates__footer {
	justify-content: flex-end;
}

.form-group.row-shipping_customer_address label,
.form-group.row-shipping_customer_address_curr label {
	display: none !important;
}

.form-group.row-shipping_customer_address_curr .col-sm-8,
.form-group.row-shipping_customer_address .col-sm-8 {
	float: none;
	width: 100%;
}

input#input-search {
	height: 42px !important;
}

button.right-nav-arrow {
	background: #fff;
	border: none;
	padding: 10px 20px;
	transform: rotate(-90deg) translateX(150%);
	display: block;
	position: absolute;
	z-index: 2;
	right: 25px;
	top: 50%;
}

/* Modal */
button#button-oneclick {
	width: 100%;
	color: #fffefc;
	background: #393939;
	padding: 10px 15px 10px;
	justify-content: center;
	max-width: 240px;
	text-transform: uppercase;
}

.lp-modal .modal-errors .alert {
	max-width: 460px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	left: 0;
}

.lp-modal .alert.alert-success {
	background: #4caf50;
}

.lp-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 30px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}

.lp-modal.open {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	z-index: 9999999;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 21;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	outline: none;
	background: none;
	font-size: 24px;
	color: #747474;
	font-weight: bold;
}

.modal__close:hover {
	color: #000;
}

.modal__container {
	position: relative;
	z-index: 22;
	width: 100%;
	max-width: 720px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 9px 10px rgba(64, 64, 64, 0.4);
	margin: 0 auto;
	padding: 90px 30px;
	background-color: #fff;
	text-align: center;
}

.modal-title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
}

.modal__container .input-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 462px;
	margin: 0 auto;
}

.modal__container .input-group input {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.image-gallery .image,
.image-gallery a {
	height: 100%;
}

.image-gallery img {
	height: 100%;
	object-fit: cover;
}

button#popup {
	background: #fff;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 11px;
	margin-top: 5px;
}

#newsletter-modal .modal-dialog {
	min-height: 400px;
	height: 100vh;
	z-index: 9999999;
}

#newsletter-modal .modal__container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.banner-mobile-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	.modal-title {
		font-size: 20px;
	}

	.banner-mobile-bg {
		opacity: 1;
	}
}

.hover-image-scale {
	display: inline-block;
	overflow: hidden;
}

.home-banner {
	transition: 1s;
	display: block;
}

.row-wrapper {
	background-size: cover !important;
}

.light-color-inner *:not(i) {
	color: #fff;
}

.devider-empty .devider:after,
.devider-empty .devider:before {
	display: none !important;
}

.devider-empty .devider {
	border: none;
}

.builder-banner-inner {
	padding-top: 130px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
}

.home-banner-information2,
.home-banner-information {
	padding-top: 130px;
	padding-bottom: 130px;
	background-position: 50% 50% !important;
}

span.error-msg {
	color: #f44336;
	font-size: 14px;
	margin-top: 3px;
	font-weight: 600;
}

input.form-control.invalid,
textarea.form-control.invalid {
	border-color: #f42600;
}

input.form-control {
	letter-spacing: .04px;
}

button#upload-file {
	background: #e4eff7;
	border: none;
	text-align: center;
	width: 100%;
	padding: 13px;
	color: #171717;
}

tr.product-flex-row {
	display: flex;
}

.upload-file-preview {
	margin: 10px 0;
}

tr.product-flex-row .cw5 {
	width: 100%;
	max-width: 80px;
}

tr.product-flex-row .cw4 {
	width: 100%;
	max-width: 100px;
}

tr.product-flex-row .cw3 {
	width: 180px;
	max-width: 180px;
}

tr.product-flex-row .cw1 {
	width: 100px;
	max-width: 100px;
	padding-right: 20px !important;
}

tr.product-flex-row td {
	flex-grow: 1;
}

tr.product-flex-row td {
	padding: 20px 0 !important;
}

tr.product-flex-row {
	font-size: 16.8px;
}

.w-100 {
	width: 100%;
}

tr.product-flex-row input.form-control {
	text-align: center;
	width: 40px;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

tr.product-flex-row td {
	border-top: 1px solid #e4e4e4;
}

tr.product-flex-row:last-child td {
	border-bottom: 1px solid #e4e4e4;
}

thead tr.product-flex-row td {
	border: none !important;
}

.subtitle {
	font-size: 18px;
}

tr.product-flex-row .cw3,
tr.product-flex-row .cw4,
tr.product-flex-row .cw5 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.qnt-cntr-wrap {
	display: flex;
	border: 1px solid #ccc;
}

.qnt-cntr-wrap input {
	border: none !important;
}

button.qnt-cntr {
	padding: 0;
	background: transparent;
	width: 40px;
	border: none;
	position: relative;
}

button.qnt-cntr.qnt-minus:before,
button.qnt-cntr.qnt-pluse:before {
	content: "+";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -54%);
	font-size: 28px;
	width: 100%;
	height: 100%;
	display: inline-block;
}

button.qnt-cntr.qnt-minus:before {
	content: "-";
}

.buttons.d-flex.flex-wrapp {
	flex-wrap: wrap;
}

.buttons.d-flex.flex-wrapp button {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.home-banner-information2 .banner-title {
		font-size: 45px;
		line-height: 1.3;
		max-width: 640px;
	}

}

.home-banner-information .banner-descr,
.home-banner-information .banner-title {
	max-width: 530px;
}

.row-wrapper .banner-descr,
.home-banner-information .banner-descr {
	margin-bottom: 30px !important;
	margin-top: 20px !important;
}

.hover-banner:hover {
	transform: scale(1.2);
}

ul.cart-products {
	list-style: none;
	padding: 0;
}

div#files-info {
	padding: 10px 0;
	font-size: 14px;
}

.upload-file-preview i {
	margin-right: 5px;
}

div#account-register legend {
	border-bottom: none;
	margin-bottom: 8px;
	padding-top: 15px;
}

.cart-buttons .col {
	padding: 0 15px;
}

.ft-normal {
	font-weight: normal;
}

#checkout-checkout .breadcrumb {
	padding-top: 0 !important;
}

.checkout-wrapper {
	position: relative;
}

.checkout-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fafafa;
	height: 100%;
	width: 30%;
	z-index: -1;
}

.checkout-wrapper .col-grey,
.checkout-wrapper .col-white {
	padding: 50px;
}

.checkout-wrapper .col-grey {
	background: #fafafa;
	border-left: 1px solid #e1e1e1;
}

.checkout-product {
	display: flex;
}

.checkout-product .product-thumb {
	position: relative;
}

.product-thumb {
	width: 64px;
}

.product-info {
	padding: 0 15px;
}

.product-info a {
	font-weight: bold;
}

.product-price-total {
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.product-info {
	display: flex;
	align-items: center;
}

.product-info ul {
	margin: 0;
}

.product-thumb img {
	border: 1px solid #ccc;
	border-radius: 6px;
}

span.qnt {
	width: 21px;
	height: 21px;
	background-color: rgba(114, 114, 114, 0.9);
	display: block;
	text-align: center !important;
	line-height: 21px;
	padding: 0;
	color: #fff !important;
	font-size: 12px;
	border-radius: 50px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.checkout-product {
	display: flex;
	padding-bottom: 15px;
}

.checkout-sidebar {
	max-width: 410px;
}

.input-vaucher {
	position: relative;
}

#button-vaucher {
	position: absolute;
	right: 0;
	top: 0;
	background: #6d9dea;
	text-align: center;
	height: 42px;
	line-height: 42px;
	padding: 0 19px;
	color: #fff;
	font-weight: bold;
}

.vaucher-block {
	margin: 20px 0;
	padding: 30px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.checkout-total-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.checkout-total-info:last-child {
	border-bottom: none;
}

.checkout-row {
	display: flex;
	flex-wrap: wrap;
}

.checkout-row>div {
	width: 100%;
	max-width: 50%;
}

#checkout-checkout .btn-black {
	padding: 16px;
}

button#show-summary {
	width: 100%;
	border: none;
	background: transparent;
}

span.toggle-text-of,
.active .toggle-text-on {
	display: none;
}

.active .toggle-text-of {
	display: inline-block !important;
}

.show-mobile {
	display: none;
}

.blog-main-col img {
	max-width: 100%;
}

.product-layout.image-link {
	min-height: unset;
}

.page_product .owl-slider img {
	position: absolute;
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
}

.page_product .owl-slider .owl-item {
	height: 350px;
}

.page_product .owl-wrapper {
	padding-bottom: 30px;
}

.page_checkout:not(.page_cart) .form-check {
	display: flex;
	align-items: flex-start;
}

label.tiny {
	font-weight: normal;
}

.form-checkbox input {
	margin-top: 6px;
	margin-right: 6px;
}

.form-checkbox {
	display: flex;
	align-items: flex-start;
}

.has-mobile-bg {
	position: relative;
}

a.chat-app span {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
}

a.chat-app {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom: 1rem;
	right: 1rem;
	background: #2cb742;
	width: 5em;
	height: 5em;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: 10;
	transition: .3s ease;
}

a.chat-app:hover {
	opacity: .8;
}

a.chat-app.off {
	pointer-events: none;
	cursor: not-allowed;
	filter: brightness(.8);
}

.chat-app-inner {
	display: flex;
	flex-direction: column;
	gap: .1em;
}

a.chat-app svg {
	width: 3rem;
}


@media (max-width: 1300px) {

	.megamenu-col.megamenu-col-1,
	.megamenu-col.megamenu-col-3 {
		flex: 1 0 13.666%;
		max-width: 13.666%;
	}

	#account-register .well,
	#account-login .well {
		padding: 0 50px;
	}
}

@media (max-width: 1000px) {
	div#checkout-checkout {
		width: 100%;
	}

	.checkout-wrapper .col-grey,
	.checkout-wrapper .col-white {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {

	ul.breadcrumb {
		padding-top: 90px;
	}

	aside#column-right>div {
		padding-left: 0;
	}

	.category-box__title {
		font-size: 30px;
	}

	.widget .category-article .title {
		font-size: 16px;
	}

	header .menu {
		padding: 30px 0 !important;
	}

	.header-row .logo {
		justify-content: center;
		left: 0;
		right: 0;
	}

	iframe {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	#scroll-slider {
		top: 45.55px !important;
	}

	.header-hh {
		padding-top: 45.55px !important;
	}

	header#site-header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 22222;
		background: #fff;
	}
}

@media (max-width: 767px) {

	#product .btn-black {
		padding: 16px;
		font-size: 12px;
	}

	.sm-text-left {
		text-align: left !important;
	}

	.owl-wrapper {
		padding-top: 30px;
	}

	ul.breadcrumb+.title-wrapper h1 {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.page_askexpert .home-banner-inner.home-banner-expert {
		min-height: 200px;
	}

	.px-5 {
		padding: 30px 0;
	}

	div#blog-template .row {
		flex-direction: column-reverse;
	}

	.single-article__header h1 {
		font-size: 36px;
	}

	.single-article .thumb {
		margin-bottom: 30px;
	}

	.blog-main-col {
		line-height: 1.4;
		max-width: 100%;
	    padding-right: 50px;
        font-size: 18px;
        color: #4e4e4e;
	}
	
	.blog-main-col h2 {
	    padding-top: 20px;
	    margin-bottom: 0px !important;
        padding-bottom: 8px;
        font-size: 26px;
        line-height: 1.3;
    }
    
    .blog-main-col h3 {
	    padding-top: 10px;
	    margin-bottom: 0px !important;
        padding-bottom: 8px;
        font-size: 23px;
        line-height: 1.3;
    }
    
    .blog-main-col h4 {
	    padding-top: 10px;
	    margin-bottom: 0px !important;
        padding-bottom: 8px;
        font-size: 20px;
        line-height: 1.3;
    }

	.title-wrapper-blog {
		margin-bottom: 25px;
	}

	ul.breadcrumb {
		padding-top: 70px;
		padding-bottom: 15px;
	}

	.blog-main-col h1 {
		font-size: 3.6rem;
	}

	.blog-article .blog-caption .title-sm {
		font-size: 2.6rem;
		line-height: 1.2;
	}

	.blog-article .time {
		font-size: 14px;
	}

	.blog-article .blog-caption a.readmore,
	.blog-article .blog-caption p {
		font-size: 1.8rem;
	}

	.title-md {
		font-size: 2rem;
	}

	.insta-block .title-md {
		font-size: 20px;
	}

	.certificates__footer {
		justify-content: center;
	}

	.inst-grid {
		padding: 0 10px;
		flex-wrap: wrap;
	}

	.inst-grid>div:last-child {
		display: none;
	}

	.insta-item {
		margin: 0 5px 10px;
		position: relative;
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}

	.blog-single-caption+img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.blog-single-caption {
		position: relative;
		min-height: 300px;
	}

	.blog-banner.has-thumb {
		padding: 120px 0;
	}

	h2 {
		font-size: 22px;
	}

	#blog-acticle>.container {
		padding: 0 !important;
	}

	#blog-acticle {
		margin-bottom: 50px;
	}

	.blog-banner.has-thumb {
		margin-bottom: 0;
	}

	.blog-banner h1 {
		font-size: 3rem;
	}

	img {
		max-width: 100%;
	}

	#scroll-slider {
		padding: 0;
	}

	.paddle {
		display: none;
	}

	.descr {
		margin: 0 0 15px;
	}

	div#subscribe .descr {
		font-size: 14px;
		margin: 20px 0;
	}

	.grey-block.pt-5 {
		padding-top: 15px !important;
	}

	.description-big {
		font-size: 16px;
		padding: 0 15px;
	}


	.px-9 {
		padding: 30px 0;
	}

	.white-box .align-content-center .inner {
		padding: 15px 0 0;
	}

	.white-box {
		padding: 30px 15px;
	}

	.mb-3 {
		margin-bottom: 10px !important;
	}

	.align-content-center {
		height: auto !important;
	}

	.description.dpl-4 {
		padding-left: 0 !important;
	}

	.form-block__links a {
		font-size: 11px;
	}

	.form-block__links {
		padding: 20px 0;
	}

	#search .btn-lg {
		padding: 8px 4px;
	}

	#search .input-lg {
		font-size: 11px;
	}

	.align-content-center .inner {
		padding: 0;
	}

	.align-content-center .inner {
		padding: 15px 15px 0;
	}
}

@media screen and (max-width: 1200px) {
	#home-banner-calc {
		height: auto;
	}
}

@media screen and (max-width: 1200px) {
	#txt_al {
		text-align: center;
	}
}

@media screen and (min-width: 1200px) {
	.elm-tx {
		height: 126px;
	}
}

@media (max-width: 767px) {

	.form-group {
		position: relative;
		z-index: 22;
	}

	.hide-mobile {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	button#show-summary {
		display: flex;
		font-size: 15px;
		color: #6d9dea;
		padding: 0;
	}

	button#show-summary i {
		padding-right: 8px;
		font-size: 20px;
	}

	button#show-summary span.cart-total {
		margin-left: auto;
		font-weight: bold;
		font-size: 16px;
		color: #000;
	}

	.checkout-sidebar {
	display: block !important;
	}

	.checkout-cart {
		padding-top: 30px;
	}

	#account-register .well,
	#account-login .well {
		padding: 0 15px;
		border: none;
	}

	#account-register .well.no-border,
	#account-login .well.no-border {
		margin-top: 30px;
	}

	form#cart-form thead {
		display: none;
	}

	tr.product-flex-row {
		border-bottom: 1px solid #ddd;
	}

	div#checkout-cart .title-wrapper {
		margin-bottom: 30px;
	}

	tr.product-flex-row td {
		padding: 12px 0 !important;
	}

	tr.product-flex-row .cw1 {
		padding: 10px !important;
	}

	tr.product-flex-row {
		flex-wrap: wrap;
		position: relative;
		margin-bottom: 20px;
	}

	tr.product-flex-row td {
		border: none !important;
	}

	tr.product-flex-row .cw5 {
		position: absolute;
		right: 7px;
		top: 5px;
		border: none !important;
		padding: 0 !important;
		width: 34px;
		max-width: 34px;
	}

	tr.product-flex-row .cw1 {
		order: 1;
		width: 30%;
	}

	tr.product-flex-row .cw2 {
		order: 2;
		width: 70%;
	}

	tr.product-flex-row .cw4 {
		order: 3;
		width: 50%;
	}

	tr.product-flex-row .cw3 {
		order: 4;
		width: 50%;
		max-width: 165px;
	}

	tr.product-flex-row .cw3 {
		margin-left: auto;
	}

	.checkout-wrapper:before {
		display: none;
	}

	.checkout-row>div {
		width: 100%;
		max-width: 100%;
	}

	.checkout-row {
		flex-direction: column-reverse;
	}

	.checkout-sidebar {
		max-width: 100%;
	}

	.checkout-wrapper .col-white {
		padding: 0;
	}

	.checkout-wrapper .col-grey {
		width: calc(100% + 30px) !important;
		max-width: calc(100% + 30px) !important;
		left: -15px;
		position: relative;
		padding: 15px !important;
		border: none;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		margin: 13px 0;
	}

	#cart-form .table-responsive {
		border: none;
	}

	h1 {
		font-size: 2.4rem;
	}

	.subtitle {
		font-size: 16px;
	}

	ul#product-main-images-nav {
		margin: 0 -5px;
	}

	ul#product-main-images-nav li {
		width: calc(100% / 6 - 10px);
		margin: 0 5px 10px;
		cursor: pointer;
	}


}

@media (max-width: 520px) {
	div#checkout-checkout .buttons {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: none;
	}

	a.return-cart {
		margin-top: 15px;
	}

	.express-checkout-item {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
}

