*{
	margin:0;
	padding:0;
}
body {
	font-family: Segoe UI, Tahoma;
	font-size: 14px;
}
a{color:#c56918;
  -webkit-transition: all linear 0.3s;
     -moz-transition: all linear 0.3s;
      -ms-transition: all linear 0.3s;
       -o-transition: all linear 0.3s;
          transition: all linear 0.3s;	
}
a:hover {
	text-decoration: none;
}
.menu-link  {display: none}

p{margin:8px 0;}
fieldset,img {border: none;max-width:100%}

select, input, textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;	
		  
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 5px;		  
}
select:focus, input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.clear{clear:both;}
.wW {
	height:80px;
}
.mainmenu .menu { 
	min-height: 35px; 
	line-height: 35px; 
	padding: 0;
}
.mainmenu .menu li { 
	float: left; 
	display: block; 
	position: relative; 
	list-style: none;
	margin-right: 5px;
	padding: 0 10px;
	
  -webkit-transition: all linear 0.3s;
     -moz-transition: all linear 0.3s;
      -ms-transition: all linear 0.3s;
       -o-transition: all linear 0.3s;
          transition: all linear 0.3s;			
}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a { 
	color: #2a2a2a;
	text-decoration: none;
	display: block;
	position:absolut;
}
.mainmenu .menu ul { 
	display: none; 
	position: absolute; 
	top: 35px; 
	left: 0; 
	min-width: 220px;
	background: #c56918; 
	border: none;
	z-index: 1000;
	
}
.mainmenu .menu ul ul { left: 100%; top: 0px; }
.mainmenu .menu li.parent li { 
	float: none; 
	border-top: none;
	margin-right:0;
	border-right: 1px solid #fff;
}
.mainmenu .menu li.parent li:hover {
	background: #8b4303;
}
.mainmenu .menu li:hover, .mainmenu .menu li.active { 
	background: #c56918;
}
.mainmenu .menu ul a {color:#fff;}
.mainmenu .menu a:hover, .mainmenu .menu li.active a {
	text-decoration: none;
	color: #fff;
}
.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul { display: block; }

#js-mainnav.left {width:100%; margin:15px 0;}




.all {
	max-width: 1100px;
	margin: 0 auto;
}
.login {
	float: left;
	padding-top: 12px;
	margin-right: 15px;
}
.login a {
	margin-right: 10px;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.logo {
    float: left;
    margin-right: 25px;
    width: 25%;
}
.adress {
	float: left;
	width: 18%
}
.phone {
	float: left;
	width: 19%;
	font-size: 26px;
	line-height:1
}
.phone span {
	color: #999;
	font-size: 16px;
}
.call {
	float: right;
	width: 35%;
}
.call a.button {
    display: inline-block;
    vertical-align: middle;
    width: 44%;	
}
.cart #vmCartModule{z-index:1000}
.slider{
	float:left;
	width: 73%;
}
.slider_box {
    border: 1px solid #c56918;
    float: right;
    font-size: 16px;
    font-style: italic;
    height: 400px;
    text-align: center;
    width: 280px;
}
.slider_box .custom {
	padding: 10px;
}
.wk-slideshow .caption {
    background: none repeat scroll 0 0 rgba(197, 105, 24, 0.9);
    bottom: 25px;
    font-size: 18px;
    font-style: italic;
    left: 0;
    line-height: 1.1;
    padding: 10px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 #000;
    width: 400px;
    z-index: 5;
}
.wk-slideshow .caption h2 {
	font-style: normal;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 1px 1px #000;
	margin-bottom:10px;
}

.wk-slideshow-default .nav {
    bottom: 5px;
    margin-top: 15px;
    position: absolute;
    right: 10px;
    z-index: 1000;
}
.slider_price {
    background: none repeat scroll 0 0 #8b4303;
    border-radius: 50%;
    bottom: -50px;
    box-shadow: 3px 3px 5px #2a2a2a;
    height: 100px;
    left: 370px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    width: 110px;
}
.user {
	float:left;
	width:25px;
	height: 25px;
	background:url('../images/user_brown.png')no-repeat;
}
.otziv {float: left;}
.new, .hit, .lupa, .sale_minus, .rec {position: absolute;z-index:5}
.spacer.cat{padding: 8px;}
.vmproduct .spacer:hover {
	border: 1px solid #c56918;
}
.spacer {position: relative}
.spacer h3, .product .spacer h2 {
	padding:5px 10px;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
}
.spacer h3 a, .product .spacer h2 a {text-decoration: none;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)}

.new,.hit{
	right: -15px;
	height: 50px;
	width:50px;
	top:-10px;
}
.new {
	background: url('../images/new_brown.png')no-repeat;
}
.hit{
	background: url('../images/hit_brown.png')no-repeat;
}
.lupa {
	right:0;
	bottom:0;
	z-index:1000;
}
.sale {
	background:#c56918;
	padding: 3px 10px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height:1;
	position: absolute;
	z-index:5;
	top:0;
	right:0;
}
.sale span.PricediscountAmount{font-size: 14px;font-weight: bold;}

.rec{
	left: 10px;
	top:10px;
	height: 50px;
	width: 50px;	
	background: url('../images/cool_brown.png')no-repeat;
}
.sku {
	float: left;
	font-size:12px;
	color:#666666;
	margin-left: 10px;
}
.spotlight .overlay {
	background: rgba(197, 105, 24, 0.9) none repeat scroll 0 0;
	line-height: 1;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6)
}
.sale_minus{
    background: none repeat scroll 0 0 #c56918;
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    padding: 1px 10px 5px;
    position: absolute;
    right: -5px;
    text-align: center;
}
.sale_minus span {
	font-style:normal;
	font-size:16px;
}
.spacer.cat h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    text-shadow: 0 0 1px #999;
}
.spacer.cat h2 a {text-decoration: none;}
.home_shop_price {
    color: #666;
    float: left;
    line-height: 1;
    width: 45%!important;
}
.home_shop_price .price {
	color: #8b4303;
	font-size: 21px!important;
}
.PricepriceWithoutTax  {
	text-decoration: line-through;
	color: #999;
	font-size: 14px;
	margin-left: 10px;
}
.PricesalesPrice {
    color: #8b4303;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    margin-left: 3px;
}
a.button, .button a, 
input.rsform-submit-button, 
button.btn
 {
    background: none repeat scroll 0 0 #c56918;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    width: 100px;
	font-style: italic;
	margin: 0 auto;
	cursor:pointer;
}

