@font-face {
	font-family: 'Zlam Sans';
	src: url('/catalog/view/theme/default/fonts/ZlamSans-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Grunt Grotesk Variable';
	src: url('/catalog/view/theme/default/fonts/GruntGrotesk-Variable.ttf') format('truetype');
}

html,body{overflow-x:hidden}
* {
	outline: none !important;
}
img {
	max-width: 100%;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: initial;
    text-decoration: none;
}
.form-control {
	height: 40px;
}
.relative {
	position: relative;
}

body {
	font-family: 'Zlam Sans', sans-serif;
	font-weight: 400;
	color: #30302F;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	background: #E5E5E5;
}
/*body.modal-open {
	overflow: hidden;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: fixed;
}*/
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-weight: 580;
}
/* default font size */
.fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	margin-top: 15px;
    font-style: normal;
	
	font-size: 32px;
	line-height: 130%;
	color: #30302F;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 15px;
}
a {
	color: #30302F;
}
a:hover {
	text-decoration: none;
	color: #30302F;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
button {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
textarea {
	resize: none;
}
.created-by-block .created-by-trigger {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8E8E8E;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.created-by-block .created-by-trigger .help-hover {
    display: flex;
    cursor: pointer;
}
.created-by-block .created-by-trigger .help-mobile{
    display: none;
    transition: 0.3s all;
}

.created-by-block {
    margin: 0 0 0 auto;
    position: relative;
}

.created-by-container {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 6px;
    z-index: 100;
    min-width: 250px;
}

.created-by-container a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.created-by-container a:hover {
    color: #000;
}

.created-by-block:hover .created-by-container {
    display: block;
    text-align: left;
}

.fade {
	transition: none !important;
}
.modal-dialog {
	width: 520px;
	margin: 0 !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	transition: none !important;
}
.modal-content {
	border-radius: 0;
	text-align: center;
	padding: 40px;
}
.modal-header {
    min-height: initial;
    padding: 0;
    border-bottom: none;
}
.modal-header .pre-title {
	
    font-size: 20px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 24px;
}
.modal-title {
	margin: 0;
    text-align: left;
    color: #30302F;
    margin-bottom: 30px;
    
    font-size: 32px;
    line-height: 130%;
}
.modal-body {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #333333;
}
.modal-body .btn-primary {
	width: 100%;
    display: block;
}

.modal-dialog > button.close {
	opacity: 1;
    right: 24px;
    top: 20px;
    position: absolute;
    z-index: 2;
}

.btn-primary:active:hover{
    background: #30302F;
    border: 1px solid #30302F;
    color: #fff;
}

.modal-body .btn-primary {
	background: #30302F;
    border: 1px solid #30302F;
    color: #fff;
}
.modal-body .btn-primary:hover {
	background: #fff;
    border: 1px solid #30302F;
    color: #30302F;
}

#modal-addcart .modal-body .btn-primary + .close {
	float: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 110%;
    color: #30302F;
    opacity: 1;
    padding-bottom: 3px;
    border-bottom: 1px solid #30302F;
}
#modal-addcart .modal-body .btn-primary + .close:hover {
	border-bottom: 1px solid transparent;
}

.modal-backdrop.in {
	background: rgba(0, 0, 0, 0.5) !important;
	opacity: 1;
}

.dropdown-menu {
	background: #FFFFFF;
    border-radius: 0;
    border: none;
	margin-top: 0;
	padding: 22px 30px;
	min-width: initial;
	box-shadow: 0px 5px 8px rgb(0 0 0 / 4%);
}
.dropdown {
	padding: 10px 0 !important;
}
.dropdown-menu > li > a {
	
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	padding: 8px 0;
	background: transparent !important;
}

.dropdown:not(.search-li):hover > .dropdown-menu {
	display: block;
}

.sort-block .dropdown {
	padding: 0!important;
}

.top-icons > ul > li.dropdown {
	padding-right: 5px !important;
    padding-left: 5px !important;
}

.container {
	width: 1280px;
	max-width: 100%;
}

.my-preloader.start {
	background: #fff url('/image/catalog/theme/Versailles_Preloader_3.gif') no-repeat center !important;
}

/*products-carousel*/
.product-thumb .image {
    text-align: center;
    position: relative;
    display: block;
    background: #fff;
	box-sizing: border-box;
}
.product-thumb .h4 a,
.product-thumb h4 a {
	color: #181818;
}
.products-carousel .btn-wishlist {
	display: none;
	background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 15px;
}
.products-carousel .btn-details {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 16px 27px;
}

/*.col-xs-12.product-layout  {
	padding: 0;
}*/
/*.product-thumb {
    padding: 15px;
}*/
.products-carousel .product-thumb:hover .btn-wishlist,
.products-carousel .product-thumb:hover .btn-details {
	display: block;
}
.products-carousel .owl-pagination {
	display: none !important;
}

.latest-blog-carousel-wrap .title-module,
.bestseller-carousel-wrap .title-module {
	font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
    margin-bottom: 25px;
}
.latest-blog-carousel-wrap .title-module {
	margin-bottom: 40px;
}
.latest-blog-carousel-wrap .title-module + .btn {
	position: absolute;
    right: 0;
    top: 0;
}

.feature-carousel-wrap h3,
.feature-carousel-wrap h2,
.feature-carousel-wrap .h3,
.feature-carousel-wrap .h2 {
	font-size: 43px;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 50px;
}

#product-category .product-thumb:hover {
	z-index: 3;
    position: relative;
}

/* scrollbar */
.scrollbar {
    margin: 35px auto !important;
	width: calc(100% - 30px);
	height: 1px;
	position: relative;
	background: #D8D8D8;
	display: none;
}
.scrollbar .bar-container {
	position: absolute;
	left: 0;
	top: -14px;
	padding: 12px 0;
}
.scrollbar .bar-container:hover .bar,
.scrollbar .bar-container:active .bar {
	background-color: #000;
}
.scrollbar .bar-container .bar {
	height: 3px;
    background: #30302F;
    width: 100%;
    border-radius: 2px;
}

/* nav-carousel */
.nav-carousel {
	position: relative;
}
.nav-carousel > div {
	width: 51px;
    height: 51px;
    cursor: pointer;
    z-index: 2;
	position: absolute;
	top: 0;
}
.nav-carousel > div.disabled {
	display: none;
}
.nav-carousel > div.prev {
    left: 0;
	background: url("/image/catalog/theme/arrow-left-carousel.png") no-repeat center;
}
.nav-carousel > div.next {
    right: 0;
	margin-left: 10px;
	background: url("/image/catalog/theme/arrow-right-carousel.png") no-repeat center;
}
.sale-mode .nav-carousel > div.next {
	right: 350px;
}
.nav-carousel > div.disabled {
    display: block !important;
    opacity: 0;
}

.drag-carousel-wrap h3 {
	font-size: 43px;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 25px;
}
.drag-carousel-wrap h3 + p {
	text-align: center;
	margin-bottom: 40px;
}
.drag-carousel {
	padding: 0 60px;
}
.drag-carousel span {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	text-align: center;
}
.drag-carousel .owl-stage img {
	filter: grayscale(100%);
}
.drag-carousel .owl-stage .owl-item:hover img {
	filter: none;
}

.form-control {
	background: #F4F7F9;
}
/* bonus */
.jq-selectbox {
	z-index: 3 !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.jq-selectbox.opened {
	z-index: 4 !important;
}
.input-group-sm>.form-control.jq-selectbox,
.jq-selectbox {
	height: 48px;
}
.jq-selectbox__select {
    background: #F4F7F9;
    text-align: left;
    padding: 0;
    height: 48px;
    border: 1px solid #F4F7F9;
    box-shadow: none;
    color: #30302F;
    line-height: 17px;
    
    border-radius: 0;
    
    font-size: 16px;
}
.jq-selectbox.opened .jq-selectbox__select {
	border-color: #30302F;
}
.jq-selectbox__select-text {
	padding: 0 35px 0 15px;
    text-align: left;
	
	font-size: 16px;
	line-height: 50px;
	color: #30302F;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 1px 10px;
    margin: 0;
    text-align: left;
    
    font-size: 14px;
    color: #30302F;
	font-family: 'Zlam Sans', sans-serif;
}
.jq-selectbox li:last-child {
	border-bottom: none;
}
.jq-selectbox__dropdown {
	min-width: 220px;
    margin: 0;
    padding: 0;
    background: #fff;
    margin-top: 0;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 0;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
	background: #F2F2F2;
	color: #30302F;
}
.jq-selectbox__trigger-arrow:after {
	position: relative;
    top: 5px;
    right: -2px;
    content: url(/image/catalog/hospitallers/arrow-select.svg);
}

.transition {
	transition: all .3s ease;
}
.flex{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:-ms-flex;display:-o-flex;display:flex}
.flex-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.flex-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.flex5 > div{flex:1 1 20%;width: 20%;}
.flex4 > div{flex:1 1 25%;width: 25%;}
.flex3 > div{flex:1 1 33%;width: 33%;}
.flex2 > div{flex:1 1 50%;width: 50%;}

.flex-60-40 > div:first-child{flex:1 1 60%}
.flex-60-40 > div:nth-child(2){flex:1 1 40%}
.flex-40-60 > div:first-child{flex:1 1 40%}
.flex-40-60 > div:nth-child(2){flex:1 1 60%}

.casper {position: absolute;opacity: 0;left: -5000px}

.well {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*jq-selectbox*/
select {
    opacity: 0 !important;
}
.jq-selectbox select, .jq-select-multiple select {
    position: absolute !important;
    top: 0;
    left: -5000px !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
.jq-selectbox.form-control {
    padding: 0;
    border: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    height: 40px;
    box-shadow: none;
    color: #30302F;
    font-size: 16px;
    line-height: 17px;
	border-radius: 0;
	border: 1px solid rgba(162, 163, 152, 0.30);
	background: #E5E5E5;
}

textarea.form-control {
	height: 103px;
	padding-top: 10px;
}

select.form-control:focus, textarea.form-control:focus, input.form-control:focus {
	border-color: #30302F;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #EB5757;
}

input.form-control.error,
.form-group.has-error input {
	border-color: #EB5757 !important;
}
input.form-control.error + span:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
}
.top-left .list-inline>li {
	padding: 0;
	margin-right: 45px;
}

.label-checkbox input {
	opacity: 0 !important;
	position: absolute;
}
.label-checkbox > span {
	position: relative;
	padding-left: 28px;
}
.label-checkbox > span:before {
	content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    border: 1px solid #30302F;
    border-radius: 2px;
}
.label-checkbox input:checked + span:after {
	content: url("/image/catalog/hospitallers/ocfilter-arrow-part.png");
	position: absolute;
	z-index: 3;
	left: 4px;
    top: -4px;
	line-height: 16px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.popover-content .form-inline > .form-group:nth-child(2) {
	margin: 0 5px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
}
/* top */
#top {
	background-color: #fff;
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 72px;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.04);
	display: flex;
    align-items: center;
}

#form-currency {
	margin-left: 20px;
}
#form-currency .currency-select,
#form-language .language-select {
	text-align: left;
}
#form-currency .currency-select:hover,
#form-language .language-select:hover {
	text-shadow: none;
}
#form-currency .btn-group,
#form-language .btn-group {
	display: flex;
    align-items: center;

}
#form-currency .btn-group .dropdown-menu,
#form-language .btn-group .dropdown-menu {
	margin-left: -22px;
}
#form-currency .btn-group .dropdown-menu button,
#form-language .btn-group .dropdown-menu button {
	
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	padding: 8px 0;
	background: transparent !important;
	text-decoration: none;
}
#form-currency .btn-group span,
#form-language .btn-group span {
	margin: 0 5px;
	line-height: 44px;
    font-size: 15px;
    color: #000;
}
#form-currency .btn-group > span:last-child,
#form-language .btn-group > span:last-child {
	display: none;
}
#form-currency .btn-group > button,
#form-language .btn-group > button {
	padding: 0;
	text-decoration: none;
}
#form-currency .dropdown-toggle span,
#form-language .dropdown-toggle span {
	color: #30302F;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}
#form-currency .dropdown-toggle span:after,
#form-language .dropdown-toggle span:after {
	content: url("/image/catalog/hospitallers/ico-triangle.svg");
	position: absolute;
	right: -6px;
	top: 0;
}

#top .btn-link, #top-links li, #top-links a {
	color: #000;
	text-decoration: none;
}
.top-phone {
	text-align: left;
}
.top-phone a {
	font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #30302F;
	white-space: nowrap;
}
.top-phone span {
	display: block;
	
	font-size: 9px;
	line-height: 11px;
	color: #30302F;
	white-space: nowrap;
}


#logo {
   /*margin-right: 55px;*/
}

.logo-header {
    width: 250px;
}

@media (max-width: 767px) {
    .logo-header {
        width: 190px;
    }
}


.header-col {
    display: flex;
    align-items: center;
}

.header-nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;

    @media screen and (max-width: 599px) {
        display: none;
    }
}

.header-nav .sub-menu {
    position: relative;
}

.sub-menu ul {
    display: none; /* спочатку приховано */
    position: absolute;
    top: 100%; /* під заголовком */
    left: 0;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 6px;
    z-index: 100;
    width: max-content;
}

.sub-menu ul li:not(:last-child) {
    margin-bottom: 12px;
}

.sub-menu:hover ul {
    display: block; /* показуємо на ховер */
}

.sub-menu p {
    cursor: pointer; /* щоб було видно що клікабельний */
    padding: 12px;
    margin: 0;
}

.header-nav .list-unstyled {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.header-nav .list-unstyled a {
    padding: 12px;
}


/* search */
#search {
	width: 100%;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 7px 15px;
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
}
#search .input-lg {
	height: 44px;
    line-height: 20px;
    margin: 14px auto;
    /*border: none;*/
    box-shadow: none;
    background: #ffffff;
    /*width: 1440px;
    padding: 0 64px;*/
    max-width: 100%;
    display: block;
    float: none;
	width: 1170px;
    padding: 0 25px;
    border: 1px solid #30302F;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */
#cart {
	position: relative;
	width: initial;
}

#cart > button {
    white-space: nowrap;
	border: none;
    background: transparent;
	padding: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
/*#content {
	min-height: 600px;
}*/
/* footer */
footer {
    padding-top: 20px;
    background-color: #30302F;
	margin-top: 35px;
}

footer a {
	color: #ffffff;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
footer a:hover {
    border-bottom: 1px solid #ffffff;
}
footer .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    width: 84px;
    height: 24px;;
    opacity: 1;
    color: #8E8E8E;
}

.footer-line1 {
	margin-bottom: 35px;
	justify-content: space-between;
}

.footer-line1 ul a {
	font-style: normal;
	font-size: 18px;
	line-height: 160%;
	color: #ffffff;
	margin: 7px 0;
	display: inline-block;
}
.footer-line1 ul.large a {
	font-family: "Grunt Grotesk Variable";
	font-weight: 580;
	font-size: 32px;
	line-height: 130%;
	margin: 7px 0;
}

.footer-line3 {
	padding: 22px 0;
	align-items: center;
	border-top: 1px solid rgba(162, 163, 152, 0.30);
}
.footer-line3 p {
	margin-bottom: 0;
}
.footer-line3 > div:nth-child(2) {
	text-align: center;
}

.footer-line3 > div:last-child {
	text-align: right;
}
.footer-line3 > div:last-child a span {
	font-size: 12px;
	margin-right: 8px;
}

.footer-line3 .copyright {
	font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
}


.main-img {
	display: block;
}
.main-frame-div1 a {
	position: relative;
	display: block;
}
.main-frame-div1 a:after {
	content: url("/image/catalog/new/frame-label2.png");
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translate(-50%, 0);
}

.soc-block {
	justify-content: flex-end;
}
.soc-block a {
	margin-left: 15px;
}

.soc-block + div {
    text-align: right;
    
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 12px;
}


/*.home-categs*/
.home-categs {
	justify-content: space-between;
}
.home-categs a {
	display: flex;
	position: relative;
    width: 100%;
    height: 100%;
	align-items: flex-start;
}
.home-categs a:after {
	content: url("/image/catalog/theme/new/arrow-white.svg");
	position: absolute;
	right: 32px;
	bottom: 22px;
}
.home-categs p {
	position: absolute;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #30302F;
	bottom: 35px;
	left: 32px;
	margin-bottom: 0;
}
.home-categs.line1 > div:first-child {
	flex: 1 1 864px;
	max-width: 864px;
}
.home-categs.line1 > div:last-child {
	flex: 1 1 416px;
	max-width: 416px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-categs.line1 > div:last-child a+a {
	align-items: flex-end;
}
.home-categs.line2 {
	margin-top: 32px;
}
.home-categs.line2 > div {
	flex: 1 1 416px;
	max-width: 416px;
	position: relative;
}

.home-categs .all-categ a {
	align-items: center;
    justify-content: center;
	border: 1px solid #F2F2F2;
}
.home-categs .all-categ p {
	position: relative;
	left: initial;
	bottom: initial;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #30302F;
	border-bottom: 1px solid #30302F;
	display: inline-block;
	padding-bottom: 5px;
}
.home-categs .all-categ a:after {
	display: none;
}

.home-categs.line0 {
	margin-bottom: 40px;
}
.home-categs.line0 > div:first-child {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
}
.home-categs.line0 > div:last-child {
    width: 416px;
    flex: 1 1 416px;
    max-width: 416px;
	
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}

/*.home-telemag*/
.home-telemag {
	margin-top: 100px;
}
.home-telemag .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
	margin-bottom: 35px;
}
.home-telemag .grey {
	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 25px;
}
.home-telemag > div:nth-child(2) {
	padding: 100px 40px;
}
.home-telemag > div:nth-child(2) div p {
	
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}
.home-telemag > div:nth-child(2) a {
	margin-top: 48px;
}

.home-telemag + img {
	margin-top: 100px;
}

.home-telemag.home-telemag2 > div:nth-child(2) {
	padding-left: 70px;
}
.home-telemag.home-telemag2 > div:last-child {
	padding: 145px 0 0 100px;
}
.home-telemag.home-telemag2 .title {
	margin-top: 125px;
}

/* alert */
.alert {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5) !important;
    left: 0;
    top: 0;
    z-index: 10;
	border: none !important;
}
.alert-wrap {
	position: fixed;
    border: none;
    border-radius: 0;
	width: 720px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    text-align: center;
    color: #333333;
    
    font-size: 20px;
    line-height: 30px;
	padding: 70px 40px;
	z-index: 5;
}
.alert i {
	display: none;
}
.alert .close {
	position: absolute;
    right: 25px;
    top: 30px;
    margin-top: -15px;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    opacity: 1;
    color: #000;
}
.alert a {
	line-height: 24px;
    display: inline-block;
	border-bottom: 1px solid #000;
}
.alert a:hover {
    border-color: transparent;
}

