*{
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
#masGrid{
	width: 100%;
	margin: 0 0 0 -1%;
	list-style: none;

}
#masGrid .itemGrid{
	float: left;
	width: 31.3333333333%;
	margin-left: 2%;
	margin-bottom: 2%;
	background:#fff;
	border:1px solid #dedede;
	transition:0.3s;
	position:relative;
}
#masGrid .itemGrid:hover{
	border:1px solid #452c1e;
}
#masGrid .list-product-label{
	position:absolute;
	top:10px;
	left:10px;
}
#masGrid .list-product-label .label-name{
	color:#fff;
}



@media only screen and (max-width: 1280px) {
#masGrid .itemGrid{
	width: 31.33333333%;
	margin-left: 2%;
	margin-bottom: 2%;
	background:#fff;
	border:1px solid #dedede;
	transition:0.3s;
	position:relative;
}	
}
@media only screen and (max-width: 960px) {
#masGrid .itemGrid{
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
	background:#fff;
	border:1px solid #dedede;
	transition:0.3s;
	position:relative;
}

}
@media only screen and (max-width: 460px) {
#masGrid .itemGrid{
	width: 98%;
	margin-left: 2%;
	margin-bottom: 2%;
	background:#fff;
	border:1px solid #dedede;
	transition:0.3s;
	position:relative;
}

}


#masGrid .list-product-image{
	width:92%;
	margin:4% 4% 0 4%;
}
#masGrid .list-product-image img{
	width:100%;
	height:auto;
	display:block;
}
#masGrid .list-product-name h2{
	font-size:20px;
	padding:10px 10px 5px 10px;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align:center;
	
}
#masGrid .list-product-name h2 a{
	color:#444;
	text-decoration:none;
}
#masGrid .list-product-name h2 a:hover{
	color:#f9a123;
	text-decoration:none;
}
#masGrid .list-product-jshop-price{
	display:block;
	padding:7px 10px;
	text-align:center;
	font-size:20px;
	color:#444;
}

#masGrid .buttonCatProd{
	text-align:center;
	padding:0 0 20px 0;
}
#masGrid .buttonCatProd a{
	text-decoration:none;
}
#masGrid .buttonCatProd a span{
	padding:5px;
	display:block;
	background:#f9a123;
	color:#fff;
	transition:0.3s;
}
#masGrid .buttonCatProd a span:hover{
	background:#452c1e;
	
	text-decoration:none;
}

#masGrid .buttonCatProd .added span{
	background:#452c1e;
}

.desc ul{
	margin:20px 0 !important;
	padding:0;
	list-style-type:disc !important;
}
.desc ul li{
	display:block !important;
	float:none !important;
	width: auto !important;
	height:auto !important;
	padding: 5px 0 5px 20px !important;
	list-style-type:disc !important;
	position:relative;
}
.desc ul li:before{
	content:'';
	display:block;
	position:absolute;
	top:13px;
	left:0px;
	width:4px;
	height:4px;
	background:#444;
	border-radius:2px;
}
.desc ol{
	margin:20px 0 20px 15px!important;

}
.desc ol li{
padding: 5px 0 5px 5px !important;

}


.listProduct_price_economy{
	position:absolute;
	top:10px;
	right:10px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#fb4e4e;
	border-radius:25px;
	color:#fff;
}

.controls input{
	cursor:pointer;

}


.categoryCart .moreProd{
	display:none !important; 
}
.categoryOrder .buyProd{
	display:none !important; 
}




.owl-clients strong{
	display:block;
	margin:20px 0;
	text-align:center;
	font-weight:100;
	font-size:28px;
}
.owl-clients .item{
	border:1px solid #f2f2f2;
	margin:10px;
}
.owl-clients .item img{
	width:100%;
	height:auto;
	display:block;
}
.owl-clients .owl-buttons{
	display:none;
}


