body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  html {
	width: 100vw;
}
body {
font-weight: 400;
color: #222;
font-size: 14px;
line-height: 20px;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
min-height: 100vh;
margin: 0;
}
main {
	overflow: clip;
}/*
.ft_tabs_mob main {
	contain: unset;
}*/
@media (min-width: 992px) {
	main {padding-top: 10px;}
}
.modal-open > div {
	overflow: hidden;
}
.action-timer {
	opacity: 0;
}
.product-thumb .action-timer {
	position: absolute;
}
header{background: #fff; position: relative;}
.phone_fix .text_after_phone {display: none;}
.justify-content-xs-end {justify-content: flex-end;}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.row-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.f-col-xs-12,
.f-col-sm-6
.f-col-md-4,
.f-col-lg-3,
.item-col-5 {
	padding-right: 10px;
	padding-left: 10px;
}
.f-col-xs-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.f-col-xs-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.xs-w-100 {
	width: 100%;
}
.xs-mb-5 {
	margin-bottom: 5px;
}
.xs-mb-10 {
	margin-bottom: 10px;
}
.xs-mb-20 {
	margin-bottom: 20px;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

@media (max-width: 767px) {
	.d-xs-flex{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.flex-xs-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.justify-content-xs-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
@media (min-width: 768px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.sm-w-auto {
		width: auto;
	}
	.sm-mb-0 {
		margin-bottom: 0;
	}
	.sm-mb-30 {
		margin-bottom: 30px;
	}
	.d-sm-block {display: block !important;}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.f-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.justify-content-sm-end {justify-content: flex-end;}
	.col-sm-auto {width: auto;}
}

#column-left, #column-right {display: none;}
.fixed-goods-menu {display: none;}
.box-cart {
	padding-right: 10px;
}
.htop-b-pc img {margin:0 auto;}
.htop-b-mob img {margin:0 auto;}
.htop-b-mob{padding-top:54px;}
.htop-b-mob ~ header {padding-top: 0px;}
.ft_tabs_mob .htop-b-mob {padding-top: 98px;}
button, input {
  overflow: visible;
}
@media (min-width: 992px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	header{border-bottom: 1px solid #EAEDF7; z-index: 101;}
	#column-left, #column-right {display: block;}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.f-col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.justify-content-md-center {justify-content: center;}
	.col-md-offset-right-3 {margin-right: 25% !important;}
	.flex-1 {flex:1;}
	.f-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.cart_fix,
	.box-cart {
		min-width: 50px;
		-ms-flex-order: 4;
		order: 4;
	}
	.col-auto {
		width: auto;
	}

	html.vw-100 body {
		overflow-y: hidden;
	}

	.vw-100 .htop-b-pc,
	.vw-100 nav#top,
	.vw-100 header{
		z-index: 1007;
		position: relative;
	}
	.fix-header.h-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1008;
	}

	html:not(.vw-100) .fix-header.h-sticky {
		box-shadow:0px 8px 16px -8px rgba(0, 0, 0, 0.06);
	}

	.pr-17 .fixed-goods-menu {padding-right: 17px;}
	.fixed-goods-menu {
		padding: 0px;
		position: fixed;
		bottom:-1px;
		right:0px;
		left:0px;
		z-index: 1008;
		display: block;
	}
	.fixed-goods-bar {
		background: #2F4050;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		border-radius:8px 0px 0px 0px;
		position: relative;
		float:right;
		bottom:48px;
		margin-bottom:-48px;
		box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
		padding-left: 5px;
		padding-right: 6px;
	}
	.fixed-goods-bar .box-wishlist, .fixed-goods-bar .box-compare {
		order: 0;
	}
	.content_viewed {
		max-height: 0px;
		background: #fff;
		border-top:1px solid #EAEDF7;
		transition: max-height .4s ease;
	}
	.content_viewed .module-viewed {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.content_viewed.open-viewed {
		box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
		max-height: 368px;
	}
	.content_viewed .swiper-mod-arrow {
		top: 50%;
		margin-top: -18px;
		width: 36px;
		height: 36px;
		opacity: 0;
		z-index: 1;
		line-height: 36px;
		border-radius: 8px;
		text-align: center;
	}
	.content_viewed .swiper-mod-arrow.prev-prod {
		right: auto;
		left:-80px;
	}
	.content_viewed .swiper-mod-arrow.next-prod {
		right: -80px;
	}
	.content_viewed:hover .swiper-mod-arrow{
		opacity: 1;
	}
	.content_viewed:hover .swiper-mod-arrow.next-prod{
		right:-48px;
		transition: all .2s ease;
	}
	.content_viewed:hover .swiper-mod-arrow.prev-prod{
		left:-48px;
		transition: all .2s ease;
	}
	.content_viewed .swiper-button-disabled {
		opacity: 0.5;
		cursor: no-drop;
	}
	.content_viewed .container-module {
		margin: 0px;
		padding: 10px 60px;
	}
	.content_viewed .product-thumb .image {
		min-height: 8em !important;
	}
	.content_viewed .product-name {
		height: 40px;
		overflow:hidden;
		min-height: 40px;
	}
	.content_viewed .btn-remove {
		position: absolute;
		top: -35px;
		right: -35px;
		opacity: 0;
		box-shadow:0px 2px 4px rgba(0,0,0,0.09);
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	.content_viewed .product-thumb:hover .btn-remove{
		top:15px;
		right: 15px;
		opacity: 1;
		z-index: 10;
	}
	.content_viewed .container-module .product-name a {
		font-size: 14px !important;
		font-weight: 500;
		-webkit-line-clamp: 2;
	}
	.content_viewed .container-module .btn-general {
		padding: 5px 7px;
	}
	.fixed-goods-menu .box-viewed-pc {
		position: relative;
	}
	.fixed-goods-menu .box-wishlist, .fixed-goods-menu .box-compare {
		margin-top: 0px;
		display: inline-block;
		position: relative;
	}
	.fixed-goods-menu .box-compare:after,
	.fixed-goods-menu .box-wishlist::after {
		position: absolute;
		content: "";
		border-right: 1px dashed #122538;
		right: 0px;
		display: block;
		width: 1px;
		height: 36px;
		top: 6px;
	}
	.fixed-goods-menu .btn-viewed-pc,
	.fixed-goods-menu .btn-wishlist-top, .fixed-goods-menu .btn-compare-top{
		background: transparent;
		height: 48px;
		width: 100%;
		border-radius: 0px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding: 0px 25px 0px 15px;
		line-height:1;
	}
	.fixed-goods-menu .btn-viewed-pc .v-icon,
	.fixed-goods-menu .btn-wishlist-top .wl-icon, .fixed-goods-menu .btn-compare-top .co-icon{
		margin-top: 5px;
		color:#fff;
	}
}
.ml-auto {
	margin-left: auto;
}
.pos-r {
	position: relative;
}
input[type="number"],
input[type="text"] {
	-webkit-appearance: none !important;
}
input, input:hover, input:active {
	outline: none;
	box-shadow: none;
}
@media (min-width: 1200px) {
	.f-col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-30 {width: 30%}
	.col-lg-20 {width: 20%}
}
@media (min-width: 1360px){
	.item-col-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		align-items: center;
	}
}
.container[min-width~="1170px"][max-width~="1170px"] .item-col-5 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	align-items: center;
}

.container-fluid[min-width~="1500px"] .item-col-5 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
	align-items: center;
}

#column-right .pct_gv .item-col-5,
#column-left .pct_gv .item-col-5,
#column-right .latest_gv .item-col-5,
#column-left .latest_gv .item-col-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.header_dopmenu_doptext {
	text-align: center;
	color:#7A8490;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex-order:0;
	order: 0;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
	max-width: 260px;
}
.col-md-1-5,
.col-lg-1-5 {position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;}
@media (min-width: 992px) and (max-width: 1500px){
 	.container {
		width:970px;
		width: calc(100% - 30px);
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {width: 20%;float: left;}
	.header_dopmenu_doptext{
		text-align: center;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-ms-flex-order: -6;
		order: -6;
		margin-left: auto;
	}
	.header_dopmenu_doptext.hsw {margin-bottom: -10px;}
	.header_dopmenu_doptext.nsw {margin-bottom: -5px;}
	.h-sticky .header_dopmenu_doptext {margin-bottom: 0px;}
	.header_dopmenu_doptext br {display: none;}
}
@media (min-width: 1500px) {
	.header_dopmenu_doptext.f-order-3{
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0px;
	}

	.header_dopmenu_doptext.f-order-0 {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0px;
	}

	.header_dopmenu_doptext{
		text-align: left;
		margin-right: 15px;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;

	}
	.header_dopmenu_doptext br {display: inherit;}
	.col-lg-1-5 {width: 20%;float: left;}
}
.header_dopmenu_doptext p {
	margin-bottom: 1px;
}
.p-content {
	margin-bottom: 20px;
}

.mod-categories {
	box-shadow: 0px 0px 0px 1px #EAEDF7;
	border-radius:8px;
	background: #fff;
	padding: 20px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}
.mod-categories .mod-cat-list-items {
	margin-bottom: 0;
}
.mod-categories .mc-children.children-2-lv {
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
.mod-categories .mc-children.children-3-lv {
	display: none;
}
.mod-categories .mc-item {
	margin-bottom: 8px;
}
.mod-categories li.mc-item:last-child{
	margin-bottom: 0;
}
.mod-categories li.mc-item:last-child .mc-children.children-2-lv {
	padding-bottom: 0;
}
.mod-categories .mc-item > span {
	padding: 10px 0px 10px 15px;
	background: #F7F8FB;
	border-radius:6px;
	position: relative;
}
.mod-categories .mc-item .mc-show-child {
	width: 40px;
	height: 40px;
}
.mod-categories .mc-child-item .mc-show-child {
	width: 40px;
	height: 34px;
}
.mod-categories .mc-show-child {
	position: absolute;
	right: 0;
	top: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius:0px 5px 5px 0px;
}
.mod-categories .mc-show-child .icon-mc-down{
	width: 8px;
	height: 4px;
}
.mod-categories .mc-child-item > span {
	padding: 6px 0px 6px 15px;
	position: relative;
}
.mod-categories .mc-item > span > a,
.mod-categories .mc-child-item a {
	color:#000;
}
.mod-categories .mc-item > span > a:hover,
.mod-categories .mc-child-item a:hover {
	text-decoration: underline;
}
.mod-categories .mc-item.is-active-item > span > a,
.mod-categories .mc-child-item.is-active-item > span > a,
.mod-categories .mc-child-item.is-active-item > .mc-children > .mc-child-item.is-active-item > a {
	color:#4A71B1;
}
.mod-categories .mc-item.is-active-item > span > .mc-show-child > .icon-mc-down,
.mod-categories .mc-child-item.is-active-item > span > .mc-show-child > .icon-mc-down {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mod-categories .is-active-item .mc-children.children-2-lv {
	display: block;
}
.mod-categories .children-3-lv{
	padding: 2px 15px 0px 15px;
}
.mod-categories .children-3-lv > li > a {
	display: block;
	padding: 6px 8px;
}
.mod-categories .is-active-item .mc-children.children-2-lv > .is-active-item > .children-3-lv {
	display: block;
}

/*BANNER*/
.container-banner {
	margin: 10px 0px 10px;
	position: relative;
}
.container-banner .item {
	position: relative;
	border-radius:10px;
	overflow: hidden;
}
.container-banner .item {

}
#column-left .container-banner .item img,
#column-right .container-banner .item img {
	width: 100%;
}
.container-banner .item:hover {
	opacity: .9 !important;
}
/*SLIDESHOW*/

.container-slideshow {
	margin: 10px 0px 10px;
	position: relative;
}
.container-slideshow .swiper-slideshow{
	margin-left: -10px;
	margin-right: -10px;
}
.container-slideshow .item {
	padding-left: 10px;
	padding-right: 10px;
}
.container-slideshow .item .inner-item{
	border:1px solid #EAEDF7;
	border-radius: 10px;
}
.container-slideshow .item img{
	margin: 0 auto;
	color:transparent;
}
.swiper-slideshow-arrow{
	position: absolute;
	top:6px;
	background: #F7F8FB;
	color:#000000;
	border-radius: 5px;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	transition: all .15s ease 0s;
	cursor:pointer;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	opacity: 0;

}
.swiper-slideshow-arrow:hover, .swiper-slideshow-arrow:active {
	background: #DEE2E6;
}
.swiper-slideshow-arrow .icon-arrow-prev,
.swiper-slideshow-arrow .icon-arrow-next {
	width: 6px;
	height: 10px;
	color:#000;
}
.swiper-slideshow-arrow.prev-prod{
	left:-20px;
}
.swiper-slideshow-arrow.next-prod {
	right:-20px;
}
.container-slideshow:hover .swiper-slideshow-arrow.prev-prod {
	left:20px;
	opacity: 1;
}
.container-slideshow:hover .swiper-slideshow-arrow.next-prod {
	right: 20px;
	opacity: 1;
}
.container-banner .swiper-banner-pagination,
.container-slideshow .swiper-slideshow-pagination {
	bottom: 15px;
	top: auto;
	position: absolute;
	display: inline-block;
	text-align: center;
	height: 18px;
	background: #F7F8FB99;
	border-radius: 18px;
	padding: 2px 6px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.container-banner .swiper-banner-pagination .swiper-pagination-bullet,
.container-slideshow .swiper-slideshow-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius: 50px;
	opacity: 1;
	background: #fff;
	box-shadow: 0px 6px 10px rgba(232, 234, 243, 0.8);
}
.container-banner .swiper-banner-pagination .swiper-pagination-bullet-active,
.container-slideshow .swiper-slideshow-pagination .swiper-pagination-bullet-active{
	background: #E6952E;
}

.container-module .swiper-module {
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: -10px;
	margin-right: -10px;
	flex: 1 1 100%;
	max-width: calc(100% + 20px);
}
.container-module .item.swiper-slide,
.container-module .row_items.swiper-slide,
.container-module .mod-art-item.swiper-slide {
	padding-left: 10px;
	padding-right: 10px;
}
/*
.container-module .swiper-visible {
	overflow: visible;
}
*/
.position-no-owl .container-module .swiper-visible {
	overflow: hidden;
}
.container-module .swiper-initialized .swiper-slide:not(.swiper-slide-visible){
	opacity: 0;
}
.container-module .swiper-visible .swiper-slide:not(.swiper-slide-visible){
	opacity: 0;
}
.container-module .swiper-initialized .swiper-slide-visible,
.container-module .swiper-visible .swiper-slide-visible,
#column-left .container-module .swiper-visible,
#column-right .container-module .swiper-visible{
	opacity: 1;
}
.container-module .swiper-module:not(.swiper-backface-hidden) .item.swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#column-left .container-module .swiper-slide,
#column-right .container-module .swiper-slide{
	max-width: 100%;
	flex: 0 0 100%;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 0px;
	height: 3px;
}
.swiper-scrollbar {
	background: #F7F8FB;
	cursor: grab;
}
.swiper-scrollbar-drag {
	background: #557DC0
}
@media (max-width: 768px) {
	.swiper-scrollbar {
		display: none !important;
	}
}


.easy-catalog-box .item-catalog,
.wall-category-box .item-category,
.banner-blocks-container .banner-item,
.container-module .item.swiper-slide .product-thumb,
.container-module .row_items.swiper-slide  .item,
.no-slider .product-thumb{
	box-shadow: 0px 0px 0px 1px #EAEDF7;
}

.container {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
.container-fluid {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mb-0 {margin-bottom: 0px !important;}
.mb-15 {margin-bottom: 15px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mt-0 {margin-top: 0px;}
.mr-10 {margin-right: 10px;}
.mb-0 {margin-bottom: 0px;}
.pr-10 {padding-right: 10px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pl-10 {padding-left: 10px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pr-20 {padding-right: 20px !important;}
.pr-35 {padding-right: 35px !important;}
.pt20 {padding-top:20px;}
.pr-17 {padding-right: 17px;}
.h-100 {height: 100%;}
.h-auto {height: auto;}
.w-100 {width: 100%;}
.pr-0 {padding-right: 0px;}
.pl-0 {padding-left: 0px;}
.dflex,
.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.d-inline-flex {
 display:-ms-inline-flexbox;
 display:-webkit-inline-flex;
 display:inline-flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.mt-auto{
	margin-top: auto !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	margin-top: 10px;
	margin-bottom: 20px;
}
.fa {
	font-size: 14px;
}
.h1,h1 {
	font-size: 22px;
	line-height: 30px;
}
.h2,h2 {
	font-size: 20px;
}
.h3,h3 {
	font-size: 18px;
}
.h4,h4 {
	font-size: 14px;
}
.h5,h5 {
	font-size: 12px;
}
.h6,h6 {
	font-size: 10.2px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
a {
	color: #0f4b82;
}
a:hover {
	text-decoration: none;
	color: #05335e;
}
a:focus {
  outline: none;
  text-decoration: none;
  outline-offset: -2px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-horizontal .control-label {
	font-size: 14px;
	margin-bottom: 5px;
}
.icon-arrow-down {
	width: 8px;
	height: 4px;
	margin-left: 8px;
}

textarea.form-control{
	font-size: 14px;
	box-shadow:none;
	border:1px solid #e4e9ef;
}




div.required .control-label:before {
	content: '* ';
	color: #E72121;
	font-weight: bold;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	fill-rule: evenodd;
}
.icon-viewed {
	color:#000;
	width: 26px;
	height: 26px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a.active, .dropdown-menu li > a:focus {
	text-decoration: none;
	color: #000;
	background-color: transparent;
	border-radius:4px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #000;
  outline: 0 none;
  text-decoration: none;
}

#top {
	background-color: #F7F8FB;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 40px;
}
#top .container {
	background-color: #F7F8FB;
}

.btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-nav-links{
	background: #fff;
	border: 0px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.btn-wishlist-top,
.btn-compare-top {
	position: relative;
	border: 0px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align: center;
}
.btn-compare-top .icon-compare{
	color: #000;
	width: 24px;
	height: 24px;
}
.btn-wishlist-top .icon-wishlist {
	color: #000;
	width: 24px;
	height: 24px;
}

.box-account-mob .btn-account,
.box-account .btn-account {
	background:transparent;
	border: 0px;
	height: 40px;
	width: 40px;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
}

.box-account .dropdown-menu{
	min-width: auto;
}
.box-currency .btn-group.open .dropdown-toggle,
.btn-group.box-account.open .dropdown-toggle {
	box-shadow: none;
}
.btn-language-top,
.btn-currency-top {
	display: flex;
	text-align: center;
	border:0px;
	align-items:center;
	box-shadow: none !important;
	height: 28px;
	background: #fff;
	padding: 2px 10px;
	border-radius: 6px;
}
.btn-lang-select {
	background: transparent;
}
header .btn-language-top,
header .btn-currency-top {
	background: #F7F8FB;
}
.btn-currency-top:after,
.btn-language-top:after {
	content: '';
	display: inline-block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-arrow-down");
	mask-image: url("../image/sprite.svg#icon-arrow-down");
	width: 8px;
	height: 4px;
	margin-left: 8px;
}

.btn-language-top,
.btn-currency-top strong {
	font-size: 14px;
	font-weight: 500;
	box-shadow: none !important;
}
.btn-nav-links {
	line-height: 20px;
	margin-top: 2px;
}
.box-wishlist .text-wishlist,
.box-compare .text-compare {
	display: none;
}
.box-account,
.box-account-mob {
	position: relative;
}
.icon-account {
	color: #000;
	width: 22px;
	height: 22px;
	margin-top:-1px;
}
.box-account.text-ai-on .icon-account {
	margin-top: 1px;
}
header .text-a-icon,
header .text-a-icon-cart  {
	display: none;
}
@media (min-width: 992px) {
	.box-search {
		margin-left: 10px;
	}
	header .text-a-icon,
	header .text-a-icon-cart  {
		font-size: 12px;
		color:#000;
		font-weight: 500;
		line-height: 16px;
		display: block;
	}
}
@media (min-width: 1200px) {
	.phone-box {
		margin-right: 20px;
		margin-left: 10px;
	}
	header .box-currency {
		margin-right: 20px;
	}
}

.box-language {
	margin-right: 10px;
}
.box-language .ch-dropdown {
	min-width: 80px;
}
.box-language .dropdown-menu.ch-dropdown > li > a {
	text-align: center;
}
.box-account {
	margin-left: auto;
}
.box-currency,
.box-language,
.box-account,
.box-wishlist,
.box-compare {
	order:4;
}

.box-account.text-ai-on,
.box-wishlist.text-ai-on,
.box-compare.text-ai-on {
	padding-right: 15px;
}
.box-account.text-ai-on .btn-account,
.box-wishlist.text-ai-on .btn-wishlist-top,
.box-compare.text-ai-on .btn-compare-top,
.box-cart.text-ai-on #cart > .btn{
	height: 42px;
	width: auto;
	justify-content: space-between;
	flex-direction: column;
}

.fixed-goods-menu .viewed-quantity,
.btn-mob-cart .cart-total,
#cart .cart-total,
.wishlist-quantity,
.compare-quantity {
	position: absolute;
	top:2px;
	right:0px;
	height: 18px;
	min-width: 18px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:25px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.fixed-goods-menu .viewed-quantity {
	color: var(--viewed-total-color);
	background: var(--viewed-total-bg);
}

.btn-mob-cart .cart-total,
#cart .cart-total {
	color: var(--cart-total-color);
	background: var(--cart-total-bg);
}
.wishlist-quantity {
	color: var(--wishlist-total-color);
	background: var(--wishlist-total-bg);
}
.compare-quantity {
	color: var(--compare-total-color);
	background: var(--compare-total-bg);
}
.box-wishlist.text-ai-on .wishlist-quantity,
.box-compare.text-ai-on .compare-quantity,
.box-cart.text-ai-on #cart .cart-total{
	top:-7px;
	right: 45%;
	transform: translateX(20px);
}
.fixed-goods-menu .viewed-quantity, .fixed-goods-menu .wishlist-quantity, .fixed-goods-menu .compare-quantity {
	top:8px ;
	right:10px;
}
.mob-text-currency,
.mob-text-language {
	display: none;
}
.box-account.open .dropdown-menu,
#language .open .dropdown-menu,
#currency .open .dropdown-menu {
	z-index: 1009;
	right: 1px;
}
#currency .fa.fa-angle-down {
	font-size: 13px;
}
#currency .text-currency {
	padding-left: 5px;
	padding-right: 5px;
}
#top .dropdown-menu-right {
	left: auto;
	min-width: 100%;
	right: 0px;
	border-top-right-radius: 0px;
	margin-top: 6px;
}
.ch-dropdown {
	padding: 12px 15px;
	border:0px;
	border-radius:8px;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}
.dropdown-menu.ch-dropdown li {
	padding-top: 3px;
	margin-bottom: 3px;padding: 2px 2px !important;
	position: relative;
}
#top #currency .currency-select {
	text-align: left;
}
.dropdown-menu.ch-dropdown > li > button, .dropdown-menu.ch-dropdown > li > a {
	padding: 3px 10px 3px 10px !important;
	font-size: 14px !important;
	line-height: 1.42857143;
	border: 0px;
	color:#000;
	text-align: left;
	text-decoration: none;
}
.dropdown-menu.ch-dropdown li + li {
	border-top: 1px dashed #eee;
}
.dropdown-menu.ch-dropdown li.mob-title-language + li,
.dropdown-menu.ch-dropdown li.mob-title-currency + li {
	border-top: 0px;
}
.dropdown-menu.ch-dropdown li > a:hover:before,
.dropdown-menu.ch-dropdown li > button:hover:before,
.dropdown-menu.ch-dropdown li > div:hover:before,
.dropdown-menu.ch-dropdown > .active > button:before,
.dropdown-menu.ch-dropdown > .active > button:focus:before,
.dropdown-menu.ch-dropdown > .active > button:hover:before,
.dropdown-menu.ch-dropdown > .active > a:before,
.dropdown-menu.ch-dropdown > .active > a:focus:before,
.dropdown-menu.ch-dropdown > .active > a:hover:before {
	background: #F7F8FB;
	position: absolute;
	height: calc(100% - 3px);
	content: "";
	z-index: -1;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 3px;
	border-radius: 4px;
}
.header-nav-links {
	position:relative;
	border:0px;
	box-shadow:none;
	padding:0px;
	display:block;
	margin:0px 0px;
	background: transparent;
	width:auto;
	min-width: auto;
	list-style: none;
}
.header-nav-links .btn-link {
	color: #000;
}
#top .btn-link{
	color: #000;
	text-decoration: none;
}
#logo {
  position: relative;
}
#logo img {
  margin-left: 0;
  margin-right: auto;
  color:transparent;
}
#phone {
  padding: 10px 0;
  position:relative;
}
#phone .contact-header .additional-tel a{
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color:#000;
}
#phone .dropdown-toggle {
  display: inline-block;
  position: relative;
}
#phone .drop-contacts {
  margin-top: 0px;
  min-width: auto;
  z-index: 1012;
  left:auto;
  right: 0;
}
@media (min-width: 992px) {
	#top .box-nav-links ul li:first-child .btn-link{
		padding-left: 0px !important;
	}
	#phone .drop-contacts {
	  min-width: 100%;
	}
  .header-nav-links .btn-link {padding:4px 8px;height: 28px;font-size: 14px;}
  .header-nav-links .btn-link:hover {color: #222;}
  .header-nav-links li {display:inline-block;}
}
div.additional-tel + div.additional-tel {
    padding-top: 2px;
    text-align: right;
}
.contact-header .dropdown-menu.drop-contacts > li > div {
	color:#000;
}
.contact-header .dropdown-menu.drop-contacts > li > div, .contact-header .dropdown-menu.drop-contacts > li > a {
	font-size: 13px;
	padding: 4px 8px 4px 8px !important;
	white-space: nowrap;
	color: #000;
	font-weight: 400;
}
.additional-tel i.fa {
	font-size:14px;
}
.drop-contacts .icon-image {
	margin-right: 4px;
}
.icon-image {
  display: inline-block;
  text-align: center;
}

