@charset "UTF-8";
/**
 * WooCommerce CSS Variables
 */
@keyframes buzz-out {
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-15deg);
	}
	30% {
		transform: rotate(10deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(5deg);
	}
	60% {
		transform: rotate(-5deg);
	}
	70% {
		transform: rotate(1deg);
	}
	80% {
		transform: rotate(-1deg);
	}
	90% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

html, body, div, span, applet, object, iframe,
h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

.content {
	font-size: 14px;
	line-height: 1.3;
}

.content h1, .content .woocommerce h2, .woocommerce .content h2, .content .woocommerce h3, .woocommerce .content h3, .content .woocommerce h4, .woocommerce .content h4, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.2;
	color: #222222;
}

.content h1, .content .woocommerce h2, .woocommerce .content h2, .content .woocommerce h3, .woocommerce .content h3, .content .woocommerce h4, .woocommerce .content h4 {
	font-size: 22px;
	text-transform: uppercase;
}

.content h2 {
	font-size: 20px;
}

.content h3 {
	font-size: 18px;
}

.content h4 {
	font-size: 16px;
}

.content h5 {
	font-size: 14px;
}

.content h6 {
	font-size: 13px;
}

.content p, .content > table, .content > ul, .content > ol {
	margin-bottom: 20px;
}

.content ul, .content ol {
	margin-left: 1.4em;
	list-style-position: outside;
}

.content li + li {
	margin-top: 8px;
}

.content table, .content img {
	vertical-align: middle;
	max-width: 100%;
}

.content > :last-child {
	margin-bottom: 0;
}

.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .alignnone {
	margin: 0 0 20px;
}

.content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.content blockquote {
	display: block;
	overflow: hidden;
	padding: 12px 15px;
	margin-bottom: 20px;
	background: #f5f5f5;
}

.content blockquote :last-child {
	margin-bottom: 0;
}

.content .wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 0;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	background: #f5f5f5;
}

.content .wp-caption .wp-caption-text {
	padding: 10px 10px 0;
}

.gallery {
	overflow: hidden;
	margin: 0 -10px 10px 0;
	font-size: 0;
	line-height: 0;
}

.gallery .gallery-item {
	display: inline-block;
	width: 33.33%;
	padding: 0;
	margin: 0 0 10px;
	vertical-align: top;
}

.gallery .gallery-icon {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #f5f5f5;
}

.gallery .gallery-icon a, .gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.gallery .gallery-caption {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 10px 10px;
	margin: 0 10px 0 0;
	background: #f5f5f5;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Блок с рамкой, светлым фоном и полями */
.box {
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #f5f5f5;
}

.box .shop_table {
	border: 0;
}

.box .shop_table th, .box .shop_table td {
	padding: 10px 12px;
}

.box .shop_table th:first-child, .box .shop_table td:first-child {
	padding-left: 0;
}

.box .shop_table th:last-child, .box .shop_table td:last-child {
	padding-right: 0;
}

/* Изображение для экрана оформления заказа */
.blockOverlay {
	background: #ffffff url("../images/loader.gif") 50% 50% no-repeat !important;
}

/* Встроенный стиль для двух колонок */
.col2-set {
	*zoom: 1;
}

.col2-set:after {
	display: table;
	content: '';
	clear: both;
}

.col2-set .col-1 {
	width: 49%;
	float: left;
}

.col2-set .col-2 {
	width: 49%;
	float: right;
}

.woocommerce-checkout-payment {
	border: 1px solid #cccccc;
	background: #f5f5f5;
	border-radius: 3px;
	margin-bottom: 20px;
}

.woocommerce-checkout-payment .place-order {
	text-align: center;
	padding: 20px 20px 0;
}

.woocommerce-checkout-payment .place-order .button {
	font-size: 18px;
	line-height: 26px;
}

.woocommerce-checkout-payment .payment_methods {
	*zoom: 1;
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid gainsboro;
	margin: 0;
	list-style: none outside;
}

.woocommerce-checkout-payment .payment_methods:after {
	display: table;
	content: '';
	clear: both;
}

.woocommerce-checkout-payment .payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: normal;
	*zoom: 1;
}

.woocommerce-checkout-payment .payment_methods li:after {
	display: table;
	content: '';
	clear: both;
}

.woocommerce-checkout-payment .payment_methods li input {
	margin: 0 10px 0 0;
}

.woocommerce-checkout-payment .payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}

.woocommerce-checkout-payment .payment_methods li img + img {
	margin-left: 2px;
}

.woocommerce-checkout-payment .payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #e8e8e8;
	color: #5c5c5c;
}

.woocommerce-checkout-payment .payment_box input.input-text, .woocommerce-checkout-payment .payment_box textarea {
	border-color: #cfcfcf;
	border-top-color: #c2c2c2;
}

.woocommerce-checkout-payment .payment_box span.help {
	font-size: .857em;
	color: #777777;
	font-weight: normal;
}

.woocommerce-checkout-payment .payment_box .form-row {
	margin: 0 0 1em;
}

.woocommerce-checkout-payment .payment_box p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-payment .payment_box:before {
	content: "";
	display: block;
	border: 1em solid #e8e8e8;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

form .form-row {
	display: block;
	margin: 0 0 20px;
}

form .form-row label {
	display: block;
	margin-bottom: 5px;
}

form .form-row label.hidden {
	visibility: hidden;
}

form .form-row label.inline {
	display: inline;
}

form .form-row select {
	margin: 0;
	cursor: pointer;
}

form .form-row .required {
	font-weight: 700;
	color: #ff4a4a;
}

form .form-row strong {
	display: inline-block;
	vertical-align: middle;
	color: #444444;
}

form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	vertical-align: middle;
	text-align: center;
}

