/*created by Intrid */
/* font */

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

/* roboto-300 - cyrillic_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/roboto-300.eot"); /* IE9 Compat Modes */
	src: url("../fonts/roboto-300.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/roboto-300.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/roboto-300.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/roboto-300.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/roboto-300.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* roboto-regular - cyrillic_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/roboto-regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/roboto-regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/roboto-regular.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/roboto-regular.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/roboto-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* roboto-500 - cyrillic_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/roboto-500.eot"); /* IE9 Compat Modes */
	src: url("../fonts/roboto-500.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/roboto-500.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/roboto-500.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/roboto-500.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/roboto-500.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* roboto-700 - cyrillic_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/roboto-700.eot"); /* IE9 Compat Modes */
	src: url("../fonts/roboto-700.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/roboto-700.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/roboto-700.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/roboto-700.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/roboto-700.svg#Roboto") format("svg"); /* Legacy iOS */
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.purple-bg {
	background: #b41e8e;
}

.green-bg {
	background: #cde1b0;
	padding-bottom: 30px;
}

a:active,
a:focus {
	outline: none;
}

input,
textarea {
	outline: none;
}

input:active,
textarea:active {
	outline: none;
}

:focus {
	outline: none;
}

textarea {
	resize: none;
}

textarea {
	resize: vertical;
}

textarea {
	resize: horizontal;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

/* header */

header {
	background: #cde1b0;
}
header .content {
	margin-bottom: 15px;
}

header .logo img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	max-width: 233px;
}

header .address {
	padding-left: 60px;
	padding-top: 20px;
}

header .address p:before {
	content: "\e182";
	color: #b41e8e;
	position: absolute;
	margin-top: 5px;
	margin-left: -25px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 17px;
	transform: rotate(20deg);
}

header .address p a {
	font: 500 22px/22px "Roboto";
	color: #b41e8e;
}

header .address p a:hover {
	text-decoration: none;
}

header .address p:nth-child(odd):before {
	content: "\e062";
	color: #b41e8e;
	position: absolute;
	margin-top: 0px;
	margin-left: -25px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 15px;
	transform: rotate(0deg);
}

header .address p:nth-child(odd) {
	font: 300 14px/1 Roboto;
	color: #333333;
	padding-top: 10px;
}
/* entrance */

.entrance {
	display: block;
	margin-top: 25px;
}

.entrance form {
	height: 35px;
	float: right;
}

.entrance form input {
}

.entrance a {
	display: inline-block;
	font: 400 14px/14px Roboto;
	color: #94c359;
	display: inline-block;
	padding-top: 15px;
	border-bottom: 1px dashed #66cc33;
	padding-bottom: 3px;
	transition: all 0.7s;
}

.entrance a:hover {
	text-decoration: none;
	color: #b41e8e;
	border-bottom: 1px dashed #b41e8e;
}

.entrance a:nth-of-type(1) {
	float: left;
	margin-left: 7px;
}

.entrance a:nth-of-type(2) {
	float: right;
	margin-right: 10px;
}

.entrance input[type="text"]::-webkit-input-placeholder {
	color: #b41e8e;
}

.entrance input {
	width: 31%;
	margin-left: 5px;
}

.entrance input[type="text"] {
	display: block;
	float: left;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: #d5e6bd;
	padding-left: 10px;
	font: italic 400 13px/30px Roboto;
	transition: all 0.7s;
}

.entrance input[type="text"]:focus {
	box-shadow: none;
	border: 1px solid rgba(88, 201, 52, 0.5);
}

.entrance input[type="submit"] {
	float: left;
	background: #66cc33;
	border: none;
	border-bottom: 1px solid #53a32b;
	text-transform: uppercase;
	font: 13px/30px Roboto;
	color: #fff;
	transition: all 0.7s;
}

.entrance input[type="submit"]:hover {
	background: #b41e8e;
	border-bottom: 1px solid #611553;
}

.entrance input[type="submit"]:active {
	box-shadow: 0px 0px 10px #b41e8e;
}
/* top-basket */

.top-basket {
	display: block;
	font: 400 14px Roboto;
	color: #b41e8e;
	border: 1px dashed #fff;
	clear: both;
	margin-top: 50px;
	margin-left: 7px;
	margin-right: 10px;
	padding-top: 10px;
	height: 40px;
	line-height: 20px;
	transition: all 0.7s;
	cursor: pointer;
	z-index: 1000;
}

.top-basket:hover {
	border: 1px dashed #66cc33;
}

.top-basket p:nth-of-type(1):before {
	content: "\e116";
	font-size: 17px;
	display: block;
	font-family: "Glyphicons Halflings";
	line-height: 1;
	color: #fff;
	margin-left: 80px;
	margin-top: 2px;
	display: block;
	position: absolute;
	z-index: 1;
}

.top-basket p {
	display: block;
}

.top-basket p:nth-of-type(1) {
	float: left;
	margin-left: 10px;
}

.top-basket a {
	text-decoration: none;
	color: #b41e8e;
	transition: all 0.7s;
}

.top-basket p:nth-of-type(2) {
	float: right;
	margin-right: 10px;
}

.top-basket-circle {
	font: bold 13px/18px Roboto;
	display: block;
	position: absolute;
	background: #fff;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #b41e8e;
	color: #b41e8e;
	margin-left: 100px;
	margin-top: -5px;
	display: block;
	z-index: 2;
	transition: all 0.7s;
}
/* header-nav */

.header-naw {
	transition: all 0.7s;
	background: #b41e8e;
}

.nav-justified {
	padding: 4px;
}

.nav-justified li a {
	margin: 5px;
	font: 400 18px Roboto;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 20px;
	transition: all 0.7s;
	color: #fff;
}

.nav-justified li a:hover,
.nav-justified li a:focus {
	background: none;
	border: 1px solid #66cc33;
	color: #66cc33;
}
/* baner */

.baner {
	/*     padding: 50px 0px;
     background: url("../images/header.jpg");
     background-size: cover;
     background-position: center;*/
}

/* nav-tabs */

.top-tabs .nav-tabs {
	margin-top: 50px;
	border: none;
	z-index: 2;
}

.top-tabs .nav-tabs li a,
.product-page-tabs .nav-tabs li a {
	font: 16px Roboto;
	color: #333;
	border-radius: 0px;
	transition: all 0.7s;
	border: none;
	margin: 0px;
	border-bottom: 2px solid #a86e9c;
	display: block;
	z-index: 2;
}

.top-tabs .nav-tabs li:nth-of-type(2) a,
.product-page-tabs .nav-tabs li:nth-of-type(2) a {
	border-left: 1px solid #66cc33;
	border-right: 1px solid #66cc33;
}

.top-tabs .nav-tabs li,
.product-page-tabs .nav-tabs li {
	display: block;
	font: 16px Roboto;
	color: #333;
	width: 33.3333333333%;
	text-align: center;
	background: #fff;
	border: none;
	position: relative;
	z-index: 2;
}

.top-tabs .nav-tabs li a:hover,
.product-page-tabs .nav-tabs li a:hover {
	color: #66cc33;
	border-bottom: 2px solid #a86e9c;
}

.top-tabs .nav-tabs li.active a:hover,
.top-tabs .nav-tabs > li.active > a:focus,
.top-tabs .nav-tabs li.active a,
.product-page-tabs .nav-tabs li.active a:hover,
.product-page-tabs .nav-tabs > li.active > a:focus,
.product-page-tabs .nav-tabs li.active a {
	background: #66cc33;
	color: #fff;
	border-bottom: 2px solid #53a32b;
}

.top-tabs .nav-tabs > li.active > a:focus:before,
.top-tabs .nav-tabs li.active a:before,
.product-page-tabs .nav-tabs > li.active > a:focus:before,
.product-page-tabs .nav-tabs li.active a:before {
	content: "";
	display: block;
	position: absolute;
	border: 20px solid transparent;
	border-top: 20px solid #53a32b;
	margin-top: 31px;
	left: 50%;
	margin-left: -14px;
	z-index: 1;
	opacity: 1;
}

