body {
font-family: 'Gilroy';	
font-weight: 400;
color: #1E1E1E;
font-size: 14px;
line-height: 20px;
width: 100%;
}
html, body {
    height: 100%;
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

@font-face {
  font-display: swap; 
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Gilroy-Medium.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/Gilroy-Medium.ttf') format('truetype') /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-display: swap; 
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Gilroy-Regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/Gilroy-Regular.ttf') format('truetype') /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-display: swap; 
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Gilroy-Bold.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/Gilroy-Bold.ttf') format('truetype') /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-display: swap; 
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Gilroy-ExtraBold.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/Gilroy-ExtraBold.ttf') format('truetype') /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
header{background: #fff;position: relative;}
header .main-row{
	padding-bottom: 12px;
	padding-top: 12px
}
.phone_fix .text_after_phone {display: none;}
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-center-newsletter { text-align: center; margin-bottom:5px;}
.text-xs-justify { text-align: justify; }
.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%;
}
header .main-menu{
	list-style: none;
	display: flex;
  column-gap: 20px;
  padding-left: 0;
  font-weight: 600;
  font-family: 'Montserrat';
}
header .main-menu li a{
	color: #1E1E1E;
}
header .box-menu-top{
	padding-left: 17px;
	padding-right: 10px;
}
header .phone-box{
	display: none;
}
header .miniatures-box{
	display: flex;
	align-items: center;
	column-gap: 35px;
}
header .miniatures-box .search-box, header .miniatures-box .box-wishlist{
	height: 24px;
}
.title-module{
	font-weight: 700;
  font-size: 42px;
  line-height: 42px;
}
@media (max-width: 768px) {
	.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;
	}
}
.mainpage__flex-container{
	display: flex;
	margin-top: 10px;
}
@media (min-width: 768px) {
.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%;
}
.text-sm-left { text-align: left; }
.text-sm-right { text-align: right; }
.text-sm-center { text-align: center; }
.text-sm-justify { text-align: justify; }
.justify-content-sm-end {justify-content: flex-end;}
.col-sm-auto {
	width: auto;
}

#column-left, #column-right {display: none;}
.fixed-goods-menu {display: none;}
/*.h-shadow {
	border-bottom: 1px solid #f8f9fa;
}*/
}
@media (min-width: 992px) {
header{z-index: 101;}
.h-shadow.h-sticky {box-shadow:0px 8px 16px -8px rgba(0, 0, 0, 0.06);}
#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%;
}
.text-md-left { text-align: left; }
.text-md-right { text-align: right; }
.text-md-center { text-align: center; }
.text-md-justify { text-align: justify; }
.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.col-md-2,
	.cart_fix.col-md-1,
	.box-cart.col-md-2,
	.box-cart.col-md-1 {
		width: auto;
		-ms-flex-order: 4;
		order: 4;
	}
	.col-auto {
		width: auto;
	}
	.h-sticky #search.pt20 {
		padding-top: 0px;
	}
	.h-sticky #search_word{
		display: none;
	}
	.h-sticky #logo {
		padding:0px;
	}

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

	.vw-100 .htop-b-pc,
	.vw-100 nav#top,
	.vw-100 .fix-header-2{
		z-index: 1007;
		position: relative;
	}

	.fix-header-2.h-sticky{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1007;
	}
	.pr-17 .fixed-goods-menu {padding-right: 17px;}
	.fixed-goods-menu {
		padding: 0px;
		position: fixed;
		bottom:-1px;
		right:0px;
		left:0px;
		z-index: 1010;
		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:44px;
		margin-bottom:-44px;
		box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
		padding-left: 5px;
		padding-right: 5px;
	}
	.content_viewed {
		max-height: 0px;
		background: #fff;
		border-top:1px solid #f8f9fa;
		transition: max-height .5s ease;
	}
	.content_viewed.open-viewed {
		box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
		max-height: 368px;
	}
	.content_viewed .slick-mod-arrow {
		top: 50%;
		margin-top: -18px;
		width: 36px;
		height: 36px;
		opacity: 0;
		z-index: 1;
		line-height: 43px;
		border-radius: 8px;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.content_viewed .slick-mod-arrow.prev-prod {
		right: auto;
		left:-80px;
	}
	.content_viewed .slick-mod-arrow.next-prod {
		right: -80px;
	}
	
	.content_viewed:hover .slick-mod-arrow{
		opacity: 1;
	}
	.content_viewed:hover .slick-mod-arrow.next-prod{
		right:-40px;
		transition: all .2s ease;
	}
	.content_viewed:hover .slick-mod-arrow.prev-prod{
		left:-40px;
		transition: all .2s ease;
	}

	.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: 13px !important;
	}
	.content_viewed .container-module .actions .btn-general {
		padding: 5px 7px;
	}
	.product-slider.module-viewed .slick-track {
		margin-left: auto;
	}
	.fixed-goods-menu .box-wishlist .text-wishlist,
	.fixed-goods-menu .box-compare .text-compare,
	.fixed-goods-menu .box-viewed-pc .text-viewed{
		color:#B2BBC5;
		padding: 0px 15px;
	}
	.fixed-goods-menu .box-wishlist:hover .text-wishlist,
	.fixed-goods-menu .box-compare:hover .text-compare,
	.fixed-goods-menu .box-viewed-pc:hover .text-viewed {
		color:#fff;
	}

	.fixed-goods-menu .box-viewed-pc {
		position: relative;
	}
	.fixed-goods-menu .box-wishlist, .fixed-goods-menu .box-compare {
		margin-right: 10px;
		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: -5px;
		display: block;
		width: 1px;
		height: 28px;
		top: 6px;
	}
	.fixed-goods-menu .btn-viewed-pc,
	.fixed-goods-menu .btn-wishlist-top, .fixed-goods-menu .btn-compare-top{
		background: transparent;
		height: 44px;
		width: 100%;
		border-radius: 0px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding: 0px 30px 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: 2px;
	}
}
@media (min-width: 992px) {
	.fixed-goods-menu .viewed-quantity{
		position: absolute;
	}
	.fixed-goods-menu .viewed-quantity, .fixed-goods-menu .wishlist-quantity, .fixed-goods-menu .compare-quantity {
		width: 22px;
		height: 22px;
		border-radius:4px;
		background: #122538;
		top:50%;
		right: 15px;
		margin-top:-11px;
		color:#fff;
		font-size: 12px;
		line-height: 22px;
		text-align: center;
	}

	.fixed-goods-menu .btn-viewed-pc:hover svg path {
		fill:#fff;
	}
	.fixed-goods-menu .btn-wishlist-top:hover svg path, .fixed-goods-menu .btn-compare-top:hover svg path {
		fill:#fff;
	}
	.fixed-goods-menu .btn-wishlist-top svg path, .fixed-goods-menu .btn-compare-top svg path {
		fill:#B2BBC5;
	}
}
.ml-auto {
	margin-left: auto;
}
.pos-r {
	position: relative;
}
input[type="number"],
input[type="text"] {
	-webkit-appearance: none !important;
}
@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%}
.text-lg-left { text-align: left; }
.text-lg-right { text-align: right; }
.text-lg-center { text-align: center; }
.text-lg-justify { text-align: justify; }
}
@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: 7px;
	padding-right: 10px;
	-ms-flex-order:0;
	order: 0;
/*	-ms-flex: 0 0 650px;
	flex: 0 0 650px;
	max-width: 650px;*/
}
@media (min-width: 992px) {
	.header_v_2 .header_dopmenu_doptext{
		text-align: right;
	}
	.header_v_1 .header_dopmenu_doptext{
		text-align: center;
	}
	.header_dopmenu_doptext{
/*		-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: 1200px) {
	.header_v_1 .header_dopmenu_doptext.f-order-3,
	.header_v_2 .header_dopmenu_doptext.f-order-3,
	.header_v_4 .header_dopmenu_doptext.f-order-3 {
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0px;
	}
	.header_v_1 .header_dopmenu_doptext.f-order-0,
	.header_v_2 .header_dopmenu_doptext.f-order-0 {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0px;
	}
	.header_v_1 .header_dopmenu_doptext,
	.header_v_2 .header_dopmenu_doptext,
	.header_v_4 .header_dopmenu_doptext {
		text-align: left;
		margin-right: 15px;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;

	}
	.header_v_3 .header_dopmenu_doptext.hsw {margin-bottom: -10px;}
	.header_v_3 .header_dopmenu_doptext.nsw {margin-bottom: -5px;}
	.h-sticky.header_v_3 .header_dopmenu_doptext {margin-bottom: 0px;}
}
.col-md-1-5,
.col-lg-1-5 {position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;}

@media (min-width: 992px) {.col-md-1-5 {width: 20%;float: left;}}
@media (min-width: 1500px) {
	.header_dopmenu_doptext br {display: inherit;}
	.col-lg-1-5 {width: 20%;float: left;}
	.header_v_3 .header_dopmenu_doptext.f-order-3 {
		-ms-flex-order: 3;
		order: 3;
		text-align: left;
		margin-right: 15px;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;
	}
}
.header_dopmenu_doptext p {
	margin-bottom: 1px;
}
.easy-catalog-box .item-catalog,
.wall-category-box .item-category,
.banner-blocks-container .banner-item,
.product-slider .owl-item .item,
.product-slider .item.slick-slide,
.product-slider .row_items.slick-slide .item,
.no-slider .product-thumb{
	box-shadow: 0px 0px 0px 1px #e9ecef;
}

.container {
padding-right: 20px;   /*было 10px*/
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
.container-fluid {
padding-right: 20px;  /*было 10px*/
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -20px;  /*было -10px*/
margin-left: -20px;
}
.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: 20px; /*было 10px*/
  padding-left: 20px;
}
.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;}
.pl-10 {padding-left: 10px;}
.pb-10 {padding-bottom: 10px;}
.pb-20 {padding-bottom: 20px;}
.pr-20 {padding-right: 23px !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 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: 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;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.container {
	/*background:#fff;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}
.fa {
	font-size: 14px;
}
.h1,h1 {
	font-size: 32px;
}
.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;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1, .h1 {
	font-weight: 600;
	line-height: 38px;
	color: #1E1E23;
}
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;
}
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	height: 40px;
	box-shadow:none;
	border:1px solid #e9e9e9;
}
textarea.form-control{
	font-size: 14px;
	box-shadow:none;
	border:1px solid #e9e9e9;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

div.required .control-label:before {
	content: '* ';
	color: #e4003a;
	font-weight: bold;
}
.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 PANEL --- */
#top-fixed{
	left: 0 ;
	margin: 0 ;
	padding:1px 0px;
	position: fixed;
	top: -100%;
	width: 100% ;
	z-index: 888;
	box-shadow:0 5px 5px rgba(0, 0, 0, 0.15);
}
#top-fixed #menu {
  margin: 5px 0px;
}
#top-fixed .nsmenu-block {
	display:none !important;
}
#top-fixed #menu.open > .dropdown-menu {
  display: block !important;
}
#top-fixed #menu:hover .dropdown-menu {
  display: block !important;
}
#top-fixed #phone {
	text-align:center;
	padding:3px 0px 0px 0px;
}
#top-fixed.sticky-header-1 {
	left: 0;
	margin: 0;
	padding: 1px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
	background: #F8F9FA;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	transition: all 300ms ease-in-out 0s;
}
#top-fixed.sticky-header-2 {
	backface-visibility: hidden;
	left: 0 ;
	margin: 0 ;
	padding:0px;
	position: fixed ;
	top: 0;
	width: 100% ;
	z-index: 888;
	background:#474747;
	border-top:7px solid #2B8CDB;
	transition:all 300ms ease-in-out 0s;
}
#top-fixed #logo {
	max-width:95%;
	padding:3px;
}
#top-fixed #logo img {
	max-height: 40px;
}
#top-fixed #horizontal-menu {
	margin-bottom:0px;
}
#top-fixed .container {
	background:none;
}
#top-fixed .shopping-cart {
	padding:5px 0px !important;
}
#top-fixed #search {
	padding:5px 0px !important;
	margin-bottom:0px;
}
#search .categories {
	background:#FFF;
}
#top-fixed #search .btn-search-select{
	background: #F8F9FA;
}
#top-fixed #search .categories,
#top-fixed #search .input-lg{
	background: #ffffff;
}
#top-fixed #search .button_search {
	background: #ffffff;
}
#top {
	background-color: #F8F9FA;
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 36px;
	max-height: 36px;
/*	overflow: hidden;*/
}
#top .container {
	background-color: #F5F5F5;
}
.btn-nav-links,
.btn-wishlist-top,
.btn-compare-top {
	background: #fff;
	border: 0px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.btn-currency-top{
	background: #F8F9FA;
	border: 0px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 12px;
  font-weight: 400;
  font-family: 'Gilroy';
  color: #1E1E1E;
}
.box-account .btn-account {
	background: #F8F9FA;
	border: 0px;
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-family: 'Gilroy';
	font-weight: 400;
	line-height: 14px;
	color: #1E1E1E;
}
.box-account {
	padding-right: 20px;
}
.box-account .btn-account svg{
	vertical-align: middle;
}
.box-account .btn-account svg.icon-arrow{
	margin-left: 3px;
}
.box-currency .btn-group.open .dropdown-toggle,
.btn-group.box-account.open .dropdown-toggle {
	box-shadow: none;
	background: #e9ecef;
}
.btn-currency-top {margin-right: 10px;line-height: 20px;padding: 0px;text-align: center;}
.btn-currency-top strong {font-weight: 500;font-size: 12px;}
.btn-nav-links {
	line-height: 20px;
	margin-top: 2px;
}
.header-nav-links {
	margin-top: 4px;
	border-radius:0px 8px 8px 8px;
	font-family: 'Gilroy';
	font-size: 12px;
  font-weight: 500;
  color: rgba(59, 59, 59, 0.8);
}
#top .text-wishlist,
#top .text-compare {
	display: none;
}
.box-currency,
.box-account {
	margin-top: 2px;
}
.box-wishlist,
.box-compare {
/*	margin-right: 10px;*/
/*	margin-top: 2px;*/
}
.wishlist-quantity, .compare-quantity {
	padding: 0px 2px;
	border-radius: 20px;
	font-weight: 800;
	height: 18px;
	position: absolute;
	min-width: 18px;
	line-height: 13px;
	font-size: 10px;
	top: -7px;
	right: -5px;
	font-family: 'Gilroy';
	border: 2px solid #FFF;
}
.list_lang {
/*  background: #ffffff;*/
  border-radius: 6px;
  padding: 4px;
  height: 30px;
  margin-top: 2px;
/*  margin-right: 10px;*/
}
.item_lang.active {
	background: #F8F9FA;
	color: #E31E24;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}
.mob-language .item_lang.active {
    background: #E31E24;
    border-color: #E31E24;
    text-decoration: none;
    color: #FFF;
}
.item_lang {
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  background: transparent;
  display: inline-block;
  line-height: 14px;
  font-family: 'Gilroy';
  text-transform: uppercase;
}
.item_lang:not(:first-child) {
    border-left: 1px solid rgba(59, 59, 59, 0.39);
}

#language a {
	color: #1E1E1E;
}
.mob-language #language .item_lang a {
	color: rgba(30, 30, 30, 0.35);

}
.mob-language #language .list_lang{
	padding: 0;
	margin: 0;
	height: unset;
}
.mob-language .item_lang {border: 1px solid rgba(30, 30, 30, 0.35); padding: 5px 20px;border-radius: 2px}
#language a:hover {
	color: #000;
}
.mob-title-lang {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.box-account.open .dropdown-menu,
#currency .open .dropdown-menu {
	z-index: 1008;
}
#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: 4px;
}
#currency .dropdown-menu-right{
	right: 10px;
	margin-top: 3px;
}
#currency .btn-link.dropdown-toggle {
	padding: 6.5px 10px;
}
.ls-dropdown {
	padding: 12px 15px;
	border:0px;
	border-radius:8px;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}
.dropdown-menu.ls-dropdown li {
	padding-top: 3px;
	margin-bottom: 3px;
	position: relative;
}
#top #currency .currency-select {
	text-align: left;
}
.dropdown-menu.ls-dropdown > li > button, .dropdown-menu.ls-dropdown > li > a {
	padding: 3px 10px 3px 10px !important;
	font-size: 12px !important;
	line-height: 14px;
	border: 0px;
	color:#000;
}
.dropdown-menu.ls-dropdown li + li {
	border-top: 1px dashed #eee;
}
.dropdown-menu.ls-dropdown li > a:hover:before,
.dropdown-menu.ls-dropdown li > button:hover:before,
.dropdown-menu.ls-dropdown li > div:hover:before,
.dropdown-menu.ls-dropdown > .active > button:before,
.dropdown-menu.ls-dropdown > .active > button:focus:before,
.dropdown-menu.ls-dropdown > .active > button:hover:before,
.dropdown-menu.ls-dropdown > .active > a:before,
.dropdown-menu.ls-dropdown > .active > a:focus:before,
.dropdown-menu.ls-dropdown > .active > a:hover:before {
	background: #f8f9fa;
	position: absolute;
	height: calc(100% - 3px);
	content: "";
	z-index: -1;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 3px;
	border-radius: 4px;
}

.fix-left-nav .box-question button{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:1px solid #d9d9d9;
}
.fix-left-nav .box-question .header-nav-links button {border:0px;}
@media (min-width: 768px) {
  .header-nav-links {
    position:relative;
    border:0px;
    box-shadow:none;
    padding:0px;
    display:block;
    margin:0px 0px;
    background: transparent;
    width:auto;
    min-width: auto;
  }
  .header-nav-links .btn-link {padding:7px;}
  .header-nav-links li {
    display:inline-block;
  }
}
@media (max-width: 992px) {
	.fix-left-nav .header-nav-links {
		right: 34px;
		left: auto;
		top: -3px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}
#language .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 6px 20px;
  white-space: nowrap;
}
#language .dropdown-menu > li > a:hover {
  color: #fff;
}

#top .btn-link, #top-links li, #top-links a {
	 color: rgba(59, 59, 59, 0.8);
	text-decoration: none;
	font-weight: 500;
}

#top .box-question:hover{
	color: #333;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}

#logo {
/*  padding: 10px 0;*/
  position: relative;
}
#logo img {
  margin-left: 0;
  margin-right: auto;
  color:transparent;
}
#phone {
  padding: 10px 0;
  position:relative;
}
#phone .contact-header {
  font-size: 15px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}
#phone .dropdown-toggle {
  display: inline-block;
  position: relative;
}
#phone .drop-contacts {
  margin-top: 0px;
  min-width: 100%;
  z-index: 1012;
  left:-10px;
}

div.additional-tel + div.additional-tel {
    margin-top: 1px;
    padding-top: 3px;
}
.additional-tel a {
	color:#333;
}
.contact-header .dropdown-menu.drop-contacts > li > div {
	color:#333;
}
.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;
}
header #search_word {
	font-size: 12px;
	color: #B2BBC5;
	text-align: right;
}
header #search_word a {
  color:#000000;
  cursor: pointer;
}
.contact-header li i.fa {
	font-size:20px;
}
.text_after_phone {
	color:#999;
	font-size:12px;
}
.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 {
  margin-left: 2px;
  position: absolute;
  top: calc(50% - 10px);
  text-align: center;
  width: 20px;
  height: 20px;
  background: #F8F9FA;
  border-radius: 50%;
  right:-23px;
  line-height: 14px;
}
.form-control::placeholder {
	color: #A8A8A8;
	opacity: 1;
	font-size: 13px;
}
#search .input-lg {
	height: 40px;
	border:0px;
	padding: 0 15px;
	box-shadow: none;
/*	border-radius: 0px 5px 5px 0px;*/
/*	text-align: center;*/
/*	background: #F8F9FA;*/
	color:#1E1E1E;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: -0.01em;
}
#search .input-lg::placeholder {
	font-size: 18px;
	font-weight: 500;
	line-height: 21px!important;
	letter-spacing: -0.01em;
	color: rgba(30, 30, 30, 0.5);
	text-align: center;
}
#search .dropdown-menu {
	margin-top: 0px;
}
#search .button_search {
	border: 0px;
	background: #FFF;
/*	border-radius:5px 0px 0px 5px;*/
}
#search .form-control:focus {
  border:0px;
  box-shadow: none;
  outline: 0 none;
}

@media (min-width: 992px) {
	.shopping-cart {float:right;}
}

#cart {
	position: relative;
	border-radius: 5px;
	z-index: 10;
}

#cart .empty-cart{
	font-size:14px;
	color:#333;
}
#cart > .btn {
	background: #FFF;
	color: #000;
	border-radius: 8px;
	padding: 4px 15px 4px 15px;
	height: 40px;
	border: 0px;
	box-shadow: none;
}
#top-fixed #cart > .btn {
	background: #e9ecef;
}

#cart > .btn > .shop-bag {
	line-height: 31px;
	float: left;
	color: #fff;
	font-size:28px;
}
#cart > .btn .cart-total {
	display: block;
	color: #000;
	text-align: left;
	margin-left: 18px;
	margin-right: 5px;
}
.shop-bag-svg {
	display: inline-block;
	position: relative;
	float: left;
	margin-top: 1px;
}
.type_cart_2 .shop-bag-svg {
	margin-top: 0px;
}
#cart .products b {
    padding: 1px 2px;
    border-radius: 50%;
    color: #000;
    height: 18px;
    position: absolute;
    min-width: 18px;
    left: 30px;
    top: 1px;
    text-align: center;
    border: 2px solid #FFF;
    font-weight: 800;
    font-family: 'Gilroy';
    font-size: 10px;
    line-height: 12px;
}
#cart .products, #cart .prices{
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-right: 5px
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 25px;
}
#cart .dropdown-menu table.table.table-striped td {
	line-height: 50px;
	vertical-align: middle;
}
.shopping-cart .table-striped > tbody > tr {
	border-bottom: 1px dashed #d8d8d8;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
}
#cart.open .dropdown-menu li:first-child {
	max-height: 230px;
	overflow-y: auto;
}
#cart .dropdown-menu {
	padding: 20px 30px;
	margin-top: 0px;
	border-radius: 8px 0px 8px 8px;
	border:0px;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}
.shopping-cart .table .total-title {color:#838383;width: 75%;}
.shopping-cart .table .total-text {font-weight: 600;color:#000;}
.shopping-cart .table-striped > tbody > tr > td:first-child {
	width:50px;
	padding:0px;
}
.shopping-cart .table-striped > tbody > tr > td:nth-child(2){
	line-height: 20px !important;
}
.shopping-cart .table-striped > tbody > tr > td:nth-child(2) a{
	font-weight: 600;
	color:#000;
}
.shopping-cart .table-striped > tbody > tr > td:nth-child(3) {
	width:50px
}
.shopping-cart .table-striped > tbody > tr > td:nth-child(4) {
	width:100px;
	font-weight:600;
}
.shopping-cart .table-striped > tbody > tr > td:nth-child(5) {
	padding: 0px;
}
.shopping-cart .table-striped > tbody > tr > td:nth-child(5) button{
	vertical-align: baseline;
}

.btn-search-select {
	display: block;
	background: #fff;
	padding: 2px;
	height: 32px;
	width: 32px;
	border-radius: 8px !important;
	box-shadow: none;
	margin-top: 0px;
	margin-right: 7px;
	margin-left: 4px;
	border: 0px;
	line-height: 38px;
	text-align: center;
	font-size: 12px;

}
.sel-cat-search:before {
	content: url("/catalog/view/theme/luxshop/image/option-checked-icon.svg");
	position: absolute;
	left: 6px;
	top: 4px;
}
.dropdown-menu.ls-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;
	}
	#cart .products .text_product,
	#cart .prices {
		display: none;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}

}

