body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	margin-top: 2em;
	margin-bottom: 1em; 
}
.fa {
	font-size: 14px;
}
.mfp-inline-holder .mfp-content {
	max-width: 500px;
}
.mfp-close-btn-in .mfp-close {
	
	color: #333333 !important;
	top: 26px;
	right: 28px;
	opacity: 1;
	border-radius: 8px;
	border: 1px solid #9b9a9a;
	width: 30px;
  	height: 30px;
  	line-height: 30px;
}
.alert-success {
	position: relative;
	color: #616161;
	background-color: #fff;
	border-color: transparent;
	padding: 50px !important;
	border-radius: 20px;
	display: flex;
  	justify-content: center;
  	align-items: center;

  	-webkit-box-shadow: 0px 12px 39px 1px rgba(97, 97, 97, 1);
	-moz-box-shadow: 0px 12px 39px 1px rgba(97, 97, 97, 1);
	box-shadow: 0px 12px 39px 1px rgba(97, 97, 97, 1);
}
.alert-success .success_info {padding-right: 20px;}
.alert-success .success_ico {margin-right: 20px;}
.alert-success .success_ico svg {
	width: 60px;
	height: 60px;
}
.mfp-inline-holder .mfp-content .alert-dismissible .close {
	position: absolute;
	top: 26px !important;
	right: 28px;
	color: transparent !important;
	opacity: 0;
	font-size: 30px;
	font-weight: normal;
	border-radius: 8px;
	border: 1px solid transparent;
	width: 30px;
  	height: 30px;
  	line-height: 28px;
}
.mfp-close:active {
	top: 26px !important;
	right: 28px;
}
.mfp-inline-holder .mfp-content .alert-dismissible .fa {display: none;}
.mfp-inline-holder .mfp-content .alert-dismissible .close:hover {
	background-color: transparent;
}
.mfp-image-holder .mfp-figure .mfp-close {
	border: 0 none;
	top: 44px !important;
	right: 6px !important;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
p {margin: 0 0 1em;}
a {
	color: #616161;
	transition: background-color .12s,color .12s,border-color .12s;
}
a:hover,
a:active,
a:focus,
a:hover:focus {
	outline: none;
	color: #f23e3e !important;
	text-decoration: none;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	outline: none;
	border-color: transparent;
	color: #fff;
	text-decoration: none;
}
a:hover svg, a:hover svg g {
	fill: #f23e3e !important;
}
.alert a {text-decoration: underline;}
.nav > li > a:hover {
	background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover,
.nav .open > a,
.dropdown-menu li > a:hover {
  text-decoration: none;
  background-image: none !important;
  background-color: transparent !important;
}
svg:not(:root) {
	overflow: hidden;
}
a svg, a svg g {
	transition: fill .12s;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li, ol li {
	list-style: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-control {
	border: 1px solid #dedede;
	box-shadow: none;
}
.form-control:focus {
	border-color: #dedede; 
	box-shadow: none;
}
.container {
	margin: 0 auto;
	max-width: 1440px;
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 992px) {
  .container {width: 100%;}
}
input[type="button"],
input[type="submit"],
button,
.btn-button {
	display: inline-block;
	background-color: #f77;
	color: #fff !important;
	border: 2px solid #ff7777;
	height: 40px;
	width: auto;
	padding: 9px 14px;
	font-family: inherit;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
	border-radius: 25px 25px;
	-webkit-appearance: none;
	box-shadow: none !important;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.btn-button:hover {
	border-color: #faa;
	background-color: #faa;
	color: #fff !important;
}
input:focus[type="button"],
input:focus[type="submit"],
button:focus[type="button"],
.btn-button:focus[type="button"],
input:active[type="button"],
input:active[type="submit"],
button:active[type="button"],
.btn-button:active[type="button"],
input:active:focus[type="button"],
input:active:focus[type="submit"],
button:active:focus[type="button"],
.btn-button:active:focus[type="button"] {
	color: #f23e3e;
	outline: none !important;
	box-shadow: none !important;
}
select.form-control, textarea.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="telephone"].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 {
	font-family: inherit;
	font-size: 1em;
	line-height: 1.2em;
	color: #616161;
	border: 1px solid #dedede;
	background: #fff;
	padding: 9px .8em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	max-width: 100%;
	width: 432px;
	min-height: 32px;
	border-radius: 3px;
	-webkit-appearance: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
	padding-left: 1em;
	padding-right: 1em;
	height: 40px;
	border: transparent;
	background: transparent;
	border-radius: 25px;
}
input[type="email"],
input[type="text"],
input[type="telephone"],
textarea {
	outline: none;
	width: 100%;
}
.account-buttons a.btn-button:active:focus {
	color: #fff !important;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.product-form .required .control-label:before {
	display: none;
}
.list-group-item.active {
	border: 1px solid #faebe5;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background-color: transparent;
  	border-color: #faebe5;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* Header */
.header-container {
	box-shadow: #00000014 0 0 3px 1px;
	display: block;
	position: relative;
	z-index: 999 !important;
	background: #fff;
}
/* top */
#top {
	display: flex;
	padding: .5em 0;
	font-size: 95%;
	background-color: #e9e2d8;
	color: #414141;
	position: relative;
	z-index: 999;
	margin: 0;
}
#top .container {
	padding: 0 20px;
	text-align: center;
	flex: 1 0;
	color: #414141;
	font-size: 13px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* logo */
.toolbar-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	font-size: 1em;
}
.toolbar-wrapper .toolbar-left,
.toolbar-wrapper .toolbar-right {
	width: 33.3%;
}
.toolbar-wrapper .toolbar-left,
.toolbar-wrapper .toolbar-center,
.toolbar-wrapper .toolbar-right {
	flex: 1 0 auto;
	transition: opacity .4s;
}
.toolbar-wrapper .toolbar-left {
	display: flex;
	align-items: center;
}
.toolbar-wrapper .toolbar-right {
	text-align: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.toolbar-wrapper .toolbar-right:before {
	content: '';
}
.toolbar-wrapper .toolbar-right:after {
	content: '';
}
.logo {
	margin: 20px 0;
}
.logo img {
    width: 250px;
    margin: auto;
}
/* search */
.header_icons-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
}
.header_icons-wrapper .search_toggle {
	position: relative;
}
.header_icons-wrapper .head_btn_ico {
	height: 55px;
	line-height: 70px;
	width: 44px;
	display: inline-block;
	text-align: center;
	color: #191817;
	cursor: pointer;
}
.header_icons-wrapper .head_btn_ico svg {
	height: 21px;
	width: 21px;
	transition: transform .5s;
	fill: #191817;
}
.header_icons-wrapper .head_btn_ico:hover svg {
	fill: #6a6968;
	cursor: pointer;
}
.header_icons-wrapper .wishlist-account i {
	font-size: 21px !important;
	position: relative;
	top: -3px;
}  
#search {
	display: none;
	position: absolute;
	top: 50%;
	right: 44px;
  	transform: translateY(-50%);
	width: calc(100vw - 120px);
	transition: opacity .3s,visibility .3s;
	z-index: 2;
}
.open #search {
	display: flex;
}

#search .search-input {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	font-size: 15px;
	border: 1px solid #f23e3e;
	width: 100%;
}
#search .search-button {
	cursor: pointer;
	z-index: 2;
	width: 46px;
	border: none;
	background: #f23e3e;
	padding: 0;
	display: inline-block;
	height: 40px;
	transition: all .4s;
	color: #fff;
	border-radius: 0;
}
.search_result {
	padding-bottom: 50px;
}
.search_result .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
} 
@media (min-width: 1200px) {
  #search {
    width: 400px;
  }
}
@media (min-width: 768px) {
  #search {
    width: 300px;
  }
  .mob_icons {display: none;}
}
@media (max-width: 767px) {
	.toolbar-wrapper .toolbar-left,
	.toolbar-wrapper .toolbar-right {width: auto;}
	.header_icons-wrapper {padding: 0;}
	.logo {margin: 0;}
	.logo img {width: 170px;}
	.header_icons-wrapper .toolbar-account {  }
	.navbar {min-height: auto;}
	.header-container.search_show {
		/*height: 124px;*/
		/*transition-delay: 1.1s;
    	opacity: 1;
    	visibility: visible;*/
	}
	/*.header-container.search_show .open #search {
		transition-delay: .10s;
    	opacity: 1;
    	visibility: visible;
	}*/
	.search_show {
		/*opacity: 0;
	    transition-delay: 0s;
	    visibility: hidden;
	    position: relative;
  		transition: opacity 1.4s,visibility 1.4s;
    	transition-delay: 0s, 0s;
  		will-change: transform;*/
	}
}
@media (max-width: 480px) {
	.header_icons-wrapper .head_btn_ico {width: 34px;}
}
/* cart */
#cart {
	width: auto;
}
#cart #cart-total {
	position: absolute;
	top: 16px;
	left: calc(100% - 22px);
	height: 16px;
	width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}
#cart #cart-total:before {
  content: "";
  background: #f23e3e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}