form .form-row .input-text {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	line-height: 28px;
}

form .form-row textarea.input-text {
	height: 100px;
}

form .form-row .select2-container {
	width: 100%;
	line-height: 2em;
}

form .form-row.woocommerce-invalid label {
	color: #aa0000;
}

form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
	border-color: #aa0000;
}

form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
	border-color: #69bf29;
}

form .form-row-first {
	display: block;
	float: left;
	width: 48%;
}

form .form-row-last {
	display: block;
	float: right;
	width: 48%;
}

form.login, form.register, form.checkout_coupon {
	padding: 20px 20px 0;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fafafa;
}

.woocommerce-MyAccount-navigation {
	display: block;
	float: left;
	width: 174px;
	padding: 12px 15px;
	margin-bottom: 40px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fafafa;
}

.woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
	position: relative;
	overflow: hidden;
	margin-left: 235px;
}

.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation li {
	display: block;
	margin: 0;
}

.woocommerce-MyAccount-navigation li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #c8d6da;
}

.woocommerce-MyAccount-navigation a {
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
	color: #406f7d;
}

.woocommerce-MyAccount-navigation .is-active > a, .woocommerce-MyAccount-navigation a:hover {
	color: #aa0000;
}

.woocommerce-MyAccount-content {
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-MyAccount-content legend {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3;
	color: #527b88;
}

.woocommerce-MyAccount-content .woocommerce-Address h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

@font-face {
	font-family: "opencart";
	src: url("../fonts/opencart.eot");
	src: url("../fonts/opencart.eot?#iefix") format("embedded-opentype"), url("../fonts/opencart.woff") format("woff"), url("../fonts/opencart.ttf") format("truetype"), url("../fonts/opencart.svg#opencart") format("svg");
	font-weight: normal;
	font-style: normal;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

html, body {
	height: 100%;
}

body {
	min-width: 320px;
	font-size: 14px;
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	line-height: 1.3;
	color: #333333;
}

#site {
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.fixed {
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin: 0 auto;
	z-index: 1;
}

.clear {
	clear: both;
}

.btn_basic, .btn_green, .product_mini .added_to_cart, .product .reset_variations, .btn_red, .button, .btn_blue, .btn_gray {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border: 0;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.btn_green, .product_mini .added_to_cart, .product .reset_variations {
	background: #7da773;
	background: linear-gradient(to bottom, #88b17e, #729b68);
}

.btn_green:hover, .product_mini .added_to_cart:hover, .product .reset_variations:hover {
	background: #719c66;
	background: linear-gradient(to top, #85ae7b, #76a06c);
}

.btn_red, .button {
	background: #ce6d68;
	background: linear-gradient(to bottom, #d47974, #c86560);
}

.btn_red:hover, .button:hover {
	background: #c7635e;
	background: linear-gradient(to top, #d47974, #c86560);
}

.btn_blue {
	background: #598593;
	background: linear-gradient(to bottom, #779eaa, #598593);
}

.btn_blue:hover {
	background: #7198a4;
	background: linear-gradient(to bottom, #598593, #6e95a1);
}

.btn_gray {
	background: #dbdbdb;
	background: linear-gradient(to bottom, #dbdbdb, #cfcfcf);
	color: #444444;
}

.btn_gray:hover {
	background: #cfcfcf;
	background: linear-gradient(to top, #dbdbdb, #cfcfcf);
}

.button.loading {
	background: linear-gradient(to bottom, #c6c6c6, #bbbbbb);
	cursor: default;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], select, textarea {
	display: inline-block;
	padding: 3px 6px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	background: #ffffff;
	vertical-align: middle;
}

select {
	padding: 0 0 0 3px;
	height: 26px;
	line-height: 26px;
}

textarea {
	display: block;
	overflow: auto;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
}

h1, .woocommerce h2, .woocommerce h3, .woocommerce h4 {
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3;
	color: #527b88;
}

#container {
	position: relative;
	z-index: 2;
	border-bottom: 2px solid #c96661;
}

.top_line {
	display: block;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, #e7e7e7, #ededed);
	background: #ededed;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07) inset;
}

.top_line .fixed {
	min-height: 18px;
	padding: 9px 0 12px 0;
}

.top_line .login {
	display: block;
	position: relative;
	float: right;
	padding: 0 0 0 25px;
	margin-right: 10px;
	text-decoration: none;
	cursor: pointer;
}

.top_line .login:before {
	content: 'k';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-family: "opencart";
	line-height: 1.2;
}

.top_line .login .inner {
	display: none;
	position: absolute;
	top: 100%;
	right: -10px;
	left: -7px;
	padding: 12px 10px 14px 35px;
	border-radius: 0 0 4px 4px;
	background-color: #ededed;
	font-size: 13px;
}

.top_line .login .inner p + p {
	margin-top: 5px;
}

.top_line .login .inner p a {
	text-decoration: none;
}

.top_line .login .inner p a:hover {
	text-decoration: underline;
}

.top_line .login:hover .inner {
	display: block;
}

.top_line .wish_list {
	display: block;
	position: relative;
	float: right;
	padding-left: 22px;
	margin-right: 25px;
	text-decoration: none;
}

.top_line .wish_list:before {
	content: 'i';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	font-family: "opencart";
	line-height: 1.3;
}

.top_line .login:hover, .top_line .wish_list:hover {
	color: #c3524c;
}

.top_menu {
	float: left;
}

.top_menu ul {
	display: block;
	overflow: hidden;
	list-style: none outside none;
}

.top_menu li {
	display: block;
	float: left;
}

.top_menu li + li {
	margin-left: 25px;
}

.top_menu li a {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
}

.top_menu li a:hover, .top_menu li a:hover:before {
	color: #c3524c;
}

.top_menu li a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 15px;
	font-family: "opencart";
	line-height: 1;
	transform: translateY(-51%);
}

.top_menu li.top_menu_1 a:before {
	content: 't';
	font-size: 13px;
}

.top_menu li.top_menu_2 a:before {
	content: 'q';
	font-size: 13px;
}

.top_menu li.top_menu_3 a:before {
	content: 's';
}

.top_menu li.top_menu_4 a:before {
	content: 'u';
}

.top_menu li.top_menu_5 a:before {
	content: 'l';
}

#header {
	position: relative;
	z-index: 9;
}

#header #logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 243px;
	height: 110px;
	padding-top: 30px;
	background: url(../images/logo_243_110.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 50px;
	font-family: 'Round Script';
	color: #666666;
	text-decoration: none;
}

#header #logo span {
	color: #c65e59;
}

#header .fixed {
	height: 145px;
}

#header .header_center {
	position: absolute;
	top: 22px;
	left: 445px;
}

#header .header_contacts .phones {
	display: inline-block;
	padding-left: 30px;
	margin-right: 20px;
	background: url(../images/phone_ico.png) 0 4px no-repeat;
	vertical-align: middle;
}

#header .header_contacts .phones p {
	font-weight: 600;
	font-size: 17px;
}

#header .header_contacts .phones p + p {
	margin-top: 2px;
}

#header .header_contacts .callback {
	position: relative;
	top: -3px;
	padding: 6px 15px 8px 15px;
}

#search {
	position: relative;
	width: 100%;
	margin-top: 17px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
}

#search input[type="text"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	padding: 0 30px 1px 10px;
	border: 0;
	border-radius: 3px;
	background-color: #f5f5f5;
	font-size: 14px;
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	line-height: 28px;
	color: #222222;
}

#search input[type="submit"] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 28px;
	border: 0;
	border-left: 1px solid #bbbbbb;
	border-radius: 0 3px 3px 0;
	background-color: #ffffff;
	font-size: 13px;
	font-family: "opencart";
	line-height: 1.3;
	color: #555555;
	cursor: pointer;
}

#search input[type="submit"]:hover {
	color: #c4584e;
}

.header_cart {
	display: block;
	position: absolute;
	top: 42px;
	right: 0;
	cursor: default;
}

.header_cart .cart_wrapper {
	display: block;
	position: relative;
	text-decoration: none;
	padding-left: 60px;
}

.header_cart .cart_wrapper:before {
	display: block;
	content: 'a';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
	font-size: 44px;
	font-family: "opencart";
	color: #c65e59;
}

.header_cart .cart_wrapper:hover .link {
	color: #c4584e;
}

.header_cart .cart_wrapper:hover:before {
	animation-name: buzz-out;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.header_cart .link, .header_cart .bonus {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 18px;
}

.header_cart .bonus {
	max-width: 120px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 13px;
}

.header_cart .mini_cart {
	display: none;
	position: absolute;
	width: 250px;
	top: 70px;
	right: 20px;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
}

.header_cart .mini_cart:before, .header_cart .mini_cart:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #cccccc;
}

.header_cart .mini_cart:after {
	top: -9px;
	border-bottom-color: #ffffff;
}

.header_cart .mini_cart .remove {
	right: 0;
}

.header_cart .mini_cart .empty {
	text-align: center;
}

.header_cart .total {
	padding: 9px 0 0;
	margin: 10px 0;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}

.header_cart .total span {
	display: inline;
	color: #75a461;
}

.header_cart .buttons {
	text-align: right;
}

