@font-face {
    font-family: 'CenturyGothic';
    src: url("CenturyGothic.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url("CenturyGothic-Bold.wofff") format("woff");
	font-style: normal;
	font-weight: 700;
}

.module-text h2,
.home-categories .featured-text h2{
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(65,64,62,.7);
  padding: 5px 6px 0px 7px;
  border-radius: 15px 15px 15px 15px;


}
.carousel-caption h2{
	font-size: 42px;
}
.carousel-caption h2{
	letter-spacing: .1em
}

.home-categories .featured-text h2{
	font-weight: 700;
	font-size: 28px;
  	text-transform: initial;
}
.title-block-container{
	position: relative;
	height: 100%
}
.title-block-container--absolute{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.title-block-container .title-block{
	position: absolute;
  	top: 0;
  	left: 0;
  	right: auto;
  	width: 100%;
  	height: 100%;
  	display: flex;
    align-items: center;
  	justify-content: center;
}
.carousel-caption.title-block{
	padding-top: 0;
  	padding-bottom: 0;
}
.title-block h2{
	margin-bottom: 0;
    padding-bottom: 0;
}
.carousel-caption.title-block h2{
	position: relative;
  	padding-right: 3px;
}
.carousel-caption.title-block h2::after{
  	content: '';
	width: 6px;
  	height: 6px;
  	border-radius: 50%;
  	background: #ED2A59;
  	display: inline-block;
}
.module .button{
  background: #bb02c1;
  font-size: 20px;
  letter-spacing: .1em;
  border-radius: 5px;
  font-weight: 400;
  border-color: #bb02c1;
}
.module .button:hover{
	opacity: 1;
  	background: #fff;
  	border-color: #fff;
    color: #ED2A59;
}
.logo{
    display: block;
    width: 95px;
    height: 22px;
    background: url(logo.svg) no-repeat top center;
    -webkit-background-size: contain;
    background-size: contain;
}
.mobile-nav .logo{
	margin: 20px auto 0;
}
.to-top{
	display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    left: 20px;
    bottom: 30px;
    background-color: #ff5472;
  	color: #fff !important;
  	opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;  
    z-index: 7;
}
.to-top:hover{
	background: #000;
}
.to-top.visible{
	opacity: 1;
  	visibility: visible;
}
/*#multipleImg .owl-pagination{
	width: 120px;
}
#multipleImg .owl-pagination .owl-page{
	width: 120px;
  	height: 120px;
}
.product-img-thumbs .thumb{
	width: 120px !important;
  	height: 120px !important;
}*/
.pagination-wrapper{
	width: 100%;
  	
}
ul.pagination{
	text-align: center
}
ul.pagination li{
	width: auto;
  	padding: 0;
  	margin: 0 0 10px;
}
.pagination .pagination-link{
    display: flex;
  	align-items: center;
  	justify-content: center;
  	border: 1px solid #fafafa;
	border-radius: 4px;
	width: 30px;
    height: 30px;
}
.pagination a.pagination-link:hover{
	border-color: #646464;
}
.memo-block{
  padding: 10px;
	background: #fff;
  	 -webkit-background-size: cover;
        background-size: cover;
}
.memo-title{
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #000;
}
.memo-title img{
    display: inline;
    width: 75px !important;
    height: auto;
}
.memo__item__title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.memo__item__block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}
.memo__item:not(:last-child){
	margin-bottom: 15px;
}
.memo__item__img{
    width: 25%;
}
.memo__item__descr{
    width: 75%;
    padding-left: 20px;
    font-size: 10pt;
  	line-height: 1.4;
}
.memo__item__descr__detail{
	margin-bottom: 30px;
}
.memo__item__descr__list li{
    position: relative;
    padding-left: 10px;
  	font-size: 10pt;
 	font-weight: 400;
    margin-bottom: 2px;
    font-family: "Century Gothic",CenturyGothic,sans-serif;
}
.memo__item__descr__list li::before{
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: currentcolor;
	position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-nav-info{
	padding-bottom: 70px;
}
.mobile-nav-info li{
	text-transform: initial
}
.noscroll{
	overflow: hidden
}

.star-rating{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.star-radio{
  display: none;
}
.star-label{
  flex:  none;
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 26px;
  color: #ff5472;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.star-label::before{
  content: '\2606';
  color: currentcolor;
}
.star-radio:checked ~ .star-label::before{ 
  content: '\2605';
}
.star-radio:checked + .star-label:hover,
.star-radio:checked + .star-label:hover ~ .star-label{
  opacity: .7;
}

#myCarousel .item,
#myCarousel .carousel-inner{
	height: 100%;
}
#myCarousel .item img{
	width: 100%;
}
@media(min-width: 1360px){
  #mn-nav{
      // transform: translateX(30px);
  }
  #mn-hdr .hdr-content.wrapper{
  	margin-right: auto !important
  }
  .product-info{
	position: sticky;
    top: 80px;
  }
}
#mn-nav li a.t-active{
	color: #ff5472;
}
.tab-content{
	display: none;
}
.tab-content.active{
	display: block
}
.reviews-empty.notice{
	padding: 0
}
.reviews-title{
	display: block;
  	padding: 10px;
  	text-align: center
}
.reviews-block{
	width: 66.666%;
	box-sizing: border-box;
}
.sabstituteDesc.reviews-block{
	padding: 0 60px 0 16.5%;
}
.reviews-items-wrap{
	font-size: 14px;
    text-align: left;
}
.reviews-item {
	margin-top: 25px;
  	padding-bottom: 25px;
}
.reviews-item:not(:last-child){
	border-bottom: 1px solid #8a8a8a;
}
.review-header{
	padding-bottom: 10px;
    margin-bottom: 10px;
  	border-bottom: 1px solid #eee;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.review-header .author{
	font-weight: 700
}
.review-header .star-rating{
	margin-bottom: 0;
}
.review-header .star-rating-wrapper{
	width: 100%;
  	margin-top: 5px;
}
.review-header .date{
	color: #b5b5b5;
}
.star-item {
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
   -ms-align-items: center;
    align-items: center;
   justify-content: center;
	width: 20px;
  	height: 20px;
   font-size: 20px;
  	color: #ff5472;
}
.star-item::before{
	content: '\2606';
    color: currentcolor;
}
.star-item.active::before,
.star-item.active ~ .star-item::before{
	content: '\2605';
}
.filter-btn{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
  	padding: 4px 8px;
    color: #000;
    cursor: pointer;
	border: 1px solid currentColor;
  	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.filter-btn:hover{
	color: #ff5472;
}
.filter-btn__icon{
	margin-right: 10px;
}
.filter-btn__icon svg{
	display: block;
  	width: 18px;
  	height: 18px;
}
.filter-btn__text{
	font-size: 13px;
	font-family: "Century Gothic",CenturyGothic,sans-serif;
}

.filter{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.chkbx-label{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
    outline: none;
    border: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;

}
.chkbx-label:hover{
	color: #ff5472;
}
.chkbx-label input,
.chkbx-control .checked{
	display: none;
}
.chkbx-label input{
	border: none;
}
.chkbx-label input:checked + .chkbx-control .unchecked{
	display: none;
}
.chkbx-label input:checked + .chkbx-control .checked{
	display: block;
}
.chkbx-control{
	width: 23px;
	height: 23px;
	flex: none;
	margin-right: 10px;
    border: none;
}
.chkbx-control svg{
	width: 100%;
	height: 100%;
}
.filter-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
  	cursor: pointer;
    font-size: 15px;
  -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.filter-title:hover{
	color: #ff5472;
}
.filter-title::after{
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid currentcolor;
	border-bottom: 1px solid currentcolor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.filter-title.active::after{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.filter-items-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.filter-items-list .filter-item{
	margin-right: 15px;
    border: none;
}
.filter-items-wrapper{
	display: none;
    margin-top: 15px
}
.hidden{
	display: none;
}
.collection-filter{
	display: none;
  	margin-top: 30px;
    max-width: 555px;
}
.filter-btn-container{
	text-align: right;
}
.comments-item{
	width: 90%;
    margin: 30px 0 0 auto;
  	background: rgba(255,84,114,0.1);
    padding: 30px 15px 10px;
    line-height: 1.4;
    position: relative;
}
.comments-item::before{
	content: '';
  	width: 60px;
  	height: 14px;
  	background: url('logo.svg') 0 0 no-repeat;
  	background-size: contain;
  	position: absolute;
  	top: 10px;
  	left: 10px;
}
.comments-item .date{
	color: #b5b5b5;
    font-size: 12px;
    margin-top: 10px;
}

#miniCart li .minicart-text .minicart-price span{
	display: inline;
}

#miniCart .minicart-items {
	scrollbar-color: #ff5472 #fafafa;     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 2px;
}
#miniCart .minicart-items::-webkit-scrollbar {
    width: 2px; /* ширина для вертикального скролла */
    background-color: #fafafa;
}

/* ползунок скроллбара */
#miniCart .minicart-items::-webkit-scrollbar-thumb {
    background-color: #ff5472;
    border-radius: 10px;
}

