

/* Start:/local/components/esd/header_banner/templates/.default/style.css?1572005423912*/
body:not(.free-delivery-banner-closed)
{
  --header_menu_offset: calc(24px + 12px + .6em + 1.2em);
  --header_offset: calc(24px + 12px + 2*.6em + 1.2em + 3em);
}
.free-delivery-banner
{
  background: #fff100;
  width: 100%;
  padding: 1.4em .625rem 1em;

  display: flex;
  align-items: center;

  position: relative;
}
@media screen and (max-width: 768px) {
  .free-delivery-banner {
    position: fixed;
  }
}
.free-delivery-banner-text
{
  padding: 0 .5em;
  flex: 1;
  font-size: 21px;
  font-weight: 900;
  line-height: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
.free-delivery-banner-close
{
  cursor: pointer;
  margin-right: 75px;
  margin-right: calc(75px + .625em);
}
.header_main.no-offset
{
  --header_offset: 0;
}

@media screen and (max-width: 768px) {
  .free-delivery-banner-close
  {
    margin-right: .625em;
  }
}
/* End */


/* Start:/local/templates/ustyles/template_styles.css?177677335722511*/
@font-face {
    font-family: 'ProximaNova';
    font-weight: 400;
    font-style: normal;

    src: url('/local/templates/ustyles/resources/fonts/ProximaNova-Regular.eot');
    src: local('☺'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Regular.woff') format('woff'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Regular.ttf') format('truetype'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Regular.svg') format('svg');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 500;
    font-style: normal;

    src: url('/local/templates/ustyles/resources/fonts/ProximaNova-Semibold.eot');
    src: local('☺'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Semibold.woff') format('woff'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Semibold.ttf') format('truetype'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Semibold.svg') format('svg');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 800;
    font-style: normal;

    src: url('/local/templates/ustyles/resources/fonts/ProximaNova-Extrabld.eot');
    src: local('☺'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Extrabld.woff') format('woff'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Extrabld.svg') format('svg');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 900;
    font-style: normal;

    src: url('/local/templates/ustyles/resources/fonts/ProximaNova-Black.eot');
    src: local('☺'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Black.woff') format('woff'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Black.ttf') format('truetype'), url('/local/templates/ustyles/resources/fonts/ProximaNova-Black.svg') format('svg');
}


.prod_mini_cart_block {
    background-color: #fff;
    margin-top: 75px;
    position: absolute;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    width: 300%;
    margin-left: -272%;
    width: 250%;
    margin-left: -222%;
    display: none;
    padding-right: 0;
}
.kdx_cart_small_block {
	float: right;
}
.prod_mini_cart_block::before, .prod_mini_cart_block::after {
    content: '';
    position: absolute;
    right: 7px;
    top: -11px;
    background-color: #fff;
    margin-left: -12px;
    width: 21px;
    height: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
    transform: rotate(45deg);
}
.prod_mini_cart_block::before {
	z-index: 1;
	box-shadow: none;
}
.item_cart_mini {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    /* padding-bottom: 16px; */
    position: relative;
}
/*.item_cart_mini.last:after*/
/*{*/
/*  content:'';*/
/*  display: block;*/
/*  height: 210px;*/
/*  width: 100%;*/
/*}*/
.img_mini_cart_block {
    width: 21%;
    margin-right: 4%;
}
.img_mini_cart_block img {
	width: 100%;
	height: auto;
}
.text_mini_cart_block {
    width: 73%;
}
.text_mini_cart_block p {
	margin-top: 0;
	font-size: 13px;
	/*   font-family: "Proxima Nova Regular"; */
	font-family: 'Proxima Nova Bold';
	color: rgb(96, 102, 110);
	line-height: 1.231;
	-moz-transform: scale(1, 1.03);
	-webkit-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
}
.text_mini_cart_block .title_mini_cart {
	font-size: 16px;
	color: rgb(4, 4, 4);
}
.text_mini_cart_block .price_mini_cart_block span{
	font-size: 16px;
	font-family: 'Proxima Nova Bold';
	color: rgb(4, 4, 4);
	line-height: 2.625;
	-moz-transform: scale(1, 1.03);
	-webkit-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
}
.text_mini_cart_block .price_mini_cart_block .unsale_price_mini_cart {
	font-size: 12px;
	color: rgb(116, 116, 116);
	line-height: 3.5;
	text-decoration:line-through;
    margin-left: 5px;
}
.mini_cart_buttons_block .btn.btn--primary.btn_add_to_cart {
	margin-bottom: 8px;
}
a.btn.btn--primary.btn_add_to_cart, span.btn.btn--primary.buy_one_click_button {
	background-color: transparent;
    box-shadow: 0 0 0;
    border: 2px solid #fff300;
    line-height: 36px;
}

a.btn.btn--primary.btn_add_to_cart:hover, span.btn.btn--primary.buy_one_click_button:hover {
	border-color: #ece000;
}
.sum_mini_cart {
	font-size: 16px;
	font-family: 'Proxima Nova Bold';
	color: rgb(4, 4, 4);
	-moz-transform: scale(1, 1.03);
	-webkit-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0 10px 0;
}
.sale_free_delivery {
	font-size: 14px;
	text-align: center;
}
.mini_cart_buttons_block a.btn.btn--primary {
	width: 100%;
}
.sum_mini_cart span {
	font-size: 21px;
	padding-left: 4px;
}
.mini_cart_buttons_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.del_prod_mini_cart {
	position: absolute;
    width: 30px;
    height: 19px;
    cursor: pointer;
}
.del_prod_mini_cart:hover {
	opacity: .6;
}
.del_prod_mini_cart_block {
	position: absolute;
    right: -7px;
    top: 0px;
}
.del_prod_mini_cart::before, .del_prod_mini_cart::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #d5d5d5;
}
.del_prod_mini_cart::before {
	transform: rotate(45deg);
}
.del_prod_mini_cart::after {
	transform: rotate(-45deg);
}
.show_prod_mini_cart_block {
	display: block;

}
.scroll_mini_cart {
	overflow-y: auto;
    max-height: 72vh;
    overflow-x: hidden;
    padding-right: 30px;
    position: relative;
}
.buyoneclick_ajax_load .label_form {
	width: 100%;
	text-align: left;
}
.text_error_input {
    display: block;
    text-align: left;
    background: #F2DEDE;
    color: #A94442;
}
.mini_cart_fix_bottom {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 2px #fff;
}
.paint--choose .buy_one_click_button {
    width: 100%;
    margin-top: 10px;
}
@media (max-width: 767px) {
	.show_prod_mini_cart_block {
		display: none;
	}
	.prod_mini_cart_block {
		width: 96vw;
    	margin-left: -90vw;
	}
}
.label_form {
	font-size: 14px;
	font-family: "Proxima Nova Regular";
	color: rgb(0, 0, 0);
	line-height: 1.8;
	-moz-transform: scale(1, 1.03);
	-webkit-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
	float: left;
}
.one_textarea {
	height: auto;
}
.obiaz {
	color: #d93333;
}
.error_form {
    border: 1px solid #de0d0d;
}
.form_res {
    font-size: 25px;
    margin: 35px 0 30px 0;
    font-weight: 700;
    text-align: center;
}
.res_error {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    color: #d03333;
}
.buyoneclick_ajax_load input[type=submit].btn--primary.btn {
	box-shadow: 0 0 0;
    line-height: 45px;
    height: 45px;
    width: auto;
    padding-left: 20%;
    padding-right: 20%;
}

.buyoneclick_ajax_load .popup_footer, .buyoneclick_ajax_load .popup_footer .primary_text{
	font-size: 12px;
	font-family: "Proxima Nova Regular";
	color: rgb(133, 133, 133);
	line-height: 1.167;
	text-align: center;
}
.buyoneclick_ajax_load .popup_footer .primary_link.underlined_link.trigger {
	color: #b3ac27;
	text-decoration: underline;
	margin-left: 0;
}
@media (max-width: 767px) {
	.cart_buttons {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	.cart_buttons span.btn.btn--primary.buy_one_click_button, .cart_buttons .order-min-price-warning {
		margin-bottom: 20px;
	}
	.cart_buttons .col-md-3.col-md-push-6 {
		width: 100%;
	}
	.cart_buttons span.btn.btn--primary.buy_one_click_button, .cart_buttons  a.btn.btn--primary.pay-now.js-track-to-order {
		width: 100%;
	}
}
.empty_cart_block.flex-item.emmix--message {
    margin: 50px auto 30px auto;
}
@media (max-width: 767px) {
	.primary_popup {
	    padding: 0;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    transform: none;
	    -webkit-transform: none;

	}
	.form_row {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
	.primary_input, .primary_textarea {
	    max-width: calc(100% - 30px);
	}
    .checkout_cart_list .primary_input,
    .checkout_cart_list .primary_textarea {
	    max-width: 999px;
	}
	.buyoneclick_ajax_load .label_form {
	    max-width: 100%;
	    width: auto;
	    text-align: left;
	    float: left;
	}
}
.primary_input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 12px;
    line-height: 35px;
    font-size: 14px;
    color: #434a54;
    background: rgba(255,255,255, 1);
    border: 1px solid #ebebeb;
    outline: none;
}
@media (max-width: 767px) {
	.cart_buttons .btn.btn--primary.buy_one_click_button {
	    width: 100%;
    	margin-bottom: 15px;
	}
}
.slider_title {
	text-align: center;
}
.banner-link .va_stuff a.btn--white.btn {
	display: table;
	margin: 0 auto;
}

.index_h1{
	font-size: 30px;
    text-align: center;
}

.footer_title{
	color: rgba(0,0,0, 1);
    text-transform: uppercase;
    font-family: "Proxima Nova Bold", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-weight: normal;
    letter-spacing: 0.08em;
    font-size: 13px;
    display: block;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.news_block_title{
	letter-spacing: 0.08em;
}

.block_sitemap{
	
}

.block_sitemap .item{
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.block_sitemap .item .title{
	color: rgba(0,0,0, 1);
	font-size: 20px;
	font-weight: bold;
}

.block_sitemap .item ul{
}

.block_sitemap .item ul li{
	margin-bottom: 3px;
}

.block_sitemap .item ul li a{
	
}

.block_brand_text_top,
.block_brand_text_bottom{
	
}

.block_brand_text_top p,
.block_brand_text_bottom p{
	text-align: left;
}

.block_brand_text_top h2,
.block_brand_text_bottom h2{
	text-align: left;
}

.block_brand_text_top ul,
.block_brand_text_bottom ul{
	
}

.block_brand_text_top ul li,
.block_brand_text_bottom ul li{
	text-align: left;
}

.collection-name.text_img{
	color: black;
    background-color: #ffffffa8;
    padding: 15px 15px;
}


/* изображение справа (не отображаем в мобильных утройства) */
.img_page_right{
	width: 235px;
    float: right;
    max-height: 235px;
    margin-left: 15px;
    border: 1px solid #fff100;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	margin-bottom: 10px;
}

@media (max-width: 767px){
	.img_page_right{
		display: none;
	}
}
/* изображение справа (не отображаем в мобильных утройства) #END */



/* Работы 24.09.2018 */



.header-info-bar{
	display: none;
}

@media (min-width: 768px) {
	.prod_mini_cart_block{
		max-width: 375px;
		margin-left: 0;
		right: 10px;
	}


/* Верхняя полос шапки  */

	.header_main {
	    height: 50px;
	}
	.header_logo {
	    top: 15px;
	    left: 75px;
	}

	.header_nav {
	    line-height: 50px;
	}
	a.header_nav_link {
		line-height: normal;
		padding: 27px 20px 19px;
	    font-size: 15px;
	    letter-spacing: 1px;

	    padding: 20px 20px 15px;
	    font-size: 12px;

	}
	.header_sub_content {
	    top: 50px;
	}

	.header_right_block {
	    right: 75px;
	}
	.header_right_item {
	    width: 50px;
	    height: 50px;
	}
	.header_search_trigger {
	    width: 50px;
	    height: 50px;
	}

/* Поиск */ 

	.header_scroll_wrapper {
	    left: 210px;
	    right: 275px;
	}
	.header_search_form {
	    background: rgba(0,0,0, 1);
	    top: 0;
	    left: 0;
	    right: 0;
	    height: 50px;
	}
	.header_search_form form{
		margin: 0;
		padding: 0;
		position: relative;
		margin: 9px 0;
	}
	.header_search_input {
	    padding: 3px 10px 0;
	    height: 32px;
	    line-height: 32px;
	    font-size: 17px;
	    background: #ffffff;
	    color: #000000;
	}
	.header_search_submit {
	    height: 32px;
	}
	.header_search_submit svg{
		fill: #000000;
	}
	.header_search_submit:hover svg{
		fill: #000000;
	}

	.ico_search,
	.ico_search:before,
	.ico_search:after{
		transition: .3s color;
	}
	.ico_search.search_opened{
		position: relative;
	}
	.ico_search.search_opened:before {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) rotate(-45deg);
	    width: 20px;
	    height: 1px;
	    background-color: #888;
	    opacity: 1;
	    margin: 0;
	}
	.ico_search.search_opened:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) rotate(45deg);
	    width: 20px;
	    height: 1px;
	    background-color: #888;
	    opacity: 1;
	    margin: 0;
	}

	.ico_search.search_opened:before,
	.ico_search.search_opened:after{
		transition: .3s background-color;
	}
	.ico_search.search_opened:hover:before,
	.ico_search.search_opened:hover:after{
		background-color: #fff100;
	}

/* Избранное */

	.header-favorites-link{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background: transparent url(/local/templates/ustyles/resources/img/ic-header-yellow.png) 50% 50% / auto auto no-repeat;
		background: transparent url(/local/templates/ustyles/resources/img/ic-header-grey.png) 50% 50% / auto auto no-repeat;
		transition: .3s all;
		color: #fff100;
		text-decoration: none;
	}
	.header-favorites-link:visited{
		color: #fff100;
	}
	.header-favorites-link:hover{
		background: transparent url(/local/templates/ustyles/resources/img/ic-header-yellow.png) 50% 50% / auto auto no-repeat;
	}
	.header-favorites-link__count{
		position: absolute;

		color: #fff100;
		font-family: 'ProximaNova';
		font-size: 9px;
		font-weight: 400;
		line-height: 1;
		text-transform: uppercase;

		top: 5px;
		right: 9px;

	}

/* Корзина */

	.ico.ico_cart:after, 
	.ico.ico_cart:before {
	    background-size: 265px;
	}
	.ico.ico_cart:after, 
	.ico.ico_cart:before {
	    width: 34px;
	    height: 23px;
	}
	.ico.ico_cart:after {
	   background-position: -109px -55px;
	}
	.ico.ico_cart:before {
		background-position: -109px 0;
	}

	.prod_mini_cart_block::before {
	    z-index: 1;
	    box-shadow: none;
	}
	.prod_mini_cart_block::after {
	    box-shadow: none;
	}
	.prod_mini_cart_block{
		z-index: 2;
		box-shadow: none;
		filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .3));
	}

	.ico_cart_full span {
	    line-height: 1;
	    font-size: 9px;
	    color: #fff100;
	    position: absolute;
		top: 5px;
	    right: 10px;
	}

/* Профиль */

	.ico.ico_profile{
		position: relative;
	}
	.ico.ico_profile > .header_profile__check {
	    position: absolute;
	    top: 24px;
	    right: 12px;
	    width: 13px;
	    height: 13px;
	    border-radius: 50%;
	    border: 1px solid #888;
	    background: #000;
	    z-index: 1;
	    transition: .3s border;
	}
	.ico.ico_profile:hover > .header_profile__check {
	    border: 1px solid #fff300;
	}
	.ico.ico_profile > .header_profile__check:before {
		content: '';
	    position: absolute;
	    top: 4px;
	    left: 3px;
	    height: 2px;
	    width: 5px;
	    border: 0;
	    border-left: 1px solid #fff100;
	    border-bottom: 1px solid #fff100;
	    transform: rotate(-45deg);
	}
	.ico.ico_profile:after, 
	.ico.ico_profile:before {
	    background-size: 230px;
	}
	.ico.ico_profile:after, 
	.ico.ico_profile:before {
	    width: 37px;
	    height: 27px;
	}

	.ico_profile:after {
	    background-position: -40px -48px;
	}

	.ico_profile.auth:before {
	    background-position: -185px 0;
	}
	.ico_profile.auth:after {
	    background-position: -185px -48px;
	}


/* Информационная полоса шапки */

	.header-info-bar{
		display: block;

		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff100;
		padding: 6px 75px 5px;
		overflow: hidden;
		

		opacity: 0;
		width: 0;
		visibility: hidden;
	}
	.header-info-bar.visible-bar{
		transition: .3s opacity;

		opacity: 1;
		visibility: visible;
		width: 100%;
	}
	.header-info-bar__inner{
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		justify-content: flex-end;
	}
	.header-info-bar__item{
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.header-info-bar__item-img{
		margin-right: 12px;
		flex-shrink: 0;
	}
	.header-info-bar__item-text,
	.header-info-bar__item-link{
		font-family: "ProximaNova";
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		color: #000000;
		text-decoration: none;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	.header-info-bar__item-link:visited{
		color: #000000;
	}
	.header-info-bar__item-link:hover{
		text-decoration: none;
	}

	.header-info-bar__item._phone .header-info-bar__item-text,
	.header-info-bar__item._phone .header-info-bar__item-link{
		font-family: "ProximaNova";
	 	font-weight: 800;
	}

}

@media (min-width: 768px) and (max-width: 1385px){
/*	a.header_nav_link {
	    padding: 27px 10px 19px;
	}*/
}

@media (max-width: 767px){
	.ico_cart_full span {
		color: #fff300;
	}
	.ico_cart.ico_cart_full:before {
	    background-position: -80px 0;
	}
	.ico_cart.ico_cart_full:after{
		background-position: -80px -40px;
	}
}


/* Иконографика на главной */

.service_block_item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 0;
}
.service_block_item__img{
	flex-shrink: 0;
	width: 55px;
	margin-right: 15px;
}
.service_block_item__img img{
	max-width: 100%;
	display: block;
}

/* Детальная новость */

.news-detail{
	background-color: #F2F2F2;
	font-size: 20px;
	font-family: 'Roboto';
	font-size: 400;
}
.news-detail__inner{
	padding: 10px 26px 10px 26px;
}
.news-detail__title{
	font-size: 30px;
	font-weight: 600;
}
.news-detail p{
	margin: 18px 0;
}
.news-detail p:last-child{
	margin: 18px 0 0;
}
.news-detail .slick-slider{
	margin: 18px 0;
}
.news-detail .slick-slider:last-child{
	margin: 18px 0 0;
}
.news-detail__footer{
	background-color: #E0E0E0;
	padding: 15px 10px 16px;
}
.news-detail__footer-link{
	font-size: 24px;
	font-family: 'Lato';
	font-size: 600;
	text-decoration: none;
	transition: .3s color;
	text-align: center;
}
.news-detail__footer-link:hover{
	color: #D7569C;
}

.order-min-price-warning
{
	color: #f11;
    font-weight: 600;
}
.order-min-price-warning.mini
{
    width: 100%;
    text-align: center;
}

.disabled
{
    pointer-events: none;
    user-focus: none;
    opacity: .5;
}

#store-pick button,
#store-pickup-map .map_button
{
    margin-top: 5px;
    border: 0;
    padding: 8px;
    font-weight: bold;
    color: #000;
    background-color: #fff100;
}

#store-pick .js-store-pickup-address
{
  font-weight: bolder;
  font-size: smaller;
}
#store-pick .js-store-pickup-address:empty:before
{
  content: attr(data-empty);
}

/* popup container & overlay */
#store-pickup
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;

  background: #0008;
  display: flex !important; /* bootstrap override */
  align-items: center;
  justify-content: center;
}
#store-pickup:not(.show) {display: none !important;}