@media (max-width: 992px) {
	#search {
		padding: 0px;
	}
	#cart .dropdown-menu {
		margin-top:-2px;
	}
	.shopping-cart {
		padding: 0px 0;
	}
	#cart {padding: 0px 0;}
	#cart .products, #cart .prices{
/*		margin-right:5px;*/
	}
	#cart .cart-icon-arrow {
		display: none;
	}
}
@media (min-width: 992px) {
	.box-search.swdm-1 .pt20{
		padding-top: 0px;
	}
	/*.menu_width_full .box-search.swdm-1 .pt20 {
		margin-top: 8px;
		margin-bottom: 8px;
	}*/
	.box-search.swdm-1 #search_word {
		display: none;
	}

	.menu_width_full .box-search.search-top,
	.menu_width_full .box-cart.cart-in-menu {
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: auto;
	}
	.menu_width_full .box-cart.cart-in-menu #cart > .btn{
		background:#223446;
	}
	.menu_width_full .box-cart.cart-in-menu #cart > .btn .car-down,
	.menu_width_full .box-cart.cart-in-menu #cart > .btn .cart-total .prices,
	.menu_width_full .box-cart.cart-in-menu #cart > .btn .cart-total .prices b,
	.menu_width_full .box-cart.cart-in-menu #cart > .btn .cart-total .products .text_product{
		color:#fff;
	}
	.menu_width_full .box-search.swdm-1 #search .categories,
	.menu_width_full .box-search.swdm-1 #search .button_search,
	.menu_width_full .box-search.swdm-1 #search .input-lg {
		background:#223446;
		color:#B2BBC5;
	}
	.menu_width_full .box-search.swdm-1 #search .btn-search-select svg path{
		fill:#fff;
	}
	.menu_width_full .box-search.swdm-1 #search .btn-search-select{
		background: #122538;
	}
	.menu_width_full .box-search.swdm-1 #search .input-lg:focus {
		color: #000;
		background: #fff;
	}
	.menu_width_full .box-cart.cart-in-menu .cart-icon-arrow path,
	.menu_width_full .box-cart.cart-in-menu .shop-bag-svg path{
		fill:#ffffff;
	}
}
.alert {
	padding: 8px 14px 8px 14px;
}
#content {
/*	min-height: 600px;*/
}
.breadcrumb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 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: 12px;
	padding: 0 7px;
	position: relative;
	white-space: nowrap !important;
}
.breadcrumb > li a{
	color: #1E1E1E;
}
.breadcrumb > li a span{
	color:#0f4b82;
	text-decoration: underline;
}
.breadcrumb > li a:hover span{
	color:#0f4b82;
	text-decoration: none;
}
.breadcrumb > li span{
	color:#000;
}
.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;
	}
}

.buttons {
	margin-top: 15px;
}
.btn {
	padding: 10px 15px;
	font-size: 12px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	box-shadow: none;
	background: #F8F9FA;
}
.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;
}
.btn-default, .btn-primary:focus, .btn-primary:focus, .btn-primary, .btn-primary:active:hover {
  color: #FFF;
  background-color: #E31E24;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  padding: 17px 20px;
  font-weight: 600;
  line-height: 16px;
  box-shadow: none;
  text-shadow: none;
	letter-spacing: -0.01em;
}
.btn-addcart {
  color: #FFF;
  background-color: #E31E24;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 13px;
  font-weight: 500;
  line-height: 14px;
  box-shadow: none;
  text-shadow: none;
}
.btn-addcart:hover{color: #FFF}
.btn-addcart svg{
	vertical-align: middle;
  margin-right: 3px;
}
.btn-clear {
  color: rgba(30, 30, 30, 0.5);
  background-color: unset;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  padding: 17px 20px;
  font-weight: 500;
  line-height: 16px;
  box-shadow: none;
  text-shadow: none;
	letter-spacing: -0.01em;
}
.btn-clear:hover { color: rgba(30, 30, 30, 0.5);}
.btn-clear:active {box-shadow:none }
.btn-default:hover, .btn-default:active, .btn-default:active:hover {
	background-color: #E31E24;
	color: #FFF;
}
.btn-default.focus, .btn-default:focus {
  background-color: #E31E24;
	color: #FFF;
}
.btn-cartheader {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2B8CDB;
	border-color: #2B8CDB;
}
.btn-cartheader:hover, .btn-cartheader:active, .btn-cartheader.active, .btn-cartheader.disabled, .btn-cartheader[disabled] {
	background-color: #076BB7;
}
.btn-cart {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2B8CDB;
	border-color: #2B8CDB;
}
.btn-cart:hover, .btn-cart:active, .btn-cart.active, .btn-cart.disabled, .btn-cart[disabled] {
	background-color: #076BB7;
}

.btn-search {
	color: #fff;
	padding:2px;
	height:24px;
	width: 24px;
	border-radius:8px !important;
	box-shadow:none;
	margin-top: 0px;
	margin-right: 4px;
	border:0px;
	line-height: 35px;
}


/*.btn-primary:focus, .btn-primary:focus, .btn-primary {
	color: #fff;
	background-color: #00BC52;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
	min-height: 38px;
}

.btn-primary:hover, .btn-primary:active{
	background-color:#04A349 !important;
	color:#ffffff !important;
	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);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.view-box-rs {
	background: #F8F9FA;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.view-box {
/*	background: #F8F9FA;*/
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}
@media (min-width: 600px) {
	.view-box {
		margin-bottom: 10px;
	}
}
.btn-view {
	background: transparent;
	border: 0px;
	padding: 8px 14px;
	border-radius: 6px !important;
	margin-right: 5px;
	height: 38px;
	line-height: 1;
	width: 56px;
	z-index: 2;
}
.btn-view svg {
	vertical-align: middle;
}
.btn-view.active, .btn-view:focus {
	/*background: green;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}
.product_list_toolbar button.btn-view.active ~ .indicator-active {
	content: '';
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
	width: 56px;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 8px;
	transition: transform 0.1s linear;
	z-index: 1;
}
.product_list_toolbar button.btn-view:nth-child(1).active ~ .indicator-active {
	transform: translateX(0px);
}
.product_list_toolbar button.btn-view:nth-child(2).active ~ .indicator-active {
	transform: translateX(60px);
}
.product_list_toolbar button.btn-view:nth-child(3).active ~ .indicator-active {
	transform: translateX(120px);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border:0px;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-link-delete {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #333;
	border-radius: 0;
	padding:1px;
}
.btn-link-delete:hover, .btn-link-delete:active {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #da4f49;
	border-radius: 0;
}
.btn-link-delete, .btn-link-delete[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.img-center {
	margin:0 auto;
}
.btn-carousel-image-additional{
	color: #a8a8a8 !important;
	border-radius:0px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f9f9f9;
	border-color: #ddd;
	padding:1px 7px;
}
.btn-carousel-image-additional:hover, .btn-carousel-image-additional:active {
	color:#333 !important;
}
.btn-view-now {
	color: #ffffff;
	background: #2b8cdb;
	border-color: #1475c4;
	border-style: solid solid solid;
	border-width:1px 1px 2px 1px;
	border-radius:4px;
	display:inline-block;
	font-size:14px;
	padding:6.5px 12px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-view-now:hover, .btn-view-now:active, .btn-view-now:focus{
	background:#1475c4 ;
	color:#ffffff !important;
	border-color:#1475c4;
}
.btn-quickview {
	background: #F8F9FA;
	border: 0px;
	box-shadow: none;
	color: #000;
	border-radius: 8px;
	font-size: 14px;
	padding: 5px 7px;
	height: 34px;
	min-width:34px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-quickview .btn-icon-quickview {
	display: block;
	background: #000;
	-webkit-mask-image: url("/catalog/view/theme/luxshop/image/quickview-icon.svg");
	mask-image: url("/catalog/view/theme/luxshop/image/quickview-icon.svg");
	width: 18px;
	height: 15.5px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.btn-quickview img {
	margin-top: -3px;
}
.btn-quickview:hover{
	background:#e9ecef;
	color: #000;
}
.btn-remove {
	color:#000;
	border:0px;
	height: 24px;
	width: 24px;
	padding: 8px 5px;
	line-height: 19px;
}
.btn-remove:focus,.btn-remove:hover, .btn-remove:active{
	color:#da4f49;
}
.btn-general {
	color: #fff;
	border-radius:5px;
	display:inline-block;
	font-size:14px;
	padding:5px 10px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	height: 34px;
	border:0px;
	min-width: 34px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-general .text-cart-add {
	padding-left: 5px;
}
.btn-general .icon-cart-add, .btn-default .icon-cart-add {
	display: block;
	background: #fff;
	-webkit-mask-image: url("/catalog/view/theme/luxshop/image/addtocart-icon.svg");
	mask-image: url("/catalog/view/theme/luxshop/image/addtocart-icon.svg");
	width: 20px;
	height: 17px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border:0px;
}

.btn-general img {
	margin-top: -4px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
}
.btn-checkout {
	color: #fff;
	float:right;
	background: #00BC52;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	box-shadow: none;
	height: 40px;
	border: 0px;
	line-height: 18px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	text-align: center;
}
.btn-checkout:hover, .btn-checkout:active{
	background:#04A349;
	color:#fff;
}
.btn-shopping {
	color: #000;
	background: #F8F9FA;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	box-shadow: none;
	height: 40px;
	border: 0px;
	line-height: 18px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-shopping:hover, .btn-shopping:active{
	background:#e9ecef;
	color:#000;
}
@media (max-width: 768px) {
	.btn-shopping{
		width:100%;
		margin-bottom:15px;
	}
	.btn-checkout {
		width:100%;
		margin-bottom:5px;
	}
}

.btn-wishlist {
	color: #000;
	background: transparent;
	padding:6.5px 8px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	border:0px;
	height: 34px;
	width: 34px;
	border-radius:8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-wishlist img {
	margin-top: -2px;
}
.btn-wishlist .btn-icon-wishlist {
	display: block;
	background: url("/catalog/view/theme/luxshop/image/wishlist-icon.svg");
/*	-webkit-mask-image: url("/catalog/view/theme/luxshop/image/wishlist-icon.svg");
	mask-image: url("/catalog/view/theme/luxshop/image/wishlist-icon.svg");*/
	width: 16px;
	height: 15px;
	/*-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;*/
}
.btn-wishlist:hover{
	border:0px;
	background:#e9ecef;
	color: #000;
}
.btn-compare {
	color: #000;
	background: #F8F9FA;
	padding:6.5px 8px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	border:0px;
	height: 34px;
	width: 34px;
	border-radius:8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-compare img {
	margin-top: -3px;
}
.btn-compare .btn-icon-compare {
	display: block;
	background: #000;
	-webkit-mask-image: url("/catalog/view/theme/luxshop/image/compare-icon.svg");
	mask-image: url("/catalog/view/theme/luxshop/image/compare-icon.svg");
	width: 15px;
	height: 14px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.btn-compare:hover {
	border:0px;
	background:#e9ecef;
	color: #000;
}
.btn-fastorder {
	color: #000;
	background: #F8F9FA;
	border:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:6px 8px;
	font-size: 14px;
	height: 34px;
	border-radius:5px;
	min-width: 34px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-fastorder .btn-icon-fastorder {
	display: block;
	background: #000;
	-webkit-mask-image: url("/catalog/view/theme/luxshop/image/fastorder-icon.svg");
	mask-image: url("/catalog/view/theme/luxshop/image/fastorder-icon.svg");
	width: 15px;
	height: 15px;
	margin-left: 1px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.btn-fastorder img {
	margin-top: -2px;
}
.btn-fastorder:hover, .btn-fastorder:focus, .btn-fastorder.focus{
	border:0px;
	background:#e9ecef;
	color: #000;
}
.hidden-quick-order {
	display:none !important;
}

.price {
	color: #1E1E1E;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.price-old {
	color: #ADB5BD;
	text-decoration: line-through;
	font-weight: 400;
	display: block;
	font-size: 16px;
	line-height: 19px;
  margin-top: 4px;
}
.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: #ffcc00;*/
	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 7.5px;}
.pagination>li>a,
.pagination>li>span {
	color:#9A9A9A;
	background-color:#FFF;
	border-radius: 5px !important;
	border: 1px solid #9A9A9A;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.01em;
	text-align: center;
	height: 36px;
  width: 36px;
  padding: 10px 3px;
}
.pagination>li>a:focus,

/*.pagination>li>span:focus,
.pagination>li>span:hover /*{color:#000;background-color:#e9ecef;}*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {color:#E31E24;background-color:#FFF;border: 1.5px solid #E31E24;}
.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:#f8f9fa;}
.pagination>li>a:hover{color: #FFF; background-color: #E31E24;border-color: #E31E24}

.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.stock-status {
/*	background: #F8F9FA;*/
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
/*	padding: 2px 10px;*/
	border-radius: 4px;
	margin-bottom: 9px;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.stock-status.outofstock {
	color: #E6896C;
}
.stock-status.instock {
	color: #59A437;
}
.stock-status.instock svg{
	margin-right: 5px;
}
.product-slider {
	margin:0px -10px;
}

.product-slider .owl-wrapper {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}
.product-slider .owl-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.no-slider .product-thumb{
  border-radius: 8px;
}
.product-slider .item.slick-slide,
.product-slider .row_items.slick-slide .item,
.product-slider .owl-item .item {
	margin:0px 10px;
	border-radius:8px;
	-webkit-transition: box-shadow .2s ease, opacity .3s ease;
	transition: box-shadow .2s ease,opacity .3s ease;
}
.no-slider .product-thumb:hover,
.product-slider .row_items.slick-slide .item:hover,
.product-slider .item.slick-slide:hover,
.product-slider .owl-item .item:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
}
.product-thumb {
	overflow: auto;
}
.container-module .slick-list {
	padding-top: 10px;
	padding-bottom: 10px;
}
.carousel-container .slick-list {
	padding-top: 0px;
	padding-bottom: 0px;
}
.slick-slider {
    min-height: 1px;
    min-width: 1px;
}
.product-slider .slick-track {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	margin-left: 0px;
}

.container-module .product-thumb-viewed,
.container-module .product-thumb {
	overflow: hidden;
	position:relative;
}
.product-thumb .image {
	text-align: center;
	position:relative;
/*	margin-bottom:15px;*/
	min-height: 13em;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
	color:transparent;
}


@media (min-width: 1500px) {
	.product-layout.product-grid.col-lg-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
	padding: 0 15px 15px;
	position:relative;
}
.product-thumb .caption > div:nth-child(2) {
	margin-top: auto;
}
.price-actions-box {
/*	margin-top: 10px !important;*/
	min-height: 40px;
	row-gap: 5px;
}
.product-thumb .price {
	min-height: 30px;
	display: flex;
/*	flex-direction: column;*/
	align-items: center;
	justify-content: flex-end;
	line-height: 18px;
	text-align: left;
	margin-right: auto;
	column-gap: 12px;
}

/* --- MODULES --- */
.tab-pane .container-modules {
	text-align: center;
}
.container-module .slick-dots {
	text-align: center;
	height: 28px;
	background: #F8F9FA;
	border-radius: 5px;
	padding: 3px 12px 5px 12px;
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.container-module .slick-dots li {
	display: inline-block;
	margin-right: 10px;
}
.container-module .slick-dots li:last-child {
	margin-right: 0px;
}
.container-module .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	background-color: #D9D9D9;
	border-radius: 50%;
	font-size: 0px;
	overflow: hidden;
	border:0px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.container-module .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
}
.container-module  {
/*	margin:10px 0px 10px;*/
}
.container-module.carousel-mod .slick-slider {
	padding-bottom: 10px;
	padding-top: 10px;
}
.container-module.carousel-mod .slick-list {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container-module.carousel-mod .slick-list:after {
	content: "";
	position: absolute;
	top:15px;
	bottom: 15px;
	background: #fff;
	width: 1px;
	right: 0px;
	z-index: 2;
}
.container-module.carousel-mod .slick-list .item {
	position: relative;
}
.container-module.carousel-mod .slick-list .item:after{
	content: "";
	position: absolute;
	top:15px;
	bottom: 15px;
	width:1px;
	background: #F8F9FA;
	right: 0px;
	z-index: 1;
}
.container-module.carousel-mod .slick-list:after {
  padding-bottom:0px;
}
.container-module .title-module{
  margin-bottom: 10px;
  padding: 10px 0px;
  position:relative;
   clear:both;
}
.container-module .title-module span{
	font-size: 18px;
	padding: 0 20px 0px 0px;
	z-index: 5;
	color:#000;
	position: relative;
}
.container-module .item.no-slider .product-thumb,
.container-module .product-slider .item{
	background:#ffffff;
}

.slick-mod-arrow{
	position: absolute;
	top:20px;
/*	background: #F8F9FA;*/
	color:#000000;
	border-radius: 5px;
	font-size: 0;
	height: 28px;
	width: 28px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	-webkit-transition:all 0.1s linear 0s;
	-moz-transition:all 0.1s linear 0s;
	-ms-transition:all 0.1s linear 0s;
	-o-transition:all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	cursor:pointer;
}
.slick-mod-arrow:hover, .slick-mod-arrow:active {
/*	background: #e9ecef;*/
	color:#000;

}
.slick-mod-arrow.prev-prod {
	right:48px;
}
.slick-mod-arrow.next-prod {
	right:10px;
}
.carousel-mod .slick-mod-arrow.prev-prod {
	left: -75px;
}
.carousel-mod .slick-mod-arrow.next-prod {
	right:-75px;
}
.product-thumb-viewed .image {
	text-align: center;
}
.product-thumb-viewed .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb-viewed {padding-bottom: 20px;}
.product-thumb-viewed + div.product-thumb-viewed {padding-top: 20px;border-top:2px dashed #F8F9FA}
.container-module-viewed .product-name{margin-bottom: 10px;text-align: left;}
.container-module-viewed .product-name a{color:#000;font-size:13px;}
.container-module-viewed .product-model{
	color:#ADB5BD;
	text-align:left;
	margin-bottom:5px;
	font-size: 12px;
}
.container-module-viewed .addit-action > div {margin-right: 10px;}

.product-thumb .product-name{min-height: 42px;margin-bottom: 10px;text-align: left;}
.product-thumb .product-name a{
	color:#1E1E1E;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
	font-size: 13px;
}

.product-thumb .product-name a:hover {
	color:#1E1E1E;
}
@media (min-width: 992px) {
	.product-thumb .product-name a{
		-webkit-line-clamp: 3;
		font-size:12px;
		line-height: 14px;
	}
}
.product-description {
	margin-bottom: 10px;
}
.container-module .product-description {
	height: 62px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
}
.product-thumb .product-model{
	color:#ADB5BD;
	text-align:left;
	margin-bottom:5px;
	font-size: 12px;
}
.product-thumb .rating {
	margin-bottom: 10px;
	text-align: left;
	position:relative;
}
.rating .rating-box {
	z-index:10;
	background:#ffffff;
	position:relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	column-gap: 2px;
}
.quantity-reviews {
/*	background: #F8F9FA;*/
	position: relative;
	margin-left: 5px;
	border-radius: 6px;
	width: 24px;
	height: 14px;
	display: flex;
	align-items: center;
justify-content: center;
	text-align: center;
}
.quantity-reviews a{
	color:#9A9A9A;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.01em;
}
.rating .rating-box .product-rating-star {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-align: left;
	margin-right: 2px;
	font-size: 0px;
}
.product-grid .product-thumb .actions,
.container-module .product-thumb .actions {
	text-align:left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.product-grid .product-thumb .actions div.cart,
.container-module .product-thumb .actions div.cart {
	margin-right: auto;
	align-items: flex-end;
}
.product-grid .product-thumb .actions div,
.container-module .product-thumb .actions div{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.product-grid .product-thumb .actions div.wishlist,
.container-module .product-thumb .actions div.wishlist {
	margin-left: 10px;
}

.product-grid .quickview,
.container-module .quickview,
.product-grid .quick-order,
.container-module .quick-order {
	position: relative;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-ms-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	z-index:99;
	text-align:center;
	opacity:1;
}

@media (max-width: 992px) {
	.product-grid .product-thumb .actions .addit-action,
	.container-module .product-thumb .actions .addit-action {

		position: absolute;
		bottom:100%;
		margin-bottom: 25px;
		left:0px;
		right:0px;
		-ms-flex-pack: center;
	    justify-content: center;
	}
	.product-grid .product-thumb .actions .addit-action > div,
	.container-module .product-thumb .actions .addit-action > div {
		margin:0px 4px;
		z-index: 99;

	}
}
@media (min-width: 992px) {
	.product-grid .quickview,
	.container-module .quickview,
	.product-grid .quick-order,
	.container-module .quick-order {
		bottom:100%;
		margin-bottom: 30px;
		position: absolute;
		right: -35px;
		opacity: 0;
	}

	.product-grid .product-thumb:hover .quickview,
	.container-module .product-thumb:hover .quickview,
	.product-grid .product-thumb:hover .quick-order,
	.container-module .product-thumb:hover .quick-order {
		right:15px;
		opacity:1;
	}
}

.position-no-owl .product-slider .row_items.slick-slide .item {
	position:relative;
	margin-bottom: 20px;
}
.position-no-owl .container-module .special .item:last-child,
.position-no-owl .container-module .bestseller .item:last-child,
.position-no-owl .container-module .latest .item:last-child,
.position-no-owl .container-module .featured .item:last-child{
	margin-bottom: 0px !important;
}
.position-no-owl .container-module .special .image,
.position-no-owl .container-module .bestseller .image,
.position-no-owl .container-module .latest .image,
.position-no-owl .container-module .featured .image{
	position:inherit;
	float:left;
	width:33%;
	padding:0px;
	margin-bottom: 0px;
	min-height: auto;
	transition: opacity .15s ease 0s;
}
.position-no-owl .container-module .row_items .image img.additional-img-hover{
	padding: 15px;
	top:0px;
}
.position-no-owl .container-module .special .product-name,
.position-no-owl .container-module .bestseller .product-name,
.position-no-owl .container-module .latest .product-name,
.position-no-owl .container-module .featured .product-name {
	height: 42px;
	overflow:hidden;
}
.position-no-owl .container-module .special .product-thumb,
.position-no-owl .container-module .bestseller .product-thumb,
.position-no-owl .container-module .latest .product-thumb,
.position-no-owl .container-module .featured .product-thumb {
	flex-direction: row !important;
	align-items: center;
}
.position-no-owl .container-module .special .product-thumb .caption,
.position-no-owl .container-module .bestseller .product-thumb .caption,
.position-no-owl .container-module .latest .product-thumb .caption,
.position-no-owl .container-module .featured .product-thumb .caption {
	margin-bottom: 0px;
	padding: 15px;
	float: left;
	width: 66%;
	position: unset;
	min-height: 150px;
}

.position-no-owl .container-module .special .product-thumb .actions div.addit-action,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action {
	position: relative;
	bottom: 0px;
	margin-bottom: 0px;
	width: auto;
	justify-content: start;
	margin-right: auto;
	right: auto;
	flex-direction: row;
}
.position-no-owl .container-module .quickview, .position-no-owl .container-module .quick-order {
	bottom: auto;
	position: relative;
	right: auto;
	opacity: 1;
}
.position-no-owl .container-module .product-thumb:hover .quickview, .position-no-owl .container-module .product-thumb:hover .quick-order {
	right: auto;
	opacity: 1;
	position: relative;
}
.position-no-owl .container-module .special .product-thumb .actions .cart,
.position-no-owl .container-module .bestseller .product-thumb .actions .cart,
.position-no-owl .container-module .latest .product-thumb .actions .cart,
.position-no-owl .container-module .featured .product-thumb .actions .cart{
	margin-right: 4px;
	margin-left: auto;
	width: auto;
}

.position-no-owl .container-module .special .product-thumb .actions .btn-general,
.position-no-owl .container-module .bestseller .product-thumb .actions .btn-general,
.position-no-owl .container-module .latest .product-thumb .actions .btn-general,
.position-no-owl .container-module .featured .product-thumb .actions .btn-general {
	padding: 5px 7px;
}
.position-no-owl .container-module .special .product-thumb .actions .btn-general .text-cart-add,
.position-no-owl .container-module .bestseller .product-thumb .actions .btn-general .text-cart-add,
.position-no-owl .container-module .latest .product-thumb .actions .btn-general .text-cart-add,
.position-no-owl .container-module .featured .product-thumb .actions .btn-general .text-cart-add {
	display: none !important;
}
.position-no-owl .container-module .special .product-thumb .actions,
.position-no-owl .container-module .bestseller .product-thumb .actions,
.position-no-owl .container-module .latest .product-thumb .actions,
.position-no-owl .container-module .featured .product-thumb .actions {
	opacity: 0;
	margin-left:0px;
	-webkit-transition: opacity .2s ease, bottom .2s ease;
	transition: opacity .2s ease, bottom .2s ease;
	position: absolute;
	z-index: 100;
	left:0px;
	right:0px;
	width: auto;
	background: rgba(255,255,255,.02);
	border-radius:8px;
	bottom: -100px;
}

.position-no-owl .container-module .special .product-thumb:hover .actions,
.position-no-owl .container-module .bestseller .product-thumb:hover .actions,
.position-no-owl .container-module .latest .product-thumb:hover .actions,
.position-no-owl .container-module .featured .product-thumb:hover .actions {
	opacity: 1;
	bottom: 15px;
	background: #fff;
}
@media (min-width: 992px) {
	.position-no-owl .container-module .special .product-thumb:hover .actions,
	.position-no-owl .container-module .bestseller .product-thumb:hover .actions,
	.position-no-owl .container-module .latest .product-thumb:hover .actions,
	.position-no-owl .container-module .featured .product-thumb:hover .actions {
		background: transparent;
	}
.position-no-owl .container-module .special .product-thumb:hover .price,
.position-no-owl .container-module .bestseller .product-thumb:hover .price,
.position-no-owl .container-module .latest .product-thumb:hover .price,
.position-no-owl .container-module .featured .product-thumb:hover .price {
	opacity: 0;
}
}
.position-no-owl .container-module .special .product-thumb .price,
.position-no-owl .container-module .bestseller .product-thumb .price,
.position-no-owl .container-module .latest .product-thumb .price,
.position-no-owl .container-module .featured .product-thumb .price {
	margin-bottom: 0px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.position-no-owl .container-module .special .product-thumb .product-name a,
.position-no-owl .container-module .bestseller .product-thumb .product-name a,
.position-no-owl .container-module .latest .product-thumb .product-name a,
.position-no-owl .container-module .featured .product-thumb .product-name a {
	font-size: 14px;
}
.position-no-owl .container-module .special .product-thumb .actions div.addit-action > div,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action > div,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action > div,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action > div {
	margin:0px 4px;
}
.position-no-owl .container-module .special .product-thumb:hover .image,
.position-no-owl .container-module .bestseller .product-thumb:hover .image,
.position-no-owl .container-module .latest .product-thumb:hover .image,
.position-no-owl .container-module .featured .product-thumb:hover .image {
	opacity: 0.5;
}
.position-no-owl .container-module .special .product-thumb .actions div.addit-action > div > .btn,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action > div > .btn,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action > div > .btn,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action > div  > .btn{
	background: #F8F9FA;
	box-shadow: none;
}
.position-no-owl .container-module .special .product-thumb .actions div.addit-action > div > .btn:hover,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action > div > .btn:hover,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action > div > .btn:hover,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action > div  > .btn:hover{
	background: #e9ecef;
}
.position-no-owl .container-module .special .quantity_plus_minus,
.position-no-owl .container-module .special .product-model,
.position-no-owl .container-module .special .product-description,
.position-no-owl .container-module .special .stock-status,
.position-no-owl .special .stickers-ns,
.position-no-owl .container-module .bestseller .quantity_plus_minus,
.position-no-owl .container-module .bestseller .product-model,
.position-no-owl .container-module .bestseller .product-description,
.position-no-owl .container-module .bestseller .stock-status,
.position-no-owl .bestseller .stickers-ns,
.position-no-owl .container-module .latest .quantity_plus_minus,
.position-no-owl .container-module .latest .product-model,
.position-no-owl .container-module .latest .product-description,
.position-no-owl .container-module .latest .stock-status,
.position-no-owl .latest .stickers-ns,
.position-no-owl .container-module .featured .quantity_plus_minus,
.position-no-owl .container-module .featured .product-model,
.position-no-owl .container-module .featured .product-description,
.position-no-owl .container-module .featured .stock-status,
.position-no-owl .featured .stickers-ns {
	display:none;
}

.product-layout .product-thumb{
	overflow:hidden;
	position:relative;
}
@media (max-width: 991px) {
	.ls-limit-sorts {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		width: 100%
	}
}
@media (max-width: 768px) {
	.box-sub-cat {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.box-sub-cat .item-subc {
		flex:0 0 45%;
		max-width: 45%;
	}
}
.subcategory {
	transition: none;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	-webkit-transition: box-shadow .2s ease, border .2s ease;
	transition: box-shadow .2s ease, border .2s ease;
}
.subcategory a img {
	margin: 0 auto;
	padding-top: 5px;
	color:transparent;
}
.subcategory: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;
}
.subcategory .name-wrapper {
	height: 44px;
	padding: 0 10px;
	overflow: hidden;
	color: #000;
	text-align: left;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
  overflow:hidden;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.display-table-cell h5{
	margin-top:2px;
	margin-bottom:2px;
}
.btn-sort-limit {
  background: #fff;
  border-radius: 6px !important;
  border:0px;
  height: 38px;
}
.btn-sort-limit svg {
	margin-left: 8px;
}
.btn-sort-link {
	font-size: 12px;
	width: 100%;
	text-align: left;
	border: 0px;
	background: transparent;
	white-space: nowrap;
}
.localstorage .btn-group:active .dropdown-toggle,
.localstorage .btn-group.open .dropdown-toggle {
	box-shadow:inset 0 1px 1px rgba(0,0,0,.03);
	color:#000;
	background:#e9ecef;
}
.localstorage .dropdown-menu.ls-dropdown{
	min-width: 80px;
	text-align: center;
	margin-top: 0px;
}


	/*PRODUCT-GRID*/
.image-category {
	float:left;
	list-style:none;
	max-width:78px;
}
#list-view .fa,
#price-view .fa,
#grid-view .fa {
	font-size:16px;
}


@media (max-width: 412px) {
	.product-grid .product-thumb .actions {
		width: 100%;
	}
}

@media (min-width: 600px) {
	.product-grid.product-layout {
/*		margin-top:10px;
		margin-bottom:16px;*/
		padding-right: 15px;
    padding-left: 15px;
	}

}
.product-grid .product-thumb {
	background:#ffffff;
	box-shadow: 0px 0px 0px 1px #e9ecef;
	border-radius:8px;
	-webkit-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;

}

@media (max-width: 600px) {
	.container-module .pct_gv, .container-module .latest_gv {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.product-slider .item.slick-slide,

	.product-slider .owl-item .item {
		margin: 0px;
	}
	.container-module .item.no-slider.f-col-xs-6,
	.product-grid.product-layout {
		margin: 0px;
		padding: 0px;
	}
	.container-module .no-slider .product-thumb,
	.product-slider .item.slick-slide,
	.product-slider .owl-item .item,
	.product-grid .product-thumb {
		border-radius:0px;
	}
	.product-thumb .image a:after {
		border-radius:0px !important
	}
	.product-thumb .image {
		min-height: 8em;
	}
	/*.product-thumb .product-name {
		min-height: auto;
	}*/
	.container-module .product-thumb .actions div.cart,
	.container-module .product-thumb .actions div.cart .btn,
	.product-grid .product-thumb .actions div.cart,
	.product-grid .product-thumb .actions div.cart .btn{
		width: 100%;
	}
	.product-grid .product-thumb .actions div.cart .btn-general span, .container-module .product-thumb .actions div.cart .btn-general span{
		display: inline-block;
	}
	.product-slider .row_items.slick-slide .item {
		border-radius:0px;
	}
	.position-no-owl .product-slider .row_items.slick-slide .item {
		margin: 0px !important;
	}
}
@media (max-width: 350px) {
.container-module .item.no-slider.f-col-xs-6,
.product-layout.product-grid.col-xs-6{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media screen and (min-width: 350px) and (max-width: 992px) {
	.container-module .item.no-slider.f-col-xs-6,
	.product-layout.product-grid.col-xs-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.product-grid .product-thumb:hover{
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	z-index: 1;
}


/*PRODUCT GRID*/

/*PRODUCT LIST*/
.product-layout.product-list {
	margin-top:10px;
	margin-bottom: 10px;
}
.product-list .product-thumb {
	background: #ffffff;
	box-shadow: 0px 0px 0px 1px #e9ecef;
	-webkit-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	border-radius: 8px;
}
.product-list .product-thumb:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	z-index: 1;
}
.product-list .product-thumb .action-timer {
	bottom:65px;
}
@media (min-width: 992px) {
	.product-list .product-thumb.flex-column {
		flex-direction: row !important;
	}
	.product-list .product-thumb:hover .stickers-ns{
		z-index: 1 !important;
		opacity: 1 !important;
	}
	.product-list .product-thumb .image {
		float: left;
		width:35%;
		margin:0 auto;
	}
	.product-list .product-thumb .image a {
		height: 100%;
	}
	.product-list .product-thumb .caption {
		float:left;
		width:65%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		position: unset;
	}
	.product-list .product-thumb .actions .addit-action > div > .btn{
		background: #fff;
		box-shadow: 1px 1px 16px -3px rgba(0, 0, 0, 0.16);
	}
	.product-list .product-thumb .actions .addit-action > div > .btn:hover {
		background: #e9ecef;
		color: #000;
	}
	.product-list .product-name {
		min-height: auto;
		margin-bottom: 15px;
	}
	.product-list .price-actions-box {
		flex-direction: row-reverse;
		margin-top: 20px !important;
	}
	.product-list .price-actions-box .quantity_plus_minus {
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.product-list .price-actions-box .price {
		margin-right: auto;
		margin-bottom: 15px;
		justify-content: center;
	}
	.product-list .product-thumb .actions {
		text-align: left;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.product-list .product-thumb .actions div.addit-action{
		left: 0px;
		flex-direction: row;
		justify-content: center;
		position: absolute;
		display: flex;
		transition: all .15s ease 0s;
		width: 35%;
	}
	.product-list .product-thumb .actions div.addit-action > div {
		position: relative !important;
		margin-bottom: 0px;
		position: relative;
		bottom: 0px;
		right: 0px;
		opacity: 1;
		visibility: visible;
		text-align: center;
		margin-bottom: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 1200px) {
	.product-list .product-thumb .image {
		width:25%;
	}
	.product-list .product-thumb .caption {
		width:75%;
	}
	.product-list .product-thumb .actions div.addit-action{
		width:25%;
	}
}
	/*END PRODUCT LIST*/
/*****************************/

/* --- PRODUCT PAGE --- */
.image-additional .slick-slide {
	/*margin-left: 5px;
	margin-right: 5px;*/
}

.image-additional {text-align: center;}
.cloud-zoom-big {background: #fff;  margin: 0 auto;width: 100%;right: 0px;}
.mousetrap {margin: 0 auto;width: 100%;right: 0px;}
.thumbnails .general-image { margin-bottom: 10px; text-align: center;position:relative;}
.thumbnails .general-image a { display: inline-block; border:0px;padding:0px;margin-bottom: 0px; }
.thumbnails .general-image img { display: block; margin-left: auto; margin-right: auto; color:transparent;}

.image-additional .thumbnail {
	margin:0px;
	padding:0px;
	border:none;
/*	border-radius: 6px;*/
	display:inline-block;
}
.image-additional .thumbnail img {margin:0px;}
.image-additional .slick-slide img {
	margin: 0 auto;
}

.thumbnails .image-additional .btn-slick-prev-h{left:0px;}
.thumbnails .image-additional .btn-slick-next-h{right:0px;}

.thumbnails .image-additional .btn-slick-prev-h,.thumbnails .image-additional .btn-slick-next-h {
	cursor: pointer;
	width: 56px;
	height: 25px;
	background: rgba(30, 30, 30, 0.1);
	border-radius: 5px;
/*	position: absolute;*/
	z-index: 1;
	top: calc(50% - 15px);
	padding: 4px 4px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	margin-bottom: 6px;
}
.thumbnails .image-additional .btn-slick-prev-h.slick-disabled,.thumbnails .image-additional .btn-slick-next-h.slick-disabled{
	opacity: 0.15;
}
.thumbnails .image-additional .btn-slick-prev-h:hover,.thumbnails .image-additional .btn-slick-next-h:hover {
	background: #e9ecef;
}
.thumbnails .image-additional .slick-current .thumbnail,.thumbnails .image-additional .thumbnail:hover {
	/*border-color: #ffffff;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);*/
}
.thumbnails .image-additional .thumbnail {
	/*margin-bottom: 3px;
	margin-top: 3px;*/
}
.info-minimum {
	padding: 7px 13px;
	background: #fcfbef;
	color: #000;
	margin-bottom: 15px;
	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:15px !important;
}
.nextprevprod .popover.popover-prev-prod.bottom > .arrow {
	left:55px !important;
	border-bottom-color:rgba(0, 0, 0, 0.03);
}
.nextprevprod .popover.popover-next-prod {
	left: auto !important;
	right: 15px !important;
}
.nextprevprod .popover.popover-next-prod.bottom > .arrow {
	right:45px !important;
	left:auto !important;
	border-bottom-color:rgba(0, 0, 0, 0.03);
}
#prev-prod-btn {
	text-align: left;
	padding-right: 5px !important;
}
#next-prod-btn {
	text-align: right;
	padding-left: 5px !important;
}
#next-prod-btn,
#prev-prod-btn {
	width: 50%;
	text-overflow: ellipsis;
	background: transparent;
	border: 0px;
	float:left;
	position: relative;
	padding: 0px;
}
.nextprevprod .no-prev,
.nextprevprod .no-next {
	width: 100% !important;
}
.next-product .icon-next,
.prev-product .icon-prev {
	width: 24px;
	height: 24px;
	background: #F8F9FA;
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
}


.next-product .icon-next {
	margin-left: 12px;
}
.prev-product .icon-prev {
	margin-right: 12px;
}
.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 {
	border:0px;
	box-shadow:2px 4px 18px rgba(0, 0, 0, 0.05);
	z-index: 10;
}
.nextprevprod .price {
	margin-bottom: 0px;
}
.nextprevprod .price span {
	font-size:14px;
}
.nextprevprod .price .price-new span {
	font-weight: 600;
	color: #E55B4C;
	font-size:14px;
}
.nextprevprod .price .price-old span {
	color: #999999;
	font-size: 14px;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*.share__window {
    display: none;
    width: 391px;
    max-width: 100%;
    border: 1px solid #C6C6C8;
    padding: 24px;
    flex-direction: column;
    margin-top: 10px;
}*/
.share__window {
    display: none;
    width: 391px;
    max-width: 391px;
    border: 1px solid #C6C6C8;
    padding: 24px;
    flex-direction: column;
    margin-top: 10px;
    position: absolute;
    top: 20px;
    z-index: 12;
    right: 0;
    background: #FFF;
}
.share__box{display: inline;position: relative;}
.share__window-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    color: #1E1E1E;
}
.share__window-header svg {
    cursor: pointer;
}
.shape__window-link {
    padding-top: 18px;
    display: flex;
    width: 100%;
    column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    line-height: 32px;
}
.shape__window-link .truncate {
    display: inline-block;
    max-width: 38ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ECECEC;
    border-bottom: 1px solid #141414;
    padding: 0 8px;
    font-weight: 500;
}
.shape__window-link #copy_button {
    flex-shrink: 0;
    cursor: pointer;
    height: 20px;
}





#product .image-block .stickers-ns{
	left:0px;
	top:0px;
}
#product .image-block {
	background:#ffffff;
	position: relative;
/*	padding: 20px*/
}
#product .center-inf-block {
	background:#ffffff;
	position: relative;
	padding: 20px 20px 0px 20px;
}
@media (min-width: 768px) {
	#product .center-inf-block {
		padding: 20px;
	}
}
#product .panel-rigth-block {
	padding: 20px;
	border-radius: 8px;
	background:#fff;
	border: 1px solid #D9D9D9;
}

#product .image-block,
#product .center-inf-block,
#product .right-block {
	border-radius:0px;
}
#fix_right_block {position: relative;}

.image-additional {
/*	visibility: hidden;*/
}
.image-additional.slick-initialized {
	visibility: visible;
}
/*@media (min-width: 320px) {
	.image-additional {padding: 0px 35px;}
}*/
@media (min-width: 768px) {
	#product .image-block {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	#product .center-inf-block {
		border-bottom-left-radius: 8px;
	}
	#product .right-block {
		border-bottom-right-radius: 8px;
	}
	#fix_right_block {position: sticky; top:56px;}
/*	.image-additional {padding: 0px 50px;}*/
	.no-gutters {
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (max-width: 992px) {
	#product .right-block {background: #ffffff;}
}
@media (min-width: 992px) {
	#fix_right_block {position: relative;top:0px;}
	.thumbnails .image-additional .btn-slick-prev-h{left:10px;}
	.thumbnails .image-additional .btn-slick-next-h{right:10px;}

	#product .panel-rigth-block {
/*		box-shadow: 0px 0px 1px #e9ecef;*/
	}
	#product .right-block {
/*		padding-left: 20px;*/
	}
	#product .image-block {
		border-radius:8px 0px 0px 8px;
	}
	#product .center-inf-block {
		border-radius:0px 8px 8px 0px;
	}
	.sticky-left-block{position: sticky;top:95px;}
}
.scroll-right-info .pr-n h1{
	font-size: 15px;
	text-align: left;
}
.scroll-right-info .pr-i {
	margin: 10px auto 20px;
	max-width: 100px;
	border: 0px;
}
#product .fix_true .sticky {
  position: fixed;
  z-index:99;

}
#product .fix_true .sticky .panel-rigth-block {
	border:1px solid transparent;
	box-shadow:2px 4px 18px rgba(0, 0, 0, 0.05);
	 -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.stop {
  position: relative;
}
#product .right-block .text-countdown-final{
	margin-bottom: 15px;
	padding-left: 15px;
}
#product .right-block .special-countdown {
	margin-bottom: 15px;
	min-height: 72px;
}
#product hr {
	margin-top:10px;
	margin-bottom:10px;
}
#product .title_short_description,
#product .title_short_attribute {
	font-size: 14px;
	color:#000;
	margin-top: 25px;
	margin-bottom: 10px;
}
#product .options {
/*	margin-top: 25px;*/
}
#product .text_short_description {
	color:#808A94;
	margin-bottom: 15px;
	font-size: 12px;
}
#product .redmore-link {
	color:#000;
	border-radius: 4px;
	background:#F8F9FA;
	padding: 4px 10px;
	font-size: 12px;
	display: inline-block;
}
#product .redmore-link:hover {
	background:#e9ecef;
}

