b, strong {
  font-weight: 700;
}

hr {
  border-top: 1px solid #e9e9e9;
}

.custom-phone-chat {
	display: inline-block;
	min-width: 60px;
}
.custom-phone-chat__icon i {
	color: white;
	font-size: 16px;
	padding: 0 5px;
}
.seo-link {

}
.seo-link a {
	display: inline-block;
	padding: 3px;
	/*background-color: #ccc;*/
	color: #999;
	border-radius: 6px;
}

.product-groups {
	margin-bottom: 0;
}
.product-groups .group {
	margin-bottom: 5px;
}
.product-groups .group .title {
	font-weight: 500;
	margin-bottom: 5px;
}

.product-groups .group .products {

}

.product-groups .group .products a {
	display: inline-flex; /*display: inline-block; изменил*/
    align-items: center; /*добавил*/
	border: 1px solid #e9e9e9;
	padding: 0px 8px; /*padding: 2px 2px; изменил*/
	background-color: white;
	color: #202226;
	margin-bottom: 3px;
	/*position: relative;*/
	border-radius: 6px;
	/*line-height: 1;*/
    height: 28px; /*добавил*/
}

.caption-hover .product-groups .group .products a {
	display: inline-block; 
	border: 1px solid #e9e9e9;
	padding: 2px 2px;
	background-color: white;
	color: #202226;
	margin-bottom: 3px;
	position: relative;
	border-radius: 3px;
	line-height: 1;
    height: 20px; /*добавил*/
}

.product-groups .group .products .selected, .product-groups .group .products a:hover {
	color: #4f4c4c;
	border-color: #F33;
	/*box-shadow: 0 1px 5px 2px rgb(228, 230, 235);*/
	background-color: #FDF2F2;
}

.caption-hover .product-groups .group .products .selected, .caption-hover .product-groups .group .products a:hover {
	color: #4f4c4c;
	border-color: #F33;
}

.product-grid .product-thumb {
	position: relative;
}

.product-grid .product-thumb .image {
  padding: 0;
  padding-top: 5px;
}

.product-groups .group.group-color .products a {
	width: 30px;
	height: 30px;
	padding: 0;
	position: relative;
	margin-right: 3px;
	border: 0;
	border-radius: 50%;
}

.product-groups .group .products a .hint {
	position: absolute;
	font-size: 12px;
	background-color: white;
	top: -36px;
	border: 1px solid #e9e9e9;
	display: none;
	z-index: 99;
	color: black;
	padding: 5px 5px;
	left: 0;
	white-space: nowrap;
	border-radius: 6px;
}
.product-groups .group .products a:hover .hint {
	display: block;
}

.product-groups .group.group-color .products a.selected {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
	box-shadow: 0 0 0 1px rgb(255, 0, 0);
	border: 3px solid #FFF;
}

.product-groups .group.group-color .products a:hover {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px 2px rgb(228, 230, 235);
	border: 3px solid #FFF;
}

.product-groups .group.group-image {
	text-align: left
}

.product-groups .group.group-image:hover {

}
.product-groups .group.group-image .products a {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #e9e9e9;
	position: relative;
	margin-right: 3px;
	background-color: white;
	background-size: 100%;
}

.product-groups .group.group-image .products a.selected, .product-groups .group.group-image .products a:hover {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(204, 0, 0, 0.65);
	-moz-box-shadow: 0px 0px 2px 1px rgba(204, 0, 0, 0.65);
	box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
	border: 3px solid #FFF;
}

.product-groups .group.group-image .products a span, .product-groups .group.group-color .products a span {
	display: none;
}

.product-list-groups {
	z-index: 49;
	left: 10px;
	margin: 0 11px 0 11px;
}

.product-list-groups a {
	padding: 0 3px;
}

.product-list-groups .group.group-image .products a {
	width: 22px;
	height: 22px;
}

.product-list-groups .group.group-color .products a {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.product-economy {
	display: none;
	color: #f33;
}
.product-layout-main {
	position: relative;
	overflow: hidden;
}
.product-layout-main .caption-hover {
	position: absolute;
	background-color: white;
	z-index: 999;
	width: 100%;
	left: -1px;
	border-top: 0;
	box-sizing: unset;
	top: auto; /*top: 92%;*/
}

.product-layout-main:hover .caption-hover:before {
	background-color: white;
	content: "";
	position: absolute;
	width: 100%;
	height: 23px;
	left: 0;
	top: -17px;
	z-index: 0;
}
.product-layout-main:hover .product-list-groups {
	margin-top: -36px;
	margin-left: 10px;
}

.product-layout-main .caption-hover:before {
	background: -moz-linear-gradient(top, rgba(255,255,255,50%) 0%, rgba(255,255,255,1) 35%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,50%) 0%,rgba(255,255,255,1) 35%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0%) 0%,rgba(255,255,255,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	content: "";
}
.product-layout-main:hover {
	overflow: inherit;
}
.product-layout-main:hover .caption-hover {
	display: block;
	top: 100%;
	border: 1px solid #EEE;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.product-layout-main:hover .product-list-groups .group-color {
	position: relative;
	top: -3px;
}

.timere-zone {
  position: relative;
  padding: 8px;
  margin: 15px 0 15px 0;
  text-align: center;
  color: #868583;
  background: #f5f5f5;
  border-radius: 8px;
  width: auto;
  float: none;
  border: 1px solid #eaeaea;
}

.timere-zone::before, .timere-zone > :first-child::before, .timere-zone::after {
  content: none;
}

.region-pages {
	margin-bottom: 20px;
}

.category2lv-center .childs {
	clear: left;
	text-align: left;
	margin-top: -15px;
	float: left;
	margin-left: 0;
}

.category2lv-center .childs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.category2lv-center .childs ul li {
	display: block;
	margin-bottom: -3px;
	padding-left: 25px;
	position: relative;
}
.category2lv-center .childs ul li:before {
	content: "-";
	position: absolute;
	left: 10px;
}
.category2lv-center .childs ul li a {
	font-size: 12px;
}
.product-thumb  .informer {
	color: #333;
	margin-top: 5px;
	font-size: 12px;
}

.product-cust__body-price  .informer {
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.product-thumb .cart {
	margin-top: 5px;
	margin-bottom: 11px; /*Ð”Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¾ Ð§Ñ‚Ð¾Ð± Ñ€Ð°Ð·Ð½Ð¾Ð²Ð¸Ð´Ð½Ð¾ÑÑ‚Ð¸ Ð½Ðµ Ð·Ð°Ð»Ð°Ð·Ð¸Ð»Ð¸ Ð½Ð° ÐšÑƒÐ¿Ð¸Ñ‚ÑŒ*/
}
.product-thumb .price {
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 21px;
	color: #202226;
}
.product-thumb .product-groups-wrap {
	height:30px;
}
#product-category-related {
	position: relative;
	margin-top: 20px;
}
#product-category-related .show-all {
	z-index: 999;
	border-radius: 0;
	background-color: white !important;
	border: 1px solid #e9e9e9 !important;
	font-size: 14px;
	margin-right: 7px;
	margin-bottom: 8px;
	text-transform: none;
	color: #333;
	padding: 7px 15px;
}
#product-category-related .show-all:hover {
	background-color: #c3c3c3 !important;
	color: #333;
}
#product-category-related .nav-tabs {
	box-shadow: none;
	background-color: #fff;
}
#product-category-related .nav-tabs li {
}
#product-category-related .nav-tabs li a {
	border-radius: 8px;
	background-color: none;
	border: 1px solid #F5F6FA;
	font-size: 14px;
	margin-right: 7px;
	margin-bottom: 8px;
	text-transform: none;
	padding: 8px 15px;
	color: #3f7aae;
}
#product-category-related .nav-tabs li.active {
}
#product-category-related .nav-tabs li.active a {
	background-color: #F5F6FA;
}
#product-category-related .nav-tabs li a:hover {
	background-color: #F33;
	color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
	color: #3f7aae;
	border-radius: 8px;
}