.contact-header li i.fa {
	font-size:20px;
}
.text_after_phone {
	color:#768292;
	font-size:12px;
	font-weight: 400;
	line-height: 16px;
	text-align: right;
	margin-top: -1px;
}
.phone_fix .additional-tel.dth{
  display: none;
}
.phone_fix .additional-tel.dth:nth-child(1),
.phone_fix .additional-tel.dth:nth-child(2) {
  display: block;
}
.phone_fix .contact-header:hover .drop-contacts{
	display:block;
}
#phone .drop-icon-info {
  position: absolute;
  top: calc(50% - 8px);
  text-align: center;
  width: 20px;
  height: 20px;
  background: #F7F8FB;
  border-radius: 50%;
  right:-35px;
  line-height: 15px;
}
.icon-arrow-hcontact {
	width: 8px;
	height: 4px;
	color:#000;
}
.drop-icon-info:after{
	content: '';
	display: inline-block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-arrow-down");
	mask-image: url("../image/sprite.svg#icon-arrow-down");
	width: 8px;
	height: 4px;
}
.form-control::placeholder {
	color: #757C83;
	opacity: 1;
	font-size: 14px;
}
header .search_word {
	font-size: 12px;
	color: #B2BBC5;
	text-align: right;
}
header .search_word a {
  color:#000000;
  cursor: pointer;
}
.header-search .form-control {
	height: 40px;
	border:0px !important;
	padding: 0 15px;
	box-shadow: none !important;
	border-radius: 8px 0px 0px 8px;
	background-color: #F7F8FB;
	color:#222;
}
.header-search .form-control:focus {
  border:0px;
  box-shadow: none;
  outline: 0 none;
  background-color: #F7F8FB;
}
.header-search .dropdown-menu {
	margin-top: 0px;
}
.header-search .button_search {
	border: 0px;
	background: #F7F8FB;
	border-radius:0px 8px 8px 0px;
}


.header-search .categories {
	background:#F7F8FB;
}

.header-search .autosearch_link {
	cursor:pointer;
}
.header-search .search_autocomplete {
	background: #fff;
	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	padding: 2px 4px;
	border-radius: 8px;
	margin-top: 0px;
	width: 100%;
	z-index: 6666 !important;
	left: 0px;
	right: 0px;
	border: 0px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	display: none;
	font-size:12px;
}
@media (min-width: 992px) {
	.logo-top {
		min-width: 200px;
	}
	.header-search .search_autocomplete {
		min-width: 530px;
		margin-top: 10px;
	}
}
.header-search .search_autocomplete .autocomplete-wrapper {
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 14px 16px;
	scrollbar-color: #DEE2E6 transparent;
   scrollbar-width: thin;
}
.header-search .search_autocomplete .autocomplete-wrapper::-webkit-scrollbar {
	width: 8px;
}
.header-search .search_autocomplete .autocomplete-wrapper::-webkit-scrollbar-track {
	background: transparent;
}
.header-search .search_autocomplete .autocomplete-wrapper::-webkit-scrollbar-thumb {
	background-color: #DEE2E6;
	border-radius: 12px;
	border: transparent;
}

.header-search .search_autocomplete li > a:hover,
.header-search .search_autocomplete li.is-active > a,
.header-search .search_autocomplete li > a:focus {
	background-color: rgba(0,26,52,.015);
	border-radius:8px;
}
.header-search .search_autocomplete .search-view-all-result {
	color: #2b8cdb;
}
.header-search .search_autocomplete a.autosearch_link {
	border-radius: 0;
	white-space: normal;
	padding:5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	color:#000;
}
.header-search .search_autocomplete li + li {
	border-top:1px dashed #EAEDF7;
}
.header-search .ajaxadvance {
	width: 100%;
	/*overflow:hidden;*/
	display: flex;
	align-items: center;
}
.header-search .ajaxadvance .content {
	display: flex;
	width: 100%;
	position: relative;
}
.header-search .ajaxadvance .search__left_block {
	margin-right: 15px;
	flex:1;
}
.header-search .ajaxadvance .search__right_block {
	white-space: nowrap;
	margin-left: auto;
	display: flex;
	align-items: center;
	align-self: center;
}
.header-search .ajaxadvance .name {
	font-size:13px;
	font-weight: 600;
}
.header-search .search_autocomplete li a:hover .image:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,26,52,.015);
}
.header-search .ajaxadvance .stock_status {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit;
	font-weight: 500;
}
.header-search .ajaxadvance .stock_status.instock {
	color:#53A974;
}
.header-search .ajaxadvance .stock_status.outofstock {
	color:#E65A2E;
}
.header-search .ajaxadvance .image {
	margin-right:15px;
	margin-left: 15px;
	position: relative;
}
.header-search .ajaxadvance .search__left_block > div:not(:first-child) {
	margin-top:5px;
}
.header-search .ajaxadvance .price-old {
	text-decoration: line-through;
}
.header-search .price {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  text-align: left;
  padding-right: 5px;
}
.header-search .ajaxadvance .highlight {
	color: #38b0e3;
}
.search_fix .header-search .search_autocomplete {
  margin-top: 0 !important;
}
.btn-search-select {
	display: block;
	background: transparent;
	padding: 0px;
	height: 32px;
	width: 32px;
	border-radius: 8px !important;
	box-shadow: none;
	margin-top: 0px;
	border: 0px;
	line-height: 1px;
	text-align: center;
	font-size: 12px;
}
.btn-search-select .icon-search-category{
	color:#000;
	width: 18px;
	height: 18px;
}
.sel-cat-search:before {
	content: url("../image/option-checked-icon.svg");
	position: absolute;
	left: 6px;
	top: 7px;
}
@media (max-width: 992px) {
	.header-search {
		padding: 0px;
	}
}
#cart {
	position: relative;
	border-radius: 5px;
	z-index: 10;
}
#cart > .btn {
	background: transparent;
	color: #000;
	padding: 0px;
	height: 40px;
	min-width: 40px;
	border: 0px;
	box-shadow: none;
	justify-content: center;
}
.shop-bag-svg {
	color:#000;
	width: 24px;
	height: 24px;
}

/*Header - cart - right*/
.header-cart-backdrop {
	background: #0b0b0b;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1011;
	transition: visibility .2s ease, opacity .2s ease;
}
.no-scroll header{
	z-index: 1012;
}
.header-cart-sticky {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	z-index: 1;
	transform: translate(0, 100%);
	background: #FFFFFF;
	transition: transform .35s ease, visibility .35s ease, opacity .35s ease;
	box-shadow: 0px 0px 22px rgba(182, 195, 217, 0.25);
}
.cart-is-sticky .header-cart-sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.cart-is-open .header-cart-backdrop {
	opacity: 0.6;
	visibility: visible;
}
.header-cart-fix-right {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1012;
	max-height: 100vh;
	height: 100%;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
	transform: translate(100%, 0);
	text-align: left;
}
.cart-is-open .header-cart-fix-right {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.header-cart-top {
	padding: 15px 60px 15px 20px;
	border-bottom: 1px solid #EAEDF7;
	align-items: center;
	overflow: hidden;
	height: 54px;
}
.header-cart-title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	width: 100%;
	text-align:left;
}
.header-cart-title:after{
	content:"";
	position: absolute;
	top:-20px;
	bottom:-20px;
	right:0px;
	border-right: 1px solid #EAEDF7;
}
.header-cart-close{
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 25px;
	outline: medium none;
	position: absolute;
	right: 18px;
	top: 13px;
	width: 25px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size:10px;
}
.header-cart-close:hover {
	background-image: url("../image/sprite.svg#icon-close");
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
}
.header-cart-scroll {
	padding: 0px 15px 15px;
	height: calc(100% - 54px);
	overflow-x: hidden;
	overflow-y: auto;
}
.page-cart-empty {
	padding-top: 20px;padding-bottom: 20px;
}
.page-cart-empty .cart-text-empty,
.header-cart-scroll .cart-empty {
	font-size: 16px;
	font-weight: 500;
	color:#000;
	padding: 25px 0px 10px;
}
.page-cart-empty .cart-text-empty-slogan,
.header-cart-scroll .cart-empty-info-text {
	color:#505966;
	font-size: 14px;
}
.header-cart-scroll .box-empty-cart-icon {
	padding-top: 30px;
	text-align: center;
}
.header-cart-product-item,
.header-cart-voucher-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-cart-products > div:last-child{
	border-bottom:2px dashed #EAEDF7;
}
.header-cart-product-item:hover .header-cart-product-name a,
.header-cart-voucher-item:hover .header-cart-voucher-name{
	color:#0f4b82;
}

.header-cart-product-item-left .btn-link-delete {
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 26px;
	height: 26px;
	position: absolute;
	left: -7px;
	right: 0;
	top: 20px;
	/* background: #F7F8FB; */
	/* margin-left: -14px; */
	/* opacity: 0; */
	/* visibility: hidden; */
	/*transition: bottom .2s ease, visibility .2s ease, opacity .2s ease;*/
}
.header-cart-voucher-item .btn-link-delete {
	background: #F7F8FB;
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 28px;
	height: 28px;
}
/*
.header-cart-product-item:hover .header-cart-product-item-left .btn-link-delete{
	opacity: 1;
	visibility: visible;
	bottom:0px;
	border-radius: 6px;
}
*/
.header-cart-product-item + div.header-cart-product-item,
.header-cart-voucher-item + div.header-cart-voucher-item,
.header-cart-product-item + div.header-cart-voucher-item {
	border-top:2px dashed #EAEDF7;
}
.header-cart-product-item-left {
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	padding-left: 20px;
	position: relative;
}
.header-cart-product-item-left img{
	max-width: 70px;
}
.header-cart-voucher-item-left {
	width: 100%;
}
.header-cart-product-item-center {
	padding: 0px 10px;
	width: 100%;
	align-self: flex-start;
}
.header-cart-voucher-name,
.header-cart-product-name a{
	font-size: 14px;
	color:#000;
	font-weight: 600;
}
.header-cart-voucher-amount,
.header-cart-price-quantity {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	text-align: right;
}
.header-cart-voucher-remove{
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	text-align: left;
	padding-right: 10px;
}
.header-cart-voucher-quantity {
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	max-width: 20px;
	text-align: right;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.header-cart-price-quantity .ch-cart-quantity {
	justify-content: flex-end;
}
.header-cart-voucher-amount {
	font-weight: 600;
	color:#000;
}
.header-cart-item-total {
	margin-top: 10px;
	font-weight: 600;
	color:#000;
}
.header-cart-options,
.header-cart-product-recurring{
	margin-top: 5px;
}
.header-cart-product-option .hcp-option-name,
.header-cart-product-recurring .hcp-recurring-text {
	font-size: 12px;
	color:#535D67;
	margin-right: 5px;
}
.header-cart-product-option .hcp-option-value,
.header-cart-product-recurring .hcp-recurring-value {
	font-size: 12px;
	color:#000;
	font-weight: 500;
}
.header-cart-totals {
	margin-top: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-cart-text-info {
	padding: 15px 0px;
	color: #000;
	display: inline-block;
	text-align: right;
	font-size: 16px;
}
.header-cart-text-info .icon-arrow-down {
	width: 8px;
	height: 4px;
	color: #000;
	margin-left: 10px;
}
.ch-total-item {
	justify-content: flex-end;
	margin-top: 15px;
}
.header-cart-total-info.collapse.in {
	margin-bottom: 10px;
}
.header-cart-total-title{
	width: 100%;
	color:#535D67;
	font-size: 16px;
}
.header-cart-total-text{
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	font-size: 16px;
}
.header-cart-total-cnt,
.header-cart-total-price,
.header-cart-total-text {
	font-weight: 600;
}
@media (min-width: 768px) {
	.header-cart-top {
		padding: 15px 60px 15px 30px;
	}
	.header-cart-scroll {
		padding: 0px 30px 30px;
	}
	.header-cart-sticky {
		padding: 30px;
	}
	.header-cart-close{
		top:16px;
	}
	.header-cart-fix-right {
		max-width: 480px;
	}
	.header-cart-top {
		height: 60px;
	}
	.header-cart-scroll {
		height: calc(100% - 60px);
	}
}

.dropdown-menu.ch-dropdown > li.sel-cat-search > a {
	padding-left: 20px !important;
}
@media (max-width: 768px) {
	#phone .drop-contacts {
		left:auto;
		right:0px;
	}
	#logo img {
		margin-left: 0px;
	}
}

.alert {
	padding: 8px 14px 8px 14px;
}
#content {
	min-height: 320px;
	max-width: 100%;
	margin-bottom: 20px;
}
.row-flex #content.col-md-9 {
	flex:1;
}
.breadcrumb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumb + .row-flex {
	margin-top: 10px;
}
.breadcrumb.col-md-offset-3 {
	margin-bottom: 10px;
}
.breadcrumb.col-lg-offset-3 {
	margin-bottom: 10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child{
	padding-left:0px;
}
.breadcrumb > li {
	font-size: 13px;
	padding: 0 7px;
	position: relative;
	white-space: nowrap !important;
}
.breadcrumb > li a,
.breadcrumb > li a span{
	color:#000;
}
.breadcrumb > li a:hover span{
	color:#0f4b82;
	text-decoration: underline;
}
.breadcrumb > li span{
	color:#535D67;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: "/";
	display: block;
	height: 26px;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	color: #000000;
}
.breadcrumb > li:last-child:after {
	content: "";
}
@media (max-width: 992px) {
	.breadcrumb-box {
		overflow: hidden;
		position: relative;
		margin-top:5px;
	}
	.breadcrumb-box .breadcrumb {
		white-space: nowrap;
		position: relative;
		overflow: auto;
		overflow-y: hidden;
		padding-bottom: 18px;
		margin-bottom: -9px !important;
	}
	.breadcrumb-box:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 30px;
		z-index: 1;
		background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #fff 100%);
	}
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.chm-btn {
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	padding: 0px 15px;
	height: 46px;
	line-height: 46px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.chm-btn-primary {
	color: var(--btn-primary-color);
	background-color: var(--btn-primary-bg);
}

.chm-btn-primary:focus,
.chm-btn-primary:hover,
.chm-btn-primary:hover {
	background-color: var(--btn-primary-bg-h);
	color: var(--btn-primary-color-h);
}
.chm-btn-secondary {
	color:#000000;
}

.chm-btn-white {
	color:#000000;
	background-color: #ffffff;
}
.chm-btn-white:hover {
	background-color: #ffffff;
}
.chm-btn-white:focus,
.chm-btn-white:hover,
.chm-btn-white:hover {
	color: var(--chm-btn-white-color-h);
}
.chm-btn-grey {
	color:#000000;
	background-color: #F7F8FB;
}
.chm-btn-grey:hover {
	color:#000000;
	background-color: #EAEDF7;
}
.chm-lg {
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 500;
}
.chm-sm {
	height: 40px;
	padding: 0px 13px;
	line-height: 40px;
}
.chm-btn-sm-only-icon {
	height: 40px;
	padding: 0px 8px;
	line-height: 40px;
	width: 40px;
	display:-ms-inline-flexbox;
	display:-webkit-inline-flex;
	display:inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack:center !important;
 	justify-content:center !important
}
.chm-px-lg {
	padding: 0px 25px;
}

.input-group-btn .btn-default {
	border:1px solid #e4e9ef;
	background-color: #FCFCFC;
	height: 44px;
}
.btn-search {
	padding:0px;
	height:32px;
	width: 32px;
	border-radius:8px !important;
	box-shadow:none;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
	border:0px;
	line-height:1;
	background: transparent;
	box-shadow: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-search .icon-hsearch {
	color:#000;
	width: 18px;
	height: 18px;
}
.btn-primary:focus, .btn-primary:focus, .btn-primary {
	color: var(--btn-primary-color);
	background-color: var(--btn-primary-bg);
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 0px 20px;
	line-height: 44px;
	min-height: 44px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:disabled,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:hover {
	background-color: var(--btn-primary-bg-h);
	color: var(--btn-primary-color-h);
	border:0px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.hidden-quick-order {
	display:none !important;
}

.price {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.price-old {
	color: #919191;
	text-decoration: line-through;
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.price-new {
	color: #D22C31;
}
.price-tax, .points {
	color: #000;
	opacity: 0.6;
	font-size: 12px;
	display: block;
	font-weight: 400;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #cccccc;
	font-size: 13px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffcc00;
}
.fa-stack {
  color: #ffcc00;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 1.65em;
}

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

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
.product-modules .product-layout {
  display: inline-block;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  width: 100%;
  word-spacing: normal;
}
.pagination {margin-top: 10px;margin-bottom: 10px;}
.pagination > li {display: inline-block;margin:0px 8px;}
.pagination>li>a,
.pagination>li>span {color:#000;background-color:#F7F8FB;border:0px;border-radius: 5px !important;}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {color:#000;background-color:#DCE0E9;}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {color:#000;background-color:#DCE0E9;}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {color:#000;background-color:#DCE0E9;}
/*
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}*/
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.ch-stock-status {
	margin-bottom: 5px;
}
.stock-status {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
}
.stock-status.outofstock {
	color: #E65A2E;
}
.stock-status.instock {
	color: #53A974;
}
.stock-status.instock svg {
	margin-right: 5px;
}
.no-slider .product-thumb{
  border-radius: 10px;
}
.container-module .item.swiper-slide .product-thumb {
	border-radius:10px;
	-webkit-transition: box-shadow .2s ease, opacity .2s ease;
	transition: box-shadow .2s ease,opacity .2s ease;
}

/*Promo Slider*/
@media (max-width: 768px) {
	.container-module .promo-slider {
		display: none !important;
	}
}
.promo-slider {
	max-width: 264px;
	min-width: 264px;
	height: auto;
	position: relative;
	margin-top: 10px;
}
#column-left .promo-slider,
#column-right .promo-slider {
	max-width: 100%;
}
.promo-slider-left .promo-slider {
	margin-right: 20px;
}

#column-left .promo-slider-left .promo-slider,
#column-right .promo-slider-left .promo-slider {
	margin-right: 0;
}
.promo-slider-right .promo-slider {
	margin-left: 20px;
}
#column-left .promo-slider-right .promo-slider,
#column-right .promo-slider-right .promo-slider {
	margin-left: 0;
}
.promo-slider-right {
	flex-direction: row-reverse;
}
#column-left .promo-slider-left,
#column-right .promo-slider-left,
#column-left .promo-slider-right,
#column-right .promo-slider-right {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.promo-slider__item {
	width: 264px;
	min-width: 264px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	/*filter: drop-shadow(2px 7px 9px rgba(0, 0, 0, 0.1));*/
}
.promo-slider__item:not(.bg-product-item) {
	padding-bottom: 25px;
}
.promo-slider__item.bg-product-item {
	padding-bottom: 35px;
}
.promo-slider .swiper:not(.swiper-initialized) .promo-slider__item ~ .promo-slider__item {
	opacity: 0;
}
#column-left .promo-slider__item,
#column-right .promo-slider__item {
	padding-bottom: 20px;
}
.promo-slider__inner {
	width: 100%;
	background-color: #000;
	height: 100%;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.promo-slider__content-title {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.promo-slider__title_xs {
	font-size: 16px;
	color:#757575;
	margin-bottom: 10px;
}
.promo-slider__title_lg {
	font-size: 24px;
	color:#fff;
	line-height: 26px;
	font-weight: 600;
}
.promo-slider__content-price {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}
.promo-slider__from {
	font-size: 16px;
	color:#E3C045;
	margin-bottom: 4px;
	line-height: 16px;
}
.promo-slider__price {
	color:#fff;
	font-size:26px;
	line-height: 26px;
}
.promo-slider__image {
	width: 100%;
	height: 100%;
	position: relative;
}

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




.icon-rstar {
	width: 14px;
	height: 14px;
}
.icon-rstar.gold {
	color:#E5DB77;
}
.icon-rstar.gray {
	color:#E9ECEF;
}
.rating .no-review {
	margin-left: 3px;
}



/*
@media (min-width: 768px) {
	.thumbnails {
		flex-direction: row-reverse;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: start;
		align-items: start;
	}
	.general-image.have-images {
		width: calc(100% - 78px);
	}
	.general-image.have-images .swiper {
		padding-bottom: 0;
	}
}
.thumbnails .general-image span.thumbnail { display: inline-block; border:0px; padding:0px; margin-bottom: 0px; cursor: pointer;}
.thumbnails .general-image img { display: block; margin-left: auto; margin-right: auto; color:transparent;}
*/
.image-additional {
	max-height: 450px;
	margin-left: -10px;
}
.swiper.image-additional .swiper-wrapper {
	flex-direction: column;
}
.swiper.image-additional:not(.swiper-initialized) .item.swiper-slide:first-child {
	opacity: 1;
}
.image-additional .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	height: 90px !important;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.image-additional .swiper-slide{
	opacity: 0.5;
}
.image-additional .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.image-additional .thumbnail {
	margin: 0;
	border: 0;
	padding: 0;
}
.image-additional .thumbnail img {margin:0px;}

.info-minimum {
	padding: 12px 15px;
	background: #fcfbef;
	color: #000;
	margin-bottom: 25px;
	border-radius: 8px;
}
.info-minimum svg {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}
.zoom-magnify { width:100%; text-align:center; }
a.zoom-magnify { width: 100%; }
.space-padding-r20 {
	padding-right:20px;
}
.space-padding-r5 {
	padding-right:5px;
}

#next-prev-box .nextprevprod{
	align-items: center;
}

.nextprevprod .popover{
   max-width:195px;
	width:195px;
}
.nextprevprod .popover.popover-prev-prod{
	left: auto !important;
	right: 25px !important;
}
.nextprevprod .popover.popover-prev-prod.bottom > .arrow {
	right:94px !important;
	left: auto !important;
	border-bottom-color:rgba(0, 0, 0, 0.03);
}
.nextprevprod .popover.popover-next-prod {
	left: auto !important;
	right: 25px !important;
}
.nextprevprod .popover.popover-next-prod.bottom > .arrow {
	right:50px !important;
	left:auto !important;
	border-bottom-color:rgba(0, 0, 0, 0.03);
}

#prev-prod-btn {
	margin-right: 10px;
}

.btn-share {
	margin-left: 10px;
}
.btn-share,
.next-product,
.prev-product{
	width: 34px;
	height: 34px;
	background: #F7F8FB;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	position: relative;
	padding: 0px;
}
.btn-share:hover
.next-product .icon-next:hover,
.prev-product .icon-prev:hover {
	border: 0px;
	background: #F7F8FB;
	color: #000;
}
.popover-pr-image img {
	margin:0 auto;
}
.popover-pr-name {
	font-size:14px;
	color:#000;
	font-weight:400;
	margin-top: 15px;
	margin-bottom: 10px;
}
.nextprevprod .popover-content {
	padding: 15px;
}
.nextprevprod .popover {
	border:0px;
	box-shadow:2px 4px 18px rgba(0, 0, 0, 0.05);
	z-index: 10;
}
.nextprevprod .price {
	color: #000;
	font-size: 18px !important;
	font-weight: 600;
	line-height: 20px;
}
.nextprevprod .price .price-new span {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.nextprevprod .price .price-old {
	margin-bottom: 0px !important;
}
.nextprevprod .price .price-old span {
	color: #535D67;
	text-decoration: line-through;
	font-weight: 400;
	display: block;
	font-size: 16px !important;
	line-height: 16px !important;
	margin-bottom: 2px !important;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#product.row-flex {
	margin-bottom: 30px;
}
#product .top-sticker-timer-rating {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#popup-quickview .rating,
#product .rating {
	position: relative;
	right: 0;
	top: 0px;
	z-index: 1;
	position:relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#product .image-block .stickers-ns {
	top:5px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	right:0;
	left:auto;
	display: flex;
	flex-direction: column;
}
#product .rating + .stickers-ns {
	top: 10px;
}
#product .image-block .stickers-ns > div {
	margin-right: 0;
}
#product .special-countdown.countdownHolder {
	top:20px;
	position: relative;
}

#product .right-block-inner {
	background:#ffffff;
	border-left: 0px;
}
#product .image-block {
	background:#ffffff;
	position: relative;
	padding: 20px 10px 10px;
	border-radius: 10px 10px 0px 0px;
}
#product .right-block-inner {
	padding: 10px 10px 20px;
}

@media (min-width: 768px) {
	#product .right-block-inner {
		padding: 20px 25px;
		border-radius: 0px 10px 10px;
	}
	#product .image-block {
		padding: 20px 25px;
	}
	.no-gutters {
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (min-width: 992px) {
	#product .right-block-inner {
		border-left: 1px solid #EAEDF7;
	}
}
.top-product-button{
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.price-action-group,
.info-product {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#product .options,
#popup-quickview .options{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #EAEDF7;
}
@media (max-width: 992px) {
	.sticky-left-block{position: relative; top:0px !important;}
}

@media (min-width: 992px) {
	#product .image-block {
		border-radius: 0px 0px 0px 10px;
		border-left: 1px solid #EAEDF7;
		border-bottom: 1px solid #EAEDF7;
	}
	#product .right-block-inner {
		padding: 20px 25px;
		border-radius: 0px 0px 10px 0px;
		border-right: 1px solid #EAEDF7;
		border-bottom: 1px solid #EAEDF7;
	}
	#product.tab-bottom .image-block {
		border-radius:10px 0px 0px 10px;
		border-top:1px solid #EAEDF7;
	}
	#product.tab-bottom .right-block-inner {
		border-radius:0px 10px 10px 0px;
		border-top:1px solid #EAEDF7;
	}
	.sticky-left-block{position: sticky; top:20px;}
}