.menu_box {
	position: relative;
	z-index: 5;
	margin-bottom: 25px;
	border-bottom: 2px solid #c7635e;
	background: #598593;
	background: linear-gradient(to bottom, #779eaa, #598593);
}

.menu_box .fixed:after {
	display: table;
	content: '';
	clear: both;
	width: 100%;
	height: 0;
}

.menu_box .extra {
	float: right;
}

.menu_box .extra a {
	display: block;
	position: relative;
	height: 34px;
	padding: 11px 20px 0 45px;
	font-weight: 600;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.menu_box .extra a:before {
	display: block;
	position: absolute;
	top: 13px;
	left: 16px;
	font-weight: normal;
	font-size: 19px;
	font-family: "opencart";
	line-height: 1;
	text-transform: none;
}

.menu_box .extra ul, .menu_box .extra li {
	display: block;
	position: relative;
	list-style: none;
}

.menu_box .extra li {
	float: left;
	color: #ffffff;
}

.menu_box .extra li.ico_11 > a:before {
	content: 'j';
	font-size: 17px;
}

.menu_box .extra li.ico_12 > a:before {
	content: 'g';
	font-size: 17px;
}

.menu_box .extra li:hover > a, .menu_box .extra li.active > a {
	background: #ededed;
	color: #c7635e;
	text-shadow: none;
}

.main_menu {
	float: left;
}

.main_menu ul {
	display: inline-block;
	width: 100%;
	list-style: none outside none;
}

.main_menu li {
	display: block;
	float: left;
}

.main_menu li a {
	display: block;
	position: relative;
	height: 34px;
	padding: 11px 20px 0 45px;
	font-weight: 600;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.main_menu li a:before {
	display: block;
	position: absolute;
	top: 12px;
	left: 16px;
	font-weight: normal;
	font-size: 19px;
	font-family: "opencart";
	line-height: 1;
	text-transform: none;
}

.main_menu li:hover > ul {
	display: block;
}

.main_menu li ul {
	display: none;
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0;
	border-bottom: 2px solid #c7635e;
	background-color: #ededed;
}

.main_menu li ul:before, .main_menu li ul:after {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: -2px;
	width: 10000px;
	border-bottom: 2px solid #c7635e;
	background-color: #ededed;
}

.main_menu li ul:before {
	right: 100%;
}

.main_menu li ul:after {
	left: 100%;
}

.main_menu li ul ul:before, .main_menu li ul ul:after {
	display: none;
}

.main_menu li li {
	display: inline-block;
	float: none;
	width: 17%;
	padding: 0;
	margin: 0 2.5% 0 0;
	vertical-align: top;
	text-align: left;
}

.main_menu li li a {
	display: inline-block;
	height: auto;
	padding: 14px 0 13px 45px;
	margin: 0;
	background: none;
	font-weight: 600;
	font-size: 14px;
	color: #406f7d;
	text-transform: uppercase;
	text-shadow: none;
}

.main_menu li li a:before {
	text-transform: none;
}

.main_menu li li a:hover {
	color: #c7635e;
}

.main_menu li li ul {
	display: none;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	min-width: 100%;
	max-width: none;
	padding: 0 0 5px 0;
	margin: 0 0 0 46px;
	border: 0;
	background: none;
	box-shadow: none;
}

.main_menu li li li {
	display: block;
	float: none;
	width: auto;
	max-width: none;
	margin: 0 0 10px 0;
}

.main_menu li li li a {
	height: auto;
	padding: 0;
	font-weight: 600;
	font-size: 13px;
	text-transform: none;
}

.main_menu li li li a:before {
	display: none;
}

.main_menu li li li a:hover {
	color: #406f7d;
	text-decoration: underline;
}

.main_menu li.home > ul > li {
	width: 30%;
	margin-right: 2.5%;
}

.main_menu li li.active > a {
	color: #c7635e;
}

.main_menu li ul:hover li ul, .main_menu li.active li:hover ul {
	display: block;
}

.main_menu > ul > li.active > a, .main_menu > ul > li:hover > a {
	background: #ededed;
	color: #406f7d;
	text-shadow: none;
}

.main_menu .ico_1 > a:before {
	content: 'f';
}

.main_menu .ico_2 > a:before {
	content: 'e';
}

.main_menu .ico_3 > a:before {
	content: 'd';
}

.main_menu .ico_4 > a:before {
	content: 'c';
}

.main_menu .ico_5 > a:before {
	content: 'm';
}

.main_menu .ico_6 > a:before {
	content: 'I';
}

.main_menu .ico_7 > a:before {
	content: 'E';
}

.main_menu .ico_8 > a:before {
	content: 'p';
	font-size: 20px;
}

.main_menu .ico_9 > a:before {
	content: 'F';
}

.main_menu .ico_10 > a:before {
	content: 'A';
}

.main_menu .ico_13 > a:before {
	content: 'G';
}

.main_menu .ico_14 > a:before {
	content: 'D';
}

.main_menu .ico_15 > a:before {
	content: 'w';
}

.main_menu .ico_16 > a:before {
	content: 'z';
}

.main_menu .ico_17 > a:before {
	content: 'B';
}

.breadcrumbs {
	margin: -1px 0 13px;
	font-weight: 600;
	font-size: 14px;
}

.breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	color: #555555;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #c3524c;
}

.breadcrumbs a:after {
	display: inline-block;
	content: '/';
	margin: 0 8px;
	vertical-align: middle;
}

.breadcrumbs span {
	display: inline-block;
	vertical-align: middle;
	color: #729b68;
}

#content_box {
	display: block;
	position: relative;
}

#content_box.has_sidebar {
	padding-right: 235px;
}

#content_box .shop_front {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 178px;
	padding: 15px;
	margin-bottom: 40px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fafafa;
}

#content {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.has_sidebar #content {
	float: right;
	width: 100%;
	margin-right: -235px;
}

.woocommerce {
	*zoom: 1;
}

.woocommerce:after {
	display: table;
	content: '';
	clear: both;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4 {
	margin-bottom: 18px;
}

.woocommerce h2 {
	font-size: 18px;
}

.woocommerce h3 {
	font-size: 16px;
}

.woocommerce h4 {
	font-size: 14px;
}

.woocommerce .heading {
	display: block;
	position: relative;
}

.woocommerce ul.woocommerce-thankyou-order-details {
	margin-bottom: 20px;
}

.woocommerce .wc-proceed-to-checkout {
	text-align: right;
}

.woocommerce .woocommerce-ordering {
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	display: block;
	position: relative;
	width: auto;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #cccccc;
	border-top: 3px solid #c86560;
	border-radius: 0 0 3px 3px;
	background-color: #fafafa;
	font-size: 15px;
	line-height: 24px;
	word-wrap: break-word;
	*zoom: 1;
}

.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after {
	display: table;
	content: '';
	clear: both;
}

.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
	float: right;
}

.woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li {
	display: block;
}

.woocommerce .woocommerce-message {
	border-top-color: #8fae1b;
}

.woocommerce .woocommerce-info {
	border-top-color: #1e85be;
}

.woocommerce .woocommerce-error {
	border-top-color: #b81c23;
}

.cart_totals, .cross-sells {
	margin-bottom: 30px;
}

.cart-collaterals h2 {
	font-weight: normal;
}

.shop_table {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 30px;
}

.shop_table th {
	padding: 10px 12px;
	font-weight: 700;
}

.shop_table td {
	padding: 10px 12px;
	border-top: 1px solid #dddddd;
	vertical-align: middle;
}