#cart #cart-total span {
	position: relative;
	color: #fff;
	z-index: 1111;
}
#cart .dropdown-cart-wrapper {
	width: 340px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	max-width: calc(100% - 70px);
	z-index: 999999999;
	transition: transform .4s,opacity .4s,visibility .4s;
	will-change: transform,opacity,visibility;
}
#cart.open .dropdown-cart-wrapper {
	transform: translate3d(-100%,0,0);
	visibility: visible;
	opacity: 1;
}
#cart .dropdown-cart {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
  	margin: 0;
  	border-radius: 0;
}
#cart .cart-close {
	display: block;
	background: #efefef;
	padding: 1em 25px;
	border-bottom: 1px solid #faebe5;
}
#cart .cart-close-link {
	color: #616161;
	padding: 0;
	display: flex;
	cursor: pointer;
}
#cart .cart-close-link svg {
	fill: #616161;
}
#cart .cart-close-link:hover svg {
	fill: #f23e3e;
}
#cart .cart-close-link:hover {
	color: #f23e3e;
	background-color: transparent;
	background-image: none;
}
#cart .cart-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 25px;
}
#cart .cart-header-title {
	margin: 0;
  	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#cart .cart-empty-wrapper {
	padding: 1em 25px;
}
#cart .cart-empty-wrapper p {
	text-align: left;
	margin: 0 0 1em;
}
#cart .cart-header_cart-links {
	font-size: 13px;
	text-decoration: underline;
}
#cart .cart-body-wrapper {
	padding: 0 25px;
	border-bottom: 1px solid #faebe5;
}
#cart .cart-body-wrapper .cart-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.5em;
	flex-wrap: wrap;
}
#cart .cart-body_total-title {
	font-size: 14px;
	flex: 50%;
}
#cart .cart-body_total-text {
	font-weight: bold;
	font-size: 14px;
}
#cart .cart-taxes-delivery {
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 12px;
	line-height: 1.4em;
} 
#cart .cart-button {
	padding-top: 1em;
	padding-bottom: 1em;
}
#cart .cart-button .btn-button {
	width: 100%;
}
#cart .cart-bottom-wrapper {
	padding: 1em 25px;
}
#cart .cart-bottom-close {
	padding: 0 0 1em 0;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
 	align-items: center;
 	justify-content: space-between;
}
#cart .cart-bottom-close:hover {
	color: inherit;
	background-color: transparent;
	background-image: none;
}
#cart .cart-bottom-close .title {
	display: flex;
 	align-items: center;
}
#cart .cart-bottom-close .title > span {
	font-size: 10px;
	margin-left: 5px;
	font-weight: normal;
	line-height: 19px;
}
#cart .cart-bottom-close svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform .2s ease-out;
}
#cart .cart-bottom-close.collapsed svg {
	transform: rotate(0);
}
#cart .cart-item-list {
	display: flex;
	padding-bottom: 2em;
	transition: transform .3s,opacity .3s;
	transform-origin: center;
}
#cart .cart-item-list .cart-item_img {
	position: relative;
	flex: 0 0 auto;
	width: 60px;
	padding-right: 20px;
}
#cart .cart-item-list .cart-item_img .img-thumbnail {
	border: 0 none;
	padding: 0;
	border-radius: 0;
}
#cart .cart-item-list .cart-item_detail {
	flex: 1 1 auto;
}
#cart .cart-item-list .cart-item_detail .cart-item_detail-name .link {
	font-size: 13px;
	line-height: 17px;
  	display: block;
}
#cart .cart-item-list .cart-item_detail .cart-item_detail-name {
	margin-bottom: 5px;
}
#cart .cart-item-list .cart-item_detail .cart-item_detail-name small {
	font-size: 10px;
	display: block;
	line-height: 15px;
}
#cart .cart-item-list .cart-item_detail .cart-item_detail-price {
	font-weight: 500;
	margin-bottom: .5em;
  	color: #616161;
}
#cart .cart-item_detail-button button {
	padding: 0;
	background-color: transparent;
	color: #616161 !important;
	border-radius: 0;
	border: 0 none;
	font-size: 14px;
	border-bottom: 1px solid rgba(97,97,97,.5);
	width: 100%;
}
#cart .cart-item_detail-button button:hover {
	color: #f23e3e !important;
}
.cart-item_detail-quantity .quantity {
	display: inline-flex;
	align-items: center;
}
.cart-item_detail-quantity .quantity .number-spinner {
	margin-right: 15px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}

.cart-form-product-wrapper {
	box-sizing: border-box;
	overflow-y: auto;
	max-height: calc(80vh - 160px);
	scrollbar-width: thin;
	scrollbar-color: #888 #f1f1f1;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
.cart-form-product-wrapper::-webkit-scrollbar {
    width: 8px;
}
.cart-form-product-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.cart-form-product-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.cart-form-product-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div.cart-header_cart-link {
		text-align: right;
	}
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
/* menu */
.nav-container  {
	
}
.nav-menu-wrapper {
	position: relative;
	font-size: 15px;
	display: flex;
	justify-content: center;
}
.nav-menu-wrapper #menu {
	margin-bottom: 0;
}
.nav-menu-wrapper .navbar-nav {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0;
}
.nav-menu-wrapper .navbar-nav .nav-item {
	position: relative;
  	padding-right: 1em;
}
.nav-menu-wrapper .navbar-nav .nav-item .nav-item-link {
	display: inline-block;
	padding: 1.1em 1em;
	padding-left: 1em;
	line-height: 1.1em;
	color: #1b1b1b;
	position: relative;
	font-size: 17px;
}
.nav-menu-wrapper .navbar-nav .nav-item:hover .nav-item-link {
	background-color: transparent !important;
	color: #f23e3e !important;
}
.nav-menu-wrapper .navbar-nav .nav-item:hover .nav-item-link svg {
	fill: #f23e3e;
}
.nav-menu-wrapper .navbar-nav > li:last-child > a {
	color: #f23e3e;
}
.nav-menu-wrapper .navbar-nav .nav-item .nav-item-link svg {
	fill: #1b1b1b;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
	width: 16px;
	height: 16px;
}
.nav-menu-wrapper .navbar-nav .sub-nav-item .sub-nav-item-link svg {
	fill: #787a7c;
	position: relative;
	right: 0;
	top: 12px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}