/* Popup */
#store-pickup-popup
{
  background: #fff;
  width: 90vw;
  max-height: 100%;
  padding: 10px;
  box-shadow: 0 7px 21px rgba(83,92,105,.12),0 -1px 6px 0 rgba(83,92,105,.06);
}

/* Popup header */
#store-pickup-popup .popup-header
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .5em;
}
#store-pickup-popup .popup-header .popup-title
{
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: 1.5em;
  text-align: center;
  font-size: 1.5em;
  margin-right: 1em;
  flex: 1;
}
#store-pickup-popup .popup-header .popup-close:after
{
  width: 26px;
  height: 26px;
  background-image: none;
  color: #333;
  content: "\2716";
  font-size: 18px;
  cursor: pointer;
}

/* Popup content */
#store-pickup-popup .popup-content
{
  height: 100%;
}

/* Popup map */
#store-pickup-map
{
  height: 80vh;
  background: grey;
}

.store-pickup-metro:before
{
  content: '';
  padding: 0;
  border-radius: 50%;
  background: var(--metro);
  margin-right: .5em;

  display: inline-block;
  width: .5em;
  height: .5em;
}

#store-pickup-map .map-popup
{
  line-height: 1.5em;
}

/* Mobile popup styles */
@media screen and (max-width: 600px) {
  #store-pickup-popup
  {
    width: 100vw;
    height: 100vh;
  }
  #store-pickup-map
  {
    height: 100vh;
  }
  #store-pickup-map .map_button
  {
    font-size: large;
    width: 100%;
  }
  #store-pickup-map ymaps[class*="-balloon"]
  {
    max-width: 300px !important;
    max-height: 500px !important;
  }
  #store-pickup-map ymaps[class*="-balloon"] [class*="-balloon__content"] > ymaps
  {
    width: unset !important;
    height: unset !important;
  }
  #store-pickup-map .map-popup
  {
    width: 50vw;
  }
}

