@font-face {
  font-family: 'Esenin';
  src: url('/catalog/view/theme/vesna/font/Esenin script Two.eot');
 src: url('/catalog/view/theme/vesna/font/EseninscriptTwo.woff') format('woff'),
       url('/catalog/view/theme/vesna/font/EseninscriptTwo.ttf') format('truetype'),
       url('/catalog/view/theme/vesna/font/EseninscriptTwo.svg#EseninscriptTwo') format('svg');	
 src: url('/catalog/view/theme/vesna/font/Esenin script Two.woff2') format('woff2'),
       url('/catalog/view/theme/vesna/font/Esenin script Two.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gothic';
  src: url('/catalog/view/theme/vesna/font/Century Gothic.eot');
  src: url('/catalog/view/theme/vesna/font/Century Gothic.woff2') format('woff2'),
       url('/catalog/view/theme/vesna/font/Century Gothic.eot?#iefix') format('embedded-opentype');
  src: url('/catalog/view/theme/vesna/font/CenturyGothic.woff') format('woff'),
       url('/catalog/view/theme/vesna/font/CenturyGothic.ttf') format('truetype'),
       url('/catalog/view/theme/vesna/font/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GB';
  src: url('/catalog/view/theme/vesna/font/CenturyGothic-Bold.eot');
  src: url('/catalog/view/theme/vesna/font/CenturyGothic-Bold.woff2') format('woff2'),
       url('/catalog/view/theme/vesna/font/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype');
  src: url('/catalog/view/theme/vesna/font/CenturyGothic-Bold.woff') format('woff'),
       url('/catalog/view/theme/vesna/font/CenturyGothic-Bold.ttf') format('truetype'),
       url('/catalog/view/theme/vesna/font/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ekat';
  src: url('/catalog/view/theme/vesna/font/Ekaterina_Velikaya_One.ttf') format('truetype');
    font-weight: normal;
  font-style: normal;
}

*{
	/* outline: 1px dotted red; */
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}
body {
	font-family: 'Gothic', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	overflow-x:  hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #5e5f61;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 21px;
	font-family: 'GB';
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 37px;
}
h2 {
	font-size: 18px;
	line-height: 25px;
	margin-top: 40px;
	 font-family: 'GB';
}
.home h2{
	text-align:center;
	margin-bottom: 25px;
	text-transform:  uppercase;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #e01524;
}
a:hover {
	color: #e01524;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	margin-bottom: 7px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	border-radius: 0;
	/* border: 1px solid #e6007e; */
	min-height: 36px;
	margin-bottom: 17px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	/* margin-bottom: 10px; */
	/* margin-right: 27px; */
	margin-top: 1px;
	margin-right: 18px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #e01524;
	box-shadow: none;
	color: #828282;
	/* font-family:  'Istok Web'; */
	font-size: 14px;
	min-width: 0px;
	margin-top: 9px;
	width: 0 !important;
	padding: 0px;
}
#search .input-lg.active{
	width:100% !important;
	  -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 5px;
	text-shadow: 0 1px 0 #FFF;
	background: none;
	border: none;
	/* padding: 0; */
	min-width: 0;
	box-shadow:  none;
	outline: none;
}
#search .btn-lg img{
	width: 24px;
	/* padding-right: 10px; */
}
/* cart */
#cart {
	}
#cart>a{
	width: 111px;
	/* background: #E6007E; */
	height: 100%;
	/* top: 0; */
	/* position: relative; */
	height: 51px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