#product .price {
	text-align:left;
	font-size:22px;
	display: flex;
	column-gap: 8px;
	align-items: center;
	margin-bottom: 5px;
	height: 30px;
}
#product .price-new {
	text-align:left;
	font-size:20px;
	display: block;
	clear: both;
}
#product .price-old {
	font-weight:400;
	font-size: 16px;
	float:left;
	margin:0;
}
#product .availability .fa {
	color:#23a1d1;
}
#popup-quickview .quantity-adder,
#product .quantity-adder {
    display: block;
    position: relative;
    margin-right: 12px;
}
#popup-quickview .quantity-adder .add-action,
#product .quantity-adder .add-action {
	color: rgba(59, 59, 59, 0.5);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 37px;
	line-height: 35px;
	position: relative;
	text-align: center;
	width: 20px;
}
#popup-quickview .quantity-adder .add-down,
#product .quantity-adder .add-down {
	border-color: #D9D9D9;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-radius: 8px 0px 0px 8px;
	text-align: right;
}
#popup-quickview .quantity-adder .add-up,
#product .quantity-adder .add-up {
	border-color: #D9D9D9;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-radius: 0px 8px 8px 0px;
	text-align: left;
}
#popup-quickview .quantity-adder .quantity-number input,
#product .quantity-adder .quantity-number input {
	color: rgba(30, 30, 35, 0.8);
	display: inline-block;
	height: 37px;
	padding: 2px 0px;
	text-align: center;
	width: 30px;
	border-radius: 0px;
	border-color: #D9D9D9;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	font-size: 16px;
	font-weight: 500;

}

#product .panel h1 {
	margin-top:5px;
}
#product .info-product-stock {
	margin-bottom: 15px;
}
#product .points {
	margin-bottom: 8px;
}
#product .stock_status_success {
	color: #00BC52;
	font-size: 14px;
	display:inline-block;
}
#product .stock_status_success svg {
    vertical-align: -2.5px;
    margin-right: 2px;
}
#product .stock-quantity_success {
	background-color: #dff0d8;
	border: 1px solid #3c763d;
	border-radius: 4px;
	color: #3c763d;
	padding: 1px 4px;
	margin-left:5px;
	position:relative;
	display:inline-block;
}
#product .stock-quantity_success:after{
	content:'';
	position:absolute;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:7px solid #dff0d8;
	left:-5px;
	top:7px;
}
#product .stock-quantity_success:before{
	content:'';
	position:absolute;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:7px solid #3c763d;
	left:-6px;
	top:7px;
}

#product .qty-not-in-stock {
	/*background-color: #ffd2b8;
	border: 1px solid #FC351B;
	border-radius: 4px;*/
	color: #9A9A9A;;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	display:inline-block;
}
#product .qty-not-in-stock-count {
	/*background-color: #ffd2b8;
	border: 1px solid #FC351B;
	border-radius: 4px;*/
	color: #9A9A9A;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	padding: 1px 0;
	position:relative;
	display:inline-block;
}
#product .qty-not-in-stock-count:after{
	content:'';
	position:absolute;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:7px solid #ffd2b8;
	left:-5px;
	top:7px;
}
#product .qty-not-in-stock-count:before{
	content:'';
	position:absolute;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:7px solid #FC351B;
	left:-6px;
	top:7px;
}

#product .list-unstyled > li {
  /*font-size: 14px;
  margin:1px 0px;*/
}
#product .actions-additional {
	display:block;
	overflow:hidden;
	margin-top: 15px;
}
#product .actions-additional .btn-wishlist {
	margin-left: 10px;
}
#product .actions {
	display:block;
	overflow:hidden;
