@charset "UTF-8";

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/avenirNextCyr/AvenirNextCyr-Demi.woff2") format("woff2"), url("../fonts/avenirNextCyr/AvenirNextCyr-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/avenirNextCyr/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/avenirNextCyr/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/avenirNextCyr/AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/avenirNextCyr/AvenirNextCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/avenirNextCyr/AvenirNextCyr-Bold.woff2") format("woff2"), url("../fonts/avenirNextCyr/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

i {
  vertical-align: middle;
}

.icon--24 {
  font-size: 24px;
}

.icon--28 {
  font-size: 28px;
}

.icon--32 {
  font-size: 32px;
}

.icon--10 {
  font-size: 10px;
}

.icon--6 {
  font-size: 6px;
}

.count-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  margin-top: -12px;
  z-index: 2;
  right: -14px;
  /*color: #49134C;
  background: #49134C;
  color: #fff;*/
  color: #fff;
  background: #d83425;
  border: 0;
}

/* Colors */

.color--gray {
  color: #666666;
}

.color--purple {
  color: #49134C;
}

.color--purple-light {
  color: #A46FB9;
}

.color--red {
  /*color: #CE7070;*/
  color: #d83425;
}

.color--green {
  color: #7EB054;
}

.text-muted {
  color: #6c757d!important;
}

/* Bg colors */

/* Text */

.size--13 {
  font-size: 13px;
}

.size--14 {
  font-size: 14px;
}

.size--15 {
  font-size: 15px;
}

.size--16 {
  font-size: 16px;
}

.size--18 {
  font-size: 18px;
}

.size--22 {
  font-size: 22px;
}

.text h2 {
  font-size: 28px;
  line-height: 28px;
}

.text h4 {
  font-size: 18px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin: 25px 0 15px;
  font-weight: 600;
}

.text h1 {
	color:#49134C;
}

.text > *:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.text p {
  line-height: 1.4;
  font-weight: 400;
}

.title--18 {
  font-size: 18px;
}

.fw-500 {
  font-weight: 500;
}

.fw-900 {
  font-weight: 900;
}

/* Body */

*,
*:focus {
  outline: none;
}

body {
  font: 500 16px/1.3 'Avenir Next Cyr', sans-serif;
  color: #333333;
  background: #ECEAEF;
}

/* Прижать футер к футеру ) */
html,
body {
  height: 100% !important;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content {
  flex: 1 0 auto;
}
.site-footer {
  flex: 0 0 auto;
}


body.is--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.relative {
  position: relative;
}

.blacklayer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}

.none {
  display: none;
}

/* Container */

.container {
  max-width: 1230px !important;
}

/* Aligns */

.align--center {
  text-align: center;
}

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

.align--left {
  text-align: left;
}
.align--justify {
  text-align: justify;
}

/* Aligns responsive */

/* Panel */

.panel {
  background: white;
  padding: 20px;
}

.panel--163 {
  min-height: 163px;
}

.panel--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel--shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
}

.panel--indent-30 {
  padding: 30px;
}

.panel-border {
  border: 1px solid #ECEAEF;
  padding: 20px;
  margin-top: -1px;
  margin-left: -1px;
}

.panel-col {
  background: white;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px;
  position: relative;
}

.panel-col--hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.panel-col--hover:hover,
.panel-col--hover.is--active {
  -webkit-box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  position: relative;
  z-index: 2;
}

.panel-col--y-indent-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel-col--bg-purple {
  background: #49134C;
  color: white;
}

.panel-table {
  width: 100%;
}

.panel-table .counter{
  justify-content: center;
}

.panel-table__tbody td {
  background: white;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 10px;
  position: relative;
  height: 60px;
}

.panel-table__thead td {
  background: #49134C;
  height: 65px;
  padding: 0 10px;
  color: white;
  white-space: nowrap;
  font-size: 14px;
}

/** product_item_list **/
.products_list{
  border-collapse: collapse;
  margin-bottom: 50px;
}

.title_products_list{
  text-align: center;
  padding: 17px 0px;
  font-size: 18px;
  font-weight: 600;
}
.title_products_list:first-of-type{
  border-top: 0;
}

.feature_question_link {
  cursor: help;
  position: relative;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
}
.panel-table__thead .feature_question_link{
  color: #fff;
  margin-left: 5px;
}
.panel-table__thead .feature_question_link:hover{
  color: #fff;
}
.feature_question_link:hover{
  opacity: 0.5;
}


.products_table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  position: relative;
}
.products_table th, .products_table td {
  text-align: center;
}
.products_table td span {
  display: none;
  /* background: #eee; */
  /* color: dimgrey; */
  /* display: none; */
  /* font-size: 10px; */
  /* font-weight: bold; */
  /* padding: 5px; */
  /* position: absolute; */
  /* text-transform: uppercase; */
  /* top: 0; */
  /* left: 0; */
}


@media (min-width: 800px) {
  .line .cart_action {
    width: 90px;
  }

  .line .characteristics > div {
    max-width: 90px;
    white-space: normal;
  }
}


/* Simple CSS for flexbox table on mobile */
@media(max-width: 800px) {
  .products_table td {
    text-align: left;
    padding: 4px 20px !important;
    border: 0;
    width: 100%;
    height: auto;
  }
  
  .products__brand_name{
    padding: 24px 0 0px !important;
  }
  .products__brand_name td{
    padding: 0 !important;
  }
  .product_list{
    background: #fff;
    margin-bottom: 15px;
  }
  .products_table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .panel-table__thead{
    display: none !important;
  }
  .products_table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .products_table td span{
    display: inline-block;
  }

  .products_table td span {
    /* display: block; */
  }
  .line__price{
    display: none;
  }
  .line .name {
    background: #49134C;
    color: #fff;
    padding: 10px 20px !important;
    margin-bottom: 5px;
  }
  .line .cart_action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 20px 14px !important;
  }
  .line .cart_action a{
    margin: 0;
  }
  .line .line__available div{
    display: flex;
    align-items: center;
  }
  .line .line__available div i{
    margin-right: 5px;
  }

}

