body {
	font-family: Onest, sans-serif;
	font-weight: 400;
	color: #121315;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	font-optical-sizing: auto;
	font-style: normal;
}
body.acn li[data-id="ean"] {
	display: none !important;
}
body.open {
	overflow:hidden;
	padding-right: 10px;
}
body.open #top-fixed {
	padding-right: 10px;
}
@media screen and (max-width:992px) {
	body.open {
		padding-right: 0;
	}
	body.open #top-fixed {
		padding-right: 0px;
	}
}
::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:0px;
	height:0px
}
a {
	transition:all linear .25s;
}
* {
	outline: none !important;
}
::-webkit-scrollbar-track {
	background-color:#FAFAFA
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#0450B9;
}
::-webkit-scrollbar-thumb:hover{
	background-color:#0450B9;
}
::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:10px;
	height:0px
}
::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}
.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;
}
@media (min-width: 768px) {
	.text-sm-left {
		text-align: left;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-center {
		text-align: center;
	}
	.text-sm-justify {
		text-align: justify;
	}
}
@media (min-width: 992px) {
	.text-md-left {
		text-align: left;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-justify {
		text-align: justify;
	}
}
@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-center {
		text-align: center;
	}
	.text-lg-justify {
		text-align: justify;
	}
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.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: 15px;
	padding-left: 15px;
}
.dflex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media (min-width: 992px) {
	.col-md-offset-right-3 {
		margin-right: 25%;
	}
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 400;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 5px;
}
.fa {
	font-size: 14px;
}
.h1, h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.h1, h1 {
		font-size: 20px;
	}
}
.h2, h2 {
	font-size: 20px;
}
.h3, h3 {
	font-size: 18px;
}
.h4, h4 {
	font-size: 15px;
}
.h5, h5 {
	font-size: 12px;
}
.h6, h6 {
	font-size: 10.2px;
}
a {
	color: #04A349;
}
a:hover {
	text-decoration: none;
	color: #04A349;
}
a:focus {
	outline: none;
	outline-offset: -2px;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
b, strong {
	font-weight: 600;
}
input:focus {
	outline: 0;
}
input[type="number"], input[type="text"] {
	-webkit-appearance: none !important;
}
select.form-control, textarea.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;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
}
.dropdown-menu li>a:hover, .dropdown-menu li>a.active, .dropdown-menu li>a:focus {
	text-decoration: none;
	border-radius: 3px;
	color: #000;
	background-color: transparent;
}
.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;
	border-radius: 3px;
}
.row-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	position: relative;
}
.ms-price .ms-price-cont {
	background: #0450B9;
}
@media (min-width: 768px) {
	.f-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.f-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.flex-1 {
		flex: 1;
	}
	.flex-07 {
		flex: 0.7;
		flex-wrap: nowrap;
	}
	.col-lg-auto {
		width: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
	.ml-auto {
		margin-left: auto;
	}
}
.dropdown-menu {
	border: 0px;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	padding: 20px;
	margin: 5px 0 0;
	min-width: 76px;
}
.open>.dropdown-menu {
	z-index: 1002;
}
.h-type-2 .box-account .dropdown-menu {
	margin-top: 0px;
	border-radius: 12px 0px 12px 12px;
}
#search .input-lg {
	background: #FAFAFA;
	padding: 0 120px 0 15px;
	height: 64px;
	border-radius: 10px;
	font-size: 18px;
	color:#121315;
	border:0;
	width: 100%;
}
#search .form-control::placeholder {
	color: #989898 !important;
}
#search .form-control:focus {
	box-shadow: none;
	outline: 0 none;
}
.btn-search {
	position: absolute;
	border-radius: 10px;
	right: 0px;
	top:0;
	width: auto;
	padding: 0;
	padding-top: 5px;
	height: 100%;
	background: #0450B9 !important;
	border:0;
	box-shadow: none;
	z-index: 2;
	justify-content: center;
	align-items: center;
	border:1px solid #0450B9;
	font-size: 18px;
	color:#fff;
	font-weight: 600;
	padding: 0 10px 0 15px;
	display: inline-flex;
	align-items: center;
}
#searchtop {
	width: 100%;
	max-width: 630px;
}
.btn-search svg {
	fill:#fff;
	display: block;
	margin-left: 10px;
}
button,svg {
	transition:all linear .25s;
}
.btn-search:hover, .btn-search:active {
	
}
.btn-search:hover svg {
	fill:#fff;
}
.btn-search:hover {
	background: #0450B9 !important;
	color:#fff;
}
.hc-off .btn-search {
	border-radius: 8px !important;
}
#search .button_search {
	border: 1px solid #f8f9fa;
	border-radius: 0px 8px 8px 0px;
	border-left: 0px;
	background: #f8f9fa;
}
#search .categories {
	border: 0px;
	background: #f8f9fa;
}
#search .categories .dropdown-menu {
	right: -40px;
	left: auto;
	margin-top: 0px;
	max-height: calc(100vh - 150px);
	overflow: auto;
}
.btn-search-select {
	background-color: #fff;
	border: 0px;
	border-radius: 0;
	color: #000;
	display: block;
	height: 34px;
	padding: 4px 4px 4px 8px;
	margin-right: -2px;
	box-shadow: none !important;
	border-radius: 3px 0px 0px 3px;
	background: #f8f9fa;
}
#search .autosearch_link {
	cursor: pointer;
	padding: 5px 10px;
}
#search .dropdown-menu.autosearch {
	background: #fff none repeat scroll 0 0;
	border-radius: 0 0 4px 4px;
	margin-top: 0px;
	width: 90%;
	z-index: 6666 !important;
	left: 25px;
	right: 5px;
}

@media (max-width: 992px) {
	#search .dropdown-menu.autosearch {
		background: #fff none repeat scroll 0 0;
		border-radius: 0 0 4px 4px;
		margin-top: -5px;
		width: 98%;
		z-index: 6666 !important;
		left: 5px;
		right: 5px;
	}
}
@media (min-width: 992px) {
	#search .dropdown-menu.autosearch {
		width: 100%;
		left: 0%;
	}
}
#search .dropdown-menu.autosearch li>a:hover, .dropdown-menu.autosearch li>a.active, .dropdown-menu.autosearch li>a:focus {
	background: #fff;
	color: #333;
}
#search .dropdown-menu.autosearch .search-view-all-result {
	color: #43b02a;
}
#search .dropdown-menu.autosearch {
	max-height: 440px;
	overflow-y: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
#search .dropdown-menu.autosearch a {
	border-radius: 0;
	white-space: normal;
}
#search .dropdown-menu.autosearch .ratings .product-rating-star {
	margin-right: 2px;
}
.owl-item .information-layout {
	padding: 15px;
}
.bgs {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	transition: all linear .25s;
}
.ocf-offcanvas .ocfilter-mobile-handle {
	z-index: 10;
}
.bgs.open {
	opacity: 1;
	visibility: visible;
}
#search .ajaxadvance {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
	overflow: hidden;
}
#search .ajaxadvance .name {
	margin: 0;
	font-size: 14px;
}
#search .ajaxadvance .image {
	margin-right: 10px;
	max-width: 50px;
}
#search .ajaxadvance .image img {
	max-width: 100%;
}
#search .ajaxadvance .content {
	width: 100%;
}
#search .ajaxadvance .content>div {
	margin-top: 5px;
}
#search .ajaxadvance .price-old {
	margin-right: 10px;
	text-decoration: line-through;
}
#search .ajaxadvance .price-new {
	display: inline-block;
}
#search .price {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	text-align: left;
}
#search .ajaxadvance .highlight {
	color: #379424;
}
#search-fixed-top .dropdown-menu.autosearch {
	margin-top: 0 !important;
}
header #search_word {
	font-size: 13px;
	color: #333;
	text-align: right;
	margin-right: 0px;
}
header #search_word a {
	border-bottom: 1px dotted;
	cursor: pointer;
}
.btn-search .icon-search {
	display: inline-block;
}
#search {
	position: relative;
}
@media screen and (max-width: 992px) {
	#search {
		margin-top: 0;
	}
}
header {
	padding: 24px 0 20px;
	position: relative;
	z-index: 999;
}
header .top {
	padding: 0 0 20px;
}
#top-fixed .top {
	display: none;
}
#top-fixed header {
	padding: 15px 0;
}
header #logo {
	max-width: 233px;
	margin-right: 65px;
}
header #logo img {
	max-width: 100%;
}
header .top-menu {
	gap: 0 40px;
	margin-right: auto;
}
header .top-menu a {
	color: #121315;
	font-size: 16px;
	font-weight: 500;
}
header .min {
	padding-left: 29px;
	background: url(../image/min.svg) no-repeat left center;
	color: #B3B3B3;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 3px;
	margin-right: 40px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
header .min span {
	color: #121315;
	display: block;
	margin-left: 3px;
}
header .conts a {
	display: block;
	padding-left: 34px;
	padding-top: 2px;
	color: #121315;
	font-weight: 500;
	line-height: 24px;
}
header .conts .email {
	background: url(../image/email.svg) no-repeat left center;
}
header .conts .phone {
	background: url(../image/tel.svg) no-repeat left center;
	margin-top: 10px;
}
header .menu-box {
	width: 100%;
	max-width: 233px;
}
header .bottom .container > .d-flex {
	position: relative;
}
header .last-link {
	display: block;
	padding-top:29px;
	background: url(../image/last.svg) no-repeat center top;
	color:#121315;
	font-weight: 500;
	margin-left: 15px;
	margin-right: 15px;
}
header a:hover {
	color:#0450B9;
}
header .onr {
	display: block;
	padding-top: 29px;
	color:#121315;
	font-weight: 500;
	position: relative;
}
header .onr b {
	font-weight: 500;
}
header .acc {
	background: url(../image/acc.svg) no-repeat center top;
}
header .wish {
	background: url(../image/wish.svg) no-repeat center top;
}
header .acart {
	background: url(../image/cart.svg) no-repeat center top;
}
header .onr span {
	position: absolute;
	right: 5px;
	top:-7px;
	line-height: 24px;
	min-width: 24px;
	text-align: center;
	border-radius: 100%;
	color:#fff;
	background: #0450B9 !important;
	font-size: 13px;
}
.megasliderpro {
	padding: 0 0 100px;
}
.megasliderpro .col-left {
	width: 100%;
	max-width: 965px;
	background: radial-gradient(171.24% 148.83% at 5.45% -3.58%, rgba(231, 231, 231, 0.2) 0%, rgba(237, 237, 237, 0.2) 58.5%, rgba(213, 213, 213, 0.2) 100%);
	border-radius: 30px;
}
.megasliderpro .col-right {
	width: 100%;
	max-width: 475px;
	margin-left: 10px;
}
.megasliderpro .slick-slide {
	padding-right: 57px;
	position: relative;
}
.megasliderpro .sl-s {
	/*padding: 60px 0 60px 60px;*/
}
.oc-nivoslider {
	margin-right: -57px;
}
.megasliderpro .sl-s .title {
	margin:0 0 20px;
	font-size: 35px;
	line-height: 1.2;
	font-weight: 600;
	max-width: 670px;
	position: relative;
	z-index: 2;
}
.megasliderpro .sl-s .sub {
	color:#989898;
	font-size: 18px;
	line-height: 1.8;
	margin:0 0 100px;
	position: relative;
	z-index: 2;
}
.megasliderpro .sl-s .sub span {

}
.megasliderpro .col-left a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	height: 64px;
	background: #04DD03;
	border-radius: 10px;
	color:#fff;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.megasliderpro .col-left a img {
	display: block;
	margin-left: 10px;
}
.megasliderpro .col-left .sl-s > img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.megasliderpro .col-left .sl-s > video {
	position: static;
	bottom: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;    border-radius: 20px;
	display: block;
}
a {
	cursor: pointer;
}
.recall {
	padding: 60px;
	background: url(../image/recall.jpg) no-repeat center center;
	background-size: cover;
	min-height: 100%;
	border-radius: 20px;
	display: flex;
	flex-wrap:wrap;
}
.recall .title {
	margin:0 0 25px;
	color:#fff;
	font-size: 27px;
	line-height: 1.35;
	font-weight: 600;
}
.recall .title a {
	color:#fff;
	font-size: 35px;
	display: block;
	text-decoration: none;
}
.recall .sub {
	font-size: 18px;
	line-height: 1.2;
	color:#fff;
	width: 100%;
	margin:0 0 42px;
}
.recall .b {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	height: 64px;
	border-radius: 10px;
	background: #fff;
	color:#121315;
	font-weight: 500;
}
.recall a img {
	display: block;
	margin-left: 10px;
}
.fw {
	flex-wrap: wrap;
}
.category-wall {
	padding: 0 0 100px;
}
.category-wall .tab-head {
	display: flex;
	margin:0 0 20px;
}
.category-wall .tab-head a {
	margin-right: 10px;
	height: 64px;
	padding: 0 30px;
	background: #FAFAFA;
	border-radius: 10px;
	color:#121315;
	font-weight: 500;
	align-items: center;
	align-content: center;
	display: flex;
}
.category-wall .tab-head a:first-child:last-child {
	display: none !important;
}
.category-wall .tab-head a img {
	display: block;
	margin-right: 10px;
	max-width: 24px;
	fill:#0450B9;
}
.category-wall .tab-head a img.img2 {
	display: none;
}
.category-wall .tab-head a.active {
	background: #0450B9;
	color:#fff;
}
.category-wall .tab-head a.active .img1 {
	display: none;
}
.category-wall .tab-head a.active .img2 {
	display: block;
}
.category-wall .tab-body > div {
	display: none;
}
.category-wall .cwall > a {
	display: block;
	border-radius: 20px;
	border:1px solid #ECECEC;
	padding-top: 30px;
	color:#121315;
	width: 20%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.category-wall .cwall > a .arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.296 9.7959L2.79596 17.2959C2.58461 17.5072 2.29797 17.626 1.99908 17.626C1.7002 17.626 1.41355 17.5072 1.20221 17.2959C0.990863 17.0846 0.872131 16.7979 0.872131 16.499C0.872131 16.2001 0.990863 15.9135 1.20221 15.7021L7.90627 8.99996L1.20408 2.2959C1.09944 2.19125 1.01642 2.06702 0.95979 1.93029C0.903156 1.79356 0.874006 1.64702 0.874006 1.49902C0.874006 1.35103 0.903156 1.20448 0.95979 1.06776C1.01642 0.931028 1.09944 0.806794 1.20408 0.702147C1.30873 0.5975 1.43296 0.514489 1.56969 0.457855C1.70642 0.40122 1.85296 0.37207 2.00096 0.37207C2.14895 0.37207 2.2955 0.40122 2.43222 0.457855C2.56895 0.514489 2.69319 0.5975 2.79783 0.702147L10.2978 8.20215C10.4026 8.30679 10.4857 8.43108 10.5423 8.56789C10.5989 8.7047 10.628 8.85135 10.6278 8.99941C10.6276 9.14748 10.5982 9.29405 10.5413 9.43073C10.4843 9.56741 10.401 9.6915 10.296 9.7959Z' fill='%23121315'/%3E%3C/svg%3E%0A");
	background-repeat:no-repeat;
	background-position: center;
	background-color: rgba(255,255,255,.1);
	backdrop-filter: blur(30px);
	border-radius: 10px;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	transition:all linear .25s;
}
.category-wall .cwall > a:hover .arrow {
		background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.296 9.7959L2.79596 17.2959C2.58461 17.5072 2.29797 17.626 1.99908 17.626C1.7002 17.626 1.41355 17.5072 1.20221 17.2959C0.990863 17.0846 0.872131 16.7979 0.872131 16.499C0.872131 16.2001 0.990863 15.9135 1.20221 15.7021L7.90627 8.99996L1.20408 2.2959C1.09944 2.19125 1.01642 2.06702 0.95979 1.93029C0.903156 1.79356 0.874006 1.64702 0.874006 1.49902C0.874006 1.35103 0.903156 1.20448 0.95979 1.06776C1.01642 0.931028 1.09944 0.806794 1.20408 0.702147C1.30873 0.5975 1.43296 0.514489 1.56969 0.457855C1.70642 0.40122 1.85296 0.37207 2.00096 0.37207C2.14895 0.37207 2.2955 0.40122 2.43222 0.457855C2.56895 0.514489 2.69319 0.5975 2.79783 0.702147L10.2978 8.20215C10.4026 8.30679 10.4857 8.43108 10.5423 8.56789C10.5989 8.7047 10.628 8.85135 10.6278 8.99941C10.6276 9.14748 10.5982 9.29405 10.5413 9.43073C10.4843 9.56741 10.401 9.6915 10.296 9.7959Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
		background-color: #0450B9;
}
.category-wall .cwall .p1 {
	padding: 0 30px;
	font-weight: 500;
	line-height: 1.4;
	font-size: 20px;
	margin:0 0 10px;
}
.category-wall .cwall .p2 {
	color:#989898;
	font-size: 18px;
	padding: 0 30px;
	margin-bottom: -10px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}
.category-wall .cwall .img {
	width: 100%;
	margin-top: auto;
}
.category-wall .cwall img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.d-flex.sb {
	justify-content: space-between;
}
.newprod {
	padding: 0 0 35px;
}
.section-title {
	margin:0 0 20px;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}
