html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background: #f5f5f5 url('../images/main_bgr.png');
	color: #444444;
	font-family: 'Droid Sans', arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
textarea {
	font-family: 'Droid Sans', arial, sans-serif;
}
h1{
	color: #513847;
	margin-top: 26px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.images_360{
	margin-bottom: 30px;
}

.images_360 .items{
	display: flex;
    justify-content: center;
}
.images_360 .items .item{
	max-width: 33%;
	flex: 0 0 33%;
    border: 1px solid #eaeaea;
	margin: 0 0 0px -1px;
    padding: 0 10px;
    box-sizing: border-box;
	position:relative;
}
.images_360 .items .item .open_360window{
	width: 30px;
    height: 30px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 0 0;
    padding: 3px;
    cursor: pointer;
}
.images_360 .items .item .imgs{
	display: flex;
    align-items: center;
	cursor: grab;
	overflow:hidden;
}
.mobile_gallery{
	display:none;
}
.smartfilter_help.active{
	visibility:visible;
	opacity:1;
}
.smartfilter_help{
	position: absolute;
    width: max-content;
    background: rgb(109 109 109);
    transform: translate(5px,-50%);
    padding: 2px 5px;
    z-index: 9999;
	border-radius: 5px;
	visibility:hidden;
	opacity:0;
	transition:.3s ease;
}

.smartfilter_help .link{
	color:#fff;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
	width: 100% !important;
}
.jcarousel li {
    float: left;
}
@media screen and (max-width: 550px){
	.mobile_gallery{
		display:flex;
		justify-content: center;
	}
	.mobile_gallery .mob_item_g{
		width: 5px;
		height: 5px;
		background: #eeeeee;
		border-radius: 50%;
		margin: 0 2px;
	}
	.mobile_gallery .mob_item_g.active{
		background: #66bada;
	}
}
.__jivoMobileButton {
	bottom: 50px!important;
}
div.minHead{
	position: fixed !important;
	//height: 52px !important;
	z-index: 1100;
	//width: 930px;
	background-color: white;
	top: 0px;
}
.minHead .heading{
	margin-top: 15px !important;
	padding-top: 0px !important;
}
.minHead #welcome{
	top: 23px !important;
	right: 185px !important;
}
.minHead #logo{
	display:none;
}
.minHead .icon_phone_head{
	display:none;
}
.minHead #header_btm{
	position:relative;
	top: 0px;
}
.minHead #search{
	float:left !important;
	margin-top: 10px !important;
}
.button .button-cart{
	margin-left: 50px;
}
.welcome {
	color: #513847;
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;

	background: url('../images/header_bgr.png') left top;
}
.welcome span{
	background: #fff;
	padding-right: 8px;
}
.welcome_text {
	margin: 0 0px 25px 0px;
	}
section.advantages{
	margin-bottom:50px;
}
section.advantages .content .items{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
section.advantages .content .items .item{
	display: flex;
    align-items: center;
    flex-direction: column;
	text-align:center;
	padding: 0 15px;
}
section.advantages .content .items .item .txt{
	font-weight:600;
}
.general_heading {
	color: #513847;
	font-size: 20px;
	margin: 10px 0 8px;
	line-height: 20px;

	background: url('../images/header_bgr.png') left top;
}
.general_heading span{
	background: #fff;
	padding-right: 8px;
}
.header_componetnt_slider{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:30px;
}
.header_componetnt_slider h2{
	margin: 0;
    font-size: 21px;
    padding-right: 10px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.header_componetnt_slider .line{
	flex:1;
}
h2 {
	color: #513847;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: 400;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}
a, a:visited, a b {
	color: #4D4D4D;
	cursor: pointer;
	text-decoration: none;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
a:hover {
	text-decoration: none;
	color: #00d0dd;
}
a:focus, a:active{
	outline: 0;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #EDEDED;

	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;

	padding: 4px;
	margin-left: 0px;
	margin-right: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
	outline: none;
}
input[type='button']:focus, input[type='button']:active, input[type='submit']:focus, input[type='submit']:active{
	outline: none;
}

select {
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #EDEDED;

	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;

	padding: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
select:focus {
	outline: none;
}
label {
	cursor: pointer;
}
.h5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.divider_bgr {
	background: url('../images/header_bgr.png') left top;
}
/* layout */
#container {
	width: 930px;
	margin: 20px auto;
	text-align: left;
	background: #ffffff;
	webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	padding: 10px 20px 20px;

	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
#column-left {
	float: left;
	width: 174px;
	padding-bottom: 20px;
}
#column-right {
	float: right;
	width: 174px;
	padding-bottom: 20px;
}
#content {
	min-height: 400px;
	padding-bottom: 30px;
}

.full_page {margin-top: 20px;}
.errortext {color:rgb(214, 193, 7); font-size:120%; font-weight: bold;}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 189px;
}
#column-right + #content {
	margin-right: 189px;
}
/* header */
#header {
	height: 125px;
	margin-bottom: 8px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 9px;
	left: 26px;
}
.icon_phone_head{
	/*position: absolute;
	margin-top: 40px;
	margin-left: 360px;*/
	text-align: right;
	float: right;
	font-size: 17px;
	line-height: 24px;
	padding: 0 0 0 32px;
	text-shadow: 0px 1px 0px white;
	margin-bottom: 3px;
}
.order_call{
	cursor: pointer;
	font-size: 12px;
	padding-left: 30px;
	height: auto;
	margin-top: 3px;
}
.icon_order_head{
	width: 27px;
	height: 27px;
	position: absolute;
	margin-left: -27px;
}
#header_btm {
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 916;
}
#header_btm form {
	float: right;
}
#language {
	float: right;
	margin-right: 23px;
	color: #999;
	line-height: 17px;
	font-size: 11px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#language a {
	display: block;
	padding: 4px 10px;
	color: #777;
	text-decoration: none;
	white-space:nowrap;
	font-size: 11px;
}
#language a:hover {
	color: #00d0dd;
}
#l_options {
	webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow: 0px 0px 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	margin-top: 3px;
	padding-top: 2px;
	background: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#l_switcher {
	cursor: default;
	margin-top: 8px;
}
.l_selected {
	padding: 0px 17px 0px 10px;
	color: #777;
	text-decoration: none;
	background: url('../images/arrow_down_small.png') 100% 50% no-repeat;
}
.l_selected img{
	float:left;
	margin: 3px 6px 0 0;
}
#currency {
	float: right;
	margin-right: 13px;
	line-height: 17px;
	font-size: 11px;
}
#currency a {
	display: block;
	padding: 4px 10px;
	color: #777;
	text-decoration: none;
	white-space:nowrap;
	font-size: 11px;
}
#currency a:hover {
	color: #00d0dd;
}
#c_options {
	webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow: 0px 0px 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	margin-top: 3px;
	padding-top: 2px;
	background: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#c_switcher {
	cursor: default;
	margin-top: 8px;
}
.c_selected {
	padding: 0px 17px 0px 10px;
	color: #777;
	text-decoration: none;
	background: url('../images/arrow_down_small.png') 100% 50% no-repeat;
}
#currency a b {
	color: #333333;
	text-decoration: none;
}
#header #cart {
	/*position: fixed;*/
	top: 225px;
	right: 270px;
	z-index: 1200;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-left: 763px;
	margin-top: 46px;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px solid transparent;
	border-bottom: none;
	position: absolute;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: right;
	display: none;
}
#header #cart .heading a {
	color: #70a706;
	text-decoration: none;
	white-space: nowrap;
}
#header #cart .heading a span {
	height: 27px;
	line-height: 27px;
	display: block;
	background: url('../images/cart_icon.png') 100% 50% no-repeat;
	padding-right: 35px;
	font-size: 13px;
	color: #555;
}
.modal-quan{
	width: 151px;
	height: 90px;
	background: url(/bitrix/templates/second/images/path29871.png);
	position: absolute;
	top: 122px;
	left: 50%;
    transform: translateX(-50%);
	text-align: center;
	padding-top: 7px;
	background-repeat: no-repeat;
}
.modal-quan .close_modal-quan{
	position: absolute;
    right: 5px;
    font-size: 28px;
    line-height: 100%;
    top: 0;
    cursor: pointer;
}
.modal-quan-title, .modal-font{
	font-size: 15px;
}
.modal-quan-iz{
	font-size: 10px;
}
.modal-quan-inp{
	margin-top: 8px;
}
#header #cart .content {
	clear: both;
	display: none;
	/*position: relative;*/
	z-index: 1000;
	margin-left: 748px;
	position: absolute;
	top: 75px;
	padding: 8px;
	webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	background: #FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.cart-arrow {
	position: absolute;
	top:-7px;
	right: 23px;
	width: 11px;
	height: 7px;
	background: url('../images/cart_arrow.png') left top no-repeat;
}

#header #cart.active .heading {
	margin-top: 36px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
}
.style_call_form{
	padding: 15px;
	display:none;
	//border: 1px solid black;
	border: 2px solid #bbb;
	border-radius: 5px;
	width: 300px;
	z-index: 1500;
	position: absolute;
	right: 0px;
	background-color: white;
	//top:46px;
}
.style_call_form input[type="text"]{
	width: 125px;
}
.order_form_name, .order_form_number, .order_form_captcha{
	margin-top:5px;
	margin-bottom:5px;
}
.order_form_captcha {
	display: table;
	width: 100%;
}
.order_form_captcha_cell {
	display: table-cell;
	vertical-align: middle;
}
.order_form_captcha_cell input {
	width: 50px !important;
}
.order_call_error {
	color: rgb(214, 193, 7);
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #333333;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	width: 165px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #444;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin: 8px 0 6px;
	color: #aaa;
}
#header #cart .empty {
	padding: 30px 0;
	text-align: center;
}
#header #welcome {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 298px;
	text-align: right;
	color: #888;
	font-size: 11px;
	z-index: 16;
}
#header #welcome a{
	font-size: 11px;
	color: #555;
}
#header #welcome a:hover{
	color: #00d0dd;
}

#header .links {
	position: absolute;
	right: 200px;
	top: 24px;
	padding-right: 10px;
	z-index: 1201;

	display: none;
}
#header .links a {
	color: #737373;
	float: left;
	display: block;
	padding: 0px 0px 0px 13px;
	text-decoration: none;
	font-size: 11px;
	background: url('../images/arrow_left.png') 0px 1px no-repeat;
}

#header .links a:hover {
	color: #00d0dd;
}
#header .links a + a {
	margin-left: 10px;
}


.icon_phone_head{
	float: right;
	/*position: absolute;
	margin-top: 40px;
	margin-left: 360px;*/
	font-size: 17px;
	line-height: 24px;
	padding: 0 0 0 32px;
	text-shadow: 0px 1px 0px white;
	margin-bottom: 3px;
}
/* menu */
#menu-holder {

}
#menu {
	//background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;
	height: 40px;
	padding: 0px 0 0 5px;
	font-family: 'Lato', arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#menu a{
	font-size: 16px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 915;
	padding: 0px 2px 0px 0px;
	background: url('../images/main_nav_bgr_sep.png') right top no-repeat;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 14px 0px 14px;
	z-index: 6;
	position: relative;
	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
#menu > ul > li:hover > a {
	background-color: #fff;
}
.clear-back{
	background: none !important;
}
#menu > ul > li > a > span {
	/*padding: 0px 0px 0px 14px;*/
	background: url('../images/arrow_down_tiny.png') right center no-repeat;
}
#menu > ul > li > a .home_icon{
	width: 16px;
	height: 40px;
	padding:0;
	display: block;
	background: url('../images/home_icon_dark.png') center center no-repeat;
}

#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	z-index: 1020;
	padding: 0px 0 6px;
	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);

	border: 1px solid #e8e8e8;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;

	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
}
#menu > ul > li:hover > div {
/*	display: table;*/
}
#menu > ul > li > div > ul {
	display: table-cell;
	border-top: 3px solid #e9e9e9;
	padding-top: 7px;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	padding: 7px 0px 9px;
	margin: 0 14px;
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	font-size: 14px;
	background: url('../images/main_nav_bgr_sep_vertical.png') bottom left repeat-x;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny.png') -20px center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny.png') left center no-repeat;
	padding-left: 12px;
}
#menu > ul > li ul > li:last-child  a{
	padding: 7px 0px 7px;
	background: none;
}
#menu > ul > li ul > li > a:hover {
	text-decoration: none;
}
#menu > ul > li > div > ul > li > a {
	color: #444;
}

/* Menu : End */


