body {
	font-weight: 400;
	min-width: 320px;
	font: 1.7rem/1.53 -apple-system,'Roboto','Roboto Slab','Arial',sans-serif;
	color: #333;
}

@media only screen and (max-width: 767px) {
	.show-sidebar {
		overflow: hidden;
	}
}

.card {
	background: #fff;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.bg-secondary {
	background-color: #f5f5f5 !important;
}

.comparison-table .comparison-item {
	position: relative;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	border-radius: 6px
}

.remove-item {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ff5252;
	color: #fff;
	line-height: 23px;
	font-size: 11px;
	text-align: center;
	-webkit-box-shadow: 0 0.1875rem 0.75rem 0 rgba(255, 82, 82, 0.5);
	box-shadow: 0 0.1875rem 0.75rem 0 rgba(255, 82, 82, 0.5);
	cursor: pointer;
}

.remove-item:hover {
	color: #fff;
	background-color: #ff5252;
}

.comparison-table .comparison-item .comparison-item-title {
	display: block;
	-webkit-transition: color .25s;
	transition: color .25s;
	color: #404040;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	min-height: 40px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
	.card {
		padding: 20px;
	}
}

body.modal-open {
	overflow: inherit;
	padding-right: 0 !important;
}

.link,
a {
	color: #00a125;
	cursor: pointer;
}

.fa {
	font-size: 14px;
}

.open .fa-caret-down,
.open .caret {
	transform: rotate(180deg);
	transition: all 0.2s;
}

.caret,
.fa-caret-down {
	transition: all 0.2s;
}

.content-bg-white {
	background: #fff;
	-webkit-box-shadow: 0px 16px 20px 0px rgba(219, 219, 219, 0.55);
	-moz-box-shadow: 0px 16px 20px 0px rgba(219, 219, 219, 0.55);
	box-shadow: 0px 16px 20px 0px rgba(219, 219, 219, 0.55);
	padding-top: 15px;
	padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
	}
}

:focus {
	outline: none !important;
}


/* button */

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
}


/* product-title h3 */

.product-title {
	margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}


/* form-group */

.form-group select {
	box-shadow: none;
}


/* nav-tabs */


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #228fc8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}


/* top */

#top {
	position: relative;
	background: #6f3119;
}

@media only screen and (max-width: 767px) {
	#top {
		border-bottom: 1px solid #E6E6E6;
		padding: 0 4px;
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		z-index: 10;
		margin-bottom: 5px;
	}
	.show-sidebar #top {
		z-index: 11;
	}
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #222732;
	padding: 3px 20px;
	border-radius: 0;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000;
	background: #f0f0f0;
}

#top #form-currency .dropdown-menu,
#top #form-language .dropdown-menu {
	margin: -.1rem 0;
	border: .1rem solid transparent;
	border-radius: 0 0 3px 3px;
}

#top .btn-link {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	font-size: 13px;
	border: 0;
	padding: 6px 10px;
}

@media screen and (max-width: 767px) {
	#top .btn-link {
		color: #92a61d;
	}
}

#top .btn-link strong {
	font-size: 13px;
	line-height: 14px;
}

#top .nav .open>a,
#top .nav .open>a:focus,
#top .nav .open>a:hover {
	background-color: transparent;
	color: #fff;
}


/* top-links */

#top-links a+a {
	margin-left: 15px;
}

#top-links li {
	padding-left: 10px;
	padding-right: 10px;
}

#top-links li,
#top-links a {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	font-size: 13px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

#top-links li:hover {
	background: #6d639e;
	padding-left: 10px;
	padding-right: 10px;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: #222732;
}

#top-links .dropdown-menu a:hover {
	color: #cf3131;
	background: #ECEFF1;
}

#top-links>ul {
	text-align: center;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 30px;
}

#top-links .dropdown-menu {
	margin: -1px 0;
	border-radius: 0;
	border: 1px solid transparent;
}

#top-links a:hover {
	color: #fff;
}


/* logo */

.header_logo,
a.header_logo {
	display: block;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    color: #333;
    padding-top: 3px;
}

.header_logo img {
	margin-left: 0;
}


/* color */

.bs-color,
.bs-color>a,
.bs-color>a:hover,
.bx-next,
.bx-next:hover,
.bx-prev,
.bx-prev:hover,
.carusel_more,
.categories-item_subs>li:after,
.categories-item_subs li:before,
.category-subcat_item:after,
.owl-next,
.owl-next:hover,
.owl-prev,
.owl-prev:hover,
.star,
.star-empty,
.star-half,
.star-hover,
a.bs-color:hover,
ul.menu-v>li ul li:before {
	color: #92a61d;
}


/* img */

.img-responsive {
	margin: 0 auto;
}


/* user-block */

.header-user-block {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.header-user-block {
		display: none;
	}
}


/* search */

.header-nav-search {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.header-nav-search .input-lg {
	position: static;
	padding: 0px 110px 0 10px;
	border: 0;
	height: 4rem;
	font-weight: normal;
	border-radius: 4px 0 0 4px;
}

.header-nav-search.btn-lg {
	font-size: 20px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 4px 4px 0;
	border-color: #4786c1;
	background: #4786c1;
	padding: 0 40px;
	cursor: pointer;
	pointer-events: visible;
	z-index: 1;
	border: none;
	text-shadow: none;
	color: #fff;
}

.header-nav-search .btn-lg .fa {
	font-size: 2rem;
}

.header-nav-search .btn-lg:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #4786c1 transparent;
	top: 13px;
	left: -8px;
}


/* callback */

.callback-name {
	margin-bottom: 6px;
}

.callback-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.header-callback * {
	color: #228fc8;
}

.header-callback a {
	text-decoration: none;
}

.header-callback span {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.header-callback {
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 10px;
}

.header-open {
	font-size: 13px;
	padding-top: 4px;
}

#xd_zvonok-form .modal-body {
	padding: 40px;
}

#xd_zvonok-form .modal-body [class*="col-"] {
	padding: 0;
}

#xd_zvonok-form .modal-body .btn-callback {
	background: #92a61d;
	color: #fff;
	height: 35px;
	border: 0;
	padding: 0 15px;
	border-radius: 4px;
	margin: 10px 0 0;
}

@media (min-width: 768px) {
	#xd_zvonok_modal .modal-dialog {
		width: 500px;
	}
}

#xd_zvonok-form .agree {
	color: #4786c1;
	display: inline-block;
}


/* end callback */

.search-input {
	position: relative;
}

input.header-nav-search-input {
	height: 40px;
	line-height: 40px;
	padding: 0 95px 0 15px;
	border-radius: 6px;
	position: relative;
	border: none;
	width: 100%;
	border: 1px solid #E6E6E6;
}

.header-nav-search-input:focus {
	border-color: #ccc;
}

.header-nav-search-input:focus+.search-btn {
	color: #8679c5;
}

.search-input .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 19px;
	cursor: pointer;
	color: #8c8c8c;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

.search-input .search-btn:hover {
	background: transparent;
	color: #2d3436;
}


/* min-cart */

.header-cart a:not(.btn-primary) {
	color: inherit;
}

.header-cart .dropdown-menu {
	width: 400px;
	padding: 20px;
	top: 100%;
	margin: 0;
	border-radius: 0;
}

.header-cart .table>tbody>tr>td,
.header-cart .table-bordered {
	border: none;
	padding: 8px 0;
	font-size: small;
}

.header-cart .dropdown-menu>li>p {
	font-size: 17px;
	margin: 0;
	font-weight: 700;
}

.header-cart .cart-btn {
	text-transform: uppercase;
	font-size: 13px;
	padding: 11px 25px 11px;
	border-radius: 4px;
	background: #ff4e4f;
	border: 2px solid #ff4e4f;
	color: #fff;
	font-weight: 600;
}

.header-cart .cart-btn:hover {
	background: #ee3c3d;
	border-color: #ee3c3d;
}

.header-cart .product-name {
	width: 170px;
}

.header-cart .cart-total {
	font-size: 11px;
	color: #333;
	border-radius: 4px;
	padding: 0 5px;
	margin-top: 3px;
	display: inline-block;
	line-height: normal;
	border: 1px solid #fb9060;
}

.header-cart .product-name>a {
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	display: block;
}

