#dbox {
	z-index: 1100;
}

/* Список ассортимента */
.assort-list {
	text-align: center;
	margin: 20px auto;
}
.assort-list a {
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 0px 5px 10px;
}

/* Иконка корзины */
.basket-blink {
	-webkit-animation: basket-blink 2s linear infinite;
	animation: basket-blink 2s linear infinite;
	color: #a33636;
}
.header[data-bs-theme="dark"] .basket-blink {
	-webkit-animation: basket-blink-white 2s linear infinite;
	animation: basket-blink-white 2s linear infinite;
	color: #a33636;
}
@-webkit-keyframes basket-blink {
	0% { color: rgba(163, 54, 54, 1); }
	50% { color: rgba(163, 54, 54, 0.3); }
	100% { color: rgba(163, 54, 54, 1); }
} 
@keyframes basket-blink {
	0% { color: rgba(163, 54, 54, 1); } 
	50% { color: rgba(163, 54, 54, 0.3); } 
	100% { color: rgba(163, 54, 54, 1); }
}
@-webkit-keyframes basket-blink-white {
	0% { color: rgba(255, 255, 255, 1); }
	50% { color: rgba(255, 255, 255, 0.3); }
	100% { color: rgba(255, 255, 255, 1); }
} 
@keyframes basket-blink-white {
	0% { color: rgba(255, 255, 255, 1); } 
	50% { color: rgba(255, 255, 255, 0.3); } 
	100% { color: rgba(255, 255, 255, 1); }
}

