.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none;
}
.no-padding {
	padding: 0 !important;
}
hr.solid {border-bottom: 1px solid rgba(0,0,0,0.1); border-top: none;}
.widget-title .left-divider,
.widget-title .right-divider,
#footer .footer-topline .footer-block-title .right-divider {
    display: none;
}
.cms-index-index .main-container {
	padding-bottom: 0;
	padding-top: 0;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {min-height: 0px;}
/*html body {background-color: #fff !important;}*/
/*html body.boxed-layout {background-color: #f2f2f2 !important;}*/

input.input-text,
select,
textarea {
	border: none;
	background-color: rgba(0,0,0,0.06);
	color: rgba(0,0,0,0.5);
	font-size: 13px;
}

body.boxed-layout .container_12 {
	padding-left: 10px;
	padding-right: 10px;
}
body.boxed-layout .header-slider-wrapper,
body.boxed-layout .fullwidth-banner,
body.boxed-layout .fullwidth-banners {margin: 0 -10px;}
body.boxed-layout hr.solid.fullwidth {
	margin-left: -10px;
	margin-right: -10px;
}
body .fullwidth-banners {
	position: relative;
    top: -6px;
    z-index: 3;
}
button.button {border-radius: 20px;}
button.button.type-1 span,
button.button.type-3:hover span {
	background-color: #fff;
}
button.button.type-1 span span,
button.button.type-3:hover span span  {
	color: #222;
}
button.button.type-1:hover span,
button.button.type-2 span {
	/*background-color: #ded985;*/
}
button.button:hover span span,
button.button.type-2:hover span,
button.button.type-3 span {
	/*background-color: #9f3636;*/
}
button.button span {
	/*background-color: #ded985;*/
	border-width: 0;
	height: 40px;
	border-radius: 20px;
}
button.button span span {
	line-height: 40px;
	font-size: 11px;
	padding: 0 28px;
}
button.button.type-3:hover span span {
	/*color: rgba(0,0,0,0.8);*/
}
button.button.type-1:hover span span,
button.button.type-2:hover span span {
	/*color: rgba(0,0,0,0.8);*/
}
button.button:hover span span,
button.button.type-2:hover span span,
button.button.type-3 span span {
	/*color: #fff;*/
}
.notice-cookie .container_12:before {content: none !important;}
/*Sticky header*/
body.boxed-layout header#header.floating .topline .settings-wrapper,
body.boxed-layout header#header.floating .topline .logo-wrapper,
body.boxed-layout header#header.floating .topline #search_mini_form {display: none;}
header#header.floating h2.small_logo {padding-top: 10px; padding-bottom: 10px;}
#header.home-header.floating .topline .inner-wrapper {display: block;}
header#header.floating .nav-container li.level-top > a span { padding: 1.25em 20px;}
#header.home-header.floating .topline .logo-wrapper:before,
#header.home-header.floating .topline .logo-wrapper:after {content: none;}
header#header.floating #search_mini_form .search-open span {display: none;}
header#header.header-5.floating #search_mini_form .search-open {
	box-sizing: border-box;
	padding: 0;
	min-width: 40px;
	line-height: 40px;
}
header#header.header-5.floating #search_mini_form .search-open i {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	margin-right: 0;
	line-height: inherit;
	color: inherit;
}
/*Header*/
body:not(.boxed-layout) header#header,
body.boxed-layout header#header > .container_12,
body.boxed-layout header#header > .topline .container_12 {
	/*background-color: #111;*/
	position: relative;
}
header#header > .container_12,
body.boxed-layout header#header > .container_12 {
	padding-bottom: 0;
	position: relative;
}
body.boxed-layout #header.home-header > .container_12 {
	overflow: hidden;
}
body.boxed-layout #header.home-header > .container_12:before,
body.boxed-layout #header.home-header > .container_12:after,
#header:not(.home-header) .top-right:after  {
	content: '';
    position: absolute;
    left: -15px;
    bottom: -60px;
    height: 35px;
    width: 50%;
    -webkit-box-shadow: 0px -10px 30px 0px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px -10px 30px 0px rgba(255,255,255,0.6);
    box-shadow: 0px -10px 30px 0px rgba(255,255,255,0.6);
    -moz-transform: rotate(1.5deg);
    -webkit-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
}
body.boxed-layout #header.home-header > .container_12:after,
#header:not(.home-header) .top-right:after {
    right: -15px;
    left: auto;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.nav-wide#sticky-nav-wide li.level-top {
	display: inline-block;
	vertical-align: middle;
}
#header.home-header .top-block .top-left {width: 41%; display: block; float: left; text-align: left;}
#header.home-header .top-block .top-right {width: 41%; display: block; float: right; text-align: right;}
#header.home-header .topline .container_12 > .inner-wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#header.home-header:not(.floating) .topline .nav-container,
#header.home-header:not(.floating) .topline .right-block {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 41%;
    -ms-flex: 0 1 41%;
    flex: 0 1 41%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#header.home-header:not(.floating) .topline .right-block {
	text-align: right;
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
#header.home-header .topline .logo-wrapper {
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 18%;
    -ms-flex: 0 1 18%;
    flex: 0 1 18%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	text-align: center;
	position: relative;
}
#header.home-header .topline .logo-wrapper:before {
	content: '';
	background-color: #9f3636;
	position: absolute;
	top: -300%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 0 0 4px 4px;
	z-index: 0;
}
#header.home-header .topline .logo-wrapper:after {
	content: '';
    display: block;
    position: absolute;
    top: 100%;
    background-color: #9f3636;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    left: 0;
    right: 0;
    height: 30px;
    margin-top: -1px;
}
#header.home-header h2.logo {float: none; position: relative; z-index: 2; padding: 0.3em 10px 0;}
header#header .welcome-msg {font-size: 13px; font-weight: 400; /*color: rgba(255,255,255,0.5);*/ padding: 10px 0;}
header#header .quick-access {padding: 0; display: inline-block;}
header#header .links li a {font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.5);}
header#header .links:before {content: none;}
header#header .links li a.top-link-login i {display: inline-block; vertical-align: middle; margin-right: 10px;}
header#header .links li a.top-link-login i:before {content: '\f090';}
header#header .links li a:hover {background-color: #222;}
header#header .links li a {padding: 0.81em 11px;}
header#header .simple-list .links li a.top-link-wishlist {display: block; width: auto; height: auto; padding: 0.81em 11px; line-height: inherit; margin: 0;}
header#header .simple-list .links li a.top-link-wishlist i {display: none;}
header#header .customer-name {font-size: 13px;}
.nav-container li.level-top > a span {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.65em;
}
header#header .settings-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	position: relative;
}
header#header .settings-wrapper .settings-btn {
	display: block;
	font-size: 13px;
	font-weight: 600;
	/*color: #fff;*/
	cursor: pointer;
	line-height: 1.65em;
    padding: 1.46em 20px;
}
header#header .settings-wrapper .settings-btn:hover {
	/*background-color: #222;*/
}
header#header .settings-wrapper .settings-content {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	position: absolute;
	right: 0;
	width: 160px;
	top: 100%;
	background-color: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	padding: 20px;
	text-align: left;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
header#header .settings-wrapper.show .settings-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
header#header .settings-wrapper .settings-content .form-language,
header#header .settings-wrapper .settings-content .form-currency {
	display: block;
	width: 100%;
}
header#header .settings-wrapper .settings-content .form-currency + .form-language {
	margin-top: 20px;
}
header#header .settings-wrapper .settings-content .form-language {
	margin-left: 0;
}
header#header .settings-wrapper .form-language:before,
header#header .settings-wrapper .form-currency + .form-language.select:before {
	content: none;
}
header#header .settings-wrapper .form-language .sbHolder,
header#header .settings-wrapper .form-currency .sbHolder {
	display: block;
}
header#header .form-language label,
header#header .form-currency label {
	display: block;
	margin-bottom: 5px;
	color: #aaa;
}
header#header .settings-wrapper .settings-btn .form-language,
header#header .settings-wrapper .settings-btn .currency {
	display: inline-block;
	vertical-align: middle;
}
header#header .settings-wrapper .settings-btn .form-language + .currency:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    border-left: solid 1px #ddd;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
header#header .form-currency:not(.select) a {
	color: #aaa;
}
header#header .form-currency:not(.select) a:hover {color: rgba(0,0,0,0.8); background-color: #eee;}
header#header.header-5 .sbHolder a.sbSelector,
header#header.header-5 .select .sbHolder a.sbSelector {
	border-color: rgba(0,0,0,0.1);
	background-color: #fff;
	color: #aaa;
}
header#header .settings-wrapper .settings-btn i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

header#header #search_mini_form {
	position: relative;
	margin: 0 5px;
	width: auto;
}
header#header #search_mini_form .search-open {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	/*color: #fff;*/
	cursor: pointer;
	line-height: 1.65em;
	padding: 1.46em 20px;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
header#header #search_mini_form .search-open:hover {
	/*background-color: #222;
	color: #fff;*/
}
header#header #search_mini_form .search-open span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
header#header #search_mini_form .search-open i {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	margin-right: 10px;
}
header#header #search_mini_form .form-search {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	position: absolute;
	top: 100%;
	background-color: #fff;
	width: 300px;
	padding: 0;
	right: 0;
	border-radius: 4px 0 4px 4px;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
header#header #search_mini_form.show .form-search {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	border-radius: 4px 0 4px 4px;
	overflow: hidden;
	background-color: transparent;
}
header#header .form-search .indent {
	border: none;
	padding: 0;
}
header#header .form-search input {
	border: none;
	height: 50px;
	font-size: 13px;
	float: left;
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding-left: 20px;
}
header#header .form-search button {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 0 0 4px 0;
}
header#header .form-search button span {
	display: block;
	border-radius: 0;
}
header#header .form-search button:hover span {
	/*background-color: rgba(0,0,0,0.1);*/
}
header#header .form-search button span {
	padding-left: 0;
	float: none;
}
header#header .form-search button span i {
	font-size: 2em;
}
header#header .form-search button span i:before {
	content: '\f105';
}
header#header .top-cart {margin-left: 5px;}
header#header .top-cart .block-title .title-cart {
	height: 60px;
	line-height: 60px;
	font-size: 13px;
	/*color: #fff;*/
	border-radius: 0;
}
header#header .top-cart .block-title .title-cart span {font-weight: 600; display: inline-block; vertical-align: middle; top: 0; float: none;}
header#header .top-cart .block-title:hover,
header#header .top-cart .block-title.active {
	margin: 0;
	padding: 0;
}
header#header .top-cart .block-content {
	top: 80%;
	color: #666;
}
header#header .topline .top-link-wishlist {
	display: none;
}
header#header .top-cart .block-title:before {
	content: none;
}
header#header .top-cart .cart-divider {
	background-color: #fff;
}
header#header .top-cart .block-content .actions a {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 11px;
}

header#header .nav-container li.level-top.active > a,
header#header .nav-container li.level-top.custom-active > a,
header#header .nav-container li.level-top.over > a,
header#header .nav-container li.level-top > a:hover {
	margin: 0;
	padding: 0;
}

header#header .customer-name {margin-left: 10px;}
#header:not(.home-header) .logo-wrapper {width: 19%; float: left; box-sizing: border-box; padding-right: 10px; padding-top: 15px; padding-bottom: 8px;}
#header.floating:not(.home-header) .logo-wrapper {padding: 0;}
#header:not(.home-header) .top-right {width: 80%; float: right; text-align: right; position: relative; overflow: hidden; margin-right: -10px; padding-right: 10px;}
#header:not(.home-header) .quick-access,
#header:not(.home-header) .welcome-msg {display: inline-block; vertical-align: middle;}
#header:not(.home-header) h2.logo {position: relative; background-color: #9f3636; border-radius: 4px; margin-bottom: 22px; padding: 12px 24px 10px;}
#header:not(.home-header) h2.logo:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    background-color: #9f3636;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    left: 0;
    right: 0;
    height: 22px;
    margin-top: -1px;
}
#header:not(.home-header) .nav-container {display: inline-block; vertical-align: middle; width: auto; float: none;}
/*#header.floating:not(.home-header) .container_12 .topline,
#header:not(.home-header):not(.floating) > .topline {display: none;}*/
#header:not(.home-header):not(.floating) .container_12 .topline {width: 80%; float: right; text-align: right; position: static;}
body:not(.boxed-layout) #header.floating.home-header > .topline {display: block; position: fixed; top: 0; left: 0; width: 100%; opacity: 1;}
/*body:not(.boxed-layout) #header.floating:not(.home-header) > .topline {display: block; position: fixed; top: 0; left: 0; width: 100%; opacity: 1;}*/
#header.floating.home-header > .topline .logo-wrapper,
#header.floating.home-header > .topline .right-block #search_mini_form,
#header.floating.home-header > .topline .right-block .settings-wrapper,
#header.floating:not(.home-header) .right-block #search_mini_form,
#header.floating:not(.home-header) .right-block .settings-wrapper {display: none;}
#header.floating.home-header .topline .container_12 > .inner-wrapper {display: block;}