.nav-menu-wrapper .navbar-nav .sub-nav-item.open .sub-nav-item-link svg {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	top: 4px;
	fill: #f23e3e;
}
.nav-menu-wrapper .navbar-nav .sub-nav {
	position: absolute;
	z-index: 10;
	width: auto !important;
	top: 100%;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	transition: opacity .2s ease,visibility .2s ease;
	border: 1px solid #faebe5;
	opacity: 0;
	visibility: hidden;
	will-change: opacity,visibility;
	left: 0;
	right: 0;
}
.nav-menu-wrapper .navbar-nav .nav-item .sub-nav {
	left: auto;
	right: 50%;
	transform: translate(50%);
}
.nav-menu-wrapper .navbar-nav .nav-item:hover > .sub-nav {
	display: block;
  	opacity: 1;
	visibility: visible;
}
.nav-menu-wrapper .navbar-nav .sub-nav-inner {
	display: flex;
	text-align: left;
}
.nav-menu-wrapper .navbar-nav .sub-nav-inner .sub-nav-list {
	padding: 20px 30px;
  	width: 190px;
}
.nav-menu-wrapper .navbar-nav .sub-nav-list .sub-nav-item .sub-nav-item-link,
.nav-menu-wrapper .navbar-nav .sub-nav-item .gchild {
	display: block;
	padding: .4em 0;
	line-height: 1.3em;
	color: #787a7c;
	white-space: inherit;
}
.nav-menu-wrapper .navbar-nav .nav-item .sub-nav .open .sub_sub_nav {
	position: relative;
	top: 0;
	float: none;
	width: 100%;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 1px solid #dddede;
	min-width: auto;
}
@media (max-width: 1304px) {
	.nav-menu-wrapper .navbar-nav .nav-item {padding-right: 0;}
}
@media (min-width: 768px) and (max-width: 1204px) {
	.nav-menu-wrapper .navbar-nav .nav-item .nav-item-link {
		font-size: 15px;
		max-width: 116px;
    	text-align: center;
	}
}
@media (max-width: 767px) {
	.navbar-toggle,
	.navbar-toggle:hover {
		background-color: transparent;
		border: 1px solid transparent;
		padding-left: 0;
	}
	.navbar-toggle i {
		color: #000;
		font-size: 21px;
	}
	.navbar-toggle:hover i {
		color: #6a6968;
	}
	.nav-menu-wrapper .navbar-nav {
		overflow: hidden;
	}
	.nav-menu-wrapper .navbar-nav .nav-item:hover > .sub-nav,
	.nav-menu-wrapper .navbar-nav .nav-item .sub-nav {display: none;}
	.navbar-collapse {padding: 0;}
	.nav-menu-wrapper .mob_back {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 20px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.nav-menu-wrapper .mob_back:before,
	.nav-menu-wrapper .navbar-nav .sub-nav-list .mob_back_1:before,
	.nav-menu-wrapper .navbar-nav .sub-nav-list .mob_back_2:before {
		content: '';
		height: 1px;
		background-color: #e1e1e1;
		position: absolute;
	    display: block;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list .mob_back_1 svg,
	.nav-menu-wrapper .navbar-nav .sub-nav-list .mob_back_1 span {cursor: pointer;}
	.nav-menu-wrapper .navbar-nav .nav-item,
	.nav-menu-wrapper .navbar-nav li:last-child,
	.nav-menu-wrapper .navbar-nav .sub-nav-item {padding: 1em 20px; width: 100%;}
	.nav-menu-wrapper .navbar-nav .nav-item .nav-item-link,
	.nav-menu-wrapper .navbar-nav > li:last-child > a {padding: 0;}
	.nav-menu-wrapper .navbar-nav .nav-item:before,
	.nav-menu-wrapper .navbar-nav .sub-nav-item:before {
		content: '';
		height: 1px;
		background-color: #e1e1e1;
		position: absolute;
	    display: block;
	    bottom: 0;
	    width: 100%;
	}
	.nav-menu-wrapper .mob_icons .menu-login:before {
		/*content: '';
		height: 1px;
		background-color: #e1e1e1;
		position: absolute;
	    display: block;
	    top: 0;
	    width: 100%;*/
	}
	.nav-menu-wrapper .navbar-nav .nav-item .nav-item-link svg {
		transform: rotate(-90deg);
		top: 0;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list,
	.nav-menu-wrapper .navbar-nav .sub-nav-list a {
		padding: 0 !important;
		width: 100% !important;
		overflow: hidden;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list .sub-nav-item {
		position: relative;
		width: 100%;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list .sub-nav-item .sub-nav-item-link {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list .sub-nav-item .sub-nav-item-link svg {
		transform: rotate(-90deg);
		fill: #787a7c;
		width: 16px;
		height: 16px;
		top: 0 !important;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list .mob_back_1 svg,
	.nav-menu-wrapper .navbar-nav .sub_sub_nav .mob_back_2 svg {
		transform: rotate(90deg);
   		position: relative;
    	left: -5px;
		top: 0;
		fill: #787a7c;
		width: 16px;
		height: 16px;
	}
	.nav-menu-wrapper .navbar-nav .sub-nav-list .mob_back_1,
	.nav-menu-wrapper .navbar-nav .sub_sub_nav .mob_back_2 {
		display: flex !important;
		align-items: center;
		width: 100%;
		padding: 20px;
		position: relative;
	}
	.nav-menu-wrapper .navbar-nav .sub_sub_nav {
		padding: 0 !important;
		overflow: hidden;
	}
	.nav-menu-wrapper .mob_icons {
		padding: 0 20px;
		position: relative;	
	}
	.nav-menu-wrapper .mob_icons .menu-login,
	.nav-menu-wrapper .mob_icons .menu-social__list {
		padding: 1em 0px;
    	width: 100%;
    	display: block;
	}
	.nav-menu-wrapper .mob_icons .menu-social__list li {
		display: inline-block;
  		margin: 0 .3em .5em;
	}
	.nav-menu-wrapper .mob_icons .menu-social__list li svg {
		width: 17.1px;
		height: 17.1px;
		overflow: visible;
		fill: #343434;
	}
}
/*
#menu .nav > li > a {

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	
}
#menu .dropdown-menu {
	
}
#menu .dropdown-inner {
	
}
#menu .dropdown-inner ul {
	
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	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;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	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;
	}
}*/
/* Header */
/* Home */
.slideshow .swiper-pager {
	display: none;
}
.swiper-viewport {
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 0 none !important;
}
.slideshow img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slideshow .swiper-pagination {
	bottom: 40px;
}
.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.55) !important;
	box-shadow: none !important;
}
.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255) !important;
}
#common-home #content {
	padding: 0;
}
.slideshow {
	margin-bottom: 0!important;
}
/* Home */
/* content */

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 15px 0;
	padding: 30px 0 8px 0;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb > li {
	padding: 0 3px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li:first-child a {
	color: #f23e3e;
}
.breadcrumb > li + li:before {
	display: none;
}
.breadcrumb > li:after {
	content: "/\00a0";
	position: absolute;
	right: -7px;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	margin: 0;
}
.btn-warning {
	color: #ffffff;
	background-color: #f77;
	border-color: transparent;
	line-height: 26px;
}
.btn-danger {
	color: #ffffff;
	background-color: #f77;
	border-color: transparent;
	line-height: 26px;
	opacity: .5;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-image: none;
	background-color: #f77;
	border-color: transparent;

}
.btn-success {
	color: #ffffff;
	background-color: #f77;
	border-color: transparent;
	line-height: 26px;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-image: none;
	background-color: #f779;
	border-color: transparent;
}
.btn-info {
	color: #ffffff;
	background-color: #f77;
	border-color: transparent;
	line-height: 26px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #f77;
	border-color: transparent;
}
.btn-cart {
	color: #ffffff;
	background-color: #f77;
	border-color: transparent;
	line-height: 23px;
}
.btn-cart svg {
	width: 20px;
	height: 20px;
	position: relative;
  	top: 3px;
}
.btn-cart:hover, .btn-cart:active, .btn-cart.active, .btn-cart.disabled, .btn-cart[disabled] {
	background-image: none;
	background-color: #f77;
	border-color: transparent;
}
.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 */
.ajax-filter .list-group-item {
	padding: 0 !important;
	border: 0 none !important;
	border-radius: 0 !important;
	font-family: 'Open Sans', arial;
  	font-size: 17px !important;
  	color: #343434;
}
.ajax-filter .list-group-item:nth-child(2) {
	border-top: 0 none !important;
}
.ajax-filter .list-group-item {
	border-top: 1px solid #faebe5 !important;
	margin: 24px 0;
	padding-top: 20px !important;
}
#changeable_filters .list-group-item {
	border: 0 none !important;
	margin: 0;
	padding-top: 0 !important;
}
.ajax-filter .list-group-item:last-child {border-radius: 0;}
.ajax-filter .list-group-item .title {
	margin-bottom: 0 !important;
}
.ajax-filter .title h4 {
	margin: 0 !important;
  	display: inline-block !important;
}
.list-group h4 a {
	color: #444;
	padding: 15px 50px 15px 0px;
	border-top: 1px solid #faebe5;
	display: block;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: transparent;
}
.ajax-filter div.multi-range {margin-bottom: 45px !important;}
.ajax-filter .list-group-item p label {margin-top: 0 !important;}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.block-sort {
	height: auto;
    padding: 1.5em 0;
    margin-bottom: 20px;
	border-bottom: 1px solid #faebe5;
  	border-top: 1px solid #faebe5;

  	display: flex;
  	align-items: center;
  	justify-content: flex-end;	
}
.input-group .input-group-addon {
	background-color: transparent;
	border: 0 none;
	width: auto;
	height: 100%;

	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 0 5px 0 0;
	color: inherit;
	font-weight: 300;
	opacity: .8;
}
.input-group-sm > .form-control {
	font-size: 14px;
	border: 0 none;
	box-shadow: none;
	width: 135px;
	height: 100%;
	margin: 0;
	padding: 0;
}
.swiper-slide {
	display: flex;
	flex-direction: column;
}
.product-layout_section {
	display: flex;
	flex-wrap: wrap;
}
.product-layout {
	display: flex;
  	flex-direction: column;
}
.product-thumb {
	padding: 15px 15px 30px 15px;
	margin-bottom: 20px;
	display: flex;
  	flex-direction: column;
  	flex-grow: 1;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image > a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	position: relative;
	float: none;
}
.product-label {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	width: 100%;
	/*display: flex;
	justify-content: space-between;*/
}
.product-label .button {
	display: block;
	padding: 3px 8px;
	font-size: 90%;
	line-height: 1.2em;
	color: #fff;
	width: 100px;
}
.product-label .product-label--soldout {
	background-color: #8f8686;
}
.product-label .product-label--low-inventory {
	background-color: #343434;
}
.catalog-free-shipping.button.product-label--free-shipping {
	background-color: #f77 !important;
	width: 160px;
}
.product-label .product-label--sale {
	background-color: #f91616;
}
.product-label .product-label--new {
	background-color: #8b00ff;
}
.product-label .product-label--bestseller {
	background-color: #e3eade;
}
.product-label .product-label--present {
	background-color: #ff7777;
}
.product-label .product-label--freeDelivery {
	background-color: #ff7777;
}
.product-label .product-label--freeDelivery span {
	display: flex;
	align-items: center;
}
.product-label > span svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	margin-left: 10px;
}
.product-thumb h4 {
	text-align: center;
	margin-bottom: 20px;
}
.product-thumb .caption {
	padding: 0 20px;
	display: flex;
  	flex-direction: column;
  	flex-grow: 1;
  	justify-content: space-between;
}
.product-thumb .price-line {
	display: flex;
	justify-content: center;
}
.product-thumb .price-line .prices,
.product-thumb .price-line .price-new {
	font-size: 1.25em;
	font-weight: normal;
}
#form-review .help-block {display: none;}
#form-review input#input-name,
#form-review textarea {
	width: 100%;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		/*min-height: 80px;*/
		padding: 0 10px;
	}

}
@media (min-width: 993px) and (max-width: 1200px) {
	.carousel_h_product .product-thumb {
		padding: 10px !important;
	}
}
@media (min-width: 992px) {
	.carousel_h_product .product-thumb {
	margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	#content {
		padding-left: 0;
		padding-right: 0; 
	}
	.product-layout_section {
		width: 100%;
	}
	.product-layout {
		width: calc(50% - 0px);
		clear: none;
		padding-left: 0;
		padding-right: 0; 
	}
	.product-thumb .caption {
		padding: 0;
	}
	.product-thumb h4 {
		font-size: 13px;
	}
	.product-thumb .price-line {display: block;}
	.product-thumb .price-line .prices,
	.product-thumb .price-line .price-new {
		display: block;
		margin-right: 0;
	}
	.product-label .product-label--bestseller {
		background-color: #3d4f30;
	}
}
@media (max-width: 450px) {
	.product-label {width: max-content;display: block;}
	.product-label .button {display: block;font-size: 80%;width: 90px;opacity: 0.5;}
}
.product-thumb .rating {
	padding: 10px 0 0;
	text-align: center;
}
.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;
}
.rating.rating_none .fa-star {
	color: #999;
}
.rating.rating_none .fa-star + .fa-star-o {
	color: #999;
}
h2.price {
	margin: 0;
}
.collection-header {
	display: flex;
	background-color: #faebe5;
	color: #343434;
}
.collection-header .header-text {
	flex: 0 0 100%;
	padding: 4em 3em;
	flex-direction: column;
	text-align: left;
	display: block;
	align-items: center;
	justify-content: center;
}
.collection-header .header-text img {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	height: unset !important;
}
.collection-header .header-text p {
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-indent: 0 !important;
}
.collection-header .page-title {
	font-weight: bold;
}
.collection-header .header-image {
	flex: 0 0 50%;
	overflow: hidden;
	text-align: right;
	position: relative;
}
.collection-header .header-image .header-image-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	margin: 0 auto;
}
.collection-header .header-image .header-image-wrapper-b {
	height: 100%;
	padding-top: 0;
	position: relative;
	transition: background .15s;
}
.collection-header .header-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.collection-header {display: block;margin-right: -20px;margin-left: -20px;}
	.collection-header .header-image .header-image-wrapper-b {padding-top: 50.0%;}
	.collection-header .header-text {
		padding: 4em 1.5em;
	}
}
.block-sort-wrapper {
	padding-top: 30px;
	padding-left: 0;
  	padding-right: 0;
}
.product-thumb .price {
	font-size: 1.25em;
	color: #616161;
	font-weight: bold;
  	text-align: center;
}
.product-thumb .price-new {
	font-size: 1.25em;
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.wishlist-and-buy {
	/*position: absolute;
  	right: 20px;
  	bottom: 0;
  	width: 44px;*/
	overflow: hidden;
	padding-bottom: 2px;
	position: relative;
	right: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.wishlist-and-buy {
	opacity: 1;
	transition: opacity .3s,transform .2s;
}
.product-thumb:hover .wishlist-and-buy {
	/*opacity: 1;*/
}
.product-thumb .wishlist-and-buy button {
	height: 40px;
	width: 40px;
	padding: 0;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #f77;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .wishlist-and-buy button i {
	font-size: 24px;
	color: #787a7c69;
}
.product-thumb .wishlist-and-buy.wish_added button i:before{
	content: "\f004";
}
.product-thumb .wishlist-and-buy.wish_added button i {
	color: #f23e3e;
}
.product-thumb .wishlist-and-buy button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .wishlist-and-buy button:hover i {
	color: #f23e3e;
	text-decoration: none;
	cursor: pointer;
	transition: color .12s;
}
.product-thumb .wishlist-and-buy button:hover i:before,
.product-thumb .wishlist-and-buy button:active i:before,
.product-thumb .wishlist-and-buy button:active:focus i:before {
	content: "\f004";
	color: #f23e3e;
	transition: color .3s;
}
@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%;*/
	}
	.block-sort {margin-right: -20px;margin-left: -20px;padding-right: 20px;padding-left: 20px;}
}
@media (max-width: 450px) {
	.wishlist-and-buy {
		right: -10px;
	}
	/*.swiper-container .wishlist-and-buy {
		position: relative;
		right: 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}*/
}
.product-thumb .quick-buy {
	display: inline-flex;
	padding: 5px;
	margin-right: 4px;
	justify-content: center;
	align-items: center;
	opacity: 1;
	background-position: center center;
	background-color: transparent;
	color: #ff777780;
	transition: opacity .3s,transform .2s;
	line-height: 1.2em;
	width: 40px;
	height: 40px;
	/*border-radius: 200px;*/
	position: relative;
	z-index: 2;
	text-align: center;
	transform: scale(.8);
	will-change: opacity,transform;
	/*border: 1px solid rgba(0,0,0,.08);*/
}
.product-thumb .quick-buy svg {
	width: 30px;
	height: 30px;
}
.product-thumb:hover .quick-buy {
    /*opacity: 1;*/
    border-color: #00000014;
    background: transparent;
}
.product-thumb .quick-buy:hover {
	transform: scale(1);
}
.product-thumb .quick-buy span {
	color: #f77;
	line-height: 1.2em;
	text-align: center;
}
.product-thumb .quick-buy span svg {
	width: 25px;
	height: 25px;
}
#thumb_carousel {
  margin: 0 50px;
}
#thumb_carousel img {
	max-width: 90px;
}
.product_carousel .product_carousel_block {position: relative;}
.product_carousel .product-carousel-bottom {
	margin: 0 50px;
}
.product_carousel .img-thumbnail {
	border: 0 none;
}
.product_carousel .swiper-button-next,
.product_carousel .swiper-button-prev {
	background-image: none !important;
	cursor: pointer;
}
.product_carousel .swiper-button-next {
	right: 6px !important;
}
.product_carousel .swiper-button-prev {
	left: 0 !important;
}
.product_carousel .swiper-button-next svg,
.product_carousel .swiper-button-prev svg {
	width: 45px;
	height: 45px;
}
.product_carousel .product-carousel-bottom .img-thumbnail {
	cursor: pointer;
}
.prod_gal #gallery_thumbs {
	margin: 70px 0;
}
.thumbnail {border: 0 none;}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails > img {
	width: 100%;
}
.product_carousel_block-gallery {position: relative;}
.prod_gal #gallery_thumbs .swiper-slide {
	width: 100%;
	height: 100% !important;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 0 none;
}
.image-additional {
	max-width: 100px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/*
.mfp-gallery figure {
	display: flex;
	justify-content: flex-start;
	align-items: center; 
}
.mfp-gallery .mfp-img {order: 2;padding-left: 9px;}
.mfp-gallery figcaption {
	order: 1;
}*/
.mfp-gallery .mfp-bottom-bar {
	top: 0;
	position: relative;
	margin: 0;
}
#gallery_thumbs {
	/*max-height: 70vh;*/
}
.mfp-gallery button.mfp-arrow {display: none;}
.mfp-gallery .mfp-title {padding-right: 0px;}
.mfp-gallery .mfp-counter {display: none !important;}
.mfp-gallery .mfp-figure:after {display: none;}
.mfp-image-holder .mfp-close {
	color: black !important;
	top: 36px !important;
	right: 3px !important;
	width: 44px !important;
}
.mfp-gallery .swiper-button-prev-gal {top: -2px;}
.mfp-gallery .swiper-button-prev-gal,
.mfp-gallery .swiper-button-prev-gal {
	position: absolute;
	left: 26px;
}
.mfp-gallery .swiper-button-next-gal {bottom: 0px;}
.mfp-gallery .swiper-button-next-gal,
.mfp-gallery .swiper-button-next-gal {
	position: absolute;
	right: 28px;
	background-color: transparent;
	border: 0 none;
	padding: 0;
	border-radius: 0;
}
.mfp-gallery .swiper-button-next-gal svg,
.mfp-gallery .swiper-button-prev-gal svg {
	fill: #fff;
	width: 45px;
	height: 45px;
}
.mfp-gallery .swiper-button-next-gal,
.mfp-gallery .swiper-button-prev-gal {transform: rotate(90deg) }
@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 (max-width: 992px) {
	#thumb_carousel img {max-width: 60px;}
	#gallery_thumbs img {max-width: 90px;}
	.mfp-gallery .arrow_next {left: 9px;}
	.mfp-gallery .arrow_prev {left: 48px;top: -65px;}
}
@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;
	}
}
@media (max-width: 768px) {
	.mfp-gallery figure {display: block;}
	.mfp-gallery .mfp-img {padding: 0;}
	.prod_gal #gallery_thumbs {margin: 0 70px;}
	.mfp-gallery .swiper-button-next-gal,
	.mfp-gallery .swiper-button-prev-gal {transform: none;}
	.mfp-gallery .swiper-button-next-gal {bottom: 4px;}
	.mfp-gallery .swiper-button-prev-gal {top: 8px;left: 14px;}
	#gallery_thumbs img {max-width: 60px;}
	.product_carousel {margin-bottom: 30px;}
	#column-right {
    	padding: 0;
  		margin-top: 50px;
    }
	
}