.pagination > li > a:hover, .pagination > li > span:hover {
	background: #F33;
	border-radius: 8px;
	color: #FFF !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 8px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 8px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #3f7aae;
	color: #FFF;
	border-radius: 8px;
}


.product-informer {
	border: 1px solid #e9e9e9;
	padding: 4px 15px 7px 55px;
	position: relative;
	margin-top: -4px;
	line-height: 1.2;
	margin-bottom: 10px;
	width: 271px;
	border-radius: 8px;
}
.product-informer::after {
	width: 28px;
	height: 13px;
	background-image: url(/catalog/view/theme/royal/image/informer-triangle.jpg);
	content: "";
	position: absolute;
	top: -13px;
	left: 16px;
}

.product-informer .fa-calculator {
	position: absolute;
	font-size: 32px;
	left: 19px;
	top: 14px;
}
.product-informer .title {
}
.product-informer .equal {

}
.product-informer .equal .quant {

}
.product-informer .equal .unit2 {

}
.product-informer .result {

}

.product-informer .result .sum {
	font-weight: 500;
}

.overlay {
	position: fixed;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 99998;
	left: 0;
	top: 0;
}

.popup {
	position: fixed;
	left: 0;
	display: block;
	z-index: 99999;
	background-color: white;
	border: 1px solid #ccc;
	top: 20px;
	padding: 10px 25px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	width: 190px;
	text-align: left;
}

.popup button.close {
	position: absolute;
	right: 7px;
	top: 2px;
}

.popup.change-shop {
	width: 565px;
}
.popup.change-shop p {
	text-align: center;
}
.popup.change-shop .button-another {
background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px #ebebeb;
  color: #3f7aae !important;
	margin-right: 10px;
}
.popup.change-shop .buttons-wrap {
	margin-top: 30px;
}

.popup.change-shop .buttons {
	margin-left: 0;
	clear: left;
	width: 100%;
	float: left;
	margin-bottom: 0;
}

.box-category {
	margin-top: -5px;
	padding-left: 0;
	padding-right: 0;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 0px 2px 8px 0;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: 400;
}
.box-category > ul > li a {
	font-size: 14px;
	color: #202226;
}

.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 6px 6px 0 15px;
}
.box-category > ul > li ul > li > a {
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: 400;
}
.box-category .accordion li.dcjq-parent-li {
	position: relative;
}
.box-category .accordion li.dcjq-parent-li .dcjq-icon {
	float: right;
	width: 8px;
	position: absolute;
	top: 8px;
	right: -12px;
	background: url(../image/plus.png) no-repeat 0 center;
	cursor: pointer
}
.box-category .accordion li.dcjq-parent-li .dcjq-icon:hover {
	background: url(../image/plus.png) no-repeat 0 center;
}
.box-category .accordion li.dcjq-parent-li > a + .dcjq-icon {
	display: block;
	width: 8px;
	background: url(../image/plus.png) no-repeat 0 center;
}
.box-category .accordion li.dcjq-parent-li > a.active + .dcjq-icon {
	display: block;
	width: 8px;
	background: url(../image/minus.png) no-repeat 0 center;
}
.box-category .accordion li > a + .dcjq-icon {
	display: none;
}
.box-category .accordion li > a.active + .dcjq-icon {
	display: none;
}


.instock textarea {
	resize: vertical;
}
.instock {
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
}
.instock2 {
	padding: 15px 25px 15px 25px;
}
.name-popup {
	color: #444;
	font-size: 15px;
	line-height: 33px;
	padding: 0 0 0 15px;
}
.name-product {
	color: #444;
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 17px;
	line-height: 1.1;
}
.instockf {
	border-bottom: 1px solid #F5F5F5;
}
.instock {
	position: relative;
	background: #FFFFFF !important;
}
.forminstock {
	padding-left: 15px;
	padding-right: 15px;
}
.forminstock .form-group {
	margin-bottom: 1px;
}

.form-group #input-quantity {
	border-radius: 8px 0 0 8px;
}
.btnfast {
	margin: 0 auto;
	display: block;
}
.priceall {
	text-align: center;
}
.priceold-product {
	color: #444;
	font-size: 22px;
	display: inline;
	font-weight: 400;
}
.price-product {
	color: red;
	font-size: 15px;
	display: inline;
	text-decoration: line-through;
}
.instock .mfp-close {
	background: #F0F0F0 !important;
	height: 35px !important;
	cursor: pointer !important;
	line-height: 35px !important;
	width: 35px !important;
}
.instock .mfp-close span {
	color: red !important;
}
.instock .image_wrap img {
}

#search {
	margin-bottom: 0;
}
#search.input-group {
	width: 100%;
}
.top-header .shops {
	position: absolute;
	top: 64px;
	left: 47px;
	padding: 0px 5px;
	border-radius: 3px;
	background-color: white;
}
.top-header .shops .current-shop {
	cursor: pointer;
	text-align: left;
}
.top-header .shops .shops-list {
	position: absolute;
	right: 0;
	display: none;
	z-index: 9999;
	background-color: white;
	border: 1px solid #ccc;
	top: 100%;
	padding: 10px 25px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	width: 390px;
	text-align: left;
}
.top-header .shops .shops-list ul {
	padding: 0;
	list-style: none;
	width: 49%;
	display: inline-block;
}
.top-header .shops .shops-list button.close {
	position: absolute;
	right: 7px;
	top: 2px;
}
.top-header .shops .shops-list ul li {
	margin-bottom: 7px;
}
/*.top-header .shops .shops-list ul li a {
 border-bottom: 1px dashed #F33;
 }*/
.top-header .shops .shops-list ul li a.active {
	cursor: pointer;
	font-weight: 500;
	border-bottom: 1px dashed #3f7aae;
}

.top-header .shops .shops-list ul li a:hover {
	cursor: pointer;
	font-weight: 500;
	border-bottom: 1px dashed #F33;
}
.top-header .confirm {
	border-radius: 8px;
	border: none;
	position: absolute;
	width: 280px;
	background-color: white;
	z-index: 99999;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.4);
}

.pull-left .button-another {
	background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px #ebebeb;
  color: #3f7aae !important;
  margin-right: 10px;
}
.top-header .confirm .title {
	text-align: center;
}
.top-header .confirm .title span {
	color: #F33;
	font-weight: 500;
	margin: 0;
}
.top-header .confirm .buttons {
	border-top: 1px solid #e9e9e9;
	padding-top: 11px;
	margin: 9px 0 0 0;
}
.stock-shops {
	/*display: inline-block;*/ /*Ð—Ð°ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð» Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ½Ð¾ÑÐ° Ð±Ð»Ð¾ÐºÐ° Ð¿Ð¾Ð´ ÐšÑƒÐ¿Ð¸Ñ‚ÑŒ*/
	position: relative;
}
.stock-shops > a {
	cursor: pointer;
	color: #3f7aae;
	font-size: 14px;
}
.stock-shops .stock-shop-list {
	position: absolute;
	background-color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	width: 350px;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
	/*box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);*/
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.4);
}
.stock-shops .stock-shop-list a {
	cursor: pointer;
	color: #3f7aae;
	font-size: 14px;
}
.stock-shops .stock-shop-list a:hover {
	color: #F33;
	font-weight: 500;
	border-bottom: 1px dashed #F33;
}
.stock-shops .stock-shop-list table {
	width: 100%;
}
.stock-shops .stock-shop-list table td {
	padding: 3px;
	border-bottom: 1px solid #e9e9e9;
}
.stock-shops .stock-shop-list table tr:last-child td {
	border-bottom: none;
}
.stock-shops .stock-shop-list .close {
	position: absolute;
	right: 8px;
	top: 4px;
}