/* Basic Nav */
.basic_menu #menu {
	background: #f4f4f4;
}
.basic_menu  #menu > ul > li > a .home_icon{
	background: url('../images/home_icon_dark.png') center center no-repeat;
}
.basic_menu  #menu > ul > li > a:hover .home_icon{
	background: url('../images/home_icon.png') center center no-repeat;
//background: linear-gradient(to bottom, #222222 ,#938F8F , #2A2A2B 70%);
}
.basic_menu #menu > ul > li {
	background: none;
	padding:0;
}
.basic_menu #menu > ul > li > a {
	background: none;
	text-shadow: none;
}
.basic_menu #menu > ul > li:hover > a {
	background: #00d0dd;
	color: #fff;
}
.basic_menu #menu > ul > li > a:hover {
	background: #00d0dd url('../images/grad_menu.png') top left repeat-x;
	color: #fff;
}
.basic_menu #menu > ul > li > a > span {
	background: none;
	padding: 0;
}
.basic_menu #menu > ul > li > div {
	background: url('../images/menu.png') top left;
	border: none;
	box-shadow: none;
	left: 0;
}
.basic_menu #menu > ul > li > div > ul {
	border-top: none;
}
.basic_menu #menu > ul > li ul > li > a {
	color: #fff;
	text-shadow: none;
}
.basic_menu #menu > ul > li ul > li > a {
	background: none;
}
.basic_menu #menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny_dark.png') -20px center no-repeat;
}
.basic_menu #menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny_dark.png') left center no-repeat;
}
.basic_menu #menu > ul > li ul > li:last-child > a{
	background: none;
}
/* Basic Nav : End */

/* Custom Nav */
.custom_menu #menu {
    background: #00d0dd url('../images/grad_menu.png') top left repeat-x;
}
.custom_menu  #menu > ul > li > a .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu  #menu > ul > li > a:hover .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu #menu > ul > li {
    background: none;
    padding:0;
}
.custom_menu #menu > ul > li > a {
    background: #00d0dd url('../images/grad_menu.png') top left repeat-x;
    text-shadow: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.custom_menu #menu > ul > li:hover > a {
    background: #404040;
    color: #fff;
}
.custom_menu #menu > ul > li > a:hover {
    background: #404040;
    color: #fff;
}
.custom_menu #menu > ul > li > a > span {
    background: none;
    padding: 0;
}
.custom_menu #menu > ul > li > div {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 0;
}
.custom_menu #menu > ul > li > div > ul {
    border-top: none;
}
.custom_menu #menu > ul > li ul > li > a {
    color: #fff;
    text-shadow: none;
}
.custom_menu #menu > ul > li ul > li > a {
    background: none;
}
.custom_menu #menu > ul > li ul > li > a > span {
    background: url('../images/arrow_left_tiny_dark.png') -20px center no-repeat;
}
.custom_menu #menu > ul > li ul > li > a:hover > span {
    background: url('../images/arrow_left_tiny_dark.png') left center no-repeat;
}
.custom_menu #menu > ul > li ul > li:last-child > a{
    background: none;
}
/* Custom Nav : End */

.bitrix-catalog-section .breadcrumb{
	background-color: transparent;
	padding-top: 26px;
}

.breadcrumb {
	color: #CCCCCC;
	margin: 0 0px 18px;
	
}
.breadcrumb a{
	color: #999;
	font-size: 11px;
	font-family: 'Droid Sans', arial, sans-serif;
	margin: 0 4px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.breadcrumb a:hover{
	color: #00d0dd;
}
.success, .warning, .attention, .information {
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.success a, .warning a, .attention a, .information a{
	color: #444;
}
.success {
	background: #f9f9f9;
}
.warning {
	background: #ffe8e8;
}
.attention {
	background: #FFF5CC;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.requirgb(214, 193, 7) {
	color: #ff4242;
	font-weight: bold;
}
.error {
	display: block;
	color: #ff4242;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
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%;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
table.list thead td {
	background-color: #eeeeee;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	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;
	vertical-align: top;
}
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: #f9fbf4;
	cursor: pointer;
}
.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f6f6f6;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	background:#F3F3F3;
	background-image: -moz-linear-gradient(#F8F8F8,#EEE);
	background-image: -o-linear-gradient(#F8F8F8,#EEE);
	background-image: -webkit-linear-gradient(#F8F8F8,#EEE);
	background-image: linear-gradient(#F8F8F8,#EEE);

	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px 1px 0px #fff;
	color: #666;
	font-weight: 400;
}
.pagination .links a:hover {
	background: #00d0dd;
	color: white;
	text-shadow: none;
}

.pagination .links b {
	display: inline-block;
	padding: 3px 9px;
	font-weight: normal;
	text-decoration: none;
	color: #555;
	font-weight: 400;
	cursor: default;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */

a.button, input.button {
	cursor: pointer;
	color: #444;
	text-shadow: 0px 1px 0px #fff;

	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
	background: #f8f8f8 url('../images/grad.png') left top repeat-x;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	display: block;
	margin: 0 auto;
	border: 0;
	padding: 6px 12px 6px 12px;
}
input.button::-moz-focus-inner {
	margin: -3px 0 -1px;
}
a.button:hover, input.button:hover{
	background-color: #00d0dd;
	text-shadow: none;
	color: #FFFFFF;
}
a.button_accent, input.button_accent, .f_form .button{
	background-color: #444;
	color: #FFFFFF;
	text-shadow: none;
}
#checkout input.button{
	background-color: #444;
	color: #FFFFFF;
	text-shadow: none;
}
#checkout input.button:hover {
	background-color: #00d0dd;
	text-shadow: none;
	color: #FFFFFF;
}
.button-cart{

}
.buttons {
	background: #FFFFFF;
	overflow: auto;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .right .button{
	background: #444 url('../images/grad.png') left top repeat-x;
	color: #FFFFFF;
	margin-left: 15px;
	text-shadow: none;
}
.buttons .right .button:hover{
	background-color: #00d0dd;
	color: #FFFFFF;
}

.buttons a.button {
	padding: 6px 12px 6px 12px;
}


.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
}
.htabs a {
	background: #f7f7f7;
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);

	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 7px 20px 6px 20px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #333;
	margin-right: 5px;
	display: none;
	transition: border 0s;
	-webkit-transition: border 0s;
    -moz-transition: border 0s;
    text-shadow: 0 1px 0 #fff;

	-moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.htabs a.selected {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: -1px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 20px 14px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;

	-moz-border-radius: 0 0px 4px 4px;
    -webkit-border-radius: 0 0px 4px 4px;
    -khtml-border-radius: 0 0px 4px 4px;
    border-radius: 0 0px 4px 4px;
}
#tab-calc{
	display: flex;
    justify-content: center;
	padding: 20px 0 14px;
}
/* box */
.box {
	margin-bottom: 32px;
}
.box-heading {
	color: #513847;
	margin-top: 26px;
	margin-bottom: 6px;
	font-size: 20px;
	font-family: 'Pontano Sans', arial, sans-serif;
	font-weight: normal;
}
.box .box-content {
	background: #FFFFFF;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
}
.box-product .price-old {
	color: rgb(214, 193, 7);
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}



/* box category */
.box-category {
	padding: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	margin: 1px 0px;
}
.box-category > ul > li + li {
}
.box-category > ul > li > a {
	display: inline-block;
	color: #444;
	text-decoration: none;
	font-size: 13px;
	border-radius: 3px;
	text-shadow: 0 0 1px #fff;
	position: relative;
}
.link_span{
	display: block;
	padding: 4px 10px 4px 19px;
	position: relative;
	z-index: 21;
	text-shadow: 0 1px 0 #fff;
	background: url('../images/arrow_left_tiny2.png') 8px 9px no-repeat;
}
.box-category > ul > li ul {
	display: none;
	margin: 1px 0 1px 8px;
}
.box-category > ul > li a.active {
	background: #f7f7f7 url('../images/grad_menu.png') left top repeat-x;
}
.box-category > ul > li a:hover {
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	margin: 1px 0px;
}
.box-category > ul > li ul > li > a {
	display: inline-block;
	color: #444;
	font-size: 13px;
    text-decoration: none;
	border-radius: 3px;
	text-shadow: 0 0 1px #fff;
	position: relative;
}
.box-category > ul > li ul > li > a.active {
	background-color: #f5f5f5;
	border-radius: 3px;
	text-shadow: 0 0 1px #fff;
}
.hover_span {
	display:block;
	width: 0;
	height: 100%;
	background: #f7f7f7 url('../images/grad_menu.png') left top repeat-x;
	border-radius: 3px;
	position: absolute;
	top:0;
	z-index: 20;
}

/* Box list */
.box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-content > ul > li {
	background: url('../images/arrow_left.png') 0px 6px no-repeat;
	padding: 4px 8px 5px 16px;
}


/* Content list */
.content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content ul li {
	background: url('../images/arrow_left.png') 0px 6px no-repeat;
	padding: 4px 8px 5px 16px;
}



/* Product Holder */
#popup-message-cart .popup-window{
	background: #8b8b8b;
	border-color: rgb(214, 193, 7);
}

#popup-message-cart .popup-window .popup-window-top-row {
	display:none;
}
#popup-message-cart .popup-window .popup-window-content-row .popup-window-center-column{
	background: transparent;
    color: #fff;
    text-transform: uppercase;
	padding: 8px 8px;
}
.quantity_product{
	width: max-content;
    margin: 0 auto;
    border: 1px solid #83b257;
    color: #83b257;
    padding: 2px 4px;
}
.products_container {
	margin: 0 -15px 0 0;
	padding-top: 2px;
}

.product_holder {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin: 0 0px 0px 0;
	position: relative;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.product_holder:hover {
/* 	border: 1px solid #eee;*/
}

.product_holder_inside{
	margin: 1px;
	padding-bottom: 25px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
    box-sizing: border-box;
}
.product_holder:hover .product_holder_inside{
}
.product_holder_inside .info_product{
	flex:1;
}
.last_in_row {
	margin-right:0;
}
.product_holder .image .labels{
	position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product_holder .image .labels .label.new{
	background: #466488;
}
.product_holder .image .labels .label.sold{
	background: rgb(214, 193, 7);
}
.product_holder .image .labels .label.sale{
	background: rgb(214, 193, 7);
}
.product_holder .image .labels .label{
	background: #83b257;
    color: #fff;
    padding: 3px 10px;
	text-transform: uppercase;
    letter-spacing: 1px;
	width: max-content;
    margin-bottom: 2px;
}
.no_quan_icon{
	position: absolute;
	z-index:1000;
}
.new_prod_icon{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 35px;
	height: 35px;
	z-index:1000;
}
.soon_prod_icon {
	position: absolute;
	top: 25px;
	right: 7px;
	width: 123px;
	height: 40px;
	background: url(../images/soon-big.jpg) right top no-repeat;
	z-index:1000;
}
img.new_prod_icon{
    right: 17px;
    position: absolute !important;
    z-index: 100;
    top: 15px;
    width: 75px;
    height: 25px;
}
.left .image .special_promo {
	right: 18px;
}
.left .image .image_inside .special_promo{
    top: 25px;
    right: 7px;
    width: 123px;
    height: 40px;
	background: url('../images/sale-big.png') right top no-repeat;
}
.left .image .image_inside .no_quan_icon{
    top: 25px;
    right: 7px;
    width: 123px;
    height: 40px;
	background: url('../images/no-big.png') right top no-repeat;
}
.left .image .image_inside .new_prod_icon{
	top: 25px;
    right: 7px;
	width: 123px;
    height: 40px;
	background: url('../images/new-big-new.png') right top no-repeat;
}

.clear {
	clear: both;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
.cleargb(214, 193, 7) {
	overflow: hidden;
}
.product_holder .image{
	text-align: center;
    position: relative;
	width: 100%;
}
.product_holder .image a{
	display:block;
}
.product_holder .image img{
	position: relative;
	margin: 8px 0;
}
.product_holder .image .gallery_pr{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
	top: 0;
}
.product_holder .image .gallery_pr .item_g{
	flex:1;
	position:relative;
}
.product_holder .image .gallery_pr .item_g:hover:after{
	background: #66bada;
}
.product_holder .image .gallery_pr .item_g:after{
	content: '';
    position: absolute;
    width: 65%;
	border-radius:5px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 1px solid #eeeeee;
	background: #eeeeee;
}
.product_container.grid_2 .product_holder .image .gallery_pr .item_g:after{
	width: 38%;
}
.product_container.list .product_holder .image .gallery_pr {
    width: 22%;
}
.product_holder .pr_info{
}
.product_holder .name{
	text-align: center;
	margin: 6px 8px 5px;
}
.product_holder .price{
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Pontano Sans', 'Droid Sans', arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
.product_holder .price .price-old{
	font-weight: normal;
	color:#bbb;
	text-decoration: line-through;
	font-size: 13px;
}
.product_holder .name a{
	color:#4b4b4b;
	font-size: 13px;
	text-decoration: none;
}
.product_holder .name a:hover{
	color:#00d0dd;
}
.product_holder .cart{
	text-align: center;
	margin: 6px;
}
.product_holder .rating{
	text-align: center;
	padding: 8px 0 0px;
}
.product-list .product_holder .cart{
	float: none;
}

/* Inside column */

#column-left .products_container, #column-right .product_container {
	margin: 0;
}

#column-left .product_holder, #column-right .product_holder {
	border: none;
	width: 100%;
}
#column-left .product_holder, #column-right .product_holder {
/*	border-bottom: 1px dotted #ddd; */
	margin: 0 0 12px;
}
#column-left .general_heading, #column-right .general_heading {
	margin: 26px 4px 16px 0;
	padding: 0;
	font-size: 20px;
	font-family: 'Pontano Sans', arial, sans-serif;
	font-weight: normal;
/*	background: none;*/
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.products_container.left_sidebar .product_container{
	padding:0;
	list-style:none;
}
.in_column_bottom_padding {
	height: 0px;
	display:none;
}
#column-left .in_column_bottom_padding, #column-right .in_column_bottom_padding {
	height: 16px;
	display:block;
}