@media only screen and (max-width: 767px) {
	.header-cart .product-name>a {
		padding-left: 17px;
	}
}

.header-cart .product-price {
	font-weight: 700;
	font-size: 13px;
	color: #000;
}

.header-cart .product-clear {
	width: 50px;
}

.header-cart .product-clear span {
	text-align: center;
    background: rgba(87, 75, 144, 0.13);
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
    color: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.header-cart .product-clear span:hover {
	background: #fb607a;
    color: #fff;
}

@media screen and (max-width: 767px) {
	.header-cart .dropdown-menu {
		display: block;
		width: 100%;
		margin: 0;
		top: 0;
		position: fixed;
		height: 100%;
		padding: 60px 10px;
		opacity: 0;
		visibility: hidden;
		transition: transform .4s cubic-bezier(.19, 1, .22, 1);
		transform: translateY(100%);
	}
	.header-cart .product-name {
		width: auto;
	}
}

.header-cart .product-img {
	position: relative;
}

.header-cart .product-img img {
	max-width: 50px;
	margin-left: 0;
}

.header-cart .product-count {
	display: block;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    box-shadow: 0 0 0 2px #fff;
    background: gold;
    color: #2b2b2b;
	font-family: 'Varela Round', sans-serif;
}

.cart-content .cart-buttons {
	padding: 18px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	border-width: 1px 0 0 0;
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.cart-content .cart-buttons {
	border-style: solid;
	border-color: rgba(221, 221, 221, 1);
}

.cart-content .btn-cart,
.cart-content .btn-checkout {
	display: inline-flex;
}

.cart-content .cart-buttons a {
	font-size: 11px;
}

.cart-content .btn-cart.btn {
	background: #92a61d;
}

.cart-content .cart-buttons .btn:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
}

.cart-content .cart-buttons .btn {
	width: auto;
	color: #fff;
}

.btn-cart::before,
.fa-shopping-cart::before {
	content: "\f3f8";
	font-family: "Ionicons";
	left: -1px;
}

.cart-content .btn.btn-cart::before {
	margin-right: 5px;
}

.btn>span:first-of-type {
	min-width: 0;
	white-space: nowrap;
}

.cart-content .btn-checkout.btn {
	background: #fb9060;
}

.cart-content .btn.btn-checkout::after {
	content: "\f30f";
	font-family: "Ionicons";
	margin-left: 3px;
}


/* cart */

.header-cart {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 4%;
	position: relative;
	text-align: left;
}

.header-cart-content,
.header-cart-icon {
	display: inline-block;
	vertical-align: top;
}

.header-cart-icon {
	position: relative;
}

.header-cart-content .header-cart-title,
.header-cart>a {
	color: #5d5d5d;
}

.header-cart>a {
	text-decoration: none;
	display: block;
	font-size: 13px;
}

.header-cart-icon .icon {
	font-size: 37px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.header-cart-count {
	position: absolute;
	top: 0;
	right: -5px;
	font-size: 11px;
	text-align: center;
	line-height: 1.6;
	border-radius: 100px;
	background: gold;
	display: block;
	color: #2b2b2b;
	min-width: 16px;
	box-shadow: 0 0 0 2px #fff;
	font-family: 'Varela Round', sans-serif;
	height: 16px;
}

.header-cart-content {
	margin: 0 0 0 10px;
	text-align: left;
	line-height: normal;
}

.header-cart-content,
.header-cart-content a {
	color: #333;
}

.subtotal {
	font-weight: 700;
	font-size: 17px;
}


/* login */

.header-auth {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4%;
	font-size: 13px;
	text-align: left;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.header-auth-icon {
	display: inline-block;
	vertical-align: top;
}

.header-auth-icon .icon {
	font-size: 37px;
	margin: 0 10px 0 0;
	display: inline-block;
	line-height: 1;
}

.header-auth-content {
	display: inline-block;
	vertical-align: top;
	max-width: 160px;
}

.header-auth-content a {
	color: #333;
}


/* content */

#content {
	min-height: 600px;
}


/* breadcrumb/хлебные крошки */

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb>li {
	display: inline-block;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 15px;
	position: relative;
}

.breadcrumb a {
	font-size: 11px;
}

@media only screen and (min-width: 480px) {
	.breadcrumb a {
		font-size: 13px;
	}
}


/* product list/product-thumb */

.product-thumb {
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: all .3s;
	margin-bottom: 20px;
}

.product-thumb:hover {
	z-index: 5;
}

.product-thumb .image {
	text-align: center;
	padding: 15px 15px 0;
	position: relative;
	overflow: hidden;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-top: 30px;
	margin-bottom: 15px;
}

.product-thumb .product-name {
	display: block;
	line-height: 19px;
	text-transform: none;
	color: #333;
	padding-bottom: 10px;
	font-weight: 600;
}

.product-thumb .product-name:hover,
.product-thumb .product-name:focus {
	text-decoration: none;
	color: #4786c1;
}

.product-thumb .product-title-content {
	border-bottom: 1px solid rgba(245, 245, 245, 1);
	margin: 0 0 12px;
}

.product-thumb .product-title-content>.pr-des {
	color: #000;
	display: none;
	line-height: 1.3;
	border-top: 1px solid #f5f5f5;
	padding: 10px 0;
}

@media only screen and (min-width: 480px) {
	.product-thumb .product-title-content>.pr-des {
		display: block;
	}
}

.product-thumb .product-title-content>.pr-des,
.product-title-content .stock {
	font-size: 13px;
}

.product-thumb .caption {
	padding: 0 15px 15px;
	min-height: 250px;
	position: relative;
}

.product-thumb .absolute {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 20px;
	bottom: 20px;
	z-index: 1;
}


/* only mobile version style */

@media only screen and (max-width: 767px) {
	.product-thumb {
		padding: 15px 0;
	}
	.product-thumb .image {
		width: 45%;
		float: left;
		position: relative;
		padding: 0 15px;
	}
	.product-thumb .caption {
		padding: 0 15px 0 0;
		min-height: auto;
		position: relative;
		float: right;
		width: 55%;
	}
	.product-thumb .product-title-content {
		margin: 0;
	}
	.product-thumb .absolute {
		position: static;
		padding: 18px 0 0 0;
	}
	.product-layout .product-thumb .buy-box .button-group {
		margin-left: 0;
	}
	.product-thumb .product-title-content .flex {
		flex-wrap: wrap;
	}
	.product-title-content .stock {
		font-size: 13px;
	}
	.product-thumb .image img {
		margin: 0 auto;
	}
	.product-layout .product-thumb .view-fav-com {
		top: 0;
	}
	.product-layout .product-thumb .buy-box {
		font-size: 0;
	}
	.product-layout .product-thumb .price {
		margin-right: 10px;
	}
}

.rating i {
	font-size: 13px;
}

.rating .empty {
	color: #d6dade;
}

.rating .star {
	color: gold;
}

.product-thumb .price {
	transition: all 0.3s;
	overflow: hidden;
}

.product-thumb .price,
.product-thumb .buy-box .button-group {
	display: inline-block;
	vertical-align: middle;
}

.product-thumb .buy-box .button-group {
	margin-left: 10px;
}

.product-thumb .buy-box button {
	width: 50px;
	text-align: center;
	border: 0;
	height: 34px;
	padding: 0 15px;
	display: inline-block;
	border-radius: 6px;
	background: #ffd700;
	color: #333;
	position: relative;
}

.product-thumb .buy-box button:hover {
	color: #fff;
	background-color: #92a61d;
}

.product-thumb .buy-box button:before {
	content: "\f3f8";
	font-family: "Ionicons";
	font-size: 25px;
	vertical-align: middle;
	line-height: 1.4;
}

.product-thumb .buy-box button.btn-add:before {
	content: "\f383";
}

.product-thumb .buy-box button.spin::before {
	content: "\f1ce";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: block;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.add-cart-tooltip {
	font-size: 13px;
	color: #2d3436;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: -50px;
	top: -40px;
	white-space: nowrap;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0px 6px 13px 0px rgba(165, 163, 163, 0.57);
	-moz-box-shadow: 0px 6px 13px 0px rgba(165, 163, 163, 0.57);
	box-shadow: 0px 6px 13px 0px rgba(165, 163, 163, 0.57);
	display: none;
}

.add-cart-tooltip.visible {
	display: block;
}

.product-thumb .price-new {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	line-height: normal;
	font-family: 'Varela Round', sans-serif;
}

.product-thumb .price-tax {
	display: block;
	font-size: 13px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.product-thumb .price-new {
		font-size: 2rem;
	}
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	display: inline-block;
	font-size: 13px;
	height: 100%;
	line-height: 23px;
	margin-right: 10px;
}

.product-thumb .product-price-old {
	font-size: 0;
	line-height: 0;
	padding-bottom: 8px;
}

.price-economy {
	padding: 0 8px;
    font-size: 11px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #ffa500;
    font-weight: 600;
}

.product-thumb .product-title-content .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 3px;
}

.product-thumb .view-fav-com {
	z-index: 3;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	transition: all .2s ease-out;
}

.view-fav-com span {
	border-radius: 50%;
	cursor: pointer;
	color: #808080;
	display: block;
	margin: 0 0 5px;
	position: relative;
	text-align: center;
	transition: all .3s ease-out;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ededed;
	background: rgba(245, 245, 245, 0.9);
}

@media only screen and (min-width: 768px) {
	.view-fav-com span:hover i {
		color: #8679c5;
	}
}

.p-tile__items,
.view-fav-com span i {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-fav-com span:hover {
	color: #000;
}


/* Количество отзывов в модулях и на страницах производители, акция, категории и поиск */

.rating>sup {
	color: #0080b1;
	font-family: 'Varela Round', sans-serif;
}


/* product-list */

@media screen and (min-width: 768px) {
	.product-list .product-thumb {
		position: relative;
		display: table;
		width: 100%;
	}
	.product-list .product-thumb .image {
		width: 20%;
	}
	.product-list .product-thumb .image,
	.product-list .product-thumb .caption {
		display: table-cell;
		vertical-align: top;
	}
	.product-list .product-thumb .product-title-content {
		padding-top: 20px;
	}
	.product-list .product-thumb .absolute {
		position: static;
		padding: 0;
	}
}


/* rating */

.rating .glyphicon {
	font-size: 7.5px;
	vertical-align: middle;
	letter-spacing: .3rem;
}

.rating .glyphicon-star-empty {
	color: #ccc;
	font-size: 15px;
}

.rating .glyphicon-star {
	color: #ed143d;
	font-size: 15px;
}


/* header */

.header-container {
	position: relative;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.14);
}

.display-table {
	display: table;
	width: 100%;
}

@media (max-width: 767px) {
	.header-container {
		text-align: center;
	}
	.header-cart-content {
		display: none;
	}
	.home-menu .display-table>div+div {
		margin-top: 10px;
	}
}

.header-left {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.header-right {
	display: table-cell;
	vertical-align: middle;
	width: 82%;
	text-align: right;
	padding: 10px 0;
	font-size: 0;
}

@media (max-width: 950px) {
	.header-right {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.header-left {
		display: inline-block;
		width: 85%;
	}
	.header-cart {
		padding: 0 4%;
	}
	.display-table .header-nav-categories,
	.display-table .header-nav-search {
		display: block;
		padding: 0;
	}
	.header-nav-categories-btn,
	.display-table .header-nav-categories,
	.display-table .header-nav-search,
	.header-nav-block {
		width: 100%;
	}
	.header-nav-categories-btn {}
}


/*checkout/cart.tpl*/

.checkout-table.table td {
	vertical-align: middle;
	border: none;
}

.checkout-table {
	border: none;
}

.checkout-table .checkout-top__tr {
	background: #f2f2f2;
}

.checkout-table .checkout-top__tr>td {
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.number-spinner .form-control[name^=quantity] {
	width: 50px;
	vertical-align: middle;
	border-width: 1px 0 1px 0;
	border-radius: 0;
}

.number-spinner .form-count {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.number-spinner .form-count span {
	vertical-align: middle;
}

.number-spinner .btn-minus,
.number-spinner .btn-plus,
.number-spinner input.form-plus-minus {
	display: inline-block;
}

.number-spinner .form-count .btn:hover {
	background: #f2f2f2;
	border-color: #ccc;
}

.number-spinner .form-count .btn-minus .btn {
	border-radius: 3px 0 0 3px;
}

.number-spinner .form-count .btn-plus .btn {
	border-radius: 0 3px 3px 0;
}

.remove-prod {
	cursor: pointer;
}

.remove-prod:hover,
.number-spinner .form-count .btn:hover {
	color: #92a61d;
}

.checkout-continue {
	padding: 8px 20px;
	background: #f2f2f2;
	border-color: #f2f2f2;
}

@media only screen and (max-width: 360px) {
	.continue>div {
		text-align: center;
	}
}

.table-total.table td {
	border: none;
}


/* header-user-block/личный кабинет, закладки, сравнение и т.д на главной */

.header-toolbar {
	line-height: 28px;
	position: relative;
	height: 28px;
	padding: 0 0 0 24px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.header-toolbar a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
}

.header-toolbar .icon {
	font-size: 19px;
	color: #d9d9d9;
}

.header-toolbar-count {
	background: #766cb1;
	border-radius: 13px;
	color: #fff;
	font-size: 11px;
	height: 16px;
	left: 5px;
	padding-top: 1px;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 16px;
	line-height: 16px;
	font-family: 'Varela Round', sans-serif;
}

.header-toolbar-icon {
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	vertical-align: middle;
	color: #fff;
}

.header-toolbar-content {
	display: inline-block;
	vertical-align: middle;
}

.header-toolbar-title {
	margin: 0 0 3px;
	display: inline-block;
}

.header-toolbar-title:hover {
	color: #4786c1;
}


/* header phone */

.header-contacts {
	width: 33.333333%;
	margin: 0 5% 0 2%;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}

.header-phone a {
    color:  #333;
    text-decoration: none;
}

.header-phone i.fa {
    font-size: 20px;
    margin-left: 5px;
}

.header-phone i.fa-whatsapp {
    color: #3cc129;
}

@media (max-width: 1200px) {
	.header-contacts {
		margin-left: 2%;
		margin-right: 2%;
	}
}

@media (max-width: 1100px) {
	.header-contacts {
		width: 40%;
	}
}

.header-phone {
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	color: #333;
	display: inline-block;
	font-family: 'Varela Round', sans-serif;
}

.header-phone i {
	color: #4786c1;
}


@media (max-width: 767px) {
	.header-auth,
	.header-contacts {
		display: block;
		margin: 0;
		border: none;
		text-align: center;
		width: auto;
	}
  
  .header-phone {
    font-size: 24px;
  }
  
  .header-phone i.fa {
    font-size: 24px;
    padding-left: 8px;
  }
  
  .header-right {
    display: block;
    width: 100%;
  }
  
}

/* инфоблоки на главной */

.offers-banners {
	position: relative;
    padding: 15px;
    text-align: center;
    background: #fff;
}

.offers-banners .b-r_line {
	border-right: 1px solid #ECEFF1;
	display: flex;
    flex-direction: column;
    min-height: 95px;
}

@media only screen and (max-width: 767px) {
	.offers-banners .b-r_line {
		border-right: 0;
	}
}

.offers-banners .b-r_line:last-child {
	border-right: 0;
}

.offers-banner_image img {
	max-width: 50px;
}

.offers-text_banner {
	font-size: 11px;
    vertical-align: middle;
    padding-top: 15px;
    line-height: normal;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}


/* owl-carousel override style/костыли что бы не лезть в стили карусели */

.carousel .owl-controls {
	background: #f2f2f2;
}

.carousel .owl-wrapper-outer {
	box-shadow: none;
	border: none;
}

.slideshow {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	z-index: -1;
}

@media (min-width: 1200px) {
	.common-home .slideshow .nivoSlider {
		left: auto;
		margin-left: 0;
		width: auto;
	}
}

.slideshow .nivo-controlNav {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 12px;
	z-index: 999;
	text-align: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1;
}

@media (min-width: 992px) {
	.slideshow .nivo-controlNav {
		text-align: right;
	}
}

.slideshow .nivo-controlNav .nivo-control {
	background: #f2f2f2;
	margin: 3px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
	text-align: center;
	font-size: 0px;
	border-radius: 50%;
	text-decoration: none;
}

.slideshow .nivo-controlNav .nivo-control:hover,
.slideshow .nivo-controlNav .nivo-control.active {
	background: #4786c1;
	color: #fff;
	text-decoration: none;
}

.slick-arrow {
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-top: -25px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: #adadad;
}

.slick-arrow:hover {
	-webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  color: #818181;
}

.prev.slick-arrow {
	left: 0;
}

.next.slick-arrow {
	right: 0;
}

.slick-arrow>span {
	font-size: 20px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* menu/главное меню*/

.home-menu {
	margin-bottom: 20px;
	padding: 12px 0;
	border-top: 1px solid #edf1f4;
}

.common-home .home-menu {
	margin-bottom: 0;
}

.header-nav-categories {
	display: table-cell;
	padding: 0 20px 0 0;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 10;
}

.header-nav-block {
	position: relative;
}

.header-nav-block:hover {
	z-index: 1100;
}

.header-nav-categories-btn {
	display: inline-block;
	border-radius: 6px;
	line-height: 41px;
	height: 40px;
	background: #92a61d;
	padding: 0 20px;
	font-size: 13px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
	font-weight: 700;
	transition: opacity 300ms ease-in 300ms;
}

.header-nav-categories-btn:hover {
	background: #92a61d;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}

.header-nav-categories-btn:before {
	content: "\f394";
	margin: 0 10px 0 0;
	font: normal normal normal 24px/1 "Ionicons";
	vertical-align: sub;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.header-nav-categories-btn.open:before {
	content: "\f2d7";
}

.header-nav-wrapper {
	position: absolute;
	left: 0;
	width: 27.5rem;
	transition: all .3s;
	display: none;
	top: 5.2rem;
	z-index: 3;
}

.header-nav-block.menu-active .header-nav-wrapper {
	display: block;
}

@media (max-width: 767px) {
	.header-nav-block.menu-active .header-nav-wrapper {
		width: 100%;
		top: 60px;
		border: 1px solid #E6E6E6;
		border-top: 0;
	}
	.header-nav-wrapper .header-nav-folders ul {
		padding: 0 0 10px;
	}
	.children.subcat-menu .level-2,
	.children.subcat-menu .last-level {
		padding: 5px 0;
	}
	.children.subcat-menu .level-2>li>i {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.last-children:before,
	.subcat-menu:before,
	.header-nav-wrapper:before {
		content: "";
		-webkit-box-shadow: inset 0 24px 12px -15px rgb(228, 228, 228);
		box-shadow: inset 0 24px 12px -15px rgb(228, 228, 228);
		position: absolute;
		top: 0px;
		width: 100%;
		height: 20px;
	}
}

.header-nav-folders {
	-webkit-box-shadow: 0 6px 6px rgb(228, 228, 228);
	box-shadow: 0 6px 6px rgb(228, 228, 228);
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
}

.header-nav-folders ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 10px 0 0 0;
}

.last-children,
.subcat-menu {
	-webkit-box-shadow: 0 6px 6px rgb(228, 228, 228);
	box-shadow: 0 6px 6px rgb(228, 228, 228);
	border-radius: 0 0 8px 8px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	min-height: 100%;
	background: #fff;
}

.subcat-menu ul {
	padding-top: 15px;
}

@media only screen and (max-width: 767px) {
	.last-children,
	.subcat-menu {
		position: static;
		box-shadow: none;
		text-align: left;
		padding-left: 50px;
		background: rgb(247, 247, 248);
		border-radius: 0;
	}
	.last-children {
		padding-left: 15px;
	}
}

.subcat-menu a {
	display: block;
	padding: 6px 20px;
	font-weight: 600;
	position: relative;
	color: #333;
}

@media only screen and (min-width: 1200px) {
	.children>ul>li.sub:hover .last-children,
	.first-li.sub:hover .subcat-menu {
		display: block;
	}
}

.first-link {
	font-size: 13px;
	cursor: pointer;
}

.first-link,
.first-li>a {
	display: block;
	color: #333;
	font-weight: 600;
	padding: 8px 25px 8px 15px;
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 16px;
	white-space: normal;
}

.first-li {
	border-bottom: 1px solid #edf1f4;
}

.first-li:last-child {
	border-bottom: 0;
}

.header-nav-category li:hover>a {
	color: #6f36b9;
	text-decoration: none;
}

.first-link>.first-icon,
.first-child {
	display: table-cell;
	vertical-align: middle;
}

.first-icon img {
	vertical-align: middle;
}

.first-icon {
	text-align: center;
	padding: 0 10px 0 0;
}

.subcat-menu>ul>li.sub>a:after,
.first-li.sub>a:after {
	content: "\f3d1";
	font-family: "Ionicons";
	position: absolute;
	right: 15px;
	top: 14px;
	color: #2a3034;
	font-size: 13px;
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
}

.header-nav-category li.sub>.fa {
	display: none;
}

@media only screen and (max-width: 767px) {
	.subcat-menu>ul>li.sub>a:after,
	.first-li.sub>a:after {
		display: none;
	}
	.header-nav-category li.sub>.fa {
		float: right;
		padding: 0 10px 0 0;
		color: #ccc;
		font-size: 21px;
		margin-top: 10px;
		display: block;
	}
	.subcat-menu a,
	.first-link,
	.first-li>a {
		margin: 0 40px 0 0;
		width: auto;
		padding-right: 15px;
	}
	.last-children>ul>li>a:before,
	.subcat-menu>ul>li>a:before {
		top: 12px;
	}
	.subcat-menu>ul>li>a:before,
	.last-children>ul>li>a:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 7px;
		height: 7px;
		background: #663399;
	}
	.header-nav-category li.sub>.cat-menu-icon-plus.fa-minus-square {
		color: #663399;
	}
	.last-children>ul>li>a:before {
		border-radius: 50%;
	}
}

.subcat-menu>ul>li.sub>a:after {
	top: 7px;
}

.subcat-menu>ul>li.sub:hover>a:after,
.first-li.sub:hover>a:after {
	color: #6f36b9;
	-webkit-transform: translateX(.3rem);
	transform: translateX(.3rem);
}


/* compare.tpl/страница сравнения */

.compare-content .compare-button .btn {
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.compare-content .table-responsive>.table>tbody>tr>td,
	.compare-content .table-responsive>.table>tbody>tr>th,
	.compare-content .table-responsive>.table>tfoot>tr>td,
	.compare-content .table-responsive>.table>tfoot>tr>th,
	.compare-content .table-responsive>.table>thead>tr>td,
	.compare-content .table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
}

.compare-content td {
	width: 320px;
	font-size: 1.3rem;
}

.compare-content .compare-table .compare-image {
	position: relative;
}

.compare-content .compare-table .compare-image .compare-remove {
	position: absolute;
	top: 1rem;
	left: 8rem;
	font-size: 1.7rem;
	color: #ccc;
}

.compare-content .compare-table .compare-image .compare-remove:hover {
	color: #92a61d;
}

.compare-content .compare-table>thead>tr>td,
.compare-content .compare-table>thead>tr>th {
	border-bottom-width: 0;
}

.compare-content .compare-table>tbody+tbody {
	border-top: transparent;
}

.compare-content .compare-table strike {
	color: #bfbfbf;
	display: block;
}

.compare-content .compare-table .compare-price {
	font-size: 1.7rem;
}

.compare-content .compare-table strong {
	font-size: 1.4rem;
}

.compare-content .compare-table .compare-name a {
	font-weight: 400;
	color: #737373;
}


/* product.tpl/страница товара */

.sku-block {
	display: inline-block;
	padding-right: 10px;
}

.image-content .big-image {
	border: 0;
	padding: 0;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.image-content .big-image:hover .view-image {
		display: block;
	}
}

.image-content .view-image {
	position: absolute;
	display: none;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: rgba(0, 0, 0, .5) url(../../../../../image/catalog/icon-png/view.png) 50% 50% no-repeat;
	transform: translate(-50%, -50%);
}

.preview-attribute {
	position: relative;
	overflow: hidden;
	max-height: 230px;
	margin-top: 15px;
}

.preview-attribute .table {
	margin-bottom: 0;
}

.preview-attribute .table,
.preview-attribute .table td {
	border: 0;
	overflow: hidden;
	position: relative;
	padding: 3px 0;
}

.preview-attribute .dotted-line {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	width: 100%;
	margin: 0 -100% 0 0;
	vertical-align: baseline;
	border-bottom: 1px dotted #ccc;
}

.preview-attribute .td-content {
	font-size: 13px;
	color: #000;
}

.preview-attribute .td-content td:last-child {
	white-space: nowrap;
	padding-left: .3rem;
}

.preview-attribute:after {
	content: " ";
	background-color: rgba(255, 255, 255, .31875);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#D9FFFFFF', GradientType=0);
	position: absolute;
	right: 0;
	top: 0;
	height: 230px;
	width: 30px;
}

.preview-attribute .td-content td:first-child {
	min-width: 240px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.preview-attribute .table>tbody+tbody {
	border-top: 0px solid #ddd;
}

.product-content ul {
	list-style: none;
	padding: 0;
}

.product-content .all-atrr {
	margin-bottom: 10px;
}

.product-content .short-description {
	font-size: 13px;
	color: #000;
	display: inline-block;
	line-height: 1.6;
}

.product-content .short-description a {
	display: inline-block;
	text-decoration: underline;
	color: #222732;
	font-size: 1.2rem;
}

.product-content .short-description a:hover {
	color: #92a61d;
}

.product-content .short-description hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-content .all-atrr .btn {
	font-size: 1.3rem;
	color: inherit;
	margin-top: 1rem;
	background: #f2f2f2;
	border-color: #f2f2f2;
	font-weight: 500;
}

.product-content .all-atrr .btn:hover {
	background: #eaeaea;
	border-color: #eaeaea;
}

.product-content .center-description hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-content .h-1__title {
	margin-bottom: 20px;
	font-size: 2.9rem;
	line-height: normal;
}

.product-content .button-block .btn {
	border: none;
	transition: all 0.3s;
	background: transparent;
}

.product-content .button-block .btn:hover {
	background: #f5f5f5;
	color: #92a61d;
}

.product-content hr {
	margin: 0;
}

.product-content .button-block>div {
	display: inline-block;
	cursor: pointer;
}

.product-content .button-block>div:hover span {
	color: #92a61d;
}

.product-content .button-block>div>span {
	padding-right: .3rem;
	color: #ccc;
}

.product-content .compare_title {
	padding-right: 2rem;
}

.product-content .social-share-block,
.product-content .product-options,
.payment-block,
.product-info-block,
.product-content .button-block {
	padding: 13px 0;
}

.product-content .product-info-block table td {
	padding-left: 0;
	padding-right: 0;
}

.product-content .social-share-block {
	padding-top: 0;
}

.product-content .product-options {
	padding-bottom: 0;
}

.product-content .plus-minus .btn i {
	vertical-align: middle;
}

.product-content .plus-minus .btn:hover i {
	color: #92a61d;
}

.product-content .price-block {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 4px;
}

.product-content .price-block .product-info {
	color: crimson;
	font-size: 1.2rem;
	padding-top: 1rem;
}

.product-content .price-block .all-price-block {
	position: relative;
}

.product-content .price-block .price-summary {
	display: inline-block;
	margin-bottom: 2rem;
}

.product-content .price-block .price-summary .price {
	font-size: 36px;
	font-weight: 500;
}

.product-content .price-block .sale-right {
	position: absolute;
	top: 0;
	right: 0;
}

.product-content .price-block .all-price .sale-right {
	text-align: center;
	display: inline-block;
}

.product-content .price-block .btn-block {
	border-radius: 4px;
}

.product-content .price-block li,
.product-content .price-block .all-price {
	line-height: 1.6;
}

.product-content .list-info li {
	padding-bottom: .5rem;
}

.product-content .old-price {
	text-decoration: line-through;
	color: #acacac;
	font-size: 16px;
	font-weight: 400;
}

.product-content .product-rating {
	padding-bottom: 1rem;
}

.product-content .product-rating a {
	font-size: 1.3rem;
	text-decoration: underline;
	vertical-align: middle;
	color: #222732;
}

.product-content .product-rating a:hover {
	color: #92a61d;
}

.product-content .product-attr-table .name-attr {
	border-right: 1px solid #ddd;
}

.product-content .product-attr-table .name-attr,
.product-content .product-attr-table .text-attr {
	width: 50%;
}

.product-content .stock {
	font-size: 1.3rem;
	color: #222732;
	padding: 3px 10px;
	border-radius: 4px;
	display: inline-block;
	border: 2px solid #5cb85c;
}

.product-options>h4 {
	font-weight: 700;
	font-size: 15px;
	color: #333;
}


/* popup-cart/модальное окно при добавлении товара в корзину в product.tpl */

#popup-cart .popup-block {
	display: inline-block;
	width: 100%;
	padding: 3rem 2.3rem;
}

#popup-cart .popup-block .image-popup {
	margin-right: 2rem;
	float: left;
}

#popup-cart .popup-block .image-popup img {
	max-height: 15rem;
	max-width: 15rem;
}

@media only screen and (max-width: 767px) {
	#popup-cart .popup-block .image-popup img {
		max-height: 10rem;
		max-width: 10rem;
	}
}

#popup-cart .popup-block .image-popup .thumbnail {
	border: 0;
}

#popup-cart .popup-block h4 {
	margin-bottom: 0;
	height: 4rem;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#popup-cart .popup-block h4 {
		height: 4rem;
		overflow: hidden;
	}
}

#popup-cart .popup-h4 {
	font-size: 1.4rem;
	line-height: 2rem;
}

#popup-cart .popup-block .popup-product__price {
	margin: .4rem 0 0;
	font-size: 2.8rem;
	line-height: 3.5rem;
}