.stock-shops .stock-shop-list.all-product {
    position: relative;
	padding: 10px;
	border: none;
	width: 100%;
}

.stock-color.available {
	color: #009933;
}
.stock-color.stock {
	color: #006633;
}
.stock-color.sold {
	color: #F33;
}
.stock-color.low {
	color: #FF6600;
}
.stock-color.wait {
	color: #0033FF;
}
.stock-color.preorder {
	color: #990099;
}
.rewardoff {
	color: #666666;
}

#product #fast-order {
	background-color: #fff;
	color: #093;
}

#product #fast-order:hover {
	background: #F33;
	color: #fff;
}

#product .cart {
	text-align: left;
}
.product-grid .list-quantity {

	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.product-list .list-quantity {

	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.list-quantity input {
	background: #f1f1f1 none repeat scroll 0 0 !important;
	border: 0 none;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	color: #2f2f2f;
	display: inline-block;
	float: left;
	font-size: 15px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 60px !important;
}
.list-quantity button {
	background-color: #f8f8f8;
	border: medium none;
	clear: both;
	color: #222;
	float: left;
	font-size: 8px;
	height: 18px;
	width: 25px;
}
.list-quantity button i {
	font-size: 18px;
}
.list-quantity.corousel-list-quantity {
	display: inline-block;
	width: 90px;
	vertical-align: top;
}
.box-category .accordion li.dcjq-parent-li .dcjq-icon {
	display: none !important;
}
.box-category-news .accordion li.dcjq-parent-li .dcjq-icon {
	display: block !important;
}
#category-accordion-small .show-all {
	cursor: pointer;
	border-bottom: 1px dashed;
	display: inline-block;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #e9e9e9 !important;
}
.table > tbody > tr > td {
    border-top: 1px dotted #e9e9e9;
}	
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #202226;
	/*line-height: 1.4; Тест при 20px*/
}
.tell_nav {
	color: #fff;
	font-size: 14px;
	border-bottom: 1px dashed;
	letter-spacing: normal;
}

.phone {
    font-weight: 400;
}

.line {
	color: #fff;
	
}
.caption a {
	color: #202226;
	font-size: 14px;
}
.caption a:hover {
	color: #F33;
}
/*.caption-height {
	height: 30px;
}*//*отступ разновидностей*/
.top-header {
	background: #011c37; /*#2C354B*/

	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

#cont:before {
	background-image: linear-gradient(90deg, #FFF 0%, #FFF 100%, transparent 35%, transparent 100%);
}
.containerfluid1 {
	background: #F5F5F5;
}
.containerfluid2 {
	background: #FFF;
}

.panel-default {
	border: none;
	box-shadow: none;
}
.list-group-item {
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

/*чекбокс фильтр*/
.ocfilter-option label small {
	background-color: #fff;
	/*top: calc(-3px * 2 + 2px);*/
	/*position: relative;*/
	font-size: 12px;
	color: #aeaeae;
}

.ocfilter-option label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 6px 0;
}
/*.ocfilter-option label a {
color: #222;
}
.ocfilter-option label {
    font-size: 14px;
	padding: 8px 0 0 8px;
    font-weight: 400;
}
.ocfilter-option label input {
	display: block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
}*/
/*чекбокс фильтр конец*/
/*custom-checkbox фильтр*/

/* для элемента input c type="checkbox" */
.option-values label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.option-values label a {
	display: inline-flex;
	align-items: center;
	user-select: none;
	color: #222;
	font-size: 14px;

}

/* создание в label псевдоэлемента before со следующими стилями */
.option-values label a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #aeaeae;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.option-values label input:not(:disabled):not(:checked)+a:hover::before {
  border-color: #f33;
}

/* стили для активного чекбокса (при нажатии на него) */
.option-values label input:not(:disabled):active+a::before {
  background-color: #faa;
  border-color: #faa;
}

/* стили для чекбокса, находящегося в фокусе */
.option-values label input:focus+a::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.option-values label input:focus:not(:checked)+a::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.option-values label input:checked+a::before {
  border-color: #f33;
  background-color: #f33;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.option-values label input:disabled+a::before {
  background-color: #e9ecef;
}

/*custom-checkbox end*/

.ocfilter-option .option-name {
    font-weight: 400;
    color: #202226;
	font-size: 14px;
}

.selected-options .ocfilter-option {
    background-color: #fff;
}

.btn.btn-block.btn-danger {
    border: none;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
background-color: #F60030;
  border-color: #F60030;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #F33;
}
.container-circle {
	bottom: 50px;
}
.product-layout2, .product-layout3, .product-layout4, .product-layout5 {
	border: none;
}
.product-layout2:hover, .product-layout3:hover, .product-layout4:hover, .product-layout5:hover {
	border: none;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}
.product-layoutwall2 {
	border: 1px solid #eaeaea;
}

.product-layout:hover .btn-cart {
	background-color: #F33;
}

.form-control.input-lg {
	border-radius: 8px;
	border: none;
	box-shadow: none;
	color: #202226;
}

.form-control {
	border-radius: 8px;
	border: 1px solid #e9e9e9;
	box-shadow: none;
	color: #202226;
}

.form-control:focus {
	border-color: #F33;
}

.dropdown-inner1 ul li a:hover {
	color: #F33 !important;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.25);
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #F33;
}
.dropdown-menu > li > a {
	color: #222;
}
.dropdown-menu.multi-level > li > a {
	color: #202226;
}
.catfl_nav {
	color: #222;
	letter-spacing: inherit;
}
.btn {
	box-shadow: none;
    border: 1px solid #e9e9e9;
}

.btn.btn-navbar.navbar-toggle__cust {
    border-radius: 8px;
    padding: 6px 40px;
    float: left;
    background: #3f7aae;
    border-color: #3f7aae;
    color: #fff;
    font-size: 16px;
	width: 100%;
 	display: block;
}


#menu .btn-navbar {
	background-color: #F33;
	border-color: #F33;
}

#menu .btn-navbar:hover {
	background-color: #F33;
	border-color: #F33;
}

#menu .dropdown-inner li a:hover {
	color: #F33;
}

#menu .dropdown-inner li a {
	padding: 3px 3px;
	line-height: 15px;
	text-transform: none;
}

#menu .dropdown-inner .children_lv3 a {
	font-size: 13px;
}
.menuv-all {
	color: #F33 !important;
}

.dropdown-menu2 {
    font-size: 13px;
}
.dropdown-menu2 > li > a {
	line-height: 14px;
    font-weight: 400;
}
.submenu_main {
	text-transform: none;
	color: #3f7aae !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #F33 none repeat scroll 0 0;
	color: #fff !important;
	border-color: #F33;
}


.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #F33;
  border-color: #F33;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #F33;
  border-color: #F33;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
    line-height: 11px;
}
.btn.btn-xs.btn-danger {
    border-radius: 8px;
}
.btn-xs {
  font-size: 11px;
}

.btn-danger {
	border-radius: 8px;
	border: none;
}
.btn-danger:hover {
	background-color: #F33;
	border-color: #F33;
	box-shadow: none;
}


.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #F33;
    border-color: #F33;
}
.btn-instock {
	margin: 0 7px;
	font-size: 14px;
	border-radius: 8px;
	letter-spacing: normal;
	text-transform: none;
	border: medium none;
}

.btn-instock:hover {
    background: #F33;
}
footer {
	background-color: rgb(1 28 55 / 97%);
}

.footer-bottom {
	background: #011c37;
}

footer .list-unstyled li a:hover {
	color: #F33;
}

footer .list-unstyled li, footer .list-unstyled li a {
    letter-spacing: normal;
}

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

#form-language .language-select:hover {
	color: #F33;
}

.breadcrumb > li > a {
    color: #202226;
	font-size: 14px;
}	
.breadcrumb > li > a:hover {
	color: #F33;
}
.breadcrumb > li + li::before {
    content: ' › ';
}
.list-unstyled li a:hover {
	color: #101829;
}