span.mob-c{
	display:none;
}
#cart a:hover{
	/* background:#C9026F; */
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	 font-family: 'GB';
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/* min-height: 600px; */
	/* width: 100%; */
}
.content-cat {
	min-height: 600px;
	width: 100%;
	padding-left:  50px;
	padding-right: 50px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 24px;
	background-color: #fff;
	border-top: 1px solid #e01524;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #000;
}
footer a:hover {
	/* color: #fff; */
}
footer h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	background: #fff;
	color: #000;
}
/* breadcrumb */
.breadcrumb {
	/* margin: 0 0 20px 0; */
	padding: 0px 15px;
	/* border: 1px solid #ddd; */
	background: none;
	margin-top: 20px;
	margin-bottom: 30px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/* text-shadow: 0 1px 0 #FFF; */
	/* padding: 0 20px; */
	/* position: relative; */
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '/';
	padding: 2px;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: relative;
	/* position: absolute; */
	/* top: -3px; */
	/* right: -5px; */
	/* width: 26px; */
	/* height: 26px; */
	/* border-right: 1px solid #DDD; */
	/* border-bottom: 1px solid #DDD; */
	/* -webkit-transform: rotate(-45deg); */
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	/* transform: rotate(-45deg); */
}
.breadcrumb > li a {
	color:#424242;
	font-size:12px;
	line-height:14px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
	padding: 18px 0px;
	font-size: 14px;
	line-height: 9px;
	height: 46px;
	min-width: 172px;
	text-transform:  uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e01524;
	background-image: linear-gradient(to bottom, #e01524, #e01524);
	background-repeat: repeat-x;
	border-color: #e01524 #e01524 #e01524;
}
.btn-primary {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #e01524;background-image: linear-gradient(to bottom, #e01524, #e01524);background-repeat: repeat-x;border-color: #e01524 #e01524 #e01524;border-radius: 5px;}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e01524 !important;
	/* background-position: 0 -15px; */
	border-color: #e01524 !important;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e6007e;
	background-image: linear-gradient(to bottom, #e6007e, #e6007e);
	background-repeat: repeat-x;
	border-color: #e6007e #e6007e #e6007e;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
		background-color: #C9026F !important;
	/* background-position: 0 -15px; */
	border-color: #C9026F !important;
}
.btn-danger {
	background-color: #e01524;
	background-image: linear-gradient(to bottom, #e01524, #e01524);
	background-repeat: repeat-x;
	border-color: #e01524 #e01524 #e01524;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #e01524 !important;
	/* background-position: 0 -15px; */
	border-color: #e01524 !important;
}
.btn-success {
	color: #ffffff;
	background-color: #e01524;
	background-image: linear-gradient(to bottom, #e01524, #e01524);
	background-repeat: repeat-x;
	border-color: #e01524 #e01524 #e01524;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
		background-color: #e01524 !important;
	/* background-position: 0 -15px; */
	border-color: #e01524 !important;
}
.btn-info {
		background-color: #e01524;
	background-image: linear-gradient(to bottom, #e01524, #e01524);
	background-repeat: repeat-x;
	border-color: #e01524 #e01524 #e01524;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	/* margin-bottom: 20px; */
	overflow: auto;
	/* padding-left: 15px; */
	/* margin-right: 15px; */
	/* flex: 1; */
	/* display: flex; */
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	/* display: block; */
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	/* margin-left: auto; */
	/* margin-right: auto; */
	max-width: 500%;
	width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb a {
	font-weight: bold;
	color:  #5e5f61;
	font-size: 16px;
	line-height: 46px;
	text-transform: uppercase;
	width: 100%;
	display: block;
}
.product-thumb .caption {
	padding: 0 0;
	min-height: 60px;
	display: flex;
	border-bottom: 1px solid #df0024;
	justify-content: space-between;
	align-items:  center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #fcdbd6;
	font-size: 20px;
}
.rating .fa-star-o:before{
	content:"\f005";
}
.rating .fa-star {
	color: #e01524;
	font-size: 20px;
}
.rating .fa-star + .fa-star-o {
	color: #e01524;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #5e5f61;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:  0;
	/* font-family: 'Istok Web'; */
	display: none;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/****************************************************************************************************************************************/
header.header {
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f6c9c2;
}

.logo img {
    width: 100%;
    height: auto;
    max-width: 90px;
    max-height:  100%;
    min-height:  100%;
    display: flex;
	  min-width: 90px;
}
header.header .logo {
    width: 56%;
    display: flex;
    justify-content: center;
    align-items:  center;
}
footer .logo img {
    width: 100%;
    height: auto;
    max-width: 145px;
    max-height:  100%;
    min-height:  100%;
    display: flex;
}
.top-menu ul {
    margin-left: -40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.block-ab {
    margin-left: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 22%;
}

.top-menu ul li a {
    font-size: 14px;
    color: #000;
    margin-right: 40px;
}

.top-menu ul li a:hover {
    color: #df0024;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 710;
    right: 0;
    border: 1px solid #fcdbd6;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.town.dropdown span {
    font-size: 14px;
    color: #5e5f61;
     font-family: 'GB';
}

.town.dropdown i {
    color: #fae2de;
}
.block-car {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 22%;
}
form#currency button,form#language button {
    color: #000;
    font-size: 12px;
    min-width: 50px;
}

form#currency button i,form#language button i {
    color: #f6c9c2;
}

form#language {}

a.quick_signup.topik {
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 20px;
    display: inline-block;
    margin-top: 5px;
}

a.quick_signup.topik i {
    color: #fbded3;
}

.lk {
    border-right: 1px solid #fcdbd6;
}

span.sama_korzina {background: url(/catalog/view/theme/vesna/image/shopping-cart.svg);width: 33px;height: 36px;background-repeat: no-repeat;background-position:  center;}
section.video_glav {
    background: url(/catalog/view/theme/vesna/image/bann.jpg);
    background-repeat:  no-repeat;
    min-height: 765px;
    background-position: top;
    background-size:  cover;
    /* background-size: 100% 100%; */
}
span#cart-total {
    width: 20px;
    height: 20px;
    margin-left:  5px;
    color: #fff;
    background: #df0024;
    border-radius: 50%;
    font-size: 14px;
     font-family: 'GB';
}
.glav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f6c9c2;
    height: 48px;
}

.glav_menu ul li .sub_menu {
    /* height: 0; */
    overflow: hidden;
    /* display: none; */
    /* width: 0; */
    max-height: 0px;
    width: 100%;
    background: #fff;
    position: absolute;
}

.search-block {
    width: 19%;
}

.glav_menu ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    align-items: center;
    max-width: 90%;
    top: 0px;
}

.glav_menu ul li a,.glav_menu ul li {
    text-transform:  uppercase;
    font-size: 14px;
    color: #000;
   /* width: 330px; */
}
.glav_menu ul li a:hover, .glav_menu ul li:hover{
	color: #df0024;
    /* font-size: 16px; */
     font-family: 'GB';
}
.glav_menu ul li:hover ul li a{
	  font-weight: 400;
	  font-family: 'Gothic', sans-serif;
}
.glav_menu ul li{
   padding-left:  0px;
   padding-right: 100px;
   cursor: pointer;
   height: 48px;
   line-height: 48px;
   margin-top: 7px;
}

.glav_menu ul li.ect-child .gafter {
    content: "";
    /* background: url(/catalog/view/theme/vesna/image/down.svg); */
    width: 14px;
    display: inline-block;
    height:10px;
    /* position: absolute; */
    background-position: 0px 2px;
    background-repeat: no-repeat;
    /* content: "\f107"; */
    /* font-family: "FontAwersome"; */
}
.glav_menu ul li.ect-child .gafter:after{content: "\f107";font-family: "FontAwesome";font-size: 16px;margin-left: 5px;color: #f6c9c2;}    
.glav_menu ul li:hover .sub_menu {
    display: flex;
    height: 188px;
    width: 100%;
    position: absolute;
    max-height: 1000px;
    margin-top: 0px;
    /* min-height:  188px; */
    background: #fff;
    left: 0;
    z-index: 10;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-transition: max-height 1s, padding .5s;
    transition: max-height 1s;
    box-shadow: 0px 16px 9.7px 0.3px rgba(3, 3, 3, 0.08);
    border-top: 1px solid #f6c9c2;
}
ul.sub_menu-samo {
    /* width: 40%; */
    flex-wrap: wrap;
    flex-direction:  column;
    justify-content: flex-start;
    align-items: flex-start;
}

ul.sub_menu-samo li a {
    color: #000;
    text-transform:  none;
    line-height: 50px;
    font-size: 16px;
    display:block;
    text-align:center;
}

ul.sub_menu-samo li a:hover {
    color: #df0024;
    /* font-size: 16px; */
     font-family: 'GB';
}
.block-foto {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content:  stretch;
    height: 188px;
}

.block-foto .name {
    color: #524d4e;
    font-size: 36px;
    text-transform:  none;
    font-weight:  400;
    width: 33%;
    margin-right: -21%;
    z-index: 100;
}

.block-foto img {
    display: flex;
}
section.video_glav .cont {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    height: calc(100vh - 121px);
}
.video_glav .niz {
    margin-bottom: 5%;
    align-self:  center;
    margin-top: 0%;
    cursor: pointer;
   -moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite; 
}

.nadpis {
    font-size: 60px;
    font-family: 'Esenin';
    line-height: 48px;
    margin-right: 20%;
    color: #df1523;
    margin-bottom: 5%;
    /* text-shadow: -3px 1px 16px #000; */
}
html[lang="uk"] .nadpis{
	font-family: 'Ekat';
	font-size:50px;
	line-height:55px;
}
section.cat-well {
    padding-top:  60px;
    padding-bottom: 70px;
}

section.cat-well h1 {
    text-transform:  uppercase;
    text-align:  center;
    margin-bottom: 58px;
}

.f-well, .t-well {
    /* max-width: 1170px; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nad-ban {
    font-size: 140px;
    color: #fcdbd6;
    font-weight: bold;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    margin-left: 10px;
    width: 70px;
    margin-top: -10px;
    align-self: baseline;
    text-transform:  uppercase;
}
.block-opis h2.naz-ban {
    color: #5e5f61;
    font-size: 36px;
    line-height: 49px;
    font-weight: 400;
    text-align: left;
    font-family: 'Gothic', sans-serif;
    text-transform: none;
}

.block-opis .opis {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    /* padding-bottom:  40px; */
}

.block-opis {
    width: 30%;
    margin-left: 15px;
}

.block-opis a.but-ov,a.but-ov {
    color:  #df0024;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 35px;
}
.block-opis a.but-ov:hover,a.but-ov:hover{
background:#df0024;
color:#fff;
  -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.block-opis .opis:after {
    content:  "";
    width: 70px;
    height: 1px;
    background: #000;
    display: block;
    margin-top: 40px;
}
.t-well .nad-ban {
    margin-top: 0;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 10px;
    align-self: flex-end;
    width: 90px;
    top: -90px;
    position: relative;
}
.f-well:before {
    /* content: ""; */
    position: absolute;
    width: 1000px;
    height: 385px;
    background: #fcdbd6;
    margin-left:  -1000px;
    /* margin-top: 120px; */
}
.f-well:after {
    /* content: ""; */
    width: 350px;
    height: 25px;
    background: #fcdbd6;
    position: absolute;
}
.sam-ban {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big-line {
    min-height:  385px;
    background: #fcdbd6;
    width: calc(50% - 585px);
}

.smoll-line {
    min-height: 25px;
    background: #fcdbd6;
    width: calc(50% - 585px);
    align-self: flex-end;
    margin-bottom: 9%;
}
.con {
    width: 1170px;
    margin: auto;
}
.niz.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:  10px;
}

.niz.cart button,button#button-cart {
    color: #fff;
    background: #df0024;
    border: 1px solid #df0024;
    font-size: 16px;
    font-weight:  bold;
    text-align: center;
    padding: 20px;
    text-transform:  uppercase;
    border-radius: 5px;
      -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.niz.cart button:hover,button#button-cart:hover {
    background: #c40020;
    border-color: #c40020;
      -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.stok {
    color: #ababab;
}
span.wish {
    background: url(/catalog/view/theme/vesna/image/like.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}
span.wish:hover {
    background: url(/catalog/view/theme/vesna/image/like_active.svg);
    background-repeat: no-repeat;
}
.owl-nav {
    width: 100%;
    /* margin-top: -50%; */
    /* margin-bottom: 50%; */
    position: absolute;
    margin-top: -39%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}

button.owl-prev {
    width: 55px;
    height: 95px;
    background: rgba(252, 219, 214, 0.6) !important;
}

button.owl-next {
     width: 55px;
     height: 95px;
     background: rgba(252, 219, 214, 0.6) !important;
}
button.owl-prev span,button.owl-next span{
    font-size: 65px;
    /* background: #fff; */
    color: #e01524;
}
.news-glav {
    display: flex;
    justify-content: baseline;
    flex-wrap:  wrap;
}
.news-glav .product-thumb.transition {
    padding-right: 15px;
    width: 33.3%;
}

.news-glav .product-thumb .caption {
    flex-direction: column;
    border: none;
}
.news-glav .product-thumb .caption a {
    text-transform:  none;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family:  'GB';
    letter-spacing: 0.4px;
    font-weight:  700;
}

.news-glav .product-thumb .image {
    height: 470px;
    overflow: hidden;
}
a.but-ov {
    line-height: 24px;
    text-align: center;
    /* width: 180px; */
}
a.but-red,input.but-red {
    line-height: 24px;
    text-align: center;
    /* width: 180px; */
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    border: 1px solid;
    border-radius: 5px;
    background: #df0024;
    margin-top: 35px;
}
a.but-red:hover,input.but-red:hover{background:#c40020;/* -webkit-transition: all 0.2s linear; */-ms-transition: all 0.2s linear;/* transition: all 0.2s linear; */}

.news-glav a.but-ov {
    display: flex;
    max-width: 161px;
    /* justify-content:  space-between; */
    margin: auto;
    margin-top: 30px;
}
section.form .lev {
    width: 50%;
    padding-left:  15px;
    padding-right: 15px;
}

section.form .prav {
    width: 50%;
}

section.form .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-cifra {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap:  wrap; */
    padding-bottom: 30px;
}

.cifr {
    width: 70px;
    height: 70px;
    color: #fcdbd6;
    font-size: 48px;
     font-family: 'GB';
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e01524;
    display: inline-block;
    line-height: 70px;
    min-width: 70px;
}

.s-cifra p {
    margin-left: 30px;
    display: inline-block;
}
.review {
    display: flex;
    justify-content: space-between;
}

.review .horizontal-sreview.transition {
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.35);
    padding: 45px;
    border: 1px solid #f6c9c2;
    display: flex;
    justify-content: baseline;
}

.review .horizontal-sreview.transition + .horizontal-sreview.transition {
    margin-left: 30px;
}
.horizontal-sreview.transition .image {
    width: 160px;
    height: 160px;
    overflow: hidden;
    display: block;
    min-width: 160px;
    border-radius: 50%;
}

.horizontal-sreview.transition .image img {
    margin-left:  -43px;
    margin-top: -10px;
}

.horizontal-sreview.transition {}

.horizontal-sreview.transition .caption.review-caption {
    padding-left:  15px;
    display: flex;
    flex-direction:  column;
}

span.review-author {
    font-size: 18px;
     font-family: 'GB';
    color: #df0024;
    margin-bottom: 20px;
}

span.review-hu {
    font-size: 15px;
    color: #524d4e;
    font-family:  'PT Sans';
    margin-bottom: 30px;
}

.caption.review-caption p {
    font-family:  'PT Sans';
    font-size: 16px;
}
.horizontal-sreview-all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-sreview-all a + a {
    margin-left: 30px;
}
.galleries {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery .gallery_photo {
    width: 33%;
    margin-right: 30px;
    max-height:  370px;
    overflow: hidden;
    height: 370px;
    background-size: cover !important;
}

.gallery .gallery_photo a {
    border: none;
}

.gallery .gallery_photo a img {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}
.block-but {
    display: flex;
    justify-content: center;
}
section.form .prav {
    background: #fcdbd6;
    padding: 50px 100px;
}

div#form-builder-55 h3 {
    font-size: 21px;
    color: #5e5f61;
    font-weight:  700;
    font-family:  'PT Sans';
}

.pre-text {
    font-size: 16px;
    line-height: 24px;
    font-family:  'PT Sans';
    color: #000;
    margin-bottom: 30px;
}

div#form-builder-55 h4 {
    font-size:  16px;
    line-height: 24px;
    color: #000;
    font-family: 'PT Sans';
    margin-bottom: 0px;
}
div#form-builder-55 a {
    margin-top: 10px;
    /* align-self:  right; */
}
.rigth {
    display: flex;
    justify-content: flex-end;
}
.seo {
    font-size: 14px;
    font-family:  'PT Sans';
    color: #6a6a6a;
    line-height: 24px;
    display: flex;
    flex-wrap:  wrap;
}

.seo h2 {
    width: 100%;
}

.seo .lev,.seo .prav {
    width: 50%;
}

.seo .lev {
    padding-right:  15px;
}

.seo .prav {
    padding-left: 15px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: left;
}
.first-col .logo {
    width: 100%;
}

.first-col {
    width: 16.6%;
}

.two-col {
    width: 16.6%;
}

.two-col ul {
    list-style: none;
    margin-left: -40px;
}
.two-col ul li a {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    display: inline-block;
}

.tree-col {
      width: 16.6%;
}
.tree-col ul{
    list-style: none;
}
.tree-col ul li a {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    display: inline-block;
}


.sam-kon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sam-kon i {
    color: #e01524;
    font-size: 24px;
    margin-right: 8px;
}

.sam-kon a {
    /* color: #e01524; */
}
.five-col a.but-ov {
    margin-top: 0;
    margin-bottom: 22px;
}

.soc {
    display: flex;
    justify-content: flex-end;
    align-items:  center;
    margin-bottom: 24px;
}

.soc a i {
    font-size: 24px;
    margin-left: 10px;
}
.soc a {
    margin-left: 6px;
}
.imaris {
    margin-top: 10px;
    /* display: flex; */
    /* justify-content: flex-end; */
    margin-bottom: 15px;
}

.imaris a {
    width: 33%;
    display: left;
    margin-bottom: 10px;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.well-tovar {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap:  wrap;
}

.well-tovar .product-layout.item {
    width: 23.5%;
    margin-left:  15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.well-tovar .product-layout.item:nth-child(4n+4) {
    margin-right: 0;
}
.well-tovar .product-layout.item:nth-child(4n+1) {
    margin-left: 0;
}
.kat-obl span {
    padding: 10px 30px;
    border-radius: 30px;
    background: #f6c9c2;
    margin-right: 20px;
    display: inline-block;
      -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}

.kat-obl span a {
    color: #5e5e61;
      -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.kat-obl span:hover {
    background: #df0024;
    color: #fff;
      -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.kat-obl span:hover a{
	color: #fff;
	  -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.kat-obl {
    margin-bottom: 30px;
}
.breadcrumb > li:last-child a {
    color: #df0024;
    font-size: 12px;
}

.content-cat h1 {
    text-align: center;
    text-transform:  uppercase;
    margin-bottom: 37px;
}
.option .form-group {
    display: flex;
    justify-content: center;
    /* flex-wrap:  wrap; */
    flex-direction:  column;
    align-items:  center;
    margin-bottom: 0;
}

.option .form-group > div {
    display: flex;
    margin-bottom: 20px;
    flex-wrap:  wrap;
    justify-content: center;
}

.option .radio+.radio {
    margin-top: 0;
}

.option .radio {
    margin-top: 0;
    margin-bottom: 5px;
}

.option .radio label {
    padding-left: 0;
}

.option .radio img {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.option .form-group>label {
    text-transform:  uppercase;
    font-size: 14px;
    color: #524d4e;
    /* margin-top: 20px; */
}

.option .form-group>label + label {
    margin-bottom: 20px;
}

.option {
    padding-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    max-height: 0px;
    overflow: hidden;
      -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.option .radio span {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f6c9c2;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
}
.option>.form-group {
    margin-top: 20px;
}
.product-layout.item:hover .option {
	max-height: 1000px;
     -webkit-transition: all 0.2s linear; 
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.seo-cat h2 {
    font-size: 18px;
    text-transform:  uppercase;
     font-family: 'GB';
    margin-bottom: 35px;
    text-align: center;
    width: 100%;
}

.seo-cat {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-bottom: 35px;}

.lf,.rg {
    width: calc(50% - 15px);
}
.pagin {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 40px;
}

.pagination>li>a, .pagination>li>span {
    border: none;
    font-size: 16px;
    color: #000;
    /* border-color: #e01524; */
    background: #fff;
    /* color: #e01524; */
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #e01524;
    background: #fff;
    color: #e01524;
    border: 1px solid #e01524;
    border-radius: 5px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	    border-color: #e01524;
    background: #fff;
    color: #e01524;
    border: 1px solid #e01524;
    border-radius: 5px;
	
}
div#showmore a {
    margin-top:  0;
    margin-bottom: 30px;
    min-width: 270px;
    cursor: pointer;
}
.naz-tov-mob {
    display: none;
}
.tovar {
    display: flex;
    justify-content: flex-start;
    /* align-items: baseline; */
}

div#carousel ul {
    list-style:  none;
    margin-left: -40px;
}

div#slider ul {
    list-style: none;
    margin-left: -40px;
}

div#slider ul li a {
    border: none;
    padding: 0;
    line-height:  0;
}
div#carousel ul li {
    margin-bottom:  30px;
    margin-right: 30px;
}
div#slider ul li {
    margin-right: 30px;
}
span.back-cat {
    color: #000;
    font-size: 12px;
}

span.back-cat i {
    margin-right:  5px;
    color: #e01524;
}
.tuda-suda {
    display: flex;
    justify-content: space-between;
}

div#slider {
    width: 50%;
}

div#carousel {
    width: 8.333%;
}

.block-opis-toivar {
    width: 41.66%;
}

.ne-pre i {
    color: #e01524;
    font-size: 22px;
}
.block-opis-toivar h1 {
    text-align: center;
    margin-bottom: 30px;
}

span.cat-tov {
    font-size: 14px;
     font-family: 'GB';
    color: #5e5f61;
    text-transform:  uppercase;
    margin-bottom: 25px;
    display: inline-block;
}

div#product label {
    font-size: 14px;
    font-family: 'GB';
    color: #5e5f61;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    margin-right: 1;
}
.ect {
    display: flex;
    justify-content: space-between;
}
.ect {
    display: flex;
    justify-content: space-between;
}

.cvet.tov input {
    display: none;
}

.cvet.tov label {
    padding-left:  0;
    display: inline-block;
}

div#product .form-group:nth-child(3) span {
    /* display: flex; */
    width: 35px;
    height: 35px;
    line-height: 31px;
}

.cvet.tov {
    display: flex;
}

.cvet.tov .radio+.radio {
    margin-top: 0;
}

.cvet.tov .radio,.razm.tov .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.cvet.tov .radio label,.razm.tov  .radio label{
    padding-left: 0;
}

.razm.tov {
    display: flex;
    justify-content: flex-start;
}

.razm.tov input {
    display: none;
}
.cvet.tov .radio img {
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.cvet.tov .radio:hover img{
border: 2px solid #e01524 !important;
  border-radius: 50%
}   
input[type="radio"]:checked + img {
    border: 2px  solid #e01524 !important;
    border-radius: 50%;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.razm.tov .radio span {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f6c9c2;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
}
.razm.tov .radio:hover span{
background: #df0024 !important;	
border-color: #df0024 !important;	
color: #fff !important;	
}
input[type="radio"]:checked + span{	
background: #df0024 !important;	
border-color: #df0024 !important;	
color: #fff !important;
}
.block-cena {
    border: 1px solid #df0024;
    padding-left:  30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    display: none;
}
.block-cena li {
    color: #5e5f61;
    font-size: 24px;
}
.block-cena li {
    color: #5e5f61;
    font-size: 24px;
}

.colic {
    display: flex;
    justify-content: space-between;
    align-items: end;
    max-width: 90px;
}

.colic i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #df0024;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #df0024;
    z-index: 100;
    background: #fff;
}

.colic input {
    width: 50px;
    background: #fcdbd6;
    height: 30px !important;
    min-height: 30px !important;
    margin-left:  -10px;
    z-index: 1;
    margin-right: -10px;
    text-align: center;
    font-size: 16px !important;
    font-family: 'GB';
    color: #000;
    margin-bottom:  0px !important;
}

.block-cena ul {
    margin-bottom: 0;
}
button#button-cart+a {
    border-left: 1px solid #fcdbd6;
    width: 50px;
    text-align: center;
}
.rating {
    display: flex;
    justify-content:  space-between;
    min-height:  50px;
    align-items:  center;
    border-top: 1px solid #fcdbd6;
}
.info {
    padding-top: 20px;
}

.info p {
    font-size: 14px;
    font-family: 'PT Sans';
    color: #000;
}

.info a {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration:  underline;
}

.share {
    dispP]Þ    P]Þ                    p¬Ò            Ðì×    ¸]Þ            p]Þ     @      p]Þ            ft: 5px;
}

