@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


@media screen and (max-width: 1200px)  {
.school-bnmain {
    background-size: 200% !important;
}
}




table {
	width: 100% !important;
}


#related {
	
	
}
.cboxPhoto {
	width: 100% !important;
}

.htabs._tabs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.geoip-modal-content {
    overflow: auto;
}
.spis {
    list-style: none;
  column-count: 3;
  padding-bottom: 20px;
}
.spis li {
  page-break-inside: avoid;
  break-inside: avoid;
}
.spis li:nth-child(3n+1) {
  clear:both;
}


._tabs-block {
	display: none;
}

._tabs-block._active {
	display: block;
}

.tab_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.tab_wrapper>div {
	width: 100%;
	text-align: center;
	padding: 8px;
	border: 2px solid #265622;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #009746;
	color: #fff;
}

.tab_wrapper>div._active {
	background: #fb5221;
}

.tabs {
	width: 100%;
	padding: 0px;
	margin: 20px auto;
}

.tabs>input {
	display: none;
}

.tabs>div {
	display: none;
}

.tabs>label {
	display: table-cell;
	padding: 7px;
	margin: 0 -5px -1px 0;
	text-align: center;
	color: #fff;
	background: #009746;
	cursor: pointer;
	width: 1%;
	vertical-align: middle;
}

.tabs>input:checked+label {
	color: #fff;
	background: #fb5221;
	font-weight: 700;
	vertical-align: middle;
}

#tab_1:checked~#txt_1,
#tab_2:checked~#txt_2,
#tab_3:checked~#txt_3,
#tab_4:checked~#txt_4,
#tab_5:checked~#txt_5 {
	display: block;
}

.product-grid,
.category-grid,
.box-product {
	display: -ms-grid;
	display: grid;
	/*grid-template: 1fr/repeat(auto-fit, 200px);*/
	grid-template: 1fr/repeat(auto-fit, 240px);
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.product-grid .image img {
	width: 100%;
}
.f-nav .font {
background: #c4c4c4;
}
.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.right50.f-nav {
	position: fixed;
	max-width: 1200px;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	width: 100%;
	padding: 0 90px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px -5px 5px -5px rgb(0 151 70 / 60%) inset;
	-webkit-box-shadow: 0px -5px 5px -5px rgba(0, 151, 70, 0.6) inset;
	-moz-box-shadow: 0px -5px 5px -5px rgba(0, 151, 70, 0.6) inset;
}

#cart-total {
	display: none;
}

.header__support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-gap: 7px;
}

.header__support span a {
	text-decoration: none;
}

.header__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.header__mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
color: #009746;
/*text-transform: lowercase;*/
font-size: 14px;

}

.header__mail a {
	font-size: 14px;
	line-height: 16px;
}

.header__links {
	margin-right: 25px;
}

.header__links img {
	margin-right: 5px;
	width: 18px;
	height: 18px;
}

.printColorDecor p {
	font-size: 16px;
	background-color: #18944d;
	color: #ffffff;
	font-weight: 600;
}

.printColorDecor span {
	font-size: 16px;
	color: #fb5221;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

.marquee {
	display: block;
	color: #FC5221;
	font-size: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	margin-bottom: 10px;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: scroll 15s infinite linear;
	animation: scroll 15s infinite linear;
}

.menu {
	background-color: #f96524;
	border-right: 2px solid #009746;
	border-left: 2px solid #009746;
}

.osn table {
	border-collapse: separate;
	border-spacing: 1px;
	border-color: grey;
	overflow-x: scroll;
	overflow-y: auto;
	width: 100%;
	display: block;
	height: 500px;
}

.osn tbody tr td:nth-child(7) {
	display: none;
}

.osn thead tr th:nth-child(1) {
	width: 40px;
	display: block;
	font-size: 0;
}

.osn tbody tr td:nth-child(1) {
	width: 39px;
}

.osn thead tr th:nth-child(1):before {
	content: "№";
	font-size: 14px;
}

.osn tbody tr td:nth-child(2n) {
	width: 80px;
}

.osn tbody tr td {
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #000;
}

.rertt {
	margin-bottom: 30px;
}

.fill {
	background-color: #009746;
	color: #fff;
	padding: 12px 28px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	font-size: 1.1em;
	border-radius: 3px;
	cursor: pointer;
}

.osn thead tr th {
	padding: 5px 10px;
}

.osn {
	display: none;
}

.osn thead {
	background: #fc5221;
	color: #fff;
	text-align: center;
}

.product-list div .left .model {
	margin-top: -35px;
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body {
	background-color: #F8F8F8;
	color: #252525;
	font-family: Roboto, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	background-color: #fff;
}

body,
td,
th,
input,
textarea,
select,
a {
	font-size: 14px;
}

td {
	text-align: center;
}

h1,
.welcome {
	color: #252525;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: lighter;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
	text-transform: uppercase;
}

.right .order {
	float: right;
}

h2 {
	color: #252525;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.category-info ul {
	    padding-left: 30px;
}

a,
a b {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #fb5221;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

a.buttonfilter18 {
	color: #FFFFFF;
}

/* для кнопок предфильтров в категориях*/

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type=text],
input[type=password],
input[type=number], 
textarea {
	background: none;
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	outline: none;
}


input,
button {
	-webkit-appearance: none;
}

select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

label {
	cursor: pointer;
}

.val {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.val .zone #currency a b {
	color: #fc5221;
	text-decoration: none;
}

.val .zone #currency a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid black;
	padding: 0 5px;
}

.val .zone p {
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.val .geoip-text {
	position: relative;
	z-index: 100;
	color: #fff;
}



#container {
	width: 1800px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
}

#column-left {
	float: left;
	width: 250px;
	margin-top: 20px;
	
}

#column-right {
	float: right;
	width: 250px;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
	overflow: unset;
}

#column-left+#column-right+#content,
#column-left+#content {
	margin-left: 290px;
	margin-top: 20px;
}

#column-right+#content {
	margin-right: 290px;
}

#header-bg {
	background: #fff;
	height: 40px;
	position: fixed;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #009746;
}

.fa-angle-down {
	position: absolute;
	bottom: 2px;
	color: #04a704;
}

#header-bg .top-links,
#header-bg .top-links-mob {
	height: 40px;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
}

#header-bg .top-links-mob {
	display: none;
}

#header {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
	-ms-grid-rows: minmax(min-content, max-content) minmax(min-content, max-content);
	-ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
	-ms-grid-columns: minmax(min-content, max-content) minmax(min-content, max-content);
	grid-template: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content)/minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
	grid-template: minmax(min-content, max-content) minmax(min-content, max-content)/minmax(min-content, max-content) minmax(min-content, max-content);
	position: relative;
	z-index: 99;
	margin-top: 55px;
}

#header .top-links {
	height: 40px;
	background: #666666;
	margin-bottom: 20px;
	z-index: 1;
}

.top-links-mobi {
	display: none;
}

#header:after {
	content: "";
	display: table;
	clear: both;
}

.right50 #cart {
	z-index: 9;
	position: relative;
	margin: 0 0 0 25px;
}

.right50 #cart .heading {
	position: relative;
	z-index: 1;
}

.right50 #cart .heading .heading-title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

.right50 #cart .heading a,
.right50 #cart .heading a:hover {
	color: #fff !important;
	text-decoration: none;
	height: 34px;
	width: 34px;
	display: block;
}

.right50 #cart .heading a img {
	width: 100%;
	height: 100%;
}

.right50 #cart .heading .fa-sort-asc {
	vertical-align: 1px;
}

#cart-q {
	position: absolute;
	color: #04a704;
	font-size: 12px;
	display: block;
	top: -7px;
	right: -10px;
	border-radius: 50%;
	padding: 5px 7px;
	line-height: 0;
}

.right50 #cart .content {
	clear: both;
	display: none;
	position: absolute;
	padding: 20px;
	min-height: 150px;
	width: 410px;
	background: #FFF;
	right: 0;
	top: 40px;
	z-index: 20;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.right50 #cart .button {
	font-size: 18px;
	margin-top: 15px;
}

.right50 #cart.active .content {
	display: block;
}

.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}

.mini-cart-info td {
	color: #000;
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}

/*.image::before{content: 'fm18.ru';color: #fff; position: absolute; text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); bottom: 5%; right: 5%;}
#cboxLoadedContent::before{content: 'fm18.ru';color: #fff; position: absolute; text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); bottom: 5%; right: 5%;}
.image-additional a::before{content: 'fm18.ru';color: #fff; position: absolute; text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); margin-left: 5px;}
.table-image::before{content: 'fm18.ru';color: #fff; position: absolute; text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); margin-left: 5px;}*/

.mini-cart-info .image {
	width: 1px;
}

.mini-cart-info .image img {
	text-align: left;
}

.mini-cart-info .name small {
	color: #666;
}

.mini-cart-info .quantity {
	text-align: right;
}

.mini-cart-info td.total {
	text-align: left;
	min-width: 95px;
	color: #009846;
	font-weight: bold;
}

.mini-cart-info td.name {
	text-align: left;
	line-height: 1.3;
}

.mini-cart-info td.name a {
	color: #252525;
	text-decoration: none;
}

.mini-cart-info .remove {
	text-align: right;
}

.mini-cart-info .remove img {
	cursor: pointer;
}

.mini-cart-total {
	text-align: right;
	float: left;
	height: 40px;
	margin-top: 16px;
}

.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}

.mini-cart-total td {
	color: #000;
	padding: 4px;
}

.mini-cart-total td.total {
	color: #009846;
	font-weight: bold;
	padding: 4px;
}

.right50 #cart .checkout {
	text-align: right;
	*clear: both;
	line-height: 30px;
	*float: right;
}

.right50 #cart .empty {
	padding-top: 50px;
	text-align: center;
}

.left50 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row-align: center;
	align-self: center;
}

#header #logo {
	float: left;
}

#header #welcome-1 {
	width: 400px;
	display: none;
	line-height: 25px;
}

.right50 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	width: 100%;
	justify-content: space-between;
}

#header #phone {
	float: right;
	text-align: right;
	margin-top: 3px;
	font-weight: bold;
	width: 100%;
}

#header #welcome-1 #phone-tablet {
	display: none;
}

#phone-tablet a {
	color: #fff;
}

#header #back {
	text-align: right;
}


.top-menu #back a,
#phone-tablet span {
	color: #fff;
}

.top-menu #phone-tablet{
	font-size: 12px;
}

#header #sertificate {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 5px;
}

#search {
	width: auto;
	z-index: 15;
	position: relative;
	margin-right: 120px;
}

#content-menu2 #search {
	width: auto;
	z-index: 15;
	position: relative;
}

#search-input {
	background: #F3F3F3;
	border: 3px solid rgba(0, 152, 69, 0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 18px;
	color: #8E8E8E;
}

#content-menu2 #search-input {
	background: #F3F3F3;
	border: 3px solid rgba(0, 152, 69, 0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 18px;
	color: #8E8E8E;
}

#search-input span {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

#content-menu2 #search-input span {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

#content-menu2 .button-search{
	border: 0;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.form-control {
	border: 2px solid #009746;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 0px #F0F0F0;
	box-shadow: 0px 0px 0px #F0F0F0;
}

.input-group .form-control {
	font-size: 15px;
	line-height: 18px;
	height: 100%;
}

.button-search {
	cursor: pointer;
	font-size: 0;
	color: #009746;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

.button-searchs {
	cursor: pointer;
	font-size: 20px;
	color: #009746;
	padding: 0;
	background: none;
	border: none;
	height: 34px;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header-bg #welcome {
	z-index: 10;
	text-align: right;
	color: #fff;
	float: right;
	line-height: 40px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header-bg #welcome a,
#header-bg #welcome a:hover {
	color: #000;
	text-decoration: none;
}

#header-bg #welcome a img {
	width: 100%;
	height: 100%;
}

#header-bg #welcome a:first-child {
	margin-right: 15px;
}

#header-bg #welcome a:nth-child(2) {
	display: inline-block;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#cmswidget-1, #cmswidget-2 {
  width: 40%;
  float: none !important;
  margin-right: 10%;
}
#header-bg #welcome .fa {
	font-size: 22px;
	position: relative;
	top: 3px;
}

#header-bg #welcome span {
	*border-bottom: 1px dotted #fff;
	margin-left: 12px;
}

.breadcrumb .fa,
#header-bg #welcome .fa,
#header .links .fa {
	margin-right: 4px;
}

#menu {
	background: #009746;
	height: 60px;
	margin-top: 30px;
	position: relative;
	z-index: 9;
	padding: 0px 5px;
}
.attention-price{
  background: url(../image/attention-price.jpg) no-repeat center center;
  height: 50px;
  margin: 10px 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu>ul>li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 0 5px;
}

#menu>ul>li:hover {
	background: #00a94e;
}

#menu>ul>li>a,
#menu>ul>li>span {
	font-size: 16px;
	color: #FFF;
	line-height: 60px;
	text-decoration: none;
	display: block;
	padding: 0px 9px;
	z-index: 6;
	position: relative;
	text-transform: uppercase;
}

/** add tz **/
@media (max-width: 1200px) {
	
	#menu>ul>li>a,
	#menu>ul>li>span {
		font-size: 13px;
		padding: 0px 7px;
	}
	
	
}


@media (max-width: 1040px) {
	
	#menu>ul>li>a,
	#menu>ul>li>span {
		font-size: 12px;
		padding: 0px 5px;
	}
	
	.header__support {
		display: none;
	}

}

/** add tz **/


#menu>ul>li>a .fa {
	margin-left: 15px;
}

#menu>ul>li>a .fa-minus {
	display: none;
}

#menu>ul>li:hover>a .fa-plus {
	display: none;
}

#menu>ul>li:hover>a .fa-minus {
	display: inline-block;
}

#menu a:hover {
	color: #FFF !important;
}

#menu>ul>li>div {
	display: none;
	width: 100%;
	background: #00a94e;
	position: absolute;
	z-index: 5;
	padding: 0;
	top: 60px;
	left: 5px;
	border-radius: 0px 0px 3px 3px;
	text-transform: uppercase;
}

#menu>ul>li:hover>div {
	display: table;
	margin-left: -5px;
}

#menu>ul>li>div>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#menu>ul>li ul+ul {
	*padding-left: 20px;
}

#menu>ul>li ul>li>a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}

#menu>ul>li ul>li>a:hover {
	background: #00ba56;
}

#menu>ul>li>div>ul>li {
	padding: 0 20px;
}

#menu>ul>li>div>ul>li>a {
	color: #FFFFFF;
}

.breadcrumb {
	color: #009846;
	margin-bottom: 20px;
	font-size: 12px;
}

.breadcrumb a {
	color: #009846;
	font-size: 12px;
}

.breadcrumb span {
	color: #a8a8a8;
	font-size: 12px;
}

.breadcrumb a:hover {
	color: #fb5221;
}

.success,
.warning,
.attention,
.information {
	padding: 10px 10px 10px 33px;
	margin: 15px 0;
	color: #555555;
}

.success {
	background: #EAF7D9 url("../image/success.png") 10px center no-repeat;
}

.success {
	border: 1px solid #BBDF8D;
}

.warning {
	background: #FFD1D1 url("../image/warning.png") 10px center no-repeat;
}

.warning {
	border: 1px solid #F8ACAC;
}

.attention {
	background: #FFF5CC url("../image/attention.png") 10px center no-repeat;
}

.attention {
	border: 1px solid #F2DD8C;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	display: block;
	color: #FF0000;
}

.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table input[type=radio i] {
	-webkit-appearance: radio;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.form tr td:first-child {
	width: 150px;
	text-align: left;
}

table.form>*>*>td {
	color: #000000;
}

table.form td {
	padding: 4px;
}

input.large-field,
select.large-field {
	width: 300px;
}

table.list {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.ord {
	border: 3px solid #FFC90E;
	margin-bottom: 30px;
}

table>tbody.active {
	border: 3px solid #FFC90E;
}

#tab3 table thead {
	border-right: 3px solid #FFC90E;
	border-left: 3px solid #FFC90E;
}

.ord .cart-total,
.ord .list {
	padding: 0 10px;
}

.ord .cart-total {
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}

.ord-list .button.cancel {
	font-size: 12px;
	background: #fff;
	border: 1px solid #EBEBEB;
	color: #252525;
	line-height: 30px;
	padding: 0 20px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}

.ord .product-model,
.ord .product-name {
	width: 180px;
}

.ord .product-img {
	width: 65px;
}

.button.cancel:hover {
	color: #252525 !important;
}

.ord-list .order {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
}

table.list tr {
	border-bottom: 1px solid #EBEBEB;
}

table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}

table.list thead td a,
.list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

table.list tbody td {
	padding: 0px 5px;
}

table.list .left {
	text-align: left;
	padding: 7px;
}

table.list .right {
	text-align: right;
	padding: 7px;
}

table.list .center {
	text-align: center;
	padding: 7px;
}

table.radio {
	width: 100%;
	border-collapse: collapse;
}

table.radio td {
	padding: 5px;
}

table.radio td label {
	display: block;
}

table.radio tr td:first-child {
	width: 1px;
}

table.radio tr td:first-child input {
	margin-top: 1px;
}

table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}

.pagination {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}

.pagination .links {
	float: left;
}

.pagination .links a,
.pagination .links span {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination .links span {
	padding-left: 7px;
	padding-right: 7px;
}

.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination .results {
	float: left;
	padding-top: 3px;
	padding-left: 20px;
}

.pagination .results {
	color: #7d7d7d;
}

.pagination .results .title-pag {
	color: #252525;
}

.pagination.blog {
	background: transparent;
}

.pagination.blog .links {
	float: none;
	text-align: center;
}

.pagination.blog .links b {
	border: 1px solid #fb5221;
	color: #fff;
	background: #fb5221;
}

.pagination.blog .links a,
.pagination.blog .links span {
	border: 1px solid #dfdfdf;
	background: #dfdfdf;
	color: #252525 !important;
}

.pagination.blog .links a.first,
.pagination.blog .links a.last {
	border: 1px solid transparent;
	background: transparent;
	color: #a8a8a8 !important;
}

.pagination.blog .links a.first {
	margin-right: 0;
}

.pagination.blog .links a.last {
	margin-left: 0;
}

.pagination.blog .results,
.pagination.blog #nextButt,
.pagination.blog .prev,
.pagination.blog .next,
.pagination .links span {
	display: none;
}

#nextButt {
	float: right;
	padding-right: 20px;
}

a.button {
	text-decoration: none;
	color: #FFF;
}

.b24-web-form-popup-btn-111 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-107 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.button {
	display: inline-block;
	padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #666666;
	border-radius: 3px;
	border: 0;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-73 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-103 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-107 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-83 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-105 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-133 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b24-web-form-popup-btn-135 {
	display: inline-block;
	*padding: 6px 38px 6px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fb5221;
	border-radius: 3px;
	border: 0;
	height: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.cart .button {
	background: url(../image/cart.png) no-repeat right #666666;
}

.cart .button {
	padding: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 57px;
	height: 33px;
	line-height: 33px;
}

#multicart {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.right .button {
	*padding: 3px 22px 5px;
}

.left .button,
.fo-but .button {
	border-radius: 3px;
}

.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
	color: #ffffff;
	background-color: #fb5221;
}

.button:active,
.button.active {
	background-color: #24748c \9;
}

.button:first-child {
	*margin-left: 0;
}

.button:hover {
	color: #FFF !important;
	text-decoration: none;
}