.layout {
	position: relative;
	margin-left: -1px;
	margin-top: -1px;
	border:1px solid #F0F0F0;
	border-radius: 20px;
	width: 100%;
	padding: 20px 20px;
	max-width: calc(25% + 3px/4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product-slider .layout {
	padding: 15px 15px;
}
.newprod .layout {
	max-width: 100%;
}
.layout > div {
	width: 100%;
}
.layout img {
	max-width: 100%;
	width: 100%;
}
.loop {
	padding-top: 1px;
	padding-left: 1px;
}
.layout .image > a {
	display: block;
}
.layout .price {
	margin: 20px 0 10px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
}
.layout .name {
	display: block;
	font-size: 15px;
	line-height: 1.33;
	margin:0 0 20px;
}
.layout .dopc > p {
	margin:0 0 10px;
	font-size: 12px;
	line-height: 1.2;
}
.layout .dopc .colors {
	margin:0 -4px;
	max-height: 64px;
	overflow: auto;
}
.layout .dopc .colors > a {
	display: block;
	margin:0 4px 8px;
	width: 100%;
	max-width: 24px;
}
.layout .dopc .colors img {
	display: block;
	width: 24px;
}
.layout .stock {
	padding-left: 9px;
	position: relative;
	color:#02C602;
	font-size: 12.5px;
	white-space: nowrap;
}
.layout .stock span {
	color:#121315;
}
.layout .stock:before {
	content:' ';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top:calc(50% - 3px);
	left: 0;
	border-radius: 100%;
	background: #02C602;
}
.layout .stock.no {
	color:red;
}
.layout .stock.no:before {
	background: red;
}
.layout .model {
	color:#B3B3B3;
	font-size: 11px;
	line-height: 18px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top:2px;
}
.layout .bt {
	margin-top: 10px;
	align-items: center;
}
.layout .bt > .btn {
	padding: 5px;
	min-width: 30px;
	width: 30px;
}
.layout .bt > .btn img {
	width: auto;
}
.layout .bt .btn + .btn {
	margin:0 10px 0 5px;
}
.layout .more {
	width: 100%;
	padding: 0 15px;
	margin-right: 10px;
	height: 50px;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 1px solid rgba(4, 80, 185, 0.1);
	border-radius: 10px;
	color:#121315;
	font-size: 14px;
	font-weight: 500;
	display: flex;
}
.layout .more:hover {
	color:#fff;
	border-color:#0450B9;
	background: #0450B9;
}
.layout .tocart {
	display: flex;
	width: 50px;
	min-width: 50px;
	height: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 20.25C9.375 20.6208 9.26503 20.9834 9.059 21.2917C8.85298 21.6 8.56014 21.8404 8.21753 21.9823C7.87492 22.1242 7.49792 22.1613 7.1342 22.089C6.77049 22.0166 6.4364 21.838 6.17417 21.5758C5.91195 21.3136 5.73337 20.9795 5.66103 20.6158C5.58868 20.2521 5.62581 19.8751 5.76773 19.5325C5.90964 19.1899 6.14996 18.897 6.45831 18.691C6.76665 18.485 7.12916 18.375 7.5 18.375C7.99728 18.375 8.47419 18.5725 8.82582 18.9242C9.17745 19.2758 9.375 19.7527 9.375 20.25ZM17.25 18.375C16.8792 18.375 16.5166 18.485 16.2083 18.691C15.9 18.897 15.6596 19.1899 15.5177 19.5325C15.3758 19.8751 15.3387 20.2521 15.411 20.6158C15.4834 20.9795 15.662 21.3136 15.9242 21.5758C16.1864 21.838 16.5205 22.0166 16.8842 22.089C17.2479 22.1613 17.6249 22.1242 17.9675 21.9823C18.3101 21.8404 18.603 21.6 18.809 21.2917C19.015 20.9834 19.125 20.6208 19.125 20.25C19.125 19.7527 18.9275 19.2758 18.5758 18.9242C18.2242 18.5725 17.7473 18.375 17.25 18.375ZM22.0753 7.08094L19.5169 15.3966C19.3535 15.9343 19.0211 16.4051 18.569 16.739C18.1169 17.0729 17.5692 17.2521 17.0072 17.25H7.77469C7.2046 17.2482 6.65046 17.0616 6.1953 16.7183C5.74015 16.3751 5.40848 15.8936 5.25 15.3459L2.04469 4.125H1.125C0.826631 4.125 0.540483 4.00647 0.329505 3.7955C0.118526 3.58452 0 3.29837 0 3C0 2.70163 0.118526 2.41548 0.329505 2.2045C0.540483 1.99353 0.826631 1.875 1.125 1.875H2.32687C2.73407 1.87626 3.12988 2.00951 3.45493 2.25478C3.77998 2.50004 4.01674 2.84409 4.12969 3.23531L4.81312 5.625H21C21.1761 5.62499 21.3497 5.6663 21.5069 5.74561C21.664 5.82492 21.8004 5.94001 21.905 6.08164C22.0096 6.22326 22.0795 6.38746 22.1091 6.56102C22.1387 6.73458 22.1271 6.91266 22.0753 7.08094ZM19.4766 7.875H5.45531L7.41375 14.7281C7.43617 14.8065 7.48354 14.8755 7.54867 14.9245C7.6138 14.9736 7.69315 15.0001 7.77469 15H17.0072C17.0875 15.0002 17.1656 14.9746 17.2303 14.927C17.2949 14.8794 17.3426 14.8123 17.3662 14.7356L19.4766 7.875Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat:no-repeat;
	background-position: center;
	background-color: #04DD03;
	border-radius: 10px;
	border:0;
	box-shadow: none;
}
.layout .tocart.active {
	background-color: #0450B9;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-size: 25px auto;
}
.layout .tocart:hover {
	background-color: #0450B9;
}
.layout > div + div {
	margin-top: 12px;
}
.loop.category_page .layout {

}
.container {
	width: 100% !important;
	max-width: 1470px !important;
}
.sticker-ns {
	padding: 4px 15px 3px !important;
}
.container-module .owl-item .layout {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin:0 !important;
}
.owl-carousel .owl-wrapper {
	display: flex !important;
}
.container-module .no-slider .product-thumb:hover, .container-module .owl-item .item:hover {
	box-shadow: none !important;
}
.ud {
	padding: 60px 0;
	background: radial-gradient(171.24% 148.83% at 5.45% -3.58%, rgba(231, 231, 231, 0.1) 0%, rgba(237, 237, 237, 0.1) 58.5%, rgba(213, 213, 213, 0.1) 100%);
}
.ud .section-title {
	text-align: center;
	margin:0 0 40px;
}
.ud .d-flex {
	gap:0 10px;
	flex-wrap:unset;
}
.ud .d-flex > div {
	width: 100%;
	text-align: center;
}
.ud img {
	display: block;
	margin:0 auto 15px;
}
.ud .p1 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
	margin:0 0 5px;
}
.ud .p2 {
	color:#B3B3B3;
	font-size: 17px;
	line-height: 1.2;
}
.clients {
	padding: 100px 0;
}
.clients .col-left {
	width: 100%;
	max-width: 480px;
}
.clients .col-right {
	width: 100%;
	max-width: calc(100% - 495px);
	margin-left: 15px;
}
.clients .title {
	margin:0 0 20px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
}
.clients .description {
	color:#989898;
	font-size: 18px;
	line-height: 1.2;
}
.clients .description p + p {
	margin-top:20px;
}
.clients .cl-img {
	padding-left: 1px;
	padding-top: 1px;
}
.clients .img {
	width: 100%;
	max-width: calc(calc((100% - 73px) / 4) + 1px);
	margin-left: -1px;
	margin-top: -1px;
	border-radius: 20px;
	border:1px solid #F0F0F0;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clients img {
	max-width: 100%;
	max-height: 100%;
}
.clients .img:nth-child(1) {
	margin-left: 72px;
}
.clients .img:nth-child(4) {
	border-right: 0;
}
.clients .img:nth-child(5) {
	border-left: 0;
}
.about-us {
	padding: 100px 0;
	position: relative;
}
.about-us:before {
	content:url(../image/ab.png);
	position: absolute;
	left: -390px;
	bottom: 0;
	display: block;
	z-index: 2;
}
.about-us .d-flex {
	/*position: relative;
	z-index: 2;*/
}
.about-us .col-left {
	width: 100%;
	max-width: calc(100% - 720px);
	padding-right: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap:wrap;
	position: relative;
}
.about-us .col-right {
	width: 100%;
	max-width: 720px;
}
.about-us .i1, .about-us .i2 {
	padding: 30px 60px 30px 135px;
	border-radius: 20px;
	border:1px solid #ECECEC;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}
.about-us .i1 {
	margin-right: 70px;
}
.about-us .i2 {
	margin-top: 20px;
}
.about-us .title {
	margin:0 0 20px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
}
.about-us .sub {
	margin:0 0 20px;
	font-size: 24px;
	line-height: 1.3;
}
.about-us .description {
	font-size: 18px;
	line-height: 1.25;
}
.about-us .description p + p {
	margin-top: 20px;
}
.about-us .description blockquote {
	font-size: 24px;
	line-height: 1.3;
	margin: 20px 0 0;
	padding: 0;
	border:0;
}
.about-us .description blockquote span::before {
	content:'«';
	color:#04DD03;
}
.about-us .description blockquote span::after {
	content:'»';
	color:#04DD03;
}
footer {
	background: #FAFAFA;
	border-top:1px solid #F0F0F0;
	margin-top: 100px;
	position: relative;
	overflow:hidden;
}
footer::before {
	content:' ';
	display: block;
	width: 200vw;
	left: 0;
	height: 1px;
	bottom: 104px;
	background: #F0F0F0;
	position: absolute;
	z-index: 2;
}
footer .col-right {
	width: 100%;
	max-width: 340px;
	position: relative;
}
footer .col-right > div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 2;
	height: 100%;
	padding:115px 0 0px 40px;
}
footer .col-right:before {
	content:' ';
	position: absolute;
	left: 0;
	width: 50vw;
	top:0;
	background: #fff;
	z-index: 1;
	height: 100%;
}
footer .col-left {
	width: 100%;
	max-width: calc(100% - 340px);
	padding-right: 65px;
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}
footer .col-left > div {
	width: 100%;
}
footer .col-left2 {
	width: 100%;
	max-width: 545px;
	padding-right: 65px;
	padding-top: 80px;
	border-right: 1px solid #F0F0F0;
	padding-bottom: 65px;
}
footer .col-right2 {
	width: 100%;
	max-width: 490px;
	padding-left: 65px;
	padding-top: 115px;
}
footer .ftitle {
	margin:0 0 48px;
	font-size: 24px;
	line-height: 1.25;
}
footer .col-right ul {
	margin:0 0 ;
}
footer .tel {
	display: block;
	margin:0 0 10px;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 500;
	color:#121315;
}
footer .open {
	margin:0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color:#989898;
}
footer .email {
	color:#0450B9;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.25;
	margin:0 0 20px;
	display: block;
}
footer .rec {
	display: flex;
	width: 100%;
	height: 64px;
	border-radius: 10px;
	background: #0450B9;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color:#fff !important;
	padding: 0;
}
#popup-callback .popup-heading ul.list-unstyled li:first-child:last-child {
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
	font-size: 20px;
	font-weight: 600;
}
#popup-callback .popup-heading ul.list-unstyled li:first-child:last-child.active:before {
	display: none;
}
#popup-callback .popup-heading {
	background: none !important;
}
#popup-callback .popup-heading li:first-child:last-child a {
	font-size: 20px;
	font-weight: 600;
}
footer .copy {
	color:#989898;
	line-height: 1.5;
	padding: 40px 0;
	margin-top: 65px;
}
#logo-footer {
	max-width: 233px;
	margin:0 0 40px;
}
footer .bt {
	padding: 40px 0;
	display: flex;
}
footer .bt a {
	display: block;
	margin-right: 40px;
	color:#989898;
	line-height: 1.5;
	font-weight: 500;
}
p {
	margin:0;
}
footer .col-right2 ul {
	column-count: 2;
	column-gap: 10px;
}
footer .col-right2 a {
	display: block;
	line-height: 1.5;
	font-weight: 500;
	color:#989898;
	margin:0 0 10px;
}
footer .newst {
	margin:0 0 20px;
	font-size: 18px;
	line-height: 1.25;
}
.newsletter input {
	width: 100% !important;
	max-width: calc(100% - 173px);
	margin-right: 10px;
	height: 64px;
	padding: 0 20px;
	border:1px solid #F0F0F0;
	background: none;
	border-radius: 10px;
	display: block;
	font-size: 16px !important;
	color:#121315 !important;
	float:none;
}
.newsletter input::placeholder {
	color:#989898 !important;
}
.newsletter button {
	height: 64px;
	width: 163px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0450B9;
	color:#fff !important;
	border-radius: 10px !important;
	font-weight: 600;
}
.form-control:focus {
	box-shadow: none !important;
	border-color:#0450B9 !important;
}
footer .info-m {
	column-count: 2;
	column-gap:24px;
	margin-top: 80px;
}
footer .info-m a {
	display: block;
	color:#121315;
	line-height: 1.5;
	font-weight: 500;
	margin:10px 0 0;
}
.container-module .section-title {
	margin-bottom: 15px;
}
.wslider .section-title {
	padding-right: 90px;
}
.onmob {
	display: none !important;
}
.btn {
	font-size: 16px;
}
.mfilter-free-container {
	z-index: 9999 !important;
}
.container{max-width:100%;}
@media screen and (max-width:1890px) {
	.about-us:before {
		left: auto;
		right: calc(50% + 450px);
	}
}
@media screen and (max-width:1450px) {
	.layout .tocart {
		height: 40px;
		min-width: 40px;
		width: 40px;
	}
	.layout .more {
		padding: 0 10px;
		height: 40px;
	}
	.layout .bt .btn + .btn {
		margin:0 7px 3px;
	}
	.about-us:before {
		left: auto;
		right: calc(50% + 470px);
	}
	.clients .img {
		height: 11vw;
	}
	#searchtop  {
		max-width: 500px;
	}
	header .menu-box {
		max-width: 200px;
	}
	header .last-link {
		margin:0;
	}
	.newprod .layout:nth-child(5) {
		display: none;
	}
	.recall {
		padding:60px 30px 60px 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap:wrap;
		align-items: flex-start;
	}
	.recall .sub {
		margin-bottom: auto;
	}
	.recall .title {
		font-size: 27px;
	}
	.megasliderpro .col-right {
		min-width: 350px;
	}
	.megasliderpro .col-left {
		max-width: calc(100% - 360px);
	}
	.recall a {
		padding: 0 20px;
	}
	.oc-nivoslider {
		margin-right: -40px;
	}
	.megasliderpro .slick-slide {
		padding-right: 40px;
	}
	.megasliderpro .sl-s .title {
		max-width: 480px;
		font-size: 30px;
	}
	.category-wall .cwall img {
		height: 20.5vw;
	}
	footer .col-left2 {
		padding-right: 30px;
	}
	footer .col-right2 {
		padding-left: 30px;
	}
}
@media screen and (max-width:1400px) {
	.loop .layout {
		max-width: calc(33.33% + 2px/3);
	}
	.about-us:before {
		right: calc(50% + 500px);
	}
}
@media screen and (max-width:1350px) {
	.about-us:before {
		right:calc(50% + 530px);
	}
	.about-us .i1, .about-us .i2 {
		padding-left: 60px;
	}
}
@media screen and (max-width:1250px) {
	.layout, .loop .layout {
		max-width: calc(33.3333% + 1px);
	}
	.onmob {
		display: block !important;
	}
	header .last-link {
		display: none;
	}
	.megasliderpro .sl-s:before {
		content:' ';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top:0;
		background: rgba(255,255,255,.75);
		z-index: 2;
		border-radius: 30px;
	}
	.megasliderpro .sl-s > * {
		position: relative;
		z-index: 3;
	}
	.megasliderpro .sl-s > img {
		z-index: 1;
	}
	.megasliderpro .slick-slide {
		padding-right: 0;
	}
	.oc-nivoslider {
		margin-right: 0;
	}
	.megasliderpro .sl-s {
		/*padding: 25px 0 25px 25px;*/
	}
	.newprod .layout:nth-child(5) {
		display: none !important;
	}
	.ud .p1 {
		font-size: 20px;
	}
	.ud .p2 {
		font-size: 16px;
	}
	.ud img {
		max-width: 100px;
		max-height: 100px;
	}
	.clients {
		padding: 60px 0;
	}
	.about-us {
		padding: 20px 0 60px;
	}
	.about-us:before {
		display: none;	
	}
	.about-us .i1, .about-us .i2 {
		margin-right: 0;
		padding: 20px 30px;
		width: 100%;
		text-align: center;
	}
	.about-us .col-left {
		max-width: calc(100% - 600px);
		padding: 0 30px 0 0;
	}
	.about-us .col-right {
		max-width: 600px;
	}
	footer {
		margin-top: 40px;
	}
	footer .col-left {
		padding-right: 30px;
		max-width: calc(100% - 300px);
	}
	footer .col-right {
		max-width: 300px;
	}
	footer .email, footer .tel {
		font-size: 27px;
	}
	.newsletter .d-flex {
		flex-wrap:wrap;
	}
	.newsletter input {
		max-width: 100%;
		margin:0;
	}
	.newsletter button {
		margin:10px 0 0;
		max-width: 100%;
		width: 100%;
		justify-content: center;
	}
	footer .col-left2 {
		padding-bottom: 35px;
	}
	.recall .sub {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:992px) {
	header .menu-box {
		max-width: 40px;
	}
	#search .input-lg {
		height: 40px;
	}
	#search .input-lg, #search .input-lg::placeholder {
		font-size: 16px;
	}
	#searchtop {
		max-width: 400px;
	}
	header #logo {
		margin-right: 25px;
	}
	header .top-menu {
		gap:0 15px;
	}
	header #logo {
		max-width: 150px;
	}
	header .min {
		display: none;
	}
	.recall {
		padding: 25px;
	}
	.recall a {
		margin-top: auto;
	}
	.recall a, .megasliderpro .col-left a, .category-wall .tab-head a {
		height: 40px;
	}
	.megasliderpro {
		padding: 0 0 60px;
	}
	.category-wall .cwall > a {
		width: 33.33%;
	}
	.category-wall .cwall .p1 {
		padding: 0 15px;
		font-size: 18px;
	}
	.category-wall .cwall .p2 {
		padding: 0 15px;
		font-size: 16px;
	}
	.category-wall {
		padding: 0 0 60px;
	}
	.ud .d-flex {
		flex-wrap:wrap;
		gap:25px 15px;
		justify-content: space-between;
	}
	.ud .d-flex > div {
		width: calc(33.33% - 8px);
	}
	.newprod .layout:nth-child(5),
	.newprod .layout:nth-child(6) {
		display: flex !important;
	}
	.newprod .loop {
		flex-wrap:wrap;
	}
	.newprod .loop > .layout {
		max-width: calc(33.33% + 3px/4);
	}
	.clients .container > .d-flex {
		flex-wrap: wrap;
	}
	.clients .col-left {
		max-width: 100%;
	}
	.clients .col-right {
		max-width: 100%;
		margin: 30px auto 0;
	}
	.about-us .d-flex {
		flex-wrap: wrap;
	}
	.about-us .col-left {
		max-width: 100%;
		order:2;
		padding: 0;
		display: flex;
		justify-content: space-between;
		gap:0 30px;
		flex-wrap:unset;
		margin-top: 20px;
	}
	.about-us .col-right {
		max-width: 100%;
	}
	.about-us .sub {
		font-size: 20px;
	}
	.about-us .description blockquote {
		font-size: 20px;
	}
	.about-us .i2 {
		margin-top: 0;
	}
	.about-us .i1, .about-us .i2 {
		font-size: 20px;
		padding: 15px 20px;
	}
	.about-us {
		padding-bottom: 40px;
	}
	footer .container > .d-flex {
		flex-wrap:wrap;
	}
	footer::before {
		display: none;
	}
	footer .col-left {
		max-width: 100%;
		padding: 0;
	}
	footer .col-right {
		max-width: 100%;
		padding: 0;
	}
	footer .col-right > div {
		background: #fff;
		margin:0 -15px;
		padding: 30px 15px;
	}
	footer .col-right:before {
		display: none;
	}
	footer .col-right2 {
		padding-top: 40px;
	}
	footer .col-left2 {
		padding-top: 40px;
		padding-bottom: 0;
	}
	footer .info-m {
		margin-top: 20px;
	}
	footer .copy {
		display: flex;
		width: 100%;
		padding: 0;
		margin-top: 40px;
		justify-content: space-between;
	}
	footer .ftitle {
		margin:0 0 25px;
	}
	footer .col-right > div > div {
		width: 100%;
	}
	footer .bt {
		padding: 0;
		margin: 0;
	}
	footer .bt a {
		margin:0;
	}
	footer .bt a + a {
		margin-left: 20px;
	}
	footer .tel {
		float:left;
		margin-right: 30px;
	}
	footer .open {
		width: 100%;
		clear:both;
	}
}
@media screen and (max-width:767px) {
	.newprod .loop > .layout {
		max-width: calc(50% + 2px/3);
	}
	.btn-search span {
		display: none !important;
	}
	.btn-search {
		padding: 0 10px;
	}
	.btn-search svg {
		margin-left: 0;
	}
	#search .input-lg {
		padding-right: 50px;
	}
	.section-title {
		font-size: 27px;
	}
	.layout, .loop .layout {
		max-width: calc(50% + 1px);
	}
	.newprod .slick-slide {
		width: 250px;
		margin:0 10px 0 0;
		height: auto;
		display: flex !important;
	}
	.newprod .slick-track {
		display: flex;
	}
	.newprod .slick-list {
		margin-right: -15px;
		padding-right: 15px;
	}
	header {
		padding: 20px 0;
	}
	header .top-menu {
		display: none;
	}
	header .conts a {
		font-size: 14px;
		padding-left: 27px;
	}
	.bottom .container > .d-flex {
		flex-wrap:wrap;
	}
	#searchtop {
		order:5;
		max-width: 100%;
		margin:10px 0 0;
	}
	header .onr b {
		display: none !important;
	}
	header .onr {
		width: 30px;
		padding-top: 30px;
		margin-left: 15px;
		background-size: 30px auto;
	}
	header .onr span {
		right:-5px;
		top:-10px;
	}
	header .acc {
		margin-left: auto;
	}
	#menu .btn-menu .text-category {
		display: block !important;
	}
	#menu .btn-menu {
		width: auto !important;
		font-size: 14px !important;
	}
	header .menu-box {
		max-width: 170px;
	}
	#menu .btn-menu svg {
		margin-left: 7px;
	}
	header .conts .phone {
		margin-top: 3px;
	}
	header .top {
		padding: 0 0 10px;
	}
	.megasliderpro .container > .d-flex {
		flex-wrap:wrap;
	}
	.megasliderpro .col-left {
		max-width: 100%;
	}
	.megasliderpro .col-right {
		max-width: 100%;
		margin: 20px 0 0;
	}
	.recall {
		padding: 20px;
		text-align: center;
	}
	.recall a {
		margin:0 auto;
	}
	.megasliderpro .sl-s {
		/*padding: 20px;*/
		text-align: center;
		display: flex;
		/*min-height: 320px;*/
		flex-wrap:wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	#search .dropdown-menu.autosearch {
		width: 100% !important;
	}
	.recall .title {
		font-size: 24px;
	}
	.megasliderpro .sl-s .sub {
		margin:0 0 20px;
	}
	.megasliderpro .sl-s .title {
		max-width: 100%;
		font-size: 27px;
	}
	.category-wall .cwall > a {
		width: 50%;
	}
	.category-wall .cwall img {
		height: 40vw;
	}
	.category-wall .tab-head a {
		padding: 0 15px;
	}
	.category-wall .tab-head {
		overflow:auto;
		margin-right: -15px;
		padding-right: 15px;
	}
	.category-wall .tab-head::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
	}
	.ud .d-flex > div {
    width: calc(50% - 8px);
	}
	.ud .d-flex {
		gap:24px 16px;
	}
	.ud .p2 {
		font-size: 14px;
	}
	.ud .p1 {
		font-size: 16px;
	}
	.clients .description {
		font-size: 16px;
	}
	.clients .description p + p {
		margin-top: 10px;
	}
	.clients .img:nth-child(1) {
		margin-left:0;
	}
	.clients .img {
		max-width: 50%;
		height: 40vw;
		border:1px solid #F0F0F0 !important;
	}
	.about-us {
		padding: 0 0 30px;
	}
	.about-us .sub {
		font-size: 18px;
	}
	.about-us .description {
		font-size: 16px;
	}
	.about-us .description p + p {
		margin-top: 10px;
	}
	.about-us .description blockquote {
		font-size: 18px;
	}
	.about-us .i1, .about-us .i2 {
		font-size: 15px;
		padding: 10px 10px;
	}
	.about-us .col-left {
		gap:0 10px;
	}
	footer {
		margin-top: 30px;
	}
	#animate_btn_4 {
		right: 5px !important;
		bottom: 5px !important;
	}
	.megasliderpro .sl-s .sub {
		color:#121315;
	}
	footer .col-left > div > .d-flex {
		flex-wrap: wrap;
	}
	footer .col-left2 {
		padding: 40px 0 0;
		max-width: 100%;
		width: 100%;
		border:0;
	}
	.newsletter button, .newsletter input {
		height: 50px;
	}
	#logo-footer {
		margin:0 0 20px;
	}
	footer .col-right2 {
		max-width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	footer .info-m {
		margin-top: 40px;
	}
	footer .col-right2 a {
		color:#121315;
	}
	footer .info-m, footer .col-right2 ul {
		column-gap: 20px;
	}
	footer .col-left {
		padding-bottom: 30px;
	}
	footer .ftitle {
		margin:0 0 20px;
	}
	footer .tel {
		font-size: 20px;
		float:none;
	}
	footer .email {
		font-size: 20px;
	}
	footer .open {
		margin:0 0 10px;
	}
	footer .rec {
		height: 45px;
	}
	footer .copy {
		flex-wrap:wrap;
		justify-content: center;
		text-align: center;
	}
	footer .copy > p {
		order:2;
		width: 100%;
		margin:10px 0 0;
		font-size: 14px;
	}
	footer .bt a {
		font-size: 14px;
	}
}
@media screen and (max-width:500px) {
	.newprod .loop > .layout {
		max-width: calc(100% + 1px);
	}
	.category-wall .cwall > a {
		width: 100%;
	}
	.category-wall .cwall img {
		height: auto;
	}
	.layout, .loop .layout {
		max-width: calc(100% + 1px);
	}
}
#content {
	min-height: 300px;
}
.breadcrumb {
	margin-bottom: 15px;
	padding: 0px;
	background-color: #ffffff;
}
.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, .breadcrumb>li a span {
	color: #000;
}
.breadcrumb>li a:hover span {
	color: #04A349;
}
.breadcrumb>li span {
	color: #04A349;
}
.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) {
	.breadcrumbs-box {
		overflow: hidden;
		position: relative;
		margin-top: 5px;
	}
	.breadcrumb {
		white-space: nowrap;
		position: relative;
		overflow: auto;
		overflow-y: hidden;
		padding-bottom: 18px;
		margin-bottom: -9px !important;
	}
	.menu-header-box {
		margin: 0px;
	}
}
.buttons {
	margin: 1em 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn.active, .btn:active {
	box-shadow: 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;
}
.mt-10 {
	margin-top: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.dropdown-menu.cs-dropdown>li>button, .dropdown-menu.cs-dropdown>li>a {
	padding: 3px 5px 3px 10px !important;
	font-size: 13px !important;
}
.dropdown-menu.cs-dropdown li {
	padding-top: 3px;
	margin-bottom: 3px;
	position: relative;
}
.dropdown-menu.cs-dropdown li+li {
	border-top: 1px dashed #eeeeee;
}
.dropdown-menu.cs-dropdown li>a:hover:before, .dropdown-menu.cs-dropdown li>button:hover:before, .dropdown-menu.cs-dropdown li>div:hover:before, .dropdown-menu.cs-dropdown>.active>button:before, .dropdown-menu.cs-dropdown>.active>button:focus:before, .dropdown-menu.cs-dropdown>.active>button:hover:before, .dropdown-menu.cs-dropdown>.active>a:before, .dropdown-menu.cs-dropdown>.active>a:focus:before, .dropdown-menu.cs-dropdown>.active>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: 3px;
}
.btn-limits:after {
	position: absolute;
	right: 6px;
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44721 5.10557C3.26295 5.4741 2.73705 5.4741 2.55279 5.10557L0.361803 0.723607C0.195578 0.391156 0.437326 0 0.809017 0L5.19098 0C5.56267 0 5.80442 0.391156 5.6382 0.723607L3.44721 5.10557Z' fill='%23878787'/%3e%3c/svg%3e");
}
.btn-group.open .dropdown-toggle.btn-limits:after, .btn-limits:hover:after {
	position: absolute;
	right: 6px;
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44721 5.10557C3.26295 5.4741 2.73705 5.4741 2.55279 5.10557L0.361803 0.723607C0.195578 0.391156 0.437326 0 0.809017 0L5.19098 0C5.56267 0 5.80442 0.391156 5.6382 0.723607L3.44721 5.10557Z' fill='%23000000'/%3e%3c/svg%3e");
}
.btn-limits {
	min-width: 38px;
	padding: 5px 12px 5px 5px;
	height: 38px;
	border-radius: 12px !important;
	background: #fff;
	border: 1px solid #d8d8d8;
	box-shadow: none;
	color: #878787;
}
.btn-limits span {
	margin-right: 3px;
}
.btn-sorts::before {
	position: absolute;
	left: 12px;
	content: 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%3cpath d='M1 4.84326H10' stroke='%23878787' stroke-width='1.35' stroke-linecap='round'/%3e%3cpath d='M1 1H12.5' stroke='%23878787' stroke-width='1.35' stroke-linecap='round'/%3e%3cpath d='M1 8.68701L6.62847 8.68701' stroke='%23878787' stroke-width='1.35' stroke-linecap='round'/%3e%3cpath d='M1 12.5298L3.62847 12.5298' stroke='%23878787' stroke-width='1.35' stroke-linecap='round'/%3e%3c/svg%3e ");
	line-height: 22px;
	height: 14px;
}
.btn-sorts:after {
	position: absolute;
	right: 12px;
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44721 5.10557C3.26295 5.4741 2.73705 5.4741 2.55279 5.10557L0.361803 0.723607C0.195578 0.391156 0.437326 0 0.809017 0L5.19098 0C5.56267 0 5.80442 0.391156 5.6382 0.723607L3.44721 5.10557Z' fill='%23878787'/%3e%3c/svg%3e");
}
.btn-sorts {
	padding: 5px 28px 5px 32px;
	height: 38px;
	border-radius: 12px !important;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin-left: 12px !important;
	box-shadow: none;
	color: #878787;
}
.btn-group.open .dropdown-toggle.btn-sorts:before, .btn-sorts:hover:before {
	position: absolute;
	left: 12px;
	content: 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%3cpath d='M1 4.84326H10' stroke='%23000000' stroke-width='1.35' stroke-linecap='round'/%3e%3cpath d='M1 1H12.5' stroke='%23000000' stroke-width='1.35' stroke-linecap='round'/%3e%3cpath d='M1 8.68701L6.62847 8.68701' stroke='%23000000' stroke-width='1.35' stroke-linecap='round'/%3e%3cpath d='M1 12.5298L3.62847 12.5298' stroke='%23000000' stroke-width='1.35' stroke-linecap='round'/%3e%3c/svg%3e ");
	line-height: 22px;
	height: 14px;
}
.btn-group.open .dropdown-toggle.btn-sorts:after, .btn-sorts:hover:after {
	position: absolute;
	right: 12px;
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44721 5.10557C3.26295 5.4741 2.73705 5.4741 2.55279 5.10557L0.361803 0.723607C0.195578 0.391156 0.437326 0 0.809017 0L5.19098 0C5.56267 0 5.80442 0.391156 5.6382 0.723607L3.44721 5.10557Z' fill='%23000000'/%3e%3c/svg%3e");
}
.btn-limits:hover, .btn-sorts:hover {
	background: #f8f9fa;
	box-shadow: none;
	color: #000000;
}
.btn-group.open .dropdown-toggle.btn-sorts .btn-group.open .dropdown-toggle.btn-limits {
	box-shadow: none;
}
.btn-group.open .btn-sorts, .btn-group.open .btn-limits {
	background: #f8f9fa;
	box-shadow: none;
	color: #000000;
}
.btn-view-price, .btn-view-grid, .btn-view-grid4, .btn-view-list {
	border-radius: 12px !important;
	margin-right: 12px;
	background: #fff;
	border: 1px solid #d8d8d8;
	height: 38px;
	width: 38px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 30px;
}
.btn-view-price i, .btn-view-grid i, .btn-view-grid4 i, .btn-view-list i {
	font-size: 16px;
	color: #878787;
}
.btn-view-price.active, .btn-view-grid.active, .btn-view-grid4.active, .btn-view-list.active, .btn-view-price:hover, .btn-view-grid:hover, .btn-view-grid4:hover, .btn-view-list:hover {
	background-color: #f8f9fa;
}
.btn-view-price.active i, .btn-view-grid.active i, .btn-view-grid4.active i, .btn-view-list.active i, .btn-view-price:hover i, .btn-view-grid:hover i, .btn-view-grid4:hover i, .btn-view-list:hover i {
	color: #000000;
}
.btn-sort-limit {
	border: #d8d8d8;
	border-radius: 12px;
	height: 34px;
}
.btn-sort-link {
	font-size: 12px;
	width: 100%;
	text-align: left;
	border: 0px;
	background: transparent;
	white-space: nowrap;
}
.dropdown-menu.sort-menu {
	padding: 5px;
	margin-top: 2px;
}
.btn-default {
	color: #000;
	background-color: #f8f9fa;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 400;
	box-shadow: none;
	text-shadow: none;
}
.btn-default:hover, .btn-default:active {
	background-color: #e9ecef;
	color: #000;
}
.btn-cart {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #43b02a;
	border-color: #43b02a;
}
.btn-cart:hover, .btn-cart:active, .btn-cart.active, .btn-cart.disabled, .btn-cart[disabled] {
	background-color: #076BB7;
}
.box-cart {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: space-evenly;
	margin-bottom: 0px;
	z-index: 1;
	padding-left: 10px;
}
.compare-h, .wishlist-h {
	display: inline-block;
	margin-right: 15px;
}
.h-type-1 .btn-wishlist-h, .h-type-1 .btn-compare-h {
	border: 0px;
	box-shadow: none;
	background: #dcdcdc;
	border-radius: 8px;
}
.type_cart #cart>.btn .shop-bag:hover, .btn-wishlist-h:hover, .btn-compare-h:hover {
	color: #333;
}
#wishlist-total, #compare-total {
	position: relative;
}
.h-type-1 #cart>.btn:hover, .h-type-1 #cart>.btn:active:focus, .h-type-1 #cart>.btn:focus, .h-type-1 .btn-wishlist-h:hover, .h-type-1 .btn-wishlist-h:active:focus, .h-type-1 .btn-wishlist-h:focus, .h-type-1 .btn-compare-h:hover, .h-type-1 .btn-compare-h:active:focus, .h-type-1 .btn-compare-h:focus {
	background: #e9ecef;
}
.btn-primary:focus, .btn-primary:focus, .btn-primary {
	color: #fff;
	background-color: #0450B9;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #04A349;
	border: 0px;
	color: #ffffff;
}
.input-group-btn .btn-primary {
	padding: 8.5px 20px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8E8AFF;
	border-color: #8E8AFF;
}
.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: none;
	background-color: #da4f49;
	border: 0px;
	height: 34px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 7px 8px;
	min-width: 34px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.table-responsive .input-group.btn-block .input-group-btn .btn-primary, .table-responsive .input-group.btn-block .input-group-btn .btn-danger {
	padding: 7px 15px;
}
.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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.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-color: #43b02a;
	border-color: #43b02a;
	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: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn-view-now:hover, .btn-view-now:active, .btn-view-now:focus {
	background-color: #43b02a;
	color: #ffffff !important;
	border-color: #43b02a;
}
.btn-general {
	color: #fff;
	background-color: #0450B9;
	border: 0px;
	height: 34px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 7px 8px;
	min-width: 34px;
}
.btn-general span {
	margin-left: 2px;
	display: none;
}
.btn-general img {
	margin-top: -4px;
}
.btn-general.active img {
	margin-top: 0;
	max-width: 20px;
}
.btn-general:focus, .btn-general:hover, .btn-general:active {
	background-color: #04A349 !important;
	color: #ffffff !important;
}
.btn-general-disabled {
	color: #333;
	background-color: #ffffff;
	border-radius: 8px;
	display: block;
	font-size: 14px;
	padding: 7px 8px;
	box-shadow: none;
}
.btn-wishlist {
	color: #000;
	background: #f8f9fa url(../image/wishlist-icon.svg) no-repeat center;
	background-size: 18px auto;
	border: 0px;
	display: inline-block;
	padding: 6px 6px 8px 6px;
	height: 34px;
	border-radius: 8px;
	width: 34px;
	text-align: center;
}
.btn-wishlist img {
	max-width: 18px;
	display: none;
}
.btn-wishlist:hover {
	background: #e9ecef url(../image/wishlist-icon.svg) no-repeat center;
	background-size: 18px auto;
}
.btn-wishlist.active {
	background: #027DD0 url(../image/wishlist-icon2.svg) no-repeat center;
	background-size: 18px auto;
}
.btn-compare {
	color: #000;
	background-color: #f8f9fa;
	border: 0px;
	display: inline-block;
	padding: 6px 6px 8px 6px;
	height: 34px;
	border-radius: 8px;
	width: 34px;
	text-align: center;
	background: #f8f9fa url(../image/compare-icon.svg) no-repeat center;
	background-size: 15px auto;
}
.btn-compare img {
	display: none !important;
}
.btn-compare:hover {
	background: #e9ecef url(../image/compare-icon.svg) no-repeat center;
	background-size: 15px auto;
}
.btn-compare.active {
	background: #027DD0 url(../image/compare-icon2.svg) no-repeat center;
	background-size: 15px auto;
}
.btn-compare:hover {
	background-color: #e9ecef;
}
.btn-fastorder {
	color: #000;
	background-color: #f8f9fa;
	border: 0px;
	display: inline-block;
	padding: 6.5px 7px;
	height: 34px;
	border-radius: 8px;
	min-width: 34px;
	text-align: center;
}
.btn-fastorder img {
	margin-top: -3px;
	margin-left: -1px;
}
.btn-fastorder:hover, .btn-fastorder:focus, .btn-fastorder.focus {
	background-color: #e9ecef;
}
.btn-checkout {
	color: #fff;
	background-color: #0450B9;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 400;
	box-shadow: none;
	float: right;
	text-align: center;
}
.btn-checkout:hover, .btn-checkout:active {
	background-color: #04A349;
	color: #fff;
}
.btn-shopping {
	color: #000;
	background-color: #f8f9fa;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 400;
	box-shadow: none;
}
.btn-shopping:hover, .btn-shopping:active {
	background-color: #e9ecef;
	color: #000;
}
@media (max-width: 768px) {
	.btn-shopping {
		width: 100%;
		margin-bottom: 15px;
	}
	.btn-checkout {
		width: 100%;
		margin-bottom: 0px;
	}
}
.hidden-quick-order {
	display: none !important;
}
/******************/

