﻿html {
	font-size: 1.1em;
	font-weight: normal;
	list-style-type: disc;
	text-align: left;
	color: #000;
	line-height: 1.2;
	list-style-type: none !important;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	font-family: 'Roboto', sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
}


p {
	text-align: justify;
	line-height: 1.2;
	font-size: 1em;
	margin-bottom: 0;
}

em {
	font-style: italic;
	color: #C52407;
}
b, strong {
	font-weight: bold;
}
ul {
	list-style-type: disc;
}

.uk-nav-sub li {
list-style-type: disc;	
}

li.item-138 ul li {
list-style-type: none;	
}


dt {
	width: 100%;
}
h1 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;	
text-align: center;
	margin: 0px;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'Cuprum', sans-serif;
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
}


h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 0;
	text-transform: uppercase;	
	
	

}




h3 {
	font-size: 1.8em;
	line-height: 1em;	
	font-weight: normal;
	color: #ff3300;
	text-align: center;
padding-bottom: 10px;
	position: relative;

}

h4 {
	font-size: 1.8em;
	line-height: 1em;	
	font-weight: normal;
	color: #ff3300;

padding-bottom: 10px;
  border-bottom: 2px solid #eee; 
	position: relative;
	text-transform: uppercase;
	 margin-bottom: 40px;

}

h4:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30%;
  height: 4px;
  background: #ff3300;
 
}



h5 {
	
  font-size: 1.5em;
  font-weight: bold;
 	text-align: center;
	color: #ff3300;
line-height: 1.2;

}

h6 {
font-size: 1.2em;
font-weight: normal;
color: #333;
line-height: 1em;
font-family: Cuprum, sans-serif;
padding: 15px;
background-color: #eee;
}



footer{
	color: #F8F2E0 !important;
	background-color: #374047;


}
footer a{
	font-weight: bold;

}
}
footer a:visited{
}
footer a:hover{
	color: #C52407;
}
footer p {

	line-height: normal;
	font-size: 14px;
}





header p{

font-size: 1.2em;
color: #666;
text-align: left;

}
header a i {
	color: #666 !important;
}
header a:visited{
}
header a:hover{
	
}



header [class*="uk-icon-"] {
	
}

header [class*="uk-icon-"] a:hover {

}

[class*="uk-icon-"] {
}
header .uk-icon {

}

header .uk-button {
	padding-left: 10px;
padding-right: 10px;
}

header .uk-text-large {
	line-height: 1.2;
}

header hr {
	margin-bottom: 0;		
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;	
	border-color: #999;
}

nav {
padding-top: 0;
padding-right: 30px;
padding-bottom: 0;
padding-left: 15px;
}
nav a{
}
nav a:visited{
}
nav a:hover{
}


ul.top-menu li a img {
	display: none;
}



section {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}

.menu-footer {
	display: block;
}


a {
color: #ff3300;		
}

a:hover {
	color: #C52407;	
}

a:visited {
			
}


a:active {
}


.breadcrumb li{
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}


#breadcrumps {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	color: #CCC;
	position: relative;
	margin: 0px;
}


.counter {
	font-size: x-small;
}
.tags {
padding-left: 0;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
margin-top: 10px;

}

.tags li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 0;
}

.tags li a:before{
content: "# ";	
}

.tags li a{
	color: #333;
	background-color: #DDDDDD;
	padding: 5px;
	border-radius: 2px;
}

.tags li a:hover{
	text-decoration: none;
	background-color: #1774FF;
	color: #FFF;
}

.tags li a:active{
	text-decoration: none;
	background-color: #004dbf ;
	color: #FFF;

}

.tagspopular {
text-align: left;
}

.tagspopular ul{
	list-style-type: none;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-left: 0;
	
}

.tagspopular li{
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 15px;
	
}

.tagspopular li a:before{
content: "# ";	
}

.tagspopular li a{
color: #333;
background-color: #DDDDDD;
padding: 5px;
border-radius: 2px;
	
}

.tagspopular li a:hover{
	text-decoration: none;
	background-color: #1774FF ;
	color: #FFF;

}

.tagspopular li a:active{
	text-decoration: none;
	background-color: #004dbf;
	color: #FFF;

}

/*.gotop {
    margin-right: 10px;
    text-align: right;
    display: block;
    padding-right: 15px !important;
    padding-left: 15px !important;
    position: fixed;
    right: 10px;
    bottom: 10px;
z-index: 10;
color: #FFF;
}*/