.reviewBlock{
	padding:0px 0px 15px 0px;

	width:170px;
	margin:0 auto;
	overflow:hidden;
}
.review_mark {
	width:80px;
	float:left;
}
.count_commentar{
	float:left;
	font-size:12px;
	margin:12px 0 0 10px;
}


#mxcpr{display:none !important;}
/*--------------------------------Category*/
#gridFour{
	width: 102%;
	margin-left: -2%;
	list-style: none;
	overflow:hidden;
}
#gridFour > li{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}
#gridFour > li img{
	width:100%;
	height:auot;
	display:block;
}
.related_header{
	font-size:24px;
	color:#444;
	text-align:center;
	padding:40px 10px;
	font-weight:bold;
}
.grid-category-list{
	list-style: none;
	margin: 0;
	padding: 20px;
	width: 102%;
	margin-left: -2%;
	overflow:hidden;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
	background:#fff;
	margin-bottom:40px ;
}
.grid-category-list li{
	display: block;
	float: left;
	padding: 0;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.grid-category-list li .category-image{
	background: #fff;
}
.grid-category-list li .category-image img{
	display: block;
	width:100%;
	margin:0 auto;
	padding:0;
}
.category-name{
	text-align:center;
}
.category-name a{
	font-size:14px;
	color:#444;
	text-transform: uppercase;
	text-decoration:none;
}
.grid-category-list li:hover .category-name a{
	color:#f9a123;
}
.category-title h1{
	padding:20px 0;
	font-size:30px;
	color:#444;
	text-align:center;
	text-transform: uppercase;
	background:#fff;
}
.category-description{
	background:#fff;
}
/*----------------------------------------Filter*/
.control-group{
	
}

/*----------------------------------------List-product*/




/*-------------------------------------------Product*/
.jshop-product-full{
	padding:20px 20px 50px 20px;
	background:#fff;
}
.product-left{
	margin:0 0 20px 0;	
	position:relative;
}
.product-left .img{
	width:100%;
	height:auto;
	display:block;
}
.product-label{

	position:absolute;
	top:0;
	left:0;
	z-index:3;

	transition: all 0.2s ease-in-out 0s;
}
.product-label span{
	color:#fff;
}
.product-left:hover .product-label{
	opacity:0.2;
}



.product-right{
	overflow:hidden;
	margin:0 0 30px 0;
}
.prodTitle{
	font-size: 24px;
	line-height: 130%;
	padding: 0;
	color: #444;
	width:70%;
	float:left;
}
.prodRating{
	width:30%;
	float:right;
	text-align:right;
	margin-top:10px;
}


.prodPrice{
	text-align:right;
	border-top:2px solid #f2f2f2;
	padding:15px 0;
}

.name_price{
	display:inline-block;
	height:50px;
	line-height:50px;
	color:#444;
	font-size:22px;
	text-transform:uppercase;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.prod_price{
	display:inline-block;
	height:50px;
	text-transform:uppercase;
	line-height:50px;
	color:#f9a123;
	font-size:26px;
	font-weight:bold;
}

.prodButton{
	
	text-align:right;
	border-bottom:2px solid #f2f2f2;
	padding:0 0 15px 0;
}
#quantity{
	width:50px;
	display:inline-block;
	border:1px solid #f2f2f2;
	text-align:center;
	padding:15px 20px;
	color:#444;
	font-size:16px;
	text-align:center;

}
.prodBy span{
	display:inline-block;
	background:#f9a123;
	text-align:center;
	text-transform:uppercase;
	padding:15px 20px;
	color:#fff;
	font-size:16px;
	border:none;
	cursor:pointer;
}
.prodBy span:hover{
	background:#452c1e;
	text-decoration:none;
}
.added span{
	background:#452c1e;
}


.oneClick{
	display:inline-block;
}
.oneClick a{
	display:inline-block;
	background:#f9a123;
	text-align:center;
	text-transform:uppercase;
	padding:15px 20px;
	color:#fff;
	font-size:16px;
	border:none;
	cursor:pointer;
	text-decoration:none;
}
.oneClick a:hover{
	background:#452c1e;
	text-decoration:none;
}


#modalOneclick, #modal_form2{
	display:none;
	position:fixed;
	width:400px;
	left:50%;
	margin-left:-250px;
	z-index:99999;
	background:#fff;
	padding:20px;
}
#modalOneclick p, #modal_form2 p{
	font-size:16px;
	text-align:center;
	margin:0 0 30px 0;
}
#modalOneclick input, #modal_form2 input{
	display:block;
	width:100%;
	padding:10px;
	border-radius:4px;
	border:1px solid #dedede;
	margin:0 0 20px 0;
}
#modalOneclick button, #modal_form2 button{
	display:inline-block;
	background:#f9a123;
	text-align:center;
	text-transform:uppercase;
	padding:15px 20px;
	color:#fff;
	font-size:16px;
	border:none;
	cursor:pointer;
}
#modalOneclick button:hover, #modal_form2:hovers{
	background:#452c1e;
	text-decoration:none;
}