#popup-cart .popup-block .popup-price {
	color: #222732;
}

#popup-cart .popup-block .popup-button {
	margin-top: 3.6rem;
	display: inline-block;
}

#popup-cart .popup-block .popup-price .old-price {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #acacac;
	text-decoration: line-through;
	display: inline-block;
	font-weight: 400;
}

#popup-cart .popup-block .popup-product__title {
	font-size: 1.8rem;
	line-height: 2.6rem;
	padding-bottom: 2rem;
}

#popup-cart .popup-block .popup-product__title img {
	padding-right: .5rem;
}

#popup-cart .popup-block .popup-button .btn {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
	#popup-cart .popup-block .popup-button .btn {
		width: 100%;
		margin: 0;
	}
}

.tag {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.tag-success {
	background-color: #5cb85c;
}

.tag-info {
	background-color: #5bc0de;
}


/* color/цвета */

.red {
	color: #d9534f;
}

.green {
	color: #5cb85c;
}

.orange {
	color: #f0ad4e;
}

.skyblue {
	color: #5bc0de;
}


/* category.tpl/related-products/рекомендуемые товары в карточке товара */

.rel-row {
	border: .1rem solid #e9eaec;
	margin-left: 0;
	margin-right: 0;
}

.rel-row .slick-track {
	margin: 0;
}

.rel-row .slick-dots {
	bottom: auto;
}

.rel-row:hover .prev,
.rel-row:hover .next {
	opacity: 1;
	visibility: visible;
}

.rel-row .prev,
.rel-row .next {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	transition: opacity .2s ease;
	position: absolute;
	width: 4rem;
	height: 4rem;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	padding: 1rem;
	text-align: center;
	top: 50%;
	margin-top: -2rem;
	font-size: 0;
	line-height: 0;
	box-shadow: 0 16px 16px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.rel-row .prev>span,
.rel-row .next>span {
	font-size: 1.8rem;
}

.rel-row .prev:hover>span,
.rel-row .next:hover>span {
	color: #92a61d;
}

.rel-row .prev {
	left: -1.5rem;
}

.rel-row .next {
	right: -1.5rem;
}

.rel {
	padding: 0;
}

.rel-thumb {
	border-right: .1rem solid #e9eaec;
	min-height: 12.4rem;
}

.rel-thumb>.image>a>img {
	max-height: 10rem;
	max-width: 10rem;
}

@media only screen and (max-width: 767px) {
	.rel-thumb>.image>a>img {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.rel-product__description .h-4 {
	font-weight: 400;
	height: 6rem;
	overflow: hidden;
	display: block;
	padding: .9rem 0 1.2rem;
	min-height: 6.6rem;
}

.rel-product__description .h-4 a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	white-space: normal;
	font-size: 1.3rem;
	padding-right: 1rem;
}

.h-4 {
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0;
}

.rel-thumb .related-image {
	float: left;
	height: 12.4rem;
	width: inherit;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.related-image {
		padding: 1rem 1rem 0 1rem;
	}
}

.related-image {
	position: relative;
	padding-top: 1rem;
	height: 20rem;
}

.rel-thumb .buy {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 1.5rem;
	margin-top: .5rem;
}

.rel-thumb .rel-button {
	border-color: #92a61d;
	background: #92a61d;
	color: #ffffff;
	font-size: 0;
}

.rel-thumb .rel-button:hover,
.rel-thumb .rel-button:focus,
.rel-thumb .rel-button:active,
.rel-thumb .rel-button:active:focus {
	color: #fff;
	border-color: #086fd3;
	background: #086fd3;
}

.rel-thumb .rel-button span {
	font-size: 1.7rem;
	padding-left: .1rem;
}

.rel-thumb .buy-box {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.rel-thumb .price-new,
.rel-thumb .price {
	font-size: 1.6rem;
	display: table;
	font-weight: 500;
}

.rel-thumb .product_price {
	display: table-cell;
	vertical-align: middle;
}

.rel-thumb .price-old {
	color: #a6a6a6;
	text-decoration: line-through;
	font-size: 1.3rem;
	display: block;
	font-weight: normal;
}


/* login.tpl */

.login-head {
	margin-bottom: 3rem;
}

.white-form {
	background: #fff;
	padding: 3.3rem 3rem;
}

.white-form .input-md {
	height: 4rem;
}

.white-form .form-control {
	-webkit-box-shadow: inset 0 .1rem 0 rgba(0, 0, 0, 0.045);
	box-shadow: inset 0 .1rem 0 rgba(0, 0, 0, 0.045);
	padding: .6rem 1.5rem;
}

.white-form .registration-link {
	padding-left: 2rem;
	vertical-align: middle;
	color: #222732;
}

.white-form .registration-link:hover {
	color: #92a61d;
}

.white-form .btn-md {
	height: 4rem;
	line-height: 1.33;
	padding: 1rem 1.6rem;
}

.white-form .btn-forgot .ti-lock {
	font-size: 1.7rem;
}


/* others */

.m-0 {
	margin: 0 !important;
}

.m-t-0 {
	margin-top: 0;
}

.m-t-1 {
	margin-top: 1rem;
}

.m-t-2 {
	margin-top: 2rem;
}

.m-b-1 {
	margin-bottom: 1rem;
}

.m-b-2 {
	margin-bottom: 2rem;
}

.p-1 {
	padding: 1rem;
}

.f-left {
	float: left;
}

.link {
	transition-duration: .3s;
	transition-property: color;
	text-decoration: none;
	color: #2d3436;
}

.small,
small {
	font-size: 80%;
}

.height-4 {
	height: 4rem;
}

.no-padding {
	padding: 0 !important;
}


/* Страница аккаунта/account.tpl */

.account-row li {
	line-height: 1.9;
	padding: 8px 0;
}

.account-row li a {
	color: #222732;
	text-decoration: none;
}

.account-row li a:hover {
	color: #92a61d;
}

.account-row li>span {
	padding-right: .5rem;
	color: #a9a9a9;
}

.account-row h5 {
	border-bottom: 1px solid #ddd;
	min-height: 4rem;
}


/* Кнопка вверх */

.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 40px;
	cursor: pointer;
	display: none;
	z-index: 8;
}

.scroll-top span {
	color: #fff;
	background: #92a61d;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}

.scroll-top span:hover {
	background: #1a7dde;
	color: #fff;
}


/* Рейтинг отзыва в карточке товара */

.review-rating {
	font-size: 0;
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
}

.review-rating input {
	display: none;
}

.review-rating * {
	margin: 0;
}

.review-rating label .glyphicon {
	font-size: 24px;
	padding: 0 3px;
	cursor: pointer;
	margin-bottom: 5px;
}

.review-star.checked {
	color: #ffd700;
}

.review-star.active {
	color: #ffd700 !important;
}


/* Отзывы в карточке товара */

#review .review-wrap {
	position: relative;
}

#review .review-head .review-date {
	margin-left: 2rem;
	color: #b5b5b5;
}

#review .review-head .rating {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

#review .review-head .review-date>span {
	padding-right: .3rem;
}

#review .review-body {
	padding: 1rem;
	border: 1px solid #e9eaec;
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
	background: #fdfbfb;
}