div#st-1 {
    background: transparent !important;
}
#st-1 .st-btn[data-network="sharethis"] {
    background-color: transparent!important;
}
#st-1 .st-btn>svg {
    fill: #000!important;
}
.rating a {
    margin-left: 10px;
    color:#000;
}
.well-tovar.v-kart .product-layout.item {
    width: 33%;
}
.classn {
    display: flex;
    justify-content: flex-start;
    align-items:  center;
    margin-top: 50px;
}

.opis-tov {
    width: 33%;
}

.left-opis, .rigth-opis {
    width: 31.%;
    width: 33%;
    align-self:  stretch;
    background: #fcdbd6;
}

.left-opis {
    margin-right: 30px;
}
.opis-tov span {
    color:  #5e5f61;
    font-size: 14px;
     font-family: 'GB';
    margin-bottom: 20px;
    display: inline-block;
}

.opis-tov p {
    color: #000;
    font-family: 'PT Sans';
}

.rigth-opis {
    margin-left: 30px;
}
.ne-pre {
    display: flex;
    justify-content: space-between;
}

.ne-pre .prev {
    margin-right: 10px;
}
button#button-cart {
    height: 54px;
    padding: 10px 15px;
}
.zag_raz {
    margin-top:  60px;
    font-size: 18px;
     font-family: 'GB';
    color: #5e5f61;
    text-transform:  uppercase;
    margin-bottom: 40px;
}