.button-info:hover,
.button-info:active,
.button-info.active,
.button-info.disabled,
.button-info[disabled] {
	color: #ffffff;
	background-color: #fb5221;
	*background-color: #2a85a0;
}

.button:active,
.button.active {
	background-color: #24748c \9;
}

button.button,
input[type=submit].button {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.button::-moz-focus-inner,
input[type=submit].button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.button.button-large,
input[type=submit].button.button-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}

button.button.button-small,
input[type=submit].button.button-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.button.button-mini,
input[type=submit].button.button-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

.buttons {
	*background: #FFFFFF;
	*border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}

.buttons .left {
	float: left;
	text-align: left;
}

.buttons .right {
	float: right;
	text-align: right;
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.links a {
	cursor: pointer;
}

input#news,
input#vac {
	display: none;
}

.ord-list {
	margin-bottom: 10px;
}

.ord-list b {
	font-size: 16px;
}

.check {
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #E1E1E1;
}

input#news:checked+.check,
input#vac:checked+.check {
	background: url(../image/check.png) no-repeat center center;
}

.tab .simpleregister-block-content {
	width: 48.7%;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	background: #fff;
	border: 1px solid #E3E3E3;
}

.tab .simplecheckout-table-form {
	position: relative;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.simpleregister .simpleregister-button-block {
	padding-right: 1px;
}

.tab h3 {
	border: 0;
	border-bottom: 1px solid #E3E3E3;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: transparent;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
}

.tab .simpleregister-block-content:last-child .simplecheckout-table-form {
	padding-bottom: 75px;
}

.tab .simpleregister-block-content:last-child {
	margin-right: 0%;
}

.htabs {
    padding-top: 40px;
        font-size: 16px;
	line-height: 16px;
	border-bottom: 3px solid #dfdfdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.htabs a {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #7d7d7d;
	display: inline-block !important;
	text-transform: uppercase;
	padding: 20px 20px 20px 20px;
}

.htabs a.selected {
	padding-bottom: 17px;
	border-bottom: 3px solid #fb5221;
	font-weight: bold;
	color: #252525;
}

.tab-content {
	margin-top: 30px;
	margin-bottom: 20px;
	z-index: 2;
	/*overflow:hidden;*/
}

.box {
	margin-bottom: 20px;
}

.box-content {
	overflow-x: hidden;
}

.category .box-heading {
	background: #FC5221 !important;
	color: #fff !important;
	padding-left: 20px;
}

.box .box-heading {
	border-radius: 3px 3px 0px 0px;
	background: transparent;
	*padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #252525;
	text-transform: uppercase;
}

.category .box-content {
	background: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 5px solid #fb5221;
	padding: 10px;
}

.box .box-content ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

.box-html {
	margin: 20px 0;
}

.box-html h1 {
	text-transform: uppercase;
}

.box-html p {
	*margin-left: 100px;
	padding-right: 10px;
}

.box-product>div:nth-child(4n) {
	*margin-right: 0px;
}

#column-left+#column-right+#content .box-product>div {
	width: 119px;
}

.box-product>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box-product .image {
	display: block;
	margin-bottom: 0px;
}

.box-product .image span,
.product-grid .image span,
.product-list .image span {
	background: url(../image/special.png);
}

.box-product .image span,
.product-grid .image span,
.product-list .image span {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 55px;
	height: 55px;
}

.box-product .name {
	height: 60px;
}

.box-product .name a {
	color: #424242;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	overflow: hidden;
	margin: auto;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}

.viewed .box-product .name a {
	display: table-cell;
	vertical-align: middle;
}

.box-product .price {
	display: block;
	font-weight: bold;
	color: #009846;
	margin-bottom: 4px;
	font-size: 16px;
	margin-top: 10px;
}

.box-product .price-old {
	color: #9c9c9c;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: lighter;
}

.box-product .price-new {
	font-weight: bold;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}

.rating .fa-star,
.rating .fa-star-o {
	color: #999999;
	font-size: 15px;
}

.rating .fa-star,
.rating .fa-star+.fa-star-o {
	color: #FFD700;
}

.rating .fa-stack {
	width: 1.1em;
}

.box-product .cart .fa,
.product-grid .cart .fa,
.product-list .cart .fa,
.product-info .cart .fa,
.tab-price-bottom .cart .fa,
.table-add .cart .fa {
	*padding: 8px;
	background: #fb5221;
	color: #fff;
	*padding-top: 7px;
	*padding-bottom: 9px;
	border-radius: 0 3px 3px 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	margin-left: -3px;
}

.table-add .cart {
	text-align: left;
}


#related h2,
.viewed h2 {
	margin-bottom: 30px;
	margin-top: 20px;
}

#related .box-product.owl-carousel {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

#related .box-product .owl-wrapper-outer,
#tab-related .box-product .owl-controls {
	width: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
}

#related .box-product .item {
	float: left;
	margin-bottom: 0;
	margin-right: 7px;
	vertical-align: top;
	background: #fff;
	padding: 20px;
	margin-left: 8px;
}

#related .owl-pagination {
	float: left;
	top: 0;
	position: relative;
	margin-top: 10px;
}

#related .owl-controls {
	background: transparent;
	padding: 0;
	margin-right: 0;
	width: 100% !important;
}

#related .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background: #d3d3d3;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#related .owl-controls .owl-page.active span {
	background: #fb5221;
}

#related .owl-controls .owl-buttons {
	float: right;
	line-height: 20px;
	position: relative;
	margin-top: 8px;
}

#related .owl-carousel .owl-buttons .owl-prev,
#related .owl-carousel:hover .owl-buttons .owl-prev {
	left: -75px;
}

#related .owl-carousel .owl-buttons .owl-next,
#related .owl-carousel:hover .owl-buttons .owl-next {
	right: 10px;
}

#related .owl-carousel .owl-buttons div {
	opacity: 1;
	color: #a9a9a9;
}

#related .owl-carousel .owl-buttons div i {
	font-size: 24px;
	margin: 0;
}

#related .owl-carousel .owl-buttons div i {
	font-size: 24px;
	margin: 0;
}

ul.box-category,
ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.box-category>li:first-child {
	padding: 0px 8px 8px 0px;
}

ul.box-category>li {
	padding: 8px 8px 8px 0px;
}

ul.box-category>li+li {
	border-top: 1px solid #EEEEEE;
}

ul.box-category>li>a {
	text-decoration: none;
	color: #333;
}

ul.box-category>li ul {
	display: none;
}

ul.box-category>li a.active {
	font-weight: bold;
}

ul.box-category>li a.active+ul {
	display: block;
}

ul.box-category>li ul>li {
	padding: 5px 5px 0px 10px;
}

ul.box-category>li ul>li>a {
	text-decoration: none;
	display: block;
}

ul.box-category>li ul>li>a.active {
	font-weight: bold;
}

ul.box-filter,
ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

ul.box-filter>li ul {
	padding-bottom: 10px;
}

#content .content {
	padding: 10px;
	margin-bottom: 20px;
	*border: 1px solid #EEEEEE;
}

#content .content .left {
	float: left;
	width: 49%;
}

#content .content .right {
	float: right;
	width: 49%;
}

.category-img {
	float: left;
	margin-right: 10px;
}

.category-info {
	overflow: auto;
	margin-bottom: 20px;
}

.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	width: 18%;
}

.category-list.product-grid .name a,
.category-grid .name a {
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	text-align: center;
}

.manufacturer-list {
	border: 1px solid #dfdfdf;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}

.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}

.manufacturer-content {
	padding: 8px;
}

.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.product-filter {
	margin-bottom: 20px;
}

.product-filter .display {
	margin-right: 0;
	float: right;
	padding-top: 1px;
	*color: #d3d3d3;
	color: #fb5221;
}

.product-filter .display a {
	font-weight: bold;
	*color: #fb5221;
	color: #d3d3d3;
}

.product-filter .display .fa-th {
	margin-left: 10px;
}

.product-filter .sort {
	float: left;
	color: #252525;
}

.product-filter select {
	border: 1px solid #f8f8f8;
}

.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}

.product-compare {
	float: left;
	font-weight: bold;
	padding-top: 4px;
	width: 200px;
	margin-left: 80px;
}

.product-compare a {
	text-decoration: none;
	font-weight: bold;
}

.product-list>div {
	overflow: auto;
	height: 110px;
	overflow: visible;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	background: #fff;
}

.product-list .right {
	float: right;
	margin-top: 41px;
	margin-right: 20px;
}

.product-list .image {
	float: left;
	margin: 20px;
}

.product-list img {
	height: 65px;
	width: auto;
}

.product-list .name {
	margin-bottom: 3px;
}

.product-list .name a {
	color: #424242;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 110px;
}

.product-list .price {
	display: block;
	font-weight: bold;
	color: #009846;
	margin-bottom: 4px;
	font-size: 16px;
	float: left;
	line-height: 30px;
	margin-right: 40px;
}

.product-list .price-old {
	color: #9c9c9c;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: lighter;
}

.product-list .price-new {
	font-weight: bold;
}

.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}

.product-list .cart {
	float: right;
}

.product-list .wishlist,
.product-list .compare {
	margin-bottom: 3px;
}

.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.product-grid,
.category-grid {
	margin-right: -1.135%;
	margin-left: -1.135%;
	padding-top: 5px;
}

.product-grid>div,
.category-grid>div,
.box-product>div,
.box-gallery>div {
	margin-bottom: 10px;
	vertical-align: top;
	background: #fff;
	padding: 2.27% 0 2.27% 0;
	/*width: 120px;*/
	text-align: center;
	justify-self: center;
}

.product-grid>div:hover,
.category-grid>div:hover,
.box-product>div:hover,
.box-gallery>div:hover {
	-webkit-box-shadow: 0 0 15px gray;
	box-shadow: 0 0 15px gray;
}

.box-gallery>div {
	padding: 0;
	width: 31%;
}

#column-left+#column-right+#content .product-grid>div,
#column-left+#column-right+#content .category-grid>div {
	width: 125px;
}

.product-grid .image,
.category-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	min-height: 200px;
}

.product-grid .name,
.category-grid .name {
	height: 75px;
	overflow: hidden;
	padding: 10px;
}

.product-grid .name a {
	color: #424242;
	*font-weight: lighter;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

.product-grid .description {
	display: none;
}

.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	text-align: center;
}

.product-grid .model {
	color: #009846;
}

.product-grid .price {
	display: block;
	font-weight: bold;
	color: #009846;
	margin-bottom: 4px;
	font-size: 16px;
}

.product-grid .price-old {
	color: #9c9c9c;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: lighter;
}

.product-grid .price-new {
	font-weight: bold;
}

.product-grid .price .price-tax {
	display: none;
}

.product-grid .cart {
	margin-bottom: 15px;
	text-align: center;
}

.product-grid .wishlist,
.product-grid .compare {
	margin-bottom: 3px;
	margin-top: 10px;
}

.product-grid .wishlist {
	float: left;
}

.product-grid .compare {
	margin: 5px 20px 0;
}

.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.product-grid .compare a {
	color: #333333 !important;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	background: #f0f0f0;
	padding: 3px;
}

.product-grid .compare a:hover {
	opacity: 0.75;
}

.product-list .wishlist .fa,
.product-list .compare .fa,
.product-grid .wishlist .fa,
.product-grid .compare .fa {
	font-size: 11px;
	padding-right: 3px;
}

.product-list .model {
	color: #009846;
}

.product-info {
	margin-bottom: 20px;
}

.product-info>.left {
	float: left;
	margin-right: 20px;
	max-width: 610px;
}

.product-info .image {
	margin-bottom: 20px;
	text-align: center;
	border: 0;
	background: #fff;
}

.product-info .image-additional {
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}

.product-info .image-additional img {
	width: 90px;
	height: 90px;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.product-info .owl-controls {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-info #tab-video {
	float: right;
	color: #009746;
	cursor: pointer;
	margin-bottom: 40px;
}

.product-info .video,
.product-info .image {
	*display: none;
}

.product-info .active {
	display: block;
}

.product-info .description {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 35px 19px 20px 19px;
	margin-bottom: 10px;
	line-height: 36px;
	color: #4D4D4D;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}

.product-info .description span {
	color: #009846;
}

.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}

.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #252525;
}

.product-info .price #formated_price {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	/*color:#252525;*/
	display: inline-block;
}

.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}

.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}

.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}

.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.product-info .cart {
	padding: 0;
	margin-bottom: 1rem;
	color: #4D4D4D;
}

.product-info .cart .button-cart.m,
.tab-price-bottom .cart .button-cart.m {
	width: 200px;
	float: left;
}

.product-info .cart .button-cart {
	width: 170px;
	float: left;
}

.product-info .description .button-cart.m {
	width: 140px;
	float: left;
}

.tab-price-bottom .cart .button-cart {
	width: 145px;
	float: left;
}

.product-info .cart div>span {
	color: #999;
}

.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}

.product-info .cart input[type=text] {
	text-align: center;
}

.product-info .review {
	color: #4D4D4D;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
}

.product-info .review>div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}

.product-info .review .pluso {
	border: none;
}

.product-info .link-block {
	color: #666666;
	line-height: 20px;
}

.product-info .link-block a {
	color: #009846;
	text-decoration: underline;
	padding-left: 5px;
}

.data-ship h2 {
	line-height: 40px;
	padding-left: 20px;
	background: #dfdfdf;
	font-size: 14px;
	text-transform: none;
	font-weight: lighter;
}

.data {
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.data:nth-child(odd) {
	background: #fff;
}

.data:nth-child(even) {
	background: #f8f8f8;
}

.data span {
	float: left;
	font-size: 14px;
	font-weight: lighter;
}

.review .fa-star,
.review .fa-star-o {
	color: #999999;
	font-size: 15px;
}

.review .fa-star,
.review .fa-star+.fa-star-o {
	color: #FFD700;
}

.review .fa-stack {
	width: 1.1em;
}

.product-info .review .share {
	overflow: auto;
	line-height: normal;
}

.product-info .review .share a {
	text-decoration: none;
}

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

.review-list .author {
	float: left;
	margin-bottom: 20px;
}

.review-list .rating {
	float: right;
	margin-bottom: 20px;
}

.review-list .text {
	clear: both;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.attribute thead td,
.attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}

.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}

.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.compare-info thead td,
.compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}

.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
	font-weight: bold;
}

.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}

.compare-info .price-new {
	font-weight: bold;
}

.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.wishlist-info td {
	padding: 7px;
}

.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-info thead .image {
	text-align: center;
}

.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
	text-align: left;
}

.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
	text-align: right;
}

.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
	text-align: center;
}

.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
	text-align: left;
}

.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
	text-align: right;
}

.wishlist-info tbody .price s {
	color: #F00;
}

a.doc {
	display: block;
	float: right;
	margin-top: 35px;
	color: #7c7c7c !important;
	text-decoration: none;
	margin-bottom: 85px;
}

.mini-cart-total tr:first-child,
.simplecheckout #total div:first-child {
	display: none;
}

.button-prev {
	display: block;
	margin-top: 10px;
}

.right50 #cart:hover .content {
	display: block;
}

.wishlist-info tbody .action img {
	cursor: pointer;
}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}

.login-content .left {
	float: left;
	width: 48%;
}

.login-content .right {
	float: right;
	width: 48%;
}

.login-content .left .content,
.login-content .right .content {
	min-height: 190px;
}

.login-content h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 20px 20px;
	line-height: 1;
	margin: 0;
	background: #FECC00;
	border-radius: 3px;
}

.login-content .content {
	padding: 20px !important;
	background: #fff;
	border: 1px solid #EDEDED;
}

.login-content .content b {
	text-transform: uppercase;
}

.login-content .left .content .button {
	float: right;
	margin-top: 31px;
}

.login-content .right .content {
	background: #FECC00;
	margin-top: -1px;
	border-radius: 0 0 3px 3px;
	border: 0;
}

.login-content input[name=email],
.login-content input[name=password] {
	border-radius: 5px;
	padding: 9px 15px !important;
	line-height: 1;
	font-size: 14px;
	color: #252525;
	border: 0;
	margin-bottom: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.links a:first-child {
	padding-left: 0;
}

.newsl tr td:first-child {
	width: 30px !important;
}

.newsl td {
	text-align: left;
}

.links a.active {
	border-bottom: 3px solid #FB5221;
	font-weight: bold;
	color: #252525;
}

.border {
	height: 3px;
	width: 100%;
	background: #DFDFDF;
	margin-top: -3px;
	margin-bottom: 10px;
}

.geoip-choose-region .border {
	background: #FECC00;
}

.geoip-block input {
	border: 1px solid #FECC00;
}

.links a {
	display: inline-block;
	padding: 0 10px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #7c7c7c;
	text-decoration: none;
}

.forg {
	color: #917813;
	float: right;
	display: block;
	margin-right: 15px;
	line-height: 40px;
}

.login-content .button {
	float: right;
}

.order-list {
	margin-bottom: 10px;
}

.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
	float: left;
	width: 33.3%;
}

.order-list .order-info {
	text-align: right;
}

.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

.return-list {
	margin-bottom: 10px;
}

.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
	float: left;
	width: 33.3%;
}

.return-list .return-info {
	text-align: right;
}

.return-product {
	overflow: auto;
	margin-bottom: 20px;
}

.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-quantity {
	float: left;
	width: 31%;
}

.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}

.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-opened textarea {
	width: 98%;
	vertical-align: top;
}

.return-captcha {
	float: left;
}

.download-list {
	margin-bottom: 10px;
}

.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
	float: left;
	width: 33.3%;
}

.download-list .download-info {
	text-align: right;
}

.cart-info table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

.cart-info thead td {
	padding: 10px 7px;
}

.cart-info tbody tr {
	border: 1px solid #FFC000;
	background: #fff;
}

.cart-info td {
	padding: 9px 7px;
}

.cart-info thead td {
	color: #252525;
	background-color: #FFC90E;
}

.cart-info thead .image {
	text-align: center;
}

.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
	text-align: left;
}

.cart-info thead .price {
	text-align: right;
}

.quantity input.qty {
	width: 40px;
	height: 30px;
	*margin-left: -5px;
	margin-right: -3px;
	border-left: 0;
	border-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.cart-info tbody td {
	vertical-align: middle;
}

.remove {
	margin-left: 20px;
	cursor: pointer;
}

.cart-info tbody .image {
	text-align: center;
}

.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
	text-align: left;
}

.cart-info tbody .quantity input[type=image],
.cart-info tbody .quantity img {
	position: relative;
	top: 3px;
	cursor: pointer;
}

.cart-info tr td:last-child {
	padding-right: 15px;
}

.cart-info tr td:first-child {
	padding-left: 15px;
}

#total tr:first-child {
	display: none;
}

.cart-info tbody .price,
.cart-info tbody .total {
	text-align: right;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module>div {
	display: none;
}

.cart-total {
	overflow: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.order {
	background: #FB5221;
}

.del {
	background: #E9E9E9;
	display: inline-block;
	color: #252525 !important;
	cursor: pointer;
	margin-right: 20px !important;
}

#button-confirm,
#simplecheckout_button_confirm {
	background: #FB5221;
}

.cart-total table {
	width: 100%;
}

.cart-total tr td:first-child {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.cart-total tr td:last-child {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
}

.cart-total td {
	padding: 3px;
	text-align: right;
}

.cart-info .price,
.cart-info .total {
	font-size: 16px;
	font-weight: bold;
}

.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #dfdfdf;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}

.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}

.checkout-content .left {
	float: left;
	width: 48%;
}

.checkout-content .right {
	float: right;
	width: 48%;
}

.checkout-content .buttons {
	clear: both;
}

.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.checkout-product td {
	padding: 7px;
}

.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name,
.checkout-product thead .model {
	text-align: left;
}

.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
	text-align: right;
}