#miniCart .minicart-items::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}
#miniCart .minicart-items{
	padding-right: 5px
}
.hdr-right .blog{
	position: relative;
    top: -1px;
}
@media(max-width: 1600px){
  .sabstituteDesc.reviews-block{
  	padding-left: 14%;
  }
}
@media(max-width: 1024px){
  .product-images{
  	width: 58%;
  }
  .product-info{
  	width: 40%;
  }
  #multipleImg .owl-pagination{
	width: 80px;
}
  #multipleImg .owl-pagination .owl-page{
      width: 80px;
      height: 80px;
  }
  .product-img-thumbs .thumb{
      width: 80px !important;
      height: 80px !important;
  }
  .reviews-block{
  	width: 58%;
  }
  .sabstituteDesc.reviews-block{
	padding: 0;
    display: block;
  }
}

@media(max-width: 768px){
	.reviews-block{
  		width: 100%;
  	}
}

@media(max-width: 767px){
  .carousel-caption h2,
  .home-categories .module h2{
    font-size: 7vw;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: 700;
  }
  .carousel-caption h2{
  	font-size: 5.5vw;
  }
  .module .button{
  	font-size: 14px;
    height: 40px;
    line-height: 34px;
  }
  .product-images,
  .product-info{
  	width: 100%;
  }
  .carousel-caption.title-block h2::after{
  	width: 4px;
    height: 4px;
  }
  .tdImp{
  	text-align: left;
  }

}