.zag_raz span {
    color: #e01524;
}

a.pod_zag_raz {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    text-transform:  uppercase;
    text-decoration:  underline;
}
h3.ozer {
    font-size: 18px;
    margin-top:  60px;
    text-transform:  uppercase;
    color: #524d4e;
     font-family: 'GB';
    margin-bottom: 35px;
}
.con.pad {
    padding-left:  15px;
    padding-right: 15px;
}
li.ecc ul.sub_menu {
    display: none;
}
li.ecc.dropdown a i {
    color: #fbeaed;
}
li.ecc.dropdown a i {
    color: #f6c9c2;
    font-size: 14px;
}

.top-menu ul.drop {
    display: block;
}

.top-menu ul.drop li {
    border-bottom: 1px solid #fcdbd6;
    /* min-width: 142px; */
}

.top-menu ul.drop li a {
    margin-right: 0px;
    line-height: 28px;
}

.top-menu ul.drop li:last-child {
    border: none;
}
.hid {
    display: none !important;
}
div#otz {
    width: 500px;
    margin: auto;
    background:  #fff;
    padding: 10px;
    border: 1px solid #fcdbd6;
}
div#otz h2{
    margin-top: 10px;
    text-align: center;
}
button.mfp-close {
    position: relative;
    float: right;
    color: #e01524 !important;
}
.faq-section h1 {
    text-align: center;
    text-transform:  uppercase;
    margin-bottom: 50px;
}