.free-delivery-price
{
  color: #f00;
  text-indent: .25em;
  display: inline;
}

.free-delivery-border
{
  border: 1px solid;
  padding: .5em;
}

.free-delivery-highlight
{
  display: inline;
  font-weight: bold;
}

/* Mobile menu */
.big_ninja .header_nav_item a.header_nav_link
{
    text-transform: none;
}
.payment-page .btn-success {
	background-color: #fff300;
	color: rgba(0, 0, 0, 1);
	box-shadow: inset 0 -2px 0 0 #ece000;
	display: inline-block;
	height: 40px;
	padding: 0 30px;
	padding-top: 3px;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: rgba(0, 0, 0, 1);
	font-family: "Proxima Nova Bold", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	text-transform: uppercase;
	box-sizing: border-box;
	transition: all 0.2s ease-out;
	cursor: pointer;
	margin-bottom: 20px;
}
.payment-page {
	margin-bottom: 35px;
	text-align: center;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 10000;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.cookie-consent.hidden {
    display: none;
}

.cookie-consent__text {
    margin: 0;
    flex: 1 1 auto;
}

.cookie-consent__text a {
    color: #f1c40f;
    text-decoration: underline;
    font-weight: 500;
}

.cookie-consent__text a:hover {
    color: #f39c12;
}

.cookie-consent__button {
    background: #fff987;
    color: rgba(0,0,0,  1);
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 14px;
    white-space: nowrap;
}

.cookie-consent__button:hover {
    background: #2ecc71;
}

@media (max-width: 480px) {
    .cookie-consent {
        flex-direction: column;
        text-align: center;
    }
    .cookie-consent__button {
        width: 100%;
    }
}
/* End */
/* /local/components/esd/header_banner/templates/.default/style.css?1572005423912 */
/* /local/templates/ustyles/template_styles.css?177677335722511 */