/* breadcrumb */
.breadcrumb {
	margin: 20px 0 10px;
    padding: 0;
    background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:before {
	content: '';
    display: inline-block;
    background: #A2A398;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
	left: -4px;
    top: 8px;
}
.breadcrumb > li:last-child:before {
	background: black;
}
.breadcrumb > li:first-child:before {
	display: none;
}

.breadcrumb > li:last-child,
.breadcrumb > li:last-child a {
	color: black;
}
.breadcrumb > li a {
    font-size: 14px;
    line-height: 160%;
    color: #A2A398;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 24px 0;
}
.btn {
    border: none;
    border-radius: 0;
	font-style: normal;
    
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 25px 10px;
	text-transform: uppercase;
}

.btn-default {
	background: transparent;
    border: 1px solid #30302F;
    color: #30302F;
}
.btn-default:hover {
	background: #30302F;
	border: 1px solid #30302F;
	color: #fff;
}
.btn-primary {
	background: #E5E5E5;
	color: black;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #ffffff;
    color: black;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus {
    color: #fff;
    background-color: black;
    border-color: #122b40;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
    position: relative;
	transition: all .3s ease;
}
.product-thumb .image {
	text-align: center;
    /*padding: 42px 0;*/
	padding: 0;
    position: relative;
    display: block;
    background: #fff;
	overflow: hidden;
	border: none;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
    border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	    width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
    border-radius: 8px;
}

.product-thumb .title a {
    font-family: 'Grunt Grotesk Variable', sans-serif;
	display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: black;
}

.product-thumb .caption {
	padding: 12px 0 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.product-thumb .caption .model {
	font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A2A398;
}
.product-thumb .caption .btn {
	width: calc(100% - 30px);
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.product-thumb:hover .caption .btn {
	display: block;
}
.product-thumb.in-cart .caption .btn {
	background: #F2F2F4 !important;
	color: #30302F;
}
#common-home .product-thumb.in-cart .caption .btn {
	display: block;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    font-family: "Grunt Grotesk Variable", sans-serif;
	margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
	font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: right;
    color: black;
}
.product-thumb .price-old {
    font-family: "Grunt Grotesk Variable", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-decoration-line: line-through;
    color: #A2A398;
    margin-left: 8px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .category-title {
	
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #8C8C8C;
	margin-bottom: 16px;
}
/*.product-thumb .title.category-flag {
	min-height: 34px;
}*/


@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}*/
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.number-spinner {
	margin: 10px 0 20px;
}
.input-group .form-control[name^=quantity] {
	min-width: 40px;
	margin: 0;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

#common-home .swiper-viewport {
	margin: 0;
    background: #fff;
    z-index: 1;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
/*#common-home .swiper-pager {
	top: 100%;
}
#common-home .swiper-button-prev {
	left: 100%;
    margin-left: -180px;
    opacity: 1 !important;
    bottom: 20px !important;
    top: initial;
    width: 65px;
    height: 65px;
    background: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
}
#common-home .swiper-button-next {
    left: 100%;
    margin-left: -110px;
    opacity: 1 !important;
    bottom: 20px !important;
    top: initial;
    width: 65px;
    height: 65px;
    background: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
}
#common-home .swiper-button-prev img,
#common-home .swiper-button-next img {
	width: 13px;
}*/

.swiper-button-prev:before,
.swiper-button-next:before {
	display: none;
}
/*.swiper-pager > div:hover {
	background: #EB5757 !important;
}*/
.swiper-pager > div:hover:before {
	opacity: 1;
}

.main-menu {
    margin-bottom: 0;
	display: flex;
    justify-content: space-between;
}
.main-menu a {
	color: #30302F;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.main-menu > li {
	display: inline-block;
	position: relative;
}
.main-menu > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.main-menu > li:last-child:after {
	display: none;
}


#cart-total small {
	color: #30302F;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

header {
	background: #E5E5E5;
    /*padding: 20px 0;*/
	padding: 12px 0;
}
header .flex2 > div {
	align-items: center;
}
header .top-right {
	justify-content: flex-end;
}
header .top-right .top-line {
	display: block;
	width: 1px;
	height: 48px;
	background: #333333;
}

.top-icons {
	margin-left: 65px;
}
.top-icons > ul {
	margin-bottom: 0;
	width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-icons > ul > li {
	padding-right: 7px;
    padding-left: 7px;
}

header .top-ether span {
	display: inline-block;
    background: #FFFFFF;
    border-radius: 47px;
    padding: 7px 15px;
    color: #30302F;
    
    font-size: 14px;
    line-height: 17px;
}
header .top-ether span:after {
	content: '';
	width: 4px;
    height: 4px;
    background: #00C454;
    position: relative;
    margin-left: 2px;
    top: -10px;
    display: inline-block;
    border-radius: 50%;
}

#top-links-info > ul {
	margin-bottom: 0;
}
#top-links-info > ul > li > a {
	
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	background: transparent;
	cursor: pointer;
}

header .search-li {
	position: initial;
}
header .search-li.open .search-bg {
	position: absolute;
    background: rgba(0, 0, 0, 0.5) !important;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 4;
	display: none !important;
}
header .search-li > a {
	cursor: pointer;
}
header .search-li .dropdown-menu {
	position: absolute;
    left: 0;
	top: -12px;
    border: none !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
}

header .search-li .input-group-btn {
	display: none;
}

header > .container > .row {
	position: relative;
}

.big-slider-description-wrap {
	position: absolute;
    top: 50%;
	left: 150px;
    transform: translate(0, -50%);
	text-align: left;
}
.big-slider-description-wrap .title {
	font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    color: #8C8C8C;
}
.big-slider-description-wrap .big-slider-description {
	width: 500px;
	max-width: 100%;
	font-weight: 600;
	font-size: 40px;
	line-height: 49px;
	color: #FFFFFF;
}
.big-slider-description-wrap .btn-primary {
	margin-top: 30px;
	font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 23px;
	font-family: 'Zlam Sans';
}

.module-title {
	margin-bottom: 25px;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
    text-align: left;
}

.options-category > .form-group {
	display: flex;
}
.options-category > .form-group > div {
	display: flex;
}
.options-category > .form-group > label {
	color: #555555;
	margin-right: 5px;
}
.options-category > .form-group > label:after {
	content: ':';
}
.options-category > .form-group .radio {
	margin: 0;
}
.options-category > .form-group .radio label {
    font-weight: 500;
	padding-left: 10px;
}
.options-category > .form-group .radio.q0 label {
	color: #d1d1d1;
}
.options-category > .form-group .radio.active label {
	color: #EB5757;
}
.options-category > .form-group .radio input[type='radio'] {
	opacity: 0;
	position: absolute;
	left: -2000px;
}
.options-category > .form-group .radio input[type='radio']:checked ~ * {
	font-weight: bold;
}
.options-category div.required .control-label:before {
	display: none !important;
}
.options-category .text-danger {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    background: #30302F;
    color: #fff;
    display: block;
    padding: 0 5px;
}

div[class*='-carousel-wrap'] {
	position: relative;
}
div[class*='-carousel-wrap'] .nav-carousel {
	position: absolute;
    right: 5px;
    display: flex;
    z-index: 2;
    padding: 0 10px;
    width: 100%;
    top: 32%;
	z-index: 3;
}

.wishlist-add {
	position: absolute;
    top: 10px;
    right: 10px;
    background: transparent !important;
    border: none !important;
    padding: 7px !important;
    z-index: 2;
	filter: brightness(0) invert(1);
}
.wishlist-add.active {
	filter: none;
}

.product-right .share-add {
	position: absolute;
    top: 9px;
    right: 10px;
	background: transparent;
	border: none;
}

.product-prices {
	justify-content: space-between;
	margin-bottom: 10px;
}
.product-prices > .flex > ul {
	display: flex;
	align-items: flex-start;
}
.product-prices .price-big {
	font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: black;
	font-family: "Grunt Grotesk Variable", sans-serif;
	font-weight: 580;
}
.product-prices .price-big .h2 + span {
    font-size: 32px;
    line-height: 130%;
    text-decoration-line: line-through;
    color: #A2A398;
	display: inline-block;
	margin-left: 15px;
}
.price-big ~ li {
	font-size: 12px;
	line-height: 100%;
	color: #8C8C8C;
}
.price-big ~ li:before {
	content: '';
    display: inline-block;
    width: 1px;
    height: 23px;
    background: #E0E0E0;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    top: 7px;
}


.home-seo {
	margin: 90px 0;
	padding: 70px 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}
.home-seo > div:first-child {
	width: 40%;
	flex: 1 1 40%;
	line-height: 1.2;
	margin-right: 110px;
}
.home-seo > div:first-child .title {
	font-size: 30px;
	font-weight: bold;
}
.home-seo > div:last-child {
	width: 60%;
	flex: 1 1 60%;
	line-height: 25px;
}

.open-hide-block {
	color: #000;
	cursor: pointer;
	line-height: 2;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.open-hide-block:hover {
	color: #000  ;
	border-bottom: 1px solid #000;
}
.open-hide-block:after {
	content: url("/image/catalog/theme/arrow-right-small.svg");
	margin-left: 20px;
	position: relative;
	top: 1px;
}
.hide-block {
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.hide-block.active {
	height: initial;
}

#common-home .special-carousel-wrap {
	margin-top: 110px;
}

.reviews-slider-wrap {
	position: relative;
	background: #FBFAFA;
	padding: 90px 0;
	margin-top: 85px;
}
.reviews-slider-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #FBFAFA;
}
.reviews-slider-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #FBFAFA;
	transform: translate(-100%, 0);
}
.swiper-viewport-reviews {
	background: transparent !important;
	margin: 0 !important;
}
.swiper-viewport-reviews .big-slider-description {
	width: 800px;
    max-width: 100%;
    text-align: center;
	margin: 0 auto;
}
.swiper-viewport-reviews img {
	display: block;
	margin: 0 auto 44px;
}
.swiper-viewport-reviews .swiper-pager {
	position: absolute;
	left: -2000px;
	opacity: 0;
}
.swiper-viewport-reviews .title {
	font-size: 20px;
	font-weight: 600;
	display: flex;
    width: 400px;
    justify-content: space-between;
    margin: 45px auto 0;
}
.reviews-left,
.reviews-right {
	cursor: pointer;
}

/**/
#horizontal-menu .nav > li,
#horizontal-menu,
header .col-sm-6 {
	position: initial;
}

#horizontal-menu .nsmenu-type-html {
	margin-left: 0 !important;
    width: 100% !important;
    padding-top: 55px !important;
    top: 46px;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0;
}
#horizontal-menu .nsmenu-type-html:after {
	content: '';
	display: block;
	position: absolute;
	left: 99%;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #fff;
}
#horizontal-menu .nsmenu-type-html:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #fff;
	transform: translate(-100%, 0);
}
#horizontal-menu .nsmenu-type-html ul {
	list-style-type: none;

}
#horizontal-menu .nsmenu-type-html ul li {
	padding: 6px 0;
}
#horizontal-menu .nsmenu-type-html ul a {
	color: #181818;
	font-size: 15px;
}
#horizontal-menu .nsmenu-type-html ul a:hover {
	color: #EB5757;
}


#column-left {
	width: 310px;
}
#column-left + #content {
	width: calc(100% - 310px);
}

.category-big-block .grey-line {
	border-top: 1px solid rgba(162, 163, 152, 0.30);
    width: calc(100% - 30px);
    margin: 15px 15px 32px;
}

.sort-block {
	display: flex;
    align-items: center;
    margin: 0 0 0 auto;
	position: relative;
}
.sort-block label {
	padding: 0 0 0 17px !important;
    background: transparent;
    border: none;
    height: initial;
	width: inherit;
    line-height: 30px !important;
    margin-bottom: 0;
	font-weight: 600;
	font-size: 16px !important;
	color: #30302F;
}
.sort-block .jq-selectbox {
	width: 160px;
}

/*categs-menu*/
.categs-menu a.parent {
	font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 12px;
}
.categs-menu a:not(.parent) {
	font-size: 15px;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
	color: #000;
}
.categs-menu a.active:not(.parent){
	font-weight: 600;
}

.pagination>li {
    display: inline-block;
    margin-right: 6px;
}
.pagination > li > * {
	border: 1px solid #E0E0E0;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #30302F;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #000;
    border-color: #000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #000;
}
.pagination > li > a {
	color: #000;
}

#showmore a {
	margin-top: -10px;
    margin-bottom: 30px;
    padding: 16px 35px;
    background: #fff !important;
    border: 1px solid #30302F;
    
	font-size: 16px;
	line-height: 160%;
    color: #30302F;
}
#showmore a:hover {
	background: #30302F !important;
	color: #fff;
}

/* cart */
#cart {
	width: initial;
    margin: 0;
}
#cart .cart-top {
	justify-content: space-between;
    margin-bottom: 30px;
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
    padding-bottom: 30px;
}
#cart .cart-top > div:first-child {
    font-size: 32px;
	font-family: "Grunt Grotesk Variable";
	font-weight: 580;
	color: #30302F;
}
#cart .cart-top > div:last-child a {
	color: #000;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #333;
    line-height: 14px;
    position: relative;
    margin-top: 13px;
	margin-right: 20px;
}
#cart .cart-top > div:last-child a:after {
	content: url("/image/catalog/theme/x.svg");
	position: absolute;
	right: -20px;
	top: 0;
}
#cart .cart-top > div:last-child a:hover {
	border: none;
}
#cart > button {
	background: transparent;
	border: none;
	padding: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart.open:after {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 10;
}
#cart .dropdown-menu {
	background: #E5E5E5;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    border: none;
	top: 0;
    position: fixed;
    right: 0;
    width: 540px;
    min-width: initial;
    padding: 40px 35px 40px 40px;
    margin: 0;
    border-radius: 0;
    height: 100vh;
}
#cart .main-list {
	max-height: 70%;
    overflow: auto;
}
#cart .main-list li {
	border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
}
#cart .main-list li:last-child {
	border-bottom: none;
}
#cart .dropdown-menu:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 38px solid #E5E5E5;
	position: absolute;
	top: -20px;
	right: 20px;
}
#cart .dropdown-menu li p {
	margin: 0 0 8px;
    
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
#cart .col1 {
	width: 100px;
    margin-right: 15px;
    min-width: 100px;
    max-width: 100px;
    position: relative;
    margin-left: 0;
}
#cart .col1 button {
	border: none;
	outline: none;
	background: transparent;
	position: absolute;
	left: -12px;
	top: 0;
	padding: 0;
}

.minicart-footer-list{
    position: absolute;
    bottom: 0;
    background-color: #E5E5E5;
    z-index: 3;
}

#cart .col1 img {
    background-color: unset !important;
	width: 100px;
    padding: 0;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
}
#cart .col2 {
    min-width: 200px;
    max-width: 200px;
}
#cart .col2 a {
    margin-bottom: 4px;
    display: block;
    color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 20px;
	font-style: normal;
	font-weight: 580;
	line-height: 26px;
}
#cart .col2 .model {
	font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A2A398;
}
#cart .col2 .option-item {
	font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
#cart .col2 .option-item span {
	color: #30302F;
}
#cart .col2 .option-item span + span {
	font-size: 12px;
	color: #828282;
	display: block;
}
#cart .col2 .option-item span + span {
	margin-bottom: 15px;
}
#cart .col3 {
	width: 120px;
    min-width: 120px;
    max-width: 120px;
	text-align: right;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
#cart .col3 button {
	display: inline-flex;
    background: transparent;
    border: none;
    outline: none;

    margin-top: 30px;
    padding: 0;
	color: #30302F;
	font-family: "Zlam Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#cart .col3 button img {
    position: relative;
}
#cart .dropdown-menu > li:last-child td {
    
    padding: 32px 0;
	font-size: 24px;
	line-height: 110%;
	color: #30302F;
}
#cart .dropdown-menu > li:last-child .table {
	margin-bottom: 0;
}

.number-spinner-cart {
	width: 110px;
    margin-top: 20px;
}
.number-spinner-cart .input-quantity {
	border: none;
    box-shadow: none;
}
.number-spinner-cart .btn {
	padding: 6px 15px;
}
.number-spinner-cart .form-control[name^=quantity] {
	min-width: 55px;
    line-height: 34px !important;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    border: 1px solid #F4F7F9 !important;
    box-sizing: border-box;
    border-radius: 0 !important;
    background: #F4F7F9;
}

/*.nav-tabs>li>a*/
#product-product .nav-tabs {
	margin-top: 25px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 2px solid rgba(162, 163, 152, 0.20);
}
#product-product .nav-tabs:before {
    content: '';
    display: block;
    width: calc(100vw - 20px);
    height: 100%;
    background: rgba(162, 163, 152, 0.20);
    left: 50%;
    margin-left: calc(10px - 50vw);
    top: 0;
    position: absolute;
    z-index: -1;
}
#product-product .nav-tabs a {
	min-width: 140px;
    text-align: center;
}
.nav-tabs>li>a {
    color: #181818 !important;
    padding: 20px 2px !important;
    background: transparent !important;
    border: none !important;
    margin-right: 35px;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #000 !important;
}

#product-product .tab-pane h2 {
    font-size: 20px;
    color: #30302F;
    margin-bottom: 24px;
}

#tab-description p,
#tab-description ul,
#tab-description ol,
#tab-description div {
	margin-bottom: 15px;
}
#tab-specification .table {
	width: initial;
}
#tab-specification .table td {
	border: none;
	padding: 10px 35px;
}

.tab-content {
	background: transparent;
    padding: 0;
    
    font-size: 14px;
    line-height: 156%;
    color: #333333;
}

/*form-review*/
#form-review {
	display: flex;
	align-items: flex-start;
}
#form-review > div {
	flex: 1 1 auto;
}
#form-review > .form-review-right {
	width: 420px;
    max-width: 420px;
    min-width: 420px;
    background: #F4D1D3;
    border-radius: 0;
    margin-left: 40px;
    padding: 34px 33px 80px;
}
#form-review > .form-review-right h2 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 20px;
}
#form-review .rate-line {
	display: flex;
	justify-content: space-between;
	background: #fff;
    margin: 0 15px;
    width: calc(100% - 30px);
    line-height: 44px;
    border-radius: 0;
    align-items: center;
}
#form-review .rate-line > * {
	margin: 0;
	padding: 0;
}
#form-review .rate-line label {
	font-size: 13px;
    color: #949494;
}
#form-review textarea {
	resize: none;
    height: 110px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#button-review + p {
	margin-top: 24px;
	margin-bottom: 0;
}
#button-review + p a {
	text-decoration: underline;
	color: #000;
}
#button-review + p a:hover {
	text-decoration: none;
}
#form-review .buttons {
	margin-bottom: 0;
}
#review > .table {
    border-radius: 0;
    background: #fff;
}
#review > .table td {
	border: none;
	padding: 20px;
}
#review > .table td strong {
	font-weight: 600;
}
#review > .table td .rating {
	display: inline-block;
    margin-left: 32px;
    position: relative;
    top: -1px;
}
#review > .table tbody > tr:first-child td {
	padding-bottom: 0;
}
#review > .table tbody > tr:last-child td {
	padding-top: 0;
}
#review .rating {
	margin-bottom: 15px;
}