.top-tabs .nav-tabs > li.active > a:focus:after,
.top-tabs .nav-tabs li.active a:after,
.product-page-tabs .nav-tabs > li.active > a:focus:after,
.product-page-tabs .nav-tabs li.active a:after {
	content: " ";
	display: block;
	position: absolute;
	border: 26px solid transparent;
	border-top: 26px solid #66cc33;
	left: 50%;
	margin-left: -20px;
	margin-top: 0px;
	z-index: 3;
	opacity: 1;
}

.top-tabs .nav-tabs > li > a:after,
.top-tabs .nav-tabs li a:after,
.product-page-tabs .nav-tabs > li > a:after,
.product-page-tabs .nav-tabs li a:after {
	content: "";
	opacity: 0;
	transition: all 0.7s;
	position: absolute;
	display: block;
	position: absolute;
	border: 26px solid transparent;
	border-top: 26px solid #66cc33;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.top-tabs .nav-tabs > li > a:before,
.top-tabs .nav-tabs li a:before,
.product-page-tabs .nav-tabs > li > a:before,
.product-page-tabs .nav-tabs li a:before {
	content: "";
	opacity: 0;
	transition: all 0.7s;
	position: absolute;
	border: 20px solid transparent;
	border-top: 20px solid #53a32b;
	margin-top: -20px;
	left: 50%;
	margin-left: -14px;
	z-index: 1;
}

.tab-pane {
	transition: all 0.7s;
}

.top-tabs .tab-content {
	position: relative;
	display: inline-block;
	background: #c68ebb;
	margin-bottom: 20px;
	transition: all 0.7s;
	padding: 30px 20px;
}

.top-tabs .tab-pane a {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	transition: all 0.7s;
	background: #b41e8e;
	margin-top: 10px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.top-tabs .tab-pane a:hover {
	border: 1px solid #b41e8e;
}
/* .collection_amaia */

.collection_amaia .row a,
.outerwear .row a,
.suiting_group .row a {
	background-position: center top;
	background-size: cover;
	background-repeat: none;
}

.collection_amaia .row .col-lg-2:nth-of-type(1) a {
	background-image: url("../images/collection_amaia/1.jpg");
}

.collection_amaia .row .col-lg-2:nth-of-type(2) a {
	background-image: url("../images/collection_amaia/2.jpg");
}

.collection_amaia .row .col-lg-2:nth-of-type(3) a {
	background-image: url("../images/collection_amaia/3.jpg");
}

.collection_amaia .row .col-lg-2:nth-of-type(4) a {
	background-image: url("../images/collection_amaia/4.jpg");
}

.collection_amaia .row .col-lg-2:nth-of-type(5) a {
	background-image: url("../images/collection_amaia/5.jpg");
}

.collection_amaia .row .col-lg-2:nth-of-type(6) a {
	background-image: url("../images/collection_amaia/6.jpg");
}

.outerwear .row .col-lg-2:nth-of-type(1) a {
	background-image: url("../images/outerwear/1.jpg");
}

.outerwear .row .col-lg-2:nth-of-type(2) a {
	background-image: url("../images/outerwear/2.jpg");
}

.outerwear .row .col-lg-2:nth-of-type(3) a {
	background-image: url("../images/outerwear/3.jpg");
}

.outerwear .row .col-lg-2:nth-of-type(4) a {
	background-image: url("../images/outerwear/4.jpg");
}

.outerwear .row .col-lg-2:nth-of-type(5) a {
	background-image: url("../images/outerwear/5.jpg");
}

.outerwear .row .col-lg-2:nth-of-type(6) a {
	background-image: url("../images/outerwear/6.jpg");
}
/* suiting_group */

.suiting_group .row .col-lg-2:nth-of-type(1) a {
	background-image: url("../images/suiting_group/1.jpg");
}

.suiting_group .row .col-lg-2:nth-of-type(2) a {
	background-image: url("../images/suiting_group/2.jpg");
}

.suiting_group .row .col-lg-2:nth-of-type(3) a {
	background-image: url("../images/suiting_group/3.jpg");
}

.suiting_group .row .col-lg-2:nth-of-type(4) a {
	background-image: url("../images/suiting_group/4.jpg");
}

.suiting_group .row .col-lg-2:nth-of-type(5) a {
	background-image: url("../images/suiting_group/5.jpg");
}

.suiting_group .row .col-lg-2:nth-of-type(6) a {
	background-image: url("../images/suiting_group/6.jpg");
}

.tab-content {
	width: 100%;
}
.tab-content img {
	width: 320px;
	height: 226px;
}
.top-tabs .tab-content .tab-pane a:nth-of-type(1) {
	margin-left: 0;
}

.top-tabs .tab-content .tab-pane a:hover img {
	opacity: 0.5;
	border: 1px solid #b41e8e;
}

.top-tabs .tab-content .tab-pane a div {
	position: absolute;
	display: block;
	padding: 5px;
	z-index: 2;
	width: 100%;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.7s;
}

.top-tabs .tab-pane a:hover div {
	background: rgba(0, 0, 0, 0.9);
}

.top-tabs .tab-content .tab-pane a div p:nth-of-type(1) {
	display: block;
	font: 300 15px Roboto;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	color: #fff;
}

.top-tabs .tab-content .tab-pane a div p:nth-of-type(1):before {
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	left: 50%;
	margin-left: -15.25px;
	margin-top: 30px;
}

.top-tabs .tab-content .tab-pane a div p:nth-of-type(2) {
	font: 400 18px Roboto;
	color: #94c359;
	text-align: center;
	padding-top: 7px;
	padding-left: 15px;
}

.top-tabs .tab-content .tab-pane a div p:nth-of-type(2):before {
	content: "\e041";
	position: absolute;
	color: #fff;
	display: block;
	font-family: "Glyphicons Halflings";
	font-size: 14px;
	transform: rotate(90deg);
	margin-top: 5px;
	margin-left: -12px;
}

/* special-offer */

.special-offer h1,
.green-bg h1,
.green-bg .h1 {
	font: 300 44px Roboto;
	text-align: center;
	display: block;
}
.special-offer h1:before,
.special-offer h1:after,
.green-bg h1:before,
.green-bg h1:after,
.green-bg .h1:before,
.green-bg .h1:after {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #b41e8e;
	margin-top: 35px;
}

.special-offer h1:before,
.green-bg h1:before,
.green-bg .h1:before {
	margin-left: -70px;
}

.special-offer h1:after,
.green-bg h1:after,
.green-bg .h1:after {
	margin-left: 30px;
}

/* product*/

.product {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 510px;
	background: #fff;
	margin: 30px 0px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
	transition: all 0.7s;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.product strike,
.product .strike {
	color: #939292;
	font-size: 18px;
	font-weight: normal;
	text-decoration: line-through;
}
.new:before {
	content: "НОВИНКА";
	width: 159px;
	height: 30px;
	display: block;
	position: absolute;
	background: #6c3;
	text-align: center;
	color: #fff;
	font: 500 12px/25px Roboto;
	transform: rotate(40deg);
	margin-left: 130px;
	margin-top: 25px;
}
.sale:before {
	content: "РАСПРОДАЖА";
	width: 159px;
	height: 30px;
	display: block;
	position: absolute;
	background: #b41e8e;
	text-align: center;
	color: #fff;
	font: 500 12px/25px Roboto;
	transform: rotate(40deg);
	margin-left: 130px;
	margin-top: 25px;
}
.product img {
	width: 100%;
}

.product:hover {
	border: 1px solid #b41e8e;
}

.product:hover .product-param {
	opacity: 1;
}

.product-descripton {
	height: 120px;
}

.product-descripton p:nth-of-type(1) {
	font: 19px/1 Roboto;
	color: #333333;
	text-align: center;
	padding-top: 10px;
}

.product-descripton p:nth-of-type(2) {
	font: 300 14px/1 Roboto;
	color: #666;
	text-align: center;
	padding-top: 5px;
}

.product-descripton p:nth-of-type(3) {
	font: bold 24px/1 Roboto;
	color: #b41e8e;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

.product-param {
	display: block;
	position: absolute;
	width: 100%;
	height: 160px;
	margin-top: -160px;
	background: #fff;
	opacity: 0;
	transition: all 0.7s;
}

.product-color {
	width: 120px;
	height: 10px;
	margin: 0 auto;
	padding-top: 10px;
}
.product-color a {
	color: #b41e8e;
	padding-top: 30px;
	line-height: 1;
}
.product-color div span.glyphicon-ok {
	display: none;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	transition: all 0.7s;
}

.product-color div.active span.glyphicon-ok {
	display: block;
	transition: all 0.7s;
}

.product-color div:hover {
	border: 1px solid #b41e8e;
}

.product-color div {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left: 10px;
	transition: all 0.7s;
}

.product-color div:nth-of-type(1) {
	margin-left: 0px;
}

.product-color div.active {
	border: 1px solid #b41e8e;
}

.light-blue {
	background: #68cad5;
	border: 1px solid #68cad6;
}

.red {
	background: #e50000;
	border: 1px solid #e50001;
}

.black {
	background: #000;
	border: 1px solid #000001;
}

.blue {
	background: #022e92;
	border: 1px solid #022e93;
}

.product-size {
	width: 170px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.product-size div {
	display: block;
	float: left;
	font: 16px Roboto;
	color: #111;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}

.product-size div.active:hover {
	text-decoration: none;
}

.product-size div:hover {
	text-decoration: underline;
}

.product-size div.active {
	color: #b41e8e;
	background: #66cc33;
}

.add-basket {
	display: block;
	width: 90%;
	background: #66cc33;
	border: none;
	border-bottom: 1px solid #53a32b;
	text-transform: uppercase;
	font: 15px/40px Roboto;
	color: #fff;
	transition: all 0.7s;
	margin: 0 auto;
	margin-top: 5px;
}

.add-basket:hover {
	background: #53a32b;
}

.more-product {
	display: block;
	width: 90%;
	background: #b41e8e;
	border: none;
	border-bottom: 1px solid #350c2d;
	text-transform: uppercase;
	font: 15px/40px Roboto;
	color: #fff;
	transition: all 0.7s;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}

.more-product:hover {
	text-decoration: none;
	color: #fff;
	background: #350c2d;
}

/* .stock */

.stock {
	padding: 50px 0px;
	height: 385px;
	background: url("../images/stock.jpg");
	background-position: center;
}

.stock-description {
	padding-left: 50px;
}

.stock-description b {
	font: bold 80px Roboto;
	color: #66cc33;
}

.stock-description p {
	font: 300 29px Roboto;
	color: #fff;
}

.stock-description button {
	font: 20px Roboto;
	color: #fff;
	background: #66cc33;
	border: none;
	padding: 10px 70px;
	margin-top: 30px;
	text-transform: uppercase;
	transition: all 0.7s;
}

.stock-description button:hover {
	background: #53a32b;
}
/* pagination */

ul.pagination li a {
	font: 14px Roboto;
	color: #333;
}

ul.pagination li a {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.7s;
	background: none;
}

ul.pagination li a:hover {
	background: #fff;
}

.pagination li.active a,
.pagination li a:focus {
	background: #66cc33;
	color: #fff;
	border: 1px solid #66cc34;
}

.pagination li.active a {
	color: #fff;
}

.pagination li a {
	font: 14px/35px Roboto;
	color: #333;
}

.pagination li a:hover {
	text-decoration: none;
}

.pagination > li:first-child > a {
	margin-right: 20px;
}

.pagination > li:last-child > a {
	margin-left: 20px;
}
/* advantages */

.advantages {
	background: #fff;
	padding-bottom: 70px;
}

.advantages h2 {
	font: 400 44px Roboto;
	text-align: center;
	display: block;
	padding-top: 30px;
}

.advantages h2:before,
.advantages h2:after {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #b41e8e;
	margin-top: 35px;
}

.advantages h2:before {
	margin-left: -70px;
}

.advantages h2:after {
	margin-left: 30px;
}

.advantages figure {
	display: block;
	width: 20%;
	float: left;
	margin-top: 50px;
}

.advantages figure div {
	width: 113px;
	height: 113px;
	background-image: url(../images/sprite-advantages.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}

.advantages figure:nth-of-type(1) div {
	background-position: -5px -5px;
}

.advantages figure:nth-of-type(2) div {
	background-position: -128px -5px;
}

.advantages figure:nth-of-type(3) div {
	background-position: -251px -5px;
}

.advantages figure:nth-of-type(4) div {
	background-position: -374px -5px;
}

.advantages figure:nth-of-type(5) div {
	background-position: -497px -5px;
}

.advantages figure p:nth-of-type(1) {
	font: bold 18px/22px Roboto;
	text-align: center;
	padding-top: 45px;
	color: #333;
}

.advantages figure p:nth-of-type(2) {
	font: 400 16px/22px Roboto;
	text-align: center;
	margin-top: -5px;
	color: #333;
}
/* reviews */

.reviews h2 {
	font: 400 44px Roboto;
	text-align: center;
	display: block;
	padding-top: 20px;
	color: #fff;
}

.reviews h2:before,
.reviews h2:after {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #fff;
	margin-top: 35px;
}

.reviews h2:before {
	margin-left: -70px;
}

.reviews h2:after {
	margin-left: 30px;
}

.reviews {
	background: url(../images/reviews.jpg);
	height: 600px;
}

.reviews .bx-wrapper {
	margin-top: 50px;
	margin-bottom: 30px;
}

.reviews .bx-name {
	text-align: center;
	font: bold 20px/22px Roboto;
	color: #fff;
	padding-top: 10px;
}

.reviews .bx-date {
	text-align: center;
	font: italic 14px Roboto;
	color: #66cc33;
	padding-top: 5px;
}

.reviews .bx-slider .slide p {
	text-align: center;
	font: 300 14px/22px Roboto;
	color: #fff;
	padding-top: 5px;
}

.reviews .bx-slider .slide .bx-img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #a46767;
	border-radius: 50%;
	width: 157px;
	height: 157px;
}

.reviews .bx-slider .slide .bx-img img {
	display: block;
	border-radius: 50%;
	width: 137px;
	height: 133px;
}

.bx-pager-link,
.bx-pager-link .active {
	display: none;
}

.reviews .btn {
	display: block;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	font: 20px Roboto;
	color: #fff;
	background: #66cc33;
	text-decoration: none;
	border-radius: 0;
	margin-bottom: 30px;
	transition: all 0.7s;
}

.reviews .btn:hover {
	background: #53a32b;
}
/* contacts */

.contacts {
	height: 540px;
}

.contacts #map-vrnm,
.contacts #map-som,
.contacts #map-vrnm-1 {
	position: absolute;
	height: 540px;
	width: 100%;
	z-index: 1;
	transition: all 0.7s;
}

.contacts #map-som,
.contacts #map-vrnm-1 {
	display: none;
}

.contacts .container {
	position: relative;
	z-index: 2;
}

.contacts .nav-tabs {
	margin-top: 30px;
}

.contacts .nav-tabs li {
	background: #ededed;
	color: #333;
	width: 33.3%;
	text-align: center;
}

.contacts .nav-tabs li a {
	color: #333;
	text-transform: uppercase;
	text-align: center;
}
.contacts .nav-tabs li a span {
	font-size: 12.9px;
	text-transform: none;
}
.contacts .nav-tabs li a:hover {
	color: #66cc33;
	border-bottom: 2px solid #53a32b;
}

.contacts .nav-tabs li.active a:hover,
.contacts s .nav-tabs > li.active > a:focus,
.contacts .nav-tabs li.active a {
	background: #66cc33;
	color: #fff;
	border-bottom: 2px solid #53a32b;
	border-radius: 0;
}

.contacts .tab-content {
	background: #fafdf6;
	padding: 20px 20px 20px 20px;
}

.contacts .tab-content p {
	padding-left: 30px;
	color: #333;
}

.contacts .tab-content p:before {
	content: "";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	display: block;
	position: absolute;
	margin-left: -30px;
	margin-top: 7px;
	color: #66cc33;
}

.contacts .tab-content p:nth-of-type(1) {
	font: 15px Roboto;
	padding-left: 30px;
}

.contacts .tab-content p:nth-of-type(1):before {
	content: "\e062";
}

.contacts .tab-content p:nth-of-type(2):before {
	content: "\e182";
	transform: rotate(20deg);
}

.contacts .tab-content p:nth-of-type(2) a {
	color: #333;
	font-size: 24px;
}

.contacts .tab-content p:nth-of-type(2) a:hover,
.contacts .tab-content p:nth-of-type(2) a:active,
.contacts .tab-content p:nth-of-type(2) a:focus {
	text-decoration: none;
}

.contacts .tab-content p:nth-of-type(3):before {
	content: "\e023";
}

.contacts .tab-content p:nth-of-type(4):before {
	content: "\2709";
	margin-top: 0px;
	transition: all 0.7s;
}

.contacts .tab-content p:nth-of-type(4) a {
	color: #94c359;
	text-decoration: underline;
	transition: all 0.7s;
}

.contacts .tab-content p:nth-of-type(4):hover a,
.contacts .tab-content p:nth-of-type(4):hover:before {
	color: #b41e8e;
}

.contacts .tab-content img {
	width: 100%;
	padding: 10px 0px;
}
/* footer  */

footer {
	background: #cde1b0;
	padding: 15px 0;
}

footer .bottom {
	font: 15px Roboto;
	padding: 10px 0;
	background: #fff;
	color: #333;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -30px;
}

footer .bottom p {
	float: left;
}

footer .bottom .intrlogo {
	float: right;
	display: block;
	width: 140px;
	height: 30px;
	padding: 4px 10px 6px 30px;
	font: 10pt Roboto;
	background: url("../images/black.png");
	color: #fff;
	text-decoration: none;
}
footer .logo {
	display: inline-block;
	width: 100%;
}
footer .logo img {
	width: 100%;
	max-width: 233px;
}

footer h3 {
	/*width: 80%;*/
	color: #b41e8e;
	font-size: 18px;
	border-bottom: 2px solid #66cc33;
	padding-bottom: 5px;
	padding-top: 0;
	margin-top: 0;
}
footer h3 span {
	font-size: 14px;
}
.f-adr {
	color: #333;
	position: relative;
	padding-left: 30px;
}
.f-adr:before {
	content: "\e062";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	display: block;
	position: absolute;
	left: 0;
	margin-top: 7px;
	color: #b41e8e;
}
.f-tel {
	font-size: 18px;
	position: relative;
	padding-left: 25px;
}
.f-tel a,
.f-mail a {
	color: #b41e8e;
}
.f-tel:before {
	content: "\e182";
	transform: rotate(20deg);
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	color: #b41e8e;
}
.f-time {
	position: relative;
	padding-left: 30px;
}
.f-time:before {
	content: "\e023";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	display: block;
	position: absolute;
	left: 0;
	margin-top: 7px;
	color: #b41e8e;
}
.f-mail {
	color: #b41e8e;
	position: relative;
	padding-left: 30px;
}
.f-mail:before {
	content: "\2709";
	margin-top: 0px;
	transition: all 0.7s;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	display: block;
	position: absolute;
	left: 0;
	margin-top: 0;
	color: #b41e8e;
}

footer .social {
	font-family: "standart-icons";
	font-size: 20px;
}

footer .social a {
	width: 20px;
	height: 20px;
	transition: all 0.7s;
	color: #b41e8e;
	padding-left: 5px;
	opacity: 0.7;
}

footer .social a:hover {
	text-decoration: none;
	color: #66cc33;
	opacity: 1;
}

.f-bot {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #333;
}
.f-bot a {
	padding: 0 5px;
	color: #b41e8e;
}

/* Modal */

.modal-title {
	text-align: center;
	font: 25px Roboto;
	color: #b41e8e;
}

.modal-body {
	border: none;
}

.modal .form-control {
	margin-top: 10px;
}

.btn-primary {
	background: #66cc33;
	border: none;
	border-bottom: 1px solid #53a32b;
	text-transform: uppercase;
	font: 14px/20px Roboto;
	color: #fff;
	transition: all 0.7s;
	border-radius: 0;
	margin-top: 15px;
	padding: 10px 30px;
}

.btn-primary:hover {
	background: #b41e8e;
	border-bottom: 1px solid #611553;
}

.btn-primary:active {
	box-shadow: 0px 0px 10px #b41e8e;
}

.btn-green {
	width: 100%;
	background: #66cc33;
	color: #fff;
	font: 16px Roboto;
	transition: all 0.7s;
	border-radius: 0px;
	border-bottom: 2px solid #53a32b;
}

.btn-green:hover {
	background: #b41e8e;
	color: #fff;
	border-bottom: 2px solid #611553;
}

.entrance-mob {
	display: none;
	position: relative;
}

.entrance-mob {
	font-weight: bold;
	width: 100px;
	height: 30px;
	background: rgba(97, 21, 82, 0.8);
	color: #fff;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	z-index: 1;
	cursor: pointer;
}

.mob-top-basket {
	display: none;
	width: 60px;
	height: 40px;
	background: rgba(97, 21, 82, 0.8);
	position: fixed;
	right: 0px;
	top: 0;
	z-index: 8;
	border: 1px solid #cde1b0;
	border-top: none;
	border-right: none;
}

.mob-top-basket .glyphicon {
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.mob-top-basket p {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 40px;
}

.mob-button-filter {
	display: none;
	position: fixed;
	vertical-align: middle;
	left: 0px;
	top: 60px;
	width: 50px;
	height: 45px;
	background: rgba(97, 21, 82, 0.8);
	border: 0;
	cursor: pointer;
	z-index: 7;
	overflow: hidden;
	box-shadow: none;
	transition: all 0.3s;
	padding: 0 12px;
	border-right: 1px solid #cde1b0;
	border-bottom: 1px solid #cde1b0;
}

.close-filter {
	display: none;
	position: absolute;
	color: #6c6c6c;
	top: 5px;
	left: 10px;
	right: 20px;
	cursor: pointer;
	font-size: 24px;
}

.mob-button-filter span {
	color: #fff;
	font-size: 24px;
	padding-top: 8px;
}

.mobile-menu {
	display: none;
	position: fixed;
	left: 0px;
	top: 0;
	width: 50px;
	height: 45px;
	background: rgba(97, 21, 82, 0.8);
	border: 0;
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	box-shadow: none;
	transition: all 0.3s;
	padding: 0 12px;
	border-right: 1px solid #cde1b0;
	border-bottom: 1px solid #cde1b0;
}

.active-close {
	display: block;
}

.mobile-menu.active-mobile {
	background: #b41e8e !important;
	border: solid 1px #cde1b0;
	border-radius: 50%;
}

.mobile-menu.active-mobile span {
	transition: background 0.3s;
	background: none;
}

.mobile-menu.active-mobile span:before {
	transition-property: top, transform;
	top: 0;
	transform: rotate(45deg);
}

.mobile-menu.active-mobile span:after {
	transition-property: bottom, transform;
	bottom: 0;
	transform: rotate(-45deg);
}

.mobile-menu.active-mobile span:before,
.mobile-menu.active-mobile span:after {
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.mobile-menu span {
	position: absolute;
	top: 20px;
	left: 12px;
	right: 12px;
	display: block;
	height: 3px;
	background: #fff;
}

.mobile-menu span:before,
.mobile-menu span:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 30px;
	background: #fff;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.mobile-menu span:before {
	top: -7px;
	transition-property: top, transform;
}

.mobile-menu span:after {
	bottom: -7px;
	transition-property: bottom, transform;
}

.active-close {
	display: none;
	position: fixed;
	left: 0px;
	top: 0;
	width: 50px;
	height: 45px;
	cursor: pointer;
	z-index: 9;
	overflow: hidden;
	background: #b41e8e !important;
	border: solid 1px #cde1b0;
	border-radius: 50%;
}

.active-close span {
	position: absolute;
	top: 20px;
	left: 12px;
	right: 12px;
	display: block;
	height: 3px;
	background: none;
}

.active-close span:before,
.active-close span:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 30px;
	background: #fff;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.active-close span:before {
	transition-property: top, transform;
	top: 0;
	transform: rotate(45deg);
}

.active-close span:after {
	transition-property: bottom, transform;
	bottom: 0;
	transform: rotate(-45deg);
}
/* product-page */

.product-page {
	background: url(../images/fon-product.jpg);
	background-position: center;
}
.product-page h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: -70px;
}
/* product-page-tabs */

.product-page-tabs {
	padding: 30px 0px;
	background-color: #611552;
	/*background: url("../images/fon-tab-product.jpg");*/
}

.product-page-tabs .tab-content {
	background: rgba(198, 142, 187, 0.7);
	padding: 0px 20px;
}

.product-page-tabs .tab-content .tab-pane a {
	display: block;
	width: 100%;
	font: 300 15.9px/35px Roboto;
	color: #fff;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 30px;
	margin: 20px 0px;
	transition: all 0.7s;
}

.product-page-tabs .tab-content .tab-pane a:before {
	position: absolute;
	display: block;
	margin-left: -15px;
	margin-top: 5px;
	content: "";
	height: 25px;
	width: 1px;
	background: rgba(255, 255, 255, 0.6);
}

.product-page-tabs .tab-content .tab-pane .col-lg-2:first-child a:before {
	display: none;
}

.product-page-tabs .tab-content .tab-pane a:hover,
.product-page-tabs .tab-content .tab-pane .active {
	text-decoration: none;
	border: 1px solid #66cc33;
}
/* .breadcrumb */

.breadcrumb {
	background: none;
	padding: 30px 0px;
}

.breadcrumb li a {
	font: 14px/20px Roboto;
	color: #b41e8e;
}
/* search-product */

.search-product .input-group .form-control {
	border: 1px solid #66cc33;
	border-radius: 0px;
	border-right: none;
}

.search-product .input-group .form-control:focus {
	box-shadow: none;
}

.search-product .input-group .input-group-btn .btn {
	border: 1px solid #66cc33;
	border-radius: 0px;
	border-left: none;
	background: #fff;
	color: #66cc33;
	transition: all 0.7s;
}

.search-product .input-group .input-group-btn .btn:hover {
	color: #b41e8e;
}
/* filter-product  */

.filter-product {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 7px rgba(45, 91, 15, 0.25);
	margin: 35px 0px;
	padding: 20px 15px;
}

.filter-product-title {
	font: 600 24px/26px Roboto;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}

.filter-price p,
.filter-size p,
.filter-color p,
.filter-materials p {
	font: 500 16px/18px Roboto;
	color: #333;
}

.filter-prise-body,
.filter-size-body {
	height: 30px;
}

.filter-prise-body p:nth-of-type(1),
.filter-size-body p:nth-of-type(1) {
	float: left;
	color: #cecece;
	padding-top: 10px;
}

.filter-prise-body p:nth-of-type(2),
.filter-size-body p:nth-of-type(2) {
	float: right;
	color: #cecece;
	padding-top: 10px;
}

.ui-slider .ui-slider-handle {
	background: #66cc33;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}

.ui-slider-horizontal .ui-slider-range {
	background: #66cc33;
}

.ui-corner-all {
	background: #cecece;
	border-radius: 0px;
}

.ui-slider-horizontal:before {
	position: absolute;
	display: block;
	content: " ";
	background: #cecece;
	width: 1px;
	height: 20px;
	margin-left: -1px;
	margin-top: -5px;
}

.ui-slider-horizontal:after {
	position: absolute;
	display: block;
	content: " ";
	background: #cecece;
	width: 1px;
	height: 20px;
	margin-left: 100%;
	margin-top: -5px;
}

.slider-price,
.slider-size {
	margin-top: 10px;
}

.slider-price-conclusion,
.slider-size-conclusion {
	margin-top: 15px;
	height: 40px;
}

.slider-price-conclusion input,
.slider-size-conclusion input {
	font: 400 13px/30px Roboto;
	color: #333;
	width: 30%;
	border-radius: 5px;
	border: 1px solid #dbdee1;
	text-align: center;
}

.slider-price-conclusion input:nth-of-type(1),
.slider-size-conclusion input:nth-of-type(1) {
	float: left;
}

.slider-price-conclusion input:nth-of-type(2),
.slider-size-conclusion input:nth-of-type(2) {
	float: right;
}

.filter-size,
.filter-color,
.filter-materials {
	margin: 20px 0;
	padding-top: 15px;
	border-top: 1px dotted #d1d1d1;
}

.filter-color-body {
	margin-left: -5px;
}

.filter-color-body .color {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	float: left;
	margin: 5px;
	cursor: pointer;
}
.filter-color-body .color span {
	cursor: pointer;
}

.filter-color-body .color span.glyphicon-ok {
	display: none;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	transition: all 0.7s;
}

.filter-color-body .active {
	border: 1px solid #b41e8e;
}

.filter-color-body .active span.glyphicon-ok {
	display: block;
	transition: all 0.7s;
}

.clb {
	clear: both;
}

.filter-materials select {
	border-radius: 0px;
	font: 400 italic 14px Roboto;
	color: #666666;
	cursor: pointer;
}

.filter-materials option:hover {
	background: #dea04f;
}
/* page-product-title */

.page-product-title {
	text-align: left;
}

.page-product-title h1 {
	font: 40px/1 Roboto;
	color: #333;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	text-align: left;
}
/* page-product-img */

.page-product-img img {
	display: block;
	margin: 0 auto;
}

.page-product-slider {
	margin-top: 20px;
}

.page-product-slider .bx-next {
	margin-right: -10px;
}

.page-product-slider .bx-prev {
	margin-left: -10px;
}
/* page-product-description */

.page-product-description {
	background: #fff;
	width: 100%;
	margin: 65px 0px;
	margin-top: 0;
	padding: 15px 20px;
}
/* product-description */

.product-description {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.product-description p {
	font: 400 14px/22px Roboto;
	color: #333;
}
/* product-page-cloth */

.product-page-cloth p:nth-of-type(1),
.product-page-color p:nth-of-type(1),
.product-page-size p:nth-of-type(1) {
	display: block;
	width: 20%;
	float: left;
	padding-right: 30px;
	font: italic 400 15px Roboto;
	color: #666;
	margin-right: 10px;
}

.product-page-cloth p:nth-of-type(2) {
	font: 500 16px Roboto;
	color: #333;
}
/* product-page-color */

.product-page-color {
	height: 40px;
	margin-top: 15px;
}
.product-page-cloth {
	margin-top: 15px;
}

.product-page-color span {
	cursor: pointer;
}
.product-page-color span:hover,
.product-page-color span.active {
	color: #b41e8e;
}
.product-page-color .select-color .color {
	display: block;
	float: left;
}

.product-page-color .color {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	float: left;
	margin: 5px;
	cursor: pointer;
}

.product-page-color .color span.glyphicon-ok {
	display: none;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	transition: all 0.7s;
}

.product-page-color .active {
	/*border: 1px solid #b41e8e;*/
}

.product-page-color .active span.glyphicon-ok {
	display: block;
	transition: all 0.7s;
}
/* .product-page-size */

.product-page-size {
	margin-top: 20px;
	height: 40px;
}

.product-page-size .select-size div {
	float: left;
}

.product-page-size .select-size div {
	display: block;
	float: left;
	font: 16px Roboto;
	color: #111;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}

.product-page-size .select-size div.active:hover {
	text-decoration: none;
}

.product-page-size .select-size div:hover {
	text-decoration: underline;
}

.product-page-size .select-size .active {
	color: #b41e8e;
	background: #66cc33;
}

.page-product-description .btn {
	font: 15px/30px Roboto;
	color: #fff;
	width: 100%;
	border-radius: 0px;
	background: #6c3;
	border-bottom: 2px solid #53a32b;
	transition: all 0.7s;
}

.page-product-description .btn:hover {
	background: #b41e8e;
	border-bottom: 2px solid #7c2c69;
}

.entrance p {
	float: left;
	font: 18px Roboto;
	color: #b41e8e;
	margin-left: 10px;
}

.entrance input.btn-top[type="submit"] {
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
}
/* reviews */

.page-reviews,
.page-cart {
	background: url(../images/fon-product.jpg);
	background-position: center;
}

.page-reviews h1,
.page-cart h1 {
	font: 400 44px Roboto;
	text-align: center;
	display: block;
	padding: 20px 0px 50px 0px;
}

.page-reviews h1:before,
.page-reviews h1:after,
.page-cart h1:before,
.page-cart h1:after {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #b41e8e;
	margin-top: 35px;
}

.page-reviews h1:before,
.page-cart h1:before {
	margin-left: -70px;
}

.page-reviews h1:after,
.page-cart h1:after {
	margin-left: 30px;
}

.img-reviews {
	text-align: center;
	padding: 10px 0px 40px 0px;
}

.img-reviews img {
	width: 137px;
	height: 133px;
}

.rev-title p {
	font: bold 20px Roboto;
	color: #b41e8e;
}

.rev-data p {
	font: italic 16px Roboto;
	color: #66cc33;
}

.rev-body p {
	font: 16px/24px Roboto;
	color: #333;
	padding-top: 10px;
	padding-bottom: 40px;
}

.cart-tabs .nav-tabs li a {
	border: 1px solid #66cc33;
}
/* cart */

.cart table {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	color: #333;
}

.cart table a {
	color: #333;
}

.cart table input[type="number"] {
	display: block;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.cart table tr td {
	padding: 10px 0px;
	border: 1px solid #ccc;
}

.cart table tr th {
	text-align: center;
	border: 1px solid #ccc;
	background: #b41e8e;
	color: #fff;
	font: 400 14px Roboto;
	padding: 5px 0px;
}

.cart table tr td:nth-of-type(1) {
	width: 40%;
}

.cart table tr td:nth-of-type(2) {
	width: 20%;
}

.cart table tr td:nth-of-type(3) {
	width: 15%;
}

.cart table tr td:nth-of-type(4) {
	width: 15%;
}

.cart table tr td:nth-of-type(5) {
	width: 10%;
}

.cart table tr td:nth-of-type(5) a {
	color: #b41e8e;
	transition: all 0.7s;
}

.cart table tr td:nth-of-type(5) a:hover {
	color: #66cc33;
	text-decoration: none;
}

.cart table tr:nth-child(2n + 1) {
	background: rgba(198, 142, 187, 0.5);
}

.cart-sum td,
.cart-total td {
	background: #fff !important;
	text-align: right;
}

.cart-sum td input,
.cart-total td input {
	border: none;
	padding-right: 20px;
}

.cart-color {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.cart button {
	display: block;
	width: 20%;
	margin: 20px auto;
}

.client-info .nav-tabs {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}

.client-info .nav-tabs li {
	width: 50%;
	border: 1px solid #ccc;
	background: #b41e8e;
	padding: 5px 0px;
	text-align: center;
	border-color: transparent;
	transition: all 0.7s;
}

.client-info .nav-tabs li a:hover,
.client-info .nav-tabs li:hover {
	border-color: transparent;
	text-decoration: underline;
}

.client-info .nav-tabs li.active a:hover {
	text-decoration: none;
}

.client-info .nav-tabs li a,
.client-info .nav-tabs li.active a,
.client-info .nav-tabs li a:focus {
	background: none;
	color: #fff;
	font: 400 14px Roboto;
}

.client-info .nav-tabs li.active,
.client-info .nav-tabs li:focus {
	background: #66cc33;
}

.client-info .tab-content {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: rgba(198, 142, 187, 0.5);
	border: 1px solid #66cc33;
	border-top: none;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.client-info .tab-content h3 {
	margin: 0px;
	text-align: center;
	padding-top: 20px;
}

.client-info .tab-content form {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.client-info .tab-content form input,
.client-info .tab-content form textarea {
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
}

.shipping_payment {
	width: 100%;
	padding-bottom: 30px;
}

.shipping_payment .row {
	margin: 0px;
}

.shipping_payment .col-md-3 {
	display: block;
	text-align: center;
}

.shipping_payment label {
	cursor: pointer;
}

.delivery-title {
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	font: 300 14px Roboto;
}

.delivery-body {
	display: block;
	height: 40px;
	font: 400 14px Roboto;
	padding: 10px 0px;
}

.shipping_payment {
	padding-top: 30px;
}

.delivery-img {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.delivery-text-express,
.delivery-text-mail {
	display: none;
}

.shipping_payment h3 {
	text-align: center;
	padding-bottom: 20px;
}

.shipping_payment button {
	display: block;
	width: 20%;
	margin: 0 auto;
	margin-top: 50px;
}

.page-contacts h1 {
	font: 400 44px Roboto;
	text-align: center;
	display: block;
	padding: 20px 0px 50px 0px;
}

.page-contacts h1:before,
.page-contacts h1:after {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #b41e8e;
	margin-top: 35px;
}

.page-contacts h1:before {
	margin-left: -70px;
}

.page-contacts h1:after {
	margin-left: 30px;
}

.page-contacts h2 {
	text-align: center;
}

.page-contacts p {
	font: 18px Roboto;
}

.contact-map {
	height: 500px;
}

.page-contacts .row {
	padding: 30px 0;
}

.page-contacts .row:nth-of-type(1),
.page-contacts .row:nth-of-type(2) {
	border-bottom: 1px solid #ccc;
}
.olimp {
	display: none;
	left: 5px;
	top: 0px;
	z-index: 1200;
	transition: all 0.7s;
}
.olimp:hover {
	left: 15px;
}
.olimp a img {
	width: 50px;
}
.fixet-olimp {
	display: block;
	position: fixed;
	top: 0px;
	z-index: 1200;
	left: 5px;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
/* -vk-01.02.17-*/
/* .fixet */
.fixet {
	top: 0px;
	margin: 0;
	width: 100%;
	position: fixed;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.fixet-basket {
	position: fixed;
	top: 10px;
	z-index: 1200;
	border: #b41e8e;
	right: 0;
	margin: 0px;
	margin-right: -125px;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	width: 200px;
}
.fixet-basket:hover {
	border: none;
	margin-right: 0;
}
.fixet-basket a p:nth-of-type(1) {
	display: none;
}
.fixet-basket p:nth-of-type(2) {
	color: #fff;
}
.fixet-basket p:nth-of-type(2):before {
	content: "\e116";
	font-size: 17px;
	display: block;
	font-family: "Glyphicons Halflings";
	line-height: 1;
	color: #fff;
	margin-left: -57px;
	margin-top: 2px;
	display: block;
	position: absolute;
	z-index: 999;
}
.fixet-basket .top-basket-circle {
	margin: 0;
	margin-left: 35px;
	margin-top: -7px;
	z-index: 99999;
	/*margin-left: -27px;*/
}
.fixet-basket .hid {
	opacity: 0;
}
/*slider top*/

.icon-slider-arr-left {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/bx-spritesheet.png);
	width: 22px;
	height: 128px;
	background-position: -5px -5px;
}
.icon-slider-arr-left:hover {
	width: 22px;
	height: 64px;
	background-position: -69px -5px;
}
.icon-slider-arr-right {
	display: block;
	background-image: url(../images/bx-spritesheet.png);
	width: 22px;
	height: 64px;
	background-position: -37px -5px;
}
.icon-slider-arr-right:hover {
	width: 22px;
	height: 64px;
	background-position: -101px -5px;
}
.s1 {
	background: url("../images/s1.jpg");
	background-size: cover;
	background-position: center;
}
.s2 {
	background: url(../images/s2.jpg);
	background-size: cover;
	background-position: center;
}
.s3 {
	background: url(../images/s3.jpg);
	background-size: cover;
	background-position: center;
}
.s4 {
	background: url(../images/s4.jpg);
	background-size: cover;
	background-position: center;
}
.s5 {
	background: url(../images/s5.jpg);
	background-size: cover;
	background-position: center;
}

.da-slider {
	width: 100%;
	min-width: 360px;
	height: 650px;
	position: relative;
	overflow: hidden;
	transition: background-position 1.4s ease-in-out 0.3s;
	z-index: 7;
}
.da-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: BebasNeueRegular, "Arial Narrow", Arial, sans-serif;
	text-align: left;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 6;
}
.da-slide-current {
	z-index: 7;
	opacity: 1;
}
.da-slider-fb .da-slide {
	left: 100%;
}

.da-slider-fb .da-slide .da-img {
	left: 60%;
	opacity: 1;
}
.da-dots {
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 3px;
	background: #b2d6ba;
	cursor: pointer;
	margin: 0 10px;
}
.da-dots span.da-dots-current:after {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #689940;
}
.da-arrows {
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 64px;
	margin-top: -12px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span {
	opacity: 1;
}
.da-arrows span.da-arrows-prev {
	left: 15px;
}
.da-arrows span.da-arrows-next {
	right: 15px;
}
.baner-content:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	background: #66cc33;
	height: 70px;
}

.baner-content:after {
	content: " ";
	position: absolute;
	display: block;
	width: 10px;
	background: #66cc33;
	height: 260px;
	margin-top: -210px;
}
.da-slide-current .baner-content {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.baner-content {
	float: right;
	width: 35%;
	border-top: 10px solid #66cc33;
	border-right: 10px solid #66cc33;
	border-bottom: 10px solid #66cc33;
	padding-bottom: 50px;
	text-align: center;
	margin-right: 100px;
	margin-top: 50px;
}

.baner-content b {
	display: block;
	font: bold 77px/90px Roboto;
	color: #fff;
	text-transform: uppercase;
	margin-left: -160px;
	padding: 30px 0px;
	margin-top: 20px;
	text-align: left;
}

.baner-content b span {
	font: bold 50px/75px Roboto;
}

.baner-content p {
	padding: 20px;
	padding-left: 50px;
	font: 33px/40px Roboto;
	color: #fff;
	padding-bottom: 30px;
	text-align: left;
}

.baner-content a {
	font: 20px Roboto;
	color: #fff;
	background: #66cc33;
	border: none;
	padding: 10px 70px;
	margin-top: 30px;
	text-transform: uppercase;
	transition: all 0.7s;
	text-decoration: none;
}

.baner-content a:hover {
	background: #53a32b;
}

.baner-content a:hover:before {
	border-left: 5px solid #b41e8e;
}
.page-reviews .btn {
	display: block;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	font: 20px Roboto;
	color: #fff;
	background: #66cc33;
	text-decoration: none;
	border-radius: 0;
	margin-bottom: 30px;
	transition: all 0.7s;
}

.page-reviews .btn:hover {
	background: #53a32b;
}
/* (max-width: 415px) */

@media (max-width: 415px) {
	.da-arrows span {
		top: 500px;
	}
	.entrance a {
		display: none;
	}
	.product-page h1 {
		margin-top: -30px;
	}
	.page-contacts img {
		margin-left: -15px;
	}
	.page-cart h1:before,
	.page-cart h1:after,
	.page-contacts h1:before,
	.page-contacts h1:after {
		display: none;
	}
	.client-info .tab-content form {
		width: 90%;
	}
	.client-info .tab-content,
	.client-info .nav-tabs {
		width: 100%;
	}
	.cart-tabs .nav-tabs li a {
		height: 60px;
	}
	.page-cart .top-tabs .nav-tabs li a:after,
	.page-cart .top-tabs .nav-tabs li a:before,
	.page-cart .top-tabs .nav-tabs li.active a:after,
	.page-cart .top-tabs .nav-tabs li.active a:before {
		display: none;
	}
	.cart table tr td:nth-of-type(3),
	.cart table tr th:nth-of-type(3) {
		display: none;
	}
	.cart table tr td:nth-of-type(4) {
		width: 30%;
	}
	/*.filter-product*/
	.filter-mobile {
		display: none;
		position: absolute;
		overflow-y: auto;
		background: #fff;
		width: 100%;
		height: 100%;
		top: 0px;
		bottom: 0px;
		padding-top: 50px;
		z-index: 10;
	}
	.product-descripton p:nth-of-type(3) {
		font-size: 18px;
	}
	.product-size div {
		font-size: 10px;
	}
	.product-page-tabs
		.tab-content
		.tab-pane
		.col-lg-2:nth-child(2n + 1)
		a:before {
		display: none;
	}
	.header-naw {
		display: none;
		position: fixed;
		height: 100%;
		width: 100%;
		top: -15px;
		z-index: 8;
		padding-top: 50px;
	}
	.nav-justified li a:hover {
		background: none;
		border-bottom: 1px solid #fff;
		color: #66cc33;
	}
	.nav-justified li a {
		font-size: 20px;
		padding-bottom: 15px;
		border-radius: 0;
		border-bottom: 1px solid #cde1b0;
	}
	.nav-justified li a:before {
		display: none;
	}
	/* entrance mobile */
	.entrance {
		display: none;
		position: fixed;
		background: #b41e8e;
		height: 100%;
		width: 100%;
		bottom: 0px;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0px;
		padding-top: 20px;
		z-index: 10;
		padding-top: 100px;
	}
	.entrance input {
		width: 100%;
		height: 150%;
		margin-top: 10px;
		margin-left: 0px;
	}
	.entrance input[type="submit"] {
		font-size: 20px;
	}
	.entrance-mob,
	.mob-top-basket,
	.mobile-menu,
	.close-mobile,
	.mob-button-filter {
		display: block;
	}
	.top-basket,
	.delete {
		display: none;
	}
	.green-bg h1 {
		font-size: 30px;
	}
	.green-bg h1:before,
	.green-bg h1:after {
		display: none;
	}
	.da-slider {
	}
	.baner-content:after,
	.baner-content:before {
		display: none;
	}
	.baner-content b span {
		font-size: 24px;
		line-height: 50px;
	}
	.baner-content b {
		text-align: center;
		font-size: 40px;
		margin: 0px;
		line-height: 40px;
	}
	.baner-content {
		border: 10px solid #66cc33;
		width: 100%;
		margin-right: 0px;
	}
	.baner-content p {
		padding: 10px;
		text-align: center;
		font: 24px/30px Roboto;
	}
	.baner-content a:before {
		display: none;
	}
	/* top-tabs */
	.top-tabs .tab-content .tab-pane a {
		height: 70px;
		margin-top: 15px;
	}
	.top-tabs .tab-content .tab-pane a div {
		position: relative;
		display: table-cell;
		height: 70px;
		min-width: 154px;
		background: rgba(0, 0, 0, 0.2);
		border: 1px solid #b41e8e;
		vertical-align: middle;
	}
	.top-tabs .tab-content .tab-pane a div p:nth-of-type(1) {
		position: relative;
		display: inline-block;
		font: 400 16px Roboto;
	}
	.top-tabs .nav-tabs {
		margin: 0 -15px;
	}
	.top-tabs .nav-tabs > li.active > a:focus::before,
	.top-tabs .nav-tabs li.active a::before,
	.product-page-tabs .nav-tabs > li.active > a:focus::before,
	.product-page-tabs .nav-tabs li.active a::before {
		margin-top: 53px;
	}
	.top-tabs .nav-tabs > li.active > a:after,
	.top-tabs .nav-tabs li.active a:after {
		margin-top: 0px;
	}
	.top-tabs .tab-content {
		width: 110%;
		margin-left: -15px;
		margin-right: -30px;
		padding: 10px;
	}
	.top-tabs .tab-content .col-lg-2:nth-of-type(n) a {
		background: none;
	}
	.top-tabs .tab-content .tab-pane a div p:nth-of-type(2) {
		display: none;
	}
	.top-tabs .tab-content .tab-pane a div p:nth-of-type(1):before {
		display: none;
	}
	.special-offer h1 {
		font-size: 37px;
	}
	.special-offer h1:before,
	.special-offer h1:after {
		display: none;
	}
	.product {
		width: 100%;
		height: 360px;
	}
	.product-param span {
		display: none;
	}
	.product-descripton {
		height: 100px;
	}
	.product-size div {
		margin-left: 7px;
	}
	.stock {
		background-position: left;
	}
	.stock-description {
		margin-left: -45px;
	}
	.stock-description b {
		text-align: center;
		font-size: 44px;
	}
	.stock-description p {
		font-size: 20px;
	}
	.stock-description button {
		margin-left: -15px;
	}
	.advantages h2 {
		font: 400 30px Roboto;
	}
	.advantages h2:before,
	.advantages h2:after {
		display: none;
	}
	.advantages figure {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
		width: 48%;
		height: 270px;
	}
	.advantages figure p:nth-of-type(1) {
		font: bold 14px/22px Roboto;
	}
	.advantages figure p:nth-of-type(2) {
		font: 12px/15px Roboto;
	}
	.advantages figure:nth-of-type(4) {
		display: none;
	}
	.contacts #map-vrnm,
	.contacts #map-som,
	.contacts #map-vrnm-1 {
		height: 350px;
		margin-top: 500px;
	}
	footer {
	}
	footer a.logo {
		display: none;
	}
}

/* (max-width: 970px) and (min-width: 415px) */

@media (max-width: 970px) and (min-width: 415px) {
	.baner-content:after,
	.baner-content:before {
		display: none;
	}
	.baner-content b span {
		font-size: 24px;
		line-height: 50px;
	}
	.baner-content b {
		text-align: center;
		font-size: 40px;
		margin: 0px;
		line-height: 40px;
	}
	.baner-content {
		border: 10px solid #66cc33;
		width: 100%;
		margin-right: 0px;
	}
	.baner-content p {
		padding: 10px;
		text-align: center;
		font: 24px/30px Roboto;
	}
	.baner-content a:before {
		display: none;
	}
	.mob-button-filter {
		display: none;
	}
	.top-tabs .tab-content .tab-pane a {
		height: 70px;
		margin-top: 15px;
	}
	.top-tabs .tab-content .tab-pane a div {
		position: relative;
		display: table-cell;
		height: 70px;
		min-width: 150px;
		background: rgba(0, 0, 0, 0.2);
		border: 1px solid #b41e8e;
		vertical-align: middle;
	}
	.top-tabs .tab-content .tab-pane a div p:nth-of-type(1) {
		position: relative;
		display: inline-block;
		font: 400 16px Roboto;
	}
	.top-tabs .tab-content .col-lg-2:nth-of-type(n) a {
		background: none;
	}
	.top-tabs .tab-content .tab-pane a div p:nth-of-type(2) {
		display: none;
	}
	/* entrance mobile */
	.entrance {
		display: none;
		position: fixed;
		background: #b41e8e;
		height: 100%;
		width: 100%;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin-top: 0px;
		padding-top: 20px;
		z-index: 10;
		padding-top: 100px;
	}
	.address-left {
		float: left;
	}
	.address-right {
		float: right;
	}
	.entrance input {
		width: 100%;
		height: 150%;
		margin-top: 10px;
		margin-left: -1px;
		margin-right: -15px;
	}
	.entrance input[type="submit"] {
		font-size: 20px;
	}
	.entrance-mob,
	.mob-top-basket,
	.close-mobile {
		display: block;
	}
	.top-basket {
		display: none;
	}
	.nav-justified li a:before {
		display: none;
	}
	.nav-justified li {
	}
	.nav-justified li:first-child {
		border: none;
	}
	.advantages figure p:nth-of-type(1) {
		font-size: 14px;
	}
	.advantages figure p:nth-of-type(2) {
		font-size: 12px;
		line-height: 21px;
	}
	.stock {
		text-align: center;
		background-position: right;
	}
	.top-tabs .tab-content a {
		margin-top: 20px;
	}
}

/* (max-width: 970px) and (min-width: 550px)*/

@media (max-width: 970px) and (min-width: 550px) {
	.baner-content {
		border: 10px solid #66cc33;
		width: 50% !important;
		margin-right: 0px;
	}
}

/* (max-width: 970px) and (min-width: 550px) */
@media (max-width: 1220px) and (min-width: 970px) {
	.baner-content p {
		font: 25px/30px Roboto;
	}
	.baner-content b {
		font: 55px/70px Roboto;
	}
	.baner-content b span {
		padding: 10px;
		text-align: center;
		font: 40px/70px Roboto;
	}
}
#bx-pager {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}

#bx-pager a {
	display: inline-block;
	width: 23%;
	height: 15%;
	margin-top: 10px;
	margin-left: 3px;
}
#bx-pager a img {
	width: 100%;
	height: 100%;
	border: 1px solid #dadadb;
	padding: 0;
	border-radius: 5px;
}

#bx-pager a:last-child {
	margin-right: 0;
}
.icon {
	padding-left: 0px;
}
.icon:before {
	content: "";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	display: block;
	position: absolute;
	margin-left: -30px;
	margin-top: 3px;
	color: #333;
}

.icon a {
	color: #b41e8e;
}
.icon-adr:before {
	content: "\e062";
}
.icon-tel:before {
	content: "\e182";
	transform: rotate(20deg);
}
.icon-mail:before {
	content: "\2709";
}
.icon-time:before {
	content: "\e023";
}
@media (max-width: 415px) {
	footer {
		/* margin-top: 310px;*/
	}
	.contacts {
		height: 850px;
	}
	.product-descripton p:nth-of-type(1) {
		height: 53px;
		overflow: hidden;
	}
	.product-descripton p:nth-of-type(2) {
		padding: 0;
	}
}

.top-basket.fixet-basket p:nth-of-type(1):before {
	display: none;
}
.field-signupform-dog {
	text-align: center;
}
.field-signupform-dog label {
	display: block !important;
	margin-top: 3px;
	display: inline-block;
}
.field-signupform-dog label a {
	text-decoration: underline;
	color: #000;
	padding-left: 5px;
}
.field-reviews-dog {
	text-align: center;
}
.field-reviews-dog label {
	display: block !important;
	margin-top: 3px;
	display: inline-block;
}
.field-reviews-dog label a {
	text-decoration: underline;
	color: #000;
	padding-left: 5px;
}

.home-text .container {
	background: #fff;
	border: 1px solid #b41e8e;
	padding: 10px 30px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}
.home-text h2 {
	text-align: center;
}