#product .fix_true .sticky {
  position: fixed;
  z-index:99;

}

.stop {
  position: relative;
}

#product hr {
	margin-top: 0px;
	margin-bottom: 25px;
	border-color: #EAEDF7;
}
#product .title_short_description,
#product .title_short_attribute {
	font-size: 14px;
	color:#000;
	margin-bottom: 15px;
	font-weight: 500;
}
.short-desc-b,
.short-attr-b {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#product .list-unstyled.product-discounts {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#product .list-unstyled.product-discounts > li:not(:last-child){
	margin-bottom: 5px;
}

#product .product-discounts .product-discount-price {
	font-size: 14px;
	color:#000;
	font-weight: 600;
}
#product.row-flex .options {
	margin-top: 25px;
}
#product .text_short_description {
	color:#535D67;
	margin-bottom: 15px;
	font-size: 14px;
}
#product .redmore-link {
	color:#000;
	border-radius: 4px;
	background:#F7F8FB;
	padding: 4px 12px;
	font-size: 14px;
	display: inline-block;
}
#product .redmore-link:hover {
	background:#F7F8FB;
}

#product .price,
#popup-quickview .price {
	text-align:left;
	font-size:22px;
	margin-right: 20px;
	align-self: flex-end;

}
#product .price-new,
#popup-quickview .price-new {
	text-align:left;
	font-size:30px;
	display: block;
	clear: both;
	line-height: 22px;
	margin-bottom: 1px;
}
#product .price-new span,
#popup-quickview .price-new span {
	display: inline-block;
}
#product .price-old,
#popup-quickview .price-old {
	font-weight:500;
	font-size: 18px;
	float:left;
}
#product .availability .fa,
#popup-quickview .availability .fa {
	color:#23a1d1;
}

#product .cart {
	width: 100%;
	margin-top: 20px;
}
#product .cart .btn-general {
	height: 44px;
	width: 100%;
	padding: 12px 22px;
	font-size: 16px;
}
#product .btn-fastorder {
	height: 44px;
	margin-top: 20px;
	width: 100%;
	font-size: 16px;
	padding: 12px 22px;
	margin-left: 0px;
}
@media (min-width: 500px) {
	#product .cart {
		width: auto;
		margin-top: 0px;
		margin-left: auto;
	}
	#product .cart .btn-general {
		height: 54px;
		width: auto;
	}
}
@media (min-width: 650px) {
	#product .btn-fastorder {
		margin-top: 0;
		width: auto;
		height: 54px;
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	#product .btn-fastorder {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
}

@media (min-width: 1320px) {
	#product .btn-fastorder {
		width: auto;
		margin-top: 0px;
		margin-left: 20px;
	}
}

#popup-quickview .quantity-adder,
#product .quantity-adder {
   flex: 0 0 36px;
   max-width: 36px;
	z-index: 1;
	margin-right: 10px;
	line-height: 1;
	margin-right: 20px;
}
#popup-quickview .quantity-adder .add-action,
#product .quantity-adder .add-action {
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 16px;
	line-height: 10px;
	position: relative;
	text-align: center;
	width: 36px;
	background: #fff;
}

#popup-quickview .quantity-adder .add-action:hover,
#product .quantity-adder .add-action:hover {
	background:#F7F8FB;
}

#popup-quickview .quantity-adder .add-down,
#product .quantity-adder .add-down {
	border-radius: 0px 0px 8px 8px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-bottom: 1px solid #EAEDF7;
}
#popup-quickview .quantity-adder .add-up,
#product .quantity-adder .add-up {
	border-radius: 8px 8px 0px 0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top: 1px solid #EAEDF7;
}
#popup-quickview .quantity-adder .quantity-number input,
#product .quantity-adder .quantity-number input {
	display: inline-block;
	height: 22px;
	width:36px;
	padding: 0px 2px;
	text-align: center;
	border-radius:0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top:0px;
	border-bottom:0px;
	vertical-align:top;
	box-shadow:none;
	color:#000;
}

#product .panel h1 {
	margin-top:5px;
}
#product .info-group,
#popup-quickview .info-group {
	margin-top: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.info-product-reward {
	color: #000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.info-product-reward .reward-icon {
	width: 26px;
	height: 26px;

	background: linear-gradient(180deg, #FE6B22 0%, #FDAC53 100%);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	margin-right: 10px;
}
.info-product-reward .qty-reward {
	font-weight: 500;
	color:#FF671F;
	margin-right: 5px;
}
#product .points,
#popup-quickview .points {
	flex:0 0 100%;
	min-width: 100%;
	font-size: 14px;
	margin-top: 10px;
	color:#000;
	opacity: 1;
}

#product .stock_status_success,
#popup-quickview .stock_status_success {
	color: #53A974;
	font-size: 14px;
	display:inline-flex;
	background:#F0FAF4;
	height: 24px;
	padding: 4px 10px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}
#product .stock_status_success::before,
#popup-quickview .stock_status_success::before {
	content: "";
	background: #53A974;
	-webkit-mask-image: url("../image/sprite.svg#icon-sstock");
	mask-image: url("../image/sprite.svg#icon-sstock");
	width: 7px;
	height: 6px;
	margin-right: 4px;
}
#product .stock-quantity_success,
#popup-quickview .stock-quantity_success {
	background-color: #F0FAF4;
	border-radius: 4px;
	color: #53A974;
	padding: 2px 8px;
	margin-left:10px;
	position:relative;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
}

#product .stock-quantity_success:before,
#popup-quickview .stock-quantity_success:before{
	content:'';
	position:absolute;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:7px solid #F0FAF4;
	left:-5px;
	top:7px;
}

#product .qty-not-in-stock,
#popup-quickview .qty-not-in-stock {
	background-color: #FFE9E8;
	border-radius: 4px;
	color: #B70B0B;
	padding: 2px 8px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
}


#product .list-unstyled > li,
#popup-quickview .list-unstyled > li {
  font-size: 14px;
  margin:1px 0px;
}
/*****************************/
footer .copyright {
	margin-top: 0px;
	text-align: left;
	color: #000;
}
footer.ch-light-theme {
	color:#000;
}
footer.ch-dark-theme {
	color:#fff;
}
footer .sficon {
	background: #fff;
	box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.02);
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 8px;
}
footer .sficon.slink {
	cursor: pointer;
}
footer .sficon i {
	color: #000;
	font-size: 18px;
	line-height: 34px;
}
footer .sficon:hover i {
	 color: #fff;
}
footer .newsletter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 75px;
	position: relative;
}
#error-msg {
	display: block;
	position: absolute;
	top: -25px;
	right: 10px;
}
footer .icon-newsletter {
	margin-right: 30px;
	height: 40px;
}
footer .title-nl {
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	padding: 10px 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}
footer .title-nl div:nth-child(1) {
	margin-bottom: 8px;
}
footer.ch-dark-theme .title-nl{
	color: #fff;
}
footer.ch-light-theme .title-nl{
	color: #000;
}
footer .newsletter .input-group {
	position: relative;
	flex: 0 1 40%;
	margin-left: auto;
	width: 40%;
}
footer .newsletter .form-control, footer .newsletter .form-control:focus {
	border: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	color: #222;
	display: block;
	height: 68px;
	line-height: 1;
	padding: 8px 15px 8px;
	width: 100%;
	font-size: 14px !important;
	box-shadow: none !important;
}
footer .igb-nl {
	background: #fff;
	border: 0px;
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	border-left: 0px;
	padding-right: 10px;
}
footer.ch-dark-theme .igb-nl,
footer.ch-dark-theme .newsletter .form-control, footer.ch-dark-theme .newsletter .form-control:focus {
	background: #fff;
}
footer.ch-light-theme .igb-nl,
footer.ch-light-theme .newsletter .form-control, footer.ch-light-theme .newsletter .form-control:focus {
	background: #fff;
}
footer .newsletter .form-control::placeholder {
	color: #939393;
	font-size: 14px;
}
footer .btn-newsletter {
	border-radius: 10px !important;
	color: #fff;
	background-color: var(--btn-newsletter-bg);
	border: 0px;
	vertical-align: baseline;
	margin-right: 0px;
	padding: 5px 25px;
	height: 50px;
	font-size: 14px;
}
footer .btn-newsletter:hover, footer .btn-newsletter:active, footer .btn-newsletter:focus {
    background-color: var(--btn-newsletter-hover);
    border:0px;
    color:#ffffff;
}
footer.ch-light-theme .btn-newsletter {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.07);
}
/* --- FOOTER --- */
footer .two-c-pc {
	margin-bottom: 30px;
	column-count: 2;
	column-gap: 15px;
}
footer {
	font-size:14px;
	margin-top: 25px;
	color: #ADB5BD;
}
footer .footer-top{
	padding-top: 40px;
	padding-bottom: 15px;
}
footer .footer-bottom{
	padding-top: 15px;
	padding-bottom: 5px;
}
footer .footer-center {
	padding-top: 10px;
	padding-bottom: 10px;
}
footer .social_footer {
	padding-top: 10px;
}
footer a {
	font-size: 14px;
}
footer.ch-dark-theme {
	color: #ADB5BD;
}
footer.ch-dark-theme .footer-top,
footer.ch-dark-theme .footer-center,
footer.ch-dark-theme .footer-bottom{
	background-color:#122538;
}
footer.ch-dark-theme a {
	color: #ADB5BD;
}
footer.ch-dark-theme a:hover {
	color: #fff;
}
footer.ch-dark-theme .title-f,
footer.ch-dark-theme .title-f-contact {
	color: #fff;
}

footer.ch-light-theme {
	color: #535D67;
}
footer.ch-dark-theme .icon-newsletter svg rect,
footer.ch-dark-theme .icon-newsletter svg path {
	stroke:#fff;
}
footer.ch-light-theme .footer-top,
footer.ch-light-theme .footer-center,
footer.ch-light-theme .footer-bottom{
	background-color:#F7F8FB;
}
footer.ch-light-theme a {
	color: #535D67;
}
.ch-payments {
	margin-top: 0;
	margin-bottom: 0;
}
.ch-payments ul {
	margin-bottom: 0;
}
.ch-payments span {
	display: inline-block;
	box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.02);
	margin-right: 4px;
	margin-bottom: 8px;
	border-radius: 8px;
}
.ch-payments span.plink {
	cursor: pointer;
}
.ch-payments span img {
	border-radius: 8px;
}
footer.ch-light-theme a:hover {
	text-decoration: underline;
	color: #000;
}
footer.ch-dark-theme a:hover {
	color: #fff;
}
footer.ch-light-theme .title-f,
footer.ch-light-theme .title-f-contact{
	color: #000;
}

footer .title-f,
footer .title-f-contact {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
footer ul.list-unstyled li {
	display: block;
	margin-top: 6px;
}
.footer-contact ul.list-unstyled li {
	line-height: 18px;
}
footer ul.list-unstyled.two-c-pc li {
	line-height: 20px;
}
footer .fa-width {
	width:20px;
}
#gmap_footer {
	width: 100%;
	height: 285px;
	border:4px solid #424242;
	border-radius:4px;
}
.open-full-screen {
  color: #000;
}
.normal-screen {
  color: #000;
}
.title_popap_marker {
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.description_popap_marker {
	font-size:12px;
	color:#666666;
}

.close-viewed-pc {
	position: absolute;
	right: 10px;
	bottom:-100px;
	opacity: 0;
	-webkit-transition: bottom .3s ease, opacity .3s ease-in-out;
	transition: bottom .3s ease, opacity .3s ease-in-out;
	z-index: -1;
}
.close-viewed-pc.active-viewed {
	bottom: 70px;
	opacity: 1;
}
.btn-close-viewed {
	border:0px;
	background:#CED4DA;
	width: 44px;
	height:44px;
	border-radius:10px;
	box-shadow:none;
	line-height: 26px;
	display: inline-block;
	padding: 8px 14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	box-shadow:none !important;
}
.btn-close-viewed:hover {
	background:#DEE2E6;
}
.btn-close-viewed .icon-vb-close {
	width: 16px;
	color:#000;
	height: 16px;
}
.btn-back-top {
	border:0px;
	background:#DCE0E9;
	width: 44px;
	height:44px;
	border-radius:10px;
	box-shadow:none;
	line-height: 29px;
	display: inline-block;
	padding: 8px 14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	box-shadow:none !important;
}
.btn-back-top:hover {
	background:#BFC4D0;
}
.f-column {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 992px) {
	footer .footer-contact {column-count:2;margin-bottom: 20px;}
	footer .newsletter {flex-wrap:wrap;justify-content: start;margin-bottom: 40px;}
	footer .icon-newsletter {margin-right: 15px;margin-bottom: 15px;}
	footer .icon-newsletter i{font-size: 34px;}
	footer .newsletter .title-nl {padding:0px;text-align:left;margin-bottom: 15px; margin-right: 0px;white-space: normal;}
	footer .newsletter .input-group {width: 100%;flex-basis: 100%;}

}
@media (min-width: 768px) {
	footer .two-c-pc {display: block !important;}
	footer.type-footer-1 .two-c-pc {margin-bottom: 20px;column-count:2;}
}
footer .ch-socials {
	margin-top: 10px;
}
footer .ch-socials ul {
	margin-bottom: 0px;
}
.copyright__payments {
	padding-top: 12px;
	padding-bottom: 12px;
}
.ch-payments {
	padding-right: 0px;
}
#logo-footer {
	padding-right: 30px;
}
@media (min-width: 992px) {
	.copyright__payments {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ch-payments {
		padding-right: 45px;
	}
}
@media (max-width: 767px) {
	.ch-payments {
		justify-content: center;
		margin-bottom:15px;
	}
	footer .footer-top {
		padding-bottom: 20px;
	}
	footer .ch-lc {
		order:1;
	}
	footer .ch-socials {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	footer .center-fb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer .footer-top {padding-top: 20px;}
	footer .footer-contact {text-align: center; margin-bottom:0px; margin-top: 20px; column-count:1;}
	#logo-footer {margin-bottom: 15px;}
	#logo-footer img {margin: 0 auto;}
	footer .newsletter {margin-bottom: 10px;}
	footer .newsletter .title-nl {margin-bottom: 20px;}
	footer .newsletter .title-nl div:nth-child(1){font-size:16px;}
	footer .newsletter .title-nl div:nth-child(2){font-size:16px;}

	footer .two-c-pc {
		margin-bottom: 5px;
		padding: 0px 0px 10px 20px;
		column-count:1;
		display: none;

		border-radius:0px 0px 5px 5px;
	}
	footer .two-c-pc > li {margin-right: 20px;}
	footer .newsletter .form-control, footer .newsletter .form-control:focus {height: 56px;}
	footer .btn-newsletter {height: 38px;}
	footer .title-f {
		cursor: pointer;
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 0px;
		padding: 20px;
		border-radius: 5px;
		position: relative;
		transition: border-radius .1s;
	}

	footer .title-f.show-info {
		border-radius:5px 5px 0px 0px;
	}
	footer .title-f:after {
		font-family: FontAwesome;
		content:"\f107";
		position: absolute;
		right: 20px;
		width: 24px;
		height:24px;
		line-height: 24px;
		text-align: center;
		background:#122538;
		border-radius:5px;
	}
	footer.ch-dark-theme .two-c-pc {
		background: #223446;
	}
	footer.ch-dark-theme .title-f{
		color: #fff;
		background: #223446;
	}
	footer.ch-dark-theme .title-f:after {
		background:#122538;
	}
	footer.ch-light-theme .two-c-pc {
		background: #fff;
		padding-bottom: 15px;
	}
	footer.ch-light-theme .title-f{
		color: #000;
		background: #fff;
	}
	footer.ch-light-theme .title-f:after {
		background:#F7F8FB;
	}
}
@media (max-width: 430px) {
	footer .icon-newsletter {display: none;}
}

.tab-content .item {
  min-height: 320px;
}
.box-banner-container{background:#F7F8FB;padding:30px 0px;}
.block-banner-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom:5px;
	flex-direction: column;
}

.block-banner-footer .image-banner-footer {height:50px;}
.block-banner-footer .image-banner-footer img{font-size: 0px;}
.block-banner-footer .icon-banner-footer {width: 50px;text-align:center;margin-right: 5px;}
.block-banner-footer .icon-banner-footer span { height: 50px; width: 50px;display:inline-block; }
.block-banner-footer .icon-banner-footer i.fa {font-size: 24px;line-height: 50px;color:#7a7a7a;}
.block-banner-footer .text-footer-banner{margin-top: 12px;}
.block-banner-footer .text-footer-banner .banner-title-footer{font-size: 14px;color:#000;text-align: center;}
.block-banner-footer .text-footer-banner .banner-description-footer{font-size: 14px;color:#000;text-align: center;}
@media (max-width: 992px) {
.banner-footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}
}
.footer-ribbon-box::after {
	background-color: var(--ribbon-bg-after);
	content: "";
	display: block;
	height: 21px;
	right: -4px;
	position: absolute;
	top: 0;
	width: 22px;
	z-index: -1;
	display: inline-block;
	 -moz-transform: skew(3deg, 0deg);
	 -webkit-transform: skew(3deg, 0deg);
	 -o-transform: skew(3deg, 0deg);
	 -ms-transform: skew(3deg, 0deg);
	transform: skew(3deg, 0deg);
	border-radius: 0px 6px 0px;
}
.footer-ribbon-box {
	position: absolute;
	top: -21px;
	max-width: 93vw;
}
@media (max-width: 360px) {
	.footer-ribbon-box {display: none;}
}
.footer-ribbon {
	background-color: var(--ribbon-bg);
	padding: 10px 20px;
	border-radius: 8px;
	height: 42px;
	-moz-transform: skew(-15deg, 0deg);
	-webkit-transform: skew(-15deg, 0deg);
	-o-transform: skew(-15deg, 0deg);
	-ms-transform: skew(-15deg, 0deg);
	transform: skew(-15deg, 0deg);
}
.footer-ribbon span {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	-moz-transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	-o-transform: skew(15deg, 0deg);
	-ms-transform: skew(15deg, 0deg);
	transform: skew(15deg, 0deg);
}
.pos-rel {
	position: relative;
	z-index: 1;
}
.product-price .product-thumb .additional-img-hover {
	top:0px;
}
.product-price .product-thumb .image {
	border-left: solid 1px #EAEDF7;
	border-right: solid 1px #EAEDF7;
	max-width: 80px;
	padding: 12px;
	width: 80px;
	min-width: 80px;
	margin-bottom: 0px;
	min-height: 5em;
	order: -1;
}
.product-price .product-thumb .image a {
	padding: 0px;
}
.product-price {
	overflow:hidden;
}
.product-price .editproducts {
	display:none;
}
.product-price:first-child {
	margin-top: 10px;
}
.product-price:first-child .product-thumb{
	border-radius:8px 8px 0 0;
}
.product-price:last-child {
	margin-bottom: 10px;
}
.product-price:last-child .product-thumb{
	border-radius:0 0 8px 8px;
}

.product-price:nth-child(n+1) .product-thumb{
	border-top:solid 1px #EAEDF7;
}
.product-price:last-child .product-thumb{
	border-bottom:solid 1px #EAEDF7;
}
.product-price .product-model {
	margin-bottom: 0px;
	min-height: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	align-self: center;
}
.product-price .product-thumb {
	flex-direction: row !important;
	background:#ffffff;
	padding: 0;
}
.product-price .product-thumb .caption {
  margin-bottom: 0px;
  padding: 0px;
  flex-direction: row !important;
}
.product-price .product-thumb > div:last-child {
	border-left: none;
	border-right: 1px solid #EAEDF7;
}
.product-price .product-thumb .caption .product-name {
	margin-bottom: 0px;
	min-height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	min-width: 150px;
	border-right: solid 1px #EAEDF7;
	flex:1;
	align-items: center;
	order:-1;
}
.product-price .product-thumb .product-model ~ .caption .product-name {
	border-left: solid 1px #EAEDF7;
}
.product-price .product-thumb .caption .box-stock-status{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	align-items: center;
	margin-bottom: auto;
}
.product-price .product-thumb .caption .box-stock-status .stock-status {
	margin-bottom: 0px;
	-ms-flex-item-align: center;
	align-self: center;
}
.product-price .product-thumb .caption .product-model {
	margin-bottom: 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 10px;
	min-width: 90px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	border-left: solid 1px #EAEDF7;
	margin-right: 0px;
	margin-top: 0 !important;
}
.product-price .product-thumb .caption .price-actions-box {
	margin-top: 0px !important;
	border-left: solid 1px #EAEDF7;
}
.product-price .product-thumb .caption .price-actions-box .price {
	padding-right: 10px;
	padding: 10px;
	min-width: 100px;
	width: 100px;
	align-items: center;
}
.product-price .product-thumb .caption .price-actions-box .price .price-old{
	line-height: 18px;
}
.product-price .product-thumb .caption .price-actions-box .cart {
	width: auto;
	padding-left: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px 20px;
	border-left: solid 1px #EAEDF7;
	align-items: center;
}
.product-price .product-thumb .caption > div:nth-child(3){
	margin-top: 0;
}
.product-price .product-thumb .price {
	justify-content: center;
}
.product-price .product-thumb .ch-stock-status {
	padding: 10px;
	justify-content: center !important;
	width: 120px;
	max-width: 120px;
}
.product-price .product-thumb .stock-status {
	margin-bottom: 0;
	align-self: center;
}
.product-price .product-thumb .caption .price-actions-box .quantity_plus_minus {
	margin-bottom: 0px;
	align-self: center;
	padding-right: 10px;
}
.product-price .product-thumb .btn-fastorder {box-shadow:none;background: #F7F8FB;}

.product-price .product-thumb .image a:after,
.product-price .product-thumb .image .action-timer,
.product-price .product-thumb .image .addit-action,
.product-price .product-thumb .caption .product-description,
.product-price .product-thumb .image .rating,
.product-price .product-thumb .sticker-ch-pd.procent-skidka,
.product-price .product-thumb .image .stickers-ns,
.product-price .product-thumb .caption .price-actions-box .cart .btn-general span.text-cart-add{
	display:none !important;
}
.product-price .product-thumb .caption .cart .btn-general {
	padding: 5px 7px;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #2B8CDB;
}
#progressBar{
  width: 100%;
  background: #cccccc;
}

/*MODAL*/
.chm-modal.modal-dialog {
	z-index:1052;
}
.chm-modal .modal-content {
	border-radius: 8px;
	box-shadow: none;
	border: 0px;
}
.chm-modal .close-modal {
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 26px;
	outline: medium none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 26px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #EAEDF7;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size: 10px;
}
.chm-modal .close-modal:hover {
	background-image: url("../image/sprite.svg#icon-close");
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
}
.chm-modal .modal-header {
	padding: 15px 60px 15px 20px;
	border-bottom: 1px solid #EAEDF7;
	height: 60px;
	position: relative;
}
.chm-modal .modal-header:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 60px;
	height: 100%;
	border-right: 1px solid #EAEDF7;
}
.chm-modal .modal-header .modal-title{
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
.chm-modal .modal-body{
	padding: 20px;
	border: 0px;
}
.chm-modal .modal-footer {
	padding: 15px 20px 20px;
	border: 0px;
	text-align: left;
}
.chm-modal .modal-body + .modal-footer {
	padding: 0px 20px 20px;
}
.chm-modal .form-group {
	margin-bottom: 25px;
}
.chm-modal .form-group ~ div.form-group:last-child {
	margin-bottom: 0 !important;
}
.chm-modal input.form-control {
	border: 1px solid #EAEDF7;
	box-shadow: none;
	color: #000000;
	background-color: #FCFCFC;
	border-radius: 6px;
	padding: 10px 62px 10px 20px;
	height: 44px;
}
.chm-modal textarea.form-control {
	border: 1px solid #EAEDF7;
	box-shadow: none;
	color: #000000;
	background-color: #FCFCFC;
	border-radius: 6px;
	padding: 10px 20px;
	height: 66px;
}
.chm-modal .form-group.field_required:before{
	content: "*";
	position: absolute;
	left: 10px;
	top: 10px;
	color: #f56b6b;
	width: 8px;
	height: 14px;
	z-index: 9;
}
.chm-modal [class^="col-"].form-group.field_required:before {
	left:20px;
}
.chm-modal input.form-control:focus,
.chm-modal textarea.form-control:focus {
	box-shadow: 0px 0px 0px 2px #CBDBF8;
	background-color: #fff;
	border-color: #FFF;
}
.chm-modal input + label.chm-input-icon {
	position: absolute;
	top: 11px;
	right: 0px;
	width: 60px;
	text-align: center;
}
.chm-modal .col-xs-12.form-group input + label.chm-input-icon {
	right: 10px;
}
.chm-modal .form-group label.chm-input-icon:before {
	content: '';
	position: absolute;
	top: -3px;
	height: 28px;
	left: 0px;
	border-left: 1px solid #EAEDF7;
}
.modal-dialog {
	margin: 1rem 1rem;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.chm-modal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 0px;
}

.chm-modal.modal.in .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/*END MODAL*/
@media (min-width: 500px) {
	.modal-dialog {
		margin: auto;
	}
	.chm-modal.sm-modal-4{
		max-width: 400px;
		width: 400px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 1.75rem auto;
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.chm-modal .modal-header {
		padding-left: 30px;
	}
	.chm-modal .modal-body {
		padding: 30px;
	}
	.chm-modal .modal-footer {
		padding: 20px 30px 30px;
	}
	.chm-modal .modal-body + .modal-footer {
		padding: 0px 30px 30px;
	}
}
.form-group,
.field_required{
	position: relative;
}

#login-form-popup .forgotten-pass {
	margin-top: 20px;
	text-align: right;
}
#login-form-popup .forgotten {
	color:#557DC0;
}
#login-form-popup .forgotten:hover {
	color:#4A71B1;
	text-decoration: underline;
}

.form-group.message {
	margin-bottom: 0px;
}
.form-group.message .alert {
	margin-bottom: 15px;
}

#product i.required {
    color: #e4003a;
}
#product .btn-fastorder .btn-icon-fastorder {
	margin-right: 5px;
}