a.button:hover, .button a:hover, input.rsform-submit-button:hover {
	background: #8b4303;
}
a.button.black {	background:#000;}
a.button.black:hover {background: #666}
a.button span {
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}
a.button small {
	font-weight:normal;
	font-size:12px;
}
#comments-form .button a {
	color: #fff;
	width: 125px;
}
.readmore {
	margin-top: 13px;
}
.home_shop_img {position: relative;}
.home_shop_img .sale_minus {right: 2px;}
.hasTip {display: none;}
.vmproduct .spacer {
	margin-right: 20px;
	border:1px solid #ccc;
}
.vmproduct .spacer .addtocart-button {margin-top:5px}
.home_shop_name a {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    text-shadow: 0 0 1px #999;
	text-decoration: none;
}
.top {
	margin: 25px 0;
}
.top h3.module-header {
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.module-top {
	margin-bottom: 25px;
}
.mainmenu .customphone {
	font-size: 29px;
	line-height: 1
}
.mainmenu .customphone span {
	font-size: 18px;
	color: #666;
}
.nspArt h4.nspHeader {
    font-size: 19px;
    font-weight: normal;
}
.nspArt p.nspInfo {
    font-size: 90%;
	margin: 2px 0;
	color: #666;
}
.nspArt p.nspText {
    float: none;
    font-style: italic;
    line-height: 1.2;
	margin: 2px 0;
}
.news h3.module-header {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.module-news {
	margin-bottom: 25px;
}
.info {
    background: none repeat scroll 0 0 #323232;
    color: #fff;
    margin: 25px 0;
    overflow: hidden;
    padding: 20px 0 30px;
}
.info .menu li {
    display: block;
    list-style: none outside none;
    padding: 2px;
    position: relative;
}
.info a {
    color: #fff;
    text-decoration: none;
}
.info a:hover {
	margin-left: 10px;
}
.info h3.module-header {
    font-size: 22px;
    font-weight: normal;
    text-shadow: 0 -1px 0 #000;
    text-transform: uppercase;	
	margin-bottom: 10px;
}
.info1 {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.info2 {
	float: left;
	width: 250px;
	margin-right: 50px;
}
.soc {
	float: left;
	width: 30%
}
.footer_logo {
	float: left;
	width: 40%;
	text-align: center;
}
.footer_block {
    float: right;
    font-size: 12px;
    text-align: center;
    width: 25%;
}
.left {
	float: left;
	width: 280px;
	margin-bottom: 30px
}
.custom_params .color {
	padding: 0;
}
.left .values-named li label {
	height:40px;
	width:40px;
	border-radius: 50%;
}
.left .values-named li label span.color {
    border-radius: 50%;
    display: block;
    height: 38px;
    margin: 1px;
    width: 38px;
}
.krasnyj .color {background: #AA0000}
.rozovyj .color {background: #F8C3DC}
.fioletovyj .color {background: #45315D}
.sinij .color {background: #0089A8}
.zheltyj .color {background: #F3EA8B}
.oranzhevyj .color {background: #FF6600}
.bardovyj  .color {background: #7D2638}
.zelenyj  .color {background: #02CA5B}

.main_content_left {
	float: right;
	width: 800px;
	margin-bottom: 30px;
}
.green_border {
	border: 1px solid #c56918;
	padding: 10px;
}
.left h3.module-header {
    border-bottom: 1px solid;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.VMmenu, .module-info1 a {
	font-size: 16px;
	font-style:italic;
}
.VMmenu a {text-decoration: none;}
.VMmenu a:hover {
	margin-left: 10px;
}
.slider_box h2 {
    color: #8b4303;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sale_slaider_box {
    background: none repeat scroll 0 0 #c56918;
    border-radius: 50%;
    color: #fff;
    font-size: 44px;
    height: 110px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    width: 120px;
}
.sale_slaider_box span{
	font-size: 16px;
	font-style: italic;
}
.productdetails {
	margin: 10px 0;
}
.productdetails .price {
	color: #8b4303;
    font-size: 28px;
}
.productdetails .home_shop_price {width: 50px;}
.productdetails .sku {margin-top: 5px;}
.productdetails .addtocart-area {
	display:inline-block;
	vertical-align: middle;
	width: 57%;
}

.productdetails .product-fields {
	float: left;
	margin: 0;

}
.productdetails .green_border {
	float: left;
	width: 360px;
	margin-top: 15px; 
}
.productdetails .green_border li {
	list-style: none;
	font-size: 16px;
	font-style: italic;
}
.productdetails .green_border h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.product-fields-title strong {font-weight: normal;}
.custom_params .heading, 
.filter_manufacturers .heading, 
.price .heading{
    border-bottom: 1px solid;
    color: #8b4303;
    margin: 10px 0;	
}
.left .ui-slider-horizontal {
	height: 4px;
}
.left .slider_active{
	height: 4px;
	background: #c56918;
	border: 1px solid #8b4303
}
.left .ui-slider .ui-slider-range {
	background:#c56918
}
.left .ui-slider-horizontal {
	border:none
}
.left .ui-slider-horizontal .ui-slider-handle {
	top:-5px;
}
.left .ui-slider .ui-slider-handle {
    background: #000;
    border: 1px solid #999;
    border-radius: 0;
    cursor: pointer;
    height: 15px;
    position: absolute;
    width: 15px;
}
.left .ui-slider-horizontal .ui-slider-range {
    height: 50%;
    top: 2px;
}
.custom_params-6 li, 
.custom_params-8 li,
.custom_params-9 li,
.custom_params-10 li  {
	display: inline-block;
	vertical-align: middle;
	width: 50%
}
ul.values {
	margin:0;
	border: 1px solid #eee;
	padding: 8px!important;
}
.item-page h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 38px;
}
.item-page h2 a {
	text-decoration: none;
}
.top .product-fields {
	float: none;
}
.top .addtocart-area {
`	float:right
}
.VmOpen ul li {
	margin-left: 15px;
	font-size: 14px;
}
.continue {
    background: none repeat scroll 0 0 #c56918;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 120px;
	float: left;
	margin-right: 25px;
}
.showcart {
    background: none repeat scroll 0 0 #c56918;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 130px;
	float: right;
}
.tovar_cart {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
	font-weight: bold;
}
.tovar_cart span {
	font-size: 16px;
	font-weight: normal;
}
.slider_box1 {
    border: 1px solid #c56918;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}
.slider_box1 h2 {
    color: #8b4303;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.module-left {
	margin-bottom: 25px;
}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_image img {
	max-height: 200px!important;
}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_image {
	height: 200px;
}
#mod_rand .mod_rand_product .mod_rand_product_wrap .mod_rand_image a, .mod_rand_naz a {
    border: medium none;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

#block {
	width:100%;
	position:fixed;
    background: rgba(139,67,3,0.95);
    height: 50px;
	z-index: 1500;
	top:0;
	
-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);	
}
#block a {color: #fff;}

.top1 {
	float:left;
	font-size: 16px;
	margin-top: 5px;
}
.top1 .menu { 
	min-height: 35px; 
	line-height: 35px; 
	padding: 0;
}
.top1 .menu li { 
	float: left; 
	display: block; 
	position: relative; 
	list-style: none;
	margin-right: 5px;
	padding: 0 10px;
	
  -webkit-transition: all linear 0.3s;
     -moz-transition: all linear 0.3s;
      -ms-transition: all linear 0.3s;
       -o-transition: all linear 0.3s;
          transition: all linear 0.3s;			
}
.top1 .menu li:last-child { border-right: none; }
.top1 .menu a { 
	color: #fff;
	text-decoration: none;
	display: block;
	position:absolut;
}
.top1 .menu ul { 
	display: none; 
	position: absolute; 
	top: 35px; 
	left: 0; 
	min-width: 220px;
	background: #c56918; 
	border: none;
	z-index: 1000;
	
}
.top1 .menu ul ul { left: 100%; top: 0px; }
.top1 .menu li.parent li { 
	float: none; 
	border-top: none;
	margin-right:0;
}
.top1 .menu li.parent li:hover {
	background: #8b4303;
	border-left: 1px solid #fff;
}
.top1 .menu li:hover, .top1 .menu li.active { 
	background: #c56918;
}
.top1 .menu ul a {color:#fff;}
.top1 .menu a:hover, .top1 .menu li.active a {
	text-decoration: none;
	color: #fff;
}
.top1 .menu li:hover ul ul,
.top1 .menu li:hover ul li:hover ul ul { display: none; }
.top1 .menu li:hover ul,
.top1 .menu li:hover ul li:hover ul,
.top1 .menu li:hover ul li:hover ul li:hover ul { display: block; }

.top2 {
	float: right;
	color: #fff;
    padding-bottom: 10px;
}

.category img {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
		  
  border: 5px solid #fff;  
  height: 100px;
  width: 130px;
  margin: 20px;
  overflow: hidden;		

  -webkit-box-shadow: 2px 2px 5px #666;
          box-shadow: 2px 2px 5px #666;  
}
.color {
	background: #8b4303;
	padding: 15px;
	color: #fff;
}
.color .menu li {
	padding: 4px 2px;
	font-size: 16px;
	font-style: italic;
	list-style: none;
	border-bottom:1px solid #fff; 
	display:block;
	position: relative;
}
.color .menu li a {
	text-decoration: none;
	color: #fff;
	display:block;
	position: relative;	
}
.color .menu li a:hover {
	margin-left:15px;
}
.vm-product-media-container, .vm-product-details-container {
	display:inline-block;
	vertical-align: top;
	width: 49%
}




/*ТАБЫ в карточке товара*/
.tabs {
	position: relative;
	margin: 0 auto;
	width: 800px;
}
.tabs label {
    border-bottom: 2px solid #8b4303;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    top: 0;
	padding: 0 20px;
}

.tabs input {
	position: absolute;
	left: -9999px;
}

#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3 {
    background: none repeat scroll 0 0 #c56918;
    border-color: #fff;
    color: #fff;
    font-size: 18px;
    top: 0;
    z-index: 3;
	border-bottom: 2px solid #8b4303
}

.tabs_cont {
	background: #fff;
	position: relative;
	z-index: 2;
	height: auto;
	padding: 10px 20px;
}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3 {
	position: static;
	left: 0;
	opacity: 1;
}
#jc .rbox {
    background: none!important;
    line-height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    width: auto;
	border: 1px solid #c56918;
}
#comments .comment-author, #comments .author-homepage, #comments .author-email {
    color: #8b4303!important;
    font-size: 18px!important;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-transform: none!important;
}
.spacer .vm-product-media-container {
	width: 100%
}
.browse-view .product .spacer .vm-product-media-container, .vmproduct .spacer  .cont_img {
text-align: center;
position: relative;
box-sizing: border-box;
}
.browse-view .row .product .spacer img, .vmproduct .spacer  .cont_img img{
max-width: 100%;
max-height: 100%;
}
.image1 {
opacity: 1;
box-sizing: border-box;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;   
}
.browse-view .product .spacer:hover .image1, .vmproduct .spacer .cont_img:hover .image1 {
opacity: 0;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;   
}
.image2 {
position: absolute;
top: 0;
width: 100%;
height:100%;
opacity: 0;
box-sizing: border-box;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;       
}
.browse-view .product .spacer:hover .image2,  .vmproduct .spacer .cont_img:hover .image2 {
opacity: 1;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;
}
ul.breadcrumb li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.vm-col-3 {
	float:left;
	width:33.3%
}
.product .spacer {
	border:1px solid #ccc;
	margin-right:15px;
}
.vm3pr-3 {
	display: inline-block;
	vertical-align:middle;
	width: 38%;
}
.vm3pr-2 {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    width: 59%;
}
.vm3pr-2 small, .addtocart-area small {
	display:block;
	text-align: center;
	line-height: 1;
	margin-top: 4px
}
.product-fields select {
    display: inline-block;
    font-size: 11px;
    padding: 2px;
    width: 100%;
}
.vm-pagination {
	margin:10px 0;
	font-size: 16px;
}
.vm-pagination li {
	margin-right: 10px;
}
.vm-page-counter {display: none;}
.top2 .vmCartModule svg {fill: #fff;}
.top2 .vmCartModule {border:none!important}
.top2 .cart_top .total strong, .top2 .cart_top .total strong:hover {color: #fff;}
#block .top2 a {color:#8b4303}
#block .top2 .show_cart a {color: #fff;}
.top2 .cart_empty {color: #fff}
.price .values {
    border: 1px solid #eee;
    padding: 10px 20px;
}
.price .values input {
	margin-bottom: 10px!important;
	width: 35%
}
#container {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	position:relative
}
#easy_zoom{
    width:500px;
    height:400px;    
    border:5px solid #eee;
    background:#fff;
    color:#333;
    position:absolute;
    top:15px;
    left:320px;
    overflow:hidden;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    box-shadow:0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
	z-index:10;
}

div.formBody {float: none!important}
fieldset.formFieldset legend {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 98%;
}
strong.formRequired {margin:0!important}
.formBody input.rsform-input-box {
	width:94%;
	color: #000;
	padding: 7px;
	margin-bottom: 3px;
}
input.rsform-submit-button {
	height:auto;
}
.formBody .rsform-text-box {
	width:94%;
	font-family: Segoe UI;
	height: 80px;
	padding: 7px;
	color: #000;
}
input#mod_virtuemart_search {
	width: 95%;
	margin-top: 5px;
	padding: 7px;
}
.availability_yes, .availability_no {
	float: right;
	color: #666;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
}
.availability_yes {color: #097333}
.availability_no {color: #AA0000}
.vm-product-details-container .PricesalesPrice {font-size: 26px;}
.vm-product-details-container .PricepriceWithoutTax {font-size: 18px}
.vm-product-details-container .product-price {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}
.vm-product-details-container .addtocart-area{
    display: inline-block;
    vertical-align: middle;
    width: 53%;	
}
.b1c-form .b1c-tl {background: #8b4303!important;}
.b1c-submit, button.b1c {
	background: #000!important;
	color: #fff!important;
	box-shadow: 0 3px 0 #666!important;
}
.polya {
	padding:5px 0;
	margin:20px 0 10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:relative;
}
.polya .product-fields .product-field {width: 100%;}
.polya .mcf-fields-title,
.polya .product-fields-value,
.polya .manufacturer  {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 16px;
}
.polya .mcf-fields-title {font-weight: bold}
.polya .product-fields-value li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 5px;	
}
.polya .new, .polya .sale, .polya .hit {right: 20px;}
.brend .mcf-fields-title {margin-left: 8px;}
.ask-a-question {text-align:right}
.social {
    border: 1px solid #eee;
    color: #666;
    line-height: 1;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    width: 80%;	
}
.social small {
	display: block;
	padding: 5px
}
.tovar_menu {
	padding:15px 8px;
	border:1px solid #8b4303;
}
.tovar_menu li {
    display: inline-block;
    font-size: 15px;
    list-style: outside none none;
    vertical-align: middle;
    width: 50%;
	text-align:left;
}
.tovar_menu li.odd {

}
.tovar_menu li a {
	text-decoration: none;
	border-bottom:1px dashed;
}
.tovar_menu li a:hover {
	border-bottom: none;
	color: #8b4303
}
.comment {
    background: rgba(139, 67, 3, 0.2) none repeat scroll 0 0;
    margin-top: 55px;
    padding: 10px;
    position: relative;	
}
.module-comment .spacer h3 {
    border: medium none;
    font-size: 20px;
    text-transform: none
}
.comment .product-fields .product-field {width:100%; margin:0}
.comment .vm-img-desc {display: none}
.c_foto {
    left: -20px;
    position: absolute;
    top: -10px;
    width: 80px;
}
.c_foto1 {
    float: left;
    height: 60px;
    width: 70px;
}
.comment1 .product-fields {float:none}
.mod_comment {
	margin:15px
}
.mod_comment .comment{margin:0}
.module-comment h3 {
    border-bottom: 1px solid;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
	margin-bottom: 20px
}
.comment1 {
	overflow:hidden;
	height: 80px;
	width:80px;
	border-radius: 50%;
	border: 4px solid #8b4303;
}
.comment2 {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;	
}
.comment3 {
    font-style: italic;
    line-height: 1.3;	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
 
.product-field-type-R {
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
    text-align: center;
    width: 23.5%;
}
.product-field-type-R img {
    padding: 10px 0;
    display: block;
    margin: 0 auto;
	max-width:100%;
}
.related-product-image {
}
.related-product-image a {
    vertical-align: middle;
    text-align: center;
}
#tab_c3 .product-fields-title {
	font-size: 22px;
	margin-bottom: 15px;
	display: block
}
#tab_c3 .product-field-display h4 {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
#tab_c3 .product-field-display h4 a {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#tab_c3 .PricesalesPrice {
	margin-bottom: 10px;
}
.values-named li {
	margin-right: 5px!important;
}
.product-field-10 .product-fields-value {}
#container img {
	border:6px solid #fff;
-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.35);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.35);	
}
.comment_name {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
.comment_name a {
	font-style:italic;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}
#fancybox-content .product-field-type-R img {width:100px}
#fancybox-content .PricesalesPrice {margin-bottom:10px}

div#vmMainPageOPC .opc_menu {width:100%}

div#vmMainPageOPC .opc_top_inner {
    float: left;
    margin-left: 0;
    margin-right: -4%;
    position: relative;
    top: 0;
    width: 50%;
    z-index: 1;
}
div.opc_heading {
	background: rgba(139, 67, 3, 0.95)!important;
}
#basket_container div div div div div div div div div.op_basket_row {
	margin-top: 10px;
}
#basket_container .opc_PricesalesPrice {
	color: #c56918;
}
#basket_container .op_basket_row .opc_total_price, div#basket_container div.op_basket_row div.op_col5_3 {
	color: #c56918;
}
div.opc_menu_active {
	background: #fff;
}
#onepage_main_div div.opc_menu_active button span.opc_title {
	color: #8b4303!important;
}
div.opc_arrow {border:none!important}
.menu_overflow #business_div {display: none;}
#onepage_main_div div.menu_overflow {
	clear: none;
	display: inline-block;
	vertical-align: top;
	width: auto!important
}
div.opc_arrow_white { border:none!important}
#onepage_main_div div.opc_menu_item {
    border: 0 none;
    margin: 0 !important;
    position: relative;
}
#onepage_main_div div.opc_menu_item button {display: block}
#onepage_main_div div.opc_menu_item {width: auto!important}
#onepage_main_div div.menu_overflow #visitor_div,
#onepage_main_div div.menu_overflow #login_div{
    border-left: 1px solid #8b4303;
    border-right: 1px solid #8b4303;
    border-top: 1px solid #8b4303;
    clear: none;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: auto !important;
}

#opc_shipping_and_shipto_section, 
#payment_top_wrapper {
    clear: none!important;
    float: right;
    width: 45%;
}
div#onepage_main_div .opc_section {
    clear: none;
    float: right;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    width: 100%;
}
div#opc_bottom_section.opc_section {
    clear: none;
    float: right;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    width: 45%;
}
#onepage_main_div .field_wrapper .field_wrapper {position: relative;}
#onepage_main_div .field_wrapper .field_wrapper {margin-bottom: 10px;}
#onepage_main_div .field_wrapper #confirmbtn_button {position: relative;}
#onepage_main_div button#confirmbtn_button {
	background: #c56918;
	font-size: 22px;
	padding: 10px 15px;
	
}
#onepage_main_div button#confirmbtn_button:hover {
	background: #8b4303!important
}
div#vmMainPageOPC a {color: #c56918!important}
#onepage_main_div button.login_button {background:#c56918!important }
#tex_modal {display: none;}
.tex-modal h3.module-header {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.tex-modal input.input-small {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px;
    width: 50%;	
}
.tabs .user-details input{
	position: relative;
	left: 0;
}
.tabs .user-details label {
    border: medium none;
    font-size: 14px;
    margin: 0;
    text-align: left;
    width: 100%;
}
.adminlist {
	margin-bottom: 20px;
}
.adminlist th {
	background: #000;
	color: #fff;
	margin-right: 5px;
}
.adminlist td {
	margin: 3px;
	border:1px solid #ccc;
}

#Kunena {
	margin: 20px 0;
}
#Kunena #ktab a {
    background: #c56918 none repeat scroll 0 0;
    color: #fff;
}
#Kunena #ktab a:hover {
	background:#8b4303
}
#Kunena tr.krow1 td {background: #fff none repeat scroll 0 0;border: medium none;}
#Kunena tr, #Kunena td {border: medium none!important;}
#Kunena div.kblock div.kbody {border:none}
#Kunena #ktop { border-bottom: 3px solid #000 }
#Kunena a.close, #Kunena a.open {background-color: #000;}
#Kunena .kforum-pathway {border: none}
#Kunena .klist-markallcatsread {border: medium none;}
#Kunena .kblock div.kheader {
	border: none;
	background: rgba(139, 67, 3, 0.2) none repeat scroll 0 0;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);	
}
#Kunena h1, #Kunena h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
#Kunena h1 a, #Kunena h2 a {text-decoration: none;	font-weight: bold;} 
#Kunena h1 a:hover, #Kunena h2 a:hover {text-decoration: none}
#Kunena div.ktitle-desc {
    font-style: italic;
    line-height: 1.2;
    margin-top: -3px;
    padding: 0 0 6px;
}
input.kbutton {
    background: #c56918 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    padding: 3px !important;
}
#Kunena .kpostbuttonset, #Kunena tr.krow1 .kpostbuttons, #Kunena table#kpostmessage .ktxtarea, #Kunena #kbbcode-preview, #Kunena #kpost-result div, #Kunena div#kcolor-palette, #Kunena div#link, #Kunena div#image, #Kunena div#video, #Kunena form.kform-report input, #Kunena form.kform-report textarea, #Kunena .kfile-input-button:hover, #Kunena .kfile-input-button:focus, #Kunena .kcredits-intro, #Kunena .kcredits-language, #Kunena .kwholegend, #Kunena .kwhoonline, #Kunena div.kmoderate-message, #Kunena div.current, #Kunena #kprofilebox-toggle, #Kunena #kpost-message .invalid, #lbImage {border: none!important}
.main_content_left #Kunena .kicon-button {background-image: none !important;}
#Kunena .kbuttoncomm span.newtopic {background: #000;}
#Kunena div.kmessage-buttons-row {
	height: auto;
	line-height: 16px;
}
#Kunena .kicon-button span span {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
#Kunena .kbuttonuser span.markread {background: #c56918}