#column-left .product_holder_inside, #column-right .product_holder_inside{
	margin: 0;
	padding-bottom: 10px;
}

#column-left  .special_promo, #column-right  .special_promo {
	display: none;
}
#column-left  .product_holder:hover, #column-right  .product_holder:hover {
	border: none;
	box-shadow: none;
/*	border-bottom: 1px dotted #ddd;*/
}
#column-left  .product_holder:hover .product_holder_inside, #column-right  .product_holder:hover .product_holder_inside{
}
#column-left .product_holder .image, #column-right .product_holder .image{
	float: left;
	flex-shrink: 0;
	width: 60px;
    margin-right: 5px;
}
#column-left .product_holder .quantity_product{
	font-size: 11px;
    padding: 0px 2px;
}
#column-left .product_holder .image img, #column-right .product_holder .image img{
	margin: 0;
}
#column-left .product_holder .pr_info, #column-right .product_holder .pr_info{
	margin: 0 4px 0 0px;
	width: 80%;
}
#column-left .product_holder_inside{
	flex-direction: row;
}
#column-left .product_holder .name, #column-right .product_holder .name{
	text-align: left;
	font-weight: normal;
	margin: 4px 0;
	border: none;
}

#column-left .product_holder .name a, #column-right .product_holder .name a{
	font-size: 12px;
	font-weight: 300;
}

#column-left .product_holder .price, #column-right .product_holder .price{
	text-align: left;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Pontano Sans', arial, sans-serif;
}

#column-left  .product_holder .price .price-old, #column-right  .product_holder .price .price-old {
	font-size: 11px;
}

#column-left  .product_holder .price .price-old, #column-right  .product_holder .price .price-old{
	margin: 2px 0;
}


#column-left .product_holder .cart, #column-right .product_holder .cart{
	display: none;
}
#column-left .product_holder .bring_more_wrapp, #column-right .product_holder .bring_more_wrapp{
	display: none;
}
#column-left .product_holder .labels, #column-right .product_holder .labels{
	display: none;
}

/* Product Holder :: END */




/* content */
#content .content {
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	line-height: 1.5em;
	overflow: hidden;
}
.category-info h1{
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 12px;
}

.category-info .image {
	margin-bottom: 12px;
}
.ref_search {
	margin-top: 12px;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}
.category-list ul li {
	margin: 0px 0px;
}
.category-list .div a {

}
.category-list ul li a {
	display: inline-block;
	color: #444;
	font-size: 12px;
	padding: 3px 6px 3px 16px;
	border-radius: 4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    background: url('../images/arrow_left_tiny2.png') 6px 7px no-repeat;
}
.category-list ul li a:hover {
	background-color: #F3F3F3;
	text-shadow: 0 1px 0 #fff;
}



/* manufacturer */
.manufacturer-list {
	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;
}
.manufacturer-list ul li a{
	font-size: 13px;
	font-weight: bold;
}
/* product */
.results{
	margin: 5px 0;
	padding: 4px 0;
}
.product-filter .types_page {
	display: flex;
}
.product-filter .types_page .item_type_page.active{
	border: 1px solid #f7b850;
}
.product-filter .types_page .item_type_page{
	width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9b9b9;
    margin-right: 8px;
    cursor: pointer;
}
.product-filter .box_filter.left{
	display: flex;
    flex: 1;
    justify-content: flex-end;
}
.product-filter {
	display: flex;
	background: #f9f9f9;
	background-image: -moz-linear-gradient(#F8F8F8,#EEE);
	background-image: -o-linear-gradient(#F8F8F8,#EEE);
	background-image: -webkit-linear-gradient(#F8F8F8,#EEE);
	background-image: linear-gradient(#F8F8F8,#EEE);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	padding: 10px 10px 7px;
	overflow: auto;
	margin: 10px 0px 0 0;
	font-size: 11px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	padding-left: 6px;
}
.product-filter b{
	font-weight: normal;
}
.product-filter .display a {
	margin: 0px 10px 0 4px;
}
.product-filter .display a.list_view_link {
	color: #333;
	padding: 2px 0px 1px 22px;
	text-decoration: none;
	font-size: 11px;
	background: url('../images/list_view_icon_active.png') 0px 0px no-repeat;
}
.product-filter .display a.list_view_link_active {
	color: #777;
	padding: 2px 0px 1px 22px;
	text-decoration: none;
	font-size: 11px;
	background: url('../images/list_view_icon.png') 0px 0px no-repeat;
}
.product-filter .display a.grid_view_link {
	color: #333;
	padding: 2px 0px 1px 22px;
	text-decoration: none;
	font-size: 11px;
	background: url('../images/grid_view_icon_active.png') 0px 0px no-repeat;
}
.product-filter .display a.grid_view_link_active {
	color: #777;
	padding: 2px 0px 1px 22px;
	text-decoration: none;
	font-size: 11px;
	background: url('../images/grid_view_icon.png') 0px 0px no-repeat;
}
.product-filter .display a:hover {
	color: #00d0dd;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #666;
}
.product-filter select {
	font-size: 11px;
	padding: 2px;
}

.product-compare {
	float: left;
	padding-top: 4px;

}
.product-compare a {
	color: #777;
	padding: 0px 0px 0px 13px;
	text-decoration: none;
	font-size: 11px;
	background: url('../images/arrow_left.png') 0px 1px no-repeat;
}
.product-compare a:hover {
	color: #00d0dd;
}



/* Product listings */
.product_container{
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	gap: 5px;
}
.product_container .product_holder:hover{
	box-shadow: 0 0 9px #0000003b;
}
.product_container.products_container_new .product_holder{
	margin: 0px 0px 0 0px;
}
#catalog_QUANTITY_slider .product_container .product_holder{
	margin: 0;
}
.product_container .product_holder{
	border: 1px solid #eaeaea;
    margin: -1px 0px 0 -1px;
	box-shadow: 0 0 0px #0000003b;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.product_container .product_holder .description{
	display:none;
}
.product_container.ajax .product_holder{
	width:calc(25% - 5px);
}

.product_container.grid_4 .product_holder{
	width:calc(25% - 5px);
}
.product_container.grid_2 .product_holder{
	width:calc(50% - 5px);
}
.product_container.list .product_holder{
	width:100%;
}

.product_container.list .product_holder .product_holder_inside{
	display: flex;
	padding:0;
	flex-direction: row;
}
.product_container.list .product_holder .product_holder_inside .image{
	width: auto;
	position: static;
}
.product_container.list .product_holder .product_holder_inside .info_product{
	flex: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_container.list .product_holder .product_holder_inside .info_product .name{
	text-align: left;
    margin: 0;
    margin-bottom: 10px;
}
.product_container.list .product_holder .product_holder_inside .info_product .description{
	    display: block;
}
.product_container.list .product_holder .product_holder_inside .product_buttons{
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.product_container.swiper-wrapper{
	flex-wrap: nowrap;
}
.product-list .product_holder {
	float: none;
	display: block;
	margin: 0;
	width: 100%;
	overflow: auto;
	border: none;
	position: relative;
}
.product-list .product_holder + .product_holder {
	border-top: 1px solid #f1f1f1;
}
.product-list .product_holder:hover {
}

.product-list .product_holder_inside{
	margin: 1px;
	padding: 0px 15px 0 0;
	overflow: hidden;
}
.product-list .product_holder:hover .product_holder_inside{
}
.product-list .right {
	float: right;
	text-align: right;
	margin-left: 20px;
	padding-bottom: 20px;
	height: 100px;
}
.product-list > div + div {
	margin: 0px 0 0;
}
.product-list .image {
	float: left;
	margin: -5px 20px 10px 10px;
}
.product-list .image img {
	margin: 0;
}
.product-list .name {
	margin: 25px 0 10px;
	text-align: left;
}
.product-list .name a {
	font-size: 17px;
	font-weight: 400;
}
.product-list .description {
	line-height: 18px;
	margin-bottom: 5px;
}
.product-list .rating {
	text-align: left;
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 35px;
	text-align: right;
	font-size: 15px;
	margin-left: 20px;
}
.product-list .product_holder .price .price-old{
	margin-top:0;
	font-size: 15px;
}
.product-list .price-new {
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	padding-right: 4px;
}
.product-list .cart{
	margin: 23px 0 6px;
	font-weight: bold;
	padding: 2px 0 6px;
}

.product-list .wishlist, .product-list .compare {
	margin: 6px 0 3px;
	text-align:left;
}
.product-list .wishlist a {
	color: #777;
	text-decoration: none;
	padding: 3px 0 1px 22px;
	font-size: 10px;
}
.product-list .compare a {
	color: #777;
	text-decoration: none;
	padding: 3px 0 1px 22px;
	font-size: 10px;
}

.product-list .compare a:hover, .product-list .wishlist a:hover{
	color: #00d0dd;
}
.product-grid {
	margin: 0 -15px 0 0;
	padding-top: 2px;
}
.product-grid .product_holder {
	display: inline-block;
	position: relative;
}
.product-grid .product_holder:hover {

}

.product-grid .product_holder_inside{

}
.product-grid .product_holder:hover .product_holder_inside{

}

.product-list img.new_prod_icon, .product-list img.noimg, .product-list img.special_promo{
    right: 0 !important;
}

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

.product-grid .wishlist, .product-grid .compare {
	display: none;
}

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

.price-new {
	color: rgb(214, 193, 7);
	white-space: nowrap;
}

/* Product */
.product-info {
	margin-bottom: 20px;
	padding-top: 5px;
	display: flex;
}
h1.pr_name {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}
.product-info > .left {
	flex: 1;
	margin-right: 15px;
}
.product-info > .left + .right {
	flex:1;
	padding-bottom: 16px;
}
.product-info .image {
	float: left;
	margin-bottom: 8px;
	text-align: center;
	padding:7px;
	position: relative;
	border: 1px solid #f4f4f4;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.product-info .image .image_inside{
}
.product-info .zoom_btn{
	clear: both;
	margin-left: 268px;
	margin-bottom: 8px;
	width: auto;
}
.product-info .zoom_btn a{
	display: block;
	font-size: 10px;
	line-height: 11px;
	color: #999;
	text-transform: uppercase;
	background: white url('../images/zoom_tiny.png') 3px 3px no-repeat;
	padding: 3px 3px 2px 17px;
}
.product-info .zoom_btn a:hover{
	color: #444;
}
.product-info .image-additional {
	width: 328px;
	margin-left: -11px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #f4f4f4;
	width: 90px;
	height: 90px;
    padding: 3px;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.product-info .image-additional img:hover{
	border: 1px solid #eee;
	}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 11px;
	margin-bottom: 11px;
}
.product-info .description {
	padding: 6px 0px 10px 0px;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 12px;
}
.product-info .description span {
	color: #999;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .description a:hover {
	color: #00d0dd;
}
.product-info .price {
	overflow: auto;
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
	color: #333333;

	font-size: 22px;
	font-family: 'Droid Sans', arial, sans-serif;
}
.txt_price {
	display: none;
	font-size: 14px;
}

.product-info .price-old {
	color: #ccc;
	text-decoration: line-through;
}
.product-info .price-new {
}
.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 .options {
	padding: 0px;
	margin-bottom: 0px;
}
.product-info .option input[type='checkbox'], .product-info .option input[type='radio']{
	position:relative;
	top: 1px;
	margin-right: 5px;
}
.product-info .options .option b{
	font-weight: normal;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
.product-info .options h2{
	margin-top: 10px;
	margin-bottom: 6px;
}
.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 #f3f3f3;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 0px 8px 0px;
	margin-bottom: 4px;
	overflow: auto;
}
.product-info .cart .elems_block_quantity {
	padding: 16px 0px 15px 0px;
	font-size: 14px;
	display: flex;
}

.product-info .cart .elems_block_quantity .wrapp_pr_quantity{
	display: flex;
    align-items: center;
}

.product-info .cart .elems_block_quantity #button-cart{
	margin: 0 0 0 14px;
	padding: 12px 22px;
	font-size: 15px;
	color:#3f4a2a;
	text-transform: uppercase;
	background: #00d0dd url('../images/grad.png') left top repeat-x;
	background-size: contain;
	color: white;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: none;
}

/* Prod add/sub */
.sub_prod_count {
	border: none;
	cursor: default;
	height: 31px;
	width: 24px;
	background: #f6f6f6 url('../images/minus.png') center center no-repeat;
	-moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius:  3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}
.add_prod_count {
	border: none;
	cursor: default;
	height: 31px;
	width: 24px;
	background: #f6f6f6 url('../images/plus.png') center center no-repeat;
	-moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.sub_prod_count:hover {
	border: none;
	cursor: default;
	background: #eee url('../images/minus.png') center center no-repeat;
}
.add_prod_count:hover {
	border: none;
	cursor: default;
	background: #eee url('../images/plus.png') center center no-repeat;
}

.product-info .cart div .qty_input{
	padding: 7px;
	margin: 0;
	width: 32px;
	background: #fff;
	-moz-box-shadow:    inset 0px 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
    box-shadow:         inset 0px 1px 2px rgba(0,0,0,0.05);
    border: 1px solid #ededed;
   	-moz-border-radius: 0;
    -webkit-border-radius:0;
    -khtml-border-radius: 0;
    border-radius:0;
    color: #666;
    text-align: center;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.cart_clearer {
	clear: left;
	height: 10px;
	margin: 0;
	display: block;
}


a.icon_plus {
	background: url('../images/plus_tiny.png') 0px 4px no-repeat;
	padding: 0px 0 0 16px;
	font-size: 12px;
	color: #4D4D4D;
}
a.icon_plus:hover {
	color: #00d0dd;
}
span.icon_wishlist {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 0 0px #5a5a5a;
}
span.icon_wishlist.active {
	background: #63a7d7;
}
span.icon_wishlist.active svg{
	fill:#fff;
}
span.icon_wishlist:hover {
	box-shadow: 0 0 4px #5a5a5a;
}
span.icon_compare {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #eee;
    border-radius: 50%;
	cursor:pointer;
	transition:all .3s ease;
	box-shadow: 0 0 0px #5a5a5a;
}
span.icon_compare.active {
	background: #63a7d7;
}
span.icon_compare.active svg{
	fill:#fff;
}
span.icon_compare.active svg rect{
	fill:#fff;
}

span.icon_compare:hover {
	box-shadow: 0 0 4px #5a5a5a;
}

a.icon_comment {
	background: url('../images/icon_comment.png') 0px 0px no-repeat;
	padding: 1px 0 0 24px;
	font-size: 12px;
	color: #4D4D4D;
}
a.icon_comment:hover {
	color: #00d0dd;
}

.product-info .review {
	color: #999;
}
.product-info .review .divider{
	color: #ccc;
	font-size: 13px;
}
.product-info .review > div {
	padding: 10px 0 8px;
	line-height: 20px;
}
.product-info .review > div img{
	position: relative;
	top: 3px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .share {
	margin: 8px 0 0;
	overflow: auto;
	line-height: normal;
}
.product-info .share a {
	text-decoration: none;
}

.product-info .review a.rev_count {
	font-size: 11px;
	color: #666;
}
.product-info .review a.rev_count:hover {
	color: #00d0dd;
}
.tab-content #review .content {
/* 	color: #555;*/
}
.tab-content #review .content img{
	position: relative;
	top: 3px;
}
.tab-content #review .content .r_date{
	margin: 8px 0;
	color: #aaa;
}
.tab-content div.r_label{
	color: #666;
	margin: 20px 0 4px;
}
.tab-content b.r_label{
	color: #666;
}



.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 #eee;
	border-left: 1px solid #eee;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #333333;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 20px;
}
.wrapp_compare_table{
	max-width: 100%;
    overflow-x: auto;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.compare-info td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	min-width: 150px;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-size: 12px;
	color:#bbb;
	text-decoration: line-through;
}
.compare-info .price-new {
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #eeeeee;
}
.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 #eeeeee;
}
.wishlist-info tbody .image img {
	border: 1px solid #eeeeee;
}
.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: rgb(214, 193, 7);
}
.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;
}
/* orders */
.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;
}
/* returns */
.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 */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #eeeeee;
}
.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, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
}
.cart-info tbody .image img {
	border: 1px solid #eeeeee;
}
.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: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: rgb(214, 193, 7);
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #eeeeee;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	background-image: -moz-linear-gradient(#F8F8F8,#EEE);
	background-image: -o-linear-gradient(#F8F8F8,#EEE);
	background-image: -webkit-linear-gradient(#F8F8F8,#EEE);
	background-image: linear-gradient(#F8F8F8,#EEE);

	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	text-shadow: 0 1px 0 #fff;
}
.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 #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #eeeeee;
}
.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 #eeeeee;
}
.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 #eeeeee;
}
.contact-info {
	overflow: auto;
	line-height: 19px;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.contact-info-input{
	width: 180px;
}

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin: 20px 20px 30px;
}


