@font-face {
	font-display: swap;
	font-family: 'MyriadPro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/myriadpro-regular.woff2') format('woff2'),
		url('../fonts/MyriadPro/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
	font-display: swap;
	font-family: 'MyriadPro';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/MyriadPro/MyriadPro-Semibold.woff2') format('woff2'),
		url('../fonts/MyriadPro/MyriadPro-Semibold.otf') format('opentype');
}
@font-face {
	font-display: swap;
	font-family: 'MyriadPro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/MyriadPro/MyriadPro-Bold.woff2') format('woff2'),
		url('../fonts/MyriadPro/MyriadPro-Bold.otf') format('opentype');
}
@font-face {
	font-display: swap;
	font-family: 'hotelbedding';
	src:
		url('../fonts/hotelbedding/hotelbedding.woff') format('woff'),
		url('../fonts/hotelbedding.ttf') format('truetype'),
		url('../fonts/hotelbedding.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-family: 'MyriadPro', Arial, sans-serif;
	font-weight: 400;
	color: #555b63;
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
}
table {
	width: 100%;
	border-collapse: collapse;
}
figure {
	margin: 0;
}
p {
	margin: 0 0 20px;
}
a,
a:hover {
	text-decoration: none;
	color: #434343;
	cursor: pointer;
}
a:hover {
	color: #ff8b00;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
input[type="text"],
input[type="password"],
textarea {
	font-family: 'MyriadPro', sans-serif;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.list-unstyled {
	margin: 0;
	padding: 0;
}
.list-unstyled > li {
	list-style: none;
}
.list-inline {
	margin: 0;
	padding: 0;
}
.list-inline > li {
	display: inline-block;
	vertical-align: top;
}
.list-blue {
	margin: 15px 0;
	padding: 0;
}
.list-blue > li {
	position: relative;
	margin: 5px 0;
	padding-left: 20px;
	list-style: none;
}
.list-blue > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #132e75;
}
.dropdown-menu {
	display: none;
}
.img-responsive {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.mr-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fl-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.fl-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.fl-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.fl-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.fl-ai-center {
	-webkit-align-items: center;
	align-items: center;
}
.fl-ai-start {
	-webkit-align-items: start;
	align-items: start;
}
.fl-m5 {
	margin-left: -5px;
	margin-right: -5px;
}
.fl-m5 > * {
	padding-left: 5px;
	padding-right: 5px;
}
.fl-m10 {
	margin-left: -10px;
	margin-right: -10px;
}
.fl-m10 > * {
	padding-left: 10px;
	padding-right: 10px;
}
.fl-m15 {
	margin-left: -15px;
	margin-right: -15px;
}
.fl-m15 > * {
	padding-left: 15px;
	padding-right: 15px;
}
.fl-m20 {
	margin-left: -20px;
	margin-right: -20px;
}
.fl-m20 > * {
	padding-left: 20px;
	padding-right: 20px;
}
.fl-m30 {
	margin-left: -30px;
	margin-right: -30px;
}
.fl-m30 > * {
	padding-left: 30px;
	padding-right: 30px;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.t-upper {
	text-transform: uppercase;
}
.t-400 {
	font-weight: 400;
}
.t-700 {
	font-weight: 700;
}
.t-16 {
	font-size: 16px;
}
.t-dashed {
	border-bottom: 1px dashed;
}
.t-dotted {
	border-bottom: 1px dotted;
}
.t-green {
	color: #3ab54a;
}
.t-red {
	color: red;
}
.btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 8px 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #132e75;
	color: #fff;
    font-size: 14px;
	font-weight: 400;
	line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
	white-space: nowrap;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.btn:hover {
	color: #fff;
    background-color: #ff8b00;
}
.btn.btn-block {
	display: block;
	width: 100%;
}
.btn.btn-orange {
	background-color: #ff8b00;
}
.btn.btn-orange:hover {
	background-color: #132e75;
}
.btn.btn-red {
	background-color: #ff3131;
}
.btn.btn-red:hover {
	background-color: #ff8b00;
}
.btn.btn-white {
	background-color: #fff;
	border: 1px solid #e4e4e4;
}
.btn.btn-white:hover {
	background-color: #3ab54a;
	border-color: #3ab54a;
}
.btn-big {
	padding: 18px 25px;
	font-size: 20px;
	font-weight: 600;
	-webkit-border-radius: 56px;
	border-radius: 56px;
}
.breadcrumb {
	overflow: hidden;
	margin: 0 0 20px;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}
.breadcrumb li + li {
	position: relative;
	margin-left: 11px;
}
.breadcrumb li + li::before {
	content: '|';
	position: absolute;
	left: -8px;
}
.h1 {
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}
.h1 .dots {
	margin: 0 10px;
	font-size: 14px;
	line-height: 16px;
}
.h1 .dots i {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.h1 .d1 {
	background-color: #cccdd0;
}
.h1 .d2 {
	background-color: #999da1;
}
.h1 .d3 {
	background-color: #555b63;
}
h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
.product-filter .custom-select {
	margin: 0 20px 4px 0;
}
.custom-select {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.custom-select .select-trigger {
	position: relative;
	display: block;
	padding: 0 30px 0 15px;
	height: 30px;
	background-color: #fff;
	line-height: 30px;
	border: 1px solid #dddee0;
}
.custom-select .select-trigger.active {
	color: #ff8b00;
	border-color: #ff8b00;
}
.custom-select .select-trigger .ico-down {
	position: absolute;
	top: 10px;
	right: 10px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 8px solid #ff8b00;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.custom-select .select-trigger.active .ico-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.custom-select .select-options {
	display: none;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dddee0;
	border-top: none;
}
.custom-select .select-options a {
    display: block;
    padding: 7px 18px;
	font-size: 12px;
}
.custom-select .select-options a + a {
	border-top: 1px solid #dddee0;
}
.pagination {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	list-style: none;
}
.pagination a,
.pagination span {
	display: block;
	width: 34px;
	height: 34px;
	color: #555b63;
	font-size: 20px;
	text-align: center;
	line-height: 34px;
	-weblit-border-radius: 34px;
	border-radius: 34px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagination .active span {
	color: #fff;
	background-color: #ff8b00;
	font-weight: 600;
}
.pagination a:hover {
	background-color: #e6e8e9;
}
.dropdown {
	position: relative;
}
.dropdown.right {
	right: 0;
	left: unset;
}
.dropdown-toggle.arrow {
	position: relative;
}
.dropdown-toggle.arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1px;
	width: 5px;
	height: 5px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	-webkit-transform: rotate(-45deg) translate(50%,-75%);
	transform: rotate(-45deg) translate(50%,-75%);
}
.dropdown-block .dropdown {
    position: absolute;
    z-index: 100;
    display: none;
    min-width: 60px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.dropdown-block:hover .dropdown {
    display: block;
}
.alert {
    padding: 8px 14px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.form-control {
	display: block;
	margin: 0 auto;
	padding: 4px 10px;
	width: 100%;
    vertical-align: middle;
    line-height: normal;
	font-size: 16px;
	line-height: 22px;
    font-weight: 400;
    color: #555b63;
    background-color: #fff;
    text-align: left;
    border: 1px solid #dddee0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}
.form-control:focus {
    border-color: #ff8b00;
}
.wrapper.active .form-control {
	border-color: red;
}
.form-error {
	display: none;
	margin-top: 10px;
	color: red;
}
.wrapper.active .form-error {
	display: block;
}
textarea.form-control {
	height: 95px;
}
.form-group {
    margin-bottom: 20px;
}
.ico {
	display: inline-block;
	vertical-align: top;
	font-family: 'hotelbedding' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ico-arrow_up1:before {
  content: "\e902";
}
.ico-arrow_right1:before {
  content: "\e903";
}
.ico-arrow_left1:before {
  content: "\e904";
}
.ico-arrow_down1:before {
  content: "\e905";
}
.ico-arrow_forward:before {
  content: "\e906";
}
.ico-arrow_drop_up:before {
  content: "\e907";
}
.ico-arrow_drop_down:before {
  content: "\e908";
}
.ico-arrow_downward:before {
  content: "\e909";
}
.ico-arrow_back:before {
  content: "\e90a";
}
.ico-men:before {
  content: "\e927";
}
.ico-cart:before {
  content: "\e91d";
}
.ico-star:before,
.ico-rating:before {
  content: "\e92a";
}
.ico-search:before {
  content: "\e92b";
}
.ico-menu:before {
  content: "\e938";
}
.ico-close:before {
  content: "\e939";
}
body.modal-open {
    height: 100vh;
}
.body-shadow {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.text-block {
	font-size: 16px;
}
.text-block a {
	color: #ff8b00;
	text-decoration: underline;
}
.text-block a:hover {
	text-decoration: none;
}
/*header*/
header {
	margin: 0 0 15px;
	line-height: 1;
	background-color: #fff;
}
.header-middle {
	position: relative;
	padding: 8px 0;
	min-height: 50px;
}
.menu-toggle {
	margin-right: 10px;
	font-size: 24px;
	line-height: 34px;
}
#logo img {
	max-height: 34px;
}
#search {
	position: relative;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 0 20px;
	max-width: 470px;
}
#search .contacts {
	font-size: 16px;
}
#search .contacts span,
#search .contacts a {
	font-weight: 700
}
#search .address {
	margin: 3px 0;
}
#search .bottom {
	position: relative;
}
#search input {
	padding: 0 50px 0 15px;
	width: 100%;
	height: 32px;
	border: 1px solid #dddee0;
}
#search .search-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 32px;
	text-align: center;
	color: #4bb859;
	font-size: 24px;
	line-height: 32px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#search .search-button:hover {
	color: #fff;
	background-color: #4bb859;
}
.search-toggle {
	margin-left: 10px;
	width: 36px;
	height: 36px;
	background-color: #e6e8e9;
	border: 1px solid #dddee0;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
}
#account {
	font-size: 13px;
}
#account i {
	position: relative;
	display: block;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	background-color: #e6e8e9;
	border: 1px solid #dddee0;
	-webkit-border-radius: 36px;
	border-radius: 36px;
}
#account i::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 18px;
	width: 18px;
	background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA2CAYAAABjhwHjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJtJREFUeNrMmmdoFEEUxycxRKzErrErVhR7LFFjjV2xxY71k4oNKyiKHTVY0S+xoFFJLKAiKmIBG/aOYsVYIvYCEbv/572DEHL7Zjczd/eH36eZ29v/7sx7b2Y2YuCwscqC6oFeoBWoCcqCKPAH5APvwWNwFRwBJ8BfL3+UnpoSsC3KsKlRYA4bclIFJgFMA18A3eUS8MHUzUQauk5P8A5s1TCWm4qySXqjy8LFHA2xA+AQKGHonmaDlzy0Q2auCsgAvS3M2VhwGwwOhbly4ArfhE3tBpOCaY5+c8zgMJS0FvTz8kMv0TIN1Nfs+xGcAg/BVxABokF50NpF8NkGLvJctGZuKhig0S+TA0Mq57ZAigfJoLlwvSIciRNtDUuaZ4s0nzLNxe2CMdI50AKM0bhuZzDUljl6a4WEPtPBaA9Dnd5KW41+M22YK8TVh5NW8RDzqjOgu9CnAehh2hxFq1IO7TTZZxiIjFRnrhT6DDZtrpPQPs9g6J8rREUKKgVMmmvp0HYBHDdo7gcHo0AqDRqbMlcZ1HBo328hce8R2uubMldFaL9gwdwNrludlkxGzEmJ/pUFc3+FeRdrcs4FUhb4ZKmmzAr1eq4gbyHYUIxD209T5r4K7VUtGCsMqjm0vzRlLkN4UvEWzDUDxRzaH5sy9xrcE6oX05KuecfknDvh0FYbjDNorC6Y6NB+F9w0ae6g0L6CKwcTWiW0HzUdLU8LT6uYoUplAegm9NlhIxWsE9opsJzMgzEqvucLffbpDkm35raAW0Kf9uCFbmGbLewfBgs1+i61mcSnaPShzR//GUA7IRBt4DzaXeO6tM675uZm3W4Q0U7WYl5zSerKfGKzT8EvUAY0BRVd/O8DMMvtOI/yODfqgP4uyqiOeZiL9ECSlIdTIK+1JW3v7VX29Yq3N256+bFXc3RIUSkI5qK5WokOhrkYDhR0SBEXBHMlwWYulONtmuurfGdwXVXwRSbPgjU2zCVzBZJPhVaTwXXlO6w0Yo4OF6cZWll/VvIWu6SG4AmontdUQLvArT3cwCMucC9zjvrAQzqL81xx5dt4asyJvpXLKVKCc2dT/q9cFeHwNQOdwbk5VcngojaNA47bQDUEDGejuqLqJi49NeW+m2G5x4UxeiPDlG9/c64HY4qrmE0cEeu5KLPoaOts0vBx5XTNzVZ6Z3CKwzQl2V0GgwYtRpsovWMt/xDdrWOOxrDupxIjDK/Ac2orz8vnGn0T8PYWSOY2av7xIOU7NbWtZ6AWByZJ82GwUSBz43nXSRIdIaUHMbd9U75TpkyNvstzMxfNc00niaaFIHl/4cpIWhkk4u31zWlugsb6aqfGVoNN3dIMMhOzm4vSWGFTRTBWhV7blPPZHakD3l6i31ySxvKFVsHfVXhoBg9TJ430m5N2dy8GaWGqqzdgtdCnD95eSTKXIHRcr8JPm3n7IZDo64s2ZC6/Q6fMMHtrfj1X8iZwDJlzOjE5FEZzLaekXHspMmfiy6bfKm8fzdgW7T6fDzRssVK4G8lJmZYabzlJ0mKSjoia81osnNWFVzC/+N7pM49kGPtf8/4TYACx9OjBtuCC/wAAAABJRU5ErkJggg==') no-repeat center center;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#account span {
	display: block;
	margin-top: 8px;
	white-space: nowrap;
}
#cart {
	position: relative;
}
#cart .dropdown-toggle {
	display: block;
	text-align: center;
}
#cart .cart-ico {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	background-color: #ff8b00;
	-webkit-border-radius: 52px;
	border-radius: 52px;
}
#cart .cart-ico::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 34px;
	background: url('../images/cart.png') no-repeat center center;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#cart-total {
	color: #ff8b00;
	font-size: 16px;
	white-space: nowrap;
}
#cart .dropdown {
	padding: 10px;
	width: 320px;
}
.cart-content tr + tr {
	border-top: 1px solid #e0e0e0;
}
.cart-content td {
	padding: 5px;
}
.cart-content .quantity {
	white-space: nowrap;
	font-size: 12px;
}
.cart-content .price {
	white-space: nowrap;
	font-size: 12px;
}
.cart-content .remove {
	width: 1px;
}
.cart-content .totals {
	margin-bottom: 10px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-content .totals td:last-child {
	width: 1px;
	white-space: nowrap;
}
.cart-content .sub_total + .total {
	display: none;
}
#cart .btn {
	width: 100%;
}
#cart .btn-orange {
	display: none;
}
.main-nav-wrapper {
	display: none;
}
/*home*/
.common-home #column-left {
	display: -webkit-flex;
	display: flex;
}
aside .heading {
	margin-bottom: 10px;
	color: #ff8b00;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 0.5;
}
.check-order .heading {
	color: #555b63;
	font-weight: 400;
}
.check-order form {
	padding: 20px;
	background-color: #e6e7e8;
}
.check-order .form-group {
    margin-bottom: 10px;
}
.check-order .block-content .title {
	margin-bottom: 5px;
	font-size: 18px;
}
.check-order .submit {
	font-size: 18px;
	font-weight: 700;
}
.check-order .form-control {
	padding: 4px 10px;
	border-color: transparent;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.category-module .heading {
	margin-bottom: 3px;
	padding-bottom: 15px;
	border-bottom: 1px solid #4bb859;
}
.category-module ul {
	background-color: #4bb859;
}
.category-module a {
	padding: 10px 25px;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s;
}
.category-module a:hover {
	background-color: #ff8b00;
}
.category-module .image {
	-webkit-flex: 0 0 55px;
	flex: 0 0 55px;
	margin-right: 15px;
}
.divider-dotted {
	margin: 10px 0 20px;
	padding-top: 2px;
	border-top: 4px dotted #dddee0;
}
.divider-dotted::before {
	content: '';
	display: block;
	border-top: 1px solid #dddee0;
}
.gradient-h {
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #e6e8e9 50%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#e6e8e9 50%,#ffffff 100%);
	background: linear-gradient(to right, #ffffff 0%,#e6e8e9 50%,#ffffff 100%);
}
.gradient-v {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6e7e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e6e7e8 100%);
}
.categorywall {
	margin-bottom: 20px;
}
.categorywall > div {
	padding: 5px;
}
.categorywall a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.categorywall .name {
	padding: 5px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #132e75;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.categorywall a:hover .name {
	background-color: #ff8b00;
}
.categorywall .description {
	flex: 0 1 100%;
	padding: 2px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #132e75;
	color: #132e75;
	text-align: center;
}
.categorywall a:hover .description {
	color: #ff8b00;
	border-color: #ff8b00;
}
.categorywall .bottom {
	flex: 0 1 100%;
	padding: 5px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #132e75;
}
.categorywall a:hover .bottom {
	background-color: #ff8b00;
}
.categorywall a img {
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
}
.categorywall a:hover img {
	opacity: 0.8;
}
.featured .gradient-h {
	margin-bottom: 4px;
	padding: 4px;
	font-size: 18px;
	text-align: center;
}
.featured .orange, div.orange  {
	padding: 6px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background-color: #ff8b00;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.featured .orange a {
	color: #fff;
	text-decoration: underline;
}

.home-info {
	margin: 30px 0;
	padding: 60px 0;
}
.home-info .text {
	text-align: right;
	flex: 0 1 100%;
}
.home-info .title {
	margin: 0 0 30px;
	color: #132e75;
	font-size: 25px;
	font-weight: 700;
}
.home-info .topic {
	font-size: 16px;
	font-weight:700;
}
.home-info .image {
	order: -1;
	flex: 0 0 100%;
	padding: 20px 0;
}
.home-info .big {
	color: #ff8b00;
	font-size: 31px;
	font-weight: 700;
}
.home-advantages {
	margin: 40px 0;
}
.home-advantages li + li {
	border-top: 1px solid #dddee0;
}
.home-advantages i {
	position: relative;
	display: block;
	margin: 0 auto 25px;
	width: 82px;
	height: 82px;
	background: #4bb859;
	-webkit-border-radius: 82px;
	border-radius: 82px;
}
.home-advantages i::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.home-advantages .ico-who::before {
	width: 49px;
	height: 32px;
	background-image: url('../images/ico-who.png');
}
.home-advantages .ico-personal::before {
	width: 27px;
	height: 40px;
	background-image: url('../images/ico-personal.png');
}
.home-advantages .ico-usa::before {
	width: 45px;
	height: 45px;
	background-image: url('../images/ico-usa.png');
}
.home-advantages .topic {
	margin: 0 0 20px;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}
.bestsellers li {
	margin: 0 0 10px;
}
.bestsellers a {
	padding: 5px;
	height: 100%;
	border: 1px solid #dddee0;
	line-height: 1;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}
.bestsellers a:hover {
	border-color: #ff8b00;
}
.bestsellers .image {
	-webkit-flex: 0 0 60px;
	flex: 0 0 60px;
	margin-right: 15px;
}
.bestsellers .title {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}
.bestsellers .price {
	display: block;
	color: #4bb859;
	font-size: 24px;
}
/*products*/
.asides #content {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}
.category-description {
	margin: 30px 0 -25px;
	padding: 30px 0;
	font-size: 16px;
}
.category-description .topic,
.category-description h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
.product-grid {
	margin: 20px 0 0;
}
.product-item {
	overflow: hidden;
	padding: 15px;
	line-height: 1;
	border-right: 1px solid #dddee0;
	border-bottom: 1px solid #dddee0;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}
.product-item:hover {
	border-color: #ff8b00;
}
.slick-slide .product-item {
	display: -webkit-flex !important;
	display: flex !important;
}
.product-item .image {
	position: relative;
}

.product-item .title {
	margin: auto 0;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}
.rating i {
	line-height: 1;
	font-size: 16px;
	color: #dbdbdb;
}
.rating i.active {
	color: #f1b737;
}
.rating i + i {
	margin-left: 2px;
}
.product-item .rating {
	margin-top: 10px;
	white-space: nowrap;
	text-align: center;
}
.product-item .rating i {
	font-size: 13px;
}
.product-item .author {
	margin: 0 0 15px;
}
.product-item .bottom {
	margin: auto 0 0;
}
.product-item .price-block {
	color: #4bb859;
	font-size: 22px;
	white-space: nowrap;
}
.product-item .price-old {
	margin-right: 10px;
	color: #a8a8a8;
	font-size: 13px;
	text-decoration: line-through;
}
.product-item .btn {
	margin: auto 0 0;
}
.slick-initialized .slick-slide.product-item {
	display: -webkit-flex;
    display: flex;
}
.nav-tabs .nav {
	margin: 0 15px;
	border-bottom: 1px dashed #434343;
}
.nav-tabs .nav.selected {
	color: #3ab54a;
}
.tab-content {
    display: none;
}
/*product*/
.product h1 {
	color: #132e75;
	font-size: 25px;
	font-weight: 700;
}
.product-info > .left,
.product-info > .right {
	max-width: 100%;
	overflow: hidden;
}
#main-thumb .thumbnail {
	display: block;
}
#main-thumb .items >.thumbnail + .thumbnail {
	display: none;
}
.product-info .image-additional {
	margin: 16px 0;
}
.product-info .img-wrapper {
	padding: 0 4px;
}
.product-info .img-wrapper a {
	padding: 4px;
	border: 1px solid #dddee0;
}
.product-info .img-wrapper.slick-current a {
    border-color: #ff8b00;
}
.product-info .thumb-3d {
	position: relative;
}
.product-info .thumb-3d img {
	opacity: 0.5;
}
.product-info .title-3d {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 40px;
	font-weight: 700;
	color: #4bb859;
}
#model-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-info > .right {
	font-size: 17px;
}
.product-info .top-info {
	line-height: 1;
}
.product-info .top-info > * {
	margin: 5px 0;
	white-space: nowrap;
}
.product-info .instock span {
	color: #4bb859;
}
.product-info .outofstock span {
	color: #ff3131;
}
.product-info .write a {
	position: relative;
	display: block;
	padding-left: 28px;
	font-weight: 600;
	line-height: 25px;
}
.product-info .write a::before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 26px;
	height: 25px;
	background: url('../images/ico-write.png') no-repeat center center;
	background-size: contain;
	transform: transleteY(-50%);
}
.product-info .variants li {
	max-width: 20%;
}
.product-info .variants a {
	margin: 5px 0;
	display: block;
	text-align: center;
	line-height: 1;
}
.product-info .variants img {
	margin-bottom: 5px;
	padding: 6px;
	border: 1px solid #dddee0;
}
.product-info .variants .current img {
	border-color: #ff8b00;
}
.product-info .variants span {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.product-info .variants .current span {
	color: #ff8b00;
}
.product-info .divider {
	margin: 10px 0;
	border-top: 1px solid #dddee0;
}
.options {
	line-height: 1;
}
.options .option {
	margin-bottom: 10px;
}
.option .title {
	margin: 5px 0;
	font-weight: 700;
}
.option td {
    padding: 2px;
}
.option .opt-color {
    display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 -2px;
    width: 28px;
    height: 28px;
    border: 1px solid #dddee0;
	-webkit-border-radius: 28px;
	border-radius: 28px;
}
.option .td-image,
.option .td-counter {
	width: 1%;
}
.option.option-25 {
	display: none;
}
.product-info .quantity-block {
	margin: 15px 0;
}
.product-info .sets-quantity {
	margin-right: 10px;
}
.product-info .price-block {
	line-height: 40px;
	margin-right: 20px;
	white-space: nowrap;
}
.product-info #button-cart {
	padding-left: 70px;
}
.product-info #button-cart::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 28px;
	width: 34px;
	background: url('../images/cart.png') no-repeat center center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-info .price {
	vertical-align: top;
	margin-left: 10px;
	color: #4bb859;
	font-size: 40px;
	font-weight: 600;
}
.counter {
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	width: 86px;
	color: #333;
	font-size: 17px;
	text-align: center;
	border: 1px solid #c0c5ce;
}
.counter a {
	display: block;
	width: 25px;
	height: 26px;
	line-height: 26px;
	-webkit-user-select: none; 
	user-select: none; 
	background-color: #dddee0;
}
.counter input {
	padding: 0;
	width: 34px;
	height: 26px;
	text-align: center;
	border: none;
}
.counter.big {
	width: 110px;
}
.counter.big a {
	width: 30px;
	height: 42px;
	line-height: 42px;
}
.counter.big input {
	width: 48px;
	height: 42px;
}
.product-info .text-danger {
	margin-top: 5px;
	color: red;
}
.product .tabs {
	margin-top: 30px;
}
.table-responsive {
	overflow: auto;
}
.table-attributes,
.table-bordered {
	font-size: 16px;
	line-height: 1;
}
.table-bordered {
	margin-bottom: 20px;
	border-left: 1px solid #dddee0;
  	border-right: 1px solid #dddee0;
}
.table-attributes thead,
.table-bordered thead {
	background: #dddee0;
	text-align: center;
}
.table-attributes td {
	padding: 12px 20px;
	width: 50%;
}
.table-bordered td {
	padding: 12px ;
}
.table-attributes tbody tr,
.table-bordered tbody tr {
	border-bottom: 1px solid #dddee0;
}
.table-attributes tbody td + td,
.table-bordered tbody td + td {
	border-left: 1px solid #dddee0;
}
.table-attributes tbody td:first-child {
	text-align: right;
}
.tab-content.type1 {
	font-size: 16px;
}
#tab-instructions .example {
	color: #132e75;
	font-size: 20px;
}
/*blog*/
.list-news > li {
	margin-bottom: 30px;
	line-height: 1;
}
.list-news .image {
	display: block;
	margin: 0 0 15px;
}
.list-news .record-date {
	margin: 5px 0 10px;
	font-size: 14px;
	color: #9a9ea3;
}
.list-news .title {
	font-weight: 700;
	font-size: 20px;
}
.list-news .news-item:nth-child(odd) .title a {
	color: #132e75;
}
.list-news .news-item:nth-child(odd) .title a:hover {
	color: #ff8b00;
}
.list-news .description {
	margin: 10px 0 0;
}
#content .sc-stat-small {
	display: none;
}
#content .sc-stat-comments {
    background: #132e75;
}
.comment-wrapper {
	padding: 20px 0;
	border-bottom: 2px dotted #a3a6ac;
}
.comments_parent .comment-block {
	margin-left: 40px;
}
.comment-block .author {
	font-weight: 700;
}
.comment-block .date-added {
	margin-left: 2px;
	color: #787878;
}
.comment-block .voting {
	text-align: right;
	line-height: 1;
}
.comment-block .mark,
.comment-block .comments_vote,
.comment-block .comments_stat {
	display: inline-block;
	vertical-align: top;
}
.comment-block .mark {
	line-height: 24px;
	font-weight: 700;
}
.comment-block .mark.positive {
	color: green;
}
.comment-block .mark.negative {
	color: red;
}
.comment-block .comments_vote {
	margin: 0 2px;
	padding: 5px;
	min-width: 34px;
	color: #787878;
	text-align: center;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.comment-block .comments_vote:hover {
	color: #fff;
	background-color: #8460d2;
}
.comment-block .comments_stat {
	margin-left: 2px;
}
.comment-block .comment-top {
	margin: 0 0 10px;
}
.comment-block .rating {
	margin: 0 0 10px;
}
.popup-review .rating-stars input {
	display: none;
}
.popup-review .rating-stars .ico-star {
	font-size: 20px;
	cursor: pointer;
}
.star-1 label:nth-child(1) i,
.star-2 label:nth-child(-n+2) i,
.star-3 label:nth-child(-n+3) i,
.star-4 label:nth-child(-n+4) i,
.star-5 label:nth-child(-n+5) i {
   color: #f1b737;
}
/*news-widget*/
.asides.record {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.record h1 {
	margin-top: 0;
}
.record #content {
	overflow: hidden;
}
.record #content img {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
}
.record #column-right {
	-webkit-flex: 1 0 400px;
	flex: 1 0 400px;
	border-left: 1px solid #dddee0;
}
.news-column li + li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 4px dotted #dddee0;
}
.news-column .title {
	margin: 10px 0 5px;
	font-size: 15px;
	font-weight: 700;
}
.news-column .record-date {
	margin: 5px 0;
	color: #9a9ea3;
}
/*popup*/
.popup-wrapper {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 730px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.popup-wrapper .alert {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.popup-wrapper.modal-account,
.popup-wrapper.w-500 {
	max-width: 500px;
}
.popup-wrapper .title-tabs {
	margin: 0 0 40px;
	border-bottom: 1px solid #ececec;
	text-align: center;
}
.popup-wrapper .title-tabs a {
	display: block;
	padding: 17px 0;
	color: #787878;
	font-size: 16px;
	line-height: 1;
	border-bottom: 2px solid transparent;
}
.popup-wrapper .title-tabs a.selected {
	color: #000;
	border-color: #3ab54a;
}
.table-content .form-group {
	display: -webkit-flex;
	display: flex;
}
.table-content .title {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.table-content .wrapper {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.block-content .title {
	margin: 0 0 5px;
	line-height: 1;
}
.popup-wrapper .sub-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.popup-wrapper .cart-products {
	max-height: 350px;
	overflow: auto;
}
.popup-wrapper .cart-products table {
	border-top: 1px solid #e0e0e0;
}
.modal-account #ajax-recovery {
	display: none;
}
.modal-account .title .rec-link {
	float: right;
}
.video-resp {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-resp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.not-found {
	padding: 60px 0;
}
.not-found h1 {
	margin: 15px 0;
	color: #132e75;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}
.not-found h1 span {
	white-space: nowrap;
	text-transform: uppercase;
}
.not-found p {
	font-size: 21px;
}
.not-found p a {
	font-size: 29px;
	font-weight: 700;
	text-decoration: underline;
	white-space: nowrap;
}
/*contacts*/
.contact-info .topic {
	margin-bottom: 20px;
	color: #ff8b00;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.contact-info > div {
	margin-bottom: 20px;
}
.contact-info li {
	position: relative;
	overflow: hidden;
	padding-right: 10px;
	height: 92px;
	background: #eeeeef;
	font-size: 19px;
}
.contact-info li + li {
	margin-top: 10px;
}
.contact-info li i {
	position: relative;
	margin: 0 20px 0 -30px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 112px;
	height: 112px;
	-webkit-border-radius: 66px;
	border-radius: 66px;
	background: #fff url('../images/ico-map.png') no-repeat center center;
}
.contact-info li .address {
	background-size: 47px 38px;
}
.contact-info li .phone {
	background-image: url('../images/ico-phone.png');
	background-size: 40px 40px;
}
.contact-info li .fax {
	background-image: url('../images/ico-fax.png');
	background-size: 42px 36px;
}
.contact-map iframe {
	border: none;
}
/*footer*/
footer {
	margin-top: 30px;
	background: #e6e8e9;
}
footer > .container {
	padding: 10px 0;
}
footer .top {
	margin: 0 -40px;
}
footer .column {
	padding: 10px;
}
footer .column + .column {
	border-top: 1px solid #fff;
}
footer .column li {
	margin: 7px 0;
}
footer .powered {
	padding: 16px;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #4bb859;
}
/*slick*/
.slick-arrows {
	line-height: 1;
}
.heading .slick-arrows {
	position: absolute;
	right: 0;
	top: 7px;
}
.slick-arrows a {
	display: inline-block !important;
	vertical-align: top;
	width: 14px;
	height: 14px;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.slick-arrows a:hover {
	border-color: #333;
}
.slick-arrows .left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-arrows .right {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: unstyled;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #fff;
	cursor: pointer;
}
.slick-dots .slick-active {
	background: #fff;
}
.product-grid .slick-dots {
	position: static;
	margin: 30px 0 0;
}
.product-grid .slick-dots li {
	border-color: #3ab54a;
}
.product-grid .slick-dots .slick-active {
	background: #3ab54a;
}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: -webkit-flex;display: flex;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;/*height: 100%*/;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display:block; margin:0 auto;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;}.slick-arrow.slick-hidden {display: none;}.slick-slide > a {display: block;}.slick-slide .item {vertical-align: top;}
.control-wrapper {
	overflow: hidden;
}
.canvas-wrapper {
	max-width: 100%;
	overflow: auto;
}
#model-canvas {
	width: 100%;
}
.upload-form {
	margin: 20px 0;
}
.upload-form label {
	display: flex;
	width: 100%;
	alig-items: center;
	justify-content: center;
}
.upload-form input {
	display: none;
}
#model-canvas {
}
.constr-wrapper {
	position: relative;
}
.constr-wrapper::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
#constr-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #ff8b00;
}
.color-list li {
	margin-bottom: 10px;
}
.color-list input{
	display: none;
}
.color-list span {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.color-list input:checked + span {
	border: 1px solid #ff8b00;
}
/*xs*/
.hidden {
	display: none !important;
}
.xs-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xs-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.xs-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.xs-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.xs-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.xs-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.xs-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.xs-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.xs-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.xs-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
/*sm*/
@media (min-width: 576px) {
.sm-hide {
	display: none !important;
}
.sm-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sm-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sm-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sm-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.sm-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.sm-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.sm-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.sm-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.sm-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.sm-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.sm-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.sm-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.sm-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
.breadcrumb li + li {
	margin-left: 20px;
}
.breadcrumb li + li::before {
	left: -13px;
}
#check-order {
	display: block !important;
}
.product .tabs {
	line-height: 1;
	border-bottom: 1px solid #e0e0e0;
}
.product .tabs a {
	margin: 0 0 -2px; 
	padding: 5px 20px;
	font-size: 17px;
	font-weight: 700;
	border-bottom: 3px solid transparent;
}
.product .tabs a.selected {
	color: #ff8b00;
	border-color: #ff8b00;
}
.product .tabs-wrapper {
	margin: 20px 0 40px;
}
.list-news .title {
	-webkit-display: flex;
	display: flex;
	min-height: 2em;
	align-items: center;
}
footer > .container {
    padding-top: 40px;
}
footer .top {
	margin: 0 -20px;
}
footer .column {
	padding: 0 20px;
	margin-bottom: 30px;
}
footer .column + .column {
	border-top: none;
	border-left: 1px solid #fff;
}
footer .column a {
	font-size: 16px;
}
footer .secure {
	margin-left: 0;
}
footer .logo {
	margin-right: 0;
}
}
/*md*/
@media (min-width: 768px) {
.md-hide {
	display: none !important;
}
.md-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.md-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.md-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.md-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.md-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.md-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.md-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.md-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.md-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.md-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.md-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.md-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.md-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
.header-middle {
	padding: 14px 0 10px;
	height: auto;
}
#logo {
    -webkit-flex: 0 0 285px;
    flex: 0 0 285px;
}
#logo img {
    max-height: 62px;
}
#account i {
	margin: 0 auto;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
}
#search {
	display: block !important;
}
#cart {
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #dddee0;
}
#cart .cart-ico {
	margin: 0 auto 8px;
	width: 52px;
	height: 52px;
}
#cart .cart-ico::before {
    height: 28px;
    width: 34px;
}
.main-nav-wrapper {
	display: block !important;
	background-color: #4bb859;
}
.main-nav {
	justify-content: flex-start;
	gap: 15px;
}
.main-nav > li > a {
	display: -webkit-flex;
	display: flex;
	padding: 4px 4px;
	height: 48px;
	align-items: center;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.main-nav > li:hover {
	background-color: #ff8b00;
}
.main-nav .dropdown-toggle {
	padding-right: 30px;
}
.main-nav .dropdown-toggle::after {
    right: 10px;
    width: 8px;
    height: 8px;
}
.main-nav .dropdown a {
	display: block;
	padding: 15px;
	font-weight: bold;
}
.main-nav .dropdown li + li {
	border-top: 1px solid #e0e0e0;
}
.main-nav .info-catalog {
	margin-left: auto;
}
#column-left {
	flex: 0 0 222px;
	margin-right: 30px;
}
.common-home #column-left {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.check-order .form-control::placeholder {
	color: #fff;
}
.bestsellers li {
	margin-bottom: 5px;
}
.home-advantages li + li {
	border-top: none;
    border-left: 1px solid #dddee0;
}
.home-info .image {
	margin-left: 30px;
	flex: 0 0 50%;
	padding: 0;
	order: initial;
}
.featured .gradient-h {
	font-size: 22px;
}
.featured .orange, div.orange {
	font-size: 24px;
}
.product h1 span {
	padding-left: 30px;
}
.product-info > .left {
	position: relative;
	padding: 0 0 0 110px;
}
.product-info .image-additional {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 80px;
	height: 100%;
}
.product-info .image-additional .slick-list {
	height: 100% !important;
	padding: 0 !important;
}
.product-info .image-additional .slick-track {
	display: block;
	height: 100% !important;
}
.product-info .image-additional .img-wrapper {
    padding: 0;
	height: 20% !important;
	display: -webkit-flex;
	display: flex;
    align-items: center;
}
.product-info .img-wrapper a {
	padding: 9px;
	width: 100%;
	height: 100%;
	max-height: 80px;
}
.product-info .img-wrapper img {
	max-height: 100%;
}
.product-info > .right {
	padding-left: 30px;
}
}
/*lg*/
@media (min-width: 992px) {
.lg-hide {
	display: none !important;
}
.lg-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lg-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.lg-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lg-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.lg-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.lg-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.lg-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.lg-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.lg-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.lg-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.lg-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.lg-8 {
	-webkit-flex-basis: 12.5%;
	flex-basis: 12.5%;
}
.lg-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.lg-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
.main-nav > li > a {
	font-size: 18px;
	font-weight: bold;
}
.main-nav .dropdown a {
	font-size: 16px;
}
.featured .orange {
	font-size: 30px;
}
footer .top {
	margin: 0 -40px;
}
footer .column {
	padding: 0 40px;
}
}
/*xl*/
@media (min-width: 1110px) {
.xl-hide {
	display: none;
}
.xl-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xl-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.xl-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xl-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.xl-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.xl-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.xl-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.xl-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.xl-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.xl-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
}
@media (max-width:350px) {
#logo img {
    max-width: 120px;
}
}
@media (max-width:410px) {
.product-filter .custom-select {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	margin-right: 0;
}
.product-item {
    padding:5px;
    
}
}
@media (max-width:500px) {
.product-item .bottom {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.product-item .bottom .price-block {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
	text-align: center;
}
.bestsellers a {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.bestsellers .image {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
}
.product-info #button-cart {
	margin-top: 10px;
	width: 100%;
}
}
@media (max-width:575px) {
.xs-hidden {
	display: none;
}
.check-order .heading span {
	border-bottom: 2px dashed;
	color: #ff8b00;
	cursor: pointer;
	font-weight: 600;
}
#check-order {
	display: none;
}
.category-module {
	order: -1;
}
.category-module ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category-module li {
	overflow: hidden;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}
.category-module a {
	padding: 5px;
    font-size: 13px;
    height: 100%;
}
.categorywall .col {
	margin-top: 5px;
}
.product .tabs {
	margin: 30px 0;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.product .tabs > a {
	margin: 0;
	padding: 8px;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: none;
}
.product .tabs * + a {
	border-top: 1px solid #e0e0e0;
}
.product .tab-content {
	padding: 10px;
	border-top: 1px solid #e0e0e0;
}
.comment-stat .btn {
	margin-top: 15px;
	padding: 10px 20px;
}
.container-comments .comment-wrapper:last-child {
	border: none;
}
footer {
	text-align: center;
}
footer .column {
	padding: 10px;
	margin: 0;
}
footer .column + .column {
    border-top: 1px solid #fff;
	border-left: none;
}
footer .column a {
	font-size: 14px;
}
}
@media (max-width:767px) {
.sm-hidden {
	display: none !important;
}
body {
    padding-top: 75px;
}
header {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.modal-open header {
	z-index: 102;
}
#search {
	display: none;
	order: 3;
	margin: 10px 0 0;
	max-width: 100%;
}
.main-nav-wrapper {
	overflow: auto;
	max-height: calc(100vh - 52px);
}
.main-nav {
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 0;
}
.main-nav li {
	border-top: 1px solid #e0e0e0;
}
.main-nav a {
	display: block;
	padding: 8px;
	font-size: 16px;
}
.main-nav .address {
	padding: 10px 8px;
}
.main-nav div {
	margin: 3px 0;
}
.main-nav .address a {
	display: inline;
	padding: 0;
	color: #132e75;
}
.main-nav .address a:hover {
	text-decoration: underline;
}
.main-nav .cat-dropdown {
	position: static;
	padding-left: 20px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.main-nav .dropdown-block:hover .cat-dropdown,
#cart:hover .cart-content {
	display: none;
}
.common-home #column-left {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}
.common-home #column-left > * {
	padding-left: 5px;
	padding-right: 5px;
}
.asides #column-left {
	display: none;
}
.check-order {
	display: flex;
	flex-direction: column;
}
#check-order {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.home-info {
	padding: 30px 0;
}
.home-info .text {
    text-align: left;
}
.home-info .further {
	text-align: right;
}
.home-advantages li {
	padding: 20px 0;
}
}
@media (max-width:991px) {
.md-hidden {
	display: none !important;
}
#search .contacts,
#search .address {
	display: none;
}
.record #column-right {
	display: none;
}
}
@media (max-width:1109px) {
.lg-hidden {
	display: none !important;
}
}
@media (max-width:1230px) {
.container {
	margin-left: 15px;
	margin-right: 15px;
}
}
@media (min-width: 768px) and (max-width:900px) {
.product-item .bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.product-item .bottom .price-block {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: center;
}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }}