html {
	scroll-behavior: smooth;
}
body
{
	font-family: 'Arial', sans-serif !important;
}
.head-top, .head-top:before, .head-top:after,
.head-bottom, .head-bottom:before, .head-bottom:after {
  box-sizing: content-box !important;
}
body > .wrapper {
	max-width: 1920px;
	margin: 0 auto;
}
h1, h2, h3, h4
{
	margin-bottom: 1em;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.text {
    font: 12px 'Arial';
    color: #000;
}
.text a{
    text-decoration: underline;
}
.text a:hover{
    text-decoration: none;
}
.header {
	width: 96%;
	margin: 0 auto;
}
.col-4
{
	float: left;
	width: 25%;
}
.col-3
{
	float: left;
	width: 33.33%;
}
.col-2
{
	float: left;
	width: 50%;
}
.col-wrapper
{
	width: 96%;
	margin-left: 2%;
}
.col-wrapper-xl
{
	width: 90%;
	margin-left: 5%;
}
.home-cell-content h2 {
	font-size: 21px;
	font-weight: normal;
}
a.home-cell-wrapper {
	display: flex;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 750px;
	background-color: #ccc;
	color: #fff;
	width: 96%;
	margin-left: 2%;
}
.home-grid-2 a.home-cell-wrapper {
	min-height: 580px;
}
.home-grid-2 .col-2 a.home-cell-wrapper {
	width: 98%;
	margin-left: 1%;
}
.home-grid-2 .col-2 a.home-cell-wrapper:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.home-cell-container {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url(/assets/img/home-grid-bg.png) repeat-x;
	background-size: contain;
}
.home-cell-content {
	padding: 100px 20px 60px 20px;
	text-align: center;
}
.home-cell-content h2 {
	margin-bottom: 10px;
}
.home-cell-content p {
	text-transform: uppercase;
}
.home-cell-content button {
	background-color: transparent;
	border: 1px solid white;
	padding: 10px 20px;
	font-size: 95%;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
@media only screen and (max-width: 1650px) {
	a.home-cell-wrapper {
		min-height: 650px;
	}
}
@media only screen and (max-width: 1350px) {
	a.home-cell-wrapper {
		min-height: 550px;
	}
}
@media only screen and (max-width: 640px) {
	.col-3 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 960px) {
	.home-grid-2 .col-4,
	.home-grid-2 .col-2 {
		width: 50%;
		margin-bottom: 20px;
	}
	.home-grid-2 .col-2 {
		width: 49%;
		margin-left: .5%;
		margin-bottom: 20px;
	}
	.home-grid-2 .col-2:first-child {
		margin-right: .5%;
	}
}
@media only screen and (max-width: 640px) {
	a.home-cell-wrapper {
		width: 98%;
		margin: 0 auto;
	}
	.home-grid-2 .col-4,
	.home-grid-2 .col-2 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.home-cell-content h2 {
		font-size: 26px;
	}
	.home-grid-2 a.home-cell-wrapper,
	.home-grid-2 .col-2 a.home-cell-wrapper {
		min-height: 550px;
	}
	.home-grid-2 .col-4,
	.home-grid-2 .col-2 {
		margin-bottom: 10px;
	}
}


.cb-button {
	display: inline-block;
	padding: 1em 2em;
	margin: 1em 2em;
	border: 1px solid black;
	color: black;
	text-transform: uppercase;
	letter-spacing: .1em;
}
a.cb-button {
	color: black;
	text-decoration: none;
}
.cb-button:hover,
a.cb-button:hover {
	background-color: black;
	color: white;
}
.infinity-loading {
	display: none;
	width: 32px;
	height: 32px;
	margin: 23px auto;
	background: url(../img/loader.gif) no-repeat #fff;
	background-size: contain;
}
.blackfriday
{
	height: 100px;
	background: url(../img/bg-bf.png) repeat #000;
	text-align: center;
}
.blackfriday img
{
	width: 918px;
	height: 100px;
}


.top-announce {
	background-size: cover;
	font-size: 100%;
	width: 100%;
	padding: 1px 0;
	background-color: #e5bac0;
	color: #000;
	text-align: center;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.top-announce a {
	color: inherit;
}
.top-announce a {
	text-decoration: underline;
}
.top-announce strong{
	text-transform: uppercase;
}
.top-announce p{
	margin: 7px 0;
}
.head-top
{
	padding: 1em 0 0 0;
	background: none;
	line-height: 14px;
}
.head-top-bl
{
	width: 100%;
}
.head-top-bl .fleft
{
	width: 67%;
	margin-right: 1%;
}
.head-top-bl .fleft span
{
	padding-right: 0;
	margin-right: 1em;
}
.head-top-bl .priv-bl
{
	width: 31%;
	margin-left: 1%;
	padding: 0;
	padding-top: 7px;
	text-align: right;
	line-height: 14px;
}
.head-top-bl .priv-bl span
{
	padding-right: 0;
}
.head-top a {
    display: inline;
    float: none;
}


.head-bottom
{
	position: relative;
	width: 100%;
	height: 40px;
	padding: 15px 0;
	border-bottom: none;
}
.head-bottom .ico-mobile
{
	display: none;
	width: 25px;
	height: 25px;
	background-size: cover;
}
.head-bottom .ico-menu
{
	background-image: url(../img/ico-menu.png);
}
.head-bottom .ico-close
{
	background-image: url(../img/ico-menu-close.png); 
}
.logo
{
	background-image: url(../img/clickboutique.png);
}
.head-bottom a.logo
{
	position: absolute;
	top: 17px;
	left: 0;
	width: 180px;
	margin: 0;
	background-size: contain;
}
.head-bottom ul.menu
{
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
.head-bottom ul.menu > li
{
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}
.head-bottom ul.menu > li > a
{
	margin: 0 .5em;
	font: 13px 'Arial';
	color: #000;
}
.head-bottom ul.menu  > li > .popup-bl
{
	left: 0;
	top: 15px;
	padding-left: .5em;
	padding-right: .5em;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(204,204,204,0.43);
	-moz-box-shadow: 0px 10px 17px 0px rgba(204,204,204,0.43);
	box-shadow: 0px 10px 17px 0px rgba(204,204,204,0.43);
}
.head-bottom ul.menu  > li > .popup-bl > a
{
	margin-bottom: .7em;
	padding: 0 !important;
	font: 12px 'Arial';
	text-transform: uppercase;
	text-align: left;
}
.head-bottom > ul.menu > li.main-menu-address
{
	display: none;
}
@media (min-width: 890px) {
    .head-bottom ul.menu  > li:last-child {
        display: none;
    }
}
.menu li:nth-child(4) a {
  color: black !important;
}
.head-bottom ul.head-ico-right {
	position: absolute;
	display: table-cell;
	top: 17px;
	right: 0;
	margin: 0;
	padding: 0;
}
.head-bottom ul.head-ico-right > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	width: 25px;
	height: 25px;
	margin-left: 30px;
	list-style-type: none;
}
.srch-block
{
	position: absolute;
	top: -20px;
	right: 0;
	display: none;
	padding: 20px 10px 20px 10px;
	background-color: white;
	z-index: 10000;
}
.srch
{
	color: black;
}
.srch input
{
	background-color: white;
	color: black;
	border-bottom: 1px solid black;
	margin-right: 15px;
	padding: 0;
}
.close-srch-form
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 15px;
	height: 15px;
	margin: 0;
	background-image: url(../img/ico-menu-close.png);
	background-size: contain;
}
.srch
{
	top: 0;
}
.head-bottom ul.head-ico-right > li.ico-search > .srch-block a.srch-btn
{
	position: relative;
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 0 5px;
	margin-right: 5px;
}
.cart-prev-item-del {
	position: absolute;
	top: 7px;
	right: 0px;
	display: block;
	width: 10px;
	height: 12px;
	background: url(/bitrix/templates/main/images/basket-del.png) no-repeat;
	float: none;
}
.cart-prev-desc {
	width: 85px;
}
.cart-prev-pr {
	padding-left: 0;
}
.head-bottom ul.head-ico-right > li.ico-bag form
{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
}
#basket-root {
	max-width: 1200px;
    margin: 0 auto;
}
#basket-root > .row{
	margin-left: 0;
	margin-right: 0;
}
.basket-coupon-block-total-price-old,
.basket-coupon-block-total-price-difference {
	display: none;
}
div.bx-blue .btn.btn-default,
div.bx-blue .btn.btn-default:hover {
	    border-color: #000000;
	    background-color: #000000;
	    font-family: Arial;
	    font-weight: normal;
	    text-transform: uppercase;
}
.basket-checkout-block-total-title,
.basket-coupon-block-total-price-current {
    font: 20px/24px Arial,sans-serif;
}
.basket-checkout-block-total-description {
	display: none;
}
.basket-coupon-block-total-price-current {
    margin-top: 4px;
}
.basket-item-label-ring {
	background: black;
}
.basket-item-info-name, .basket-item-info-name-link {
	font: 400 16px/26px Arial,sans-serif;
    font-family: Arial, sans-serif;
}
.basket-coupon-alert-section {
	display: block;
	min-width: 100%;
}