/*	margin-top: 15px;*/
}
#product .actions .cart .btn-general{
	width:100%;
	height:37px;
}
#product .actions .btn-fastorder {
	margin-top: 15px;
	height: 50px;
	width:100%;
	margin-bottom: 0;
}
#product .wishlist-compare{
	padding-top: 15px;
}
#product .text-payment-title{
	padding-top: 15px;
	text-align: left;
	font-weight: 500;
}
#product .payment__cards{
	padding-top: 5px;
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}
#product .payment__methods{
	display: flex;
	/*flex-direction: column;*/
	padding-top: 15px;
	align-items: flex-start;
	flex-wrap:wrap;
	gap: 10px;

}
#product .payment__methods-item{
	display: flex;
    column-gap: 10px;
    padding: 6px 10px;
    background: #F8F9FA;
    border-radius: 5px;
}
#product .actions .w48 {
	width:48%;
}
#product .hidden-options {
	display:none;
}
.options-expand a .caret.rotate {
	transform: rotate(180deg);
}
.options-close a .caret.rotate {
	transform: rotate(180deg);
}
.options-expand a{
	color:#333;
	font-size:16px;
	cursor:pointer;
	padding:15px;
	display:block;
}
.options-close a{
	color:#333;
	font-size:16px;
	cursor:pointer;
	padding:15px;
	display:block;
}
.options-close a .caret {
	transform: rotate(180deg);
}
/*****************************/
footer .copyright {
	margin-top: 15px;
	text-align: left;
	color: rgba(30,30,30,0.7);
}
footer .socials {
	margin-top: 15px;
/*	margin-bottom: 15px;*/
}
footer .socials ul {
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0;
}

footer .sficon {
/*	background: #f8f9fa;*/
	margin-right: 4px;
/*	margin-bottom: 4px;*/
/*	text-align: center;*/
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
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;
}
#logo-footer {
/*	margin-top: 15px;*/
	margin-bottom: 15px;
}
footer .icon-newsletter {
	margin-right: 35px;
}
footer .title-nl {
	font-size: 16px;
	text-align: right;
	white-space: nowrap;
	line-height: 22px;
	padding: 10px 0px;
	margin-right: 35px;
	margin-bottom: 0px;
}
footer.ls-dark-theme .title-nl{
	color: #fff;
}
footer.ls-light-theme .title-nl{
	color: #000;
}
footer .newsletter .input-group {
	position: relative;
	flex: 0 1 58%;
	margin-left: auto;
	width: 58%;
}
footer .newsletter .form-control::placeholder {
	color: #000000;
}
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: #939393;
	display: block;
	height: 58px;
	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.ls-dark-theme .igb-nl,
footer.ls-dark-theme .newsletter .form-control, footer.ls-dark-theme .newsletter .form-control:focus {
	background: #fff;
}
footer.ls-light-theme .igb-nl,
footer.ls-light-theme .newsletter .form-control, footer.ls-light-theme .newsletter .form-control:focus {
	background: #F8F9FA;
}
footer.ls-light-theme .newsletter .form-control::placeholder {
	color: #838383;
}
footer .btn-newsletter {
	border-radius: 12px !important;
	color: #fff;
	border: 0px;
	vertical-align: baseline;
	margin-right: 0px;
	padding: 5px 25px;
	height: 44px;
	font-size: 14px;
}
footer.ls-light-theme .btn-newsletter {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.07);
}
/* --- FOOTER --- */
footer .two-c-pc {
	margin-bottom: 20px;
/*	column-count: 2;*/
	column-gap: 15px;
}
footer {
	font-size:14px;
	margin-top: 25px;
	color: #ADB5BD;
}
footer .footer-top{
	padding-top: 40px;
	padding-bottom: 30px;
}
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.ls-dark-theme {
	color: #ADB5BD;
}
footer.ls-dark-theme .footer-top,
footer.ls-dark-theme .footer-center,
footer.ls-dark-theme .footer-bottom{
	background-color:#122538;
}
footer.ls-dark-theme a {
	color: #ADB5BD;
}
footer.ls-dark-theme a:hover {
	color: #fff;
}
footer.ls-dark-theme .title-f {
	color: #fff;
}

footer.ls-light-theme {
	color: #4B4B4B;
	font-family: 'Gilroy';
}
footer.ls-light-theme .icon-newsletter svg rect,
footer.ls-light-theme .icon-newsletter svg path {
	stroke:#000;
}
/*footer.ls-light-theme .footer-top {
	box-shadow: 0px -4px 12px rgba(0,0,0,0.04);
}*/
footer.ls-light-theme .footer-top,
footer.ls-light-theme .footer-center,
footer.ls-light-theme .footer-bottom{
	background-color:#fff;
}
footer.ls-light-theme a {
	color: rgba(30, 30, 30, 0.9);
}
footer.ls-light-theme a:hover {
	text-decoration: underline;
	color: #000;
}
footer.ls-dark-theme a:hover {
	color: #fff;
}
footer.ls-light-theme .title-f, footer.ls-light-theme .title-f-2 {
	color: #1E1E1E;
}

footer .title-f, footer .title-f-2 {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 19px;
}
footer ul.list-unstyled li {
	display: block;
	margin-bottom: 8px;
}
footer ul.list-unstyled li svg{
	vertical-align: middle;
	margin-right: 7px;
}
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;
}

#back-top {
	bottom: 50px;
	display: none;
	margin-bottom: 5px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	z-index: 888;
}

@media (max-width: 992px) {
	#back-top.fm-t {
		bottom:10px;
		right:10px;
	}
	#back-top.fm-t.right {
		bottom:70px;
		right:10px;
	}
	#back-top.fm-b {
		bottom:60px;
		right:10px;
	}
	#back-top.fm-b.right {
		bottom:120px;
		right:10px;
	}
}
@media (max-width: 768px) {
	.ft_tabs_mob.tabs-bottom #back-top.fm-b  {
		bottom: 110px;
	}
	.ft_tabs_mob.tabs-bottom #back-top.fm-b.right  {
		bottom: 168px;
	}
}
.close-viewed-pc {
	position: absolute;
	right: 15px;
	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: 55px;
	opacity: 1;
}
.btn-close-viewed {
	border:0px;
	background:#CED4DA;
	width: 44px;
	height:44px;
	border-radius:10px;
	box-shadow:none;
	line-height: 36px;
	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-back-top {
	border:0px;
	background:#CED4DA;
	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:#DEE2E6;
}
.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;}
}
@media (max-width: 768px) {
	.footer .footer-top {padding-top: 20px;}
	footer .footer-contact {text-align: center;margin-bottom: 20px;column-count:1;}
	footer #logo-footer img {margin: 0 auto;}
	footer .newsletter {margin-bottom: 40px;}
	footer .newsletter .title-nl {margin-bottom: 20px;text-align: center;width: 100%;}
	footer .newsletter .title-nl div:nth-child(1){font-size:14px;}
	footer .newsletter .title-nl div:nth-child(2){font-size:16px;}
	footer .icon-newsletter {display: none;}
	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 .copyright {text-align: center;}
	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:4px;
	}
	footer.ls-dark-theme .two-c-pc {
		background: #223446;
	}
	footer.ls-dark-theme .title-f{
		color: #fff;
		background: #223446;
	}
	footer.ls-dark-theme .title-f:after {
		background:#122538;
	}
	footer.ls-light-theme .two-c-pc {
		background: #f8f9fa;
	}
	footer.ls-light-theme .title-f{
		color: #000;
		background: #f8f9fa;
	}
	footer.ls-light-theme .title-f:after {
		background:#fff;
		box-shadow:1px 1px 5px rgba(0,0,0,0.07);
	}
}
/*CATEGORY MODULE*/
.box-heading {
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-shadow: -1px -1px 0px rgba(0,0,0,.1);
	border-radius: 4px 4px 0px 0px;
	padding: 10px 20px;
	z-index: 995;
	line-height:1.42857;
	font-size:14px !important;
	text-transform:uppercase;
	background-color:#2B8CDB;
	border:1px solid #2B8CDB;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 2px 2px rgba(0,0,0,.05);
}
.box-heading .fa.fa-bars{
	float: right;
	font-size: 14px;
	line-height: 20px;
}

ul.navcategory {
	list-style:none;
	padding-left:0px;
	margin-bottom:20px;
	position:relative;
}
.container-accordion-menu  .parent-category a {
	font-size:14px;
}
.container-accordion-menu  .parent-link{
	padding:10px 12px;
	display:block;
	border:1px solid #ddd;
	margin-bottom: -1px;
	background: #fff;
	color:#333;
}
.container-accordion-menu  .parent-category .parent-link:hover:after,
.container-accordion-menu  .parent-category .parent-link.hover:after{
	content: "";
	position: absolute;
	right: -0px;
	top:  0;
	height: 100%;
	width: 10px;
	background: #fff;
	z-index: 1009;
}
.container-accordion-menu  .parent-category.no-child .parent-link:hover:after,
.container-accordion-menu  .parent-category.no-child .parent-link.hover:after{
	position: relative;
}
.container-accordion-menu  .parent-link:hover,
.container-accordion-menu  .parent-link.hover{
	background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
}
.container-accordion-menu  .parent-link {
	position:relative;
}
.container-accordion-menu  .parent-category.active a{
	color:#007aaa;
}
.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link:hover .arrow,
.container-accordion-menu .parent-link.hover,
.container-accordion-menu .parent-link.hover .arrow{
	color:#007aaa;
}
.container-accordion-menu .dropdown_icon1 .arrow {
  color: #aaa;
  float: right;
  font-size: 18px;
  line-height: 20px;
}
.container-accordion-menu .parent-link:hover .arrow{
  transform: rotate(-90deg);
}
.container-accordion-menu .parent-link.hover .arrow{
  transform: rotate(-90deg);
}
.dropdown-menu-category{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
	box-sizing: content-box;
	display: none;
	left: 100%;
	margin-left: -3px;
	margin-top: -1px;
	min-height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	width:100%;
	z-index: 1008;
}

.container-accordion-menu .navcategory > li:hover > .dropdown-menu-category {
  border-color: #dddddd;
  display: block;
  opacity: 1;
  top: 0;
}

.container-accordion-menu .child-box-cell:first-child {
	border-top:0px solid transparent;
}
.container-accordion-menu .child-box-cell {
	border-top:1px solid #ddd;
}
.container-accordion-menu .sub-category-link {
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 10px 15px 10px;
	position: relative;
	white-space: normal;
	color:#333;
}
.container-accordion-menu  .child-box-cell.child_children .sub-category-link:hover:after,
.container-accordion-menu  .child-box-cell.child_children .sub-category-link.hover:after{
	content: "";
	position: absolute;
	right: -10px;
	top:  0;
	height: 100%;
	width: 20px;
	background: #fff;
	z-index: 1009;
}
.container-accordion-menu  .child-box-cell.child_children .sub-category-link:hover,
.container-accordion-menu  .child-box-cell.child_children .sub-category-link.hover{
	background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
}

.container-accordion-menu .sub-category-link:hover,
.container-accordion-menu .sub-category-link:hover .arrow {
	color:#007aaa;
}
.container-accordion-menu .sub-category-link.hover,
.container-accordion-menu .sub-category-link.hover .arrow {
	color:#007aaa;
}
.container-accordion-menu .sub-category-link:hover .arrow{
  transform: rotate(-90deg);
}
.container-accordion-menu .sub-category-link.hover .arrow{
  transform: rotate(-90deg);
}
.parent-category {
	width: 100%;
	border-color: #ddd;
	border-radius: 0px 0px 4px 4px;
	padding: 0;
	margin: -1px 0 0 0;
	position:relative;
}
.container-accordion-menu .sub-category-link.arrow {
	color: #aaa;
	float: right;
	font-size: 18px;
	line-height: 20px;
}
.container-accordion-menu .child2-box{
	display: none;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	min-height: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0;
	margin-top: -1px;
	margin-left: -5px;
	box-shadow: 2px 6px 12px rgba(0,0,0,0.3);
	box-sizing: content-box;
	z-index: 1008;
	width:100%;
}
.container-accordion-menu .child-box-cell.child_children:hover .child2-box{
	display:block;
}
.container-accordion-menu .child_children_link a{
	display: block;
	padding: 11px 15px 10px;
	line-height: 1.42857143;
	border-top: 1px solid #eee;
	color:#333;
}
.container-accordion-menu .child_children_link > a:hover {
	color:#007aaa;
}
.tab-content .item {
  min-height: 320px;
}

.carousel-container {
	position: relative;
	border-radius: 20px;
	border: 1px solid #DADADA;
/*	box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.063);*/
	text-align: center;
	overflow:hidden;
}
.container-module .slick-dots.slideshow {
	background: transparent;
}
.carousel-container .slick-slide img {
	color:transparent;
}
.carousel-container .slick-mod-arrow {
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	opacity: 0;
	z-index: 1;
	line-height: 45px;
	border-radius: 8px;
	text-align: center;
	box-shadow:2px 2px 20px 0px rgba(0,0,0,0.12);
}
.carousel-container .slick-mod-arrow.prev-prod {
	right: auto;
	left:-9px;
}
.carousel-container .slick-mod-arrow.next-prod {
	right: -9px;
}
.carousel-container:hover .slick-mod-arrow{
	opacity: 1;
}
.carousel-container:hover .slick-mod-arrow.next-prod{
	right:15px;
	transition: all .2s ease;
}
.carousel-container:hover .slick-mod-arrow.prev-prod{
	left:15px;
	transition: all .2s ease;
}
.carousel-container .slick-dots {
	position: absolute;
	left:0px;
	right:0px;
	margin: 0px;
	bottom:7px;
}
/*
.container-module .slick-dots.slideshow li button {
	width: 20px;
	height: 10px;
}
.container-module .slick-dots.slideshow li button {
	background:#fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.container-module .slick-dots.slideshow li.slick-active button {
	background-color: #00BC52;
	box-shadow: none;
}
*/
.carousel-container .owl-buttons  i.fa {
  font-size: 20px;
  margin: -20px 0 0;
}
.carousel-container .owl-buttons  i.fa.slideshow-btn {
  font-size: 40px;
  margin: -20px 0 0;
}
.carousel-container .slideshow-btn-prev {
	background: rgba(0, 0, 0, 0) url("../image/carousel-prev.png") no-repeat scroll center center;
	display: block;
	height: 45px;
	width: 19px;
	opacity:0.7;
}
.carousel-container .slideshow-btn-next {
	width:19px;
	height:45px;
	display:block;
	opacity:0.7;
	background: rgba(0, 0, 0, 0) url("../image/carousel-next.png") no-repeat scroll center center;
}
.carousel-container .owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 40% !important;
}
.carousel-container .owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 40% !important;
}
@media (min-width: 992px) {
.carousel-container .owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 35% !important;
}
.carousel-container .owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 35% !important;
}
.carousel-container .slideshow-btn-prev {
	background: rgba(0, 0, 0, 0) url("../image/carousel-prev.png") no-repeat scroll center center;
	display: block;
	height: 82px;
	width: 19px;
	opacity:0.7;
}
.carousel-container .slideshow-btn-next {
	width:19px;
	height:82px;
	display:block;
	opacity:0.7;
	background: rgba(0, 0, 0, 0) url("../image/carousel-next.png") no-repeat scroll center center;
}
}
.carousel-container .slideshow-btn-next:hover,
.carousel-container .slideshow-btn-prev:hover {
	opacity:1;
}

.carousel-container .owl-wrapper:after {
  padding-bottom: 0 !important;
}
.carousel-container .owl-pagination {
	bottom: 5px;
	left: 5px;
	top:auto;
	position: absolute;
}
.banner-ns .owl-pagination {
	bottom: 5px;
	left: 0%;
	right: 0%;
	top:auto;
	position: absolute;
}
.carousel-container .owl-controls .owl-page span {
  background: #fff;
  border-radius: 10px / 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  display: block;
  height: 5px;
  width: 22px;
}
.carousel-container .owl-controls .owl-page {
  display: inline-block;
  margin: 0 4px;
}
.carousel-container .owl-controls .owl-page.active span {
 background: #2b8cdb;
}

.box-banner-container{background:#f8f9fa;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;
}
}
.banner-ns.owl-carousel .owl-wrapper:after {
  padding-bottom: 0;
}
.footer-ribbon-box::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;
}
@media (max-width: 360px) {
	.footer-ribbon-box {display: none;}
}
.footer-ribbon {
	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 #e9e9e9;
	border-right: solid 1px #e9e9e9;
	max-width: 80px;
	padding: 5px;
	width: 80px;
	min-width: 80px;
	margin-bottom: 0px;
	min-height: 5em;
}
.product-price .product-thumb .image a {
	padding: 0px;
}
.product-price {
	overflow:hidden;
	padding:0px;
	background:#ffffff;
}
.product-price .editproducts {
	display:none;
}
.product-price:first-child {
	border-radius:8px 8px 0 0;
}
.product-price:last-child {
	border-radius:0 0 8px 8px;
}

.product-price:nth-child(n+1) {
	border-top:solid 1px #e9e9e9;
}
.product-price:last-child {
	border-bottom:solid 1px #e9e9e9;
}
.product-price .product-thumb {
	flex-direction: row !important;
}
.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 #e9e9e9;
}
.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 #e9e9e9;
	/*flex:0 0 50%;*/
	flex:1;
	align-items: center;
}
.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 #e9e9e9;
	margin-right: 0px;
}
.product-price .product-thumb .caption .price-actions-box {
	margin-top: 0px !important;
	/*flex:1;*/
	border-left: solid 1px #e9e9e9;
}
.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 .actions {
	width: auto;
	padding-left: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	border-left: solid 1px #e9e9e9;
	align-items: center;
}
.product-price .product-thumb .caption .price-actions-box .actions .addit-action {margin-left: 10px;}
.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: #F8F9FA;}

.product-price .product-thumb .image a:after,
.product-price .product-thumb .image .action-timer,
.product-price .product-thumb .caption .addit-action,
.product-price .product-thumb .caption .product-description,
.product-price .product-thumb .caption .rating,
.product-price .product-thumb .sticker-ls-pd.procent-skidka,
.product-price .product-thumb .image .stickers-ns,
.product-price .product-thumb .caption .price-actions-box .actions .cart .btn-general span.text-cart-add,
.product-price .product-thumb .quickview{
	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;
}
#search .autosearch_link {
	cursor:pointer;
}

#search .dropdown-menu.autosearch {
	background: #fff none repeat scroll 0 0;
/*	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);*/
/*	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);*/
  box-shadow: none;
	padding: 14px;
	border-radius: 5px;
	margin-top: 0px;
	width: 100%;
	z-index: 6666 !important;
	left: 5px;
	right: 5px;
	max-height: 440px;
	overflow-y: auto;
	border:0px;
	scrollbar-color: #DEE2E6 transparent;
   scrollbar-width: thin;
}
#search .dropdown-menu.autosearch::-webkit-scrollbar {
	width: 8px;
}
#search .dropdown-menu.autosearch::-webkit-scrollbar-track {
	background: transparent;
}
#search .dropdown-menu.autosearch::-webkit-scrollbar-thumb {
	background-color: #DEE2E6;
	border-radius: 12px;
	border: transparent;
}
#search .dropdown-menu.autosearch li > a:hover, .dropdown-menu.autosearch li > a.active, .dropdown-menu.autosearch li > a:focus {
	background-color: rgba(0,26,52,.015);
	border-radius:8px;
}
#search .dropdown-menu.autosearch .search-view-all-result {
	color: #2b8cdb;
}
#search .dropdown-menu.autosearch a {
	border-radius: 0;
	white-space: normal;
	padding:5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#search .dropdown-menu.autosearch li {
	border-bottom: 1px solid #D9D9D9;
}
#search .dropdown-menu.autosearch li:last-child, #search .dropdown-menu.autosearch li:nth-last-child(2) {
	border: 0;
}
#search .ajaxadvance {
	width: 100%;
	overflow:hidden;
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#search .ajaxadvance .content{flex-grow: 1}

#search .ajaxadvance .name {
	font-size:14px;
	font-weight: 500;
	line-height: 17px;
}
#search .dropdown-menu.autosearch li a:hover .image:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,26,52,.015);
}
#search .ajaxadvance .image {
	/*margin-right:15px;
	margin-left: 15px;*/
	position: relative;
	border: 1px solid #D9D9D9;
}
#search .ajaxadvance .content > div {
	margin-top:5px;
}
#search .ajaxadvance .price-old {
	text-decoration: line-through;
}
#search .price {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  text-align: center;
  width: 172px;
  flex-shrink: 0;
}
#search .ajaxadvance .highlight {
	color: #38b0e3;
}
.search_fix .dropdown-menu.autosearch {
  margin-top: 0 !important;
}

#login-form-popup .btn-login:focus, #login-form-popup .btn-login {
	color: #fff;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
}
#login-form-popup .btn-login:hover, #login-form-popup .btn-login:active{
	border:0px;
}
#login-form-popup .alert {
	font-size: 12px;
}

#modal-callback .close,
#modal-quickorder .close,
#modal-quickview .close,
#modal-found-cheaper .close,
#modal-review-store .close,
#modal-desc-banner .modal-header .close,
#login-form-popup .modal-header .close{
/*	background-image: url("/catalog/view/theme/luxshop/image/svg-icon/close-icon.svg");*/
	background-image: url("/catalog/view/theme/luxshop/image/svg-icon/close-icon-2.svg");
	cursor: pointer !important;
	font-size: 0px;
	height: 24px;
	outline: medium none;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	/*border: 1px solid #ececec;
	border-radius: 50%;*/
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}
@media (min-width: 992px) {
	#modal-callback .close,
	#modal-quickorder .close,
	#modal-quickview .close,
	#modal-found-cheaper .close,
	#modal-review-store .close,
	#modal-desc-banner .modal-header .close,
	#login-form-popup .modal-header .close{
		right: 30px;
		top: 30px;
	}
}
#modal-callback .close:hover,
#modal-quickorder .close:hover,
#modal-quickview .close:hover,
#modal-found-cheaper .close:hover,
#modal-review-store .close:hover,
#modal-desc-banner .modal-header .close:hover,
#login-form-popup .modal-header .close:hover {
	background-image: url("/catalog/view/theme/luxshop/image/svg-icon/close-icon-2.svg");
	cursor: pointer !important;
	font-size: 0px;
	outline: medium none;
	position: absolute;
	line-height: 25px;
/*	border: 1px solid #fff;*/
/*	box-shadow:0px 2px 4px rgba(0,0,0,0.067);*/
	background-position: center;
	background-repeat: no-repeat;
}
#modal-desc-banner .modal-content,
#login-form-popup .modal-content {
	border-radius: 8px;
	box-shadow: none;
	border: 0px;
}
#modal-desc-banner .modal-header,
#login-form-popup .modal-header {
	border:0px;
	padding: 30px 30px 5px 30px;
}
#modal-desc-banner .modal-body,
#login-form-popup .modal-body {
	padding: 15px 30px 0px;
}
#login-form-popup .modal-footer {
	border:0px;
	padding:5px 30px 30px;
	text-align: left;
}
#login-form-popup .form-group {
	margin-bottom: 20px;
}
#login-form-popup .form-control {
	border: 1px solid #D9D9D9;
	box-shadow: none;
	color: #000000;
	border-radius: 8px;
	padding: 10px 20px;
	height: 42px;
	font-size: 14px;
	line-height: 16px;
}
#login-form-popup .form-control::placeholder{
	font-size: 14px;
	line-height: 16px;
}
#login-form-popup .input-group-addon {
	background:#fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #F8F9FA;
	/*border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;*/
	position: relative;
	min-width: 54px;
}
#login-form-popup .input-group-addon::before {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0px;
	border-left: 1px solid #F8F9FA;
}
#login-form-popup .form-group.sections_block_rquaired .input-group:before {
	content: "*";
	position: absolute;
	left: 10px;
	top: 50%;
	color: red;
	width: 8px;
	height: 14px;
	z-index: 9;
	margin-top: -12px;
}
.forgotten {
	color:#000000;
}
.form-group.message {
	margin-bottom: 0px;
}
.form-group.message .alert {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	#login-form-popup .modal-dialog {width: 400px;margin: 30px auto;}
	#login-form-popup .modal-login{width: 400px;}
}