.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name,
.checkout-product tbody .model {
	text-align: left;
}

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
	text-align: right;
}

.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

.contact-info {
	overflow: auto;
}

.contact-info .left {
	float: left;
	width: 48%;
}

.contact-info .right {
	float: left;
	width: 48%;
}

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}

.sitemap-info .left {
	float: left;
	width: 48%;
}

.sitemap-info .right {
	float: left;
	width: 48%;
}

#container-footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	background: #fff;
	color: #222;
	margin-top: 30px;
}

#custom-footer-bg {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}

#custom-footer {
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	position: relative;
	width: 980px;
}

#footer {
	margin: 0 auto;
	width: 1210px;
	padding: 50px 20px 0 20px;
	max-width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

#footer h3 {
	color: #252525;
	margin-top: 0;
	margin-bottom: 8px;
}

#footer .column {
	width: 218px;
	min-height: 100px;
}

#footer #footer .column.fir {
	color: #222;
}

#footer .column ul {
	list-style: none outside none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

#footer .column ul li {
	margin-bottom: 3px;
	color: #252525;
}

#footer .column a {
	text-decoration: underline;
	color: #009846;
	line-height: 26px;
}

#footer .column a:hover {
	color: #fb5221;
}

#powered {
	float: left;
	text-align: left;
	clear: both;
	padding-bottom: 24px;
	padding-top: 23px;
	color: #252525;
	font-size: 14px;
}

#powered a {
	*color: #ccc;
	text-decoration: none;
}

#powered a:hover {
	color: #009846;
}

#social {
	float: left;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#social a {
	font-size: 19px;
}

#social .fa:hover {
	background: #fb5221;
}

#social .fa {
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #666666;
	line-height: 30px;
	text-align: center;
}

#footer hr {
	clear: both;
	border-bottom: 1px solid #666666;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding-top: 20px;
}

section {
	background: #fff;
	height: 67px;
	border-top: 1px solid #dfdfdf;
}

section section {
	height: 0;
	border: 0;
	padding: 0;
}

.diagramma {
	text-align: center;
	margin-bottom: 20px;
}

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}

.banner div img {
	margin-bottom: 20px;
}

.box-article>div {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 360px;
}

.box-article .article-left {
	float: left;
	margin-right: 10px;
}

.box-article .rating {
	text-align: center;
}

#tab-related2 .box-product>div,
#tab-related .box-product>div {
	margin-left: 12px;
	margin-right: 10px;
	width: 165px;
}

.image {
	position: relative;
}

.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
	height: 57px;
	width: 58px;
	position: absolute;
	z-index: 1;
}

.image .corner_0 {
	left: 0px;
	top: 0px;
}

.product-list .corner_0 img {
	height: 40px;
	width: 40px;
	margin-left: -10px;
	margin-top: -10px;
}

.image .corner_1 {
	right: 0px;
	top: 0px;
}

.image .corner_2 {
	left: 0px;
	bottom: 0px;
}

.image .corner_3 {
	right: 0px;
	bottom: 0px;
}

.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
	padding: 0px;
}

.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}

.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .present {
	display: none;
}

.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}

.benefit li {
	border: 1px solid #eee;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 2px;
	padding: 4px;
	position: relative;
	width: 25px;
}

.benefit li span {
	display: table-cell;
	vertical-align: middle;
}

.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 2;
	border: 1px solid #009846;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	-webkit-box-shadow: 0 0 8px grey;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}

.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: "";
	left: 82px;
}

.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #009846;
	top: -8px;
	content: "";
	left: 82px;
}

.benefit li:hover .benefit_description {
	display: block;
}

.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}

.testimonials #filter {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	overflow: hidden;
}

.testimonials #filter>span:hover,
.testimonials #filter>span.active {
	background: none repeat scroll 0 0 #eee;
}

.testimonials #filter>span {
	border: 1px solid #ddd;
	border-bottom: none;
	float: left;
	margin-right: -1px;
}

.testimonials #filter>span a {
	text-decoration: none;
	display: block;
	padding: 8px 16px;
}

.testimonials #filter .button {
	float: right;
}

.box-category {
	padding-left: 20px;
	padding-right: 20px;
}

.box.category .box-content {
	padding: 0px;
}

.box-category>ul>li>a {
	text-decoration: none;
	color: #252525;
}

.box-category>ul>li {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 15px;
	padding-bottom: 15px;
}

.box-category>ul>li strong {
	display: none;
}

.box-category>ul>li:last-child {
	border-bottom: 1px solid #fff;
}

.box-category>ul>li.last {
	border: none;
}

.box-category>ul>li ul {
	display: none;
	margin-top: 0px;
	padding: 5px 0;
	background: #fff;
}

.box-category>ul>li.active ul {
	display: block;
}

.box-category>ul>li span .fa {
	color: #afafaf;
}

.box-category>ul>li span .fa-minus,
.box-category>ul>li span .fa-plus {
	display: none;
}

.box-category>ul>li span.expanded .fa-minus {
	display: inline-block;
}

.box-category>ul>li span.close.expanded .fa-plus {
	display: none;
}

.box-category>ul>li span.close {
	width: 6px;
	height: 6px;
	float: right;
	margin-right: 0px;
	top: 0px;
	right: 5px;
	position: relative;
}

.box-category>ul>li span.close .fa-plus {
	display: inline-block;
}

div.box.category>div.box-content>div>ul>li.active.cat-header>span>i.fa.fa-plus {
	/*display: none !important;*/
}

.box-category > ul > li.active span.close .fa-plus {
  display: none;
}

.box-category > ul > li.active span.close .fa-minus {
  display: inline-block;
}
.box-category > ul > li span.collapsed .fa-plus {
  display: inline-block !important;
}
.box-category > ul > li span.collapsed .fa-minus {
  display: none !important;
}
.box-category>ul>li li span.close {
	top: 8px;
}

.box-category>ul>li span.close:hover {
	cursor: pointer;
}

.box-category>ul>li a.active+ul {
	display: block;
}

.box-category>ul>li ul>li {
	padding-bottom: 5px;
}

.box-category>ul>li ul>li:first-child {
	margin-top: 19px;
}

.box-category>ul>li ul>li.active>a,
.box-category>ul>li ul>li>a:hover {
	background: none;
	color: #e32626;
	*font-weight: bold;
}

.box-category>ul>li ul>li>a {
	text-decoration: none;
	display: inline-block;
	color: #7c7c7c;
	margin-bottom: 0px;
	line-height: 25px;
}

.box-category>ul>li ul>li>a.active {
	color: #e32626;
	background: none;
	font-weight: bold;
}

.box-category>ul>li:first-child {
	border-top: 0;
}

.act-cat {
	position: absolute;
	top: 9px;
	right: 6px;
}

.staff #main-contact {
	width: 40%;
	float: left;
}

.staff ul li span {
	display: none;
}

.staff #map {
	width: 100%;
}

.staff ul {
	list-style: none;
	padding-left: 0px;
}

.staff #map ul {
	margin: 0;
}

.staff #main-contact ul {
	padding-left: 20px;
}

.staff #social {
	float: left;
}

.staff ul .fa {
	margin-left: -20px;
	margin-right: 10px;
}

.staff>div {
	float: left;
	width: 50%;
	margin-bottom: 40px;
}

.staff .image {
	float: left;
	width: 40%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.staff .image img {
	width: 100%;
}

.staff .meta {
	margin-left: 45%;
	padding-left: 10px;
}

.staff .meta>div,
.staff .meta>div>div {
	margin-bottom: 10px;
}

.staff .contacts {
	height: 125px;
}

.staff .name {
	font-weight: bold;
	font-size: 16px;
}

.staff .meta .fa {
	margin-right: 7px;
	width: 14px;
}

.staff .meta .hidden .fa {
	background: #636363;
	color: #fff;
	text-align: center;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 7px;
}

.staff .post {
	font-weight: lighter;
}

.viewed .box-heading {
	color: #009846;
	text-decoration: underline;
	margin-top: 15px;
}

.viewed .name {
	text-align: center;
}

.nagrada .owl-pagination {
	float: left;
	margin-top: 10px;
	position: relative;
	top: 0;
}

.nagrada .owl-controls .owl-buttons {
	float: right;
	line-height: 20px;
	margin-top: 10px;
	position: relative;
}

.group-decor {
	overflow: auto;
	background: #fff;
	padding: 19px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dfdfdf;
	position: relative;
}

.group-decor.activ {
	padding: 17px;
	border: 3px solid #ffc90e;
}

.group-decor .fa {
	float: right;
	position: absolute;
	top: 23px;
	right: 20px;
}

.group-decor h2 {
	float: left;
	margin-bottom: 0;
	padding-right: 20px;
}

.group-decor span {
	width: 100%;
	display: block;
	height: 22px;
	cursor: pointer;
	color: #afafaf;
}

.group-decor span.close .fa-minus,
.group-decor span.close.expanded .fa-plus {
	display: none;
}

.group-decor span.close.expanded .fa-minus {
	display: inline-block;
}

.decor {
	*clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dfdfdf;
	overflow: auto;
}

.decor .item {
	display: block;
	text-align: center;
	float: left;
	margin: 0 6px;
	margin-bottom: 14px;
	width: 108px;
}

.decor .item:nth-child(7n) {
	*margin-right: 0px;
}

.decor .name {
	color: #252525;
	float: none;
	height: 110px;
}

.coolfilter-item .first,
.coolfilter-item .second {
	float: left;
	width: 33%;
}

.coolfilter-item img {
	border-radius: 3px;
}

.coolfilter-item.coolfilter-item-checkbox.decor-block {
	float: left;
	padding-right: 2.3%;
	width: 47%;
}

.subscribe {
	background: #fecc00;
	padding: 18px 15px 15px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.subscribe .box-heading {
	padding-left: 0;
	line-height: 16px;
	margin-bottom: 18px;
}

.subscribe input[type=text] {
	background: #ffffff;
	padding: 8px;
	line-height: 17px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 77%;
	margin-right: 10px;
	border-color: #fff;
}

.subscribe .button {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	padding: 0;
	width: 15.8%;
	float: right;
	border-radius: 3px;
}

.subscribe .box-content {
	margin-bottom: 10px;
}

.subscribe span {
	color: #917813;
}

.hidden {
	display: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.fixed {
	position: fixed;
}

.discprice {
	display: none;
}

.discprice {
	background: #FC5221 none repeat scroll 0 0;
}

.normprice {
	background: #18944d none repeat scroll 0 0;
}

.ui-widget {
}

.search-suggestion {
	padding: 10px 0;
}

.search-suggestion .name {
	color: #252525 !important;
	font-weight: normal !important;
}

.search-suggestion .price {
	color: #009846;
}

.search-suggestion .price-old {
	color: #7c7c7c !important;
}

.search-suggestion .price-new {
	color: #009846;
}

.ui-widget-content {
	border: 1px solid #fff !important;
	background: #fff !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ui-menu li:hover {
	background-color: #f8f8f8;
}

.top-menu {
	background: #009746;
	z-index: 100;
	padding-bottom: 10px;
	border-bottom: 1px solid #2daf69;
	line-height: 40px;
}

#tab-images,
#tab-video {
	margin: 0;
}

#tabss a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted;
	line-height: 14px;
	padding-top: 5px;
	background: transparent;
	padding: 5px 0 0 0;
	margin: 0 20px;
	float: left;
}

#tabss a.selected {
	background: #e9e9e9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 20px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
	margin: 0;
}

a.vid-tab-a {
	float: right;
	float: right;
}

#tab-images .corner_0 {
	position: relative;
	z-index: 100;
	height: 0px;
}

#tab-images .owl-carousel {
	background: transparent;
	border: 0px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
}

#tab-images .owl-pagination {
	top: 0;
}

#tab-images .owl-controls .owl-page span {
	background: #d3d3d3;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#tab-images .owl-controls .owl-page.active span {
	background: #fb5221;
}

.tab-colordecor {
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dfdfdf;
	padding: 20px 10px 0;
	overflow: auto;
}

.tab-colordecor .item {
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px;
	width: 123px;
}

.tab-colordecor .image {
	float: none !important;
	padding: 0;
	margin: 0;
}

.tab-colordecor .name {
	color: #252525;
	float: none;
	height: 55px;
}

.tab-price-bottom {
	line-height: 40px;
	background: #FFEEB9;
	border-top: 1px solid #dfdfdf;
	padding: 20px 0;
	font-weight: bold;
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.price-bottom {
	float: left;
}

.tab-price-bottom span {
	padding-left: 20px;
}

.tab-price-bottom #formated_priceV {
	padding-left: 20px;
	font-size: 24px;
	color: #fb5221;
}

.tab-price-bottom .cart {
	float: right;
	margin-right: 20px;
}

.headlines {
	border: 3px solid #ffc90e;
	background: #ffc90e;
	overflow: auto;
}

.headlines>div {
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.lines {
	overflow: visible;
	background: #fff;
	border: 1px solid #dfdfdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 20px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
}

.headlines:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	*height: 100%;
	vertical-align: middle;
}


.lines.selected {
	border: 1px solid #FFC000;
	background: #FFEEB9;
}

.table-image {
	width: 10%;
	flex-shrink: 1;
}

.table-image img {
	max-width: 88px;
	border: 1px solid #dfdfdf;
	width: 100%;
}

.table-name {
	text-transform: uppercase;
	width: 20%;
	padding-left: 1rem;
}

.table-vozr {
	width: 50px;
}

.table-select-color {
	border: solid 1px #e1e1e1;
	width: 89px;
	height: 89px;
	background: #fff;
}

.table-group {
	display: flex;
	gap: 10px;
	width: 45%;
	
	
	text-align: left;
	font-size: 12px;
	text-transform: none; 
	text-align: center;
	
}

.table-group.last {
  width: 25%;
}

.table-sku,
.table-inline{
	text-align: left;
	font-size: 12px;
	text-transform: none; 
	text-align: center;
	flex: 1;
}


.table-inline span,
.table-sku span {
	display: none;
}



.table-quantity,
.table-price {
	text-align: center;
}

.table-quantity {
	margin-left: auto;
}

.table-price {
	min-width: 100px;
}

.table-price-from {
	font-weight: bold;
}

.table-price span,
.table-price_d span {
	*background: #18944d none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
	padding: 2px 15px;
	text-align: center;
	text-transform: none;
	font-weight: bold;
}

.table-qnt {
	width: 105px;
}

.table-qnt .fa {
	line-height: 30px;
}

.table-qnt input {
	text-align: center;
	line-height: 28px;
	padding: 0 3px;
}

.table-select-option {
	width: 40px;
}

.table-select-option-before,
.table-select-option-after,
.table-select-color-name,
.table-select-color-name,
.table-price-from,
.table-select-qnt-name {
	display: none;
}

#tab-price label {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin: 0 auto;
}

#tab-price input[type=checkbox]+span {
	background: url(../image/chk.png) no-repeat;
}

#tab-price input[type=checkbox]+span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#tab-price input[type=checkbox]:checked+span {
	background-position: 0 -30px;
}

td.table-price,
td.table-price_d {
	font-weight: bold;
}

#tab-price .option table tbody tr {
	border: 3px solid #fff;
}

#tab-price .option table .selected tr {
	border: 3px solid #ffc90e;
}

#tab-price hr {
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-top-width: 0px;
}

.liber {
	margin-bottom: 40px;
}

.liber-item {
	background: url(../image/bg-answer.png) repeat-y left;
}

.liber-item {
	overflow: auto;
	background: #fff;
	padding: 10px 19px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dfdfdf;
	position: relative;
	padding-left: 59px;
}

.liber-item.activ {
	background: url(../image/bg-answer-active.png) repeat-y left;
}

.liber-item.activ {
	padding: 8px 17px;
	border: 3px solid #ffc90e;
	padding-left: 57px;
}

.liber-item .fa {
	float: right;
	position: absolute;
	top: 15px;
	right: 20px;
}

.liber-item.activ .fa {
	top: 13px;
	right: 18px;
}

.liber-item .fa-question {
	left: 16px;
	color: #252525;
}

.liber-item.activ .fa-question {
	left: 14px;
}

.liber-item h2 {
	float: left;
	margin-bottom: 0;
	padding-right: 20px;
}

.liber-item span {
	width: 100%;
	display: block;
	*height: 22px;
	cursor: pointer;
	color: #afafaf;
	overflow: auto;
}

.liber-item span.close .fa-minus,
.liber-item span.close.expanded .fa-plus {
	display: none;
}

.liber-item span.close.expanded .fa-minus {
	display: inline-block;
}

.answer {
	*clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dfdfdf;
	margin-top: 10px;
	padding-top: 20px;
}

.answer p {
	margin-bottom: 0px;
}

.feedback-liber {
	background: #fecc00;
	padding: 20px;
}

.feedback-liber h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

.feedback-liber,
textarea.feedback_liber_question,
input.feedback_liber_contact {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
}

textarea.feedback_liber_question {
	width: 94%;
	padding: 10px 3%;
	margin-bottom: 17px;
}

input.feedback_liber_contact {
	width: 75%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	padding-left: 15px;
}

textarea.feedback_liber_question,
input.feedback_liber_question {
	background: #fff;
	border: 1px solid #fff;
}

.feedback-liber .button {
	line-height: 35px;
	max-height: 35px;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	border-radius: 3px;
}

.kd-sendfile {
	background: #f96524;
	
	
}

.kd-sendfile .box-heading {
	padding-left: 0px;
	
	
}

.file-block {
	width: 48.8%;
	float: left;
	margin-right: 2.27%;
}

.fileform {
	background-color: #FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	height: 29px;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fileform #fileformlabel {
	width: 74.4%;
	float: left;
	padding-left: 5%;
	line-height: 35px;
}

.fileform #fileformlabel span {
	color: #a9a9a9;
}

.fileform .selectbutton {
	background-color: #e9e9e9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #252525;
	float: right;
	font-size: 14px;
	height: 100%;
	line-height: 21px;
	overflow: hidden;
	padding: 7px 6px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fileform:hover .selectbutton {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #ffffff;
	background-color: #fb5221;
	cursor: pointer;
	height: 100%;
}

.fileform #kd_fileFF {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	height: 30px;
	z-index: 20;
}

.text-block1 {
	margin-bottom: 10px;
	font-size: 13px;
}

.text-block2 {
	margin-top: 10px;
}

.file-block .text-filesinfo {
	color: #a9a9a9;
	font-size: 14px;
	line-height: 22px;
}

.file-block .text-answer {
	color: #252525;
	line-height: 22px;
}

.mailform {
	width: 48.8%;
	float: right;
}

.mailform input[type=text] {
	padding-left: 5%;
	width: 43.65%;
	border: 0;
	background: #fff;
	line-height: 29px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-right: 0.35%;
	float: left;
}

#kd_phoneFF {
	margin-right: 2%;
}

.mailform .button {
	margin-top: 20px;
	float: right;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
	width: 135px;
}

#column-left .kd-sendfile {
	padding: 20px;
	padding-top: 0px;
}

#column-left .kd-sendfile .box-heading {
	line-height: 20px;
	margin-top: 20px;
	*width: 150px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}