/* 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 */
.input-group .form-control[name^=quantity] {
	min-width: 38px;
	height: 40px;
}

/* 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: #f77 !important;
    border-color: transparent !important;
    box-shadow: none;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
/* Category > Product */
.product-product .brand-and-type {
	padding-top: 6px;
  	padding-bottom: 6px;
  	margin: 0;
}
.product-product .brand-and-type li {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
}
.product-product .brand-and-type li:after {
	content: "/";
	display: inline-block;
	position: relative;
	padding-left: 5px;
	color: #f77;
}
.product-product .brand-and-type li:last-child {
	padding-right: 0;
}
.product-product .brand-and-type li:last-child:after {
	display: none;
}
.product-product .brand-and-type li a {
	color: #f77;
}
.product-product .brand-and-type li a:hover {
  color: #f11;
}
.page-title {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 6px;
  	padding-bottom: 6px;
  	text-transform: uppercase;
  	margin: 0;
}
.product-price {
	font-size: 1.6em;
	font-weight: bold;
	color: #616161;
	margin: 0 0 44px 0;
	padding: 6px 0;
	line-height: 1em;
}
.list-type {
	display: block;
	position: relative;
	width: 250px;
	max-width: 100%;
	padding-bottom: 24px;
}
.form_button-option input[type="radio"]{
	display: none;
}
.form_button-option input:checked + span {
	border: 1px solid #f77;
	background-color: #f77;
	color: #fff;
}
.form_button-option .radio {
	display: inline-block;
}
.form_button-option label {
	padding: 0;
}
.form_button-option label span {
	border: 1px solid #f77;
	border-radius: 5px;
	padding: 5px 10px;
}
.form_button-option label span .option-normal-price {
	display: none;
}
.quantity-and-payment {
	display: flex;
	padding: 24px 0;
	max-width: 465px;
}
.quantity-and-payment .quantity input,
.product_quantity .quantity input {
	font-size: 1.3em;
	color: #f77;
	height: 100%;
	width: 2.3em;
	line-height: 25px;
	flex: 0 0 auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	background: transparent;
	border: none;
}
.quantity-and-payment .quantity {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 100%;
	margin-right: 20px;
}
.quantity-and-payment .quantity label,
.product_quantity .quantity label {
	font-size: 0;
	display: none;
}
.quantity-and-payment .quantity .input-group,
.product_quantity .quantity .input-group {
	display: flex;
	border-radius: 25px;
	border: 1px solid #ff7777;
	box-shadow: inset 0 0 0 1px #f77;
}
.quantity-and-payment .quantity .input-group .input-group-btn,
.product_quantity .quantity .input-group .input-group-btn {
	width: auto;
}
.quantity-and-payment .quantity button,
.product_quantity .quantity button {
	background-color: #f77;
  	color: #fff;
  	font-size: 16px;
  	border: 0 none;
  	padding: 11px;
  	width: 38px;
	line-height: 100%;
}
.quantity-and-payment .quantity button:hover,
.product_quantity .quantity button:hover {
    background-color: #f77;
	border: none;
	color: #fff;
	opacity: .85;
}
.quantity-and-payment .quantity button[data-dir="dwn"],
.product_quantity .quantity button[data-dir="dwn"] {
	opacity: .5;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	margin: 0;
}
.quantity-and-payment .quantity button[data-dir="up"],
.product_quantity .quantity button[data-dir="up"] {
	border-top-right-radius: 25px;
  	border-bottom-right-radius: 25px;
}
.quantity-and-payment .payment {
	display: flex;
	flex: 1;
	margin-right: 20px;
	width: 100%;
}
.quantity-and-payment .payment .buttom-add {
	margin: 0;
	width: 100%;
	min-height: 40px;
	position: relative;
	transition: width .3s,opacity .3s,visibility .3s,background-color .3s,border-color .3s
}
.quantity-and-payment .payment button.buttom-add:active[type="button"],
.quantity-and-payment .payment button.buttom-add:focus[type="button"],
.quantity-and-payment .payment button.buttom-add:active:focus[type="button"] {
	color: #fff !important;
}
.product-recommendations {
	display: block;
	position: relative;
}
.recommendations-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4em;
}
.product-recommendations-wrapper {
	display: block;
	position: relative;
	padding: 40px 0;
}
.wishlist button {
	height: 40px;
	width: 40px;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #f77;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.wishlist button:hover {
  color: #f23e3e;
  text-decoration: none;
  cursor: pointer;
  border-color: transparent;
  background-color: transparent;
}
.wishlist button i {
  font-size: 24px;
}
.product-price {
	display: flex;
	padding-top: 8px;
  	padding-bottom: 8px;
}
.price-line .prices {
	color: #616161;
	font-size: 14px;
}
.price-line .price-new {
	color: #f91616;
	font-size: 14px;
  	margin-right: 8px;
}
.price-line .price-old {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 14px;
  	line-height: 22px;
  	opacity: .75;
}
.attribute_group .attribute_item {
	display: block;
	margin-bottom: 5px;
}
.attribute_group .attribute_item .attribute-name {
	display: inline-block;
	margin-right: 5px;
}
.attribute_group .attribute_item .attribute-text {display: inline-block;}
.tags strong {margin-right: 5px;}
.tags a {
	color: #f23e3e;
	text-decoration: underline;
	opacity: .5;
}
.tags a:hover {opacity: 1;}
.wrapper_product_modal {
	display: flex;
	position: relative;
	padding: 50px;
	width: 50%;
	height: 100%;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
}
.wrapper_product_modal .thumbnails > li {margin: 0;}
.wrapper_product_modal .name-link .page-title {
	color: #f23e3e;
}
@media (max-width: 992px ) {
	.wrapper_product_modal {width: 100%}
}
.mfp-close-btn-in .wrapper_product_modal .mfp-close {
	top: 15px !important;
	right: 15px !important;
}
/* Cart */
.container-cart {
	width: 800px;
	margin: 30px auto;
	max-width: 100%;
	float: none;
}
.button_product {
	display: block;
	position: relative;
	margin-bottom: 1.2em;
}
.button_product .more-link {
	color: #f23e3e;
	font-size: 14px;
	display: inline-block;
	margin: 10px 0 5px 0;
	text-decoration: underline;
}
.checkout_form {
	display: block;
	position: relative;
	padding: 10px 0;
}
.checkout_form .checkout_form-heading {
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #faebe5;
}
.checkout_form .checkout_form-product {
	display: flex;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px solid #faebe5;
}
.checkout_form .checkout_form-heading .heading_name,
.checkout_form .checkout_form-product .product_info {
	flex-grow: 1;
}
.checkout_form .checkout_form-heading .heading_price {
	flex: 0 0 auto;
	margin-right: 20px;
	width: 145px;
	text-align: right;
}
.checkout_form .checkout_form-heading .heading_quantity {
	flex: 0 0 auto;
	width: calc(3.1em + 77px);
	text-align: center;
}
.checkout_form .checkout_form-heading .heading_total {
	flex: 0 0 auto;
	margin-left: 20px;
	width: 110px;
	text-align: right;
}
.checkout_form .checkout_form-product .product_img {
	flex: 0 0 auto;
	width: 100px;
	margin-right: 20px;
}
.checkout_form .checkout_form-product .product_img a {
	display: inline-block;
}
.checkout_form .checkout_form-product .product_img .img-thumbnail {
	border: 0 none;
	padding: 0;
}
.checkout_form .checkout_form-product .product_info {
	display: flex;
}
.checkout_form .checkout_form-product .product_info .product_name {
	flex-grow: 1;
	margin-right: 20px;
}
.checkout_form .checkout_form-product .product_info .product_price {
	flex: 0 0 auto;
	margin-right: 20px;
	width: 145px;
	text-align: right;
}
.checkout_form .checkout_form-product .product_info .product_quantity {
	flex: 0 0 auto;
	width: calc(3.1em + 77px);
	text-align: center;
}
.checkout_form .checkout_form-product .product_info .product_total {
	flex: 0 0 auto;
	margin-left: 20px;
	width: 110px;
	text-align: right;
}
.checkout_form .product_quantity .quantity {
	position: relative;
	/*height: 100%;*/
	margin-right: 20px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
#collapse-coupon .input-groups {
	display: flex;
  	width: 100%;
  	justify-content: space-between;
}
#collapse-coupon #input-coupon {
	border-radius: 25px 0 0 25px !important;
	border: 1px solid #ff7777 !important;
	min-height: 40px !important;
	width: 100%;
}
#collapse-coupon #button-coupon {
	border-radius: 0 25px 25px 0 !important;
}
#onepcheckout input.form-control,
.coupon_table input.form-control {
	width: 100%;
}
.button-remove {
	display: block;
	width: auto;
	/*padding-top: 5px;*/
}
.button-remove button {
	color: #616161 !important;
	background: transparent !important;
	padding: 0 !important;
	text-shadow: none;
	font-size: 13px !important;
	line-height: 18px !important;
	border-bottom: 1px solid rgba(97,97,97,.5) !important;
	transition: opacity .5s,background-color .12s,color .12s,border-color .12s;
	border-radius: 0;
	width: auto !important;
}
.button-remove button:hover {
	color: #f23e3e !important;
	border-bottom-color: #ff777780 !important;
}
.cart-subtotal-wrapper {
	display: block;
	position: relative;
	padding-bottom: 20px;
}
.cart-subtotal-wrapper .cart-subtotal {
	display: flex;
	justify-content: end;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	flex-direction: column;
}
.cart-subtotal-wrapper .cart-subtotal .cart-subtotal-item {
	display: flex;
	justify-content: end;
}
.cart-subtotal-wrapper .cart-subtotal .subtotal-title {
	padding-right: 10px;
}
.cart-subtotal-wrapper .cart-taxes-delivery {
	display: flex;
	justify-content: end;
}
.cart-subtotal-wrapper .cart-taxes-delivery span {
	font-size: 13px;
	line-height: 1.2em;
	flex: 0 0 50%;
	text-align: right;
}
.buttons-next {
	display: flex;
	justify-content: end;
}
.opc-h1 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
	margin: 0;
}
.ch-cart-quantity {
	display: flex;
	border-radius: 25px;
	border: 1px solid #ff7777;
	box-shadow: inset 0 0 0 1px #f77;
}
.ch-cart-quantity .btn-quantity-minus,
.ch-cart-quantity .btn-quantity-plus {
	background-color: #f77 !important;
	padding: 11px !important;
  	width: 38px !important;
  	height: 40px !important;
  	border: none !important;
  	opacity: .5;
}
.ch-cart-quantity .btn-quantity-minus:hover,
.ch-cart-quantity .btn-quantity-plus:hover {
	opacity: 1;
}
.ch-cart-quantity .btn-quantity-minus svg,
.ch-cart-quantity .btn-quantity-plus svg {
	fill: #fff !important;
}
.ch-cart-quantity .btn-quantity-minus {
	border-radius: 25px 0 0 25px !important;
}
.ch-cart-quantity .btn-quantity-plus {
	border-radius: 0 25px 25px 0 !important;
}
.ch-cart-quantity input.form-control {
	border-radius: 0 !important;
	min-width: 38px !important;
	width: 2.3em !important;
	height: 40px !important;
	background: transparent !important;
	border: none !important;
}
.justify-content-end .btn-remove {
	background: #f77 !important;
}
.justify-content-end .btn-remove svg {
	width: 18px;
  	height: 18px;
}
#onepcheckout .text-info-pm {border: 0 none;}
#onepcheckout .select2-container {width: 100% !important;}
#onepcheckout .checkout-totals input[type="button"] {font-size: 1em}
@media (min-width: 768px) {
	#collapse-coupon label.control-label {
		width: 100% !important;
		font-size: 14px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.checkout_form-heading {display: none !important;}
	.product_img {width: 60px;}
	.product_info {display: block !important;}
	.product_name, .product_price, .product_quantity {
	    margin: 10px 0 0 0 !important;
	    text-align: left !important;
	    font-size: 14px;
	    width: auto !important;
  	}
  	.checkout_form .product_quantity .quantity {justify-content: flex-start; margin-right: 0;align-items: center;}
  	.product_quantity .quantity .input-group {margin-right: 20px;}
  	.product_total {display: none;}
  	.cart-subtotal-wrapper .cart-taxes-delivery span {flex: auto;}
  	.cart-subtotal-wrapper .cart-subtotal {
  		text-align: right;
  		font-size: 12px;
  		display: block;
  	}
  	.cart-subtotal-wrapper .cart-subtotal .cart-subtotal-item {margin-bottom: 5px;}
  	.cart-subtotal-wrapper .cart-subtotal .subtotal-text {font-weight: bold;}
}
@media (max-width: 480px) {
	#checkout-cart .panel-title .accordion-toggle {
		font-size: 14px;
	}
	#collapse-coupon .control-label {
		font-size: 14px;
		padding: 0;
	}
	#collapse-coupon #button-coupon {
		font-size: 12px;
	}
}
/* Pagination */
.pagination-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.pagination-wrapper .pagination-results {
	font-size: 14px;
	line-height: 1.5em;
}
.pagination-wrapper .paginations {

}
.pagination-wrapper .pagination {
	display: flex;
	border-radius: 0;
}
.pagination-wrapper .paginations .pagination .none {
	display: none;
}
.pagination-wrapper .paginations .pagination li {

}
.pagination-wrapper .paginations .pagination li a,
.pagination-wrapper .paginations .pagination li span {
	font-size: 14px;
	line-height: 1.1em;
	display: inline-block;
	text-align: center;
	margin: 0;
	color: #f23e3e;
	padding: 0;
	border: 0 none;
	float: none;
	padding: 4px;
	border-radius: 0;
	width: 15px;
	height: 15px;
	box-sizing: content-box;
}
.pagination-wrapper .paginations .pagination .first {
	margin-right: 10px;
}
.pagination-wrapper .paginations .pagination .last {
	margin-left: 10px;
}
.pagination-wrapper .paginations .pagination li a svg {
	fill: #f23e3e;
}
.pagination-wrapper .paginations .pagination li.active,
.pagination-wrapper .paginations .pagination li.active span {
	color: #616161 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: transparent;
}
@media (max-width: 450px) {
	.pagination-wrapper .pagination-results {display: none;}
	.pagination-wrapper {justify-content: center;}
}
/* Filter */
.ajax-filter {
	border: 0 none !important;
}
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element label > input[type="checkbox"]:checked + span {
	background-color: #f77;
}
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element label > .title af_quantity {
	display: none;
}
.ajax-filter .af-body .af-container>.af-elements #mCSB_2_container .af-wrapper .af-element {
	margin-left: 10px;
	margin-right: 10px;
}
.ajax-filter .af-body .af-container>.af-heading>span:after,
.ajax-filter .af-body .af-container>.af-heading>span:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 11px;
	height: 1px;
	background-color: #f77;
	transition: .3s ease;
	transition-property: all;
	transition-property: transform,opacity;
}
.ajax-filter .af-body .af-container>.af-heading>span:before {
	transform: rotate(180deg);
}
.ajax-filter .af-body .af-container>.af-heading.collapsed>span:after {
	transform: rotate(-90deg);
}