.shop_table td small {
	font-weight: normal;
}

.shop_table tbody:first-child tr:first-child th, .shop_table tbody:first-child tr:first-child td {
	border-top: 0;
}

.shop_table tfoot td, .shop_table tfoot th, .shop_table tbody th {
	border-top: 1px solid #dddddd;
	font-weight: 700;
}

.shop_table .product-thumbnail {
	width: 100px;
	text-align: center;
}

.shop_table td.product-name {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	cursor: default;
}

.shop_table ul {
	margin: 0;
}

.shop_table li {
	display: block;
}

.shop_table .name {
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 8px;
}

.shop_table .name:hover {
	color: #c4584e;
}

.shop_table .variations {
	display: block;
}

.shop_table .variation {
	display: block;
	font-weight: normal;
	font-size: 13px;
	margin-top: 5px;
}

.shop_table .variation dt, .shop_table .variation dd {
	display: inline-block;
	vertical-align: top;
}

.shop_table .variation p {
	margin-bottom: 0;
}

.shop_table .variation + .variation {
	margin-top: 3px;
}

.shop_table .product-quantity {
	width: 100px;
	text-align: center;
}

.shop_table .product-quantity input {
	width: 50px;
}

.shop_table .product-subtotal, .shop_table .product-price {
	width: 60px;
}

.shop_table .product-remove {
	width: 16px;
}