/*stars-rating*/
.stars-rating{margin-top:5px;margin-left:2px}
.stars-rating label{display:block}
.stars-rating .wrap{display: inline-block;top: 5px;position: relative;}
.stars-rating .wrap span{font-size: 18px;line-height: 20px;cursor: pointer;float: left;padding-right: 7px;}
.stars-rating .wrap span:before{content:url("/image/catalog/theme/star-grey.svg")}
.stars-rating .wrap:not([data-rate="0"]) span:before{content:url("/image/catalog/theme/star-grey.svg")}
.stars-rating .wrap:hover span:before{content:url("/image/catalog/theme/star-yellow.svg")}
.stars-rating .wrap:hover span:hover ~ span:before{content:url("/image/catalog/theme/star-grey.svg")}
.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before{content:url("/image/catalog/theme/star-yellow.svg")}

/*cart*/
.cart-page-block > .flex {
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
    padding: 30px 0;
}
.cart-page-block > .flex:last-child {
	border-bottom: none;
}
.cart-page-block > .flex > div {
	flex: 1 1 auto;
}
.cart-page-block .col1 {
	width: 170px;
	margin-right: 30px;
	min-width: 170px;
	max-width: 170px;
	position: relative;
	flex: 1 1 170px;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	overflow: hidden;
}
.cart-page-block .col1 img {
	border: none;
    padding: 0px;
    border-radius: 0;
	background: transparent;
}
.cart-page-block .col1 button,
.cart-page-block .col1 button img {
	background: transparent;
    padding: 0 !important;
    border: none;
}
.cart-page-block .col1 button {
	position: absolute;
	left: -8px;
    top: -10px;
}
.cart-page-block .col2 a {
	font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #30302F;
    display: block;
}
.cart-page-block .col2 {
	margin-right: 30px;
}
.cart-page-block .col2 .model {
	margin-bottom: 24px;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A2A398;
}
.cart-page-block .col2 .option-item {
	color: #30302F;
    
    font-size: 16px;
    line-height: 160%;
}
.cart-page-block .col2 .option-item span {
	font-weight: 600;
}
.cart-page-block .col2 .option-item span + span {
	margin-bottom: 15px;
}
.cart-page-block .col2 .category-title {
	
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}

.cart-page-block .col3 {
	width: 100px;
    min-width: 100px;
    max-width: 100px;
    flex: 1 1 100px;
    text-align: right;
    font-size: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 20px;
	font-style: normal;
	font-weight: 580;
	line-height: 26px;
}
.cart-page-block .col3 button {
	display: flex;
    background: transparent;
    border: none;
    outline: none;

	margin-top: 30px;
	align-items: center;
    
    font-size: 16px;
    line-height: 160%;
	color: #30302F;
	font-family: "Zlam Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.cart-page-block .col3 button img {
	position: relative;
    margin-left: 7px;
}


/*.cart-page-block-top*/
.cart-page-block-top h1 {
	font-size: 24px;
    font-weight: 600;
	margin: 0;
	display: flex;
    align-items: center;
}
.cart-page-block-top h1 span {
	color: #828282;
	font-size: 18px;
	font-weight: normal;
	margin-left: 20px;
}
.cart-page-block-top {
	justify-content: space-between;
	align-items: center;
    padding-bottom: 32px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(162, 163, 152, 0.30);
    margin-bottom: 10px;
}
.cart-page-block-top > div:first-child {
	display: flex;
	align-items: center;
}
.cart-page-block-top > a {
	font-weight: 500;
    font-size: 14px;
    color: #30302F;
    padding-bottom: 3px;
    border-bottom: 1px solid #30302F;
}
.cart-page-block-top h1 {
	
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
}
.cart-page-block-top h1 + span {
	
	font-size: 32px;
	line-height: 110%;
	color: #8C8C8C;
	margin-left: 15px;
}


#checkout-cart #content {
    min-height: 400px;
}

/*cart-grey-block*/
.cart-grey-block {
	padding: 40px;
    margin-top: 20px;
    box-sizing: border-box;
    margin-bottom: 100px;
    background: rgba(162, 163, 152, 0.20);
}
.cart-grey-block .title {
	font-size: 32px;
	margin-bottom: 30px;
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 26px;
	font-style: normal;
	font-weight: 580;
	line-height: 40px;
}
.cart-grey-block .title + table {
	margin-bottom: 0;
}
.cart-grey-block td {
	border: none !important;
	
    font-size: 16px;
    line-height: 160%;
	padding: 16px 0 !important;
	vertical-align: middle !important;
}
.cart-grey-block tr.total {
	border-top: 1px solid rgba(162, 163, 152, 0.30);
}
.cart-grey-block tr.total td {
	border-top: 1px solid rgba(162, 163, 152, 0.30);
}
.cart-grey-block tr .text-right {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #30302F;
}
.cart-grey-block tr.total .text-right {
    text-align: right;
	color: #30302F;
	text-align: right;
	font-family: "Grunt Grotesk Variable";
	font-size: 32px;
	font-style: normal;
	font-weight: 580;
	line-height: 40px;
}

.cart-grey-block .small {
	
	font-size: 12px;
	line-height: 100%;
	color: #30302F;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #E0E0E0;
}
.cart-grey-block div a {
	width: 100%;
    padding: 15px 35px;
    margin-top: 16px;
    
    font-size: 16px;
    line-height: 160%;
}
.cart-grey-block div > a:first-child {
	color: #FFFFFF;
	background: #30302F;
    border: 1px solid #30302F;
}

.cart-grey-block div + p {
	display: block;
    padding-left: 20px;
    position: relative;
    margin-top: 24px;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #30302F;
}
.cart-grey-block div + p:before {
	content: url(/image/catalog/theme/new/ico-info.svg);
    position: absolute;
    margin-right: 10px;
    top: 1px;
    left: 0;
}

.checkout-shop-link {
	position: relative;
	display: none !important;
	font-size: 16px;
    color: #222222;
    border-bottom: 1px solid #222222;
    line-height: 16px;
	margin-left: 15px;
}
.checkout-shop-link:hover {
	border-bottom: none;
}
.checkout-shop-link:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: url("/catalog/view/theme/default/image/zoo/cart/checkout-shop-link.png");
}

.main-thumbnail {
	border: none;
    padding: 0;
}
.main-thumbnail img {
	background: #F4F4F4;
    padding: 50px;
}

#product-product h1 {
	margin-top: 0;
    
	font-size: 32px;
    line-height: 130%;
    color: #30302F;
	margin-bottom: 0;
	padding-right: 35px;
	font-weight: 580;
	font-family: "Grunt Grotesk Variable";
}
.product-brand-img {
	position: absolute;
    right: 0;
    top: 1px;
}
.product-sku {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #A2A398;
	margin-bottom: 10px;
}
#product-product #content .rating span {
	color: #7E7E7E;
    font-size: 12px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
#product-product #content .rating {
	margin-bottom: 25px;
}

#product .radio {
	display: inline-block;
	margin-right: 5px;
}
#product .radio input {
	position: absolute;
	opacity: 0;
	left: -2000px;
}
#product .radio label {
	min-width: 50px;
    text-align: center;
    border: 1px solid #000;
    padding: 0;
    border-radius: 108px;
    font-weight: normal;
    font-size: 12px;
    color: #30302F;
    padding: 0 15px;
}
#product .radio.q0 label {
	border: 1px solid #D1D1D1;
	color: #D1D1D1;
}
#product .radio.active label {
	border: 1px solid #EB5757;
	color: #EB5757;
}

#product .text-danger {
	font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #EB5757;
    margin-bottom: 20px;
}
#product .price-big span {
	font-size: 32px;
	font-weight: bold;
}
#button-cart {
	padding: 16px 5px 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #30302F;
    border: 1px solid #30302F;
    
    font-size: 16px;
}
#button-cart:hover {
	background: #fff;
    border: 1px solid #30302F;
    color: #30302F;
}

.product-right {
	padding-left: 15px;
}
.product-right .short-description {
	margin-bottom: 24px;

	color: #A2A398;
	font-family: "Grunt Grotesk Variable";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

.product-grey-block {
	padding: 25px 30px;
    background: #F4F4F4;
}
.product-grey-block .flex {
	justify-content: space-between;
	align-items: center;
}
.product-grey-block .flex > div {
	flex: 1 1 auto;
}
.product-grey-block .flex > div:last-child {
	flex: 1 1 180px;
	max-width: 180px;
	width: 180px;
}
.product-grey-block ul {
	margin: 0;
}

.attributes-top {
	margin-top: 24px;
}
.attributes-top > div {
	margin-bottom: 15px;
	font-size: 16px;
}
.attributes-top > div:nth-last-child(2) {
	margin-bottom: 24px;
}
.attributes-top > div > span {
	font-weight: 500;
	font-size: 16px;
}
.attributes-top .input-quantity {
	float: none;
    width: 100% !important;
    height: 46px !important;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 7px;
    border: 1px solid #30302F !important;
    box-sizing: border-box;
    border-radius: 108px !important;
    font-size: 14px;
    line-height: 17px;
    color: #30302F;
}

#product > div.form-group > label {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #30302F;
}

.one-click-block {
	margin-bottom: 22px;
}
.one-click-block > div:first-child {
	margin-right: 12px;
}
.one-click-block input {
	width: 100%;
	border: 1px solid #000;
	line-height: 56px;
	padding: 0 24px;
	font-size: 13px;
	background: transparent;
}
.one-click-block button {
	padding: 0 15px;
	line-height: 58px;
	width: 100%;
    color: #000;
}
input[name="quantity"] {
	line-height: 34px !important;
    width: 40px !important;
    height: 34px !important;
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
    outline: none !important;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    box-shadow: none;
}

.number-spinner,
.number-spinner-cart {
	position: relative;
	display: block;
}
.number-spinner .input-group-btn,
.number-spinner-cart .input-group-btn {
	position: absolute !important;
	right: 17px;
    top: 15px;
    z-index: 3;
    width: initial;
}
.number-spinner > .input-group-btn:first-child,
.number-spinner-cart > .input-group-btn:first-child {
	top: 15px;
    right: initial;
    left: 17px;
}
.number-spinner button,
.number-spinner-cart button {
	padding: 0 !important;
    color: #fff !important;
	background: transparent !important;
    display: block;
    width: 16px;
    text-align: center;
    line-height: 12px;
	cursor: pointer;
	font-size: 10px;
}
#cart .number-spinner-cart .input-group-btn,
.cart-page-block .number-spinner-cart .input-group-btn {
    top: 12px;
}
.table_size_link {
	border-bottom: 1px solid #30302F;
	color: #A2A398;
	display: inline-block;
	color: #30302F;
	font-family: "Zlam Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.table_size_link:hover {
	color: #30302F;
	border-color: transparent;
}

.related-carousel-wrap {
	margin-top: 75px;
}

.looked-carousel-wrap {
	margin-top: 100px;
}

.slider-nav {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.slick-slide img {
    max-width: 100%;
	padding: 5px;
}
.slider-nav img {
    box-sizing: border-box;
}
.slider-nav .slick-current img {
	border: 1px solid #000;
}

.slick-slider > .slick-arrow:last-child {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 2;
	width: initial;
}
.slick-slider > .slick-arrow:first-child {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 2;
	width: initial;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border: 1px solid #E0E0E0;
}
.slider-for .thumbnail img {
	/*padding: 35px;*/
	padding: 0px;
}

.form-feedback {
	width: 520px;
    max-width: 100%;
    float: right;
}

#information-information #content .form-feedback h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-feedback label {
	
    font-size: 12px;
    line-height: 15px;
    color: #30302F;
}
.form-feedback .form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-feedback button {
	width: 100%;
    padding: 16px 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 25px;
}
.form-feedback input.error + span {
	color: #EB5757;
    font-size: 11px;
    margin-top: 1px;
    line-height: 17px;
    position: absolute;
}
.form-feedback > .flex {
	justify-content: space-between;
    align-items: center;
	margin-top: 40px;
}
.form-feedback > .flex p {
	
    font-size: 12px;
    line-height: 130%;
    color: #333333;
    display: block;
    width: 310px;
    max-width: 100%;
	margin-bottom: 0;
}
.form-feedback > .flex p a {
	display: inline-block;
	border-bottom: 1px solid #333333;
}

.form-feedback.form-feedback2 {
	float: none;
	width: 690px;
}
.form-feedback.form-feedback2 > .flex {
	margin-top: 0;
}
.form-feedback.form-feedback2 > .flex > div {
	margin-right: 24px;
	width: 100%;
}

#information-information #content > .flex {
	position: relative;
}

#information-information #content h1 {
	
	font-size: 32px;
	line-height: 130%;
	padding-bottom: 24px;
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
}

.info-tab {
	padding: 16px;
	background: rgba(162, 163, 152, 0.20);
	margin-bottom: 24px;
}
.info-tab > h2 {
	position: relative;
	font-size: 20px;
	line-height: 160%;
	margin: 0;
	cursor: pointer;
}
.info-tab > h2:after {
	content: url("/image/catalog/theme/new/ico-tab.svg");
	position: absolute;
	top: 2px;
    right: 0;
}
.info-tab.active > h2:after {
	transform: rotate(180deg);
	top: -8px;
}
.info-tab:not(.active) > h2 ~ * {
	display: none;
}

.info-tab > h2 + * {
	margin-top: 24px;
}
.info-tab a {
	text-decoration: underline;
}

.flex-delivery > div {
	border: 1px solid #F2F2F2;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 25px;
}
.flex-delivery > div .title {
	font-size: 15px;
	font-weight: 600;
	color: #181818;
	margin-bottom: 20px;
	padding-left: 45px;
	display: block;
	position: relative;
}
.flex-delivery > div .title.title1:before {
	content: url("/image/catalog/theme/deliv1.svg");
	position: absolute;
	left: 0;
	top: -5px;
}
.flex-delivery > div .title.title2:before {
	content: url("/image/catalog/theme/deliv2.svg");
	position: absolute;
	left: 0;
}
.flex-delivery > div .title.title3:before {
	content: url("/image/catalog/theme/deliv3.svg");
	position: absolute;
	left: 0;
}
.flex-delivery > div .title.title4:before {
	content: url("/image/catalog/theme/deliv4.svg");
	position: absolute;
	left: 0;
}

#error-not-found #content > img {
	position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
#error-not-found #content h1 {
	margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 580;
    font-size: 16px;
    line-height: 100%;
    color: #30302F;
	font-family: "Grunt Grotesk Variable";
}
#error-not-found #content h1 + p {
	display: block;
    margin: 0 auto 25px;

    width: 420px;
	color: #30302F;
	text-align: center;
	font-family: "Zlam Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
#error-not-found .buttons .btn-primary {
	padding: 15px 54px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

#content.simple-page h1 {
	font-size: 24px;
    margin-bottom: 20px;
}
#simplecheckout_customer .checkout-heading {

}
#simplecheckout_shipping .checkout-heading,
#simplecheckout_payment .checkout-heading,
#simplecheckout_shipping_address .checkout-heading,
#simplecheckout_payment_address .checkout-heading,
#simplecheckout_customer .checkout-heading span {
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 20px;
	font-style: normal;
	font-weight: 580;
	line-height: 26px;
}
.form-horizontal .control-label {
	margin-bottom: 3px;
    
    line-height: 15px;
    font-size: 12px;
}
.row-shipping_address_zone_id {
	z-index: 4;
	position: relative;
}

.acc-menu {
    border-radius: 0;
}
.acc-menu ul {
	list-style-type: none;
    padding: 0;
	margin-bottom: 0;
}
.acc-menu ul .title {
	padding: 23px 0 23px 30px;
	margin-bottom: 0;
    position: relative;
    line-height: 110%;
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 20px;
	font-style: normal;
	font-weight: 580;
}

.acc-menu ul .title.acc:before {
	content: url("/image/catalog/hospitallers/icon-user.svg");
	position: absolute;
	left: 0;
	top: 19px;
}
.acc-menu ul .title.orders:before {
	content: url("/image/catalog/hospitallers/icon-cart.svg");
	position: absolute;
	left: 0;
	top: 21px;
}
.acc-menu ul a {
    display: block;
	
	font-size: 14px;
	line-height: 17px;
	color: #30302F;
}
.acc-menu ul a:hover {
	color: #000;
}
.acc-menu > ul:first-child {
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
	padding-bottom: 24px;
}
.acc-menu ul li > a {
	color: #30302F;
	margin-bottom: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.acc-menu ul li > a.active {
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 16px;
	font-style: normal;
	font-weight: 580;
	line-height: 120%;
}
.acc-menu ul li > a.active:before {
	content: '—';
	margin-right: 6px;
}
.acc-menu ul .title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-transform: uppercase;
    color: #30302F;
}
.acc-menu > ul + ul + ul {
	margin-bottom: 40px;
}
.acc-menu > ul + ul + ul {
	border-bottom: 1px solid #E0E0E0;
}

.acc-menu > a.logout {
    display: block;
    width: 100%;
}

div[id*="account-"] #column-ble tr.oi-1 .title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.order-list-table tr.oi-1 .title ~ .title {
	margin-top: 24px;
}

.order-list-table tr.oi-2 {
	background: #F9F9F9;
	padding: 24px;
}
.order-list-table tr.oi-2 img {
	margin-right: 10px;
}
.order-list-table tr.oi-2 td {
	background: transparent !important;
}
.order-list-table tr.oi-2.header {
	margin-top: 16px;
	padding-bottom: 0;
}
.order-list-table tr.oi-2.header > td {
	border: none;
}
.order-list-table tr.oi-2.footer {
	padding-top: 0;
}
.order-list-table tr.oi-2:not(.header):not(.footer) {
	padding-top: 0;
	padding-bottom: 0;
}
.order-list-table tr.oi-2:not(.header):not(.footer) td {
	font-weight: 600;
}

.order-list-table tr.oi-2 > td {
    display: block;
    flex: 1 1 16.7%;
    width: 16.7%;
    max-width: 16.7%;
    min-width: 16.7%;
	padding: 15px 5px !important;
}
.order-list-table tr.oi-2 > td:first-child {
	flex: 1 1 33%;
    width: 33%;
    max-width: 33%;
    min-width: 33%;
	font-size: 14px;
}
.order-list-table tr.oi-2.footer > td:first-child {
	flex: 1 1 66%;
    width: 66%;
    max-width: 66%;
    min-width: 66%;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	padding-right: 40px !important;
}
.order-list-table tr.oi-2.footer > td:last-child {
	flex: 1 1 34%;
    width: 34%;
    max-width: 34%;
    min-width: 34%;
	font-weight: bold;
	font-size: 20px;
}
.order-list-table tr.oi-2.footer > td right: 15px !important;
	margin-left: 0 !important;
}
.row-edit_lastname,
.row-edit_telephone {
    margin-right: 0px !important;
}
.row-edit_email {
	clear: both;
}