.head-bottom ul.head-ico-right li .basket-bg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	margin: 0;
	background: url('../img/ico-bag.png');
	background-size: cover;
}
.head-bottom ul.head-ico-right li .basket-item
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.head-bottom ul.head-ico-right li a.basket-item
{
	font-size: 9px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.head-bottom ul.head-ico-right > li > a > img
{
	max-width: 100%;
}
.cart-preview
{
	left: -195px;
	box-sizing: content-box;
}
.cart-preview .sale-offer
{
	font: 12px 'Arial';
	line-height: 40px;
	background-color: black;
}
.head-bottom ul.head-ico-right > li > .priv-bl
{
	float: none;
	width: 25px;
}
.ico-auth .auth-options {
	position: absolute;
	background-color: white;
	display: none;
}
.auth-options ul{
	margin: 0;
	padding: 5px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(204,204,204,0.43);
	-moz-box-shadow: 0px 10px 17px 0px rgba(204,204,204,0.43);
	box-shadow: 0px 10px 17px 0px rgba(204,204,204,0.43);
}
.auth-options ul li{
	list-style-type: none;
	padding: 5px 0;
}
.auth-options ul li a{
	color: black;
}
.bottom-right-icon {
  display: block;
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-size: contain;
  cursor: pointer;
  border-radius: 35px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.bottom-right-icon:hover {
  background-size: contain;
  box-shadow: none;
}
#bottom-right-icon-whatsapp {
  background-image: url('../img/whatsapp-inverse.svg');
  bottom: 120px;	
}
#bottom-right-icon-whatsapp:hover {
  background-image: url('../img/whatsapp.svg');
}
#bottom-right-icon-telegram {
  background-image: url('../img/telegram-inverse.svg');	
  bottom: 75px;
}
#bottom-right-icon-telegram:hover {
  background-image: url('../img/telegram.svg');
}

@media (max-width: 640px) {
	.bottom-right-icon {
	  right: 15px;
	}
	#bottom-right-icon-whatsapp {
	  bottom: 189px;	
	}
	#bottom-right-icon-telegram {
	  bottom: 145px;
	}
}
#scrollTop {
  display: none;
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-image: url('../img/top-black.png');
  background-size: contain;
  cursor: pointer;
  border-radius: 35px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#scrollTop:hover {
  background-image: url('../img/top.png');
  background-size: contain;
  box-shadow: none;
}


.content
{
	width: 100%;
}

.slider-block
{
	width: 100%;
}
a.slider-bg
{
	width: 100%;
	background-size: cover !important;
}
.slider-bg
{
	width: 100%;
	background-size: cover !important;
	background-position: center center  !important;
}
.slider-block,
a.slider-bg
{
	height: 700px;
}
.navig-slide a
{
	border-radius: 20px;
}

.inf-bl
{
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	font: 13px 'Arial', sans-serif;
	line-height: 160%;
	background: none;
}
@media only screen and (max-width: 450px) {
	.inf-bl {
		padding-top: 0px;
	}
}
.inf-bl > h3,
.inf-bl > p
{
	margin: 0;
	padding: 0;
}



.navigation
{
	border-bottom: none;
}
.navigation {
  padding-top: 0;	
  padding-bottom: 10px;
}
.navigation a {
  color: #999;
}
ul.breadcrumb-navigation
{
	padding-left: 0;
}
ul.breadcrumb-navigation li
{
	display: inline-block;
	list-style-type: none;
	font-size: 12px;
	letter-spacing: .2em;
	color: #999 !important;
}

.abc-top
{
	border: none;
}
.filter-block
{
	width: 96%;
	margin: 0 auto;
}
.filter,
.page-nav ul li a,
.page-nav ul li.active,
.popup-filter a,
.br-filter .popup-filter a
{
	font: 12px 'Arial', sans-serif;
	letter-spacing: .1em;
}
.filter,
.filter-block .filter:first-child,
.page-nav
{
	width: 25%;
	margin: 0;
}
.infinity-show-all a{
	color: #aaa;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
}
.infinity-show-all a:hover{
	color: black;
}
.filter-block .bottom-page-info,
.filter-block #infinity-next-page,
.filter-block #new-infinity-next-page,
.filter-block .infinity-show-all,
.filter-block .button-load-next-page,
.filter-block .infinite-pagination,
.filter-block .page-load-status,
.bottom-page-navigation #new-infinity-prev-page {
	display: none;
}
.button-load-next-page {
	background-color: black;
	color: white;
	cursor: pointer;
	font-size: 120%;
	margin-bottom: 50px;
}
.button-load-next-page:hover {
	background-color: #333;
}
.infinity-show-all {
	display: none;
}
.filter-block .top-page-info {
	color: #A6A6A6;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.filter .filt-name
{
	left: 2%;
}
.filter .sel-size
{
	top: 0;
}
.sel-size,
.sel-size.active
{
	width: 12px;
	height: 12px;
	background-size: contain;
}
.sel-size
{
	background-image: url(../img/ico-arrow-right.png);
}
.sel-size.active
{
	background-image: url(../img/ico-arrow-down.png);
}
.page-nav ul
{
	margin-left: 2%;
}
.page-nav ul li.active
{
	margin-right: 3px;
	color: white;
	background-color: black;
	border-radius: 20px;
}
.popup-filter
{
	width: 96%;
	padding: 1em 0;
	margin: 0 0 0 2%;
}
.reset-filter {
	position: absolute;
	right: 0;
	bottom: 5px;
}


.catalog-transition
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 999;
	background-color: #fff;
	display: none;
}
.catalog-wraper
{
	width: 96%;
	margin: 0 auto;
	border: none !important;
	
}
.catalog-block
{
	width: 100%;
}
.catalog-item
{
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
}
.catalog-item-image
{
    min-height: 200px;
    height: auto;
    overflow: hidden;
}
.catalog-item-image img
{
    width: 96%;
    margin-left: 2%;
}
.catalog-item-image .item-image-hidden
{
    width: 96%;
}
.catalog-desc,
.recom-desc
{
	height: 40px;
	overflow: hidden;
	font: bold 10px 'Arial', sans-serif;
	padding-bottom: 2em;
}
.catalog-desc.recom-desc
{
	font: bold 10px 'Arial', sans-serif;
}
.catalog-desc
{
	font: bold 12px 'Arial', sans-serif;
}
.catalog-desc.recom-desc .col-r s
{
	font-size: 10px;
}
.catalog-desc .col-r
{
	color: black;
}
.quick
{
	bottom: 79px;
	right: 17px;
}
.ajax-block .quick-view-right,
.ajax-block .quick-view-left
{
	top: 70px;
}
.bottom-page-navigation
{
	text-align: center;
}
.bottom-page-navigation .top-page-info
{
	display: none;
}
.bottom-page-navigation > .page-nav
{
	width: 100%;
	text-align: center;
}
.to-top-left,
.to-top-right,
.to-top-left2,
.to-top-right2
{
	display: none;
	font-size: 12px;
	letter-spacing: .1em;
	padding-top: 2px;
	background-image: url(../img/ico-arrow-up.png);
	background-size: contain;
}


.preview-wrapper-block
{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: none;
}
.catalog-detail
{
	width: 45%;
	height: auto;
	margin: 0;
}
.catalog-detail img
{
	width: 100%;
}
.catalog-detail-more
{
	width: 10%;
	text-align: left;
}
.catalog-detail-more .more-photo img
{
	margin-left: 15px;
	width: 70px;
	height: auto;
}