/* Выпадающее меню */
.bsmenu {
	padding: .5rem .5rem;
}
.bsmenu .dropdown-item {
	font-size: .9rem;
	font-weight: 400;
	margin: .5rem 0;
}
.header[data-bs-theme="dark"] .bsmenu .dropdown-item:hover {
	color: #2c2525;
}
@media (max-width:1023px){
	.navbar-nav .dropdown-menu {
		position: relative;
		text-align: center;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
}
/*.navbar-nav .nav-item:hover > .dropdown-menu {
 display: block; 

@media (min-width: 992px) {
	.dropup:hover>.dropdown-menu {
	  display: block;
	}
}
.dropup:hover>.dropdown-menu {
	display: none;
}
}*/

/* Выбранные пункты в меню */
.catalog-sidebar .list--standart a, .catalog-modal .list--standart a, .catalog-filters .list--standart a {
	display: inline-block;
}
.catalog-sidebar .list--standart a::before, .catalog-modal .list--standart a::before, .catalog-filters .list--standart a::before {
  background-image: url(../img/svg/cross.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 11px);
  -ms-transform: translate(-100%, 11px);
  transform: translate(-100%, 11px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 14px;
}
.catalog-sidebar .list--standart a.asschecked::before, .catalog-modal .list--standart a.asschecked::before, .catalog-filters .list--standart a.asschecked::before {
  left: 14px;
  opacity: 1;
}
.catalog-sidebar .list--standart a.asschecked, .catalog-modal .list--standart a.asschecked, .catalog-filters .list--standart a.asschecked {
	color: #a33636;
}
.catalog-sidebar .list--standart a.asschecked, .catalog-modal .list--standart a.asschecked, .catalog-filters .list--standart a.asschecked {
  padding-left: 20px;
  position: relative;
}

/* Выбранные пункты в мобильном меню */
.mmenu a {
	display: inline-block;
}
.mmenu a.asschecked {
	color: #a33636;
	padding-left: 20px;
}
.mmenu a::before.asschecked {
  left: 14px;
  opacity: 1;
}
.mmenu a::before {
  background-image: url(/templates/default/img/svg/cross.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 6px);
  -ms-transform: translate(-100%, 6px);
  transform: translate(-100%, 6px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 14px;
}

.assbold {
	font-weight: 600;
}
.its {
	pointer-events: none;
}
.its:hover {
	cursor: pointer;
}

/* хлнбные крошки */
.breadcrumbs-title {
	margin-bottom: 15px;
}

/* Луки (образы) */
.looks-page__item picture {
	cursor: pointer;
}
.look-desc {
/*	display: none;*/
	left: 20px;
	padding: 5px 5px;
	width: 9.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.575rem;
	color: #000000;
	text-transform: uppercase;
	cursor: pointer;
/*	background-color: #ffffff;*/
	opacity: 0.7;
/*	color: #d90000;*/
}
.look-desc-top {
	margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.575rem;
	color: #ca0000;
	text-transform: uppercase;
}
#modalLook .swiper-slide {
	margin-right: 8px;
}

/* Сообщение о выборе параметров товара */
.tov_atten {
  background-color: #ffffff;
  padding: 5px 10px;
  line-height: 20px;
  color: #ca0000;
  border-radius: 0.375rem;
}
.tov_atten_hide {
  display: none;
}

/* Иконка загрузки */
.preloader {
	/*фиксированное позиционирование*/
	position: fixed;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: #e0e0e0;
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1101;
	opacity: 0.7;
	display: none;
}

.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
	position: absolute;
	display: inline-block;
	top: 0;
	background-color: #d39972;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {
	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0.7;
	}

.loaded .preloader {
	display: block;
}

/* Карточка товара */

/* Обратная ссылка */
.backlink span {
	display: inline-block;
	padding: 6px;
}
.backlink a {
	font-size: 14px;
}
.backlink span[data-prev] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-card .slider-block__inner--productCard .swiper-slide img {
	width: 100% !important;
}
.product-card__tabs-wrapper .tab-pane__wrapper {
  grid-template-columns: none;
  display: inline-block;
}

.product-card__tabs-wrapper .tab-pane__wrapper .form-check {
  display: inline-block;
}

@media (max-width:767.98px){
  .product-card .slider-block__inner--productCard {
    height: auto;
  }
 .product-card .slider-block__inner--productCard .swiper-slide {
	 	text-align: center;
	}
	.slider-block__inner--productCardModal .swiper-slide-video video {
		height: auto;
	}
}
@media (min-width: 768px) {
	.product-card__info {
		max-width: 100%;
	}
	.product-card__info .payment-split {
		max-width: 460px;
	}
	.product-card__info .vstack[data-elem="to-cart"] {
		max-width: 460px;
	}
	.product-card__info .product-card__accordion {
		max-width: 500px;
	}
	.product-card .slider-block__inner--productCard .swiper-slide img {
		width: 100% !important;
	}
	.slider-block__inner--productCardModal .swiper-slide-video video {
		/*height: 640px;
		width: 426px;*/
		height: auto;
		margin: 0 auto;
	}
	.modal--product-imgs .modal-body .slider-block__inner--productCardModal .swiper-slide-video {
		cursor: default;
		text-align: center;
	}
}
.slider-block__inner--productCard .swiper-slide {
      overflow: hidden;
 }

 .ost-city-shops {
 	margin: 10px 0px;
	padding: 10px 5px;
	font-size: .875rem;
    font-weight: 600;
    line-height: 140%;
	text-decoration: underline;
	background-color: #ffffff;
 }
.ost-city-shops span {
	cursor: pointer;
}
.ost-city-shop {
	margin-bottom: 10px;
}
.ost-city-shop-name {
    font-weight: 600;
}
.ost-city-shop-adress {

}
.ost-city-shop-sizes {
    font-weight: 500;
}
.skladselect {
	min-height: 200px;
	padding: 20px 20px 20px 20px;
}
.titleskladselect {
	
}
.bodyskladselect {
	margin-top: 20px;
}
.cityskladselect {
	margin: 5px 0;
}
#selectsizes {
	margin-bottom: 20px;
}

/* Каталог товаров */
.tov-main {
	position: absolute;
	overflow: hidden;
	background: rgba(252, 247, 244, .5);
	padding-bottom: 15px;
	width: 100%;
	z-index: 4;
}
.tovar-size {
	display: none;
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 15px;
}
@media (max-width: 1023.98px) {
	.tov-main {
		position: relative;
		overflow: hidden;
		padding-bottom: 15px;
		width: 100%;
		z-index: 0;
	}
  .tovar-size {
    display: block;
  }
}
.tovar-size-tit {
	color: #6f6565;
	font-size: .875rem;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	opacity: .8;
}
#shoplist .item-card:hover {

}
#shoplist .item-card:hover .tovar-size {
	display: block;
}

.shop-sizes {
	margin: 5px auto;
}
.shop-sizes > span.shop-size:hover, .shop-sizes > span.shop-size-selected {
  background-color: #f3e3d8;
  color: #a33636;
}
.shop-sizes > span.shop-size {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 4px;
  border-radius: .375rem;
  cursor: pointer;
}
.tovar-size > button.disabled {
	cursor: default;
}