#product-options .image-radio,
#popup-quickorder .image-radio,
#popup-quickview .image-radio,
#product .image-radio,
#product-options .radio-checbox-options,
#popup-quickorder .radio-checbox-options,
#popup-quickview .radio-checbox-options,
#product .radio-checbox-options {
  display: inline-block;
  margin-right: 6px;
}

#product-options .image-radio input,
#popup-quickorder .image-radio input,
#popup-quickview .image-radio input,
#product .image-radio input,
#product-options .radio-checbox-options input,
#popup-quickorder .radio-checbox-options input,
#popup-quickview .radio-checbox-options input,
#product .radio-checbox-options input {
  display: none;
}

#product-options .radio-checbox-options label,
#popup-quickorder .radio-checbox-options label,
#popup-quickview .radio-checbox-options label,
#product .radio-checbox-options label {
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 8px;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #F7F8FB;
	height: 40px;
	min-width: 60px;
	text-align: center;
}

#product-options .image-radio input:checked + label,
#popup-quickorder .image-radio input:checked + label,
#popup-quickview .image-radio input:checked + label,
#product .image-radio input:checked + label,
#product-options .radio-checbox-options input:checked + label,
#popup-quickorder .radio-checbox-options input:checked + label,
#popup-quickview .radio-checbox-options input:checked + label,
#product .radio-checbox-options input:checked + label,
#product-options .image-radio label:hover,
#popup-quickorder .image-radio label:hover,
#popup-quickview .image-radio label:hover,
#product .image-radio label:hover,
#product-options .radio-checbox-options label:hover,
#popup-quickorder .radio-checbox-options label:hover,
#popup-quickview .radio-checbox-options label:hover,
#product .radio-checbox-options label:hover {
	box-shadow: 0px 0px 0px 3px #CBDBF8;
}

#product-options .image-radio label,
#popup-quickorder .image-radio label,
#popup-quickview .image-radio label,
#product .image-radio label {
	border-radius: 4px;
	cursor: pointer;
	background-color: #F7F8FB;
	min-height: 40px;
	min-width: 40px;
	text-align: center;
	padding: 7px;
}

#product-options .image-radio img,
#popup-quickorder .image-radio img,
#popup-quickview .image-radio img,
#product .image-radio img {
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
}

#product-options .image-radio input:checked +img,
#popup-quickorder .image-radio input:checked +img,
#popup-quickview .image-radio input:checked +img,
#product .image-radio input:checked +img{
	border-color: #334150;
	border-width:1px;
}

@media (max-width: 768px) {
	#product-options .image-radio img,
	#popup-quickorder .image-radio img,
	#popup-quickview .image-radio img,
	#product .image-radio img{
		max-width: 40px;
	}
}

#product-options .options .text-danger,
#popup-quickorder .options .text-danger,
#popup-quickview .options .text-danger,
#product .options .text-danger {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 2px 9px 3px;
  position: absolute;
  top: -6px;
  border-radius:4px;
}

#product-options .options .form-group,
#popup-quickorder .options .form-group,
#popup-quickview .options .form-group,
#product .options .form-group {
	margin-bottom:25px;
	position:relative;
}

#product-options .options .form-group:last-child,
#popup-quickview .options .form-group:last-child,
#product .options .form-group:last-child {
	margin-bottom: 0;
}
#product-options .options .form-group .control-label,
#popup-quickorder .options .form-group .control-label,
#popup-quickview .options .form-group .control-label,
#product .options .form-group .control-label {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	color:#000;
}
.form-group .text-danger{
	margin-top: 10px;
}
.form-group .text-danger,
.form-group.option-error .control-label{
	color: #E72121 !important;
}
#product-options .options .color-option,
#popup-quickorder .options .color-option,
#popup-quickview .options .color-option,
#product .options .color-option {
	cursor: pointer;
	display: inline-block;
	height: 26px;
	padding: 0;
	vertical-align: middle;
	width: 26px;
	border-radius: 3px;
}

#product-options .price-old{
	font-weight: 400;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
}
#product-options .price,
#product-options .price-new{
	text-align: left;
	font-size: 30px;
	display: block;
	clear: both;
	line-height: 22px;
	margin-bottom: 1px;
	font-weight: 600;
	color:#000;
	min-height: auto;
}
#product-options .btn-general{
	height: 54px;
	width: auto;
	padding: 12px 22px;
	font-size: 16px;
}
#product-options .options {
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEDF7;
}
#product-options .info-options-bottom {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	align-items: flex-end;
}
#product-options .quantity_plus_minus {
	margin-right: 20px;
}
#product-options .chm-price-totals {
	margin-right: auto;
}
#product-options .quantity_plus_minus .add-action {
	height: 16px;
}
#product-options .quantity_plus_minus input.quantity-num {
	height: 20px;
}

.info-rating,
.info-model,
.info-sku,
.info-weight,
.info-dimension {
	margin-bottom: 10px;
	font-size: 14px;
	color:#535D67;
}