.read-more {
	background: #da7701;
}
.read-more:hover {
	background: #101829;
}
.aridius_news-layout2, .aridius_news-layout3, .aridius_news-layout4, .aridius_news-layout5 {
	border: 1px solid #eaeaea;
}
.aridius_news-layout2:hover, .aridius_news-layout3:hover, .aridius_news-layout4:hover, .aridius_news-layout:hover {
	border: 1px solid #F33;
}

.search-name {
	color: #202226;
	font-weight: normal;
}

.search-name:hover {
	color: #F33;
}

.search-price {
	color: #202226;
	font-size: 14px;
	font-weight: normal;
}

.search-price2 {
	color: #adadad;
	font-size: 12px;
}
.search-special {
	color: #F33;
    font-size: 14px;
    font-weight: 400;
}
.news-list .name {
	font-weight: 500;
}
.news-list .newsdesc {
	text-align: left;
}
.home-news-list .read-more {
	display: inline-block;
	width: 120px;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -60px;
}


.catfl {
	border: none;
	border-bottom: 1px solid #e9e9e9;
}

#review table {
	border-bottom: none;
}
#review table td {
	border: none;
}
#review table td .rate {
	margin: 0 5px;
	display: inline-block;
	vertical-align: text-bottom;
}

.rating .fa-star-o {
	color: #ffcf27;
	font-size: 14px;
}
#review .fa-stack {
	color: #ffcf27;
}
.rating .fa-star {
	color: #ffcf27;
}
.rating .fa-star + .fa-star-o {
	color: #ffcf27;
}
.glyphicon-star {
	color: #ffcf27;
}
.glyphicon-star-empty {
	color: #ffcf27 !important;
}

.stickers-special {
	background: #F33;
	font-weight: 400;
}

.positionsticker-special {
	position: absolute;
  top: 3px;
}

.stickers-discount-shop {
	background: #9c3bfb;
	color: #fff;
	font-size: 12px;
	padding: 1px 6px;
	margin: 7px;
	z-index: 100;
	display: block;
	border-radius: 50px;
}
.stickers-special-detail {
  background: #F33;
  color: #fff;
  font-size: 12px;
  padding: 15px 0 18px 0;;
  margin: 5px;
  z-index: 100;
  display: block;
  border-radius: 50%;
  font-weight: 700;
  width: 50px;
  height: 50px;
}
.stickers-seller-shop {
	background: rgba(0, 153, 51, 0.8);
	color: #fff;
	font-size: 14px;
	padding: 1px 13px;
	margin: 7px;
	border-radius: 50px;
	text-align: center;
	max-width: 200px;
	width: 100%;
}

.stickers-seller-shop-product {
	background: rgba(0, 153, 51, 0.8);
	color: #fff;
	font-size: 14px;
	padding: 1px 13px;
	margin: 7px;
	border-radius: 50px;
	text-align: center;
}

.stickers-seller-shop-box {
	display: flex;
  	justify-content: flex-start;
}


.stickers-bonus {
	background: #ffb609;
	color: #000;
	font-size: 24px;
	padding: 9px 13px;
	margin: 0 7px 10px 0;
	z-index: 100;
	display: block;
	border-radius: 50%;
}

.stickers-discount-quantity {
background: #9c3bfb;
  color: #fff;
  font-size: 22px;
  padding: 8px 8px;
  margin: 0 7px 10px 0;
  z-index: 100;
  display: block;
  border-radius: 12px;
}







.stickers-bonus-flex {
	display: flex;
    position: relative;
}
.stickers-bonus-tile  {
	position: initial;
	display: grid;
  	align-items: center;
  	grid-template-columns: min-content 90%;
}

.stickers-discount-quantity-tile {
	position: initial;
	display: grid;
  	align-items: center;
  	grid-template-columns: min-content 90%;
	margin-top: 10px;
}

.text-h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #202226;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
.product-thumb .text-h4 {
	font-weight: 500;
	height: 34px;
	overflow: hidden;
}

.box-heading .text-h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	padding: 10px 10px 10px 0px;
	color: #202226;
	text-transform: none;
}

#product-category-related .text-h3, .product-content-bottom .text-h3 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	padding: 10px 10px 10px 0px;
	color: #202226;
	text-transform: none;
}

.text-h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	padding: 10px 10px 10px 0px;
	color: #202226;
	text-transform: none;
}

.catpr2 span {
	color: #3f7aae;
	font-size: 14px;
	display: block;
	text-transform: none;
	font-weight: 500;
	width: 100%;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	margin-top: 16px;
}

.catpr2 span:hover {
	color: #F33 !important;
}


.catpr-all .childs {
	list-style: none;
	padding: 0;
	margin: 5px 8px;
	display: block;
	clear: left;width: 100%;
	text-align: left;
	font-size: 13px;
}

.catpr-all .childs li {
	
}
.catpr-all .childs li a {
	
}
footer .text-h5 {
	padding: 0 0 5px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500; 	/*font-weight: 600;*/
	letter-spacing: normal;
	text-transform: uppercase;
}

/*.breadcrumb > li:last-child > a {
	color: #333;
}*/
ul.product-feature-list {
	list-style: none;
}

ul.product-feature-list li:before {
	content: '?';
	font-weight: 700;
	color: #25c766;
	display: block;
	position: absolute;
	left: 40px;
}

#top .btn-link, #top-links li, #top-links a {
	color: #101829;
}

#top {
	background: #fff;
}

#search .btn-lg {
	background: #F33;
	border-radius: 0 8px 8px 0;
	padding: 8px 14px;
	font-size: 15px;
}

#search .btn-lg:hover {
	background: #F60030;
}
#search .input-lg {
	height: 36px;
}
.btn-cart {
	border-radius: 8px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 14px;
	padding: 11px 11px;
}

.btn-cart:hover {
    color: #fff !important;
	background: #F33;
	box-shadow: 0 1px 5px 1px rgb(228, 230, 235);
}

.btn-cart:focus {
    color: #fff !important;	
	text-decoration: none;
}

.btn-cart__gray {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 0 1px #ebebeb;
	color: #3f7aae !important;
}


#cart > .btn {
	color: #fff;
}

.open > .dropdown-menu {
	border-radius: 4px;
	border: none;
}

.nav-tabs > li > a {
	text-transform: none;
	border: none;
}

.nav-tabs.mod > li.active > a, .nav-tabs.mod > li.active > a:focus, .nav-tabs.mod > li.active > a:hover {
background:#f5f6fa;
border: none;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #F33;
}

.nav > li > a {
	padding: 7px 15px;
}

.nav-tabs {
		border-bottom: none;
	background-color: #F5F6FA;
}

.btn-wishlist {
	border: none; /*border: 1px solid #eaeaea;*/
	border-radius: 8px;
}

.btn-wishlist:hover {
	background: #F33;
	border: none;
    font-weight: 500;
}

.btn-compare {
	border: none; /*border: 1px solid #eaeaea;*/
	border-radius: 8px;
}
.btn-compare:hover {
	background: #F33;
	border: none;
}
#menu .nav > li > a {
	text-transform: none;
	font-size: 14px;
	text-shadow: none;
	color: #2C354B;
}

.panel-default > .panel-heading {
	background-color: #FFFFFF;
}

.product-thumb .caption {
	padding: 10px;
	text-align: left;
	background-color: #fff;
}

.cart {
	text-align: left;
}

.cart-cust__right {
	text-align: right;
}

.line-product .unit {
	font-size: 13px;
	color: #adadad;
}
.product-thumb .price .unit {
	font-size: 13px;
	color: #adadad;
    font-weight: 400;
}