/* Sitemap list */
.sitemap-info ul {
	list-style: none;
	margin: 4px 0;
	padding: 0;
}
.sitemap-info ul li {
	margin: 7px 0px;
	line-height: 18px;

}
.sitemap-info .div a {
	text-decoration: underline;
	font-weight: bold;
}

.sitemap-info ul li a {
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url('../images/arrow_left.png') 4px 6px no-repeat;
	font-size: 14px;
}
.sitemap-info .left > ul > li > a, .sitemap-info .right > ul > li > a {
	font-weight: 600;
	background: none;
	padding: 0 0 0 0px;
}
.sm_info_head {
	font-size: 14px;
}
.sitemap-info ul li a:hover {
}
.sitemap-info ul li ul {
	margin: 7px 10px;
}


/* footer */
.footer_top {
	clear: both;
	background: url('../images/footer_top_bgr.png') top repeat-x;
	margin: -20px -20px 20px -20px;
	height: 5px;
}
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	margin: 0 -20px -20px;
	background: #ececec url('../images/footer_bgr.png') top repeat-x;

	-moz-border-radius:  0 0 6px 6px;
    -webkit-border-radius:  0 0 6px 6px;
    -khtml-border-radius:  0 0 6px 6px;
    border-radius:  0 0 6px 6px;
}
#footer.footer_dark {
	background: #202223 url('../images/footer_bgr_dark.png') top repeat-x;
}
#footer .ft {
	color: #556167;
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px white;
	font-family: 'Open Sans', sans-serif;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#footer.footer_dark .ft{
	color: #818f96;
	text-shadow: 0px -1px 0px #111;
}
#footer .column {
	float: left;
	width: 18%;
	min-height: 100px;
}
#footer .big_column {
	float: right;
	width: 28%;
	min-height: 100px;
}


/* Footer Icons*/
.icon_tweet {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_tweet.png') center -23px no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_tweet:hover {
	background: url('../images/icon_tweet.png') center top no-repeat;
}
.icon_facebook {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_facebook.png') center -23px no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_facebook:hover {
	background: url('../images/icon_facebook.png') center top no-repeat;
}
.icon_pinterest {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_pinterest.png') center -23px no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_pinterest:hover {
	background: url('../images/icon_pinterest.png') center top no-repeat;
}
.icon_skype {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_skype.png') center -23px no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_skype:hover {
	background: url('../images/icon_skype.png') center top no-repeat;
}
.icon_google {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_google.png') center -23px no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_google:hover {
	background: url('../images/icon_google.png') top center no-repeat;
}


.icon_phone {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_phone.png') left -24px no-repeat;
	padding: 0 0 0 32px;
	text-shadow: 0px 1px 0px white;
	margin-bottom: 6px;
}
.icon_mail {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_mail.png') left -24px no-repeat;
	padding: 0 0 0 32px;
	text-shadow: 0px 1px 0px white;
	margin-bottom: 6px;
}
.icon_loc {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_loc.png') left -25px no-repeat;
	padding: 0 0 0 32px;
	text-shadow: 0px 1px 0px white;
}

#footer.footer_dark .icon_phone, #footer.footer_dark .icon_mail, #footer.footer_dark .icon_loc{
	color: #748188;
	text-shadow: none;
}

/* Pmt icons */
.icon_visa {
	float: left;
	width: 33px;
	height: 21px;
	background: url('../images/icon_visa_hover.png') center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin:  2px 15px 0 0;
}

.icon_paypal {
	float: left;
	width: 33px;
	height: 21px;
	background: url('../images/icon_paypal_hover.png') center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin:  2px 15px 0 0;
}

.icon_mastercard {
	float: left;
	width: 33px;
	height: 21px;
	background: url('../images/icon_mastercard_hover.png') center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin:  2px 15px 0 0;
}
.icon_discover {
	float: left;
	width: 33px;
	height: 21px;
	background: url('../images/icon_discover_hover.png') center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin:  2px 15px 0 0;
}

.icon_amex {
	float: left;
	width: 33px;
	height: 21px;
	background: url('../images/icon_amex_hover.png') center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	text-indent: -9999px;
	margin:  2px 15px 0 0;
}

#footer.footer_dark .icon_visa,#footer.footer_dark .icon_paypal,#footer.footer_dark .icon_mastercard,#footer.footer_dark .icon_discover,#footer.footer_dark .icon_amex{
	opacity:0.4;
	filter:alpha(opacity=40);
}



#footer .column ul {
	margin: 0px;
	list-style: none;
	padding: 0;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer a {
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	color:#748188;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#footer a:hover {
	color:#00d0dd;
}
#powergb(214, 193, 7) {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	font-size: 11px;
	color: #748188;
}
#powergb(214, 193, 7) a{
	font-size: 11px;
}
.footer_btm {
	clear: both;
	overflow: auto;
	padding: 8px 20px 0;
	margin: 16px -20px -4px;
}
/* banner */

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

#column-left .banner div, #column-right .banner div {
	margin-top: 15px;
}

.custom_banner {
	overflow: auto;
	margin: 0 -15px 0 0;
}
.custom_banner div {
	float: left;
	margin: 0 15px 15px 0;
}



/*********************************************************
ZOOM : START
/*********************************************************/
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #ddd;
	margin: -1px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	position:absolute !important;
	background-color:#444;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	bottom:0px;
	display: none;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: 2px solid #ffffff;
	webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.13);
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#444;
	padding:3px;
	border:1px solid #222;
	border-radius: 4px;
}
/*********************************************************
ZOOM : END
/*********************************************************/

#tab-description {
	line-height: 1.6em;
}
#tab-description p{
	margin-bottom: 12px;
}
#tab-description h1{
	margin-top: 0px;
}
#tab-description h2{
	margin-top: 0px;
	font-size: 15px;
}
#tab-description ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#tab-description ul li {
	margin: 6px 0px;
	padding: 0 0 0 18px;
	background: url('../images/bullet2.png') -5px 3px no-repeat;
}
#tab-description ol{
	margin: 0;
	padding: 0 0 0 32px;
}
#tab-description ol li {
	margin: 8px 0px;
	padding: 0 0 0 2px;
}

.search_container {
	background: #F9F9F9;
	padding: 20px;
	margin: 10px 0 30px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.search_table{
	margin: 0px 0 0 12px;
}
.search_table td{
	padding: 5px 0;
}
.search_table input[type="text"], .search_table select {
	min-width: 200px;
}
.tags {
	margin: 20px 0;
}

.wait {
	margin: 0px 0 0 7px;
}

/* Wishlist + Campare */
.wishlist, .wishlist_link {}

.compare, .wishlist {
	margin: 4px 4px 0px 0;
}









/* Theme Styler */

#styler_slider {
	position:fixed;
	top: 110px;
	left:-220px;
	width: 220px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	-moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -khtml-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    z-index: 5000;
    font-family: 'Droid Sans', arial, sans-serif;
}
.colorpicker {
    z-index: 5001;
}
.styler_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.styler_content {
	margin: 0 14px;
	padding: 10px 0;
}
.styler_toggler_holder {
	position:absolute;
	top: -4px;
	right:-40px;
	width: 40px;
	height: 40px;
	background: url('../images/styler_arrow.png') top left no-repeat;
}