.product-right .offer-block{
	background:#fff;
	height:50px;
	width:100%;
	float:none;
}
.product-right .button-block{
	width:100%;
	float:none;
	height:50px;
}

}
.horizontal{
	overflow:hidden;
}
.product-tabs > ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.product-tabs > ul > li{
	display:block;
	width:25%;
	float:left;
	background:#452c1e;
	transition:0.3s;
}
.product-tabs > ul .active, .product-tabs > ul > li:hover{
	background:#f9a123;
}
.product-tabs > ul > li img{
	display:block;
	width:50px;
	height:50px;
	margin:0 auto;
}
.product-tabs > ul > li a{
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:16px;
	padding:15px 0;
}
.product-tabs > div{
	background:#f2f2f2;
	padding:20px 10px;
}





.fullText{
	
}
.fullText ul{
	margin:10px 0 10px 30px;
}
.fullText ul li{
	margin:5px 0 5px 0;
}









.pagination-list{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}
.pagination-list li {
	display:inline-block;
}
.pagination-list li a{
	color:#444;
	display:inline-block;
	background:#f2f2f2;
	padding:5px;
	margin:0 2px;
}

.pagination-list .active a {
	background:#f9a123;
	color:#fff;
	padding:5px;
	margin:0 2px;
}
.pagination-list .disabled a {
	background:none
}









.reviewWrite{
	overflow:hidden;
}
.revLeft input, .revRight input{
	display:block;
	width:100%;
	padding:10px;
	border:1px solid #dedede;
	border-radius:4px;
	margin:0 0 15px 0;
}
.revLeft{
	width:49%;
	float:left;
}
.revRight{
	width:49%;
	float:right;
}

.revCenter textarea{
	display:block;
	width:100%;
	font-family:arial;
	padding:10px;
	min-height:100px;
	resize:none;
	border:1px solid #dedede;
	border-radius:4px;
}

.revRating{
	width:50%;
	float:left;
}
.revButton{
	width:50%;
	float:right;
	text-align:right;
}








.extra_fields_el{
	border-top:2px solid #fff;
	padding:0px 10px;
	overflow:hidden;
	transition:0.3s;
}
.extra_fields_el:hover{
	background:#dedede;
}
.extra_fields_name{
	width:40%;
	float:left;
	border-right:2px solid #fff;
	padding:10px;
}
.extra_fields_value{
	width:60%;
	float:left;
	border-right:2px solid #fff;
	padding:10px;
}
.extra_fields_value:last-child{
	border-right:none;
}




.reviewsBlock{
	
}
.reviewsBlock strong{
	font-size:24px;
	display:block;
	text-align:center;
	padding:30px 10px;
}