.shopping-cart .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #ffffff;
}
.shopping-cart .table > tbody > tr > td {
  border-top: 0px;
  vertical-align:top;
}


#product i.required {
    color: #e4003a;
}
#product .btn-fastorder .btn-icon-fastorder {
	margin-right: 5px;
}
#popup-quickorder .radio-checbox-options,
#popup-quickview .radio-checbox-options,
#product .radio-checbox-options {
  display: inline-block;
  margin-right: 7px;
}
#popup-quickorder .radio-checbox-options input,
#popup-quickview .radio-checbox-options input,
#product .radio-checbox-options input {
  display: none;
}
#popup-quickorder .radio-checbox-options label,
#popup-quickview .radio-checbox-options label,
#product .radio-checbox-options label {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 8px 8px;
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 13px;
/*	background-color: #F8F9FA;*/
	color:#1E1E1E;
	min-width: 50px;
  text-align: center;
}
#popup-quickorder .radio-checbox-options input:checked + label,
#popup-quickview .radio-checbox-options input:checked + label,
#product .radio-checbox-options input:checked + label {
/*  background-color: #E9ECEF;*/
  border-color:#E31E24;
  position: relative;
/*  color: #222;*/
}

#popup-quickorder .radio-checbox-options input:checked + label:after,
#popup-quickview .radio-checbox-options input:checked + label:after,
#product .radio-checbox-options input:checked + label:after{
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='7' cy='7' r='7' transform='matrix(-1 0 0 1 14 0)' fill='%23E31E24'/%3e%3cpath d='M9.66683 5L6.00016 8.66667L4.3335 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	position: absolute;
	top: -4px;
	right: -8px;
	width: 14px;
	height: 14px;
}


#popup-quickorder .radio-checbox-options label:hover,
#popup-quickview .radio-checbox-options label:hover,
#product .radio-checbox-options label:hover {
/*	background-color: #E9ECEF ;*/
  	border-color:#E31E24;
/*  	color: #222;*/
}
#popup-quickorder .image-radio,
#popup-quickview .image-radio,
#product .image-radio{
	display: inline-block;
	margin-right: 5px;
}
#popup-quickorder .image-radio label,
#popup-quickview .image-radio label,
#product .image-radio label {margin-bottom: 8px;}

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

#popup-quickorder .image-radio img,
#popup-quickview .image-radio img,
#product .image-radio img {
	border: 1px solid #e9ecef;
	border-radius: 6px;
	cursor: pointer;
}
#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 (min-width: 768px) {
	#popup-quickorder .image-radio img,
	#popup-quickview .image-radio img,
	#product .image-radio img{
		max-width: 39px;
	}
}
@media (min-width: 992px) {
	#popup-quickorder .image-radio img,
	#popup-quickview .image-radio img,
	#product .image-radio img{
		max-width: 41px;
	}
}
@media (min-width: 1200px) {
	#popup-quickorder .image-radio img,
	#popup-quickview .image-radio img,
	#product .image-radio img{
		max-width: 60px;
	}
}

#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;
}
#popup-quickorder .options .form-group,
#popup-quickview .options .form-group,
#product .options .form-group {
	margin-bottom:0;
	position:relative;
}
#popup-quickorder .options .form-group .control-label,
#popup-quickview .options .form-group .control-label,
#product .options .form-group .control-label {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
}
#popup-quickorder .options .color-option,
#popup-quickview .options .color-option,
#product .options .color-option {
/*	border: 2px solid transparent;*/
	box-sizing: content-box !important;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	padding: 0;
	vertical-align: middle;
	width: 8px;
	border-radius:2px;
/*	border: 1px solid #b0bdc3;*/
	margin-right: 2px;
}
#popup-quickorder .options .image-radio input:checked + span.color-option,
#popup-quickview .options .image-radio input:checked + span.color-option,
#product .options .image-radio input:checked + span.color-option{
	border: 2px solid #334150;
}
/*Module and page options*/
.product-thumb .option {
	margin-bottom: 20px;
}
.product-thumb .option .form-group {
	position:relative;
	margin:1px 0px;
}
.product-thumb i.required {
    color: #e4003a;
}
.product-thumb .radio-checbox-options {
  display: inline-block;
  margin-right: 3px;
}
.product-thumb .radio-checbox-options input {
  display: none;
}
.product-thumb  .radio-checbox-options label {
	border: 1px solid #E9ECEF;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 5px 8px;
	font-size: 13px;
	margin-bottom: 10px;
	background-color: #F8F9FA;
	color:#4d4e5a;
}
.product-thumb  .radio-checbox-options input:checked + label {
  background-color: #E9ECEF;
  border-color:#334150;
  color: #000;
}
.product-thumb  .radio-checbox-options label:hover {
	background-color: #E9ECEF ;
  	border-color:#334150 ;
  	color: #000;
}
.product-thumb .image-radio{
	display: inline-block;
}
.product-thumb .image-radio input{
	display: none;
}
.product-thumb .image-radio img{
	cursor: pointer;
}
.product-thumb .image-radio img{
	border:1px solid #F8F9FA;
}
.product-thumb .image-radio input:checked +img{
	border-color: #334150;
}

@media (min-width: 768px) {
	.product-thumb .image-radio img{
		max-width: 39px;
	}
}
@media (min-width: 992px) {
	.product-thumb .image-radio img{
		max-width: 41px;
	}
}
@media (min-width: 1200px) {
	.product-thumb .image-radio img{
		max-width: 38px;
	}
}
.product-thumb .option .text-danger {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ccc;
	padding: 2px 9px 3px;
	position: absolute;
	top: -6px;
	border-radius:4px;
	z-index:9;
}
.product-thumb .option .color-option {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0px 2px;
	padding: 0;
	vertical-align: middle;
	width: 20px;
	border-radius:50px;
	border: 1px solid #b0bdc3;
}
.product-thumb .option .image-radio input:checked + span.color-option{
	border: 2px solid #334150;
}
/*and Options*/



.heading_title-box{display: flex;align-items: baseline;margin-bottom: 10px;}
.heading_title-box .info-model{flex: 0 0 330px; text-align: right;}
.heading_title-box h1{flex-grow:1; margin-bottom: 0px; }
.info-model{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
	color: rgba(59, 59, 59, 0.5);
}
.info-model .share{margin-left: 15px; cursor: pointer;}
.info-model .share svg{vertical-align: middle;width: 13px; height: 13px; margin-left: 10px;}
.info-manufacturer{
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
}
/*.info-model span{
	color: #000;
	font-weight: 600;
}*/
.info-manufacturer a {
	color: #5087D9;
	font-weight: 500;
}
.custom-block-products {
/*	margin-bottom: 5px;*/
	margin-top: 24px;
	padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #D9D9D9;
}
.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{
/*	cursor:pointer;*/
	background: #fff none repeat scroll 0 0;
/*	border-radius: 6px;*/
	overflow: hidden;
	padding-bottom: 10px;
}
.custom-block-product:last-child{
	padding-bottom: 0px;
}
/*.custom-block-product: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;
}*/
.custom-block-product .image{
	width: 50px;
	float: left;
	margin-top: 7px;
	text-align: center;
}
.custom-block-product .text{
/*	margin-left: 65px;*/
}
.custom-block-product a,
.custom-block-product a:hover{
	text-decoration: none;
}
.custom-block-product .text .custom-block-title{
	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	font-weight: 600;
	font-size: 14px;
	color:#1E1E1E;
	line-height: 17px;
}
.custom-block-product .text .custom-block-desc{
	font-size: 12px;
	line-height: 1.3;
/*	margin: 4px 0 0;*/
	overflow: hidden;
	padding: 0;
}
.custom-block-product .text .custom-block-desc span.grey{
	display: block;
	color: rgba(30, 30, 30, 0.6);
	padding-left: 10px;
}
.custom-block-product .text .custom-block-desc ul.payment, .custom-block-product .text .custom-block-desc ul.delivery{
  margin-bottom: 0;
}
.custom-block-product .text .custom-block-desc ul.payment li {
	color: rgba(30, 30, 30, 0.8);
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.custom-block-product .text .custom-block-desc ul.payment li:not(:last-child){
	margin-bottom: 5px;
}
.custom-block-products .custom-block-product:first-child{
	border-bottom: 0.5px solid rgba(217, 217, 217, 0.5);
	margin-bottom: 10px;
}
.custom-block-product .text .custom-block-desc ul.delivery li:not(:last-child) {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.custom-block-product .text .custom-block-desc ul.delivery li svg.delivery-icon{width: 14px; height: 14px;margin-right: 7px; vertical-align: -2px;}
.custom-block-product .text .custom-block-desc ul.delivery li span.green{
	color: #59A437
}

.product-thumb .main-img{opacity:1;transform:rotateY(0deg);transition:all ease-in-out .4s;}
.product-thumb:hover .main-img{opacity:0;transform:rotateY(-180deg);}
.product-thumb .additional-img-hover{position:absolute;top:15px;left:0px;right:0px;opacity:0;cursor:pointer;transform:rotateY(-180deg);transition:all ease-in-out .4s;padding: 15px 15px 15px 15px;}
.product-thumb:hover .additional-img-hover{opacity:1;transform:rotateY(0deg);}
.product-thumb .image a{
  position: relative;
  padding: 15px 15px 10px 15px;
}

.product-thumb .image a img.img-responsive {
	max-width: 100%;
	max-height: 100%;
}
.product-thumb .product_status {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #B52B28;
  font-weight: 500;
  height: 30px;
  left: 50%;
  line-height: 27px;
  margin: -15px 0 0 -70px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: rotateX(0deg) scale(1);
  transition: all 0.2s ease-in-out 0s;
  width: 140px;
}
.product-thumb:hover .product_status{transform:rotateX(0deg) scale(0);display:none;}
.product-price .product-thumb .product_status {
	display:none;
}
.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;
}

.hasbanner .tableftbanner {
	float: left;
	width: 29.9%;
	padding-right:5px;
	text-align:left;
}
.hasbanner .tableftbanner img {
	display:inline-block;
}
.hasbanner .tabrightproduct {
  float: left;
  width: 70%;
}

.hasbanner .tabrightbanner {
	float: right;
	width: 29.9%;
	padding-left:5px;
	text-align:right;
}
.hasbanner .tabrightbanner img {
	display:inline-block;
}
.hasbanner .tableftproduct {
  float: right;
   width: 70%;
}
.image-hover-effect .item {
	position: relative;
	overflow:hidden;
}
.image-hover-effect .item:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.image-hover-effect .item:hover:before {
	-webkit-animation: shinebanner .75s;
	animation: shinebanner .75s;
}
@-webkit-keyframes shinebanner {
	100% {
		left: 125%;
	}
}
@keyframes shinebanner {
	100% {
		left: 125%;
	}
}


@media (max-width: 767px) {
	.hasbanner .tabrightproduct {
		float: none;
		width: 100%;
	}
	.hasbanner .tableftproduct {
		float: none;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hasbanner .tabrightproduct {
		float: none;
		width: 100%;
	}
	.hasbanner .tableftproduct {
		float: none;
		width: 100%;
	}
}
.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;
}
.see-all-reviews {
	border: 1px solid #e9ecef;
	border-radius: 20px;
	padding: 6px 13px;
	overflow: hidden;
	white-space: nowrap;
	height: 34px;
}
.see-all-reviews > span {
	padding-right: 0px !important;
	margin-left: 2px;
	line-height: 14px;
}
.text-see-all {
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}
.see-all-reviews:hover .text-see-all{
	text-decoration: underline;
}
.container-module .reviews{
	margin-bottom: 15px;
}
.container-module .reviews .item-review {
	background: #fff;
	border: 1px solid #e9ecef;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.container-module .rc-top .rc-pr-image {
	min-width: 110px;
	float: left;
	margin-right: 15px;
}
.container-module .rc-top .rc-right-block {
	margin-bottom: 15px;
}
.container-module .rc-top .rating-box {
	margin-bottom: 10px;
	display: inline-block;
}
.container-module .rc-top .rc-pr-image img{
	margin: 0 auto;
	font-size: 0px;
	color:transparent;
}
.container-module .rc-top .rs-pr-name {
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.container-module .rc-top .rs-pr-name a {
	color:#000;
	font-weight: 600;
}
.container-module .rc-center {
	margin: 5px 0px 15px;
	height: 60px;
	overflow: hidden;
}
.container-module .review-description {
	font-size: 13px;
	color: #878787;
	height: 82px;
	overflow: hidden;
}
.container-module .rc-bottom {
	justify-content: space-between;
}
.container-module .rc-bottom .rating-box {
	line-height: 1;
}
.container-module .rc-bottom .rating-box svg + svg {
	margin-left: -1.6px;
}
.container-module .rc-bottom .reviews-date,
.container-module .reviews-author {
	font-size:14px;
	color: #000;
}

.btn-more {background-color: #43b02a; border-color: #076bb7; border-radius: 4px; border-style: none none solid; border-width: 2px; box-shadow: none; color: #fff; display: inline-block; font-size: 13px; font-weight: bold; padding: 8px 20px; transition: all 0.2s ease-out; }
.btn-more:hover,.btn-more:focus,.btn-more:active{background-color: #076bb7;border-color: #076bb7;color: #fff;}
.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; }
.product-list .reviews-author {font-weight: 600;}
.product-list .reviews-date {color:#c7c7c7;text-align:left;}
.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%;
}

#form-review {
	padding-top: 20px;
}
#form-review .titler-r {
	font-size:20px;
	margin-bottom: 15px;
}
.review-item .review_plus,
.review-item .review_minus {
	padding:5px;
}
.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:5px;
	margin-left:25px;
}
.review-item .admin_reply div{
	color:#00BC52;
	margin-bottom: 5px;
}
.review-item .purchased{
	padding-right: 10px;
}
.review-item .comment {
	margin-bottom: 10px;
}
.review-heading {
	justify-content: space-between;
	margin-bottom: 10px;
}
.review-heading .block-author {
	font-weight: 600;
}
.review-item .rating {
	margin-bottom: 10px;
}
.review-item + div.review-item {
	margin-top: 20px;
	border-top: 2px dashed #e9ecef;
	padding-top: 20px;
}
.reviews-author .purchased{
	color:#1ab90a;
	padding-left:10px;
	font-weight:400;
}

.product-rating .star-rating {
	position: relative;
	width: 21px;
	height: 21px;
	margin-right: 2px;
}
.product-rating .star-rating:before {
	position: absolute;
	content: url("/catalog/view/theme/luxshop/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("/catalog/view/theme/luxshop/image/star-icon/b-star-y-icon.svg");
	width: 21px;
	height: 21px;
}


@media (max-width: 992px) { #search .dropdown-menu.ls-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: #1E1E1E; display: flex; column-gap:50px;margin: 10px 0; overflow: hidden; padding-bottom: 15px; padding-top: 20px;}
/*.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 .col-xs-12,
#column-right .banner-blocks-container .col-xs-12,
.position-no-owl .banner-blocks-container .col-xs-12 {
	width:100%
}
.banner-blocks-container .banner-item {
	border-radius: 10px;
	overflow: hidden;
	padding: 25px 20px;
	background: #fff;
}
.banner-blocks-container .banner-item .banner-image{
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	text-align: center;
	margin-right: 20px;
}
.banner-blocks-container .banner-item .banner-image img{margin: 0 auto;font-size: 0px;color:#fff;}
.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;height: 24px;overflow: hidden;font-weight: 600;font-size: 14px;color:#000000;}
.banner-blocks-container .banner-item .banner-info .banner-description{padding: 0;margin-top:2px;font-size: 13px;line-height: 18px;color:#878787;}

/*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 47%;
		flex: 0 0 47%;
		max-width: 47%;
	}
}
@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: #F8F9FA;
	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: #F8F9FA;
	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-bottom: 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 #f8f9fa;
	border-right: 1px solid #f8f9fa;
	border-top:0px;
	border-bottom:0px;
	vertical-align:top;
	box-shadow:none;
	color:#000;
}
.quantity_plus_minus .add-action:hover {background:#f8f9fa;}

.quantity_plus_minus .add-up {
	border-radius: 8px 8px 0px 0px;
	border-left: 1px solid #f8f9fa;
	border-right: 1px solid #f8f9fa;
	border-top: 1px solid #f8f9fa;
}
.quantity_plus_minus .add-down {
	border-radius: 0px 0px 8px 8px;
	border-left: 1px solid #f8f9fa;
	border-right: 1px solid #f8f9fa;
	border-bottom: 1px solid #f8f9fa;
}
.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;
}
#modal-addcart .btn-checkout {
	margin-top: 20px;
}
#modal-addcart .btn-shopping {
	margin-top: 20px;
}
.option-danger {
	animation: 0.3s ease-in-out 0s normal slider_add_product;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 330px;
	z-index: 999999999;
	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);
}
.option-danger + .option-danger {top:132px}
.option-danger + .option-danger + .option-danger {top:248px}
.option-danger + .option-danger + .option-danger + .option-danger{top:364px}


.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: 0.3s ease-in-out 0s normal slider_add_product;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 330px;
	z-index: 999999999;
}
.option-danger .text-modal-block,
.add_product_alert .text-modal-block {
	margin-left: 20px;
}
@keyframes slider_add_product {
0% {
		top: -40px;
}
50% {
		top: -20px;
}
100% {
		top: 15px;
}
}

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

@media (min-width: 992px) {
	.col-lg-offset-3,.col-md-offset-3 {
		margin-left: 25.4%;
	}
}
@media (min-width: 992px) {
.type_cart_2 #cart{
	margin-bottom:0px;
}
.type_cart_2 #cart .products .text_product, .type_cart_2 #cart .prices,
.type_cart_2 #cart > .btn > .cart-icon-arrow {
	display:none;
}
.type_cart_2 #cart > .btn .cart-total {
	margin-left:0px;
	margin-right:0px;
	width: 0px;
	display: inline;
}
.type_cart_2 #cart > .btn .cart-total .products b {
	top: 1px;
	right: -3px;
	left: auto;
}
.type_cart_2 #cart > .btn {
  padding: 4px 6px 4px 6px;
}
.type_cart_2 #cart > .btn .shop-bag {
	display:block;
	vertical-align:middle;
}
.type_cart_2 #cart .dropdown-menu {
  min-width: 150px;
}
}
@media (max-width: 992px) {
.type_cart_2.pull-right {
	float:none !important;
}
}

#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: #999;
	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: #888;
}

.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 {white-space: nowrap;}
.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: #f8f9fa;
}
.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: 15px;
}
.tab-pane .short-attributes-groups{
	margin-bottom: 0px;

	column-width: 48%;
	column-count: 2;
	column-gap: 15%;
}
.tab-pane .attr-group-name {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}

#product div.short-attribute{
	padding: 2px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	column-gap: 8px;
}
.tab-pane div.short-attribute {
	padding:10px 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.tab-pane div.short-attribute .attribute-line{
	flex-grow: 1;
	position: relative;
}
.tab-pane div.short-attribute .attribute-line:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}
/*#product div.short-attribute:nth-child(2n+1),*/
/*.tab-pane div.short-attribute:nth-child(2n+2) {
	background: #f8f9fa;
}*/
.tab-pane .short-attributes-groups ~ div.short-attributes-groups {
	margin-top: 30px;
}
.short-attribute > span{position:relative;}
.tab-pane .short-attribute > span{position:relative;line-height: 15px}
#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;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: -0.01em;
}
.short-attribute > .attr-name span {
	position: relative;
	z-index: 2;
	padding: 0 5px 0 0;
	font-size: 14px;
}
#tab-specification .short-attribute > .attr-name span {
	position: relative;
	z-index: 2;
	padding: 0 5px 0 0;
	font-size: 14px;
	line-height: 15px;
	color: rgba(30, 30, 30, 0.4);
}
.short-attribute > .attr-text span{position:relative;z-index:2;padding:0 0 0 5px;font-size: 14px;}
/*.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; padding: 25px 0; width: auto; }
.common-home footer {
	margin-top:15px;
}
.disabled_input {
	cursor: not-allowed;
}
#login-form-popup .modal-login {
	z-index:1052;
}
@-webkit-keyframes active_load {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes active_load {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
img.active-load {
	-webkit-animation: active_load  1s linear infinite;
	-moz-animation: active_load 1s linear infinite;
	-ms-animation: active_load 1s linear infinite;
	-o-animation: active_load 1s linear infinite;
	animation: active_load 1s linear infinite;
}
.box-showmore {display: inline-block;margin-bottom: 20px;text-align: center;width: 100%;}
.box-showmore span {
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
  background: #E31E24;
	border-radius: 5px;
	padding: 14px 25px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: -0.01em;
	display: inline-block;
}
.box-showmore span:hover {
	background: #E31E24;
}
.box-showmore span img{
	margin-right: 10px;
	vertical-align: -3px;
}
/*#showmore.box-showmore {padding-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;
}
.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: 30px;
	display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.manufacturer-content a {
	border: 1px solid #D9D9D9;
	/*-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);*/
/*	display: block;*/
/*	padding: 70px 30px 30px 30px;*/
/*	border-radius: 4px;*/
	display: flex;
	flex-direction: row;
  align-items: center;
	justify-content: center;
	row-gap: 10px;
	height: 100%;
	transition: all 0.5s ease;
}


.thumb-brand img {
	margin:0 auto;
}
.name-brand {
	font-size: 38px;
	font-weight: 600;
	line-height: 41px;
	letter-spacing: -0.01em;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1E1E1E;
	padding: 0 10px;
}
#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;
}

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

.ls-table > tbody > tr > td, .clss-table > thead > tr > td{
	vertical-align:middle;
}
.ls-table > thead > tr > td {
	padding: 10px;
	background:#F8F9FA;
}
.ls-table thead td:first-child {
	border-radius: 8px 0 0 8px;
}
.ls-table thead td:last-child {
	border-radius: 0 8px 8px 0;
}
.ls-table > tbody > tr > td {
	border-top: 0px;
	padding: 15px 10px;
	vertical-align: middle;
}
.ls-table > tbody > tr {
	border-bottom: 2px dashed #F8F9FA;
}

.input-remove-voucher {
	height: 38.5px;
}

