/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*B siter*/
.siter {
    overflow: hidden;
}
.siter__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
}
.siter__logo {
    display: inline-block;
    width: 40px;
    fill: #999;
    transition: all 0.3s ease-in-out;
}
.siter__link:visited, .siter__link:focus {
    color: #999;
}
.siter__link span{
    transition: color 0.3s ease-in-out;
    color: inherit;
}
.siter__link:hover span{
    color: #fff;
}
.siter__link:hover .siter__logo {
    fill: #fff;
}
.siter__text--left {
    margin-right: 5px;
}
.siter__text--right {
    margin-left: 5px;
}
@media (min-width: 1024px) {
    .siter__logo {
        transform: rotate(0deg);
    }
    .siter__link:hover .siter__logo {
        transform: rotate(180deg);
    }
}
/*whatsapp*/
.whatsapp {
	display: block;
	position: fixed;
	z-index: 31;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	-webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.2));
}
.whatsapp__bg {
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	width: 100%;
	background: #12C868;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 150, 78)), to(rgb(43, 173, 100)));
	background: -o-linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
	background: linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
	height: 100%;
	-webkit-animation: pulse 1.5s ease-in-out alternate infinite;
	animation: pulse 1.5s ease-in-out alternate infinite;
}
.whatsapp__img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.whatsapp__img img {
	width: 30px;
	height: 30px;
}
@media (min-width: 768px) {
	.whatsapp {
		right: 65px;
		width: 66px;
		height: 66px;
		bottom: 110px;
	}
	.whatsapp .whatsapp__bg {
		-webkit-transition: opacity 0.6s ease;
		-o-transition: opacity 0.6s ease;
		transition: opacity 0.6s ease;
	}
	.whatsapp .whatsapp__img {
		-webkit-transition: -webkit-transform 0.6s ease;
		transition: -webkit-transform 0.6s ease;
		-o-transition: transform 0.6s ease;
		transition: transform 0.6s ease;
		transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	}
	.whatsapp:hover .whatsapp__img {
		-webkit-transform: translate(0, -10px);
			-ms-transform: translate(0, -10px);
				transform: translate(0, -10px);
	}
	.whatsapp:hover .whatsapp__bg {
		-webkit-animation-play-state: paused;
				animation-play-state: paused;
		opacity: 0;
	}
	.whatsapp__img img {
		width: 50px;
		height: 50px;
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.logo_and_menu-row--nested-menu, .logo_and_menu-row:hover {
    z-index: 5;
}
/*catalog*/
.sa_block .catalog-item-delivery-hoster {
	margin: 4px 8px;
}
.item-title span {
	font-weight: 700;
}
/*table*/
.confirm-table-hoster {
	margin-bottom: -15px;
}
.confirm-table-hoster tbody {
	vertical-align: top;
}
.confirm-table-hoster td {
	padding: 0 15px 15px 0;
}
.confirm-table-hoster td:last-child {
	padding: 0;
}
/*header catalog*/
#header .mega-menu .menu-item.wide_menu:hover .dropdown-menu, #header .mega-menu .menu-item:hover .wrap > .dropdown-menu {
	visibility: hidden;
	opacity: 0;
}
.mega-menu .menu-item.dropdown:hover .wrap::before {
	background-color: transparent;
}
.dark-hover-overlay .mega-menu .menu-item.dropdown:hover .wrap>a {
	color: #222222;
	color: var(--white_text_black2) !important;
}
.dark-hover-overlay .mega-menu .menu-item.dropdown:hover .wrap>a path {
	fill: #333;
	fill: var(--white_text_black) !important;
}
#header .mega-menu table .menu-item.dropdown._active .wrap:before {
	background-color: rgba(0, 0, 0, 0.6);
}
.dark-hover-overlay .mega-menu .menu-item.dropdown._active .wrap>a {
	color: var(--menu-item-hover-color) !important;
	z-index: 4;
}
.dark-hover-overlay .mega-menu .menu-item.dropdown._active .wrap>a path {
	fill: #333;
	fill: var(--menu-item-hover-color) !important;
}
#header .mega-menu .menu-item.wide_menu._active .dropdown-menu, #header .mega-menu .menu-item._active .wrap > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
/*tables order change*/
.sale_order_full_table.order-pay {
	padding: 30px !important;
	border: 1px solid #ececec !important;
	border-radius: 3px;
	border-color: var(--stroke_black);
	margin-bottom: 20px;
	text-align: left;
}
.sale_order_full_table.success-order {
	padding: 101px 0 0;
	border: 0;
}
.sale_order_full_table.success-order::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -35px;
	width: 70px;
	height: 70px;
	background: url('/local/templates/aspro_max/css/../images/svg/catalog/success.svg') 0 0 no-repeat;
	background-position: var(--light, 0 0) var(--dark, 0 -70px);
	background-color: #9e9e9e;
	background-color: var(--theme-base-color);
}
.sale_order_full_table:first-of-type:before {
	display: none;
}
/*edits*/
div.editor_dialog {
	height: 510px !important;
}
.bx-yandex-view-layout .yandex-map__mobile-opener {
	cursor: pointer;
}
.sticker_kcounter{ 
  background-color: #d1ffe3 !important;
  color: #282b30 !important;
}

@media(max-width: 767px) {
	.form-control:not(.eye-password) .error {
		position: static;
	}
}
@media all and (max-width: 600px) {
  	.compact-catalog .item .stickers{
    	display: block !important;
  	}
  	.sticker_kcounter{
  		display: flex !important;
  		align-items: center;
  	}
  	.views-mess{
  		display: block;
		font-size: 0px;	
		width: 18px;
		height: 18px;
		margin-left: 5px;
		background-image: url(/local/templates/aspro_max/images/views-mobile.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		opacity: 0.7;
	}
}
@media (max-width: 500px) {
	.catalog-compare__items .icons-basket-wrapper {
		position: static;
		margin: 10px 0px 0px 0px;
		order: 2;
	}
	.catalog-compare__items .cost.prices {
		display: flex;
		flex-direction: column;
	}
}

/*===============*/

.detail-cart-delivery-time, .sa_block .catalog-item-delivery-hoster, .catalog-item-delivery-list, .catalog-item-delivery-table {
    background-color: #ffd83a;
    display: flex;
    align-items: center;
    letter-spacing: normal;
    border-radius: 3px;
}

.detail-cart-delivery-time  {
    padding: 2px 7px 2px !important;
    margin: 0px 2px 2px !important;
}

.detail-cart-delivery-time .text-form-info, .sa_block .catalog-item-delivery-hoster, .catalog-item-delivery-list, .catalog-item-delivery-table {
    color: #000;
    font-size: 16px;
	font-weight: 500;
}

.sa_block .catalog-item-delivery-hoster {
    padding: 2px 7px 2px !important;
    margin: 0px auto 2px !important;
    width: 88%;
}

.catalog-item-delivery-list {
    max-width: 14em;
    padding: 2px 7px 2px;
    justify-content: center;
    margin: 2px 0;
}

.catalog-item-delivery-table {
    max-width: 14em;
    padding: 2px 7px 2px;
    justify-content: center;
    margin: 2px 0;
}