.zoom-block
{
	background-color: #f3f3f3;
}
.zoom-block img
{
	max-width: 100%;
}
.zoom-left
{
	background-image: url(../img/ico-arrow-left.png);
	background-size: contain;
}
.zoom-right
{
	background-image: url(../img/ico-arrow-right.png);
	background-size: contain;
}
.zoom-close,
.oneclick_close
{
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url(../img/ico-menu-close.png);
	background-size: contain;
}
.catalog-detail-desc
{
	width: 45%;
	margin-left: 0;
}
.detail-desc-block > .fleft
{
	float: none;
	width: 100%;
}
.detail-desc-block > .fleft a.catalog-detail-brand
{
	font-size: 14px;
	letter-spacing: .1em;
}
.detail-desc-block .detail-desc-article
{
	position: relative;
	padding-top: 1em;
	font: 12px 'Arial', sans-serif;
	letter-spacing: .1em;
}
.detail-desc-block > .fright
{
	float: none;
	width: 100%;
}
.detail-desc-block > .fright .det-price
{
	width: auto;
	padding-top: 2em;
	font: 21px 'Arial', sans-serif;
	background: none;
	text-align: left;
}
.detail-desc-block > .fright .add-basket
{
	float: left;
	width: 49%;
	height: 40px;
	margin: 0;
	padding: 0;
	color: white;
	background: none;
	background-color: black;
	border: 1px solid black;
	font: 14px 'Arial', sans-serif;
	letter-spacing: .1em;
	line-height: 40px;
	text-align: center;

}
.oneclick_href_off
{
	display: none;
}
.oneclick_href
{
	position: relative;
	width: 49%;
	height: 40px;
	top: -52px;
	margin: 0;
	padding: 0;
	color: black;
	background: none;
	background-color: white;
	border: 1px solid black;
	font: 14px 'Arial', sans-serif;
	letter-spacing: .1em;
	line-height: 40px;
	text-align: center;
}
.oneclick_href:hover,
.detail-desc-block > .fright .add-basket:hover
{
	background-color: gray;
}
.col-size-bl
{
	margin-top: 20px;

}
.col-size-ttl
{
	border-bottom: none;
}
.more-size
{
	padding-right: 30px;
	font: 12px 'Arial', sans-serif;
	letter-spacing: .1em;
}
.more-size.active
{
	background: none;

}
.col-size-it a
{
	height: 20px;
	padding: 0 5px;
	border-radius: 40px;
	font: 12px 'Arial', sans-serif;
	line-height: 20px;
	text-align: center;
}
.col-size-it a.active
{
	border: 1px solid black;
}
.col-size-it .col-r
{
	color: black;
}
.col-size-it .sz-tbl > img
{
	width: 16px;
	height: 16px;
	margin-top: -3px;
}
.det-menu
{
	margin-bottom: 30px;

}
.det-menu li.wo-list
{
	display: block;
	width: 100%;
	height: auto;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;

}
.det-menu li a {
	font: 12px 'Arial', sans-serif;
	text-transform: none;
}
.det-menu li.wo-list > a
{
	display: block;
	width: 100%;
	font: 14px 'Arial', sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 40px;
	background-image: url(../img/ico-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 12px;
	background-size: 15px 15px;
}
.det-menu li.active-desc > a,
.det-menu li.wo-list > a.active
{
	background-image: url(../img/ico-arrow-down.png);
}

.det-menu .active-desc
{
	border-bottom: 1px solid gray;
}
.det-menu-desc,
.proper-block,
.proper-block div span:first-child
{
	font: 12px 'Arial', sans-serif;
	line-height: 20px;
}
.active-desc > .det-menu-desc,
.wrapper ul.det-menu > li.wo-list:first-child > .det-menu-desc
{
	display: block;
}
.proper-block
{
	margin-top: 10px;
}
.likes-block
{
	left: 0 !important;
}
.likes-block .fright
{
	float: left;
}
.size-table-wrapper
{
	position: fixed;
	margin-top: 0 !important;
	top: 150px;
}
.oneclick_box1
{
	height: 210px;
	font: 12px 'Arial', sans-serif;
}
.oneclick_razmer input
{
	width: 12px;
}
.oneclick_formbox input[type="submit"]
{
   margin: 20px 0;
   padding: 1em 0;
   background-color: black;
   color: white;
   border: none;
   text-transform: uppercase;
}

.brand-wrapper
{
	width: 96%;
	margin: 10px auto 50px auto;
	padding: 0;
}

.brand-wrapper > .brands-col-2
{
	float: left;
	display: block;
	width: 49.5%;
	margin-left: .5%;
}
.brand-wrapper > .brands-col-2 > .fleft
{
	width: 50%;
	margin: 0;
}

.brand-wrapper a
{
	font: 12px 'Arial', sans-serif;
	line-height: 200%;
}
.brand-det-wrapper
{
	width: 94.5%;
	margin: 0 auto;
	padding: 0 0 1em 0;
	border-bottom: none;
	background-color: #f6f6f6;
}
.brand-pic-block
{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	padding-top: 2em;
	padding-bottom: 2em;
}
.brand-det-wrapper img
{
	max-width: 300px;
}
.brand-det-wrapper > .fright
{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
.brand-logo
{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: auto;
}
.brand-logo img
{
	width: 100%;
	height: auto;
}

.brand-desc
{
	width: 70%;
	margin: 0 auto;
	font: 12px 'Arial', sans-serif;
	line-height: 200%;
}
.recom-wrapper
{
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.recom-title
{
	padding-bottom: 2em;
	font: 14px 'Arial', sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}
.recom-item
{
	width: 20%;
	height: auto;
	float: left;
	margin-right: 0;
}
.recom-item-image,
.recom-item-image > a > img
{
	width: 96%;
	height: auto;
	margin-left: 2%;
}
.catalog-desc.recom-desc .col-r
{
	font-weight: bold;
}
.recom-wrapper-brand {
	padding-top: 15px;
}
.recom-wrapper-brand .recom-title {
	display: none;
}


.rss
{
	margin-top: -20px;
}
.blog-wrapper
{
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.blog-block
{
	width: 103.125%;
    overflow: hidden;
    margin-left: -1.562%;
    text-align: left;
}
.blog-item
{
	float: left;
	width: 30.303%;
	margin: 0 1.515% 1.875em;
	padding-bottom: 1em;
	border-bottom: none;
}
.blog-title
{
	margin-bottom: 5px;
}
.blog-item div
{
	width: 100%;
}
.blog-item span
{
	color: gray;
}
.blog-item span
{
	color: gray;
}
.blog-item div:nth-child(2) > span:nth-child(2)
{
	display: none;
}
.blog-title a
{
	font: 14px 'Arial', sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-item img
{
	margin-top: 5px;
	max-width: 100%;
	height: auto;
}
.blog-text
{
	font: 12px 'Arial', sans-serif;
}
.blog-text span
{
	display: block;
	line-height: 180%;
	color: black;
	margin-bottom: 0;
}
a.blog-txt-more
{
	padding: 1em 2em;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: black;
	border: 1px solid black;
	display: none;
}
.blog-wrapper > .text
{
	margin-bottom: 10px;
	font: 14px 'Arial', sans-serif;
	font-weight: bold;
	color: black;
}
.blog-wrapper > .text a
{
	font-weight: normal;
}

.blog-block-one
{
	width: 96%;
	margin: 0 auto;
	height: auto;
}
.blog-block-one > .blog-block > .blog-item
{
	float: none;
	position: relative !important;
	left: auto !important;
	width: 100% !important;
	max-width: 640px !important;
	margin: 0 auto;
}
.blog-block-one > .new-blog-format > .blog-item
{
	max-width: 100% !important;
	font-size: 12pt;
}
.blog-block-one > .new-blog-format > .blog-item > .blog-main-img
{
	display: none;
}
.blog-block-one > .new-blog-format > .blog-item p
{
	width: 70%;
	margin-left: 15%;
}
.blog-block-one > .new-blog-format > .blog-item .two-img
{
	text-align: center;
}
.blog-block-one > .new-blog-format > .blog-item .two-img img
{
	max-width: 49% !important;
}
.blog-block-one .blog-item div
{
	width: 100%;
}
.blog-block-one .blog-title
{
	display: none;
}
.blog-block-one	.blog-item div:nth-child(2) > span:nth-child(2)
{
	display: inline;
}
.blog-block-one .blog-item div:nth-child(2)
{
	text-align: center;
}
.blog-left-arrow a
{
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-top: 2px;
	background-image: url(../img/ico-arrow-left.png);
	background-size: contain;
}
.blog-right-arrow a
{
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-top: 2px;
	background-image: url(../img/ico-arrow-right.png);
	background-size: contain;
}
.blog-likes
{
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.blog-likes-wraper
{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 3em;
}
.blog-navi
{
	padding-bottom: 2em;
}
.news-list,
.news-detail
{
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.news-item
{
	float: none;
	display: inline-block;
}
.b-lookbook-slider
{
	margin: 0 auto;
}

.b-lookbook-slider img
{
	max-width: 100%;
}

.blog-block:after,
.user-info:after,
.home-grid:after
{
  content: "";
  display: table;
  clear: both;
}
.home-grid:nth-child(2) {
	margin-top: 20px;
}
@media only screen and (max-width: 960px) {
	.home-grid:nth-child(2) {
		margin-top: 0;
	}
}
#order-form-content
{
	display: block;
}
.cart-wrapper
{
	position: relative;
	width: 340px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	overflow: visible;
}
.registr-wrapper
{
	position: relative;
	width: 710px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	overflow: visible;
	min-height: 450px;
}
.registr-wrapper-container {
	display: flex;
}
.registr-wrapper-container > div {
	margin: 0 50px;
}
.private-item, .private-item.black {
	font-family: Arial;
}
.registr-block,
.registr-wrapper  .fleft
{
	float: left;
	width: 340px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: none;
}
.cart-block
{
	float: none;
	width: 340px;
	margin: 0;
	padding: 10px 0;
	margin-bottom: 30px;
}
.cart-succ-bl
{
	width: 340px;
	padding: 0;
	margin: 0;
	border: none;
}
.registr-wrapper > .fright,
.user-info > .fright,
.order-basket
{
	float: right;
	width: 340px;
	padding: 0;
	margin: 0;
	border: none;
}
.enter-block {
	float: none;
	width: 340px;
	padding: 0;
}
.password-recovery-block {
	margin: 0 auto;
}
.order-basket
{
	width: 240px;
	padding: 0;
	padding-left: 80px;
	border: none;
}
.order-basket > .cart-preview
{
	position: relative;
	left: 0;
	overflow: auto;
}
.basket-items-search-field {
	display: none;
}




.cart-prop
{
	margin-top: 0 !important;
	float: none;
	font: 11px 'Arial', sans-serif;
}
.prop-block
{
	float: left;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
}
.prop-block .col-gr,
.prop-block span
{
	padding-right: 0;
}
.prop-block span.cart-price
{
	padding-left: 0;
}

.cart-price-block
{
	font: 12px 'Arial', sans-serif;
	width: 100%;
}
.cart-succ-bl .fright
{
	padding-top: 20px;
	float: left;
}
.price-item-name
{
	text-align: left;
}
.price-item-name .pr-last
{
	margin-top: 30px;
}
.cart-offer
{
	background-color: black;
	border: 1px solid black;
}
.back-cat
{
	border: 1px solid black;
	background-color: white;
	color: black;
}
.cart-desc > .cart-gr
{
	margin-right: 20px;
}
.cart-desc .cart-gr,
.prop-block .col-gr
{
	font: 11px 'Arial', sans-serif;
	color: black;
}
.cart-prop .cart-del
{
	display: inline-block;
	margin: 0;
	margin-top: -5px;
	padding: 3px 5px;
	border: 1px solid black;
	border-radius: 5px;
	color: black;
	font: 11px 'Arial', sans-serif;
}
.cart-prop .cart-del:hover
{
	color: white;
	background-color: black;
}
.cart-del-cent,
.cart-del-cent-inf
{
	font: 11px 'Arial', sans-serif;
	text-align: left;
}


.new-order-wrapper
{
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding-top: 1em;
	font: 13px 'Arial', sans-serif;
	line-height: 160%;
	background: none;
}
.new-order-wrapper .alert-danger {
    color: #000;
    background-color: #ccc;
    border-color: #000;
}
.new-order-wrapper .alert-warning {
	background: #eee;
    color: #333;
    font-size: 90%;
}
.new-order-wrapper a
{
	color: black;
}
.new-order-wrapper .btn
{
	text-transform: uppercase;
	font-size: 95%;
	letter-spacing: .1em;
}
.bx-soa-section-title {
	font-family: Arial;
	font-weight: normal;
}
.bx-soa-section-title-count::before {
	background: none;
}
.bx-sls .form-control.dropdown-block, .bx-slst .form-control.dropdown-block,
.form-control {
	background-color: #fff;
}
.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    background: #eee;
    color: #333;
}
.alert-success {
    color: black;
    background-color: #eeeeee;
    border-color: black;
}
.bx-soa-section.bx-step-completed,
.bx-soa-section.bx-selected {
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    color: #fff;
    background: #000;
    border-color: #000;
}
.bx-soa-section.bx-step-warning .bx-soa-section-title-count::after {
    color: #fff;
}
.bx-soa-section {
    border-radius: none;
    margin-bottom: 6px;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.bx-soa-more {
	border-top: none;
	margin-top: 0;
}
.bx-soa-section-title-container {
    background: none;
}
.form-group .form-control:focus {
    border-color: #ccc;
}
.has-error .form-control {
    border-color: #666;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus {
    border-color: #666;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05),0 0 6px #666;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05),0 0 6px #666;
}
.form-control .input {
	background-color: #eee;
}
.bx-blue .btn.btn-default {
	border-radius: 0px;
    outline: 0;
    background-color: #000;
    border-color: #000;
    color: #FFF;

}
.bx-blue .btn.btn-default:hover {
	border-radius: 0px;
    outline: 0;
    background-color: #000;
    border-color: #000;
    color: #FFF;

}
.bx-soa-pp-desc-container .bx-soa-pp-company {
	background-color: #fff;
}
.bx-soa-pp-desc-container {
	padding-top: 0;
}
.bx-soa-coupon-input input[type="text"].form-control {
    border: 1px solid #666;
    background-color: #fff;
    color: #000;

}
.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: #eee;
    border-color: transparent;
}
.bx-soa-price-free {
    color: #000;
}
.bx-soa-pp-company-graf-container {
    border-width: 1px;
    border-radius: 0px;
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border: 1px solid black;
}
.bx-soa-pp-company-selected strong {
    margin-left: 0px;
}
.bx-soa-pp-company-image {
	display: none;
}
.bx-soa-pp-delivery-cost {
	display: none;
}
.bx-soa-pp-company-graf-container {
	padding-top: 0;
	border: none;
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border: none;
}
input[type="checkbox"].bx-soa-pp-company-checkbox {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.bx-soa-pp-company-smalltitle {
	padding-top: 0;
	padding-left: 17px;
	line-height: 14px;
	text-align: left;
}
.bx-soa-pp-company-graf-container {
	background: none;
}
.bx-soa-pp-desc-container .bx-soa-pp-company {
	border-color: white;
}
.bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
	display: none;
}
.bx-soa-pp-company-selected > img {
	display: none;
}
#bx-soa-order-form #bx-soa-properties div.col-sm-12:nth-child(2) > .bx-soa-customer-field {
	display: none;
}
.sdek_pvzLair {
	margin-top: 10px;
}
.sale_order_full_table {
	margin: 30px auto 0 auto;
	text-align: center;
	max-width: 640px;
}
#bx-soa-order {
	margin: 0 auto;
	width: 96%;
}
#bx-soa-order .alert-warning {
	background-color: #eee;
	color: #666;
	font-size: 12px;
	padding: 10px;
}
#bx-soa-order a {
	color: black;
}
#bx-soa-order a.btn {
	color: white;
}
/*
Адрес ПВЗ красим в белый
*/
[data-property-id-row="10"] label {
  display: none;
}
input#soa-property-10 {
	border-color: white;
	color: white;
}