a.gotop {

	margin-right: 10px;
	text-align: center;
	display: block;
	position: fixed;
	right: 10px;
	bottom: 40px;
	background: rgba(150, 150, 150, 0.8);
	z-index: 10;
	color: #FFF;
	padding: 20px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	background-color: #ff3300;
	text-align: center;
	margin: 5px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.pagination a:link {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #FFF;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #333333;
	text-decoration: none;
}


img.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*конец кода с transition*/
}
img.gray:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}


/** Uikit **/ 

.uk-icon-image {
    width: 40px;
    height: 40px;

}


.uk-card-default {
    color: #000;
}

.uk-search-default .uk-search-input {
    background-color: #fff;
}

.uk-button-secondary {
    background-color: #999;
}

.uk-navbar-nav > li > a {
    color: #333;
}

.uk-text-large {
    font-size: 1.5em;
}


.uk-subnav-pill > .uk-active > a {
    background-color: #C52407;

}

.uk-subnav-pill > * > a:focus, .uk-subnav-pill > * > a:hover {
    background-color: #ff3300;
    color: #fff;
}

.uk-subnav-pill > * > :first-child {
    padding: 10px 10px;
background-color: #f8f8f8;
color: #666;
}

.uk-subnav > * > :first-child  {
    font-size: 1rem;
	font-weight: bold;
}

.uk-search-default {
    width: auto;
}

.uk-form-width-large {
    width: 800px !important;
}

.uk-tab > .uk-active > a {
    color: 
#333;
border-color:
    #ff3300;
}


.uk-button-primary {
    background-color: 
#ff3300 !important;
color:
    #fff !important;
}


.uk-button-primary:hover {
    background-color: 
#C52407 !important;
color:
    #fff !important;
}

.uk-button-primary:focus {
    background-color: 
#C52407 !important;
color:
    #fff !important;
}

.uk-badge {

	background: #ff3300;
}

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

.uk-panel-badge {
    right: auto;
    z-index: 1;
}

.uk-form input {
	background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.04)) !important;
}
.uk-form textarea {
	background-image: linear-gradient(to top, transparent 90%, rgba(0, 0, 0, 0.03));
}
.uk-modal {
	color: #333;
}

.uk-button {
	text-transform: uppercase;
	font-family: 'Cuprum', sans-serif;
	border-radius: 5px;
}


.uk-padding-right-remove {
	padding-right: 0;	
}

.uk-padding-left-remove {
	padding-left: 0;	
}


.uk-search-navbar .uk-search-input {
        background-color: #fff;

}


.uk-offcanvas h2 {
	text-align: center;
	
}

.uk-button-large {
    min-height: 50px;
    line-height: 48px;
    font-size: 18px;
}

.uk-navbar-brand img {
height: 100%;	
}

.uk-navbar-brand {
height: 60px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;	
}

.uk-navbar-center {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.uk-navbar-toggle::after {
    content: none;
}

.uk-navbar-toggle  {

min-height: 40px;

}

.uk-navbar-toggle img {
height: 100%;	
}


.uk-navbar {



}

.uk-navbar-item {
min-height: 60px;
}


.uk-navbar.inner {

}


.uk-navbar-nav > li > a {

	box-sizing: border-box;
	text-decoration: none;
	font-size: 18px;
	min-height: 60px;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid transparent;
	border-bottom-width: 1px;
	border-bottom-width: 0;
	text-shadow: none;
	text-transform: uppercase;
}

.uk-navbar-nav > li.uk-active > a {
	color: #C52407;

}

.uk-text-primary {
    color: #C52407 !important;
}

.uk-card-title {

    line-height: 1;
}

/** end Uikit **/


/** JoomShopping **/

.jshop_img {
border: 1px solid #999;	
}

.productfull #block_price {
    font-size: 2.5em;
}

.jshop_list_product .product .jshop_price, .top_hits_products .jshop_price, .label_products .jshop_price {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5px;
}

.top_hits_products .image, .label_products .image{
    text-align: center;
    margin-bottom: 5px;
}

.top_hits_products .name, .label_products  .name{
    text-align: center;
    margin-bottom: 5px;
}

.productfull .image_middle {
    width: 100%;
}

#mxcpr {
display:none!important;
}