@media(max-width: 480px){
	.co-delivery_adress .co-input--house, .co-delivery_adress .co-input--wing, .co-delivery_adress .co-input--flat{
  		flex-basis: 100%;
  }
  .memo__item__img{
  	width: 18%
  }
  .tdImp .page{
  	padding-left: 0;
  }
  .co-delivery_adress  .co-input--{
    flex: 0 0 100%;
  	width: 100%;
    margin-left: 0;
  }
  textarea.co-input-field{
  	height: 100%
  }
  .co-input-label{
  	font-size: 12px;
  }
  .co-title--h2{
  	font-size: 1.2rem !important;
  }
  .co-basket_item-image_container{
  	flex: 0 1 60px;
  }
  .co-basket_item-list .co-price--current{
  	white-space: nowrap
  }
  .co-basket_subtotal .co-price--current{
  	font-size: 18px
  }
  .co-basket_subtotal{
  	margin-bottom: 10px;
  }
  .co-basket_subtotal-title{
  	font-size: 14px;
  }
  .review-header{
  	display: block;
  }
  .review-header .author{
  	margin-bottom: 5px;
    font-weight: 700;
  }
  .review-header .star-rating{
  	display: inline-flex;
  }
  .filter-btn-container{
  	text-align: center;
  }
  .filter-btn{
  	width: 100%;
    box-sizing: border-box;
  }
  .filter-btn__text{
  	flex-grow: 1
  }
  .filter {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .filter-title{
  	font-size: 14px;
  }
  .chkbx-control{
  	width: 15px;
    height: 15px;
  }
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
/* line 9, ion.rangeSlider.css */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 18, ion.rangeSlider.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

/* line 23, ion.rangeSlider.css */
.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

/* line 27, ion.rangeSlider.css */
.irs-line-left {
  left: 0;
  width: 11%; }

/* line 30, ion.rangeSlider.css */
.irs-line-mid {
  left: 9%;
  width: 82%; }

/* line 33, ion.rangeSlider.css */
.irs-line-right {
  right: 0;
  width: 11%; }

/* line 37, ion.rangeSlider.css */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

/* line 41, ion.rangeSlider.css */
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

/* line 46, ion.rangeSlider.css */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

/* line 51, ion.rangeSlider.css */
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }
.irs-slider.from,
.irs-slider.to{
	width: 15px;
  	height: 15px;
	top: 20px;
  	background: #ff5472;
}
/* line 65, ion.rangeSlider.css */
.irs-slider.type_last {
  z-index: 2; }

/* line 69, ion.rangeSlider.css */
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

/* line 74, ion.rangeSlider.css */
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

/* line 80, ion.rangeSlider.css */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

/* line 87, ion.rangeSlider.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

/* line 92, ion.rangeSlider.css */
.irs-with-grid .irs-grid {
  display: block; }

/* line 95, ion.rangeSlider.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

/* line 101, ion.rangeSlider.css */
.irs-grid-pol.small {
  height: 4px; }

/* line 104, ion.rangeSlider.css */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

/* line 114, ion.rangeSlider.css */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

/* line 122, ion.rangeSlider.css */
.irs-disabled {
  opacity: 0.4; }

/* line 125, ion.rangeSlider.css */
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

/* line 130, ion.rangeSlider.css */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
/* line 9, ion.rangeSlider.skinNice.css */
.irs {
  height: 40px; }

/* line 12, ion.rangeSlider.skinNice.css */
.irs-with-grid {
  height: 60px; }

/* line 15, ion.rangeSlider.skinNice.css */
.irs-line {
  height: 4px;
  background: #eeeeee;
  top: 27px; }

/* line 18, ion.rangeSlider.skinNice.css */
.irs-line-left {
  height: 4px;
  background-position: 0 -30px; }

/* line 22, ion.rangeSlider.skinNice.css */
.irs-line-mid {
  height: 4px;
  background-position: 0 0; }

/* line 26, ion.rangeSlider.skinNice.css */
.irs-line-right {
  height: 4px;
  background-position: 100% -30px; }

/* line 31, ion.rangeSlider.skinNice.css */
.irs-bar {
  height: 4px;
  top: 27px;
  background-position: 0 -60px; }

/* line 35, ion.rangeSlider.skinNice.css */
.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px; }