.registr-wrapper .order-basket .sub-reg
{
	margin-left: 20px;
}
.registr-block
{
	border: none;
}
.registr-ttl
{
	text-align: left;
}


.reg-pass
{
	width: 100% !important;
	background-color: white;
	padding-left: 0;
	padding-right: 0;
}
input,
.registr-block input,
.registr-block .reg-pass input,
.enter-block input,
.reg-pass input
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font: 11px 'Arial', sans-serif;
	background-color: white;
	border-bottom: 1px solid black;
	border-radius: 0;
}
.bx-auth-serv-icons {
	text-align: center;
}
.bx-ss-icon.vkontakte {
	background-image: url(../img/vk.svg);
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.bx-ss-icon.facebook {
	background-image: url(../img/facebook.svg);
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.registr-block textarea,
.pay-block
{
	font: 11px 'Arial', sans-serif;
}
.enter-block .ent-priv
{
	width: 100%;
	margin-top: 132px;
	background: black;
}
.password-recovery-block .ent-priv {
	margin-top: 0;
}
.fgt-pass {
	margin: 20px 0 0 0;
	font-size: 10px;
	color: black;
}
.ie-inp.margin-button {
	margin-bottom: 65px;
}
font.notetext
{
	color: black;
	display: block;
	margin: 0 auto;
	max-width: 340px;
}





.inp-check-block .col-gr
{
	font: 10px 'Arial', sans-serif;
}
.registr-wrapper .cart-preview
{
	top: 0;
	padding-top: 0;
	border: none;
}
.total-delivery,
.total-pr,
.registr-ttl-cart
{
	text-align: left;
}
.sub-reg
{
	width: 240px;
	background-color: black;
	margin: 20px 0 0 0;
}
.profile-block span
{
	color: gray;
}
.profile-link a{
	color: black;
	text-transform: uppercase;
}
.bx-auth-profile {
	line-height: 150%;
}
.bx-auth-profile input{
	border: none;
	border-bottom: 1px solid black;
}
.bx-auth-profile input[type="submit"] {
	background-color: black;
	color: white;
	padding: 10px 0;
	text-transform: uppercase;
}
.bx-auth-profile input[type="reset"] {
	border: 1px solid black;
	color: black;
	padding: 10px 0;
	text-transform: uppercase;
}
.registr-block
{
	padding-left: 0;
}

{
	background-color: white;
}
.registr-block .reg-pass span
{
	color: black;
	z-index: 10;
}
.registr-wrapper form .fright .registr-block
{
	padding-left: 0;
	margin: 0;
	width: 100%;
}
.registr-wrapper form .fright .registr-block .reg-pass input
{
	width: 180px;
}
.in-cart
{
	margin-top: -10px;
	background-color: white;
	text-align: left;
	color: black;
}
.registr-block.private-block
{
	margin-top: 0;
	padding: 0;
}
.logout-button {
	background-color: black;
	color: white;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.instagram-container___________________________ {
	width: 96%;
	margin: 0 auto;
	clear: both;
	margin-top: -100px;
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid black;
}
.instagram-gallery___________________________ {
	overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.instagram-gallery:after___________________________ {
  content: "";
  display: table;
  clear: both;
}
.instagram-photo___________________________ {
	margin-right: 3px;
}
.instagram-gallery-image___________________________ {
	display: inline-block;
	background: #fff url(../img/loader.gif) ;
	background-size: 20%;
	float:left;
    position: relative;
    width: 11.5%;
    padding-bottom : 11.5%; /* = width for a 1:1 aspect ratio */
    margin:.5%;
    background-position:center center;
    background-repeat:no-repeat;

}

.q-instagram-widget {
	text-align: center;
	clear: both;
	margin-top: -150px;
	padding-bottom: 200px;
}
.q-instagram-widget:after{
  content: "";
  display: table;
  clear: both;
}
.instagram-scrolling-wrapper {
  width: 96%;
  margin: 0 auto;
  clear: both;
  margin-bottom: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.instagram-scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}
.instagram-card {
   display: inline-block;
	background: #fff url(../img/loader.gif) ;
	background-size: 20%;
	margin:.5%;
    width: 11.5%;
    padding-bottom : 11.5%; /* = width for a 1:1 aspect ratio */
}
.instagram-button {
	clear: both;
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  font-size: 16px;
  font-weight: bold;
  padding: 1em 2em;
  color: white;
  text-decoration: none;
  line-height: 20px;
  -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 5px;
}
.instagram-button:hover {
	box-shadow: 0px 3px 10px rgba(0,0,0,.05);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.instagram-button img{
   width: 25px;
   height: 25px;
   vertical-align: middle;
   padding-right: 10px;
}
.instagram-button span{
   padding-top: 2px;
}
#instagram-feed {
	min-height: 250px;
}
.instagram_username {
	font-weight: bold;
}



.footer
{
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
}
.footer > .footer-form
{
	padding-top: 2em;
	padding-bottom: 4em;
	margin-bottom: 2em;
	text-align: center;
	background-color: #eee;
}
.footer > .footer-form h2
{
	font-size: 19px;
}
.footer > .footer-form > form > label
{
	display: none;
}
.footer > .footer-form > form > input,
.footer > .footer-form > form > a,
.footer > .footer-form > form > button
{
	display: inline-block;
	float: none;
}
.footer > .footer-form > form > input
{
	width: 30%;
	height: 30px;
	padding-left: 7px;
	font-size: 14px;
	background-color: #fff;
}
.footer > .footer-form > form > a,
.footer > .footer-form > form > button
{
	line-height: 30px;
	padding: 0 1em;
	font-size: 13px;
	letter-spacing: .1em;
	color: #fff;
	background-color: #000;
	border: 1px solid black;
}
.footer > .footer-form > form > a:hover
{
	text-decoration: none;
}
.footer > .footer-columns
{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
.footer > .footer-columns > .col-4:first-child
{
	margin-left: 25%;
}
.footer > .footer-columns > .footer-info
{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 200%;
}
.footer > .footer-columns > .footer-info a img
{
	max-width: 200px;
	height: auto;
}
.footer h3
{
	border-bottom: 1px solid black;
	font-size: 14px;
}
.footer ul
{
	margin: 0;
	padding: 0;
}
.footer ul li
{
	list-style-type: none;
	text-transform: uppercase;
	line-height: 160%;
}
.footer ul li a
{
	color: #000;
	text-decoration: none;
}
.text-block
{
	max-width: 620px;
	width: 100%;
	font: 14px 'Arial', sans-serif !important;
	text-align: left;
	line-height: 200% !important;
}
.text-block h2,
.text-block h3
{
	text-align: center;
}
.text-block img
{
	max-width: 100%;
	height: auto;
}
.up-case,
.cart-prev-pr
{
	font: bold 9px 'Arial', sans-serif !important;
}
.news-item-title a,
.cart-desc,
span.cart-price,
span.cart-price + span,
.price-item-name .pr-last
{
	font: bold 11px 'Arial', sans-serif !important;
}
#alert_boxcont .alert_box,
.price-item-res,
.registr-ttl,
.registr-ttl-cart,
.pay-block b
{
	font: bold 13px 'Arial', sans-serif !important;
}
.cart-offer,
.in-cart
{
	font: bold 11px/40px 'Arial', sans-serif !important;
}
.back-cat
{
	font: bold 9px/40px 'Arial', sans-serif !important;
}
.sub-reg,
.ent-priv
{
	font: bold 12px/60px 'Arial', sans-serif !important;
	width: 100%;
}


.privacy-policy
{
	position: fixed;
	width: 33%;
	bottom: 10px;
	right: 10px;
	padding-bottom: 1em;
	color: black;
	background-color: #fff;
	border: 1px solid black;
	text-align: center;
	z-index: 1001;
}
.privacy-policy p
{
	padding: 0 1em;
}
.privacy-policy button
{
	background-color: white;
	padding: .5em 1em;
	color: black;
	text-transform: uppercase;
	border: 1px solid black;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.privacy-policy button:hover
{
	color: white;
	background-color: black;
	border: 1px solid black;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.tweet-btn {
    float: left;
    margin-right: 18px;
}







.certificate-background {
	display: block;
	margin: 0 auto;
	min-height: 750px;
	padding-top: 30px;
	min-width: 100%;
}
.certificate-container {
	margin: 0 auto;
	width: 96%;
}
.col-certificate-img img{
	max-width: 90%;
}
.col-certificate-info .certificate-form-input {
	position: relative;
}
.col-certificate-info .certificate-form-input.certificate-form-input-half {
	display: inline-block;
	width: 50%;
}
.col-certificate-info .certificate-form-input.certificate-form-input-half.certificate-form-input-half-first {
	display: inline-block;
	width: 45%;
	margin-right: 4%;
}
.col-certificate-info input {
	border: none;
	border-bottom: 1px solid black;
	display: block;
	margin-bottom: 50px;
}
.col-certificate-info textarea {
	border: none;
	border-bottom: 1px solid black;
	display: inline-block;
	margin-bottom: 50px;
	width: 99%;
}
.col-certificate-info input[type="submit"] {
   background-color: black;
   color: white;
   font-size: 120%;
   padding: 20px 0px;
   text-transform: uppercase;
   transition: 0.3s;
}
.col-certificate-info label {
   position: absolute;
   top: 20px;
}
.col-certificate-info ul{
	margin: 0 0 30px 0;
	padding: 0;
}
.col-certificate-info ul li{
	border: 2px solid black;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 20px;
	padding: 5px 10px;
}
.col-certificate-info ul li.active,
.col-certificate-info ul li:hover{
	background-color: black;
	color: white;
}
.cerificate-payment {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.reg-pass, .fgt-pass, .enter-block > div {
	font-family: Arial !important;
}

.footer > .footer-columns > .footer-copyright {
		text-align: center;
		border: none;
}
.footer > .footer-columns > .footer-copyright img{
		max-width: 450px;
		margin: 30px 10px 15px 10px;
}

/**
 * Корзина V3 
*/

 
.personal-order-item-container {
	border-bottom: 1px solid #ccc;
}
.personal-order-item-shipment-status-alert,
.personal-order-item-paid-status-alert,
.personal-order-item-order-btn-pay,
.personal-order-item-order-change-payment,
.personal-order-item-order-btn-reorder,
.personal-order-item-order-status-canceled,
.personal-order-item-shipment-status-success {
	border-radius: 0;
}
.personal-order-item-additional-info-more-link {
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
.personal-order-item-additional-info-more-link:hover {
	color: black;
}

.personal-order-detail-container {
	max-width: 600px;
	margin: 0 auto;
	line-height: 140%;
}
.personal-order-item-product-image-list {
	display: none;
}
.personal-order-detail-header-title {
	text-align: center;
}
.personal-order-detail-paid-status-alert {
	color: black;
	background-color: white;
	border: 1px solid black;
	margin-left: 25px;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
}
.personal-order-detail-order-btn-pay {
	border-radius: 0px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
}
.personal-order-detail-info-shipment-title,
.personal-order-detail-info-payment-title,
.personal-order-detail-info-products-title {
	color: black;
	font-weight: bold;
}
.personal-order-detail-info-shipment-description,
.personal-order-detail-info-payment-description,
.personal-order-detail-info-customer-description {
	line-height: 140%;
}
@media only screen and (min-width: 640px) {
	.personal-order-detail-info-payment-description-btn-container {
		float: right;
		margin-top: -35px;
	}
}
.personal-order-detail-order-btn-pay {
	background-color: black;
	color: white;
}
.personal-order-detail-order-btn-pay:hover {
	background-color: white;
}
.personal-order-detail-products-total-item-list {
	margin: 0 20px;
}
.personal-order-detail-footer-btn-container .rounded-pill {
	border-radius: 0 !important;
}
.personal-order-detail-footer-btn-container .btn-danger {
	text-transform: uppercase;
	background-color: white;
	color: black;
	border: 1px solid black;
	font-size: 14px;
}



.container-fluid.sale-order-detail {
	max-width: 800px;
	margin: 0 auto;
	line-height: 140%;
}
.container-fluid.sale-order-detail a {
	color: black;
}
.container-fluid.sale-order-detail a.sale-order-detail-about-order-inner-container-repeat-button {
	background: white;
}
.container-fluid.sale-order-detail a.sale-order-detail-payment-options-methods-button-element {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.container-fluid.sale-order-detail .sale-order-detail-title-element {
	font: 16px Arial,Helvetica,sans-serif;
	text-align: center;
}
.container-fluid.sale-order-detail .sale-order-detail-general {
  border: 1px solid white;
}
.container-fluid.sale-order-detail .sale-order-detail-general-head {
  background: white;
  padding-left: 3px;
}
.container-fluid.sale-order-detail .sale-order-detail-general-item {
  color: black;
}
.container-fluid.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button,
.container-fluid.sale-order-detail .sale-order-detail-payment-options-methods-button-element {
	background: black;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-info-image {
	display: none;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-info-container {
  padding-left: 15px !important;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-methods-image-container {
  display: none;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-methods-info {
  padding-left: 20px !important;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-methods-button-container {
	float: right;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-shipment-image-container {
	display: none;
}
.container-fluid.sale-order-detail .sale-order-detail-order-item-img-block {
	display: none;
}
.container-fluid.sale-order-detail .sale-order-detail-payment-options-methods-shipment-list {
	padding-left: 20px !important;
}
.container-fluid.sale-order-detail a.sale-order-detail-back-to-list-link-down {
	margin-bottom: 100px;
}


@media only screen and (max-width: 1750px)
{
	.slider-block,
	a.slider-bg
	{
		height: 650px;
	}
}
@media only screen and (max-width: 1570px)
{
	.slider-block,
	a.slider-bg
	{
		height: 600px;
	}
}
@media only screen and (max-width: 1400px)
{
	.slider-block,
	a.slider-bg
	{
		height: 550px;
	}
}
@media only screen and (max-width: 1100px)
{
	.head-bottom > a.logo
	{
		width: 145px;
		margin-top: 4px;
	}
	.slider-block,
	a.slider-bg
	{
		height: 450px;
	}

	.head-bottom > ul.menu > li > a
	{
		margin: 0 .2em;
		font: 12px 'Arial';
	}
	.recom-item
	{
	    width: 20%;
	    float: left;
	}

}

@media only screen and (max-width: 890px)
{
    .blackfriday
	{
		height: 87px;
	}
	.blackfriday img
	{
		width: 800px;
		height: auto;
	}

    .gazeSSBoverlay
	{
		top: auto !important;
		bottom: 0px !important;
	}
    .col-2,
    .col-4
	{
		float: left;
		width: 100%;
	}
	.col-wrapper-xl {
		width: 100%;
		margin: 0;
	}

	.header {
		margin: 0;
		padding-left: 2%;
		padding-right: 2%;
	}
	.header.active {
		position: fixed;
		top: 0px;
		background-color: #fff;
	}

    .head-top,
    .head-bottom > ul.menu
    {
    	display: none;
    }
    .head-bottom ul.head-ico-right > li {
	  margin-left: 5px;
	}

	.srch-block {
	  	top: -27px;
		width: 100vw;
		right: -45px;
		padding: 10px;
		height: 100vh;
	}
	.srch,
	.srch input {
		width: 280px;
		font: 16px Arial;
	}
	.srch input {
		background-color: #f9f9f9;
		padding: 15px 10px;
	}
	.srch-block > form {
	  	margin: 0 auto;
  		width: 300px;
  		padding-top: 200px;
  		padding-left: 30px;
	}
	.head-bottom ul.head-ico-right > li.ico-search > .srch-block a.srch-btn {
		display: block;
		margin-top: 50px;
		padding: 10px 20px;
		margin-right: 0;
		font: 14px Arial;
	}
	.close-srch-form {
  		width: 30px;
  		height: 30px;
  		top: 14px;
  		right: 33px;
	}

    .head-bottom > ul.head-ico-right > li.ico-bag
    {
    	margin-left: 15px;
    }

    .head-bottom
    {
    	height: 20px;
    	text-align: center;
    }
    .head-bottom > a.logo
    {
    	position: relative;
    	top: 5px;
    	width: 150px;
    	height: 25px;
    	margin: 0 auto;
    }
    .head-bottom > .ico-mobile
	{
		display: block;
		position: absolute;
		left: 0;
		top: 17px;
	}
	.head-bottom a.logo,
	.head-bottom .ico-mobile,
	.head-bottom .head-ico-right
	{
		z-index: 11;
	}
	.head-bottom > ul.head-menu,
	.head-bottom > ul.menu
	{
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		padding-top: 40px;
		text-align: left;
		background-color: white;
		line-height: 300%;
		z-index:10;
	}
	.head-bottom > ul.menu > li
	{
		display: block;
		border-bottom: 1px solid gray;
		width: 96%;
		margin: 0 auto;
	}
	.head-bottom > ul.menu > li.head-menu-parent
	{
		background-image: url(../img/ico-arrow-right.png);
		background-position: right 13px;
		background-repeat: no-repeat;
		background-size: 14px 14px;
	}
	.head-bottom > ul.menu > li.head-menu-parent.active
	{
		background-image: url(../img/ico-arrow-down.png);
	}
	.head-bottom > ul.menu > li.head-menu-parent > .popup-bl {
		display: none;
	}
	.head-bottom > ul.menu > li.head-menu-parent.active > .popup-bl {
		display: block;
	}
	.head-bottom > ul.menu > li.main-menu-address
	{
		display: block;
	}
	.head-bottom > ul.menu > li:last-child
	{
		border-bottom: none;
	}
	.head-bottom > ul.menu > li a
	{
		font-size: 14px;
	}
	
	.head-bottom > ul.menu  > li > .popup-bl
	{
		position: relative;
		top: -10px;
		border-left: none;
		border-right: none;
		border-bottom: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.slider-block,
	a.slider-bg
	{
		height: 450px;
	}
	.navig-slide
	{
		display: none;
	}
	.inf-bl
	{
		font-size: 90%;
		line-height: 160%;
	}

	.catalog-item
	{
		width: 50%;
	}
	.quick,
	.small-quick
	{
		display: none !important;
	}
	.popup-filter {
	  width: 150px;
	}
	.filter-block .top-page-info
	{
		display: none;
	}
	.filter-block {
		margin-top: -15px;
	}
	a.filt-ch {
		display: none;
	}
	.reset-filter {
	  font-size: 9px;
	}
	.catalog-desc,
	.wo-bold
	{
		font-size: 90%;
	}
	.catalog-desc .col-r
	{
		display: block;
		font-size: 95%;
	}
	.new-item,
	.sale-item
	{
		width: 35px;
		height: 35px;
		background-size: contain;
	}
	.catalog-detail
	{
		width: 80%;
		height: auto;
		margin: 0;

	}
	.catalog-detail-more
	{
		width: 15%;
		height: auto;
		margin: 0;
		margin-left: 2.5%;
	}
	.more-photo
	{
		height: auto;
	}
	.catalog-detail-more .more-photo img
	{
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
	}



	.cloud-zoom-big
	{
		display: none !important;
	}
	.mousetrap
	{
		display: none;
	}
	.catalog-detail-desc
	{
		width: 100%;
		margin-top: 20px;
	}

	.zoom-picture
	{
		max-width: 100%;
	}
	.zoom-close
	{
		right: 20px;
	}
	.zoom-more-bl
	{
		display: none;
	}
	.size-table-wrapper
	{
		width: 100%;
		left: 0;
		top: 50px;
		margin-left: 0;
		padding: 0;
	}
	.size-ttl
	{
		width: auto;
	}
	.size-cloth-m,
	.size-cloth-w,
	.size-shoes,
	.size-shoes-calc
	{
		width: 100%;
		background-size: contain;
	}
	.oneclick_box1
	{
		width: 90%;
		margin: 0 auto;
	}
	#oneclick_boxcont
	{
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	ul.det-menu > li.wo-list:first-child > .det-menu-desc
	{
		display: none;
	}







	.brand-wrapper > .brands-col-2
	{
		float: left;
		width: 48%;
		padding-left: 1%;
	}
	.brand-wrapper > .brands-col-2 > .fleft
	{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.brand-pic-block
	{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.brand-det-wrapper > .fright
	{
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.brand-desc
	{
		width: 95%;
		margin: 0 auto;
	}
	.recom-item
	{
		width: 50%;
	}


	.blog-block
	{
		width: 100%;
	    margin-left: 0;
	}
	.blog-item
	{
		float: none;
		width: 100%;
		margin: 0;
	}
	.blog-navi
	{
		width: 96%;
		margin: 0 auto;
	}
	.blog-left-arrow a,
	.blog-right-arrow a
	{
		font-size: 10px;
	}
	{
		font-size: 10px;
	}

	.b-lookbook-slider,
	.b-lookbook-slider-wraper,
	.b-lookbook-slider-item,
	.b-lookbook-slider-item > img
	{
		max-width: 100% !important;
	}
	.b-lookbook-slider,
	.b-lookbook-slider-wraper
	{
		height: 500px;
	}


	.instagram-gallery-image {

	    width: 32%;
	    padding-bottom : 32%; /* = width for a 1:1 aspect ratio */
	    margin:.55%;
	}

	#instagram-feed img {
		width: 15.666% !important;
		margin: 0.5% !important;
	}



	.footer > .footer-form > form > input
	{
		display: block;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 1em;
		padding: .5em;
		font-size: 14px;
		text-align: center;
		background-color: #fff;
	}
	.footer ul
	{
		padding-bottom: 2em;
	}
	.footer ul li
	{
		line-height: 200%;
	}
	.footer > .footer-columns > .col-4:first-child
	{
		margin-left: 0;
	}
	.footer > .footer-columns > .col-4:first-child
	{
		border-top: 1px solid black;
	}
	.footer > .footer-columns > .col-4
	{
		width: 96%;
		margin: 0 auto;
	}
	.footer > .footer-columns > .col-4:nth-child(2),
	.footer > .footer-columns > .col-4:nth-child(3)
	{
		width: 48%;
	}
	.footer > .footer-columns > .col-4 > .col-wrapper
	{
		width: 100%;
		margin-left: 0;
	}
	.footer > .footer-columns > .col-4 h3
	{
		border: none;
	}
	.footer > .footer-columns > .footer-info
	{
		position: relative;
		padding-top: 2em;
	}
	.footer > .footer-columns > .footer-info
	{
		text-align: center;
		border: none;
	}
	{
		position: relative;
	}
	.privacy-policy
	{
		width: 70%;
		right: 10px;
	}
	.instagram-card {
		margin:.5%;
	    width: 24%;
	    padding-bottom : 24%;
	}

	.col-certificate-img {
	    margin-top: 0;
	    text-align: left;
	}
	.col-certificate-img img{
		 max-width: 100%;
	}

}
@media only screen and (max-width: 768px) {
	.basket-item-property-custom.hidden-xs {
		display: flex !important;
	}
}
@media only screen and (max-width: 720px)
{
	.blackfriday
	{
		height: 60px;
	}
	.blackfriday img
	{
		width: 550px;
		height: auto;
	}

	.zoom-block {
	    width: 100%;
	    left: 0;
	    margin: 0;
	    padding: 0;
	}

	.cart-wrapper,
	.registr-wrapper
	{
		width: 96%;
	}

	.cart-block,
	.cart-succ-bl,
	.registr-block
	{
		float: none;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	.cart-succ-bl,
	.enter-block,
	.order-basket,
	.user-info > .fright
	{
		float: none;
		position: relative;
		width: 340px;	
		padding-left: 0;
		
	}
	.cart-succ-bl,
	.order-basket,
	.user-info > .fright
	{
		border-top: 1px solid black;
		margin: 30px auto;
		padding-top: 30px;
	}
	.cart-succ-bl
	{
		border-top: none;
	}

	.cart-price-block
	{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.ie-inp.margin-button {
		margin-bottom: 0;
	}
	font.notetext {
		width: 96%;
	}
	.registr-wrapper-container {
		display: block;
	}
	.registr-wrapper-container > div{
		margin: 0 auto;
	}
	.enter-block .ent-priv {
	  margin-top: 20px;
	}
	.registr-wrapper-container > .registr-block {
		margin-top: 30px;
	}
	.registr-wrapper-container > .registr-block .sub-reg {
		width: 100%;
	}

	.b-lookbook-slider,
	.b-lookbook-slider-wraper
	{
		height: 440px;
	}
	.privacy-policy
	{
		width: 90%;
		left: 5%;
		right: 5%;
	}


}
@media only screen and (max-width: 650px)
{
	.text-block
	{
		width: 92%;
		margin: 0 auto;
	}
	.b-lookbook-slider,
	.b-lookbook-slider-wraper
	{
		height: 390px;
	}
	.private-item {
		padding: 10px;
	}
	.private-item > div {
		float: none;
		margin-left: 0;
		width: auto;
		text-align: left;
	}

}
@media only screen and (max-width: 580px) {
	.basket-item-block-info {
		text-align: center;
	}
	.basket-item-property-custom {
		justify-content: center;
	}
	.basket-item-info-name-link,
	.basket-item-info-name {
		padding-right: 0;
	}
}
@media only screen and (max-width: 550px)
{
	.head-menu-mobile {
		display: none;
	}
	.blackfriday {
		font-size: 100%;
		letter-spacing: 0;
	}
	.b-lookbook-slider,
	.b-lookbook-slider-wraper
	{
		height: 340px;
	}
	.top-announce {
		font-size: 90%;
		letter-spacing: .1em;
	}
	.col-certificate-info {
	   font-size: 90%;
	   line-height: 170%;
	}
	.col-certificate-info input,
	.col-certificate-info textarea {
	   display: inline-block;
	   margin-right: 0;
	   width: 100%;
	}
	.col-certificate-info li {
	   margin-bottom: 20px;
	}

	#instagram-feed img {
		width: 31.3333333% !important;
		margin: 1% !important;
	}

}
@media only screen and (max-width: 450px)
{
	.blackfriday
	{
		height: 35px;
	}
	.blackfriday img
	{
		width: 320px;
		height: auto;
	}

	.head-bottom > ul.head-ico-right > li.ico-bag
    {
    	margin-left: 5px;
    }

	.slider-block,
	a.slider-bg
	{
		height: 400px;
	}
	.inf-bl > p > span
	{
		display: block;
	}
	.b-lookbook-slider,
	.b-lookbook-slider-wraper
	{
		height: 290px;
	}
	.item-image-hidden 
	{
	    display: none !important;
	}
	.basket-checkout-block-total-price-inner {
		position: relative;
		top: -42px;
	}
	h2.basket-item-info-name {
		text-align: center;
		padding-right: 0px;
	}
	h2.basket-item-info-name > a.basket-item-info-name-link {
		padding-right: 0px;
	}
	.footer > .footer-columns > .footer-copyright img{
		max-width: 300px;
}

}
@media only screen and (max-width: 375px)
{
	.head-bottom ul.head-ico-right > li {
		  top: 5px;
		  width: 20px;
		  height: 20px;
	}
	.head-bottom > ul.head-ico-right > li.ico-bag {
	 	top: 1px;
	}

}
@media only screen and (max-width: 350px)
{
	.cart-block,
	.cart-succ-bl,
	.registr-block,
	.enter-block,
	.order-basket
	{
		width: 100%;
	}

}
.sale-paysystem-yandex-button-item {
  border-radius: 0;
  background: black;
  text-transform: uppercase;
  font-weight: normal;
}
.sale-paysystem-yandex-button-item:hover {
  background: black;
}
.sale-paysystem-wrapper {
	border: 0;
}
.sale-paysystem-wrapper .tablebodytext {
	font-weight: bold;
}

.recom-item-image .item-image-hidden {
  display: block;
  position: absolute;
  width: 96%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity='0');
  -webkit-backface-visibility: hidden;
}

.quick {
	display: none;
	background: none;
	background-color: white;
	border-radius: 15px;
}
.recom-item-image .quick {
	bottom: 17px;
}
@media (max-width: 640px) { 
	.recom-wrapper-product .recom-item-image > a > img,
	.recom-wrapper-product .recom-item-image > a > img.item-image-hidden,
	.recom-wrapper-brand .recom-item-image > a > img,
	.recom-wrapper-brand .recom-item-image > a > img.item-image-hidden {
		display: none;
	}
}
@media (min-width: 640px) { 
	.splide {
		display: none;
	}
}


@media (max-width: 640px) { 
	#scrollTop {
		bottom: 100px;
		right: 15px;
	}
	.content > .navigation {
		display: none;
	}
	.catalog-detail, .catalog-detail-more {
		display: none;
	}
	.catalog-detail-desc {
	  width: 96%;
	  margin-top: 0;
	  margin-left: 2%;
	  margin-right: 2%;
	}
	.catalog-detail-desc .catalog-detail-brand {
		display: none;
	}
	.catalog-detail-desc .detail-desc-article,
	.detail-desc-block > .fright .det-price {
		text-align: center;
	}
	.detail-desc-block > .fright .det-price {
		padding-top: 10px;
	}
	.mobile-sticky {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, .8);
		min-height: 80px;
		z-index: 2;
		padding: 10px 2%;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.mobile-sticky .add-basket {
		background: none;
		background-color: black;
		color: white;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		padding-left: 0;
		display: block;
	}
	.product-one-image {
		max-width: 100%;
	}
 }
 @media (min-width: 640px) { 
	.mobile-sticky, .product-one-image, .splide {
		display: none;
	}
	.preview-wrapper-block {
		margin-top: 5px;
	}
 }


.splide__slide img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
.splide__arrow {
	display: none !important;
}
.splide__pagination__page {
	background: #fff;
	opacity: 1;
}
.catalog-wraper  .splide__pagination__page {
	background: #fff;
	height: 2px;
	border-radius: 4px;
}
.splide__pagination__page.is-active {
 	background: #ccc;
  	transform: scale(1) !important;
  	width: 24px;
  	border-radius: 4px;
}


.footer-form-column input {
	display: block;
	width: 100%;
	height: 30px;
	background-color: white;
	border-bottom: 1px solid black;
	color: black;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 0;
}
.footer-form-column button {
	display: block;
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	color: black;
	line-height: 30px;
}



.cb-subscribe-block {
	max-width: 320px;
	text-align: center;
	line-height: 120% !important; 
}
.cb-subscribe-block > form > p:first-child {
	font-size: 120%;
	margin-bottom: 20px;
}
.cb-subscribe-block form {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cb-subscribe-block input {
	border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font: 12px 'Arial', sans-serif;
	background-color: white;
	border-bottom: 1px solid black;
	border-radius: 0;
	text-align: center;
}
.cb-subscribe-block button {
	margin-top: 20px;
	border-radius: 0;
	width: 100%;
	background-color: black;
	color: white;
	border: 0;
	display: block;
	line-height: 36px;
	text-transform: uppercase; 
}






.cb-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 4;
}

.cb-modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 0;
  width: 317px;
  text-align: center;
}
.cb-modal-close {
  color: #aaa;
  float: right;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 5px;
}
.cb-modal-content form {
  width: 80%;
  padding-left: 10%;
  padding-top: 10px;
}
.cb-modal-content img {
  margin-bottom: -3px;
}



.cb-modal-close:hover,
.cb-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#msk_delivery_date_time {
	position: absolute;
	top: 50px;
	left: 24px;
	width: 100%;
	height: 3px;
}
@media (max-width: 1040px) { 
	#msk_delivery_date_time {
		top: 60px;
	}
}
#bx-soa-delivery .col-sm-5.bx-soa-pp-desc-container, 
#bx-soa-delivery .col-sm-5.bx-soa-pp-desc-container .bx-soa-pp-company {
	position: static;
}
.bx-soa-pp.row {
	position: relative;
	min-height: 180px;
}


.bx-selected ~ #delivery_date_time {
	display: block;
	position: relative;
	top: -160px;
	left: 25px;
	z-index: 3;
}
.delivery_button {
	display: inline-block;
	width: 96px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
	border: 2px solid #ccc;
	cursor: pointer;
	font-size: 12px;
}
.delivery_button.btn-disabled {
	background-color: #eee;
}
.delivery_button.active {
	border: 2px solid black;
}
@media (max-width: 960px) { 
	#bx-soa-order-form input{
		font-size: 16px !important;
	}
	#msk_delivery_date_time {
		top: 80px;
	}
	.delivery_button {
		width: 82px;
		margin-top: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 760px) { 
	#msk_delivery_date_time {
		position: relative;
	    top: 10px;
	    left: 0;
	    height: auto;
	}
	#delivery_date_time > .container-fluid {
	  padding-right: 0px;
	  padding-left: 0px;
	}
	.delivery_button {
		width: 78px;
		padding: 3px;
		margin-top: 5px;
		margin-right: 2px;
	}
}

#bx_3966226736_82245 a.quick {
	display: none !important;
}