@media (max-width: 1023.98px) {
  .modal--filters .dropdown-menu.dropdown-menu--price.show {
    grid-template-rows: 1fr;
  }
}
@media (max-width: 1023.98px) {
  .modal--filters .dropdown-menu.dropdown-menu--price {
    --bs-dropdown-box-shadow: none !important;
    display: grid !important;
    grid-template-rows: 0fr;
    padding: 0 !important;
    position: relative !important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
}
@media (max-width: 1023.98px) {
  .modal--filters .dropdown-menu.dropdown-menu--price .btn {
    display: none;
  }
}
@media (min-width: 1240px) {
  .ps-xl-165 {
    padding-left: 1.3125rem !important;
  }
}

#shoplist .badge {
	color: #2c2525;
	background-color: none;
}

/* Корзина товаров */

.addcartdisplay {
	display: block;
}
.addcartnodisplay {
	display: none;
}


/* Форма авторизации */

#codphone {
  display: none;
}
/* Обатный отсчёт SMS */
.smscountdown {
	color: #1d1d1d;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 14px;
}
 
.smscountdown-number {
/*	padding: 2px;*/
/*	padding-top: 10px;
	border-radius: 3px;
	background: #00bf96;*/
	display: inline-block;
}
 
.smscountdown-time {
	padding: 2px;
	border-radius: 2px;
	background: #ffd3a8;
	display: inline-block;
}

/* Личный кабинет */

.test-giftcard {
	border: 1px solid #e6c5ae;
	margin: 20px 0;
	padding: 20px 20px;
}
.test-giftcard-title {
	font-size: 18px;
	font-weight: 600;
}
.test-giftcard-input {
	padding: 20px 20px;
}
.test-giftcard-button {

}
.test-giftcard-resault {
	font-size: 18px;
	padding: 20px 20px;
	font-weight: 600;
	color: #008000;
}
.test-giftcard-resault > .err_view {
	color: #ff0000;
}
.cab_line {
	border-bottom: 1px solid #c0c0c0;
	padding: 10px 0px;
	margin: 0;
}
.cab_line > div {
	padding: 0px;
}
.cab_line2 {
	padding: 0px 15px;
}
.cab_line_ur {
	border-bottom: 1px solid #c0c0c0;
	padding: 10px 0px;
	margin: 0 0 0 -5px;
}
.cab_line_ur > .cab_line2 {
	padding: 0;
}
#userbirthday select {
	display: inline;
	width: auto;
}
@media ( max-width: 767px ) {
	.cab_line_ur {
		margin: 0;
	}
	#userbirthday select {
		display: block;
		width: 100%;
	}
}
@media ( min-width: 992px ) {
	.cab_adress {
		border-right: 4px solid #c0c0c0;
	}
}

.cab_input, .cab_save {
	margin: 0;
/*	padding: 3px;*/
	display: none;
}
.cab_span, .cab_edit {
	margin: 0;
/*	padding: 3px;*/
}
.cab_save, .cab_edit {
  color: #1c5a7a;
  text-decoration: underline;
}
.cab_save:hover, .cab_edit:hover {
  text-decoration: none;
}
.firmform {
/*	width: 90%; 
	margin: 0 auto;*/
}
.firmform td {
	padding: 0 3px;
	padding-top: 8px;
}
.firminput {
	width: 98%;
}
.adressform {
	width: 90%; 
	margin: 0 auto;
}
.adressform td {
	padding: 0 3px;
	padding-top: 8px;
}
#caberror {
	margin-top: 10px;
/*	text-align: center;*/
	font-size: 14px;
}
#cabpasserror {
	margin-top: 10px;
/*	text-align: center;*/
	font-size: 14px;
}
#urlist {
	padding: 0;
	margin: 0;
}
#cabbottom {
/*	width: 98%;*/
	padding: 20px 0px;
}
.cabtitle {
	font-size: 16px;
	font-weight: bold;
	color: #dd6f00;
	margin: 10px 0;
}
#adressinfo {
/*	width: 90%;*/
	border: collapse;
/*	border-top: 1px solid #d7d7d7;*/
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #656565;
}
#adressinfo tr {
	height: 40px;
}
#adressinfo td {
	vertical-align: middle;
	margin: 0px 0px;
	padding: 5px 3px;
	border-bottom: 1px solid #d7d7d7;
	border: collapse;
	}