.info-model span,
.info-sku span,
.info-weight span,
.info-dimension span {
	color: #000;
	font-weight: 600;
}
.info-product-stock {
	order:4;
}
.info-manufacturer {
	text-align: left;
	color:#535D67;
	margin-bottom: 10px;
}
.info-model + .info-manufacturer {
	order:2;
}
.info-sku + .info-manufacturer {
	order:4;
}
.info-model + .info-product-stock {
	justify-content: flex-end;
}
.info-manufacturer a {
	color:#0045C0;
}
.info-product .col-6{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.info-product div.col-6:nth-child(2n+2){
	text-align: left;
}
@media (min-width: 600px) {
	.info-product-stock {
		order:3;
	}
	.info-product .col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.info-product div.col-6:nth-child(2n+2){
		text-align: right;
	}
	.info-manufacturer {
		text-align:right;
	}
}

.custom-block-products .item-cbp:last-child > div{
	margin-bottom: 5px;
}
.custom-block-products .title-module {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14px;
	color:#000;
}
.custom-block-products .title-custom-block-product {
	font-size:16px;
	font-weight:600;
	margin-bottom: 10px ;
}
.custom-block-product {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.custom-block__link {
	cursor: pointer;
}
.custom-block-product .image {
	width: 55px;
	height: 55px;
	background: #F7F8FB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	margin-right: 20px;
}
.custom-block-product a,
.custom-block-product a:hover{
	text-decoration: none;
}
.custom-block-product .text .custom-block-title {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}
.custom-block-product .text .custom-block-desc {
	font-size: 12px;
	color: #6D7074;
	line-height: 16px;
}

.ch-g-image {
	display: none;
}
.ch-g-image.active-image {
	display: block;
}
.ch-g-dots {
	display: none;
}
@media (min-width: 992px) {
	.product-thumb:hover .ch-g-dots {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 0px;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
	}
}
.ch-g-dots .ch-g-line {
	border-bottom: 1px solid #F7F8FB;
	transition: border-color 0.25s;
	position: relative;
	margin-right: 3px;
	height: 100%;
	display: block;
	-ms-flex: 1;
	flex: 1;
}
.ch-g-dots .ch-g-line:last-child{
	margin-right: 0;
}

.ch-g-dots .ch-g-line.active-line {
	border-color: #557DC0;
}

.masked_bg {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    left: 0;
    top: 0;
    border-radius:8px;
}
.loading_masked {
	left: 8px;
	margin-top: -35px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 11000;
}
.container-module.product-category {
  overflow: hidden;
}
#column-right .container-module .reviews .col-md-4.no-slider,
#column-left .container-module .reviews .col-md-4.no-slider {width:100%;}
#column-right .container-module .title-module span,
#column-left .container-module .title-module span {display: inline-block;}
#column-right .container-module .title-module .see-all-reviews,
#column-left .container-module .title-module .see-all-reviews {position: relative;}
.container-module .see-all-reviews {
	color: #000;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 5px;
	background: #fff;
}
.see-all-reviews {
	border: 1px solid #EAEDF7;
	border-radius: 8px;
	padding: 6px 18px;
	overflow: hidden;
	white-space: nowrap;
	height: 34px;
}

.see-all-reviews:hover .text-see-all{
	text-decoration: underline;
}
.container-module .reviews{
	margin-bottom: 15px;
}

.reviews-list {
	margin-bottom: 20px;
}
.reviews-list .item-review {
	padding: 30px;
}
.reviews-list .item-review .capttion {
	padding-top: 0;
	padding-bottom: 0;
}

.reviews-list .reviews-description {
	margin-bottom: 25px;
	line-height: 22px;
}
.reviews-list .item-review .review_plus, .reviews-list .item-review .review_minus {
	margin-bottom: 15px;
}
.reviews-list .item-review .review_minus span, .reviews-list .item-review .review_plus span {
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.reviews-list .item-review .admin_reply {
	padding: 25px;
	margin-top: 15px;
	background: #F7F8FB;
	border-radius: 8px;
}
.reviews-list .item-review .admin_reply div {
	margin-bottom: 5px;
	font-weight: 600;
}
.reviews-list .item-review .purchased {
	padding-right: 10px;
}
.container-module .reviews .item-review {
	background: #fff;
	border: 1px solid #EAEDF7;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	flex:1;
}
.container-module .rc-top {
	margin-bottom: 22px;
}
.container-module .rc-center {
	margin-bottom: 22px;
}
.container-module .rc-top .rc-pr-image {
	min-width: 80px;
	float: left;
	margin-right: 15px;
}
.container-module .rc-top .rc-pr-image img{
	font-size: 0px;
	color:transparent;
}
.container-module .rc-top .rs-pr-name {
	max-height: 80px;
	overflow: hidden;
}
.container-module .rc-top .rs-pr-name a {
	color:#000;
	font-weight: 500;
}

.container-module .rc-description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 22px;
}
.container-module .rc-bottom {
	margin-top: auto;
}
.reviews-list .item-review .rc-author-rating,
.container-module .item-review .rc-author-rating {
	width: 40px;
	height: 44px;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	color:#000;
	font-size: 14px;
	font-weight: 500;
	align-items:center;
}
.reviews-list .item-review .rc-author-rating:before,
.container-module .item-review .rc-author-rating:before {
	background: url("../image/sprite.svg#icon-rating") no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
}
.reviews-list .item-review .rc-author-info,
.container-module .item-review .rc-author-info {
	flex:1;
	line-height: 22px;
}
.reviews-list .item-review .rc-author,
.container-module .item-review .rc-author {
	color:#000;
	font-weight: 500;
}
.reviews-list .item-review .rc-date,
.container-module .item-review .rc-date {
	color:#8F9AA2;
}

.heading_title_reviews{margin-bottom: 15px;padding: 10px 0px;position:relative;}
.heading_title_reviews{ font-size: 20px; padding: 0 20px 0px 0px; z-index: 5; color:#333; position: relative; text-transform:uppercase; }
.popup_banner {width:600px;max-width:80%;padding:15px;background:#f8f8f8;}
@media (min-width: 768px) {
.popup_banner {width:900px;max-width:100%;padding:15px;background:#f8f8f8;}
}
.popup_banner .close{position:absolute;z-index:999;top:8px;right:10px;}
.popup_banner h1 {font-size:1.8em;margin:0 0 10px;}
.popup_banner #content {
  min-height:10px;
}
.is_a_link {
	cursor:pointer;
}
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

.review-item .review_plus,
.review-item .review_minus {
	margin-bottom: 15px;
}
.review-item .review_minus span,
.review-item .review_plus span{
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.review-item .admin_reply {
	padding:25px;
	margin-top:15px;
	background: #F7F8FB;
	border-radius: 8px;
}
.review-item .admin_reply div{
	margin-bottom: 5px;
	font-weight: 600;
}
.review-item .purchased{
	padding-right: 10px;
}
.review-item .comment {
	margin-bottom: 10px;
}
.review-heading {
	margin-bottom: 10px;
}
.review-item + div.review-item {
	margin-top: 20px;
	border-top: 2px dashed #EAEDF7;
	padding-top: 20px;
}
.reviews-author .purchased{
	color:#1ab90a;
	padding-left:10px;
	font-weight:400;
}
.review-item .rc-heading {
	margin-bottom: 20px;
}
.review-item .rc-author-rating {
	width: 40px;
	height: 44px;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	color:#000;
	font-size: 14px;
	font-weight: 500;
	align-items:center;
}

.review-item .rc-author-rating:before {
	background: url("../image/sprite.svg#icon-rating") no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
}
.review-item .rc-author-info {
	flex:1;
	line-height: 22px;
}
.review-item .rc-author {
	color:#000;
	font-weight: 500;
}
.review-item .rc-date {
	color:#8F9AA2;
}
.product-rating .star-rating {
	position: relative;
	width: 21px;
	height: 21px;
	margin-right: 2px;
	margin-bottom: 0 !important;
	cursor:pointer;
}
.product-rating .star-rating:before {
	position: absolute;
	content: url("../image/star-icon/b-star-g-icon.svg");
	width: 21px;
	height: 21px;
}
.product-rating .star-rating.checked:before, .product-rating .star-rating.active::before {
	position: absolute;
	content: url("../image/star-icon/b-star-y-icon.svg");
	width: 21px;
	height: 21px;
}


h2.ch-h2 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 28px;
	margin-top: 0;
}
.ch-product-reviews {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EAEDF7;
	flex-direction: row;
	-ms-flex-align: center !important;
	align-items: center !important;
}
@media (max-width: 767px) {
	.ch-product-reviews {
		flex-direction: column;
	}
	.ch-rating-total {
		margin-bottom: 25px;
	}
	.ch-rating-total .btn-primary {
		width: 100%;
	}
}

.ch-rating-total {
	min-width: 165px;
}
.ch-rating-total-points {
	font-size: 42px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 20px;
	width: 128px;
	height: 128px;
	position: relative;
}

.ch-rating-total-points:before {
	background: url("../image/r-store/r-store.svg") no-repeat;
	content: "";
	width: 128px;
	height: 128px;
	display: block;
	position: absolute;
}
.ch-average-stars {
	margin-bottom: 24px;
}
.ch-dr-number {
	width: 16px;
	text-align: center;
	margin-right: 8px;
}
.ch-star-rating-desc .ch-detailed-review {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.ch-dr-star {
	line-height: 17px;
	height: 20px;
}
.ch-dr-pct-line {
	height: 8px;
	border-radius: 12px;
	background: #F7F8FB;
	min-width: 250px;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 100%;
}
.ch-dr-pct-progress {
	border-radius: 12px;
	height: 8px;
}
.ch-dr-pct-progress.ch-star5 {
	background: #6AB956;
}
.ch-dr-pct-progress.ch-star4 {
	background: #B4E681;
}
.ch-dr-pct-progress.ch-star3 {
	background: #F2D456;
}
.ch-dr-pct-progress.ch-star2 {
	background: #F6B44F;
}
.ch-dr-pct-progress.ch-star1 {
	background: #EC7852;
}
.ch-total-rating {
	min-width: 22px;
	text-align: center;
	background: #F7F8FB;
	border-radius: 4px;
	flex-grow: 1;
	padding: 0px 8px;
	line-height: 24px;
}

@media (max-width: 992px) { .header-search .dropdown-menu.ch-dropdown {left:auto;right:0px;} }
.category_description img.img-thumbnail {color:transparent;}
.category_description img {max-width:100%; border:0px;}
.category_description {clear: both; color: #333; display: block; margin: 10px 0; overflow: hidden; padding-bottom: 15px; padding-top: 15px;}
.category_description .psfl-l {padding: 0 10px 10px 0;}
.psfl-l {float:left;}
@media (max-width: 768px) {
	.banner-blocks-container.dflex {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	}
#column-left .banner-blocks-container > div,
#column-right .banner-blocks-container > div,
.position-no-owl .banner-blocks-container > div{
	width:100%
}
.banner-blocks-container {
	margin-top: 10px;
	padding-bottom: 10px;
}
.banner-blocks-container .banner-item {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.banner-blocks-container .banner-item .banner-image{
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	text-align: center;
}
.banner-blocks-container .banner-item .banner-image img{margin: 0 auto;font-size: 0px;color:#fff;}
.banner-blocks-container.banner_img_left .banner-item .banner-image {
	align-self: flex-start;
	margin-top: 5px;
	margin-bottom: 5px;
}
.banner-blocks-container.banner_img_left .banner-item .banner-info {
	align-self: flex-start;
}
.banner-blocks-container .banner-item:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	border-color:#fff;
}

.banner-blocks-container .banner-item  a,
.banner-blocks-container .banner-item  a:hover{text-decoration: none;}
.banner-blocks-container .banner-item .banner-info .banner-title{margin: 0;margin-bottom: 10px;overflow: hidden;font-weight: 600;font-size: 14px;color:#000000;}
.banner-blocks-container .banner-item .banner-info .banner-description{padding: 0;margin-top:auto; color:#535D67;}
.banner-blocks-container.banner_img_left .banner-item .banner-info .banner-description{font-size: 13px;line-height: 18px;}
.banner-blocks-container.banner_img_top .banner-item .banner-info .banner-description{font-size: 14px;line-height: 22px;}

.banner-blocks-container.banner_img_left .banner-item {
	padding: 20px 15px;
}
@media (min-width: 650px) {
	.banner-blocks-container.banner_img_left .banner-item {
		padding: 30px 25px;
	}
}
.banner-blocks-container.banner_img_left .banner-item .banner-image{
	margin-right: 15px;
}

.banner-blocks-container.banner_img_top .banner-info {
	text-align: center;
}
.banner-blocks-container.banner_img_top .banner-item {
	padding: 30px 40px;
	flex-direction: column;
	align-items: flex-start;
	transition: all .2s ease-in-out;
}
.banner-blocks-container.banner_img_top .banner-item .banner-image{
	height: 70px;
	margin-bottom: 20px;
}
.banner-blocks-container.banner_img_top .banner-item .banner-title {
	font-size:16px;
	margin-bottom: 10px;
}
/*Wall Category*/
.easy-catalog-box .item-catalog:hover,
.wall-category-box .item-category:hover{
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	border-color:#fff;
}
.open-sub-cat {
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
	background: #fff;
}
.open-sub-cat svg {
	display: inline-block;
	vertical-align: text-bottom;
}
.easy-catalog-box,
.wall-category-box {
	position: relative;
	margin:0px -10px;
	padding-top: 1px;
}
.box-item-catalog {
	padding-top: 10px;
	padding-bottom: 10px;
}
.easy-catalog-box .item-catalog {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	height: 100%;
	-webkit-transition: box-shadow .2s ease, border .2s ease;
	transition: box-shadow .2s ease, border .2s ease;
}
.easy-catalog-box .easy-cat-image {position: relative;}
.easy-catalog-box .easy-cat-image a:before {
	display: block;
	padding-top: 23%;
	padding-bottom: 25%;
	content: "";
}
.easy-catalog-box .easy-cat-image a img.img-responsive {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.easy-catalog-box .easy-cat-image img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	border: 0;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 0px;
	color:transparent;
}
.easy-catalog-box .easy-cat-name {
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 8px;
	position: relative;
}
.easy-catalog-box .easy-cat-name a{
	color: #000;
	line-height: 16px;
}
@media (max-width: 300px) {
	.banner-blocks-container .bb-col-xs,
	.wall-category-box .wc-col-xs {
		float:none;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
}
@media (min-width: 300px) and (max-width: 500px)  {
	.banner-blocks-container .bb-col-xs,
	.wall-category-box .wc-col-xs {
		float:none;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media (min-width: 500px) and (max-width:768px)  {
	.banner-blocks-container .bb-col-xs,
	.wall-category-box .wc-col-xs {
		float:none;
		-ms-flex: 0 0 66%;
		flex: 0 0 66%;
		max-width: 66%;
	}
}
@media (max-width: 768px) {
	.box-item-catalog {
		float: none;
		-ms-flex: 0 0 100px;
		flex: 0 0 135px;
		max-width: 135px;
	}
	.easy-catalog-box.dflex,
	.wall-category-box.d-xs-flex {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}
.imgcategory .product-thumb,
.wall-category-box .item-category {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;
	position:relative;
	-webkit-transition: box-shadow .2s ease, border .2s ease;
	transition: box-shadow .2s ease, border .2s ease;
}

.wall-category-box .wall-cat-image {
	position: relative;
	padding: 30px 15px;
}
.wall-category-box .wall-cat-image a {
	font-size: 0px;
}
.wall-category-box .wall-cat-image img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	font-size: 0px;
	color:transparent;
}
.imgcategory .wall-cat-name, .wall-category-box .wall-cat-name {
	overflow: hidden;
	padding: 3px 10px;
	text-align: center;
	height: 45px;
	background: #F7F8FB;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 8px;
	margin-top: 10px;
	position: relative;
}

.item-category.parent_category  .wall-cat-name a {
	margin-right: 38px;
}
.item-category .wall-cat-name a,
.imgcategory .product-thumb .wall-cat-name a {
	color: #000;
	line-height: 18px;
}
.imgcategory .product-thumb:hover .wall-cat-name a,
.wall-category-box .item-category:hover .wall-cat-name a {
	color:#333;
}
.wall-category-box .wall-cat-image.active-opacity {
	opacity: 0;
}
.wall-category-box .item-sub-category {display:none;position:absolute;}
.wall-category-box .item-sub-category.active {
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 60px;
	opacity: 1;
	padding: 12px 8px 8px 15px;
	transition: all ease-in-out 0.4s;
	background: #F7F8FB;
	border-radius: 6px;
}
.wall-category-box .item-sub-category .subcategory-name{margin-bottom: 2px;padding-right: 5px;}
.wall-category-box .item-sub-category .subcategory-name a{font-size:14px;color:#000;opacity:1;line-height: 20px;}
.wall-category-box .item-sub-category .subcategory-name a:hover{text-decoration: underline;}

.nswc-scrollbar {
	width: 3px;
	background-color: #ADB5BD;
	right: 11px !important;
	top: 13px !important;
	height: calc(100% - 25px) !important;
	border-radius: 10px;
}
.nswc-thumb {background-color: #000;border-radius:10px;}
.nswc-scrollbar.active .nswc-thumb {background-color: #000;}


.quantity_plus_minus {
	flex: 0 0 34px;
	z-index: 10;
	margin-right: 10px;
	line-height: 1;
}
.quantity_plus_minus input.quantity-num {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	width:34px;
	padding: 0px 2px;
	text-align: center;
	border-radius:0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top:0px;
	border-bottom:0px;
	vertical-align:top;
	box-shadow:none;
	color:#000;
	background: #fff;
	box-shadow: none !important;
}
.quantity_plus_minus .add-action:hover {background:#F7F8FB;}

.quantity_plus_minus .add-up {
	border-radius: 8px 8px 0px 0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top: 1px solid #EAEDF7;
}
.quantity_plus_minus .add-down {
	border-radius: 0px 0px 8px 8px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-bottom: 1px solid #EAEDF7;
}
.quantity_plus_minus .add-action {
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 14px;
	line-height: 10px;
	position: relative;
	text-align: center;
	width: 34px;
	background: #fff;
}

.container-module .pct_gv,
.container-module .latest_gv {
	overflow: hidden;
	margin-bottom: 10px;
}
.item.no-slider{
  margin-bottom:10px;
  padding-top: 10px;
}
#column-left .container-module .no-slider,
#column-right .container-module .no-slider,
.position-no-owl .container-module .no-slider{
  border: 0px ;
}
.nswc-viewport {
  min-height: 70px;
}


#modal-addcart .modal-dialog {
	max-width: 550px;
	width: 95%;
}
#modal-addcart .modal-body {
	padding: 30px 35px;
}
#modal-addcart .modal-content {
	border-radius: 12px;
	box-shadow:none;
	border: 0px;
}
#modal-addcart .btn-checkout {
	margin-top: 20px;
}
#modal-addcart .btn-shopping {
	margin-top: 20px;
}
.ch-alert-success,
.ch-alert-danger,
.option-danger {
	animation: slider_add_product 0.5s linear;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 330px;
	z-index: 9999;
	color:#000;
	padding: 25px 50px 25px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 4px 5px 12px rgba(0,0,0,0.067);
	max-height: 105px;
	height: 105px;
	transition: all .5s ease-in-out;
}
.mh-100 {
	height: auto;
	max-height: 100%;
}

.ch-error-text + div.ch-error-text {
	margin-top: 10px;
}

.option-danger + .option-danger {top:132px; }
.option-danger + .option-danger + .option-danger {top:250px;}
.option-danger + .option-danger + .option-danger + .option-danger{top:396px}

.ch-alert-danger + .ch-alert-danger {top:132px;}
.ch-alert-danger + .ch-alert-danger + .ch-alert-danger {top:257px;}
.ch-alert-danger + .ch-alert-danger + .ch-alert-danger + .ch-alert-danger {top:382px;}
.ch-alert-danger + .ch-alert-danger + .ch-alert-danger + .ch-alert-danger + .ch-alert-danger {top:507px;}

.add_product_alert {
	padding: 25px 50px 25px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 4px 5px 12px rgba(0,0,0,0.067);
	animation: slider_add_product 0.5s linear;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 330px;
	z-index: 999999999;
}

.ch-alert-success .text-modal-block,
.ch-alert-danger .text-modal-block,
.option-danger .text-modal-block,
.add_product_alert .text-modal-block {
	margin-left: 20px;
}
@keyframes slider_add_product {
	0% {
		right: -100%;
	}
	50% {
		right:-20%;
	}
	85% {
		right:-30px;
	}
	100% {
		right:15px;
	}
}

.ch-modal-success {
	border-radius: 12px;
	border:0px;
	box-shadow:0 2px 15px rgba(0,0,0,.18);
}
.ch-modal-success .modal-body{
	padding:30px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.ch-modal-success .modal-body .success-icon{
	float:left;
	margin-right: 20px;
}
.ch-modal-success .modal-body .text-modal-block {
	margin-right: 5px;
}
.ch-modal-success .modal-body .text-modal-block a {
	color: #04A349;
}
.ch-alert-success button.close,
.ch-alert-danger button.close,
.option-danger button.close,
.add_product_alert button.close,
.ch-modal-success button.close {
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 26px;
	outline: medium none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 26px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size: 10px;
}
.ch-alert-success button.close:hover,
.ch-alert-danger button.close:hover,
.option-danger button.close:hover,
.add_product_alert button.close:hover,
.ch-modal-success button.close:hover {
	background-image: url("../image/sprite.svg#icon-close");
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
}

@media (min-width: 992px) {
	.col-lg-offset-3,.col-md-offset-3 {
		margin-left: 25.4%;
	}
}
#fix_image .owl-carousel .owl-wrapper:after {
padding-bottom: 0px;
}

.product-grid .catalogCard-extra {
  background: #fff;
  box-sizing: border-box;
  border-radius:0px 0px 8px 8px;
  display:none;
  margin-top: -15px;
  padding: 15px 0px 0px;
  position: absolute;
  width: calc(100% - 20px);
  z-index:100;
}
.product-grid.grid4 .catalogCard-extra {
  width: calc(100% - 10px);;
}
.category-page .product-list .attribute-cat {
	margin-bottom: 10px;
	line-height: 18px;
}
.category-page .product-list .attribute-cat .attr-name-line {
	color: #505966;
	margin-right: 5px;
}
.category-page .product-list .attribute-cat .attr-text-line {
	color: #000;
}
.category-page .product-list .attribute-cat span {
	font-size: 13px;
}
.category-page .product-list .attribute-cat .attr-text-line:not(:last-child):after {
	content: '/';
	padding: 0 2px 0 5px;
	color: #505966;
}

.category-page .product-price .catalogCard-extra,
.category-page .product-list .catalogCard-extra,
.category-page .product-price .attribute-cat,
.category-page .product-grid .attribute-cat {display:none;}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-name {width: 50%;}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > span {display: table-cell;position: relative;}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-name {
  padding-right: 5px;
  position: relative;
  z-index: 2;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category div.short-attribute:nth-child(2n+1) {
	background: #F7F8FB;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute span {
	font-size: 13px;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  text-align: right;
  width: 100%;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  padding-left: 5px;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #334150;
}
.category-page .product-grid .catalogCard-extra .short-attribute {
  display:block;
  padding:3px 15px;
}
.category-page .product-grid .catalogCard-extra .short-attribute:after {
	content:'';
}
.product-grid:hover .catalogCard-extra {
	display: block;
	box-shadow: -5px 4px 8px -8px rgba(0, 0, 0, 0.07), 7px 4px 6px -3px rgba(0, 0, 0, 0.04), 3px 9px 14px -7px rgba(0, 0, 0, 0.07);
}
@media (max-width:767px) {
	.product-grid .short-attribute {
		display: none;
	}
}
#image-box > #wrap {
	display: inline-block;
	position: relative;
	outline: none;
}
.mfp-zoom-in .mfp-content > div {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.6);
}

.mfp-zoom-in.mfp-ready .mfp-content > div {
opacity: 1;
transform: scale(1);
}
#product .short-attributes-groups {
	margin-bottom: 18px;
}
.tab-pane .short-attributes-groups{
	margin-bottom: 0px;
}
.tab-pane .attr-group-name {
	margin-bottom: 15px;
	font-size: 16px;
	color:#000;
	font-weight: 600;
}

#product div.short-attribute{
	padding:6px 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.tab-pane div.short-attribute {
	padding:15px 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
#product div.short-attribute:nth-child(2n+1),
.tab-pane div.short-attribute:nth-child(2n+2) {
	background: #F7F8FB;
}
.tab-pane .short-attributes-groups ~ div.short-attributes-groups {
	margin-top: 30px;
}
.short-attribute > span{position:relative;}

#product div.short-attribute > .attr-text{
	max-width: 50%;
	text-align:right !important;
}
.tab-pane div.short-attribute > .attr-text{
	max-width: 60%;
	text-align:right !important;
}
.short-attribute > .attr-name span {
	position: relative;
	z-index: 2;
	padding: 0 5px 0 0;
	font-size: 14px;
	color: #000;
}
.short-attribute > .attr-text span{position:relative;z-index:2;padding:0 0 0 5px;font-size: 14px;color: #334150;}
.short-attributes-groups .short_attr_group_name {color:#000000;}

.input-group .form-control[name^=quantity], #product .quantity-number [name^=quantity] {background:#fff;}

.box-bg-full { background-attachment: fixed; background-position: center 0; background-repeat: no-repeat; background-size: cover; margin: 0; width: auto; }
/*.common-home footer {
	margin-top:15px;
}*/
.disabled_input {
	cursor: not-allowed;
}
@-webkit-keyframes active_load {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes active_load {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.active-load > svg {
	-webkit-animation: active_load 1s linear infinite;
	        animation: active_load 1s linear infinite;
}

.box-showmore {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.chm-icon-showmore {
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	margin-right: 6px;
}
#showmore.box-showmore {margin-top: 10px;}
@media (max-width:767px) {
	.box-bg-full {
		padding:0px;
	}
	.product-slider .product-name a {
		font-size:14px;
	}
}

.container-module .latest_gv .item{
	background: transparent;
}
.container-module .latest_gv .item .product-thumb{
	background: #fff;
}
.container-module .owl-pagination {
	top: 0px;
}
#form-review .form-group.required label {
	margin-bottom: 10px;
	font-size: 14px;
}
.product-rating {line-height: 1;}
.product-rating .star-rating {color: #e7e7e7;}
.product-rating .star-rating.active,
.product-rating .star-rating.checked {color: #fc0 !important;}
.product-rating label .fa {
font-size: 18px;
padding: 2px 4px 2px 0px;
cursor: pointer;
}
.product-rating label ~ label{margin-left:-5px;}

.alphabetical_index {
	margin-bottom: 20px;
}
.alphabetical_index span {
	font-size:16px;
	font-weight: 600;
	color:#333;
}
.alphabetical_index a{
	font-size:16px;
	font-weight: 600;
}
.manufacturer-heading {
	font-size:34px;
	font-weight:600;
	margin-bottom: 15px;
	margin-top: 20px;
}
.manufacturer-content {
	margin-bottom: 25px;
}
.manufacturer-content a {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	display: block;
	padding: 15px;
	border-radius: 4px;

}
.manufacturer-content a:hover {
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
	box-shadow:0 1px 4px rgba(0,0,0,.2);
}

.thumb-brand img {
	margin:0 auto;
}
.name-brand {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#modal-wishlist,
#modal-compare {
top:50px;
}
.container-module .prod-cat-tabs {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	padding: 10px 0px;
}
.container-module .prod-cat-tabs > li {
		display: inline-block;
		padding: 5px 15px;
}
.container-module .prod-cat-tabs > li > a{
	 color:#818181;
	 font-size: 16px;
}
.container-module .prod-cat-tabs > li > a:hover {
	border-bottom: 1px dashed #818181;
}
@media (min-width: 992px) {
	.container-module .prod-cat-tabs > li:first-child{
		padding-left: 0px;
	}
}

.container-module .prod-cat-tabs > li.active a{
	 color:#1e1e1e;
	 border-bottom: 1px dashed #1e1e1e;
}
.tab-content.prod_cat_tab_content {
	min-height: 300px;
	padding-top:0px;
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

.ch-table .prod-name {
	display: block;
	max-width: 300px;
	white-space: normal;
	min-width: 200px;
}
.ch-table  > tbody > tr > td:nth-child(6){
	white-space: nowrap;
}

.ch-table > tbody > tr > td, .clss-table > thead > tr > td{
	vertical-align:middle;
}
.ch-table > thead > tr > td {
	padding: 10px;
	background:#F7F8FB;
}
.ch-table thead td:first-child {
	border-radius: 8px 0 0 8px;
}
.ch-table thead td:last-child {
	border-radius: 0 8px 8px 0;
}
.ch-table thead td:first-child:last-child {
	border-radius:8px;
}
.ch-table > tbody > tr > td {
	border-top: 0px;
	padding: 15px 10px;
	vertical-align: middle;
}
.total-rewards,
.total-transactions{
	padding: 12px 0px 20px 0px;
}
.ch-table > tbody > tr > td.pr-0 {
	padding-right: 0;
}
.ch-table > tbody > tr {
	border-bottom: 2px dashed #EAEDF7;
}
.ch-table > tfoot.account-order-totals > tr > td {
	border-top: 0px;
	padding: 5px;
	vertical-align: middle;
}
.ch-table > tfoot.account-order-totals > tr:first-child > td {
	padding-top: 20px;
}
.account-order-totals .cart-total-title {
	width: 100%;
	color: #535D67;
	font-size: 14px;
}
.account-order-totals .cart-total-text {
	font-size: 14px;
	font-weight: 600;
}
.input-remove-voucher {
	height: 38.5px;
}

.column-quantity {
	width: 100px;
}
.ch-cart-quantity {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.ch-cart-quantity .form-control {
	border-color: #EAEDF7 !important;
	border-width: 1px 0px 1px 0px !important;
	height: 34px !important;
	border-style: solid;
	box-shadow:none;
	max-width: 30px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-radius:0px;
	background: #fff;
	box-shadow: none !important;
}
.ch-cart-quantity .btn-quantity-minus{
	background: #fff;
	border-color: #EAEDF7;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-radius: 8px 0px 0px 8px;
	padding:0px;
	width: 20px;
	height: 34px;
	line-height: 1;
	margin-right: 0px !important;
}
.ch-cart-quantity .btn-quantity-plus{
	background: #fff;
	border-color: #EAEDF7;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-radius: 0px 8px 8px 0px;
	padding:0px;
	width: 20px;
	height: 34px;
	line-height: 1;
	margin-left: 0px !important;
}


.checkout-cart-accordion .panel-default{
	border:0px;
	margin-bottom: 20px;
}
.checkout-cart-accordion .panel-default > .panel-heading {
	background: #F7F8FB;
}
.checkout-cart-accordion .panel-default > .panel-heading a {
	font-size: 14px;
	color:#000;
}
.checkout-cart-accordion .panel-default > .panel-heading + .checkout-cart-accordion .panel-collapse > .panel-body {
	border-top-color: #EAEDF7;
}
.checkout-cart-accordion .panel-collapse > .panel-body {
	border-top:0px !important;
}
.checkout-cart-accordion .control-label{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
}
.checkout-cart-accordion .panel-body .form-control::placeholder {
	font-size: 14px;
}
.checkout-cart-accordion .panel-body .form-control {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 100%;
	margin-bottom: 20px;
	max-width: 100% !important;
}
.checkout-cart-accordion .panel-body .input-group-btn {
	width: 100%;
}
.checkout-cart-accordion .panel-body .input-group-btn .btn {
	width: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.checkout-cart-accordion .form-control {
	height: 44px;
	border: 1px solid #EAEDF7;
	box-shadow: none;
	font-size: 14px;
}

.checkout-cart-accordion .input-group-btn .btn-primary {
	font-size: 14px;
}
.table-cart > tbody > tr > td {
	border-top: 0px;
}
.table-cart .total-title {
	color: #505966;
	width: 75%;
}
.table-cart .total-title.total-last {
	font-weight: 600;
	color:#000;
}
.table-cart .total-text {
	font-weight: 600 ;
	color: #000;
	min-width: 80px;
}
.table-responsive {
	position: relative;
	z-index: 8;
	border:0px;
}

.ch-table .stock-status,
.ch-table .price {margin-bottom: 0px;}
.ch-table .prod-name {color:#000;margin-bottom: 8px;}
.ch-table .prod-name:hover {
	color:#0f4b82;
}
.ch-table .btn-general {min-width:34px;margin-right: 10px;padding:0px 7px;display: inline-flex;}
.mw-70 {min-width: 70px;}

#messageLoadPage {
	position: fixed;
	width: 400px;
	line-height: 40px;
	margin-top: -25px;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	padding-left: 0px;
	display: none;
	text-align: center;
	z-index:1042;
}


/*Category News*/
.mod-category-news {
	border-radius:8px;
	border:1px solid #EAEDF7;
	padding: 10px 20px;
}
.mod-category-news .articles-count {
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #F7F8FB;
	position: absolute;
	right: 4px;
	top: 10px;
	font-size: 11px;
	line-height: 18px;
}
.list-group.mod-category-news a.active .articles-count, .list-group.mod-category-news a.active:hover .articles-count, .list-group.mod-category-news a:hover .articles-count  {
	background: #fff;
}
.list-group.mod-category-news a.active, .list-group.mod-category-news a.active:hover, .list-group.mod-category-news a:hover {
	color: #444444;
	background: transparent;
	border: 0px;
	text-shadow: none;
}
.list-group.mod-category-news a {
	border:0px;
	padding: 8px;
}
.list-group.mod-category-news a + a {
	border-top: 1px dashed #eeeeee !important;
}
.mod-category-news .list-group-item {
	margin-top: 0px;
	margin-bottom: 3px;
}
.mod-category-news .list-group-item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.mod-category-news .list-group-item:last-child {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.list-group.mod-category-news a.active:before, .list-group.mod-category-news a.active:hover:before, .list-group.mod-category-news a:hover:before  {
	background: #F7F8FB;
	position: absolute;
	height: calc(100% - 3px);
	content: "";
	z-index: -1;
	left: -5px;
	right: -5px;
	width: calc(100% + 10px);
	top: 3px;
	border-radius: 5px;
}
/* END Category News*/
.image-atricle {
	margin-top: 15px;
	margin-bottom: 30px;
}
.image-atricle img{
	border-radius: 10px;
}
.articles-list {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.articles-list .product-thumb .caption {
	padding: 0;
}
div.articles-list + div.articles-list::before {
	border-top: 1px dashed #eeeeee !important;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: -15px;
}
.articles-list .art-viewed {
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-color: rgba(66, 80, 99, 0.75);
	border-radius: 30px;
	padding: 5px 10px;
	z-index: 1;
	align-items: center;
	color:#fff;
}
.articles-list .art-viewed .text-viewed {
	color: #fff;
	margin-left: 8px;
}
.articles-list .art-viewed .icon-viewed {
	display: block;
	background: #fff;
	-webkit-mask-image: url("../image/sprite.svg#icon-aviewed");
	mask-image: url("../image/sprite.svg#icon-aviewed");
	width: 18px;
	height: 18px;
}
.articles-list .article-image,
.mod-art-image {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.articles-list .article-image a,
.mod-art-image a {
	display: block;
	position: relative;
}
.articles-list .article-image a img,
.mod-art-image a img {
	margin: 0 auto;
	font-size: 0px;
	color:transparent;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}
.articles-list .article-image a:after,
.mod-art-image a:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,26,52,.015);
	border-radius: 12px;
}

.mod-art-name,
.articles-list .caption .article-name {
	margin-bottom: 15px;
}
.mod-art-name a,
.articles-list .caption .article-name a {
	font-size: 15px;
	color:#000;
	font-weight: 500;
}
.mod-art-item:hover .mod-art-name a,
.articles-list .product-thumb:hover .article-name a {
	color: #0f4b82;
}
.mod-art-description,
.articles-list .caption .article-description {
	color: #535D67;
	font-size: 14px;
}
.article-date-added,
.mod-art-date-added{
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: rgba(66, 80, 99, 0.75);
	border-radius: 30px;
	padding: 5px 15px;
	z-index: 1;
	color:#fff;
}
#input-captcha {
	float: left;
	width: 160px;
	margin-right: 15px;
}
#form-article-comment .col-sm-2.control-label {
	text-align: left;
	width: auto;
}
#form-article-comment fieldset {
	padding-top: 20px;
}
#form-article-comment fieldset legend {
	display: none;
}
#article-comment {
	border: 1px solid #EAEDF7;
	padding: 30px 50px;
	border-radius: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
}
#form-article-comment {
	border: 1px solid #EAEDF7;
	padding: 30px 50px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.info-article {
	margin-bottom: 15px;
	justify-content: flex-end;
}

.info-article .date-added-article,
.info-article .total-comnent-article,
.info-article .aviewed-article {
	background: #F7F8FB;
	margin-left: 10px;
	border-radius: 6px;
	padding: 8px 12px;
	color: #000;
}

.info-article .icon-aviewed {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-aviewed");
	mask-image: url("../image/sprite.svg#icon-aviewed");
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.info-article .icon-comment {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-comment");
	mask-image: url("../image/sprite.svg#icon-comment");
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.info-article .icon-calendar {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-calendar");
	mask-image: url("../image/sprite.svg#icon-calendar");
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.comment-item .comment-heading {
	flex-direction: column;
	line-height: 22px;
	margin-bottom: 20px;
}
.comment-item .block-author {
	color: #000;
	font-weight: 500;
}
.comment-item .block-date {
	color: #8F9AA2;
}
.comment-item .comment {
	margin-bottom: 10px;
}
.comment-item .admin_reply {
	padding: 25px;
	margin-top: 15px;
	background: #F7F8FB;
	border-radius: 8px;
}
.comment-item .admin_reply div {
	margin-bottom: 5px;
	font-weight: 600;
}
.comment-item + div.comment-item {
	margin-top: 20px;
	border-top: 2px dashed #EAEDF7;
	padding-top: 20px;
}
.show-like-dislike {
	padding-right: 150px;
	position: relative;
}
.article-like-dislike-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.btn-dislike, .btn-like {
	border: 0px;
	background: transparent;
	display: inline-block;
}
.btn-dislike span, .btn-like span {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.btn-dislike {
	margin-left: 5px;
}
.btn-dislike img {
	margin-top: 5px;
}
.article-comment-title {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	margin-top: 25px;
}
.article-comment-title sup {
	margin-left: 5px;
}

.ch_contact_map_code {
	margin-bottom: 20px;
}
.ch_contact_map_code iframe {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.contact_image {
	margin-top: 15px;
	margin-bottom: 10px;
}
.contact_image img{
	border-radius:8px;
}
.contact-title {
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 16px;
	color:#000;
	font-weight: 600;
}
.ch_contacts_phone a{
	font-size: 14px;
	color:#000;
	font-weight:600;
}
.ch_contacts_phone a:hover,.ch_contacts_phone a:focus{
	color:#0091ca;
}
.ch_contacts_phone li + li{
	margin-top: 5px;
}
.box-contact-left,
.box-contact-form form{
	border-radius:8px;
	border:1px solid #f8f8fa;
	overflow:hidden;
	padding:20px 30px;
}
@media (min-width: 992px) {
.box-contact-left,
.box-contact-form form{
	padding:50px 100px;
}
}
form.form-horizontal legend {
	padding:0px;
	border:0px;
	color:#000;
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 20px;
}
.store-title {
	margin-bottom: 25px;
}

.panel-group .panel-store {
	border-radius:8px;
	border:1px solid #EAEDF7;
}
.panel-group .panel-store + div.panel-store {
	margin-top: 15px;
}

.ch-table .image .img-responsive {
	margin: 0 auto;
	min-height: 47px;
}
.panel-title > a.i_am_registered {
	color:#0f4b82;
}
.agree_checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
#onepcheckout input.form-control,
.coupon_table input.form-control{
	border: 1px solid #EAEDF7;
	box-shadow: none;
	height: 40px;
	font-size: 14px;
}
textarea.form-control{
	border: 1px solid #EAEDF7;
	box-shadow: none;
	font-size: 14px;
}
.title-customer {
	flex-direction: column;
}
.title-customer .i_am_registered {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
}
@media (min-width: 600px) {
	.title-customer {
		justify-content: space-between;
		flex-direction: row;
	}
	.title-customer .i_am_registered {
		margin-top: 0px;
	}
}
#cart_table table td {vertical-align: middle;}
#cart_table .table_total .total-title {color:#838383;}
#cart_table .table_total tr td {padding:8px;}
#cart_table .table_total {margin: 0 0 20px;text-align: right;width: 100%;}
#cart_table .table_total tr td:last-child {font-weight: 600;padding: 8px 8px 8px 20px;white-space: nowrap;width: 115px;}
#cart_table .table_total tr:last-child td {font-size: 1em;font-weight: 600;padding: 8px 8px 8px 20px;color:#000;}
#cart_table .coupon_table {margin: 0 0 20px;text-align: right;width: 100%;}
#cart_table .coupon_table div {float: right;padding: 0 0 8px;width: 100px;}
#cart_table .coupon .form-control,
#cart_table .reward .form-control {font-size: 12px;width: 270px;height: 44px;}
#cart_table .delete_td {width:50px;}
.ch-gift {
	color: #EF1212;
	font-size: 13px;
	font-weight: 600;
	margin-top: 12px;
}
.cart-prod-info-reward,
.cart-prod-info-option {
	font-size: 12px;
	margin-bottom: 4px;
}
.group-checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
}
.chm-radio,
.chm-checkbox {
	display: block;
	position: relative;
	margin: 0 0 10px;
	cursor: pointer;
	font-size: 14px;
	padding-left: 0 !important;
}

.checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
}

.checkbox-check {
	top: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	transition: 0.15s;
	margin-right: 10px;
	border: 1px solid #DCE0E9;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.checkbox-input:checked + span.checkbox-check {
	border-color: #b3d7ff;
	background-color: #b3d7ff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.chm-checkbox:hover > input.checkbox-input:not(:disabled):not(:checked) + span.checkbox-check{
  border-color: #b3d7ff;
}

.checkbox-radio {
	top: 3px;
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	transition: 0.15s;
	margin-right: 6px;
	border: 1px solid #DCE0E9;
	background: #fff;
}
.checkbox-input:checked + span.checkbox-radio {
	border-color: #b3d7ff;
	background: #b3d7ff;
}
.checkbox-input:checked + span.checkbox-radio:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border: solid 3px #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.radio > label:hover > input.checkbox-input:not(:disabled):not(:checked) + span.checkbox-radio{
	border-color: #b3d7ff;
}

.group-checkbox .checkbox-inline {
	display: block;
	margin-top: 5px;
	margin-left: 0px;
}
.search-form-input {
	height: 40px;
	border:1px solid #EAEDF7;
	font-size: 14px;
	box-shadow: none;
}
.ui-check__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}


.chm-legend {
	font-size: 16px;
	margin-bottom: 20px;
}

.chm-search-block {
	background: #fff;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.danewpod .list-inline-item {
	margin-bottom:5px;
	overflow:hidden;
}
.danewpod .list-inline-item a{
	background-color: #EAEDF7;
	border: 1px solid #D8DCE5;
	padding: 5px 10px;
	border-radius: 5px;
	font-size:14px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
}
.danewpod .list-inline-item a.active-date{
	background-color: #fff;
	border: 1px solid #D8DCE5;
	color:#333;
	padding: 5px 10px;
	font-size:14px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.add-to-cart-footer {
	position: fixed;
	bottom: 0px;
	padding: 5px 10px;
	background: rgba(255,255,255,0.98);
	left: 0;
	right: 0;
	z-index: 1001;
	border-top: 1px solid #EAEDF7;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	align-items: center;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;

	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.add-to-cart-footer.fm_b_1 {
	bottom:54px;
}
.add-to-cart-footer.fm_b_2 {
	bottom:54px;
}

.add-to-cart-footer.fm_b_3 {
	bottom:75px;
}

.add-to-cart-footer.turn_on {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


.add-to-cart-footer .btn-general {
	min-height: 40px;
	padding: 0px 18px;
	line-height: 40px;
}


#back-top {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	z-index: 1002;
}

#back-top,
#cs-fb-widget {
	transition: bottom .3s ease-out, -webkit-bottom .3s ease-out;
}

#back-top.fm-t.fb_wr {
	bottom: 64px;
}

@media (max-width: 768px) {
	#back-top.fm-t.fb_wr.turn_on {
		bottom: 114px;
	}
	#back-top.fm-t.turn_on {
		bottom: 60px;
	}
	#cs-fb-widget.position_left.fm-t.turn_on,
	#cs-fb-widget.position_right.fm-t.turn_on {
		bottom: 60px;
	}

	#back-top.fm-t.fm_b_1.turn_on,
	#back-top.fm-t.fm_b_2.turn_on {
		bottom: 114px;
	}

	#back-top.fm-t.fm_b_1.fb_wr.turn_on,
	#back-top.fm-t.fm_b_2.fb_wr.turn_on {
		bottom: 168px;
	}

	#back-top.fm-t.fm_b_3.turn_on {
		bottom: 135px;
	}
	#back-top.fm-t.fm_b_3.fb_wr.turn_on {
		bottom: 189px;
	}

	#cs-fb-widget.position_left.fm-t.fm_b_1.turn_on,
	#cs-fb-widget.position_right.fm-t.fm_b_1.turn_on,
	#cs-fb-widget.position_left.fm-t.fm_b_2.turn_on,
	#cs-fb-widget.position_right.fm-t.fm_b_2.turn_on {
		bottom: 114px;
	}

	#cs-fb-widget.position_left.fm-t.fm_b_3.turn_on,
	#cs-fb-widget.position_right.fm-t.fm_b_3.turn_on {
		bottom: 135px;
	}
}

@media (max-width: 991px) {
	#back-top.fm-t.fm_b_1,
	#back-top.fm-t.fm_b_2 {
		bottom: 60px;
	}
	#back-top.fm-t.fm_b_1.fb_wr,
	#back-top.fm-t.fm_b_2.fb_wr {
		bottom: 114px;
	}
	#cs-fb-widget.position_left.fm-t.fm_b_1,
	#cs-fb-widget.position_left.fm-t.fm_b_2,
	#cs-fb-widget.position_right.fm-t.fm_b_1,
	#cs-fb-widget.position_right.fm-t.fm_b_2 {
		bottom: 60px;
	}

	#back-top.fm-t.fm_b_3 {
		bottom: 86px;
	}
	#back-top.fm-t.fm_b_3.fb_wr {
		bottom: 140px;
	}

	#cs-fb-widget.position_left.fm-t.fm_b_3,
	#cs-fb-widget.position_right.fm-t.fm_b_3 {
		bottom: 86px;
	}
	.fix_cart_price_footer footer {
		padding-bottom: 75px;
	}
	.fix_cart_price_footer footer.fm_b {
		padding-bottom: 135px;
	}
	footer.fm_b {
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	#back-top {
		right: 20px;
		bottom: 20px;
	}
	#back-top.fm-t.fb_wr {
		bottom: 20px;
	}
	#back-top.fm-t.fbf {
		bottom: 64px;
	}
}