.column-quantity {
	width: 100px;
}
.ls-cart-quantity {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.ls-cart-quantity .form-control {
	border-color: #e9e9e9;
	border-width: 1px 0px 1px 0px !important;
	height: 46px !important;
	border-style: solid;
	box-shadow:none;
	max-width: 43px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-radius:0px;
	font-size: 24px!important;
	font-weight: 500;
	line-height: 28px;
	color: rgba(30, 30, 35, 0.8);
}
.ls-cart-quantity .btn-quantity-minus{
	background: #fff;
	border-color: #e9e9e9;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-radius: 5px 0px 0px 5px;
	padding:0px;
	width: 20px;
	height: 46px;
	line-height: 1;
	margin-right: 0px !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: rgba(59, 59, 59, 0.5);
	text-align: right;
}
.ls-cart-quantity .btn-quantity-plus{
	background: #fff;
	border-color: #e9e9e9;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-radius: 0px 5px 5px 0px;
	padding:0px;
	width: 20px;
	height: 46px;
	line-height: 1;
	margin-left: 0px !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: rgba(59, 59, 59, 0.5);
	text-align: left;
}
.checkout-cart-accordion .panel-default{
	border:0px;
	margin-bottom: 15px;
}
.checkout-cart-accordion .panel-default > .panel-heading {
	background: #F8F9FA;
}
.checkout-cart-accordion .panel-default > .panel-heading + .checkout-cart-accordion .panel-collapse > .panel-body {
	border-top-color: #F8F9FA;
}
.checkout-cart-accordion .panel-collapse > .panel-body {
	border-top:0px !important;
}
.checkout-cart-accordion .panel-body .control-label{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
}
.checkout-cart-accordion .panel-body .form-control::placeholder {
	font-size: 14px;
}
.checkout-cart-accordion .panel-body .form-control {
	max-width: 450px;
	height: 40px;
	border: 1px solid #e9ecef;
	box-shadow: none;
	font-size: 14px;
}
.checkout-cart-accordion .panel-body .input-group-btn .btn-primary {
	font-size: 14px;
}
.table-cart > tbody > tr > td{
	vertical-align: center;
	border-top: 0px;
}
.table-cart .total-title{
	color: #838383;
	width: 75%;
}
.table-cart .total-text{
	font-weight: 600;
	color: #000;
}
.table-responsive {
	position: relative;
	z-index: 8;
}

.ls-table .stock-status,
.ls-table .price {margin-bottom: 0px;}
.ls-table .prod-name {color:#000;}
.ls-table .btn-general {min-width:34px;margin-right: 10px;padding:5px 8px;display: inline-block;}
.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 #e9e9e9;
	padding: 10px 20px;
}
.mod-category-news .articles-count {
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #f8f9fa;
	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: #f8f9fa;
	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*/

.articles-list {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.articles-list + div.articles-list::before {
	border-top: 1px dashed #eeeeee !important;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: -15px;
}
.articles-list .article-image {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.articles-list .caption .article-name {
	font-size: 16px;
	margin-bottom: 10px;
}
.articles-list .caption .article-name a{
	color:#000;
}
.articles-list .caption .article-description {
	margin-bottom: 10px;
}
.articles-list .caption .article-date,
.articles-list .caption .art-viewed {
	margin-bottom: 10px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.articles-list .caption .art-viewed {
	margin-left: 15px;
}
.articles-list .caption .art-viewed .icon-viewed {
	display: inline-block;
	height: 17px;
	width: 17px;
	margin-right: 8px;
}
.articles-list .caption .article-date .icon-date-added{
	display: inline-block;
	margin-right: 8px;
	height: 17px;
	width: 17px;
}

.image-atricle {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.mod-art-image {
	text-align: center;
	position: relative;
}
.mod-art-image a {
	display: block;
	position: relative;
	padding: 20px 20px 0px;
}
.mod-art-image a img {
	margin: 0 auto;
	font-size: 0px;
	color:transparent;
}
.articles-mod .caption {
	padding: 20px;
}
.articles-mod .mod-art-name {
	margin-bottom: 15px;
	height: 40px;
	overflow: hidden;
}
.articles-mod .mod-art-name a {
	color: #000;
	font-size: 14px;
}
.articles-mod .mod-art-description {
	font-size: 14px;
	color: #828282;
	overflow: hidden;
}
.mod-art-date-viewed {
	justify-content: space-between;
	align-items: center;
}
.mod-art-date-viewed .icon-viewed,
.mod-art-date-viewed .icon-date-added {
	display: inline-block;
	height: 17px;
	width: 17px;
	margin-right: 8px;
}

.mod-art-date-viewed .text-viewed,
.mod-art-date-viewed .text-date-added {
	display: inline-block;
}
.mod-art-date-added {
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: rgba(248, 249, 250, 0.8);
	border-radius: 6px;
	padding: 5px 15px;
	z-index: 1;
}
#input-captcha {
	float: left;
	width: 160px;
	margin-right: 15px;
}
#form-article-review .col-sm-2.control-label {
	text-align: left;
	width: auto;
}
#form-article-review fieldset {
	padding-top: 20px;
}
#form-article-review fieldset legend {
	display: none;
}
#article-review {
	border: 1px solid #e9e9e9;
	padding: 30px 50px;
	border-radius: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
}
#form-article-review {
	border: 1px solid #e7e7e7;
	padding: 30px 50px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#article-review .admin_reply {
	margin-left: 15px;
	margin-top: 15px;
}
#article-review .admin_reply div {
	color: #43b02a;
	margin-bottom: 5px;
}
.date-added-article,
.rating-article {
	margin-bottom: 10px;
}
.rating-article .rating-box {
	text-align: center;
	z-index: 10;
	background: #ffffff;
	position: relative;
	font-size: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.rating-article .rating-box .article-rating-star{
	width: 13px;
	height: 10px;
	display: inline-block;
	text-align: left;
}
.rating-article .quantity-reviews {
	background: #F8F9FA;
	position: relative;
	margin-left: 5px;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.rating-article .quantity-reviews a {
	color: #000;
	font-size: 11px;
	padding: 2px 6px;
}

.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-review-title {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	margin-top: 25px;
}
.article-review-title sup {
	margin-left: 5px;
}

.ls_contact_map_code {
	margin-bottom: 20px;
}
.ls_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;
	font-size: 24px;
	line-height: 29px;
	color: #1E1E23;
	font-weight: 600;
}
.ls_contacts_phone a{
	font-size: 14px;
	color:#000;
	font-weight:600;
}
.ls_contacts_phone a:hover,.ls_contacts_phone a:focus{
	color:#0091ca;
}
.ls_contacts_phone li + li{
	margin-top: 5px;
}
.box-contact-left,
.box-contact-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: 25px;
}
}
form.form-horizontal legend {
	padding:0px;
	border:0px;
	color:#000;
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 5px;
}
.store-title {
	margin-bottom: 25px;
}

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

.nsupdatequantitycheckout {width:120px;}

.nsupdatequantitycheckout .btn-default{
	padding: 6px 10px;
	border:1px solid #e9ecef;
}
.nsupdatequantitycheckout .input-group .form-control {
	border:1px solid #e9ecef;
	padding: 2px;
}
.nsupdatequantitycheckout input.form-control {text-align:center;}
#onepcheckout .panel-default {
	border-color: #e9ecef;
}
#onepcheckout .panel-default > .panel-heading {
	color: #333;
	background-color: #f8f9fa;
	border-color: #e9ecef;
	padding: 15px 20px;
}
#onepcheckout .radio {display: inline-block;margin: 0 15px 0 0;}
#onepcheckout .panel-body {padding:20px 10px 10px 10px;}
#onepcheckout .panel-body .shipping-method,
#onepcheckout .panel-body .payment-method{padding-bottom: 10px;}
.ls-table .image .img-responsive {
	margin: 0 auto;
	min-height: 47px;
}
.panel-title > a.i_am_registered {
	color:#0f4b82;
}
.all_total_checkout_footer .total_html {
	padding-left: 10px;
	color: #000;
	font-weight: 600;
}
.agree_checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
#onepcheckout input.form-control,
.coupon_table input.form-control{
	border: 1px solid #e9ecef;
	box-shadow: none;
	height: 40px;
	font-size: 14px;
}
textarea.form-control{
	border: 1px solid #e9ecef;
	box-shadow: none;
	font-size: 14px;
}
.title-customer {
	flex-direction: column;
}
.title-customer .i_am_registered {
	margin-top: 10px;
}
@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;padding-top: 4px;width: 200px;height: 40px;}
#cart_table .delete_td {width:50px;}
#onepcheckout .error_input_checkout {border:1px solid red !important;box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset !important; }
#onepcheckout .error_input_checkout:-moz-placeholder{color:red !important;}
#onepcheckout .error_input_checkout::-moz-placeholder{color:red !important;opacity:1}
#onepcheckout .error_input_checkout:-ms-input-placeholder{color:red !important;}
#onepcheckout .error_input_checkout::-webkit-input-placeholder{color:red !important;}
#onepcheckout div.required .form-control:-moz-placeholder {color:red !important;}
#onepcheckout div.required .form-control::-moz-placeholder {color:red !important;opacity: 1;}
#onepcheckout div.required .form-control:-ms-input-placeholder{color:red !important;}
#onepcheckout div.required .form-control::-webkit-input-placeholder{color:red !important;}
#onepcheckout div.required .form-control:-moz-placeholder:before {color: #f00;content: "* ";font-weight: 600;}

.group-checkbox-inline {
	margin-top: 10px;
	margin-bottom: 20px;
}

.group-checkbox-inline .checkbox-inline {
	display: block;
	margin-top: 5px;
	margin-left: 0px;
}
.search-form-input {
	height: 40px;
	border:1px solid #e9ecef;
	font-size: 14px;
	box-shadow: none;
}

select.form-control {
	height: 40px;
	border:1px solid #e9ecef;
	font-size: 14px;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 25px;
	background:url("/catalog/view/theme/luxshop/image/select-arrow.svg") no-repeat right 15px center;
	background-color:#fff;
}
.danewpod .list-inline-item {
	margin-bottom:5px;
	overflow:hidden;
}
.danewpod .list-inline-item a{
	background-color: #f8f9fa;
	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;
}

.page-contacts .flex-container {
	column-gap: 59px;
	row-gap: 20px;
	font-size: 16px;
	line-height: 18px;
}
.page-contacts .flex-container-item{
	 flex: 1 1 calc((100% / 2) - 118px);
}
.page-contacts .flex-container-item p:last-child{
	 margin-bottom: 0;
}
.page-contacts .flex-container-item span.red, .page-contacts .flex-container-item span.red a, section.service-services span.red{
	 color: #E31E24;
}
.d-flex{
	display: flex;
}

.our-advantages{
	padding: 80px 0;
}
.our-advantages .advantages-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 46px;
	text-align: center;
	padding-bottom: 20px;
}
.our-advantages .advantages-title span.red,
.our-advantages .container-item-title span.red{
	color: #E31E24;
}
.our-advantages .flex-container{
	display: flex;
  flex-wrap: wrap;
  row-gap: 23px;
  column-gap: 20px;
 	color: #1E1E1E;
}
.our-advantages .flex-container-item{
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	padding: 30px;
	flex: 1 1 calc(100% / 3 - 40px);
}
.our-advantages .container-item-title{
	font-weight: 600;
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 7px;
}
.our-advantages .container-item-text{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
.who-we-are{
	padding: 50px 0;
	background: #F8F8F8;
	color: #1E1E1E;
	margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.who-we-are .flex-container{
	display: flex;
	align-items: center;
}
.who-we-are .container-item-story{
   flex: 0 0 calc(100% / 3 + 6px);
   padding-right: 48px;
}
.who-we-are .container-item-story .item-title{
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 10px;
}
.who-we-are .red, .who-we-are .red a{
	color: #E31E24;
}
.who-we-are .container-item-text{
	font-size: 16px;
	line-height: 16px;
}
.who-we-are .container-item-gallery{
	  display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.who-we-are .photo-item img{
	  max-width: 100%;
} 
.who-we-are .photo-item{
	  flex: 1 1 calc(100% / 4 - 30px);
	}  
section.components{
	padding-top: 54px;
	padding-bottom: 46px;
	position: relative;
	color: #1E1E1E;
}
section.components:before, section.who-we-are:before, section.become-diler:before{
	content: '';
	background: #F8F8F8;
	position: absolute;
	top: 0;
	z-index: -1;
	width: 150vw;
  height: 100%;
  left: -50%;
}
body.common-home{
	overflow-x: hidden;
}
section.components .flex-container{
	display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
section.components .title-item{
	width: 470px;
	text-align: right;
	padding-right: 30px;
}
section.components .title-item .item-title{
	font-size: 48px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 11px;
	    letter-spacing: -0.01em;
}
section.components .title-item .item-title span.red{
	color: #E31E24;
}
section.components .title-item .item-text{
	font-size: 18px;
	line-height: 18px;
	width: 440px;
	float: right;
	letter-spacing: -0.01em;
}
section.components .item{
	  border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    padding: 33px 30px 23px 30px;
    flex: 0 0 339px;

}
section.components .item .item-title{
	font-size: 24px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: -0.01em;	
	margin-bottom: 10px;
}
section.components .item p.red, section.components .item p.red a{
	color: #E31E24;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}
section.components .item ul svg{
	flex:0 0 12px;
  margin-top: 2px;
}
section.components .item ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: -0.01em;
	margin-bottom: 7px;
	display: flex;
  align-items: flex-start;
  gap: 7px;
}
section.become-diler{
	padding: 50px 0;
	position: relative;
	color: #1E1E1E;
}
section.become-diler .btn-clear{
	padding: 14px 20px;
}
section.become-diler .main-block{
	  width: 675px;
    margin: 0 auto;
    text-align: center;
}
section.become-diler .main-block .title{
	font-weight: 700;
  font-size: 42px;
  line-height: 42px;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
}
section.become-diler .main-block .title span.red{
	color: #E31E24;
}
section.become-diler .main-block .text{
	width: 460px;
  font-size: 18px;
  line-height: 18px;
	letter-spacing: -0.01em;
	margin: 0 auto;
	margin-bottom: 20px;
	color: rgba(30, 30, 30, 0.5);
}
section.become-diler .buttons{
	  display: flex;
    justify-content: center;
    gap: 5px;
}
section.become-diler .buttons a{
	  color: #FFF;
}
section.become-diler .buttons .btn-clear svg{
	vertical-align: middle;
    margin-left: 5px;
}
section.contact-us{
	color: #1E1E1E;
	padding-bottom: 80px;
}
section.contact-us .main-block .title{
	font-weight: 700;
  font-size: 42px;
  line-height: 42px;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
	text-align: center;
}
section.contact-us .main-block {
	margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.contact-us .buttons-block  {
    display: flex;
    justify-content: center;
    gap: 5px;
}
section.contact-us .buttons-block .btn-clear svg {
    vertical-align: middle;
    margin-left: 5px;
}
section.guarantee{
	color: #1E1E1E;
	padding: 80px 0;
}
section.guarantee .flex-container{
	display: flex;
	column-gap: 125px;
}
section.guarantee .text-block{
	flex: 0 0 596px;
}
section.guarantee .text-block .title{
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: 10px;
	width: 435px;
}
section.guarantee .red{
	color: #E31E24;
}
section.guarantee .text-block .text{
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.01em;
	text-align: left;
}
section.guarantee .form-block .title{
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: 15px;
	width: 495px;
}
section.guarantee #form-contact-form label{
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
}
section.guarantee #form-contact-form .form-control{
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
section.guarantee #form-contact-form input::placeholder, section.guarantee #form-contact-form textarea::placeholder{
	font-size: 16px;
	color: #A8A8A8;
	font-weight: 500;
	line-height: 19px;
}
section.guarantee #form-contact-form textarea{
	resize: none;
}
section.guarantee #form-contact-form .form-group {
    margin-right: 0; 
    margin-left: 0; 
}
section.guarantee #form-contact-form fieldset{
	display: flex;
	flex-wrap: wrap;
	column-gap: 33px;
}
section.guarantee #form-contact-form fieldset .form-group:nth-child(1), section.guarantee #form-contact-form fieldset .form-group:nth-child(2){
	flex: 0 0 calc(100% / 2 - 17px);
}
section.guarantee #form-contact-form fieldset .form-group:nth-child(3){
	flex-basis: 100%;
}
.owl-carousel {
    position: relative;
    display: none;
}
.owl-carousel.owl-loaded{
	display: block;
}
.uni-slideshow_v2 {
    display: flex;
/*    margin: 0 0 20px;*/
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .07);
    background-clip: padding-box;
}
body.common-home .pos5 {
	padding-left: 0;
	padding-right: 0;
	max-width: 970px;
}
body.common-home #column-left{
	width: 246px;
	flex-shrink: 0;
	flex-grow: 0;
/*	padding-left: 20px;*/
	padding-right: 20px;
}
body.common-home .col-left-and-banner{
 	margin-bottom: 50px;
 }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-dots {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    padding: 0;
    background: none;
    border: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uni-slideshow .owl-dots .owl-dot span, .uni-slideshow_v2 .owl-dots .owl-dot span {
    background: #D9D9D9;
}
.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all linear .2s;
}
.uni-slideshow .owl-dots .owl-dot.active span, .uni-slideshow_v2 .owl-dots .owl-dot.active span {
    background: #E31E24;
    width: 12px;
    height: 12px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    cursor: default;
}
.owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin: 0 0 0 10px;
}
.content-carousel-0 .title-module{
	display: none;
} 
#carousel0{
	padding-top: 0;
	padding-bottom: 35px;
}
#carousel0 .slick-list {
    border: none;
    padding-bottom: 0;
}
#carousel0 .slick-list .item:after {
    content: unset;
}
#carousel0 .slick-dots {
	background: unset;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.manufacturer-content .manufacturer__item{
	flex: 1 1 calc(100% / 4 - 60px);
	height: 145px;
	overflow: hidden;
}
body.product-manufacturer .text-under-manufacturers{
	margin-bottom: 80px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.01em;
}
/*.manufacturer-content .manufacturer__item-custom a {
	height: 100%;
	display: flex;
  align-items: flex-start;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.01em;
	text-align: left;
	color: rgba(30, 30, 30, 0.25);
	justify-content: flex-end;
}
.manufacturer-content .manufacturer__item-custom a span{
		max-width: 248px;
}*/
section.manufacturer-contact{
	color: #1E1E23;
}
section.manufacturer-contact span.red, section.manufacturer-contact-title span.red, section.partneram-contact-title span.red{
	color: #E31E24;
}
section.manufacturer-contact .flex-container{
	display: flex;
    column-gap: 59px;
}
section.manufacturer-contact .left-block, section.manufacturer-contact .right-block{
	flex: 1 1 calc(100% / 2 - 59px);
	border: 1px solid #DADADA;
	padding: 25px;
	border-radius: 7px;
}
section.manufacturer-contact .main-title, section.manufacturer-contact-title .main-title, section.partneram-contact-title .main-title{
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 20px;
}
section.manufacturer-contact .title{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
section.manufacturer-contact .text{
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
section.manufacturer-contact .text p{
	margin-bottom: 8px;
}
section.manufacturer-contact .text p:last-child{
	margin-bottom: 0;
}
body.product-manufacturer #carousel0 {
    padding-top: 0;
    padding-bottom: 80px;
}
section.dilerform{
	color: #1E1E23;
	margin-bottom: 80px;
}
section.dilerform .flex-container{
	display: flex;
  column-gap: 108px;
}
section.dilerform .left-block, section.dilerform .right-block{
	flex: 1 1 calc(100% / 2 - 108px);
}
section.dilerform .main-title{
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 20px;
	width: 50%;
}
section.dilerform .main-title-copy{
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 20px;
	max-width: 85%;
}
section.dilerform .right-block img{
/*	border-radius: 15px;*/
	max-width: 100%;
}
section.dilerform .left-block .title, section.partnerform .left-block .title, section.serviceform .left-block .title{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 5px;
}
section.dilerform #form-contact-form .form-group, section.serviceform #form-contact-form .form-group {
    margin-right: 0;
    margin-left: 0;
}
section.dilerform #form-contact-form .control-label, section.partnerform #form-contact-form .control-label, section.serviceform #form-contact-form .control-label{
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
section.dilerform #form-contact-form input, section.dilerform #form-contact-form textarea, section.partnerform #form-contact-form input,
section.partnerform #form-contact-form textarea, section.serviceform #form-contact-form textarea{
	border-radius: 8px;
	border: 1px solid #D9D9D9;
}
section.dilerform #form-contact-form textarea, section.partnerform #form-contact-form textarea, section.serviceform #form-contact-form textarea{
	resize: none;
}
section.dilerform #form-contact-form input, section.partnerform #form-contact-form input, section.serviceform #form-contact-form input{
	font-size: 14px;
	line-height: 16px;
	height: 36px;
}
section.dilerform #form-contact-form input::placeholder, section.dilerform #form-contact-form textarea::placeholder,
section.partnerform #form-contact-form input::placeholder, section.partnerform #form-contact-form textarea::placeholder,
section.serviceform #form-contact-form input::placeholder, section.serviceform #form-contact-form textarea::placeholder{
	color: #A8A8A8;
	font-size: 14px;
	line-height: 16px;
}
section.dilerform #form-contact-form textarea::placeholder, section.partnerform #form-contact-form textarea::placeholder,
section.serviceform #form-contact-form textarea::placeholder{
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
section.dilerform #form-contact-form fieldset, section.partnerform #form-contact-form fieldset, section.serviceform #form-contact-form fieldset{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
section.dilerform #form-contact-form .form-group, section.partnerform #form-contact-form .form-group, section.serviceform #form-contact-form .form-group{
	flex: 1 1 calc(100% / 2  - 20px);
	margin-bottom: 10px;
}
section.dilerform #form-contact-form .form-group:last-child, section.partnerform #form-contact-form .form-group:last-child, section.serviceform #form-contact-form .form-group:last-child{
	margin-bottom: 15px;
}
section.information-address-diler{
	padding: 100px 0;
}
section.information-address-diler .main-block{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
section.information-address-diler .title{
	font-size: 42px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}
section.information-address-diler .title span.red, .locations-module-title span.red{
	color: #E31E24;
}
section.information-address-diler .text{
	max-width: 570px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: rgba(30, 30, 30, 0.5);
	margin-bottom: 20px;
}
section.information-address-diler .buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
}
section.information-address-diler .buttons .btn-clear svg {
    vertical-align: middle;
    margin-left: 5px;
}

#googlemap{border-radius: 20px;}