#review .review-body>p {
	color: black;
}

#review .review-body:before {
	content: ' ';
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background: #fdfbfb;
	top: -8px;
	border: .1rem solid #e9eaec;
	transform: rotate(45deg);
	border-width: .1rem 0 0 .1rem;
}


/* Стикер процент */

.sale-sticker {
	background: #ffd700;
	font-size: 13px;
	text-align: center;
	color: #2d3436;
	font-weight: 700;
}

.product-price__discount {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.product-price__discount-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
}

.product-price__discount-cost {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #6b6b6b;
	font-family: 'Varela Round', sans-serif;
}

.product-price__discount-percent {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 8px;
	border-radius: 4px;
    padding: 5px;
    color: #ffffff;
	font-family: 'Varela Round', sans-serif;
    background-color: #6251af;
}

.product-price__sep {
    margin-top: 13px;
    border-top: 1px solid #d9d9d9;
}

.sale {
	font-family: 'Varela Round', sans-serif;
	position: absolute;
	top: -10px;
	left: -27px;
	transform: rotate(-45deg);
	width: 75px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 3px;
	z-index: 2;
}


/* Пагинация */

.pagination>li>a,
.pagination>li>span {
	border: 2px solid #cccccc;
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
	min-width: 4rem;
	text-align: center;
	margin-left: -2px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #ccc;
	border-color: #cccccc;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a,
.pagination>li>span {
	color: #222732;
}


/* Пагинация */

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #cccccc;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #f8f8f8;
}