.styler_toggler_on {
	margin: 6px 0 0 2px;
	width: 24px;
	height: 24px;
	background: url('../images/st_open.png') top left no-repeat;
	cursor: pointer;
}
.styler_toggler_off {
	margin: 6px 0 0 2px;
	width: 24px;
	height: 24px;
	background: url('../images/st_open.png') top left no-repeat;
	cursor: pointer;
}
.styler_heading {
	color: #513847;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #eee;
}
.styler_footer {
	color: #513847;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-top: 1px dotted #eee;
	padding-left: 80px;
}
#main_color{
	color: #fff;
	background: #00d0dd;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
}
#menu_color{
	color: #fff;
	background: #00d0dd;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
}
#bgr_color{
	color: #666;
	background: #eee;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
}
.styler_content em {
	color: #aaa;
}
#menu_style {
	width: 80px;
	margin-left: 2px;
}
#footer_style {
	width: 70px;
	margin-left: 2px;
}
#bgr_picker {
	width: 98px;
	margin-left: 2px;
}
#nav_font_picker {
	width: 98px;
	margin-left: 2px;
}
#title_font_picker {
	width: 98px;
	margin-left: 2px;
}
#button_font_picker {
	width: 98px;
	margin-left: 2px;
}
#body_font_picker {
	width: 98px;
	margin-left: 2px;
}
#nav_fontsize_picker {
	width: 98px;
	margin-left: 2px;
}
#title_fontsize_picker {
	width: 98px;
	margin-left: 2px;
}

.styler_top_divider {
	padding-top: 8px;
	border-top: 1px dotted #eee;
}
/* Theme Styler :: End */








/* Mobile Themes :: Start */

@media only screen and (min-width: 760px) and (max-width: 960px) {


	/* --------------  General ---------------------*/

		.shown-tablet {display: block !important;}
		.hidden-tablet {display: none !important;}


	/* --------------  Layout ---------------------*/

		#container {
			width: auto;
			margin: 10px;
		}

	/* --------------  Home Page ---------------------*/

	#styler_slider {
		display: none;
	}

	.products_container {
		overflow: auto;
		margin: 0;
		padding-top: 2px;
	}
	.product_holder {
		width: 20%;
		vertical-align: top;
		margin: 0;
	}
	.product_holder + .product_holder {
		margin: 0 0 2% 0%;
	}

	/*.product_holder img{
		max-width: 90%;
		margin: 5px auto;
	}*/

	.product_holder .name {
		margin-bottom:4px;
	}

	.product_holder .price{
		float: none;
		text-align: center;
		margin: 4px 0;
	}
	.product_holder .cart{
		float: none;
		text-align: center;
		margin: 5px 0;
	}
	.custom_banner {
		display: none;
	}

	#menu > ul > li > a {
		font-size: 13px;
		padding: 0px 10px 0px 10px;
	}
	#buy_theme_btn {
		display: none;
	}
	.jcarousel_arrows {
		display: none;
	}
	.jcarousel-custom .jcarousel-list-horizontal {
		width: 100% !important;
	}
	.products_container .jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal {
		width: 20% !important;
		display: inline-block !important;
		float: none !important;
	}
	.products_container .jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal .product_holder{
		width: 100% !important;
	}

	/* --------------  Category Page ---------------------*/

    img.new_prod_icon, img.noimg, img.special_promo {
        right: 17px !important;
    }

	.product-list .product_holder_inside {
		padding-right: 0;
	}

	.product-list .product_holder .price{
		float: right;
		margin-top:0;
		margin-left: 16px;
	}
	.product-list .product_holder .cart{
		float: right;
		margin-top: 20px;
	}
	.product-list .product_holder + .product_holder {
		margin: 0;
	}

	.category-info img{
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}

	.product-grid {
		margin: 0;
		padding-top: 2px;
		border-bottom: none;
	}

	.product-grid .product_holder {
		width: 25%;
		vertical-align: top;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2%;
	}
	/*.product-grid .product_holder img{
		max-width: 90%;
		height: auto;
		width: auto\9;
	}*/
	.product-grid .product_holder .name {
		margin-bottom: 4px;
	}
	.product_holder .price .price-old{
	}

	.inside_page .products_container {
		margin: 0 0% 0 0;
	}
	.inside_page .product_holder {
		width: 25%;
	}
	.inside_page .product-list .product_holder {
		width: auto;
	}

	/* --------------  Product Page ---------------------*/

	.product-info .cart .button {
		padding: 0px 12px 0px 12px;
		margin: 0 0 0 4px;
	}

	.product-info .cart .qty_input {
		width: 20px;
	}

	.cloud-zoom-big {
		left: -10px !important;
		top: -10px !important;
		width: 330px !important;
		height: 330px !important;
	}

}

/* Mobile Themes :: Phones only */
.fon-top .burger{
	display:none;
}
@media only screen and (max-width: 759px) {
	.fon-top .burger{
		display: flex;
		float: left;
		width: 34px;
		height: 22px;
		margin-right: 10px;
		flex-direction: column;
		justify-content: space-between;
	}
	.fon-top .burger .free{
		display:flex;
		display: block;
		width: 100%;
		height: 2px;
		background: #45658a;
	}
    img.new_prod_icon, img.noimg, img.special_promo {
        right: 14px !important;
    }

	/* --------------  General ---------------------*/

		.shown-phone {display: block !important;}
		.hidden-phone {display: none !important;}


	/* --------------  Layout ---------------------*/
		html {-webkit-text-size-adjust: none;}
		body {padding: 10px 0px;}

		#menu-holder {display: none !important;}

		#container {
			width: auto;
			min-width: 320px;
			padding: 0;
			margin-top: 0;
		}
		#content {
			/*padding: 0 10px 10px;*/
		}

		#styler_slider {
			display: none;
		}
		.custom_banner {
			display: none;
		}
		#column-left, #column-right {
			display: none;
		}
		#column-left + #column-right + #content, #column-left + #content, #column-right + #content {
			margin-left: 0px;
			margin-right: 0px;
		}
		.jcarousel-skin-opencart .jcarousel-item-horizontal img {
			max-width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
		}
		#menu {
			display: none;
		}
		#menu-phone {
			width: auto;
			background: #111;
			height: 32px;
			position: relative;
		}
		#menu-phone-button {
			position: relative;
			z-index:900;
			width: auto;
			line-height: 32px;
			font-size: 15px;
			color: #fff;
			text-indent: 14px;
			background: #111;
			display: block;
		}
		#menu-phone-select{
			display: none;
			position: absolute;
			z-index:900;
			top: 30px;
			left: 3px;
			width: 97%;
			height: auto;
			background: #fff;
			border: 2px solid #45658a;
		}
		#menu-phone-select > ul {
			list-style-type: none;
			margin: 0;
			padding: 10px 15px;
		}
		#menu-phone-select > ul > li {
			padding: 7px 0;
			border-bottom: 1px solid #e0e0e0;
			position: relative;
		}
		#menu-phone-select > ul > li:last-child {
			border-bottom: 0;
		}
		#menu-phone-select > ul > li > a {
			font-size: 17px;
		}
		#menu-phone-select > ul > li > span {
			font-size: 38px;
			line-height: 0;
			position: absolute;
			top: 17px;
			right: 25px;
			transform: rotate(90deg);
		}
		#menu-phone-select > ul > li > ul {
			list-style-type: square;
			padding: 5px 20px;
			margin: 0;
		    display: none;
		}
		#menu-phone-select > ul > li > ul > li {
			padding: 3px 0;
			color: #5281b7;
		}
		#menu-phone-select > ul > li > ul > li > a {
			font-size: 13px;
		}

		#buy_theme_btn {
			display: none;
		}
		.button-cart {
			/* margin-left: 6px !important; */
		}
		#header {
			height: 188px;
			text-align: center;
		}
		#header #logo {
			position:relative;
			top: 0px;
			left: 0px;
			margin: 0px auto;
			padding-top: 16px;
		}
		#header #logo img{
			max-width: 85%;
			max-height: 60px;
		}
		#header .links {
			display: none !important;
		}
		.pagination .links {
			display: block;
		}
		#header #cart {
			position: relative;
			text-align: center;
			top: -6px;
			left:0px;
		}
		#header #cart .heading {
			padding-top:17px;
			float: none;
			margin-left: 0;
			margin-right: 0;
		}
		#header #cart .content {
			margin-left: 8px;
			margin-right: 8px;
		}
		#header #cart .heading a span {
			display: inline-block;
		}
		.sub_prod_count{

		}

		#header #welcome {
			position: relative;
			margin: -8px 10px;
			width: auto;
			top:0;
			left:0;
			right: 0;
			text-align: left;
			text-align: center;
		}
		#header_btm {
			position: absolute;
			margin: 8px 0px;
			right:0;
			top: 155px;
			width: 100%;
			text-align: left;
			height: 28px;
		}
		.icon_phone_head{
			float: none;
			margin-top: 10px;
			font-size: 17px;
			line-height: 24px;
			padding: 0 0 0 0px;
			text-shadow: 0px 1px 0px white;
			margin-bottom: 3px;
		}
		#c_switcher {
			box-shadow: none;
			line-height: 21px;
			margin-top:0px;
			background: #fff;
			-moz-border-radius: 4px;
		    -webkit-border-radius: 4px;
		    -khtml-border-radius: 4px;
		    border-radius: 4px;
		}
		#language {
			margin-right: 12px;
		}
		#l_switcher {
			box-shadow: none;
			line-height: 21px;
			margin-top:0px;
			background: #fff;
			-moz-border-radius: 4px;
		    -webkit-border-radius: 4px;
		    -khtml-border-radius: 4px;
		    border-radius: 4px;
		}
		#footer {
			margin: 0;
		}
		#footer .big_column {
			clear: both;
			width: 100%;
			float: none;
		}
		#powergb(214, 193, 7) {
			display: none;
		}
		#footer .column{
			display: none;
		}
		#footer .column h3{
			font-size: 13px;
		}
		#footer .shown-phone {
			width: 50%;
			display: block;
			margin-bottom: 24px;
		}

	/* --------------  Home Page ---------------------*/

	.products_container {
		overflow: auto;
		margin: 0;
		padding-top: 2px;
	}
	.product_holder {
		float: none;
		width: 98%;
		vertical-align: top;
		position: relative;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		margin: 0;
	}

	.product_holder_inside {
		padding-bottom: 3px;
	}

	.product_holder .image {
		float: left;
		width: 40%;
	}
	/*.product_holder img{
		width: 90%;
		margin: 5px auto;
	}*/
	.product_holder .pr_info {
		margin-left: 42%;
	}
	.product_holder .name {
		font-weight: 600;
		margin: 10px 14px 0;
		border-top: 0;
		padding: 10px 0 6px;
	}
	.product_holder .name a{
		font-size: 1.2em;
	}
	.product_holder .price {
		float: none;
		text-align: left;
		font-weight: bold;
		margin: 0 14px;
		font-size: 14px;
	}
	.product_holder .price .price-old {
		display: none;

	}
	.product_holder .cart {
		float: left;
		text-align: left;
		margin: 0 12px;
		padding: 10px 0 6px;
	}

	.banner {
		display: none;
	}
	.welcome_text {
		margin: 16px 0px 16px 0px;
	}

	.jcarousel-container-horizontal {
		margin-top: 10px;
	}

	.jcarousel-skin-opencart .jcarousel-next-horizontal {
		top: 50% !important;
		margin-top: -10px !important;
	}
	.jcarousel-skin-opencart .jcarousel-prev-horizontal {
		top: 50% !important;
		margin-top: -10px !important;
	}

	.cart-arrow {
		right: 50%;
	}

	.products_container .jcarousel-list-horizontal{
		width: 100% !important;
		float: none !important;
		display: flex !important;
		flex-wrap: wrap;
	}
	.jcarousel_arrows {
		display: none;
	}
	.products_container .jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal {
		margin-left: 0;
		margin-right: 0px;
		width: 50% !important;
		float: none !important;
		display: block !important;
		margin-bottom: 8px;
	}
	.special_promo {
		top: 10%;
	}

	/* --------------  Category Page ---------------------*/
	.product-filter .product-compare {
		padding-top: 6px;
	}
	.product-filter a.icon_compare {
		text-decoration: none;
		padding: 3px 0 1px 22px;
		font-size: 11px;
	}
	.category-info img{
		max-width: 100%;
		height: auto !important;
		width: auto\9; /* ie8 */
	}

	.product-grid {
		overflow: auto;
		margin: 0;
		padding-top: 2px;
	}
	.product-grid .product_holder {
		float: none;
		width: 49%;
		vertical-align: top;
		position: relative;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		margin: 0;
	}

	.product-grid .product_holder_inside {
		padding-bottom: 3px;
	}

	.product-grid .product_holder .image {
		float: left;
		width: 40%;
		margin-right: 5%;
	}
	/*.product-grid .product_holder img{
		width: 90%;
		margin: 13% auto 18%;
	}*/
	.product-grid .product_holder .pr_info {
		margin-left: 42%;
	}
	.product-grid .product_holder .name {
		text-align: left;
		font-weight: normal;
		margin: 10px 14px 0;
		border-top: 0;
		padding: 10px 0 6px;
	}
	.product-grid .product_holder .name a{
		font-size: 1.2em;
	}
	.product-grid .product_holder .price {
		text-align: left;
		font-weight: bold;
		margin: 0 14px;
		font-size: 14px;
	}
	.product-grid .product_holder .cart {
		text-align: left;
		font-weight: bold;
		margin: 0 0px;
		padding: 10px 0 6px;
	}

	.product-grid .wishlist, .product-grid .compare {
		text-align: left;
	}
	.quan-viz{
		display: block;
		position: relative;
		left: 30px;
	}

	.product-list {
		overflow: auto;
		margin: 0;
		padding-top: 2px;
	}
	.product-list .product_holder {
		float: none;
		width: 98%;
		vertical-align: top;
		position: relative;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		margin: 0;
	}

	.product-list .product_holder_inside {
		padding-bottom: 3px;
	}

	.product-list .product_holder .image {
		float: none;
		width: 40%;
		margin: 3% 5%;
	}
	/*.product-list .product_holder img{
		width: 90%;
		margin: 5px auto;
	}*/
	.product-list .product_holder .pr_info {
		margin-left: 42%;
	}
	.product-list .product_holder .name {
		float: left;
		text-align: left;
		font-weight: 600;
		margin: 4px 4px 0;
		width: 52%;
		border-top: 0;
		padding: 0px 0 6px;
	}
	.product-list .description {
		display: none;
	}
	.product-list .rating {
		display: none;
	}
	.product-list .product_holder .name a{
		font-size: 1.2em;
	}
	.product-list .product_holder .price {
		float: right;
		text-align: left;
		font-weight: bold;
		margin: 0 14px;
		font-size: 14px;
		height: auto;
		line-height:auto;
	}
	.product-list .product_holder .cart {
		text-align: left;
		font-weight: bold;
		margin: 0 12px 0 0;
		padding: 8px 0 6px;
	}

	.product-list .right {
		margin: 12px 0 0 0px;
		padding-bottom: 14px;
		height: auto;
	}

	.product-list .wishlist, .product-list .compare {
		text-align: left;
	}
	.product-filter .display {
		display: none;
	}
	.product-filter .limit {
		display: none;
	}
	.product-filter select {
		max-width: 100px;
	}

	/* --------------  Product Page ---------------------*/

	.product-info {
		overflow: hidden;
	}

	.product-info > .left {
		float: none;
		margin: 0;
	}
	.product-info > .left + .right {
		margin-left: 0px;
		margin-top:12px;
	}

	.product-info .image img {
		max-width: 100%;
	}


	.product-info .cart .button {
		padding: 0px 12px 0px 12px;
	}

	.product-info .cart .qty_input {
		width: 20px;
	}

	.cloud-zoom-big {
		left: -6px !important;
		top: -8px !important;
		width: 301px !important;
		height: 303px !important;
	}
	.htabs a {
		padding: 7px 10px 6px 10px;
		font-size: 13px;
	}

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

