body {
	font-family: 'Futura PT', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('/fonts/FuturaPT-Medium.ttf');
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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: 12px;
}
.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 #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-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;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart button {
	background-color: #fff;
	border: none;
	position: relative;
}
#cart.open .dropdown-toggle {
	box-shadow: none;
}
#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 {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 200px;
}
#cart .dropdown-menu .text-center {
	font-size: 16px;
  	margin-bottom: 0;
}
@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%;
	}
}
/* 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-weight: 700;
	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;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.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: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	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);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.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;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 15px;
	min-height: 180px;
}
.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: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.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-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-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-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;
}

.buttonKatalog {
	display: flex;
	align-items: center;
}
#blockCategory {
	display: none;
}
.buttonKatalog {
	cursor: pointer;
}
.childrenCategoryBlock {
	display: block;
}
.buttonHeader {
	display: flex;
	align-items: center;
	justify-content: right;
}
.rowFlex {
	display: flex;
	align-items: center;
}
#search {
    margin-bottom: 0;
}
#logo {
    margin: 0;
}
.buttonKabinet a {
	display: flex;
	align-items: center;
}
.kabHeader {
	padding: 4px 10px;
	border: 1px solid #252525;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	color: #252525;
}
header {
	margin-top: 30px;
}
#search .btn-lg {
	background-color: #EDEDED;
	background-image: linear-gradient(to bottom, #EDEDED, #EDEDED);
	border: none;
	border-radius: 0 20px 20px 0;
	box-shadow: none;
}
#search .input-lg {
	background-color: #EDEDED;
	border: none;
	box-shadow: none;
	border-radius: 20px 0 0 20px;
	height: 39px;
	padding-left: 20px;
	font-size: 18px;
}
.buttonKabinet {
	margin-right: 10px;
}
.buttonKabine:last-child {
	margin-right: 0;
}
.menuRow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}
.menuRow .myMenu {
	margin-right: 60px;
	color: #252525;
	font-size: 18px;
	font-weight: 300;
}
.menuRow .myMenu a {
	color: #252525;
}
.menuRow .myMenu:last-child {
	margin-right: 0;
}
.container-menu {
	margin-top: 40px;
	margin-bottom: 50px;
}
.telHeader {
	display: flex;
	align-items: center;
	justify-content: end;
}
.telHeader img {
	width: 40px;
	margin-right: 10px;
}
.telHeader a {
	color: #252525;
	font-size: 18px;
}
.row-menu {
	display: flex;
}
.titleKatalog {
	margin-right: 5px;
}
.swiperViewport2 {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}
.swiperViewport2 .swiper-button-prev {
	left: 10px !important;
}
.swiperViewport2 .swiper-button-next {
	right: 10px !important;
}
.swiperViewport2 .swiper-pagination {
	display: none;
}
.optovayaZakupka {
	position: relative;
}
.optImg1 {
	position: absolute;
	left: 170px;
	top: 50px;
}
.optImg2 {
	position: absolute;
	right: 250px;
	top: 90px;
}
.blockZakupkaOpt {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.opth2 {
	padding-right: 170px;
	font-size: 56px;
}
.opth22 {
	padding-left: 190px;
	font-size: 56px;
}
.opth23 {
	padding-right: 200px;
	font-size: 56px;
}
.strokaPink {
	position: relative;
}
.imgPink {
	position: absolute;
    right: -8px;
	top: 0;
}
.textPodlPink {
	z-index: 10;
	position: relative;
}
.titlePopModul {
	height: 103px;
	margin-bottom: 100px;
	background-image: url(/image/popProd.jpg);
	width: 100%;
}
#common-home {
	width: 100%;
	overflow: hidden;
}
.rekomendBlock {
	display: flex;
	justify-content: space-around;
}
.blockProductRekomended .price {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 20px;
	color: #252525;
}
.blockProductRekomended img {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.viborNasSection {
	margin-top: 100px;
}
.blockViborNas {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 100px;
}
.imgVibornas p {
	text-align: center;
	margin-top: 10px;
	color: #252525;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.sectionNeNashli {
	margin-top: 170px;
}
.blockNeNashli {
	background-color: #f3f3f3;
	border-radius: 20px;
	position: relative;
	padding: 40px;
}
.blockNeNashli img {
	position: absolute;
	top: -150px;
	right: 100px;
}
.h2NeNashli {
	margin: 0;
	margin-bottom: 10px;
	font-size: 46px;
	color: #252525;
}
.pNeNashli {
	margin-bottom: 30px;
	font-size: 18px;
	color: #252525;
}
.nameNeNash {
	border: 1px solid #A7A7A7;
	border-radius: 5px;
	height: 40px;
	width: 310px;
	padding: 5px 10px 5px 15px;
	margin-right: 30px;
	font-size: 16px;
}
.telNeNash {
	border: 1px solid #A7A7A7;
	border-radius: 5px;
	height: 40px;
	width: 420px;
	padding: 5px 10px 5px 15px;
	margin-right: 30px;
	font-size: 16px;
}
#subNeNash {
	width: 255px;
	height: 40px;
	background: #A6A6A6;
	border-radius: 5px;
	text-shadow: none;
	box-shadow: none;
	border: none;
	color: white;
	font-size: 18px;
}
.notific {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
	color: #252525;
}
.sectionFooter {
	background-color: #f6f6f6;
	border: none;
	color: #252525;
	padding-top: 60px;
	margin-top: 100px;
	padding-bottom: 70px;
}
.sectionFooter a:hover {
	color: #252525;
	opacity: 0.5;
}
.footer-politica {
	color: #252525;
	opacity: 0.5;
	text-decoration: underline;
	display: block;
	font-size: 16px;
}
.copirate {
	margin-top: 10px;
	margin-bottom: 35px;
	font-size: 14px;
}
.footer-tel {
	color: #252525;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.socialFooter {
	margin-top: 30px;
}
.socialFooter a {
	margin-right: 10px;
}
.menuFooter {
	display: block;
	color: #252525;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
#input-sort {
	color: #a6a6a6;
	border-radius: 4px !important;
	font-size: 18px;
	height: 35px;
	cursor: pointer;
}
.breadcrumb {
	border: none;
	background-color: white;
}
.breadcrumb > li a {
	color: #AFAFAF;
	font-size: 16px;
}
.breadcrumb > li:last-child a {
	color: #252525;
	font-family: Futura PT Medium;
}
.breadcrumb > li {
	padding-left: 0;
}
.breadcrumb > li:first-child a {
	font-weight: 300;
	color: #AFAFAF;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li::after {
	right: 3px;
	top: -10px;
	border-right: none;
	border-bottom: 1px solid #252525;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: white;
    background: #a6a6a6;
    border: none;
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
}
.list-group .list-group-item {
    border: none;
    color: #252525;
    padding: 8px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Futura PT Medium;
}
.child-list-group-item {
	font-weight: 300 !important;
	text-transform: none !important;
	font-size: 16px !important;
	padding: 2px 12px !important;
	font-family: Futura PT !important;
}
.product-thumb {
    border: none;
    margin-bottom: 20px;
    overflow: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.product-thumb .caption {
	min-height: 0;
}
.product-thumb .price {
	color: #252525;
	font-size: 18px;
	font-weight: 600;
}
.caption h4 a {
	color: #252525;
	font-weight: 300;
	font-size: 14px;
}
.product-thumb .image img {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	margin-top: 15px;
	margin-bottom: 15px;
}
.blockProductCategory {
	position: relative;
	padding-bottom: 20px;
}
.imgWhishProduct {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.list-group .child-list-group-item:first-child {
	margin-top: 15px !important;
}
.list-group .child-list-group-item:last-child {
	margin-bottom: 15px !important;
}
#column-left .list-group .list-group-item.active {
	position: relative;
}
#column-left .list-group .list-group-item.active img {
	position: absolute;
	right: 4px;
	top: 6px;
}
.optionLabelMy {
	padding: 15px 15px;
	margin: 0;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.optionLabelMy input {
	display: none;
}
.optionLabelMy input[type="radio"]:checked + label {
	background-color: #a6a6a6;
	color: white;
	padding: 0 10px;
	margin-right: 5px;
	border-radius: 3px;
}
.optionLabelMy label {
	color: #828282;
	padding: 0 10px;
	margin-right: 5px;
	border-radius: 3px;
	border: 0.5px solid #CACACA;
	font-size: 16px;
}
.cenaOption {
	display: none;
}
.blockKupit {
	display: flex;
	padding: 0 15px;
	background: #F1F1F1;
}
.blockKolvo {
	width: 70px;
	margin-right: 5px;
	position: relative;
	font-size: 14px;
	color: #252525;
}
.buttonKupit {
	background-color: #a6a6a6;
	color: white;
	text-align: center;
	font-size: 12px;
	width: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	cursor: pointer;
}
.plusKolvo {
	position: absolute;
	right: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 19px;
	margin-top: -1px;
	cursor: pointer;
}
.minusKolvo {
	position: absolute;
	left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 26px;
	margin-top: -3px;
	cursor: pointer;
}
.blockKolvo input {
	font-size: 14px !important;
	color: #252525;
	border: 1px solid #252525;
	background: #F1F1F1;
}
.hoverBlockProduct .radio {
	background: #F1F1F1;
}
.product-thumb:hover {
	background: #F1F1F1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	padding-bottom: 0;
	z-index: 99;
	overflow: inherit !important;
	padding-top: 1px;
}
.product-thumb:hover .hoverBlockProduct {
	display: block;
	background: #F1F1F1;
	z-index: 10;
}
.hoverBlockProduct {
	display: none;
	z-index: 9999;
	height: 20px;
}
#product-category .vperedPaginationA {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a6a6a6 !important;
	border-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #a6a6a6 !important;
	font-weight: 300;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 20px !important;
	font-size: 16px;
}
#product-category .pagination {
	display: flex;
	justify-content: end;
}
#product-category .pagination .ostpaginationAObr a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #a6a6a6 !important;
	color: #a6a6a6;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 16px;
}
#product-category .pagination .ostpaginationA a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #a6a6a6 !important;
	color: #a6a6a6;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 16px;
}
#product-category .pagination .active span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #a6a6a6 !important;
	background-color: #a6a6a6;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 16px;
}
#product-category .nazatPaginationA {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a6a6a6 !important;
	border-radius: 3px;
	color: #a6a6a6 !important;
	font-weight: 300;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-right: 20px !important;
	font-size: 16px;
}
.productOptions {
	background: inherit;
	box-shadow: none;
	padding-left: 0;
}
.buttonProductCart .blockKolvo {
	height: 34px;
	margin-right: 10px;
}
.buttonProductCart #button-cart {
	width: 180px;
	padding: 6px 16px;
	margin-right: 10px;
	background-image: none;
	background-color: #A6A6A6;
	border: none;
	border-radius: 3px;
	font-size: 16px;
}
.buttonProductCart {
	display: flex;
}
.buttonProductCart .imgWhishProduct {
	position: relative;
	right: 0;
	top: 0;
}
.buttonProductCart .wishProd {
	background: none;
	border: 1.5px solid #AFAFAF;
	text-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
}
.stockUl {
	padding-left: 10px;
}
.stockUl li {
	list-style: disc;
	font-weight: 300;
}
.stockUl .vNal {
	color: #68B870;
}
.nizStranici {
	background: #EBEBEB;
	padding-top: 50px;
	padding-bottom: 70px;
}
.footerProduct .sectionFooter {
	margin-top: 0;
}
#product .blockKolvo input {
	background-color: #fff;
}
.pohothiyTovar .caption {
	padding: 0 4px;
}
.pohothiyTovar {
	box-shadow: none;
	margin-bottom: 0;
}
.pohothiyTovar .image img {
	box-shadow: none;
}
.pohothiyTovar:hover {
	background-color: inherit;
	box-shadow: none;
}
.rowFlex {
	display: flex;
	align-items: center;
}
.pohothiyArrow {
	cursor: pointer;
}
#product-product .thumbnail {
	border: none;
}
.rowFlexColumn {
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
}
.rekomendedProduct .pohothiyTovar {
	display: flex;
	align-items: center;
}
.rekomendedProduct .pohothiyTovar .image img {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	width: 70px;
}
.product-thumb {
	overflow: inherit !important;
	padding-top: 1px;
}
.rekomendedProduct .pohothiyTovar .image {
	margin-right: 15px;
}


.nav-tabs > li {
	width: 50%;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.nav-tabs > li > a {
	border-bottom: 1px solid #AFAFAF;
	text-align: center;
	color: #252525;
	font-weight: 400;
	font-size: 24px;
}
.nav-tabs > li.active > a {
	border: none;
	border-bottom: 2px solid #252525;
	color: #252525;
	font-family: Futura PT Medium;
}
.nav-tabs > li > a:hover {
	border: none;
	border-bottom: 2px solid #252525;
	background-color: #fff;
	color: #252525;
	font-weight: 600;
}
.nav-tabs > li.active > a:hover {
	border: none;
	border-bottom: 2px solid #252525;
}
.nav-tabs > li:first-child {
	margin-right: -2px;
}
.tab-content {
	margin-bottom: 50px;
}
#blockCategory {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	left: 0;
	margin-top: 20px;
	width: 100%;
	flex-wrap: wrap;
}
.osnMenuTitle {
	font-weight: 600;
	width: 25%;
	display: block;
}
.ifChildrenCategoryBlock {
	width: 24%;
	margin-right: 10px;
}
.ifChildrenCategoryBlock .osnMenuTitle {
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Futura PT Medium;
}
.childrenCategoryBlock a {
	color: #a6a6a6 !important;
	line-height: 14px;
	font-size: 14px;
}
.ifChildrenCategoryBlock:nth-child(4n+4) {
	margin-right: 0;
}
.menuRow .myMenu a:hover {
	text-decoration: underline;
}
.childrenCategoryBlock li {
	margin-top: 2px;
}
.nameNeNash, .telNeNash {
	background-color: #f3f3f3;
}
.instagramTitleBlock {
	display: flex;
	margin-top: 100px;
	margin-bottom: 80px;
}
.siteTitle {
	font-size: 64px;
	font-weight: 600;
	color: #252525;
}
.instagrammTitle {
	margin-right: 150px;
}
.instagrammDescription p {
	color: #252525;
	font-size: 18px;
	margin-bottom: 50px;
}
.instagrammDescription a {
	border: 2px solid #BDB6F7;
	color: #BDB6F7;
	font-size: 18px;
	padding: 10px 50px;
}
.instagramTitleImage img {
	width: 130px;
	margin-top: -30px;
	margin-left: 70px;
}
.instagramImgBlock {
	display: flex;
	flex-wrap: wrap;
}
.instagramImgBlock img {
	margin-right: 30px;
	margin-bottom: 30px;
}
.instagramImgBlock img:nth-child(4n+4) {
	margin-right: 0;
}
.kategoryHomeTitle {
	margin-bottom: 80px;
	margin-top: 100px;
}
.kategoryHomeBlock {
	display: flex;
	flex-wrap: wrap;
}
.kategoryHomeBlock .ifChildrenCategoryBlock {
	width: 48.6%;
	margin-right: 30px;
	background: #f3f3f3;
	padding: 40px 25px;
	border-radius: 20px;
	margin-bottom: 30px;
	height: 330px;
	position: relative;
}
.kategoryHomeBlock .ifChildrenCategoryBlock:nth-child(even) {
	margin-right: 0;
}
.kategoryHomeBlock .childrenCategoryBlock {
	
}
.kategoryHomeBlock .ifChildrenCategoryBlock img {
	position: absolute;
	right: 0;
	bottom: 50px;
}
.kategoryHomeBlock .ifChildrenCategoryBlock .osnMenuTitle {
	font-size: 20px;
	color: #252525;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: Futura PT Medium;
}
.kategoryHomeBlock .childrenCategoryBlock a {
  color: #252525 !important;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
}
.kategoryHomeBlock .childrenCategoryBlock li {
  margin-top: 2px;
  list-style: disc;
  color: #252525;
  margin-left: 10px;
}
.catTitleOsn {
	color: #252525;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 32px;
}
.modelProduct {
	font-size: 16px;
	color: #000;
}
#product-product h1 {
	font-family: Futura PT Medium;
	font-size: 40px;
	color: #252525;
}
.sdfsdf {
	font-size: 24px;
	font-family: Futura PT Medium;
}
.odfhoid {
	font-size: 32px;
}
.btn-danger-cart {

}
#cart .dropdown-menu li {
	padding-left: 20px;
	padding-right: 20px;
}
#cart .dropdown-menu tr {
	background: #fff;
}
#cart .dropdown-menu td {
	border: none; 
}
.tableCart .nameIVes a {
	font-size: 16px;
	color: #252525;
	font-family: Futura PT Medium;
}
.tableCart .nameIVes p {
	font-size: 14px;
}
.tableCart tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.imgCartVipod {
	padding-left: 0 !important;
}
.imgCartVipod a {
	margin-left: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0;
}
.cancelVipodCart {
	padding-right: 0 !important;
}
.colvoCartVipod {
	font-size: 16px;
	color: #252525;
}
.itogVipodCart tr:first-child {
	display: none;
}
.itogVipodCart td {
	width: 50%;
	font-size: 20px;
	color: #252525;
	font-family: Futura PT Medium;
}
.itogVipodCart tr td:first-child {
	padding-left: 0;
}
.itogVipodCart tr td:last-child {
	padding-right: 0;
}
.cartPerVipod {
	display: block;
	background: #a6a6a6;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.leftContact img {
	width: 100%;
}
.socSetiContact {
	display: flex;
	background-image: url(/image/bacSocial.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 30px 75px;
}
.socSetiContact a {
	background-color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #cbc4f8;
	margin-right: 20px;
}
.instaSoc .fa {
	font-size: 28px;
}
.faceSoc {
	align-items: end !important;
}
.faceSoc .fa {
	font-size: 31px;
	margin-bottom: -2px;
}
.whatsSoc .fa {
	font-size: 31px;
}
.vkSoc .fa {
	font-size: 25px;
}
.leftContact h2 {
	font-family: Futura PT Medium;
	margin-top: 50px;
}
.titleContactDoch {
	color: #AFAFAF;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 20px;
}
.titleContactDoch:first-child {
	margin-top: 0;
}
#information-contact address {
	color: #252525;
	font-size: 16px;
	margin-bottom: 0;
}
.rethim {
	color: #252525;
	font-size: 16px;
}
.telContact {
	display: block;
	color: #252525;
	font-size: 16px;
}
.dopInfoContact {
	margin-top: 100px;
	font-size: 16px;
}
.napisContact {
	margin-top: 20px;
}
.napisContact a {
	color: #fff;
	background-color: #A6A6A6;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 5px;
}
.mapContact {
	margin-top: 100px;
}
#cart-total {
	background-color: #252525;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -5px;
	bottom: -5px;
}
.titlePosImg {
	display: flex;
	justify-content: space-between;
}
.titlePosImg h1 {
	font-size: 32px;
	font-weight: 400;
	font-family: Futura PT Medium;
}
.titlePosImg img {
	width: 90px;
	margin-top: -10px;
}
.descrTitlePos {
	font-size: 18px;
}
.descrTitlePos span {
	font-family: Futura PT Medium;
}
.formPostavshikam {
	background-color: #f3f3f3;
	padding: 40px 30px;
	margin-top: 30px;
}
.formPostavshikam form {
	display: flex;
	flex-direction: column;
}
.formPostavshikam form  input {
	  border: 1px solid #e0e0e0;
	  margin-bottom: 25px;
	  height: 60px;
	  border-radius: 5px;
	  padding-left: 20px;
	  padding-right: 20px;
	  font-size: 18px;
	  color: #828282;
}
.formPostavshikam form  input:focus {
	outline: none;
	border: 1px solid #252525;
}
.formPostavshikam form  textarea:focus {
	outline: none;
	border: 1px solid #252525;
}
.formPostavshikam form textarea {
	border: 1px solid #e0e0e0;
	margin-bottom: 25px;
	height: 180px;
	border-radius: 5px;
	padding: 20px;
	font-size: 18px;
	color: #828282;
}
.checkPosBlock {
	display: flex;
	align-items: start;
	flex-direction: row;
	margin-bottom: 35px;
}
.checkPosBlock input {
	height: auto !important;
	margin-right: 10px;
}
.checkPosBlock p {
	font-size: 16px;
	text-align: justify;
}
#submitPos {
	margin-bottom: 0;
	background-color: #828282;
	color: white;
	font-size: 24px;
}
.filePosBlock {
	margin-bottom: 25px;
}
.filePosBlock label {
	display: flex;
	align-items: end;
	cursor: pointer;
}
.filePosBlock label span {
	font-size: 18px;
	text-decoration: underline;
	margin-left: 10px;
}
.kapPos2 {
	width: 100px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.kapPos1 {
	width: 100px;
	margin-top: 20px;
	margin-right: 20px;
}
.modPosh2Title h2 {
	text-align: center;
	font-size: 36px;
	font-family: Futura PT Medium;
}
.modPosImgTitle2 {
	text-align: right;
	margin-bottom: 20px;
}
#redKapkeykovModal .modal-header {
	border-bottom: none;
	height: 50px;
}
#redKapkeykovModal .modal-header .close {
	font-size: 50px;
	line-height: 0.5;
	color: #252525;
	opacity: 1;
}
#otkarModalVhod {
	cursor: pointer;
}
#vhodKabinet {
	align-items: center;
	justify-content: center;
}
#vhodKabinet .modal-dialog {
	width: 620px;
}
#vhodKabinet .modal-body {
	padding-right: 110px;
	padding-left: 110px;
}
#vhodKabinet .titleModalVhod {
	text-align: center;
	font-size: 42px;
	font-family: Futura PT Medium;
	margin-bottom: 35px;
}
#vhodKabinet .inputModalVhod {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#vhodKabinet .inputModalVhod input {
	width: 100%;
	height: 46px;
	border: 1px solid #a6a6a6;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 18px;
}
#vhodKabinet .inputModalVhod img {
	position: absolute;
	right: 6px;
	width: 26px;
}
#vhodKabinet .zabiliParolVhod a {
	font-size: 12px;
	color: #252525;
	font-family: "arial";
}
#vhodKabinet .submitVhodBlock {
	margin-top: 30px;
}
#vhodKabinet .submitVhodBlock input {
	width: 100%;
	background-color: #a6a6a6;
	border-radius: 3px;
	border: none;
	height: 48px;
	color: white;
	font-size: 22px;
	margin-bottom: 30px;
}
#vhodKabinet .zaregVhod a {
	font-size: 12px;
	color: #252525;
	font-family: "arial";
	cursor: pointer;
}
#vhodKabinet .zaregVhod {
	text-align: center;
}
#formModalVhod {
	margin-bottom: 50px;
}
#vhodKabinet .inputModalVhod input:focus {
  outline: none;
  border: 1px solid #252525;
}
#vhodKabinet .submitVhodBlock input:focus {
	outline: none;
  	border: 1px solid #252525;
}
#vhodKabinet .modal-header {
  border-bottom: none;
  height: 50px;
}
#vhodKabinet .modal-header .close {
	opacity: 1;
}
#vhodKabinet .modal-header .close span {
	color: #252525;
	font-size: 50px;
}
#regPopupModal label {
	display: none !important;
}
#regPopupModal .col-sm-10 {
	width: 100%;
}
#regPopupModal .simpleregister-block-content {
	padding: 0;
}
#registerKabinet .modal-body {
 padding: 30px 110px;
}
#registerKabinet .modal-dialog {
	width: 620px;
}
#registerKabinet h2 {
	text-align: center;
	font-size: 42px;
	font-family: Futura PT Medium;
	margin-bottom: 35px;
}
#regPopupModal input {
	width: 100%;
	height: 46px;
	border: 1px solid #a6a6a6;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 18px;
}
#regPopupModal .simpleregister-button-block {
	padding: 0;
}
#regPopupModal .simpleregister-button-right {
	float: left;
	width: 100%;
}
#regPopupModal #simpleregister_button_confirm {
	width: 100%;
	background-color: #a6a6a6;
	border-radius: 3px;
	border: none;
	height: 48px;
	color: white;
	font-size: 22px;
	margin-bottom: 30px;
	background-image: none;
}
#regPopupModal input:focus {
  outline: none;
  border: 1px solid #252525;
  box-shadow: none;
}
.liboVoyti p {
	font-size: 12px;
	color: #a6a6a6;
	font-family: "arial";
	text-align: center;
}
#voytiZaregButton {
	font-size: 12px;
	color: #252525;
	font-family: "arial";
	cursor: pointer;
}
#registerKabinet .modal-header {
	border-bottom: none;
	height: 50px;
}
#registerKabinet .modal-header .close {
	opacity: 1;
}
#registerKabinet .modal-header .close span {
	color: #252525;
	font-size: 50px;
}
.simplecheckout-cart th.image {
	font-size: 24px;
	width: 15% !important;
	text-align: left !important;
	padding: 0;
}
.simplecheckout-cart td.image {
	text-align: left !important;
	padding: 0;
}
.simplecheckout-cart {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.simplecheckout-cart th {
  background-color: white !important;
}
.simplecheckout-cart td.name {
  text-align: left !important;
  width: 30%;
}
.simplecheckout-cart td.name a {
  font-size: 18px;
  color: #252525;
	font-family: Futura PT Medium;
}
.simplecheckout-cart td.name .options {
  font-size: 16px;
}
.simplecheckout-cart td.quantity .input-group {
	max-width: 1000;
	border: 1px solid #000;
	border-radius: 3px;
	width: 58px;
}
.simplecheckout-cart td.quantity .input-group button.minus {
	color: #252525;
	background-color: inherit;
	background-image: none;
	border: none;
	font-size: 24px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: right;
	width: 20px;
	height: 10px;
	margin-bottom: 6px;
	text-shadow: none;
}
.simplecheckout-cart td.quantity .input-group input {
	text-align: center;
	font-size: 16px;
	color: #252525;
	border: none;
	padding: 0;
	width: 25px;
	min-width: 0 !important;
	box-shadow: none;
}
.simplecheckout-cart td.quantity .input-group button.plus {
	color: #252525;
	background-color: inherit;
	background-image: none;
	border: none;
	font-size: 20px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: left;
	width: 20px;
	height: 10px;
	margin-bottom: 1px;
	text-shadow: none;
}
.simplecheckout-cart .price {
	width: 15%;
}
.simplecheckout-cart .price div {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.simplecheckout-cart .total {
	text-align: center !important;
}
.simplecheckout-cart td.total {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000;
	padding-right: 0;
}
.simplecheckout-cart th.quantity {
	font-size: 16px !important;
	color: #a6a6a6;
	padding-bottom: 10px;
	font-weight: 300 !important;
}
.simplecheckout-cart th.price {
	font-size: 16px !important;
	color: #a6a6a6;
	padding-bottom: 10px;
	font-weight: 300 !important;
}
.simplecheckout-cart th.total {
	font-size: 16px !important;
	color: #a6a6a6;
	padding-bottom: 10px;
	font-weight: 300 !important;
}
.spisokTovarov td {
	padding-bottom: 18px !important;
	padding-top: 18px !important;
}
.simplecheckout-cart td.image img {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
	margin-left: 2px;
}
.simplecheckout-cart td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.simplecheckout-cart-total {
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}
.obshBlockTotalTovar {
	position: relative;
}
.buttonRemoveTovar {
	position: absolute;
	bottom: 18px;
	right: 0;
	display: flex;
}
.butRemTov button {
	background-color: inherit;
	background-image: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
	padding: 0;
}
.butRemTov button:hover {
	background-color: inherit;
	background-image: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
}
.butRemTov {
	display: flex;
	align-items: center;
}
.butRemTov p {
	margin-bottom: 5px;
	margin-left: 5px;
	color: #252525;
	font-weight: 300;
	font-size: 16px;
}
.izbrTovatBut {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 35px;
}
.izbrTovatBut p {
	margin-bottom: 5px;
	margin-left: 5px;
	color: #252525;
	font-weight: 300;
	font-size: 16px;
}
.textTotalTovar {
	font-family: 'Montserrat', sans-serif;
}
.simplecheckout-cart .price div {
	font-family: 'Montserrat', sans-serif;
}
.simplecheckout-cart-total span b {
	color: #252525;
	font-weight: 300;
	font-size: 16px;
}
.simplecheckout-cart-total-value {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.asddfkg {
	display: none;
}
#simplecheckout_customer .checkout-heading {
	background-color: inherit;
	border: none;
	color: #000;
	font-size: 46px;
	font-family: Futura PT Medium;
	margin-bottom: 30px;
}
.simplecheckout-block-content .form-horizontal .control-label {
	display: none !important;
}
#simplecheckout_customer .form-horizontal .form-group .col-sm-8 {
	width: 100% !important;
}
#simplecheckout_customer .form-horizontal .form-group input {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	padding: 18px 30px;
	box-shadow: none;
}
#simplecheckout_customer {
	margin-bottom: 0;
}
#simplecheckout_customer .simplecheckout-block-content {
	padding-bottom: 0;
}
#simplecheckout_customer .form-group {
	margin-bottom: 25px;
}
#simplecheckout_shipping_address input {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	padding: 18px 30px;
	box-shadow: none;
}
#simplecheckout_shipping_address .simplecheckout-block-content {
	padding-top: 0;
}
#simplecheckout_shipping_address .col-sm-8 {
	width: 100% !important;
}
#nazvanieOrganiz {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	padding: 18px 30px;
	box-shadow: none;
	margin-bottom: 25px !important;
}
#shipping_address_company {
	display: none;
}
.buttonUkazatRekviziti {
	background-color: #a6a6a6;
	text-align: center;
	margin-left: 11px;
	border-radius: 5px;
	height: 40px;
	color: #fff;
	width: 186px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 5px;
}
#simplecheckout_payment {
	display: none;
}
#simplecheckout_shipping .checkout-heading {
	background-color: inherit;
	border: none;
	color: #000;
	font-size: 46px;
	font-family: Futura PT Medium;
	margin-bottom: 30px;
	margin-top: 40px;
}
#simplecheckout_shipping .simplecheckout-block-content select {
	padding: 0;
	border: none;
	box-shadow: none;
	width: auto;
	cursor: pointer;
	font-size: 20px;
	color: #000;
}
.textShipingCus {
	color: #a6a6a6;
	margin-left: 15px;
	font-size: 14px;
}
#adressDostavki {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	padding: 18px 30px;
	box-shadow: none;
	margin-bottom: 25px !important;
	margin-left: 15px !important;
	margin-top: 25px !important;
	width: 630px;
}
#shipping_address_address_1 {
	display: none;
}
#simplecheckout_shipping_address {
	display: none;
}
#simplecheckout_comment {
	margin: 40px 10px 0 10px;
}
#simplecheckout_comment #comment {
	height: 180px;
	padding: 20px 30px;
	font-size: 18px;
	box-shadow: none;
	border: 1px solid #e0e0e0;
}
#simplecheckout_button_confirm {
	text-shadow: none;
	box-shadow: none;
	background-color: #a6a6a6;
	background-image: none;
	border: none;
	width: 255px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-left: 11px !important;
}