.panel.panel-faq {
    box-shadow:  none;
    border-bottom: 1px solid #fcdbd6;
    margin-bottom:  0px;
}
.panel-title>a.collapsed:after {
    content: "\f067";
}
.panel-title>a:after {
    content: "\f068";
    font-family: FontAwesome;
    color: #e01524;
    position: relative;
    float: right;
}

.panel-title>a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #5e5f61;
    font-weight:  700;
    font-family: 'PT Sans';
}
.information-contact h2 {
    text-transform:  uppercase;
    text-align: center;
    margin-bottom: 40px;
}
section.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.perv_block_cont {
    display: flex;
    align-items: center;
}

.img_push {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    margin-right: 30px;
}

.perv_block_cont .block_text .one {
    color: #000;
    font-size: 24px;
    margin-bottom: 24px;
}

.perv_block_cont .block_text .two {
    font-size: 14px;
    color: #000;
    margin-bottom: 24px;
}
.perv_block_cont .block_text .tree a i{
   font-size: 20px;
   }
   

.perv_block_cont .block_text .tree a {
    margin-right: 10px;
}
.two_block_cont {
    display: flex;
    flex-direction:  column;
}

.text_cont {
    display: flex;
    align-items:  center;
    margin-bottom: 22px;
    color: #000;
    font-size: 16px;
}

.text_cont a {
    color: #000;
    font-size: 16px;
}

.text_cont .icon i {
    font-size: 20px;
    color: #e01524;
    margin-right: 10px;
}

.tree_block_cont {}

.tree_block_cont .text_cont a {
    color: #e01524;
    font-family: 'GB';
}

.tree_block_cont .text_cont a span {
    color: #000;
    font-family: 'Gothic';
}

.tex_soc {
    font-size: 16px;
    margin-bottom: 18px;
}

.soc_one a i {
    font-size: 20px;
}
.full-map {
    display: flex;
    justify-content: center;
    flex-wrap:  wrap;
}
.block-vubora .town {
    width: 100%;
}

.block-vubora {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 35px;
}

.box.pavgooglemap {
    width: 100%;
}

.block-vubora .town ul {
    display: flex;
    list-style:  none;
    justify-content: center;
}

.block-vubora .town ul li {
    cursor: pointer;
    font-size: 18px;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}
.block-vubora .town ul li.active {
    color: #df0024;
}
span.local.element-item {
    width: 100%;
    display: flex;
    /* position: absolute; */
    z-index: 1000;
    min-height:  70px;
    background: #fcdbd6;
    align-items:  center;
    justify-content: center;
}

.spisok {
    width: 100%;
    position: absolute;
    margin-top: 124px;
    z-index: 1000;
}

span.local.element-item div {
    margin-right: 50px;
    font-size: 16px;
    font-family: 'PT Sans';
    color: #000;
}

.naz-sal {
    font-size: 18px;
    text-transform:  uppercase;
    font-weight: bold;
}
.con.seo h2 {
    text-align: center;
    text-transform:  uppercase;
}
.owl-carousel .owl-video-play-icon {
    background: url('/catalog/view/theme/vesna/image/player.png') no-repeat !important;
}
a.thumbnail.bez_ob {
    border: none;
}
.newesta {
    display: flex;
    flex-wrap:  wrap;
    align-items: center;
    justify-content: space-between;
}