.address-btns a {
    display: block;
	margin-bottom: 7px;
}
.address-btns .edit:before {
	content: url("/image/catalog/hospitallers/icon-edit.svg");
	position: relative;
	margin-right: 10px;
	top: 5px;
}
.address-btns .remove:before {
	content: url("/image/catalog/hospitallers/icon-delete.svg");
	position: relative;
	margin-right: 10px;
	top: 5px;
}
#account-address #content td {
	padding: 25px 0;
	color: #30302F;
	font-family: "Zlam Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.order-list-table {
	overflow: hidden;
}
.order-list-table .btn-primary {
	font-size: 12px;
	padding: 0;
	line-height: 32px;
	float: right;
	margin-right: 3px;
	padding: 0;
	background: transparent !important;
	border: none;
	height: 25px;
	box-shadow: none;
}
.order-list-table tr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.order-list-table tr > td {
	display: block;
	flex: 1 1 16.7%;
	width: 16.7%;
	max-width: 16.7%;
	min-width: 16.7%;
	padding: 20px 0 !important;
 }
.order-list-table thead tr > td {
	color: #A2A398;
	font-family: "Grunt Grotesk Variable";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

#simpleaddress .jq-selectbox__trigger-arrow:after {
    top: 3px;
}

.order-list-table tr.oi-1,
.order-list-table tr.oi-2 {
	display: none;
}
.order-list-table tr.oi-1.active,
.order-list-table tr.oi-2.active {
	display: flex;
}

.order-list-table tr.oi-1 {
	background: rgba(162, 163, 152, 0.20);
	padding: 10px 24px;
}
.order-list-table tr.oi-1 > td {
	flex: 1 1 50%;
	width: 50%;
	min-width: 50%;
	border: none;
	background: transparent !important;
}
.order-list-table tr.oi-1 .title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	color: #30302F;
	font-family: "Grunt Grotesk Variable";
	font-size: 16px;
	font-style: normal;
	font-weight: 580;
	line-height: 120%;
}
.order-list-table tr.oi-1 .title ~ .title {
	margin-top: 24px;
}

.order-list-table tr.oi-2 {
	background: rgba(162, 163, 152, 0.20);
	padding: 24px;
}
.order-list-table tr.oi-2 img {
	margin-right: 10px;
}
.order-list-table tr.oi-2 td {
	background: transparent !important;
}
.order-list-table tr.oi-2.header {
	margin-top: 16px;
	padding-bottom: 0;
}
.order-list-table tr.oi-2.header > td {
	border: none;
}
.order-list-table tr.oi-2.footer {
	padding-top: 0;
}
.order-list-table tr.oi-2:not(.header):not(.footer) {
	padding-top: 0;
	padding-bottom: 0;
}
.order-list-table tr.oi-2:not(.header):not(.footer) td {
	font-weight: 600;
}

.order-list-table tr.oi-2 > td {
    display: block;
    flex: 1 1 16.7%;
    width: 16.7%;
    max-width: 16.7%;
    min-width: 16.7%;
	padding: 15px 5px !important;
}
.order-list-table tr.oi-2 > td:first-child {
	flex: 1 1 33%;
    width: 33%;
    max-width: 33%;
    min-width: 33%;
	font-size: 14px;
}
.order-list-table tr.oi-2.footer > td:first-child {
	flex: 1 1 66%;
    width: 66%;
    max-width: 66%;
    min-width: 66%;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	padding-right: 40px !important;
}
.order-list-table tr.oi-2.footer > td:last-child {
	flex: 1 1 34%;
    width: 34%;
    max-width: 34%;
    min-width: 34%;
	font-weight: bold;
	font-size: 20px;
}
.order-list-table tr.oi-2.footer > td {
	padding-bottom: 0 !important;
}
.order-list-table tr.oi-2 .btn-primary {
	margin-bottom: 0 !important;
	font-size: 10px;
}
.order-list-table tr.oi-2 p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}
#account-wishlist .product-thumb {
	overflow: visible;
}
#account-wishlist .remove-wishlist {
	position: absolute;
    top: 0px;
    right: 0px;
	z-index: 2;
}


.flex-footer .soc-block {
	margin-top: 20px;
}
.flex-footer .soc-block a {
    margin-right: 16px;
}

.inst-product {
	margin-top: 32px;
}
.inst-product span {
	margin-left: 24px;
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}
.inst-product a:hover span {
	text-decoration: none;
}

.sticker-rectangle ~ div{display:none!important}
.sticker-rectangle > div{
	text-shadow: none!important;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #30302F;
}
.sticker-catalog.sticker-right{width:100%}
.sticker-rectangle {
	min-width: initial!important;
	width: initial !important;
    margin-left: 16px !important;
    margin-top: 16px !important;
    border: none;
    border-radius: 0 !important;
    text-shadow: none !important;
    background: #fff;
    padding: 11px 7px;
}
.sticker-catalog > div:first-child {margin-top: 5px}

#product-product .sticker-product {
	margin-left: 10px;
}

.product-thumb .hover-image{
	display: none !important;
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-thumb:hover .hover-image{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.simplecheckout-step:after {
    content: '';
    display: block;
    clear: both;
}
.simplecheckout-right-column {
	position: sticky;
    top: 20px;
}

html.vis, html.vis body {
    overflow-x: visible;
}

.simplecheckout-cart .col2 {
	width: 100%;
}
.simplecheckout-cart .col2 > .flex > div:nth-child(2) {
	width: 50px;
    max-width: 50px;
}
.simplecheckout-cart .col2 .option-item {
	margin-bottom: 10px;
}

.simplecheckout-cart .col2 .option-item span {
	margin-bottom: 0 !important;
}
.simplecheckout-cart .col1 {
	position: relative;
}
.simplecheckout-cart .col1 button {
	background: transparent;
    padding: 0 !important;
    border: none;
    position: absolute;
    left: -8px;
    top: -10px;
}
#simplecheckout_cart .table-responsive {
	overflow: visible;
}

.product-thumb .caption .options-category {
	display: none;
}

.categ-banner {
	display: block;
    max-width: 100%;
	background: #f4f4f4;
    text-align: center;
}
.categ-banner p {
	font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #000000;
    position: absolute;
    left: 50px;
    top: 35px;
}
.categ-banner img {
	max-width: 100%;
}
.categ-banner span {
	position: absolute;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	left: 50px;
    top: 80px;
}
.categ-banner span:before {
	content: url("/image/catalog/theme/instagram-sketched.svg");
	margin-right: 10px;
	position: relative;
	top: 4px;
}


#column-right-my .post-pict img {
	min-width: 270px;
	padding: 0;
}
#column-right-my .slick-slide {
	min-width: 270px;
}

#modal-insta .close {
    font-size: 30px;
    font-family: inherit;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    right: 20px;
    position: absolute;
    top: 10px;
}
.simplecheckout-coupon-block input.error {
	border: 1px solid #ff0009;
}

#account-login #content .well {
	min-height: 350px;
	position: relative;
    padding-bottom: 85px;
}
#account-login #content .well h2 {
	margin: 10px 0 15px;
}
#account-login #content .well .btn-primary {
	margin-top: 10px;
	position: absolute;
    bottom: 25px;
}

#modal-preorder .modal-dialog {
	width: 700px;
	max-width: calc(100% - 20px);
}
#modal-preorder .error.active {
	color: #EB5757;
    font-size: 11px;
}
#modal-preorder .preorder-title {
	margin-bottom: 0;
}
#modal-preorder .close {
	color: #000;
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}

#simplecheckout_payment .payment-info {
	border: none;
    background: #F4D1D3;
    border-radius: 0;
    padding: 15px 22px;
    margin: 0 15px;
}

/*bestseller-carousel-wrap*/
.bestseller-home-block {
	position: relative;
	z-index: 1;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.bestseller-home-block .grey {
	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
}
.bestseller-home-block .title {
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
	margin-top: 24px;
	margin-bottom: 32px;
}
.bestseller-home-block .title + p {
	font-weight: normal;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}
.bestseller-home-block .flex3 > div:nth-child(2) {
	text-align: center;
}
.bestseller-home-block .flex3 > div:last-child p {
	margin-top: 60px;
	font-weight: normal;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}


.bestseller-carousel-wrap {
	position: relative;
	z-index: 1;
	margin-top: 75px;
}

.bestseller-carousel-wrap.products-carousel5 .product-thumb .price,
.bestseller-carousel-wrap.products-carousel5 .product-thumb .category-title,
.bestseller-carousel-wrap.products-carousel5 .product-thumb a {
	color: #fff;
}
.bestseller-carousel-wrap.products-carousel5 .product-thumb .btn-primary {
	background: #FFFFFF !important;
	color: #000;
}
.bestseller-carousel-wrap.products-carousel5 .product-thumb:hover {
    background: #333333;
}

.bestseller-carousel-wrap .nav-carousel {
	top: 75px;
    bottom: initial;
}

.latest-blog-carousel-wrap {
	margin-top: 75px;
}
.latest-blog-carousel-wrap .information-thumb {
	margin: 0 15px;
    padding: 0;
    border: none;
	background: transparent;
}
.latest-blog-carousel-wrap .information-thumb .grey {
	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
}
.latest-blog-carousel-wrap .information-thumb .grey + .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
	margin-top: 24px;
	margin-bottom: 32px;
}
.latest-blog-carousel-wrap .information-thumb .grey + .title + p {
	
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}
.latest-blog-carousel-wrap .information-thumb .grey + .title + p + a {
	margin-top: 30px;
}
.latest-blog-carousel-wrap .information-thumb2 .caption {
	padding: 0;
}
.latest-blog-carousel-wrap .information-thumb2 .caption > ul {
	margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
.latest-blog-carousel-wrap .information-thumb2 .title a {
	color: #30302F;
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
}

.seo-text {
	padding: 75px 0 100px;
	display: flex;
	justify-content: space-between;
}
.seo-text .title {
    margin-right: 10px;
    margin-bottom: 15px;
    
    font-size: 32px;
    line-height: 130%;
    color: #30302F;
}
.seo-text .title + div {
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #30302F;
	width: 850px;
	max-width: 100%;
	max-height: 190px;
	overflow: auto;
}

.seo-text .title + div::-webkit-scrollbar {
	width: 5px;
}
.seo-text .title + div::-webkit-scrollbar-track {
	background: #f7f7f7;
}
.seo-text .title + div::-webkit-scrollbar-thumb {
	background-color: #30302F;
	border-radius: 20px;
}

.seo-text .title + div p,
.seo-text .title + div ul,
.seo-text .title + div ol {
	margin-bottom: 15px;
}

#section-subscribe {
    padding: 40px 0;
	margin-top: 100px;
}
#section-subscribe .flex2 {
	justify-content: space-between;
	align-items: center;
}
#section-subscribe .flex2:after,
#section-subscribe .flex2:before {
	display: none;
}

.home-telemag-a {
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: inline-block;
    padding-bottom: 3px;
	border-bottom: 1px solid #30302F;
	margin-top: 45px;
}
/*.home-telemag2 > div:nth-child(2) a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: inline-block;
    padding-bottom: 3px;
	border-bottom: 1px solid #30302F;
	margin-top: 45px;
}*/

.top-banner {
	max-width: 100%;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 25px;
	height: 220px;
	background-size: cover;
}

.button-wishlist,
.button-1click {
    font-size: 16px;
    line-height: 160%;
    color: #30302F;
    margin-top: 25px;
    display: inline-block;
}
.button-wishlist:before {
	content: url("/image/catalog/hospitallers/icon-wishlist.svg");
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.advantages {
	margin-bottom: 12px;
}
.advantages .flex {
	align-items: center;
	justify-content: flex-start;
	margin-right: 25px;
}
.advantages img {
	padding: 12px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	margin-right: 15px;
}
.advantages span {
	display: block;
	
	font-size: 14px;
	line-height: 156%;
	color: #30302F;
}

.related-carousel-wrap .nav-carousel {
	top: 30px;
    bottom: initial;
}
.related-carousel-wrap .grey {
	
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}

#common-home .bestseller-carousel-wrap .grey,
#common-home .bestseller-carousel-wrap .module-title {
	display: none !important;
}
#checkout-cart .bestseller-carousel-wrap .owl-stage-outer {
	overflow: hidden !important;
}
#checkout-cart .bestseller-carousel-wrap {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid #E0E0E0;
}
#checkout-cart .bestseller-carousel-wrap:before {
	display: none;
}
#checkout-cart .bestseller-carousel-wrap .grey {
    
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}
#checkout-cart .bestseller-carousel-wrap .nav-carousel {
	top: 105px;
}

.cart-btns .btn-primary {
	width: 100%;
    margin-bottom: 25px;
    background: #30302F;
    color: #fff;
    
    font-size: 16px;
    line-height: 160%;
}
.cart-btns .btn-primary + a {
	font-size: 14px;
	line-height: 110%;
	display: inline-block;
}
.cart-btns .btn-primary + a:hover {
	border-bottom: none;
}

.about-line1 {
	height: 560px;
	background: url("/image/catalog/theme/about/img1.png") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.about-line1 p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 64px;
	line-height: 105%;
	text-align: center;
	color: #FFFFFF;
}

.about-line2 {
	margin-top: 100px;
	font-style: normal;
    
    font-size: 14px;
    line-height: 156%;
    color: #333333;
}
.about-line2 > div:nth-child(2) {
    padding-left: 70px;
}
.about-line2 > div:last-child {
    padding: 150px 0 0 100px;
}
.about-line2 .title {
    margin-top: 22px;
	font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
    margin-bottom: 30px;
}
.about-line2 .grey {
	margin-top: 60px;
    
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}

.about-line3 {
	margin-top: 100px;
}
.about-line3 .grey {
	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
}
.about-line3 .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
	margin-top: 24px;
	margin-bottom: 32px;
}
.about-line3 .title + p {
	font-weight: normal;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}
.about-line3 > div:nth-child(2) {
	text-align: center;
}
.about-line3 > div:last-child p {
	margin-top: 60px;
	font-weight: normal;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}

.grey-girl {
    position: relative;
}
.grey-girl:before {
    content: '';
    display: block;
    width: 3000px;
    height: 100%;
    background: #F2F2F2;
    left: 50%;
    margin-left: -1500px;
    top: 0;
    position: absolute;
    z-index: -1;
}

.information-information7 h1 + .flex > div {
    max-width: 25%;
	flex: 1 1 25%;
}

.information-information7 .grey {
	
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
}
.information-information7 .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #30302F;
	margin-top: 20px;
	margin-bottom: 30px;
}

.information-information7 .abs-img {
    position: absolute;
    left: 225px;
    top: 100px;
}
.cblock a {
	
	font-size: 16px;
	line-height: 160%;
	color: #30302F;
}
.cblock .ctitle {
	font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A2A398;
	margin-bottom: 16px;
}
.cblock .soc-block img {
	filter: brightness(0);
}
.cblock .ctitle + .flex:not(.soc-block) {
	justify-content: space-between;
}
.cblock .ctitle + .flex.soc-block {
	justify-content: flex-start;
}

#information-information #content .flex2 {
	flex-wrap: wrap;
}
#information-information #content .flex2 > div {
	max-width: 100%;
	width: 100%;
	flex: 1 1 100%;
}
#information-information.information-information15 #content .flex2 > div {
	max-width: 50%;
	width: 50%;
	flex: 1 1 50%;
}

.caddress a {
	font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #30302F;
    color: #30302F;
}

.span404 {
	font-weight: 600;
    font-size: 60px;
    margin-top: 50px;
	display: block;
    margin-bottom: 20px;
    line-height: 1;
}

.info-h1 {
	font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
    margin-bottom: 30px;
    margin-top: 35px;
}
.main-linfo > div:first-child ul {
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-transform: uppercase;
    color: #30302F;
}
.main-linfo > div:first-child ul li {
	padding: 24px 0;
    border-top: 1px solid #E0E0E0;
}
.main-linfo > div:first-child ul > li:last-child {
	border-bottom: 1px solid #E0E0E0;
}
.il-description {
	border: 1px solid #E0E0E0;
    box-sizing: border-box;
    padding: 40px 30px;
    font-style: normal;
    
    font-size: 14px;
    line-height: 156%;
    color: #333333;
}
.il-description h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #30302F;
	margin-bottom: 24px;
}
.il-description h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #30302F;
	margin-top: 30px;
	margin-bottom: 15px;
}
.il-description p,
.il-description ul,
.il-description ol {
	margin-bottom: 15px;
}

#product-search .sort-block {
	top: 0;
}

.news-item {
	margin-bottom: 64px;
}
.news-item .flex {
	justify-content: space-between;
}
.news-item .flex p {
	margin-top: 15px;
    margin-bottom: 15px;
	
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
.news-item .flex + a {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #30302F;
}
.top-news {
	display: flex;
    justify-content: space-between;
	align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 50px;
}
.category-top-menu {
	list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	position: relative;
	top: 5px;
}
.category-top-menu a {
	
    font-size: 12px;
    line-height: 100%;
    padding: 7px 12px;
    margin-left: 8px;
}

.blog-item #content {
	width: 67%;
}
.blog-item #content h1 {
	margin-bottom: 7px !important;
}
.blog-item .category-title {
	font-weight: normal;
	font-size: 12px;
	line-height: 11px;
	color: #8C8C8C;
	margin-bottom: 37px;
}
.blog-item .category-title + img {
	margin-bottom: 45px;
	max-width: 100%;
}
.blog-item .blog-item-description {
    
    font-size: 16px;
    line-height: 160%;
    color: #333333;
}
.blog-item .blog-item-description p,
.blog-item .blog-item-description ul,
.blog-item .blog-item-description ol {
	margin-bottom: 15px;
}
.blog-item #column-right {
	width: 33%;
}
.blog-item #column-right h3 {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #30302F;
	margin-bottom: 24px;
}
.blog-item #column-right .thumbnail {
    border: none;
    padding: 0;
}
.blog-item #column-right .caption {
	padding: 0;
}
.blog-item #column-right .caption .title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #30302F;
	margin-top: 15px;
}
.blog-item #column-right .caption .description {
	
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}
.blog-item #column-right .information-thumb {
	margin-bottom: 40px;
}
.blog-item-soc {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.blog-item-soc img {
	filter: brightness(0);
}
.blog-item-soc span {
	font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #30302F;
}
.blog-item-soc .soc-block {
	justify-content: flex-start;
}
.blog-item-soc .soc-block a {
    margin-left: 10px;
}

.home-categs img,
.main-img,
.home-telemag + img,
.news-item img,
.about-line1 img,
.about-line2 img,
.about-line3 img,
.about-line4 img,
.about-line5 img,
.home-telemag img,
.bestseller-home-block img {
	max-width: 100%;
}
.home-categs.line2 > div,
.home-categs.line1 > div:first-child {
	margin-right: 30px;
}
.home-categs.line2 > div:last-child {
	margin-right: 0;
}

#error-msg {
	position: absolute;
    font-weight: normal;
    font-size: 10px;
    line-height: 160%;
    color: #EB5757;
    margin-top: 3px;
}
#error-msg.active:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.top-icons > ul a {
	cursor: pointer;
}

