/*=====================================================OWL-CAROUSEL*/

.mod_ext_owl_carousel_jshopping_products {
	background: #444444 url(../../../images/wood.png);
}
.item_name {
	font-size: 12px;
	text-align: center;
	height:60px;
}
.item_price {
	text-align: center;
	background: #B90003;
	color: #ffffff;
}
/* ======================================================================== JS-product */

.productfull {
	background: url("/textures/body-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.text_zoom, .text_zoom:hover {
	color: #444444;
	text-decoration: underline;
}
.prod_price {
	padding: 10px;
	background: #b90003;
	color: #ffffff;
	font-weight: bold;
}
.image_middle {
	padding: 20px;
}
#main_image_ {
	border: 1px solid red;
}
.prod-img {
	border: 3px solid #cccccc;
	transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
}
.prod-img:hover {
	box-shadow: 4px 4px 6px #444444;
}
.pagination {
	display: none;
}
.carousel1 {
	background: url(/images/wood.png) !important;
	box-shadow: 10px 10px 2px #bbbbbb;
}
/* ========================================================================JS-SEARCH */
.poisk .inputbox {
	height: 30px;
	width: 99%;
}
input[placeholder="Поиск"] {
	color: inherit;
	font-size: 16px;
}
.cat-description {
	font-size: 14px;
	background: #f7f7f7;
	border-left: 6px solid #b90003;
	padding: 20px;
	margin: 0 25px 20px 0;
}
.cat-description p {
	margin: 10px 0 0 0
}
/*=================================================JS button filters*/
.uk-icon-button {
	margin-right: 5px;
}
span.clear_filter a, input.button, .inputbox {
	border: 1px solid #cccccc;
	border-radius: 2px;
	color: inherit;
	font-family: inherit;
}
input.button, span.clear_filter a {
	text-transform: uppercase;
	background: #cccccc;
	font-size: 12px;
	color: #444444;
	cursor: pointer;
}
input.button:hover, span.clear_filter a:hover {
	text-decoration: none;
	color: #ffffff;
}
div.jshop .filters {
}
#sort_count {
	margin: 40px 0 20px 0;
}
/* ======================================================================== Component: Navbar*/

.uk-navbar {
}
.uk-navbar:before, .uk-navbar:after {
	content: "";
	display: table;
}
.uk-navbar:after {
	clear: both;
}
.uk-navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.uk-navbar-nav > li {
	float: left;
	position: relative;
}
.uk-navbar-nav > li > a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0 15px;
	height: 60px;
	border-radius: 0 0 5px 5px;
	color: #ffffff;
	font-family: 'clear_sans_lightregular';
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin: 0 2px;
	line-height: 60px;
}
/* Appear not as link */



.uk-navbar-nav > li > a[href='#'] {
	cursor: text;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	background-color: #D80003;
	color: #ffffff;
	margin: 0 2px;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	/* 3 */



	outline: none;
}
/* OnClick */



.uk-navbar-nav > li > a:active {
}
/* Active */



.uk-navbar-nav > li.uk-active > a {
	background-color: #B90003;
	color: #ffffff;
	margin: 0 2px;
}
/* Sub-objects: `uk-navbar-nav-subtitle`



 ========================================================================== */