/*TABS*/
.tabsProduct{
	margin:30px 0 0 0;
}
.tabsProductNav{
	background:#f2f2f2;
	overflow:hidden;
}
.tabsProductNav > li{
	display:block;
	padding:20px 20px;
	font-size:16px;
	float:left;
	width:33.3333333%;
	cursor:pointer;
	text-align:center;
}
.tabsProduct > div{
	padding:15px 0;
}
.tabsProductNav > .active, .tabsProductNav > li:hover{
	background:#f9a123;
	color:#fff;
}
.tabsProductContent{
	
}
@media only screen and (max-width: 1280px) {
.tabsProductNav > li{
	font-size:16px;
	padding:20px 10px;
}	
}
@media only screen and (max-width: 767px) {
.tabsProductNav > li{
	display:block;
	padding:20px 20px; 
	font-size:22px;
	float:none;
	width:100%;
	cursor:pointer;
	text-align:center;
}

}







.fullTextTitle{
	font-size:28px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#f9a123;
	font-weight:100;
	padding:20px 0 0 0;
	margin:30px 0 0px 0;
	border-top:2px dashed #dedede;
}






.panelIconGarant{
	margin:50px 0 20px 0;
	border-top:2px dashed #dedede;
	padding:30px 0 0 0;
}
.panelIconGarant > strong{
	font-size:28px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#f9a123;
	font-weight:100;
}
.panelIconGarant ul{
	margin:30px 0 20px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.panelIconGarant ul li{
	display:block;
	width:25%;
	float:left;
}
.panelIconGarant ul li img{
	width:100px;
	height:100px;
	display:block;
	margin:0 auto;
	transition:0.3s;
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}
.panelIconGarant ul li:hover img{
	-ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8);
}
.panelIconGarant ul li strong{
	font-size:20px;
	font-weight:100;
	text-align:center;
	display:block;
	text-align:center;
	margin:10px 0;
}








.panelIconZamena{
	margin:30px 0;
	background:#f9a123;
	padding:30px 0 10px 0;
}
.panelIconZamena > strong{
	font-size:28px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:100;
}
.panelIconZamena ul{
	margin:30px 0 20px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.panelIconZamena ul li{
	display:block;
	width:33.33333333333%;
	float:left;
	
}
.panelIconZamena ul li img{
	width:150px;
	height:150px;
	display:block;
	margin:0 auto;
	border-radius:75px;
	border:3px solid #eec385;
	transition:0.3s;
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}
.panelIconZamena ul li:hover img{
	-ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8);
}
.panelIconZamena ul li strong{
	font-size:20px;
	font-weight:100;
	text-align:center;
	display:block;
	text-align:center;
	margin:10px 0;
	color:#fff;
}

















.grid-products-cart{
	list-style: none;
	margin: 0;
	padding: 20px;
	width: 102%;
	margin-left: -2%;
	overflow:hidden;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.grid-products-cart li{
	display: block;
	float: left;
	padding: 0;
	background:#fff;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.grid-products-cart li img{
	width:100%;
	height:auto;
	display:block;
}

.cart-body{
	overflow:hidden;
	background:#f2f2f2;
}
.cart-body .total_price{
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
	color:#f9a123;
}
.cart-body .quantity{
	width:60px;
	height:30px;
	float:left;
}
.cart-body .quantity input{
	width:30px;
	height:30px;
	float:left;
	display:block;
	border:none;
	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
	text-align:center;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.cart-body .quantity img{
	width:30px;
	height:30px;
	float:left;
	background:#42cf37;
	cursor:pointer;
}
.cart-body .quantity img:hover{
	background:#333;
}
.cart-body .remove{
	width:30px;
	height:30px;
	float:left;
}
.cart-body .remove img{
	width:30px;
	height:30px;
	display:block;
	background:#f33f3f;
}
.cart-body .remove img:hover{
	background:#333;
}



.cart-col1{
	width:25%;
	float:left;
	text-align:center;
	height:50px;
	background:#f9a123;
	line-height:50px;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	font-size:14px;
}
.cart-col1:hover, .cart-col3:hover{
	background:#452c1e;
	text-decoration:none;
}
.cart-col2{
	width:50%;
	float:left;
	text-align:center;
	height:50px;
	color:#444;
	font-weight:bold;
	text-transform: uppercase;
	background:#f2f2f2;
	line-height:50px;
	font-size:14px;
}
.cart-col3{
	width:25%;
	float:left;
	text-align:center;
	height:50px;
	background:#f9a123;
	line-height:50px;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	font-size:14px;
}

.cart_empty_text{
	width:100%;
	padding:50px 0;
	color:#444;
	font-size:20px;
	text-align:center;
}



.controls input{
	display:block;
	float:none;
	width:60%;
	margin:20px auto;
	border:1px solid #dedede;
	padding:10px;
}
.controls textarea{
	display:block;
	float:none;
	width:60%;
	height:150px;
	margin:20px auto;
	border:1px solid #dedede;
	padding:10px;
}


.jshop_order_step{
	padding:20px;
	
}
.jshop_order_step span{

}
.jshop_order_step a{
	color:#f9a123;
}
#table_payments{
	padding:20px;
}











/* Ширина слайдера */
#slider { 
width: 200px; 
margin: 15px 0;
}
 