/*login-registration-popup*/
.login-registration-popup .modal-dialog {
	width: 1100px;
	max-width: 100%;
}
.login-registration-popup .modal-content {
	padding: 0;
}
.login-registration-popup .modal-body {
    text-align: left;
}
.login-registration-popup .modal-body > .flex2 {
	align-items: stretch;
}
.login-registration-popup .modal-body > .flex2 > div {
	padding: 75px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.login-registration-popup .modal-body > .flex2 > div:after {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 150px);
	position: absolute;
	left: 0;
	top: 75px;
	background: #E0E0E0;
}
.login-registration-popup .title {
	font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
    margin-bottom: 30px;
}
.login-registration-popup .close {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	filter: brightness(0);
}
.login-registration-popup .alert .close {
	top: 8px;
	filter: none;
}
.login-registration-popup .btn-primary,
.login-registration-popup .btn-default {
	margin-top: 20px;
	width: 100%;
	font-size: 16px !important;
	text-decoration: none !important;
}
.login-registration-popup form {
	margin-top: 20px;
	width: 100%;
}
.login-registration-popup form .form-group {
	position: relative;
}
.login-registration-popup form .form-group .pass-show {
	position: absolute;
	top: 28px;
    right: 14px;
    font-size: 12px;
	cursor: pointer;
}
.login-registration-popup form .form-group .pass-show:hover{
	text-decoration: none;
}
.login-registration-popup .label-checkbox {
	padding-left: 0;
}

.acc-title-big {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #30302F;
	color: var(--Text-textHTitle, #30302F);
	font-family: "Grunt Grotesk Variable";
	font-size: 20px;
	font-style: normal;
	font-weight: 580;
	line-height: 26px;
}
#simpleregister_button_confirm {
	width: calc(50% - 15px);
}


.modal .error.active,
div[id*="account-"] form .text-danger {
    color: #EB5757;
    font-size: 11px;
    margin-top: 1px;
    line-height: 17px;
	left: 0;
}
.modal .error.active:before,
div[id*="account-"] form .text-danger:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.modal .form-group {
    margin-bottom: 24px;
	text-align: left;
}

.row-customer_secondname + .row-customer_telephone {
	clear: both !important;
}

.about-line5 .title-block,
.about-line4 .title-block {
	margin-bottom: 20px;
}
.about-line5 .title-block p,
.about-line4 .title-block p {
	margin-bottom: 0;
	font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}
.about-line5 .title-block p span,
.about-line4 .title-block p span {
	font-weight: 700;
    margin-right: 5px;
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#modal-preorder .modal-title {
	margin-bottom: 10px;
}
#modal-preorder .preorder-title {
	font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
#modal-1click .form-group,
#modal-preorder .form-group {
	text-align: left;
}
#modal-1click label,
#modal-preorder label{
    
    font-size: 12px;
    line-height: 15px;
    color: #30302F;
}
#modal-1click .btn-primary,
#modal-preorder .btn-primary {
    width: 380px;
    display: block;
    margin: 10px auto 0px;
}
.button-1click {
	text-decoration: none !important;
}

.row-address_default {
	clear: both;
}
.row-address_default .radio label {
	padding-left: 0;
}
.row-address_default .radio input {
    position: absolute;
    left: -5000px;
    opacity: 0;
}
.row-address_default .radio input + span {
    display: block;
    padding: 9px 15px 9px 44px;
    border: 1px solid rgba(162, 163, 152, 0.30) ;
    background: #E5E5E5;
    font-weight: 500;
    font-size: 14px;
    color: #30302F;
	position: relative;
	min-width: 100px;
}
.row-address_default .radio input + span:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(162, 163, 152, 0.30);
    border-radius: 50%;
}
.row-address_default .radio input:checked + span:after {
    content: '';
    position: absolute;
	left: 18px;
    top: 14px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #30302F;
    border-radius: 50%;
}

form[name="popuplogin"] .text-danger {
    color: #EB5757;
    font-size: 11px;
    margin-top: 1px;
    line-height: 17px;
	position: relative;
}
form[name="popuplogin"] .text-danger:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.ya-share2__item_service_facebook .ya-share2__icon {
	background-image: url('/image/catalog/theme/new/ico-fb-small.svg') !important;
	height: 32px !important;
    width: 32px !important;
    background-size: 32px 32px !important;
}
.ya-share2__item_service_viber .ya-share2__icon {
	background-image: url('/image/catalog/theme/new/ico-viber-small.svg') !important;
	height: 32px !important;
    width: 32px !important;
    background-size: 32px 32px !important;
}
.ya-share2__item_service_telegram .ya-share2__icon {
	background-image: url('/image/catalog/theme/new/ico-telegram-small.svg') !important;
	height: 32px !important;
    width: 32px !important;
    background-size: 32px 32px !important;
}
.ya-share2__badge {
	background: transparent !important;
}

.categories-grid__top,
.categories-grid__bottom {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.categories-grid__top {

    .categories-grid__tile, .goods-grid__tile {
        border-radius: 8px;
        flex: 1 1 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        height: 404px;
    }
}

.categories-grid__bottom {
    .categories-grid__tile, .goods-grid__tile {
        border-radius: 8px;
        flex: 1 1 33.33%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .categories-grid__tile{
        height: 404px;
    }
    .goods-grid__tile {
        height: 250px;
    }
}

.goods-grid__tile {
    font-family: 'Grunt Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.categories-grid__tile-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    font-family: 'Grunt Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.categories-grid__tile-text::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/catalog/view/theme/default/image/arrow-up-right-white.svg) no-repeat center;
    background-size: contain;
    margin-left: 12px;
    margin-bottom: -6px;
}

#modal-share .ya-share2__item_service_facebook .ya-share2__icon {
	background-image: url('/image/catalog/theme/new/ico-fb.svg') !important;
	height: 44px !important;
    width: 44px !important;
    background-size: 44px 44px !important;
}
#modal-share .ya-share2__item_service_viber .ya-share2__icon {
	background-image: url('/image/catalog/theme/new/ico-viber.svg') !important;
	height: 44px !important;
    width: 44px !important;
    background-size: 44px 44px !important;
}
#modal-share .ya-share2__item_service_telegram .ya-share2__icon {
	background-image: url('/image/catalog/theme/new/ico-telegram.svg') !important;
	height: 44px !important;
    width: 44px !important;
    background-size: 44px 44px !important;
}
#modal-share .soc-block {
	justify-content: center;
    margin-bottom: 32px;
}

.simplecheckout-right-column {
	z-index: 4;
}

#common-home {
	position: relative;
}

.about-line4 img,
.about-line5 img {
	width: initial !important;
    max-height: 90vh;
    display: block;
    margin: 0 auto;
}

#product-category .seo-text {
	padding-top: 100px;
}

.main-menu-level2 {
	display: none;
}
.main-menu > li {
    padding-top: 26px;
    padding-bottom: 26px;
}
.main-menu > li:hover .main-menu-level2 {
	display: flex;
    position: absolute;
    top: 100%;
    height: 66px;
    align-items: center;
    z-index: 2;
}
.main-menu > li .main-menu-level2:after {
	content: '';
	display: block;
	position: absolute;
	width: 3000px;
	height: 66px;
	top: 0;
	left: 0;
	transform: translate(-50%, 0);
	background: #F2F2F2;
	z-index: 1;
}
.main-menu > li .main-menu-level2 li {
	margin-right: 45px;
	z-index: 2;
}
.main-menu > li .main-menu-level2 li a {
	white-space: nowrap;
}

#common-home .swiper-button-next,
#common-home .swiper-button-prev {
	width: 51px !important;
	height: 51px !important;
}
#common-home .swiper-viewport:hover .swiper-button-next {
    opacity: 1 !important;
    right: 30px !important;
}
#common-home .swiper-viewport:hover .swiper-button-prev {
    opacity: 1 !important;
    left: 30px !important;
}

.adventages {
	margin: 40px 0;
}
.adventages > div {
	flex: 1 1 25%;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #30302F;
}
.adventages > div span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

/*new subscr*/
#subcribe {
    border: 1px solid #fff;
    height: 48px;
    font-size: 16px;
    line-height: 160%;
    margin-left: 20px;
    border-radius: 4px;
    display: inline-block;
}
#subcribe::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/catalog/view/theme/default/image/arrow-up-right.svg) no-repeat center;
    background-size: contain;
    margin-left: 10px;
    margin-bottom: -4px;
}

#subcribe-header {
    border: 1px solid #fff;
    height: 48px;
    font-size: 16px;
    line-height: 160%;
    border-radius: 4px;
    display: inline-block;
}
#subcribe-header::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/catalog/view/theme/default/image/arrow-up-right.svg) no-repeat center;
    background-size: contain;
    margin-left: 10px;
    margin-bottom: -4px;
}

#section-subscribe {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    .container {
        border-radius: 8px;
        overflow: hidden;
        background: #30302F;
        position: relative;
        padding: 80px 40px;
    }
}
#section-subscribe .title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
	color: #FFFFFF;
	display: block;
	width: 470px;
	max-width: 100%;
	font-family: "Grunt Grotesk Variable";
	position: relative;
}

#section-subscribe .flex2 {
	align-items: stretch;
}
#section-subscribe .flex2 > div:last-child {
	display: flex;
    align-items: center;
	justify-content: flex-end;
}
#section-subscribe .flex2 > div.error input {
	border-color: #EB5757;
}
#section-subscribe #error-msg {
	display: none !important;
}

#section-subscribe .flex2 > div:last-child p {
    margin-top: 22px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
}
#input-newsletter {
	line-height: 48px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color:#ffffff;
    background: transparent;
    width: 40%;
    padding: 0 16px;
	font-size: 16px;
}
#error-msg {
    left: 50%;
    transform: translate(-50%, 5px);
}

.home-categs p {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 34px 40px;
	z-index: 2;
}
.home-categs a:after {
	display: none;
}
.home-categs a:hover:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(29, 29, 29, 0.7);
}
.home-categs a:hover p:after {
	display: block;
	content: url(/image/catalog/new/categs-arrow-right.svg);
	position: absolute;
    bottom: 50%;
    margin-bottom: -17px;
    right: 20px;
}

.owl-dots {
	text-align: center;
    position: relative;
    top: -25px;
}
.owl-dots .owl-dot {
	display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 10px;
    margin: 0 7px;
}
.owl-dots .owl-dot:hover {
	background: rgba(29, 29, 29, 0.3);
}
.owl-dots .owl-dot.active {
	background: #30302F;
}
.latest-blog-carousel-wrap .owl-dots {
	top: 25px;
}

.banner-slider {
	position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    border-left: 70px solid #fff;
    background: #fff;
}
.banner-slider > div {
	position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
}
.banner-slider > div p {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.banner-slider > div .btn {
	background: #AA9868;
    border-color: #AA9868;
}

.main-top-products {
	margin-top: 75px;
	padding: 50px 0 30px;
	position: relative;
}
.main-top-products:before {
    content: '';
    display: block;
    width: 3000px;
    height: 100%;
    background: #F2F2F2;
    left: 50%;
    margin-left: -1500px;
    top: 0;
    position: absolute;
    z-index: -1;
}

.main-top-products .product-thumb.in-cart .caption .btn {
	border: 1px solid #30302F;
}

.main-top-products .line1 {
	width: 100%;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 10px;
	margin-top: 15px;
}
.main-top-products .line1 p {
	font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #30302F;
	margin-bottom: 0px;
	margin-left: 15px;
}
.main-top-products .line1 a {
    font-family: 'Zlam Sans', sans-serif;
}

.main-top-products .product-thumb:hover {
	background: #fff;
}
.main-top-products .mpt-left {
	flex: 1 1 40%;
	width: 40%;
}
.main-top-products .mpt-left .product-thumb .price {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
}
.main-top-products .mpt-left .product-thumb .title a {
	font-size: 21px;
	line-height: 28px;
}
.main-top-products .mpt-left .product-thumb:hover .caption .btn {
    max-width: 310px;
}

.main-top-products .mpt-right {
	flex: 1 1 60%;
	width: 60%;
}
.main-top-products .mpt-right .product-layout {
	padding: 0;
}
.main-top-products .mpt-right .product-thumb {
	margin-bottom: 0;
}

#common-success #content a {
	text-decoration: underline;
}

.header-col .menu {
	/*margin-right: 25px;*/
    display: none;

    @media screen and (max-width: 599px) {
        display: block;
    }
}
.toggle-menu {
	cursor: pointer;
}

.main-banner {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    height: calc(70vh - 88px);
	background: url("/image/catalog/hospitallers/about/banner-pro-nas.jpg") top center;;
	background-size: cover;
}

.main-banner > div .text-animation {
    font-size: 70px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
	display: block;
	font-family: "Grunt Grotesk Variable";
	font-style: normal;
	font-weight: 580;
	line-height: 1.2;
	text-transform: uppercase;
}
.main-banner > div .text-animation ~ .text-animation {
	font-size: 40px;
	line-height: 1.2;
}

.hospitallers-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.hospitallers-text {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.hospitallers-images {
    display: flex;
    gap: 20px;
}

.hospitallers-images .image {
    flex: 1;
}

.hospitallers-images img {
    display: block;
    width: 100%;
    height: 600px;
    border-radius: 8px;
    object-fit: cover;
}

.main-banner > div a {
	color: black;
	border: 1px solid #FFFFFF;
	margin: 55px auto 0;
    background: #FFFFFF;
	display: inline-block;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}
.main-banner > div a:hover {
	color: black;
	border: 1px solid #30302F;
	background: #E5E5E5;
}
.main-banner:after {
	content: '';
	display: block;
	width: 2px;
	height: 40px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 16px;
}

.about-us-body{
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
    padding-left: 25px;
    color: #30302F;
}

.fw-home {
	background: #F4F7F9;
	flex-wrap: wrap;
}
.fw-home .fw-text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.fw-home .fw-text span {
	display: inline-block;
	
	font-size: 16px;
	line-height: 160%;
	color: #30302F;
	margin-bottom: 5px;
}
.fw-home .fw-text p {
	line-height: 160%;
	color: #30302F;
	margin-bottom: 60px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.html-title {
	font-family: "Grunt Grotesk Variable", sans-serif;
	font-weight: 700;
	margin-top: 120px;
	margin-bottom: 50px;
	font-size: 32px;
	line-height: 100%;
	color: #2D2D2B;
}

.sort-row {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 24px;
}
.sort-row > div:first-child {
	font-size: 16px;
	color: #30302F;
}
.sort-row > div:last-child {
	display: flex;
}
.sort-row .form-group {
	margin-bottom: 0;
	margin-left: 25px;
	width: 196px;
}

.menu-inner {
	position: absolute;
    background: #E5E5E5;
    z-index: 11;
    width: 100%;
    /* top: 68px; */
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
}
.menu-inner.active {
	display: flex;
}
.menu-inner .close-menu {
    position: absolute;
    left: 60px;
    top: 35px;
}
.menu-inner .col1 {
	flex: 1 1 67%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-inner .col2 {
	flex: 1 1 33%;
	background: url("/image/catalog/hospitallers/main/menu-img.png");
	background-size: cover;
}
.menu-inner .white-line > div:first-child {
    padding-left: 155px;
    padding-top: 40px;
}
.menu-inner .white-line > div:nth-child(2),
.menu-inner .white-line > div:last-child {
    padding-left: 30px;
    padding-top: 40px;
}
.menu-inner .white-line .title {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A2A398;
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
	width: 235px;
	padding-bottom: 20px;
}
.menu-inner .white-line li {
	margin-bottom: 12px;
}
.menu-inner .white-line li a {
	font-size: 32px;
	line-height: 42px;
	color: #30302F;
	font-weight: 580;
	font-family: "Grunt Grotesk Variable";
}

.menu-inner .grey-line {
	background: #383532;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding-left: 15px;
}
.menu-inner .grey-line > div {
	padding-top: 45px;
    padding-bottom: 45px;
	padding-left: 155px;
}
.menu-inner .grey-line > div:first-child {
	padding-left: 155px;
}
.menu-inner .grey-line > div:last-child {
	padding-left: 30px;
}
.menu-inner .grey-line > div li {
	margin-bottom: 8px;
}
.menu-inner .grey-line > div li a {
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	color: #FFF;
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}
.menu-inner .grey-line > div li a:hover{
	border-bottom: 1px solid transparent;
	color: #FFF;
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}

.new-product-row {
	display: flex;
	margin-top: 20px;
	align-items: flex-start;
}
.new-product-row > .flex2 {
	flex: 1 1 65%;
	flex-wrap: wrap;
}
.new-product-row > .flex2 > div {
	flex: 1 1 50%;
	max-width: calc(50% - 16px);
	min-width: calc(50% - 16px);
	margin-right: 16px;
	margin-bottom: 16px;
}
.new-product-row > .product-right {
	flex: 1 1 35%;
	position: sticky;
    top: 10px;
}

.new-product-row .thumbnail {
	display: block;
    border: none !important;
    border-radius: 0;
    padding: 0;
	margin-bottom: 0;
}

.owl-item .product-layout {
	padding: 0 15px;
}

#product .select-option {
	position: relative;
}
#product .select-option label {
	position: absolute;
    z-index: 5;
    top: 15px;
    left: 16px;
}
#product .select-option .jq-selectbox__select-text {
	text-align: right;
    padding-right: 50px;
}

.main-banner > div p {
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	display: block;
	width: 1000px;
	max-width: 90%;
}
.main-banner-text{
    padding-top: 10px;
    font-family: "Grunt Grotesk Variable";
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0;
}

.information-information4 .main-banner > div span,
.information-information15 .main-banner > div span {
	font-size: 100px;
	line-height: 100%;
	white-space: nowrap;
}
.information-information4 h1,
.information-information15 h1 {
	position: absolute;
	left: -3000px;
	opacity: 0;
}
.information-information4,
.information-information15 {
	position: relative;
}
.information-information4 .container-breadcrumbs,
.information-information15 .container-breadcrumbs {
	position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
}
.information-information4 .container-breadcrumbs li,
.information-information4 .container-breadcrumbs li a,
.information-information15 .container-breadcrumbs li,
.information-information15 .container-breadcrumbs li a {
	color: #fff;
}
.information-information4 .container-breadcrumbs li:last-child:before,
.information-information15 .container-breadcrumbs li:last-child:before {
	background: #fff;
}

.information-information4 ~ #section-subscribe,
.information-information15 ~ #section-subscribe {
	margin-top: 0;
}
.information-information4 .main-banner.bottom:after,
.information-information15 .main-banner.bottom:after {
	display: none;
}

#information-information .fw-home {
	margin-top: 140px;
}
#information-information .fw-home .fw-text {
	text-align: left;
	padding: 25px 110px;
}
#information-information .fw-home .fw-text span {
	color: #30302F;
	margin-bottom: 50px;
	font-family: "Grunt Grotesk Variable";
	font-size: 32px;
	font-style: normal;
	font-weight: 580;
	line-height: 40px;
}
#information-information .fw-home .fw-text p,
#information-information .fw-home .fw-text ol,
#information-information .fw-home .fw-text ul {
	
	font-size: 16px;
	line-height: 160%;
	color: #30302F;
	margin-bottom: 20px;
}
#information-information .fw-home .fw-text ul {
    padding-left: 17px;
}