.uk-navbar-nav .uk-navbar-nav-subtitle {
	line-height: 33px;
}
.uk-navbar-nav-subtitle > div {
	margin-top: -8.5px;
	font-size: 10px;
	line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`



 ========================================================================== */



/*



 * Imitate navbar items



 */



.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 60px;
	padding: 0 15px;
	float: left;
	color: #B3B3B3;
}
/*



 * Helper to center all child elements vertically



 */



.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
	padding-left: 0;
}
.uk-navbar-content > a:not([class]) {
	color: #1fa2d6;
}
.uk-navbar-content > a:not([class]):hover {
	color: #0074a2;
}
.uk-navbar-brand {
	font-size: 18px;
	color: #444444;
	text-decoration: none;
}
.uk-navbar-brand:hover, .uk-navbar-brand:focus {
	color: #444444;
	text-decoration: none;
	/* 2 */



	outline: none;
}
.uk-navbar-toggle {
	font-size: 18px;
	color: #444444;
	text-decoration: none;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
	color: #444444;
	text-decoration: none;
	outline: none;
}
.uk-navbar-toggle:after {
	content: "\f0c9";
	font-family: FontAwesome;
	/* 1 */



	vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
	content: "\f002";
}
.uk-navbar-center {
	float: none;
	text-align: center;
	/* 1 */



	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.uk-navbar-flip {
	float: right;
}
/*=====================================================================END-NAVBAR*/



.outline {
	outline: 1px solid #cccccc;
}
body {
	font-family: 'clear_sansregular';
	color: #777777;
	font-size: 16px;
	color: #5C5C5C;
	background: url(../../../textures/bg.png);
}
.uk-panel-box {
	background: none;
}
section#parallax1 {
	height: 350px;
	background: url(../../../images/0.jpg) no-repeat 50% 0 fixed;
	background-size: contain;
}
section#parallax2 {
	background: url(../../../images/krest.png);
	background-position: center top;
	background-color: #000000;
}
#top-line {
	background: rgba(0,0,0,0.8)
}
.uk-navbar {
	background: none;
}
.uk-navbar-nav {
}
.uk-navbar-nav > li {
}
.uk-navbar-nav > li > a {
}
a img.zoom-img {
}
a img.zoom-img:hover {
	transform: scale(1.5);
}
.product-img-modal {
	float: left;
	left: 50%;
	margin-left: -200px;
	width: auto;
}
/*===================================JOOMSHOPPING============================*/ 



.jshophead {
	width: 100%;
}
.list_product_row {
	overflow: visible !important;
}
#comjshop h1 {
	font-size: 26px;
	color: inherit;
	font-family: 'clear_sansbold';
	border-bottom: double 5px #b90003;
}
h2.product_title {
	font-family: 'clear_sansregular';
	line-height: 14px;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
}
h2.category_title {
	font-family: 'clear_sansregular';
	font-size: 16px;
	background: #B90003;
	margin-top: 10px;
	border-radius: 5px 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
h2.category_title:hover {
	background: #D80003;
}
h2.category_title a {
	color: #ffffff;
}
.description {
}
div.productweight {
}
div.productweight span div.jshop_price {
}
div.jshop_price span {
	color: #ffffff;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 5px 0;
	width: 100px;
	text-align: center;
	background: #B90003;
	display: block;
	float: right;
}
.block_product {
	background: #F7F7F7;
	transition: all 300ms ease;
}
.block_product:hover {
	background: #E8E8E8;
}
/*====================================Category-JS*/



.str_category {
	margin-bottom: 30px;
}
.category {
	text-align: center;
}
img.jshop_img {
	border: none;
	transition: all 400ms ease;
	transition-delay: 400ms;
	cursor: pointer;
}
img.jshop_img:hover {
	transform: scale(2);
}
.cat-main-img {
	border: solid 2px rgba(185,0,3,1.00) !important;
	border-radius: 50%;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.cat-main-img:hover {
	transition-delay: 0ms !important;
	transform: none !important;
	border-radius: 0;
	background: rgba(0,0,0,0.2);
	border: solid 2px #868686 !important;
}
/* module categories*/



.jshop_menu_level_0, .jshop_menu_level_0_a {
	margin-top: 3px;
	margin-bottom: 3px;
}
.jshop_menu_level_1, .jshop_menu_level_1_a {
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.jshop_menu_level_2, .jshop_menu_level_2_a {
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*----------------- category ---------------------*/

.jshop_categ {
	vertical-align: top;
	padding-bottom: 20px;
	display: inline-block;
}
.jshop_categ .category {
	padding: 0 10px;
	margin: 5px;
}
.jshop_list_product .block_product {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
}
.productfull .image_middle {
	float: left;
	margin-right: 10px;
}
/************************** list category ********************/







.jshop_list_category, .jshop_list_product, #sort_count, .jshop.list_category {
	width: 100%;
	display: block;
	clear: both;
}
.uk-panel-title {
	font-family: 'clear_sansbold';
	color: #b90003;
	font-size: 30px;
	line-height: 30px;
}
/*JS-CATEGORY-MENU*/



.jshop_menu_level_0, .jshop_menu_level_0_a {
	background: #B90003;
	padding: 10px;
	color: #ffffff;
	border-radius: 5px 0;
	display: block;
}
.jshop_menu_level_0 a:active, .jshop_menu_level_0_a a:active {
	color: #ffffff !important;
	text-decoration: underline !important;
}
.jshop_menu_level_0:hover, .jshop_menu_level_0_a:hover {
	background: #D80003;
	color: #ffffff;
}
.jshop_menu_level_0 a {
	color: #ffffff;
}
a:active {
	color: #ffffff !important;
}
a, .uk-link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a {
	display: inline-block;
	color: #444444;
}
.uk-breadcrumb > li > span {
	color: #B90003;
}
.tm-sidebar-a {
}
.uk-search {
	border: solid 1px #444444;
	width: 100%;
}
/*====================================================CONTACT-FORM*/

.pweb-bg-white .pwebcontact-container, .pweb-bg-white.ui-effects-transfer.pweb-genie {
	background-color: transparent !important;
}
.pweb-form-blue.pweb-shadow form.pwebcontact-form input.pweb-input, .pweb-form-blue.pweb-shadow form.pwebcontact-form select, .pweb-form-blue.pweb-shadow form.pwebcontact-form textarea {
	box-shadow: none !important;
)
}
.pweb-form-blue form.pwebcontact-form input.pweb-input, .pweb-form-blue form.pwebcontact-form select, .pweb-form-blue form.pwebcontact-form textarea {
	background: #F1F1F1;
	border: 1px solid #cccccc;
	border-radius: 2px;
	height: 40px;
	color: #333;
}
form.pwebcontact-form textarea {
	height: 200px !important;
	resize: none !important;
}
/*===============================BUTTON*/



.pweb-form-blue form.pwebcontact-form button, .pweb-form-blue form.pwebcontact-form .btn {
	color: #fff !important;
	background-color: #B90003 !important;
}
.pwebcontact-form button:hover {
	text-decoration: underline !important;
	background: #D80003 !important;
}
div.uk-position-cover {
	background: rgba(0,0,0,0.8);
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
div.uk-position-cover:hover {
	background: rgba(0,0,0,0.5);
}
a.price:hover {
	color: #ffffff;
}
.uk-icon-button:hover {
	color: #444444;
}