/* shadow */

.shadow-nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.shadow-nav.active {
	display: block;
	opacity: .3;
	visibility: visible;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
}

.offcanvas-container.is-static,
.offcanvas-container.is-triggered {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	padding: 4rem 2rem;
	list-style: none;
	-webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
	background-color: #fff;
	-webkit-box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	z-index: 1100;
}

.offcanvas-container.is-static.offcanvas-container-reverse,
.offcanvas-container.is-triggered.offcanvas-container-reverse {
	right: 0;
	left: auto;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
}

.offcanvas-container.is-triggered.offcanvas-container-reverse {
	right: -320px;
	left: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
	right: 0;
	-webkit-box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
}

.offcanvas-container>ul {
	padding: 0;
	list-style: none;
}

.offcanvas-close {
	display: none;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #404040;
	font-size: 0;
	cursor: pointer;
}

.offcanvas-close i {
	font-size: 29px;
}

.offcanvas-container.is-triggered .offcanvas-close {
	display: block;
}

.canvas-title {
	margin-bottom: 15px;
	font-weight: 600;
}

.page-title {
	min-height: 250px;
	margin-bottom: 3.5rem;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	background-position: center center;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
}

.page-title .page-title-heading {
	font-size: 34px;
	line-height: 1.2;
	text-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	word-break: break-all;
}