.newesta .product-thumb.transition {
    width: 33.3%;
    /* height: auto; */
    padding-left:  15px;
    padding-right: 15px;
    /* flex: 1; */ */
    /* display: flex; */
    display: -webkit-box;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.newesta .product-thumb.transition:nth-child(3n) {
    padding-right: 0px;
}

.newesta .product-thumb.transition:nth-child(3n+1) {padding-left: 0px;}
.newesta .product-thumb .image {
    height: 344px;
    background-position: top center !important;
    background-size: cover !important;
}
.newesta .product-thumb .caption {
    background: rgba(223, 0, 36, 0.65);
    /* position: absolute; */
    /* width: calc(33.3% - 30px); */
    margin-top: 0px;
    z-index: 10000;
    position: relative;
    min-height: 0px;
    flex-direction: column;
    justify-content: center;
    height: 0px;
    overflow: hidden;
    border: 0;
}
span.name_nev a {
    font-family: 'GB';
    color: #fff;
    line-height: 21px;
}

span.plat_nev a {
    font-weight:  normal;
    color: #fff;
    font-size: 14px;
    text-transform:  none;
    line-height: 21px;
         -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.newesta .product-thumb.transition:hover .caption {
    margin-top:  -95px;
    min-height:  95px;
    height: auto;
    -webkit-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}
.well-tovar.newe .product-layout.item {
    width: 62%;
}
.preview_new {
    font-family:  'PT Sans';
    font-size: 16px;
    text-transform:  none;
    margin-bottom: 30px;
}

.description_new {
    font-family: 'GB';
    font-size: 14px;
    text-transform:  uppercase;
    color: #5e5f61;
}
.description_new a {
    display: block;
    margin-bottom: 20px;
    font-family: 'Gothic', sans-serif;
    font-weight: 400;
}
.one_nev {
    width: 170px;
    height: 140px;
    background-position: center !important;
    background-size:  cover !important;
}
.leee button.owl-next {
    border: none;
}
span.zaglav_newes {
    font-family: 'GB';
    color: #5e5f61;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 22px;
    display: block;
    border-bottom: 1px solid #fcdbd6;
}
.more {
    display: flex;
    justify-content: center;
}
.mod_korzina {
    display: none;
    height: 0;
    width: 0;
    height: 100%;
    width: 500px;
    overflow: hidden;
    min-width: 0px;
    right: -910px;
    position: absolute;
    -webkit-transition: min-width .2s ease-in-out;
    -o-transition: min-width .2s ease-in-out;
    transition: min-width .2s ease-in-out;
}
.mod_korzina.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    height: 100%;
    width: 500px;
    min-width:500px;
    -webkit-transition: min-width .2s ease-in-out;
    -o-transition: min-width .2s ease-in-out;
    transition: right 0.5s ease-in-out;
    padding: 0 40px;
}
.myoverlay.active {
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    background: rgba(252, 219, 214, 0.75);
}
span.zag-cart {
    display: flex;
    justify-content: center;
    align-items:  center;
    color: #5e5f61;
    font-size: 21px;
    font-family:  'GB';
    text-transform:  uppercase;
    margin-top: 34px;
    margin-bottom: 40px;
}
a.close_cart {
    position: absolute;
    right: 15px;
    width: 20px !important;
    color: #fde1da;
    height: 20px !important;
    display: block !important;
    margin-top: -20px;
}
.block_s_tov {
    display: flex;
    flex-direction:  column;
    border-top: 1px solid #e01524;
    border-bottom: 1px solid #e01524;
}

.block_kar_on {
    display: flex;
    padding-left:  15px;
    padding-right:  15px;
    justify-content: flex-start;
    align-items:  center;
    flex-basis:  1;
    border-bottom: 1px solid #fde1db;
    padding-top:  10px;
    padding-bottom: 10px;
}

.sam_tov {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:  wrap;
}

.sam_tov a {
    display: block;
    width: 100% !important;
    font-family: 'GB';
    color: #5e5f61;
    text-transform:  uppercase;
    font-size: 16px;
    align-self: flex-start !important;
    text-align: left !important;
    justify-content: flex-start !important;
    margin-bottom: 10px;
}
.block_option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 38%;
    /* margin-top: 10px; */
}

.img_kart {margin-left: 15px;margin-right: 15px;}

.block_option span {
    margin-right: 10px;
    font-size: 12px;
}

.quant {
    margin-right: 10px;
    font-size: 12px;
    width: 40%;
}

.toot {
    font-size: 18px;
    color: #5e5f61;
}
.itogo_cart {
    margin-top:  75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
}

.itogo_cart span {
    color: #5e5f61;
    font-size: 16px;
    text-transform:  uppercase;
}

.itogo_cart span span {
    font-size: 24px;
    margin-left: 10px;
}
.shapka_kart {
    display: flex;
    justify-content: space-around;
    align-items:  center;
    color: #df0024;
    font-family:  'GB';
    margin-bottom: 15px;
}

.seredinka_kart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #f6c9c2;
    padding-top:  15px;
    padding-bottom: 15px;
}
.shapka_kart span:nth-child(1),
.shapka_kart span:nth-child(3),
.shapka_kart span:nth-child(4),
.shapka_kart span:nth-child(5),
.seredinka_kart span:nth-child(1),
.seredinka_kart span:nth-child(3),
.seredinka_kart span:nth-child(4),
.seredinka_kart span:nth-child(5){
    width:8.33%;
    text-align: center;
    padding:0 15px;
}
.shapka_kart span:nth-child(6),
.shapka_kart span:nth-child(7),
.seredinka_kart span:nth-child(6),
.seredinka_kart span:nth-child(7){
    width:16.66%;
    text-align: center;
    padding:0 15px;
    display: flex;
    justify-content: center;
}
.shapka_kart span:nth-child(2){
    width:33.33%;
    padding:0 15px;
}
.seredinka_kart span:nth-child(2){
    width:33.33%;
    padding:0 15px;
    display: flex;
}
.seredinka_kart img.img-thumbnail {
    border: none;
    padding: 0;
}


.seredinka_kart span:nth-child(2) div a {
    color: #5e5f61;
    font-size: 16px;
    text-transform:  uppercase;
    font-family: 'GB';
    margin-left: 15px;
}
.seredinka_kart span:nth-child(7){
	color:#5e5f61;
	font-size:18px;
}
.itogo_kart {
    display:  inline-block;
    width: 30%;
    background: #fde1da;
    padding: 40px 50px;
    right: 0;
    position: relative;
    float: right;
    margin-top: 20px;
}
.itogo_kart_text {
    color: #000000;
    font-size: 16px;
    text-transform:  uppercase;
    text-align: center;
}

.itogo_kart_text span span {
    color: #000;
    font-size: 24px;
}

.itogo_kart .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
}
.itogo_kart .buttons a:nth-child(1) {
    margin-top:  0;
    margin-bottom: 10px;
    border-color: #df0024;
}

.itogo_kart .buttons a:nth-child(2) {
    color: #000;
    text-decoration: underline;
}
div#modal-quicksignup {
    background: rgba(253, 225, 218, 0.75);
}
.search-batt {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.search-batt input#input-search {
    min-width:  320px;
    /* margin-right: 10px; */
}
.search-batt  input#button-search {
    margin-left: 10px;
}
.modal-dialog.terpit {
    width: 768px;
    height: 100;
    top: calc(50% - 220px) !important;
    left: 0px !important;
}

.modal-dialog.terpit .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.left_login {
    width: calc(50% - 15px);
    margin-right: 15px;
}

div#quick-login {
    padding: 15px 30px;
    margin-top:  0px;
    display: flex;
}
div#quick-login a.close {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #e01524;
    opacity: 1;
    font-family: 'GB';
}
.modal-body {
    /* padding: 0px; */
}

.right_login {
    width: calc(50% - 15px);
    margin-left: 15px;
    display: flex;
    background: url('/catalog/view/theme/vesna/image/obl_log.jpg') no-repeat;
    background-size: cover;
    flex-direction:  column;
    justify-content: center;
    align-items: center;
}