/*
@media (max-width: 767px) {
	#back-top.fb_wr {
		bottom:69px;
	}

	#back-top.fm_b_1.turn_on,
	#back-top.fm_b_2.turn_on,
	#cs-fb-widget.fm_b_1.turn_on,
	#cs-fb-widget.fm_b_2.turn_on {
		bottom:114px !important;
	}
	#back-top.fm_b_1.fb_wr.turn_on,
	#back-top.fm_b_2.fb_wr.turn_on {
		bottom:168px !important;
	}
	#back-top.fm_b_3.turn_on,
	#cs-fb-widget.fm_b_3.turn_on {
		bottom:135px;
	}
	#back-top.fm_b_3.fb_wr {
		bottom:139px;
	}
	#back-top.fm_b_3.fb_wr.turn_on {
		bottom:139px;
	}
	#cs-fb-widget.position_left.fm-t.turn_on,
	#cs-fb-widget.position_right.fm-t.turn_on{
		bottom: 139px;
	}

	#back-top.fb_wr.turn_on {
		bottom:119px;
	}
	#cs-fb-widget.position_right.fm-t{
		right: 54px;
	}
}

@media (max-width: 992px) {
	#back-top.fb_wr {
		bottom:69px;
	}
	#back-top.fm_b_1:not(.fb_wr),
	#back-top.fm_b_2:not(.fb_wr),
	#cs-fb-widget.fm_b_1,
	#cs-fb-widget.fm_b_2 {
		bottom:65px !important;
	}

	#back-top.fm_b_3:not(.fb_wr),
	#cs-fb-widget.position_left.fm_b_3,
	#cs-fb-widget.position_right.fm_b_3 {
		bottom:85px;
	}
	#back-top.fm_b_1.fb_wr,
	#back-top.fm_b_2.fb_wr {
		bottom:120px;
	}
	#back-top.fm_b_3.fb_wr {
		bottom:139px;
	}


	.fix_cart_price_footer footer {
		padding-bottom: 75px;
	}
	.fix_cart_price_footer footer.fm_b {
		padding-bottom: 135px !important;
	}
	footer.fm_b {
		padding-bottom: 80px;
	}
}*/



@media (min-width: 768px) {
	.add-to-cart-footer {
		display: none;
	}
	.fix-add-to-cart-footer footer {
		padding-bottom: 0;
	}
}
.chm-well {
	height: 100%;
	background: #fff;
	padding: 25px;
	border-radius:10px;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
}
.chm-well.flex-column .btn-primary{
	margin-top: auto;
	align-self: flex-start;
}
.register-content {
	border-radius:10px;
	background: #fff;
}
.register-content .form-group,
.chm-account-content .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
.register-content .form-group:last-child {
	margin-bottom: 0;
}
.chm-auth .form-group .control-label,
.register-content .form-group .control-label,
.chm-account-content .form-group .control-label {
	text-align:left;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 6px;
}
.group-checkbox label > a {
	margin-left: 10px;
}
@media (min-width: 1200px) {
	.register-content fieldset,
	.chm-account-content fieldset {
		max-width: 55%;
	}
}
.register-content > p {
	margin-bottom: 20px;
}
.register-content fieldset {
	margin-top: 20px;
}
.register-content fieldset:first-child legend{
	margin-top: 0px !important;
}
.radio-inline-flex {
	display: flex;
}
.radio-inline-flex label {
	margin-right: 15px;
}
.chm-title-auth {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}

.chm-list-group {
	background: #fff;
	border-radius:10px;
	padding: 25px;
	border:1px solid #EAEDF7;
}
.chm-list-group-item.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	height: 24px;
	width: 2px;
	border-radius: 0px 10px 10px 0px;
	background: #557DC0;
	transform: translateY(-50%);
}
.chm-list-group a.chm-list-group-item {
	position: relative;
	display: block;
	padding: 12px 15px;
	background-color: #F7F8FB;
	border-radius: 6px;
	color: #000;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	display: flex;
	align-items: center;
}
[class^="icon-am-"], [class*=" icon-am-"] {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.chm-list-group a.active, .chm-list-group a.active:hover, .chm-list-group a:hover {
	color: #000;
	background: #EAEDF7;
}
.chm-list-group a + a {
	margin-top: 5px;
}
.chm-account-fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	max-height: 100vh;
	height: 100%;
	width: 300px;
	max-width: 100%;
	background: #ffffff;
	transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
	transform: translate(100%, 0);
	text-align: left;
}
.chm-account-fixed .chm-account-menu-content {
	opacity: 0;
	visibility: hidden;
}
.chm-account-fixed.chm-account-is-open {
	transform: translate(0, 0);
	z-index: 1014;
}
.chm-account-fixed.chm-account-is-open .chm-account-menu-content {
	opacity: 1;
	visibility: visible;
}
.chm-account-button {
	position: absolute;
	right: 100%;
	top: 90px;
	background: #0b76ef;
	background-position: center;
	background-repeat: no-repeat;
	width: 42px;
	height: 44px;
	cursor: pointer;
	border-radius: 5px 0px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.chm-account-button .icon-account-menu {
	width: 20px;
	height: 20px;
	color: #fff;
	margin-left: 2px;
	margin-bottom: 9px;
}
.chm-account-button .text-am-menu {
	position: absolute;
	font-weight: 600;
	font-size: 8px;
	bottom: 5px;
	line-height: 10px;
	margin-left: 2px;
	color: #fff;
}
.chm-account-menu-content {
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.chm-account-backdrop {
	background: #0b0b0b;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: visibility .2s ease;
}
.chm-account-backdrop.active {
	opacity: 0.6;
	visibility: visible;
	z-index: 1013;
}
.chm-text-empty {
	padding: 12px 0px;
}

.chm-content,
.chm-account-content {
	padding: 25px;
	border-radius:10px;
	background: #fff;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
}
.icon-downloads{
	height: 22px;
	width: 22px;
}
.icon-returns {
	width: 24px;
	height: 24px;
}
.chm-account-content form.form-horizontal legend:first-child {
	margin-top: 0;
}
.chm-content-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 28px;
}
.table-responsive + .chm-content-title {
	margin-top: 20px;
}
.address-item {
	border-bottom: 2px dashed #EAEDF7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.address-item .chm-address-info {
	margin-bottom: 20px;
	line-height: 22px;
}
.chm-btn-info{
	margin-right: 20px;
}
.chm-btn-info,
.chm-btn-delete {
	cursor: pointer;
	border-bottom: 1px dashed;
}
.chm-btn-info:hover, .chm-btn-info:focus,
.chm-btn-delete:hover, .chm-btn-delete:focus {
	border-color: transparent;
}
.chm-btn-delete, .chm-btn-delete:hover,.chm-btn-delete:focus {
	color: #da4f49;
}
#content.forgot-password {
	min-height: 220px;
}

.page-cart {
	padding-bottom: 5px;
	align-items: flex-start;
	flex-direction: column;
}
.cart-col-left {
	width: 100%;
	margin-bottom: 20px;
}
.cart-col-right {
	width: 100%;
	background: #fff;
}
.title-text-next {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
}
.cart-item {
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.cart-item + div.cart-item {
	border-top: 2px dashed #EAEDF7;
}
.cart-item-left {
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	position: relative;
	padding-right: 20px;
}
.cart-item-image {
	justify-content: space-between;
}
.cart-item-center {
	padding: 0px 10px;
	flex-grow: 1;
	align-self: flex-start;
}
@media (max-width: 619px) {
	.cart-item-center {
		flex: 0 0 calc(100% - 85px);
	}
}
.cart-item-prod-name {
	margin-bottom: 10px;
	padding-right: 30px;
}
.cart-item-prod-name a {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.cart-item .product-model {
	color: #505966;
	text-align: left;
	font-size: 12px;
	padding-right: 30px;
}
.cart-item-options {
	margin-top: 10px;
}
.cart-item-option .cart-item-option-name{
	font-size: 12px;
	color: #535D67;
	margin-right: 5px;
}
.cart-item-option .cart-item-option-value {
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.cart-item .cart-item-price-quantity {
	text-align: right;
}
.cart-item .cart-item-price-quantity .btn-remove {
	position: absolute;
	top: 20px;
	right: 0px;
}
.cart-item .ch-cart-quantity {
	justify-content: flex-end;
}
.cart-item-price,
.cart-item-total {
	white-space: nowrap;
}
.cart-item-total {
	margin-top: 2px;
	font-weight: 600;
	color: #000;
}
.text-cart-item-price,
.text-cart-item-total {
	margin-right: 6px;
}
.cart-col-right .table-cart .total-title {
	padding-left: 0;
}
.cart-col-right .table-cart .total-text {
	padding-right: 0;
}
.cart-item .cart-totals {
	flex-direction: column;
	margin-left: auto;
}
.cart-item .cart-item-price-quantity {
	width: 100%;
	margin-top: 10px;
}
.cart-item .cart-item-price-quantity > .justify-content-end {
	align-items:center;
}
.cart-shipping {
	margin-bottom: 10px;
}
.cart-shipping #collapse-shipping {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEDF7;
}
.cart-shipping .accordion-toggle{
	font-size: 14px;
	padding: 10px 0px;
	color:#000;
	display: inline-block;
}
.cart-item:last-child {
	padding-bottom: 5px;
}
.checkout-col-left {
	width: 100%;
	margin-bottom: 0;
}
.checkout-col-left .cart-list{
	padding: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.checkout-heading {
	font-size: 16px;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 20px;
}
.form-control[disabled], .form-control[readonly], .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control {
	background-color: #F7F8FB;
	opacity: 1;
}
#payment-existing {
	float:left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#payment-address-new {
	float:left;
	width: 100%;
}
.payment .well.well-sm {
	padding: 15px;
	background: #F7F8FB;
	box-shadow: none;
	border-radius: 8px;
	border-color: #EAEDF7;
}
.payment .well.well-sm p + p{
	margin-bottom: 0;
}
.register-form {
	float:left;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.register-form label{
	font-size: 14px;
}
.shipping_method_title {
	color:#000;
	font-weight: 600;
	margin-bottom: 10px;
}
.shipping_method_title ~ div.shipping_method_title {
	margin-top: 15px;
}
.chm-radio label {
	padding-left: 0;
	font-size: 14px;
}
.chm-radio label input {
	position: relative !important;
	min-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: solid 1px #DCE0E9;
	outline: none !important;
	cursor: pointer;
	border-radius: 50%;
	top:3px;
}
.chm-radio label input:hover {
	border: solid 1px #b3d7ff;
}
.chm-radio label input[type="radio"]:checked {
	background: #b3d7ff;
	border: solid 1px #b3d7ff;
}
.chm-radio label input[type="radio"]:checked:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border: solid 3px #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.checkout-comment {
	margin-bottom: 20px;
}
.checkout-cart-accordion {
	margin-bottom: 15px;
}
.text-checkout-modules {
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #EAEDF7;
}
.cart-shipping .control-label{
	text-align: left;
}
.cart-coupon .control-label,
.cart-reward .control-label,
.cart-voucher .control-label {
	font-size: 13px;
	font-weight: 600;
}
.cart-coupon .btn-primary,
.cart-reward .btn-primary,
.cart-voucher .btn-primary {
	font-size: 14px;
}
#collapse-dop-module {
	padding-top: 5px;
	border-bottom: 1px solid #EAEDF7;
	margin-bottom: 15px;
}
.table_total {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 15px;
	display: block;
}
@media (min-width: 320px) {
	.checkout-col-left .cart-list{
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
	}
	.cart-col-right {
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
		padding: 15px;
	}
}
@media (min-width: 620px) {
	.cart-item .cart-item-price-quantity {
		width:auto;
		max-width: 220px;
	}
	.cart-item-total {
		margin-top: 5px;
	}

	.cart-item {
		flex-wrap: nowrap;
	}
	.cart-item-price-quantity {
		flex-direction: column;
	}
	.cart-item .cart-item-price-quantity .btn-remove {
		position: relative;
		margin-left: 15px;
		top: 0;
	}
	.cart-item .cart-totals {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.cart-item:first-child {
		padding-top: 5px;
	}
	.checkout-col-left .cart-list{
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
	}
	.cart-col-left {
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
		padding: 15px;
	}

	.cart-item:hover .cart-item-prod-name a {
		color: #0f4b82;
	}
}
@media (min-width: 992px) {
	.page-cart {
		flex-direction: row;
	}
	.checkout-comment {
		margin-bottom: 0px;
	}
	.checkout-СЃustomer,
	.checkout-address,
	.checkout-shipping-address,
	.checkout-shipping-method,
	.checkout-payment-method{
		padding: 20px;
	}
	.checkout-col-left .cart-list{
		padding: 20px;
	}
	.cart-col-right {
		padding: 20px;
		position: sticky;
		top:20px;
		padding: 20px;
	}
	.checkout-col-left {
		margin-right: 30px;
	}
	.cart-col-left {
		margin-right: 30px;
		margin-bottom: 0;
		padding: 20px;
	}
	.cart-col-right {
		max-width: 350px;
	}
}

.chm-page-nf-ec {
	padding: 10px 25px 25px 25px;
	border-radius:10px;
	margin-top: 15px;
	background: #fff;
}
.chm-not-found h1 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.chm-not-found img {
	max-width: 100%;
}
.modal-xl {
	max-width: 1030px;
	width: calc(100% - 30px);
}
.modal-backdrop ~ .modal-backdrop {
	opacity: 0;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
	display: flex;
	justify-content: space-between;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style div[style="clear: both;"] {
	display: none;
}

.search_categories_box {
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.search_category_items {
	margin-left: -5px;
	margin-right: -5px;
}
.search_category_items > a {
	background: #f7f8fb;
	color: #000;
	padding: 5px 10px;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size:13px;
	display: inline-block;
}
.search_category_items > a:hover {
	background: #EAEDF7;
}
.search_categories_title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (min-width: 1200px) {

	.dropdown_search_item_product {
		border-radius: 10px;
		position: absolute;
		left: 100%;
		top: 0;
		margin-left: 15px;
		background: #fff;
		box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
		width: 320px;
		opacity: 0;
		height: auto;
		min-height: 100%;
		display: flex;
		transition: opacity 0.3s ease-in-out;
		margin-top: 0;
	}
	li.is-active .dropdown_search_item_product {
		opacity: 1;
	}
	.dropdown_search_item_product:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 35px;
	}
	.header-search .product-thumb {
		flex: 1 0 100%;
	}
	.header-search .price-actions-box {
		margin-top: auto !important;
	}
}
.chm-error-agree {
	color:red;
}
.info-text-notify-stock,
.info-text-found-cheaper {
	background: #fff;
	color:#000;
	margin-bottom: 25px;
}

.chm-table-compare {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.compare-table-scroll {
	padding-bottom: 15px;
	overflow-x: auto;
}
.compare-fixed-block {
	position: sticky;
	left: 15px;
	max-width: calc(100vw - 50px);
}

@media (max-width: 428px) {
	.chm-table-compare td:not([colspan]) {
		min-width: 50vw;
		max-width: 50vw;
	}
}
@media (max-width: 767px) {
	.compare-table-scroll {
		scroll-snap-type: x mandatory;
	}
	.compare-table-scroll {
		margin-left: -10px;
		margin-right: -10px;
	}
	.chm-table-compare:not(.mob-vw-40) td:not([colspan]) {
		min-width: 50vw;
		max-width: 50vw;
	}
	.chm-table-compare.mob-vw-40 td:not([colspan]) {
		min-width: 46vw;
		max-width: 46vw;
	}
}
@media (min-width: 992px) {
	.chm-table-compare.width-td-1 > thead > tr > td,
	.chm-table-compare.width-td-2 > thead > tr > td {
		max-width: 50%;
		min-width: 50%;
		width: 50px;
	}
	.chm-table-compare.width-td-3 > thead > tr > td {
		max-width:33.33333%;
		min-width:33.33333%;
		width:33.33333%;
	}
	.chm-table-compare.width-td-4 > thead > tr > td {
		max-width: 25%;
		min-width: 25%;
		width: 25px;
	}
}
.chm-table-compare > tbody > tr > th,
.chm-table-compare > thead > tr > td,
.chm-table-compare > tbody > tr > td,
.chm-table-compare > thead > tr > th {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 20px;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 12px;
}
.chm-table-compare > thead > tr > td + td,
.chm-table-compare > tbody > tr > td + td {
	border-left: 1px solid #F7F8FB;
}
.compare-property-group-name th {
	font-size: 18px;
	font-weight: 400;
	padding-left: 0px !important;
	padding: 0px !important;
}
.compare-property-group-name th > div {
	margin-bottom: 25px;
	padding-top: 20px;
	border-top: 1px solid #F7F8FB;
}
.compare-property-name th {
	font-weight: 600;
	background: #F7F8FB;
	padding-left: 12px;
}
.chm-table-compare .rating-star {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	background-color: #C5C5C5;
	mask-image: url("../image/rating-star.svg");
	-webkit-mask-image: url("../image/rating-star.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
}

.chm-table-compare .rating-star-active {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E9A631;
	mask-image: url("../image/rating-star.svg");
	-webkit-mask-image: url("../image/rating-star.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	overflow: hidden;
	width: 0%;
}
.chm-table-compare .compare-rating-info {
	margin-left: 5px;
	height: 18px;
	line-height: 18px;
}
.chm-table-compare .compare-rating-info span {
	font-size: 10px;
}
.chm-table-compare .compare-product-name {
	margin-bottom: 8px;
	font-size: 12px;
}
.chm-table-compare .compare-product-name {
	color: #757C83;
}

.compare-product {
	display: flex;
	flex-direction: column;
}
.compare-product__image {
	position: relative;
	margin-bottom: 10px;
}
.compare-product__caption {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
}
.compare-product__name {
	margin-bottom: 10px;
}
.compare-product__name a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.compare-product__name a:hover {
	color:#365A95;
}
.compare-product__action {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.compare-product__action .btn-general {
	max-width: 40px;
	padding: 4px;
}
.btn-remove-compare {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #F7F8FB;
	position: absolute;
	right: 5px;
	top: 5px;
	color:#000;
	display: flex;
	align-items: center;
	justify-content: center;
}

svg.chm-add-spinner {
 width: 26px;
 transform-origin: center;
 animation: rotateIcon 2s linear infinite;
}

.chm-add-spinner circle {
 fill: none;
 stroke-width: 3;
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 stroke-linecap: round;
 animation: dashIcon 1.5s ease-in-out infinite;
}

@keyframes rotateIcon {
 100% {
  transform: rotate(360deg);
 }
}

@keyframes dashIcon {
 0% {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
 }

 50% {
  stroke-dasharray: 90, 200;
  stroke-dashoffset: -35px;
 }

 100% {
  stroke-dashoffset: -125px;
 }
}

.box-dopmenu {
	display: none;
}
@media (min-width: 992px) {
	.box-dopmenu {
		display: block;
	}
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a .arrow {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -4px;
	}
	#additional-menu + #maskMenuDop{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background:#0b0b0b;
		opacity: 0.6;
		z-index: 1040;
	}
	#additional-menu .cat-label{
		font-size:9px;
		font-weight:600;
		border-radius: 4px;
		line-height: 14px;
		padding:4px 9px;
		z-index: 1;
		margin-right: 8px;
	}
	.container.box-dopmenu::before {
		content: "";
		position: absolute;
		top: calc(100% - 46px);
		left: 0px;
		right: 0px;
		width: 100%;
		border-top: 1px solid #EAEDF7;
	}
	#additional-menu .cat-label-label{
		background-color: #0cc485;
		color: #fff;
	}
	#additional-menu + #maskMenuDop.open{display:block;}
	#additional-menu.open-am {
		z-index:1041;
		border-bottom-left-radius:0px !important;
		border-bottom-right-radius:0px !important;
	}
	#additional-menu .nav-dopmenu {
		max-height: 46px;
		list-style: none;
		padding: 0;
		margin: 0;
		/*float: left;*/
		display: flex;
		flex-wrap: nowrap;
	}
	#additional-menu .nav-dopmenu > li.open > a .arrow-t,
	#additional-menu .nav-dopmenu > li > a:hover .arrow-t,
	#additional-menu .nav-dopmenu > li.open > a,
	#additional-menu .nav-dopmenu > li > a:hover {
		color: #000;
		text-decoration: underline;
		z-index:999;
	}
	.hmenu_type > div:after {
		content: '';
		display: table;
		clear: both;
		visibility: hidden;
	}
	#additional-menu .nav-dopmenu > li:hover > a .pitem-icon,
	#additional-menu .nav-dopmenu > li > a .hitem-icon{
		display:none
	}
	#additional-menu .nav-dopmenu > li > a .pitem-icon,
	#additional-menu .nav-dopmenu > li:hover > a .hitem-icon{
		display:block
	}
	#additional-menu .dropdown-img{
		display:inline-block;
	}
	#additional-menu .nav-dopmenu > li {
		float: left;
		position: relative;
	}
	#additional-menu .nav-dopmenu > li {
		display: inline-flex;
		position: relative;
		width: 100% !important;
		flex: 0 1;
		flex-grow: 0;
		flex-shrink: 1;
	}
	#additional-menu .nav-dopmenu > li > a {
		color: #000;
		padding: 0px 15px;
		background-color: transparent;
		font-size:14px;
		/*font-weight: 500;*/
		white-space: nowrap;
		height: 46px;
		line-height: 46px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	#additional-menu .nsmenu-thumb {
		max-width: 28px;
		margin-right: 12px;
		color:transparent;
	}
	#additional-menu .nav-dopmenu > li.open > .dropdown-menu {
		z-index:999;
	}
	#additional-menu .dropdown-menu {
		padding-bottom: 0;
	}
	#additional-menu .arrow-t {
		margin-top: 2px;
		margin-left: 5px;
	}
	#additional-menu .hide-border-radius-top-right {
		border-top-right-radius: 0px !important;
	}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li {
		position: relative;
	}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul {display: none !important;}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li {list-style: none !important;}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li:hover > ul {
		display: block !important;
		position: absolute !important;
		top: 0 !important;
		left:100%;
	}
	#additional-menu .nsmenu-type-category-simple .icon-mm-arrow {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -4px;
	}

	#additional-menu .nsmenu-type-information,
	#additional-menu .nsmenu-type-category-simple{
		background-color: #fff;
		font-size: 14px;
		min-width: 230px;
		z-index: 1001;
		padding:5px 0px 5px 0px;
		margin-top: 0;
	}
	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li > a,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li > a,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a {
		padding: 10px 20px;
		white-space: normal;
		position: relative;
		display: block;
		color: #333;
	}

	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li > a:hover:before,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li > a.hover:before,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li > a:hover:before,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a.hover:before,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a:hover:before {
		position: absolute;
		background: #F7F8FB;
		height: auto;
		content: '';
		z-index: -1;
		left: 8px;
		right: 8px;
		width: auto;
		top: 4px;
		bottom: 4px;
		border-radius: 6px;
	}

	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li + li:before,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li + li:before,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li + li:before {
		border-top: 1px dashed #EAEDF7;
		position: absolute;
		content: "";
		width: calc(100% - 30px);
		left: 15px;
		right: 15px;
	}

	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild {
		background-color: #fff;
		font-size: 14px;
		min-width: 230px;
		border-radius: 0px 8px 8px 8px;
		padding-top:0px;
		z-index: 1001;
		margin-left:0px;
		border:0px;
		margin-top:0px;
		padding:5px 0px 5px 0px;
		-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
		box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	}
	#additional-menu .nsmenu-type-product .nsmenu-parent-block {
		text-align:center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#additional-menu .nsmenu-type-manufacturer .nsmenu-parent-block {
		text-align:center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#additional-menu .nsmenu-type-manufacturer .name-manuf-a {
		font-size:16px;
		color:#000000;
	}
	#additional-menu .nsmenu-type-manufacturer .manuf-res a {
		display:inline-block;
		font-size:12px;
		color:#000000;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-block {
		margin-bottom: 10px;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-block ul {
		padding-bottom: 5px;
		margin-top: 12px;
	}
	#additional-menu .chm-list-menu-al-links .nsmenu-parent-block:last-child ul{
		padding-bottom: 0;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-title {
		text-align: left;
		display: inline-block;
		color: #000;
		font-weight: 600;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-ischild li {
		display:block;
		position:relative;
		margin-bottom: 5px;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-block .nsmenu-ischild li a {
		font-size: 14px;
		color: #505966;
		position: relative;
		display: inline-block;
	}
	#additional-menu .nsmenu-type-product .nsmenu-parent-title {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		color: #000;
		margin-top: 10px;
	}
	#additional-menu .nsmenu-type-manufacturer .nsmenu-parent-title {
		display: block;
		padding: 5px;
		text-decoration: none;
		font-size: 14px;
		color:#000;
	}
	#additional-menu .nsmenu-type-manufacturer .nsmenu-parent-img img {
		background: #fff;
	}
	#additional-menu .nsmenu-type-product .nsmenu-parent-img img {
		background: #fff;
	}

	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-img img {
		background: #fff none repeat scroll 0 0;
		border-radius: 3px;
	}

	#additional-menu .nsmenu-type-manufacturer a.nsmenu-parent-title:hover,
	#additional-menu .nsmenu-type-category-full-image .nsmenu-ischild a:hover{
		text-decoration:underline;
		color:#05335e !important;
	}

	#additional-menu .nsmenu-type-manufacturer a.nsmenu-parent-img{
		display: block;
	}
	#additional-menu .nsmenu-type-category-full-image a.nsmenu-parent-img{
		display: block;
		margin-bottom: 10px;
	}
	#additional-menu .nsmenu-type-product a.nsmenu-parent-img,
	#additional-menu .dropdown.open .dropdown-menu,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild,
	#additional-menu .nsmenu-type-information .nsmenu-haschild{
		display:block !important;
	}
	#additional-menu .nsmenu-type-category-simple,
	#additional-menu .nsmenu-type-category-full,
	#additional-menu .nsmenu-type-category-full-image,
	#additional-menu .nsmenu-type-manufacturer,
	#additional-menu .nsmenu-type-product,
	#additional-menu .nsmenu-type-information{
		display:none;
		border:0px;
		border-top:1px solid #EAEDF7;
		-webkit-box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.05);
		box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.05);
		border-radius:0px 0px 8px 8px;
		margin-top: 0;
	}
	#additional-menu .nsmenu-type-category-full,
	#additional-menu .nsmenu-type-category-full-image {
		padding-top: 0;
		overflow:hidden;
	}
	#additional-menu .chm-list-menu {
		max-height:650px;
		overflow-y:auto;
	}
	#additional-menu .chm-list-menu-al-links {
		border-right: 1px solid #EAEDF7;
		overflow-y: auto;
		overflow-x: hidden;
		padding:20px 25px 15px 25px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		align-self: normal;
		scrollbar-color: #DEE2E6 transparent;
		scrollbar-width: thin;
	}
	#additional-menu .chm-list-menu-item-child {
		overflow-y: auto;
		overflow-x: hidden;
		padding:20px 20px 10px 20px;
		scrollbar-color: #DEE2E6 transparent;
		scrollbar-width: thin;
	}
	#additional-menu .nsmenu-type-manufacturer,
	#additional-menu .nsmenu-type-product {
		padding:20px;
		max-height:650px;
		overflow-y:auto;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-title:hover {
		color:#05335e ;
	}
	#additional-menu .nsmenu-type-html{
		padding:5px;
	}
	#additional-menu .nsmenu-type-product .price{
	 	margin-bottom: 0px;
	 	display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		height: 40px;
		align-items: flex-end;
		margin-top: auto;
	}
	#additional-menu .nsmenu-type-product .price .price-new {
		width: 100%;
	}
	#additional-menu .menu-add-html{
		overflow: hidden;
		position: relative;
		margin-top:10px;
		margin-bottom:10px;
	}
	#additional-menu .menu-add-html img{
		max-width:100%;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-haschild,
	#additional-menu .nsmenu-type-information .nsmenu-haschild{
		display: block;
	}
}
.add-hidden {overflow: hidden !important;}
.item_menu_hidden {display: none !important;}
.left-dopmenu {
	width: 100%;
	margin-right: 15px;
}
.dop-menu-show-more {
	position: relative;
	width: 62px;
	min-width: 62px;
	text-align: center;
	color:#333;
	line-height: 28px;
	height: 28px;
	border-radius:50px;
	background: #F7F8FB;
	align-self: center;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.dop-menu-show-more.off-show-more {
	opacity: 0;
}
.total-sections {
	font-size: 12px;
	font-weight: 500;
	min-width: 16px;
}
.next-m,
.prev-m {
	cursor: pointer;
	width: 18px;
	text-align: center;
	display: inline-block;
}
.prev-m {
	padding-right: 2px;
}
.next-m {
	padding-left: 2px;
}
.next-m svg,
.prev-m svg{
	width: 5px;
	height: 9px;
	vertical-align: inherit;
}
.next-m.off-next-m,
.prev-m.off-prev-m {
	cursor: unset;
}
.next-m.off-next-m svg,
.prev-m.off-prev-m svg{
	color:#768292;
}

.row-masonry {
	display: block;
}
.mm-column-2 {
	column-count: 2;
}
.mm-column-3 {
	column-count: 3;
}
.mm-column-4 {
	column-count: 4;
}
.mm-column-5 {
	column-count: 5;
}
[class*="mm-column-"] {
	column-gap: 0;
}
[class*="mm-column-"] > [class*="col-"] {
	float:none;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	width: 100%;
}

#menu-vertical-list .nsmenu-thumb {
	max-width: 25px;
	margin-right: 12px;
}
#menu-vertical #menu-vertical-list .item-dop-info.himg {
	width: 100%;
}
#menu-vertical #menu-vertical-list .item-dop-info {
	font-size: 11px;
	color: #505966;
}
#menu-vertical #menu-vertical-list > li:hover > a .pitem-icon,
#menu-vertical #menu-vertical-list > li > a .hitem-icon{
 display:none
}
#menu-vertical #menu-vertical-list > li > a .pitem-icon,
#menu-vertical #menu-vertical-list > li:hover > a .hitem-icon{
 display:block
}
#menu-vertical .dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background: transparent;
}
#menu-vertical .dropdown-menu li > a:focus {
 background: transparent;
}
#menu-vertical #menu-vertical-list .ns-dd.open {
	display:block;
}
#menu-vertical .dropdown-menu li > a:hover .cat-label{
	opacity:0;
	-webkit-transition: transform 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}