section.dileraddress{
	margin-bottom: 80px;
}
section.dileraddress .main-title{
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}
section.dileraddress .flex-container{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
section.dileraddress .address__item{
	border-radius: 7px;
	border: 1px solid #D9D9D9;
	flex: 1 1 calc(100% / 3 - 40px);
	padding: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: -0.01em;
}
section.dileraddress .address__item-name{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}
section.dileraddress .address__item p:last-child{
	margin-bottom: 0;
}
section.dileraddress .address__item-fax, section.dileraddress .address__item-fax a{
	color: #E31E24;
	text-decoration: underline;
}
body.information-information-7 .p-content{
	display: none;
}
body.information-information-7  section.become-diler:before{
	content: unset;
}
body.information-information-7 .content-carousel-0{
	margin-bottom: 80px;
}
section.partners-advantages{
	margin-bottom: 80px;
}
section.partners-advantages .flex-container{
	display: flex;
	column-gap: 50px;
	align-items: center;
}
section.partners-advantages .flex-container .flex-container-item{
	flex: 1 1 calc(100% / 2 - 50px);
}
section.partners-advantages .flex-container .flex-container-item img{
/*	border-radius: 12px;*/
	max-width: 100%;
}
section.partners-advantages .flex-container .title{
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
}
section.partners-advantages .flex-container ul{
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 22px;
}
section.partners-advantages .flex-container ul .bold{
		font-weight: 600;
}
section.partners-advantages .flex-container .advantages__li-item:not(:last-child){
	margin-bottom: 20px;
}
section.partners-advantages .flex-container .advantages__li-item{
	position: relative;
}
section.partners-advantages .flex-container .advantages__li-item:before{
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_588_3287)'%3e%3cpath d='M11 6.04005V6.50005C10.9994 7.57827 10.6503 8.62739 10.0047 9.49097C9.35908 10.3545 8.45164 10.9863 7.41768 11.292C6.38372 11.5977 5.27863 11.561 4.26724 11.1873C3.25584 10.8137 2.39233 10.1231 1.80548 9.21859C1.21863 8.31407 0.939896 7.24409 1.01084 6.16821C1.08178 5.09234 1.4986 4.06822 2.19914 3.24859C2.89968 2.42896 3.84639 1.85775 4.89809 1.62013C5.9498 1.38251 7.05013 1.49122 8.035 1.93005' stroke='%23E31E24' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M11 2.5L6 7.505L4.5 6.005' stroke='%23E31E24' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_588_3287'%3e%3crect width='12' height='12' fill='white' transform='translate(0 0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	position: absolute;
	top: 1px;
	left: -22px;
	width: 12px;
	height: 13px;
}
section.partnerform .flex-container{
	display: flex;
    column-gap: 130px;
    margin-bottom: 80px;
}
section.serviceform .flex-container{
	  display: flex;
    column-gap: 91px;
    margin-bottom: 60px;
}
section.partnerform .flex-container .left-block, section.partnerform .flex-container .right-block{ 
	flex: 1 1 calc(100% / 2 - 130px);
}
section.serviceform .flex-container .left-block{ 
	flex: 1 1 495px;
}
section.serviceform .flex-container .right-block{ 
			flex: 0 0 630px;
}
section.partnerform .main-title-copy, section.partnerform .main-title  {
		font-size: 32px;
		font-weight: 600;
		line-height: 38px;
		margin-bottom: 20px;
}
section.serviceform span.red{color:#E31E24}
section.serviceform .main-title-copy  {
		font-size: 42px;
		font-weight: 700;
		line-height: 42px;
		margin-bottom: 20px;
		letter-spacing: -0.01em;
}
section.partnerform fieldset .form-group, section.serviceform fieldset .form-group{
	margin: 0;
}
#top .box-question .ls-dropdown li:first-child .btn-link{
		padding-left: 0px !important;
}
.mob-m-i-block .mm-wishlist{margin-bottom: 0}
.mob-m-i-block .mm-wishlist a{
	background: unset;
	padding: 0;
  height: 42px;
  justify-content: center;
}
.mob-m-i-block .mm-wishlist .wl-icon{
	box-shadow: none;
	margin-top: 5px;
}
.mob-m-i-block .mm-wishlist a svg{vertical-align: center}
.mob-m-i-block .mm-wishlist .wishlist-quantity {
    right: 0;
    background: #E31E24;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    top: 16px;
    line-height: 14px;
    text-align: center;
}
section.about-us:before, section.tired-of-public-transport:before{
    content: unset;
}
section.about-us .main-block {
    width: 1037px;
}
section.about-us{
	padding-bottom: 60px;
}
section.tired-of-public-transport{
	padding-top: 80px;
}
section.what-we-offer{
	padding: 60px 0 80px 0; 
}
section.what-we-offer .red{color:#E31E24}
section.what-we-offer .flex-container{
	display: flex;
	column-gap: 122px;
}
section.what-we-offer .item-text .title, section.what-we-offer-2 p.title{
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
}
section.what-we-offer .item-text p, section.what-we-offer-2 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.01em;
}
section.what-we-offer .item-text p:last-child, section.what-we-offer-2 p:last-child{
	margin-bottom: 0;
}
section.what-we-offer .item-image img{max-width: 100%}
section.what-we-offer .item-text{flex: 1 1 49%}
section.what-we-offer .item-image{flex: 1 1 41%}
section.what-we-offer .item-text .mini-image{
	float: right;
	max-width: 367px;
	padding-left: 33px;
}
section.what-we-offer-2{
	padding-bottom: 80px;
}
section.what-we-offer-2 .image{
	float: left;
  padding-right: 50px;
}
section.what-we-offer-2  .padding-right{
	padding-right: 35px;
}
section.what-we-offer-2 .image-xs{margin-bottom: 20px}
section.what-we-offer-2 .image-xs img{
	max-width: 100%;
}
section.what-we-offer-2 .image-sm{
	  max-width: 390px;
    float: left;
    padding-right: 36px;
    padding-top: 10px;
}
.ls-limit-sorts .btn-group{
	border-radius: 5px;
	border: 1px solid #D9D9D9;
}
.ls-limit-sorts .btn-group button{
	line-height: 14px;
	height: 30px;
	padding: 8px 15px;
}
.uni-slideshow_categories{
	padding: 20px 0 80px 0;
}
.uni-slideshow_categories-title{
	padding-top: 80px;
	padding-bottom: 20px;
}
.uni-slideshow_categories-title .title{
	font-size: 42px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.01em;
	text-align: center;
	margin: 0 auto;
}
.uni-slideshow_categories-title span.red{
	color: #E31E24;
}
section.slideshow_categories{position: relative;}
section.slideshow_categories div[class^="owl-nav"]{
	position: absolute;
	width: 100%;
	top: 180px;
}

section.slideshow_categories .owl-prev.disabled, section.slideshow_categories .owl-next.disabled{
	opacity: 25%;
}
.crop-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 43px;
}
.blog-latest .heading-flex-container{
	display: flex;
	column-gap: 12px;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.blog-latest .blog-sorting{
	margin-left: auto;
}
.blog-latest h1, .blog-category h1{
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-top: 0;
	margin-bottom: 0;
}
.blog-latest .blog-sorting select, .blog-latest .blog-limit select, .blog-category .blog-sorting select, .blog-category .blog-limit select{
	font-size: 12px;
	line-height: 14px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	height: 32px;
}
.blog-latest .blog-category-title{
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 14px;
	padding-top: 6px;
}
.articles-grid-container{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(222px,1fr));
  column-gap: 68.5px;
  row-gap: 40px;
  padding-bottom: 30px;
}
 .article__item{
	display: grid;
	grid-auto-flow: row;
	grid-template: auto 1fr minmax(16px, auto) / 1fr; 
	border: 1px solid #D9D9D9;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 15px;
}
.blog-latest .product-thumb .image a, .blog-category .product-thumb .image a {
    padding: 0; 
}
.blog-latest #column-left{
	width: 15%!important;
}
/*.blog-latest #content{
	width: 83.6%;
}*/
.article__item h4{
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
}
.article__item h4 a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
	color: #1E1E1E;
}
.article__item .image img{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	width: 100%;
}
.article__item .description{
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 0 15px 0 15px;
	color: rgba(26, 26, 24, 0.8);
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px;
}
.blog-latest #carousel0{
	padding-bottom: 80px;
}
.blog-latest .manufacturer-contact .main-title{
	width: 750px;
}
.blog-category .blog-category-description{
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	padding-bottom: 10px;
}
.blog-category .filters-flex-container{
	display: flex;
	justify-content: flex-end;
	column-gap: 12px;
	margin-bottom: 10px;
}
body[class^="product-category"] #content h1{
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin: 0;
}
body[class^="product-category"] .ls-limit-sorts{
	margin-left: auto;
}
body.error-not_found #content{
	text-align: center;
	min-height: unset;
}
body.error-not_found h1{margin-bottom: 13px;}
body.error-not_found .image img{max-width: 100%}
body[class^="product-category"] .localstorage{margin-bottom: 12px}
/*body[class^="product-category"]*/ .ocf-btn-mobile-static .ocf-btn, body.common-home .ocf-btn-mobile-static .ocf-btn {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  background-color: #E31E24;
  border: none;
  border-radius: 5px;
  height: 54px;
  color: #FFF;
  width: 100%;
}
/*body[class^="product-category"]*/ .ocf-btn-mobile-static .ocf-btn .flex-container{
	display: flex;
    width: 170px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
body.common-home .ocf-btn-mobile-static .ocf-btn .flex-container{
	display: flex;
    width: 223px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
} 
body.information-information-9 .system_h1{display: none;}
section.service-page > .title{
	width: 640px;
	padding-bottom: 20px;
}
section.service-page .red{color: #E31E24;}
section.service-page .service__item-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.01em;
	text-align: center;
	margin-bottom: 7px;
	min-height: 40px;
	display: flex;
  align-items: center;
  justify-content: center;
}
section.service-page .service__item-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: -0.01em;
	text-align: center;
	padding: 0 5px;
}
section.service-page .flex-container{
	display: flex;
	width: 961px;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 30px;
}
section.service-page .service__item{
	display: flex;
	flex-direction: column;
	max-width: 195px;
}
section.service-page button{display: block;margin: 0 auto;}
section.serviceform {padding-top: 59px}

section.serviceform .flex-container .right-block img{
   max-width: 100%;
}
section.service-page-header .title{
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	padding: 10px 0 20px 0;
}
section.service-services .title{
	width: 600px;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.01em;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
section.service-services{padding-top: 80px;}
section.service-services .flex-container{
	display: flex;
	column-gap: 25px;
	row-gap: 25px;
	margin-bottom: 20px;
}
section.service-services .item{
	width: 223px;
	height: 223px;
	border: 1px solid #D9D9D9;
	padding: 59px 14px;
	border-radius: 7px;
}
section.service-services button{
	margin: 0 auto;
	display: block;
}
section.service-services .item__text, section.service-services .item__number{
	text-align: center;
}
section.service-services .item__number{
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: -0.01em;
	color: #E31E24;
	padding-bottom: 5px;
}
section.service-services .item__text{
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.01em;
}
#uni-slideshow_v2-73{
	margin-bottom: 80px;
} 
#uni-slideshow_v2-73 .uni-slideshow_v2__item{
	padding: 83px 76px 83px 0px;
}
#uni-slideshow_v2-73 .uni-slideshow_v2__title {
    font-size: 36px;
    line-height: 34px;
}
#uni-slideshow_v2-73 .uni-slideshow_v2__text {
    font-size: 16px;
    line-height: 16px;
    width: 442px;
}
#uni-slideshow_v2-73 .uni-slideshow_v2__title {margin: 0 0 10px;}
#uni-slideshow_v2-73 .uni-slideshow_v2 .owl-dots {bottom: 30px;}
.blog-article #tab-description img{max-width: 100%; border-radius: 19px;}
.blog-article .breadcrumb li a{white-space: break-spaces;}
.category__flex-container, .article__flex-container{
	display: flex;
	column-gap: 20px
}
.category__flex-container #content{flex-grow: 1}
.category__flex-container #column-left, .article__flex-container #column-left{
	flex: 0 0 186px;
}
.row-flex.category-page{
	margin-right: -14.5px;
  margin-left: -15.5px;
  row-gap: 16px;
  margin-bottom: 30px;
}
.product-thumb  .wishlist{
	position: absolute;
	top: 6px;
	right: 6px;
}
.row.category-pagination{
	margin-right: -14.5px;
  margin-left: -15.5px;
  padding: 0 15px;
}
.categorypage__description-title{
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: 12px;
	}
.categorypage__description-li{
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 22px;
	position: relative;
}

.categorypage__description-li:before{
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_345_1735)'%3e%3cpath d='M11 5.53993V5.99993C10.9994 7.07814 10.6503 8.12727 10.0047 8.99084C9.35908 9.85442 8.45164 10.4862 7.41768 10.7919C6.38372 11.0976 5.27863 11.0609 4.26724 10.6872C3.25584 10.3136 2.39233 9.62298 1.80548 8.71847C1.21863 7.81395 0.939896 6.74396 1.01084 5.66809C1.08178 4.59221 1.4986 3.5681 2.19914 2.74847C2.89968 1.92884 3.84639 1.35762 4.89809 1.12001C5.9498 0.882387 7.05013 0.991101 8.035 1.42993' stroke='%23E31E24' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M11 2L6 7.005L4.5 5.505' stroke='%23E31E24' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_345_1735'%3e%3crect width='12' height='12' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	top:1px;
	left: 0;
	height: 12px;
	width: 12px;
	position: absolute;
}
.category__description-text{
	flex: 1 1 600px;
}
.categorypage__simpletextblock {padding-bottom: 0}
.categorypage__simpletextblock .title{margin: 0 0 20px 0; text-align: left; max-width: 525px;}
.categorypage__simpletextblock p{font-size: 14px;line-height: 14px;}
.categorypage__simpletextblock p:last-child{margin-bottom: 0;}
.categorypage__simpletextblock.categorypage__advantages .title{max-width: 780px}
.four-mistakes .title{margin-bottom: 20px;}
.four-mistakes .mistakes__grid-box{
	display: grid; 
	grid-template-columns: repeat(4, minmax(200px,1fr));
	grid-gap: 20px;
}
.mistakes__item-number{color:#E31E24;font-size: 48px;font-weight: 600;line-height: 48px;margin-bottom: 5px;}
.mistakes__item-title{font-size: 18px;font-weight: 600;line-height: 18px;margin-bottom: 5px;max-width: 249px}
.mistakes__item-text{font-size: 14px;line-height: 14px;max-width: 249px}
.categorypage-have-question .buttons svg{vertical-align: middle;margin-left: 7px}
.categorypage-have-question{
	margin: 0 auto;
	max-width: 635px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.categorypage-have-question .title{
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
	text-align: center;
}
.categorypage-have-question .sub-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: -0.01em;
	text-align: center;
	color: #E31E24;
	margin-bottom: 10px;
}
.categorypage-have-question .text{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.01em;
	text-align: center;
}
.categorypage-have-question .buttons{
	display: flex;
  justify-content: center;
  gap: 5px;
}
#product .cart{display: flex;}
#product .btn-wishlist .btn-icon-wishlist {
    background: url("/catalog/view/theme/luxshop/image/wishlist-icon-blue.svg");
    width: 14px;
    height: 14px;
}
#product .btn-compare .btn-icon-compare {
    display: block;
    background: url("/catalog/view/theme/luxshop/image/compare-icon-blue.svg");
    width: 14px;
    height: 14px;
    -webkit-mask-image:none;
}
#product .btn-compare{background: transparent;}
#product .btn-compare:hover, #product .btn-wishlist:hover{background: transparent;}
#product .btn-compare, #product .btn-wishlist{width: unset; color: #3281E4;font-size: 12px;font-weight: 500;line-height: 14px;column-gap: 5px; padding: 0; height: 20px}
#product .rating.info-rating{margin-bottom: 5px;}
#product .quantity-reviews {width: unset;}
#product .quantity-reviews .text {width: unset;color:#5087D9; font-size: 12px; line-height: 14px}
#modal-quickorder .modal-dialog {
    width: calc(100% - 40px);
 }
.accordion_wrap {
    padding: 0 20px 0 0;
}
.accordion {
    cursor: pointer;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s all ease;
    position: relative;
    background: #FFF;
}
.accordion:after {
    content: '';
    background: url(/catalog/view/theme/luxshop/image/chevron-up.svg) no-repeat;
    width: 14px;
    height: 14px;
    top: 6px;
    position: absolute;
    right: -21px;
    transition: 0.4s all ease;
}
.accordion.active:after{
	transition: 0.4s all ease;
	 content: '';
	transform: rotate(180deg);
}
 .ac_panel {
    background-color: white;
    display: none;
    overflow: hidden;
    padding: 2px 0 0 0;
}
#product .left-side{flex-grow: 1}
#product .right-block {
/*    flex-basis: 349px;*/
	width: 329px;
	}

#product {
	display: grid;
	grid-template-columns: 867px 329px;
	grid-template-rows: 552px auto;
	column-gap: 20px;
	row-gap: 20px;
}
.thumbnails .image-additional{
     display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
}
.thumbnails .image-additional .item img{height: unset;}
.thumbnails .image-additional .item{
	border: 1px solid transparent;
/*	display: inline;*/
}
.thumbnails .image-additional.slick-initialized .slick-slide.slick-current, .thumbnails .image-additional .item.active {
   border: 1px solid #E1E1E1;
}
#login-form-popup .forgotten, #login-form-popup .btn-register{
	text-decoration: underline;
	font-size: 16px;
	line-height: 19px;
}
#login-form-popup .btn-register{
	color: #E31E24;
}
#login-form-popup .forgotten{
	color: rgba(30, 30, 30, 0.9);
}
#login-form-popup .modal-title{
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	color: #1E1E1E;
}
#login-form-popup .form-group label{
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color:#1E1E1E;
}
.cart-flex-box{
	row-gap: 20px;
}
.cart__product-item{
	display: grid;
	grid-template-columns: 74px 125px 1fr 83px 280px;
	padding-bottom:20px;
	border-bottom: 1px solid #D9D9D9;
	align-items: center;
}
.cart__product-item .btn-remove{background: transparent;padding: 0}
.cart__product-item .cart__product-title {padding: 0 50px}
.cart__product-item .cart__product-title .prod-name{
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #1E1E1E;
	margin-bottom: 5px;
	display: block;
}
.cart__product-item .cart__product-total {padding-left: 75px}
.cart__product-item .cart__product-total .total-row{
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.cart__product-item .cart__product-total .price-for-one{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	white-space: nowrap;
	color: #A6A6A6;
}
.cart__product-item .cart__product-option {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #616161;
}
.cart-totals {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #1E1E1E;
}
.cart-total-title{
	margin-bottom: 5px;
	text-align: right;
}
.cart__product-image{
	border: 1px solid #D9D9D9;
}
.btn-open-search, .close-search-desktop{cursor: pointer;}
body.product-search h1{margin-top: 0}
body.product-search h2{
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 7px;
}
.container_red_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_red_checkbox input:checked ~ .checkmark {
    background-color: #E31E24;
    border: 1px solid #E31E24;
}
.container_red_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #DCDCDC;
}
.container_red_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container_red_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container_red_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_red_checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #FFF;
}
.container_red_checkbox input:disabled ~ .checkmark {
    background-color: #F2F2F2;
}
.container_red_checkbox input:disabled ~ .checkmark{
	cursor: not-allowed;
}
#requestModal .modal-dialog{
	width: 500px;
	border-radius: 5px;
	/* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    margin: 0 auto;
}
#requestModal .modal-content{
	padding: 30px;
	flex-grow: 1;
}
#requestModal .modal-content .close{
	opacity: 1;
}
#requestModal .modal-header,
#requestModal .modal-body,
#requestModal .modal-footer{
	padding: 0;
	border: 0;
}
#requestModal .modal-title{
	color: #1E1E1E;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 20px;
}
#requestModal .modal-footer{text-align: left;}
#requestModal .inputs-flex-box{column-gap: 20px}
#requestModal .form-group{flex-grow: 1;margin-bottom: 20px;}
#form-request-form label{font-size: 16px;font-weight: 500;line-height: 19px;}
#form-request-form input{border-radius: 8px;font-size: 14px; line-height: 17px; font-weight: 500; color: #1E1E1E;}
#form-request-form input::placeholder{font-size: 14px; line-height: 17px; font-weight: 500;}
#requestModal span.red{color: #E31E24; text-decoration: underline;}
#requestModal .worktime{font-size: 16px;font-weight: 400;line-height: 19px;margin-bottom: 20px;}
#requestModal .modal-header .close {
    margin-top: 2px;
}
#partnerform{
	scroll-margin-top:70px;
}
#account-extension .account-heading{
	color: #1E1E1E;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
}
#account-extension .list-group a{
	color: #1E1E1E;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	padding: 20px;
	border: 0;
}
#account-extension .list-group a.active{
	font-weight: 500;
}		
#account-extension .list-group-item{border: 0;}
#account-extension .list-group a.active,
#account-extension .list-group a.active:hover{
    background: #F9F9FC;
    /*border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;*/
}
#account-extension .list-group a:hover{
	background: unset;	
}

#account-extension .list-group-item:first-child {border-top-left-radius: 0; border-top-right-radius: 0;}
#account-password .form-group{margin-left: 0;margin-right: 0}
#common-success span.red{color:#E31E24 }
#common-success .order-details, #common-success .order-products {padding: 30px; border: 1px solid #DCDCDC;margin-bottom: 20px}
#common-success .order-detais-heading{font-size: 24px;font-weight: 600;line-height: 29px;margin-bottom: 30px}
#common-success .order-details .detail-title{font-size: 15px;font-weight: 500;line-height: 18px;}
#common-success .order-details .detail-line{padding-bottom: 15px;}
#common-success .order-products .product_row{padding-bottom: 13px; padding-top: 13px}
#common-success .order-products .product_info{padding-left: 50px; flex-grow: 1; align-self: center}
#common-success .order-products .product_name{font-size: 20px;font-weight: 500;line-height: 24px;margin-bottom: 5px}
#common-success .order-products .product_option{font-size: 12px;font-weight: 400;line-height: 14px;color:#616161;margin-bottom: 2px}
#common-success .order-products .product_total{align-self: center; color: #E31E24;font-size: 20px;font-weight: 600;line-height: 30px;}
#common-success .order-products .product_price_unit{display: none;color:#A6A6A6;font-size: 12px;font-weight: 400;line-height: 14px;}