#header.floating:not(.home-header) .container_12 .topline {display: block; position: fixed; top: 0; left: 0; width: 100%; opacity: 1;}
.boxed-layout #header.floating:not(.home-header) .container_12 .topline .container_12 {position: relative;}
header#header.floating:not(.home-header) > .container_12 {opacity: 1; z-index: 1;}

.category-label {padding: 0px 6px; bottom: auto; top: 0; right: auto; left: 20px;}
.category-label:after {display: none;}

/*Home slider*/
.header-slider-wrapper {padding-bottom: 0 !important;}
.header-slider-container .iosSlider .slider .item,
.header-slider-container .iosSlider .slider picture {display: block;}
.header-slider-container .iosSlider .slider .item .slide-container,
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {
	left: 110px;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 {
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(0);
	top: 17%;
}
.header-slider-container .iosSlider .slider .item .slide-container-2 {
	right: 110px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	position: absolute;
	z-index: 9;
}
.header-slider-container .iosSlider .slider .item .slide-container .subtitle,
.header-slider-container .iosSlider .slider .item .subtitle {
	font-size: 9px;
	opacity: 1;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	margin-bottom: 13px;
}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin .subtitle,
.header-slider-container .iosSlider .slider .item .slide-container-2.slide-skin .subtitle {
	color: rgba(255,255,255,0.5);
}
.header-slider-container .iosSlider .slider .item .title,
.header-slider-container .iosSlider .slider .item .slide-container .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	color: #000;
	margin-bottom: 10px;
}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin .title,
.header-slider-container .iosSlider .slider .item .slide-container-2.slide-skin .title {
	color: #fff;
}
.header-slider-container .iosSlider .slider .item .text,
.header-slider-container .iosSlider .slider .item .slide-container .text {
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	opacity: 1;
	display: block;
	color: rgba(0,0,0,0.5);
}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin .text,
.header-slider-container .iosSlider .slider .item .slide-container-2.slide-skin .text {
	color: rgba(255,255,255,0.5);
}
.header-slider-container .iosSlider .slider .item button.button {
	margin-top: 20px;
}

.header-slider-container .iosSlider .next {
	right: 20px;
}
.header-slider-container .iosSlider .prev {
	left: 20px;
}
.header-slider-container .iosSlider .prev,
.header-slider-container .iosSlider .next {
	opacity: 1;
}
.header-slider-container .iosSlider .prev i,
.header-slider-container .iosSlider .next i {
	background-color: transparent;
}
.header-slider-container .iosSlider .prev:hover i,
.header-slider-container .iosSlider .next:hover i {
	background-color: #222;
}
/*Text banners*/
.text-center {
	text-align: center;
}
.text-banner {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.text-banner:before,
.text-banner:after {
	position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}
.text-banner:before {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.text-banner:after {
    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.text-banner.white:before,
.text-banner.white:after {
    border-color: rgba(255,255,255,0.2);
}
.text-banner:hover:before,
.text-banner:hover:after {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.text-banner .text-banner-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}
.text-banner.one .text-banner-content,
.text-banner.two .text-banner-content,
.text-banner.three .text-banner-content {
	top: 50%;
	transform: translateY(-50%);
}
.text-banner .text-banner-content .subtitle {
	font-size: 9px;
	color: rgba(0,0,0,0.5);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.text-banner .text-banner-content .subtitle.color-2 {
	color: rgba(255,255,255,0.5);
}
.text-banner .text-banner-content .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	margin-bottom: 10px;
}
.text-banner .text-banner-content .title.color-2 {
	color: #fff;
}
.text-banner .text-banner-content .text {
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	color: rgba(0,0,0,0.5);
}
.text-banner .text-banner-content .text.color-2 {
	color: rgba(255,255,255,0.5);
}
.text-banner .text-banner-content .subtitle,
.text-banner .text-banner-content .title,
.text-banner .text-banner-content .text {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    display: block;
}
.text-banner .text-banner-content .button {
	margin-top: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.text-banner:hover .text-banner-content .subtitle,
.text-banner:hover .text-banner-content .title,
.text-banner:hover .text-banner-content .text,
.text-banner:hover .text-banner-content .button {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.text-banner:hover .text-banner-content .button {
	opacity: 1;
}
.text-banner a.banner {
	-webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.text-banner:hover a.banner {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.fullwidth-banner.text-banner .text-banner-content {
	top: 60px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.text-banner.seven .text-banner-content,
.text-banner.eight .text-banner-content,
.text-banner.nine .text-banner-content {
	top: 40px;
	transform: translateY(0);
}

/*Block About*/
.home-block-about {
	display: block;
	position: relative;
	margin: 0 -10px;
}
.home-block-about > div {padding: 0 10px; text-align: center; box-sizing: border-box;}
.home-block-about {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-block-about:not(.type-2) > div {
    -webkit-flex: 1 1 33.28%;
    -ms-flex: 1 1 33.28%;
    flex: 1 1 33.28%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.home-block-about .subtitle {
	font-size: 9px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.5);
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.home-block-about .title {
	color: rgba(0,0,0,0.8);
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 2.3px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.home-block-about .text {
	font-size: 13px;
	line-height: 25px;
	color: rgba(0,0,0,0.5);
	display: block;
}
.home-block-about button.button {
	margin-top: 20px;
}
.home-block-about .working-time .title {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}
.home-block-about .working-time .row {
	padding-left: 30px;
}
.home-block-about .working-time .label {
	color: #888;
}
.home-block-about .working-time .text {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	opacity: 1;
}
.home-block-about.type-2 .left-block {
	display: block;
	float: left;
	width: 58%;
	padding-top: 30px;
}
.home-block-about.type-2 .right-block {
	display: block;
	float: left;
	width: 41.8%;
	padding-bottom: 30px;
}

/*Text blocks*/
.text-blocks {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.text-blocks li.item {
	list-style: none;
	width: 25%;
	text-align: center;
	display: inline-block;
}
.text-blocks li.item .icon {
	display: block;
	width: 100%;
	text-align: center;
}
.text-blocks li.item .icon i {
	font-size: 28px;
	line-height: 40px;
	width: 40px;
	border-radius: 50%;
}
.text-blocks li.item .title {
	display: block;
	padding-top: 17px;
	font-size: 15px;
	color: rgba(0,0,0,0.8);
	font-weight: 600;
	text-transform: uppercase;
}
.text-blocks li.item p {
	font-size: 13px;
	line-height: 25px;
	color: rgba(0,0,0,0.5);
	padding-top: 10px;
	font-weight: 400;
	margin-bottom: 8px;
}
.text-blocks li.item button.button span span {
	font-weight: 600;
}

/*Brands*/
.brands .brand {width: calc(100% / 6); padding: 0 10px; display: block; float: left; box-sizing: border-box;}
.brands .brand a {display: block;}

.widget-title h1,
.widget-title h2,
.widget .widget-title h1,
.widget .widget-title h2,
header.rating-title h2 {
	padding: 0;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.8) !important;
	margin-bottom: 14px;
}

/*Footer*/
#footer {border-top: none;}
body:not(.boxed-layout) #footer .footer-topline,
.boxed-layout #footer .footer-topline > .container_12 {
	/*background-color: #111;*/
}
body:not(.boxed-layout) #footer .footer-topline .container_12 {background-color: transparent;}
#footer .footer-topline .inner-wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer .footer-topline .inner-wrapper .info-col,
#footer .footer-topline .inner-wrapper .logo-col {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 16.6%;
    -ms-flex: 1 1 16.6%;
    flex: 1 1 16.6%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
#footer .footer-topline .inner-wrapper .logo-col {
	-webkit-flex: 1 1 33.29%;
    -ms-flex: 1 1 33.29%;
    flex: 1 1 33.29%;
    text-align: center;	
}
body.boxed-layout #footer .footer-topline .container_12,
#footer .footer-topline .container_12 {
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}
body:not(.boxed-layout) #footer .footer-topline {position: relative; overflow: hidden;}
body:not(.boxed-layout) #footer .footer-topline:before,
body:not(.boxed-layout) #footer .footer-topline:after,
.boxed-layout #footer .footer-topline .container_12:before,
.boxed-layout #footer .footer-topline .container_12:after {
	content: '';
	position: absolute;
	left: -15px;
	bottom: -60px;
	height: 35px;
	width: 50%;
	-webkit-box-shadow: 0px -10px 30px 0px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px -10px 30px 0px rgba(255,255,255,0.6);
	box-shadow: 0px -10px 30px 0px rgba(255,255,255,0.6);
	-moz-transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg);
	-o-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg);
	transform: rotate(1.5deg);
}
body:not(.boxed-layout) #footer .footer-topline:after,
.boxed-layout #footer .footer-topline .container_12:after {
	right: -15px;
	left: auto;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#footer .footer-logo-wrapper {
	display: inline-block;
	position: relative;
	background-color: #9f3636;
	padding: 29px 24px 28px;
	border-radius: 0 0 4px 4px;
	margin-bottom: 31px;
}
#footer .footer-logo-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	background-color: #9f3636;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	width: 100%;
	left: 0;
	right: 0;
	height: 30px;
	margin-top: -1px;
}
#footer .footer-topline .footer-block-title h5 {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
#footer .footer-topline .footer-block-title {
	margin-bottom: 1.2em;
}
#footer .footer-address-block p {
	font-weight: 400;
	margin: 0;
}
#footer ul.links li a,
#footer .footer-topline p {
	padding: 0;
	font-size: 13px;
	line-height: 30px;
}
#footer ul.links li {
	border: none;
}
#footer ul.links li:after,
#footer ul.links li:before,
#footer ul.links li a:before {
	content: none;
}
#footer ul.links li a:hover {
	padding-left: 0;
}
#footer .certificate {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
#footer .footer-links li:before {
	content: none;
}
#footer .footer-topline .footer-links ul li a {
	font-size: 13px;
	letter-spacing: -0.2px;
}
#footer .footer-topline .footer-links ul li a:hover {
	/*color: #fff;*/
}
#footer .footer-bottom-wrapper .container_12 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#footer .footer-bottom-wrapper .social-links {
	display: inline-block;
	vertical-align: middle;
}
#footer .footer-bottom-wrapper ul.social-links li a i {
	border-radius: 50%;
}

/*Product labels*/
.label-type-2 div.label-sale.percentage,
.label-type-2 span.label-new,
.label-type-2 div.label-sale,
.products-grid.label-type-2 .availability-only,
.products-list.label-type-2 .availability-only,
.label-type-4 div.label-sale.percentage,
.label-type-4 span.label-new,
.label-type-4 div.label-sale,
.products-grid.label-type-4 .availability-only,
.products-list.label-type-4 .availability-only,
.label-type-5 div.label-sale.percentage,
.label-type-5 span.label-new,
.label-type-5 div.label-sale,
.products-grid.label-type-5 .availability-only,
.products-list.label-type-5 .availability-only {height: 16px; line-height: 17px; font-size: 10px; font-weight: 600; padding: 0 8px;}
.label-type-5 div.label-sale.percentage,
.label-type-5 span.label-new,
.label-type-5 div.label-sale,
.products-grid.label-type-5 .availability-only,
.products-list.label-type-5 .availability-only {padding: 0 5px;}
.label-type-2 div.label-sale.percentage span,
.label-type-5 div.label-sale.percentage span,
.label-type-4 div.label-sale.percentage span {top: 0; display: inline; line-height: inherit; font-size: inherit; font-weight: inherit;}
.products-grid:not(.label-type-1) .availability-only,
.products-list:not(.label-type-1) .availability-only,
div:not(.label-type-1) div.label-sale {right: 0; top: 10px;}
div:not(.label-type-1) span.label-new {left: 0; top: 10px;}
.label-type-4 span.label-new {
	border-radius: 0 8px 8px 0;
}
.label-type-4 div.label-sale,
.products-grid.label-type-4 .availability-only,
.products-list.label-type-4 .availability-only {
	border-radius: 8px 0 0 8px;
}
.products-grid .price-box {border-bottom: none; margin-bottom: 0;}