.price_text {
	font-size: 13px;
	color: #adadad;
	font-weight: 400;
    margin-bottom: 8px;
	display: block;
}
.price_text .unit {
	font-size: 13px;
	color: #adadad;
	font-weight: 400;
}
.stickers-top, .stickers-special, .stickers-new {
	border-radius: 50px;
}
.desc-cat_top {
	margin-bottom: 1px;
}
.breadcrumb > li:first-child {

	overflow: inherit; /*overflow: hidden;*/
}
.breadcrumb > li:first-child span {
	text-indent: 20px;
	display: block;
	position: relative;
	width: auto; /*width: 15px;*/
}
.breadcrumb > li:first-child span i {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	z-index: 1;
	text-indent: 0;
}
.dropdown-submenu {
	position: initial;
	display: grid;
  	align-items: center;
  	grid-template-columns: min-content 90%;
	/*grid-template-columns: min-content 1fr;*/

}
.dropdown-submenu>.dropdown-menu2 {
	margin-top: -5px;
	min-height: calc(100% + 5px);
}
.arrowvertmenu-custom {
    float: right;
    margin-right: 20px;
}
.products-container .product-layout.product-grid {
	padding: 0px;
	position: relative;
	z-index: 9;
	border-right: 1px solid #e9e9e9;
	background-color: #fff;
}
.products-container .product-layout.product-grid:hover {
	z-index:10;
}
.small, small {
    font-size: 11px;
}
a {
	color: #3f7aae;
}
a:focus, a:hover {
    color: #F33 !important;
	text-decoration: underline;
}

.caret {
	color: #fff;
}
.noUi-connect {
    background: #3f7aae none repeat scroll 0 0;
}

.nav > li > a:focus, .nav > li > a:hover {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #F33;
border-color: #F5F6FA #F5F6FA #F33;
}

.nav-tabs .active a h2 {
	color: #333;
}

.tabst {
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 40px;
}
.tabst li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 2px;
}
.tabst li a {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 10px 0 10px;
	color: #202226;
}
.tabst li a:hover { 
	text-decoration: none;
}

.tabst li a h2{
	font-size: 15px;
}
.tabst li a .fa-light {
	display:none;
}
.tabst li:first-child  {
	
}
.tabst li:first-child a  {
	color: #F33;
}
.tabst li:first-child a:after, .tabst li a:hover:after  {
	background-color:#F33;
	content:"";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -3px;
	position: absolute;
	display: block;
}

.tabst li:first-child a h2 {
	
}

.write-review-hidden {
	display:none;
	float: left;
	width: 100%;
}

.tab-content {
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
	margin-top: 20px;
}
.write-review {
	float: right;
	position: relative;
	top: 20px;
	cursor: pointer;
}

.specification-title, .description-title, .review-title {
	font-size: 24px;
	padding: 10px 10px 10px 0px;
	color: #202226;
	text-transform: none;
	font-weight: 700;
}

.specification-title span {
	color: #d2d2d2;
}

.description-title span {
	color: #d2d2d2;
}

h3 {
font-size: 20px;
text-transform: none;
}

#product-main-block {
	width:65%;
}
#column-right {
	width: 35%;
}
/*#tab-specification {
	padding-left:0;
}
#tab-review {
	padding-right:0;
}*/

.panel-title {
    color: #3f7aae;
}

.linetoppr {
    border-bottom: 1px solid #e9e9e9;
}
.btn-default2.active {
	color: #F33;
	/*box-shadow: 0 1px 5px 1px rgb(228, 230, 235);*/
}

.btn-default {
	text-shadow: none;
}
.effect-phoebe p a:hover {
    color: #F33;
}
.priceproduct-new {
	font-weight: 700;
	color: #202226;
}

.priceproduct-old {
	color: #777;
}
.product-thumb .price-new {
  font-weight: 700;
  color: #f33;
}

.price-new {
 color: #f33;
}

.price-old {
	color: #777;
}
#top-links a:hover {
	color: #F33;
}
.box-category > ul > li a:hover {
	color: #F33;
}
.padding-carusel .owl-carousel .owl-item {
	padding: 0; /*padding: 15px 15px;*/
}

.owl-controls .owl-page span {
	border-radius: 50%;
}

/*.opacityhv {
	margin-left: auto;
	margin-right: auto;
}*//*Центрирует фото категорий*/

.dropdown-menu.multi-level > li > a {
	font-size: 14px;
}
.col-sm-12 .checkout-heading {
    background-color: #fff;
    border-color: #e9e9e9;
    font-size: 16px;
}
.simplecheckout-cart th, .simplecheckout-cart td {
    border-bottom: 1px solid #e9e9e9;
}
.simplecheckout-cart {
	border-top: 1px solid #e9e9e9;
}

.simplecheckout-cart small {
	color: #797979;
}

.simplecheckout-warning-block {
color: #fff;
  border: none;
  border-radius: 6px;  
}

.simple-content .button, #simplecheckout_login .button {
  border: none;
  border-radius: 8px;
}

.simplecheckout label {
	font-size: 14px;
}

.alert-danger {
  background-color: #F33;
	color: #fff;
    border-color: #F33;
    margin-top: 20px;
}

#time_out, #time_outpopup {
    color: #F33;
}
.product-thumb .price-old {
	color: #777;
}

.autocalc-product-special {
	    color: #F33;
}
.product-thumb .image :hover {
	opacity: 1;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

#undersell-order:hover, .popup-modal:hover {
  color: #F33 !important;
}
/*custom.css старт*/

.display-none {
    display: none !important;
}

.custom-header {
    height: 56px;
    min-height: 10px;
}

.top-header.custom-header {
    border: none;
	padding-top: 0px
}

.custom-header__container {
    height: 100%;
    width: 100% !important;
}