@media(max-width: 1260px){
	.category_description {
    row-gap: 50px;
    flex-direction: column-reverse;
 	}
 	.category__description-text {
    flex-basis: unset;
	}
	.miniatures-box svg{height: 18px; width: 18px}
	.btn-menu-top .text-category {
    font-size: 12px;
    line-height: 12px;
	}
	#logo img{max-width: 150px}
	section.partnerform .flex-container{
		align-items: flex-end;
	}
	section.partnerform .flex-container .right-block img{
		max-width: 100%;
		padding-bottom: 65px;
	}
	section.partners-advantages .flex-container, section.partnerform .flex-container {
    column-gap: 20px;
	}
	section.dilerform .right-block{
		align-self: center;
	}
	section.dilerform .left-block, section.dilerform .right-block{
	flex: 1 1 calc(100% / 2 - 57px);
	}
	section.dilerform .flex-container{
  column-gap: 57px;
	}
	section.guarantee .flex-container {
    column-gap: 75px;
	}
	section.guarantee .text-block {
    flex: 0 1 410px;
	}
	section.guarantee .form-block {
    flex: 0 0 466px;
	}
	section.guarantee .form-block .title, section.guarantee .text-block .title {
    width: 100%;
	}	
}
@media (max-width: 1259px){
	.thumbnails .image-additional .item {
    height: 56px;
	}


	.thumbnails .image-additional {
    justify-content: center;
    row-gap: 14px;
	}
	.heading_title-box .info-model {
    flex: 0 0 28%;
    align-self: flex-end;
    margin-bottom: 15px;
	}
	#product .right-block {
    width: 100%;
  	}
	#product {
		grid-template-columns: repeat(2, calc(100% / 2 - 10px));
		grid-template-rows: auto auto;
	}
	#product .product_description{
		grid-column: 1/3;
	}
	body.common-home #column-left {
    width: 244px;
	}
	body.common-home .pos5 {
    max-width: 886px;
	}
}
@media (max-width: 1200px){
	.cart__product-item .cart__product-total {
    padding-left: 25px;
	}
	.cart__product-item {
    grid-template-columns: 47px 125px 1fr 83px 230px;
	}
	.cart__product-item .cart__product-title {
    padding: 0 23px;
	}
	section.service-services .item:nth-child(1), section.service-services .item:nth-child(4){margin-left: auto;}
	section.service-services .item:nth-child(3), section.service-services .item:nth-child(5){margin-right: auto;}
	section.service-services .flex-container{
		flex-wrap: wrap;
	}
	section.serviceform .flex-container{
		column-gap: 57px;
	}
	section.serviceform .flex-container .right-block{flex: 1 1 427px; align-self: flex-end;}
	section.serviceform .flex-container .right-block img{
		padding-bottom: 65px;
	}
	section.serviceform .main-title-copy {
    font-size: 32px;
    line-height: 32px;
	}
	section.service-page .flex-container {
    width: 916px;
	}
	.articles-grid-container {
    column-gap: 40px;
	}
	section.what-we-offer-2  .padding-right {
     padding-right: 0;
	}
	section.what-we-offer-2 .image {
    max-width: 486px;
    padding-top: 85px;
    padding-right: 20px;
	}
	section.what-we-offer .item-image {
    align-self: flex-end;
    flex: 1 1 53%;
	}
	section.what-we-offer .flex-container{
	column-gap: 33px;
	}
	section.about-us .main-block {
    width: 725px;
	}
	.wishlist-quantity, .compare-quantity {
    top: -4px;
    right: -6px;
	}
	.wishlist-quantity{line-height: 14px}
	#cart > .btn {
    height: 34px;
 	}
	section.partnerform .flex-container{column-gap: 57px}
	.manufacturer-content .manufacturer__item {
    flex: 1 1 calc(100% / 3 - 30px);
    height: 157px;
 	}
	.manufacturer-content {
    gap: 15px;
	}
	.name-brand {
    font-size: 36px;
    line-height: 40px;
	}
	section.manufacturer-contact .flex-container {
    column-gap: 29px;
	}
	header .main-menu {
    column-gap: 8px;
	}
	header .miniatures-box {
    column-gap: 15px;
	}
	header .main-menu li a {
    font-size: 12px;
    line-height: 14px;
	}
	body.common-home .pos5 {
    max-width: 708px;
	}
	.page-contacts .flex-container {
		column-gap: 29px;
	}
}
@media (max-width: 992px){
	
	section.what-we-offer .item-text p {
    line-height: 19.8px;
	}
	#googlemap {
    height: 391px!important;
 	}
	
	section.become-diler .main-block .text {
	    width: 95%
	}
	.who-we-are .flex-container{
		flex-direction: column;
		row-gap: 38px;
	}
	.page-contacts .flex-container {
		column-gap: 20px;
	}
	.our-advantages .flex-container-item{
		flex: 1 1 calc(100% / 2 - 40px);
	}
}
@media (max-width: 991px){
	#search .ajaxadvance .name {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
	}
	.autosearch li{
		max-width: 398px;
    	margin: 0 auto;
	}
	#search .ajaxadvance {
    row-gap: 15px;
    flex-direction: column;
	}
	body.common-home .pos5 {
    width: 100%;
    max-width: unset;
	}
	.cart__product-item .cart__product-total {
    padding-left: 14px;
	}
	.cart__product-item .cart__product-title {
    padding: 0 14px;
	}
	.cart__product-item {
    grid-template-columns: 38px 100px 1fr 83px 216px;
	}
	#fix_right_block {
    flex: 0 0 calc(50% - 10px);
	}
	#product {
		grid-template-columns: repeat(2, calc(100% / 2 - 10px));
		grid-template-rows: auto auto auto;
	}
	#product .left-side, #product .right-block{
		grid-column: 1/3;
	}
	#product .right-block{
		display: flex;
		column-gap: 20px;
		align-items: flex-start;
	}
	.custom-block-products {
    margin-top: 0;
    margin-bottom: 0;
	}
	.four-mistakes .mistakes__grid-box {
    grid-template-columns: repeat(2, minmax(200px,1fr));
    width: 598px;
    margin: 0 auto;
	}

	section.service-page .flex-container.two-columns .service__item:nth-child(odd){justify-self: end;}
	section.service-page .flex-container.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
	}	
	.blog-latest .heading-flex-container {
    margin-bottom: 20px;
	}
	section.serviceform #form-contact-form .form-group {
    flex: 1 1 100%;
	}
	section.serviceform .flex-container .right-block, section.serviceform .flex-container .left-block{flex: unset;}
	section.serviceform .flex-container .right-block{align-self: flex-start;}
	section.serviceform .flex-container .right-block img {
    padding-bottom: 0; 
	}
	section.serviceform .flex-container {
  	row-gap: 50px;
  	width: 510px;
    flex-direction: column-reverse;
	}
	section.service-page .service__item-title {
    font-size: 18px;
    line-height: 18px; 
	}
	section.service-page .service__item {
    flex: 0 0 calc(25% - 4px);
	}
	section.service-page .flex-container {
    width: 100%;
    column-gap: 5px;
	}
	section.service-page > .title{
		width: 100%;
	}
	body[class^="product-category"] .localstorage{margin-bottom: 20px}
	body[class^="product-category"] .ls-limit-sorts .ls-dropdown{width: 100%}
	body[class^="product-category"] .ls-limit-sorts .btn-group button{
		width: 100%;
	}
	body[class^="product-category"] .ls-limit-sorts .btn-group{
		flex-basis: calc(100% / 2 - 5px);
	}
	body[class^="product-category"] #content h1{margin-bottom: 20px;font-size: 32px;line-height: 38px;}
	
	.blog-latest .manufacturer-contact .main-title {
    max-width: 85%;
	}
	.blog-sorting select, .blog-limit select {
    text-align: center;
	}
	.blog-latest h1{
		flex-basis: 100%;
		padding-bottom: 20px;
	}
	.blog-latest .blog-sorting{
		margin-left: 0;
	}
	.blog-sorting, .blog-limit{
		flex-basis: calc((100% - 12px) /2);
	}
	 .articles-grid-container {
    column-gap: 29px;
    row-gap: 20px;
	}
	section.what-we-offer .item-image {
    align-self: flex-start; 
	}
	section.what-we-offer .flex-container {
    flex-direction: column-reverse;
    row-gap: 20px;
  	}
	.box-account .btn-account {
    padding-left: 3px;
    padding-right: 3px;
	}
	.list_lang {
    margin-right: 4px;
	}
	.btn-currency-top {
    margin-right: 0;
	}
	.box-account {
     padding-right: 0; 
	}
	.dropdown-menu.ls-dropdown > li > button, .dropdown-menu.ls-dropdown > li > a {
    padding: 3px 5.5px 3px 5.5px !important;
	}
	#cart svg{margin-top: 2px;}
	#cart > .btn .cart-total {
    margin: 0;
 	}
	.wishlist-quantity, .compare-quantity {
    top: -10px;
    right: -12px;
	}
	#cart .products b {
    left: 5px;
    top: -2px;
	}
	#cart > .btn {
    height: 30px;
		padding: 0;
	}
	.btn-wishlist-top{
		width: unset;
		height: unset;
		line-height: unset;
	}
	header .miniatures-box .box-wishlist {
    height: 13.5px;
  	}
	.miniatures-box .box-search{display: flex}
	.btn-menu-top .text-category {
    font-size: 10px;
    line-height: 10px;
	}
	.miniatures-box svg {
    height: 13.5px;
    width: 13.5px;
	}
	header .main-menu li a {
    font-size: 10px;
    line-height: 12px;
	}
	#logo img{max-width: 114px}
	section.partnerform .flex-container .left-block{width: 81%;}
	section.partnerform .flex-container .right-block img {
    padding-bottom: 50px;
	}
	section.partnerform .flex-container {
    flex-direction: column-reverse;
    align-items: flex-start;
	}
	section.partnerform .main-title{display: none;}
	section.partners-advantages .flex-container .flex-container-item img {
    max-width: 90%;
	}	
	section.partners-advantages .flex-container {
    align-items: flex-start;
    flex-direction: column-reverse;
    row-gap: 50px;
	}
	section.dileraddress .address__item {
    flex: 1 1 calc(100% / 2 - 20px);
	}
	.manufacturer-content .manufacturer__item {
    height: 181px;
	}
	.store-sidebar__cities {
    column-gap: 11px;
 	 }	
	.store-sidebar__group_name {
    font-size: 14px!important;
    line-height: 14px!important;
	}
	section.dilerform #form-contact-form {max-width: 590px}
	section.dilerform .main-title{display: none}
	section.dilerform .right-block, section.dilerform .left-block{
    align-self: flex-start;
	}
	section.dilerform .flex-container {
    flex-direction: column-reverse;
    row-gap: 50px;
	}
	
	.thumb-brand img{
		height: 40px;
	}
	.name-brand {
    font-size: 38px;
    line-height: 42px;
	}
	.manufacturer-content .manufacturer__item {
    flex: 1 1 calc(100% / 2 - 30px);
  }
	section.manufacturer-contact .main-title {
   	max-width:50% ;
	}
	section.manufacturer-contact .left-block, section.manufacturer-contact .right-block {
    flex: 1 1 calc(100% / 2 - 20px);
	}
	section.manufacturer-contact .flex-container {
    column-gap: 20px;
	}
	section.guarantee .text-block {
    flex-grow: 1;
	}
	section.guarantee .flex-container {
    flex-wrap: wrap;
		row-gap: 30px;
	}
	section.components .flex-container {
   	justify-content: center;
	}
	section.components .title-item {
    text-align: center;
    padding-right: 0;
    flex-grow: 1;
	}
	section.components .title-item .item-text {
    width: 100%; 
    float: unset; 
	}
}
@media (max-width: 850px){
		#googlemap {
    height: 299px!important;
 }
}
@media (max-width: 768px){
	.search_all_btn{width: 100%}
	
  #cart .dropdown-menu .table + p {
  	flex-direction: column;
  }
  #cart .dropdown-menu .table + p .btn-default{
   	width: 100%;
   }
	section.what-we-offer .item-text p {
    line-height: 18px;
	}
	/*.manufacturer-content .manufacturer__item-custom a {
    font-size: 14px;
    line-height: 14px;
  }*/
	/*.thumb-brand img{
		height: 30px;
	}*/
	
	section.manufacturer-contact .main-title {
   	max-width:65% ;
	}
	section.manufacturer-contact .flex-container {
    row-gap: 20px;
    flex-direction: column;
	}
	section.become-diler .main-block {
    width: 100%;
  }
	.our-advantages .flex-container{
		justify-content: center;
	}
	.our-advantages .flex-container-item{
		flex:0 0 392px;
	}
}
@media (max-width: 767px){
	#common-success .order-products .product_name, 
	#common-success .order-products .product_option, 
	#common-success .order-products .product_total{text-align: center}
	#common-success .order-products .product_info {padding-left: 0;}
	#common-success .order-products .product_row{flex-direction: column;align-items: center}
	#search .dropdown-menu.autosearch{
		width: 100vw!important;
		margin-left: -20px;
		border-radius: 0!important;
	}
	 .close-search-desktop{display: none}
	
	.cart__product-item .cart__product-title {
   text-align: center;
	}
	.cart__product-item .cart__product-total {
    padding-left: 0;
	}
	.cart__product-image, .cart__product-total {
    justify-self: center;
	}
	.cart__product-total{
		grid-column: 2/3;
		grid-row: 4/5;
	}
	.ls-cart-quantity{
		grid-row: 3/4;
		grid-column: 2/3;
	}
	.cart__product-title{
		grid-row: 2/3;
		grid-column: 2/3;
	}
	.cart__product-item {
    grid-template-columns: 1fr 280px 1fr;
    grid-template-rows: 150px auto 46px 44px;
    row-gap: 20px;
  }
	.four-mistakes .mistakes__grid-box {
    width:100%;
	}
	section.service-services .title {width: 100%}
	section.service-services .item:nth-child(1){margin-left: auto;} 
	section.service-services .item:nth-child(3){margin-left: auto;margin-right: 0}
	section.service-services .item:nth-child(2){margin-right: auto;}
	section.service-services .item:nth-child(4){margin-right: auto;margin-left: 0}
	section.service-services .item:nth-child(5){margin: 0 auto;}
	section.service-page .service__item-title {
    font-size: 20px;
    line-height: 20px;
	}
	section.service-page .flex-container{
		flex-direction: column;
		align-items: center;
		row-gap: 50px;
	}
	.blog-latest .manufacturer-contact .main-title {
    max-width: 100%;
	}
	.articles-grid-container {
    column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(258px,1fr));
	}
	header{
		height: 54px;
	}
	.mob-m-i-block{
		display: flex;
    align-items: center;
    justify-content: space-between;
    width: 175px;
	}
	section.partnerform .flex-container .left-block {
    width: 100%;
	}
	section.partners-advnаtages .flex-container .flex-container-item img {
    max-width: 100%;
	}	
	.name-brand {
    font-size: 31px;
    line-height: 34px;
	}
	.manufacturer-content .manufacturer__item {
    height: 132px;
	}
	#googlemap{
		height: 400px!important;
	}
	.store-sidebar__cities {
    column-gap: 20px;
  }
	.store-sidebar__group_name {
    font-size: 12px!important;
    line-height: 12px!important;
	}
	section.dilerform .main-title-copy{
    max-width: 100%;
  }
	section.guarantee .form-block {
    flex-grow: 1;
	}
	section.components:before, section.who-we-are:before, section.become-diler:before {    
	    width: 100vw;
	    left: -20px;
	}

	.page-contacts .flex-container {
		flex-direction: column;
	}
}
@media (max-width: 672px){
	#product .right-block{
		display: block;
	}
	.custom-block-products {
    margin-top: 20px;
	}
}
@media (max-width: 576px){
	#requestModal .inputs-flex-box {
    	flex-direction: column;
	}
	section.manufacturer-contact .main-title {
   	max-width:75% ;
	}
	section.components .title-item .item-text {
    width: 290px;
    margin: 0 auto;
	}
}
@media(max-width:575px){
	#account-extension .list-group a{text-align: center}
	#account-extension .list-group a.active:after{
		content: '';
		height: 2px;
		width: 118px;
		left:calc(50% - 59px);
		bottom: 0;
		background: #E31E24;
		position: absolute;
	}
	section.service-services .flex-container{flex-direction: column;align-items: center}
	section.service-services .item:nth-child(n) {
		margin-left: 0;
		margin-right: 0}
	section.serviceform .main-title-copy {
    font-size: 28px;
    line-height: 28px;
	}
	section.serviceform .flex-container {
    width: 100%;
	}
	body[class^="product-category"] .ls-limit-sorts .btn-group {
    flex-basis: 100%;
    margin-right: 0;
	}
	body[class^="product-category"] .ls-limit-sorts {
    flex-wrap: wrap;
    row-gap: 12px;
	}
	section.dileraddress .address__item {
    flex-basis:100%;
	}
	.manufacturer-content .manufacturer__item {
    height: 171px;
    flex-basis: 100%;
	}
	.store-sidebar__group_name.active {
 		font-weight: 600!important;
	}
	.store-sidebar__group_name {
    margin: 7px 0 7px 0px!important;
    font-size: 18px!important;
    line-height: 18px!important;
  }
	.store-sidebar__cities {
    flex-direction: column;
  }
	.locations-module .store-sidebar {
    border: none!important;
  }
	/*.manufacturer-content a {
    padding: 65px 20px 20px 20px;
  }*/
	.name-brand {
    font-size: 38px;
    line-height: 42px;
	}
	/*.manufacturer-content{
    flex-direction: column;
	}*/
	.featured-title .title-module{
		text-align: center;
	}
}
@media (max-width: 500px){
	#requestModal .modal-dialog-centered {
	    align-items: stretch;
	}
	#requestModal .modal-dialog,
	#requestModal .button-rq-send {
    	width: 100%;
	}
	section.guarantee .form-block .title {
    font-size: 22px;
    line-height: 22px;
    width: 100%;
	}
	section.guarantee .text-block .text {
    font-size: 14px;
    line-height: 14px;
	}
	section.guarantee .text-block .title {
    font-size: 28px;
    line-height: 27px;
    width: 100%;
	}
	section.guarantee .form-block {
    flex-grow: 0; 
    flex-shrink: 1;
	}
	section.guarantee #form-contact-form fieldset {
    flex-direction: column;
	}
}
@media (max-width: 480px){
	#uni-slideshow_v2-73 .uni-slideshow_v2__title {max-width: 100%}
	#uni-slideshow_v2-73 .uni-slideshow_v2__description {
   	 	max-width: 100%;
	}
	#uni-slideshow_v2-73 .uni-slideshow_v2__btns{
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		margin-bottom: 10px;
	}
	#uni-slideshow_v2-73 .uni-slideshow_v2__item{
		padding: 20px 10px 20px 10px;
	}
	.share__window {
	    max-width: calc(100%  - 40px);
	    position: fixed;
	    top: 236px;
	    left: 20px;
	}
	body.checkout-cart .buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
	}
	.heading_title-box {
    flex-direction: column;
    row-gap: 20px;
	}
	.heading_title-box .info-model {
    flex: 0 0 100%;
    align-self: flex-start;
    margin-bottom: 0px;
	}
	.categorypage-have-question .buttons {
    flex-direction: column;
    align-items: center;
	}
	.four-mistakes .mistakes__grid-box {
    grid-template-columns: 260px;
	}
	section.service-page .flex-container.two-columns .service__item, section.service-page .flex-container.two-columns .service__item:nth-child(odd) {
    justify-self: center;
}
	section.service-page .flex-container.two-columns {
    grid-template-columns: 1fr;
	}	
	section.service-services .title, .categorypage-have-question .title {
    font-size: 28px;
    line-height: 27px;
	}
	/*body[class^="product-category"]*/ .ocf-btn-mobile-static .ocf-btn .flex-container {
    width: 75%!important;
	}
	/*body[class^="product-category"]*/ .ocf-btn-mobile-static .ocf-btn {
    font-size: 14px;
    line-height: 17px;
	}
	body.common-home .ocf-btn-mobile-static .ocf-btn {
    font-size: 14px;
    line-height: 17px;
	}
	.blog-category .filters-flex-container{
		flex-wrap: wrap ;
	}
	.blog-sorting, .blog-limit {
    padding-bottom: 12px;
    flex-basis: 100%;
	}
	.articles-grid-container {
    padding-left: 22px;
		padding-right: 22px;
	}
	.uni-slideshow_categories-title .title {
    font-size: 28px;
    line-height: 27px;
	}
	section.what-we-offer .item-text p, 	section.what-we-offer-2 p {
    font-size: 14px;
    line-height: 14px;
	}
	section.what-we-offer .item-text .title , section.what-we-offer-2 p.title{
    font-size: 28px;
    line-height: 27px;
  }
	.mob-m-i-block{
    width: 140px;
	}
	.fm-logo img{
		max-width: 114px;
	}
	#googlemap{
		height: 300px!important;
	}
	section.dilerform #form-contact-form .form-group, section.partnerform #form-contact-form .form-group {
    flex: 1 1 100%;
	}
	section.dilerform .main-title-copy,  section.partnerform .main-title-copy {
    font-size: 28px;
    line-height: 27px;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
	section.manufacturer-contact .main-title {
   	max-width:100% ;
		font-size: 28px;
		font-weight: 700;
		line-height: 27px;
		letter-spacing: -0.01em;
	}
	section.contact-us .main-block .title {
    font-size: 28px;
    line-height: 27px;
	}
	section.become-diler .main-block .title {
     font-size: 28px;
    line-height: 27px;
	}
	section.become-diler .main-block .text {
    font-size: 14px;
    line-height: 14px;
}
	section.contact-us .buttons-block {
    flex-direction: column;
	}
	section.become-diler .buttons {
    flex-direction: column;
    align-items: center;
	}
	section.components .title-item .item-text {
    font-size: 14px;
    line-height: 14px;
	}
	section.components .title-item .item-title {
    font-size: 28px;
    line-height: 27px;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 11px;
  }
	.who-we-are .container-item-text{
		font-size: 14px;
		line-height: 14px;
	}
	.who-we-are .container-item-story .item-title{
		font-size: 28px;
		line-height: 28px;
	}
	.who-we-are .photo-item {
    flex: 1 1 calc(100% / 3 - 20px);
	}
}
@media (max-width: 410px){
	.who-we-are .photo-item {
    flex: 1 1 calc(100% / 2 - 10px);
	}
	.our-advantages .flex-container-item{
		flex:0 0 335px;
	}
}
@media(min-width:576px){
	#account-extension .list-group a.active{
		border-left: 2px solid #E31E24;
	}
}
@media(min-width:768px){
	.box-search{
		position: absolute;
		top: 87px;
		z-index: 1009;
		width: 600px;
/*		padding: 7px 15px;*/
    background: #FFF;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, 0);
/*		display: block!important;*/
	}

 #search{padding: 3px 15px; background: transparent;}
	header{
		position: relative;
		z-index: 1009;
	}
	#top{
		position: relative;
		z-index: 1010;
	}
}
@media(min-width:768px) and (max-width: 991px){
	section.what-we-offer-2 p:last-child {
   clear: both;
    padding-top: 20px;
	}
	section.what-we-offer-2 p:nth-last-child(2){
		padding-top: 25px;
	}

}
@media(min-width:992px){
	#product .right-block {
	  grid-row: 1/3;
    grid-column: 2/3;
  }
	.blog-latest #content {
     width: 1010px; 
	}
	section.manufacturer-contact-title .main-title, section.partneram-contact-title .main-title{
			max-width: 80%;
	}
	section.dilerform .main-title-copy, section.partnerform .main-title-copy{display: none}
}
@media(min-width:1200px){
	
	#modal-quickorder .modal-dialog {
    width: 1000px;
    padding: 15px;
  }

	section.serviceform .left-block .title{display: none;}
	section.manufacturer-contact-title .main-title, section.partneram-contact-title .main-title{
			max-width: 61%;
	}
}
@media(min-width:992px) and (max-width:1350px){
	.carousel-mod .slick-mod-arrow.next-prod {
    right: -27px;
	}
	.carousel-mod .slick-mod-arrow.prev-prod {
    left: -27px;
	}
	.content-carousel-0{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1260px){
	.thumbnails .image-additional {
    order: 1;
    align-content: flex-start;
	}
	.thumbnails .general-image {
    order: 2;
	}
	#product .thumbnails {display: flex; column-gap: 20px}

.thumbnails .general-image {
    flex: 0 1 calc(100% - 76px);
    width: calc(100% - 76px);
  }
.thumbnails .image-additional { 
	min-width: 0; 
	flex: 0 0 56px}
.thumbnails .image-additional .item{
	width: 56px; 
	height: 56px;
	margin-bottom: 6px;
}
}
/*@media(min-width:1200px) and (max-width:1380px){
	.carousel-mod .slick-mod-arrow.next-prod {
    right: -28px;
	}
}*/
@media(min-width:769px){
	.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);*/
		background-color: #E31E24;
	}
	.manufacturer-content a:hover  .name-brand {
   		 color: #FFF;
	}
}
body.account-wishlist a.btn-remove {
    padding: 4px 5px;
}
body.information-information-10 section.guarantee {
    padding: 0 0;
}
body.information-information-10 .p-content {
    display: none;
}
@media(min-width:350px) and (max-width:400px){
	.product-thumb .stickers-ns{top: 13px;left: 3px}
	.product-thumb .sticker-ns.bestseller{padding: 4px}
}
@media(min-width:350px) and (max-width:390px){
	#uni-slideshow_v2-73 .uni-slideshow_v2__title {
    	font-size: 32px;
    	line-height: 32px;
	}
}