/*Product widgets, listing*/
.products-list li.item {padding-bottom: 0; margin-bottom: 20px;}
.category-products .products-grid {
	overflow: visible !important;
}
.ajax-media-button-holder.no-quick-view,
.ajax-media-button-holder {
	width: auto;
	right: auto;
	left: 50%;
	top: 50%;
	bottom: auto;
	overflow: visible;
	transform: translate(-50%, -50%);
}
.ajax-media-button-holder .ajax-media {
	right: 0;
	height: 36px;
	width: 36px;
	line-height: 36px;
	color: rgba(0,0,0,0.3);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.mobile-device .products-grid li.item .ajax-media-button-holder .ajax-media,
.mobile-device .products-list li.item .ajax-media-button-holder .ajax-media,
.products-grid li.item:hover .ajax-media-button-holder .ajax-media,
.products-list li.item:hover .ajax-media-button-holder .ajax-media {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	opacity: 1;
	visibility: visible;
}
.mobile-device .products-grid li.item .btn-quick-view {opacity: 0;}
.ajax-media-button-holder .ajax-media {
	/*background-color: #fff;*/
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
}
.ajax-media-button-holder .ajax-media span span {
	display: none;
}
.ajax-media-button-holder .ajax-media i {
	line-height: inherit;
	margin: 0;
}

.products-grid .product-img-box {
	margin-bottom: 0;
}
.products-grid li.item:hover,
.products-list li.item:hover {
	z-index: 21;
}
.products-grid li.item .product-container,
.products-list li.item .product-container {
	position: relative;
}
.products-grid li.item .product-container:before,
.products-list li.item:before {
	content: '';
	display: block;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 4px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-box-shadow: 0px 10px 29px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 10px 29px 0px rgba(0,0,0,0);
	box-shadow: 0px 10px 29px 0px rgba(0,0,0,0);
	z-index: 0;
}
.products-grid li.item:hover .product-container:before,
.products-list li.item:hover:before {
	top: -30px;
	bottom: -30px;
	left: -30px;
	right: -30px;
	-webkit-box-shadow: 0px 10px 29px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 29px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 29px 0px rgba(0,0,0,0.15);
	background-color: #fff;
}
.products-list li.item:hover:before {right: -40px; bottom: -40px;}

.products-grid li.item .product-container > *,
.products-list li.item .product-container > * {
	position: relative;
	z-index: 2;
}
.products-grid li.item .product-img-box,
.products-list li.item .product-img-box {
	margin-bottom: 17px;
}
.products-grid li.item .hover-buttons,
.products-list li.item .hover-buttons {
	position: absolute;
	top: auto;
	left: auto;
	height: 50px;
	width: 50px;
	right: -15px;
	bottom: -15px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	z-index: 20;
}
.products-grid li.item .hover-buttons .button-holder,
.products-list li.item .hover-buttons .button-holder {
	padding-right: 0;
}
.products-grid li.item .hover-buttons .button-holder button.button span,
.products-list li.item .hover-buttons .button-holder button.button span {
	border: none;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	height: 40px;
	width: 40px;
	line-height: 40px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
}
.products-grid li.item:hover .hover-buttons .button-holder button.button span,
.products-list li.item:hover .hover-buttons .button-holder button.button span {
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin-bottom: -5px;
	margin-right: -5px;
}
.products-grid li.item .hover-buttons .button-holder button.button span i,
.products-list li.item .hover-buttons .button-holder button.button span i {
	display: block;
	line-height: inherit;
	transition-duration: 0s;
	color: inherit;
}
.products-grid li.item .hover-buttons .button-holder button.button span span,
.products-list li.item .hover-buttons .button-holder button.button span span {
	display: none;
}
.products-list .hover-buttons .add-to-links li,
.products-grid .hover-buttons .add-to-links li {
	padding: 0;
}
.products-list .hover-buttons .email-friend a,
.products-grid .hover-buttons .email-friend a,
.products-list .hover-buttons .email-friend a i,
.products-grid .hover-buttons .email-friend a i {margin: 0; color: inherit; font-size: 13px; opacity: 1; font-weight: 600;}
.products-list .hover-buttons .email-friend,
.products-grid .hover-buttons .email-friend,
.products-list .hover-buttons .add-to-links li a,
.products-grid .hover-buttons .add-to-links li a {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
}
.products-list .hover-buttons .add-to-links li a i,
.products-grid .hover-buttons .add-to-links li a i {
	display: inline-block;
	vertical-align: middle;
}
.products-grid .item:hover .hover-buttons .email-friend,
.products-list .item:hover .hover-buttons .email-friend,
.products-list .item:hover .hover-buttons .add-to-links li a,
.products-grid .item:hover .hover-buttons .add-to-links li a {
	opacity: 1;
	visibility: visible;
}
.products-grid .btn-quick-view,
.products-list .btn-quick-view {width: auto !important;}
.products-grid .btn-quick-view span,
.products-list .btn-quick-view span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
}
.products-grid .btn-quick-view span span span,
.products-list .btn-quick-view span span span {
	display: none;
}
.mobile-device .products-grid li.item .more-views-mode .btn-quick-view,
.mobile-device .products-list li.item .more-views-mode .btn-quick-view,
.products-grid li.item:hover .more-views-mode button.btn-quick-view,
.products-list li.item:hover .more-views-mode button.btn-quick-view {
	width: 36px;
}
.products-grid .btn-quick-view span i,
.products-list .btn-quick-view span i {
	line-height: inherit;
	margin: 0;
}
.products-list .item .hover-buttons .toggle-options,
.products-grid .item .hover-buttons .toggle-options {
	display: none;
}
.products-list .item .hover-buttons .toggle-options i,
.products-grid .item .hover-buttons .toggle-options i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"] {
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
}
.item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"] {
	top: 9px;
	bottom: 10px;
	right: 10px;
	left: 9px;
	position: absolute;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	z-index: 2;
}
.item:hover .hover-buttons.hover-buttons-3 .hover-btn-1,
.item:hover .hover-buttons.hover-buttons-4 .hover-btn-1 {
	top: auto;
	bottom: 60px;
	right: 5px;
	left: auto;
}
.item:hover .hover-buttons.hover-buttons-3 .hover-btn-2,
.item:hover .hover-buttons.hover-buttons-4 .hover-btn-2 {
	top: auto;
	bottom: 44px;
	right: auto;
	left: -30px;
}
.item:hover .hover-buttons.hover-buttons-3 .hover-btn-3,
.item:hover .hover-buttons.hover-buttons-4 .hover-btn-3 {
	top: auto;
	bottom: 5px;
	right: auto;
	left: -46px;
}
.item:hover .hover-buttons.hover-buttons-4 .hover-btn-4 {
	top: auto;
	bottom: -34px;
	right: auto;
	left: -25px;
}
.item:hover .hover-buttons.hover-buttons-2 .hover-btn-1 {
	top: auto;
	bottom: 57px;
	right: auto;
	left: -15px;
}
.item:hover .hover-buttons.hover-buttons-2 .hover-btn-2 {
	top: -15px;
	bottom: 29px;
	right: auto;
	left: -45px;
}
.item:hover .hover-buttons.hover-buttons-1 .hover-btn-1 {
	top: -28px;
	bottom: 42px;
	right: auto;
	left: -30px;
}