#column-left .kd-sendfile .text-block1 {
	text-align: center;
}

#column-left .file-block,
#column-left .mailform {
	width: 210px;
}

#column-left .file-block .text-filesinfo {
	color: #917813;
}

#column-left .fileform #fileformlabel {
	width: 115px;
	padding-left: 12px;
}

#column-left .mailform input[type=text] {
	width: 197px;
	margin-bottom: 10px;
	padding-left: 12px;
}

#column-left #kd_phoneFF {
	margin-right: 0;
}

#column-left .file-block,
#column-left .text-block {
	margin-bottom: 5px;
}

#column-left .file-block .text-answer,
.mailform .text-block {
	display: none;
}

#column-left .mailform .text-block {
	display: inline;
	color: #917813;
}

#column-left .mailform .button {
	width: 100%;
}

.fo {
	font-size: 150px;
	color: #fb5221;
	font-weight: bold;
}

.fo-text {
	font-size: 14px;
	font-weight: lighter;
}

.web_appireance {
	-webkit-appearance: checkbox;
}

.order-status-green {
	color: #009846;
}

.order-status-gray {
	color: #c1c1c1;
}

.code input[type=radio] {
	height: 0;
}

.maximum,
.minus {
	display: inline-block;
	width: 30px;
	position: relative;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	background-color: #666666;
}

.maximum:hover,
.minus:hover {
	background-color: #FC5221;
}

.maximum {
	background: url(../image/plus.jpg) no-repeat;
}

.maximum {
	left: -4px;
	border-radius: 0px 3px 3px 0px;
}

.minus {
	background: url(../image/minus.jpg) no-repeat;
}

.minus {
	left: 4px;
	border-radius: 3px 0px 0px 3px;
}

.maximum:hover {
	background: url(../image/plus-hover.jpg) no-repeat;
}

.minus:hover {
	background: url(../image/minus-hover.jpg) no-repeat;
}

.title-ship a {
	padding-right: 60px;
}

#hint {
	color: #e83434;
	float: right;
}

#tab-description tbody {
	border: medium none;
}

#tab-description>table {
	border-style: none;
	width: 100%;
	border-spacing: 0;
/*	overflow-x: scroll;*/
}

#tab-description tr:first-child {
	background: #ffc90e none repeat scroll 0 0;
	border: 3px solid #ffc90e;
}

#tab-description tr:first-child td {
	border: medium none;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

#tab-description tr:first-child td p {
	margin-bottom: 0;
	margin-top: 0;
}

#tab-description tr:first-child td p b,
#tab-description tr:first-child td b {
	font-weight: normal;
}

#tab-description tr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #fff #dfdfdf;
	-o-border-image: none;
	border-image: none;
	border-style: solid;
	border-width: 3px 1px;
	overflow: visible;
}

#tab-description td {
	border-style: none;
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
}

#tab-description tr:hover {
	background-color: #DFDFDF;
}

#tab-description tr:first-child:hover {
	background-color: #FECC00;
}

#tab-description ul {
	padding: 0;
	list-style: none;
}

#tab-description ul>li {
	position: relative;
	padding-left: 20px;
}

#tab-description ul>li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #009746;
}

#tab-description ul>li:hover:before {
	background: #FB5221;
}

#tab-description strong {
	color: #FB5221;
}

#tab-description p p p {
	margin-bottom: 10px;
}

.ramka-stat {
	border: 2px solid #FECC00;
	border-radius: 5px;
}

.record-info img {
	border: 2px solid #FECC00;
	border-radius: 5px;
}

.name.mobile {
	display: none;
}

.product-line {
	border: 1px solid #FFC000;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}

.product-line>div {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.product-line .image {
	margin-top: 33px;
	margin-bottom: 28px;
}

.product-line .image img {
	width: 88px;
	border: 1px solid #dfdfdf;
}

.product-line .color {
	border: solid 1px #e1e1e1;
	width: 89px;
	height: 89px;
	background: #fff;
}

.product-line .name {
	width: 514px;
	text-align: left;
}

.product-line .name.yes-color {
	width: 400px;
}

.product-line .name a {
	text-decoration: none;
	text-transform: uppercase;
}

.product-line .product-remove {
	position: absolute;
	top: 0;
	right: 5px;
}

.product-line .quantity {
	margin-left: 220px;
}

.product-line .quantity input.qty {
	width: 60px !important;
	-webkit-appearance: none;
}

.product-line .price {
	margin-left: 40px;
}

.quantity .fa {
	line-height: 29px;
}

.simplecheckout #total {
	float: left;
	font-weight: bold;
}

.simplecheckout #total span {
	font-size: 20px;
}

.simplecheckout #total-info {
	float: right;
	text-align: right;
}

.simplecheckout-button-block .button,
#scroll_button {
	border-radius: 3px;
}

.incart {
	background: #EAF7D9;
	border: 1px solid #BBDF8D;
}

.product-line .normal {
	background: #18944d none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
	width: 100px;
}

.product-line .opt {
	background: #FC5221;
}

.shipping {
	background: url(../image/dostavka.png) no-repeat 167px 56px #eaeaea;
}

.shipping {
	padding: 20px;
}

.shipping a {
	text-transform: uppercase;
}

.shipping .titl {
	width: 140px;
}

.shipping .descrip {
	width: 160px;
	font-size: 11px;
	font-weight: 700;
	margin-top: 5px;
}

.sertifikati a {
	font-size: 14px;
}

#tab-price .warning {
	margin-top: 0px;
}

.data-ship,
.gallery .box-heading {
	display: none;
}

#scroll_button {
	background: url(../image/variant.png) no-repeat right #666666;
}

#scroll_button {
	*width: 205px;
	padding: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 57px;
}

#scroll_button:hover {
	background-color: #fb5221;
}

.gallery .dropdown {
	margin-left: 0;
}

#geoip-2 {
	height: 40px;
}

#geoip-2 .geoip-text {
	padding-left: 0px;
}

#geoip-3 {
	height: 40px;
	width: 250px;
}

#content-menu-bg,
#content-menu-bg-top {
	width: 0px;
	height: 0px;
}

#content-menu-bg.active {
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.5);
	overflow: auto;
	top: 40px;
}

#content-menu-bg-top.active {
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 40px;
	background-color: transparent;
	overflow: auto;
}

#content-menu2 {
	background: #009746;
padding: 20px 10px;
    width: 260px;
	border-bottom: 1px solid #2daf69;
	line-height: 40px;
	display: block;
	overflow: hidden;
	position: fixed;
	top: 40px;
	z-index: 102;
	bottom: 0;
	left: -260px;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

#content-menu2.active {
	left: 0;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.simplecheckout .filter_total_price {
	display: none;
	color: #fff;
}

.simplecheckout .dropdown {
	color: #fff;
}

#records_more {
	margin-bottom: 30px;
}


#slideshow0 .owl-pagination {
	position: absolute;
	top: 320px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.printSelected .table-add {
	display: none;
}

.printSelected .incart {
	border: 1px solid #dfdfdf;
}

.printSelected h1 {
	margin-top: 20px;
}

.box1 {
	margin-top: 20px;
}

.gallery .dropdown {
	width: 200px;
}

.gallery .pagination {
	*padding-left: 20px;
}

.gallery .showmore {
	float: right;
	padding-right: 20px;
}

.gallery .showall {
	display: none;
}

.box-gallery .image img {
	width: 100%;
}

.img-res {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

div#simplecheckout_payment.simplecheckout-block {
	display: none;
}

iframe[name=google_conversion_frame] {
	display: none;
}

.school-bnmain {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: left;
	background-size: 100%;
}

.school-bnmain img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.greenht {
	background-color: #009846;
	border: 1px solid #009846;
}

/*.school-bnmain p {font-size: 18px;}*/

.school-bnmain ul {
	/*display:inline-block;*/
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.school-bnmain ul li {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 22px;
	font-weight: 300;
	margin-left: 20px;
}

.school-bnmain ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 220px;
	height: 1px;
	background-color: #fff;
}

.school-bnmain ul li:last-child:after {
	display: none;
}

.school-bnmain ul li .smalltext {
	font-size: 12px;
	text-transform: none;
}

.school-bnmain ul li:last-child {
	border-bottom: 0px solid #fff;
	margin-bottom: 0;
}

.customcheck {
	overflow: hidden;
}

.customcheck .item {
	position: relative;
	float: left;
	width: 50%;
	padding: 15px 15px 0 95px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 99px;
	text-transform: uppercase;
	font-weight: 600;
}

.customcheck .item:after {
	background-image: url(../image/checkicon.png);
}

.customcheck .item:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	font-size: 24px;
	width: 80px;
	text-align: center;
	height: 80px;
	/* padding-top: 15px; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #009846;
	border-radius: 50%;
	border: 2px solid #009846;
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: 25px; */
}

.callbackstatic1,
callbackarmy {
	background-color: #fecc00;
	border-radius: 3px;
}

callbackarmy {
	background-color: #235514;
}

.callbackstatic1 .exform_wrapper.request,
.callbackarmy .exform_wrapper.army {
	background-image: url(../image/logoform.png);
}

.callbackstatic1 .exform_wrapper.request,
.callbackarmy .exform_wrapper.army {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 20px;
	background-color: #fecc00;
	border-radius: 3px;
	background-position: left 10px top 37px;
	background-repeat: no-repeat;
}

.callbackarmy .exform_wrapper.army {
	background: #235514 url(/catalog/view/theme/fmebelya/image/form-army-bg.jpg) no-repeat;
}

.callbackarmy .exform_wrapper.army {
	background-size: cover;
	color: #fff;
}

.callbackstatic1 form[name=exform],
.callbackstatic1 .fielf-row,
.callbackarmy form[name=exform],
.callbackarmy .fielf-row {
	display: block;
	overflow: hidden;
}

.callbackstatic1 .fielf-row,
.callbackarmy .fielf-row {
	margin-bottom: 20px;
}

.callbackstatic1 .fielf-row label,
.callbackstatic1 .fielf-row input[type=text],
.callbackstatic1 .fielf-row textarea,
.callbackarmy .fielf-row label,
.callbackarmy .fielf-row input[type=text],
.callbackarmy .fielf-row textarea {
	float: left;
	width: 50%;
	margin-right: 10px;
}

.callbackstatic1 .fielf-row label,
.callbackarmy .fielf-row label {
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
}

.callbackstatic1 .exform_wrapper.request input[type=text],
.callbackstatic1 .exform_wrapper.request textarea,
.callbackarmy .exform_wrapper.army input[type=text],
.callbackarmy .exform_wrapper.army textarea {
	width: 48%;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px;
	margin: 0;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border: none;
	background-color: #fff;
}

.callbackstatic1 .exform_wrapper.request textarea,
.callbackarmy .exform_wrapper.army textarea {
	min-height: 60px;
}

.callbackstatic1 .exform_wrapper.request .fielf-row input[type=text],
.callbackarmy .exform_wrapper.army .fielf-row input[type=text] {
	height: 35px;
}

.callbackstatic1 .exform_wrapper.request .inpt_wrpr,
.callbackarmy .exform_wrapper.army .inpt_wrpr {
	margin: 0;
	padding: 0;
}

.callbackstatic1 .exform_wrapper.request .mf_submit .send_btn {
	border: none;
	padding: 10px 35px;
	margin-bottom: 5px;
	background: #666666;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	border-radius: 3px;
	font-size: 16px;
}

.callbackarmy .exform_wrapper.army .mf_submit .send_btn {
	border: none;
	padding: 10px 35px;
	margin-bottom: 5px;
	color: #3f3f3f;
	background-color: #efce2a;
	cursor: pointer;
	font-weight: 400;
	border-radius: 3px;
	font-size: 16px;
}

.callbackstatic1 .exform_wrapper.request div.err,
.callbackarmy .exform_wrapper.army div.err {
	height: 0;
	float: right;
	position: relative;
	left: -11px;
	top: 7px;
	z-index: 10;
}

.callbackstatic1 .exform_wrapper.request.finmsg,
.callbackarmy .exform_wrapper.army.finmsg {
	width: 100%;
	position: static;
	left: 0;
	top: 0;
	margin: 0;
}

.cattextSlider img {
	display: block;
	width: 185px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

.cattextSlider {
	background: transparent !important;
	border: 0 !important;
	margin: 10px 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-bottom: 40px !important;
}

.cattextSlider .owl-controls .owl-page span {
	display: block !important;
	width: 10px !important;
	height: 10px !important;
	background: #d3d3d3 !important;
	border-radius: 50% !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cattextSlider .owl-controls .owl-page.active span {
	background: #fb5221 !important;
}

.cattextSlider .owl-pagination {
	text-align: left;
	top: 20px;
}

.cattextSlider .owl-controls .owl-buttons {
	float: right;
	line-height: 20px;
	position: relative;
	margin-top: 8px;
}

.cattextSlider .owl-buttons i {
	font-size: 18px !important;
	margin: 0 !important;
}

.cattextSlider.owl-carousel .owl-buttons .owl-prev,
.cattextSlider.owl-carousel .owl-buttons .owl-next {
	opacity: 1;
}

.cattextSlider.owl-carousel .owl-buttons .owl-prev,
.cattextSlider.owl-carousel:hover .owl-buttons .owl-prev {
	left: -75px;
}

.cattextSlider.owl-carousel .owl-buttons .owl-next,
.cattextSlider.owl-carousel:hover .owl-buttons .owl-next {
	right: 10px;
}

.mt-5 {
	margin-top: 1.5rem;
}

.sotr-block {
/*	background: #ccc;*/
	min-height: 260px;
	padding: 20px 15px;
	margin: 30px 0 0 0;
	color: #111;
	position: relative;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}



.sotr-block h2 {
	color: #111;
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 16px;
}

.sotr-block h2 a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.sotr-block h2 a:hover {
	color: #fff !important;
	font-size: inherit;
	text-decoration: none;
}

.sotr-block h3 {
	font-size: 1.4em;
	margin-top: 0;
	color: #fff;
}

.sotr-block span {
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}


.sotr-block p {
	font-weight: bold;
	font-size: 16px;
}

.sotr-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sotr-block ul.big-font {
	padding-top: 15px;
}

.sotr-block ul li {
	background: url(/catalog/view/theme/fmebelya/image/tick-w.png) 0 0 no-repeat;
}

.sotr-block ul li {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0 0 0 30px;
}

.sotr-block ul.big-font li {
	background: url(/catalog/view/theme/fmebelya/image/tick-w.png) 0 5px no-repeat;
}

.sotr-block ul.big-font li {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.sotr-btn {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 6px 25px;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid #fff;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.sotr-btn:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: white;
}

.sotr-block-1 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-1.jpg);
}

.sotr-block-1 {
	background-color: #db652d;
}

.sotr-block-2 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-2.jpg);
}

.sotr-block-2 {
	background-color: #a2a831;
}

.sotr-block-3 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-3.jpg);
}

.sotr-block-3 {
	background-color: #9e8c6b;
}

.sotr-block-4 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-4.jpg);
}

.sotr-block-4 {
	background-color: #8c99a5;
}

.sotr-block-5 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-5.jpg);
}

.sotr-block-5 {
	background-color: #53924b;
}

.sotr-block-6 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-6.jpg);
}

.sotr-block-6 {
	background-color: #b58565;
}

.sotr-block-7 {
	background-image: url(/catalog/view/theme/fmebelya/image/sotr-bg-7.jpg);
}

.sotr-block-7 {
	background-color: #7a7e75;
}

.sotr-block-army {
	background-image: url(/catalog/view/theme/fmebelya/image/form-army-bg-top.jpg);
}

.sotr-block-army {
	background-color: #393f26;
	min-height: 180px;
}
.sotr-block-25 {
	background-image: url(/image/data/banner/kategorii/banner_rod.jpg);
	    background-color: #475a3c;
}


.sotrudnichestvo__btn {
	margin-top: 30px;
}



.box-html-slogan {
	position: relative;
	text-align: center;
	margin: 0 auto 30px auto;
	background: #f96524;
	max-height: 65px;
	color: #fff;
	font-size: 20px;
	max-width: 500px;
	padding: 3px 10px 5px 10px;
}

.box-html-slogan:before {
	background: url(/catalog/view/theme/fmebelya/image/slogan-arl.png) no-repeat;
}

.box-html-slogan:before {
	content: "";
	width: 49px;
	height: 68px;
	position: absolute;
	top: 6px;
	left: -53px;
}

.box-html-slogan:after {
	background: url(/catalog/view/theme/fmebelya/image/slogan-arr.png) no-repeat;
}

.box-html-slogan:after {
	content: "";
	width: 49px;
	height: 68px;
	position: absolute;
	top: 6px;
	left: 504px;
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}




.col-2,
.col-3,
.col-4 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-right: 12px;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33%;
}

.col-4 {
	width: 25%;
}

.col-2:last-of-type,
.col-3:last-of-type,
.col-4:last-of-type {
	padding-right: 0;
}

.col-2.m,
.col-3.m,
.col-4.m {
	width: 100%;
}

.color-1,
a.color-1 {
	color: #db652d;
}

.color-2,
a.color-2 {
	color: #a2a831;
}

.color-3,
a.color-3 {
	color: #9e8c6b;
}

.color-4,
a.color-4 {
	color: #8c99a5;
}

.color-5,
a.color-5 {
	color: #53924b;
}

.color-6,
a.color-6 {
	color: #b58565;
}

.color-7,
a.color-7 {
	color: #7a7e75;
}

.sotr-h3 {
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}

.sotr-h3 a,
.sotr-h3 a:hover {
	font-size: 1.17em;
	text-decoration: none;
}

.sotr-h3.color-1 {
	border-bottom: 1px solid #db652d;
	color: #252525;
}

.sotr-h3.color-2 {
	border-bottom: 1px solid #a2a831;
	color: #252525;
}

.sotr-h3.color-3 {
	border-bottom: 1px solid #9e8c6b;
	color: #252525;
}

.sotr-h3.color-4 {
	border-bottom: 1px solid #8c99a5;
	color: #252525;
}

.sotr-h3.color-5 {
	border-bottom: 1px solid #53924b;
	color: #252525;
}

.sotr-h3.color-6 {
	border-bottom: 1px solid #b58565;
	color: #252525;
}

.sotr-h3.color-7 {
	border-bottom: 1px solid #7a7e75;
	color: #252525;
}

.sotr-list {
	list-style: none;
	padding: 0;
}

.sotr-list li {
	list-style: none;
	padding: 0 0 4px 20px;
}

.color-1.sotr-tick,
ul.color-1 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-1.png) 0 4px no-repeat;
}

.color-2.sotr-tick,
ul.color-2 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-2.png) 0 4px no-repeat;
}

.color-3.sotr-tick,
ul.color-3 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-3.png) 0 4px no-repeat;
}

.color-4.sotr-tick,
ul.color-4 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-4.png) 0 4px no-repeat;
}

.color-5.sotr-tick,
ul.color-5 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-5.png) 0 4px no-repeat;
}

.color-6.sotr-tick,
ul.color-6 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-6.png) 0 4px no-repeat;
}

.color-7.sotr-tick,
ul.color-7 li {
	background: url(/catalog/view/theme/fmebelya/image/tick-7.png) 0 4px no-repeat;
}

.sotr-tick {
	padding-left: 20px;
	color: #252525;
}

.sotr-icon {
	padding: 8px 0 0 70px;
	min-height: 70px;
	background-repeat: no-repeat;
}