.line{
  display: table-row;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
}
.line:nth-child(2n) {
  background-color: #f6f6f6;
}
.line > div{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.product_list.line .line__price{
  font-weight: 900;
}
.line .name{
  text-align: left;
  padding: 0 20px;
}
.line .name p{
  margin-bottom: 0 !important;
}
.line .name h3{
  font-size: 12px;
  font-weight: normal;
}
.line__price{
  min-width: 85px;
  padding-left: 10px;
  padding-right: 10px;
}
.line__available{
  width: 60px;
  padding: 4px 5px !important;
}
.products_lines {
  margin-bottom: 50px;
}
.products__line_clear {
  height: 20px;
}
.products__brand_name{

}
.products__brand_name td{
  text-align: left;
  padding: 30px 0 10px;
}
.products__seriya_title{
  background: white;
}
.products__seriya_title td{
  height: 62px;
  text-align: center;
  padding: 20px 0 !important;
}

.product__available{
  display: flex;
  align-items: center;
  font-size: 20px;
}
.product__available .icon-available{
  margin-right: 6px;
}
.product__available .icon-not-available{
  margin-right: 6px;
}

/** Список продуктов списком (The End)**/



.relative {
  position: relative;
}

.page_404 {

}
.page_404 span {
  font-size: 37px;
  font-weight: 600;
}

/* List */
.list--styled {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.list--styled li{
  display: block;
  margin: 15px 0;
}
.list--styled .icon-metro{
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 2px solid red;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  color: red;
  margin-right: 5px;
  margin-top: -4px;
}
.list--unstyled {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.list--check-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list--check-icon li {
  padding-left: 30px;
  position: relative;
}

.list--check-icon li:not(:last-child) {
  margin-bottom: 35px;
}

.list--check-icon b {
  display: block;
  margin-bottom: 20px !important;
}

.list--check-icon b:before {
  content: url(../images/icons/check-purple.svg);
  margin-top: 2px;
  left: 0;
  position: absolute;
}

.list--column-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.ol li {
  list-style: none;
  margin-bottom: 13px;
  position: relative;
  padding-left: 10px;
}
.ol li:before {
  font-family: 'icon';
  content: '/e90d';
  background: #d32f2f;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-weight: 500;
  top: 0;
  margin-right: 7px;
}

/* Breadcrumbs */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb a {
  color: #666666;
  display: block;
  margin-bottom: 5px;
}

.breadcrumb a:hover {
  color: #49134C;
}

.breadcrumb a:after {
  content: '/';
  margin: 0 7px;
  color: #666666;
}

.breadcrumb span {
  color: #49134C;
}

/* Post */

.post__text {
  margin: 15px 0 25px;
  line-height: 1.4;
}

/* Hidden/Visible */

.visible--sm {
  display: none;
}

.visible--md {
  display: none;
}

.visible--lg {
  display: none;
}

.visible--xl {
  display: none;
}

/* Row */

.row--x-indent-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row--x-indent-5 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row--x-indent-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row--x-indent-10 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row--x-indent-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.row--x-indent-15 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row--x-indent-7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row--x-indent-7 > div {
  padding-left: 7px;
  padding-right: 7px;
}

.row--x-indent-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row--x-indent-30 > div {
  padding-left: 30px;
  padding-right: 30px;
}

.row--y-indent-20 {
  /* margin-bottom: -20px; */
}

.row--y-indent-20 > div {
  padding-bottom: 20px;
}

.row--y-indent-10 {
  margin-bottom: -10px;
}

.row--y-indent-10 > div {
  padding-bottom: 10px;
}

.row--y-indent-15 {
  margin-bottom: -15px;
}

.row--y-indent-15 > div {
  padding-bottom: 15px;
}

.row--y-indent-5 {
  margin-bottom: -5px;
}

.row--y-indent-5 > div {
  padding-bottom: 5px;
}

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.col-static {
  position: static;
}

.flex-240 {
  max-width: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.flex-240-main {
  max-width: calc(100% - 240px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
}

.flex-240-main--xxl {
  max-width: calc(100% - 240px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
}

/* Form input */

.form__input {
  border: none;
  border-bottom: 1px solid #DCD2DD;
  height: 45px;
  width: 100%;
  color: #49134C;
  transition: 0.2s ease all;
}
textarea.form__input {
  padding: 15px 0 0;
  height: 45px;
  transition: 0.2s ease all;
}
.form__group.state-filled .form-label{
  top: -8px;
  opacity: 1;
  font-size: 12px;
}

.form__input:focus{
  border-color: #49134C;
}
textarea.form__input:focus{
  transition: 0s;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.invalid-feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
  display: block;
}

.form__input--error {
  border-color: #d83425 !important;
  color: #d83425;
}
.form__input--error + label{
  color: #d83425;
}

.form-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  top: 14px;
  color: #929292;
  font-size: 14px;
  margin: 0;
}

.form__input:required + label:after{
  content: ' *';
  color: red;
  margin-left: 4px;
}

/* Form group */

.form__group {
  margin-bottom: 25px;
  position: relative;
}

.form__group--sm {
  margin-bottom: 10px;
}


/** Product filter **/
.features_id{
    white-space: nowrap;
    line-height: 24px;
    vertical-align: top;
    position:  relative;
}
.inbox_filter{
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    font-size: 12px;
    letter-spacing: -.2px;
    box-shadow: 0 1px 8px rgba(0,0,0,.25);
    z-index: 6;
}
.inbox_inner_block{
    min-width:  170px;
	padding: 20px 20px 9px;
}
.inbox_inner_block label{
    display: block;
    position: relative;
    padding-left: 26px;
    cursor:  pointer;
}
.inbox_inner_block > .input_box{
    padding: 12px
}
.inbox_inner_block > .input_box > *{
    display: inline-block;
    max-width: 100px;
}
.inbox_inner_block > .input_box > *:first-of-type{
    margin-right: 12px;
}
.inbox_inner_block > .input_box input[type="text"]{
    width: 50px;
    margin: 0 4px;
    height: 30px;
    border: 1px solid #DCD2DD;
    padding: 0 5px;
    font-weight: bold;
    font-size: 13px;
}
.inbox_inner_block > ul{
    max-height: 240px;
    overflow-x: visible;
    overflow-y: scroll;
    list-style-type: none;
	padding: 0;
	margin: 0;
}
.f_name{
    border: 1px solid #222;
    border-radius: 3px;
    height: 26px;
    padding: 0px 2px 0px 8px;
    display: block;
    font-size: 13px;
    cursor:  pointer;
    position: relative;
    vertical-align: middle;
}
.f_name.is--active {
    background-color: #202020;
    color: #fff;
}
.f_name.is--active:after{
    display: none;
}
.f_name.is--active button{
    background: none;
    height: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    padding:  0;
    margin-left: 5px;
    vertical-align:  top;
    padding-left: 2px;
    outline:  none;
}
.f_name:not(.is--active):after{
    content: "\e90b";
    font-family: 'icon';
    display: inline-block;
    font-size: 9px;
    width: 20px;
    text-align: center;
    vertical-align: bottom;
    padding-left: 14px;
}
.f_name > span{margin-right: 5px;max-width: 80px;white-space: nowrap;overflow:  hidden;display:  inline-block;vertical-align: top;text-overflow: ellipsis;}


.features_id.collapsed > .inbox_filter{
    display: block;
}
.features_id.collapsed > .inbox_filter:before{
    background: 0 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin-left: -20px;
    content: '';
    top: -9px;
    left: 30%;
    position:  absolute;
    z-index:  2;
}
.features_id.collapsed > .inbox_filter:after{
    content: '';
    z-index: 1;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -4px;
    left: 30%;
    margin-left: -3px;
    border-radius: 100%;
    box-shadow: 0 -2px 8px 1px rgba(0,0,0,.25);
}
.features_id .button_block{
    overflow: hidden;
    padding: 5px 15px 15px;
}
.features_id .button{
    width: auto;
    padding: 0px 10px;
    height: 26px;
    background-color: #5983f0;
    display: inline-block;
    vertical-align:  middle;
    cursor: pointer;
    margin:  0;
}
#reset_filter{
    cursor: pointer;
}
.filter_search_count{
    display: none;
}
.inbox_inner_block input[type="checkbox"]{
    display: none;
}
.inbox_inner_block input[type="checkbox"]:disabled+label{
    opacity: 0.35;
    cursor: default;
}
/***
* Spinner showing download
 */
.loader{
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff57;
}
.loader:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #886289;
  border-bottom: 8px solid #886289;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

[data-form-hold]{
  position: relative;
}
.hold:before{
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hold:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #886289;
  border-bottom: 8px solid #886289;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}



/* Form checkbox */
.form__checkbox-input {
  display: none;
}

.form__checkbox-input:checked + label:after {
  visibility: visible;
  opacity: 1;
}

.form__checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin: 0px;
}

.form__checkbox-label:before {
  background: white;
  content: '';
  width: 20px;
  border: 1px solid #DCD2DD;
  height: 20px;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #DCD2DD;
  margin-top: -10px;
}

.form__checkbox-label:after {
  font: 12px 'icon' !important;
  -webkit-transition: .3s;
  transition: .3s;
  content: "\e912";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin-top: -10px;
  color: white;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  color: #49134C;
}

.form__checkbox-label--disabled {
  cursor: no-drop;
  color: #AFAFAF !important;
}

.form__checkbox-label--disabled:after {
  border-color: #AFAFAF !important;
}

/* Form checkbox */

.form__radio-input {
  display: none;
}

.form__radio-input:checked + label:after {
  visibility: visible;
  opacity: 1;
}

.form__radio-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin: 0px;
}

.form__radio-label:before {
  content: '';
  width: 20px;
  border: 1px solid #DCD2DD;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: -10px;
}

.form__radio-label:after {
  font: 9px 'icon' !important;
  background: #49134C;
  -webkit-transition: .3s;
  transition: .3s;
  content: "\e912";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin-top: -10px;
  color: white;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.form__radio-label--disabled {
  cursor: no-drop;
  color: #AFAFAF !important;
}

.form__radio-label--disabled:after {
  border-color: #AFAFAF !important;
}

/* Form mix icon input */

.form__mix {
  position: relative;
}

.form__mix input {
  height: 40px;
  border: 1px solid #DCD2DD;
  padding-left: 15px;
  font-weight: bold;
  font-size: 13px;
}

.form__mix input:first-child {
  padding-right: 60px;
}

.form__mix input:last-child {
  padding-left: 60px;
}

.form__mix-icon {
  position: absolute;
  bottom: 0;
  top: 0;
  border: none;
  width: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #ECEAEF;
  border: 1px solid #DCD2DD;
}

.form__mix-icon i {
  font-size: 16px;
}

.form__mix-icon:hover {
  background: #49134C;
  border-color: #49134C;
}

.form__mix-icon:hover i {
  color: white !important;
}

.form__mix-icon:last-child {
  right: 0;
}

.form__mix-icon:first-child {
  left: 0;
}

/* Slick */
.jsSignleProductSlider .slick-arrow{
  z-index:2
}
.jsSignleProductSlider .slick-arrow:before{
  color: rgba(73, 19, 76, 0.50);
}
.jsSignleProductSlider .slick-prev{
  left: 0;
}
.jsSignleProductSlider .slick-next{
  right: 0;
}
.slick--indent-10 .slick-list {
  margin: 0 -10px;
}

.slick--indent-10 .slick-slide {
  padding: 0 10px;
}

.slick-slide img {
  display: inline-block;
}

.slick-preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-preloader.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/* Modal */
.modal {
  width: 100%;
  max-width: 320px !important;
  padding: 0 !important;
  border-radius: 0px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
}
.modal.modal-md{
  max-width: 560px!important;
}
.modal.modal-lg{
  max-width: 960px!important;
}
.modal__title {
  border-bottom: 1px solid #ECEAEF;
  padding: 22px 20px;
  font-weight: bold;
}
.modal [data-fancybox-close] {
  height: 64px !important;
}

.modal__content {
  padding: 25px 20px;
}
.modal .alert-danger{
  margin: 20px 0 0;
}
.modal .alert-success{
  margin: 0;
}
.modal a.close-modal {
  display: none;
}


/* Popup cart */
.popup-cart .alert{
  margin: 22px 20px;
}
.popup-cart-items{
  background: #fff;
  width: 100%;
  border: 1px solid #ebeef0;
  border-top: none;
}
.popup-cart-items td{
  border-bottom: 1px solid #ebeef0;
  padding: 20px;
}
.popup-cart-item-image{
  text-align: center;
}
.popup-cart-item-name a{
  font-size: 14px;
}
.popup-cart-item-variant{
  margin: 0;
}
.popup-cart-item-category{
  margin-bottom: 0;
  margin-top: .5rem;
  color: #888;
}
.popup-cart-item-price{
  white-space: nowrap;
}
.popup-cart-item-price-total{
  font-size: 1.25em;
  line-height: 26px;
  transition: all .3s ease;
  transform: translateY(0);
  white-space: nowrap;
}
.popup-cart-item-price-total del + span{
  color: #d83425;
}
.popup-cart-item-price-unit{
  color: #9E9E9E;
  font-size: 12px;
  text-align: right;
  padding-top: 0;
  transition: all .3s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  white-space: nowrap;
  line-height: 18px;
}
.popup-cart-item-price-box{
  text-align: right;
}
.popup-cart-item-price-box.state-single-price .popup-cart-item-price-total{
  transform: translateY(9px);
}
.popup-cart-item-price-box.state-single-price .popup-cart-item-price-unit{
  transform: translateY(-9px);
  opacity: 0;
  visibility: hidden;
}
.popup-cart-item-remove a:hover{
  filter: grayscale(0%);
  opacity: 1;
}

.popup-cart-total-box{
  text-align: center;
  margin: 1rem;
  font-size: 1.5em;
  padding: 22px 20px;
}
.popup-cart-total{}
.popup-cart-total:before{
  content: attr(data-label);
  margin-right: 10px;
}

.popup-cart-buttons{
  text-align: center;
  padding: 0 20px 22px 20px;
}
.popup-cart-buttons .btn{
  margin: 0.5rem 2rem;
  min-width: 175px;
}
.popup-cart-buttons a.btn{}
.popup-cart-buttons button.btn{}




/* Cart */
.cart-top h1{
  padding: 0 20px;
}
.cart-purchases{
  background: #fff;
  width: 100%;
  border: 1px solid #ebeef0;
  border-top: none;
}
.cart-purchases td{
  border-bottom: 1px solid #ebeef0;
  padding: 20px;
}
.cart-purchases-image{
  text-align: center;
}
.cart-purchases-name a{
  font-size: 14px;
}
.cart-purchases-name-variant{
  margin: 0;
}
.cart-purchases-name-category{
  margin-bottom: 0;
  margin-top: .5rem;
  color: #888;
}
.cart-purchases-price{
  white-space: nowrap;
}
.cart-purchases-price-total{
  font-size: 1.25em;
  line-height: 26px;
  transition: all .3s ease;
  transform: translateY(0);
  white-space: nowrap;
}
.cart-purchases-price-total del{
  opacity: .7;
}
.cart-purchases-price-total del + span{
  color: #d83425;
}
.cart-purchases-price-unit{
  color: #9E9E9E;
  font-size: 12px;
  text-align: right;
  padding-top: 0;
  transition: all .3s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  white-space: nowrap;
  line-height: 18px;
}
.cart-purchases-price-box{
  text-align: right;
}
.cart-purchases-price-box.state-single-price .cart-purchases-price-total{
  transform: translateY(9px);
}
.cart-purchases-price-box.state-single-price .cart-purchases-price-unit{
  transform: translateY(-9px);
  opacity: 0;
  visibility: hidden;
}
.cart-purchases-bottom{
  background: #fff;
  border: 1px solid #ebeef0;
  border-top: none;
  margin-bottom: 1rem;
  padding: 0rem 20px 0rem;
}
.cart-purchases-bottom-title{
  font-size: 14px;
  font-weight: 500;
}
.cart-totals{
  width: 100%;
  padding: 1rem 0;
  font-size: 14px;
}
.cart-totals td{
  padding: 0 0 0.5rem;
}
.cart-totals td:first-child{
  padding-right: 10px;
  font-weight: 500;
}
.cart-totals td:last-child{
  text-align: right;
  padding-left: 10px;
}
.cart-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-list-item{
  background: white;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.cart-list-item.active,
.cart-list-item:hover {
  background: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  position: relative;
  z-index: 2;
}
.cart-list-radio{
  position: absolute;
  left: -999em;
}
.cart-list-label{
  position: relative;
  padding-left: 50px;
  margin: 0;
  display: block;
  padding: 1rem 20px 1rem 58px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.cart-list-label:before{
  content: '';
  width: 20px;
  border: 1px solid #DCD2DD;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -10px;
}
.cart-list-label:after{
  font: 9px 'icon' !important;
  background: #49134C;
  content: "\e912";
  position: absolute;
  left: 24px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -10px;
  color: white;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.cart-list-radio:checked + .cart-list-label:after{
  opacity: 1;
  visibility: visible;
}
.cart-list-radio:disabled + .cart-list-label{
  opacity: 0.3;
}
.cart-bottom{
  margin-top: 30px;
}

.cart-list-description{
  display: none;
  padding: 0 20px 15px 58px;
  overflow: hidden;
  font-size: 13px;
  color: #666;
  margin-top: -5px;
}
.cart-list-item.active .cart-list-description{
  display: block;
  animation: fade-in .3s
}
.cart-bottom-buttons{
  border: 1px solid #ebeef0;
  padding: 1rem 20px 0;
  text-align: center;
  background: #fff;
  margin-bottom: 2rem;
  border-top: none;
}
.cart-bottom-buttons .btn{
  width: 180px;
  max-width: 100%;
}
.cart-coupon{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cart-coupon .form__group{
  margin-bottom: 0px;
}
.cart-coupon .btn{
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 0px;
}
.cart-coupon-result{
  display: inline-block;
  margin-top: 15px;
}
.cart-coupon-result span{
  margin-bottom: 1rem;
  display: block;
}





/* Btn */

button:focus {
  outline: none !important;
}

.btn {
  background: #49134C;
  height: 40px;
  padding: 0 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 200px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border-widtht: 0px;
  border-color: #49134C;
}

.btn:not(:disabled):hover {
  background: #825296;
  color: white;
}
.btn:disabled {
  opacity: 0.2;
  cursor: default;
}

.btn--white {
  background: white;
  color: inherit;
  font-weight: 500;
}

.btn--white:hover,
.btn--white.is--active {
  background: #49134C;
  color: white;
}

.btn--white:hover i,
.btn--white.is--active i {
  color: white !important;
}

.btn--md {
  height: 36px;
  padding: 0 25px;
}

.btn--sm {
  height: 30px;
  padding: 0 20px;
  font-size: 12px;
}

.btn--border {
  background: transparent;
  border: 1px solid;
  color: #49134C;
}

.btn--border-purple {
  border-color: #49134C;
}

.btn--border-purple:hover {
  background: #49134C;
  color: white;
}

.btn--block {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn__icon i {
  font-size: 8px;
}

.btn__icon:last-child {
  margin-left: 15px;
}

.btn-icon {
  background: white;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: inherit;
}

.btn-icon i {
  font-size: 12px;
}

.btn-icon:hover:not(:disabled) {
  background: #49134C;
  color: white;
}

.btn-icon--border-gray {
  color: #49134C;
  border: 1px solid #DCD2DD;
}

.btn-icon--border-gray:hover:not(:disabled) {
  background: #49134C;
  color: white;
  border-color: #49134C;
}

.btn-icon--hover-red:hover:not(:disabled) {
  background: #fd4949;
  color: white;
  border-color: #fd4949;
}

.btn-icon--hover-blue:hover:not(:disabled) {
  background: #48A3C9;
  color: white;
  border-color: #48A3C9;
}

.btn-icon--size-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
}

.btn-icon--size-20 i {
  font-size: 8px;
}

.btn-icon--size-24 {
  width: 24px;
  height: 24px;
}

.btn-icon--size-28 {
  width: 28px;
  height: 28px;
}

.btn-icon--size-36 {
  width: 36px;
  height: 36px;
}

.btn-icon--size-36 i {
  font-size: 14px;
}

.btn-icon--size-38 {
  width: 38px;
  height: 38px;
}

.btn-icon--size-38 i {
  font-size: 18px;
}


/* Loading for buttons */
.state-loading{
  position: relative;
  background-image: none!important;
  background: #49134C;
  color: white;
  border-color: #49134C;
}
.state-loading span{
  opacity: 0
}
.state-loading:after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spin 1.2s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.state-loading [class^="icon-"]{
  display: none;
}

/* Information alert */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1.3rem;
  border-radius: .25rem;
  border: 1px solid #e6dab3;
  background: #FFF8E1;
  color: #776f55;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success a{
  color: #155724;
  text-decoration: underline;
}

  /* Pagination */

.pagination {
  margin-top: 20px;
}

.pagination li:first-child {
  font-size: 13px;
}

.pagination li:last-child {
  font-size: 13px;
}

.pagination li:first-child,
.pagination li:last-child {
  font-weight: bold;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination a {
  margin: 5px 2.5px;
}
.pagination a.selected {
  background: #49134C;
  color: white;
}

/* Catalog cart  */

.catalog-cart {
  font-size: 14px;
  height: 100%;
}

.catalog-cart__title {
  margin-top: 20px;
  display: block;
  line-height: 1.5;
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}

/* Catalog menu */

.catalog-menu {
  position: relative;
  z-index: 2;
}
.catalog-menu__on-home{
  display: block !important;
}
.home-page .site-header .catalog-menu {
  /*display: none;*/
}
.jsToggleCatalogMenu{
  max-width: 200px;
}

.catalog-menu__sub-title {
  background: transparent !important;
  font-size: 16px !important;
  height: inherit !important;
  font-weight: bold !important;
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  color: #A46FB9 !important;
  display: inline-block !important;
  padding-left: 20px !important;
}

.catalog-menu__sub-title:before {
  display: none;
}

.catalog-menu ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}

.catalog-menu li:hover a:before {
  color: #49134C;
}

.catalog-menu__dropdown {
  position: relative;
}

.catalog-menu__dropdown span {
  width: 40px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
}

.catalog-menu__dropdown span.is--active:before {
  -webkit-transform: none;
  transform: none;
}

.catalog-menu__dropdown span:before {
  font: 10px 'icon';
  content: "\e902";
  color: #AFAFAF;
  -webkit-transition: .3s;
  transition: .3s;
}

.catalog-menu a {
  border-left: 3px solid transparent;
  color: inherit;
  font-weight: 500;
}

.catalog-menu li:hover > a {
  border-left-color: #49134C;
}

.catalog-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.catalog-menu > ul > li:not(:last-child) > a {
  border-bottom: 1px solid #DCD2DD;
}
.catalog-menu li:hover > a span:before{
  color: #49134C;
}

.catalog-menu li:hover > a {
  background: #F6F7FA !important;
}

.catalog-menu > ul > li > a {
  background: white;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0 35px 0 10px;
  line-height: 1.4;
  color: inherit;
}

.catalog-menu img {
  margin-right: 15px;
  width: 36px;
}

.catalog-menu > ul > li > ul {
  margin-left: -10px;
}

.catalog-menu > ul .catalog-sub-menu {
  position: absolute;
  left: 100%;
  z-index: 2;
  top: 0;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -2;
  padding: 0 25px;
  min-height: 100%;
}

.catalog-menu > ul .catalog-sub-menu > li {
	border-left: 1px solid #DCD2DD;
}

.catalog-menu > ul .catalog-sub-menu a {
  background: white;
  border-bottom: 1px solid #DCD2DD;
  font-size: 14px;
  padding: 10px 26px 10px 15px;
  display: flex;
  align-items: center;
  min-height: 50px
}

.catalog-menu__sub-content ul {
  background: white;
  width: 326px;
  bottom: 0;
}

.catalog-menu .catalog-menu__sub-content{
  position: absolute;
  left: 220px;
  top: 0;
  bottom: 0;
  display: none;
}

.catalog-menu>ul>li:hover .catalog-menu__sub-content{
  display: flex;
}

.catalog-menu__sub-content ul{
  visibility: visible!important;
  opacity: 1!important;
  z-index: 2!important;
  position: static;
  width: initial;
}

.catalog-menu__sub-content  .col-item{
  background-color: white;
  border-left: 1px solid #DCD2DD;
  overflow: auto;
}

.catalog-menu__sub-content  .col-item::-webkit-scrollbar-button {
  background-image:url('');
  background-repeat:no-repeat;
  width:5px;
  height:0px
}

.catalog-menu__sub-content  .col-item::-webkit-scrollbar-track {
  background-color:#ecedee
}

.catalog-menu__sub-content  .col-item::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color:#49134C;
}

.catalog-menu__sub-content  .col-item::-webkit-scrollbar-thumb:hover{
  background-color:#49134C;
}

.catalog-menu__sub-content  .col-item::-webkit-resizer{
  background-image:url('');
  background-repeat:no-repeat;
  width:4px;
  height:0px
}

.catalog-menu__sub-content  .col-item::-webkit-scrollbar{
  width: 4px;
}

.catalog-menu__sub-content ul a {
  border: none;
  position: relative;
  padding: 0px;
  padding-left: 35px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-menu__sub-content ul a:before {
  background: #333333;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -2.5px;
}
@media (max-width: 1250px) {
  .catalog-menu__sub-content ul {
    width: 240px;
  }
}

/* Catalog accordion */

.catalog-accordion {
  background: white;
  overflow: hidden;
  max-width: 100%;
}

.catalog-accordion ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.catalog-accordion ul ul {
  padding: 20px;
}

.catalog-accordion > ul > li:not(:last-child) > a {
  border-bottom: 1px solid #ECEAEF;
}

.catalog-accordion > ul > li > a {
  padding: 15px 40px 15px 20px;
  display: block;
  position: relative;
  font-weight: 500;
  color: inherit;
  font-size: 16px;
}

.catalog-accordion > ul > li:hover > a {
	color: #825296;
}
.catalog-accordion > ul > li > a:hover:after,
.catalog-accordion > ul > li > a.is--active:after {
  visibility: visible;
  opacity: 1;
}

.catalog-accordion > ul > li > a:after {
  background: #49134C;
  content: '';
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 3px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  
}

.catalog-accordion > ul.menu_aside > li > a {
	background:#F6F7FA;
}
.catalog-accordion > ul.menu_aside > li > a.active:after {
  background: #49134C;
  content: '';
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 3px;
  position: absolute;
  visibility: visible;
    opacity: 1;
}

.catalog-accordion ul ul li a.active{
	color: #49134C;
	font-weight:bold;
}

.catalog-accordion__dropdown:before {
  font: 10px 'icon';
  content: "\e902";
  position: absolute;
  right: 15px;
  color: #AFAFAF;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.catalog-accordion__dropdown.is--active:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.catalog-accordion ul ul {
  border-bottom: 1px solid #ECEAEF;
  display: none;
}

.catalog-accordion ul ul li {
 /* text-indent: 10px; */
}

.catalog-accordion ul ul li:not(:last-child) {
  margin-bottom: 20px;
}

.catalog-accordion ul ul li a {
  color: inherit;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  position: relative;
  display: block;
}

.catalog-accordion ul ul li a:before {
  background: #49134C;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  margin-top: 6px;
}

.catalog-accordion ul ul li a:hover {
 
  color: #49134C; color: #825296;
}


/* home banner-slider */
.home_banner_wrapper{
  max-width: 960px;
  background: #fff;
}
.home_banner{
  width: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
  height: 100%;
}
@media (min-width: 1199px) {
  .home_banner_wrapper{
    max-height: 277px;
    height: 277px;
  }
}
.home_banner_item{

}
.home_banner .slick-arrow{
  z-index: 1;
}
.home_banner .slick-prev{
  left: 15px !important;
}
.home_banner .slick-next{
  right: 15px !important;
}
.home_banner .slick-dots{
  bottom: 0px !important;
}
.home_banner .slick-slide img{
  width: 100%;
}

/* Proudct */

.product {
  background: white;
  padding: 20px;
  transition: box-shadow .3s;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product_variants_wrap{
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
  box-shadow: 0px 0px 10px rgba(64, 43, 90, 0.2);
}

.product__brand{

}

.product__thumb{
  text-align: center;
  margin-bottom: 6px;
}

.product__title {
  font-size: 14px;
  /* height: 60px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.product__price {
  margin: 15px 0 15px;
}

.product__badge {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 0 10px;
  font-weight: 500;
  margin-right: 5px;
  z-index: 2;
}

.product__badge--green {
  background: #89B763;
}

.product__badge--red {
  background: #CE7070;
}

.product__badge--purple {
  background: #825296;
}

.product__badge--aqua {
  background: #48A3C9;
}

.product__badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__advantage {
  min-height: 200px;
  padding: 25px 15px;
}

.product__advantage-title {
  margin: 15px 0;
}

.product-slider .slide-list {
  margin: -10px;
}

.product-slider .slick-slide {
  padding: 10px;
}

/* Price */

.price {
  font-size: 18px;
  font-weight: 900;
}

.price__cur {
  font-size: 14px;
  margin-left: 5px;
}

.price--lg {
  font-size: 28px;
  font-weight: 900;
}

.price--lg .price__cur {
  font-size: 18px;
}

.price--old {
  text-decoration: line-through;
  opacity: 0.5;
}

/* Counter */

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
}

.jsCounterBtn:disabled{
  cursor: default;
  opacity: .4;
}

.jsCounterInput {
  background: transparent;
  width: 30px;
  font-size: 13px;
  border: none;
  text-align: center;
  font-weight: bold;
}

/* Марджин */

.margin--bottom-5 {
  margin-bottom: 5px;
}

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

.margin--y-10 {
  margin: 10px 0;
}

.margin--y-20 {
  margin: 20px 0;
}

.margin--y-30 {
  margin: 30px 0;
}

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

.margin--top-20 {
  margin-top: 20px;
}

.margin--top-30 {
  margin-top: 30px;
}

.margin--left-5 {
  margin-left: 5px;
}

.margin--bottom-30 {
  margin-bottom: 30px;
}

.margin--bottom-20 {
  margin-bottom: 20px;
}

.m--y-auto {
  margin: 0 auto;
}

/* Images */

.img--responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Section */

section,
.section {
  margin-bottom: 30px;
}

.section__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.section__head {
  margin-bottom: 25px;
}

.section--theme-dark {
  background: red;
}

.section__text {
  margin-top: 30px;
}

/* Tab */

.tab__content {
  display: none;
  background: white;
}

.tab__content.is--show {
  display: block;
}

.tab__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__controls a {
  padding: 10px 15px;
  display: block;
  -webkit-transition: background .3s;
  transition: background .3s;
  height: 60px;
  background: #F7F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 35px;
  border-right: 1px solid  #E5E5E5;
  color: #49134C;
  font-weight: bold;
  min-width: 200px;
  position: relative;
}

.tab__controls a.is--active {
  background: white;
  color: inherit;
}

.tab__controls a.is--active:before {
  background: #49134C;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Dropdown */

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown__container {
  visibility: visible;
  opacity: 1;
  display: block
}

.dropdown:hover > .btn {
  background: #49134C;
  color: white;
}

.dropdown:hover > .btn i {
  color: white;
}

.dropdown__container {
  visibility: hidden;
  display: none;
  opacity: 0;
  padding-top: 20px;
  position: absolute;
  top: 100%;
  z-index: 3;
  right: 0;
}

.dropdown__container--full {
  left: 0;
  right: 0;
}

.dropdown__container--full > div {
  min-width: 100%;
}

.dropdown__content {
  background: white;
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -1px 24px -4px rgba(64, 43, 90, 0.2);
  box-shadow: 0px -1px 24px -4px rgba(64, 43, 90, 0.2);
  min-width: 230px;
  position: relative;
}

.dropdown__content:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -10px;
  right: 25px;
}

.dropdown__content:before {
  border-width: 0 10px 10px 10px;
}

/* Link  */

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
}

.link-mix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-mix:hover .link--decore {
  border-color: transparent;
}

.link-mix span span {
  display: block;
}

.link-mix span span:not(:last-child) {
  margin-bottom: 6px;
}

.link-mix__icon {
  margin-right: 10px;
}

.link--purple {
  color: #49134C;
}

.link--purple:hover {
  opacity: .8;
  color: #49134C;
}

.link--decore {
  border-bottom: 1px solid;
  -webkit-transition: .2s;
  transition: .2s;
}

.link--decore:hover {
  border-color: transparent;
}

.link--dark {
  color: inherit;
}

.link--dark:hover {
  color: #49134C;
}

.link--hover-decore {
  border-bottom: 1px solid transparent;
}

.link--hover-decore:hover {
  border-bottom-color: #49134C;
}

/* Accordion */

.accordion__title {
  font-size: 18px;
  margin-bottom: -1px;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid red;
  background: #ff4d4d;
}

.accordion__content {
  background: red;
  padding: 15px;
  display: none;
  position: relative;
}

.site-header .catalog-menu {
  position: absolute;
  left: 15px;
  display: none;
  max-width: 220px;
}


/* search */
.autocomplete-suggestions{
  overflow-y: auto;
  background-color: white;
  border: 1px solid #DCD2DD;
  margin-top: 3px;
  padding: 0px 10px;
}
.autocomplete-suggestions .autocomplete-suggestion{
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  min-height: 50px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.autocomplete-suggestions .autocomplete-suggestion:hover span{
  text-decoration: underline;
}
.autocomplete-suggestions .name{
  display: inline-block;
  width: 75%;
  font-size: 13px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-suggestions img{
  margin-right: 10px;
}
.autocomplete-suggestions .price {
  font-size: 12px;
  color: #49134C;
  padding-left: 10px;
  width: 90px;
}

/* Header */

.site-header {
  background: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  font-size: 14px;
}

.site-header__top {
  padding: 20px 0;
}

.site-header__bottom {
  padding: 20px 0;
  border-bottom: 1px solid #DCD2DD;
  border-top: 1px solid #DCD2DD;
}

.site-header .panel-col {
  padding: 10px 0;
}

.site-header__search{
  display: none;
}

.logo_image{
  max-width: 220px;
  max-height: 64px;
}

.site-header .container {
  position: relative;
}

.cart_informer > *{
  margin-right: 14px;
}

/* Site menu */

.site-menu {
  position: relative;
}

.site-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-menu ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.site-menu ul li:last-child a {
  border-right: none;
}

.site-menu ul a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: inherit;
  transition: 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-menu ul a:hover,
.site-menu ul a.is--show {
  color: #825296;
}

.site-menu__mobile-toggle {
  display: none;
}

.site-menu__close {
  display: none;
}

/* content */

/* Footer */

.site-footer {
  background: white;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.site-footer__logo {
  margin-bottom: 20px;
  display: block;
  max-width: 220px;
  max-height: 64px;
}

.site-footer__title {
  margin-bottom: 20px;
}

.site-footer__list a {
  margin-bottom: 10px;
  display: block;
  color: inherit;
}

.site-footer__list a:hover {
  color: #49134C;
}

@media (min-width: 575px) {
  .site-menu ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .hidden--xl {
    display: none !important;
  }

  .visible--xl {
    display: block !important;
  }
}

@media (min-width: 1300px) {
  .visible--xxl {
    display: none;
  }
}

@media (max-width: 1300px) {
  .hidden--xxl {
    display: none;
  }

  .flex-240-main--xxl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {

  /* Popup cart */
  .popup-cart-items img {
    min-width: 50px
  }
  .popup-cart-items td {
    padding: 10px;
  }
  .popup-cart-item-qty .qty-box{
    width: 130px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }

  .breadcrumb{
    overflow-x: scroll;
  }

  .align--lg-left {
    text-align: left;
  }

  .col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .flex-240-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .extra-350 {
    margin-top: 350px;
  }

  .pagination ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog-menu {
    position: absolute;
    top: 100%;
    margin: 0px !important;
    left: 0!important;
    right: 0;
    width: 100%;
	max-width: 100%!important;
    background-color: white;
  }

  .catalog-menu__dropdown span {
    background: #49134C;
  }

  .catalog-menu__dropdown span:before {
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .catalog-menu > ul .catalog-sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    position: static;
    width: 100%;
    margin: 0px !important;
  }

  .catalog-menu {
    display: none;
  }

  .catalog-menu > ul .catalog-sub-menu {
    padding: 0 15px !important;
    -webkit-transition: inherit;
    transition: inherit;
    display: none;
  }

  .catalog-menu > ul > li > a {
    height: 45px;
  }

  .catalog-menu > ul > li > ul {
    border-top: 1px solid #DCD2DD;
  }

  .catalog-menu > ul > li > ul > li:last-child > a {
    border: none;
  }

  .catalog-menu > ul > li > ul > li > a {
    height: inherit;
    padding: 5px 10px;
  }

  .catalog-menu > ul > li > ul > li ul {
    border-left: none !important;
  }

  .catalog-menu > ul > li > ul > li ul a {
    height: inherit;
    padding: 15px 10px;
  }

  .margin--bottom-lg-20 {
    margin-bottom: 20px;
  }

  .margin--bottom-lg-30 {
    margin-bottom: 30px;
  }

  .site-header__top {
    padding: 15px 0;
  }

  .site-header__bottom {
    padding: 15px 0;
  }

  .site-header__logo {
    max-width: 120px;
  }

  .site-footer .align--right {
    text-align: left;
  }

  .site-header__search {
    position: absolute;
    top: 100%;
    left: 0;z-index:99;
    right: 0;
    padding: 10px;
    background-color: white;
    display: none;
  }

}

@media (max-width: 767px) {
  .align--md-left {
    text-align: left;
  }

  .panel {
    padding: 15px !important;
  }

  .col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .form__input {
    font-size: 16px !important;
  }

  .product__mobile-trash {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .margin--y-md-15 {
    margin: 15px 0;
  }

  .margin--bottom-md-15 {
    margin-bottom: 15px;
  }

  .section__head {
    margin-bottom: 20px;
  }

  .tab__controls {
    display: block;
  }

  .tab__controls a {
    height: 40px;
    font-size: 14px;
    border: 1px solid  #E5E5E5;
    margin-bottom: 5px;
  }

  .tab__controls a.is--active {
    background-color: #49134C !important;
    color: white;
  }

  .tab__controls a.is--active:before {
    display: none;
  }

  /* Cart */
  .cart-purchases,
  .cart-purchases tbody,
  .cart-purchases tr,
  .cart-purchases td{
    display: block;
    border: none;
    padding: 0;
  }
  .cart-purchases tr{
    border: 1px solid #ebeef0;
    border-top: none;
    text-align: center;
    padding: 1rem 20px;
    position: relative
  }
  .cart-purchases-image{
    margin-bottom: 1rem;
  }
  .cart-purchases-name{
    margin-bottom: 1rem;
  }
  .cart-purchases-qty{
    margin-bottom: 1rem;
  }
  .cart-purchases-price{

  }
  .cart-purchases-price-total,
  .cart-purchases-price-unit{
    text-align: center
  }
  .cart-purchases-remove{
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}

@media (max-width: 640px) {
  /* Popup cart */
  .popup-cart-items,
  .popup-cart-items tbody,
  .popup-cart-items tr,
  .popup-cart-items td{
    display: block;
    border: none;
    padding: 0;
  }
  .popup-cart-items tr{
    border: 1px solid #ebeef0;
    border-top: none;
    text-align: center;
    padding: 1rem 20px;
    position: relative;
  }
  .popup-cart-item-image{
    margin-bottom: 1rem;
  }
  .popup-cart-item-name{
    margin-bottom: 1rem;
  }
  .popup-cart-item-qty{
    margin-bottom: 1rem;
  }
  .popup-cart-item-price{

  }
  .popup-cart-item-price-total,
  .popup-cart-item-price-unit{
    text-align: center
  }
  .popup-cart-item-remove{
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}

@media (max-width: 620px) {
  .site-menu__mobile-toggle {
    display: block;
  }

  .site-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 9;
    padding: 25px 15px !important;
    display: none;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .site-menu__close {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .site-menu.is--active {
    -webkit-transform: none;
    transform: none;
  }

  .site-menu ul {
    display: block !important;
  }

  .site-menu a {
    color: white;
    font-weight: bold;
    font-size: 18px !important;
    margin: 10px 0;
    display: block;
    border: 1px solid #49134C !important;
    padding: 10px 0;
  }

  .site-menu a.is--active {
    background: #49134C;
    color: white;
  }
}

@media (max-width: 575px) {
  .hidden--sm {
    display: none !important;
  }

  .visible--sm {
    display: block !important;
  }

  .col-20,.col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section__title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  /* Popup cart */
  .popup-cart-total-box {
    text-align: right;
  }
  .popup-cart-buttons {
    overflow: hidden;
  }
  .popup-cart-buttons a.btn {
    float: right;
    margin: 0;
  }
  .popup-cart-buttons button.btn {
    float: left;
    margin: 0;
  }


}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden--md {
    display: none !important;
  }

  .visible--md {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden--lg {
    display: none !important;
  }

  .visible--lg {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden--xl {
    display: none !important;
  }

  .visible--xl {
    display: block !important;
  }
}

.text h2,.section__title {
	color:#49134C;
}

.postblock-item {
	min-height:260px;
} 

.product_main_gallery {
	display: flex;
	justify-content: center;
	align-items: center;
}

.helper-marker {
    display: inline-flex;
    font-size: 1.25rem;
    color: #49134C;
    width: 2.25rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #49134C;
    border-radius: 50%;
}

.helper_radio {
    display: none;
}
.helper_radio + label {
	cursor: pointer;
}
.helper_radio + label > span {
    margin: 0;
    display: block;
    padding: 0.5rem;
	margin-top: 0.5rem;
    cursor: pointer;
    font-weight: 600;
	border-bottom: 2px solid transparent;
}
.helper_radio:checked + label > span {
    border-color: #49134c;
}
.helper_radio + label::before {
    content: '';
    width: 30px;
    border: 1px solid #DCD2DD;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 2rem;
	background-color: #fff;
}
.helper_radio + label::after {
    font: 15px 'icon' !important;
    background: #49134C;
    content: "\e912";
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    left: 2rem;
    color: white;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}
.helper_radio:checked + label::after {
    opacity: 1;
    visibility: visible;
}

.helper_radio + label img {
	max-width: 100%;
}
.center {
	text-align:center;
	justify-content: center;
}

.m100 {
	min-width:100%;
}
.m30 {
	min-width:30%;
}