.old-price {top: 0;}
.products-list .desc {
	color: rgba(0,0,0,0.5);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
}
.products-list .product-name a,
.products-grid .product-name a {font-size: 1.08em; color: rgba(0,0,0,0.8); text-transform: uppercase;}
.block-related .product-name a {font-size: 13px; text-transform: uppercase; margin-bottom: 5px;}
.block-related .regular-price .price,
.block-related .regular-price .price-currency {font-size: 15px;}
.minimal-price-link .price,
.minimal-price .price,
.price-box .minimal-price .price-currency,
.price-box .minimal-price-link .price-currency,
.regular-price .price,
.regular-price .price-currency,
.special-price .price,
.special-price .price-currency {font-weight: 600; color: rgba(0,0,0,0.8); line-height: 1.583em; font-size: 15px;}
.minimal-price-link .price,
.minimal-price .price,
.regular-price .price,
.special-price .price,
.products-grid .special-price .price-currency,
.products-grid .regular-price .price-currency,
.products-grid .price-box .minimal-price .price-currency,
.products-grid .price-box .minimal-price-link .price-currency, {font-size: 1.25em; }
.minimal-price-link .price,
.minimal-price .price,
.price-box .minimal-price .price-currency,
.price-box .minimal-price-link .price-currency {color: #aaa;}
.old-price .price {font-weight: 600; font-size: 1.25em; line-height: 1.583em;}
.products-grid .regular-price .price,
.products-grid .special-price .price,
.products-grid .regular-price .price-currency,
.products-grid .special-price .price-currency {
	line-height: 1.583em;
}
.products-grid  .old-price {
	top: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.products-grid .out-of-stock-label,
.products-list .out-of-stock-label {
	padding: 0 10px;
	line-height: 35px;
	display: inline-block;
	position: relative;
	width: auto;
}
.slider-container.widget-container .products-grid .price-box {border: none; margin-bottom: 0;}
.widget-slider .products-grid li.item {overflow: visible !important; padding: 0;}
.widget-slider .products-grid li.item .product-container {margin-top: 20px; margin-bottom: 20px;}
.widget-slider .products-grid li.item .product-container:before {content: none;}
.slider-container.widget-container .home-slider {margin: 0 -10px 0 0;}
.slider-container.widget-container .widget-slider {width: calc(100% - 10px) !important;padding: 0 10px 0 0;}
.slider-container .prev i,
.slider-container .next i {border-radius: 50%; width: 30px; height: 30px; line-height: 30px;}
.slider-container .next {right: -20px;}
.slider-container .prev {left: -30px;}

nav.breadcrumbs {
	margin-top: -2em;
	margin-bottom: 0;
	line-height: 30px;
	padding: 5px 0;
}
nav.breadcrumbs li a,
nav.breadcrumbs li strong {
	color: rgba(0,0,0,0.5);
	font-size: 1.08em;
	font-weight: 400;
}
nav.breadcrumbs li > span {
	display: none;
}
nav.breadcrumbs li a:after {
	content: '>';
	font-family: inherit;
	font-size: inherit;
	color: rgba(0,0,0,0.5);
	margin: 0 15px;
	line-height: inherit;
	display: inline;
}

.catalogsearch-advanced-result .page-title h1,
.catalogsearch-result-index .page-title h1,
.category-title h1 {
	font-weight: 600;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 0;
}
.page-title .amount {display: none;}
.catalogsearch-advanced-result .page-title,
.catalogsearch-result-index .page-title,
.category-title {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*Listing banner*/
.text-banner.listing-banner .text-banner-content {
	left: 17%;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.products-grid li.item.listing-banner-wrapper.row-banner {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.products-grid li.item {
	padding-bottom: 15px;
	padding-top: 15px;
}
.products-grid.widget-grid li.item .product-container {
	padding-left: 10px;
	padding-right: 10px;
}
.category-description .listing-banner {
	display: none;
}
/*Sidebar banner*/
aside.sidebar .block.block-banner {text-align: center;}
.sidebar-banner.text-banner {
	text-align: center;
	display: inline-block;
}
.sidebar-banner.text-banner .text-banner-content {
	top: 50px;
	left: 0;
	right: 0;
}
/*Sidebar*/
aside.sidebar .block .block-title .left-divider,
aside.sidebar .block .block-title .right-divider {
	display: none;
}
aside.sidebar .block-title {
	padding-bottom: 16px;
}
aside.sidebar .block-title strong {
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	color: rgba(0,0,0,0.8);
}
aside.sidebar .block-title strong span {font-weight: inherit; font-size: inherit;}
aside.sidebar .block .block-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: auto;
	width: 50px;
	height: 2px;
	background-color: rgba(0,0,0,0.8);
}
aside.sidebar .block .block-content p,
.block-subscribe .form-subscribe-header label {
	font-size: 1.08em;
	color: rgba(0,0,0,0.5);
    line-height: 1.7em;
}
aside.sidebar .actions {border-top: none; padding-top: 10px;}
.block-vertical-nav li.level-top a.level-top,
.block-vertical-nav li.level-top.parent ul.level0 li a {font-size: 13px; color: rgba(0,0,0,0.5);}
#categories-accordion li.level-top.parent.closed .btn-cat i,
#categories-accordion li.level-top.parent .btn-cat i {
	color: #ff1341;
}
aside.sidebar .actions a {border: none; border-radius: 20px; height: 40px; line-height: 40px; padding: 0 20px; font-size: 11px;}
aside.sidebar .block.block-compare .actions button.button,
aside.sidebar .block.block-compare .actions a,
aside.sidebar .block.block-reorder .actions button.button,
aside.sidebar .block.block-reorder .actions a {margin-top: .75em;}
aside.sidebar .block.block-wishlist .actions {margin-top: 0; padding-top: 0;}
aside.sidebar .block.block-layered-nav .actions a {border-radius: 4px; font-size: 13px; font-weight: 400; text-transform: none;}
aside.sidebar .block.block-layered-nav .actions a:after {
	content: '\f014';
	font-family: FontAwesome;
	font-size: inherit;
	display: inline;
	margin-left: 15px;
	line-height: 1;
}
aside.sidebar .block.block-wishlist .block-content {position: relative; margin-top: 0; padding-top: 30px;}
aside.sidebar .block.block-wishlist .next,
aside.sidebar .block.block-wishlist .prev {top: 4px;}
aside.sidebar .block-wishlist .prev i,
aside.sidebar .block-wishlist .next i {border: 1px solid #ddd;}
aside.sidebar .block-wishlist .prev {margin-left: -23px;}
aside.sidebar .block-wishlist .prev i {border-radius: 10px 0 0 10px;}
aside.sidebar .block-wishlist .next i {border-radius: 0 10px 10px 0;}
aside.sidebar .block-wishlist .prev:hover i,
aside.sidebar .block-wishlist .next:hover i {background-color: #f0f0f0;}
aside.sidebar .block-wishlist .prev:after {content: none;}

aside.sidebar .block.block-wishlist li.item .product-details .price-box .price,
aside.sidebar .block.block-wishlist li.item .product-details .price-box .price-currency {
	font-size: 15px;
	line-height: 20px;
}
/*Toolbar*/
.products-grid ~ .toolbar-bottom {padding-top: 30px;}
.toolbar .sidebar-button {
	border-radius: 4px;
	border: none;
	padding: 12px 11px 4px;
}
.sorter .view-mode a:hover i,
.sorter .view-mode i {color: inherit;}
.sorter .view-mode .grid,
.sorter .view-mode .list {
	border-radius: 4px;
}
.sorter .view-mode .grid + .list {
	margin-left: 4px;
}
.toolbar .view-mode a {/*color: rgba(0,0,0,0.33); background-color: transparent;*/}
.toolbar .view-mode a:hover,
.toolbar .view-mode strong {/*color: rgba(0,0,0,0.8); background-color: rgba(0,0,0,0.06);*/}
.sorter .sort-by label {text-transform: none; /*color: rgba(0,0,0,0.5);*/ font-size: 1.08em;}
.toolbar .sbSelector {border: none; border-radius: 4px;/* background-color: rgba(0,0,0,0.06);*/ height: 24px;}
.toolbar .sbSelector > span {text-transform: none; font-size: 13px; }
.sorter a.asc,
.sorter a.desc {background-color: transparent;}
.sorter a.asc i,
.sorter a.desc i {/*color: rgba(0,0,0,0.33); background-color: rgba(0,0,0,0.06);*/ border-radius: 4px;}
.sorter a.asc:hover i,
.sorter a.desc:hover i {/*color: rgba(0,0,0,0.8); background-color: rgba(0,0,0,0.12);*/}
.sorter .limiter {margin-top: 4px;}

.toolbar .pager .pages {
	float: left;
}
.pages li.current span,
.pages li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-width: 1px;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 1em;
}
.pages li {
	height: auto;
	width: auto;
	border: none;
}
.pages li + li {
	margin-left: -1px;
}
.pages li.i-previous-item,
.pages li.i-next-item {width: auto;}
.pages li.i-previous-item a {
	border-radius: 20px 0 0 20px;
}
.pages li.i-next-item a {
	border-radius: 0 20px 20px 0;
}
.pager .pages li a.i-previous, 
.pager .pages li a.i-next {color: inherit;}
.pager .pages li a.i-previous i,
.pager .pages li a.i-next i {line-height: inherit; position: relative; left: 0; right: 0; top: -1px;}

/*Layered navigation*/
aside.sidebar .block.block-layered-nav .block-title {display: block;}
aside.sidebar .block.block-layered-nav dl dt h2,
.block-layered-nav dl#narrow-by-list2 dt h2 {padding-left: 0; padding-right: 0;}
aside.sidebar .block.block-layered-nav {padding: 0; background-color: transparent;}
aside.sidebar .block.block-layered-nav dl dt .right-divider,
aside.sidebar .block.block-layered-nav dl dt .left-divider {display: none;}
.configurable-swatch-list .swatch-link:not(.has-image) {width: 40px !important; height: 40px !important; min-width: 40px !important; border: none;}
.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label,
.configurable-swatch-list .swatch-link:not(.has-image) .swatch-label {
	min-height: 40px !important;
	min-width: 40px !important;
	line-height: 38px !important;
	box-sizing: border-box;
	text-align: center;
	margin-top: 2px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}
.product-options .configurable-swatch-list {margin-left: -10px;}
.product-options .configurable-swatch-list li {margin-left: 10px; padding-bottom: 10px;}
.configurable-swatch-list li.selected .swatch-link:not(.has-image) .swatch-label,
.block-layered-nav dd .swatch-link:not(.has-image):hover .swatch-label {
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
}
body aside.sidebar .block.block-layered-nav .block-content dd .configurable-swatch-list li a:not(.has-image) {
	padding-right: 10px;
}
.configurable-swatch-list {
	padding-left: 2px;
}
.block.block-layered-nav .block-content dd .configurable-swatch-list li a.swatch-link.has-image {
	box-shadow: none;
}
.block.block-layered-nav .block-content dd .configurable-swatch-list li a.swatch-link.has-image span,
.configurable-swatch-list .swatch-link.has-image {
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
}
.block.block-layered-nav .block-content dd .configurable-swatch-list li a.swatch-link.has-image:hover span,
.configurable-swatch-list li.selected .swatch-link.has-image,
.configurable-swatch-list .swatch-link.has-image:hover {
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
}
.configurable-swatch-list .swatch-link.has-image {
	overflow: visible;
	margin-bottom: 5px;
}
.configurable-swatch-list .swatch-link.has-image span {
	border-radius: 50%;
	overflow: hidden;
}

aside.sidebar .block .block-content p,
.block-subscribe .form-subscribe-header label {
	color: rgba(0,0,0,0.5);
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
}
aside.sidebar .block.block-layered-nav .currently .label {
	font-size: 1.08em;
	color: rgba(0,0,0,0.8);
}
aside.sidebar .block.block-layered-nav .currently ol li {position: relative; padding-right: 20px;}
aside.sidebar .block.block-layered-nav .currently ol li a {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	transform: translateY(-50%);
}

/*Page layouts*/
.main-container.col3-layout > .row,
.main-container.col2-right-layout > .row,
.main-container.col2-left-layout > .row {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.col3-layout .sidebar,
.col2-right-layout .sidebar,
.col2-left-layout .sidebar {
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 22.7%;
    -ms-flex: 1 1 22.7%;
    flex: 1 1 22.7%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.col3-layout .col-main,
.col2-right-layout .col-main,
.col2-left-layout .col-main {
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 77%;
    -ms-flex: 1 1 77%;
    flex: 1 1 77%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
}
.col3-layout .col-main {
	-webkit-flex: 1 1 54%;
    -ms-flex: 1 1 54%;
    flex: 1 1 54%;
    padding-left: 30px;
    padding-right: 30px;
}
.col3-layout .sidebar:before,
.col2-right-layout .sidebar:before,
.col2-left-layout .sidebar:before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: auto;
	right: -20px;
	width: 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
}
.col3-layout .sidebar.sidebar-right:before,
.col2-right-layout .sidebar:before {
	left: -20px;
	right: 0;
}
.col2-right-layout .grid_6.col-main,
.col2-left-layout .grid_6.col-main {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}
.col3-layout .sidebar.sidebar-left,
.col2-left-layout .sidebar {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

/*Product Page*/
.product-view .product-custom .twitter-share-button {
	min-width: 60px !important;
	width: 60px !important;
	margin-right: 9px;
}
.product-view .product-shop .product-name h1 {
	font-size: 2em;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
}
.product-view .product-name.no-rel {
	margin-bottom: 6px;
	border-bottom: none;
	padding-bottom: 0;
}
.product-prev:after {content: none;}
.product-view .product-prev i,
.product-view .product-next i {
	border: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-prev i {
	border-radius: 10px 0 0 10px;
}
.product-view .product-next i {
	border-radius: 0 10px 10px 0;
}
.product-view .product-prev:hover i,
.product-view .product-next:hover i {
	background-color: rgba(0,0,0,0.06);
	color: rgba(0,0,0,0.8);
}
.ratings .rating-links a {color: rgba(0,0,0,0.5);}
.ratings .rating-links a:hover {color: rgba(0,0,0,0.8);}
.ratings .rating-links .separator {margin: 0 5px;}
.product-view .product-shop .ratings {margin-top: 0; border-bottom: none; padding-bottom: 0; margin-bottom: 20px;}
.product-view .product-shop .ratings .rating-box {position: relative; top: 2px; height: auto;}
.timer-wrapper {
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 15px;
	margin-bottom: 20px;
}
.timer-wrapper .timer-box {
	display: block;
}
.timer-box .title,
.timer-wrapper .title,
.timer-wrapper .timer-box > div.title,
.timer-wrapper.full .timer-box > div.title {
	display: block;
	width: 100%;
	color: rgba(0,0,0,0.6);
	font-style: normal;
	text-transform: none;
	font-size: 13px;
	margin-bottom: 10px;
}
.timer-wrapper .timer-box {
	margin: 0;
}
.timer-wrapper.full .timer-box > div span {
	font-weight: 600;
	font-size: 3em;
}
.timer-wrapper.full .timer-box > div span:after,
.timer-wrapper.full .timer-box > div.title:after {
	top: -2px;
}
.product-view .product-shop .short-description {
	font-size: 13px;
	line-height: 25px;
	color: rgba(0,0,0,0.8);
}
.product-view .product-shop .short-description {
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: none;
}
.left-divider,
.right-divider {display: none !important;}
.product-options {
	background-color: rgba(0,0,0,0.04);
	border: none;
	border-radius: 4px;
	padding: 30px;
}
.product-options select.super-attribute-select,
.product-options select.product-custom-option {
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	height: 40px;
	border-radius: 4px 4px 0 0;
}
.product-options dd + dt {
	border-top: 1px dotted rgba(0,0,0,0.15);
	padding-top: 15px;
}
.product-options dd {
	margin-bottom: 15px;
	margin-top: 15px;
}
.product-options dd select {
	margin-bottom: 5px;
}
.product-options label {
	font-size: 13px;
	color: rgba(0,0,0,0.8);
}
.product-options .block-link.size-chart {
	/*bottom: 8px;*/
}
.product-shop .product-options-bottom {
	background-color: transparent;
	border: 1px dotted rgba(0,0,0,0.2);
	padding: 30px;
}
.product-shop .regular-price .price-currency,
.product-shop .regular-price .price {
	font-size: 24px;
}
.product-view .product-shop .special-price {
    line-height: 1.583em;
}
.ajax-index-options .product-view .product-shop .old-price {line-height: 1;}
.ajax-index-options .notice-cookie {display: none;}
.ajax-index-options.with-notice-cookie-block {padding-bottom: 0 !important;}
.product-shop .special-price .price,
.product-shop .special-price .price-currency{
	font-size: 24px;
	color: #d91133;
}
.product-shop .old-price .price {
	font-size: 18px;
	color: rgba(0,0,0,0.3);
	position: relative;
	top: -2px;
}
.ajax-index-options .product-view .product-shop .product-options-bottom .price-box {margin-right: 0 !important; margin-top: 0 !important;}
.ajax-index-options .product-view .product-shop .product-options-bottom .regular-price .price,
.ajax-index-options .product-view .product-shop .product-options-bottom .regular-price .price-currency,
.ajax-index-options .product-view .product-shop .product-options-bottom .special-price .price,
.ajax-index-options .product-view .product-shop .product-options-bottom .special-price .price-currency {
	font-size: 24px;
	line-height: 1.583em;
}
.ajax-index-options .product-view .product-shop .product-options-bottom .price,
.ajax-index-options .product-view .product-shop .product-options-bottom .price-currency {
	font-size: 18px;
	line-height: 1.583em;
}
.product-view .product-shop .old-price {line-height: 2.4em; vertical-align: bottom;}
.product-view .product-shop input.qty {
	background-color: rgba(0,0,0,0.04);
	border: 1px solid #ddd;
	color: rgba(0,0,0,0.8);
	width: 48px;
	height: 48px;
	line-height: 50px;
	margin: 0 -1px;
}
.product-view .product-shop div.quantity-decrease,
.product-view .product-shop div.quantity-increase {
	width: 38px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #ddd;
	text-align: center;
}
.product-view .product-shop div.quantity-decrease {
	border-radius: 25px 0 0 25px;
}
.product-view .product-shop div.quantity-increase {
	border-radius: 0 25px 25px 0;
	margin-right: 10px;
}
.product-view .product-shop div.quantity-decrease i,
.product-view .product-shop div.quantity-increase i {
	display: block;
	line-height: inherit;
}
.product-view .product-shop div.quantity-decrease i:hover,
.product-view .product-shop div.quantity-increase i:hover {
	color: rgba(0,0,0,0.8);
}
.product-view .add-to-cart {margin-right: 0; width: 100%; margin-bottom: 5px;}
.product-view .add-to-cart button.button {
	width: calc(100% - 140px);
	min-width: 132px;
	max-width: 310px;
	box-sizing: border-box;
}
.product-view .add-to-cart button.button span {
	width: 100%;
	box-sizing: border-box;
	/*color: rgba(0,0,0,0.8);*/
	font-weight: 600;
	height: 50px;
	border-radius: 25px;
	border: none;
	line-height: 50px;
}
.add-to-cart button.button > span {
	background-color: transparent;
}
.product-view .add-to-cart button.button:hover span {
	/*background-color: #9f3636;
	color: #fff;*/
}
.product-view .add-to-cart button.button span span {
	font-weight: inherit;
}
.product-view .add-to-links {
	width: auto;
}
.product-view .add-to-links li {
	line-height: 24px;
}
.product-view .add-to-links li a {
	color: rgba(0,0,0,0.8);
	font-size: 13px;
}
.product-view .add-to-links li a i {
	color: inherit;
	margin-right: 10px;
	font-size: 14px;
	position: relative;
	top: -2px;
}
.product-view .add-to-links li {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.15);
}
.product-view .product-options-bottom .email-friend {
	line-height: 24px;
	position: relative;
	top: 1px;
}
.product-view .product-options-bottom .email-friend a {
	color: rgba(0,0,0,0.8);
	font-size: 13px;
	line-height: inherit;
}
.product-view .product-options-bottom .email-friend a i {
	color: inherit;
	margin-right: 10px;
	font-size: 14px;
	position: relative;
	top: -2px;
}
.product-view .product-options-bottom .email-friend a:hover,
.product-view .add-to-links li a:hover {
	color: rgba(0,0,0,0.5);
}
.product-view .static-block-top {
	padding-bottom: 10px;
}
.product-view .static-block-top a {
	font-size: 13px;
}
.product-view .product-shop .availability {
	display: block;
	float: none;
	width: 100%;
	font-size: 0;
	min-height: 30px;
	line-height: 30px;
}
.product-view .product-shop .availability span {
	font-size: 16px;
	font-weight: 700;
}
.availability.in-stock span {color: #4caf50;}
.product-view .product-shop .sku {font-size: 13px; color: rgba(0,0,0,0.5);}
.product-view .product-shop .product-custom {padding-bottom: 3px;}

.productpage_small .more-views .prev,
.productpage_medium .more-views .prev,
.productpage_large .more-views .prev,
.productpage_extralarge .more-views .prev,
.more-views .prev {
	margin-left: -31px;
}
/*Product Page tabs*/
.meigee-tabs {
	text-align: center;
}
.product-view .product-collateral ul.meigee-tabs.horizontal li {
	display: inline-block;
	float: none;
	border: none;
	background-color: transparent; 
}
.meigee-tabs a ,
.product-view .product-collateral ul.meigee-tabs.horizontal li a {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.25em;
	font-weight: 600;
	color: rgba(0,0,0,0.5);
	position: relative;
}
.meigee-tabs.horizontal a:before {
	content: '';
	width: auto;
	position: absolute;
	top: auto;
	bottom: 2px;
	left: 25px;
	right: 25px;
	height: 2px;
	background-color: transparent;
	transition: background .3s ease;
	-moz-transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
}
.meigee-tabs .active a,
.meigee-tabs li:hover a,
.product-view .product-collateral ul.meigee-tabs.horizontal li.active a,
.product-view .product-collateral ul.meigee-tabs.horizontal li:hover a  {
	color: rgba(0,0,0,0.8);
}
.meigee-tabs.horizontal .active a:before,
.meigee-tabs.horizontal li:hover a:before {
	background-color: rgba(0,0,0,0.1);
}
.meigee-tabs-content {
	border: none;
	font-size: 13px;
	line-height: 30px;
	padding-top: 35px;
	color: rgba(0,0,0,0.5);
}
.product-collateral .box-collateral {
	color: inherit;
	font: inherit;
}
.product-collateral .meigee-tabs.horizontal.collapsible ~ .meigee-tabs-content:not(.is-open) .tabs-wrapper {
    height: 90px;
    overflow: hidden;
    position: relative;
}
.product-collateral .meigee-tabs.horizontal.collapsible ~ .meigee-tabs-content:not(.is-open) .tabs-wrapper:after {
    content: '';
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.product-collateral .tabs-actions {
    text-align: center;
    padding-top: 15px;
    display: block;
    width: 100%;
}
.product-shop .meigee-tabs li {width: 100%; display: block; text-align: left; font-size: 13px; height: auto;}
#product-attribute-specs-table {line-height: 1.5;}
#product-attribute-specs-table th,
#product-attribute-specs-table td,
#product-attribute-specs-table th.label,
#product-attribute-specs-table td.label {
	padding: 10px;
	border-left: none;
	border-right: none;
}
#product-attribute-specs-table th.label {
	color: rgba(0,0,0,0.5);
	font-weight: 400;
}
#product-attribute-specs-table td.data {
	color: rgba(0,0,0,0.8);
}
#product-attribute-specs-table tr.first td,
#product-attribute-specs-table tr.first th {
	border-top: none;
}
#product-attribute-specs-table tr.last td,
#product-attribute-specs-table tr.last th {
	border-bottom: none;
}
.product-view .product-collateral .box-collateral + #product-attribute-specs-table {display: none;}

.related-wrapper-bottom {
	margin-left: -10px;
	margin-right: -10px;
	padding: 60px 10px 40px;
	background-color: #f2f2f2;
}
.block-related .block-content {
	background-color: transparent;
}
.related-wrapper-bottom .block-related .block-title {
	text-align: center;
	margin-bottom: 1em;
}
.block-related .block-content .block-subtitle {margin-bottom: 1.5em;}
.block-related .block-title strong {
	float: none;
	margin: 0;
}
.related-wrapper-bottom .block-related .block-title strong span {
	font-size: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
}
.related-wrapper-bottom .block-related li.item {
	padding: 0 10px;
	box-sizing: border-box;
}
.related-wrapper-bottom .block-related li.item .product {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

/*Reviews*/
.catalog-product-view #review-form {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	padding: 30px;
	max-width: 500px;
	box-sizing: border-box;
}
.catalog-product-view .box-collateral.box-reviews > .form-add {max-width: 410px;}
header.rating-title {display: none;}
.catalog-product-view .box-reviews .rating-subtitle .left-divider,
.catalog-product-view .box-reviews .rating-subtitle .right-divider {display: none;}
.catalog-product-view .box-reviews .rating-subtitle {margin-bottom: 0.8em;}
.catalog-product-view .box-reviews .rating-subtitle h2 {
	font-size: 1.25em;
	color: rgba(0,0,0,0.8);
	font-weight: 600;
}
.catalog-product-view .box-reviews .form-add .form-list {
	margin: 0;
}
.catalog-product-view .box-reviews {
	font-size: 1.1em;
	line-height: 1.8em;
}
.catalog-product-view .box-reviews .actions {border-top: none;}
.catalog-product-view .box-reviews ul li {
	border: 1px solid rgba(0,0,0,0.1);
	width: calc(50% - 10px);
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 2.1em;
	text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.catalog-product-view .box-reviews ul li:nth-child(2n+1) {
	margin-right: 20px;
}
.catalog-product-view .box-reviews .review {
	border: none;
	padding: 0;
	width: 100%;
	color: rgba(0,0,0,0.5);
	letter-spacing: 0;
}
.catalog-product-view .box-reviews .review a {color: rgba(0,0,0,0.8);}
.catalog-product-view .box-reviews .review a:hover {color: #000;}
.catalog-product-view .box-reviews .review .read-more-link {cursor: pointer;}
.catalog-product-view .box-reviews.full-table #review-form {width: 37.6%;}
.catalog-product-view .box-reviews.full-table fieldset,
.catalog-product-view .box-reviews.full-table .review-fields {width: 100%;}
.catalog-product-view .box-reviews .ratings-table {width: 100%; margin: 0 0 1.5em;}
.ratings-table th {display: none;}
.ratings-table td {
	display: block;
	width: 100%;
	text-align: center;
}
.ratings-table .rating-box {width: auto; height: auto;}
.ratings-table .rating-box span {color: #ffd33c; height: 100%;}
.ratings-table .rating-box i {margin-right: 8px; font-size: 18px;}
.catalog-product-view .box-reviews .actions {text-align: left;}

/* Ratings */
.catalog-product-view .box-reviews .data-table {margin-top: 0; margin-bottom: 0;}
.box-reviews .rating-block #product-review-table .item {
  padding: 10px 0;
}
.box-reviews .rating-block #product-review-table .item:first-of-type {padding-top: 0;}
.box-reviews .rating-block #product-review-table .item:last-of-type {padding-bottom: 15px;}
.box-reviews .rating-block #product-review-table .item .text-wrapper {
	display: inline-block;
	vertical-align: middle;
	min-width: 60px;
}
.box-reviews .rating-block .rating-values {
  font-family: inherit;
  font-size: 13px;
  color: #aaa;
  line-height: 1.5em;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.box-reviews .rating-block .stars-wrapper .value {
  float: left;
  cursor: pointer;
  line-height: 1;
  margin-left: 2px;
}
body.apple-device .box-reviews .rating-block .stars-wrapper .value {
  margin-left: 7px;
}
.box-reviews .rating-block .top-block {
	display: none;
}
.box-reviews .rating-block .stars-wrapper .value:first-child {
  margin-left: 0;
}
.box-reviews .rating-block .stars-wrapper .value i {
  position: relative;
  z-index: 4;
  font-size: 32px;
  color: #ddd;
  font-style: normal;
}
body.apple-device .box-reviews .rating-block .stars-wrapper .value i {
  font-size: 21px;
}
.box-reviews .rating-block .stars-wrapper .value i.active {
  color: #ffd34b;
}
.box-reviews .rating-block .stars-wrapper .value input {
  display: none;
}
.box-reviews .stars-wrapper,
.box-reviews .rating-values {
  display: inline-block;
  vertical-align: middle;
}
.customer-rating .stars-wrapper {
    display: block;
}
/*end Ratings*/

.catalog-product-view .box-reviews .form-list label {display: none;}
.catalog-product-view .box-reviews .form-list .field {width: 100%;}
.catalog-product-view .box-reviews ul.form-list li,
.catalog-product-view .box-reviews .form-list .field:first-child {margin-bottom: 20px; width: 100%;}
.catalog-product-view .box-reviews .form-add h3 {display: none;}
.catalog-product-view .box-reviews .form-add .form-list textarea {height: 110px; padding-top: 9px; padding-left: 14px;}
.catalog-product-view .box-reviews .form-add .form-list input {padding-left: 14px;}
.catalog-product-view .box-reviews .form-add .form-list li {border: none;}
.catalog-product-view .box-reviews .form-add .form-list input,
.catalog-product-view .box-reviews .form-add .form-list textarea {color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.06); border: none; border-radius: 4px;}
.catalog-product-view .box-reviews .form-add .form-list input {height: 40px; line-height: 30px;}
/*Reviews*/
.customer-reviews-wrapper {
  overflow: hidden;
}
.customer-reviews-wrapper .customer-reviews-inner {
	overflow: hidden;
}
.customer-reviews-wrapper .review-box-wrapper {
  margin-bottom: 18px;
  text-align: center;
  position: relative;
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.customer-reviews-wrapper .review-box-inner {
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  border: none;
  margin-top: 2px;
}
.customer-reviews-wrapper .review-box-wrapper .top-block {
  padding-top: 30px;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.03);
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
}
.customer-reviews-wrapper .review-box-wrapper .customer-info {margin-top: 20px;}
.customer-reviews-wrapper .review-box-wrapper .icon {
  display: none;
  width: 73px;
  height: 73px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
}
.customer-reviews-wrapper .review-box-wrapper .icon:before {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 31px 31px 0;
  border-color: transparent #ffffff transparent transparent;
}
.customer-reviews-wrapper .review-box-wrapper .icon i {font-size: 24px; color: #aaa; line-height: 73px;}
.customer-reviews-wrapper .review-box-wrapper .info {display: inline-block; vertical-align: middle;}
.customer-reviews-wrapper .review-box-wrapper .review-title {
  font-weight: 600;
  font-size: 13px;
  color: rgba(0,0,0,0.8);
  margin-bottom: 9px;
  display: block;
  text-transform: uppercase;
}
.customer-reviews-wrapper .review-box-wrapper .customer {
	display: block;
	font-size: inherit;
	line-height: inherit;
	color: rgba(0,0,0,0.8);
	margin-top: 6px;
	margin-bottom: 2px;
}
.customer-reviews-wrapper .review-box-wrapper .date {
	display: block;
	font-size: inherit;
	line-height: inherit;
	color: rgba(0,0,0,0.3);
}
.customer-reviews-wrapper .review-box-wrapper .date i {
  display: none;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  color: #aaa;
  position: relative;
  top: 1px;
}
.customer-reviews-wrapper .review-box-wrapper .review-box {
  font-size: 13px;
  line-height: 24px;
  padding: 1px 26px 30px;
  position: relative;
  z-index: 1;
  background-color: rgba(0,0,0,0.03);
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
#customer-reviews .more-link.open .see {display: none;}
#customer-reviews .more-link.open .hide {display: inline-block!important;}
#customer-reviews .more-link:not(.open) .hide {display: none!important;}
.customer-rating {padding: 0 26px;}
.customer-rating .item {margin-bottom: 10px;}
.customer-rating .item .rating-title {
  display: block;
  font-family: inherit;
  font-size: 14px;
	line-height: inherit;
	color: rgba(0,0,0,0.8);
	font-weight: 600;
	margin-bottom: 7px;
}
.customer-rating .item .rating-values {
  display: inline-block;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  display: none;
}
.customer-rating .item .rating-text-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.customer-rating .item .rating-box {
  margin-right: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 21px;
  top: 0;
  width: auto;
  height: auto;
}
.customer-rating .item .rating-box i {
  margin-right: 6px;
  font-size: 24px;
  width: 24px;
  line-height: 24px;
}
.customer-rating .item .rating-box i:nth-child(5n) {margin-right: 0;}
.customer-rating .item .rating-box .rating { color: #ffd34b; position: absolute; overflow: hidden; top: 0; left: 0; height: 23px;}
.customer-rating .item .rating-box .rating i:nth-child(2n) {left: 25px;}
.customer-rating .item .rating-box .rating i:nth-child(3n) {left: 50px;}
.customer-rating .item .rating-box .rating i:nth-child(4n) {left: 75px;}
.customer-rating .item .rating-box .rating i:nth-child(5n) {left: 100px;}
/*end reviews*/
.catalog-product-view .col3-layout .box-reviews .grid_8,
.catalog-product-view .col3-layout .box-reviews .grid_4 {
	width: 100%;
}
.catalog-product-view .col3-layout .col-main .grid_9 .product-img-box,
.catalog-product-view .col3-layout .col-main .grid_9 .product-shop {
	width: 100%;
}
.opc-wrapper-opc .opc-data-table td .price,
.cart .totals table .price {color: #222; font-weight: 600;}

.products-grid.two-products li.item .product-container,
.products-grid.three-products li.item .product-container,
.products-grid.four-products li.item .product-container,
.products-grid.five-products li.item .product-container,
.products-grid.six-products li.item .product-container,
.products-grid.seven-products li.item .product-container,
.products-grid.eight-products li.item .product-container {margin: 0;}

@media only screen and (min-width: 1375px) {
	body.boxed-layout .container_12 {
		padding-left: 40px;
		padding-right: 40px;
	}
	body.boxed-layout header#header.header-5:not(.home-header) .topline .container_12 {padding-left: 0; padding-right: 0;}
	body.boxed-layout .header-slider-wrapper,
	body.boxed-layout .fullwidth-banner,
	body.boxed-layout .fullwidth-banners {margin: 0 -40px;}
	body.boxed-layout hr.solid.fullwidth {
		margin-left: -40px;
		margin-right: -40px;
	}
	body.boxed-layout .col1-layout .related-wrapper-bottom {
		margin-left: -40px;
		margin-right: -40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	body.boxed-layout .col2-left-layout .related-wrapper-bottom {
		margin-left: -30px;
		margin-right: -40px;
		padding-left: 20px;
		padding-right: 30px;
	}
	body.boxed-layout .col2-right-layout .related-wrapper-bottom {
		margin-left: -40px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 20px;
	}
	body.boxed-layout .col3-layout .related-wrapper-bottom {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.boxed-layout #header:not(.home-header) .top-right {margin-right: -40px; padding-right: 40px;}
	.visible-lg {display: block;}
	.hidden-lg {display: none !important;}
	.sidebar.sidebar-left {padding-left: 10px; padding-right: 30px;}
	.sidebar.sidebar-right {padding-left: 30px; padding-right: 10px;}
	.col2-left-layout .col-main {padding-left: 30px; padding-right: 10px;}
	.col2-right-layout .col-main {padding-right: 30px; padding-left: 10px;}
	body.boxed-layout .content-wrapper .container_12 {
		position: relative;
	}
	body.boxed-layout .header-slider-container .iosSlider .container_12 {
		position: absolute;
	}
	body.boxed-layout .content-wrapper .container_12:before {
		content: '';
		left: 0;
		right: 0;
		top: -100%;
		bottom: 0;
		z-index: -1;
		position: absolute;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
	}
}
@media only screen and (min-width: 1008px) {
	.nav-container li.level-top.parent > a span:after {
		content: '\f0d7';
		font-family: FontAwesome;
		font-style: normal;
		text-transform: none;
		color: inherit;
		line-height: 1;
		margin-left: 8px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
}
@media only screen and (min-width: 1008px) and (max-width: 1374px) {
	.visible-md {display: block;}
	.hidden-md {display: none !important;}
	header#header .links {margin-left: 10px;}
	header#header .settings-wrapper .settings-btn,
	header#header #search_mini_form .search-open,
	header#header .top-cart .block-title .title-cart {padding-left: 13px; padding-right: 13px;}

	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin,
	.header-slider-container .iosSlider .slider .item .slide-container,
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {
		left: 70px;
		top: 50%;
	}
	.header-slider-container .iosSlider .slider .item .slide-container-2 {right: 70px;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 {top: 11%;}
	.home-block-about:not(.type-2) > div.left-block,
	.home-block-about:not(.type-2) > div.right-block {
	    -webkit-flex: 1 1 40%;
	    -ms-flex: 1 1 40%;
	    flex: 1 1 40%;
	}
	.home-block-about:not(.type-2) > div.center-block {
		-webkit-flex: 1 1 20%;
	    -ms-flex: 1 1 20%;
	    flex: 1 1 20%;
	}
	.text-blocks li.item p {
		font-size: 12px;
	}
	.text-blocks li.item {
		padding: 0 10px;
		box-sizing: border-box;
	}
	#footer .custom-footer-content ul.links li a {
		padding: 0;
		font-size: 13px;
		line-height: 30px;
	}
	#footer .certificate {padding: 10px;}

	.col2-left-layout #customer-reviews .grid_8 {width: 100%;}
	.col2-left-layout #customer-reviews .grid_4 {width: 60%;}
	.col3-layout .catalog-product-view #review-form,
	.col3-layout .product-options,
	.col3-layout .product-shop .product-options-bottom {padding: 20px;}
	.col3-layout .product-view .add-to-cart button.button {width: 100%; display: block;}
	.col3-layout .product-view .add-to-links li {margin-right: 10px; padding-right: 10px;}
	.col3-layout .meigee-tabs-content {padding-left: 0; padding-right: 0;}
	.col3-layout .product-collateral .box-collateral .form-add {width: 100%;}
	aside.sidebar .block.block-compare .actions a + button {margin-top: .75em;}
}

@media only screen and (max-width: 1007px) {
	header#header .nav-container.mobile {
		background-color: #fff;
		position: fixed;
		display: block !important;
		width: 300px !important;
		max-width: 300px;
		left: -300px;
		top: 0;
		right: auto;
		height: 100vh;
		bottom: 0;
		overflow-y: auto;
	    -webkit-box-shadow: 0px 0px 300px 200px rgba(0,0,0,0);
	    -moz-box-shadow: 0px 0px 300px 200px rgba(0,0,0,0);
	    box-shadow: 0px 0px 300px 200px rgba(0,0,0,0);
	    transition: box-shadow .3s ease;
		-moz-transition: box-shadow .3s ease;
		-webkit-transition: box-shadow .3s ease;
		-o-transition: box-shadow .3s ease;
	}
	header#header .nav-container.mobile.active {
	    -webkit-box-shadow: 0px 0px 300px 1000px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0px 0px 300px 1000px rgba(0,0,0,0.2);
	    box-shadow: 0px 0px 300px 1000px rgba(0,0,0,0.2);
	}
	.nav-container.mobile ul.nav-wide#nav-wide li.level0 > a span,
	.nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a span {
		font-size: 13px;
		color: inherit;
	}
	.nav-container.mobile ul.nav-wide#nav-wide li.level0 > a span {text-transform: uppercase; font-weight: 600;}
	.nav-container.mobile li.level-top > a {
		background-color: #fff;
	}
	.nav-container.mobile li.level-top > a:hover,
	.nav-container.mobile li.level-top > a:active {
		background-color: #eee;
	}
	header#header .nav-container.mobile a {color: #444; display: block;}
	.nav-container.mobile li.level-top > a span,
	.nav-container.mobile li.level-top.active > a span {color: inherit;}
	header#header .nav-container.mobile ul {padding: 0 !important; display: block !important;}
	.nav-container.mobile li.level-top:not(.first) {border-top: 1px dotted #ddd !important;}
	header#header .nav-container > ul ul.level0 {padding-left: 8px !important; padding-right: 8px !important;}
	header#header .nav-container > ul li li a {font-size: 13px;}
}

@media only screen and (min-width: 768px) and (max-width: 1007px) {
	.visible-sm {display: block;}
	.hidden-sm {display: none !important;}
	#header:not(.home-header) .logo-wrapper {
		width: 28%;
	}
	#header:not(.home-header):not(.floating) .container_12 .topline,
	#header:not(.home-header) .top-right {width: 71%;}
	.menu-button,
	header#header #search_mini_form .search-open,
	header#header .settings-wrapper .settings-btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header.home-header .top-block .top-left {display: none;}
	#header.home-header .top-block .top-right {width: 75%;}
	#header.home-header:not(.floating) .topline .right-block {
	    -webkit-flex: 0 1 75%;
	    -ms-flex: 0 1 75%;
	    flex: 0 1 75%;
	}
	header#header .top-cart .block-title .title-cart {
		line-height: 59px;
	}
	#header.home-header .topline .container_12 > .inner-wrapper {
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: space-between;
	    justify-content: space-between;
	}
	#header.home-header .topline .logo-wrapper {
		-webkit-flex: 0 1 25%;
	    -ms-flex: 0 1 25%;
	    flex: 0 1 25%;
	}
	#header:not(.floating) .menu-button {color: #fff; line-height: 60px; padding: 0 20px;}
	#header:not(.floating) .menu-button i {line-height: inherit;}
	.menu-button {float: none; font-size: 13px; font-weight: 600; line-height: 1.65em; padding: 1.46em 20px; margin: 0;}
	.sticky-cart header#header.floating .menu-button,
	.sticky-search header#header.floating .menu-button,
	.sticky-nav header#header.floating .menu-button {
		margin-right: 20px;
		margin-top: 16px;
	}
	header#header.floating h2.small_logo {float: left;}
	/*#header:not(.home-header) .nav-container {width: 250px;}*/

	.header-slider-container .iosSlider .prev i,
	.header-slider-container .iosSlider .next i {display: none;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin,
	.header-slider-container .iosSlider .slider .item .slide-container,
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {
		left: 40px;
	}
	.header-slider-container .iosSlider .slider .item .slide-container-2 {
		right: 40px;
	}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 {
		top: 10%;
	}
	.text-banner:before,
	.text-banner:after {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.text-banner .text-banner-content .title {font-size: 18px; margin-bottom: 5px;}
	.text-banner .text-banner-content .text {display: none;}
	.home-block-about:not(.type-2) > div.left-block {
		-webkit-flex: 1 1 60%;
	    -ms-flex: 1 1 60%;
	    flex: 1 1 60%;
	}
	.home-block-about:not(.type-2) > div.center-block {
		-webkit-flex: 1 1 40%;
	    -ms-flex: 1 1 40%;
	    flex: 1 1 40%;
	}
	.home-block-about:not(.type-2) > div.right-block {
		padding-top: 30px;
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	.fullwidth-banner.text-banner .text-banner-content {
		top: 40px;
	}
	.home-block-about.type-2 .left-block {
		width: 100%;
		padding-top: 0;
	}
	.home-block-about.type-2 .right-block {
		width: 100%;
	}
	.text-blocks li.item {
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#footer .footer-topline .inner-wrapper .logo-col {
		order: 0;
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	#footer .footer-topline .inner-wrapper .info-col {
		order: 1;
		-webkit-flex: 1 1 25%;
	    -ms-flex: 1 1 25%;
	    flex: 1 1 25%;
	}
	#footer .custom-footer-content ul.links li a {
		padding: 0;
		font-size: 13px;
		line-height: 30px;
	}

	.col2-right-layout .sidebar,
	.col2-left-layout .sidebar {
		-webkit-flex: 1 1 30%;
	    -ms-flex: 1 1 30%;
	    flex: 1 1 30%;
	}
	.col2-right-layout .col-main, 
	.col2-left-layout .col-main {
	    -webkit-flex: 1 1 70%;
	    -ms-flex: 1 1 70%;
	    flex: 1 1 70%;
	}
	.col3-layout .col-main {
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
        -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	}
	.col3-layout .sidebar.sidebar-left {
		-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	    flex: 1 1 50%;
        -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	}
	.col3-layout .sidebar.sidebar-left {padding-right: 30px;}
	.col3-layout .sidebar.sidebar-right {padding-left: 30px;}
	.col3-layout .sidebar.sidebar-right {
		-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	    flex: 1 1 50%;
        -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}
	.col3-layout .sidebar-left:before {
		content: none;
	}
	.col3-layout .sidebar.sidebar-right:before {
		width: 1px;
		box-shadow: none;
		height: 100%;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.1);
		left: 0;
	}
	.catalog-product-view .box-reviews .grid_8,
	.catalog-product-view .box-reviews .grid_4 {
	    width: 100%;
	}
	.product-shop .product-options-bottom,
	.product-options {padding: 20px;}
	.product-view .add-to-links li {padding-right: 10px; margin-right: 10px;}
	
	.products-grid.six-products .item .ajax-media-button-holder,
	.products-grid.seven-products .item .ajax-media-button-holder,
	.products-grid.eight-products .item .ajax-media-button-holder,
	.products-grid.grid-6-columns .item .ajax-media-button-holder,
	.products-grid.grid-7-columns .item .ajax-media-button-holder,
	.products-grid.grid-8-columns .item .ajax-media-button-holder {
		display: none;
	}
	.products-grid.six-products li.item .product-container,
	.products-grid.seven-products li.item .product-container,
	.products-grid.eight-products li.item .product-container,
	.products-grid.grid-6-columns li.item .product-container,
	.products-grid.grid-7-columns li.item .product-container,
	.products-grid.grid-8-columns li.item .product-container {
		padding: 0 5px;
	}
	.notice-cookie .notice-inner p {width: 80%;}
	.notice-cookie .notice-inner a {top: 0; padding-right: 20px;}
}

@media only screen and (min-width: 768px) {
	.products-grid.six-products li.item:hover .product-container:before,
	.products-grid.seven-products li.item:hover .product-container:before, 
	.products-grid.eight-products li.item:hover .product-container:before,
	.products-grid.grid-6-columns li.item:hover .product-container:before,
	.products-grid.grid-7-columns li.item:hover .product-container:before, 
	.products-grid.grid-8-columns li.item:hover .product-container:before {
	    top: -25px;
	    bottom: -15px;
	    left: -15px;
	    right: -15px;
	}
	.products-grid.six-products li.item .label-sale,
	.products-grid.six-products li.item .label-new,
	.products-grid.seven-products li.item .label-sale,
	.products-grid.seven-products li.item .label-new,
	.products-grid.eight-products li.item .label-sale,
	.products-grid.eight-products li.item .label-new,
	.products-grid.grid-6-columns li.item .label-sale,
	.products-grid.grid-6-columns li.item .label-new,
	.products-grid.grid-7-columns li.item .label-sale,
	.products-grid.grid-7-columns li.item .label-new,
	.products-grid.grid-8-columns li.item .label-sale,
	.products-grid.grid-8-columns li.item .label-new {
		display: none;
	}
	.products-grid.six-products li.item .out-of-stock-label,
	.products-grid.seven-products li.item .out-of-stock-label,
	.products-grid.eight-products li.item .out-of-stock-label,
	.products-grid.grid-6-columns li.item .out-of-stock-label,
	.products-grid.grid-7-columns li.item .out-of-stock-label,
	.products-grid.grid-8-columns li.item .out-of-stock-label {
		padding: 3px 7px;
    	line-height: 19px;
    	font-size: 11px;
    	right: 0;
    	z-index: 10;
    	transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
	}
	.products-grid.six-products .product-name a,
	.products-grid.seven-products .product-name a,
	.products-grid.eight-products .product-name a,
	.products-grid.grid-6-columns .product-name a,
	.products-grid.grid-7-columns .product-name a,
	.products-grid.grid-8-columns .product-name a {
		font-size: 0.9em;
	}

	.products-grid.six-products .item .hover-buttons:not(.hover-buttons-0) .toggle-options,
	.products-grid.seven-products .item .hover-buttons:not(.hover-buttons-0) .toggle-options,
	.products-grid.eight-products .item .hover-buttons:not(.hover-buttons-0) .toggle-options,
	.products-grid.grid-6-columns .item .hover-buttons:not(.hover-buttons-0) .toggle-options,
	.products-grid.grid-7-columns .item .hover-buttons:not(.hover-buttons-0) .toggle-options,
	.products-grid.grid-8-columns .item .hover-buttons:not(.hover-buttons-0) .toggle-options {
		display: block;
	}
	.products-grid.six-products .item .hover-buttons:not(.hover-buttons-0) .options-block,
	.products-grid.seven-products .item .hover-buttons:not(.hover-buttons-0) .options-block,
	.products-grid.eight-products .item .hover-buttons:not(.hover-buttons-0) .options-block,
	.products-grid.grid-6-columns .item .hover-buttons:not(.hover-buttons-0) .options-block,
	.products-grid.grid-7-columns .item .hover-buttons:not(.hover-buttons-0) .options-block,
	.products-grid.grid-8-columns .item .hover-buttons:not(.hover-buttons-0) .options-block {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		right: 20px;
		bottom: 20px;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,0.1);
		width: 50px;
		-moz-transform: scale(0) translate(50%, 50%);
		-webkit-transform: scale(0) translate(50%, 50%);
		-o-transform: scale(0) translate(50%, 50%);
		-ms-transform: scale(0) translate(50%, 50%);
		transform: scale(0) translate(50%, 50%);
		transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
	}
	.products-grid.six-products .item .hover-buttons.active:not(.hover-buttons-0) .options-block,
	.products-grid.seven-products .item .hover-buttons.active:not(.hover-buttons-0) .options-block,
	.products-grid.eight-products .item .hover-buttons.active:not(.hover-buttons-0) .options-block,
	.products-grid.grid-6-columns .item .hover-buttons.active:not(.hover-buttons-0) .options-block,
	.products-grid.grid-7-columns .item .hover-buttons.active:not(.hover-buttons-0) .options-block,
	.products-grid.grid-8-columns .item .hover-buttons.active:not(.hover-buttons-0) .options-block {
		opacity: 1;
		visibility: visible;
		-moz-transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
	}
	.products-grid.six-products .item .hover-buttons.hover-buttons-0.with-cart .options-block,
	.products-grid.seven-products .item .hover-buttons.hover-buttons-0.with-cart .options-block,
	.products-grid.eight-products .item .hover-buttons.hover-buttons-0.with-cart .options-block,
	.products-grid.grid-6-columns .item .hover-buttons.hover-buttons-0.with-cart .options-block,
	.products-grid.grid-7-columns .item .hover-buttons.hover-buttons-0.with-cart .options-block,
	.products-grid.grid-8-columns .item .hover-buttons.hover-buttons-0.with-cart .options-block,
	.products-grid.six-products .item .hover-buttons.hover-buttons-1:not(.with-cart) .options-block,
	.products-grid.seven-products .item .hover-buttons.hover-buttons-1:not(.with-cart) .options-block,
	.products-grid.eight-products .item .hover-buttons.hover-buttons-1:not(.with-cart) .options-block,
	.products-grid.grid-6-columns .item .hover-buttons.hover-buttons-1:not(.with-cart) .options-block,
	.products-grid.grid-7-columns .item .hover-buttons.hover-buttons-1:not(.with-cart) .options-block,
	.products-grid.grid-8-columns .item .hover-buttons.hover-buttons-1:not(.with-cart) .options-block  {
		width: 25px;
	}
	
	/*If at least 1 button enabled except Cart*/
	.products-grid.six-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder,
	.products-grid.seven-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder,
	.products-grid.eight-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder,
	.products-grid.grid-6-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder,
	.products-grid.grid-7-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder,
	.products-grid.grid-8-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder {
		display: block;
		float: left;
		position: static;
	}
	.products-grid.six-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.seven-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.eight-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.grid-6-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.grid-7-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.grid-8-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button span {
		border-radius: 0;
		height: 25px;
		width: 25px;
		line-height: 25px;
		box-shadow: none;
		background-color: #fff;
		color: #aaa;
		margin: 0 !important;
	}
	.products-grid.six-products .item:hover .hover-buttons.hover-buttons-0 .options-block .button-holder button.button span,
	.products-grid.seven-products .item:hover .hover-buttons.hover-buttons-0 .options-block .button-holder button.button span,
	.products-grid.eight-products .item:hover .hover-buttons.hover-buttons-0 .options-block .button-holder button.button span,
	.products-grid.grid-6-columns .item:hover .hover-buttons.hover-buttons-0 .options-block .button-holder button.button span,
	.products-grid.grid-7-columns .item:hover .hover-buttons.hover-buttons-0 .options-block .button-holder button.button span,
	.products-grid.grid-8-columns .item:hover .hover-buttons.hover-buttons-0 .options-block .button-holder button.button span {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.products-grid.six-products .item .hover-buttons.hover-buttons-2:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.seven-products .item .hover-buttons.hover-buttons-2:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.eight-products .item .hover-buttons.hover-buttons-2:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.grid-6-columns .item .hover-buttons.hover-buttons-2:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.grid-7-columns .item .hover-buttons.hover-buttons-2:not(.hover-buttons-0) .options-block .button-holder button.button span,
	.products-grid.grid-8-columns .item .hover-buttons.hover-buttons-2:not(.hover-buttons-0) .options-block .button-holder button.button span {
		width: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.products-grid.six-products .item .hover-buttons .add-to-links,
	.products-grid.seven-products .item .hover-buttons .add-to-links,
	.products-grid.eight-products .item .hover-buttons .add-to-links,
	.products-grid.grid-6-columns .item .hover-buttons .add-to-links,
	.products-grid.grid-7-columns .item .hover-buttons .add-to-links,
	.products-grid.grid-8-columns .item .hover-buttons .add-to-links {
		display: block;
		float: left;
	}
	.products-grid.six-products .item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"],
	.products-grid.seven-products .item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"],
	.products-grid.eight-products .item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"],
	.products-grid.grid-6-columns .item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"],
	.products-grid.grid-7-columns .item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"],
	.products-grid.grid-8-columns .item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"] {
		position: static;
		display: block;
		float: left;
	}
	.products-grid.six-products .item .hover-buttons .add-to-links li a,
	.products-grid.seven-products .item .hover-buttons .add-to-links li a,
	.products-grid.eight-products .item .hover-buttons .add-to-links li a,
	.products-grid.grid-6-columns .item .hover-buttons .add-to-links li a,
	.products-grid.grid-7-columns .item .hover-buttons .add-to-links li a,
	.products-grid.grid-8-columns .item .hover-buttons .add-to-links li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		background-color: #fff;
		color: #aaa;
		border-radius: 0;
		box-shadow: none;
		position: static;
		display: block;
		float: left;
		opacity: 1;
		visibility: visible;
	}
	.products-grid.six-products .item .hover-buttons .add-to-links li a i,
	.products-grid.seven-products .item .hover-buttons .add-to-links li a i,
	.products-grid.eight-products .item .hover-buttons .add-to-links li a i,
	.products-grid.grid-6-columns .item .hover-buttons .add-to-links li a i,
	.products-grid.grid-7-columns .item .hover-buttons .add-to-links li a i,
	.products-grid.grid-8-columns .item .hover-buttons .add-to-links li a i {
		color: inherit;
		transition-delay: 0s;
		transition-duration: 0.2s;
	}
	.products-grid.six-products .item .hover-buttons .btn-quick-view span,
	.products-grid.seven-products .item .hover-buttons .btn-quick-view span,
	.products-grid.eight-products .item .hover-buttons .btn-quick-view span,
	.products-grid.grid-6-columns .item .hover-buttons .btn-quick-view span,
	.products-grid.grid-7-columns .item .hover-buttons .btn-quick-view span,
	.products-grid.grid-8-columns .item .hover-buttons .btn-quick-view span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		background-color: #fff;
		color: #aaa;
		border-radius: 0;
	}
	.products-grid.six-products .item .hover-buttons .btn-quick-view span span,
	.products-grid.seven-products .item .hover-buttons .btn-quick-view span span,
	.products-grid.eight-products .item .hover-buttons .btn-quick-view span span,
	.products-grid.grid-6-columns .item .hover-buttons .btn-quick-view span span,
	.products-grid.grid-7-columns .item .hover-buttons .btn-quick-view span span,
	.products-grid.grid-8-columns .item .hover-buttons .btn-quick-view span span {
		opacity: 1;
	}
	.products-grid.six-products .item .hover-buttons .btn-quick-view,
	.products-grid.seven-products .item .hover-buttons .btn-quick-view,
	.products-grid.eight-products .item .hover-buttons .btn-quick-view,
	.products-grid.grid-6-columns .item .hover-buttons .btn-quick-view,
	.products-grid.grid-7-columns .item .hover-buttons .btn-quick-view,
	.products-grid.grid-8-columns .item .hover-buttons .btn-quick-view {
		opacity: 1;
		visibility: visible;
		border-radius: 0;
		box-shadow: none;
		width: 25px !important;
	}
	.products-grid.six-products .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view span,
	.products-grid.seven-products .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view span,
	.products-grid.eight-products .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view span,
	.products-grid.grid-6-columns .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view span,
	.products-grid.grid-7-columns .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view span,
	.products-grid.grid-8-columns .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view span,
	.products-grid.six-products .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view,
	.products-grid.seven-products .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view,
	.products-grid.eight-products .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view,
	.products-grid.grid-6-columns .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view,
	.products-grid.grid-7-columns .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view,
	.products-grid.grid-8-columns .item .hover-buttons.hover-buttons-3:not(.with-cart) .btn-quick-view {
		width: 50px !important;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.products-grid.six-products .item .hover-buttons .btn-quick-view:hover span,
	.products-grid.seven-products .item .hover-buttons .btn-quick-view:hover span,
	.products-grid.eight-products .item .hover-buttons .btn-quick-view:hover span,
	.products-grid.grid-6-columns .item .hover-buttons .btn-quick-view:hover span,
	.products-grid.grid-7-columns .item .hover-buttons .btn-quick-view:hover span,
	.products-grid.grid-8-columns .item .hover-buttons .btn-quick-view:hover span,
	.products-grid.six-products .item .hover-buttons .add-to-links li a:hover,
	.products-grid.seven-products .item .hover-buttons .add-to-links li a:hover,
	.products-grid.eight-products .item .hover-buttons .add-to-links li a:hover,
	.products-grid.grid-6-columns .item .hover-buttons .add-to-links li a:hover,
	.products-grid.grid-7-columns .item .hover-buttons .add-to-links li a:hover,
	.products-grid.grid-8-columns .item .hover-buttons .add-to-links li a:hover,
	.products-grid.six-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button:hover span,
	.products-grid.seven-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button:hover span,
	.products-grid.eight-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button:hover span,
	.products-grid.grid-6-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button:hover span,
	.products-grid.grid-7-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button:hover span,
	.products-grid.grid-8-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button:hover span {
		background-color: #eee;
		color: #222;
	}
	.products-grid.six-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button i,
	.products-grid.seven-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button i,
	.products-grid.eight-products .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button i,
	.products-grid.grid-6-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button i,
	.products-grid.grid-7-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button i,
	.products-grid.grid-8-columns .item .hover-buttons:not(.hover-buttons-0) .options-block .button-holder button.button i {
		font-size: 14px;
	}

	header#header .customer-name + .links {
		/*display: block !important;*/
		right: calc(100% - 10px);
		left: auto;
		top: 0;
		width: auto;
		max-width: 500px;
		min-width: max-content;
	}
	header#header .customer-name + .links li {
		display: block;
		float: left;
		white-space: nowrap;
		clear: none;
		border: none;
	}
}
@media only screen and (max-width: 767px) {
	.visible-xs {display: block;}
	.hidden-xs {display: none !important;}
	#header.home-header .topline .container_12 > .inner-wrapper {
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	#header.home-header .topline .logo-wrapper,
	#header.home-header:not(.floating) .topline .right-block {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}
	#header.home-header h2.logo {
		padding-top: 15px;
	}
	#header.home-header .topline .logo-wrapper {
		margin-bottom: 40px;
		height: 72px;
	}
	#header.home-header:not(.floating) .topline .right-block {
		text-align: center;
	}
	header#header .settings-wrapper {
		width: 50%;
		display: block;
		float: left;
		box-sizing: border-box;
		margin: 0;
		padding: 0 5px 0 0;
	}
	header#header .settings-wrapper .settings-btn {
		padding: 0.69em 10px;
		background-color: #222;
		color: #fff;
	}
	header#header #search_mini_form .search-open {
		padding: 0.69em 10px;
		width: 100%;
		box-sizing: border-box;
		background-color: #222;
		color: #fff;
	}
	header#header #search_mini_form {
		width: 50%;
		display: block;
		float: right;
		box-sizing: border-box;
		margin: 0;
		padding: 0 0 0 5px;
	}
	header#header .menu-button {
		font-weight: 600;
		font-size: 13px;
	}
	#header.home-header .topline .logo-wrapper {padding-bottom: 15px; padding-top: 15px; margin: 0 0 5px;}
	#header.home-header .topline .logo-wrapper:before,
	#header.home-header .topline .logo-wrapper:after {content: none;}
	#header.home-header h2.logo {
	    position: relative;
	    background-color: #9f3636;
	    border-radius: 4px;
	    margin-bottom: 22px;
	    padding: 12px 24px 10px;
	}
	#header.home-header h2.logo:before {
	    content: '';
	    display: block;
	    position: absolute;
	    top: 100%;
	    background-color: #9f3636;
	    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	    clip-path: polygon(50% 100%, 0 0, 100% 0);
	    width: 100%;
	    left: 0;
	    right: 0;
	    height: 22px;
	    margin-top: -1px;
	}

	#header:not(.floating) .menu-button {color: #fff; background-color: #333; text-align: center;}
	header#header .quick-access {margin-top: 10px; float: left; width: calc(50% - 5px); margin-right: 5px;}
	header#header .mobile-links {width: 100%; background-color: #333; color: #fff;}
	header#header .top-cart {width: calc(50% - 5px); margin-left: 5px; margin-top: 10px; box-sizing: border-box;}
	header#header .top-cart .block-title:hover,
	header#header .top-cart .block-title.active,
	header#header .top-cart .block-title {margin: 0 !important;}
	header#header .top-cart .block-title .title-cart {height: 40px; line-height: 40px;}
	header#header .quick-access.simple-list .links {background-color: #fff;	left: 0; width: 160px; text-align: left;}
	header#header .quick-access.simple-list .links a {color: #222; background-color: #fff;}
	header#header .quick-access.simple-list .links li a.top-link-login {background: transparent; padding: 0.81em 11px !important; font-size: 13px !important; font-weight: 400; line-height: inherit; text-align: left;}
	header#header .top-cart .block-title .title-cart {background-color: #333; color: #fff;}
	header#header .top-cart .title-cart i {color: inherit;}
	header#header #search_mini_form .form-search {width: 280px;}
	header#header .settings-wrapper .settings-content {right: auto; left: 0;}
	header#header .top-cart .block-content {right: 0; margin-right: 0; padding: 0; width: 280px; top: 100%;}
	header#header .top-cart .block-content .indent {padding: 0;}
	/*header#header:not(.floating) .nav-container.mobile {top: 152px;}*/
	/*header#header:not(.floating):not(.home-header) .nav-container.mobile {top: 148px;}*/
	/*header#header .nav-container.mobile {left: calc(50% - 120px);}*/
	header#header .quick-access:not(.simple-list) .links li a.top-link-login {width: 100%; background-color: #333; color: #fff;}
	header#header .quick-access:not(.simple-list) .links li a.top-link-login i {color: #fff;}
	header#header .quick-access:not(.simple-list) .links {width: 100%;}
	header#header.floating .menu-button,
	.sticky-nav header#header.floating .menu-button {float: none;}
	header#header.floating .nav-container,
	.sticky-logo header#header.floating .nav-container {width: 250px; border-top: 1px solid rgba(0,0,0,0.1); margin-top: -1px;}
	#header:not(.home-header) .welcome-msg {display: none;}
	#header.header-5 .container_12,
	#footer .container_12,
	body.boxed-layout .container_12,
	.content-wrapper .container_12 {margin-right: 0; margin-left: 0;}
	#header:not(.home-header) .logo-wrapper {width: 100%; padding-right: 0; padding-bottom: 15px;}
	#header:not(.home-header):not(.floating) .container_12 .topline {width: 100%; text-align: center;}
	#header:not(.home-header):not(.floating) .container_12 .topline .inner-wrapper {padding-bottom: 10px;}
	#header:not(.home-header) .nav-container {width: 250px;}
	header#header.floating h2.small_logo {float: left; width: 70%; text-align: left;}
	header#header.floating .right-block {width: 30%; float: right;}
	header#header.floating.home-header .right-block {margin-top: 7px;}
	header#header.floating:not(.home-header) .menu-button {margin-top: 7px; float: right;}
	body:not(.boxed-layout) header#header.floating:not(.home-header) .menu-button {margin-top: 17px;}
	header#header .quick-access .customer-name {background-color: #333; width: 100%;}
	header#header:not(.header-3) .customer-name .user i {color: #fff;}
	nav.breadcrumbs {margin-top: 0;}
	header#header.header-5 .settings-wrapper .settings-btn,
	header#header.header-5 #search_mini_form .search-open {background-color: #333; color: #fff; text-align: center;}
	header#header.header-5 .customer-name + .links {left: 0; right: auto;}

	.header-slider-container .iosSlider .slider .item .slide-container,
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {
		top: 10%;
		left: 10%;
		transform: translate(0,0);
	}
	.header-slider-container .iosSlider .slider .item .slide-container-2 {
		bottom: 10%;
		top: auto;
		right: auto;
		left: 10%;
		transform: translate(0,0);
		text-align: left;
	}
	.header-slider-container .iosSlider .slider .item .title,
	.header-slider-container .iosSlider .slider .item .slide-container .title {
		font-size: 22px;
		line-height: 25px;
	}
	.header-slider-container .iosSlider .slider .item .slide-container .subtitle,
	.header-slider-container .iosSlider .slider .item .subtitle {
		margin-bottom: 5px;
	}
	.home-block-about:not(.type-2) > div {
	    -webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	.home-block-about .working-time .row {
		padding-left: 0;
	}
	.home-block-about:not(.type-2) > div.center-block,
	.home-block-about:not(.type-2) > div.right-block {
		padding-top: 30px;
	}
	.text-banner .text-banner-content .title {
		font-size: 20px;
	}
	.fullwidth-banner.text-banner .text-banner-content {left: 10px; right: 10px; top: 40px;}
	.home-block-about.type-2 .left-block {width: 100%;}
	.home-block-about.type-2 .right-block {width: 100%; padding-top: 20px;}
	.text-blocks li.item {width: 100%;}
	.text-blocks li.item:not(:first-child) {padding-bottom: 20px;}
	.brands .brand {width: 49.9%; padding: 5px;}
	#footer .footer-topline .inner-wrapper .logo-col {
		order: 0;
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	#footer .footer-topline .inner-wrapper .info-col {
		order: 1;
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	#footer .certificate {
		padding: 10px;
	}
	#footer .footer-bottom-wrapper {text-align: center;}
	#footer .footer-bottom-wrapper .f-right,
	#footer .footer-bottom-wrapper .f-left {float: none; width: 100%;}
	#footer .footer-topline .footer-links li {margin: 4px 0;}

	.col2-right-layout .sidebar,
	.col2-left-layout .sidebar,
	.col2-right-layout .col-main, 
	.col2-left-layout .col-main {
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	.col2-left-layout .sidebar {
		-webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}

	.text-banner.listing-banner {padding: 0;}
	.text-banner.listing-banner .text-banner-content {text-align: left; left: 8%;}

	.item .hover-buttons[class*="hover-buttons-"] [class*="hover-btn-"] {
		opacity: 1;
		visibility: visible;
	}
	.item .hover-buttons.hover-buttons-3 .hover-btn-1,
	.item .hover-buttons.hover-buttons-4 .hover-btn-1 {
		top: auto;
		bottom: 60px;
		right: 5px;
		left: auto;
	}
	.item .hover-buttons.hover-buttons-3 .hover-btn-2,
	.item .hover-buttons.hover-buttons-4 .hover-btn-2 {
		top: auto;
		bottom: 44px;
		right: auto;
		left: -30px;
	}
	.item .hover-buttons.hover-buttons-3 .hover-btn-3,
	.item .hover-buttons.hover-buttons-4 .hover-btn-3 {
		top: auto;
		bottom: 5px;
		right: auto;
		left: -46px;
	}
	.item .hover-buttons.hover-buttons-4 .hover-btn-4 {
		top: auto;
		bottom: -34px;
		right: auto;
		left: -25px;
	}
	.item .hover-buttons.hover-buttons-2 .hover-btn-1 {
		top: auto;
		bottom: 57px;
		right: auto;
		left: -15px;
	}
	.item .hover-buttons.hover-buttons-2 .hover-btn-2 {
		top: -15px;
		bottom: 29px;
		right: auto;
		left: -45px;
	}
	.item .hover-buttons.hover-buttons-1 .hover-btn-1 {
		top: -28px;
		bottom: 42px;
		right: auto;
		left: -30px;
	}
	.products-grid li.item {padding: 15px;}
	.products-grid li.item .product-container:before,
	.products-list li.item:before {content: none;}
	.toolbar .shop-by .shop-by-button span {line-height: 35px;}
	aside.sidebar .block.block-layered-nav {background-color: #fff;}
	aside.sidebar .block.block-layered-nav .block-title {margin-top: 0; margin-left: 0;}
	aside.sidebar .block.block-layered-nav dl dt,
	aside.sidebar .block.block-layered-nav dl dd {padding-left: 10px; padding-right: 10px; box-sizing: border-box;}

	.col3-layout .col-main {
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
        -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.col3-layout .sidebar.sidebar-left {
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
        -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	}
	.col3-layout .sidebar.sidebar-right {
		-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	    flex: 1 1 100%;
        -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}
	.customer-reviews-wrapper .review-box-wrapper {width: 100%;}
	.related-wrapper-bottom .block-related .no-slider li.item .product {padding: 20px; margin-top: 20px;}
	.meigee-tabs-content {padding: 20px 0;}
	.catalog-product-view #review-form,
	.product-options,
	.product-shop .product-options-bottom {padding: 25px;}
	.product-view .add-to-cart button.button {display: block; width: 100%;}
	.product-view .product-options-bottom .email-friend {padding-left: 0;}
	.product-view .add-to-links li {margin-right: 10px; padding-right: 10px;}
	.fb_iframe_widget,
	.product-view .product-custom .twitter-share-button {display: inline-block !important; vertical-align: top;}
	.related-wrapper-bottom {padding-left: 0; padding-right: 0;}
	.meigee-widget .products-grid {margin: 0;}
	.products-grid li.item {max-width: 100%; box-sizing: border-box; padding-left: 0; padding-right: 0;}
	#wishlist-slider .es-carousel ul.carousel-ul > li {min-width: calc(100vw - 20px);}
	aside.sidebar .block.block-wishlist .actions {margin-top: 20px;}
	aside.sidebar .block.block-compare .actions a,
	aside.sidebar .block.block-compare .actions button.button {margin-top: 0;}
	aside.sidebar .block.block-layered-nav {width: 300px;}
	aside.sidebar .block.block-layered-nav .currently .block-subtitle {padding-left: 20px;}
	aside.sidebar .block.block-layered-nav .currently ol li {padding-top: 10px; padding-bottom: 10px; padding-right: 30px;}
	aside.sidebar .block.block-layered-nav .currently ol li a {margin-top: 0; right: 5px;}
	aside.sidebar .block.block-layered-nav .currently .btn-remove i {margin-top: 0;}
	aside.sidebar .block.block-layered-nav .actions {margin-top: 0;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}