h4.modal-title {
    font-size: 21px;
    font-family:  'GB';
    text-transform:  uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.left_login .form-group.required {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.left_login .form-group.required label {
    width: 30%;
}

.left_login .form-group.required input {
    border: 1px solid #e01524;
    border-radius: 5px;
    width: 70%;
}

.right_login span {
    font-size:  21px;
    color: #fff;
    font-family:  'GB';
    margin-bottom: 20px;
}
.right_login a {
    padding: 15px;
    color: #e4001b;
    font-size: 16px;
    font-family:  'GB';
    background: #fff;
    border: 1px solid #e4001b;
    border-radius: 5px;
}
.right_login a:hover{
    color: #fff;
    font-size: 16px;
    font-family:  'GB';
    background: #e4001b;
    border: 1px solid #e4001b;
    
}
button.btn.btn-primary.loginaccount {
    border-radius: 5px;
}

.vxod {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vxod input#zap {
    display: none;
}

input[type=checkbox]+ label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e01524;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}
input[type=checkbox]+ label {
    display:flex;
    justify-conP]Þ    P]Þ                    p¬Ò            Ðì×    ¸]Þ            p]Þ    Ñ;      p]Þ            ntent:"\f00c";
    font-family: 'FontAwesome';
    color: #e01524;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
}

a.forg {
    float: right;
    margin-top: 10px;
    text-decoration:  underline;
}
span.er {
    color: #e01524;
    /* float: right; */
    text-align: right;
    margin-top: -15px;
    width: 100%;
}
.form-horizontal .form-group {
    margin-left:  0px;
    margin-right: 0px;
}
.block_regict {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reg_left {
    width: 54%;
    padding-left: 10;
    margin-right: 135px;
}

.reg_rigth {
    width: calc(55% - 72px);
    padding: 30px;
    background: #fde1da;
}

.form-group {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
}

.form-horizontal .form-group label {
    width: 45%;
    text-align: left;
    text-transform:  uppercase;
}

.form-horizontal .form-group div {
    width: 70%;
}
.form-horizontal .form-group input,.form-horizontal .form-group textarea{
    border:1px solid #f6c9c2;
    border-radius:5px;
    color:#a6a6a6;
    resize:  none;
}

p.text-pas {
    width: 60%;
    float: right;
    font-size: 12px;
    font-family: 'PT Sans';
    color: #a6a6a6;
    margin-top:  -30px;
    margin-bottom: 20px;
}

.reg_left .buttons {
    display: flex;
    justify-content: flex-end;
}

.reg_left input[name=agree] {
    display: none;
}

.reg_left .buttons input.but-g {
    line-height: 24px;
    text-align: center;
    /* width: 180px; */
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    border: 1px solid;
    border-radius: 5px;
    background: #df0024;
    /* margin-top: 35px; */
}
.reg_left .buttons input.but-g{background: #df0024;/* -webkit-transition: all 0.2s linear; */-ms-transition: all 0.2s linear;/* transition: all 0.2s linear; */}
.reg_rigth .cifr {
    background: #fff;
}
.reg_left .buttons input.but-g:hover{background: #c40020;}
.reg_rigth h2 {
    text-align: center;
}
.acc {
    width: 100%;
    border-bottom: 1px solid #e01524;
    margin-bottom:  45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc a {
    padding: 22px;
    color:  #000;
    font-size: 16px;
    border-bottom: 3px solid #ffffff;
}

.acc a.active,.acc a:hover {
   font-family:'GB';
   color:#e01524;
   border-bottom: 3px solid #e01524;
}
body.account-edit form,body.account-address-edit form {
    width: 50%;
}
body.account-edit .buttons,body.account-address-edit .buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.account-edit .buttons input {
    margin-left: 20%;
}
label.control-label.data {
    width: 30%;
}

.date {
    display: flex;
    width: 100%;
}

.date input {
    width: 90%;
}

.date span {
    width: 10% !important;
    display: inline-block;
}

.date span button {
    min-width:  10px;
    width: 100%;
    line-height: 14px;
    height: 36px !important;
    padding: 10px;
    border-bottom-right-radius:  5px !important;
    border-top-right-radius:  5px !important;
}

.date input {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius:  0px !important;
}
body.account-edit .buttons a {
    text-decoration: underline;
}
.head-zak {
    width: 100%;
    display: flex;
    background: #fde1da;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}

span.nom {
    margin-left: 15px;
}

span.data_zak {
    margin-left: 30px;
}

.statik-zak {
    margin-right: 15px;
}
.mob.naz {
    display: none;
}
.head-zak .stat-zak {
    width: 80%;
}

.head-zak .statik-zak {
    width: 20%;
    text-align: center;
}
.tel-zak .stat-zak.tov {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tel-zak {
    display:  flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.statik-zak.samstat {
    width: 20%;
    text-align: center;
    color: #df0024;
    font-size: 18px;
    font-family: 'GB';
    text-transform:  uppercase;
}
.vnut-tov {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #fde1db;
    flex-wrap: wrap;
}

.sum-zak.sama {
    display: flex;
    color: #5e5f61;
    font-size: 24px;
    margin-right:  15px;
}

.naz_tot {
    font-size: 16px;
    text-transform:  uppercase;
    margin-right: 5px;
}

span.name-c a {
    font-size: 16px;
    font-family:  'GB';
    color: #5e5f61;
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 50px;
    display: inline-block;
}

.tex-c {
    width: 100%;
    display:  flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-item {
    width: 75%;
    /* border-left: 1px solid #fde1db; */
}

span.name-c {
    width: 36%;
}

span.opt-c {
    margin-left: 10px;
    margin-right: 10px;
}

span.con-c {
    margin-left: 10px;
    margin-right: 10px;
}

span.opt-c img {
    border: 1px solid #e01524;
    border-radius: 50%;
}

.order {
    border-bottom: 1px solid #fde1db;
    margin-bottom: 45px;
}
body.account-wishlist .well-tovar {
    justify-content: flex-start;
}
body.account-wishlist .well-tovar .product-layout.item{
    width: calc(33.3% - 30px);
}
.my-cart {
    border: 1px solid #f5cfc4;
    border-radius:  10px;
    padding: 30px;
}

table#cart_table {
    border: none;
}
.my-cart .cart-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:  center;
    padding-top:  25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fde1db;
}

.my-cart .count-item {
    width: 10%;
}

.my-cart span.name-c {
    width: 100%;
}

.my-cart .tex-c {
    flex-wrap:  wrap;
    align-self:  baseline;
}

.my-cart span.name-c a {
    line-height: 15px;
    margin-bottom: 20px;
}

.my-cart span.cena {
    width: 50%;
    text-align: right;
    font-size: 18px;
    color: #5e5f61;
}
.olll {
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color:  #5e5f61;
}

.olll span {
    font-size: 24px;
}

a.izm-zak {
    text-align: center;
    font-size: 14px;
    text-decoration:  underline;
    text-transform: uppercase;
    display: block;
}
h3.step {
    color: #e01524;
    font-family:  'GB';
    text-transform:  uppercase;
    margin-bottom: 30px;
}

.col-md-6.register_block {}

.row.box.checkout_form {
    margin-left:  0;
    margin-right: 0px;
}

.checkout_form .form-group label.control-label {
    width: 24%;
    color: #000;
    text-transform:  uppercase;
}

.checkout_form div.required .control-label:before {
    display: none;
}

.checkout_form .form-control[readonly] {
    background: none;
    border: none;
    box-shadow: none;
    color: #5e5f61;
    font-family: 'GB';
}
.register_block .radio input {
    display: none;
}
.register_block .radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #f5cfc4;
    margin-left: -30px;
    margin-right: 50px;
    border-radius: 50%;
    margin-top: -2px;
    position:  absolute;
}

.register_block .radio {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.register_block .radio label{padding-left: 30px;}
.register_block .radio input:checked + label:after{
    content:"";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f5cfc4;
    left: 4px;
    margin-top: 2px;
    border-radius: 50%;
}

div#payment-existing select {
    width: 95%;
    margin-left: 5%;
    border: 1px solid #f5cfc4;
    border-radius: 5px;
    -webkit-appearance: none;
}

textarea#input-payment-company {
    width: 95%;
    margin-left:  5%;
    height: 130px;
    resize: none;
    border: 1px solid #f5cfc4;
    border-radius: 5px;
}
.checkb {
    width: 20px;
    height: 20px;
    background: url('/catalog/view/theme/vesna/image/verdana.png');
    background-repeat:  no-repeat;
    background-position:  center center;
}
textarea.form-control{
	border: 1px solid #f5cfc4;
    border-radius: 5px;
      height: 100px;
    resize: none;
}
.payment {
    display: flex;
    justify-content: flex-end;
}
.mfp-content {
    /* width: 320px !important; */
    /* background:  #fff; */
    padding: 15px;
    border-radius: 5px;
}
.mfp-close-btn-in .mfp-close {
    position: absolute;
    color: #fff;
    color: #fde1da !important;
    height: 20px !important;
    display: block !important;
    opacity: 1 !important;
}

.field-block input {
    border: 1px solid #f5cfc4;
    border-radius: 5px !important;
}
div#form-builder-49 h3 {
    color: #5e5f61;
    font-size: 21px;
    font-family: 'GB';
    text-transform: uppercase;
    text-align: center;
}

.field-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:  wrap;
}

.field-block label {
    width: 100%;
}
.mfp-bg {
    background: #fff;
    background: rgba(252, 219, 214, 0.75);
}
.kw-flycart.default.options.mfp-wrap.mfp-ready .mfp-content {
    width: 400px !important;
    background: none !important;
}
.mfp-bg.default{
	background: rgba(252, 219, 214, 0.75) !important; 
}
.alert.alert-success {
    position: fixed;
    z-index: 10020;
    top: calc(50% - 150px);
    left: calc(50% - 201px);
    width: 320px;
}
.overlaymy {
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    background: rgba(252, 219, 214, 0.75);
}
.nad_block {
    color: #color: #5e5f61;
    color: #5e5f61;
    font-size: 20px;
    text-align: center;
    font-family:  'GB';
    /* text-transform: uppercase; */
    margin-top: 10px;
}

.centr_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.centr_block a:first-child {
    margin-right: 10px;
    width: 200px;
    margin-top: 10px;
}
.centr_block a:nth-child(2) {
    color: #4d4747;
    text-transform:  uppercase;
    margin-top:  20px;
    font-size: 15px;
    text-decoration:  underline;
    cursor: pointer;
    color: #e01524;
    margin-bottom: 20px;
    font-family: 'GB';
}

a.close_alert {
    position: absolute;
    top: 7px;
    font-size: 18px;
    color: #ecc4bf;
    right: 12px;
}
.top_block {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ecc4bf;
    margin-top:  10px;
    padding: 10px 10px;
    border-bottom: 1px solid #ecc4bf;
    align-items:  center;
}

.naz_tov {
    font-size: 16px;
    text-transform:  uppercase;
    font-family:  'GB';
    color: #5e5e61;
}

.niz_block {
    display: flex;
    flex-direction:  column;
    flex-wrap:  wrap;
    align-items: center;
}

.niz_block a:first-child {
    margin-top:  10px;
    margin-bottom: 20px;
}

.niz_block a:nth-child(2) {
    text-transform:  uppercase;
    font-size: 14px;
}

.niz_block .but_left a {
    text-transform:  uppercase;
    font-size:  14px;
    font-family:  'GB';
    text-decoration:  underline;
    margin-bottom: 10px;
    display: block;
    margin-top: -10px;
}
.mfp-container.mfp-inline-holder .mfp-content {
    width: 320px;
    background: #fff;
}
.flycart-options-product img {
    width: 60px;
    height: 60px;
}
body.checkout-cart .container form {
    border-bottom: 1px solid #fde1db;
}
.panel.panel-faq .panel-heading {
    padding: 15px;
}
body.information-information #content {
    font-family: 'PT Sans';
    font-size: 16px;
    line-height: 24px;
}
div#product label.svet {
    margin-right: 10px;
}
.news-glav:before {
    content: "";
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0px;
    background: #fcdbd6;
    margin-top: 58px;
}
.bloc_sab_menu {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap:  wrap;
}
body.testimonial-testimonial .mfp-content {
    width: 590px !important;
}
body.newsblog-category .news-glav:before {
    display: none;
}
nav.nav,.mob {
    display: none !important;
}
.phon {
    display: none !IMPORTANT;
}
span.phone.kar {
    display: none;
}
.tootop {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #e01524;
    bottom: 5%;
    right: 5%;
    text-align: center;
    line-height:  40px;
    border-radius: 50%;
  
}