.price {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: 18px;
	position: relative;
}
.price-old:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 53%;
	right: auto;
	width: 99%;
	height: 1px;
	background: #000;
}
.price-old {
	color: #000;
	opacity: 0.3;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.price-new {
	width: 100%;
}
.price-tax, .points {
	color: #999999;
	font-size: 12px;
	display: block;
	font-weight: 400;
	flex-basis: 100%;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #e7e7e7;
	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;
}
/*PAGE PRODUCT TABS*/

.product-page-tabs {
	margin-left: 10px;
	margin-right: 10px;
}
.product-page-tabs #tabs_info_product_right {
	display: none;
}
.product-page-tabs.plus_right_info_product #tabs_info_product_right {
	display: block;
}
#tabs_info_product_right {
	position: sticky;
	top: 70px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	width: 295px;
}
#tabs_info_product_right .scroll-right-info {
	padding: 20px;
	border: 0px;
	border-radius: 10px;
}
#tabs_info_product_right .scroll-right-info .pr-i {
	max-width: 220px;
}
.scroll-right-info .pr-price .price {
	font-size: 20px;
}
.scroll-right-info .pr-price .price-old {
	font-size: 16px;
	margin-bottom: 5px;
}
@media (min-width: 992px) {
	.product-page-tabs.plus_right_info_product {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.product-page-tabs.plus_right_info_product .box__tabs {
		width: calc(100% - 310px);
	}
}
.content-tabs .tab-pane {
	display: none;
}
.content-tabs .tab-pane.active {
	display: block;
}
.product-page-tabs #product {
	border: 0px;
	box-shadow: none;
	padding: 0px;
}
.product-page-tabs #tab-description {
	background: #fff;
}
.product-page-tabs #tab-specification .short-attributes-groups {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	padding: 20px;
}
.product-page-tabs #tab-review {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	background: #fff;
}
.product-page-tabs #question-answer {
	border: 0px;
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	background: #fff;
}
.product-page-tabs .dop-tabs {
	border: 0px;
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	background: #fff;
}
.product-page-tabs .info-client {
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.product-page-tabs #review {
	border: 0px;
	padding: 20px 20px 0px;
	margin-bottom: 0px;
}
.product-page-tabs #review p {
	margin-bottom: 0px;
}
.product-page-tabs #form-review {
	border: 0px;
	padding: 20px;
	border: 0px;
}
.product-page-tabs .review-item .review-heading {
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.tabs__header__scroll {
	position: relative;
}
@media (max-width: 992px) {
	.tabs__header__scroll {
		overflow: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		margin-bottom: -10px;
	}
	.tabs__header {
		overflow: hidden;
	}
	.tabs_nav_prev, .tabs_nav_next {
		height: calc(100% - 10px) !important;
	}
}
.tabs_nav_prev {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 17px;
	text-align: center;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #fff;
	cursor: pointer;
	border-top-left-radius: 4px;
}
.tabs_nav_prev svg {
	transform: rotate(180deg);
}
.tabs_nav_next {
	position: absolute;
	right: 0px;
	top: 0px;
	height: calc(100% - 2px);
	width: 17px;
	text-align: center;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #fff;
	cursor: pointer;
	border-top-right-radius: 4px;
}
.tabs__header {
	margin-bottom: 30px;
	border-radius: 8px;
}
.tabs__header .my-tabs {
	margin-bottom: 0px;
	text-align: left;
	white-space: nowrap;
	position: relative;
	margin-top: 0px;
	transition: .3s;
}
.tabs__active_line {
	height: 100%;
	display: block !important;
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.067);
	position: absolute !important;
	bottom: 0px;
	transition: .3s;
}
.tabs__header .my-tabs.nav-tabs>li.active>a:focus, .tabs__header .my-tabs>li.active a {
	box-shadow: none;
	background: transparent;
}
.main_block_product {
	margin-bottom: 30px;
	padding: 0px;
	background: #fff;
	margin-left: -10px;
	margin-right: -10px;
}
.main_block_product:after, .tab-content:after {
	display: table;
	content: ' ';
	clear: both;
}
/*END PAGE PRODUCT TABS*/