.i-rst {
	background-image: url(/catalog/view/theme/fmebelya/image/i-rst.png);
}

.i-size {
	background-image: url(/catalog/view/theme/fmebelya/image/i-size.png);
}

.i-calend {
	background-image: url(/catalog/view/theme/fmebelya/image/i-calend.png);
}

.i-calend {
	background-position: 0 8px;
}

.i-list {
	background-image: url(/catalog/view/theme/fmebelya/image/i-list.png);
}

.i-list {
	background-position: 0 8px;
}

.i-gar {
	background-image: url(/catalog/view/theme/fmebelya/image/i-gar.png);
}

.i-gar {
	background-position: 0 8px;
}

.i-profit {
	background-image: url(/catalog/view/theme/fmebelya/image/i-profit.png);
}

.i-profit {
	background-position: 0 8px;
}

.i-term {
	background-image: url(/catalog/view/theme/fmebelya/image/i-term.png);
}

.i-term {
	background-position: 0 8px;
}

.i-like {
	background-image: url(/catalog/view/theme/fmebelya/image/i-like.png);
}

.i-like {
	background-position: 0 8px;
}

.i-hands {
	background-image: url(/catalog/view/theme/fmebelya/image/i-hands.png);
}

.i-hands {
	background-position: 0 8px;
}

.i-discont {
	background-image: url(/catalog/view/theme/fmebelya/image/i-discont.png);
}

.i-discont {
	background-position: 0 8px;
}

.i-nomin {
	background-image: url(/catalog/view/theme/fmebelya/image/i-nomin.png);
}

.i-nomin {
	background-position: 0 8px;
}

.sotr-center {
	text-align: center;
}

.sotr-center img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.sotr-center.m img {
	width: auto;
	margin-top: 20px;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.sotr-block-army p {
	font-size: 20px;
	font-weight: normal;
	margin: 5px;
}

.sotr-block-army hr {
	width: 200px;
	-webkit-margin-start: 0;
}

ul.army-mebel {
	padding-left: 20px;
	list-style-type: square;
	color: #53924b;
}

ul.army-mebel li span {
	color: #252525;
}

p.army-mebel-tick {
	background: url(/catalog/view/theme/fmebelya/image/tick-army.png) no-repeat;
}

p.army-mebel-tick {
	padding: 10px 10px 10px 100px;
	min-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
}

.testimonial-title {
	font-weight: bold;
	color: #009846;
	margin: 24px 0 12px 0;
}

.testimonial-sub {
	font-weight: bold;
	margin-top: 12px;
	padding-bottom: 24px;
	border-bottom: dotted silver 1px;
}

.testimonial-date {
	display: inline-block;
	margin: 0 10px;
	font-weight: normal;
}

.testimonial-sub .fa-stack {
	height: 1.4em;
	line-height: 1.4em;
}

.testimonial-form td {
	text-align: left;
}

.testimonial-form input,
.testimonial-form textarea {
	margin-bottom: 10px;
	max-width: 550px;
}

.testimonial-all-btn {
	display: inline-block;
	margin-left: 10rem;
	background-color: #999;
}

.dostavka-block {
	background-image: url(/catalog/view/theme/fmebelya/image/dostavka-bg.jpg);
}

.dostavka-block {
	background-color: #623109;
	margin-bottom: 2em;
}

.dostavka-block ul {
	max-width: 470px;
}

.dostavka-block ul li {
	text-transform: uppercase;
	font-size: 1.4em;
	border-bottom: 1px solid #ffffff;
	background: none;
	padding: 0;
}

.dostavka-icon {
	padding-left: 120px;
	min-height: 100px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.i-dost-1 {
	background-image: url(/catalog/view/theme/fmebelya/image/i-dostavka-1.png);
}

.i-dost-1 {
	padding-left: 120px;
	min-height: 100px;
}

.i-dost-2 {
	background-image: url(/catalog/view/theme/fmebelya/image/i-dostavka-2.png);
}

.i-dost-2 {
	padding-left: 120px;
	min-height: 100px;
}

.i-dost-3 {
	background-image: url(/catalog/view/theme/fmebelya/image/i-dostavka-3.png);
}

.i-dost-3 {
	padding-left: 120px;
	min-height: 100px;
}

.dost-tick {
	background-image: url(/catalog/view/theme/fmebelya/image/i-tick.png);
}

.dost-tick {
	background-repeat: no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

.dost-tick2 {
	background-image: url(/catalog/view/theme/fmebelya/image/checkicon.png);
}

.dost-tick2 {
	background-repeat: no-repeat;
	min-height: 50px;
	padding-left: 60px;
	padding-right: 60px;
	text-transform: uppercase;
}

.oplata-block {
	background-image: url(/catalog/view/theme/fmebelya/image/oplata-bg.jpg);
}

.oplata-block {
	background-color: #3f434e;
	margin-bottom: 2em;
	background-blend-mode: overlay;
	background-size: cover;
}

.oplata-block ul {
	max-width: 470px;
	margin-top: 40px;
}

.oplata-block ul li {
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	background: none;
	padding: 0;
	margin-bottom: 30px;
}

.row-oplata {
	width: 100%;
	margin: 30px 0 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.row-oplata div {
	width: 20%;
	min-width: 120px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	height: 180px;
	text-align: center;
}

.oplata-table td {
	width: 20%;
	padding: 4px 10px;
	vertical-align: top;
	font-weight: bold;
}

.text-uppercase {
	text-transform: uppercase;
}

.font-weight-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.btn {
	padding: 11px 26px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.btn-green {
	background-color: #009746;
	color: #fff;
}

.btn-orange {
	background-color: #f86524;
	color: #fff;
}

/* button price */

button.b24-web-form-popup-btn-169 {
	position: absolute;
	max-width: 192px;
	width: 100%;
	padding: 7px 7px 9px;
	margin-top: 5px;
	font-size: 12px;
	cursor: pointer;
	height: 32px;
	font-family: roboto;
	font-weight: 600;
	color: #fff;
	border-style: none;
	border-radius: 3px;
	background: no-repeat right #666666;
}

button.b24-web-form-popup-btn-169:hover {
	background: #FB5221;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sertifikati iframe {
	/*width: 100%;*/
}

.block_param .title_filter {
	float: left;
}

#head_filter {
	text-align: left;
	color: #252525;
	margin-top: 0px;
	font-size: 30px !important;
	font-weight: lighter;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
	text-transform: uppercase;
}

.row_blok {
	display: block !important;
}

/* list style for (home) */

/*
.box-html li:before {
	content: "\2714";
	color: green;
	margin-right: 3px;
}
*/

.menu-active {
	background-color: #f96524;
	border-right: 2px solid #009746;
	border-left: 2px solid #009746;
}

#homeslide3 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#homeslide3 .item a {
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	width: 31%;
}

#homeslide3 .item a img {
	width: 100%;
}

#cmswidget-3 .item .meta {
	height: 98%;
	width: 100%;
	max-width: 500px;
}

.box1 .owl-carousel {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	margin-bottom: 0px;
	display: block;
	box-shadow: none;
	background-color: transparent;
	text-align: center;
}

/*.files-list {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}*/

summary:focus {
	outline: inherit;
}

.gallery .dropdown ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.gallery .dropdown li {
	width: 100%;
	text-align: center;
	padding: 8px;
	border: 2px solid #265622;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery .dropdown div {
	height: 30px !important;
	opacity: 1;
	top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .dropdown {
	width: 100%;
}

@media (min-width: 481px) {
	.right50 .header__links {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.product-info .link-block a.file-pdf {
		padding-left: 25px;
		display: inline-block;
		position: relative;
		top: -20px;
	}

	.content-records .name {
		margin-top: 3px;
	}

	.staff #map {
		width: 523px;
	}
}

@media only screen and (min-width: 1200px) {

	.table-select-option-before,
	.table-select-option-after,
	.table-select-color-name,
	.table-select-color-name,
	.table-price-from,
	.table-select-qnt-name {
		display: none !important;
	}

	.table-select-option {
		max-width: 100px;
	}

	.table-qnt {
		max-width: 130px;
	}

	.product-info {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 1fr;
		-ms-grid-columns: 1fr 1fr;
		grid-template: 1fr/1fr 1fr;
	}
}

@media only screen and (max-width: 1023px) {

	.coolfilter .rf,
	.coolfilter .lf {
		width: 100%;
		padding: 0;
	}

	.coolfilter-item.coolfilter-item-checkbox {
		width: 50%;
		padding: 0;
		float: left;
	}

	.kd-sendfile {
		display: none;
	}

	.category-grid>div:nth-child(4n) {
		*margin-right: 20px;
	}
}

@media screen and (max-width: 990px) {
	#cart .content {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.fa-angle-down {
		display: none;
	}

	.tab .simpleregister-block-content {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.title-ship a {
		padding-right: 30px;
	}

	.title-ship {
		margin-top: 20px;
	}

	.title-ship img {
		width: 135px;
	}
}

@media screen and (max-width: 991px) {

	.product-grid,
	.category-grid,
	.box-product {
		display: -ms-grid;
		display: grid;
		/*grid-template: 1fr/repeat(auto-fit, 200px);*/
		grid-template: 1fr/repeat(auto-fit, 240px);
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		gap: 20px;
	}

	.exform_wrapper.callback.brdrad7 {
		width: 100%;
		max-width: 320px;
	}

	.exform_wrapper .form-wrapp-center,
	.exform_wrapper .logosite {
		width: 100%;
		padding: 0;
	}

	.customcheck .item {
		width: 100%;
	}

	.callbackstatic1 .fielf-row label,
	.callbackstatic1 .fielf-row input[type=text],
	.callbackstatic1 .fielf-row textarea,
	.callbackarmy .fielf-row label,
	.callbackarmy .fielf-row input[type=text],
	.callbackarmy .fielf-row textarea {
		width: 100% !important;
		margin: 0 0 6px 0;
		font-size: 14px;
		text-align: center;
	}

	.callbackstatic1 .exform_wrapper.request {
		background-position: left 8px top 3px;
		background-size: 75px;
	}
}

@media (max-width: 991px) {
	#homeslide3 .item a {
		width: 45%;
	}

	
	#catcompare {
		display: none !important;
	}

	.box-html-slogan:before,
	.box-html-slogan:after {
		display: none;
	}
}