.write-wrapper {
	background: #fff;
}

.thumb-description,
.paginations {
	padding: 20px;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.thumb-description,
.paginations {
	border-top: 1px solid #ededed;
}

.product-wrap>h1,
.product-wrap>h2,
.product-wrap>h3,
.product-wrap>h4,
.product-wrap>h5,
.product-wrap>h6 {
	margin-top: 0;
}

.switch-buttons {
	text-align: right;
	padding: 15px 30px 15px 0;
}

.list-left {
	padding: 15px 0 15px 20px;
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.list-left {
		padding: 25px 0 0 30px;
		text-align: left;
	}
}

.list-options {
	display: inline-block;
	vertical-align: middle;
}

.switch-control-text {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-weight: 400;
	font-size: 1.4rem;
	color: #000;
	border-radius: 6px;
	line-height: 4rem;
}

.switch-toolbar {
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	width: 75px;
	height: 40px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.switch-toolbar:before {
	content: "";
	position: absolute;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 32px;
	height: 32px;
	background-color: #92a61d;
	transition: .2s ease-in-out;
}

.filter-container {
	margin-bottom: 20px;
}

._grid-active .switch-toolbar:before {
	left: 38px;
}

._list-active .switch-toolbar:before {
	left: 3px;
}

.list-view-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 32px;
	height: 32px;
}

.list-view-icon._list {
	left: 3px;
}

.list-view-icon:before {
	font-family: "Ionicons";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .2s ease-in-out;
}

.list-view-icon._list:before {
	content: "\f394";
	font-size: 25px;
}

.list-view-icon._list.active:before {
	color: #fff;
}

.list-view-icon._grid {
	left: 38px;
}

.list-view-icon._grid:before {
	content: "\f13f";
	font-size: 21px;
}

.list-view-icon._grid.active:before {
	color: #fff;
}

.list-form {
	border: 0;
	cursor: pointer;
}

.list-color {
	color: #999;
}

.list-color:hover {
	color: #222732;
}

.modal-body.modal-success {
	padding-right: 45px;
}

.refine-item {
	border-radius: 15px;
	background-color: #f9f9f9;
	border: 1px solid #d8d8d8;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
	text-align: center;
}

.refine-cat {
	font-size: 0;
	line-height: 0;
}

.refine-item:hover>a {
	color: #2db0e2;
	text-decoration: none;
}

.white-wrapper {
	background: #fff;
}

.tabs-container {
	margin-top: 40px;
}

.tabs-container .nav-tabs {
	background: #f6f8fa;
	border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 480px) {
	.tabs-container .nav-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		white-space: nowrap;
		overflow-y: auto;
	}
}