.general-image {
	width: 100%;
}
.general-image.have-images {
	width: calc(100% - 90px);
	padding-left: 5px;
}
@media (max-width: 991px) {
	.image-additional {
		padding: 0px 20px;
	}
	.image-additional .slick-slide {
		margin-left: 10px;
	}
	.image-additional .slick-list {
		margin-left: -10px;
	}
	.general-image.have-images {
		width: 100%;
		padding-left: 0px;
	}
}
@media (min-width: 992px) {
	.thumbnails {
		flex-direction: row-reverse;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: start;
		align-items: start;
	}
	.image-additional {
		max-width: 90px;
		align-self: start;
	}
	.sticky-left-block {
		position: sticky;
		top: 80px;
	}
}
.cloud-zoom-big {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	right: 0px;
}
.mousetrap {
	margin: 0 auto;
	width: 100%;
	right: 0px;
}
.image-additional .thumbnail {
	margin: 0px;
	padding: 3px;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	display: inline-block;
}
.image-additional .thumbnail img {
	margin: 0px;
}
.thumbnails {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 15px;
	position: relative;
}
.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;
}
.thumbnails .image-additional .btn-slick-prev-v, .thumbnails .image-additional .btn-slick-next-v {
	cursor: pointer;
}
.thumbnails .image-additional .btn-slick-prev-v:hover svg, .thumbnails .image-additional .btn-slick-next-v:hover svg {
	fill: #379424
}
.thumbnails .image-additional .btn-slick-prev-v {
	text-align: center;
}
.thumbnails .image-additional .btn-slick-prev-v svg {
	transform: rotate(-90deg);
}
.thumbnails .image-additional .btn-slick-next-v {
	text-align: center;
}
.thumbnails .image-additional .btn-slick-next-v svg {
	transform: rotate(90deg);
}
.image-additional {
	text-align: center;
}
.thumbnails .image-additional .btn-slick-prev-h, .thumbnails .image-additional .btn-slick-next-h {
	cursor: pointer;
}
.thumbnails .image-additional .btn-slick-prev-h:hover svg, .thumbnails .image-additional .btn-slick-next-h:hover svg {
	fill: #379424
}
.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 {
	position: absolute;
	top: calc(50% - 12px);
	display: block;
	width: 16px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}
.thumbnails .image-additional .btn-slick-prev-h svg {
	transform: rotate(180deg);
}
.thumbnails .image-additional .btn-slick-next-h svg {
	transform: rotate(0deg);
}
.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;
}
/*GalleryPopup*/