@media only screen and (max-width: 991px) {

	html,
	body {
		overflow-x: hidden;
		width: 100%;
	}

	h1 {
		font-size: 22px;
		text-align: center;
	}

	h1.m {
		text-align: center;
	}

	#header #sertificate,
	.none-320,
	.table-vozr,
	.fax {
		display: none !important;
	}

	/*#container,
	#content {
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	*/

	.hide,
	.breadcrumb,
	.htabs.sertifikati {
		/*display: none !important;*/
	}

	.sertifikati .dropdown {
		display: block !important;
	}

	#content .m h1.m {
		text-align: center;
	}

	.staff ul li span {
		display: inline-block !important;
	}

	.show {
		display: block !important;
	}

	.show-table-cell {
		display: table-cell !important;
	}

	.coolfilter-item.coolfilter-item-checkbox {
		width: 46%;
		padding: 0;
		float: left;
	}

	a.button-grey,
	input.button-grey {
		background: #dbe1e5;
		background: -o-linear-gradient(top, #dbe1e5 0%, #d3dbe1 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#dbe1e5), to(#d3dbe1));
		background: linear-gradient(to bottom, #dbe1e5 0%, #d3dbe1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe1e5", endColorstr="#d3dbe1", GradientType=0);
	}

	.buttons .right,
	.buttons .left {
		float: none;
		width: 100%;
	}

	.table-qnt input[type=text] {
		width: 40px !important;
	}

	.subscribe .button {
		margin-top: 20px;
		width: 100%;
	}

	#notification {
		width: 90%;
		margin: 0 auto;
	}

	textarea {
		width: 94% !important;
		padding: 3%;
		margin: 0;
	}

	select {
		width: 94% !important;
	}

	#tab-price select {
		width: 100% !important;
	}

	.simple-content .buttons {
		margin: 0px 0 0;
	}

	.m .title {
		margin-bottom: 20px;
	}

	#content .content ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	table.form tr td:first-child {
		width: 100px;
		font-weight: bold;
	}

	table.list .left,
	table.list .right {
		width: 50% !important;
		border-bottom: 1px solid #DDDDDD;
	}

	.scroll {
		font-style: italic;
		display: block !important;
		margin: 0 0 5px 10px;
		font-weight: bold;
	}

	#header {
		width: 100%;
		margin: 50px 0 0 0;
		padding: 0;
		height: auto;
		background: #fff;
		-ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content);
		-ms-grid-rows: minmax(min-content, max-content);
		-ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content);
		-ms-grid-columns: minmax(min-content, max-content);
		grid-template: minmax(-webkit-min-content, -webkit-max-content)/minmax(-webkit-min-content, -webkit-max-content);
		grid-template: minmax(min-content, max-content)/minmax(min-content, max-content);
	}

	.marquee {
		display: block;
		grid-row: 3/4;
		width: auto;
		position: absolute;
	}

	.left50 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		-ms-grid-column-align: center;
		justify-self: center;
	}

	.right50 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0 0 20px 0;
	}

	#header #logo {
		display: block;
		margin: 0 auto;
		position: relative;
		top: 0;
		text-align: center;
		left: 0;
	}

	#header #sertificate,
	#header-bg .top-links .geoip-module {
		display: none !important;
	}

	.top-links-mobi {
		display: block;
	}

	#menu {
		display: none;
	}

	#menu-mobile {
		/*display: block !important;*/
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
		padding-top: 35px;
	}

	#menu-mobile>div {
		color: #fff;
		font-size: 16px;
		font-weight: bolder;
		background: #fc5221;
		padding: 5px 10px;
		overflow: auto;
		text-transform: uppercase;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.cc.buttons .left {
		float: left;
		width: auto;
	}

	.cc.buttons .right {
		float: right;
		width: auto;
	}

	#menu-mobile>div>span {
		float: left;
		height: 40px;
		line-height: 40px;
		text-align: right;
	}

	#menu-mobile>div>span.select {
		float: right;
		width: 30px;
	}

	#menu-mobile>div>span.opened .fa-plus,
	#menu-mobile>div>span.closed .fa-minus {
		display: inline-block !important;
	}

	#menu-mobile>div>span.closed .fa-plus,
	#menu-mobile>div>span .fa-minus,
	#menu-mobile>div>span.fa-plus {
		display: none;
	}

	#menu-mobile ul {
		display: none;
		list-style-type: none;
		background: #fff;
		margin: 0;
		padding: 0;
		border: 1px #ccc solid;
		border-top: none;
		border-bottom: none;
		z-index: 100;
	}

	#content-menu2 ul {
		list-style-type: none;
		background: #009746;
		margin: 0;
		padding: 0;
		border-top: none;
		border-bottom: none;
		z-index: 100;
		position: relative;
	}

	#content-menu2 ul ul {
		background: #00a94e;
		width: 100%;
		margin: 0;
	}

	.refg {
				overflow: auto;
max-height: 76%;

	}

	#menu-mobile ul li,
	#content-menu2 ul li {
		display: block;
		*height: 40px;
	}

	#content-menu2 ul li {
		border-bottom: 1px solid #2daf69;
	}

	#menu-mobile ul li a {
		line-height: 30px;
		text-decoration: none;
		display: block;
		padding: 0 10px;
		color: #222;
		border-bottom: #ccc 1px solid;
		display: block;
	}

	#menu-mobile ul li a {
		line-height: 40px;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 0 10px;
		border-bottom: #ccc 1px solid;
	}

	#content-menu2 ul li a,
	#content-menu2 ul li span {
		line-height: 40px;
		text-decoration: none;
		/*padding: 0 10px;*/
		color: #fff;
		text-transform: uppercase;
		border-bottom: #ccc 0px solid;
		/*width: 200px;*/
	}

	.school-bnmain {
    background: #FB5221;
}

	#content-menu2 ul li a {
		display: inline-block;
		padding-left: 10px;
	}

	#content-menu2 ul li a:hover {
		color: #fff !important;
	}

	#content-menu {
		display: block !important;
		padding-right: 20px;
		margin-bottom: 0px;
		padding-left: 20px;
		position: relative;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5;
	}

	#content-menu2 .fa-times {
		top: 8px;
		left: 15px;
		position: fixed;
		font-size: 30px;
	}

	#content-menu .content-menu {
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
		text-align: center;
		left: 0;
		color: #fff;
		position: absolute;
		border-radius: 3px;
	}

	.content-menu ul li a {
		padding-left: 20px !important;
	}

	#content-menu>div>span {
		float: none !important;
	}

	#content-menu .fa,
	#content-menu2 .fa {
		color: #fff;
	}

	#content-menu .fa-bars {
		font-size: 24px;
		line-height: 40px;
	}

	#content-menu2>ul>li span.close {
		width: 6px;
		height: 6px;
		float: right;
		margin-right: 0px;
		top: 0;
		right: 19px;
		position: relative;
	}

	#content-menu2>ul>li span.close .fa-plus {
		display: inline-block !important;
	}

	#content-menu2>ul>li span .fa-minus,
	#content-menu2>ul>li span .fa-plus {
		display: none;
	}

	#content-menu2>ul>li span.close.expanded .fa-plus {
		display: none !important;
	}

	#content-menu2>ul>li span.expanded .fa-minus {
		display: inline-block !important;
	}

	#links-mobile {
		*display: block !important;
		text-align: center;
		background: #27AFEB;
	}

	#links-mobile a {
		display: inline-block;
		padding: 0 2%;
		line-height: 40px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}

	#search_mobile {
		*display: block !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 35px;
		margin-bottom: 15px;
	}

	#search_mobile .button-search-mobile {
		display: block;
		background-color: #079BDC;
		background-image: none;
		border-right: none;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 30% !important;
		float: right;
	}

	#search_mobile input {
		padding: 0 0 0 5px !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		width: 70% !important;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 35px;
		line-height: 35px;
		border: none;
		font-size: 13px;
		float: left;
	}

	#column-left,
	#column-right {
		display: none;
	}

	#content {
		margin: 35px 0 0 0 !important;
		padding: 0;
		min-height: 0;
	}

	/*.box-html{display:none;}*/

	.owl-carousel {
		text-align: center;
	}

	.owl-carousel .item img {
		margin: 0 auto;
		width: 100%;
	}

	#cmswidget-3 .meta {
		height: 98%;
		width: 97%;
		right: 1.5%;
	}

	#cmswidget-3 h3 {
		margin-top: 17px;
	}

	.box-product {
		text-align: center;
	}

	.box-product>div img {
		margin-top: 5px;
		width: 100%;
	}

	.box-product .image span,
	.product-grid .image span,
	.product-list .image span {
		top: 0;
		left: 0;
	}

	.box-product .name {
		padding-left: 10px;
		padding-top: 7px;
		padding-right: 10px;
		height: 60px;
		width: auto;
	}

	.box-product .price {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.box-product .button {
		font-size: 12px;
		max-width: 100px;
		height: 30px;
		line-height: 18px;
		margin: 10px auto;
		display: initial;
	}

	.category-info {
		*display: none;
	}

	#content h2 {
		*color: #fff;
		*background: #27AFEB;
		*padding: 5px 10px;
		*margin: 0;
	}

	.category-list {
		width: 96%;
		margin: 0 auto;
		padding: 0;
		*display: none;
	}

	.category-list ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.category-list ul li {
		display: block;
	}

	.category-list ul li a {
		line-height: 30px;
		text-decoration: none;
		display: block;
		padding: 0 10px;
		color: #222;
		border: #ccc 1px solid;
		border-top: none;
	}

	.product-filter {
		margin-top: 15px;
	}

	.product-filter>div>b:nth-child(1),
	.product-filter .display {
		display: none;
	}

	.product-compare {
		display: none;
	}

	.product-list>div {
		position: relative;
		height: 230px;
		float: none;
		border-bottom: 1px solid black;
	}

	.product-list .image {
		top: 50px;
	}

	.product-list .name {
		top: 20px;
		left: 2px;
	}

	.product-list .name a {
		font-size: 18px;
	}

	.product-list .price {
		top: 150px;
		left: 0;
		text-align: left;
		margin: 0;
	}

	.product-list .description {
		display: none;
	}

	.product-list .right>div {
		width: 130px;
	}

	.product-list .cart {
		right: 0;
		top: 50px;
		margin: 0;
	}

	.product-list .cart .button {
		margin: 0;
	}

	.product-list .wishlist {
		right: 0;
		top: 100px;
	}

	.product-list .compare {
		right: 0;
		top: 150px;
	}

	.product-list .wishlist a,
	.product-list .compare a {
		background-image: none;
		background: #dbe1e5;
		background: -o-linear-gradient(top, #dbe1e5 0%, #d3dbe1 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#dbe1e5), to(#d3dbe1));
		background: linear-gradient(to bottom, #dbe1e5 0%, #d3dbe1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe1e5", endColorstr="#d3dbe1", GradientType=0);
		font-size: 14px;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0;
		display: block;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 0 2px 2px #DDDDDD;
		box-shadow: 0 2px 2px #DDDDDD;
		color: #222;
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
	}

	.product-grid,
	.category-grid {
		text-align: center;
	}

	.box-gallery>div {
		margin: 0 1% 2%;
		width: 31%;
		padding: 0;
	}

	.product-grid>div:nth-child(4n),
	.category-grid>div:nth-child(4n) {
		margin-right: 1%;
	}

	.product-grid .image img,
	.category-grid .image img {
		width: 90%;
		height: 90%;
		margin-top: 20px;
	}

	.product-grid .wishlist,
	.product-grid .compare {
		display: none;
	}

	.product-grid .name,
	.category-grid .name {
		padding-left: 10px;
		padding-right: 10px;
		height: 70px;
	}

	.product-grid .price {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.product-grid .cart {
		text-align: center;
	}

	.product-grid .button {
		font-size: 12px;
	/*	max-width: 100px;*/
		height: 30px;
		line-height: 30px;
		margin: 10px auto;
		display: initial;
	}

	.product-info {
		overflow-x: hidden;
		margin-bottom: 0;
	}

	.product-info .left,
	.product-info>.left+.right {
		float: left;
		margin: 0 0 30px 0;
	}

	#tab-images,
	#tab-video {
		margin: 0;
		width: 475px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.product-info .left .owl-carousel .owl-item {
		*width: 100% !important;
	}

	.product-info .left .image {
		float: none;
		width: 99%;
		padding: 0;
		margin-bottom: 7px;
	}

	.product-info .left .image img {
		width: 100%;
	}

	.product-info .image-additional {
		text-align: left;
		width: 100%;
		overflow-x: scroll;
		margin: 0;
	}

	.product-info .image-additional div {
		overflow: auto;
	}

	.product-info .image-additional a.image-replace {
		float: none;
		display: inline-block !important;
		margin: 0 5px;
	}

	#scroll_button {
		padding-left: 10px;
		padding-right: 47px;
	}

	.product-info .price {
		font-size: 22px;
	}

	.product-info .price-old {
		color: #F00;
		text-decoration: line-through;
		display: block;
		font-size: 16px;
	}

	.product-info .price-new {
		font-size: 24px;
	}

	.product-info .price-tax {
		font-size: 16px;
	}

	.product-info .price .reward {
		font-size: 14px;
	}

	.product-info .price .discount {
		font-size: 14px;
	}

	.product-info .cart {
		*margin-bottom: 0;
	}

	.product-info .description .cart {
		margin-bottom: 20px;
	}

	.product-info .cart div {
		float: none;
		width: 100%;
		font-weight: bold;
		color: #222222;
	}

	.product-info .cart div input[type=text] {
		width: 45px;
		padding: 0 4%;
	}

	.product-info .cart div:nth-child(2),
	#button-cart+span {
		display: none;
	}

	span.links {
		width: 100%;
	}

	.product-info .cart div:nth-child(3) a,
	span.links a {
		color: #222222;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		height: 40px;
		text-decoration: none;
		width: 100%;
		display: block;
		font-weight: bold;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 0px 2px 2px #DDDDDD;
		box-shadow: 0px 2px 2px #DDDDDD;
		background: #dbe1e5;
		text-align: center;
		line-height: 40px;
		background: -o-linear-gradient(top, #dbe1e5 0%, #d3dbe1 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#dbe1e5), to(#d3dbe1));
		background: linear-gradient(to bottom, #dbe1e5 0%, #d3dbe1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe1e5", endColorstr="#d3dbe1", GradientType=0);
	}

	.review {
		display: none;
	}

	.addthis_button_compact {
		display: none;
	}

	#tabs a {
		*display: none !important;
		font-size: 12px;
		margin-right: 5px;
		padding: 7px 8px 6px;
	}

	#tabs a.selected {
		padding-bottom: 17px;
	}

	#tabs a[href="#tab-description"],
	#tabs a[href="#tab-review"],
	#tabs a[href="#tab-attribute"] {
		display: block !important;
	}

	.headlines {
		height: 0px;
	}

	.lines,
	.product-line {
		padding: 10px;
	}

	.product-line .name {
		width: 270px;
	}

	.product-line .name.yes-color {
		width: 300px;
	}

	.table-select-option {
		*display: inline-block !important;
		width: 100px;
	}

	.table-select-option-after {
		width: 37px;
	}

	.table-price-from {
		width: 180px;
		font-weight: bold;
	}

	.table-select-color-name {
		margin-left: 350px;
	}

	.popup_img_options {
		height: 55px;
	}

	.table-qnt {
		width: 120px;
	}

	.maximum,
	.minus {
		width: 30px;
		height: 29px;
		top: 0;
	}

	.table-qnt input[type=text],
	.product-line .quantity input[type=text] {
		padding: 0px 4% !important;
		*height: 30px;
		border: 1px solid #dfdfdf;
		background: #fff;
	}

	.product-line.incart .quantity input[type=text] {
		border: 1px solid #fff;
	}

	.opt-button .fa-plus:before {
		line-height: 30px;
	}

	.opt-button .fa-plus {
		*width: 30px;
		margin-top: 11.5px;
	}

	.opt_img {
		*height: 30px;
		top: 0;
	}

	.tags {
		display: none;
	}

	.cart-info table .model {
		display: none;
	}

	.name.m {
		*width: 110px;
	}

	.content-records .name.m {
		width: auto;
	}

	.quantity>.m {
		*min-width: 100px;
	}

	.quantity input {
		*width: 35px !important;
	}

	.checkout-product .model,
	.checkout-product .model {
		display: none;
	}

	.wishlist-info thead .model,
	.wishlist-info tbody .model,
	.wishlist-info thead .stock,
	.wishlist-info tbody .stock {
		display: none;
	}

	.jcarousel-container-horizontal {
		padding: 0 !important;
	}

	.jcarousel-next-horizontal {
		display: none !important;
	}

	.jcarousel-container-horizontal {
		padding: 0 !important;
	}

	.jcarousel-item {
		width: auto !important;
		margin: 0 10px !important;
	}

	.jcarousel-clip {
		overflow: scroll !important;
	}

	.jcarousel-clip ul {
		overflow: hidden !important;
	}

	#footer {
		padding: 0;
		margin-top: 10px;
		border: none;
		overflow: auto;
		min-height: auto;
		clear: none;
		background: none;
	}

	#footer .column {
		float: none;
		min-height: 0;
		width: 100%;
	}

	#footer .column h3 {
		font-size: 18px;
		text-shadow: -1px -1px 0 #666666;
		color: #ffffff;
		padding: 5px 12px;
		background: #27afeb;
		margin: 0;
		background: -o-linear-gradient(top, #27afeb 0%, #079bdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#27afeb), to(#079bdc));
		background: linear-gradient(to bottom, #27afeb 0%, #079bdc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27afeb", endColorstr="#079bdc", GradientType=0);
	}

	#footer .column ul {
		margin: 0;
		padding: 10px 20px;
		list-style-type: none;
		display: block;
		min-height: 0;
	}

	#footer .column ul a {
		font-size: 16px;
		margin: 8px 0;
		display: block;
	}

	#powered {
		margin: 0;
		padding: 6px 15px;
		text-align: center;
	}

	#powered .mobile-powered {
		display: block !important;
	}

	.productHover {
		display: none !important;
	}

	#header-bg .top-links-mob {
		display: block;
	}

	#header #logo img {
		width: 100%;
		max-width: 396px;
	}

	#header #phone {
		display: none;
	}

	#header #welcome-1 {
		text-align: center;
		width: 100%;
		padding: 0;
		margin-top: 15px;
		float: none;
	}

	#header #welcome-1 span {
		padding: 0 20px;
		display: block;
		*text-align: left;
	}

	#header #search {
		display: none;
		margin-bottom: 30px;
		height: 40px;
		padding: 0 20px;
		margin-top: 119px;
	}

	.header__links {
		display: none;
	}

	#search-input {
		margin-left: 20px;
		*width: 85%;
	}

	#header #search input[type=text] {
		*padding: 1px 15px !important;
		*width: 96px !important;
		*margin-left: 20px;
	}

	#header .button-search {
		*right: 35px;
		*position: relative;
	}

	.right50 #cart .content {
		width: auto !important;
	}

	.right50 #cart .button {
		font-size: 18px;
		float: right;
		margin: 0;
		line-height: 30px;
	}

	#container-footer,
	#footer {
		min-width: 0;
		width: 100%;
	}

	#social,
	#footer .column ul li {
		float: none;
		text-align: center;
	}

	section {
		padding-top: 17px;
		padding-bottom: 17px;
		height: auto;
	}

	#cmswidget-1,
	#cmswidget-2 {
		width: 100%;
		float: left;
	}

	.coolfilter .rf,
	.coolfilter .lf {
		width: 100%;
		padding: 0;
	}

	.coolfilter-item.coolfilter-item-checkbox {
		width: 46%;
		padding: 0;
		float: left;
	}

	#cmswidget-3 .owl-controls .owl-page span {
		*display: none;
	}

	.fo,
	.fo-text {
		text-align: center;
	}

	.fo-but {
		text-align: center;
	}

	

	.box-html .col-4 {
		padding-top: 1em;
		width: 45%;
		display: inline-block;
	}

	#header-bg #welcome {
		margin-right: 0;
	}

	.val .geoip-text {
		width: 75px;
	}

	.right50 .geoip-text {
		width: 110px;
	}

	#header .top-links {
		margin-bottom: 50px;
	}

	.sotr-btn {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 180px;
	}
}

@media screen and (max-width: 700px) {
	.links {
		text-align: center;
	}

	.links a {
		margin-bottom: 10px;
	}

	#simpleedit table tr .simplecheckout-table-form-left {
		padding-bottom: 65px;
		width: 100%;
	}

	#simpleedit table .simplecheckout-table-form-right {
		position: absolute;
		left: 0px;
		padding-bottom: 0;
		width: 100%;
		margin-top: 25px;
	}

	#simpleedit tr {
		position: relative;
	}

	.title-ship a {
		padding-right: 20px;
	}

	.title-ship a:nth-child(2n) {
		padding-right: 0px;
	}

	.title-ship {
		margin-top: 20px;
		text-align: center;
	}

	.title-ship img {
		width: 100px;
	}
}

@media screen and (max-width: 690px) {
	#cart .content {
		display: none;
	}

	.cart-info td.name {
		min-width: 170px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 100px !important;
	}

	.cart-info {
		margin-bottom: 50px !important;
	}
}

@media screen and (max-width: 650px) {
	.files-list img {
		width: 100%;
	}

	.portal__img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	#simplecheckout_payment_form,
	#simplecheckout_payment_form .content {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.right .button.btn {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.cart-info thead {
		display: none;
	}

	.cart-info table {
		border-top: 4px solid #FFC90E;
	}

	.cart-info .model,
	.cart-info .weight,
	.cart-info .option,
	.cart-info .value {
		display: none;
	}

	.cart-info tr td {
		position: relative;
	}

	.cart-info tr {
		position: relative;
	}

	.cart-info td {
		vertical-align: top !important;
	}

	.cart-info tr td:first-child {
		padding-bottom: 60px;
	}

	.simplecheckout-cart td.image {
		display: block;
	}

	.buttons .btn-primary,
	.buttons .order {
		float: none !important;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	a.doc {
		margin: 0px 0 40px;
	}

	.buttons .del {
		float: right !important;
		margin-right: 0 !important;
		background: none;
		font-size: 14px;
		text-decoration: underline;
		padding: 0;
	}

	.buttons .left,
	.buttons .right {
		float: none !important;
	}

	.title.m img {
		margin-top: 15px;
	}

	.cart-info td {
		border-bottom: 0 !important;
	}

	.cart-info td.image {
		width: 110px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cart-info td.name {
		min-width: 170px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#total .right {
		width: 50% !important;
	}

	.simplecheckout-cart td.name div.image {
		display: none;
	}

	.cart-info .total {
		position: absolute;
		right: 40px;
		width: 40%;
		padding-bottom: 0;
		margin-top: 90px;
		text-align: right;
	}

	#simplecheckout_customer table tr {
		position: relative;
	}

	#simplecheckout_customer table {
		position: relative;
	}

	#simplecheckout_customer table .simplecheckout-table-form-left {
		width: 100%;
		padding-bottom: 65px;
	}

	#simplecheckout_customer table .simplecheckout-table-form-right {
		position: absolute;
		left: 0px;
		padding-bottom: 0;
		width: 100%;
		margin-top: 25px;
	}

	#simplecheckout_shipping_address table tr {
		position: relative;
	}

	#simplecheckout_shipping_address table {
		position: relative;
	}

	#simplecheckout_shipping_address table .simplecheckout-table-form-left {
		width: 100%;
		padding-bottom: 65px;
	}

	#simplecheckout_shipping_address table .simplecheckout-table-form-right {
		position: absolute;
		left: 0px;
		padding-bottom: 0;
		width: 100%;
		margin-top: 25px;
	}

	.code {
		margin-bottom: 0;
	}

	#simplecheckout_customer table tr:first-child .simplecheckout-table-form-left {
		padding-bottom: 45px;
	}
}