/* Mobile Themes :: End */

.product-grid .wishlistbutton {display:inline; }
.product_holder .wbotton {margin:16px;}
.product_holder .compareview {display: block; padding: 8px; text-align: center;}

.quant-prev{
	margin-left: 40px;
	/*margin-bottom: 5px;*/
	margin-right: 40px;
}

img.noimg{
	right: 17px;
	position: absolute !important;
	z-index: 100;
	top: 15px;
}
img.fullwidth_block.noimg{
	right: 28px;
	margin-top: 10px;
}
img.fullwidth_block.new_prod_icon{
	right: 27px;
}
img.fullwidth_block.special_promo{
	right: 27px;
}
.min-noimgbig{
	width: 106px !important;
	margin-left: -39px;
}
img.noimgbig{
	width: 150px;
	position: absolute !important;
	z-index: 1000;
	top: 6px;
}
div.quant-prev input.qty_input{
	text-align: center;
}
div#search{
	margin-top: 10px;
	margin-bottom: 10px;
}
#order_form_content .section{
	height: 40px;
}
/*.clear_scroll{
	position: absolute;
	width: 19px;
	height: 100%;
	right: 6px;
	background-color: white;
}*/


#order_call_form_form input.button {
	margin: 0;
	float: right;
}
.smartfilter input.button {
	margin: 0 3px 0 0;
	float: left;
}

img.prod_icon_search {
	right: 18px;
}

.header_bottom_content{
	display: flex;
	border-radius: 6px;
	justify-content: space-between;
}

.header_bottom_content .small_basket_wrapp{
	display: flex;
}

.header_bottom_content .small_basket{
	display: flex;
    align-items: center;
    background: #ffffff;
    padding: 0px 6px;
    border: 1px solid #45658a;
    border-radius: 0 6px 6px 0px;
}

.header_bottom_content .small_basket a{
	display: flex;
    align-items: center;
}

.header_bottom_content .small_basket a .wrapp_icon{
	position:relative;
	margin-right: 8px;
}

.header_bottom_content .small_basket a .wrapp_icon svg{
	fill:#000;
}

.header_bottom_content .small_basket a .wrapp_icon .count{
	position: absolute;
    background: #45658a;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px;
    box-sizing: content-box;
    right: -8px;
    top: -7px;
}

.header_bottom_content .icons_cw{
	display: flex;
    align-items: center;
}

.header_bottom_content .icons_cw .icon{
	position:relative;
	margin-right: 20px;
	display: flex;
    align-items: center;
}

.header_bottom_content .icons_cw .icon .count{
	background: rgb(214, 193, 7);
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -9px;
    right: -13px;
	font-size: 10px;
    font-weight: 600;
    padding: 2px;
    box-sizing: content-box;
	border: 2px solid #45658a;
}

.dark_menu #menu > ul > li > a {
	background: none!important;
}
.dark_menu #menu > ul a {
	color: #fff;
	text-shadow: none;
	background: url(../images/main_nav_bgr_sep_vertical_dark.png) bottom left repeat-x;
}

.dark_menu #menu > ul > a {

}
.dark_menu #menu > ul > li {
    background: none;
}
.dark_menu {
	background:#45658A;
}
#footer.footer_dark {
    background: #45658A;
}
#footer.footer_dark .ft {
    color: #fff;
    text-shadow: none;
}
#footer a {
    color: #fff;
}
#footer.footer_dark .icon_phone, #footer.footer_dark .icon_mail, #footer.footer_dark .icon_loc {
    color: #fff;
}
#powergb(214, 193, 7) {
    font-size: 11px;
    color: #fff;
}
.dark_menu #menu > ul > li:nth-child(8) a{
	color:#CBB14E;
}
/* .dark_menu #menu > ul > li:first-child a span {
    background: url('../images/home.png') center center no-repeat;
    background-size: 20px;
} */
#menu > ul > li > a .home_icon {
    width: 40px;
    height: 40px;
}
#menu > ul > li > a {
    padding: 0px 14px 0px 0px;
}




.dark_menu #menu > ul > li > div {
    background: #45658A;
}
.dark_menu #menu > ul > li > div{
    border: 1px solid #45658A;
    border-top: 1px solid #45658A;
}
.dark_menu #menu > ul > li > div > ul {
    border-top: 3px solid #45658A;
}


.dark_menu #menu > ul > li > div > ul > li:hover div.subs-menu.column-2 {
	display:block !important;
}
.dark_menu #menu > ul > li > div > ul > li > div.subs-menu.column-2 {
	display:block;
	position: absolute;
    top: 4px;
    right: -176px;
    width: 175px;
    background: #45658a;
    border-radius: 0 5px 5px 0;
    padding: 5px 5px 5px 0;
}




.fon-top{
	position:relative;
}

.h-top-block{
	display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    background: #45658a;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
}
.h-top-block ul{
	float:left;
    padding-left: 0;
	margin: 0 15px 0 0;
}
.h-top-block div{
	font-size: 14px;
    display: flex;
}
.h-top-block div span{
	color: #ffffff;
}
.h-top-block div span:first-child{
	margin-right: 15px;
}
.h-top-block ul li{
	list-style:none;
	display:inline-block;
	margin-right:5px;
}
.h-top-block ul li a{
	display:block;
	text-decoration:none;
	color:#476589;
	font-size: 17px;
}


.h-top-block ul a{
	display:inline-block;
	text-decoration:none;
	color: #ffffff;
    font-size: 18px;
}

.h-top-block ul .separate{
	margin: 0px 4px;
    font-size: 17px;
    line-height: 100%;
}

.h-bootom-block{
	overflow: hidden;
    margin-bottom: 6px;
    display: flex;
}
.h-bootom-block .search_inside {
	padding: 0 40px;
    display: flex;
    align-items: center;
	flex:1;
	transition:.3s ease;
}
.h-bootom-block .search_inside #searchform{
	width: 100%;
	display:block;
}

.h-bootom-block .search_inside #searchform .wrapp_search_elems{
	display: flex;
	border: 1px #A8B7C8 solid;
    border-radius: 7px;
	overflow:hidden;
}

.h-bootom-block .search_inside #searchform .wrapp_search_elems input{
	padding: 5px;
	width: 100%;
	color: #A8B7C8;
	box-sizing: border-box;
	box-shadow: none;
	border:none;
	border-radius:0;
	padding: 10px 10px;
}

.h-bootom-block .search_inside #searchform .wrapp_search_elems .btn_search{
	width: 55px;
    position: relative;
    background: #45658a;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}

.h-bootom-block .search_inside #searchform .wrapp_search_elems .btn_search .search_img{
	position: absolute;
    top: -4px;
    right: 13px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	background: url(../images/lupa.png) no-repeat center center;
	background-size: 84%;
	display: block;
    height: 21px;
    width: 21px;
}