.jshop .product_label{
    position: absolute;
	z-index:1;
}
.old_price {text-decoration: line-through;}
.fielderror {border: 2px solid red !important; }
div.quantity {
	position: relative;
	cursor: pointer;
	width: 65px;
}
div.quantity span.quantitymore,
div.quantity span.quantityless {
	display: block;
	position: absolute;
	right: 0;
	width: 15px;
	height: 50%;
	border-left: 1px solid #ddd;
}
div.quantity span.quantitymore {
	top: 0;
	border-bottom: 1px solid #ddd;
}
div.quantity span.quantityless {top: 50%;}
div.quantity span.quantitymore:after,
div.quantity span.quantityless:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 6px solid #717171;
}
div.quantity span.quantityless:after {
	border-top: 6px solid #717171;
	border-bottom: 0px;
}


.block_sorting_count_to_page {
	
	padding: 5px 0px;
	
	}
.box_products_sorting .order.active{font-size:120%;}
.box_products_sorting .order.other span{display:inline-block;padding:0 7px;border-right:1px solid #eaeaea;}
.box_products_sorting .other span:hover, .box_products_sorting .order.active:hover{cursor:pointer;}
.stars_no_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
	display: inline-block;
	margin-right: 5px;
}
.stars_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}

.requiredtext{color: #A00;}
.attributes_name, .freeattribut_name, .extra_fields_name, .manufacturer_title, .vendor_title, #vendinfo span.name {
	font-weight: bold;
}
.jshop .input_type_radio input[type="radio"] {display: none;}
.jshop.productfull .radio_attr_label {
	border: 1px solid #eee;
	background: #fff;
	min-width: 35px;
	display: inline-block;
	text-align: center;
	margin: 3px;
	padding:2px 7px;
	border-radius: 5px;
}

.jshop.productfull .radio_attr_label:hover {
	background: #eee;
	z-index: 10;
}
.jshop.productfull .input_type_radio input[type="radio"]:checked + label span {
	background: #999;
	color: #fff;
	border: 1px solid #999;
	-webkit-font-smoothing: antialiased;
}

#quantity{	max-width: 80px;margin-bottom: 0;}
.additional_prices{}
.extra_row_nvg {border-bottom:1px dotted #ddd; line-height: 200%; }
.productfull .prod_qty_input, .productfull .buttons {display:inline-block;}
.productfull div.quantity {width:auto;}
.jshop_related .button_wishlist {display:none;}
.quantityless:hover, .quantitymore:hover {cursor:pointer;}
img.logo_manufacturer {max-height: 120px;}        	       	  	        	        	          	


/** end JoomShopping **/


/** JScat-and-prod **/

.jscat-and-prod li {
	list-style: none;
	margin-top: 11px;
}
.jscat-and-prod li a {
	font-size: 1.5em;
	line-height: 1.0em;
	text-transform: uppercase;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	font-weight: bold;
	padding-left: 25px;
	display: block;

}
.jscat-and-prod li a:hover {

}
.jscat-and-prod li li a {
	font-size: 1.2em;
	line-height: 1em;
	text-transform: none;
	font-weight: normal;
}
.jscat-and-prod li li li a {
	font-size: 1.1em;
	line-height: 1em;
	text-transform: none;
}
.jscat-and-prod li.current  a {

}
.jscat-and-prod li.parent > span {
	margin-right: 5px;
	cursor: pointer;
	display: block;
	background: url(../images/indicator-minus.png) 0 -5px no-repeat;
}
.jscat-and-prod li.parent > a.open {background:url(../images/indicator-minus.png) 0 -5px no-repeat; display: inline-block; height: 19px; 	position: absolute;}
.jscat-and-prod li.parent > span.open {  }
.jscat-and-prod ul.categories, .jscat-and-prod ul.products { clear: both; }
.jscat-and-prod li.parent > a.closed {
	background-image: url(../images/indicator-plus.png);
	background-repeat: no-repeat;
	background-position: 0 -5px;
	display: inline-block; height: 19px;
	position: absolute;
}
.jscat-and-prod li.parent > a.open {background-position: 0 -5px; }

/** end JScat-and-prod **/

[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}


/** @media **/


@media (min-width: 768px) and (max-width: 1219px) {
	

}




@media (min-width: 1220px) {  


}

@media (max-width: 960px) {


.uk-table-responsive th {
    display: none;
}


}


@media (max-width: 768px) {

.slider-text p{
line-height: 1em;
font-size: 1.5em;
}



}




/** end @media **/