/* Slider banner */
#slideshow0 .swiper-slide {
	/*position: relative;
	background-size: cover !important;*/
}
#slideshow0 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	/*position: absolute;
	top: 0;
	bottom: 0;*/
}
.ajax-filter--red div.multi-range:after {
	background-color: #f77 !important;
}
.ajax-filter--red div.multi-range hr {
	background-color: #f77 !important;
}
.ajax-filter div.multi-range {margin-top: 20px !important;}
.ajax-filter div.multi-range input[type=range]::-moz-range-thumb {
	background-color: #f77 !important;
}
.ajax-filter div.multi-range input[type=range]::-ms-thumb {
	background-color: #f77 !important;
}
.ajax-filter--red .list-group-item label:hover {
	color: #f77 !important;
}
.ajax-filter--red .list-group-item input[type="checkbox"]:checked + span {
	background-color: #f77 !important;
  	border-color: #f77 !important;
}
.ajax-filter--red .list-group-item label:hover span {
	border-color: #f77 !important;
}
.ajax-filter--red p.clear_form {
	color: #f77 !important;
}
.ajax-filter #all_clean {
	color: #f77 !important;
}
.ajax-filter .title h4 {
	font-family: 'Open Sans', arial;
	font-size: 17px !important;
	display: inline-block;
	font-weight: normal !important;
}
.ajax-filter .list-group-item p label {
	font-family: 'Open Sans', arial;
	font-size: 17px !important;
	display: inline-block;
	/*margin-top: 14px !important;*/
	font-weight: normal !important;
}
@media (min-width: 1025px) {
	#slideshow0 .swiper-slide {height: 650px;}
}
@media (max-width: 1024px) {
	/*.slider_home .Banner_1 {background: url('/image/catalog/banner/Banner_HairCare_B_1024x1024.png') !important;}
	.slider_home .Banner_2 {background: url('/image/catalog/banner/Banner_SKINCare_1024x1024.jpg') !important;}
	.slider_home .Banner_3 {background: url('/image/catalog/banner/Banner_BodyCare_1024x1024.png') !important;}
	.slider_home .Banner_4 {background: url('/image/catalog/banner/Banner_personal-hygiene_1024x1024-V2a') !important;}
	.slider_home .Banner_5 {background: url('/image/catalog/banner/Banner_ManCare_B_1024x1024.png') !important;}
	.slider_home .Banner_6 {background: url('/image/catalog/banner/Banner_HealthBoost_B_1024x1024.png') !important;}*/
}
/* Subscribers */
.box-subscribers {
	background: #e9e2d8;
	text-align: center;
}
.box-subscribers .subscribers {
	padding: 44px 2.5em;
}
.box-subscribers .subscribers-title {
	line-height: 1.05em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .7em;
  	padding: 0;
}
.box-subscribers .subscribers-desc {
	font-size: 14px;
	margin-bottom: 2em;
	zoom: 1;
	line-height: 1.6em;
	word-wrap: break-word;
}
.subscribers__form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.subscribers__form .input-group {
	width: auto !important;
	display: inline-block !important;
}
.subscribers__form .input-group input {
	font-size: 16px;
	display: inline-block;
	width: 300px;
	position: relative;
	border: 1px solid #ff7777;
	background: #fff;
	border-radius: 25px 0 0 25px !important;
}
.subscribers__form .subscribers-btn {
	border-radius: 0 25px 25px 0;
}
@media (min-width: 1441px) {
  .box-subscribers .subscribers {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media (min-width: 1200px) {
  .box-subscribers .subscribers{
    padding-left: 80px;
    padding-right: 80px;
  }
  .box-subscribers .subscribers-title {font-size: 28px;}
}
@media (min-width: 768px) {
  .box-subscribers .subscribers {
    padding: 72px 40px;
  }
  .box-subscribers .subscribers-title {font-size: 22.4px;}
}
@media (max-width: 767px) {
	.subscribers__form .input-group input {
		width: 100% !important;
	}
	.subscribers__form .subscribers-btn {
		font-size: 1em;
	}
	.section-content {display: grid !important;}
	.section-content .h__text-content,
	.section-content .h__image {
		float: none !important;
		width: 100% !important;
		display: block !important;
		-webkit-flex-basis: 100%;
    	-moz-flex-basis: 100%;
    	-ms-flex-preferred-size: 100%;
		flex-basis: 100% !important;
	}
	.section-content .h__text-content {
		order: 2;
	}
	.section-content .h__image {
		order: 1;
	}
}
/* Subscribers */
/* Home text */
.section-content {
	display: flex;
	padding-top: 0;
  	padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-content {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
.section-content .h__text-content {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	float: left;
  	width: 50%;
	transition: opacity .7s,transform .7s;
  	opacity: 1;
}
.section-content .h__text-content .h__text {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.section-content .h__text-content .h__text .h__text-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4em;
	color: #343434;
	margin: 0 0 .7em;
	padding: 0;
}
.section-content .h__image {
	overflow: hidden;
	position: relative;
	float: left;
	width: 50%;
	flex: 1 1 auto;
	flex-basis: auto;
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	display: flex;
}
.section-content .h__image .h__image-inner {
	display: inline-block;
	height: auto;
	width: 100%;
	margin: auto;
}
.section-content .h__image .h__image-inner .h__image-inner-animate {
	background-size: cover;
	transition: transform 1.6s cubic-bezier(0,.14,.19,1) 0s !important;
  	transform: scale(1);
  	max-width: none !important;
  	max-height: none !important;
  	transition: filter .25s;
  	min-height: 100%;
  	flex-grow: 1;
}
.section-content .h__image .h__image-inner .h__image-inner-animate .h__image-inner-animate__wrapper {
	position: relative;
  	transition: background .15s;
  	padding-top: 100.0%;
}
@media (min-width: 768px) {
  .section-content .h__text-content {
    flex-basis: 55%;
  }
  .section-content .h__text-content .h__text {
  	padding: 0 30px;
  }
  .section-content .h__image .h__image-inner {
  	height: auto !important;
    width: 83% !important;
  }
  .section-content .h__image .h__image-inner .h__image-inner-animate {
  	background-size: contain;
  }
}
@media (min-width: 901px) {
  .section-content .h__text-content .h__text {
    padding: 0 40px;
  }
}
@media (min-width: 1441px) {
  .section-content .h__text-content .h__text {
    padding-right: 100px;
    padding: 0 60px;
  }
}
@media (min-width: 1600px) {
  .section-content .h__text-content .h__text {
    padding: 0 100px;
    padding-right: 115px;
  }
}
/* Home text */
/* Home carousel, best_seller, latest_block */
.slider_home {
	padding: 0;
}
.swiper__beige {
	background-color: #faebe5;
	padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.swiper__beige .swiper-viewport {
	background-color: transparent !important;
	margin-bottom: 0;
}
.swiper__beige .container {
	margin: 0 auto !important;
	background: transparent !important;
}
.swiper__white {
	background-color: #fff;
	padding-top: 2.5em;
}
.swiper__white .swiper-viewport {
	margin-bottom: 40px !important;
}
.swiper__white .container {
	margin: 0 auto !important;
	background: transparent !important;
}
.swiper-button-next:before,
.swiper-button-prev:before {
	display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
	width: 30px;
  	height: 30px;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
	fill: #f77;
}
.head_carousel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2em;
}
.head_carousel .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
  	margin: 0;
}
.head_carousel .head_carousel_link a {
	color: #343434;
	border-bottom: 1px solid #343434;
}
.swiper__white .head_carousel_link a {
	color: #f23e3e !important;
  	border-bottom: 1px solid #f23e3e;
}
.head_carousel .head_carousel_link a:hover {
	border-bottom: 1px solid rgba(242,62,62,.5);
}
.latest_block .product-thumb {
	background-color: #fff;
}
.swiper-button-prev {
	opacity: 0.7 !important;
	left: 4% !important;
}
.swiper-button-next {
	opacity: 0.7 !important;
	right: 4% !important;
}
@media (max-width: 768px) {
	.swiper-pager {
		width: auto !important;
		position: unset !important;
		top: unset !important;
	}
	.swiper-viewport .swiper-button-next svg,
	.swiper-viewport .swiper-button-prev svg {
		background-color: #fff;
		border: 1px solid #616161;
		border-radius: 100%;
	}
	.swiper-viewport .swiper-button-next:hover svg,
	.swiper-viewport .swiper-button-prev:hover svg {
		background-color: #fff;
		border: 1px solid #ff7777;
		fill: #f77;
	}
	.swiper-viewport .swiper-button-next {
		right: 18px !important;
	}
	.latest_block .swiper-slide {}
}
/* Banner */
.banners_home .banners_item {
	position: relative;
	width: 100%;
	transition: background-color .15s,opacity .7s;
	overflow: hidden;
}
.banners_home .banners_item .banners_item_link {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.banners_home .banners_item .banners_item_link {
	will-change: filter,transform;
    transition: filter .7s,transform .5s ease-out !important;
    transform: scale(1.05);
}
.banners_home .banners_item .banners_item_link:hover {
	transform: scale(1.02);
    filter: brightness(70%);
}
.banners_home .banners_item .banners_item_img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
  	background-size: cover;
	will-change: filter,transform;
    transition: filter .7s,transform .5s ease-out !important;
    transform: scale(1.05);
}
.banners_home .banners_item .banners_item_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.banners_home .banners_item .banners_item_text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	display: flex;
	align-items: flex-start;
  	justify-content: flex-start;
}
.banners_home .banners_item .banners_item_text {
	color: #464654;
	padding: 25px 30px;
	margin: 20px;
}
.banners_home .banners_item .banners_item_text .short-desc {
	font-size: 15px;
}
.banners_home .banners_item .banners_item_text .title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0;
}
  .banners_home {
    margin: 2.5em -10px;
  }
  .banners_home .banners_item {
  	height: 270px;
  	margin: 10px;
  }
  .banners_home_p {display: none;}

@media (max-width: 768px) {
	.banners_home .banners_item {
		/*flex: 1 1 270px;*/
		margin: 0;
	}
	.banners_home_p {display: block;}
	/*.banners_home_p .swiper-pagination-bullet {
		background-color: #f77 !important;
		opacity: .5 !important;
	}
	.banners_home_p .swiper-pagination-bullet-active {opacity: 1 !important;}*/
}

/* Home carousel, best_seller, latest_block */
 
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #faebe5;
	border-top: 1px solid #faebe5;
	color: #6b6b6b;
	position: relative;
}
footer .container {position: relative;}
.footer-section .column,
.footer-bottom .column {
	float: left;
  	padding-left: 20px;
  	padding-right: 20px;
}
.footer-section .extra-column.column,
.footer-section .social-column.column {
	width: 50%;
}
.footer-section .subscribers__form {
	justify-content: flex-start !important;
}
.footer-section .subscribers__form #txtemail {
	width: 300px;
}
.social-column {
	text-align: right;
	margin: .6em 0 0
}
.social-links li {
  display: inline-block;
  margin: 0 .3em .5em;
}
.social-links li svg {
	width: 17.1px;
  	height: 17.1px;
  	overflow: visible;
  	fill: #343434;
}
.footer-bottom .logo-column {
	margin-top: -16px;
	width: 12%;
	flex: 0 0 auto;
}
.footer-bottom .text-logo-column {
	width: 40%;
	flex: 0 1 auto;
	padding-top: 2.8888%;
}
.footer-bottom .menu-column {
	width: 16%;
	flex: 1 0 auto;
	line-height: 1.3em;
}
.footer-bottom .menu-column .menu-list_bottom {

}
.footer-bottom .menu-column .menu-list_bottom li {
	padding-top: .3em;
  	padding-bottom: .3em;
}
.footer-bottom .menu-column .menu-list_bottom li:hover a {
	color: #343434 !important;
	border-bottom: 1px solid #34343480;
}
footer a {
	color: #343434;
}
footer a:hover > svg {
	fill: #343434 !important;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.totop {
	display: block;
	position: absolute;
	right: 28px;
	top: 50%;
}
@media (max-width: 1350px) {
	.footer-bottom .text-logo-column {padding-top: 2.333%;}
}
@media (max-width: 1199px) {
	.footer-bottom .text-logo-column {padding-top: 1.666%;}
}
@media (max-width: 1024px) {
	.footer-bottom .text-logo-column {padding-top: 1%;}
}
@media (max-width: 992px) {
	.footer-bottom .logo-column {padding-right: 0;}
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 3em;
  }
  .footer-section {
  	display: flex;
  	align-items: flex-end;
  	padding-bottom: 2.5em;
  }
  .footer-bottom {
  	display: flex;
  	padding-bottom: 2.5em;
  }
}
@media (max-width: 767px) {
	.footer-section,
	.footer-bottom {
		width: 100%;
	}
	.subscribers__form .input-group,
	.footer-section .subscribers__form #txtemail {width: 100% !important}
  .footer-columns {
    display: block;
  }
  .footer-section .extra-column.column,
  .footer-section .social-column.column {
  	width: 100%;
  	float: none;
  	margin-bottom: 20px;
  }
  .footer-bottom .logo-column,
  .footer-bottom .text-logo-column,
  .footer-bottom .menu-column {
  	width: auto!important;
  	float: none;
  	margin-bottom: 20px;
  	padding: 0;
  }
  .social-links__list {text-align: left;}
  .footer-bottom .logo-column {max-width: 120px;}
}
/* footer */
/* manufacturer */
.gallery-section .gallery_row .gallery_item {
	position: relative;
	flex: 1 1 270px;
	flex-basis: 270px;
	width: 100%;
	transition: background-color .15s,opacity .7s;
	overflow: hidden;
}
.gallery-section .gallery_row .gallery_item:after {
	content: "";
	pointer-events: none;
	background-color: #41241a1f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.gallery-section .gallery_row .gallery_item .gallery-link {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.gallery-section .gallery_row .gallery_item .gallery_image {
	background-position: 50% 25%;
	background-repeat: no-repeat;
  	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.gallery-section .gallery_row .gallery_item .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-section .gallery_row .gallery_item .gallery_caption {
	transition: opacity .7s,transform .7s;
  	opacity: 1;
  	align-items: flex-end;
}
.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name {
	margin: 20px 20px 50px;
}
.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name .gallery-btn {
	-webkit-appearance: none;
	display: inline-block;
	background: #f77;
	color: #fff;
	border: 2px solid #ff7777;
	height: auto;
	width: auto;
	padding: 9px 1.4em;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
	border-radius: 25px;
	transition: opacity .2s,background-color .15s,border-color .15s,filter .2s,-webkit-filter .2s;
}
.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name .gallery-btn:hover {
	border-color: #faa;
	background: #faa;
	color: #fff;
}
@media (min-width: 1600px) {
	.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name {
		padding: 50px;
	}
}
@media (min-width: 1441px) {
	.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media (min-width: 1200px) {
	.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name .gallery-btn {
		padding: 1em 2.5em;
	}
}
@media (min-width: 1025px) {
	.gallery-section .gallery_row .gallery_item .gallery_image {
		will-change: filter,transform;
		transition: filter .7s,transform .5s ease-out !important;
		/*transform: scale(1.05);*/
	}
	.gallery-section .gallery_row .gallery_item .gallery-link:hover .gallery_image {
		transform: scale(1.02);
    	filter: brightness(70%);
	}
}
@media (min-width: 992px) {
  .gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name {
    padding: 25px 30px;
  }
}
@media (min-width: 768px) {
	.gallery-section {
		margin-top: 2.5em;
		margin-bottom: 2.5em;
	}
	.gallery-section .gallery_row {
		display: flex;
		flex-wrap: wrap;
	}
	.gallery-section .gallery_row .gallery_item {
		margin: 10px;
		height: 300px;
		flex-basis: 40%;
	}
	.gallery-section .gallery_row .gallery_item .gallery_caption .gallery-name {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) and (min-width: 1200px) {
	.gallery-section .gallery_row .gallery_item {
		flex-basis: 20%;
	}
}
@media (max-width: 767px) {
	.gallery-section .gallery_row .gallery_item {
		margin-bottom: 20px;
		height: 300px;
	}
}
/* manufacturer */
/* blog */
.showcase-list .caption h4 {
	font-weight: bold;
	text-align: left;
}
.showcase-list .product-thumb {
	display: block;
	flex-grow: 0;
  	width: 33.33333%;
}
.showcase-list .product-thumb .caption {padding: 0;}
.blog-category .product-thumb .caption {justify-content: flex-start;}
.news-section .caption p {display: none;}
.news-section .button-group {display: none;}
.news-section .caption h4 {
	font-weight: bold;
	text-align: left;
}
.news-section .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}
.content-article .page-title {
	margin-bottom: 14px;
}
.content-article .page-title {
	text-align: center;
	font-size: 36px;
  	line-height: 1.2;
  	margin-bottom: 46px;
}
@media (max-width: 1320px) {
	.content-article img {
		width: 100% !important;
		height: auto !important;
	}
}
@media (max-width: 992px) {
	.showcase-list .product-thumb {width: 50%}
}
@media (max-width: 767px) {
	.showcase-list .product-thumb {width: 100%}
}
/* blog */
/* account */
.account .alert {
	margin-top: 30px;
}
.account-wrapper {
	max-width: 100%;
	width: 432px;
  	margin: auto;
}
.account .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.account .desc {
	margin-bottom: 15px;
}
.account .input-btn {
	font-size: 13px;
}
.account .link {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px solid rgba(97,97,97,.5);
}
.account .link:hover {
	border-bottom: 1px solid #f23e3e;
}
.account label {
	text-align: left !important;
	padding-bottom: 7px;
}
.account .buttons {
	display: flex;
	align-items: center;
}
.account .buttons .buttons-submit {
	margin-right: 5px;
}
.account .buttons .buttons-agree {
	font-size: 13px;
}
.account .buttons .buttons-back a {
	margin-top: 0;
}
.account .desc a {text-decoration: underline;}
.account-menu .list-group-item.active,
.account-menu .list-group-item:hover {
	background-color: #f77;
	border-color: #f77;
}
.account-menu .list-group-item:hover a,
.account-menu .list-group-item.active a,
.account-menu .list-group-item.active a:active,
.account-menu .list-group-item.active a:focus {
	color: #fff !important;
}
.account-menu .list-group-item {padding: 0;}
.account-menu a {display: block; padding: 10px 15px}
.forgot-password .alert-success {
	position: relative;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #dff0d8;
	padding: 8px 14px !important;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.forgot-password .alert .fa {padding-right: 5px;}
/* account */
/* page contacts */
.container-contact {
	width: 800px;
	margin: 30px auto;
	max-width: 100%;
}
.container-contact .page-title,
.container-contact .feedback_title {
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.4em;
	font-size: 14px;
}
.column {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form label {
	display: block;
	margin: 0 0 .5em;
	color: #616161;
	font-size: 13px;
}
.contact-form .input-row {
	margin: .3em 0 1em;
}
.contact-form .input-row input,
.contact-form .input-row textarea {
	font-size: 1em;
	line-height: 1.2em;
	color: #616161;
	border: 1px solid #dedede;
	padding: 9px .8em;
	min-height: 32px;
	border-radius: 3px;
	-webkit-appearance: none;
}
@media (max-width: 767px) {
	.column {
		width: 100%;
		float: none;
	}
	.contact-form {
		margin-top: 20px;
	}
}
#pinta_ajax_filter .collapse {
	display: none !important;
	margin-bottom: 22px;
}
#pinta_ajax_filter .collapse.in {
	display: block !important;
}
.ajax-filter .title h4 {
	position: relative;
  	width: 100%;
}
#pinta_ajax_filter .title span:before {
	content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #f77;
  transition: .3s ease;
    transition-property: all;
  transition-property: all;
  transition-property: transform,opacity;	
}
#pinta_ajax_filter .title span:after {
	content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #f77;
  transition: .3s ease;
    transition-property: all;
  transition-property: all;
  transition-property: transform,opacity;
}
#pinta_ajax_filter .title a[aria-expanded="false"] + span:before {
	transform: rotate(180deg);
}
#pinta_ajax_filter .title a[aria-expanded="false"] + span:after {
	transform: rotate(-90deg);
}
#ajax_filrer_attributes .list-group-item {display: block !important;}
/* page contacts */