@media screen and (max-width: 560px) {

	.product-grid,
	.category-grid,
	.box-product {
		display: -ms-grid;
		display: grid;
		grid-template: 1fr/1fr 1fr;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.callbackstatic1 .exform_wrapper.request {
		background-image: none;
	}

}

@media screen and (max-width: 425px) {
	.exform_wrapper.callback.brdrad7 {
		width: 100%;
		max-width: 255px;
		margin-left: -158px !important;
	}

	.exform_wrapper.callback .exform_header {
		font-size: 16px !important;
	}

	.sub-scribetitle {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 360px) {
	#search-input {
		*width: 70% !important;
	}

	#header #welcome-1,
	#header #phone,
	#header #back {
		width: 100% !important;
		text-align: center !important;
		padding: 0 !important;
	}

	.right50 #cart .heading #cart-total,
	.right50 #cart .heading .fa-angle-down,
	#header-bg #welcome span,
	.htabs.staff-contact,
	.table-select-option.none-320,
	.table-select-option-after {
		display: none !important;
	}

	.box-gallery>div {
		width: 47% !important;
	}

	#tab-images,
	#tab-video {
		width: 100% !important;
	}

	.left,
	.right {
		width: 100% !important;
	}

	.lines,
	.product-line {
		padding-bottom: 10px;
		text-align: center;
	}

	.table-image,
	.product-line .image {
		padding-left: 6px !important;
		margin-left: 0 !important;
	}

	.table-sku,
	.table-group,
	.table-qnt,
	.product-line .name,
	.product-line .name.yes-color,
	.product-line .quantity,
	.product-line .price {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}

	.table-price,
	.table-price_d {
		margin: auto;
	}

	.table-add {
		margin-top: 0 !important;
	}

	.table-sku {
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.product-line .normal {
		margin: 0;
		float: left;
		margin-top: 5px;
	}

	.cart-info .quantity {
		float: left;
		width: auto !important;
	}

	.product-line .price {
		width: auto !important;
		margin-top: 4px;
		margin-bottom: 10px;
	}

	.maximum,
	.minus {
		width: 30px;
		top: 2px;
	}

	.simplecheckout #total-info,
	.simplecheckout #total {
		float: left;
		width: 100%;
		text-align: center;
	}

	.table-select-option-before {
		width: 20px;
		display: inline-block !important;
	}

	.table-select-color-name,
	.table-select-qnt-nam {
		margin-left: 0 !important;
		display: inline-block !important;
	}

	.table-price-from {
		display: inline-block !important;
		width: 100% !important;
		font-weight: bold;
		padding-bottom: 10px;
		padding-left: 0px !important;
	}

	.tab-colordecor .item {
		margin: 0 1%;
		width: 48%;
	}

	.opt-button .fa-plus:before {
		line-height: 30px;
	}

	.opt-button .fa-plus {
		width: 30px;
		margin-top: 11.5px;
	}

	.opt_img {
		*height: 30px;
		top: 0px;
	}

	.table-qnt {
		width: 40px;
	}

	.table-qnt input[type=text] {
		padding: 0px 4% !important;
		*height: 30px;
	}

	.opt-button span:nth-child(2) img {
		top: -50px !important;
	}

	.popup_img_options {
		height: 55px;
	}

	.price-bottom {
		text-align: center;
		float: none;
	}

	.tab-price-bottom .cart {
		float: none;
		margin-top: 15px;
		width: 100%;
		*margin: 0 auto;
		text-align: center;
	}

	#related .box-product .item {
		width: 96%;
		padding: 0;
		margin: 2%;
	}

	.feedback-liber.m>div>div {
		float: none !important;
	}

	.feedback-liber.m .button {
		max-width: 100%;
		padding: 0;
		width: 280px;
	}

	.htabs a {
		padding: 7px 0 17px 0;
	}

	.dropdown {
		display: block !important;
	}

	.staff #main-contact {
		width: 100%;
	}

	.tab-price-bottom .cart .button-cart {
		*float: none !important;
	}

	.coolfilter-item .first,
	.coolfilter-item .second {
		width: 100%;
	}

	.slideshow {
		display: none;
	}

	#cmswidget-3 .description {
		display: none;
	}

	.blog-image {
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.blog-record-description iframe {
		width: 100%;
		height: auto;
	}

	.name.mobile {
		display: block;
		margin-bottom: 15px;
	}

	.name.tablet,
	.name.before {
		display: none;
	}

	.coolfilter-item {
		width: 100% !important;
		padding: 0 !important;
		float: left;
	}

	.staff>div {
		width: 100%;
		margin-bottom: 20px;
	}

	.staff .image {
		width: 35%;
		*margin-top: 20px;
	}

	.staff .meta {
		margin-left: 40%;
	}

	.staff .meta>div,
	.staff .meta>div>div {
		margin-bottom: 5px;
	}

	.staff .contacts .fa {
		display: none;
	}

	.table-add .cart {
		display: block;
		text-align: center;
	}

	.table-add .cart .cart {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1px) {

	html,
	body {
		overflow-x: hidden;
		width: 100%;
	}

	h1 {
		font-size: 22px;
		text-align: center;
	}

	#container,
	#content {
		width: 100%;
		*overflow-x: hidden;
	}

	.hide,
	.breadcrumb {
		display: none !important;
	}

	.show {
		display: block !important;
	}

	.show-table-cell {
		display: table-cell !important;
	}

	a.button,
	input.button {
		font-size: 14px;
		height: 30px;
		line-height: 18px;
		text-align: center;
		margin: 10px 0;
		*width: 100%;
		*padding: 0;
		display: inline-block;
	}

	a.button:hover,
	input.button:hover {
		background-image: none;
		background: #0d6d98;
		background: -o-linear-gradient(top, #0d6d98 0%, #045c84 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#0d6d98), to(#045c84));
		background: linear-gradient(to bottom, #0d6d98 0%, #045c84 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d6d98", endColorstr="#045c84", GradientType=0);
	}

	a.button-grey,
	input.button-grey {
		background: #dbe1e5;
		background: -o-linear-gradient(top, #dbe1e5 0%, #d3dbe1 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#dbe1e5), to(#d3dbe1));
		background: linear-gradient(to bottom, #dbe1e5 0%, #d3dbe1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe1e5", endColorstr="#d3dbe1", GradientType=0);
	}

	.buttons .right,
	.buttons .left {
		float: none;
		width: 100%;
	}

	input[type=text],
	input[type=tel],
	input[type=password],
	input[type=email] {
		width: 92% !important;
		padding: 10px 4% !important;
		height: 36px;
		font-size: 16px;
		background: none repeat scroll 0 0 #F8F8F8;
		border: 1px solid #CCCCCC;
		margin-left: 0;
		margin-right: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	#notification {
		width: 90%;
		margin: 0 auto;
	}

	textarea {
		width: 97% !important;
		padding: 1%;
		margin: 0;
	}

	select {
		width: 100% !important;
	}

	#content .content ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	table.form tr td:first-child {
		width: 100px;
		font-weight: bold;
	}

	table.list .left,
	table.list .right {
		width: 50% !important;
		border-bottom: 1px solid #DDDDDD;
	}

	.scroll {
		font-style: italic;
		display: block !important;
		margin: 0 0 5px 10px;
		font-weight: bold;
	}

	#header {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
		background: #fff;
	}

	#header div {
		*display: none;
	}

	#header #logo {
		display: block;
		margin: 0 auto;
		position: relative;
		top: 0;
		text-align: center;
		left: 0;
	}

	#header #sertificate {
		display: none !important;
	}

	#menu {
		display: none;
	}

	#menu-mobile {
		display: block !important;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
		background: #F8F8F8;
		padding-top: 30px;
	}

	#menu-mobile>div {
		color: #fff;
		font-size: 16px;
		font-weight: bolder;
		background: #fc5221;
		padding: 5px 10px;
		overflow: auto;
		text-transform: uppercase;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#menu-mobile>div>span {
		float: left;
		height: 40px;
		line-height: 40px;
		text-align: right;
	}

	#menu-mobile>div>span.select {
		float: right;
		width: 30px;
	}

	#menu-mobile>div>span.opened .fa-plus,
	#menu-mobile>div>span.closed .fa-minus {
		display: inline-block !important;
	}

	#menu-mobile>div>span.closed .fa-plus,
	#menu-mobile>div>span .fa-minus,
	#menu-mobile>div>span.fa-plus {
		display: none;
	}

	#menu-mobile ul {
		*width: 96%;
		*left: 2%;
		*position: absolute;
		display: none;
		list-style-type: none;
		background: #fff;
		margin: 0;
		padding: 0;
		border: 1px #ccc solid;
		border-top: none;
		border-bottom: none;
		z-index: 100;
	}

	#content-menu2 ul {
		*width: 96%;
		*left: 2%;
		*position: absolute;
		display: none;
		list-style-type: none;
		background: #009746;
		margin: 0;
		padding: 0;
		border: 0px #009746 solid;
		border-top: none;
		border-bottom: none;
		z-index: 100;
	}

	#content-menu2 ul ul {
		background: #00a94e;
	}

	#menu-mobile ul li,
	#content-menu2 ul li {
		display: block;
		margin-top: 2px;
	}

	#menu-mobile ul li a {
		line-height: 30px;
		text-decoration: none;
		display: block;
		padding: 0 10px;
		color: #222;
		border-bottom: #ccc 1px solid;
	}

	#menu-mobile ul li a {
		line-height: 30px;
		text-decoration: none;
		display: block;
		padding: 0 10px;
		border-bottom: #ccc 1px solid;
	}

	#content-menu2 ul li a {
		line-height: 30px;
		text-decoration: none;
		padding: 0 10px;
		color: #fff;
		border-bottom: #ccc 0px solid;
		font-size: 16px;
	}

	#content-menu2 {
		display: block !important;
		padding-right: 20px;
		margin-bottom: 0px;
		padding-left: 20px;
		position: relative;
	}

	#content-menu2>div {
		background: #009746;
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
		text-align: center;
		right: 20px;
		color: #fff;
		position: absolute;
		top: -40px;
	}

	#content-menu2>div>span {
		float: none !important;
	}

	#content-menu2 .fa {
		color: #fff;
	}

	#content-menu2>ul>li span.close {
		width: 6px;
		height: 6px;
		float: right;
		margin-right: 0px;
		top: 12px;
		right: 19px;
		position: relative;
	}

	#content-menu2>ul>li span.close .fa-plus {
		display: inline-block !important;
	}

	#content-menu2>ul>li span .fa-minus,
	#content-menu2>ul>li span .fa-plus {
		display: none;
	}

	#content-menu2>ul>li span.close.expanded .fa-plus {
		display: none !important;
	}

	#content-menu2>ul>li span.expanded .fa-minus {
		display: inline-block !important;
	}

	#links-mobile {
		*display: block !important;
		text-align: center;
		background: #27AFEB;
	}

	#links-mobile a {
		display: inline-block;
		padding: 0 2%;
		line-height: 40px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}

	#search_mobile {
		*display: block !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 35px;
		margin-bottom: 15px;
	}

	#search_mobile .button-search-mobile {
		display: block;
		background-color: #079BDC;
		background-image: none;
		border-right: none;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 30% !important;
		float: right;
	}

	#search_mobile input {
		padding: 0 0 0 5px !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		width: 70% !important;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 35px;
		line-height: 35px;
		border: none;
		font-size: 13px;
		float: left;
	}

	.geoip-text {
		padding-left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #000;
	}

	#column-left,
	#column-right {
		display: none;
	}

	#content {
		width: auto;
		margin: 0 20px !important;
		min-height: 0;
	}

	.slideshow,
	#header-bg {
		display: none;
	}

	.owl-carousel {
		text-align: center;
	}

	.box-product {
		text-align: center;
	}

	#related .box-product .item {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.box-product>div {
		min-width: 85px;
		margin: 0 0 2% 0;
		padding: 0;
	}

	.box-product>div:nth-child(odd) {
		margin-right: 1%;
	}

	.box-product>div:nth-child(even) {
		margin-left: 1%;
	}

	.box-product>div img {
		margin-top: 5px;
	}

	.box-product .image span,
	.product-grid .image span,
	.product-list .image span {
		top: 0;
		left: 0;
	}

	.box-product .name {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}

	.box-product .price {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.box-product .button {
		font-size: 12px;
		padding: 0;
		text-align: center;
		width: 60%;
		height: 30px;
		line-height: 18px;
		margin: 10px auto;
		display: initial;
	}

	.category-info {
		*display: none;
	}

	#content h2 {
		*color: #fff;
		*background: #27AFEB;
		*padding: 5px 10px;
		*margin: 0;
	}

	.category-list {
		width: 96%;
		margin: 0 auto;
		padding: 0;
		display: none;
	}

	.category-list ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.category-list ul li {
		display: block;
	}

	.category-list ul li a {
		line-height: 30px;
		text-decoration: none;
		display: block;
		padding: 0 10px;
		color: #222;
		border: #ccc 1px solid;
		border-top: none;
	}

	.product-filter {
		margin-top: 15px;
	}

	.product-filter>div>b:nth-child(1),
	.product-filter .display {
		display: none;
	}

	.product-compare {
		display: none;
	}

	.product-list>div {
		position: relative;
		height: 230px;
		float: none;
	}

	.product-list>div>div>div {
		position: absolute;
	}

	.product-list .image {
		top: 50px;
	}

	.product-list .name {
		top: 20px;
		left: 2px;
	}

	.product-list .name a {
		font-size: 18px;
	}

	.product-list .price {
		top: 150px;
		left: 0;
		text-align: left;
		margin: 0;
	}

	.product-list .description {
		display: none;
	}

	.product-list .right>div {
		width: 130px;
	}

	.product-list .cart {
		right: 0;
		top: 50px;
		margin: 0;
	}

	.product-list .cart .button {
		margin: 0;
	}

	.product-list .wishlist {
		right: 0;
		top: 100px;
	}

	.product-list .compare {
		right: 0;
		top: 150px;
	}

	.product-list .wishlist a,
	.product-list .compare a {
		background-image: none;
		background: #dbe1e5;
		background: -o-linear-gradient(top, #dbe1e5 0%, #d3dbe1 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#dbe1e5), to(#d3dbe1));
		background: linear-gradient(to bottom, #dbe1e5 0%, #d3dbe1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe1e5", endColorstr="#d3dbe1", GradientType=0);
		font-size: 14px;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0;
		display: block;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 0 2px 2px #DDDDDD;
		box-shadow: 0 2px 2px #DDDDDD;
		color: #222;
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
	}

	.product-grid {
		text-align: center;
	}

	.product-grid .image img {
		width: 70%;
		margin-top: 20px;
	}

	.product-grid .wishlist,
	.product-grid .compare {
		display: none;
	}

	.product-grid .name {
		padding-left: 10px;
		padding-right: 10px;
		height: 60px;
	}

	.product-grid .price {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.product-grid .cart {
		text-align: center;
	}

	.product-grid .button {
		font-size: 12px;
		height: 30px;
		line-height: 18px;
		margin: 10px auto;
		display: initial;
		padding: 0;
		text-align: center;
		width: 60%;
	}

	.product-info {
		overflow-x: hidden;
		margin-bottom: 0;
	}

	.product-info .left,
	.product-info>.left+.right {
		margin: 0 0 30px 0;
	}

	.product-info .left .image {
		float: none;
		width: 99%;
		padding: 0;
		margin-bottom: 7px;
	}

	.product-info .left .image img {
		width: 100%;
	}

	.product-info .image-additional {
		text-align: left;
		width: 100%;
		overflow-x: scroll;
		margin: 0;
	}

	.product-info .image-additional div {
		overflow: auto;
	}

	.product-info .image-additional a.image-replace {
		float: none;
		display: inline-block !important;
		margin: 0 5px;
	}

	.product-info .price {
		font-size: 22px;
	}

	.product-info .price-old {
		color: #F00;
		text-decoration: line-through;
		display: block;
		font-size: 16px;
	}

	.product-info .price-new {
		font-size: 24px;
	}

	.product-info .price-tax {
		font-size: 16px;
	}

	.product-info .price .reward {
		font-size: 14px;
	}

	.product-info .price .discount {
		font-size: 14px;
	}

	.product-info .cart {
		margin-bottom: 0;
	}

	.product-info .cart div {
		float: none;
		width: 100%;
		font-weight: bold;
		color: #222222;
	}

	.product-info .cart div input[type=text] {
		width: 45px;
		padding: 0 4%;
	}

	.product-info .cart div:nth-child(2),
	#button-cart+span {
		display: none;
	}

	span.links {
		width: 100%;
	}

	.product-info .cart div:nth-child(3) a,
	span.links a {
		color: #222222;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		height: 40px;
		text-decoration: none;
		width: 100%;
		display: block;
		font-weight: bold;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 0px 2px 2px #DDDDDD;
		box-shadow: 0px 2px 2px #DDDDDD;
		background: #dbe1e5;
		text-align: center;
		line-height: 40px;
		background: -o-linear-gradient(top, #dbe1e5 0%, #d3dbe1 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#dbe1e5), to(#d3dbe1));
		background: linear-gradient(to bottom, #dbe1e5 0%, #d3dbe1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe1e5", endColorstr="#d3dbe1", GradientType=0);
	}

	.review {
		display: none;
	}

	.addthis_button_compact {
		display: none;
	}

	#tabs a {
		*display: none !important;
		font-size: 12px;
		margin-right: 5px;
		padding: 7px 8px 6px;
	}

	#tabs a.selected {
		padding-bottom: 17px;
	}

	#tabs a[href="#tab-description"],
	#tabs a[href="#tab-review"],
	#tabs a[href="#tab-attribute"] {
		display: block !important;
	}

	.headlines {
		height: 0px;
	}

	.tags {
		display: none;
	}

	.cart-info table .model {
		display: none;
	}

	.cart-info .image {
		display: none;
	}

	.checkout-product .model,
	.checkout-product .model {
		display: none;
	}

	.wishlist-info thead .model,
	.wishlist-info tbody .model,
	.wishlist-info thead .stock,
	.wishlist-info tbody .stock {
		display: none;
	}

	.jcarousel-container-horizontal {
		padding: 0 !important;
	}

	.jcarousel-next-horizontal {
		display: none !important;
	}

	.jcarousel-container-horizontal {
		padding: 0 !important;
	}

	.jcarousel-item {
		width: auto !important;
		margin: 0 10px !important;
	}

	.jcarousel-clip {
		overflow: scroll !important;
	}

	.jcarousel-clip ul {
		overflow: hidden !important;
	}

	#footer {
		padding: 0;
		margin-top: 10px;
		border: none;
		overflow: auto;
		min-height: auto;
		clear: none;
		background: none;
	}

	#footer .column {
		float: none;
		min-height: 0;
		width: 100%;
	}

	#footer .column h3 {
		font-size: 18px;
		text-shadow: -1px -1px 0 #666666;
		color: #ffffff;
		padding: 5px 12px;
		background: #27afeb;
		margin: 0;
		background: -o-linear-gradient(top, #27afeb 0%, #079bdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#27afeb), to(#079bdc));
		background: linear-gradient(to bottom, #27afeb 0%, #079bdc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27afeb", endColorstr="#079bdc", GradientType=0);
	}

	#footer .column ul {
		margin: 0;
		padding: 10px 20px;
		list-style-type: none;
		display: block;
		min-height: 0;
	}

	#footer .column ul a {
		font-size: 16px;
		margin: 8px 0;
		display: block;
	}

	#powered {
		margin: 0;
		padding: 6px 8px;
		text-align: center;
	}

	#powered .mobile-powered {
		display: block !important;
	}

	.productHover {
		display: none !important;
	}

	#header #logo {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header #logo img {
		width: 100%;
	}

	#header #phone,
	#header #back {
		text-align: center;
		width: 25%;
		padding: 0;
		margin-top: 15px;
	}

	#header #welcome-1 {
		text-align: center;
		width: 50%;
		padding: 0;
		margin-top: 15px;
	}

	#header #welcome-1 span {
		padding: 0 40px;
		display: block;
	}

	#header #search {
		margin-bottom: 30px;
		height: 40px;
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}

	#search-input {
		margin-left: 20px;
		width: 87%;
	}

	#header #search input[type=text] {
		*padding: 1px 15px !important;
		*width: 96px !important;
		*margin-left: 20px;
	}

	#header .button-search {
		*right: 35px;
		*position: relative;
	}

	.right50 #cart .content {
		width: auto !important;
	}

	.right50 #cart .button {
		font-size: 18px;
		float: right;
		margin: 0;
		line-height: 30px;
	}

	#container-footer,
	#footer {
		min-width: 0;
		width: 100%;
	}

	#social,
	#footer .column ul li {
		float: none;
		text-align: center;
	}

	section {
		padding-top: 17px;
		padding-bottom: 17px;
		height: auto;
	}

	#cmswidget-1,
	#cmswidget-2 {
		width: 100%;
		float: left;
	}

	.coolfilter .rf {
		width: 100%;
	}

	#cmswidget-3 .owl-controls .owl-page span {
		display: none;
	}
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
	#search-input {
		*width: 75% !important;
	}

	.right50 #cart #cart-total,
	.right50 #cart .heading .fa-angle-down,
	#header-bg #welcome span {
		display: none !important;
	}

	.coolfilter-item {
		width: 100% !important;
		padding: 0 !important;
		float: left;
	}

	.left,
	.right {
		width: 100% !important;
	}

	.box-gallery>div {
		width: 47% !important;
	}

	.product-info .link-block a {
		margin: 10px 5px;
	}

	.price-bottom {
		text-align: center;
		float: none;
	}

	.tab-price-bottom .cart .button-cart.m {
		width: 145px;
	}

	#tab-images,
	#tab-video {
		width: 100% !important;
	}

	.htabs.staff-contact {
		display: none;
	}

	

	.product-line .normal {
		margin: 0;
		float: left;
		margin-top: 5px;
	}

	.cart-info .quantity {
		float: left;
		width: auto !important;
	}

	.product-line .price {
		width: auto !important;
		margin-top: 4px;
		margin-bottom: 10px;
	}

	.maximum,
	.minus {
		width: 30px;
		top: -1px;
	}

	.simplecheckout #total-info,
	.simplecheckout #total {
		float: left;
		width: 100%;
		text-align: center;
	}

	.staff #main-contact {
		width: 100%;
	}

	.staff #map {
		width: 100%;
	}

	#stabs.hidden,
	.meta .hidden {
		display: inline-block;
	}

	.dropdown {
		display: block !important;
	}

	.staff>div {
		width: 100%;
		margin-bottom: 20px;
	}

	.staff .image img {
		width: 100%;
	}

	.staff .meta>div,
	.staff .meta>div>div {
		margin-bottom: 5px;
	}

	.staff .contacts .fa {
		display: none;
	}

	.tab-colordecor .item {
		margin: 0 1%;
	}

	

	.table-select-option.none-320,
	.table-select-option-after {
		display: none !important;
	}

	.table-price-from {
		width: 100% !important;
	}

	.table-select-color-name {
		margin-left: 20% !important;
	}

	.tab-price-bottom .cart {
		float: none !important;
		width: 165px;
		margin: auto;
	}

	.blog-image {
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.blog-record-description iframe {
		width: 100%;
		height: auto;
	}

	.name.mobile {
		display: block;
		margin-bottom: 15px;
	}

	.name.tablet,
	.name.before {
		display: none;
	}
}