.shop_table .remove {
	display: inline-block;
	background: url(../images/delete.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 0.2;
}

.shop_table .remove:hover {
	opacity: 1;
}

.shop_table .title-row {
	color: #527b88;
	font-size: 16px;
}

.shop_table .submit_cart {
	text-align: right;
}

.shop_table.customer_details th:first-child, .shop_table.order_details th:first-child {
	width: 225px;
}

.main_categories {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.main_categories:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.main_category {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 325px;
	height: 495px;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.3;
}

.main_category img {
	border-radius: 4px;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
	transition: all 0.3s ease;
}

.main_category span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	border-radius: 0 0 4px 4px;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.main_category:hover img {
	filter: grayscale(0%);
}

.main_category:hover span {
	background-color: rgba(0, 0, 0, 0.5);
}

.product_categories {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 -12px 24px;
	font-size: 0;
	line-height: 0;
}

.product_categories:after {
	display: block;
	content: '';
	position: absolute;
	right: 12px;
	bottom: 0;
	left: 12px;
	border-bottom: 1px solid #dddddd;
}

.product_category {
	display: inline-block;
	width: 182px;
	padding: 12px 12px;
	margin: 0 12px 24px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background-color: #f9f9f9;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

.product_category h3 {
	display: block;
	margin: 12px 0 0;
	text-transform: uppercase;
}

.product_category img {
	display: block;
	width: 180px;
	height: auto;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.products {
	display: block;
	margin: 0 -12px;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

h2 + .products, h1 + .products, .woocommerce h2 + .products, .woocommerce h3 + .products, .woocommerce h4 + .products {
	margin-top: 22px;
}

.product_mini {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 182px;
	padding: 12px 12px 10px;
	margin: 0 12px 24px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}

.product_mini:hover {
	z-index: 2;
}

.product_mini:hover .additional {
	display: block;
}

.product_mini .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
	text-align: center;
}

.product_mini .thumb img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 240px;
	margin: auto;
	transition: 0.3s ease;
}

.product_mini .thumb img:hover {
	opacity: 0.8;
}

.product_mini .title {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

.product_mini a.title:hover {
	color: #c3524c;
}

.product_mini .price {
	display: block;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #75a461;
}

.product_mini .price del, .product_mini .price ins {
	display: inline-block;
	margin: 0 0 5px;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.4;
	color: #999999;
	text-decoration: line-through;
}

.product_mini .price ins {
	font-size: 14px;
	color: #75a461;
	text-decoration: none;
}

.product_mini .sale .amount {
	color: #990000;
}

.product_mini .label {
	display: block;
	position: absolute;
	top: -15px;
	right: -10px;
	z-index: 2;
	width: 44px;
	height: 26px;
	border-radius: 3px;
	background-color: rgba(181, 76, 70, 0.8);
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	cursor: default;
}

.product_mini .label + .label {
	top: 16px;
}

.product_mini .label + .label + .label {
	top: 47px;
}

.product_mini .hit {
	background-color: rgba(82, 123, 136, 0.8);
}

.product_mini .new {
	background-color: rgba(101, 146, 91, 0.8);
}

.product_mini .additional {
	display: none;
	position: absolute;
	top: 100%;
	right: -1px;
	left: -1px;
	padding: 8px 12px 15px;
	margin-top: -12px;
	border: 1px solid #cccccc;
	border-top: 0;
	background-color: #ffffff;
}

.product_mini .info {
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
}

.product_mini .details {
	margin-top: 8px;
	font-style: italic;
	font-size: 12px;
	color: #666666;
}

.product_mini .add_cart {
	padding: 3px 13px 5px 13px;
	margin-right: 6px;
	font-size: 13px;
}

.product_mini .added_to_cart {
	display: inline-block;
	margin-top: 12px;
}

.product_mini .add_favorite {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #30606e;
	text-decoration: none;
	cursor: pointer;
}

.product_mini .add_favorite:before {
	display: inline-block;
	content: 'i';
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 14px;
	font-family: "opencart";
	line-height: 15px;
	cursor: pointer;
}

.product_mini .add_favorite:hover, .product_mini .add_favorite.active, .product_mini .add_favorite:hover:before, .product_mini .add_favorite.active:before {
	color: #c96661;
}

.product_mini .add_favorite.active:before {
	content: 'h';
}

.product_mini .btns {
	text-align: center;
}

.product {
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 18px;
}

.product h1, .product .woocommerce h2, .woocommerce .product h2, .product .woocommerce h3, .woocommerce .product h3, .product .woocommerce h4, .woocommerce .product h4 {
	margin-top: -2px;
	margin-bottom: 8px;
}

.product p, .product table {
	margin-bottom: 15px;
}

.product td {
	padding: 3px 6px 3px 0;
}

.product td.label {
	text-align: right;
}

.product .images {
	display: block;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.product .images .image {
	display: block;
	margin-bottom: 18px;
}

.product .images .thumbnails {
	overflow: hidden;
	margin-right: -22px;
}

.product .images .thumb {
	display: block;
	float: left;
	width: 77px;
	margin: 0 18px 18px 0;
	vertical-align: top;
}

.product .images img {
	border-radius: 3px;
	border: 1px solid #cccccc;
}

.product .summary {
	display: block;
	position: relative;
	overflow: hidden;
}

.product .price {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 12px;
	color: #75a461;
}

.product .price del, .product .price ins {
	display: inline-block;
	margin: 0;
	vertical-align: baseline;
	font-size: 12px;
	line-height: 1.4;
	color: #999999;
	text-decoration: line-through;
}

.product .price ins {
	font-size: 17px;
	color: #ff2236;
	text-decoration: none;
}

.product .price b {
	display: inline-block;
	font-size: 13px;
	color: #555555;
	vertical-align: baseline;
}

.product .sale .amount {
	color: #990000;
}

.product .reset_variations {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	padding: 3px 10px;
	font-size: 13px;
	line-height: 19px;
}

.product .woocommerce-variation-description {
	margin: -4px 0 15px;
}

.product .woocommerce-variation-description p:last-child {
	margin-bottom: 0;
}

.product .label {
	font-weight: bold;
	color: #333333;
}

.product .label:after {
	content: ':';
}

.product .quantity {
	display: inline-block;
	vertical-align: middle;
}

.product .quantity input {
	width: 42px;
	margin-right: 5px;
}

.product .product_meta {
	margin: 15px 0;
	padding: 12px 0 10px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}

.product .item {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
}

.product .item .name {
	display: inline-block;
}

.product .item .value {
	display: inline-block;
	color: #527b88;
}

.product .item .value a {
	color: #527b88;
}

/* Стили для оформления списка записей */
.post {
	overflow: hidden;
	margin-bottom: 40px;
}

.post .thumb {
	display: block;
	float: left;
	width: 240px;
}

.post .thumb img {
	width: 100%;
	height: auto;
}

.post .thumb + .body {
	margin-left: 260px;
}

.post .body {
	font-size: 13px;
	line-height: 150%;
}

.post .title {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.3;
	color: #444444;
	text-decoration: none;
	text-transform: none;
}

.post .title:hover {
	color: #777777;
}

.pagination {
	margin-bottom: 20px;
	text-align: center;
}

.pagination span, .pagination a {
	display: inline-block;
	min-width: 21px;
	height: 29px;
	padding: 0 4px;
	margin: 0 1px 6px 1px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 29px;
	color: #555555;
	text-decoration: none;
}

.pagination span {
	border-color: #c96661;
	font-weight: bold;
	line-height: 29px;
	color: #c96661;
}

.pagination a:hover {
	border-color: #0d6a85;
	font-weight: 600;
	line-height: 29px;
	color: #0d6a85;
}

.pagination .prev, .pagination .next, .pagination .first_page, .pagination .last_page {
	font-weight: normal;
	font-size: 16px;
	font-family: "opencart";
	line-height: 29px;
	color: #666666;
}

.pagination .prev:hover, .pagination .next:hover, .pagination .first_page:hover, .pagination .last_page:hover {
	font-weight: normal;
}

.pagination .first_page, .pagination .last_page {
	font-size: 13px;
}

.pagination .prev:hover, .pagination .next:hover, .pagination .first_page:hover, .pagination .last_page:hover {
	line-height: 29px;
}

/* Стили для модальных окон с формой */
#modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #000000;
	opacity: 0.5;
}

.modal {
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 200;
	width: 400px;
	margin-left: -215px;
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	line-height: 130%;
	padding: 15px;
}

.modal input[type="text"], .modal input[type="tel"], .modal input[type="email"], .modal textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #cccccc;
	background: transparent;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 30px;
	height: 30px;
	color: #333333;
	margin-bottom: 15px;
}

.modal input[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 110px;
}

.modal textarea {
	height: 100px;
	overflow: auto;
}

.modal .modal_title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 120%;
	color: #c72221;
}

.modal .error {
	font-size: 13px;
	color: #ff0000;
	margin: -5px 11px 10px;
}

.modal .success {
	color: #009900;
	padding: 8px 12px;
	margin: 6px 0 -7px;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
}

.modal .modal_close {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/close.png) 0 0 no-repeat;
	cursor: pointer;
}

.modal .modal_close:hover {
	opacity: 0.8;
}

/* Стили для оформления комментариев */
.comments, .comment, .comment_avatar, .comment_inner, .comment_info, .comment_body {
	display: block;
	position: relative;
	overflow: hidden;
}

.comments {
	margin: 30px 0;
}

.comments h3 {
	display: block;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
}

.comments .pagination {
	margin-top: 20px;
}

.comment .comment_inner {
	padding: 15px;
	border-radius: 10px;
	background: #f5f5f5;
}

.comment + .comment, .comment .comment {
	margin-top: 20px;
}

.comment .comment {
	margin-left: 35px;
}

.comment.depth-3 .comment {
	margin-left: 0;
}

.comment .comment_avatar {
	float: left;
	width: 60px;
	height: 60px;
}

.comment .comment_avatar img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.comment .comment_avatar + .comment_body {
	margin-left: 75px;
}

.comment .comment_info {
	margin-bottom: 4px;
}

.comment .comment_author {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 15px;
}

.comment .comment_date {
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
}

.comment .comment_body {
	font-style: normal;
}

.comment .comment_body p {
	margin-bottom: 12px;
}

.comment .comment_on_moderation {
	font-style: italic;
	color: #990000;
}

.comment .comment_buttons {
	margin-top: 12px;
	text-align: right;
	font-size: 13px;
	line-height: 130%;
	color: #990000;
}

.comment .comment_buttons a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	background: #aaaaaa;
	color: #ffffff;
	text-decoration: none;
}