/* line 41, ion.rangeSlider.skinNice.css */
.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15; }

/* line 46, ion.rangeSlider.skinNice.css */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

/* line 50, ion.rangeSlider.skinNice.css */
.irs-slider {
  width: 12px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px; }

/* line 55, ion.rangeSlider.skinNice.css */
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

/* line 59, ion.rangeSlider.skinNice.css */
.irs-min, .irs-max {
  color: #999;
  font-size: 0.8rem;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 69, ion.rangeSlider.skinNice.css */
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

/* line 73, ion.rangeSlider.skinNice.css */
.irs-from, .irs-to, .irs-single {
  color: #fff;
  background: #ff5472;
  font-size: 0.8rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 83, ion.rangeSlider.skinNice.css */
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

/* line 87, ion.rangeSlider.skinNice.css */
.irs-grid-pol {
  background: #99a4ac; }

/* line 90, ion.rangeSlider.skinNice.css */
.irs-grid-text {
  color: #99a4ac; }

#mn-hdr .nav-cart {
    margin-left: 0px;
  position: relative;
  top: -1px;
}

.search-results-toolbar .toolbar-inner {
  justify-content:center;
}
.search-results-toolbar .search-widget-button {
  margin-top: 10px;
  color:white;
}

.nav-left, .nav-right  {
  width:420px;
}

.nav-right  {
  text-align: left;
}

.nav-left .search form{
  margin-top:15px;
}

.nav-left .search form input{
  height:30px;
}
.search-block{
	display: inline-flex;
   align-items: center;
   vertical-align: middle;
   margin-right: 0px;
   position: relative;
}
.search-block.active .search-block__form{
	display: block
}
.search-block__btn{
  	display: inline-block;
	width: 20px;
  	height: 20px;
  	position: relative;
    top: 1px;
}
.search-block__btn::before,
.search-block__btn::after{
	content: '';
    width: 100%;
    height: 1px;
  	position: absolute;
  	top: 50%;
    left: 0;
    background: #000;
    opacity: 0
}
.search-block__btn::before{
	transform: rotate(45deg);
}
.search-block__btn::after{
	transform: rotate(-45deg);
}
.search-block__btn svg{
    display: block;
	width: 100%;
  	height: 100%
}
.search-block.active .search-block__btn::before,
.search-block.active .search-block__btn::after{
	opacity: 1;
}
.search-block.active .search-block__btn svg{
	display: none;
}
.search-block__form{
  	position: absolute;
    width: 300px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
	display: none;
}

@media(max-width: 1440px){
  .nav-left .search form {
  	width:110px;
  }
  #mn-nav li{
  	margin: 0 2px;
  }
}
@media (min-width: 1080px) and (max-width: 1300px) {
  header#mn-hdr {
    display: flex;
  }
  .hdr-content.wrapper {
    /*margin-right: 10rem !important;*/
  } 
}
 @media(max-width: 1300px){
   
}
@media(max-width: 1250px){
  .search-block{
  	display: none;
  }
}
@media(max-width: 767px){
  .mobile-nav-info .search {
  	padding-left: 30px;
    padding-right: 34px;
  }
}


/*подсказки*/        
#autocomplete {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #eee;
  text-align: left;
  /* padding-left: 10px; */
}
#autocomplete div {
  margin-left: 12px;
  cursor: pointer;
  font-size:14px;
}
  