.mfp-gallery-product .mfp-close {
	background-image: url("/catalog/view/theme/cyberstore/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;
}
.mfp-gallery-product .mfp-close:hover {
	background-image: url("/catalog/view/theme/cyberstore/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;
}
.mfp-gallery-product .mfp-container {
	padding: 25px;
}
.gallery-prod-name {
	margin-right: 20px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.slider-main-img-popup .item {
	margin: 0 auto;
}
.galleryPopup {
	background: #fff;
	border-radius: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 20px;
	position: relative;
	border-radius: 12px;
}
.galleryPopup .popup-slider-box {
	margin-right: 200px;
}
.slider-main-img-popup .img-responsive {
	max-height: calc(100vh - 200px);
	margin: 0 auto;
}
.slider-main-img-popup {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.slider-main-img-popup .slick-slide .item {
	width: auto !important;
	cursor: zoom-in;
}
.slider-main-img-popup .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9999;
}
.slider-main-img-popup .btn-slick-prev-mainimg {
	left: 10px;
	transform: rotate(-180deg);
}
.slider-main-img-popup .btn-slick-next-mainimg {
	right: 10px;
}
.btn-slick-prev-mainimg.slick-disabled, .btn-slick-next-mainimg.slick-disabled {
	cursor: initial;
}
.btn-slick-prev-mainimg.slick-disabled svg, .btn-slick-next-mainimg.slick-disabled svg {
	fill: #e7e7e7;
}
.btn-slick-prev-mainimg.slick-disabled:hover svg, .btn-slick-next-mainimg.slick-disabled:hover svg {
	cursor: initial;
	fill: #e7e7e7;
}
.btn-slick-prev-mainimg:hover, .btn-slick-next-mainimg:hover {
	cursor: pointer;
}
.btn-slick-prev-mainimg:hover svg, .btn-slick-next-mainimg:hover svg {
	fill: #379424;
}
.thumb-gallery {
	max-width: 32rem;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	margin: 0 auto;
	padding: 0px 15px;
	transform: translateY(-10px);
}
.thumb-gallery .slick-list {
	margin-right: -1px;
}
.thumb-gallery .slick-slide {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.thumb-gallery .thumbnail {
	margin-bottom: 0px;
}
.thumb-gallery .btn-slick-prev, .thumb-gallery .btn-slick-next {
	cursor: pointer;
}
.thumb-gallery .btn-slick-prev:hover svg, .thumb-gallery .btn-slick-next:hover svg {
	fill: #379424;
}
.thumb-gallery .btn-slick-prev {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
}
.thumb-gallery .btn-slick-prev svg {
	transform: rotate(-180deg);
}
.thumb-gallery .btn-slick-next {
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
}
.thumb-gallery .btn-slick-next svg {
	transform: rotate(0deg);
}
.thumb-gallery .slick-current .thumbnail, .thumb-gallery .thumbnail:hover {
	border-color: #379424;
}
.info-product-popup {
	position: absolute;
	bottom: 20px;
	right: 20px;
	min-width: 200px;
}
.info-product-popup .rating.info-product {
	margin-bottom: 10px;
}
.info-product-popup .product-model {
	margin-bottom: 10px;
}
.info-product-popup .price {
	margin-bottom: 10px;
	font-size: 22px;
}
.info-product-popup .price-old {
	font-size: 16px;
	margin-bottom: 7px;
}
.info-product-popup .price-new {
	display: block;
	margin-bottom: 7px;
}
.info-product-popup .cart {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.info-product-popup .btn-general {
	width: 100%
}
.info-product-popup .btn-fastorder {
	width: 100%
}
.info-product-popup .btn-general span {
	display: inherit;
}
@media (max-width: 992px) {
	.galleryPopup .popup-slider-box {
		margin-right: 0px;
	}
	.info-product-popup {
		position: relative;
		bottom: 0px;
		right: 0px;
		min-width: 100%;
	}
	.gallery-prod-name {
		font-size: 18px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.mfp-gallery-product.mfp-wrap .mfp-container {
		top: 0px;
	}
	.mfp-gallery-product .mfp-content {
		width: 100%;
		padding: 0px;
		overflow-y: scroll;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.slider-main-img-popup {
		width: 100%;
		max-width: 94%;
		margin-bottom: 20px;
	}
	.info-product-popup {
		text-align: left;
		margin-right: 0px;
	}
	.info-product-popup .cart {
		display: inline-block;
		margin-right: 5px;
	}
	.galleryPopup {
		display: block;
	}
	.slider-main-img-popup .btn-slick-prev-mainimg {
		left: -15px;
	}
	.slider-main-img-popup .btn-slick-next-mainimg {
		right: -15px;
	}
	.slider-main-img-popup .slick-dots {
		list-style: unset;
		margin: 0 auto;
		text-align: center;
		padding-left: 0px;
	}
	.slider-main-img-popup .slick-dots li {
		list-style-type: none;
		display: inline-block;
	}
	.slider-main-img-popup .slick-dots li button {
		font-size: 0px;
		width: 12px;
		height: 6px;
		padding: 0px;
		margin: 0px 2px;
		border-radius: 2px;
		border: 0px;
		background: #f5f5f5;
		border: 1px solid #757575
	}
	.slider-main-img-popup .slick-dots li button:hover, .slider-main-img-popup .slick-dots li.slick-active button {
		background: #757575;
		transform-origin: center;
	}
}
/*END GP*/

.zoom-magnify {
	width: 100%;
	text-align: center;
}
a.zoom-magnify {
	width: 100%;
}
@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%;
	}
}
#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: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.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;
}
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.product-thumb {
	overflow: auto;
}
.pq-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
}
.pq-box .price {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	/*height: 40px;*/
	flex: 1;
	margin-right: auto;
	align-self: end;
}
.product-thumb .list-right-block {
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 20px;
}
.row_items .pq-box .price {
	align-items: center;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.product-thumb .image a {
	display: block;
	position: relative;
	padding: 20px 20px 10px 20px
}
.product-thumb .image img {
	margin: 0 auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-thumb .image a {
		padding: 10px;
	}
}
.container-module .prod-cat-tabs {
	list-style: none;
	padding-left: 0px;
	margin: 0px 0px 10px 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;
}
.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;
}
.container-module .no-slider .product-thumb:hover, .container-module .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);
}
.container-module .product-thumb {
	overflow: hidden;
	position: relative;
}
.container-module {
	margin-top: 40px;
	clear: both;
}
.container-module .owl-carousel {
	margin: 0px;
}
.container-module .owl-carousel .owl-wrapper:after {
	padding-bottom: 3px;
}
.container-module .owl-wrapper-outer {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	;
}
.container-module.carousel-mod .owl-wrapper-outer {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}
.container-module.carousel-mod .owl-carousel .owl-wrapper:after {
	padding-bottom: 0px;
}
.container-module .title-module, .categorywall-container .title-module {
	margin-bottom: 10px;
	padding: 10px 0px;
	position: relative;
	clear: both;
	padding-right: 70px;
}
.categorywall-container .title-module span {
	font-weight: bold;
}
.container-module .title-module span, .categorywall-container .title-module span {
	font-size: 18px;
	padding: 0 20px 0px 0px;
	z-index: 5;
	color: #000;
	position: relative;
}
.container-module .item {
	background: #ffffff;
}
.container-module .owl-carousel, .categorywall-container .owl-carousel {
	background: none;
}
.container-module .owl-carousel .owl-buttons>div {
	opacity: 1;
	top: -44px;
	width: 28px;
	height: 28px;
}
.container-module .owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.container-module .owl-carousel .owl-buttons .owl-prev {
	right: 48px;
	left: auto;
}
.container-module .owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.carousel-mod .owl-carousel .owl-buttons div {
	opacity: 1;
	position: relative;
	display: inline-block;
}
.carousel-mod .owl-carousel .owl-buttons div i {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	color: #000;
	line-height: 28px;
}
.carousel-mod .owl-carousel .owl-buttons .btn-carousel-module {
	background: #fff;
}
.container-module .owl-carousel .owl-buttons .owl-prev .btn-carousel-module, .carousel-mod .owl-carousel .owl-buttons .owl-prev .btn-carousel-module, .container-module .owl-carousel .owl-buttons .owl-next .btn-carousel-module, .carousel-mod .owl-carousel .owl-buttons .owl-next .btn-carousel-module {
	background: #f8f9fa;
	border-radius: 6px;
}
.container-module .owl-carousel .owl-buttons .owl-prev .btn-carousel-module:hover, .carousel-mod .owl-carousel .owl-buttons .owl-prev .btn-carousel-module:hover, .container-module .owl-carousel .owl-buttons .owl-next .btn-carousel-module:hover, .carousel-mod .owl-carousel .owl-buttons .owl-next .btn-carousel-module:hover {
	background: #e9ecef;
	border-radius: 6px;
}
.owl-wrapper-outer {
	border: 1px solid #e7e7e7;
	box-shadow: none;
}
.carousel-mod .owl-carousel .owl-buttons {
	position: absolute;
	bottom: -17px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.container-module .owl-carousel .owl-buttons div i {
	font-size: 18px;
	margin: 0;
	color: #000;
	line-height: 28px
}
.btn-carousel-module {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 6px;
	float: left;
	font-size: 0;
	height: 28px;
	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;
	width: 28px;
	color: #ffffff !important;
	opacity: 1 !important;
	text-shadow: none !important;
	box-shadow: none !important;
}
.product-thumb .caption {
	position: relative;
}
@media (min-width: 320px) {
	.product-thumb .caption {
		padding: 7px;
	}
}
@media (min-width: 370px) {
	.product-thumb .caption {
		padding: 10px;
	}
}
@media (min-width: 768px) {
	.product-thumb .caption {
		padding: 10px 20px 20px 20px;
	}
}
.product-thumb .product-name {
	height: 38px;
	margin-bottom: 10px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
}
.product-thumb .product-name a {
	color: #000;
	font-size: 14px;
}
.product-thumb .product-description {
	height: 63px;
	margin-bottom: 5px;
	overflow: hidden;
}
.product-thumb .product-model {
	color: #000;
	opacity: 0.5;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
}
.product-thumb .rating {
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}
.product-thumb .rating .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;
}
.product-thumb .rating .rating-box .product-rating-star {
	width: 13px;
	height: 10px;
	display: inline-block;
	text-align: left;
}
.product-thumb .quantity-reviews {
	background: #EFEFEF;
	position: relative;
	margin-left: 5px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
}
.product-thumb .quantity-reviews a {
	color: #000;
	font-size: 11px;
}
.product-thumb .actions div.cart {
	z-index: 99;
}
.product-thumb .option {
	margin-bottom: 10px;
	margin-top: 10px;
}
.product-thumb .option .form-group {
	margin-bottom: 2px;
	position: relative;
}
.product-thumb i.required {
	color: #e4003a;
}
.product-thumb .radio-checbox-options {
	display: inline-block;
}
.product-thumb .radio-checbox-options input {
	display: none;
}
.product-thumb .radio-checbox-options label {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 2px 6px;
	height: 24px;
	font-size: 12px;
	margin-bottom: 5px;
	position: relative;
}
.product-thumb .radio-checbox-options label .option-price {
	border-radius: 3px;
	display: inline-block;
	font-size: 0.9em;
	padding: 0 3px;
	height: 14px;
	line-height: 14px;
}
.product-thumb .radio-checbox-options input:checked+label {
	border-color: #ffffff;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
	box-shadow: 4px 4px 13px rgba(0, 0, 0, .07);
	color: #0450B9;
}
.product-thumb .radio-checbox-options input:checked+label:before {
	content: url("/catalog/view/theme/cyberstore/image/option-checked-icon.svg");
	position: absolute;
	right: 0px;
	top: -7px;
}
.product-thumb .radio-checbox-options input:checked+label .option-price {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.product-thumb .radio-checbox-options label:hover {
	color: #0450B9;
}
.product-thumb .radio-checbox-options label:hover .option-price {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.product-thumb .image-radio .image-option {
	cursor: pointer;
	border: 1px solid #f4f4f4;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
	position: relative;
}
.product-thumb .image-radio {
	display: inline-block;
	margin-right: 5px;
}
.product-thumb .image-radio input {
	display: none;
}
.product-thumb .image-radio .image-option img {
	min-height: 36px;
	min-width: 36px;
	border-radius: 50%;
	border: 0px;
	max-width: 36px;
}
.product-thumb .image-radio input:checked+.image-option {
	border-color: #ffffff;
	border-width: 1px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
	box-shadow: 4px 4px 13px rgba(0, 0, 0, .07);
}
.product-thumb .image-radio input:checked+.image-option:after {
	content: url("/catalog/view/theme/cyberstore/image/option-checked-icon.svg");
	position: absolute;
	right: 3px;
	top: -1px;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 17px;
	text-align: center;
}
.product-thumb .option .text-danger {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	padding: 2px 9px 3px;
	position: absolute;
	top: -6px;
	border-radius: 4px;
	z-index: 9;
}
.product-thumb .option .color-option {
	vertical-align: middle;
	border: 4px solid #fff;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px #f4f4f4;
	box-shadow: 0px 0px 0px 1px #f4f4f4;
}
.product-thumb .option .image-radio input:checked+span.color-option {
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
	box-shadow: 4px 4px 13px rgba(0, 0, 0, .07);
}
.product-thumb .option .image-radio input:checked+span.color-option::before {
	content: url("/catalog/view/theme/cyberstore/image/option-checked-icon.svg");
	position: absolute;
	right: -9px;
	top: -11px;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 17px;
	text-align: center;
}
.product-thumb .main-img {
	opacity: 1;
	backface-visibility: visible;
}
.product-thumb:hover .main-img {
	opacity: 0;
	backface-visibility: hidden;
}
.product-thumb .additional-img-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	cursor: pointer;
	backface-visibility: hidden;
	transition: 0.2s;
	padding: 20px;
}
.product-thumb:hover .additional-img-hover {
	opacity: 1;
	backface-visibility: visible;
}
.product-thumb .product_status {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border-radius: 13px;
	color: #B52B28;
	font-weight: 600;
	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;
}
.product-price .stickers-skidka {
	text-align: center;
}
.option-danger {
	animation: 0.3s ease-in-out 0s normal slider;
	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
}
@keyframes slider {
	0% {
		top: -40px;
	}
	50% {
		top: -20px;
	}
	100% {
		top: 15;
	}
}
#column-left .featured.container-modules.owl-carousel, #column-right .featured.container-modules.owl-carousel, .position-no-owl .featured.container-modules.owl-carousel, #column-left .special.container-modules.owl-carousel, #column-right .special.container-modules.owl-carousel, .position-no-owl .special.container-modules.owl-carousel, #column-left .bestseller.container-modules.owl-carousel, #column-right .bestseller.container-modules.owl-carousel, .position-no-owl .bestseller.container-modules.owl-carousel, #column-left .latest.container-modules.owl-carousel, #column-right .latest.container-modules.owl-carousel, .position-no-owl .latest.container-modules.owl-carousel {
	display: block;
}
#column-left .product-slider .featured .row_items, #column-right .product-slider .featured .row_items, .position-no-owl .product-slider .featured .row_items, #column-left .product-slider .special .row_items, #column-right .product-slider .special .row_items, .position-no-owl .product-slider .special .row_items, #column-left .product-slider .bestseller .row_items, #column-right .product-slider .bestseller .row_items, .position-no-owl .product-slider .bestseller .row_items, #column-left .product-slider .latest .row_items, #column-right .product-slider .latest .row_items, .position-no-owl .product-slider .latest .row_items {
	margin: 0 10px;
}
#column-left .container-module .featured .item, #column-right .container-module .featured .item, .position-no-owl .container-module .featured .item, #column-left .container-module .special .item, #column-right .container-module .special .item, .position-no-owl .container-module .special .item, #column-left .container-module .bestseller .item, #column-right .container-module .bestseller .item, .position-no-owl .container-module .bestseller .item, #column-left .container-module .latest .item, #column-right .container-module .latest .item, .position-no-owl .container-module .latest .item {
	margin-bottom: 20px;
}
#column-left .container-module .featured .image-carousel, #column-right .container-module .featured .image-carousel, .position-no-owl .container-module .featured .image-carousel, #column-left .container-module .special .image-carousel, #column-right .container-module .special .image-carousel, .position-no-owl .container-module .special .image-carousel, #column-left .container-module .bestseller .image-carousel, #column-right .container-module .bestseller .image-carousel, .position-no-owl .container-module .bestseller .image-carousel, #column-left .container-module .latest .image-carousel, #column-right .container-module .latest .image-carousel, .position-no-owl .container-module .latest .image-carousel {
	padding: 0px;
}
#column-left .featured .stickers-ns, #column-right .featured .stickers-ns, .position-no-owl .featured .stickers-ns, #column-left .special .stickers-ns, #column-right .special .stickers-ns, .position-no-owl .special .stickers-ns, #column-left .bestseller .stickers-ns, #column-right .bestseller .stickers-ns, .position-no-owl .bestseller .stickers-ns, #column-left .latest .stickers-ns, #column-right .latest .stickers-ns, .position-no-owl .latest .stickers-ns, #column-left .container-module .featured .product-thumb .product_status, #column-right .container-module .featured .product-thumb .product_status, .position-no-owl .container-module .featured .product-thumb .product_status, #column-left .container-module .special .product-thumb .product_status, #column-right .container-module .special .product-thumb .product_status, .position-no-owl .container-module .special .product-thumb .product_status, #column-left .container-module .bestseller .product-thumb .product_status, #column-right .container-module .bestseller .product-thumb .product_status, .position-no-owl .container-module .bestseller .product-thumb .product_status, #column-left .container-module .latest .product-thumb .product_status, #column-right .container-module .latest .product-thumb .product_status, .position-no-owl .container-module .latest .product-thumb .product_status, #column-left .container-module .featured .option, #column-right .container-module .featured .option, .position-no-owl .container-module .featured .option, #column-left .container-module .special .option, #column-right .container-module .special .option, .position-no-owl .container-module .special .option, #column-left .container-module .bestseller .option, #column-right .container-module .bestseller .option, .position-no-owl .container-module .bestseller .option, #column-left .container-module .latest .option, #column-right .container-module .latest .option, .position-no-owl .container-module .latest .option, #column-left .container-module .featured .product-model, #column-right .container-module .featured .product-model, .position-no-owl .container-module .featured .product-model, #column-left .container-module .special .product-model, #column-right .container-module .special .product-model, .position-no-owl .container-module .special .product-model, #column-left .container-module .bestseller .product-model, #column-right .container-module .bestseller .product-model, .position-no-owl .container-module .bestseller .product-model, #column-left .container-module .latest .product-model, #column-right .container-module .latest .product-model, .position-no-owl .container-module .latest .product-model, #column-left .container-module .featured .quantity_plus_minus, #column-right .container-module .featured .quantity_plus_minus, .position-no-owl .container-module .featured .quantity_plus_minus, #column-left .container-module .special .quantity_plus_minus, #column-right .container-module .special .quantity_plus_minus, .position-no-owl .container-module .special .quantity_plus_minus, #column-left .container-module .bestseller .quantity_plus_minus, #column-right .container-module .bestseller .quantity_plus_minus, .position-no-owl .container-module .bestseller .quantity_plus_minus, #column-left .container-module .latest .quantity_plus_minus, #column-right .container-module .latest .quantity_plus_minus, .position-no-owl .container-module .latest .quantity_plus_minus, #column-left .container-module .featured .product-description, #column-right .container-module .featured .product-description, .position-no-owl .container-module .featured .product-description, #column-left .container-module .special .product-description, #column-right .container-module .special .product-description, .position-no-owl .container-module .special .product-description, #column-left .container-module .bestseller .product-description, #column-right .container-module .bestseller .product-description, .position-no-owl .container-module .bestseller .product-description, #column-left .container-module .latest .product-description, #column-right .container-module .latest .product-description, .position-no-owl .container-module .latest .product-description, #column-left .container-module .featured .additional-image, #column-right .container-module .featured .additional-image, .position-no-owl .container-module .featured .additional-image, #column-left .container-module .special .additional-image, #column-right .container-module .special .additional-image, .position-no-owl .container-module .special .additional-image, #column-left .container-module .bestseller .additional-image, #column-right .container-module .bestseller .additional-image, .position-no-owl .container-module .bestseller .additional-image, #column-left .container-module .latest .additional-image, #column-right .container-module .latest .additional-image, .position-no-owl .container-module .latest .additional-image {
	display: none;
}
#column-left .container-module .featured .product-name, #column-right .container-module .featured .product-name, .position-no-owl .container-module .featured .product-name, #column-left .container-module .special .product-name, #column-right .container-module .special .product-name, .position-no-owl .container-module .special .product-name, #column-left .container-module .bestseller .product-name, #column-right .container-module .bestseller .product-name, .position-no-owl .container-module .bestseller .product-name, #column-left .container-module .latest .product-name, #column-right .container-module .latest .product-name, .position-no-owl .container-module .latest .product-name {
	text-align: left;
}
#column-left .container-module .featured .image, #column-right .container-module .featured .image, .position-no-owl .container-module .featured .image, #column-left .container-module .special .image, #column-right .container-module .special .image, .position-no-owl .container-module .special .image, #column-left .container-module .bestseller .image, #column-right .container-module .bestseller .image, .position-no-owl .container-module .bestseller .image, #column-left .container-module .latest .image, #column-right .container-module .latest .image, .position-no-owl .container-module .latest .image {
	position: inherit;
	float: left;
	width: 33%;
	padding: 0px;
	margin-bottom: 0px;
}
#column-left .container-module .featured .image a, #column-right .container-module .featured .image a, .position-no-owl .container-module .featured .image a, #column-left .container-module .special .image a, #column-right .container-module .special .image a, .position-no-owl .container-module .special .image a, #column-left .container-module .bestseller .image a, #column-right .container-module .bestseller .image a, .position-no-owl .container-module .bestseller .image a, #column-left .container-module .latest .image a, #column-right .container-module .latest .image a, .position-no-owl .container-module .latest .image a {
	padding: 5px;
}
#column-left .container-module .featured .product-thumb .caption, #column-right .container-module .featured .product-thumb .caption, .position-no-owl .container-module .featured .product-thumb .caption, #column-left .container-module .special .product-thumb .caption, #column-right .container-module .special .product-thumb .caption, .position-no-owl .container-module .special .product-thumb .caption, #column-left .container-module .bestseller .product-thumb .caption, #column-right .container-module .bestseller .product-thumb .caption, .position-no-owl .container-module .bestseller .product-thumb .caption, #column-left .container-module .latest .product-thumb .caption, #column-right .container-module .latest .product-thumb .caption, .position-no-owl .container-module .latest .product-thumb .caption {
	margin-bottom: 0px;
	padding: 10px;
	float: left;
	width: 66%;
	position: unset;
}
#column-left .container-module .featured .product-thumb .action-timer, #column-right .container-module .featured .product-thumb .action-timer, .position-no-owl .container-module .featured .product-thumb .action-timer, #column-left .container-module .special .product-thumb .action-timer, #column-right .container-module .special .product-thumb .action-timer, .position-no-owl .container-module .special .product-thumb .action-timer, #column-left .container-module .bestseller .product-thumb .action-timer, #column-right .container-module .bestseller .product-thumb .action-timer, .position-no-owl .container-module .bestseller .product-thumb .action-timer, #column-left .container-module .latest .product-thumb .action-timer, #column-right .container-module .latest .product-thumb .action-timer, .position-no-owl .container-module .latest .product-thumb .action-timer {
	bottom: 0px;
	padding: 0px 5px;
}
#column-left .container-module .featured .price, #column-right .container-module .featured .price, .position-no-owl .container-module .featured .price, #column-left .container-module .special .price, #column-right .container-module .special .price, .position-no-owl .container-module .special .price, #column-left .container-module .bestseller .price, #column-right .container-module .bestseller .price, .position-no-owl .container-module .bestseller .price, #column-left .container-module .latest .price, #column-right .container-module .latest .price, .position-no-owl .container-module .latest .price, #column-left .container-module .featured .rating, #column-right .container-module .featured .rating, .position-no-owl .container-module .featured .rating, #column-left .container-module .special .rating, #column-right .container-module .special .rating, .position-no-owl .container-module .special .rating, #column-left .container-module .bestseller .rating, #column-right .container-module .bestseller .rating, .position-no-owl .container-module .bestseller .rating, #column-left .container-module .latest .rating, #column-right .container-module .latest .rating, .position-no-owl .container-module .latest .rating {
	text-align: left;
	margin-bottom: 2px;
}
#column-left .container-module .featured .item, #column-right .container-module .featured .item, .position-no-owl .container-module .featured .item, #column-left .container-module .special .item, #column-right .container-module .special .item, .position-no-owl .container-module .special .item, #column-left .container-module .bestseller .item, #column-right .container-module .bestseller .item, .position-no-owl .container-module .bestseller .item, #column-left .container-module .latest .item, #column-right .container-module .latest .item, .position-no-owl .container-module .latest .item {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
#column-left .container-module .featured .item:last-child, #column-right .container-module .featured .item:last-child, .position-no-owl .container-module .featured .item:last-child, #column-left .container-module .special .item:last-child, #column-right .container-module .special .item:last-child, .position-no-owl .container-module .special .item:last-child, #column-left .container-module .bestseller .item:last-child, #column-right .container-module .bestseller .item:last-child, .position-no-owl .container-module .bestseller .item:last-child, #column-left .container-module .latest .item:last-child, #column-right .container-module .latest .item:last-child, .position-no-owl .container-module .latest .item:last-child {
	margin-bottom: 0px !important;
}
#column-left .featured .product-thumb .actions div.cart, #column-right .featured .product-thumb .actions div.cart, .position-no-owl .featured .product-thumb .actions div.cart, #column-left .special .product-thumb .actions div.cart, #column-right .special .product-thumb .actions div.cart, .position-no-owl .special .product-thumb .actions div.cart, #column-left .bestseller .product-thumb .actions div.cart, #column-right .bestseller .product-thumb .actions div.cart, .position-no-owl .bestseller .product-thumb .actions div.cart, #column-left .latest .product-thumb .actions div.cart, #column-right .latest .product-thumb .actions div.cart, .position-no-owl .latest .product-thumb .actions div.cart {
	margin-left: 10px;
	margin-right: 10px;
}
#column-left .container-module .featured .product-thumb, #column-right .container-module .featured .product-thumb, .position-no-owl .container-module .featured .product-thumb, #column-left .container-module .special .product-thumb, #column-right .container-module .special .product-thumb, .position-no-owl .container-module .special .product-thumb, #column-left .container-module .bestseller .product-thumb, #column-right .container-module .bestseller .product-thumb, .position-no-owl .container-module .bestseller .product-thumb, #column-left .container-module .latest .product-thumb, #column-right .container-module .latest .product-thumb, .position-no-owl .container-module .latest .product-thumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
#column-left .featured .product-thumb .actions, #column-right .featured .product-thumb .actions, .position-no-owl .featured .product-thumb .actions, #column-left .special .product-thumb .actions, #column-right .special .product-thumb .actions, .position-no-owl .special .product-thumb .actions, #column-left .bestseller .product-thumb .actions, #column-right .bestseller .product-thumb .actions, .position-no-owl .bestseller .product-thumb .actions, #column-left .latest .product-thumb .actions, #column-right .latest .product-thumb .actions, .position-no-owl .latest .product-thumb .actions {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 99;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0px;
	justify-content: center;
}
#column-left .featured .product-thumb .actions .cart span, #column-right .featured .product-thumb .actions .cart span, .position-no-owl .featured .product-thumb .actions .cart span, #column-left .special .product-thumb .actions .cart span, #column-right .special .product-thumb .actions .cart span, .position-no-owl .special .product-thumb .actions .cart span, #column-left .bestseller .product-thumb .actions .cart span, #column-right .bestseller .product-thumb .actions .cart span, .position-no-owl .bestseller .product-thumb .actions .cart span, #column-left .latest .product-thumb .actions .cart span, #column-right .latest .product-thumb .actions .cart span, .position-no-owl .latest .product-thumb .actions .cart span {
	display: none;
}
#column-left .featured .item:hover .actions, #column-right .featured .item:hover .actions, .position-no-owl .featured .item:hover .actions, #column-left .special .item:hover .actions, #column-right .special .item:hover .actions, .position-no-owl .special .item:hover .actions, #column-left .bestseller .item:hover .actions, #column-right .bestseller .item:hover .actions, .position-no-owl .bestseller .item:hover .actions, #column-left .latest .item:hover .actions, #column-right .latest .item:hover .actions, .position-no-owl .latest .item:hover .actions {
	opacity: 1;
}
#column-left .container-module .featured .product-thumb .quickview, #column-right .container-module .featured .product-thumb .quickview, .position-no-owl .container-module .featured .product-thumb .quickview, #column-left .container-module .special .product-thumb .quickview, #column-right .container-module .special .product-thumb .quickview, .position-no-owl .container-module .special .product-thumb .quickview, #column-left .container-module .bestseller .product-thumb .quickview, #column-right .container-module .bestseller .product-thumb .quickview, .position-no-owl .container-module .bestseller .product-thumb .quickview, #column-left .container-module .latest .product-thumb .quickview, #column-right .container-module .latest .product-thumb .quickview, .position-no-owl .container-module .latest .product-thumb .quickview {
	position: relative;
	opacity: 1;
	top: auto;
	visibility: visible;
}
#column-left .container-module .featured .product-thumb .quickview span, #column-right .container-module .featured .product-thumb .quickview span, .position-no-owl .container-module .featured .product-thumb .quickview span, #column-left .container-module .special .product-thumb .quickview span, #column-right .container-module .special .product-thumb .quickview span, .position-no-owl .container-module .special .product-thumb .quickview span, #column-left .container-module .bestseller .product-thumb .quickview span, #column-right .container-module .bestseller .product-thumb .quickview span, .position-no-owl .container-module .bestseller .product-thumb .quickview span, #column-left .container-module .latest .product-thumb .quickview span, #column-right .container-module .latest .product-thumb .quickview span, .position-no-owl .container-module .latest .product-thumb .quickview span {
	display: none;
}
#column-left .container-module .featured .product-thumb .quickview i, #column-right .container-module .featured .product-thumb .quickview i, .position-no-owl .container-module .featured .product-thumb .quickview i, #column-left .container-module .special .product-thumb .quickview i, #column-right .container-module .special .product-thumb .quickview i, .position-no-owl .container-module .special .product-thumb .quickview i, #column-left .container-module .bestseller .product-thumb .quickview i, #column-right .container-module .bestseller .product-thumb .quickview i, .position-no-owl .container-module .bestseller .product-thumb .quickview i, #column-left .container-module .latest .product-thumb .quickview i, #column-right .container-module .latest .product-thumb .quickview i, .position-no-owl .container-module .latest .product-thumb .quickview i {
	display: inline-block;
}
#column-left .container-module .featured .product-thumb .quickview .btn-quickview, #column-right .container-module .featured .product-thumb .quickview .btn-quickview, .position-no-owl .container-module .featured .product-thumb .quickview .btn-quickview, #column-left .container-module .special .product-thumb .quickview .btn-quickview, #column-right .container-module .special .product-thumb .quickview .btn-quickview, .position-no-owl .container-module .special .product-thumb .quickview .btn-quickview, #column-left .container-module .bestseller .product-thumb .quickview .btn-quickview, #column-right .container-module .bestseller .product-thumb .quickview .btn-quickview, .position-no-owl .container-module .bestseller .product-thumb .quickview .btn-quickview, #column-left .container-module .latest .product-thumb .quickview .btn-quickview, #column-right .container-module .latest .product-thumb .quickview .btn-quickview, .position-no-owl .container-module .latest .product-thumb .quickview .btn-quickview {
	border-radius: 8px;
	padding: 6.5px 10px !important;
}
#column-left .container-module .featured .item:hover, #column-right .container-module .featured .item:hover, .position-no-owl .container-module .featured .item:hover, #column-left .container-module .special .item:hover, #column-right .container-module .special .item:hover, .position-no-owl .container-module .special .item:hover, #column-left .container-module .bestseller .item:hover, #column-right .container-module .bestseller .item:hover, .position-no-owl .container-module .bestseller .item:hover, #column-left .container-module .latest .item:hover, #column-right .container-module .latest .item:hover, .position-no-owl .container-module .latest .item:hover {
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .07);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .07);
}
.row_items .quickview .btn-quickview, .row_items .btn-general, .row_items .addit-action>div button {
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.row_items .actions .addit-action>div {
	margin-right: 10px;
}
.row_items .addit-action>div:last-child {
	margin-right: 10px;
}
.row_items .actions div.cart {
	margin-left: 10px;
	margin-right: 10px;
}
.actions div.cart {
	margin-right: 4px;
}
.subcategory {
	transition: none;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}
.subcategory a img {
	margin: 0 auto;
	padding-top: 5px;
}
.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%;
}
.product-layout .product-thumb {
	overflow: hidden;
	position: relative;
}
.product-list .product-thumb, .product-grid .product-thumb {
	border: 1px solid #e9e9e9;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 10px;
}
.product-grid .caption {
	position: relative;
}
.product-list .product-thumb:hover, .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);
}
.product-grid .product-thumb .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.product-grid .product-thumb .actions .cart i.fa-minus-square.out_of_stock {
	display: none;
}
@media (min-width: 992px) {
	.product-list .price {
		text-align: right;
		height: 48px;
		width: 100%;
		flex: unset;
	}
	.product-list .price span {
		margin-left: auto;
	}
	.product-list .price .price-old {
		margin-left: auto;
	}
	.product-list .price .new {
		margin-top: 3px;
	}
	.product-list .quantity_plus_minus {
		top: 60px;
		right: 40px;
		width: auto;
		height: 34px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row-reverse;
	}
	.product-list .quantity_plus_minus input.quantity-num {
		border-top: 1px solid #f8f9fa;
		border-bottom: 1px solid #f8f9fa;
		border-left: 0px;
		border-right: 0px;
		line-height: 34px;
		height: 34px;
		width: 30px;
	}
	.product-list .quantity_plus_minus .add-action:hover {
		background: transparent;
	}
	.product-list .quantity_plus_minus .add-action {
		height: 34px;
		width: 20px;
		line-height: 32px;
		background: transparent;
	}
	.product-list .quantity_plus_minus .add-up:before {
		content: "\f105";
	}
	.product-list .quantity_plus_minus .add-up {
		border-radius: 0px 8px 8px 0px;
		border-color: #f8f9fa;
		border-style: solid;
		border-width: 1px 1px 1px 0px;
		padding-left: 3px;
	}
	.product-list .quantity_plus_minus .add-down:before {
		content: "\f104";
	}
	.product-list .quantity_plus_minus .add-down {
		border-radius: 8px 0px 0px 8px;
		border-color: #f8f9fa;
		border-style: solid;
		border-width: 1px 0px 1px 1px;
		padding-right: 3px;
	}
	.product-list .product-thumb .rating .rating-box {
		padding-left: 0px;
	}
	.product-list .product-description {
		margin: 12px 0;
		overflow: hidden;
		height: auto;
	}
	.product-list .product-thumb .image a {
		padding-bottom: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 100%;
	}
	.product-list .product-thumb .image img {
		margin: auto;
	}
	.product-list .product-thumb .product-name, .product-list .product-thumb .rating, .product-list .product-thumb .product-model {
		order: -1;
	}
	.product-list .product-thumb {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.product-list .product-thumb .image {
		float: left;
		width: 25%;
		margin: 0 auto;
	}
	.product-list .product-thumb .caption {
		float: left;
		width: 75%;
		padding-top: 20px;
	}
	.product-list .product-thumb .product-name {
		height: auto;
	}
	.product-list .product-thumb .product-name a {
		font-size: 18px;
	}
	.product-list .product-thumb .product-name, .product-list .product-thumb .product-model, .product-list .product-thumb .product-description, .product-list .product-thumb .attribute-cat, .product-list .product-thumb .option, .product-list .product-thumb .rating {
		text-align: left;
		width: 100%;
	}
	.product-list .list-left-block {
		float: left;
		width: 70%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		padding-right: 20px;
	}
	.product-list .list-right-block:after {
		content: "";
		border-right: 1px solid #e9e9e9;
		top: 20px;
		bottom: 20px;
		position: absolute;
	}
	.product-list .list-right-block {
		width: 30%;
		float: left;
	}
	.product-list .product-thumb .action-timer {
		bottom: 20px;
		padding: 0 20px;
	}
	.product-list .product-thumb .actions {
		text-align: left;
		position: relative;
		height: auto;
		flex-wrap: wrap;
		margin-top: 12px;
	}
	.product-list .product-thumb .actions .cart {
		margin-right: 0px;
		margin-bottom: 12px;
		margin-left: auto;
		text-align: right;
	}
	.product-list .product-thumb .actions .addit-action {
		flex-wrap: wrap;
		margin-left: auto;
		justify-content: flex-end;
		flex-basis: 100%;
	}
	.product-list .product-thumb .quickview {
		position: relative;
		opacity: 1;
		top: auto;
		visibility: visible;
		box-shadow: none;
		margin-right: 0px;
		display: block;
		margin-left: auto;
		margin-bottom: 12px;
		text-align: right;
		width: 100%;
	}
	.product-list .product-thumb:hover .quickview {
		top: 0px;
	}
	.product-list .product-thumb .quickview .btn-quickview {
		box-shadow: none;
		padding: 6.5px 12px !important;
	}
	.product-list .product-thumb .quickview .btn-quickview i {
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.product-list .product-thumb .image {
		float: none;
		clear: both;
		width: 100%;
	}
	.product-list .product-thumb .caption {
		margin-left: 0px;
	}
	.product-list .product-thumb .list-left-block {
		float: none;
	}
	.product-list .product-thumb .list-right-block {
		float: none;
	}
}
@media (min-width: 1200px) {
	.product-list .list-left-block {
		width: 75%;
	}
	.product-list .list-right-block {
		width: 25%;
	}
}
.addit-action {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}
.addit-action>div {
	margin-right: 4px;
}
.addit-action>div:last-child {
	margin-right: 0px !important;
}
#product hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #e9e9e9;
}
.info-product-popup .rating .rating-box, #popup-quickview .rating .rating-box, #product .rating .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;
}
.info-product-popup .rating .rating-box .product-rating-star, #popup-quickview .rating .rating-box .product-rating-star, #product .rating .rating-box .product-rating-star {
	width: 13px;
	height: 10px;
	display: inline-block;
	text-align: left;
}
.info-product-popup .quantity-reviews, #popup-quickview .quantity-reviews, #product .quantity-reviews {
	background: #EFEFEF;
	position: relative;
	margin-left: 5px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
}
.info-product-popup .quantity-reviews a, #popup-quickview .quantity-reviews a, #product .quantity-reviews a {
	color: #000;
	font-size: 11px;
}
#product {
	padding: 25px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}