#information-information.information-information4 .fw-home {
	background: transparent;
}
#information-information.information-information4 .fw-home > div {
	margin-bottom: 120px;
}
#information-information.information-information4 .fw-home .col1 img,
#information-information.information-information4 .fw-home .col7 img {
	margin-top: 58px;
	max-width: 85%;
}
#information-information.information-information4 .fw-home .col3 {
    padding: 0 0 0 50px;
    align-items: flex-start;
}
#information-information.information-information4 .fw-home .col4 {
    padding: 0 50px 0 0;
    align-items: flex-start;
}
#information-information.information-information4 .fw-home .col6 img {
	margin-top: 58px;
	margin-left: 75px;
	max-width: 85%;
}
#information-information.information-information4 .fw-home .col9 {
    padding: 0 0 0 30px;
    align-items: flex-start;
	position: relative;
}
#information-information.information-information4 .fw-home .col9 img {
    position: absolute;
    bottom: 0;
}

.information-information4 .main-banner > div span {
	white-space: normal;
	color: #fff;
	font-family: "Grunt Grotesk Variable";
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
}
.information-information4 .main-banner > div p {
	font-size: 16px;
}

.info-subtitle {
	margin-top: 120px;
    text-align: center;
    margin-bottom: 30px;

	font-family: "Grunt Grotesk Variable";
	font-size: 32px;
	font-style: normal;
	font-weight: 580;
	line-height: 40px;
}
#information-information.information-information4 .info-subtitle {
	margin-top: 25px;
}
.info-video {
	position: relative;
	margin-bottom: 25px;
}
/*.info-video:after {
	content: url("/image/catalog/theme/new/play.svg");
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}*/

.custom-order-steps {
	
	font-size: 16px;
	line-height: 160%;
	color: #30302F;
}
.custom-order-steps .step {
	border: 1px solid #30302F;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	
	font-size: 40px;
}
.custom-order-steps .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 20px;
}
.custom-order-steps > .flex2 {
	padding: 55px 0;
	align-items: center;
	border-top: 1px solid rgba(162, 163, 152, 0.30);
}
.custom-order-steps > .flex2 > div:last-child {
	text-align: right;
}
.steps-bottom {
	text-align: center;
	margin-bottom: 104px;
	border-top: 1px solid rgba(162, 163, 152, 0.30);
	padding-top: 55px;
}
.steps-bottom a {
	background: #30302F;
    border: 1px solid #30302F;
    color: #fff;
}
.steps-bottom a:hover {
	background: #fff;
    border: 1px solid #30302F;
    color: #30302F;
}

.contacts-btn {
	position: absolute;
    right: 15px;
    top: 15px;
}

#modal-addcart .modal-title,
#modal-share .modal-title {
	text-align: center;
}
#modal-addcart .modal-body .btn-primary + .close {
	margin-top: 25px;
    display: inline-block;
}

.info-video.hide_btn:after {
    display: none;
}


#form-feedback2 input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.input-file {
	cursor: pointer;
}
.input-file span {
	
	font-size: 16px;
	line-height: 160%;
	color: #30302F;
}
.input-file span:before {
	content: url("/image/catalog/hospitallers/icon-clip.svg");
	top: 6px;
	margin-right: 8px;
    position: relative;
}

.information-information15 .swiper-viewport {
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}

.lang-mob ul {
	list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 19px;
    color: #A2A398;
	margin: 35px 0;
}
.lang-mob ul li {
	cursor: pointer;
	padding: 0 16px;
	border-right: 1px solid rgba(162, 163, 152, 0.30);;
}
.lang-mob ul li:last-child {
	border-right: none;
}

.thumb-stock {
	background: #ffffff;
    color: #000;
    padding: 12px;
    line-height: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
	display: none !important;
}
.thumb-stock:first-letter {
	text-transform: uppercase;
}

.footer-line1 ul a.footer-mail, .footer-line1 ul a.phone  {
    font-size: 18px;
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
}

.footer-line1 ul a.footer-mail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/catalog/view/theme/default/image/mail.svg") no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.footer-line1 ul a.footer-phone::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/catalog/view/theme/default/image/phone.svg") no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.footer-line1 ul a.footer::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 8px;
}

.footer-line1 ul a.footer-inst::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/catalog/view/theme/default/image/inst.svg") no-repeat center;
    background-size: contain;
    margin-right: 8px;
    margin-bottom: -4px;
}

.footer-line1 ul a.footer-fb::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/catalog/view/theme/default/image/fb.svg") no-repeat center;
    background-size: contain;
    margin-right: 8px;
    margin-bottom: -4px;
}

.footer-phone, .footer-fb, .footer-inst, .footer-item{
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
}

.category-big-block {
	position: relative;
}
.category-big-block #column-left {
	position: sticky;
    top: 10px;
}
.information-information15 .fw-home img,
#common-home .fw-home img {
	width: 100%;
}

#simplecheckout_payment_address {
	z-index: 10;
    position: relative;
}
#simplecheckout_payment_address .checkout-heading {
	margin-bottom: 20px;
}

/*.main-banner {
	transform: scale(1.05, 1.05);
	opacity: 0;
	transition: all 1.1s ease;
}
.main-banner.done {
	transform: scale(1, 1);
	opacity: 1;
}
.main-banner > div .text-animation .word1 {
	display: flex !important;
	justify-content: center;
}*/
.main-banner .text-animation {
	overflow: hidden;
}

#common-home .fw-home {
	background: transparent;
	position: relative;
}

#common-home .fw-home .parallax1 {
	display:block;
	position:absolute;
	top: -100px;
	right: -250px;
	z-index: -1;
}
#common-home .fw-home .parallax2 {
	display:block;
	position:absolute;
	top: -15px;
	left: -250px;
	z-index: -1;
}

#tab-specification {
	width: calc(65% - 16px);
}

#tab-specification > p {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 12px;
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}
#tab-specification > p:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(162, 163, 152, 0.30);
	left: 0;
	bottom: 2px;
	position: absolute;
}
#tab-specification > p span,
#tab-specification > p strong {
	display: inline-block;
	line-height: 1.8;
	background: #E5E5E5;
	z-index: 2;
	padding: 0 5px;
}
#tab-specification > p span {
	text-align: right;
}
.simplecheckout-block .jq-selectbox__select {
	display: none;
}

#simpleaddress #simpleregister_button_confirm,
#simpleedit #simpleregister_button_confirm {
	color: #FFF;
	background: #30302F;
}

.account-page h1 {
	border-bottom: 1px solid rgba(162, 163, 152, 0.30);
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.account-page #column-left + #content {
	border: 1px solid rgba(162, 163, 152, 0.30);
	padding: 40px;
	width: calc(100% - 360px);
	margin-left: 50px;
}
.account-page .simpleregister-block-content {
	margin-bottom: 10px;
	padding: 0 15px;
}

.account-page .buttons .btn-primary {
	color: #FFF;
	background: #30302F;
	width: 345px;
	max-width: 100%;
}
.account-page fieldset > div {
	margin-bottom: 15px;
}

.logout-link {
	position: absolute;
	right: 0;
	top: -80px;
	color: #30302F;
	font-family: "Zlam Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 1px solid #30302F;
}
.img-thumbnail{
    background-color: unset;
}

@media (max-width: 1400px) {
	.container {
		padding: 0 24px;
	}
	.home-categs p {
		display: block;
    	max-width: 250px;
	}
	#smartsearch ul.items {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	#search {
		display: block;
	}
}

@media (max-width: 1200px) {
	.information-information7 h1 + .flex > div {
		max-width: 50%;
		flex: 1 1 50%;
	}

    #section-subscribe {
        margin-top: 40px;
        padding: 10px;
    }

	.top-left .list-inline>li {
		margin-right: 25px;
	}
	.home-categs p {
		display: block;
		max-width: 200px;
		left: 15px;
	}
	.home-telemag > div:nth-child(2) {
		padding: 50px 25px;
	}
	.about-line3 > div,
	.about-line4 > div,
	.about-line5 > div,
	.bestseller-home-block .flex3 > div {
		margin-right: 30px;
	}
	.about-line3 > div:last-child,
	.about-line4 > div:last-child,
	.about-line5 > div:last-child,
	.bestseller-home-block .flex3 > div:last-child {
		margin-right: 0;
	}
	.home-telemag.home-telemag2 > div:nth-child(2) {
		padding-left: 30px;
	}
	.home-telemag.home-telemag2 .title {
		margin-top: 55px;
	}
	.footer-line1-left > div:first-child {
		margin-right: 50px;
	}
	.product-right {
		padding-left: 20px;
	}
	.product-prices {
		flex-direction: column;
	}
	.product-prices > div:last-child {
		position: relative;
		left: -7px;
		margin-top: 10px;
	}
	.about-line2 > div:nth-child(2) {
		padding-left: 20px;
	}
	.information-information7 .abs-img {
		left: 150px;
	}
	.cart-grey-block div a {
		padding: 15px 15px;
	}
	.cart-grey-block {
		padding: 32px 15px;
	}
    .about-line4 > div:nth-child(2) {
        padding: 120px 0 0 50px;
    }
    .about-line5 > div:first-child {
        padding: 120px 50px 0 0;
    }

	#section-subscribe .flex2 > div:last-child {
		padding: 15px 25px 25px;
		width: 40%;
	}
	#section-subscribe .flex2 > div:first-child {
		flex: 1 1 60%;
		width: 60%;
	}
	#section-subscribe .flex2 > div:last-child p {
		margin-top: 12px;
    	margin-bottom: 15px;
	}
	.home-categs p {
		padding: 20px;
		z-index: 2;
		font-size: 18px;
		line-height: 22px;
	}
	.home-categs p {
		left: 0;
	}
	#section-subscribe {
		margin-bottom: 40px;
	}
	.bestseller-carousel-wrap {
		margin-top: 40px;
	}
	.banner-slider {
		height: 100%;
		display: flex;
    	align-items: center;
	}
	.main-top-products .line3 {
		flex-wrap: wrap;
	}
	.latest-blog-carousel-wrap {
		padding: 0 15px;
	}
	.seo-text img {
		max-width: 100%;
	}
	.footer-line1 ul.large a {
		font-size: 26px;
	}
	.main-banner > div span {
		font-size: 100px;
	}
	.menu-inner .white-line li a {
		font-size: 26px;
	}
	.menu-inner .white-line > div:first-child {
		padding-left: 70px;
	}
	.menu-inner .close-menu {
		left: 20px;
	}
	.menu-inner .grey-line > div:first-child {
		padding-left: 70px;
	}
	.menu-inner .grey-line > div {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.seo-text {
		padding: 30px 0 30px;
	}
	#product-category .seo-text {
		padding-top: 30px;
	}

	.cart-grey-block .title {
		font-size: 26px;
	}
	#section-subscribe {
		margin-top: 40px;
	}
	.info-subtitle {
		margin-top: 50px;
		text-align: center;
		margin-bottom: 20px;
	}
	#information-information .fw-home {
		margin-top: 40px;
	}

	#information-information.information-information4 .fw-home .col6 img {
		margin-top: 100px;
		margin-left: 45px;
	}

}