#menu-vertical .cat-label {
	font-size: 11px;
	border-radius: 3px;
	padding: 4px 10px;
	right: 30px;
	top: 2px;
	z-index: 1;
	position: absolute;
	line-height: 14px;
}
#menu-vertical .cat-label-label{
	background-color: #0cc485;
	color: #fff;
}
#menu-vertical {
	border-radius: 8px;
	z-index: 100;
}
#menu-vertical a{
	text-decoration: none;
	color:#333;
	font-size:14px;
}
#menu-vertical .btn {
	color: #fff;
	text-align: left;
	border-radius: 8px;
	padding: 8px 20px;
	z-index: 886;
	font-size: 14px !important;
	border:0px;
	font-weight: 600;
	height: 40px;
	line-height: 1;
}
#menu-vertical .btn .text-category{
	padding-right: 10px;
	vertical-align: middle;
}
#menu-vertical.open-mob .btn,
#menu-vertical.open .btn,
#menu-vertical.openm .btn{
	border-radius: 8px 8px 0px 0px;
}
@media (min-width: 992px) {
	#menu-vertical:hover .btn{
		border-radius: 8px 8px 0px 0px;
	}
}
#menu-vertical #menu-vertical-list {
	width: 100%;
	border-radius: 0px 0px 8px 8px;
	padding: 0;
	margin: 0px;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.05);
	border: 0px;
}

.btn-menu-top {
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-ms-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s;
}

.btn-menu-top.vh1-bl,
.btn-menu-top.vh2 {
	padding: 8px;
	width: 40px;
	justify-content: center;
}

.btn-menu-top.vh1 svg{
	width:20px;
}
.btn-menu-top.vh1-bl,
.btn-menu-top.vh2,
.btn-menu-top {
	color: var(--btn-menu-color);
	background: var(--btn-menu-bg);
	text-align: left;
	border-radius: 8px;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
	border:0px;
	font-weight: 400;
	height: 40px;
}
.box-menu-top .icon-menu,
.box-menu-top .icon-menu-line,
.box-menu-top .icon-arrow {
	color: var(--btn-menu-color);
}
#menu-vertical.open-mob .btn-menu,
#menu-vertical.open .btn-menu,
.btn-menu:hover,
.btn-menu:active,
.btn-menu.active,
.btn-menu.disabled,
.btn-menu-top:hover,
.btn-menu-top:focus {
	background-color: var(--btn-menu-bg-h);
}
.btn-menu-top.show-tc {
	padding: 10px 18px;
	width: auto;
}
.icon-menu-line {
	width: 22px;
	height: 18px;
}
.icon-menu {
	width: 22px;
	height: 22px;
	color:#000;
}
@media (max-width: 1200px) {
	.btn-menu-top {
		width: 40px;
		padding: 8px;
		text-align: center;
		justify-content: center;
	}
}
.btn-menu-top .text-category {
	margin-right: 10px;
	margin-left: 10px;
}
.btn-menu-top svg.icon-arrow {
	float: right;
	margin-right: -3px;
	margin-top: 2px;
	width: 8px;
	height: 6px;
}
.menu-header-box.type-menu-h-1 {
	display: none;
}

.menu-header-box.type-menu-h-1.active-m {
	display: block;
	position: relative;
	z-index: 1007;
}
.menu-header-box.type-menu-h-1.active-m.m-sticky {
	position: sticky;
	margin-top: 0px;
}
.m_type_header_1 {
	position: absolute;
	left:10px;
	right: 10px;
	background: #fff;
	z-index: 999;
	border-radius: 0px 0px 8px 8px;
	box-shadow:2px 10px 12px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	display: none;
	height: 60vh;
	min-height: 285px;
}
.menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
	top:0px;
}
.menu-header-box.type-menu-h-1.active-m .m_type_header_1 {
	display: block;
}
.menu-header-box.type-menu-h-2 {
	display: none;
	position: fixed;
	left:-100%;
	z-index: 1050;
	top: 0px;
	transition:all .2s ease-in-out;
	bottom: 0px;
	height: 100%;
}
.menu-header-box.type-menu-h-2.left-open {
	left:0px;
}
.menu-header-box.type-menu-h-2.active-m {
	display: block;
}
.m_type_header_2 {
	background: transparent;
	z-index: 999;
	border-radius: 0px 0px 8px 8px;
	box-shadow:2px 10px 12px rgba(0, 0, 0, 0.05);
}
.menu-header-box.type-menu-h-2 .container.pos-r,
.menu-header-box.type-menu-h-2 .row.dflex {
	height: 100%;
	width: auto;
}
.m_type_header_2 #menu-vertical {
	width: 320px;
}
.m_type_header_2 #menu-vertical,
.m_type_header_1 #menu-vertical {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%
}
.m_type_header_2 #menu-vertical #menu-vertical-list {
	padding-top: 10px;
	padding-left: 5px
}
.m_type_header_2 #menu-vertical #menu-vertical-list,
.m_type_header_1 #menu-vertical #menu-vertical-list {
	border-radius:0;
	box-shadow:5px -8px 13px rgba(0, 0, 0, 0.05);
	margin-left: 0px !important;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: unset;
	scrollbar-color: #EAEDF7 transparent;
	scrollbar-width: thin;
}
.m_type_header_2 #menu-vertical #menu-vertical-list::-webkit-scrollbar,
.m_type_header_1 #menu-vertical #menu-vertical-list::-webkit-scrollbar {
	width: 8px;
}
.m_type_header_2 #menu-vertical #menu-vertical-list::-webkit-scrollbar-track,
.m_type_header_1 #menu-vertical #menu-vertical-list::-webkit-scrollbar-track {
	background: transparent;
}
.m_type_header_2 #menu-vertical #menu-vertical-list::-webkit-scrollbar-thumb,
.m_type_header_1 #menu-vertical #menu-vertical-list::-webkit-scrollbar-thumb {
	background-color: #EAEDF7;
	border-radius: 12px;
	border: transparent;
}


/*Menu open home page*/
@media (min-width: 1200px) {
	.home-page-content-top {
		margin-left: 25%;
		width: 75%;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) {
		display: block;
		z-index: 1007;
		position: relative;
		overflow: visible;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) .menu-box {
		background: #fff;
		box-shadow: none;
		right: auto;
		top: 30px;
		width: calc(25% - 20px);
		/*box-shadow: 0px 0px 0px 1px #EAEDF7;*/
		border-radius: 10px;
		display: block;
		overflow: unset;
		height: auto;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical {
		overflow: hidden;
		border-radius: 10px;
		position: unset;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
		box-shadow: 0px 0px 0px 1px #EAEDF7;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical-list {
		display: block;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple {
		z-index: 10;
		width: calc(100% + 10px);
		height: 100%;
		border-radius: 0px 10px 10px 0px;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple {
		box-shadow: 2px 0px 18px rgba(0, 0, 0, 0.05);
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) .menu_mask #menu-vertical.open {
		box-shadow: none !important;
	}

	.menu-header-box.mm_open_hp:not(.m-sticky) .border-radius-right-off {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		/*box-shadow: none !important;*/
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple > ul,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level > ul{
		border-radius:0px 8px 8px 8px;
		height: 100%;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list {
		padding-top: 5px;
		padding-bottom: 5px;
	}

}
/*End menu open home page*/


.ch-bg-search,
.ch-bg-mob,
.ch-bg {
	background:#0b0b0b;
	opacity: 0.6;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.ch-bg.bg-transp {
	background: transparent;
}
.ch-bg-mob {
	z-index: 1008;
}
.ch-bg-search,
.ch-bg.z-v3 {
	z-index: 1006;
}
.ch-bg.z-v4 {
	z-index: 1042
}
.ch-bg-search.active,
.ch-bg-mob.active,
.ch-bg.active {
	display: block;
}
.no-scroll {
	overflow: hidden;
}
.no-scroll header {
	position: relative;
	background:#fff;
}

#menu-vertical #menu-vertical-list > li,
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li,
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul > li,
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple > ul > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 48px
}
#menu-vertical #menu-vertical-list li.dropdown {
	position:unset;
}

#menu-vertical #menu-vertical-list > li > a{
	padding: 5px 15px 5px 15px;
	white-space: normal;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height: 100%;
	flex: 1;
}

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

@media (min-width: 992px) {
	#menu-vertical #menu-vertical-list .hide-border-radius-top-right {
		border-top-right-radius: 0px !important;
	}

	#menu-vertical #menu-vertical-list > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple > ul > li + li{
		border-top: 1px dashed #e9e9e9;
	}
	#menu-vertical #menu-vertical-list > li.have-icon + li > a:before{
		left:10px !important;
	}
	.nsmenu-html-block {padding: 15px;}
	.nsmenu-block{display:block;}
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd,
	.menu-open-2level > .nsmenu-ischild.nsmenu-full3level,
	.menu-open-2level > .nsmenu-ischild.nsmenu-ischild-simple {
		display: block !important;
	}
	.menu-open-4level > .child_4level_simple {display: block !important;}
	#menu-vertical:hover #menu-vertical-list {display:block;}
	#menu-vertical #menu-vertical-list > li .toggle-child{display:none;}
	#menu-vertical #menu-vertical-list > li .parent-link {clear: none;margin-right: 0px;}
	#menu-vertical:hover + #maskMenuHC{display: block;		}
	#menu-vertical:hover{z-index: 1039;}
	#menu-vertical + #maskMenuHC{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background:#0b0b0b;
		opacity: 0.6;
		z-index: 1038;
	}
	#menu-vertical.open + #maskMenuHC{display: block;	}
	#menu-vertical.open{z-index: 1039;}

	#menu-vertical #menu-vertical-list .arrow {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -4px;
	}
	#menu-vertical #menu-vertical-list > li > a {
		z-index: 1;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple{
		display: none;
		background: #fff;
		position: absolute;
		left:100%;
		top: 0;
		bottom:0px;
		min-height: 100%;
		border: 0px;
		padding: 0;
		margin-left: 0px;
		box-sizing: border-box;
		z-index: -1;
		width:100%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple > ul,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level > ul{
		box-shadow: 2px 0px 18px rgba(0, 0, 0, 0.05);
		background: #fff;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level {
		z-index: -2;
	}
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd.dropdown-menu-manufacturer,
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd.dropdown-menu-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .menu-open-2level .nsmenu-ischild-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-issubchild:hover > .nsmenu-ischild-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-issubchild:hover > .nsmenu-full3level,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li:hover > .child_4level_simple,
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd{
		display: block;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple,
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple .nsmenu-ischild-simple,
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple .nsmenu-full3level,
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple .child_4level_simple {
		height: 100%;
		border-radius:0px;
	}

	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-color: #DEE2E6 transparent;
		scrollbar-width: thin;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar {
		width: 8px;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-track,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-track,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-track,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-track {
		background: transparent;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-thumb,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-thumb,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-thumb,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-thumb {
		background-color: #DEE2E6;
		border-radius: 12px;
		border: transparent;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul > li > a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple > ul > li > a{
		padding: 10px 18px 10px 15px;
		position: relative;
		white-space: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		height: 100%;
		flex: 1;
		z-index: 1;
	}
	#menu-vertical #menu-vertical-list > li.menu-open > a:after,
	#menu-vertical #menu-vertical-list > li > a:hover:after,
	#menu-vertical #menu-vertical-list > li > a.parent-link:hover:after,
	#menu-vertical #menu-vertical-list > li > a.parent-link.hover:after,

	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild li > a:hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild li > a.hover:after,

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a:hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a.hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple ul > li > a:hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple ul > li > a.hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple ul > li > a:hover:after{
		position: absolute;
		background: #F7F8FB;
		height: auto;
		content: '';
		z-index: -1;
		left: 8px;
		right: 8px;
		width: auto;
		top: 4px;
		bottom: 4px;
		border-radius: 6px;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-product,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-html-block,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer{
		display: none;
		background: #fff;
		position: absolute;
		left:100%;
		top: 0;
		min-height: 100%;
		border: 0px;
		padding: 0;
		margin-top: 0px;
		box-sizing: content-box;
		margin-left: 0px;
		max-height: 650px;
		overflow-y: auto;
		min-width: 100%;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.05);
		z-index: -1;
		width: 300%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information {
		width: 100%;
	}
	#menu-vertical #menu-vertical-list .chm-list-menu {
		align-items: flex-start;
	}
	#menu-vertical #menu-vertical-list .chm-list-menu-al-links {
		border-right: 1px solid #EAEDF7;
		overflow-y: auto;
		overflow-x: hidden;
		padding:20px 25px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		align-self: normal;
		scrollbar-color: #EAEDF7 transparent;
		scrollbar-width: thin;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-html-block,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-html-block,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer{
		bottom:0px;
		overflow-y: auto;
		scrollbar-color: #EAEDF7 transparent;
		scrollbar-width: thin;
		border-radius:0px;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-product > .nsmenu-haschild{
		padding: 15px 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer > .nsmenu-haschild{
		padding: 15px 20px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level{
		padding:20px 15px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-item-child {
		height: 100%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-item-child > div{
		padding:20px 15px;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-item-child > div.row-masonry{
		max-height: inherit;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .row-masonry .nsmenu-parent-block {
		margin-bottom: 20px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .nsmenu-parent-title,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-title {
		display: inline-block;
		position: relative;
		text-align: left;
		color: #333;
		font-weight: 600;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .nsmenu-parent-title:hover,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-title:hover {
		color: #05335e;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .nsmenu-parent-block ul,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block ul {
		padding-bottom: 5px;
		margin-top: 12px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-al-links .nsmenu-parent-block:last-child ul {
		padding-bottom: 0px;
	}
	#menu-vertical #menu-vertical-list .al_3lv {
		padding-bottom: 5px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-img {
		display:block;
		text-align:left;
		margin-bottom: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block {
		margin-bottom: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block + .nsmenu-parent-block .nsmenu-parent-img {
		margin-top: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .level4_full li a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-ischild li a {
		display: block;
		position: relative;
		margin-bottom: 5px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .level4_full li a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-ischild li a {
		font-size:14px;
		color:#505966;
		position:relative;
		display:inline-block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .level4_full li a:hover,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-ischild li a:hover {
		text-decoration:underline;
		color: #05335e;
	}
	#menu-vertical #menu-vertical-list > li .menu-add-html {
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		position: relative;
	}
	#menu-vertical #menu-vertical-list > li .menu-add-html img {
		max-width:100%;
	}

	#menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-manufacturer{
		display:block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .nsmenu-parent-block {
		margin-bottom: 0px;
		margin-top: 10px;
		text-align: center;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .name-manuf-a {
		font-size:16px;
		color:#000000;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .manuf-res a {
		font-size:12px;
		color:#000000;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer a.nsmenu-parent-img {
		padding: 0 !important;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .nsmenu-parent-title {
		display: block;
		font-size: 14px;
		padding: 5px;
		text-decoration: none;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .nsmenu-parent-title:hover {
		text-decoration: underline;
	}
	#menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-information{
		display:block;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild li > a{
		padding: 10px 18px;
		position: relative;
		white-space: normal;
		display:block;
	}

	#menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-product{
		display: block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .nsmenu-parent-block {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product a.nsmenu-parent-img {
		display: block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .nsmenu-parent-title {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		color: #000;
		margin-top: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .price {
		margin-bottom: 0px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: 40px;
		align-items: flex-end;
		margin-top: auto;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .price .price-new {
		width: 100%;
	}

	.block-opacity {
		opacity:0;
	}
	.block-opacity.active {
		opacity:1;
		transition:all 350ms;
	}
		/*--- END RODUCTS BLOCK ---*/
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level {
	width: 200%;
}
@media (min-width: 768px) {
	.tooltip-manufacturer-inner {
	 max-width: 200px;
	 padding: 3px 3px;
	 color: #fff;
	 text-align: center;
	 text-decoration: none;
	 background-color: #ffffff;
	 border-radius: 100%;
	 border:1px solid #e2e2e2;
	 overflow:hidden;
	 top:-1550px
}
	.tooltip-manufacturer.in {
	 opacity: 1;
	}
}
@media (max-width: 768px) {
.tooltip.tooltip-manufacturer {
	display: none !important;
}
}
.d-none {display: none;}


.m-mm-list {
	padding: 0;
	margin: 0;
}
.m-mm-list .m-mm-list-item {
	height: 50px;
	padding-left: 15px;
	padding-right: 2px;
}
.m-mm-list .m-mm-list-item a.mm-a {
	height: 100%;
	flex:1;
}
.m-mm-list .m-mm-list-item a.mm-a,
.m-mm-list .m-mm-list-item a.mm-a:hover,
.m-mm-list .m-mm-list-item a.mm-a:focus {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	outline: none;
 	outline-offset: -2px;
 	position: relative;
}
.m-mm-list .m-mm-list-item:not(:first-child) {
	border-top: 1px dashed #EAEDF7;
}
.m-mm-list .mobile-menu-icon{
	margin-right: 12px;
	max-width: 26px;
}
.m-mm-list .cat-label{
	font-size: 11px;
	border-radius: 2px;
	line-height: 1;
	padding: 4px 6px;
	right: 2px;
	top: 4px;
	z-index: 4;
	position: absolute;
}
.m-mm-list .show-sc-mobile {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border: 0px;
	background: transparent;
	padding: 0px;
}
.m-mm-list .mob-second-level,
.m-mm-list .mob-third-level {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
}
.m-mm-list .mob-second-level .m-mm-list,
.m-mm-list .mob-second-level .mob-html-block,
.m-mm-list .mob-third-level .m-mm-list {
	height: calc(100% - 54px);
	overflow: visible;
	overflow-y: auto;
}
.m-mm-list .mob-second-level .mob-html-block {
	padding: 15px;
}
.m-mm-list > li:hover > a .pitem-icon,
.m-mm-list > li > a .hitem-icon{
	display:none
}
.m-mm-list > li > a .pitem-icon,
.m-mm-list > li:hover > a .hitem-icon{
	display:block
}
.m-mm-html {
	padding: 15px;
}

.mob-menu-info-fixed-left {
	background:#fff;
	z-index:1040;
	box-shadow:0px 2px 3px rgba(0,0,0,0.15);
	position: fixed;
	top: 0;
	bottom: 0;
	width: 330px;
	left: -330px;
	overflow:hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0px;
}
.mob-menu-info-fixed-left.active{left: 0px;}

#mobm-left-content .header-nav-links {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	box-shadow: none;
	border: 0px;
	padding: 0px;
	left: 0px;
}
#mobm-left-content .header-nav-links > li + li {
	border-top:1px dashed #EAEDF7;
}
#mobm-left-content .header-nav-links > li > button {
	font-size: 16px !important;
	padding: 10px 0px !important;
	width: 100%;
	text-align: left;
}

#mobm-left-content .links-mob {
	margin-top: auto;
	margin-left: 15px;
	margin-right: 15px;
}
#mobm-left-content .desc_info_mob {
	margin-top: auto;
	color: #000;
	padding: 15px;
	background: #F7F8FB;
}
#mobm-left-content .desc_info_mob p{
	margin-bottom: 0;
}
#mobm-left-content .links-mob + .desc_info_mob {
	margin-top: 5px;
}
#mobm-left-content .dropdown-menu.ch-dropdown li + li {
	border-top: 1px dashed #EAEDF7;
}
#mob-info-contact .additional-tel {
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px dashed #EAEDF7;
	text-align: left;
}
#mob-info-contact .additional-tel.dth a {
	padding: 5.5px 0px !important;
	display: block;
	color:#000;
}
#mob-info-contact .contact-header .text_after_phone,
#mob-info-contact .contact-header .drop-icon-info{display: none;}
#mob-info-contact .contact-header .drop-contacts{
	display: block;
	position: relative;
	box-shadow: none;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	float: none;
}

#mob-info-contact .contact-header .dropdown-menu.drop-contacts > li > div, #mob-info-contact .contact-header .dropdown-menu.drop-contacts > li > a {
	padding: 4px 0px !important;
	font-size: 14px !important
}

.mob-first-menu {
	display: flex;
	flex-direction: column;
	height: 100%;
	-webkit-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,
	-webkit-transform .3s ease-in-out;
}

#mob-catalog-left.mob-menu,
#mob-info-contact.mob-info,
#mob-info-viewed.mob-info {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,
	-webkit-transform .3s ease-in-out;
}
#mob-catalog-left .mobm-top,
#mob-info-viewed .mobm-top{
	z-index: 10;
}
#mob-catalog-left .mobm-body{
	padding: 0;
}
#mobm-left-content .mobm-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis:0;
}
#mobm-left-content .mobm-body,
#mob-info-contact .mobm-body,
#mob-catalog-left .mobm-body,
#mob-info-viewed .mobm-body {
	height: calc(100% - 54px);
	overflow: visible;
	overflow-y: visible;
	overflow-y: auto;
}
#mob-info-viewed .mobm-body {
	padding: 5px;
}
#mob-info-contact .mobm-body {
	padding: 10px 15px;
}

.mobm-top {
	background: #fff;
	position: relative;
	min-height: 54px;
	height: 54px;
	padding: 15px 54px 15px 10px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #EAEDF7;
}

.mm-icon-come-back {
	width: 24px;
	height: 24px;
	background: #F7F8FB;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 5px;
}

.mobm-top .mobm-title{
	font-size: 16px;
	color:#000;
	font-weight: 600;
	padding-left: 10px;

	@media screen and (max-width: 599px) {
		width: 240px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

.mobm-header-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #EAEDF7;
	height: 62px;
	padding: 8px 0px;
	margin: 0 15px;
	position: relative;
}
.mm-wishlist .btn-wishlist-top .wl-icon,
.mm-compare .btn-compare-top .co-icon{
	color:#000;
}
.mh-left-b #language {
	margin-right: 15px;
	position: relative;
}
.mh-left-b #language,
.mh-left-b #currency {
	width: auto;
	height: 36px;
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	align-items: center;
}
.mh-right-b > div {
	margin-left: 10px;
}
.mh-right-b .wishlist-quantity, .mh-right-b .compare-quantity {
	top: -4px;
}
.mh-left-b .mob-text-language,
.mh-left-b .mob-text-currency,
.mh-right-b .text-a-icon {
	font-size: 7px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	display: block;
}
.box-account-mob .icon-account {
	margin-top: 0;
}
.box-account-mob .btn-account, .mm-wishlist .btn-wishlist-top, .mm-compare .btn-compare-top{
	width: auto;
	height: 36px;
	justify-content: space-between;
	flex-direction: column;
}
.mh-left-b .btn-language-top, .mh-left-b .btn-currency-top {
	height: 26px;
}
.mh-left-b #currency .btn-group.open .dropdown-backdrop,
.mh-left-b #language .btn-group.open .dropdown-backdrop{
	background: #0b0b0b;
	opacity: 0.6;
	z-index: 1060;
}
.mh-left-b #language .mob-title-language,
.mh-left-b #currency .mob-title-currency {
	font-size: 15px;
	font-weight: 500;
	padding: 15px 10px 10px 15px !important;
}
.mh-left-b #language .dropdown-menu,
.mh-left-b #currency .dropdown-menu {
	left:0px;
	right: auto;
	min-width: 200px;
	position: fixed;
	top:110px;
	left:50%;
	transform: translateX(-50%);
	padding: 0 0 5px;
	z-index: 1061;
}

.mh-left-b #currency .dropdown-menu > li > button,
.mh-left-b #language .dropdown-menu > li > a {
	padding: 8px 15px !important;
}
.mh-left-b .dropdown-menu.ch-dropdown > .active > button:before, .mh-left-b .dropdown-menu.ch-dropdown > .active > a:before{
	left: 10px;
	right: 10px;
	width: calc(100% - 20px);
}
.box-account-mob .dropdown-menu{
	min-width: auto;
}
.mobm-list-item {
	border-bottom: 1px dashed #EAEDF7;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	height: 56px;
	margin: 0 15px;
}
.mobm-list-item .mm-icon-catalog {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--main-bg);
	color: var(--btn-menu-color);
}
.mobm-list-item .mm-icon-left {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F7F8FB;
	border-radius: 8px;
}
.icon-mob-viewed {
	color:#000;
	width: 25px;
	height: 18px;
}
.mobm-list-item .text-menu {
	margin-left: 10px;
	font-size: 16px;
	color:#000;
	font-weight: 700;
}
.icon-arrow-left,
.icon-mm-arrow {
	width: 5px;
	height: 9px;
	color:#000;
}
.mobm-list-item .icon-mm-arrow {
	margin-left: auto;
	margin-right: 10px;
}
.mobm-top .mobm-close-menu {
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 26px;
	outline: medium none;
	position: absolute;
	right: 17px;
	top: 14px;
	width: 26px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size: 10px;
}
.mobm-top:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 60px;
	height: 100%;
	border-right: 1px solid #EAEDF7;
}
.icon-close-menu {
	color:#000;
	width: 14px;
	height: 14px;
}
.fm-close-search {
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.07);
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 0px;
	cursor: pointer;
}
.icon-close-search {
	color: #000;
	width: 14px;
	height: 14px;
}
#fm-fixed-mobile{
	left: 0;
	margin: 0;
	padding:0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1009;
	background:#fff;
	height:54px;
	box-shadow: 0 0 15px -7px rgba(0,0,0,0.4);
}
.box-flex-fix {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	height: 54px;
}
.mob-fix-panel .mob-m-i {
	display: inline-block;
	width: 42px;
	min-width: 42px;
	text-align: center;
	position: relative;
}
#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .icon-menu,
#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .icon-menu-line,
#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-menu-mobile .text-a-icon,
.mob-fix-panel .btn-go-home.active-bg .text-a-icon,
.mob-fix-panel .btn-go-home.active-bg svg {
	color: var(--mob-menu-svg-color);
}
.mob-fix-panel .btn-go-home.active-bg,
#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-menu-mobile {
	background: var(--mob-menu-gh-bg);
}
.mob-fix-panel .fm-left-block .mob-m-i + div.mob-m-i{
	margin-left: 10px;
}
.mob-fix-panel .fm-left-block {margin-right: 10px;}
.mob-fix-panel .fm-right-block {margin-left: 10px;}
.mob-fix-panel .mob-m-i.cart_fix_mob .btn-mob-cart {
	padding: 0;
	border: 0;
	background: none;
	justify-content: center;
	width: 42px;
	height: 42px;
}
header{
	padding-top: 54px;
}
@media (min-width: 992px) {
	header{
		padding-top: 0px;
	}
}
@media (max-width: 992px) {
	#fm-fixed-mobile .btn.btn-menu-mobile {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 44px;
		height: 42px;
		border-radius: 8px;
	}
	#fm-fixed-mobile .btn.btn-menu-mobile svg {
		display: inline-block;
		vertical-align: middle;
	}
	.cart_fix_mob #cart.open {
		position: unset;
	}

	.cart_fix_mob #cart > .btn {
		background: none;
		height: 42px;
	}

	.cart_fix_mob .cart-total {
		position: absolute;
		right: 2px;
		top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.search_fix_mob {
		width: 100%;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.search_fix_mob .header-search {
		margin-bottom: 0px;
		position: unset;
	}

	.search_fix_mob .search_autocomplete {
		left: 0px !important;
		margin-top: 10px;
	}

	.show-title .text-a-icon {
		font-size: 7px;
		font-weight: 600;
		color: #000;
		line-height: 1;
		position: absolute;
		bottom: 3px;
		left: 0;
		right: 0;
		display: block;
	}
	.show-title .text-a-icon-cart {
		font-size: 7px;
		font-weight: 600;
		color: #000;
		line-height: 1;
		position:absolute;
		left:0px;
		right: 0px;
		bottom: 3px;
		display: block;
	}
}

.mob-fix-panel .btn-go-home,
.mob-fix-panel .btn-open-search {
	padding: 0px;
	background: transparent;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	text-align: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

.mob-fix-panel .search_fix_mob.shtop {
	opacity: 0;
	display: block !important;
	position: absolute;
	z-index: 100;
	background: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 35px;
	transition:all .2s ease-in-out;
}


#fm-fixed-mobile.mob-fix-panel .search_fix_mob.shtop {
	top:-100%;
}

#fm-fixed-mobile.mob-fix-panel .search_fix_mob.shtop.open-search {
	opacity: 1;
	top:0px !important;
}