.custom-header__row {
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-pagination__row {
    margin-top: 15px;
}


.custom-logo {
    padding: 0;
    margin: 0 0 0 50px;
    width: auto;
    height: 100%;
}

.fa-angle-left {
    font-size: 17px;
}

.catalog-modal__back {
    padding: 5px;
}

.modal-active_cust {
    display: block !important;
}

.custom-logo__wrapper {
    height: 100%;
    margin: 0 0 0 0 !important;
    padding: 0;
    min-height: 1px !important;
}

.custom-logo__img {
    /*height: 100%;*/
    width: 131px;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.custom-search {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0;
    flex: 1 1 auto;
    width: auto;
}

.custom-phone {
    height: 100%;
    flex: 0 1 20%;
    top: 0;
    margin: 0;
}

.custom-phone__tel {
    font-size: 20px;
}

.custom-phone__wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

#__categorlvl1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.__categorlvl2__li {
    width: calc(50% - 8px);
    list-style-type: none;
}

.__categorlvl3__li {
    list-style-type: none;
}

.__categorlvl3__li .__categorlvl3__link {
    color: black;

}

.__categorlvl2__li a {
    height: 42px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-overflow: ellipsis;
    line-height: 32px;
}

.catalog-modal__category {
    padding: 0 24px 24px 24px;
    height: 90%;
}

.__categorlvl2__link {
    color: #0072bc;
}

.cart__cust {
    /*display: none;*/
	position: absolute;
	right: 0;
	top: 0;
	min-width: 20px;
	height: 20px;
	transform: translate(-20%,-5%);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/*padding-left: 4px;*/
	/*padding-right: 4px;*/
	border-radius: 50px;
	font-size: 12px;
	color: #fff;
	background: #F33;
}

.caret {
    display: none;
}

.display-none__desktop {
    display: none;
}

.display__mobile {
    display: none;
}

.tell_nav {
    margin: 0;
}

.menu__right {
    float: right;
}

.city__left {
    float: left;
}

.city__left i {
    color: #3f7aae;
    /*width: 20px;*/
    text-align: left;
    font-size: 14px;
    /*text-align: right;*/
}

.shops {
    position: relative !important;
    top: 0 !important;
    left: 20px !important;
    height: 50px;
    width: 290px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.top-header .shops .shops-list {
    left: 0;
}

.custom-login .dropdown.dropdown-toggle a {
    color: white;
}

.custom-login .dropdown-menu.dropdown-menu-left li > a {
    color: black;
}

.custom-login .dropdown-menu.dropdown-menu-right li > a {
	color: black;
}

.custom-login__i {
	font-size: 20px;
}

.custom-cart {
    width: auto !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-search-buttom__wrapper {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    height: 100%;
}

.custom-search__body {
    height: 100%;
    display: flex;
    margin: 0 auto;
    width: 70%;
    align-items: center;
}

.custom-bars__i {
    font-size: 20px;
    margin-top: 4px;
}

.custom-cart__i {
    font-size: 20px;
    /*margin-top: 4px;*/
}

.__category_lvl3__ul {
    list-style: none;
    padding: 0;
}

.custom-cart__icon i {
    color: white;
    font-size: 20px;
}

.custom-cart__icon i:hover {
    transform: scale(1.1);
}

.cartphotos:hover {
    transform: scale(1.1);
}

.language-cust__form {
    display: flex;
    justify-content: space-between;
}

.custom-login {
    margin: 0 15px;
}

.custom-login__text {
    font-size: 14px;
    padding: 0 0 0 10px;
    color: white;
}

.custom-login__link {
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-search__body {

}

.custom-languages {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.btn-language {
    background: none;
    border: none;
    color: white;
    padding: 0 5px;
}

.btn-language__id1 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#cart {
    margin: 0;
    height: 100%;
	display: flex;
  align-items: center;
}

#cart > .btn {
    margin: 0;
    /*height: 100%;*/
    padding: 0;
	width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.custom-menu__container {
    padding: 0;
    width: 100% !important;

}

.custom-menu__fa-bars {
    height: 56px;
    position: absolute;
    top: -100%;
    left: 0;
    margin: 11px 0 0 0;
    font-size: 23px;
    text-align: center;
    width: 50px;
    z-index: 999;
	color: #fff;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    height: auto;
    line-height: 20px;
    margin: 0;
    background: none;
    border: none
}

#menu .navbar {
    border: 0;
}

.navbar {
	border: none;
	border-radius: 10px;
}
.navbar-default {
	background-color: #fff;
}

.custom-menu__collapse {
    padding: 0;
    background: #fff;
}

.custom-menu__dropdown-menu {
    top: 100%;
    margin: 0 !important;
    background-clip: border-box;
    box-shadow: none;
    background: none;
}

.visible__all {
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-menu__title {
    font-size: 14px;
    display: none;
    line-height: 25px;
    font-weight: 600;
    padding: 0 0 0 15px;
    height: 43px;
    align-items: center;
    color: #3f7aae;
}

.custom-menu__title:hover {
	color: #F33 !important;
}

.navbar-nav__link {
    color: #2C354B !important;
}

.custom-menu__dropdown-menu:hover .custom-menu__title {
    display: flex;
}

#menu .dropdown:hover .custom-menu__title {
    display: flex;
}

#menu .dropdown-menu.custom-menu__dropdown-menu {
    border: none;
	padding-left: 15px;
}

#menu .dropdown:hover .custom-menu__dropdown-menu,
.dropdown-menu2 {
    top: 0;
    background-color: #fff;
    border: none;
    border-top: 5px solid #F33 !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.btn-language__selected {
    color: rgba(255, 255, 255, 0.5);
}

.custom-logo__link-w {
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-mob-menu {
    border: none;
    background: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 50px;
    color: white !important;
    height: 100%;
}

.pagcolor_style {
    max-width: 1570px;
    margin: 15px auto 0;
}

.pagcolor_style .owl-carousel {
    margin: 0 0 0 300px;
    width: calc(100% - 315px);
}


.cartphotos {
    width: auto;
    margin: 0;
}

.new-menu {
    width: 300px;
    background: white;
    position: fixed;
    z-index: 998;
    top: 0;
    left: -100%;
    height: 100vh;
    display: none;
    transition: left ease 0.5s;
}

.new-menu__wrapper {
    height: 100%;
    overflow: auto;
    padding: 0 0 15px 0;
}

.overflow-none {
    overflow: hidden !important;
}

.overlay-cust {
    background: rgba(0, 0, 0, .8);
    z-index: 200;
    display: none;
    width: 100vw;
    position: fixed;
    height: 100vh;
}

.new-menu__anim {
    left: 0;
    transition: ease 0.5s;
}

.new-menu__body-cross {
    height: 20px;
    width: 20px;
    position: relative;
    top: 0;
    opacity: 0;
    animation: opacity-cross 1s linear 1s forwards;
    display: none;
}

@-webkit-keyframes opacity-cross {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.new-menu__body-cross .new-menu__cross {
    border: 1px solid white;
    width: 100%;
    height: 0;
    position: absolute;
    padding: 0;
    top: 0;
}

.new-menu__body-cross .new-menu__cross:hover {
    color: #2C354B;
}

.new-menu__cross_position1 {
    transform: rotate(45deg)

}

.overlay-cust {
    background: rgba(0, 0, 0, .8);
    z-index: 200;
    display: none;
    width: 100vw;
    position: fixed;
    height: 100vh;
}

.new-menu__cross_position2 {
    transform: rotate(-45deg)

}

.new-menu__header {
    justify-content: space-between;
    align-items: center;
    display: flex;
    /*border-bottom: 1px solid red;*/
    padding: 18px;
    background: #011c37;
    position: relative;
}

.new-menu .nav.navbar-nav {
    margin: 0;
    width: 100%;
    padding: 15px 0px;
}

.dropdown-menu.dropdown-menu__child {
    width: 100%;
    left: 0;
    padding: 15px;
    position: relative;
    background: none;
}


.new-menu span {
    padding: 0 7px 7px 7px;
    margin: 10px 0 0 0;
    color: #2C354B;
    font-weight: 400;
}

.new-menu .new-menu__link {
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
    color: #2C354B;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.new-menu i {
    color: #2C354B;
    width: 25px;
    text-align: left;
}

.new-menu .plus {
    float: right;
    margin-top: 18px;
    margin-right: 35px;
    color: #fff;
}

.new-menu .fa.fa-minus {
    display: none;
}

.new-menu .fa.fa-angle-down.menu {
    display: none;
}

.dropdown-menu__child .list-unstyled {
    width: 100% !important;

}


.dropdown-menu__child .list-unstyled .plus-link {
    top: 0;
    left: 0;
}

.modal-active {
    display: block !important;
}

.catalog-wrap {
    display: none;
}

.catalog-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.overlay-catalog {
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
    width: 100vw;
    position: fixed;
    height: 100vh;
    top: 0
}

.catalog-modal__title {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 -15px;
    padding: 0 15px 15px;
    font-size: 20px;
    line-height: 1.1;  
}

#price-view, #list-view, #grid-view   {
	font-size: 12px;
	padding: 9px 12px;
	margin: 0px 4px 0 4px;
	line-height: 1;
	border-radius: 8px;
	border: 1px solid #e9e9e9;
}

#price-view.btn.active, #price-view.btn:active, #list-view.btn.active, #list-view.btn:active, #grid-view.btn.active, #grid-view.btn:active {
	/*box-shadow: 0 1px 5px 1px rgb(228, 230, 235);*/
	color: #F33;	
	background-color: #f8f8f8;
}
#price-view:hover, #list-view:hover, #grid-view:hover  {
	color: #F33;
	/*border: 1px solid #F33;*/
	box-shadow: 0 1px 5px 1px rgb(228, 230, 235);

}

.catalog-modal__body {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .32);
    z-index: 1000;
}

.catalog-modal__cart {
    max-height: 100%;  /*height: 100%; grid*/
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    width: 100%;
    padding: 0; /*padding: 15px; grid*/
}