.tabs-container .nav-tabs.nav-justified>.active>a,
.tabs-container .nav-tabs.nav-justified>.active>a:focus,
.tabs-container .nav-tabs.nav-justified>.active>a:hover {
	border: 0;
}

.tabs-container .tab-content {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.main-photo {
	text-align: center;
}

.price .main-price {
	font-size: 38px;
    font-weight: 700;
    color: #333;
    font-family: 'Varela Round', sans-serif;
}

.product-rating,
.rating-info {
	display: inline-block;
}

.rating-info {
	margin-left: 10px;
}

.product-rating i {
	font-size: 15px;
}

h1.product-h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
}

.product-preview {
	margin: 0 0 30px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}

.rating-info a {
	color: #228fc8;
	border-bottom: 1px dotted;
	display: block;
	line-height: 1;
	text-decoration: none;
}

.rating-info span {
	display: block;
	font-size: 13px;
}

.product-btns-special {
	margin-top: 12px;
	font-size: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-btns-special button {
	font-size: 13px;
}

.product-btns-special button {
	background: 0 0;
	border: 0;
	padding: 0;
	color: #228fc8;
}


/* short attributes */

.short-description,
.attr-product-content-block {
	color: #000;
}

.attr-product-list {
	margin: 0;
}

.attr-product-list li {
	padding-bottom: 10px;
}

.attr-product-list span {
	color: #333;
}

.short-description {
	margin-bottom: 15px;
}

.attr-product-content-block,
.short-description,
.product-options {
	font-size: 17px;
}


/* END short attributes */

.product-btns-special button:hover,
.product-btns-special button:focus {
	background: transparent;
	text-decoration: none;
	box-shadow: none;
}

.product-btns-special button:hover span {
	color: #005881;
}

.product-btns-special button span {
	border-bottom: 1px dotted;
	line-height: 1.3;
	display: inline-block;
}

.product-btns-special button i {
	color: #8c8c8c;
	padding-right: 4px;
}

.product-buy.product-btns {
	margin-top: 15px;
}

.product-buy button.btn-primary {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	padding: 13px 15px 10px 15px;
}

.product-buy button .icon {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	padding-right: 3px;
}

.product-list-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}

.product-list-item>div {
	padding: 0 0 0 33px;
	position: relative;
	font-size: 12px;
}

@media only screen and (min-width: 600px) {
	.product-list-item>div {
		font-size: 13px;
	}
}

.product-list-item>div+div {
	margin-top: 7px;
}

.product-list-item>div:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #663399;
	font-size: 24px;
	width: 24px;
	display: block;
	height: 24px;
	text-align: center;
}

.list-manufacturer>a {
	color: #19a2e2;
}

.list-manufacturer:before {
	content: "\f25d";
}

.list-model:before {
	content: "\f029";
}

.list-reward:before {
	content: "\f005";
}

.list-stock:before {
	content: "\f058";
}


/* product.tpl price */

.card-holder .card {
	box-shadow: none;
	padding: 0;
}

.card-holder .card-product-buy {
	padding: 20px 15px;
    border-radius: 6px;
    border: 2px solid #92a61d;
}

.card-holder .price {
	text-align: center;
    margin-bottom: 16px;
}

.card-holder .price .price-tax {
	font-size: 13px;
}

.price .price-title {
	font-size: 13px;
	float: left;
	padding-top: 17px;
	font-weight: normal;
}

.product-list-item>div,
.price-points,
.price-discount {
	line-height: 24px;
}

.product-list-value,
.price-points-value,
.price-discount-value {
	color: #333;
}

.product-price.old-price {
	display: inline-block;
    text-decoration: line-through red;
    color: #999;
    font-size: 17px;
    line-height: 1;
}

.image-additional {
	display: inline-block;
	margin-top: 20px;
}

.image-additional a {
	padding: 4px;
	border: 1px solid #ddd;
	display: block;
}

.image-additional a:hover {
	border-color: #ccc;
}

.logo-brand {
	text-align: center;
	margin-top: 10px;
}


/* mobile */

.mobile-header {
	display: inline-block;
	float: left;
	padding: 4px 0 0 0;
}

.menu-icon {
	height: 20px;
	width: 25px;
	position: relative;
}

.menu-icon__bar {
	position: absolute;
	top: 50%;
	height: 2px;
	width: 100%;
	background-color: rgb(87, 75, 144);
	display: block;
	transition: opacity 0.3s ease 0s;
}