.tootop i {
    color: #fff;
    font-size: 28px;
    line-height: 35px;
}
div#payment-existing input,div#payment-existing textarea {
    border: 1px solid #f5cfc4;
    border-radius: 5px;
    width: 95%;
    margin-left: 5%;
}
div#payment-existing .er {
    top: -15px;
    display: inline-block;
    position: relative;
}
div#tabl_raz {
    border: 1px solid #df0024;
    padding: 5px 0px;
}

div#tabl_raz .h1 {
    font-size: 16px;
    margin-top: 0;
    color: #df0024;
    font-weight:  700;
}

div#tabl_raz {}

div#tabl_raz table {
    min-width: 269px;
    text-align: center;
}

div#tabl_raz table thead tr th {
    font-size: 14px;
}

div#tabl_raz table thead {
    background: #df0024;
    color:#fff;
}
div#product .form-group {
    margin-bottom: 0px;
}

.tabl-raz {
    margin-bottom: 10px;
}
div#product .tabl-raz {
    margin-bottom: 11px;
}

div#product .form-group {
    margin-bottom:  0;
}
.komm {
    text-transform: none;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}
.option .radio:hover img {
    border: 1px solid #e01524;
    border-radius: 50%;
}

.option .radio:hover span {
    background: #e01524;
    color: #fff;
}
.dop_ak {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
}

span.zag_ak {
    font-size: 14px;
    font-family: 'GB';
    color: #5e5f61;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    min-width: 30%;
    max-width: 33%;
}
.two-col ul li a:hover {
    color: #e01524;
}

.tree-col ul li a:hover {
    color: #e01524;
}
li.ecc.dropdown a:hover i {
    color: #e01524;
}

form#currency button:hover i, form#language button:hover i {
    button: hover;
    color: #e01524;
}
a.quick_signup.topik:hover i {
    color: #e01524;
}

.glav_menu ul li.ect-child:hover .gafter:after {
    color: #e01524;
}
.review .horizontal-sreview.transition + .horizontal-sreview.transition img {
    margin-left: -40px;
    width: 208px;
    margin-top: 0px;
}
.common-home .newesta .product-thumb:nth-child(4) {
    display: none;
}