.catalog-modal__item {
    border: none; /*border: 1px solid #ebebeb; grid*/
    border-top: none;
    border-left: none;
    display: flex;
    flex-direction: row; /*flex-direction: center; grid*/
    justify-content: flex-start; /*justify-content: center; grid*/
    align-items: center;
    padding: 0; /*padding: 15px; grid*/
    width: 25%;
	/*height: 40px;*/ /*добавлено list*/
}

.catalog-modal__image-b {
    height: 20px; /*height: 80%; grid*/
	width: 20px;
    margin-right: 0;
	flex-shrink: 0;
}

.catalog-modal__img {
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;

}

.catalog-modal__name {
    text-align: center;
    font-size: 15px;
    color: #202226;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    
}



.catalog-modal__name_back {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1; 
    
}

.catalog-modal__body-cross {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 26px;
    right: 15px;

}

.catalog-modal__cross {
    border: 1px solid black;
    width: 100%;
    height: 0;
    position: absolute;
    padding: 0;
}

.col-sm-9__category {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#__categorlvl1 {
    padding: 0;
    height: 100%;
    overflow: auto;
}

.catalog-modal__category li {
    white-space: nowrap;
}

.product-cust {
    padding: 15px 0;
    margin: 0 auto;
    max-width: 1340px;
    border-bottom: 1px solid #e9e9e9;
}

.product-price-list {
    margin: 0 auto;
    max-width: 1570px;
}

.product-cust:hover {
    border: 1px solid #eee;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.product-cust:hover .product-cust__body {
    border: none;
}

.product-cust__body {
    /*border-bottom: 1px solid #e9e9e9;*/
    display: flex;
    justify-content: space-between;
}

.product-cust__image {
    display: block;
    position: relative;
    width: 100%;
}

.product-cust__caption {
}

.product-cust__caption .product-list-groups {
    margin: 10px 11px 0 0 !important;
}

.product-cust__block-desk {
    flex: 0 1 50%;
}

.product-cust__block-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
    flex: 0 1 50%;
    align-items: center;
    border-left: 1px solid #e9e9e9;
}

/*.cart__cust {
    display: none;
}*/

.product-cust__block-price .price {
    /*color: #F33;*/
    font-size: 21px;
    font-weight: 700;
}

.product-cust__block-price .price .unit {
    font-size: 13px;
    color: #adadad;
    font-weight: 400;
}

.product-price-list__price .price .unit {
    font-size: 13px;
    color: #adadad;
	font-weight: 400;
}

.product-price-list__price .price {
	color: #202226;
    font-size: 21px;
    font-weight: 700;
}

.product-price-list__price .informer { 
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.product-cust__cart {
    display: flex;
}

.product-cust__list-quantity {
    margin: 0 5px 0 0;
}

.product-cust__title {
    font-weight: 400;
    height: 34px;
    overflow: hidden;
    font-family: inherit;
    line-height: 1.4;
    color: #202226;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.product-price-list__title {
    font-weight: 400;
    height: 34px;
    overflow: hidden;
    font-family: inherit;
    line-height: 1.4;
    color: #202226;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.text-h4 .product-price-list__title {
    margin-top: 0 !important;
}

.row.catfl.row__cat-mob {
    display: flex;
	padding-bottom: 10px;
}

.product-cust__effect-hover {
    display: block;
}

.product-cust .price-old,
.product-price-list .price-old {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 12px;
}

.product-cust .effect-phoebe p a {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.product-price-list {
    border-bottom: 1px solid #e9e9e9;
}

.product-price-list__body {
    max-height: 100px;
    display: flex;
    height: 100px;
    justify-content: space-between;
}

.product-price-list__price {
    align-self: center; /*align-self: flex-start;*/

}

.product-price-list__center {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    align-items: center;
    /*width: 200px; /*Добавлено для выравнивания*/
    /*flex-grow: 2; /*Добавлено для выравнивания*/
}

.product-price-list__content .product-stock-color.stock-color.stock {
    margin: 10px 0;
}

.product-price-list__image {
    display: block;
    height: 100%;
    width: 100px;
    margin: 0 1vw 0 0;
    position: relative;
	padding: 5px;
}

.product-price-list__img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-price-list__content {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
}

.product-price-list__center .product-stock-color {
    align-self: center;
}

.product-price-list__desc {
    width: 230px;
    flex-grow: 1;
    margin-right: 8px;
    padding-right: 8px;
}

.product-price-list__cart.cart {
    align-self: center;
    margin: 0;
	/*display: flex;*/
  	/*flex-direction: column;*/
}

.product-price-list .btn-cart {
    align-self: center;
    white-space: nowrap;
    padding: 10px;
    margin: 0 0 0 10px;
}

.product-cust__block-img {
    margin: 0 1vw 0 0;
}

.product-cust__img {
    width: 100%;
}

.custom-search__body #search.input-group {
    width: auto;
    flex: 1 1 auto;
}

.sort-custom__select {
    border: 1px solid #e9e9e9 !important;
	background-color: #fff;
	height: 34px;
	border-radius: 8px;
	padding-left: 12px;
}

.top-menu {
    margin: 0 auto 1px;
}

.custom-menu {
    border-bottom: 1px solid #e9e9e9;

}

.pagcolor__button {
    text-align: center;
    padding: 3px 0;
    display: none;
	margin: 0 15px;
}

.pagcolor__btn {
    background: #F33;
    color: #fff;
    text-transform: none;
    padding: 10px;
	border-radius: 8px;
	width: 100%;
	display: block;
	font-size: 16px;
}

.pagcolor__btn:active,
.pagcolor__btn:visited
{
    color: #FFF
}

.shop-popup {
	padding: 20px 0px;
}
.shop-popup .shop-col {
}
.shop-popup .shop-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f0f0;
	padding-bottom: 10px;
}
.shop-popup .shop-item { 
    cursor:pointer;
}
.shop-popup .shop-item .shop-name {display: block;}
.shop-popup .shop-item .with-childs {
	position: relative;
}
.shop-popup .shop-item .with-childs .shop-name {
	padding-right: 60px;
}
.shop-popup .shop-item .with-childs .shop-name .caret {
	color: #3f7aae;
}
.shop-popup .shop-item .with-childs .shop-select {
	position: absolute;
	right: 0;
	top: 0;
	color: gray;
	font-size: 12px;
}
.shop-popup .shop-item .with-childs .shop-childs {
	margin-left: 15px;
	font-size: 13px;
	margin-top: 10px;
	display: none;
}
.shop-popup .shop-item .with-childs .shop-childs a {
	display: block;
}
.shop-popup .shop-item .with-childs.active .shop-name, .shop-popup .shop-item .with-childs .shop-name.active {
	font-weight: 500;
}
.shop-popup .shop-item .with-childs .shop-childs a.active {
	font-weight: 500;
}

.shop-popup .shop-item .with-childs.active .shop-childs {
	display:block;
}
.popup-shop {
	width: 1000px !important;
	max-width: 96%;
}