.menu-icon__bar::before,
.menu-icon__bar::after {
	height: 2px;
	width: 100%;
	content: "";
	background-color: rgb(87, 75, 144);
	display: block;
	position: absolute;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.menu-icon__bar::before {
	top: -8px;
}

.menu-icon__bar::after {
	bottom: -8px;
}

.menu-icon--open .menu-icon__bar {
	background: transparent;
}

.menu-icon--open .menu-icon__bar::before,
.menu-icon--open .menu-icon__bar::after {
	top: 50%;
	transform: translateY(-50%);
}

.menu-icon--open .menu-icon__bar::before {
	transform: rotate(-135deg);
}

.menu-icon--open .menu-icon__bar::after {
	transform: rotate(135deg);
}

.menu-nav {
	position: fixed;
	font-size: 15px;
	top: 40px;
	left: -100%;
	width: 80%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgb(255, 255, 255);
	padding: 20px;
	transition: all 0.3s ease;
	overflow: auto;
	z-index: 102;
}

.menu-nav.nav--active {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.nav__list {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}

.nav__item {
	margin-bottom: 10px;
	text-align: left;
}

.nav__link {
	position: relative;
	text-decoration: none;
	color: #333;
}

a.nav__link:focus,
a.nav__link:hover {
	color: #f3a683;
	text-decoration: none;
}

.nav__link--plus::after,
.nav__link--minus::after {
	font-family: "Ionicons";
	font-size: 10px;
	position: absolute;
	top: 0;
	right: -20px;
	margin-top: 2px;
	color: #6b5eab;
}

.nav__link--plus::after {
	content: "\f123";
}

.nav__link--minus::after {
	content: "\f123";
	color: #f3a683;
	transform: rotate(180deg);
}

.nav__sub-list {
	display: none;
	padding-left: 10px;
	list-style: none;
	font-size: 13px;
	margin: 10px 0;
	border-top: 1px solid #ededed;
	padding-top: 10px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}

.nav__sub-item:not(:last-child) {
	padding-bottom: 10px;
}


/* footer */

.footer {
	background: #6f3119;
	position: relative;
	font-weight: 400;
	line-height: 22px;
	margin-top: 20px;
}

.footer .footer-wrap {
	width: 100%;
	padding: 30px 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	border-top: 1px solid #3c3f50;
}

.footer .footer-wrap h5 {
	margin-top: 0;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 16px;
	position: relative;
	font-weight: normal;
}

@media only screen and (min-width: 1024px) {
	.footer .footer-wrap .phone {
		font-size: 20px;
		font-family: 'Varela Round', sans-serif;
	}
}

.footer .footer-wrap .contact-form>li i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #deb887;
	margin-right: 7px;
}

.footer .footer-wrap .contact-form>li>a,
.footer .footer-wrap .address-form,
.footer .footer-wrap .footer-payment>p {
	color: #fff;
}

.footer .footer-wrap ul>li>a:hover {
	color: #fff;
}

.footer-bottom {
	padding: 20px 0 0;
	background: #6f3119;
	font-size: 13px;
}

.footer-bottom,
.footer-bottom a {
	color: #ffffff;
}

.footer-payment {
	margin-top: 20px;
}

.footer-payment-item {
	vertical-align: middle;
	margin-right: 6px;
}

.footer-social {
	margin-top: 15px;
}

.footer-social>a>span {
	font-size: xx-large;
	color: #fff;
}

.footer-social-item {
	width: 40px;
	line-height: 38px;
	text-align: center;
	height: 40px;
}

.footer-social-link {
	display: inline-block;
	font-size: 18px;
	border: 0px solid #58646c;
	border-radius: 20px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	color: #58646c;
}

.footer-social-item+.footer-social-item {
	margin-left: 5px;
}

.footer-social .fa-brands.fa-whatsapp-square {
    color: #25d366;
}

.footer-social .fa-brands.fa-odnoklassniki-square {
    color: #ed812b;
}

.footer-social .fa-vk {
    color: #0077ff;
}

.footer-social .fa-telegram {
    color: #0088cc;
}



.footer .footer-email-block .footer-email-wrapper {
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.footer .footer-email-block .footer-email-wrapper,
.footer .footer-email-block .footer-email-content {
	clear: both;
}

.footer-email-wrapper .news-img {
	background: rgba(0, 0, 0, 0) url(https://hunting-dog.ru/image/catalog/icon-svg/newsletter.svg) no-repeat scroll center center;
	background-size: 100%;
	float: left;
	height: 55px;
	margin: 0 25px 0 0;
	width: 55px;
}

.heading-title {
	margin-bottom: 50px;
}

.footer-email-wrapper .footer-email-content .heading-title {
	overflow: hidden;
	margin: 0 0 0;
	text-align: left;
}

.footer-email-wrapper .footer-email-content .heading-title h5 {
	font-size: 20px;
	color: #000000;
	margin: 0 0 5px;
	line-height: 25px;
	background-color: transparent;
	padding: 0;
	font-weight: 600;
	text-transform: capitalize;
}

.block_newsletter .news-text-warp {
	margin: 2px 0 0;
}

.footer-email-block {
	margin-top: 20px;
}

.footer-email-wrapper .newsletter-form {
	width: 100%;
}

.subscribe-text {
	color: #fff;
    text-align: left;
    line-height: normal;
}

.subscribe-title {
	display: block;
    font-size: 21px;
	padding-bottom: 4px;
}

.subscribe-desc {
	padding-bottom: 9px;
    display: block;
    font-size: 11px;
    color: #999;
}

.footer-email-wrapper .newsletter-form .form-group {
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 0;
}

.footer-email-wrapper .newsletter-form .form-group .input-news {
	display: inline-block;
	width: 100%;
	margin: 0 0;
	text-align: left;
}

.input-email {
	padding: 10px 115px 10px 13px;
	width: 100%;
	border: 0;
	background-color: #ffffff !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-rad: 4px;
}

.input-email,
.newsletter-form .text-danger,
.newsletter-form .text-success {
	font-size: 13px;
	border-radius: 0;
}

.newsletter-form .text-danger,
.newsletter-form .text-success {
	margin-top: 5px;
	text-align: left;
	display: inline-block;
}

.newsletter-form .text-danger {
	color: #e74c3c;
}

.newsletter-form .text-success {
	color: #2ecc71;
}

.footer-email-wrapper .newsletter-form .form-group .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.subscribe-btn .btn {
	text-transform: capitalize;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	height: 36px;
	background: #8a2de1;
}

.subscribe-btn .btn:focus,
.subscribe-btn .btn:hover {
	border: none;
	color: #ffffff;
	box-shadow: none;
	background: #641fa4;
}

.footer .footer-email-block .container {
	padding: 25px 0;
}

.footer-nav-title {
	color: #fff;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-nav {
		margin: 0 0 5px;
	}
	.footer-nav-title {
		position: relative;
		display: block;
		line-height: 40px;
		margin: 0;
		background-color: #6f3119;
		font-size: 13px;
	}
	.footer-nav-title,
	.footer-nav-list {
		padding: 0 15px;
	}
	.footer-nav-item .footer-nav-link {
		display: block;
		line-height: 23px;
		color: #fff;
	}
	.footer-nav-col+.footer-nav-col {
		border-top: 1px solid #4c575e;
	}
	.footer-nav-col {
		padding: 0;
	}
}

.footer-nav-link {
	color: #999;
}

.footer-nav-list>li {
	margin-top: 10px;
	line-height: normal;
}

.footer-nav-arrow,
.footer-social-item {
	width: 4rem;
	line-height: 4rem;
	text-align: center;
}

.footer-nav-arrow {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.footer-nav-arrow._active {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media (min-width: 992px) {
	.footer-nav-list {
		margin-top: 1rem;
	}
}


/* descritption category.tpl */

.thumb-description {
	position: relative;
}

.description.text-collapse {
	max-height: 156px;
	overflow: hidden;
	position: relative;
}

.description.text-collapse:after {
	content: "";
	-webkit-box-shadow: 2px -10px 15px 5px #ffffff;
	box-shadow: 2px -10px 15px 5px #ffffff;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 23px;
}

.description .toggle {
	position: absolute;
	bottom: 0;
	left: 0;
}

.description>span {
	color: #007bff;
	border-bottom: 1px dotted;
	line-height: 17px;
	z-index: 2;
	cursor: pointer;
}


/* category wall */

.category-wall h3 {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
}

.category-item {
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	overflow: hidden;
}

.cat-image {
	display: inline-block;
	margin-bottom: 10px;
}

.category-item img {
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.category-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	opacity: .9;
}

.cat-caption {
	text-align: center;
	padding: 10px 0;
}

.cat-name {
	font-size: 18px;
	text-decoration: none;
}

.category-item {
	background: #fff;
	min-height: 175px;
	transition: all 0.4s ease;
}

.cat-name {
	font-size: 14px!important;
	color: #333;
	font-weight: bold;
	transition: all 0.2s ease;
}

.product-thumb:hover,
.category-item:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Блок наши достижения */
.advant {
  margin-bottom: 30px;
}

.advant__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advant__item {
  width: -webkit-calc(100%);
  width: calc(100%); 
  padding: 25px;
  text-align: center;
  background-color: #ffffff;
  transition: all .3s;
  cursor: default;
}

@media only screen and (min-width: 768px) {
	.advant__item {
		width: -webkit-calc(20% - 10px);
		width: calc(20% - 10px);
		margin: 0 10px 0 0;
	}
}

.advant__item:hover {
	background: #663399;
}

.advant__item:hover > div {
	color: #fff;
}

.advant__value {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #adadad;
}

.advant__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #adadad;
}

.advant__percent {
  font-size: 24px;
}

#top .list-inline {
	margin-bottom: 0;
}

#top .list-inline > li > a {
	color: #fff;
	font-size: 14px;
}

#top .header-cart {
	padding: 0;
}

#top .header-cart a {
	color: #fff;
	padding: 0;
}

.header-social {
	display: inline-block;
}

.header-social li a img {
	height: 30px;
}

@media (max-width: 767px) {
	.header-social {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
}