.comment .comment_buttons a:hover {
	background: #cccccc;
}

.comment .comment_buttons a + a {
	margin-left: 5px;
}

/* Стили для оформления формы комментариев */
.comment-reply-title {
	display: block;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
}

.comment-reply-title a {
	color: #953c21;
}

.comment-reply-title small, .comment-reply-title small a {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	text-transform: lowercase;
}

.comment-reply-title small a:hover {
	text-decoration: underline;
}

.comment-respond {
	width: auto;
	max-width: 600px;
	margin: 30px auto;
}

.comment-respond input[type="text"], .comment-respond textarea {
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 200px;
	height: auto;
	padding: 5px 10px;
	margin: 0 0 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
}

.comment-respond textarea {
	overflow: auto;
	max-width: 100%;
	height: 160px;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
	background: #aaaaaa;
	text-align: center;
	font-size: 15px;
	line-height: 130%;
	color: #ffffff;
	cursor: pointer;
}

.comment-respond input[type="submit"]:hover {
	background: #cccccc;
}

.comment-respond p {
	margin-bottom: 15px;
}

.comment-respond p.form-submit {
	overflow: hidden;
	width: 100%;
}

.comment-respond .logout, .comment-respond .login {
	font-weight: bold;
}

.comment-respond .logout {
	text-decoration: none;
}

.comment-respond .logout:hover {
	text-decoration: underline;
}

.comment-respond .login {
	color: #953c21;
}

#footer {
	display: table-row;
	height: 1px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #ededed;
	box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.07) inset;
}

#footer .fixed {
	overflow: hidden;
	height: 166px;
	padding: 18px 0 0 0;
	color: #444444;
}

.footer_nav {
	max-width: 600px;
	margin-bottom: 18px;
	text-align: justify;
}

.footer_nav:after {
	display: inline-block;
	visibility: hidden;
	content: ' ';
	overflow: hidden;
	width: 100%;
	height: 0;
	text-align: justify;
}

.footer_nav .item {
	display: inline-block;
	vertical-align: top;
}

.footer_nav .title, .footer_contacts .title {
	margin-bottom: 8px;
	font-weight: bold;
	color: #406f7d;
	text-transform: uppercase;
}

.footer_nav ul {
	display: block;
	list-style: none outside none;
}

.footer_nav li {
	display: block;
	margin-bottom: 5px;
}

.footer_nav li a {
	color: #444444;
	text-decoration: none;
}

.footer_nav li a:hover {
	color: #c3524c;
}

#copyright {
	margin-bottom: 14px;
}

#copyright a {
	color: #406f7d;
	text-decoration: none;
}

#copyright a:hover {
	color: #c3524c;
	text-decoration: none;
}

.footer_contacts {
	float: right;
	text-align: center;
}

.footer_contacts .tel {
	margin-bottom: 10px;
	font-size: 15px;
}

.footer_contacts .soc a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	vertical-align: middle;
}

.footer_contacts .soc a.soc_1 {
	background: url(../images/social.png) 0 0 no-repeat;
}

.footer_contacts .soc a.soc_2 {
	background: url(../images/social.png) 0 -28px no-repeat;
}

.footer_contacts .soc a.soc_1:hover {
	background: url(../images/social.png) -28px 0 no-repeat;
}

.footer_contacts .soc a.soc_2:hover {
	background: url(../images/social.png) -28px -28px no-repeat;
}

.clear {
	clear: both;
}

.widget + .widget {
	padding-top: 15px;
	margin-top: 16px;
	border-top: 1px dashed #bbbbbb;
}

.widget .title {
	margin-bottom: 12px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	color: #406f7d;
}

.widget ul {
	display: block;
	list-style: none inside none;
}

.widget ul ul {
	margin: 10px 0 0 10px;
}

.widget li {
	display: block;
	margin-bottom: 10px;
}

.widget li li {
	position: relative;
	font-size: 13px;
}

.widget a {
	text-decoration: none;
}

.widget_product_categories ul ul {
	margin-bottom: 20px;
}

.widget_product_categories li {
	font-weight: bold;
}

.widget_product_categories li li {
	padding-left: 10px;
	font-weight: normal;
}

.widget_product_categories li li.current-cat:before, .widget_product_categories li li:hover:before {
	color: #aa0000;
}

.widget_product_categories li li:before {
	display: block;
	position: absolute;
	top: 2px;
	left: -10px;
	font-weight: normal;
	font-size: 14px;
	font-family: "opencart";
	line-height: 1;
	text-transform: none;
}

.widget_product_categories .current-cat > a, .widget_product_categories li a:hover {
	color: #aa0000;
}

.widget_product_categories .ico_1:before {
	content: 'f';
}

.widget_product_categories .ico_2:before {
	content: 'e';
}

.widget_product_categories .ico_3:before {
	content: 'd';
}