/* Контейнер слайдера */
.ui-slider {
position: relative;
}
 
/* Ползунок */
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 20px; /* Задаем нужную ширину */
height: 20px; /* и высоту */
background: url(../images/row2.png) no-repeat;  
cursor: pointer
}
 
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
overflow: hidden;
}
 
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
height: 5px; /* задаем высоту согласно дизайна */
}
 
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle { 
top: -10px;
margin-left: -6px;
}
 
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
 
.ui-slider-horizontal .ui-slider-range-min { 
left: 0;
}
 
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
 
/* оформление полосы по которой ходит ползунок */
.ui-widget-content { 
border: 1px solid #D4D4D4;
background: #fff;
}
 
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header { 
border: 1px solid #D4D4D4;
background: #26C00C;
}
 
/* скругление для полосы слайдера */
.ui-corner-all {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
} 


















/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

.review_mark{
	margin:10px 0 0px 0;
}




.podpiska{
	background:#f9a123;
	padding:30px;
	text-align:center;
	margin:30px 0 0 0;
}
.podpiska span{

	display:block;
	font-size:20px;
	color:#fff;
}
.podpiska span a{
	font-size:12px;
	color:#fff;
	display:block;
	margin:10px 0 15px 0;
	text-decoration:underline;
}
.podpiska img{
	width:30px;
	height:30px;
	display:inline;
}


.owl-buttons{
	display:none;
}


.productRating{
	overflow:hidden;
}
.microrazmetca, .microrazmetca span{
	font-size:12px;
}
.stars_no_active{
	display:inline-block !important;
}


.productRating .RatingStar{
	overflow:hidden;
}
.stars_no_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}







.list_extra_field{
	display:none;
}
.jshop_register{
	display:none;
}

.uk-text-center{
	padding:30px 0;
}



.moreProd{
	padding: 5px;
    display: block;
    background: #f9a123;
    color: #fff;
    transition: 0.3s;
}
.moreProd:hover{
    background: #452c1e;
}


#button_order_finish{
	background: #f9a123 !important;
	color:#fff !important;
	border-radius:0 !important;
	border:none !important;
	cursor:pointer;
}
#button_order_finish:hover{
	background: #452c1e !important;
	color:#fff !important;
}


.cart1{
	background:#fff;
	padding:10px;
	border-radius:3px;
	margin:0 0 30px 0;
}
.cart2{
	width:48%;
	background:#fff !important; 
	border-radius:3px !important;
	float:left;
}
.cart3{
	width:48%;
	float:right;
}
.blockPayments{
	background:#fff;
	margin:0 0 30px 0;
	border-radius:3px;
	padding:10px;
}
.cartTitle{
	font-size:20px;
	margin:0 0 20px 0;
}
.totalblock{
	border:2px solid #f9a123;
	padding:10px;
}
.totalblock tr{
	padding:5px 0;
	display:block;
}

.total .name{
	padding:0 10px 0 0;
	font-size:20px;
}
.total .value{
	font-size:20px;
}