/*подсказки*/        
#autocomplete2 {
  /*position: absolute;*/
  top: 40px;
  /*left: 0;*/
  width: 100%;
  background-color: #eee;
  text-align: left;
  /* padding-left: 10px; */
  z-index:100;
}
#autocomplete2 div {
  margin-left: 12px;
  cursor: pointer;
  font-size:14px;
  font-weight: normal;
}
  
.product .product-subtitle {
    line-height: 1.4;
    text-transform: none;
}

#recaptchaError {
font-size:16px; color:red;
}

#recaptchaSuccess {
font-size:16px; color:green;
}

.co-login-sber-id {
  width: 100% !important;
}

.sbid-button--theme-default {
  padding:0px !important;
}

.product_price_block {
	display:flex;
}

.product_price_block__count {
	margin-left: 20px;
    margin-top: -3px;
    font-size: 22px;
    /*display:none;*/
}

.product-inner-details .old-price {
	margin:0px;
}

.total_sold {
	font-size:10px; margin-right:5px;color:gray
}

.reviews_api {
	padding-left:10px;
  	padding-right:10px;
}

.reviews_hidden {
	display:none;
}

.reviews_show {
	display:block;
}

.reviews_nav {
	display:flex;
  	justify-content: space-between;
  	margin-top: 10px;
}

.reviews_nav ul {
	display:flex;
}

.reviews_nav ul li {
	padding: 5px;
    margin: 5px;
    width: 15px;
    text-align: center;
    border: 1px solid #fafafa;
    border-radius: 4px;
  	cursor: pointer;
  	color: #ff5472;
  	font-weight: normal;
}

.reviews_nav ul li.active {
  	color:black;
}

.reviews_nav ul li:hover {
    border-color: #646464;
}

.reviews_nav ul li.active:hover {
    border-color: #fafafa;
}