@media (min-width: 991px) {
	.mob-phone,
    .cart-mob,
	.mob-menu {
		display: none !important;
	}
	.main-video-wrap {
		max-height: calc(100vh - 200px);
		overflow: hidden;
		margin-bottom: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.main-banner > div .text-animation {
		font-size: 50px;
	}
	.main-banner > div .text-animation ~ .text-animation {
		font-size: 28px;
	}
	#logo {
		z-index: 2;
	}
	#search {
		background: transparent;
	}

	.main-menu {
		/*display: none;*/
		overflow: auto;
	}
	.main-menu > li {
		white-space: nowrap;
		margin-right: 20px;
	}

	.latest-blog-carousel-wrap {
		margin: 0 -15px;
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.latest-blog-carousel-wrap .nav-carousel {
		top: 10px;
	}
	.seo-text .title {
		margin-top: 0;
	}
	.seo-text .title + div {
		padding-right: 50px;
	}
	.footer-line1 {
		display: block;
	}
	.footer-line1 > div {
		flex: 1 1 100%;
    	width: 100%;
		margin-bottom: 25px;
	}
	.footer-line2 {
		flex-wrap: wrap;
	}
	.footer-line2 > div {
		flex: 1 1 50%;
    	width: 50%;
		margin-bottom: 25px;
	}
	.related-carousel-wrap {
		margin-top: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.main-linfo > div:first-child ul {
		font-size: 14px;
		line-height: 120%;
	}

	.category-big-block .grey-line {
		margin: 30px 15px 15px;
	}
	#column-left {
		width: 200px;
	}
	#column-left + #content {
		width: calc(100% - 240px);
		margin-left: 25px;
	}
	#smartsearch ul.items {
		padding: 0 !important;
		margin-bottom: 10px !important;
	}


	.order-list-table tr > td {
		width: 25%;
		max-width: 25%;
		min-width: 25%;
	}

	#error-not-found #content > img {
		width: 1200px;
	}
    .cart-pc {
        display: none !important;
    }
    .cart-mob {
        display: block !important;
    }

	.mob-phone {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		margin-top: 23px;
		z-index: 2;
	}
	.mob-phone a {
		color: #000;
	}
	.mob-phone a:before {
		content: url("/image/catalog/theme/ico-home-mob.svg");
		margin-right: 10px;
		position: relative;
		top: 2px;
	}

    .container {
        padding: 0 15px;
    }

    .toggle-menu {
		margin-right: 20px;
		cursor: pointer;
	}

    .form-feedback {
        width: 100%;
    }

    /*menu*/
	.mob-categ-list {
		display: none;
	}
	.mob-categ-list.active {
		display: block;
	}

	.mob-menu-main.level0 .level1,
	.mob-menu-main.level0 .level2 {
		display: none;
	}
	.mob-menu-main.level1 .level0,
	.mob-menu-main.level1 .level2,
	.mob-menu-main.level1 .level1:not(.active) {
		display: none;
	}
	.mob-menu-main.level2 .level0,
	.mob-menu-main.level2 .level1,
	.mob-menu-main.level2 .level2:not(.active) {
		display: none;
	}

	.level1.back-btn,
	.level2.back-btn {
		    padding: 25px 0;
		font-weight: bold;
		font-size: 15px;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		text-transform: uppercase;
		color: #30302F;
		background: #F2F2F2;
		text-align: center;
		margin: -15px -15px 15px;
	}
	.level1.mob-menu-main .back-btn:before,
	.level2.mob-menu-main .back-btn:before {
		position: absolute;
		top: 23px;
		left: 15px;
		margin-right: 15px;
		content: url("/image/catalog/theme/mob/ico-back-btn-arrow.svg");
	}
	.level1.big-btn a {
		border-color: transparent !important;
		font-size: 14px;
		font-weight: normal;
		line-height: 44px;
		padding: 0;
		margin-top: 24px;
        color: #fff !important;
	}
	.mob-zoo-list .level2 a,
	.mob-sad-list .level2 a {
		padding: 5px 0;
		font-weight: normal;
		font-size: 14px;
		border-bottom: none;
	}
	.level2 .big-btn a {
		color: #000000;
	}
	.mob-categ-list .wch a:after {
		content: url(/image/catalog/theme/mob/ico-arrow-menu.svg);
		position: absolute;
		right: 5px;
		top: 20px;
	}



	.mob-menu-main {
		display: none;
		width: 400px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
		box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
		position: absolute;
		background: #fff;
		padding: 15px 15px;
		top: -22px;
    	left: -10px;
		z-index: 3;
	}
	.mob-menu-main.active {
		display: block;
	}
	.mob-menu-main .line-top {
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 22px;
        border-bottom: 1px solid #F2F2F2;
	}
	.mob-menu-main .line-top img {
		cursor: pointer;
	}
	.mob-menu-main .line-top a {
		font-size: 14px;
		color: #333;
		display: inline-block;
		margin: 0 3px;
	}

	.mob-categ-list a {
		position: relative;
        display: block;
        font-size: 15px;
        color: #000;
        padding: 18px 0;
        border-bottom: 1px solid #F2F2F2;
	}
	.mob-categ-list .wch a:after {
		content: url("/image/catalog/theme/mob/ico-arrow-menu.svg");
		position: absolute;
		right: 5px;
        top: 20px;
	}

	.login-registration-popup .modal-body > .flex2 > div {
		padding: 80px 50px;
	}


	header > div {
		position: relative;
	}

    #smartsearch {
        padding: 0 15px;
    }

    .mob-menu-bottom img {
        margin: 40px auto 30px;
        max-width: 100%;
    }

    .mob-menu {
		position: absolute;
		margin-top: 0px;
		margin-left: 5px;
		z-index: 10000;
    }

	.main-slider > .container {
		display: flex;
		width: 100vw;
		max-width: 100vw;
		min-width: 100vw;
		overflow: auto;
		padding: 0;
	}

	.main-slider .zoo, .main-slider .sad {
		background: transparent;
		width: 90vw;
		min-width: 90vw;
		max-width: 90vw;
		overflow: hidden;
	}


	.main-slider .sad > a {
		opacity: 1 !important;
		left: 140px !important;
	}

	.main-slider .sad > img {
		margin-left: 0 !important;
		left: 340px !important;
	}

	.main-slider .sad:before {
		right: 0 !important;
	}

	.main-slider .zoo > a {
		opacity: 1 !important;
		right: 140px !important;
	}

	.main-slider .zoo > img {
		margin-right: 0 !important;
		right: 340px !important;
	}

	.main-slider .zoo:before {
		left: 0 !important;
	}

	#information-information #content .flex2 {
		display: block;
	}

	#information-information #content .flex2 > div {
		flex: 1 1 100%;
		width: 100%;
		margin-bottom: 25px;
		max-width: 100%;
	}

	.form-feedback {
		padding: 20px 25px;
		margin-left: 0;
        margin-top: 35px;
	}

	.row.products-carousel {
		margin: 0;
	}

	.order-list-table tr > td {
		width: 25%;
		max-width: 25%;
		min-width: 25%;
	}

    .swiper-viewport-reviews .big-slider-description {
        width: 80vw;
    }
    #common-home .swiper-viewport {
        width: 100%;
        max-width: 100%;
    }


    #common-home .swiper-pager {
        display: none;
    }
    .categ-banner img {
        max-width: 100%;
    }
    #product-product #content > .row > div {
        width: 100%;
    }
    #product-product #content > .row > div.col-sm-7 {
        margin-top: 35px;
    }


	.categ-banner p {
		font-size: 18px;
		left: 35px;
		top: 15px;
	}
	.categ-banner span {
		left: 35px;
    	top: 45px;
	}
	#search .input-lg {
		z-index: 3;
	}
	.filter-btn {
		background: #30302F;
		color: #fff;
		width: 100%;
	}
	.filter-btn + .row {
		margin-bottom: 20px;
		margin-left: 0;
    	margin-right: 0;
	}
	.filter-btn + p {
		padding-top: 75px;
	}
	.sort-block {
		top: 0;
		margin-right: 15px;
	}
	.category-big-block .grey-line {
		display: none;
	}
	.modal-dialog {
		max-width: 94%;
	}
	.modal-content {
		padding: 40px 20px;
	}
	.modal-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
	}
	.modal-body .btn-primary {
		max-width: 100%;
	}
	#cart .dropdown-menu {
		display: none !important;
	}
	.cart-page-block-top > a {
		display: none;
	}
	.cart-page-block-top h1 + span {
		
		font-size: 24px;
		line-height: 29px;
		color: #8C8C8C;
	}

	.top-icons > ul > li.search-li ~ li {
		top: -2px;
    	position: relative;
	}

	.blog-item #column-right,
	.blog-item #content {
		width: 100%;
	}
	.blog-item-soc .soc-block {
		margin-top: 0px;
	}
	.blog-item-soc {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.blog-item-soc .soc-block a {
		margin-left: 10px;
		margin-right: 0;
	}

	.mob-categ-list .level0.title > a {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		text-transform: uppercase;
		color: #30302F;
	}
	.mob-categ-list .level0.title + .level0:not(.title) {
		margin-top: 10px;
	}
	.mob-categ-list .level0:not(.title) > a {
		position: relative;
		display: block;
		font-size: 15px;
		color: #000;
		padding: 7px 0;
		border-bottom: none;
	}
	.mob-categ-list .level0:not(.title) + .level0.title {
		margin-top: 10px;
	}
	.mob-categ-list .level0:not(.title) + .level0.title > a {
		border-top: 1px solid #F2F2F2;
	}

	.top-phone-mob a {
		font-weight: normal;
		font-size: 24px;
		line-height: 29px;
		color: #30302F;
		white-space: nowrap;
	}
	.top-phone span {
		display: block;
		
		font-size: 9px;
		line-height: 11px;
		color: #30302F;
		white-space: nowrap;
	}
	.level0.grey-block {
		justify-content: space-between;
		padding: 18px 20px;
		background: #F2F2F2;
		margin: 0 -20px;
		align-items: center;
	}
	.level0.grey-block + .level0 {
		margin-top: 0 !important;
	}
	.level0.grey-block + .level0 a {
		border-top: none;
	}
	.level0.grey-block .about-line6 {
		padding: 0;
	}
	.level0.grey-block .about-line6 .ether {
		margin-top: 0;
		white-space: nowrap;
	}
	.level0.grey-block .top-phone-mob a {
		padding: 0;
		border-bottom: none;
		font-size: 24px;
		line-height: 29px;
	}
	.level0.grey-block .top-phone-mob span {
		
		font-size: 9px;
		line-height: 11px;
		color: #30302F;
	}
	.level0.acc-link {
		position: absolute;
		right: 15px;
		top: 20px;
	}

	#information-information #content > .flex {
		flex-direction: column;
	}
	#information-information #content > .flex > div {
		flex: 1 1 100%;
		width: 100%;
		margin-top: 25px;
	}
	.about-line2 > div:last-child {
		padding: 0;
	}
	.about-line2 > div:nth-child(2) {
		padding-left: 0;
	}
	.about-line3 > div:last-child p {
		margin-top: 20px;
	}
	.about-line3 > div,
	.about-line4 > div,
	.about-line5 > div,
	#information-information .bestseller-home-block .flex3 > div {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.about-line5 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.about-line4-pre {
		margin-top: 25px;
		padding-top: 25px;
	}
	.about-line6 .ether {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.about-line6 .type,
	.about-line6 .type + .type {
		margin-bottom: 25px;
	}
	.about-line6 {
		padding: 25px 0 25px;
	}

	#information-information #content > .flex > div,
	.information-information7 h1 + .flex > div:first-child {
		max-width: 100%;
	}
	#information-information.information-information15 #content .flex2 > div {
		max-width: 100%;
		width: 100%;
		flex: 1 1 100%;
	}

	.cblock .ctitle + .flex:not(.soc-block) {
		flex-direction: column;
	}
	.information-information7 #content > .flex {
		margin-bottom: 50px;
	}
	.form-feedback {
		padding: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.form-feedback > .flex {
		margin-top: 25px;
		flex-direction: column;
	}
	#information-information #content .form-feedback h2 {
		margin-bottom: 25px;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
	}
	.form-feedback .btn.btn-primary {
		margin-bottom: 15px;
	}

	.main-linfo > .col-sm-3 {
		display: none;
	}
	.info-h1 {
		margin-bottom: 20px;
		margin-top: 25px;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
	}
	.il-description {
		padding: 0;
    	border: none;
	}

    .about-line4 > div:nth-child(2) {
        padding: 30px 0 0 50px;
    }
    .about-line5 > div:first-child {
        padding: 30px 50px 0 0;
    }

	.big-slider-description-wrap {
		left: 25px;
	}
	.big-slider-description-wrap .big-slider-description {
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
	}
	.big-slider-description-wrap .title {
		font-size: 14px;
		line-height: 17px;
	}
	.big-slider-description-wrap .btn-primary {
		margin-top: 20px;
	}
	.menu-inner .white-line li a {
		font-size: 21px;
	}
	.menu-inner .col1 {
		flex: 1 1 55%;
		max-width: 55%;
	}
	.menu-inner .col2 {
		flex: 1 1 45%;
	}
	.menu-inner .white-line > div:first-child {
		padding-left: 50px;
	}
	.menu-inner .grey-line > div:first-child {
		padding-left: 50px;
	}
	.menu-inner .close-menu {
		left: 5px;
	}
	#section-subscribe .flex2 > div:last-child,
	#section-subscribe .flex2 > div:first-child {
		flex: 1 1 50%;
		width: 50%;
	}
	#section-subscribe .title {
		
		font-size: 32px;
		line-height: 130%;
		padding-left: 0;
	}
	#section-subscribe .title:before {
		display: none;
	}

	#information-information.information-information4 .fw-home {
		flex-direction: row !important;
	}
	#information-information.information-information4 .fw-home > div {
		margin-bottom: 60px;
		order: 1;
	}
	#information-information.information-information4 .fw-home .col1,
	#information-information.information-information4 .fw-home .col2 {
		flex: 1 1 50% !important;
		width: 50% !important;
	}
	#information-information.information-information4 .fw-home .col1 img {
		max-width: 85%;
		margin-top: 50px;
	}
	#information-information.information-information4 .fw-home .col2 img {
		max-width: 95%;
	}
	#information-information.information-information4 .fw-home .col3 {
		padding: 0;
		order: 1 !important;
		margin-bottom: 0;
	}
	#information-information.information-information4 .fw-home .col3 img {
		padding: 0;
		max-width: 75%;
	}
	#information-information.information-information4 .fw-home .col4 {
		order: 2;
		margin: 0;
		padding: 0;
	}
	#information-information.information-information4 .fw-home .col5 {
		flex: 1 1 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}
	#information-information.information-information4 .fw-home .col6 {
		/*display: flex;
		justify-content: flex-end;*/
		flex: 1 1 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}
	#information-information.information-information4 .fw-home .col6 img {
		margin: 0;
		max-width: 80%;
		margin-top: 50px;
		margin-left: 20%;
	}

	#information-information.information-information4 .fw-home .col7,
	#information-information.information-information4 .fw-home .col8 {
		flex: 1 1 50% !important;
		width: 50% !important;
	}
	#information-information.information-information4 .fw-home .col7 img {
		max-width: 85%;
		margin-top: 50px;
	}
	#information-information.information-information4 .fw-home .col8 img {
		max-width: 95%;
	}
	#information-information.information-information4 .fw-home .col9 {
		padding: 0;
	}
	#information-information.information-information4 .fw-home .col9 img {
		position: relative;
	}
	#information-information.information-information4 .fw-home .fw-text {
		min-height: initial;
	}
	#information-information.information-information4 .fw-home .fw-text p {
		margin-bottom: 25px;
	}

	.information-information4 .main-banner.bottom {
		margin-top: 60px;
	}

}

@media (min-width: 778px) {
	.mob {
		display: none !important;
	}
	.custom-order-steps.swiper-wrapper {
		display: block !important;
	}
	#slideshow-custom-order ~ .swiper-pager,
	#slideshow-custom-order ~ .swiper-pagination {
		display: none !important;
	}
}