.popup-shop .shop-popup-title {
	font-size: 18px;
	margin-bottom: 13px;
}
.popup-shop .shop-popup-region {
}
.popup-shop .shop-results {
	margin-top: 20px;
	max-height: 400px;
	overflow-y: auto;
}
.popup-shop .shop-group {
	
}
.popup-shop .shop-group .shop-group-title {
	font-size: 16px;
	border-bottom: 1px solid #d2cdcd;
	margin-bottom: 10px;
	color: #3f7aae;
	cursor: pointer;
	display: block;
	padding: 5px 5px 10px 5px;
}
.popup-shop .shop-group .shop-group-title:hover {
    background-color: #dfdede;
    color: #3f7aae !important;
    border-radius: 4px;
}
.popup-shop .shop-group .shop-group-title.active {
    font-weight: 500;
}
.popup-shop .shop-group .shop-group-item {
	margin-bottom: 15px;
	display: block;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px;
}
.popup-shop .shop-group .shop-group-item:hover {
    background-color: #dfdede;
	text-decoration: none;
}
.popup-shop .shop-group .shop-group-item .shop-group-item-name {
	color: #3f7aae;
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}
.popup-shop .shop-group .shop-group-item.active .shop-group-item-name {
    font-weight: 500;
    color: #fff; /*Добавил*/
    background: #3f7aae; /*Добавил*/
    padding: 4px 8px; /*Добавил*/
    border-radius: 6px; /*Добавил*/
    
}
.popup-shop .shop-group .shop-group-item .shop-group-item-worktime {
	color: gray;
	font-size: 12px;
	line-height: 1.2;
	display: block;
}
.popup-shop .select2-container {
    width: 100% !important;
    margin-bottom: 10px;
    z-index: 9999999;
}
.popup-shop .select2-selection {
	height: 40px;
}
.select2-container--default .select2-selection--single {
	border-radius: 8px;
}
.popup-shop .select2-selection__rendered  {
    line-height: 40px !important;
}
.popup-shop .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.select2-dropdown {
    z-index: 9999999;
}
 
.popup-shop .shop-links {
	margin-bottom: 10px;
	margin-top: 50px;
}
.popup-shop .shop-links a {
	color: #3f7aae;
	margin-right: 4px;
}
.popup-shop .shop-description {
	border-top: 1px solid #d2cdcd;
	padding: 10px 0;
	margin-top: 20px;
	color: gray;
}

.popup-shop .show-all-products {}
.popup-shop .show-all-products input {
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.popup-shop .show-all-products label {font-size: 14px;font-weight: 500;}

.box-category .show-all-products {
    margin-bottom: 10px;
}
.box-category .show-all-products input {
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.box-category .show-all-products label {font-size: 14px;font-weight: 500;}


.popup .overlay {
	position: absolute;
    z-index: 9999999;
}
.popup {
	border-radius: 8px;
	border: none;
}

/*custom.css финиш*/


.products-container .product-layout.product-grid {
    border-bottom: 1px solid #e9e9e9 !important;
    border-right: 1px solid #e9e9e9 !important;
}

.product-layout {
    margin-bottom: 0 !important;
}
.product-list-groups {
    margin: 1px 11px 0 11px !important;
}

.products-container .product-layout.product-grid:hover {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.25);
}
.product-layout2:hover, .product-layout3:hover, .product-layout4:hover, .product-layout5:hover {
    box-shadow: none !important;
}

.product-layout2, .product-layout3, .product-layout4, .product-layout5 {
    height: auto !important;
	margin-bottom: 0;
}

.product-layout2::before,.product-layout3::before, .product-layout4::before, .product-layout5::before {
background-color: none;
content: none;
height: 0;
left: 0;
position: none;
bottom: 0;
width: 0;
}

.modal-content {
    border-radius: 8px;
	border: none;
}
.fastorder {
    border-radius: 8px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.fastorder .mfp-close {
    border-radius: 0 8px 0 0;
}

.undersell {
    border-radius: 8px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.undersell .mfp-close {
    border-radius: 0 8px 0 0;
}
.rewardin.stock-color.low {
    color: #FF6600;
    background: #FFE3D0;
    padding: 3px 6px;
    border-radius: 50px;
}
.rewardoff.stock-color {
    color: #666666;
    background: #eee;
    padding: 3px 6px;
    border-radius: 50px;   
}
.rewardin.stock-color.available {
    color: #009933;
    background: #f1f8eb;
    padding: 3px 6px;
    border-radius: 50px; 
}
.rewardin.stock-color.stock {
    color: #006633;
    background: #e8f0fe;
    padding: 3px 6px;
    border-radius: 50px; 
}
.list-unstyled .current-shop {
    cursor: pointer;    
}

.product-cust .effect-phoebe p a.quickview-cust__price-text {
   font-size: 14px;
    
}
.effect-phoebe p a.quickview-cust__price-text {
       font-size: 14px;
}


.product-price-list__content1 {
    display: flex;
    align-items: center;
    padding: 6px;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.product-price-list__center2 {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.product-price-list__center3 {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
        align-items: center;
}

.product-price-list__center5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 110px;
    min-width: 110px;
}

.product-price-list__center4 {
    display: flex;
    margin-right: 8px;
    width: 130px;
    min-width: 130px;
}

.product-price-list__center6 {
    display: flex;
    margin-right: 8px;
    align-items: center;
}

.change-shop-link1 {
    height: 32px;
    margin-left: 24px;
    margin-top: 0;
    min-width: 90px;
    width: 90px;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
.table-stock-shops2 {
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.mailletters .input-lg {
	height: 34px;
}

.order-list-heading__label {
	font-size: 12px;
  	color: #797878;
	margin: 0;
}

.order-list-table {
    border: 1px solid #ebebeb;
    border-radius: 8px;
	margin-bottom: 10px;
}


.order-list__content1 {
    display: flex;
    align-items: center;
    padding: 6px;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.order-list__center2 {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.order-list__center3 {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    align-items: center;
}

.order-list__center5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 110px;
    min-width: 110px;
	flex-direction: column;
}

.order-list__center4 {
    display: flex;
    margin-right: 8px;
    width: 130px;
    min-width: 130px;
	flex-direction: column;
  	text-align: start;
}

.order-list__center6 {
    display: flex;
    margin-right: 8px;
    align-items: flex-start;
  	flex-direction: column;
}


.pading-order-ul {
	padding: calc(2px * 2) calc(2px * 4);
	list-style: none;
}


ul.pading-none-ul {
	padding: calc(4px * 3) calc(4px * 4);
	list-style: none;
}

.order-tile  {
  display: flex;
  align-items: center;
  padding: calc(4px * 3) 0 !important;
  border-bottom: 1px solid #e9e9e9;
  gap: calc(4px * 4);
}	
	
.order-tile__figure{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
	
.order-tile__figure-title {
  word-break: break-word;
}
	
.order-tile__options{
  display: flex;
  flex-direction: column;
  width: 100%;
}	

.order-tile__picture {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}	

.order-tile__picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
	
.order-tile__options-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-tile__title {
  width: 100%;
  padding-right: calc(4px * 4);
}

.order-tile__title-option {
  width: 100%;
  padding-right: calc(4px * 4);
display: flex;
align-items: flex-start;
}

.order-tile__quantity {
  width: 100%;
  padding-right: calc(4px * 4);
display: flex;
align-items: flex-start;
}

.order-tile__option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  /*padding-right: calc(4px * 2);*/
}


.order-payment__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: inherit;
margin-top: calc(4px * 2);
}
.order-payment__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: inherit;
  color: inherit;
}
.order-payment__text {
  text-align: right;
}
	
.order-payment {
  padding: calc(4px * 3) 0;
  border-bottom: 1px solid #e9e9e9;
}
	
.order-tile__option small {
	color: #797979;
}

.simplecheckout-step {
border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.col-sm-12 .checkout-heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.list-quantity-cust {
 display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.list-quantity-cust input {
  background: #f1f1f1 none repeat scroll 0 0 !important;
  border: 0 none;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  color: #2f2f2f;
  display: inline-block;
  float: left;
  font-size: 15px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px !important;
}

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

.cart-tile__option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  /*padding-right: calc(4px * 2);*/
}
.cart-tile__title {
  width: 100%;
}

.cart-tile__title-option {
width: 100%;
padding-right: calc(4px * 4);
display: flex;
align-items: flex-start;
}

.owl-carousel .owl-buttons .owl-prev {
  left: 10px;
  width: 40px;
  height: 40px;
  padding: 13px;
  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}

.owl-carousel .owl-buttons .owl-next {
right: 10px;
  width: 40px;
  height: 40px;
  padding: 15px;
  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}