@media only screen and (min-width: 481px) and (max-width: 670px) {
	#header #logo {
		float: none;
	}

	#search-input {
		*width: 81% !important;
	}

	.right50 #cart {
		width: auto;
		*width: 240px;
	}

	#header #welcome-1,
	#header #phone,
	#header #back {
		text-align: center !important;
		padding: 0 !important;
	}

	.coolfilter-item {
		width: 50% !important;
		padding: 0;
		float: left;
	}

	.link-block a {
		padding-left: 0px !important;
		top: 0px !important;
	}

	.staff>div {
		width: 100%;
	}

	.staff #main-contact {
		*width: 100%;
	}

	#tab-images,
	#tab-video {
		*width: 365px !important;
		*margin-right: 10px !important;
	}

	.shipping .descrip {
		width: 150px;
	}

	.table-select-option-after {
		display: none!important;
	}

	.table-image {
		margin-left: 0;
	}

	.table-select-color-name {
		margin-left: 33% !important;
	}

	.table-price-from {
		width: 100% !important;
	}

	.table-price {
		*width: 70px;
	}

	.product-line>div {
		margin-left: 5px;
	}

	.product-line .name {
		width: 180px !important;
	}

	.product-line .quantity {
		margin-left: 5px;
	}

	.product-line .price {
		margin-left: 5px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 991px) {
	#phone {
		display: none;
	}

	.table-select-option-before {
		display: none !important;
	}

	#header #welcome-1 span {
		text-align: center;
	}

	.product-line .quantity {
		margin-left: 20px;
	}

	.shipping .descrip {
		width: 150px;
	}
}

@media (max-width: 992px) {
	#menu>ul>li>a, #menu>ul>li>span{
		font-size: 12px;
	}
	#header #search{
		margin-right: 70px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
	#container {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: 270px;
	}

	.staff #map {
		width: 500px;
	}

	.staff ul li.hidden {
		display: inline-block;
	}

	.coolfilter .rf,
	.coolfilter .lf {
		width: 100%;
		padding: 0;
	}

	.coolfilter-item.coolfilter-item-checkbox {
		width: 46%;
		padding: 0;
		float: left;
	}

	.product-grid {
		text-align: center;
	}

	.product-grid .name {
		padding-left: 10px;
		padding-right: 10px;
		height: 60px;
	}

	.product-grid .price {
		*margin-bottom: 10px;
		*margin-top: 10px;
	}

	.product-info {
		overflow-x: hidden;
		margin-bottom: 0;
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 1fr;
		-ms-grid-columns: 1fr 1fr;
		grid-template: 1fr/1fr 1fr;
	}

	.product-info .left,
	.product-info>.left+.right {
		float: left;
		margin: 0 0 30px 0;
	}

	#tab-images,
	#tab-video {
		margin: 0;
		width: auto;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.product-info .left .owl-carousel .owl-item {
		*width: 100% !important;
	}

	#related .box-product .item {
		padding: 0;
	}

	.product-info .left .image {
		float: none;
		width: 99%;
		padding: 0;
		margin-bottom: 7px;
	}

	.product-info .left .image img {
		width: 100%;
	}

	.product-info .image-additional {
		text-align: left;
		width: 100%;
		overflow-x: scroll;
		margin: 0;
	}

	.product-info .image-additional div {
		overflow: auto;
	}

	.product-info .image-additional a.image-replace {
		float: none;
		display: inline-block !important;
		margin: 0 5px;
	}

	#scroll_button {
		padding-left: 10px;
		padding-right: 47px;
	}

	.shipping .descrip {
		width: 150px;
	}

	.product-info .description .cart {
		margin-bottom: 20px;
	}

	.product-info .description .button-cart {
		width: 140px;
		float: left;
	}

	.product-info .price {
		font-size: 22px;
	}

	.product-info .price-old {
		color: #F00;
		text-decoration: line-through;
		display: block;
		font-size: 16px;
	}

	.product-info .price-new {
		font-size: 24px;
	}

	.product-info .price-tax {
		font-size: 16px;
	}

	.product-info .price .reward {
		font-size: 14px;
	}

	.product-info .price .discount {
		font-size: 14px;
	}

	.product-info .cart {
		margin-bottom: 0;
	}

	.table-sku,
	.table-group,
	.table-price_d,
	.table-vozr,
	.table-price {
		*display: none !important;
	}

	.table-price,
	.table-price_d {
		width: 140px;
	}

	.table-select-option-before,
	.table-select-option-after,
	.table-select-color-name,
	.table-select-color-name,
	.table-price-from,
	.table-select-qnt-name {
		display: none !important;
	}

	.headlines {
		height: 0px;
	}

	.table-price-from,
	.table-select-color-name,
	.table-select-qnt-name {
		display: inline-block !important;
	}

	.product-line .quantity {
		margin-left: 50px;
	}

	#footer {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	#header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.marquee {
		margin-top: 10px;
	}
}

@media print {
	.product-info {
		width: 100%;
		overflow: hidden;
	}

	.product-info>.left {
		max-width: 300px;
	}

	.product-info>.left+.right {
		margin-left: 460px;
		width: 250px;
	}

	.product-info .cart,
	.product-info .link-block,
	.img-vid,
	#tabs,
	#tabss,
	.tab-price-bottom {
		display: none;
	}

	.tab-content {
		overflow: hidden;
	}

	#image {
		width: 300px;
		display: block;
		position: relative;
		left: 0;
	}

	.edit_button {
		display: none;
	}
}

@media screen and (max-device-width: 480px) {
	.box-html .col-4 {
		width: 100%;
		display: block;
	}

	.box-html-slogan {
		max-height: 200px;
	}

	.cart-info tr td {
		display: block;
		padding-bottom: 5px !important;
		padding-left: 0 !important;
		float: left;
		width: 51%;
		text-indent: 15px;
		text-align: left;
	}

	.cart-info .order-total,
	.cart-info .close_tab {
		width: 40%;
		text-align: right;
	}

	.cell-order-button .m,
	.reorder-before {
		text-indent: 0;
	}

	.active .product-name,
	.price-m,
	.option-m {
		display: none !important;
	}

	.ord .product-model {
		width: 60% !important;
		min-height: 80px;
		text-indent: 0;
	}

	.quantity-m {
		width: 15% !important;
	}

	.product-total-m {
		width: 41% !important;
		text-indent: 0;
		text-align: right !important;
	}

	.cart-info td.product-img-td-m {
		width: 30%;
		min-height: 120px;
	}

	tr.cart-total td,
	tr.last-row td {
		display: none;
	}

	.cart-total td:first-child,
	.last-row td.reorder-before {
		display: block;
	}

	.cart-total td:last-child,
	.last-row td:last-child {
		display: block;
	}

	.last-row td:first-child {
		text-align: center;
		width: 96% !important;
		text-indent: 0;
		padding: 5px 5px 0 5px !important;
	}

	.cart-total .order-total-title-m,
	.order-total-text-m {
		width: 45% !important;
	}

	.order-total-text-m {
		text-align: right !important;
	}

	.last-row td.reorder-before {
		width: 80% !important;
		text-align: right;
	}

	.last-row td.close_tab {
		width: 10% !important;
		text-align: center;
	}

	.last-row td.close_tab {
		float: right;
		padding-top: 12px;
		padding-right: 20px !important;
	}
}





/* полоса прокрутки (скроллбар)
::-webkit-scrollbar {
	width: 12px;

	height: 8px;

	background-color: #009746;
}
*/
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
	background-color: #FC5221;
	border-radius: 9em;
	box-shadow: inset 1px 1px 10px #009746;
}

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

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
	background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
	background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
	background:
		linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
	background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
	background:
		linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
	background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
	background:
		linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
		linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
	background-color: #f6f8f4;
}



	/*new*/
	#header-bg #welcome {margin-right:0}
	.geoip-module {margin:0 0 0 20px!important}
	.geoip-module .geoip-text {flex-direction:row!important;align-items:center!important;color: #252525;}
	.geoip-module .zone {margin-left:5px!Important}
	#header-bg {position:relative}
	#header {margin-top:10px}
	#currency {font-size: 14px;line-height: 24px;color: #252525;}
		.val .zone #currency a {font-size: 14px;border:0;color:#424242;border-right:1px #969494 solid}
		.val .zone #currency a b {color:#009746; font-size: 14px;}
		.val .zone #currency a+a{border:0}

	.header__support {font-size:14px;}
		.header__support a {font-weight: bold;color:#252525;font-size:14px;}
		#compare-total svg {display:inline-block;vertical-align:middle;margin:0 5px 0 0}
		#header-bg #welcome a, #header-bg #welcome a:hover {font-size:14px;color: #424242;}

		.inlogin-ico {display:inline-block;vertical-align:middle;
			width:22px;height:22px;margin:0;
			background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjU2MjUgMi4wNjI1VjE5LjkzNzVDMTguNTYyNSAyMC4xMTk4IDE4LjQ5MDEgMjAuMjk0NyAxOC4zNjExIDIwLjQyMzZDMTguMjMyMiAyMC41NTI2IDE4LjA1NzMgMjAuNjI1IDE3Ljg3NSAyMC42MjVINC4xMjVDMy45NDI2NiAyMC42MjUgMy43Njc4IDIwLjU1MjYgMy42Mzg4NiAyMC40MjM2QzMuNTA5OTMgMjAuMjk0NyAzLjQzNzUgMjAuMTE5OCAzLjQzNzUgMTkuOTM3NVYxOC41NjI1SDQuODEyNVYxOS4yNUgxNy4xODc1VjIuNzVINC44MTI1VjQuODEyNUgzLjQzNzVWMi4wNjI1QzMuNDM3NSAxLjg4MDE2IDMuNTA5OTMgMS43MDUzIDMuNjM4ODYgMS41NzYzNkMzLjc2NzggMS40NDc0MyAzLjk0MjY2IDEuMzc1IDQuMTI1IDEuMzc1SDE3Ljg3NUMxOC4wNTczIDEuMzc1IDE4LjIzMjIgMS40NDc0MyAxOC4zNjExIDEuNTc2MzZDMTguNDkwMSAxLjcwNTMgMTguNTYyNSAxLjg4MDE2IDE4LjU2MjUgMi4wNjI1Wk04LjQ0OTM4IDEzLjk0OTRMOS40MjU2MiAxNC45MjU2TDEyLjg2MzEgMTEuNDg4MUMxMi45Mjc2IDExLjQyNDIgMTIuOTc4NyAxMS4zNDgyIDEzLjAxMzYgMTEuMjY0NEMxMy4wNDg1IDExLjE4MDYgMTMuMDY2NSAxMS4wOTA4IDEzLjA2NjUgMTFDMTMuMDY2NSAxMC45MDkyIDEzLjA0ODUgMTAuODE5NCAxMy4wMTM2IDEwLjczNTZDMTIuOTc4NyAxMC42NTE4IDEyLjkyNzYgMTAuNTc1OCAxMi44NjMxIDEwLjUxMTlMOS40MjU2MiA3LjA3NDM4TDguNDQ5MzggOC4wNTA2MkwxMC43MTgxIDEwLjMxMjVIMy40Mzc1VjExLjY4NzVIMTAuNzE4MUw4LjQ0OTM4IDEzLjk0OTRaIiBmaWxsPSIjRkI1MjIxIi8+Cjwvc3ZnPg==) 50% 50% no-repeat;
		}
		.head-search{width:280px;padding-right:20px}
		.head-search .geoip-module {margin:0;font-size: 14px;line-height: 21px;color: #969494;padding:0}
		.head-search .geoip-module .geoip-text, .head-search .geoip-module .geoip-text span {display:block;}
		.head-search .geoip-module .geoip-text span.zone {height:auto;font-size: 14px;line-height: 21px;font-weight: bold;color:#009746;text-decoration:underline;display:inline-block;vertical-align:middle;margin:0}

		.header__phone a {font-weight: normal;color: #252525;}
		.header__mail a {font-size:14px;font-weight:bold;text-transform: uppercase;line-height: 21px;color: #009746;text-decoration:underline}

		#header #search {margin:0}
		#search-input {background: #FFFFFF;border: 1px solid #B4CDC0;border-radius: 2px;height:43px;padding:5px 15px}
		#search-input .input-group .form-control {font-weight: 300;font-size: 18px;line-height: 21px;color: #969494;}


		#logo img {display:inline-block;vertical-align:top;}

		#header #back a {width:190px;height:auto;display:inline-block;vertical-align:top;background: #009746;border-radius: 5px;text-decoration:none;border:0;color:#fff;
		line-height:45px;padding:0 15px;
		}

		.right50 #cart .heading a, .right50 #cart .heading a:hover {
			width:45px;height:45px;background: #FB5221;border-radius: 5px;
			display:flex;align-items:center;justify-content:center
		}
		#cart-q {width:20px;height:20px;border-radius:50%;text-align:center;line-height:20px;color:#fff;text-decoration:none;background:#009746;padding:0}

	#header {display:block;}
		.head-wrapper {display:flex;align-items:center;justify-content:space-between;}
		.head-wrapper .right50 {margin-left:30px}


	.bottom-fixed {position:fixed;bottom:0;left:0;width:100%;color:#fff;font-size:18px;padding:10px 0;background:#009746;font-weight:300;z-index:9}
		.container {width:1210px;margin:0 auto;padding:0 20px}
		.bottom-wrapper {display:flex;align-items:center;justify-content:space-between;}
		.bottom-fixed a {color:#fff;font-size:16px;}
		.bottom-fixed svg {display:inline-block;vertical-align:middle;}
		.bottom-links a {margin:0 20px 0 0}
			.bottom-links a:last-child{margin:0}
 
	#currency i {font-style:normal}

	.cart-footer a span {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		text-align: center;
		line-height: 20px;
		color: #fff;
		text-decoration: none;
		background: #fb5221;
		padding: 0;
		display:inline-block;vertical-align:top;font-size:12px
	}

	.mobile-city .geoip-module {margin:0!Important}
	.mobile-city .geoip-module .geoip-text {justify-content:flex-start;color:#fff}
	.mobile-city .geoip-module .zone {color:#fff;margin:0 0 0 5px!important}

	@media (max-width: 991px) {
		.bottom-fixed {display:none}
		.head-wrapper {display:block;}
		.val .geoip-text {width:auto}
		.head-wrapper .right50 {margin:0}
		.head-search {width:auto}
		.notinmob{display:none}
		#content-menu {background:#009746}
		#header-bg .top-links {margin:0 -10px}
		#header-bg .top-links .val {margin:0 auto 0 10px;display: none;}
		.head-search .geoip-module {padding:0}
            #compare-total {display:none}

		#header #back {display:none}
		.head-wrapper .right50 {justify-content: space-between;}
		#header #search {display:block;padding:0 10px;height:auto;width:100%}
		.head-search {display:flex;width:100%;padding:0;align-items:center}
		#search-input {margin:0;height:35px}
	}

	@media (max-width: 991px) {
		.val .zone #currency a, #header-bg #welcome a, #header-bg #welcome a:hover,
		.head-search .geoip-module .geoip-text, .head-search .geoip-module .geoip-text span.zone
		{font-size:14px}
		.head-search .geoip-module {line-height:16px}
		.right50 .geoip-text {width:auto}
		#header #back a {font-size:12px}
		.head-search .geoip-module .geoip-text span.zone {display:block;}
		#header #cart+a{display:none}
		#header .right50 #cart {margin:0 0 0 15px}

#header-bg
{
 position: fixed;

}




#header {
  margin-top: 50px;
}
#header-bg #welcome {
  
}

#header .right50 #cart {
  display: none;
}


	.cart-h {
		position: relative;
		display: block !important;
	}
	.cart-mob span {
width: 15px;
height: 15px;
border-radius: 50%;
text-align: center;
line-height: 14px;
color: #fff;
text-decoration: none;
background: #009746;
padding: 0;
position: absolute;
font-size: 9px;
display: block;
top: 2px;
right: 2px;
}

	.cart-mob a {
  width: 40px;
height: 39px;
background: #FB5221;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
}
.head-search-mob {
		display: block !important;
	}
.head-search-mob #search-input {
  display: block;
  padding: 0 10px;
  height: auto;
  width: 100%;
  margin: 0;
}
	.head-search-mob #search-input {
  margin: 0;
  height: 39px;
  background: #FFFFFF;

border: none;
}

.head-search-mob .input-group .form-control {
  font-size: 15px;
  line-height: 27px;
}

.head-search-mob .button-search-mob {
  cursor: pointer;
  font-size: 20px;
  color: #009746;
  padding: 0;
  background: none;
  border: none;
  height: 34px;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.slideshow-bann .sotr-block {
  padding: 6px 13px !important;
}

#slideshow-bann .owl-pagination {
  display: none;
}

#header-bg #welcome {
		margin-right: 8px !important;
	}
	
	#slideshow-bann .owl-wrapper-outer {
  height: auto !important;
}
	
	
	.head-search {
  display: none;
}

#search {
  position: static;
  margin: 0;
}

	
}
.head-search-mob {
  display: none;
}		
	
.slideshow-bann .sotr-block	{
	margin: 0px 0 0 0;
}
	
.cart-h {
		display: none;
	}
	
.slideshow-bann {
  margin-top: 20px;
}	


.variations {
margin-bottom: 10px;
list-style: none;
}

.variations__variation {
display: inline-block;
margin-right: 5px;
}





.variation__input {
	position: absolute;
	opacity: 0;
}


.variation__label {
	
 display: inline-flex;
  overflow: hidden;
border-color: transparent;
border-radius: 8px;
border-width: 2px;
height: 48px;
transition: border-color .3s;
width: 48px;
border-style: solid;


}
.variation__label.selected {
	border-color: #009746;
}


.variation:hover .variation__label:not(.selected) {
  border-color: #e6d3e4;
}


.variation__img {
	width: 100%;
	height: auto;
}

.owl-carousel {
	box-shadow: none;
}


._is-mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	._is-desktop {
		display: none;
	}

	._is-mobile {
		display: block;
	}
	
}



input[name=quantity] {
	padding: 5.5px;
	border-radius: 3px;
	/*width: 40px;*/
	width: 65px;
	border: 1px solid #f0f0f0;
}

input[name=quantity]:focus {
	box-shadow: 0 0 0 3px rgba(13,110,253,.25);
}


@media screen and (max-width: 1199px) {
	
	.table-inline span,
.table-sku span {
	display: inline;
}

.table-lines-heading {
	display: none;
}
.table-lines {
justify-content: start;
align-items: start;
text-align: left;
}

.table-lines .table-add {
	margin-top: 10px;
}

.table-sku, .table-inline, .table-group, .table-quantity, .table-price {
	text-align: left;

}

 .table-name {
	order: 1;
	width: 100%;
	padding-left: 0;
	
}

.table-image,
.table-group,
.table-group.last {
	width: auto;
	
}





.table-lines .table-image {
	order: 2;
}


.table-lines br {
	display: none;
}

.table-lines .table-group {
order: 3;
gap: 0;
flex-direction: column;
}


.table-lines .cart input {

font-size: 0;
padding-left: 0;
padding-right: 40px;
}


.table-lines .table-group {
	margin: auto;
}


}



/**** reset brand styles ****/
body {
	line-height: 1.29999;
	font-size: 16px;
}

h1, 
h2 {
	font-family: Nunito, sans-serif;
	font-weight: 700;
}

h3, 
h4, 
h5 {
	font-family: Roboto;
	font-weight: 400;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 16px;
	margin-top: 1rem;
}

.container {
	width: 100%;
	max-width: 1800px;
}


.btn, .button {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.peopl h3 {
	font-family: Nunito;
	font-weight: 700;
}

.box .box-heading {
	font-family: Nunito
}


#menu {
	font-family: Nunito;
	font-size: 16px;
	font-weight: bold;
}


#footer h3 {
	font-size: 16px;
}


#ToTop {
	z-index: 9;
}



/* add tz */

.form {
	
}

.sendfile-form {
	background: #f96524;
	color: #fff;
}

.input-form {
	
}

.input-form[type=text] {
	border: 1px solid #fff;
}

.input-form[type=file] {
	
}

/* add tz */

 