.topmm-fix #cart .dropdown-menu,
.topmm-fix .search_autocomplete {
	border-radius:0px 0px 8px 8px !important;
	width: calc(100% + 20px) !important;
	margin-left: -10px;

}
.topmm-fix #cart .dropdown-menu {
	right: -10px;
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.04);
}
.topmm-fix .search_autocomplete {
	margin-top: 7px !important;
}
.mob-html-block img {
	max-width: 100%;
	height: auto;
	float: none !important;
}
.icon-mob-search {
	width: 22px;
	height: 22px;
	color:#000;
}
.mob-fix-panel .show-title .btn-open-search svg,
.show-title .cart_fix_mob .shop-bag-svg,
#fm-fixed-mobile .show-title .btn.btn-menu-mobile img{
	margin-bottom: 4px;
	margin-left: -2px;
}
.show-title .btn-go-home svg {
	margin-bottom: 6px;
}
.show-title .fm-icon-b {
	position: relative;
}
.btn-open-info-setting .text-a-icon{
	left:-4px;
}

@media (max-width: 992px) {
	.logo-mr-auto {
		margin-right: auto;
	}
	.mob-fix-panel .fm-contact-top,
	.mob-fix-panel .fm-account-top {
		margin-left: 10px;
	}
	.mob-fix-panel .btn-open-contact,
	.mob-fix-panel .btn-open-account  {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 42px;
		height: 42px;
		border-radius: 8px;
	}
	.mob-fix-panel .icon-mob-contact,
	.mob-fix-panel .icon-mob-account {
		width: 22px;
		height: 22px;
		color:#000;
	}

	.fm_type_design_2.show-title .btn-go-home svg,
	.fm_type_design_2.show-title .icon-menu,
	.fm_type_design_2.show-title .icon-mob-contact,
	.fm_type_design_2.show-title .icon-mob-account {
		margin-bottom: 7px !important;
	}

	#fm-fixed-mobile-bottom {
		left: 0;
		margin: 0;
		padding: 0px;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1007;
		background: #fff;
		height: 54px;
		box-shadow: 0 0 15px -7px rgba(0,0,0,0.4);
	}

	#fm-fixed-mobile-bottom:not(.z-index-low) {
		z-index: 1006;
	}

	#fm-fixed-mobile-bottom:not(.z-index-low).fm_type_design_bottom_2.go-bottom .box-search-mob {
		transition: all .2s ease-in-out;
		top:0px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_1 .search_fix_mob .search_autocomplete,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .search_fix_mob .search_autocomplete {
		margin-bottom: 5px;
	}

	.no-scroll #fm-fixed-mobile-bottom:not(.z-index-low) {
		z-index: 1009;
	}
	#fm-fixed-mobile-bottom .container {
		width: 100%;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 {
		box-shadow: 0 0 10px -7px rgba(0,0,0,0.4);
		background: rgba(255,255,255,0.98);
		height: 76px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .box-flex-fix {
		height: 60px;
		margin-top: 8px;
		background: #F7F8FB;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 10px;
	}

	#fm-fixed-mobile-bottom .btn.btn-menu-mobile,
	#fm-fixed-mobile-bottom .btn-mob-compare-bottom,
	#fm-fixed-mobile-bottom .btn-mob-wishlist-bottom {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 42px;
		height: 42px;
		border-radius: 8px;
	}

	#fm-fixed-mobile-bottom .icon-menu,
	#fm-fixed-mobile-bottom .icon-menu-line {
		color:#000;
	}

	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .icon-menu,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .icon-menu-line,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-menu-mobile .text-a-icon {
		color:#557DC0;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-menu-mobile {
		background: #557DC026;
	}

	#fm-fixed-mobile-bottom .show-title .icon-menu,
	#fm-fixed-mobile-bottom .show-title .icon-menu-line,
	#fm-fixed-mobile-bottom .show-title .shop-bag-svg,
	#fm-fixed-mobile-bottom .show-title .icon-compare,
	#fm-fixed-mobile-bottom .show-title .icon-wishlist,
	#fm-fixed-mobile-bottom:not(.fm_type_design_bottom_2) .show-title .icon-mob-search {
		margin-bottom: 6px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .box-search-mob {
		background: #fff;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		top: -15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .btn-open-search {
		display: flex;
		align-items: center !important;
		justify-content: center !important;
		width: 40px;
		height: 40px;
		background: #557DC0;
		border-radius: 50%;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .btn-open-search .icon-mob-search {
		margin-bottom: 0;
		color: #fff;
		margin-left: 0;
		width: 20px;
		height: 19px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .btn-open-search .text-a-icon {
		bottom: -8px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .mob-m-i.box-search-mob {
		order:3;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .mob-m-i.box-compare-mob {
		order:2;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .mob-m-i.box-wishlist-mob {
		order:4;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .mob-m-i.cart_fix_mob {
		order:5;
	}

	#fm-fixed-mobile-bottom.mob-fix-panel .search_fix_mob.sh_bottom {
		opacity: 0;
		display: block !important;
		position: absolute;
		z-index: 100;
		background: #fff;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 35px;
		transition:all .2s ease-in-out;
	}
	#fm-fixed-mobile-bottom.mob-fix-panel .search_fix_mob.sh_bottom {
		top: 105%;
		width: calc(100% - 20px);
	}
	#fm-fixed-mobile-bottom.mob-fix-panel:not(.fm_type_design_bottom_3) .search_fix_mob.sh_bottom.open-search {
		top:0px;
		opacity: 1;
	}
	#fm-fixed-mobile-bottom.mob-fix-panel.fm_type_design_bottom_3 .search_fix_mob.sh_bottom.open-search{
		top:8px;
		opacity: 1;
	}
	#fm-fixed-mobile-bottom.mob-fix-panel.fm_type_design_bottom_3 .search_fix_mob.sh_bottom {
		padding: 10px 50px 10px 10px;
		border-radius: 10px;

	}
	#fm-fixed-mobile-bottom.mob-fix-panel.fm_type_design_bottom_3 .search_fix_mob .fm-close-search {
		right: 13px;
	}
	.search_fix_mob .search_autocomplete {
		overflow: hidden;
	}
	#fm-fixed-mobile-bottom.mob-fix-panel.fm_type_design_bottom_3 .search_fix_mob .search_autocomplete .autocomplete-wrapper{
		max-height: calc(100vh - 150px);
	}
}

.stickers-ns {
	left: 0px;
	right: auto;
	margin-right: 15px;
	position: absolute;
	bottom:auto;
	top:0px;
	z-index:5;
}
.stickers-ns .fa{
	font-size: 12px;
	vertical-align: middle;
}
.sticker-ns + .sticker-ns {
	margin-top: 8px;

}
.sticker-ns {
	font-size: 9px;
	font-weight: 600;
	padding: 5px 8px;
	position: relative;
	line-height: 14px;
	border-radius: 4px;
	text-align: center;
	min-width: 40px;
	margin-right: 8px;
}
.sticker-ns.procent-skidka {
	background: #D22C31;
	color: #fff;
}
.sticker-ch-pd.procent-skidka {
	font-size: 10px;
	padding: 4px 6px;
	position: relative;
	line-height: 1;
	border-radius: 6px;
	background: #D22C31;
	color: #fff;
	display: inline-block;
	transition: all 0.15s  ease 0s;
	margin-left: 6px;
	font-weight: 500;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.container-tab {
		max-width: 750px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) and (max-width: 1500px){
	.container-tab {
		max-width: 100%;
	}
	header .tabs__header .container-tab {
		width: calc(100% - 30px);
	}
}
@media (min-width: 1500px){
	.container-tab {
		max-width: 1450px;
	}
}
.tab-white-bg {
	background:#fff;
	padding: 15px 20px 5px 20px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #EAEDF7;
}
.tab-white-bg .my-tabs {
	width: 100%;
}
.container-module .tabs {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}
.tabs__header__scroll {
	position: relative;
}
.tabs__header__scroll {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width:none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	border-radius:8px;
}
.tabs__header__scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
@media (max-width: 992px) {
	.tabs__header__scroll {
		overflow:auto;
		overflow-y:hidden;
	}
	.tabs__header{overflow: hidden;}
}

.tabs__header .my-tabs {
	margin-bottom: 0px;
	text-align: left;
	white-space:nowrap;
	position: relative;
	margin-top: 0px;
	transition: .3s;
}
.tabs__active_line {
	height: 44px;
	display: block !important;
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
	position: absolute !important;
	bottom: 4px;
	transition: .3s;
}
.tabs__header .my-tabs.nav-tabs > li.active > a:focus, .tabs__header .my-tabs > li.active a {
	box-shadow: none;
	background:transparent;
	border:0px;
	color:#000;
}
.my-tabs {
	text-align:left;
	border-bottom:0px;
	background: #F7F8FB;
	border-radius: 8px;
	display: inline-block;
	padding: 4px;
	white-space: nowrap;
}

.tabs-product .tab-content .tab-pane {
	border-radius: 0px;
	border: 1px solid #EAEDF7;
	padding:20px;
	background:#fff;
}
@media (min-width: 768px) {
	.tabs-product .tab-content .tab-pane {
		padding:30px;
		border-radius: 8px;
	}

}
.prod_cat_tab_content .tab-pane{
	border: 0px;
	padding:0px;
}
.tabs-product.col-sm-12 {
	clear: both;
}
.cbp {
	margin-top:10px;
	margin-bottom: 20px;
}
.tabs__header .container{
		padding: 0;
		background: transparent;
	}
@media (max-width: 768px) {
	.cbp.xs-bt-1 {border-top:1px solid #EAEDF7;}
	.ft_tabs_mob .tabs-product .tab-content .tab-pane {border:0px;}
}
@media (max-width: 992px) {
	.ft_tabs_mob header {
		padding-top: 100px;
	}


	.ft_tabs_mob .tabs__header.ft__mobile {
		position: fixed;
		left:0px;
		right:0px;
		margin-top: 0px;
		margin-bottom: 0px;
		z-index: 500;
	}
	.ft_tabs_mob .tabs__header {
		background: #F7F8FB;
		padding: 0;
	}
	.ft_tabs_mob .tabs__header.ft__mobile {
		top:54px;
		box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
		border-radius:0px;
	}
	.ft_tabs_mob .tabs__header.ft__mobile .tabs__header__scroll {
		border-radius:0px;
		padding-bottom: 0;
	}
	.ft_tabs_mob.tabs-bottom .tabs-product .tabs__header.ft__mobile .tabs__header__scroll {
		background: #fff;
	}
	.ft_tabs_mob .tabs__header.ft__mobile .tabs__active_line {
		height: 36px;
	}
	.ft_tabs_mob .tabs__header.ft__mobile .my-tabs {
		padding: 4px 10px;
		border-radius: 0px;
		min-width: 100%
	}
	.ft_tabs_mob #fm-fixed-mobile.topmm-fix {
		box-shadow: none;
	}
	.ft_tabs_mob .tabs__header.ft__mobile .my-tabs.nav-tabs > li > a {
		padding: 8px 20px;
	}
	.cbp.xs-mt-0 {margin-top: 0px;}
}

.container-module .tabs__header {
	padding-top:15px;
	margin-bottom: 5px;
}
.tabs-product .tabs__header {
	margin-top:15px;
	margin-bottom:10px;
}
@media (max-width: 992px) {
	.my-tabs.nav-tabs > li {margin-bottom:3px;}
	.my-tabs {border-bottom:0px;}
}
@media (max-width: 768px) {
	.tabs_nav_prev, .tabs_nav_next {display: none;}
	.ft_tabs_mob .tabs-product.col-sm-12 {padding-left: 0px; padding-right: 0px;}
}
.my-tabs.nav-tabs > li {
	float:none;
	display:inline-block;
	text-align:center;
	margin-bottom: 0px;
}
.my-tabs.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border:0px;
	border-radius:8px;
	color:#000;
	padding:12px 25px;
	font-size:14px;
	text-decoration: none;
}

.tabs .my-tabs.nav-tabs > li.active > a:focus,
.tabs .my-tabs.nav-tabs > li.active > a:hover {
	color: #000;
	border:0px;
}
.tabs .my-tabs.nav > li > a:focus, .my-tabs.nav > li > a:hover {
	background-color: transparent;
	color: #000;
	border:0px;
}
.tabs .my-tabs.nav-tabs > li.active > a:hover,
.tabs .my-tabs.nav-tabs > li.active > a:focus,
.tabs .my-tabs > li.active a {
 	border:0px;
 	color:#000000;
 	background: #ffffff;
 	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
}



/*END PRO CAT TAB*/
.tab-content #tab-description img {
  max-width: 100%;
}
.tab-content .product-thumb .image-carousel .owl-buttons .owl-prev{
	left:-20% !important;
    transition: all 0.4s ease-out 0s;
}
.tab-content .product-thumb:hover .image-carousel .owl-buttons .owl-prev{
	left:0px !important;
}
.tab-content .product-thumb .image-carousel .owl-buttons .owl-next{
	right:-10% !important;
    transition: all 0.4s ease-out 0s;
}
.tab-content .product-thumb:hover .image-carousel .owl-buttons .owl-next{
	right:24px !important;
}
.tab-pane {padding-bottom:3px;}
.tab-pane.active {
	max-width:100%;
}
.tab-pane.active iframe{
	max-width:100%;
}

header .tabs__header {
	position:absolute;
	left: 0;
	right: 0;
	background:#F7F8FB;
	box-shadow: 0px 8px 11px -7px rgba(0, 0, 0, 0.13);
}
header .tabs__header__scroll {
	padding-bottom: 0;
}
.title-tab {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.tab-content.show-all-tabs .tab-pane {
	display: block;
}
.tab-content.show-all-tabs .tab-pane ~ .tab-pane {
	margin-top: 30px;
}
header .tabs__header .container {
	padding: 0px 10px;
}
.vw-100 header .tabs__header {
	display: none;
}

.change-desing-cs {
	position: fixed;
	top: 25%;
	left: 0px;
	z-index: 1000;
	padding: 0;
	-webkit-transition: left 250ms ease;
	-moz-transition: left 250ms ease;
	-ms-transition: left 250ms ease;
	-o-transition: left 250ms ease;
	transition: left 250ms ease;
	border-radius: 0px 10px 10px 0px;
}
.btn-change-cs {
	border: 0px;
	padding: 10px 8px;
	border-radius: 0px 8px 8px 0px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	background: #CED4DA;
	color: #000;
	line-height: 10px;
}
.design-box {
	text-align: center;
}
#color_scheme .color-scheme {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: inline-block;
	padding: 5px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 5px;
}
#color_scheme .color-scheme i {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	margin-left: 3px;
	margin-top: 1px;
}


/* Для Webkit-браузеров (Chrome, Edge, Safari) */
#tabList::-webkit-scrollbar {
  height: 2px;
}

#tabList::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}

#tabList::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 7px;
  border: 1px solid #bbb7b7;
}

#tabList::-webkit-scrollbar-thumb:hover {
  background-color: #fefefe;
}

#tabList::-webkit-scrollbar {
  height: 4px; /* ← вот здесь меняешь ширину полосы */
}#tabList::-webkit-scrollbar {
  width: 4px; /* ← для вертикального скролла */
}





.links-mob a:hover{


    color: #000000;

}





.links-mob a {
    padding: 12px 14px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
}


button.tablinks a {
    font-size: 17px;
    padding: 0px;
}


.mobile-footer {
    background: white;
    z-index: 9999;
}

div#myNav {
    z-index: 9999;
}



.header-account:hover {
    cursor: pointer;

    color: #42bde9;
}.desc_info_mob {
    padding-bottom: 70px;
}div#tabList {
    padding-bottom: 70px;
}



.tabcontent.active a {

    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
        font-size: 17px;
    padding: 0px;
}


.tabcontent.active p{

	padding: 10px;
        border-bottom: 1px solid #eaeaea;
}



ul.breadcrumb {
    display: flex
;
    overflow: auto;
}



.wrapper-container {
    display: none;
    position: absolute;
    top: 130px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 50;
}



.mobile-search-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: translate(100%);
    transition: 0.2s;
    z-index: 10;
}



ul.breadcrumb {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */

  /* Для WebKit (Chrome, Safari) */
}
ul.breadcrumb::-webkit-scrollbar {
  display: none;
}