.widget_product_categories .ico_4:before {
	content: 'c';
}

.widget_product_categories .cat-item-10:before, .widget_product_categories .cat-item-15:before, .widget_product_categories .cat-item-19:before {
	content: 'm';
}

.widget_product_categories .cat-item-11:before, .widget_product_categories .cat-item-16:before, .widget_product_categories .cat-item-20:before {
	content: 'I';
}

.widget_product_categories .cat-item-12:before {
	content: 'E';
}

.widget_product_categories .cat-item-14:before {
	content: 'p';
}

.widget_product_categories .cat-item-17:before {
	content: 'F';
}

.widget_product_categories .cat-item-21:before {
	content: 'A';
}

.widget_product_categories .cat-item-13:before {
	content: 'G';
}

.widget_product_categories .cat-item-18:before {
	content: 'D';
}

.widget_product_categories .cat-item-22:before {
	content: 'w';
}

.widget_product_categories .cat-item-23:before {
	content: 'z';
}

.widget_product_categories .cat-item-24:before {
	content: 'B';
}

.widget_layered_nav_filters ul, .widget_layered_nav ul {
	display: block;
}

.widget_layered_nav_filters li, .widget_layered_nav li {
	display: block;
	margin-bottom: 0;
}

.widget_layered_nav_filters li + li, .widget_layered_nav li + li {
	margin-top: 5px;
}

.widget_layered_nav_filters a, .widget_layered_nav a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 19px;
	color: #c5313b;
	text-decoration: none;
}

.widget_layered_nav_filters a:before, .widget_layered_nav a:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: -2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: url(../images/delete.png) 50% 50% no-repeat;
}

.widget_layered_nav_filters a:hover, .widget_layered_nav a:hover {
	color: #c5313b;
	opacity: 0.8;
}

.widget_layered_nav a {
	color: #3d7020;
}

.widget_layered_nav a:before {
	top: 2px;
	left: -1px;
	background: url(../images/add.png) 50% 50% no-repeat;
}

.widget_layered_nav a:hover {
	color: #3d7020;
}

.widget_price_filter .button {
	margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount {
	text-align: center;
	font-size: 13px;
}

.widget_price_filter .price_label span {
	font-weight: bold;
}

.widget_price_filter .ui-slider {
	position: relative;
	margin: 0 10px 15px;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	display: block;
	position: absolute;
	top: -3px;
	z-index: 2;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	outline: none;
	border-radius: 6px;
	background-color: #c86560;
	cursor: ew-resize;
}

.widget_price_filter .ui-slider .ui-slider-range {
	display: block;
	position: absolute;
	z-index: 1;
	border: 0;
	border-radius: 6px;
	background-color: #dc9c99;
	font-size: 12px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border: 0;
	border-radius: 6px;
	background-color: #cccccc;
}

.widget_price_filter .ui-slider-horizontal {
	height: 6px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_rating_filter ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none outside;
}

.widget_rating_filter ul li {
	*zoom: 1;
	padding: 0 0 1px;
	list-style: none;
}

.widget_rating_filter ul li:after {
	display: table;
	content: '';
	clear: both;
}

.widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none;
}

.widget_rating_filter ul li .star-rating {
	display: inline-block;
	float: none;
}

.widget_rating_filter ul li.chosen a:before {
	color: #aa0000;
}

.widget_shopping_cart .total {
	padding: 9px 0 0;
	margin: 10px 0;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}

.widget_shopping_cart .total span {
	display: inline;
	color: #75a461;
}

.widget_shopping_cart .buttons {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.widget_shopping_cart .buttons:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.widget_shopping_cart .btn_blue, .widget_shopping_cart .btn_green, .widget_shopping_cart .product_mini .added_to_cart, .product_mini .widget_shopping_cart .added_to_cart, .widget_shopping_cart .product .reset_variations, .product .widget_shopping_cart .reset_variations {
	padding-left: 10px;
	padding-right: 10px;
}

.widget_shopping_cart .cart_list .thumb {
	width: 40px;
}

.widget_shopping_cart .cart_list .thumb + .text {
	margin-left: 50px;
}

.widget_shopping_cart .cart_list .thumb img {
	width: 100%;
}

.product_list_widget li {
	display: block;
	position: relative;
	*zoom: 1;
}

.product_list_widget li:after {
	display: table;
	content: '';
	clear: both;
}

.product_list_widget li + li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #cccccc;
}

.product_list_widget .thumb {
	display: block;
	float: left;
	height: auto;
	margin: 0 10px 5px 0;
}

.product_list_widget .thumb img {
	display: block;
	width: auto;
	height: auto;
}

.product_list_widget .remove {
	display: block;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/delete.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 0.2;
}

.product_list_widget .remove:hover {
	opacity: 1;
}

.product_list_widget .text {
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	cursor: default;
}

.product_list_widget .name {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

.product_list_widget .name:hover {
	color: #aa0000;
}

.product_list_widget .quantity {
	display: block;
	color: #75a461;
}

.product_list_widget .variations {
	display: block;
	margin-bottom: 5px;
}

.product_list_widget .variation {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.product_list_widget .variation + .variation {
	margin-top: 2px;
}

.product_list_widget .variation dt, .product_list_widget .variation dd {
	display: inline-block;
	vertical-align: top;
}

.product_list_widget .price {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #75a461;
}

.product_list_widget .price del, .product_list_widget .price ins {
	display: inline-block;
	font-size: 10px;
	color: #999999;
	text-decoration: line-through;
}

.product_list_widget .price ins {
	font-size: 13px;
	color: #75a461;
	text-decoration: none;
}

/*# sourceMappingURL=style.css.map */