.h-bootom-block .wrapp_logo{

}
.h-bootom-block .wrapp_logo .site_desc{
	text-align: center;
	margin: 0;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600;
	color: #476589;
}
.h-bootom-block .logo{
	background: url(../images/logo-new.png) no-repeat center center;
	background-size: contain;
    height: 70px;
    width: 150px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.contact{
	text-align:right;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact a{
	display: block;
    text-decoration: none;
    color: #45658a;
    font-size: 18px;
    font-weight: 600;
}
.contact a:nth-of-type(1){
	margin-top:0px;
}
.contact a:nth-of-type(3){
	color:#6882A0;
	border:1px #6F88A4 solid;
	border-radius:5px;
	padding: 5px 5px;
}

.contact .order_call{
	color:#6882A0;
	border:1px #6F88A4 solid;
	border-radius:5px;
	padding: 5px 5px;
	font-size: 17px;
}
.contact .btn_callback,
.contact .btn_callback2 {
	width: max-content;
    color: #ffffff!important;
    border: 1px #83b257 solid!important;
    border-radius: 5px!important;
    padding: 8px 16px!important;
    font-size: 14px;
    text-transform: uppercase;
    background: #83b257;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.6px;
	transition:.3s ease;
}
.contact .btn_callback_link{
	cursor:pointer;
	text-decoration: underline;
	margin-bottom: 5px;
}
.contact .btn_callback_link:before{
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url("/images/icon-phone.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}
.contact .btn_callback_link:hover{
	text-decoration: none;
}


.contact .btn_callback:hover{
	color: #83b257!important;
	background: #fff;
}

.icon_phone {
    display: none;

}


.fon-top-2{
	position:relative;
	/* margin: 0 -20px -20px; */
	padding: 20px;
	clear: both;
	background: #45658a;
}
.fon-top-2 .bg_overlay{}
.foot-top{
	overflow:hidden;
	margin-top: 20px;
	position: relative;
}
.foot-top a{
	text-decoration:none;
}
.foot-top li{
	list-style:none;
}
.foot-top li a{
	list-style:none;
	color:#fff;
	font-size:14px;
	padding: 3px 0;
    display: block;
}
.foot-top ul span{
	color:#fff;
	display:block;
	border-bottom: 2px #8FA3B9 solid;
	padding-bottom: 5px;
	margin-bottom: 16px;
	font-size: 16px;
}
.social:before{
    background: url(../images/support.png) no-repeat top center;
	display:block;
	content:"";
	height: 94px;
	width: 255px;
	position: absolute;
	top: 30px;
	left: 0;
}
.social .select-city-pp{
	position: absolute;
	top: 0;
	right: 0;
}
.social{
	width:224px;
	text-align: center;
	padding-top:130px;
	position:relative;
	float:right;
	margin-right: 30px;
}
.social a#asi{
	height:48px;
	width:48px;
	display:inline-block;
	margin: 0 2px;

}
.social a#asi:first-child{
	margin: 0 2px 0px 0px;
}
.social .email{
	color:#fff;
	font-size: 18px;
	padding:8px 10px 8px 5px;
	display:block;
	border:1px #fff solid;
	border-radius:5px;
	margin-top:27px;
	margin-left: 3px;
    margin-right: 3px;
	text-align:right;
	background: url(../images/contact.png) no-repeat 14px center;
}
.social .vk{
	background: url(../images/vk.png) no-repeat center center;
}
.social .insta{
	background: url(../images/instagram.png) no-repeat center center;
}
.social .yt{
	background: url(../images/youtube.png) no-repeat center center;
}
.social .tele{
	background: url(../images/telegram.png) no-repeat center center;
	margin: 0 0px 0px 2px;
}
.foot-boot .info-mas p{
	margin-bottom: 0;
	line-height: normal;
}
.foot-boot .info-mas p:nth-of-type(1){
	color:#A2B2C5;
	font-size: 14px;
}
.foot-boot .info-mas p:nth-of-type(2){
	color:#A2B2C5;
	font-size: 14px;
}
.foot-boot .info-mas p:nth-of-type(3){
	color:#fff;
	font-size: 12px;
}
.foot-top .foot-menu ul{
	float:left;
	margin-right: 50px;
	margin-top: 0px;
	padding-left: 0 !important;
	margin-bottom:0;
}
.foot-top .foot-menu{
	overflow:hidden;
	float: left;
}
.foot-boot{
	overflow:hidden;
	margin-top: 20px;
	display: flex;
    justify-content: space-between;
    align-items: end;
	position: relative;
}
.foot-boot .specialformail{
	flex: 1 0 60%;
    display: flex;
}
.foot-boot .specialformail .wrapp_email{
	display: flex;
    flex-direction: column;
    width: max-content;
    color: #fff;
	margin-right: 10px;
}
.foot-boot .specialformail .wrapp_email:last-child{
	margin-right: 0px;
}
.foot-boot .specialformail .wrapp_email span{
	margin-bottom: 8px;
    border-bottom: 2px #8FA3B9 solid;
    width: 100%;
    padding-bottom: 4px;
    font-size: 12px;
}
.foot-boot img{
	display:block;
	float:left;
	height: 38px;
	padding-top: 6px;
}
.foot-boot .info-mas{
	float:right;
	text-align: right;
}
img{
	max-width:100%;
	height:auto;
}
#searchform{
	position:relative;
}

.small_basket{

}

.cart-m {
    position: absolute;
    top: 120px;
    right: 0;
    background: #fff;
    z-index: 999;
}
.toggle-button {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 27px;
    margin-top: 2px;
	text-align: center;
	width:27px;
	position: absolute;
    top: -120px;
    right: 0;
}
.toggle-button::after {
    content: attr(data-open);
    display: block;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding-top: 3px;
}
.toggle-button::before {
    background: rgba(0, 0, 0, 0) url("../images/cart-us.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 25px;
    left: 0px;
    position: absolute;
    width: 35px;
	background-size:100%;
}
#menu-checkbox:checked + div[role="navigation"] .small_basket {
    display: block;

}
#menu-checkbox:checked + div[role="navigation"] .toggle-button::after {
    content: attr(data-close);
}
#menu-checkbox{
	display:none;
}
.adres-foot{
    float: left;
}
.adres-foot p{
	margin-bottom: 0;
	color: #A2B2C5;
}



/**********modal***********/
.wrapp_modal_bx{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003c589e;
	display:none;
	opacity: 0;
	z-index: 9999;
	overflow:auto;
	transition:.4s ease;
}

.wrapp_modal_bx.open{
	opacity: 1;
}

.wrapp_modal_bx .modal_bx{
	max-width: 800px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    margin-top: 80px;
    left: 50%;
    transform: translate(-50%,0%);
    padding: 20px 25px;
	border-radius: 10px;
    box-sizing: border-box;
}

.wrapp_modal_bx .modal_bx .popup__close{
	position: absolute;
    left: 100%;
    bottom: 100%;
    cursor: pointer;
    font-size: 28px;
    transform: rotate(45deg);
    line-height: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.wrapp_modal_bx .modal_bx .popup__close svg{
	pointer-events: none;
}

.wrapp_modal_bx .modal_bx .top_content{}

.wrapp_modal_bx .modal_bx .modal_content{
	display: flex;
	justify-content: center;
}

.wrapp_modal_bx .modal_bx .modal_content .fields{
	padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    border: 1px solid #d7d7d7;
    margin-top: 20px;
}

.wrapp_modal_bx .modal_bx .modal_content .fields .field{
	margin-bottom: 20px;
}

.wrapp_modal_bx .modal_bx .modal_content .fields .field:last-child{
	margin-bottom: 0px;
}

.wrapp_modal_bx .modal_bx .modal_content .fields .field input{
	width: 100%;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
}

.wrapp_modal_bx .modal_bx .bottom_content{
	margin-top: 20px;
}

.wrapp_modal_bx .modal_bx button{
	font-size: 14px;
    text-transform: uppercase;
    border: none;
    background-color: #63a7d7;
    color: #fff;
    border-radius: 4px;
	padding: 8px 10px;
}

.wrapp_modal_bx[data-modal="image360"] .modal_bx{
	margin-top: 0;
	max-width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wrapp_modal_bx[data-modal="image360"] .modal_bx .popup__close{
	right: 20px;
    bottom: auto;
    top: 20px;
    left: auto;
}
/**********end*modal**********/








@media screen and (max-width: 980px) {
.product_holder .image .gallery_pr{
	display:none;
}
#container {
    width: auto!important;
	min-width: 0!important;
	margin: 0px auto!important;
}
body {
    padding: 0px 0px 40px 0;
}
#menu-phone-button {
    background: #45658A;
	border-radius: 4px;
}
#menu-phone {
    background: #45658A;
	border-radius: 4px;
}

.products_container_new li {
    width: 50%!important;
    margin: 0px!important;
    margin-bottom: 8px!important;
    float: none!important;
}
.products_container_new ul {
    width: auto!important;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.products_container_new {
    width: auto!important;
}
#column-left, #column-right {
    display: block;
}
.product-grid {
    text-align: center!important;
}
.product-info .zoom_btn {
    margin-left: 0;
}
.foot-boot img {
    display: block;
    float: none;
    height: auto;
	margin: 0 auto;
}
.foot-boot .info-mas {
    float: none;
    text-align: center;
    margin-top: 15px;
}
.adres-foot {
    float: none;
    text-align: center;
}
.product-grid .product_holder .image {
    width: auto;
}
ymaps[id*="ymaps"] {
    height: 250px !important;
    width: auto !important;
}
ymaps.ymaps-map.ymaps-i-ua_js_yes{
	height: 250px !important;
    width: auto !important;
}
div[id*="BX_YMAP_MAP_"] {
	height: 250px !important;
    width: auto !important;
}
}
@media screen and (max-width: 940px) {
.h-top-block ul {
    margin: 0 20px 0 0;
}
}
@media screen and (max-width: 926px) {
.foot-top .foot-menu {
    float: none;
}
.social {
    float: none;
    margin: 12px auto 0;
}
.foot-top .foot-menu ul:nth-of-type(3) {
    margin-right: 0px;
}
.foot-top .foot-menu ul {
    float: none;
    display: inline-block;
    vertical-align: top;
	text-align: left;
}
.foot-top .foot-menu {
    text-align: center;
}
	.fon-top-2{
		background-size: cover;
	}
}

@media screen and (max-width: 900px){
	.wrapp_modal_bx .modal_bx .popup__close{
		left: auto;
		right: 0;
		bottom: auto;
		top: 0;
	}
	.wrapp_modal_bx .modal_bx{
		overflow: hidden;
	}
}

@media screen and (max-width: 845px) {
	.h-top-block ul {
		margin: 0 20px 0 0;
	}
	.h-top-block {
		position: static;
		display: flex;
		justify-content: space-between;
	}
	.h-bootom-block {
		position: relative;
	}
}


@media screen and (max-width: 759px) {
.product_holder .image {
    float: none;
    width: auto;
}
.product_holder .pr_info {
    margin-left: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
}



@media screen and (max-width: 630px) {
	.product_holder .image{
		position:static;
	}
.foot-top .foot-menu ul {
    float: none;
    display: block;
    text-align: center;
	margin-right: 0;
	margin-bottom: 20px;
}
.foot-top li {
    display: inline-block;
    margin: 3px;
}
.foot-top ul span {
    margin-bottom: 5px;
}
.foot-top {
    margin-top: 0px;
}
}
@media screen and (max-width: 600px) {
	#featurgb(214, 193, 7)_slider ul {
		padding-top: 1px!important;
	}
	.bx-auth-reg table, .bx-auth-reg table tbody, .bx-auth-reg table tbody tr, .bx-auth-reg table tbody tr td{
		display:block;
	}
	.bx-auth-reg table tbody tr td input{
		width:100%;
		box-sizing:border-box;
	}
	.foot-boot {
		align-items: center;
		flex-direction: column;
	}
	.foot-boot .specialformail {
		align-items: center;
	}
	.foot-boot {
		margin-top: 15px;
	}
}
@media screen and (max-width: 702px) {
.h-bootom-block .search_inside {
    position: static;
    width: 100%;
	margin-top: 6px;
	box-sizing: border-box;
	opacity: 1;
}
.h-bootom-block .wrapp_logo .site_desc{

}
.contact {

}
.h-bootom-block .wrapp_logo{
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.h-bootom-block .logo {
    float: none;
	height: 100px;
    width: 190px;
	margin: 0;
}
.h-top-block div {
    display: none;
}
.h-top-block ul {
    margin: 0 0px 0 0;
	z-index: 999;
}
.small_basket{

}
}
/*
@media screen and (max-width: 420px) {
.contact {
    float: none;
    margin-top: 7px;
    position: static;
}
.h-bootom-block .logo {
    margin: 0 auto;
}
.h-top-block ul {
    position: static;
}
}
*/
@media (max-width:767px){
	section.advantages .content .items{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 600px) {
	#column-right {
		display: none;
	}
	.personal-page-nav div a{
		display:block;
		margin: 12px 0;
	}
	#column-left {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin: 0;
		box-sizing: border-box;
	}
	#column-left .left_catalog_menu {display: none;}
	#column-left .left_catalog_lider {display: none;}
	#column-left .left_catalog_banner {display: none;}
	#column-left .left_catalog_akcii {display: none;}
	#column-left .box{
		margin-bottom: 0;
	}
	.bottom_produts .left_catalog_lider{display:block;}
	.bottom_produts .left_catalog_akcii{display:block;}
	.category-info h1 {
		margin: 5px 0 12px;
	}
	.fon-top {
		margin-bottom: 0;
	}
	section.advantages .content .items{
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
}

@media screen and (max-width: 500px){
	.wrapp_modal_bx .modal_bx{
		margin-top: 10px;
		max-width: 98%;
	}
	.wrapp_modal_bx[data-modal="image360"] .modal_bx {
		margin-top: 0;
		max-width: 100%;
	}
}

@media screen and (max-width: 420px) {
.h-bootom-block .logo {

}
.h-top-block ul li a {
    font-size: 14px;
}
.contact {
    margin-top: 5px;
}
#container {
    padding: 10px 10px 20px!important;
}
.small_basket {
	display:none;
}
}
@media screen and (max-width: 480px) {
.login-content .left {
    float: none;
    width: auto;
}
.login-content .right {
    float: none;
    width: auto;
}
.login-content .right input{
	width:100%;
	box-sizing:border-box;
}
.fon-top-2 {
    margin: 0 0px 0px;
}
.cart-info table {
    display: block;
    overflow: auto;
}
.cart-module #coupon #BasketRefresh{
	margin-top:10px;
}
}


