

/* Start:/local/components/lisa/popup.location/templates/.default/style.css?16515237243832*/
@media (min-width: 768px){
    .modalwindow {
        max-width: 640px;
        width: 640px;
    }
}


.modalwindow {
    position:fixed;
    /*display:none; /* Скрываем модальное окно по умолчанию */
    z-index:500;

    border-radius: 8px;
    -webkit-box-shadow: 0 8px 40px rgba(0,0,0,.32);
    box-shadow: 0 8px 40px rgba(0,0,0,.32);
    background-color: #fff;
    overflow-y: auto;
}
h2 {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
    font-size: 25px;
    color: #000;
    margin: 0;
    font-family: arial;
    text-align: center;
}
.modalwindow .content {
    padding: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.close_old {
    float: right;
    margin-top: -47px;
    margin-right: 15px;
    width: 17px;
    height: 17px;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
}
.close {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: hsla(0,0%,100%,.8);
    border: none;
    border-radius: 8px;
    font-size: 20px;
}
.close:hover{
    text-decoration: none;
}

.dostavka_car{
    color: #a6a5a5;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
}
.dostavka_car img{
    fill: #a6a5a5;
    margin: 10px 10px 10px 0;
}

@media (min-width: 468px){
    .location_button {
        text-align: right;
    }
    .lb_main{
        float: left;
    }
}
.location_button {
    margin: 30px 0 10px;
    font-size: 14px;
    line-height: 50px;
}
@media (max-width: 468px){
    .location_button a{
        display: block;
        text-align: center;
        float: none;
    }
}


.popup-fade {
    display: none;
}
.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    z-index: 99999;
    opacity: 1;
}
.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	/*color: #1e55b9;*/
	display: inline-block;
	font-size: 18px;
	height: 27px;
	line-height: 26px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
	width: 40%;
}
@media (min-width: 768px){
	.bx-sls .quick-location-tag {
		width: 32%;
	}
}
.bx-ui-sls-container input {
	width: 100%;
	border: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	padding: 0 10px;
}
.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px #c7c7c7;
    box-shadow: 0 2px 3px #c7c7c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    left: 0;
    top: 0px;
    padding: 5px 5px 3px 5px;
    position: relative;
    width: 100%;

    background-color: #fff;
    z-index: 999;
    border: 1px solid #87919c;
    max-height: 300px;
}
.bx-sls .bx-ui-sls-variants {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant, .bx-sls .bx-ui-sls-error {
    padding: 0;
}
.bx-sls .dropdown-item-text {
    color: #aba8ac;
    display: inline-block;
    /* max-width: 220px; */
    vertical-align: top;
    cursor:pointer;
}
.dropdown-item.bx-ui-sls-variant {
	font-size:14px;
}
.bx-sls .dropdown-item-text {color:#000;}
.bx-sls .dropdown-item-text:hover {
	font-weight:bold;
}
/* End */


/* Start:/local/templates/masterica/components/bitrix/sale.basket.basket.line/.default2/style.css?177885455115697*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/local/templates/masterica/components/bitrix/sale.basket.basket.line/.default2/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/local/templates/masterica/components/bitrix/sale.basket.basket.line/.default2/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
	.basket-h-wrap .violet-btn {cursor:pointer}
}

@media (max-width: 767px) {
	#related_props  {width:100%}
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }



/*
.basket-h-wrap {
	transition: none !important;
}*/
.buy-wrap__item  .col--name a {
	color:#000;
}
.closebasket:hover {text-decoration:none;}
.closebasket {
	    float: right;
    position: relative;
    right: 10%;
    color: #ccc;
    border-radius: 42px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    top: -7px;
    font-size: 14px;
}
@media (max-width: 768px) {
	.closebasket {display:none}
}

/* New elements hidden on desktop, shown on mobile */
.koshik3__trash-icon { display: none; }
.koshik3__remove-text { display: none; }
.koshik3__trust { display: none; }
.koshik3__btn-shield { display: none; }

/* KOSHIK3 - New basket styling */
.koshik3 {
	transition: all 0.3s ease;
}
.basket-h-wrap.active.koshik3{padding:0;top:0;background: #f0f0f5;display:flex;flex-direction: column;}

.koshik3__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600;
	font-size: 14px;
}

.koshik3__close {
	float: none;
	position: static;
	right: auto;
	color: #999;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 5px 8px;
	top: auto;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s;
}

.koshik3__close:hover {
	color: #333;
	border-color: #666;
	text-decoration: none;
}

.koshik3__content {
	max-height: 500px;
	overflow: hidden;
	display: flex;
	flex:1;
	flex-direction: column;
}

.koshik3__basket {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.koshik3__items {
	flex: 1;
	overflow-y: auto;
	padding: 10px 0;
}

.koshik3__item {
	display: flex;
	gap: 10px;
	padding: 12px 15px;
	border-bottom: 1px solid #f0f0f0;
	align-items: flex-start;
}

.koshik3__item:last-child {
	border-bottom: none;
}

.koshik3__item-image {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.koshik3__item-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.koshik3__item-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.koshik3__item-name {
	margin: 0;
}

.koshik3__item-link {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	display: block;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.koshik3__item-link:hover {
	color: #666;
	text-decoration: underline;
}

.koshik3__item-panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.koshik3__item-counter {
	display: flex;
	align-items: center;
	gap: 5px;
}

.koshik3__counter {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
}

.b-counter__btn {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	cursor: pointer;
	font-size: 12px;
	border: none;
	transition: background 0.2s;
	padding: 0;
}

.b-counter__btn:hover {
	background: #eee;
}

.b-counter__control {
	width: 40px;
	height: 24px;
	text-align: center;
	border: none;
	font-size: 12px;
	padding: 0 5px;
}

.koshik3__item-price {
	font-weight: 600;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
}

.koshik3__item-remove {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.koshik3__remove-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #999;
	cursor: pointer;
	transition: color 0.2s;
}

.koshik3__remove-link:hover {
	color: #333;
}

.koshik3__remove-link svg {
	width: 16px;
	height: 16px;
}

.koshik3__total {
	padding: 15px;
	background: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.koshik3__total-caption {
	font-size: 13px;
	color: #666;
}

.koshik3__total-price {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}

.koshik3__minsum {
	font-size: 12px;
	color: #f60;
	padding: 10px 15px;
	background: #fff9f0;
	border-top: 1px solid #ffe0cc;
	margin: 0;
	text-align: center;
}

.koshik3__continue {
	display: block;
	width: 100%;
	padding: 12px;
	background: #8b5cf6;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	border-radius: 3px;
}

.koshik3__continue:hover {
	background: #7c3aed;
	text-decoration: none;
}

@media (max-width: 767px) {
	/* Items scroll area — gray background like the app */
	.koshik3__items {
		background: #f0f0f5;
		padding: 10px 10px 0 10px;
	}

	/* Each item is a white card */
	.koshik3__item {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 1px 4px rgba(0,0,0,0.07);
		margin-bottom: 3px;
		padding: 14px 12px;
		border-bottom: none;
		gap: 12px;
		align-items: flex-start;
	}

	.koshik3__item:last-child {
		border-bottom: none;
		margin-bottom: 10px;
	}

	/* Product image */
	.koshik3__item-image {
		width: 70px;
		height: 70px;
		min-width: 70px;
		border-radius: 8px;
		border: none;
		background: #f5f5f5;
		overflow: hidden;
	}

	.koshik3__item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* Product name */
	.koshik3__item-link {
		font-size: 14px;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 1.35;
	}

	.koshik3__item-content {
		gap: 10px;
	}

	/* Panel row: counter | price | delete — all inline */
	.koshik3__item-panel {
		flex-wrap: nowrap;
		gap: 8px;
		align-items: center;
		justify-content: flex-start;
	}

	/* Counter */
	.koshik3__counter {
		border: 1.5px solid #d0d0d0;
		border-radius: 8px;
		background: #fff;
		overflow: hidden;
	}

	.b-counter__btn {
		width: 30px;
		height: 30px;
		background: transparent;
		font-size: 16px;
		font-weight: 400;
		color: #333;
	}

	.b-counter__btn--minus::after { content: '−'; }
	.b-counter__btn--plus::after  { content: '+'; }

	.b-counter__control {
		width: 34px;
		height: 30px;
		font-size: 14px;
		font-weight: 600;
		color: #1a1a1a;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
	}

	/* Price */
	.koshik3__item-price {
		font-size: 15px;
		font-weight: 700;
		color: #1a1a1a;
		white-space: nowrap;
		flex: 1;
	}

	/* Delete button — trash icon + Видалити text */
	.koshik3__item-remove {
		flex-shrink: 0;
	}

	.koshik3__remove-link {
		flex-direction: row;
		width: auto;
		height: auto;
		gap: 4px;
		color: #999;
		align-items: center;
	}

	.icon_svg.icon-close-m {
		display: none;
	}

	.koshik3__trash-icon {
		display: block;
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}

	.koshik3__remove-text {
		display: inline;
		font-size: 12px;
		color: #999;
		white-space: nowrap;
	}

	/* Header */
	.koshik3__title {
		position: relative;
		padding: 14px 16px;
		font-size: 16px;
		font-weight: 700;
		color: #1a1a1a;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
		justify-content: center;
	}

	/* Close button: back-arrow on the left */
	.koshik3__close,
	.closebasket {
		display: block !important;
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		font-size: 0;
		color: transparent;
		border: none;
		padding: 0;
		border-radius: 0;
		background: none;
		text-decoration: none;
	}

	.koshik3__close::before,
	.closebasket::before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border-left: 2.5px solid #1a1a1a;
		border-bottom: 2.5px solid #1a1a1a;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -6px;
		margin-left: -3px;
	}

	/* Total section */
	.koshik3__total {
		background: #fff;
		border-top: 1px solid #ebebeb;
		padding: 16px 16px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: static;
		bottom: 99px;
		left: 0;
		right: 0;
	}

	.koshik3__total-caption {
		font-size: 15px;
		font-weight: 700;
		color: #1a1a1a;
	}

	.koshik3__total-price {
		font-size: 17px;
		font-weight: 700;
		color: #1a1a1a;
	}

	/* Content wrapper — remove max-height restriction on mobile */
	.koshik3__content {
		max-height: none;
		padding:0;
		position:static;
		margin-top:-20px;
	}

	/* #htotal: the bottom panel containing button + trust */
	#htotal {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
	}

	/* Checkout button: static flow inside #htotal */
	.basket-h-wrap .violet-btn {
		position: static !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: calc(100% - 32px);
		margin: 12px 16px 0;
		padding: 15px;
		background: #6c5ce7;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		border-radius: 14px;
		text-decoration: none;
		border: none;
		box-sizing: border-box;
	}

	.basket-h-wrap .violet-btn:hover {
		background: #5b4bd6;
		text-decoration: none;
		color: #fff;
	}

	.koshik3__btn-shield {
		display: block;
		width: 22px;
		height: 22px;
		flex-shrink: 0;
	}

	/* Trust: static flow after button inside #htotal */
	#htotal .koshik3__trust {
		display: flex !important;
		position: static !important;
		justify-content: space-around;
		align-items: center;
		padding: 10px 16px;
		
	}

	#htotal .koshik3__trust-item {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 6px;
		flex: 1;
		text-align: left;
	}

	.koshik3__trust-icon {
		width: 22px;
		height: 22px;
		color: #666;
	}

	.koshik3__trust-item span {
		font-size: 10px;
		color: #666;
		line-height: 1.3;
	}

	/* Continue button: static flow inside #htotal */
	.koshik3__continue {
		position: static !important;
		display: block !important;
		width: calc(100% - 32px) !important;
		margin: 12px 16px 0 !important;
		padding: 14px 16px !important;
		border-radius: 14px !important;
		font-size: 14px !important;
		box-sizing: border-box !important;
		text-align: center;
	}

	/* Min-order warning: static flow inside #htotal */
	.koshik3__minsum {
		position: static !important;
		margin: 12px 16px 0 !important;
		border-radius: 8px !important;
		text-align: center;
	}
	.basket-h-wrap .buy-wrap__items .col--delete{position:static}
	.basket-h-wrap .buy-wrap__items .koshik3__item-image {padding:0;margin:0}
	.koshik3__counter .b-counter__btn--minus::after{content:"";top:40%}
	.koshik3__counter .b-counter__btn--plus::after{content:"";top:40%;left:14px}
	.koshik3__counter .b-counter__btn--plus::before{content:"";top:27%;left:18px}

	.card-one__detail-info-c.visible .b-counter__btn {font-size:0}
	.koshik3 .scroll .mCSB_inside>.mCSB_container{margin-right:12px}

	.koshik3__item-discount {
	    display: flex;
	    font-size: 12px;
	    font-weight: 100;
	    color: #fff;
	    background: #5bae74;
	    justify-content: flex-start;
	    width: fit-content;
	    padding:3px;
	    border-radius:5px;
	    margin-top:3px;
	}

}
/* End */


/* Start:/local/templates/masterica/components/bitrix/socserv.auth.form/flat/style.min.css?16515237222462*/
.bx-authform-social-popup{display:none;background:#fff;width:auto;padding:15px;font-size:14px;white-space:nowrap}.bx-authform-social-popup form{margin-bottom:0}.bx-authform-social-popup input[type="text"]{display:inline-block;max-width:150px;font-size:18px;height:30px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-authform-social ul{padding:5px 0 12px;margin:0 0 15px;display:block}.bx-authform-social ul li{position:relative;display:inline-block;width:35px;height:35px;margin-right:5px}.bx-authform-social ul li .bx-authform-social-icon{display:block;width:35px;height:35px;background-image:url(/local/templates/masterica/components/bitrix/socserv.auth.form/flat/images/sprite.png);background-repeat:no-repeat;border-bottom:0}.bx-authform-social ul li .bx-authform-social-icon:hover{opacity:.9}.bx-authform-social ul li .bx-authform-social-icon.box{background-position:0 0}.bx-authform-social ul li .bx-authform-social-icon.dropbox{background-position:-44px 0}.bx-authform-social ul li .bx-authform-social-icon.bitrix24{background-position:-88px 0}.bx-authform-social ul li .bx-authform-social-icon.yandex{background-position:-132px 0}.bx-authform-social ul li .bx-authform-social-icon.openid{background-position:-176px 0}.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki{background-position:-220px 0}.bx-authform-social ul li .bx-authform-social-icon.google{background-position:-264px 0}.bx-authform-social ul li .bx-authform-social-icon.mymailru{background-position:-308px 0}.bx-authform-social ul li .bx-authform-social-icon.livejournal{background-position:-352px 0}.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.liveid{background-position:-484px 0}.bx-authform-social ul li .bx-authform-social-icon.liveinternet{background-position:-528px 0}.bx-authform-social ul li .bx-authform-social-icon.blogger{background-position:-572px 0}.bx-authform-social ul li .bx-authform-social-icon.vkontakte{background-position:-616px 0}.bx-authform-social ul li .bx-authform-social-icon.twitter{background-position:-660px 0}.bx-authform-social ul li .bx-authform-social-icon.facebook{background-position:-704px 0}.bx-authform-social ul li .bx-authform-social-icon.google-plus{background-position:-748px 0}.bx-authform-social ul li .bx-authform-social-icon.office365{background-position:-792px 0}
/* End */


/* Start:/local/templates/masterica/template_styles.css?1778229177963*/
.buy-wrap__item .col--name a{position:relative;}
.buy-wrap__item.not-avail .col--name a:after{
    content:"";
    width:10px;
    height:10px;
    border-radius:100%;
    display:inline-block;
    background:red;
    position:absolute;
    left:0;
    bottom:-16px;
}
.buy-wrap__item.not-avail .col--name:after {
    content:"Нет в наличии";
    display:block;
    font-size:11px;
    padding-left:16px;
}

.buy-wrap__item.avail .col--name a:after{
    content:"";
    width:10px;
    height:10px;
    border-radius:100%;
    display:inline-block;
    background:#729e00;
    position:absolute;
    left:0;
    bottom:-16px;
}
.buy-wrap__item.avail .col--name:after {
    content:"В наличии";
    display:block;
    font-size:11px;
    padding-left:16px;
    color:#729e00;
}
@media(max-width:768px) {
    .b-new:after, .b-new:before,.b-sale:before,.b-sale:after {right:-7px;}
}
.product-metadata {display:flex;justify-content: space-between;}
/* End */
/* /local/components/lisa/popup.location/templates/.default/style.css?16515237243832 */
/* /local/templates/masterica/components/bitrix/sale.basket.basket.line/.default2/style.css?177885455115697 */
/* /local/templates/masterica/components/bitrix/socserv.auth.form/flat/style.min.css?16515237222462 */
/* /local/templates/masterica/template_styles.css?1778229177963 */