.adressadd {
	margin: 10px 0px;
}
.adressadd a {
	color: #1c5a7a;
	text-decoration: underline;
}

#adressform input[type=radio][disabled]+label, #adressform input[type=radio][disabled]:hover+label, #adressform input[type=radio][disabled]:active +label {
    background-color: #dfdfdf;
	text-transform: uppercase;
	background-size: cover;
}
#orderform input[type=radio][disabled]+label, #orderform input[type=radio][disabled]:hover+label, #orderform input[type=radio][disabled]:active +label {
    background-color: #dfdfdf;
	text-transform: uppercase;
	background-size: cover;
}


/* Коллекции */
.collection-list {
	margin-top: 15px;
}
.collection-block {

}
.collection-main {
	position: relative;
	margin-bottom: 30px;
}
.collection-name {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 15px 15px;
	width: 100%;
	margin-top: -30px;
	background-image: url(/templates/default/images/colfon1.png);
}
.collection-title {
	border-top: 3px double #ffffff;
	border-bottom: 3px double #ffffff;
	text-transform: uppercase;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}
.collection-link-bg {
	background-image: url(/templates/default/images/colfon2.png);
}
@media ( max-width: 1199px ) {
	.collection-title {
		font-size: 22px;
	}
}
@media ( max-width: 991px ) {
	.collection-title {
		font-size: 26px;
	}
}
@media ( max-width: 767px ) {
	.collection-title {
		font-size: 22px;
	}
}
@media ( max-width: 640px ) {
	.collection-title {
		font-size: 18px;
	}
}
@media ( max-width: 543px ) {
	.collection-title {
		font-size: 14px;
	}
}

/* Товары коллекции */
.assotiment-list {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
}
.assotiment-list > .active {
	color: #f3632a;
}
.assortiment-link {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 5px 15px 5px;
}