@media screen and (max-width: 360px) {
	section.advantages .content .items{
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 340px) {
.product-grid .product_holder .image {
    float: none;
    width: auto;
    margin-right: 0;
}
}

@media screen and (max-width: 310px) {
form .buttons .right {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

}
#contentart {
  font-family: "Open sans", sans-serif;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#contentart .articles_detail .head-block {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

#contentart .articles_detail .head-block .head-text {
  position: absolute;
  bottom: -5px;
  width: 100%;
  box-sizing: border-box;
  left: -10px;
  font-weight: 600;
  color: white;
  font-size: 34px;
  padding: 15px;
  background-color: rgba(0, 60, 85, 0.6);
}

#contentart .articles_detail img {
  margin-bottom: 30px;
}

#contentart .articles_detail p {
  font-weight: 600;
  margin-bottom: 15px;
}

#contentart .articles_detail h2 {
  color: white;
  font-size: 19px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 7px 11px;
  background-color: #66a2bb;
}

#contentart .articles_detail li {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: 600;
}

#contentart .articles_detail li::before {
  contentart: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #66a2bb;
  border-radius: 50%;
}

#contentart .articles_detail li::after {
  contentart: "";
  display: block;
  width: calc(100% + 12px);
  margin-left: -12px;
  border-bottom: 3px solid #66a2bb;
}

#contentart .articles_detail .important {
  width: 100%;
  padding: 15px;
  background-color: rgb(214, 193, 7);
  color: white;
  margin-bottom: 30px;
}

#contentart .articles_detail .important .text {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
  font-weight: 300;
}

#contentart .articles_detail .important .text::before {
  contentart: "i";
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  font-weight: 600;
  color: #4c4c4c;
  position: absolute;
  left: -5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #4c4c4c;
  border-radius: 50%;
}

#contentart .articles_detail .important .text h3 {
  font-size: 18px;
  font-weight: 600;
}

div#cboxNext {
    width: 25px;
    height: 23px;
    right: -7px;
}

div#cboxPrevious {
    width: 25px;
    height: 23px;
    left: -5px;
}

a.button-store {
    height: 28px;
    float: left;
    padding: 0px 15px 0px 19px!important;
    font-size: 13px;
    color: black;
    text-transform: uppercase;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: none;
    display: block;
    line-height: 28px!important;
    background: #f7f7f7 url(../images/grad_menu.png) left top repeat-x;
}

a.button.button-store:hover {
    color: black;
    background: #e3e3e3 url(../images/grad_menu.png) left top repeat-x;
}
/*********bring****/
.product_buttons{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bring_more_wrapp{
	display:flex;
	justify-content:center;
}
.bring_more{
	cursor: pointer;
	color: #444;
	text-shadow: 0px 1px 0px #fff;
	background: #f8f8f8 url('../images/grad.png') left top repeat-x;
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 10px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	border:none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	outline:none;
}
.bring_more:hover{
	background-color: #00d0dd;
	text-shadow: none;
	color: #FFFFFF;
}
.product-info .bring_more{
	padding: 12px 22px 12px 22px;
    font-size: 15px;
	background: #00d0dd;
	color:#fff;
	text-transform:uppercase;
	text-shadow: none;
}
.product-info .bring_more:hover{
	background:#333;
}
.wrapp_modal_bring{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b3;
    top: 0;
	align-items: center;
    justify-content: center;
	z-index: 9999;
}
.wrapp_modal_bring .modal_bring{
	background: #fff;
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
}
.wrapp_modal_bring .modal_bring .content_modal{
	position:relative;
	padding: 20px 10px;
}
.wrapp_modal_bring .modal_bring .close_modal{
	position: absolute;
    font-size: 25px;
    line-height: 100%;
    transform: rotate(45deg);
    cursor: pointer;
    top: -18px;
    right: -18px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp_modal_bring .modal_bring .header_modal .title_modal{
	text-align: center;
    font-size: 21px;
    line-height: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.wrapp_modal_bring .modal_bring .header_modal .title_modal .succs{
	color:green;
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .branch_icon{}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_captcha{
	display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_captcha .err_border{
	border-radius: 3px;
    box-shadow: 0 0 0px rgb(214, 193, 7);
	transition: .3s ease;
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_captcha .err_border.active{
	border-radius: 3px;
    box-shadow: 0 0 4px rgb(214, 193, 7);
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_input{
	margin-bottom: 10px;
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_input .input_bring.err{
	box-shadow: 0 0 4px rgb(214, 193, 7);
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_input .input_bring{
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    padding: 16px 10px;
    font-size: 16px;
	box-shadow: 0 0 0px rgb(214, 193, 7);
	transition:.3s ease;
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_submit .submit_bring:hover{
	background: #45658adb;
}
.wrapp_modal_bring .modal_bring .body_modal .form_bring .box_submit .submit_bring{
	background: #45658a;
    color: #fff;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 0;
    cursor: pointer;
	outline:none;
	transition:.3s ease;
}

/*********bring****/
.wrapp_modal_callback{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b3;
    top: 0;
	align-items: center;
    justify-content: center;
	z-index: 9999;
}
.wrapp_modal_callback .modal_callback{
	background: #fff;
    max-width: 323px;
    width: 100%;
    border-radius: 10px;
}
.wrapp_modal_callback .modal_callback .content_modal{
	position:relative;
	padding: 20px 10px;
}
.wrapp_modal_callback .modal_callback .close_modal{
	position: absolute;
    font-size: 25px;
    line-height: 100%;
    transform: rotate(45deg);
    cursor: pointer;
    top: -18px;
    right: -18px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp_modal_callback .modal_callback .header_modal .title_modal{
	text-align: center;
    font-size: 21px;
    line-height: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.wrapp_modal_callback .modal_callback .header_modal .title_modal .succs{
	color:green;
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .branch_icon{}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_captcha{
	display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_captcha .err_border{
	border-radius: 3px;
    box-shadow: 0 0 0px rgb(214, 193, 7);
	transition: .3s ease;
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_captcha .err_border.active{
	border-radius: 3px;
    box-shadow: 0 0 4px rgb(214, 193, 7);
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_input{
	margin-bottom: 10px;
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_input .input_custom.err{
	box-shadow: 0 0 4px rgb(214, 193, 7);
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_input .input_custom{
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    padding: 10px 10px;
    font-size: 16px;
	box-shadow: 0 0 0px rgb(214, 193, 7);
	transition:.3s ease;
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_submit .submit_callback:hover{
	background: #45658adb;
}
.wrapp_modal_callback .modal_callback .body_modal .form_callback .box_submit .submit_callback{
	background: #45658a;
    color: #fff;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 0;
    cursor: pointer;
	outline:none;
	transition:.3s ease;
}

@media (max-width:991px){
	.foot-boot{
		flex-direction: column;
		align-items: normal;
		justify-content: normal;
	}
	.foot-boot .specialformail{
		margin-bottom: 20px;
	}
	.foot-boot .info-mas{
		text-align: left;
	}
	.foot-boot .info-mas p {
		margin-bottom: 4px;
	}
}

@media (max-width:759px){
	.h-top-block{
		background: transparent;
	}
	.h-top-block ul,.h-top-block ul a{
		color: #45658a;
	}
	.h-bootom-block .wrapp_logo {
		flex-basis: 0;
		text-align: center;
	}
	.h-bootom-block .wrapp_logo .site_desc{
		margin-top: 2px;
		/*line-height: 1.2;*/
		/*font-size: 8px;*/
		white-space: nowrap;
	}
	.header_bottom_content .small_basket_wrapp {
		display: none;
	}
	.h-bootom-block {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.h-bootom-block .search_inside{
		order: 1;
		flex: 1 0 100%;
		padding: 0 0px;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
	}
	.h-bootom-block .contact{
		flex: 1;
	}

	.h-bootom-block .contact .btn_callback{
		margin-left: auto;
	}

}


@media (max-width:640px){
	.foot-boot .specialformail{
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.foot-boot .specialformail .wrapp_email{
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.foot-boot .info-mas {
		text-align: center;
		margin-bottom: 15px;
	}
}
@media(min-width: 601px){
	.top-sticky{
		position: sticky;
		top: 0;
		z-index: 452;
		background: white;
	}
}
@media (max-width:600px){
	.h-bootom-block .search_inside #searchform .wrapp_search_elems input{
		padding: 8px 10px;
	}
.product_container .product_holder {
    margin-bottom: 8px;
}
.product-info a.button-store{
	float: none;
    width: max-content;
    margin: 10px auto;
}
.category-info h1 {
    line-height: 28px;
}
.fixed-m .fon-top {
     position: fixed;
     z-index: 999;
     width: 100%;
     left: 0;
     top: 0;
     background: white;
	 box-sizing: border-box;
     padding: 10px 20px;
     border-bottom: 1px solid #dfdbe3ba;
}

.fixed-m .fon-top .h-bootom-block {

}

.fixed-m .fon-top .h-bootom-block .search_inside {
    height:0!important;
	margin-top:0;
}
.fixed-m .fon-top .h-bootom-block .small_basket {

}

body.fixed-m {
    padding-top: 139px;
}
.fon-top{
	-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */
	transition: background 0.2s;
}
}
@media (max-width:550px){
	.h-bootom-block .wrapp_logo {
		flex-shrink: 0;
		align-items: center;
		flex: 0;
		flex-basis: 50%;
		max-width: 50%;
	}
	.h-bootom-block .contact {
		flex: 0;
		order: 2;
		flex-basis: 50%;
		width: 50%;
	}
	.h-bootom-block .search_inside {
		order: 3;
	}


	.images_360 .items {
		flex-direction: column;
	}
	.images_360 .items .item {
		max-width: 100%;
		flex: 0 0 100%;
		margin: 0 0 -1px 0px;
		padding: 9px 0px;
	}
	.h-top-block{
		margin-bottom: 0px;
		padding: 0;
	}
	.h-bootom-block .logo{

	}
	.fon-top-2 .bg_overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #45658ac7;
	}
	.wrapp_modal_callback .modal_callback .close_modal{
		top: 10px;
		right: 10px;
		border: 1px solid #d0d0d0;
	}
	.wrapp_modal_callback .modal_callback{
		max-width: none;
	}
	.wrapp_modal_bring .modal_bring .close_modal{
		top: 10px;
		right: 10px;
		border: 1px solid #d0d0d0;
	}
	.wrapp_modal_bring .modal_bring{
		max-width: none;
	}
	.quantity_product{
		font-size: 12px;
	}
	.product_container.list .product_holder .product_holder_inside .image{
		width: 30%;
	}
	.product_holder .image .labels{
		left: 0;
		right: auto;
		align-items: flex-start;
	}
	.product_holder .image .labels .label{
		padding: 2px 5px;
		font-size: 10px;
	}
	.product-filter .types_page .item_type_page[data-type="grid_4"]{
		display:none;
	}
	.quant-prev {
		margin-left: 0px;
		margin-right: 0px;
	}
	.product_container.grid_4 .product_holder{
		width: 50%;
	}
	.product_container.ajax .product_holder {
		width: calc(50% - 5px);
	}
}
@media (max-width:420px){
	.fixed-m .fon-top{
		padding: 10px 10px 2px 10px;
	}
}

@media (max-width:400px){
	.h-bootom-block .logo{
		height: 100px;
		width: 170px;
	}
	.modal-quan {
		width: 120px;
		left: 50%;
		height: 70px;
		transform: translateX(-50%);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.modal-quan-title, .modal-font {
		font-size: 13px;
	}
	.contact a{
		font-size: 14px;
	}
	.contact .btn_callback{
		padding: 6px 10px;
		font-size: 11px;
	}
}
@media (max-width:360px){
	.h-bootom-block .logo{
		height: 70px;
		width: 150px;
	}
	.product_container.list .product_holder .product_holder_inside .info_product .description{
		display:none;
	}
	a.button-store{
		height: auto;
		text-align: center;
		line-height: 1.2!important;
		padding: 6px 4px!important;
		width: 100%;
	}
	.h-bootom-block .wrapp_logo .site_desc{
		font-size: 11px;
	}
}

.new_title {
color: #6882A0 !important;
font-size: 13px !important;
}

@keyframes anim-scrolling{
	0% {transform: translateX(0px);-webkit-transform: translateX(0px);}
	100% {transform: translateX(-1676px);-webkit-transform: translateX(-1676px);}
}