.info-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-tile {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    flex: 1 1 280px;
    max-width: 400px;
    height: 250px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.info-icon {
    margin-bottom: 15px;
}

.info-icon img {
    max-width: 50px;
    height: auto;
}

.info-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info-text {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}


@media (max-width: 778px) {

    .menu-inner .grey-line > div {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: unset;
    }
    .desktop-only{
        display: none !important;
    }

    .info-tile {
        margin: 10px;
        height: unset;
    }

    .categories-grid__top, .categories-grid__bottom{
        display: block;
    }
    .categories-grid__tile, .goods-grid__tile{
        margin: 10px;
    }

    .modal-dialog > button.close {
        opacity: 1;
        right: 10px;
        top: 20px;
        position: absolute;
        z-index: 2;
    }


    .pc {
		display: none !important;
	}
	#common-home .fw-home .fw-text {
		position: relative;
	}
	#common-home .fw-home .parallax1 {
		top: 0%;
	}
	#common-home .fw-home .parallax2 {
		top: 0%;
	}

    .simplecheckout-cart .col2 {
        width: 20%;
    }

    .fw-home + .fw-home {
		flex-direction: column-reverse;
	}
	.fw-home + .fw-home + .fw-home {
		flex-direction: column;
	}

	.top-icons > ul {
		width: initial;
	}
	.top-left .menu,
	#logo {
		margin-right: 0;
	}
	#form-currency,
	#form-language {
		position: absolute;
    	left: -2000px;
		opacity: 0;
	}
	#form-currency .dropdown-menu,
	#form-language .dropdown-menu {
		left: initial;
		right: 0;
	}
	.lang-mob ul {
		margin: 0;
	}

	header .search-li {
		display: none;
	}

	.bestseller-home-block .flex3 {
		flex-direction: column;
	}
	.bestseller-home-block .flex3 > div {
		margin-right: 0;
		margin-bottom: 16px;
		flex: 1 1 100%;
    	width: 100%;
	}
	.bestseller-home-block .flex3 > div:last-child p {
		margin-top: 24px;
	}
	div[class*='-carousel-wrap'] .nav-carousel {
		display: none !important;
	}
	.product-thumb {
		box-shadow: none!important;
	}
	.product-thumb .caption {
		padding: 20px 0 0;
	}
	.home-telemag.home-telemag2 > div {
		flex: 1 1 100%;
    	width: 100%;
	}
	.product-thumb .caption .btn {
		width: 100%;
		bottom: 0;
		left: 0;
		position: relative;
		margin-top: 0;
		display: block;
	}

	.bestseller-carousel-wrap ~ .bestseller-carousel-wrap {
		padding-top: 0;
	}
	.bestseller-carousel-wrap ~ .bestseller-carousel-wrap:after {
		top: 55px;
	}

	.latest-blog-carousel-wrap .owl-stage > div:first-child {
		display: none !important;
	}
	.latest-blog-carousel-wrap .information-thumb .grey + .title + p {
		margin-bottom: 24px;
	}
	section#section-subscribe + div + .bestseller-carousel-wrap > .mob .btn-default,
	.latest-blog-carousel-wrap > .mob .btn-default {
		display: block;
		width: 180px;
		margin: 0 auto;
	}
	.seo-text {
		padding: 0px 0 10px;
		flex-direction: column;
	}
	#common-home .seo-text {
		padding: 0px 0 10px;
		flex-direction: column-reverse;
	}
	.seo-text > div:last-child {
		margin-bottom: 20px;
	}
	.seo-text .title {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 24px;
	}
	.seo-text .title + div {
		padding-right: 0;
		min-height: initial;
		max-height: inherit;
	}


	.simple-page-top h1, div[id*="account-"] h1 {
		font-size: 24px;
	}
	.order-list-table thead {
		display: none;
	}
	.order-list-table tbody {
		display: block;
	}
	.order-list-table tbody tr {
		flex-direction: column;
		width: 100%;
		text-align: center;
		border-top: 1px solid #ddd;
	}
	.order-list-table tbody > tr:first-child {
		border-top: none;
	}
	.order-list-table tr.oi-2 > td:first-child,
	.order-list-table tr.oi-1 > td,
	.order-list-table tr.oi-2 > td,
	.order-list-table tbody td,
	.order-list-table tr.oi-2.footer > td:first-child,
	.order-list-table tr.oi-2.footer > td:last-child {
		border: none !important;
		display: block;
		text-align: center;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 5px 0 !important;
		white-space: normal !important;
	}
	.order-list-table tbody td {
		text-align: left !important;
	}


	.order-list-table > tbody > tr {
		display: block;
		text-align: left;
	}
	.order-list-table > tbody > tr > td {
		display: inline-block;
		width: initial;
		min-width: initial;
		margin-right: 5px;
	}
	.order-list-table > tbody > tr > td:last-child {
		display: block;
	}

	.order-list-table tr.oi-1,
	.order-list-table tr.oi-2 {
		margin: 0;
		border: none;
	}
	.order-list-table tr.oi-1 {
		padding: 24px 7px;
	}
	.order-list-table tr.oi-2.header {
		display: none;
	}
	.order-list-table tbody td.text-right {
		text-align: left;
	}
	.table-responsive {
		margin-bottom: 2px;
	}
	.order-list-table .btn-primary {
		float: none !important;
		margin: 0 auto 20px;
	}
	.order-list-table tbody > tr:nth-last-child(6) .btn-primary {
		margin: 0 auto;
	}
	.order-list-table tr.oi-2 .btn-primary {
		margin-bottom: 25px !important;
	}

	div[id*="account-"] #column-left {
		display: block !important;
		width: 100%;
    	margin-bottom: 25px;
	}
	div[id*="account-"] #column-left + #content {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
		min-height: inherit;
	}
	.login-registration-popup .modal-body > .flex2 > div {
		flex: 1 1 100%;
		width: 100%;
	}
	.login-registration-popup .modal-body > .flex2 {
		flex-direction: column;
	}
	body.modal-open {
		overflow: hidden;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		position: fixed;
	}
	.ocfilter-mobile-handle .btn-primary {
		padding: 10px 20px !important;
	}


	.alert .close {
    	margin-top: -12px;
	}

	#cart .dropdown-menu {
		max-width: 90vw;
		width: 100vw;
    	padding: 15px 20px;
	}
	#cart .col3 {
		position: absolute;
		bottom: 0;
		text-align: center;
		padding-left: 17px;
	}
	#cart .dropdown-menu li > div {
		position: relative;
	}
	#cart .dropdown-menu li > div {
		min-width: initial;
	}

	.mob-menu-main {
		height: 100vh;
    	height: calc(var(--vh, 1vh) * 100);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		overflow: auto;
	}

	.breadcrumb {
		white-space: nowrap;
    	overflow: auto;
	}
	#column-left + #content {
		width: 100%;
        margin: 0;
	}

	.sort-block label {
		display: none;
	}
	.sort-block .jq-selectbox {
		align-items: center;
		justify-content: center;
		border: 1px solid #30302F;
		box-sizing: border-box;
		border-radius: 66px !important;
		font-weight: 500;
		font-size: 14px;
		color: #30302F;
		line-height: 40px;
		display: block;
		text-align: center;
		height: 40px;
	}
	.jq-selectbox__trigger-arrow {
		position: absolute;
		top: 15px;
	}
	.sort-block {
		justify-content: flex-end;
	}

	#product-product #content h1 {
		font-size: 24px;
	}
	.flex-price-block-wrap .result-block {
		flex-direction: column;
	}
	.result-block > div:first-child {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	#product-product .col-sm-7 .rating span {
		float: right;
	}

	.flex-price-block {
		flex-wrap: wrap;
	}
	.flex-price-block > div {
		flex: 1 1 50%;
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
	.flex-price-block > div.col3,
	.flex-price-block > div.col4 {
		border-top: none;
		padding-top: 0;
	}
	.flex-price-block-wrap {
		padding-top: 0;
	}
	.flex-price-block-titles {
		display: none;
	}
	.flex-price-block-titles + div > div {
		border-top: none !important;
	}
	.result-block > div:first-child {
		margin-bottom: 0;
	}
	.flex-price-block-wrap .result-block > div:last-child {
		flex-direction: column;
	}

	.description-wrap > .nav-tabs:first-child > li.active ~ li,
	.description-wrap > .container:last-child .nav-tabs > li {
		display: none !important;
	}
	.description-wrap > .container:last-child .nav-tabs > li.active ~ li {
		display: block !important;
	}


	.form-feedback .btn.btn-primary {
		width: 100%;
	}

	#simplecheckout_payment .simplecheckout-block-content > .radio {
		flex: 1 1 100% !important;
		width: calc(100% - 30px) !important;
		max-width: calc(100% - 30px) !important;
	}

	#checkout-cart #content {
		width: 100%;
	}
	#checkout-cart #content form {
		padding: 10px 0;
	}
	.cart-page-block > .flex {
		/*flex-wrap: wrap;*/
        padding: 20px 0;
        align-items: center;
        justify-content: center;
        text-align: center;
	}
	.checkout-shop-link {
		font-size: 12px;
		border-bottom: none;
		line-height: 12px;
		margin-left: 15px;
	}

	.row-customer_lastname,
	.row-customer_secondname,
	.row-customer_email,
	.row-customer_firstname,
	.row-customer_telephone,
	.row-shipping_address_address_2,
	.row-shipping_address_address_1,
	.row-shipping_address_city,
	.row-shipping_address_zone_id,
	.row-shipping_address_shops{
		width: 100% !important;
	}
	#buttons.simplecheckout-button-block .simplecheckout-button-right {
		display: block !important;
	}
	#buttons.simplecheckout-button-block #simplecheckout_button_confirm {
		/*display: block !important;*/
		margin: 0 auto 10px !important;
	}
	#buttons.simplecheckout-button-block {
		width: 100% !important;
		text-align: center;
	}
	.simplecheckout-button-right {
		text-align: center !important;
	}

	#simplecheckout_button_confirm + p {
		text-align: center !important;
		margin-right: 0 !important;
	}

	.cart-page-block .col1 {
		margin-bottom: 15px;
		max-width: 110px;
		min-width: 110px;
		margin-right: 15px;
	}

	.cart-page-block > .flex {
		position: relative;
		align-items: flex-start;
	}
	.cart-page-block .col5 button {
		position: absolute;
    	right: -5px;
    	top: 0px;
	}
	.cart-page-block .col2 {
		margin-right: 10px;
		text-align: left;
	}
	.number-spinner-cart {
		width: 120px;
	}

	.cart-page-block-top h1 {
		font-size: 21px;
		display: block;
	}
	.cart-page-block-top h1 span {
		font-size: 15px;
		display: block;
		margin-left: 0;
	}
	#checkout-cart #content + .col-sm-3 {
		width: 100%;
	}

	.row-address_postcode,
	.row-address_city,
	.row-address_zone_id,
	.row-address_street,
	.row-address_house,
	.row-address_flat,
	.row-edit_firstname,
	.row-edit_lastname,
	.row-edit_secondname,
	.row-edit_email,
	.row-edit_telephone {
		width: 100%;
		float: none;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	div[id*="account-"] .table-responsive {
		border: none;
	}

	.swiper-viewport-reviews .title {
		width: initial;
	}

	.container {
		padding: 0 10px;
	}

	.product-layout {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 24px;
	}

	.simplecheckout-block {
		padding: 20px 15px;
	}
	.footer-line1 > div {
		flex-direction: column;
	}
	.footer-line1-left > div:first-child {
		margin-right: 0;
	}

	footer .flex2 > div {
		width: 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.footer-line1-left > div:first-child,
	.footer-line1-left > div {
		width: 100%;
		flex: 1 1 100%;
		max-width: 100%;
		border-bottom: 1px solid #333333;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.soc-block {
		margin-top: 32px;
		justify-content: flex-start;
	}
	.soc-block a {
		margin-left: 0;
		margin-right: 15px;
	}
	.footer-line2 > div {
		flex: 1 1 100%;
		width: 100%;
		margin-bottom: 25px;
		min-height: 64px;
	}
	.footer-line3 {
		padding: 15px 0;
		align-items: center;
		flex-direction: column;
	}
	.footer-line3 > div {
		flex: 1 1 100%;
		width: 100%;
		text-align: center;
	}
	.footer-line3 > div:nth-child(2) {
		order: 0;
		margin: 18px 0;
	}
	.footer-line3 > div:last-child {
		text-align: center;
	}
	#product-category .product-thumb {
		margin-bottom: 0;
	}
	.product-thumb .category-title,
	.product-thumb .title a {
		text-align: left;
	}
	.product-thumb .category-title {
		
		font-size: 10px;
		line-height: 100%;
	}
	.product-thumb .title a {
        font-family: 'Grunt Grotesk Variable', sans-serif;
		font-size: 14px;
		line-height: 120%;
		color: black;
	}
	.product-thumb {
		padding: 5px;
	}
	#column-left + #content {
		padding: 0 10px;
	}
	.sticker-rectangle {
		margin-left: 15px !important;
		margin-top: 10px !important;
	}
	.wishlist-add {
		position: absolute;
		top: 12px;
    	right: 14px;
	}
	#product-category #content > .row:last-child {
		margin-top: 0 !important;
	}
	.product-thumb .title.category-flag {
		height: 34px;
		overflow: hidden;
	}
	.mob-share-btns {
		position: absolute;
		right: 25px;
		z-index: 2;
		display: flex;
		top: 10px;
	}
	.mob-share-btns button {
		border: none;
		background: transparent;
		outline: none;
		padding: 0;
	}
	.mob-share-btns button img {
		height: 47px;
	}
	.mob-share-btns .wishlist-add {
		position: relative;
		top: 0;
		right: 0;
	}
	.product-right .h1 {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #30302F;
	}
	.price-big + li:before {
		opacity: 0;
		width: 1px;
		margin: 0;
	}

	.attr-mob {
		margin-bottom: 25px;
	}
	.attr-mob > div {
		margin-bottom: 15px;
    	font-size: 16px;
	}
	.attr-mob span {
		font-weight: 500;
		font-size: 16px;
	}
	.advantages .flex {
		min-width: 50%;
	}
	.product-right {
		padding-left: 0;
	}
	.product-prices {
		margin-bottom: 0;
	}
	.slider-for .thumbnail {
		margin-bottom: 5px;
	}
	#product .price-big span {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #30302F;
		margin: 0 3px;
	}

	.description-wrap .tab-content > div {
		display: none !important;
	}
	.description-wrap .tab-content > div.carrent-nav-block {
		display: block !important;
	}
	.description-wrap > .nav {
		margin: 0 0;
	}

	#product-product .nav-tabs > li {
		width: 100%;
		float: none;
		border-top: 1px solid #ddd;
		position: relative;
	}

    #product-product .tab-arrow {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(/image/catalog/theme/arrow-footer.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 12px;
        cursor: pointer;
    }

	#product-product .nav-tabs > li.active:after {
		transform: rotate(180deg);
		top: 5px;
	}
	#product-product .nav-tabs > li > a {
		padding: 16px 0 !important;
	}
	#product-product .tab-content {
		padding: 0;
	}
	#product-product .tab-content + .container li {
		display: none;
	}
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		border-bottom: none !important;
	}

	.description-wrap {
		position: relative;
	}

	#product-product .nav-tabs:before {
		display: none;
	}
	.description-wrap > .nav-tabs:first-child > li.active ~ li,
	.description-wrap > .container:last-child .nav-tabs > li {
		display: none !important;
	}
	.description-wrap > .container:last-child .nav-tabs > li.active ~ li {
		display: block !important;
	}
	.description-wrap .container {
		padding: 0;
	}
	#product-product .nav-tabs {
		margin: 0;
		border-bottom: none;
		margin-top: 40px;
	}
	#product-product .tab-pane {
		padding-top: 10px;
	}
	#product-product .tab-pane h2 {
		display: none;
	}
	.module-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #30302F;
	}
	.cart-page-block-top {
		padding-bottom: 16px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.cart-page-block .col3 button {
		width: 30px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 15px;
		margin: 0;
		padding-left: 0;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.cart-page-block .col3 button img {
		margin-right: 100px;
	}
	.cart-page-block .col3 {
		padding-top: 65px;
	}
	#checkout-cart #content {
		min-height: initial;
	}
	.cart-grey-block .title {
		font-weight: 600;
		font-size: 20px;
		line-height: 100%;
	}
	.cart-grey-block div + p {
		margin-top: 12px;
		font-size: 12px;
	}
	.cart-grey-block .small {
		margin-bottom: 24px;
	}
	.cart-grey-block {
		margin-bottom: 0;
	}
	#checkout-cart .bestseller-carousel-wrap {
		position: relative;
		z-index: 1;
		padding-top: 40px;
		margin-top: 40px;
	}
	#checkout-cart .bestseller-carousel-wrap {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 50px;
		border-top: none;
	}

	#information-information #content h1 {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
	}

	div[id*="account-"] #column-left + #content {
		padding: 20px 10px;
	}
	.acc-title-big {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #30302F;
	}
	#simpleregister_button_confirm {
		width: 100%;
	}
	.login-registration-popup .title {
		color: #30302F;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
	}
	.login-registration-popup .modal-body > .flex2 > div {
		padding: 20px 20px;
	}
	.login-registration-popup form {
		margin-top: 5px;
	}
	.login-registration-popup .btn-primary, .login-registration-popup .btn-default {
		margin-bottom: 0;
	}
	#error-not-found #content h1 + p {
		max-width: 100%;
	}
	.my-preloader.start {
		background-size: contain !important;
	}
	.buttons .pull-right {
		width: 100%;
		text-align: center;
	}

    .about-line4,
    .about-line5 {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .about-line4 > div,
    .about-line5 > div {
        padding: 0 !important;
        flex: 1 1 100%;
        width: 100%;
    }

	.about-line4 img,
	.about-line5 img {
		width: initial !important;
		max-width: 100%;
		max-height: initial;
	}

	#common-home .swiper-slide {
		overflow: hidden;
	}
	#common-home .swiper-slide > img {
		height: 240px;
		width: initial;
		min-width: initial;
		max-width: initial !important;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0px);
	}

	.adventages {
		flex-wrap: wrap;
	}
	.adventages > div {
		flex: 1 1 50%;
    	width: 50%;
		margin: 0 0 25px;
	}
	.banner-slider {
		position: relative;
		border-left: none;
		justify-content: center;
		margin-bottom: 30px;
	}
	.banner-slider > div {
		bottom: 26px;
	}
	.banner-slider > div p {
		font-size: 24px;
		line-height: 29px;
	}

	.seo-text > div {
		flex: 1 1 100%;
    	width: 100%;
	}

	#latest-blog-carousel > div:nth-child(3) ~ div {
		display: none;
	}
	#latest-blog-carousel.active-mob > div:nth-child(3) ~ div {
		display: block;
	}
	#latest-blog-carousel.active-mob ~ .btn-div.mob {
		display: none;
	}
	#latest-blog-carousel .information-layout {
    	margin-bottom: 30px;
	}
	.latest-blog-carousel-wrap .information-thumb2 .title a {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
	}
	.latest-blog-carousel-wrap .information-thumb {
		margin: 0;
	}
	div#section-subscribe .flex2 > div:last-child {
		padding: 35px 45px 65px;
	}
	section#section-subscribe .flex2 > div:last-child {
		padding: 0;
	}

	section#section-subscribe + div + .bestseller-carousel-wrap .product-layout {
		width: 50%;
	}
	.main-top-products {
		margin-top: 0;
		padding: 20px 0 0;
		flex-direction: column;
	}
	.main-top-products .mpt-right,
	.main-top-products .mpt-left {
		flex: 1 1 100%;
		width: 100%;
	}

	section#section-subscribe + div + .bestseller-carousel-wrap .products-carousel > div:nth-child(6) ~ div {
		display: none;
	}
	section#section-subscribe + div + .bestseller-carousel-wrap.active-mob .products-carousel > div:nth-child(6) ~ div {
		display: block;
	}
	section#section-subscribe + div + .bestseller-carousel-wrap.active-mob > .btn-div.mob {
		display: none;
	}

	.latest-blog-carousel-wrap .title-module + .btn {
		right: 15px;
		top: 57px;
	}

	.main-top-products .line1 p {
		margin-top: 7px;
		margin-left: 5px;
		font-size: 24px;
		line-height: 29px;
	}
	.main-top-products .mpt-left .product-thumb .caption .btn {
		max-width: 100%;
	}

	.product-thumb .caption {
		position: relative;
	}


	.product-thumb.product-thumb-big .caption {
		padding-bottom: 45px;
	}
	.product-thumb.product-thumb-big .btn {
		position: absolute;
    	bottom: 0;
	}

	.alert-wrap {
		max-width: 90%;
	}
	.main-top-products .mpt-right .line2 {
		flex-direction: column;
	}
	.main-top-products .mpt-right .product-thumb:after {
		content: "";
		display: table;
		clear: both;
	}
	.main-top-products .mpt-right .product-thumb > .caption {
		padding-left: 20px;
	}
	.main-top-products .mpt-right .product-thumb > a,
	.main-top-products .mpt-right .product-thumb > .caption {
		float: left;
		width: 50%;
	}
	.main-top-products .mpt-right .product-thumb .wishlist-add {
		right: calc(50% + 10px);
	}
	#section-subscribe {
		margin-bottom: 0;
	}
	#section-subscribe .flex2 > div:last-child {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.categs-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #30302F;
		margin-bottom: 20px;
	}

	.soc-block + div {
		text-align: left;
	}

	.owl-dots {
		top: 5px;
	}
	.main-frame-div1 a:after {
		bottom: 15px;
	}
	#slideshow0 {
		position: relative;
		left: -25px;
		width: calc(100% + 40px);
	}

	header .flex2 > div.top-left {
		flex: 1 1 60%;
		width: 60%;
	}
	header .flex2 > div.top-right {
		flex: 1 1 40%;
		width: 40%;
	}
	.top-icons {
		margin-left: auto;
	}

	.main-banner > div span {
		font-size: 52px;
	}

	.html-title {
		margin-top: 60px;
		margin-bottom: 30px;
		
		font-size: 32px;
		line-height: 130%;
	}
	.fw-home {
		flex-direction: column;
	}
	.fw-home > div {
		flex: 1 1 100%;
		width: 100%;
	}
	.fw-home > div.fw-text + .fw-text {
		order: 2;
	}
	.fw-home .fw-text {
		min-height: 400px;
	}

	.bestseller-carousel-wrap .row.products-carousel {
		display: flex;
    	overflow: auto;
	}
	.bestseller-carousel-wrap .row.products-carousel > .product-layout {
		min-width: 100%;
	}
	#section-subscribe .flex2 {
		flex-direction: column;
	}
	#section-subscribe .flex2 > div {
		flex: 1 1 100% !important;
    	width: 100% !important;
	}
	section#section-subscribe .flex2 > div:last-child {
		flex-direction: column;
	}

	#section-subscribe .title {
		text-align: center;
	}
	#input-newsletter,
	#subcribe {
		margin-left: 0;
		margin-top: 16px;
		width: 100%;
	}

	.footer-line1 ul.large a {
		font-size: 14px;
    	line-height: 1;
	}

	.footer-line1,
	.footer-line1 > div {
		margin-bottom: 0;
	}

	.sort-row > div:first-child {
		position: absolute;
		right: 20px;
		top: -50px;
		
		font-size: 24px;
		line-height: 160%;
		color: #A2A398;
	}
	.sort-row > div:last-child {
		max-width: 100%;
    	margin: 0;
	}
	.sort-row .form-group {
		width: 50%;
		margin: 0 3px;
		display: block;
	}

    .sort-row {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 24px;
    }

	.filter-btn {
		width: calc(100% - 12px);
		margin: 0 6px 20px;
	}
	#ocfilter {
		background: transparent !important;
	}
	.jq-selectbox__trigger-arrow:after {
		top: -3px;
	}
	h1 {
		
		font-size: 24px;
		line-height: 160%;
	}
	#product-category h1 {
		padding-right: 120px;
	}
	.new-product-row {
		flex-direction: column;
	}
	html, body {
		overflow-x: hidden !important;
	}
	.nav-tabs>li>a {
		margin-right: 0;
		text-align: left !important;
	}
	.owl-item .product-layout {
		padding: 0;
	}

	.main-banner > div {
        max-width: 100%;
    }

    .information-information4 .main-banner > div span, .information-information15 .main-banner > div span {
        font-size: 52px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        white-space: normal;
    }

	.information-information4 .main-banner > div span {
		font-size: 40px;
	}
	/*.information-information4 .main-banner > div p {
		font-size: 28px;
	}*/

	#information-information .fw-home {
		display: flex !important;
	}
	#information-information #content > .flex > div:nth-child(3) {
		order: 2;
	}

	.custom-order-steps .flex2 > div {
		max-width: 100% !important;
    	width: 100% !important;
	}
	.custom-order-steps > .flex2 {
		display: flex !important;
		flex-direction: column;
		text-align: right;
	}

	.custom-order-steps > .flex2:nth-child(odd) {
		flex-direction: column-reverse;
		text-align: left !important;
	}
	.custom-order-steps > .flex2:nth-child(odd) > div:last-child {
		text-align: left;
	}

	.menu-inner .col2 {
		display: none;
	}
	.menu-inner .col1 {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.menu-inner {
		left: -10px;
		top: 50px;
    	width: calc(100% + 20px);
		height: calc(100% - 50px);
	}
	.menu-inner .grey-line > div:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu-inner .white-line > div:first-child {
		padding-left: 15px;
	}
	.menu-inner .col1 > .white-line {
		flex-direction: column;
	}
	.menu-inner .col1 > .white-line > div {
		flex: 1 1 100%;
    	width: 100%;
	}
	.menu-inner .white-line > div:nth-child(2),
	.menu-inner .white-line > div:last-child {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0;
	}
	.menu-inner .white-line li a {
		
		font-size: 16px;
		line-height: 160%;
	}
	.menu-inner .white-line .title {
		font-weight: 500;
		font-size: 16px;
		line-height: 160%;
		text-transform: uppercase;
		color: #30302F;
		border-top: 1px solid rgba(162, 163, 152, 0.30);
		border-bottom: none;
		padding-top: 16px;
    	padding-bottom: 16px;
		width: 100%;
		margin-bottom: 0;
		position: relative;
	}
	.menu-inner .white-line .title:after {
		content: url(/image/catalog/theme/arrow-footer.svg);
		position: absolute;
		right: 0;
		top: 17px;
	}
	.menu-inner .white-line .title.active:after {
		transform: rotate(180deg);
		top: 10px;
	}

	.menu-inner .white-line .title + ul {
		display: none;
	}
	.menu-inner .white-line .title.active + ul {
		display: block;
	}
	.menu-inner .close-menu {
		top: -40px;
    	left: 10px;
		background-color: #E5E5E5;
	}
	.menu-inner .white-line > div:first-child {
		padding-top: 10px;
		padding-right: 15px;
	}

	div[id*="account-"] h1 + .row {
		display: flex;
		flex-direction: column-reverse;
	}
	div[id*="account-"] #column-left {
		display: block !important;
		width: 100%;
		margin-top: 25px;
	}
	div[id*="account-"] #column-left + #content {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
		min-height: inherit;
	}
	div[id*="account-"] #column-left + #content:after {
		content: '';
		display: block;
		clear: both;
	}

	body.menu-open .top-icons > ul > li {
		display: none;
	}
	body.menu-open .top-icons > ul > li.search-li {
		display: inline-block;
	}
	#search .input-lg {
		padding: 0 5px;
	}
	.product-right .short-description {
		font-size: 14px;
	}
	.button-wishlist, .button-1click {
		font-size: 14px;
	}
	#information-information #content .info-tab {
		font-size: 14px;
	}
	.slider-nav {
		padding-bottom: 15px;
	}

	.custom-order-steps > .flex2 > div:last-child,
	.custom-order-steps > .flex2:nth-child(odd) > div:last-child,
	#slideshow-custom-order .swiper-slide {
		text-align: center !important;
	}
	#slideshow-custom-order ~ .swiper-pager {
		top: 25%;
	}
	#slideshow-custom-order ~ .swiper-pager > div {
		width: 51px !important;
		height: 51px !important;
	}
	.information-information15 .swiper-viewport {
		border: none !important;
		border-radius: 4px;
		box-shadow: none !important;
		margin-bottom: 0 !important;
	}
	.contacts-btn {
		top: -5px;
	}
	.menu-inner .grey-line {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.menu-inner .grey-line > div {
		flex: 1 1 100%;
		width: 100%;
	}
	.menu-inner .grey-line > div:first-child {
		padding-bottom: 0;

		display: flex;
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
	}
	.menu-inner .grey-line > div:last-child {
		padding-left: 0;
		padding-top: 0;
	}
	body.menu-open {
		height: 100vh;
	}
	#search .input-lg {
		margin: 0;
	}
	#search {
		background: #fff;
	}
	.jq-selectbox__dropdown {
		max-width: 100%;
        bottom: unset !important;
	}
	.jq-selectbox li {
		white-space: normal;
		max-width: 100%;
	}

	#tab-description > div {
		columns: 1;
	}
	#tab-specification {
		width: 100%;
	}
}

@media (max-width: 450px) {
    .product-grid {
        width: 50%;
		padding: 5px;
    }
	.main-banner {
		height: calc(100vh - 84px);
	}
	.new-product-row > .product-right {
		flex: 1 100%;
		width: 100%;
	}
	.main-banner > div span {
		font-size: 38px;
		line-height: 50px;
	}
}