.tov-col-block {
	position: relative;
	padding-left: 0;
	padding-right: 0;
/*	height: 480px;*/
}
.tov-col-main {
	border: 1px solid #fcf7f4;
/*	border: 1px solid #ffffff;
	position: absolute;*/
	overflow: hidden;
/*	background-color: #ffffff;*/
	padding: 15px;
}
.tov-col-img {
	position: relative;
}
.tov-col-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background-image: url(/templates/default/images/colfon3.png);
	text-align: center;
	font-size: 16px;
}
.tov-col-article {
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
.tov-col-size {
	margin-top: 20px;
}
.tov-col-name {
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
}
.tov-col-buy {
	display: none;
}
.tov-col-block:hover .tov-col-main {
/*	height: 500px;*/
	z-index: 3;
	border: 1px solid #c0c0c0;
	padding: 15px 15px;
}
@media ( max-width: 1199px ) { 
	.tov-col-block {
/*		height: 420px;*/
	}
	.tov-col-block:hover .tov-col-main {
/*		height: 440px;*/
	}
	.tov-col-info {
		font-size: 14px;
	}
}
@media ( max-width: 991px ) { 
	.tov-col-block {
/*		height: 500px;*/
	}
	.tov-col-block:hover .tov-col-main {
/*		height: 520px;*/
	}
	.tov-col-info {
		font-size: 16px;
	}
}
@media ( max-width: 767px ) { 
	.tov-col-block {
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
	}
	.tov-col-main {
		border: 0;
		position: inherit;
/*		height: 520px;*/
		width: 100%;
		overflow: hidden;
		background-color: #ffffff;
		max-width: 300px;
	}
	.tov-col-block:hover .tov-col-main {
/*		height: auto;*/
/*		height: 520px;*/
		z-index: 0;
		border: 0;
	}
	.tov-col-info {
		font-size: 12px;
	}
}
@media ( max-width: 659px ) {
	.tov-col-main {
/*		height: 500px;*/
	}
	.tov-col-block:hover .tov-col-main {
/*		height: 500px;*/
	}
}
@media ( max-width: 543px ) { 
	.tov-col-block {
		padding: 0;
		border-bottom: 1px solid #ede2ce;
		border-right: 1px solid #ede2ce;
		height: auto;
	}
	.tov-col-list {
		border-top: 1px solid #ede2ce;
	}
	.tov-col-content {
		padding: 0 0 15px 0;
	}
	.tov-col-main {
		border: 0;
		position: inherit;
/*		height: 500px;*/
		height: 100%;
		width: 100%;
		overflow: hidden;
		background-color: #ffffff;
		max-width: 300px;
		padding: 0;
	}
	.tov-col-block:hover .tov-col-main {
/*		height: auto;*/
/*		height: 500px;*/
		z-index: 0;
		border: 0;
	}
	.tov-col-name, .tov-col-buy {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media ( max-width: 400px ) {
	.tov-col-info {
		font-size: 11px;
	}
	.tov-col-main {
/*		height: 400px;*/
	}
	.tov-col-block:hover .tov-col-main {
/*		height: 400px;*/
	}
}
@media ( max-width: 360px ) {
	.tov-col-info {
		font-size: 9px;
	}
}


/* Окно добавления товара */
.addcartzag {
	text-align: center;
	margin-bottom: 10px;
}
.addcart {
	margin: 20px auto;
}
.addcarttop {
	border-top: 1px solid #d3d3d3;
}
.addcarttitle {
	text-align: center;
	font-weight: bold;
	padding: 5px 5px;
}
.addcarttitle1 {
	font-weight: bold;
	padding: 5px 5px;
}
.addcartpict {
	padding: 5px 15px 5px 0px;
	
}
.addcartpict img {
/*	max-height: 160px;*/
}
.addcartname {
	text-align: left;
	padding: 5px 5px;
	height: 160px;
	padding-top: 20px;
}
.addcarttovar {
/*	text-transform: uppercase;*/
	margin-bottom: 15px;
}
.addcartarticle {
	font-size: 15px;
}
.addcartprice {
	text-align: center;
	padding: 5px 5px;
	font-weight: bold;
	height: 160px;
	padding-top: 40px;
}
.addcartoldprice {
	text-align: center;
	padding: 5px 5px;
	font-weight: normal;
	text-decoration: line-through;
}
.addcartdisplay {
	display: block;
}
.addcartnodisplay {
	display: none;
}
.addcartdel {
	text-align: center;
	padding: 5px 5px;
	height: 160px;
	padding-top: 35px;
}
.addcartdel a {
	color: #cfcfcf;
}
.addcartdel a:hover,
.addcartdel a:focus {
  color: #f3632a;
}
.addcartcart {
	text-align: center;
	padding: 5px 5px;
}
.addcartbye {
	text-align: center;
	padding: 5px 5px;
}
@media (max-width: 767px) {
	.addcartname, .addcartprice, .addcartcol, .addcartsum, .addcartdel {
		height: auto;
	}
}


/* Оформление заказа */
.active-item {
	background-color: #f8efe9;
}
.punkt-block {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 15px 15px;
}
.dress-block {
	margin: 10px 15px 0px 15px;
	font-size: .8125rem;
	font-weight: 300;
	line-height: 120%
}
#giftcard {
	display: none;
}


/* Стрелки шагов заказа*/
.strelka {
	border: 0;
	padding: 7px 10px;
	margin: 13px 0;
}

.orderpager {
	padding: 20px 0;
	text-align: center;
}
.orderpager .btn {
	margin: 0px 10px;
}
.orderpager .btn-gold {
    font-size: 19px;
}

.ostep1, .ostep2, .ostep3, .ostep4 {
	margin: 0;
	padding: 0;
}
.hidden_order {
	display: none;
}
#ostep2, #ostep3 {
	display: none;
}
.orderauthtit {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  margin: 25px 0px 15px 0px;
  text-transform: uppercase;
}

/* Архив заказов */
.zak {
	width: 96%;
	margin: 20px auto;
	padding: 0px 5px;
	color: #4b4b4b;
}
.zak_num {
	font-weight: bold;	
	text-decoration: none;
	vertical-align: middle;
	margin: 5px auto;
	padding: 5px 3px;
	background-color: #f2f2f2;
}
.zak_stat {
	margin: 5px 0px;
}
.zak_stat span {
	font-weight: bold;
}
.zak_sum {
	margin: 5px 0px;
}
.zak_sum span {
	font-weight: bold;
}
.zak_link a {
	color: #267393;
	outline: none;
	text-decoration: underline;
}
.zak_link a:hover {
	text-decoration: none;
}
a.repeat_link {
	color: #267393;
	outline: none;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.repeat_link {
	text-decoration: none;
}
.arhback {
	margin: 5px 5px;
}
.arhback a {
	color: #267393;
	outline: none;
	text-decoration: underline;
}
.arhback a:hover {
	text-decoration: none;
}
.zak_tb {
	width: 98%;
	margin: 20px auto;
	padding: 3px 3px;
	color: #4b4b4b;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.zak_tb tr {
	border-bottom: 1px solid #dddddd;
}
.zak_tb th {
	line-height: 20px;
	padding: 3px 3px;
	font-weight: bold;
	background-color: #f2f2f2;
	border-right: 1px solid #dddddd;
}
.zak_tb td {
	padding: 3px 3px;
	border-right: 1px solid #dddddd;
	line-height: 20px;
}
.zak_tb td a {
	color: #267393;
	outline: none;
	text-decoration: underline;
}
.zak_tb td a:hover {
	text-decoration: none;
}
.zak_tb td span {
	font-weight: bold;
}


/* Окно добавления товара */
.addcartzag {
	text-align: center;
	margin-bottom: 10px;
}
.addcart {
	margin: 20px auto;
}
.addcarttop {
	border-top: 1px solid #d3d3d3;
}
.addcarttitle {
	text-align: center;
	font-weight: bold;
	padding: 5px 5px;
}
.addcarttitle1 {
	font-weight: bold;
	padding: 5px 5px;
}
.addcartpict {
	padding: 5px 15px 5px 0px;
	
}
.addcartpict img {
/*	max-height: 160px;*/
}
.addcartname {
	text-align: left;
	padding: 5px 5px;
	height: 160px;
	padding-top: 20px;
}
.addcarttovar {
/*	text-transform: uppercase;*/
	margin-bottom: 15px;
}
.addcartarticle {
	font-size: 15px;
}
.addcartprice {
	text-align: center;
	padding: 5px 5px;
	font-weight: bold;
	height: 160px;
	padding-top: 40px;
}
.addcartsindval {
	text-align: center;
	padding: 5px 5px;
	font-weight: bold;
	color: #dd0000;
}
.addcartoldprice {
	text-align: center;
	padding: 5px 5px;
	font-weight: normal;
	text-decoration: line-through;
}
.addcartdisplay {
	display: block;
}
.addcartnodisplay {
	display: none;
}
.addcartcol {
	text-align: center;
	height: 160px;
	padding-top: 40px;
}
.addcartcol span {
	color: #c8a970;
}
.addcartcol input {
	height: 34px;
	padding: 6px 11px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8a970;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.addcartnum {
	text-align: right;
	padding: 5px 5px 5px 5px;
}
.addcartizm {
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.addcartkrat {
	text-align: center;
	padding: 0px 5px 5px 5px;
}
.addcartsum {
	text-align: center;
	font-weight: bold;
	height: 160px;
	padding-top: 40px;
}
.addcartdel {
	text-align: center;
	padding: 5px 5px;
	height: 160px;
	padding-top: 35px;
}
.addcartdel a {
	color: #cfcfcf;
}
.addcartdel a:hover,
.addcartdel a:focus {
  color: #f3632a;
}
.addcartalltov {
	font-size: 15px;
	color: #333333;
	padding: 10px 0;
}
.addcartalltov a {
	font-size: 15px;
	color: #333333;
}
.addcartalltov a:hover,
.addcartalltov a:focus {
  color: #f3632a;
}
.addcartpromoline {
	background-color: #ebebeb;
	padding: 5px 0px;
	margin: 10px -15px;
}
.addcartpromo, .addcartpromor, .addcartpromoc {
	text-transform: uppercase;
	color: #2c2a2a;
	padding-top: 6px;
}
.addcartpromo {
	color: #ff0000;
}
.addcartpromor {
	text-align: right;
	padding-right: 30px;
}
.addcartpromor span {
	text-transform: none;
	font-weight: bold;
}
.promoerr {
	color: #ff8000;
}
.addcartbonusline {
	background-color: #ffecd9;
	padding: 5px 0px;
	margin: 10px -15px;
}
.addcartbonus {
	font-weight: bold;
	color: #db6004;
}
.addcartskid {
	padding: 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.addcartskidr {
	text-align: right;
	padding: 5px 5px;
	font-weight: bold;
}
.addcartitog {
	padding: 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
.addcartitogr {
	text-align: right;
	padding: 5px 5px;
	font-weight: bold;
	color: #f3632a;
	font-size: 28px;
}
.addcartcart {
	text-align: center;
	padding: 5px 5px;
}
.addcartbye {
	text-align: center;
	padding: 5px 5px;
}
@media (max-width: 767px) {
	.addcartname, .addcartprice, .addcartcol, .addcartsum, .addcartdel {
		height: auto;
	}
	.addcartalltov {
		text-align: center;
	}
	.addcartskid, .addcartskidr {
		text-align: center;
	}
	.addcartitog, .addcartitogr {
		text-align: center;
	}
}

.ordertit {
	font-size: 16px;
	height: 50px;
	font-weight: bold;
}

/* Форма для оптовиков */
#exhibition_error {
	display: none;
}

/* Слайдер главной страницы */
.hero .slider-block__slide .slider-div {
	position: absolute !important;
	z-index: 2 !important;
	width: 100%;
	top: 0;
	bottom: 0;
}

/* Вакансии */
.vac-elname {
	font-weight: 600;
	opacity: .75 !important;
}

/* Блок соц. сетей */
.soc-card-info {
	height: 0;
	max-height: 100%;
	min-height: 80px;
	background-color: #e6c5ae;
}
.main-card-info {
	height: 0;
	max-height: 100%;
	min-height: 180px;
	background-color: #e6c5ae;
}
.main-h1 {
	color: #f3e3d8;
	font-size: 1.5rem;
}

/* Нижнее меню */
@media (min-width: 1024px) {
	.dropup .dropdown-menu {
		display: none;
		bottom: 100%;
		margin-bottom: 0;
		top: auto;
	}
	.dropup:hover .dropdown-menu {
		display: block;
	}
}


/* Обатный отсчёт */
.tskidka {
	position: fixed;
	bottom: 50px;
	left: 5px;
	border-radius: 3px;
	background: #a33636;
	display: none;
	min-width: 190px;
	z-index: 150;
}
@media ( min-width: 992px ) {
	.tskidka {
		display: inline-block;
	}
}
.tskidka-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
}
.tskidka-title {
	position: relative;
	padding: 3px 15px;
	color: #fff;
}
.tskidka-title span {
	font-size: 18px;
	font-weight: 400;
}
.tskidka-last {
	color: #fff;
	padding: 8px 15px 10px 30px;
}
.countdown {
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 16px;
}
 
.countdown-number {
	padding: 2px;
/*	padding-top: 10px;
	border-radius: 3px;
	background: #00bf96;*/
	display: inline-block;
}
 
.countdown-time {
	padding: 3px;
	border-radius: 3px;
	background: #e87400;
	display: inline-block;
}
 
.countdown-text {
	display: block;
	padding-top: 3px;
	font-size: 8px;
}

.new-items .slider-block__inner {
  width: 75%;
}

/* Кнопка вверх */
.back-to-top {
  position: fixed;
  bottom: 50%;
  left: 5px;
  display: none;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
/*  fill: rgb(255, 255, 255);*/
  background-color: #dfb599;
  padding: 5px 5px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}
.back-to-top .fill-back {
  fill: rgb(255, 255, 255);
}
.back-to-top svg {
  display: block;
  object-fit: contain;
}

.fdNayL {
  width: 31.5px;
  height: 31.5px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
  padding-left: 5px;
}
.fdNayL span {
	writing-mode: vertical-rl;
}
.back-to-top:hover {
  background-color: #ecd2c1;
  text-decoration: none;
/*  fill: rgb(64, 64, 64);*/
  color: #464646;
}
.back-to-top:hover .fill-back {
  fill: rgb(64, 64, 64);
}

/* Иконка авторизации через VK */
.vkauth svg {
	margin-top: -2px;
	width: 24px;
	height: 24px;
}
/* Иконка авторизации через YA */
.yaauth {
	padding-top: .6rem !important;
}
.yaauth svg {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: -2px;
}

/* Подарочные сертификаты */
.sertifikat .active {
	color: #ffffff;
	background-color: #a33636;
}


/* Метки товара в каталоге */
.item-card__top_left {

}

.metki-top {
	text-transform: uppercase;
	position: relative;
	padding-top: 0.25rem;
}
.metki-top .tovnewhit {
	transform: rotate(270deg);
	margin-left: -8em;
	margin-top: 13em;
	font-size: .5625em;
	width: 180px;
	height: 40px;
}
.metki-top .tovnew {
	color: #000000;
}
.metki-top .tovhit {
	color: #000000;
}
.metki-top .tovskidka {
	color: #d90000;
}
.metki-top .tovnew, .metki-top .tovhit {
	padding-bottom: .125rem;
	padding-top: .125rem;
    font-size: .563rem;
    font-weight: 600;
    line-height: .625rem;
}
.metki-top .tovskidka {
	padding-bottom: .125rem;
	padding-top: .125rem;
    font-size: .563rem;
    font-weight: 600;
    line-height: .625rem;
}
@media ( max-width: 768px ) {
	.metki-top .tovnewhit {
		margin-left: -8em;
		margin-top: 10em;
	}
}
@media ( min-width: 1400px ) {
	.metki-top .tovnew, .metki-top .tovhit {
		font-size: .75rem;
        font-weight: 600;
        line-height: .875rem;
	}
	.metki-top .tovskidka {
		font-size: .75rem;
        font-weight: 600;
        line-height: .875rem;
	}
}


#cookie_note {
    display: none;
    position: fixed;
    z-index: 100 !important;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.8rem;
    text-align: left;
    color: black;
}

#cookie_note p>a {
    color: #a13535;
}

.cookie_accept{
    min-width:120px;
	height: 40px;
	margin-left: 10px;
}
@media (min-width: 576px){
    #cookie_note.show {
        display: flex;
		left: 20;
		right: 20;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	.cookie_accept{
		min-width:100px;
		margin-left: 0px;
		margin-top: 7px;
	}
}


@media (max-width: 768px) {
  .type-mob-menu {
    font-size: .4875rem;
  }
}

.top-80p {
    top: 80% !important;
}

.hero__title svg {
    color: #fcf7f4;
    height: 23px;
    width: 23px;
}

.type-h3 {
    font-size: calc(1.375rem + 0.3vw);
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 130%;
    text-transform: uppercase;
}

.btn {
	--bs-btn-border-radius: 0;

}

.container-offset {
    padding-top: calc(2.0625rem + 6.75vw);
}
@media (min-width: 1200px) {
    .container-offset {
        padding-top: 6.375rem;
    }
}

.top-phones {
	font-size: 2.875rem;
    font-weight: 600;
    line-height: 140%;
}

/* Выделенная ссылка в левом меню */
.selink {
	color: #f3632a;
	font-size: 1.325rem !important;
	font-weight: 700 !important;
}

/* Модуль образов на главной странице */
.main-look {
	display: block;
}
.sm-look > button {
	display: none;
}
.sm-look:hover > button {
	display: block;
}

.search-field {
	position: relative;
	margin-bottom: 15px;
}
.search-box {
	padding: 5px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	outline: none;
	width: 100%;
	padding-right: 30px !important;
}
.search-input-group-btn {
	position: relative;  
	z-index: 10;
}
.input-group-btn a.search-close {
   position: absolute;
   display: block;
   right: 5px;
   top: 0px;
}
.svg-search-close {
	height: 16px;
	width: 16px;
}

/*.metki-top {*/
/*	text-align: right;*/
/*	text-transform: uppercase;*/
/*	position: relative;*/
/*/*	border: 1px solid red;*/*/
/*}*/
/*.metki-top .tovnewhit {*/
/*	transform: rotate(270deg);*/
/*	margin-left: -8em;*/
/*	margin-top: 13em;*/
/*	font-size: .5625em;*/
/*	width: 180px;*/
/*	height: 40px;*/
/*}*/
/*.metki-top .tovnew {*/
/*	color: #000000;*/
/*}*/
/*.metki-top .tovhit {*/
/*	color: #6600cc;*/
/*}*/
/*.metki-top .tovskidka {*/
/*	color: #d90000;*/
/*	font-size: 14px;*/
/*	position: absolute;*/
/*    top: 5px;*/
/*    left: 20px;*/
/*}*/
/*@media ( max-width: 768px ) {*/
/*	.metki-top .tovnewhit {*/
/*		margin-left: -8em;*/
/*		margin-top: 10em;*/
/*	}*/
/*}*/
/*@media ( min-width: 1400px ) {*/
/*	.metki-top .tovnew, .metki-top .tovhit {*/
/*		font-size: 15px;*/
/*	}*/
/*	.metki-top .tovskidka {*/
/*		font-size: 15px;*/
/*/*		left: 15px;*/*/
/*	}*/
/*}*/