.reviews_nav select {
    border: 1px solid #fafafa;
    width: 35px;
    height: 28px;
    margin-left: 0px;
    padding: 0px;
  	text-align: center;
  	border-radius: 4px;
  	cursor: pointer;
}

.reviews_nav select:hover {
   border-color: #646464;
}

.reviews_nav .on_page {
	width: 100px;
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 600px){
  .reviews_nav ul {
      flex-wrap: wrap;
  }
}

.product_title {
	margin-top:10px;
  	margin-bottom:10px;
}

.answer {
	display:flex;
}

.answer .comments-item {
  margin:0px;
}

#sale a {
    text-transform: capitalize;
}

.not_available {
	color: #ff5472;
    margin-top: 5px;
  	margin-bottom: 5px;
    font-weight: bold;
}
@media (max-width: 1300px){
	#mn-hdr .hdr-right {
   		right: 2%;
	}
}

.co-input--delivery_free {
	display:none;
}

.co-input--bonus_count {
	display:none;
}

.co-input--loyalty_card {
  display:none;
}

#checkcard {
  display:none;
}

.ftr-text {
    color: red;
}


.shop-insales-panel__content {
  display: none;
}

 @media (min-width: 1500px) {
  .nav-left, .nav-right  {
    width:500px;
  }
}

.product-info .button {
    display: block;
    width: 100%;
    margin: 30px auto;
    font-weight: bold;
    font-size: 16px;
    padding-top: 2px;
}

.show_desktop {
  display: block;
}
.show_mobile {
  display: none;
}
@media(max-width: 600px){
  .show_desktop {
  display: none;
  }
  .show_mobile {
    display: block;
  }
}

html {
  margin-top: 56px;
}

.man_video {
  margin-top: -160px;
}

@media(max-width: 600px){
  .man_video {
  margin-top: 0px;
  } 
}


/*Ð¸Ð· Ð¼Ð°ÐºÐµÑ‚Ð°*/
.agree-block {
    display: flex;
    flex-direction: row;
}

.agree-block button {
    border: 0px
}

.agree-block__item {
    text-align: justify;
    margin: 5px;
}

.alert-fz {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: .9;
    padding: .5rem 4.6rem 1rem 2rem;
    background: #000;
    color: #fff
}

.alert-fz a {
    color: #fff
}

.alert-fz a:hover {
    color: #fff
}

.alert-fz .alert-fz-close {
    position: absolute;
    z-index: 10;
    right: 2rem;
    top: .5rem;
    width: 1.6rem;
    height: 1.6rem;
    opacity: .5;
    cursor: pointer
}

.alert-fz .alert-fz-close:hover {
    opacity: 1
}

.alert-fz .alert-fz-close:before,
.alert-fz .alert-fz-close:after {
    position: absolute;
    top: 1.5rem;
    left: 0;
    content: '';
    display: block;
    height: .1rem;
    width: 1.6rem;
    background: #fff
}

.alert-fz .alert-fz-close:before {
    transform: rotate(45deg)
}

.alert-fz .alert-fz-close:after {
    transform: rotate(-45deg)
}

.alert-fz.alert-fz-light {
    background: #fff;
    color: #000
}

.alert-fz.alert-fz-light a {
    color: #000
}

.alert-fz.alert-fz-light a:hover {
    color: #000
}

.alert-fz.alert-fz-light .alert-fz-close:before,
.alert-fz.alert-fz-light .alert-fz-close:after {
    background: #000
}

.alert-fz.alert-fz-bottom {
    top: auto;
    bottom: 0
}

.alert-fz.alert-fz-popup {
    top: 2rem;
    left: auto;
    right: 5%;
    width: 30rem
}

.alert-fz.alert-fz-popup.alert-fz-bottom {
    top: auto;
    bottom: 2rem
}

@media (max-width: 480px) {
    .alert-fz.alert-fz-popup {
        top: 0;
        left: 0;
        right: 0;
        width: auto
    }

    .alert-fz.alert-fz-popup.alert-fz-bottom {
        top: auto;
        bottom: 0
    }

    .agree-block {
        flex-direction: column;
    }
}