#product .price {
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#product .price-new {
	text-align: left;
	font-size: 26px;
	float: left;
	margin-right: 20px;
	width: auto;
	padding-top: 2px;
}
#product .price-old {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
}
.block__saving {
	font-size: 12px;
	border: 1px dashed #f4f4f4;
	border-radius: 12px;
	margin-bottom: 10px;
	padding: 3px 3px 3px 10px;
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
}
.box-price-old {
	display: inline-block;
}
#product .price .stickers-skidka {
	display: inline-block;
	margin-right: 5px;
}
.price__saving {
	background: #CF5151;
	border-radius: 12px;
	color: #fff;
	padding: 2px 8px;
	margin-left: 5px;
}
.scroll-right-info .quantity-adder, #product .quantity-adder {
	display: block;
	position: relative;
	margin-right: 10px;
}
.scroll-right-info .quantity-adder .quantity-number input, #product .quantity-adder .quantity-number input {
	color: #000;
	display: inline-block;
	height: 34px;
	padding: 2px 0px;
	text-align: center;
	width: 30px;
	border-radius: 0px;
	border-color: #e9e9e9;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
@media (max-width: 768px) {
	#product .quantity-adder .quantity-number input {
		width: 40px !important;
	}
}
.scroll-right-info .quantity-adder .add-action, #product .quantity-adder .add-action {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	position: relative;
	text-align: center;
	width: 20px;
}
.scroll-right-info .quantity-adder .add-up, #product .quantity-adder .add-up {
	border-color: #e9e9e9;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-radius: 0px 8px 8px 0px;
}
.scroll-right-info .quantity-adder .add-down, #product .quantity-adder .add-down {
	border-color: #e9e9e9;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-radius: 8px 0px 0px 8px;
}
.scroll-right-info .quantity-adder .quantity-number input:focus, #product .quantity-adder .quantity-number input:focus {
	border-left: 0px;
	border-right: 0px;
}
.stock_status_success {
	font-weight: 600;
	color: #7EBC62;
}
.stock-quantity_success {
	background-color: #7EBC62;
	border: 1px solid #7EBC62;
	border-radius: 4px;
	color: #fff;
	padding: 1px 4px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
}
.stock-quantity_success:after {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #7EBC62;
	left: -5px;
	top: 7px;
}
.stock-quantity_success:before {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #379424;
	left: -6px;
	top: 7px;
}
.info-minimum {
	padding: 7px 13px;
	background: #fcfbef;
	color: #000;
	margin-top: 18px;
	border-radius: 8px;
}
.info-minimum svg {
	display: inline-block;
	vertical-align: bottom;
}
.qty-not-in-stock {
	color: #FC351B;
}
.qty-not-in-stock-count {
	background-color: #ffd2b8;
	border: 1px solid #FC351B;
	border-radius: 4px;
	color: #FC351B;
	padding: 1px 4px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
}
.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;
}
.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 {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 20px 0px 35px;
}
#product .actions .btn-wishlist, #product .actions .btn-compare {
	margin-left: 5px;
	min-width: 34px;
}
@media (max-width: 768px) {
	#product .price {
		margin-bottom: 15px;
	}
	#product .actions {
		margin-top: 15px;
	}
	#product .actions .cart {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#product .actions .btn-general {
		width: 100%;
	}
	#product .actions .btn-fastorder {
		width: 100%;
		margin-left: 0px !important;
		margin-bottom: 15px;
	}
	.btn-cheaper {
		margin-top: 15px;
		width: 100%;
	}
	#product .actions .btn-wishlist {
		margin-left: auto;
	}
	#product .quantity-adder, #product .actions .btn-wishlist, #product .actions .btn-compare {
		order: -1;
	}
}
@media (min-width: 1200px) {
	#product .actions {
		flex-wrap: nowrap;
	}
	#product .actions .cart {
		width: 50%;
	}
	#product .actions .btn-general {
		width: 100%;
	}
	#product .actions .btn-fastorder {
		width: 50%;
	}
}
#product .actions .btn-fastorder {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
}
@media (max-width: 992px) {
	#product .actions .btn-fastorder {
		margin-left: 0px;
		margin-right: auto;
	}
	#product .actions .cart.pull-left {
		margin-left: auto;
		margin-bottom: 15px;
	}
}
#product .actions .btn-general span {
	display: inherit;
}
#product .actions .btn-general {
	text-align: center;
	min-width: 130px;
}
#product i.required {
	color: #e4003a;
}
#product .radio-checbox-options {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#product .radio-checbox-options input {
	display: none;
}
#product .radio-checbox-options label {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 6px 10px;
	height: 34px;
	font-size: 13px;
	margin-bottom: 0px;
	position: relative;
}
#product .radio-checbox-options label .option-price {
	border-radius: 3px;
	display: inline-block;
	font-size: 0.9em;
	padding: 0 3px;
	height: 14px;
	line-height: 14px;
}
#product .radio-checbox-options input:checked+label {
	border-color: #ffffff;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
	box-shadow: 4px 4px 13px rgba(0, 0, 0, .07);
	color: #0450B9;
}
#product .radio-checbox-options input:checked+label:before {
	content: url("/catalog/view/theme/cyberstore/image/option-checked-icon.svg");
	position: absolute;
	right: 3px;
	top: -2px;
}
#product .radio-checbox-options input:checked+label .option-price {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
#product .radio-checbox-options label:hover {
	color: #0450B9;
}
#product .radio-checbox-options label:hover .option-price {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
#product .image-radio {
	display: inline-block;
	margin-right: 10px;
}
#product .image-radio input {
	display: none;
}
#product .image-radio .image-option {
	cursor: pointer;
	border: 1px solid #f4f4f4;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
	position: relative;
}
#product .image-radio .image-option img {
	min-height: 44px;
	min-width: 44px;
	border-radius: 50%;
}
#product .image-radio input:checked+.image-option {
	border-color: #ffffff;
	border-width: 1px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
	box-shadow: 4px 4px 13px rgba(0, 0, 0, .07);
}
#product .image-radio input:checked+.image-option:after {
	content: url("/catalog/view/theme/cyberstore/image/option-checked-icon.svg");
	position: absolute;
	right: 3px;
	top: -1px;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 17px;
	text-align: center;
}
@media (min-width: 1200px) {
	#product .image-radio img {
		max-width: 44px;
	}
}
#product .options .text-danger {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	padding: 2px 9px 3px;
	position: absolute;
	top: -6px;
	border-radius: 4px;
}
#product .options .form-group {
	position: relative;
	margin: 0px 0px 10px;
}
#product .options .control-label {
	font-size: 13px;
}
#product .options .color-option {
	vertical-align: middle;
	border: 9px solid #fff;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px #f4f4f4;
	box-shadow: 0px 0px 0px 1px #f4f4f4;
}
#product .options .image-radio input:checked+span.color-option {
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
	box-shadow: 4px 4px 13px rgba(0, 0, 0, .07);
}
#product .options .image-radio input:checked+span.color-option::before {
	content: url("/catalog/view/theme/cyberstore/image/option-checked-icon.svg");
	position: absolute;
	right: -9px;
	top: -11px;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 17px;
	text-align: center;
}
.alert {
	margin-bottom: 10px;
	padding: 10px;
}
div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
.top-info-product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.info-inline {
	display: inline-block;
	font-size: 14px;
}
.info-product {
	font-size: 14px;
	margin-bottom: 12px;
}
.info-product.p-brand {
	display: flex;
}
.info-product.p-brand .brand-img {
	margin-right: 10px;
}
.info-product.p-brand a {
	color: #000000;
}
.info-product.p-brand a span {
	font-weight: 400;
}
.info-product span {
	font-weight: 600;
}
.stock_rating_line .info-product {
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.info-product {
		min-width: 100%;
	}
}
.info-product a {
	color: #379424;
}
.info-product b {
	color: #444;
	font-weight: normal;
}
.custom-block-products .title-custom-block-product {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.custom-block-product {
	margin-bottom: 5px;
	cursor: pointer;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	overflow: hidden;
	padding: 13px 15px;
}
.custom-block-product .image {
	width: 50px;
	float: left;
}
.custom-block-product .text {
	margin-left: 65px;
}
.custom-block-product a, .custom-block-product a:hover {
	text-decoration: none;
}
.custom-block-product .text h4 {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	font-weight: 600;
	font-size: 14px;
}
.custom-block-product .text p {
	color: #777;
	font-size: 12px;
	height: 33px;
	line-height: 1.3;
	margin: 4px 0 0;
	overflow: hidden;
	padding: 0;
}
#gmap_footer {
	width: 100%;
	height: 285px;
}
.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;
}
.contact-f-t1 {
	margin-left: auto;
}
.contact-f-t1 ul.list-unstyled {
	margin-right: 35px;
}
.box-heading {
	color: #fff;
	font-weight: bold;
	text-align: left;
	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: #43b02a;
	border: 1px solid #43b02a;
}
.box-heading .fa.fa-bars {
	float: right;
	font-size: 14px;
	line-height: 20px;
}
ul.navcategory {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	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 {
	display: none;
}
.parent-category.active .dropdown-menu-category {
	display: block;
}
.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;
}
.carousel-container {
	position: relative;
}
.carousel-container .owl-wrapper-outer {
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
}
.carousel-container .owl-buttons i.fa {
	font-size: 20px;
	margin: -20px 0 0;
}
.carousel-container .owl-controls .owl-buttons .owl-prev {
	left: 0px;
	top: 48% !important;
}
.carousel-container .owl-controls .owl-buttons .owl-next {
	right: 0px;
	top: 48% !important;
}
.carousel-container.owl-carousel:hover .owl-buttons .owl-prev {
	left: 0px;
}
.carousel-container.owl-carousel:hover .owl-buttons .owl-next {
	right: 0px;
}
.carousel-container.owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.carousel-container .slideshow-btn-next i, .carousel-container .slideshow-btn-prev i {
	color: #202020;
	opacity: 1 !important;
	font-size: 30px !important;
	line-height: 67px !important;
	margin: 0px !important;
}
.carousel-container .slideshow-btn-next, .carousel-container .slideshow-btn-prev {
	display: block;
	width: 40px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 0%;
	text-align: center;
	cursor: pointer;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.7;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.carousel-container .slideshow-btn-next:hover, .carousel-container .slideshow-btn-prev:hover {
	opacity: 1;
	background: #fff;
}
.carousel-container .slideshow-btn-next:hover i, .carousel-container .slideshow-btn-prev:hover i {
	opacity: 1;
	color: #6b6b6f;
}
.carousel-container .owl-wrapper:after {
	padding-bottom: 0 !important;
}
.carousel-container .owl-pagination {
	bottom: 5px;
	right: 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;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	transition: all .3s ease;
}
.carousel-container .owl-controls .owl-page {
	display: inline-block;
	margin: 0 2px;
}
.carousel-container .owl-controls .owl-page.active span {
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%px;
}
.carousel-container .owl-wrapper-outer {
	padding: 0px;
	border: 2px solid #fff;
}
.box-banner-container {
	background: #f8f9fa;
	padding: 25px 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: 75px;
}
.block-banner-footer .image-banner-footer img {
	max-height: 75px;
	max-width: 100px;
}
.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: 18px;
	color: #0351b7;
	text-align: center;
	font-weight: 800;
	font-family: Onest;
}
.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;
}
.product-price {
	margin-left: 10px;
	width: calc(100% - 20px);
	display: table;
	overflow: hidden;
	padding: 0px;
	height: 60px;
	background: #ffffff;
}
.product-price .editproducts {
	display: none;
}
.product-price:first-child {
	border-radius: 10px 10px 0 0;
}
.product-price:last-child {
	border-radius: 0 0 10px 10px;
}
.product-price:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 10px;
}
.product-price:nth-child(n+1) {
	border-top: solid 1px #e9e9e9;
}
.product-price:last-child {
	border-bottom: solid 1px #e9e9e9;
}
.product-price .product-thumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}
.product-price .product-thumb .caption {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1;
	margin-bottom: 0px;
	padding: 0px;
}
.product-price .product-thumb .caption .list-left-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1;
}
.product-price .product-thumb .caption .list-right-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.product-price .product-thumb .caption>div {
	margin-top: 0px;
	margin-bottom: 0px;
}
.product-price .product-thumb .caption .product-model {
	margin-bottom: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 10px;
	min-width: 110px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	border-left: solid 1px #e9e9e9;
}
.product-price .product-thumb .image .action-timer, .product-price .product-thumb .caption .product-description, .product-price .product-thumb .caption .rating, .product-price .product-thumb .image .stickers-ns {
	display: none !important;
}
.product-price .product-thumb .image {
	border-left: solid 1px #e9e9e9;
	max-width: 80px;
	padding: 10px;
	width: 80px;
	margin-bottom: 0px;
}
.product-price .product-thumb .image img {
	padding: 3px;
	max-width: 55px;
	width: 55px;
}
.product-price .product-thumb .image a {
	padding: 0px;
}
.product-price .product-thumb .image a:after {
	background-color: transparent;
}
.product-price .product-thumb .caption .pq-box, .product-price .product-thumb .caption .actions, .product-price .product-thumb .caption .option, .product-price .product-thumb .caption .product-name {
	margin-bottom: 0px;
	border-left: solid 1px #e9e9e9;
	height: 100%;
	min-width: 115px;
}
.product-price .product-thumb .caption .actions {
	min-width: 170px;
	justify-content: start;
	margin-top: 0px;
}
.product-price .btn-general-disabled {
	display: inline-block;
}
.product-price .product-thumb .product-name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	min-width: 150px;
}
.product-price .product-thumb .product-name a {
	color: #333;
}
.product-price .product-thumb .option {
	min-width: 130px;
	text-align: left;
	width: 130px;
	padding: 2px;
}
.product-price .product-thumb .price .price-old {
	font-size: 13px;
}
.product-price .product-thumb .pq-box {
	padding: 10px 0px;
}
.product-price .product-thumb .price {
	padding-left: 10px;
	padding-right: 10px;
	align-self: center;
	height: auto !important;
	align-items: center;
	height: 100%;
	justify-content: start;
	min-width: 135px;
	text-align: left;
	width: 135px;
	font-size: 14px;
}
.product-price .product-thumb .price .price-new {
	flex-basis: 100%;
}
.product-price .product-thumb .actions {
	padding: 10px;
}
.product-price .product-thumb .quantity_plus_minus {
	margin-top: 0px;
	max-height: none;
	text-align: center;
	padding: 4px 10px 4px 4px;
	display: inline-block;
	position: relative;
	top: auto;
}
.product-price .product-thumb .quantity_plus_minus span {
	cursor: pointer;
}
.product-price .product-thumb .quantity_plus_minus .form-control {
	text-align: center;
}
.product-price .product-thumb>div:last-child {
	border-left: none;
	border-right: 1px solid #e9e9e9;
}
.product-price .product-thumb .caption .actions .cart {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
}
.product-price .product-thumb .caption .quickview {
	display: none !important;
}
@media (max-width: 992px) {
	.product-price .product-thumb .product-model, .product-price .product-thumb .quantity_plus_minus, .product-price .product-thumb .image {
		display: none !important;
	}
	.product-price .product-thumb .price-view-price {
		min-width: 100px;
		width: 100px;
	}
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #43b02a;
}
#progressBar {
	width: 100%;
	background: #e7e7e7;
}
#login-form-popup .btn-login:focus, #login-form-popup .btn-login {
	color: #fff;
	background-color: #0450B9;
	border: 0px;
	border-radius: 12px;
	display: inline-block;
	font-size: 14px;
	padding: 12px 24px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
}
#login-form-popup .btn-login:hover, #login-form-popup .btn-login:active {
	background-color: #04A349;
	border: 0px;
	color: #ffffff;
}
#login-form-popup .alert {
	font-size: 12px;
}
#login-form-popup .modal-header .close {
	background-image: url("/catalog/view/theme/cyberstore/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;
}
#login-form-popup .modal-header .close:hover {
	background-image: url("/catalog/view/theme/cyberstore/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;
}
#login-form-popup .modal-content {
	border-radius: 12px;
	box-shadow: none;
	border: 0px;
}
#login-form-popup .modal-header {
	border: 0px;
	padding: 30px 30px 5px 30px;
}
#login-form-popup .modal-body {
	padding: 15px 30px 0px;
}
#login-form-popup .modal-footer {
	border: 0px;
	padding: 5px 30px 30px;
}
#login-form-popup .form-group {
	margin-bottom: 20px;
}
#login-form-popup .form-control {
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #f4f4f4;
	box-shadow: none;
	color: #000000;
	font-size: 13px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 12px 20px;
	height: 52px;
}
#login-form-popup .input-group-addon {
	background: #fff;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #f4f4f4;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	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 #f4f4f4;
}
#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;
}
.masked_bg {
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #eee;
	opacity: 0.5;
	left: 0;
	top: 0;
}
.loading_masked {
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 11000;
}
.image-hover-effect .item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
}
.image-hover-effect .item img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.image-hover-effect .item:hover img {
	-moz-transform: scale(1.1) rotate(0.05deg);
	-ms-transform: scale(1.1) rotate(0.05deg);
	-o-transform: scale(1.1) rotate(0.05deg);
	-webkit-transform: scale(1.1) rotate(0.05deg);
	transform: scale(1.1) rotate(0.05deg);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.image-hover-effect .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	background: rgba(255, 255, 255, .2);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
.image-hover-effect .item:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
.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: 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: relative;
	margin-right: 40px;
	position: absolute;
	right: 0px;
	top: 10px;
}
.container-module .see-all-reviews span {
	width: 28px;
	height: 28px;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 13px;
	text-align: center;
	padding: 0px;
	line-height: 22px;
	padding-left: 1px;
	position: absolute;
	top: -3px;
	right: -40px;
}
.container-module .see-all-reviews span i {
	font-size: 16px;
}
.container-module .reviews .item-review {
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px;
	border-radius: 10px;
}
.container-module .item-review .rc-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.container-module .rc-top .rc-pr-image {
	width: 60px;
}
.container-module .rc-top .rs-pr-name {
	margin-left: 10px;
	height: 60px;
	overflow: hidden;
}
.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 .rc-center .review-description {
	font-size: 12px;
	color: #878787;
}
.container-module .rc-bottom {
	justify-content: space-between;
}
.container-module .rc-bottom .reviews-date {
	font-size: 12px;
}
.container-module .rc-bottom .rating-box {
	line-height: 1;
}
.container-module .rc-bottom .rating-box svg+svg {
	margin-left: -1.6px;
}
.container-module .rc-center .reviews-author {
	font-size: 13px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.container-module .title-module.rc-mod span {
		display: block;
	}
}
.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;
}
.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 .radio {
	display: inline-block;
	margin: 0 15px 0 0;
}
#onepcheckout .panel-body {
	padding: 15px 0px;
}
#cart_table table td {
	vertical-align: middle;
}
#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: 0 0 0 20px;
	white-space: nowrap;
	width: 70px;
}
#cart_table .table_total tr:last-child td {
	font-size: 1em;
	font-weight: 600;
	padding: 0 0 10px;
}
#cart_table .coupon_table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 7px;
	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;
}
.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%;
}
.product-layout.ns-blog {
	margin-bottom: 10px;
}
.ns-blog .product-thumb {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background: #ffffff;
}
.ns-blog .ns-blog-name {
	height: 45px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.ns-blog .ns-blog-description {
	height: 60px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.ns-blog .product-list .ns-blog-description {
	height: 100%;
}
.ns-blog .product-thumb .button-group {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
}
.ns-blog .product-list .button-group {
	text-align: left !important;
	padding: 0px;
	margin-top: 10px;
}
.ns-blog .product-thumb .rating {
	clear: both;
}
.ns-blog .product-list .product-thumb .rating:before {
	height: 0px;
}
.ns-blog .product-list .product-thumb .rating {
	text-align: left;
}
.ns-blog .product-list .product-thumb .rating span {
	padding-left: 0px;
}
.article-viewed {
	color: #555;
	display: inline-block;
	float: left;
}
.article-date-added {
	color: #555;
	display: inline-block;
	float: right;
}
#menu-ocp {
	background-color: #333;
	background-repeat: repeat-x;
	border-color: #000;
	min-height: 40px;
}
#menu-ocp .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu-ocp .nav>li>a:hover, #menu-ocp .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu-ocp .dropdown-menu {
	padding-bottom: 0;
}
#menu-ocp .dropdown-inner {
	display: table;
}
#menu-ocp .dropdown-inner ul {
	display: table-cell;
}
#menu-ocp .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu-ocp .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu-ocp .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #555;
}
#menu-ocp .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #43b02a;
}
#menu-ocp #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu-ocp .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #666;
	border-color: #000;
}
#menu-ocp .btn-navbar:hover, #menu-ocp .btn-navbar:focus, #menu-ocp .btn-navbar:active, #menu-ocp .btn-navbar.disabled, #menu-ocp .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #555;
}
@media (min-width: 768px) {
	#menu-ocp .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu-ocp {
		border-radius: 4px;
	}
	#menu-ocp div.dropdown-inner>ul.list-unstyled {
		display: block;
	}
	#menu-ocp div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu-ocp .dropdown-inner {
		display: block;
	}
	#menu-ocp .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu-ocp .dropdown-menu a:hover, #menu-ocp .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu-ocp .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#tab-description {
	border: 1px solid #e9e9e9;
	padding: 30px 50px;
	border-radius: 10px;
}
.product-thumb .review_plus, #review-quickview .review_plus, #review-quickview .review_minus, .product-thumb .review_minus, #review .review_plus, #review .review_minus {
	margin-bottom: 10px;
}
.product-thumb .review_plus span, #review-quickview .review_plus span, #review .review_plus span {
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.product-thumb .review_minus span, #review-quickview .review_minus span, #review .review_minus span {
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.product-thumb .admin_reply, #review-quickview .admin_reply, #review .admin_reply {
	margin-left: 15px;
}
.product-list .admin_reply {
	padding: 10px 0px;
}
.product-thumb .admin_reply span, #review-quickview .admin_reply span, #review .admin_reply div {
	color: #43b02a;
	margin-bottom: 5px;
}
#review-quickview .purchased, #review .purchased {
	color: #1ab90a;
}
.reviews-author .purchased {
	color: #1ab90a;
	padding-left: 0px;
	font-weight: 400;
}
#review-quickview, #review {
	border: 1px solid #e9e9e9;
	padding: 30px 50px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.review-item:not(:nth-last-child(2)) {
	margin-bottom: 15px;
}
.review-item .review-heading {
	background-color: #f5f5f5;
	margin-bottom: 10px;
	padding: 10px 50px;
	margin-left: -50px;
	margin-right: -50px;
	overflow: hidden;
}
.review-item .rating {
	margin-bottom: 10px;
}
.review-item .comment {
	margin-bottom: 10px;
}
#form-review-quickview, #form-review {
	border: 1px solid #e7e7e7;
	padding: 30px 50px;
	border-radius: 10px;
}
.form-horizontal .control-label {
	font-size: 14px;
	margin-bottom: 5px;
}
.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}
.product-rating .star-rating {
	position: relative;
	width: 21px;
	height: 21px;
}
.product-rating .star-rating:before {
	position: absolute;
	content: url("/catalog/view/theme/cyberstore/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/cyberstore/image/star-icon/b-star-y-icon.svg");
	width: 21px;
	height: 21px;
}
@media (max-width: 992px) {
	#tab-description {
		padding: 10px 15px;
	}
	#form-review-quickview, #form-review, #review-quickview, #review {
		padding: 10px 15px;
	}
	.review-item .review-heading {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.tab-pro .tab-content .product-thumb {
	overflow: hidden;
	position: relative;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	margin-bottom: 20px;
}
.ns-blog-cont {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.ns-article-related-pr .product-thumb {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background: #fff none repeat scroll 0 0;
}
.category_description img {
	max-width: 100%;
	border: 0px;
}
.category_description {
	clear: both;
	color: #666;
	display: block;
	margin: 10px 0;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
}
.category_description .psfl-l {
	padding: 0 10px 10px 0;
}
.psfl-l {
	float: left;
}
.container-fcat {
	margin-top: 10px;
	clear: both;
}
.container-fcat .owl-carousel .owl-buttons {
	position: absolute;
	top: -30px;
	left: 0px;
	right: 0px;
	text-align: center;
	bottom: auto;
}
.box-title {
	background: #f7f7f7;
	height: 140px;
	padding: 10px;
	border-radius: 4px;
}
.box-title .title-text {
	padding-top: 10px;
	font-size: 18px;
	color: #222;
	font-weight: 600;
	display: block;
	text-align: center;
}
.carousel-fcat {
	margin-top: -75px;
	margin-bottom: 10px;
	background: transparent;
}
.carousel-fcat .owl-wrapper-outer {
	border: 0px;
	margin-top: 10px;
}
.box-fcat .fcat-img {
	position: relative;
}
.box-fcat .fcat-img.active img {
	border: 4px solid #43b02a;
}
.box-fcat .fcat-img img {
	border: 4px solid #f7f7f7;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	background: #fff;
	padding: 5px;
}
.box-fcat .fcat-name {
	margin-top: 5px;
	margin-top: 5px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-fcat .fcat-name a {
	font-size: 16px;
	color: #222;
}
.fcat-img .drop-sub {
	cursor: pointer;
}
.fcat-img .drop-sub.active .fa {
	transform: rotate(-180deg);
}
.fcat-img span .fa {
	width: 25px;
	padding: 5px;
	border: 2px solid #f7f7f7;
	border-radius: 100%;
}
.bsc {
	overflow: hidden;
	border: 4px solid #f7f7f7;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
	display: none;
}
.bsc.active {
	background: #fff;
	display: block;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.bsc .wall-scbox .sub-categoty-name {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: left;
	text-align: left;
	padding-left: 5px;
}
.bsc .wall-scbox .sub-categoty-name a {
	position: relative;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	padding-left: 3px
}
.bsc .wall-scbox .box-c3level {
	padding: 6px;
}
.bsc .wall-scbox .box-c3level li a {
	color: #333333;
}
.bsc .wall-scbox .box-c3level li a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.container-fcat .owl-carousel .owl-buttons {
		top: -27px;
	}
	.carousel-fcat {
		margin-top: -70px;
	}
}
.masonry-wb.wall-scbox .box-c3level {
	padding: 8px 8px 0px 8px;
	margin-bottom: 0px;
}
.masonry-wb.wall-scbox {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
}
.masonry-wb.wall-scbox .item-m-wb {
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	float: none;
}
.categorywall-container {
	margin-bottom: 5px;
}
.wall-category-box {
	position: relative;
	margin: 0px -10px 0px;
	overflow: hidden;
	padding-top: 10px;
}
.imgcategory .product-thumb, .wall-category-box .item-category {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	position: relative;
}
.wall-category-box .wall-cat-image img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
.wall-category-box .item-category img {
	border-radius: 3px;
}
.imgcategory .wall-cat-name, .wall-category-box .wall-cat-name {
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0px 20px;
	text-align: left;
	height: 45px;
}
.wall-category-box .wall-cat-name .display-table-cell {
	position: relative;
}
.item-category .wall-cat-name a, .imgcategory .product-thumb .wall-cat-name a {
	font-size: 18px;
	color: #0351b7;
	text-align: center;
	font-weight: 800;
	font-family: Onest;
}
.categorywall-container .box-item>.item-category {
	cursor: pointer;
}
.open-sub-cat {
	width: 28px;
	height: 28px;
	display: inline-block;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 24px;
	border-radius: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
}
.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;
}
.wall-category-box .box-item {
	margin-bottom: 20px;
}
.wall-category-box .item-sub-category {
	display: none;
	position: absolute;
}
.wall-category-box .item-sub-category.active {
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 48px;
	opacity: 1;
	padding: 20px 14px 0px 20px;
	transition: all ease-in-out 0.4s;
}
.wall-category-box .item-sub-category .subcategory-name {
	margin-bottom: 6px;
}
.wall-category-box .item-sub-category .subcategory-name a {
	font-size: 14px;
	color: #878787;
	opacity: 1;
	line-height: 20px;
}
.wall-category-box .item-sub-category .subcategory-name a:hover {
	text-decoration: underline;
}
.wall-category-box .parent_category .wall-cat-image {
	opacity: 1;
	transition: all ease-in-out 0.4s;
}
.nswc-scrollbar {
	width: 1px;
	background-color: #d8d8d8;
	right: 20px !important;
	top: 20px !important;
}
.nswc-thumb {
	background-color: #000;
	border-radius: 5px;
}
.nswc-scrollbar.active .nswc-thumb {
	background-color: #000;
}
@media (max-width: 768px) {
	.nswc-viewport {
		overflow-y: scroll !important;
	}
	.nswc-scrollbar {
		display: none !important;
	}
}
.quantity_plus_minus {
	flex: 0 0 34px;
	margin-top: 0px;
	align-self: center;
	line-height: 20px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: -5px;
	z-index: 10;
}
.quantity_plus_minus input.quantity-num {
	display: inline-block;
	height: 20px;
	width: 34px;
	padding: 1px;
	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;
}
@media (max-width: 768px) {
	.quantity_plus_minus {
		text-align: left;
		flex-basis: 100%;
	}
}
.quantity_plus_minus .add-up {
	border-radius: 8px 8px 0px 0px;
}
.quantity_plus_minus .add-down {
	border-radius: 0px 0px 8px 8px;
}
.quantity_plus_minus .add-action {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 14px;
	line-height: 13px;
	position: relative;
	text-align: center;
	width: 34px;
	background: #f8f9fa;
	border: 0px;
}
.quantity_plus_minus .add-action:hover {
	background: #e9ecef;
}
.container-module .no-slider .product-thumb {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	background: #fff;
}
.container-module .no-slider {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#column-left .container-module .no-slider, #column-right .container-module .no-slider, .position-no-owl .container-module .no-slider {
	border: 0px;
}
#modal-addcart .modal-dialog {
	max-width: 490px;
	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;
}
.add_product_alert {
	padding: 25px 50px 25px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: none !important;
	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;
	}
}
@media (min-width: 992px) {
	.col-lg-offset-3, .col-md-offset-3 {
		margin-left: 25.4%;
	}
}
#fix_image .owl-carousel .owl-wrapper:after {
	padding-bottom: 0px;
}
.sticky {
	position: fixed;
	z-index: 99;
}
.stop {
	position: relative;
}
.cbp {
	margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
	.product-grid:hover .catalogCard-extra {
		display: block;
		/*box-shadow:-8px 1px 9px -9px rgba(50,50,50,.10), 8px 1px 9px -9px rgba(50,50,50,.10), 0px 8px 9px -8px rgba(50,50,50,.10);*/
		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)
	}
}
.product-grid .catalogCard-extra {
	background: #fff;
	box-sizing: border-box;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-radius: 0px 0px 10px 10px;
	display: none;
	margin-top: -20px;
	padding: 20px;
	position: absolute;
	width: calc(100% - 20px);
	z-index: 99;
}
.category-page .product-list .attribute-cat .attr-separator:last-child {
	display: none;
}
.category-page .product-price .catalogCard-extra, .category-page .product-list .catalogCard-extra {
	display: none;
}
.category-page .product-price .attribute-cat, .category-page .product-grid .attribute-cat {
	display: none;
}
.category-page .product-list .attribute-cat {
	margin-bottom: 10px;
	line-height: 18px;
}
.category-page .product-list .attribute-cat span {
	font-size: 12px;
}
.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 .attr-text-line:not(:last-child):after {
	content: '/';
	padding: 0 2px 0 5px;
	color: #888888;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-name {
	line-height: 17px;
	flex: 0 0 46%;
	max-width: 46%;
	font-size: 11px;
	color: #999;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-name span {
	max-width: 100%;
	display: inline;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-name span {
	background: #fff none repeat scroll 0 0;
	padding: 0 5px 0 0;
	position: relative;
	z-index: 2;
}
.option.productpage-opt {
	margin-bottom: 5px;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-text {
	line-height: 17px;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	text-align: right;
	width: 100%;
	flex: 0 0 54%;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-text:before {
	border-bottom: 1px dotted #888;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-text span {
	background: #fff none repeat scroll 0 0;
	padding: 0 0 0 5px;
	position: relative;
	z-index: 2;
}
.category-page .product-grid .catalogCard-extra .short-attribute {
	margin-bottom: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media (max-width:767px) {
	.modal {
		top: 70px;
	}
	.mfp-wrap .mfp-container {
		top: 55px;
	}
	.product-grid .actions .cart i {
		display: inline !important;
	}
	.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);
}
.short-attributes-groups {
	overflow: hidden;
	font-size: 13px;
}
.short-attribute {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.short-attribute>.attr-text:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	content: '';
	border-bottom: dotted 1px #888;
}
.short-attribute>.attr-name span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 5px 0 0;
}
.short-attribute>.attr-text {
	text-align: right;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.short-attribute>.attr-text span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 0 0 5px;
}
.short-attributes-top {
	margin-bottom: 10px;
	line-height: 18px;
}
.short-attributes-top span {
	font-size: 12px;
}
.short-attributes-top .attr-name-line {
	color: #999;
	margin-right: 5px;
}
.short-attributes-top .attr-text-line {
	color: #000;
}
.short-attributes-top .attr-text-line:not(:last-child):after {
	content: '/';
	padding: 0 2px 0 5px;
	color: #888888;
}
.short_description_title, .short_attributes_title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
}
.short_description {
	font-size: 13px;
	color: #000000;
}
.red-link {
	font-size: 13px;
}
#tab-specification .short-attributes-groups {
	font-size: 14px;
}
@media (min-width: 992px) {
	#tab-specification .short-attributes-groups {
		border: 1px solid #e9e9e9;
		border-radius: 10px;
		padding: 30px 50px;
	}
}
#tab-specification .short-attributes-groups .short-attribute>.attr-text span {
	color: #000;
	font-weight: 600;
}
#tab-specification .attr-group-name {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #000000;
}
#tab-specification .short-attribute {
	padding: 10px 0px;
}
#tab-specification .short-attribute>.attr-text:before {
	left: 10px;
	right: 10px;
	top: 25px;
}
.input-group .form-control[name^=quantity], #product .quantity-number [name^=quantity] {
	background: #fff;
}
.container-modules.latest_gv {
	overflow: hidden;
}
.box-bg-full {
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 5px 0;
	width: auto;
}
.disabled_input {
	pointer-events: none;
	cursor: not-allowed;
}
#login-form-popup .modal-login {
	z-index: 1052;
}
.box-showmore {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.box-ajax-load {
	background: #f8f9fa;
	border-radius: 15px;
	padding: 18px;
	height: 60px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.box-ajax-load img {
	display: block;
	margin-right: 10px;
}
.box-ajax-load:hover {
	background: #e9ecef;
}
@-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);
	}
}
.box-ajax-load.active-load>img, .box-ajax-load.active-load>svg {
	-webkit-animation: active_load 2s linear infinite;
	-moz-animation: active_load 2s linear infinite;
	-ms-animation: active_load 2s linear infinite;
	-o-animation: active_load 2s linear infinite;
	animation: active_load 2s linear infinite;
}
@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;
}
.back-top {
	border: 100px solid #ddd;
}
#back-top {
	bottom: 0;
	display: none;
	margin-bottom: 10px;
	overflow: hidden;
	position: fixed;
	right: 23px;
	text-decoration: none;
	z-index: 888;
}
.btn-scroll-top i {
	font-size: 18px;
}
.btn-scroll-top {
	padding: 0px;
	border: 0px;
	color: #fff;
	background: #223446;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.btn-scroll-top:hover, .btn-scroll-top:active, .btn-scroll-top:focus {
	color: #fff;
	background: #122538;
}
.banner-blocks-container {
	margin-bottom: 10px;
}
#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: 1px solid #e9e9e9;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
}
.banner-blocks-container .banner-item .banner-image {
	width: 65px;
	float: left;
}
.banner-blocks-container .banner-item .banner-image img {
	margin: 0 auto;
}
.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;
	transform: translateY(-5px);
}
.banner-blocks-container .banner-item .banner-info {
	margin-left: 70px;
}
.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;
	font-size: 13px;
	line-height: 15px;
	height: 32px;
	overflow: hidden;
	color: #878787;
}
.product-thumb .list-right-block .actions {
	margin-left: 20px;
}
.product-thumb .list-right-block .actions .cart {
	margin-right: 20px;
}
.product-thumb .actions {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 34px;
}
.actions-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0px;
}
.product-thumb .actions-group>div {
	margin: 0px 8px;
}
#product .special-countdown {
	margin-bottom: 25px;
	height: 82px;
}
#next-prev-box {
	margin-bottom: 25px;
}
.nextprevprod {
	display: inline-block;
	width: 100%;
}
.next-prod-btn, .prev-prod-btn {
	border: 0px;
	background: #fff;
	height: 42px;
	border: 1px solid #e9e9e9;
	width: 50%;
}
.prev-prod-btn {
	padding: 10px;
	border-right: 0px;
}
.prev-prod-btn i {
	width: 21px;
	height: 21px;
	color: #979797;
	background: #F3F3F3;
	line-height: 20px;
	border-radius: 5px;
	position: absolute;
	left: 10px;
	top: 11px;
}
.prev-prod-btn span {
	display: block;
	margin-left: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.next-prod-btn {
	padding: 10px;
	border-left: 0px;
}
.next-prod-btn i {
	width: 21px;
	height: 21px;
	color: #979797;
	background: #F3F3F3;
	border-radius: 5px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 11px;
}
.next-prod-btn span {
	display: block;
	margin-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.next-prod-btn::after {
	content: "";
	position: absolute;
	width: ;
	border-right: 1px solid #e9e9e9;
	left: 0px;
	top: 6px;
	width: ;
	width: 1px;
	bottom: 6px;
}
.next-prod-btn.no-prev:after {
	display: none;
}
.nextprevprod .popover {
	max-width: 200px;
	width: 200px;
	border-radius: 12px;
	border: 0px;
	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}
.nextprevprod .popover.bottom>.arrow {
	top: -9px;
	border-bottom-color: #fff;
}
#next-prod-btn, #prev-prod-btn {
	border-radius: 12px 0px 0px 12px;
	overflow: hidden;
}
#prev-prod-btn.no-next {
	border-radius: 12px;
	border-right: 1px solid #e9e9e9;
}
#next-prod-btn {
	border-radius: 0px 12px 12px 0px;
}
#next-prod-btn.no-prev {
	border-radius: 12px;
	border-left: 1px solid #e9e9e9;
}
.popover-pr-image img {
	margin: 0 auto;
}
.popover-pr-name {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	;
	margin-bottom: 10px;
	overflow: hidden;
}
.nextprevprod .price span {
	font-size: 14px;
}
.nextprevprod .price .price-new span {
	font-weight: 600;
	font-size: 14px;
}
.nextprevprod .price .price-old span {
	color: #999999;
	font-size: 14px;
}
.pagination>li {
	display: inline-block;
	margin: 0px 4px;
}
.pagination>li>a, .pagination>li>span {
	color: #000;
	background-color: #f8f9fa;
	border: 0px;
	border-radius: 5px !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #000;
	background-color: #e9ecef;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #000;
	background-color: #e9ecef;
}
.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;
}
.owl-wrapper-outer {
	padding-top: 10px;
	padding-bottom: 15px;
}
footer .sficon {
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
footer .sficon {
	background: #f8f9fa;
}
footer .sficon:hover i {
	color: #fff;
}
.sficon i {
	color: #000;
	font-size: 18px;
	line-height: 34px;
}
.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;
}
.btn-general .fa.fa-lock {
	width: 16px;
}
.row.cbp {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.col-md-offset-right-2 {
	margin-right: calc(20% + 10px);
}
#tab-description.col-md-offset-right-2 {
	width: calc(80% - 15px);
	margin-right: 0px;
}
.col-md-offset-left-8 {
	margin-left: 80%;
}
#right-info .sticky {
	top: 10px;
}
#right-info.fixed-right .sticky {
	top: 10px;
}
.scroll-right-info {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	padding: 15px;
	background: #fff;
}
#next-prev-box #prev-prod-btn svg, #next-prev-box #next-prod-btn svg {
	display: none;
}
.scroll-right-info #prev-prod-btn span, .scroll-right-info #next-prod-btn span {
	display: none;
}
.scroll-right-info .nextprevprod {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.scroll-right-info #prev-prod-btn, .scroll-right-info #next-prod-btn {
	padding: 0px;
	height: 22px;
	width: 22px;
	border: 0px;
	border-radius: 0px;
}
.scroll-right-info #prev-prod-btn i {
	left: 0px;
	top: 0px;
}
.scroll-right-info #next-prod-btn i {
	right: 0px;
	top: 0px;
}
.scroll-right-info .next-prod-btn:after {
	display: none;
}
.sticky {
	position: fixed;
	z-index: 99;
}
.stop {
	position: relative;
}
.d-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.scroll-right-info .block__saving {
	display: none;
}
.scroll-right-info .btn-cheaper {
	margin-top: 5px;
}
.scroll-right-info .actions>div:not(:last-child) {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
	margin-right: 3px;
}
.scroll-right-info .actions .btn-general {
	padding: 7px 8px;
}
.scroll-right-info .actions .btn-general span {
	display: none;
}
.scroll-right-info .pr-n h1 {
	font-size: 14px;
	text-align: left;
}
.scroll-right-info .pr-i {
	margin: 0 auto;
	max-width: 140px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.scroll-right-info .pr-price {
	margin-bottom: 10px;
	align-items: flex-start;
}
.scroll-right-info .pr-price .price {
	font-size: 18px;
}
.scroll-right-info .pr-cheaper {
	margin-top: 10px;
}
.scroll-right-info .pr-cheaper .btn-cheaper {
	margin-bottom: 0px;
}
.scroll-right-info .pr-model {
	margin-bottom: 10px;
	text-align: left;
}
.scroll-right-info .pr-stock .text-stock {
	display: none;
}
.scroll-right-info .stock_status_success {
	color: #379424;
}
.scroll-right-info .qty-not-in-stock {
	color: #FC351B;
}
.scroll-right-info .nextprevprod .popover {
	max-width: 150px;
	width: 150px;
}
.scroll-right-info .r-b>button:not(:last-child) {
	margin-right: 3px;
}
.scroll-right-info .actions {
	margin-top: 15px;
}
.scroll-right-info .actions .btn-fastorder span {
	display: none;
}
#right-info {
	height: 0px;
}
.cs-modal-success {
	border-radius: 12px;
	border: 0px;
	box-shadow: none;
}
.cs-modal-success .modal-body {
	padding: 30px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.cs-modal-success .modal-body .success-icon {
	float: left;
	margin-right: 20px;
}
.cs-modal-success .modal-body .text-modal-block {
	margin-right: 5px;
}
.cs-modal-success .modal-body .text-modal-block a {
	color: #04A349;
}
.option-danger button.close, .add_product_alert button.close, .cs-modal-success button.close {
	background-image: url("/catalog/view/theme/cyberstore/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, .cs-modal-success button.close:hover {
	background-image: url("/catalog/view/theme/cyberstore/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;
}
.cs-table>tbody>tr>td, .cs-table>tbody>tr>th, .cs-table>tfoot>tr>td, .cs-table>thead>tr>td {
	vertical-align: middle;
}
.column-quantity {
	width: 100px;
}
.cs-cart-quantity {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.cs-cart-quantity .form-control {
	border-color: #e9e9e9;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	box-shadow: none;
	max-width: 30px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-radius: 0px;
}
.cs-cart-quantity .btn-quantity-minus {
	background: #fff;
	border-color: #e9e9e9;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-radius: 8px 0px 0px 8px;
	padding: 0px;
	width: 20px;
	height: 34px;
	line-height: 1;
	margin-right: 0px !important;
}
.cs-cart-quantity .btn-quantity-plus {
	background: #fff;
	border-color: #e9e9e9;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-radius: 0px 8px 8px 0px;
	padding: 0px;
	width: 20px;
	height: 34px;
	line-height: 1;
	margin-left: 0px !important;
}
.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;
}
.btn.link {
	padding: 12px 11px;
	display: block;
	height: auto;
	max-width: 175px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Onest;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.rt {
		max-width: 60%;
		float: left;
	}
	.mint {
		text-align: left;
		font-size: 12px;
		line-height: 34px;
	}
	.rt2 {
		max-width: 40%;
		float: right;
	}
	#logo img {
		display: block;
		max-width: 270px;
	}
}
header #cart table.totals tr:first-child {
	display: none;
}
.ajax-container ul {
	margin: 0;
	padding: 0;
}
.common-title_1NXEQ {
	font-size: 18px !important;
}
.ajax-container ul li {
	padding: 0 !important;
}
label.custom-file-upload {
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
	font-size: 14px;
	background: linear-gradient(to left, #00a8e8, #0351b7) !important;
	margin-bottom: 12px;
	border: 0;
}
label.custom-file-upload:hover {
	background: #019AD5 !important;
}
.ajax-container>a.btn {
	background: #00dd00;
	color: #fff;
	margin-top: 7px;
}
.video {
	overflow: hidden;
	width: calc(100% + 20px);
	margin: -15px -10px 20px;
}
.video video {
	display: block;
	width: 100%;
	margin: auto;
}
.h-type-1 .row-flex {
	width: 100%;
}
.bt1 {
	margin-left: 20px;
	margin-top: 25px;
}
.btns2 .btn2 {
	background: #00dd00;
	color: #fff;
}
.btns2 .btn3 {
	background: #a94442;
	color: #fff;
}
@media screen and (max-width:1250px) {
	.bt1 {
		margin: 0 15px 5px;
	}
	.btns1 {
		float: none !important;
		margin: 0;
		text-align: center;
	}
	#form-product .sc {
		overflow: auto;
	}
	#form-product .sc table {
		min-width: 650px;
	}
}
.form-control.has-error {
	border-color: red;
}
.relp {
	margin: 0 0 10px;
}
.relp>p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
.relp .d-flex {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.relp a {
	display: block;
	margin: 0 12px 25px 0;
	max-width: 75px;
	padding: 8px;
	border: 2.12195px solid transparent;
	transition: all linear .25s;
	border-radius: 8px;
}
.relp a:hover {
	border-color: #E9E9E9;
}
.relp img {
	display: block;
	max-width: 100%;
}
.caption .relp a {
	max-width: 44px;
	margin: 0 8px 8px 0;
	padding: 7px;
}
.tof {
	cursor: pointer;
}
.fform {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	padding: 17px 30px 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	z-index: 111;
	text-align: center;
	background: #FFFFFF;
	border-radius: 8px;
	color: #333333;
}
.fform:after {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.fform>p {
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 1.5;
}
.fform .d-flex {
	justify-content: space-between;
	margin: 0 0 12px;
}
.fform input {
	border: 0;
	border-bottom: 1px solid #333333;
	height: 30px;
	text-align: center;
	font-size: 14px;
	max-width: 45%;
}
.fform .btn {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.relative {
	position: relative;
}
.onm {
	display: none;
}
.tof {
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.tof svg {
	margin-right: 4px;
	display: block;
}
.onm .tof svg {
	transform: scale(0.85);
	margin: 0;
}
@media screen and (max-width:992px) {
	.onm {
		display: block;
		margin-right: 7px;
	}
}
.amenu {
	border: 1px solid #DDDDDD;
	border-left: 3px solid #0351B7;
	border-radius: 0 10px 10px 0;
}
.na {
	border-bottom: 1px dotted #DDDDDD;
	justify-content: space-between;
	align-items: unset;
}
.na2 {
	border-bottom: 1px dotted #DDDDDD;
	justify-content: space-between;
	align-items: unset;
}
.na span {
	display: flex;
	width: 100%;
	max-width: 38px;
	align-content: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #0351B7;
	font-size: 16px;
}
.na>a {
	width: 100%;
	max-width: calc(100% - 38px);
	line-height: 20px;
	padding: 10px 0;
	color: #333333;
	font-size: 14px;
	padding-left: 14px;
	display: block;
}
.dropdown-menu-category {
	padding-left: 32px;
}
.dropdown-menu-category a {
	width: 100%;
	line-height: 20px;
	padding: 10px 0;
	color: #333333;
	font-size: 14px;
	display: block;
	padding-left: 3px;
}
.child2-box {
	padding-left: 12px;
	display: none;
}
.child2-box.active {
	display: block;
}
.active>.na>a, .active>a, .dropdown-menu-category a.active {
	color: #0351B7;
	font-weight: 700;
}
.na:hover, .dropdown-menu-category a:hover {
	background: #F5F5F5;
}
ul.navcategory>li:last-child {
	border: 0;
}
@media screen and (min-width:768px) and (max-width:991px) {
	.cmv #column-left {
		display: none !important
	}
	.cmv #column-left+div {
		width: 100% !important;
		max-width: 100% !important;
	}
}
body+div[is-visible] {
	display: none !important;
}
html>div[style] {
	display: none !important;
}
.groups {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 20px 0 10px;
	max-height: 160px;
	overflow:auto;
}
.groups>a {
	max-width: 70px;
	display: block;
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.groups img {
	display: block;
	max-width: 100%;
}
form.ocfilter-option {
	margin-bottom: 30px;
}
.slpr {
	display: flex;
	white-space: nowrap;
	align-items: center;
	gap: 0 5px;
	margin-top: 7px;
}
.ocf-option-values {
	display: none !important;
}
.cart > button.active {
	background: #0450B9 !important;
}
.mfilter-content > ul > li:empty {
	display: none !important;
}
.mfilter-button-bottom {
	margin-left: 20px;
	width: 100%;
}
.pag {
	margin-top: 20px;
}
.mfilter-col-input {
	cursor: pointer;
}
@media screen and (max-width:767px) {
	.mfilter-button-bottom {
		margin-left: 0;
	}
	.mfilter-heading-content {
		font-size: 15px;
		line-height: 1.3;
		min-height: 35px;
		padding:0 10px;
	}
}
.i-desc p {
	margin:0 0 10px;
}
.i-desc h2 {
	margin:20px 0;
	font-size: 1.3em;
	color:#0450B9;
	font-weight: 600;
}
.i-desc h3 {
	margin:0 0 10px;
	font-size: 1.1em;
	color:#0450B9;
	font-weight: 600;
}
#name_filter {
	display: none;
}
.group_attrb {
	display: none;
}
.shkala, .head_group, .displ  {
	display: none !important;
}
.block_fv {
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.title_filter {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: flex !important;
    padding: 0 15px !important;
    height: 38px;
    align-content: center;
    align-items: center;
    background: none;
    justify-content: space-between;
    border: 1px solid #0450B9;
    border-radius: 8px;
    font-weight: bold;
}
.open .title_filter {
    z-index: 21;
    color: #fff;
    background: #0450B9 !important;
}
.block_param {
	min-width: unset !important;
	position: relative;
}
.title_filter:after {
	content:' ';
    display: block;
    float: right;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e") no-repeat center center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    width: 17px;
    height: 9px;
    margin-left: 10px;
    margin-right: -3px;
    margin-top: 3px;
    transform: rotate(180deg);
    transition: none;
}
.open .title_filter:after {
	    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e") no-repeat center center;
}
.onli_param.blok {
    background-color: #fff;
    padding: 15px !important;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    z-index: 20;
    display: none !important;
    min-width: 100%;
    filter: drop-shadow(0px 0 10px rgba(0, 0, 0, .25));
    border-radius: 8px;
    min-width: 260px;
}
.open .onli_param.blok {
    display: block !important;
}
.onli_param.blok .hidis {
	display: block !important;
}
#filter_vier label {
	margin:0 0 7px !important;
	font-size: 13px !important;
	display: flex !important;
	align-items: center;
}
#filter_vier .link_fv .checkb:before, #filter_vier .link_fv .checka:before{
	min-width: 16px !important;
	width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	margin:2px 10px 0 0;
	background:none !important;
	border: #adb5bd solid 1px !important;
}
#filter_vier .link_fv .checka:before {
	border-color:#358ab2 !important;
	background: #358ab2 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") no-repeat center center !important;
}
.blok > .skrit {
	max-height: 155px !important;
}
.input_slider span {
	box-shadow:none !important;
}
.input_slider input {
	height: 34px !important;
    padding: 6px 12px !important;
}
#right_count {
	text-align: left !important;
}
.clear_slider, .reset_all {
    display: block;
    padding-left: 18px;
    background: url(/catalog/view/theme/default/image/close.svg) no-repeat left center;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin: 0 0 ;
        white-space: nowrap;
}
.height_prim {
	margin-top: 7px !important;
}
#filter_vier .btn_fv {
	padding: 5px 10px !important;
}
#cler_prs {
	vertical-align: middle !important;
}
.reset_all {
	margin-left:20px !important;
	margin-top: 7px;
}
#filter_vier {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

}
.showf {
	display: none;
}
#filter_vier a {
	display: flex;
}
#filter_vier .row_blok:last-child label {
 	margin:0 !important;
 }
@media screen and (max-width:767px) {
	#filter_vier {
		position: fixed !important;
		top:0;
		z-index: 999;
		height: 100dvh;
	    padding: 20px 20px 40px;
	    width: 248px !important;
	    border:1px solid #ccc !important;
	    background: #fff !important;
	    overflow:auto;
	    left: -248px;
	    transition:all linear .5s;
	}
	#filter_vier.openm {
		left: 0;
	}
	.block_fv {
		display: block;
	}
	.block_fv > div {
		width: 100% !important;
		margin:0 0 20px !important;
	}
	.onli_param.blok {
		position: static !important;
		padding: 0 !important;
		margin:10px 0 0 !important;
		width: 100% !important;
		filter:none !important;
		min-width: unset !important;
	}
	.reset_all {
		margin-left: 0 !important;
	}
	.showf {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		position: fixed !important;
		left: 0;
		top:calc(50% - 20px);
		width: 40px;
		height: 40px;
		background: #0450B9;
		color:#fff !important;
		z-index: 999;
	    transition:all linear .5s;
	}
	.showf.open {
		left: 248px;
	}
	.title_filter {
		font-size: 15px;
		line-height: 1.3;
	}
}