.header__area-right .header-favourites::before {
  content: url('../img/ic/shop-cart.svg');
}
.header-wrapper.theme-dark .header__area-right .header-favourites::before, .mini-header-c--r .header-favourites::before {
  content: url('../img/ic/shop-cart--black.svg');
}

.header__area-right .header-inst {
    display: inline-block;
    vertical-align: baseline;
    -webkit-transition: opacity .15s ease-in-out 0s;
    transition: opacity .15s ease-in-out 0s;
}

.header__area-right .header-inst::before {
  content: url('../img/ic/inst_white.svg');
  margin: 0 0 0 15px;
  position: relative;
  top: 4px;
}
.mini-header-c--r .header-favourites::before {
	position: relative;
	top: 3px;
}
.mini-header-c--r .header-favourites {
	margin-left: 15px;
	display: inline-block;
	vertical-align: baseline;
}
.header__area-right .header-phone-item--whatsup {
  font-size: 18px;
}
.header__area-right .header-phone-item--whatsup::before {
  width: 23px;
  height: 23px;
}
.header-favourites__counter {
  font-size: 18px;
}
.gl-title {
  font-size: 18px;
  color: #636363;
  line-height: 1;
  margin-bottom: 0.3em;
  margin-top: 1.3em;
}
.gl-price {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
}
.gl-old-price {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin-left: .6em;
}
.gl-old-price::after {
  content: '';
  position: absolute;
  background: #000;
  height: 1px;
  left: -.2em;
  right: -.2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gl-tags {
  margin-top: 0.6125em;
}
.gl-col {
  margin-bottom: 35px;
}
.gl-col .favourite::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 21px;
  margin: -10px 0 0 -8px;
  background: url('../img/ic/shop-cart.svg') no-repeat center center;
  -webkit-transition: -webkit-transform .15s ease-in-out 0s;
  transition: -webkit-transform .15s ease-in-out 0s;
  -o-transition: transform .15s ease-in-out 0s;
  transition: transform .15s ease-in-out 0s;
  transition: transform .15s ease-in-out 0s, -webkit-transform .15s ease-in-out 0s;
}
.gl-col:hover .favourite {
  background: #000;
}
.gl-col .favourite:hover::after {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.modal-content__descr-link {
  font-weight: 300;
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  background: -webkit-gradient(linear, left top, right top, from(#E0E0E0), to(#E0E0E0)) repeat-x 0 100% / 1px 1px;
  background: -webkit-linear-gradient(left, #E0E0E0, #E0E0E0) repeat-x 0 100% / 1px 1px;
  background: -o-linear-gradient(left, #E0E0E0, #E0E0E0) repeat-x 0 100% / 1px 1px;
  background: linear-gradient(90deg, #E0E0E0, #E0E0E0) repeat-x 0 100% / 1px 1px;
}
.modal-content__descr-link:hover {
  color: rgba(0, 0, 0, 0.3);
}
.header__area-right .header-right-l-t {
  margin-bottom: 9px;
}
.mob-menu-contacts {
  display: none;
  width: 50px;
}
.mob-menu-contacts__ic::after {
  display: block;
  content: url('../img/ic/location.svg');
  margin: 0 0 0 15px;
  position: relative;
  top: 7px;
}
.mob-menu-inst__ic::after {
  display: block;
  content: url('../img/ic/inst.svg');
  margin: 0 0 0 15px;
  position: relative;
  top: 7px;
}
/*
.mob-menu-inst {
  display: none;
  width: 50px;
}
.mob-menu-inst__ic::after {
  display: block;
  content: url('../img/ic/location.svg');
  margin: 0 0 0 15px;
  position: relative;
  top: 7px;
}
*/
.header-wrapper.theme-dark .mob-menu-contacts__ic::after, .mini-header-c--l .mob-menu-contacts__ic::after {
  content: url('../img/ic/location--black.svg');
}
.header-favourites.header-favourites--mob-menu::before {
  background: url('../img/ic/shop-cart--black.svg') no-repeat center center;
  margin-top: -5px;
}
.form.mob-menu-search-form .mob-menu-search:focus {
  outline: none;
}
.header-favourites.header-favourites--mob-menu {
  padding: 15px 0 11px 0;
}

/* product cart */
.product-info {
  overflow: visible;
  padding-top: 1px;
}
.product-heading {
  margin: 15px 0;
}
.product-price {
  margin-bottom: 18px;
  height: auto;
}
.sharing-general {
  margin-bottom: 28px;
}
.product-footer {
  padding-top: 22px;
}
.product-delivery-info-link {
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  font-size: 16px;
  background: -webkit-linear-gradient(left, #B3B3B3 1px, #B3B3B3 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, #B3B3B3 1px, #B3B3B3 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, #B3B3B3 1px, #B3B3B3 1px) repeat-x 0 100% / 2px 1px;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
}
.product-delivery-info-link:hover {
  color: #B3B3B3;
}
.product-descriptions {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.product-spec__name {
  color: #6C6C6C;
  font-weight: 300;
}
.product-spec__value {
  color: #000;
}
.product-chapter {
  margin: 1.26em 0 0.265em;
}
.product-action__add-to-cart {
  width: 100%;
  text-align: center;
  font-weight: 500;
  display: block;
}
.product-action__add-to-cart .svg-icon {
  width: 15px;
  height: 17px;
  vertical-align: bottom;
  margin-right: 5px;
  color: currentColor;
}
.product-action__appointment {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 13px;
  padding-left: 0;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
}
.product-action__appointment:hover {
  color: #B3B3B3;
}
.product-action__appointment--text {
  font: inherit;
  background: -webkit-linear-gradient(left, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
}
.product-action__appointment .svg-icon {
  vertical-align: middle;
  height: 0.8em;
  width: 0.8em;
}
.product-action__appointment .location-ic {
  width: 20px;
  height: 26px;
  vertical-align: middle;
  margin-right: 3px;
}
.product-price__showed {
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: normal;
  position: static;
  left: auto;
  top: auto;
}
.product-old-price {
  color: #bbb;
  text-decoration: none;
  margin-left: 0.5em;
  position: relative;
}
.product-old-price::after {
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  background: #000;
  position: absolute;
  top: 0.65em;
}
.product-designer-label {
  margin: 20px 0 30px;
}
.product-colors {}
.product-colors__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.product-colors__item {
  display: block;
  text-align: center;
  margin-bottom: 21px;
}
.product-colors__item:not(:last-of-type) {
  margin-right: 13px;
}
.product-colors__form {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.product-color-control {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0.1;
  height: 1px;
  width: 1px;
  z-index: -1;
  top: -100px;
}
.product-color-label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 44px;
}
.product-color {
  width: 44px;
  height: 44px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background .15s ease-in-out 0s;
  -o-transition: background .15s ease-in-out 0s;
  transition: background .15s ease-in-out 0s;
  padding: 8px;
  background-clip: content-box;
  background-color: currentcolor;
}
.product-color::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  will-change: transform, opacity, filter;
  z-index: 0;
  color: inherit;
  border: 2px solid currentcolor;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out 0s, border-color .25s ease-out 0s, -webkit-filter .25s ease-out 0s, -webkit-transform .25s ease-out 0s;
  transition: opacity .25s ease-out 0s, border-color .25s ease-out 0s, -webkit-filter .25s ease-out 0s, -webkit-transform .25s ease-out 0s;
  -o-transition: opacity .25s ease-out 0s, filter .25s ease-out 0s, transform .25s ease-out 0s, border-color .25s ease-out 0s;
  transition: opacity .25s ease-out 0s, filter .25s ease-out 0s, transform .25s ease-out 0s, border-color .25s ease-out 0s;
  transition: opacity .25s ease-out 0s, filter .25s ease-out 0s, transform .25s ease-out 0s, border-color .25s ease-out 0s, -webkit-filter .25s ease-out 0s, -webkit-transform .25s ease-out 0s;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.product-color-label:hover .product-color::after {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.product-color-control:checked~.product-color::after {
  opacity: 1;
  border-color: #000;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.product-color-name {
  display: block;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  font-size: 16px;
  margin-top: 15px;
}
.product-colors__current {
  display: none;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  font-size: 16px;
  margin-top: 4px;
}
.product-colors__current-name {
  font-weight: normal;
  display: block;
}
.product-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.product-sizes__controls {
  margin-right: 20px;
}
.product-sizes-control {
  min-width: 240px;
  font-size: 16px;
  font-weight: 300;
}
.drop-down.invalid .drop-down-current {
  border-color: #EA0000;
}
.drop-down {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-sizes-control .drop-down-current {
  margin: 0;
  white-space: nowrap;
  padding-right: 30px;
  border: 2px solid #000;
}
.product-sizes-control .drop-down-list {
  left: 0;
  width: 100%;
  height: auto;
}
.drop-down-item[data-disabled] {
  cursor: default;
  pointer-events: none;
  color: #9d9d9d;
}
.product-sizes__table-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  background: -webkit-linear-gradient(left, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
}
.product-sizes__note {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, .7);
  margin-top: 5px;
}
.product-general {
  margin-bottom: 0;
}
.product {}
.product-view {
  padding-bottom: 45px;
}

/* follow-up */
.section.section--follow-up-products {
  margin-top: -25px;
  margin-bottom: 40px;
}
.section.section--follow-up-products .section-header.section-header--sub {
  padding-top: 0;
  border-top: 1px solid #EDEDED;
}
.gl--follow-up .gl-col {
  width: 25%;
}
.gl-title.gl-title--link {
  padding-right: 20px;
  line-height: 1.3;
}
.gl-title.gl-title--link::before {
  content: none;
}
.gl-title.gl-title--link .gl-title__text {
  display: inline;
  position: static;
  background: -webkit-gradient(linear, left top, right top, from(#E0E0E0), to(#E0E0E0)) repeat-x 0 90% / 1px 1px;
  background: -webkit-linear-gradient(left, #E0E0E0, #E0E0E0) repeat-x 0 90% / 1px 1px;
  background: -o-linear-gradient(left, #E0E0E0, #E0E0E0) repeat-x 0 90% / 1px 1px;
  background: linear-gradient(90deg, #E0E0E0, #E0E0E0) repeat-x 0 90% / 1px 1px;
}

/* cart */
.section.section--cart {}
.cart-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}
.cart-layout__wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.cart-form .cart-layout__wide {
  min-height: 140px;
}
.cart-layout__narrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  position: relative;
  margin-top: -0.2em;
}
.cart-heading {
  margin: 20px 0 25px;
}
.cart-heading__title {
  font-family: 'LeksaPro';
  font-size: 70px;
  line-height: 1;
  font-style: italic;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cart-heading__title {
    font-size: 65px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 680px) {
  .cart-heading__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-heading__title {
    font-size: 40px;
    margin-top: 3px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .cart-heading__title {
    font-size: 35px;
  }
}
.cart-form {}
.cart-form-holder {
  position: relative;
}
.cart-form-clear {
  text-decoration: none;
  display: inline;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  white-space: nowrap;
  background: -webkit-linear-gradient(left, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, #B3B3B3 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, .4);
  font-weight: 300;
  font-family: inherit;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 25px;
  padding: 0;
}
.cart-form-clear:hover {
  color: rgba(0, 0, 0, .75);
}
.cart-form-clear .cart-form-clear:hover, .cart-form-clear:focus, .cart-form-clear:active {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-summary {
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}
.cart-summary__text {
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 15px;
}
.cart-summary__counter {}
.cart-summary__cost {
  line-height: 1;
  font-size: 48px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 200;
}
.cart-summary__value {}
.cart-actions {}
.cart-action {
  text-align: center;
  line-height: 33px;
}
.cart-action+.cart-action {}
.cart-action__button {
  display: block;
  width: 100%;
  outline: none;
  font-family: inherit;
}
.cart-items {}
.cart-items-list {
  border-bottom: 1px solid #EDF0F2;
}
.cart-items-list__item {
  border-top: 1px solid #EDF0F2;
}
.cart-items-list__item {
  margin-top: 2px;
}
.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1px;
  margin-top: -1px;
  position: relative;
}
.cart-item__image {
  display: block;
  width: 85px;
  overflow: hidden;
}
.cart-item__image-img {
  min-height: 110px;
  max-width: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item__name {
  display: block;
  font-weight: 300;
  line-height: 17px;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cart-item__group {}
.cart-item__size {
  width: 130px;
  margin-right: auto;
  float: left;
}
.cart-item__size-control {}
.cart-item__size-control .drop-down-current {
  border-width: 2px;
  border-color: #000;
  margin-left: 0;
}
.cart-item__size-control .drop-down-list {
  left: 0;
  width: 100%;
  height: auto;
}
.drop-down-invalid-helper {
  font-weight: 300;
  line-height: 63px;
  font-size: 14px;
  color: #E80000;
  position: absolute;
  -webkit-transition: opacity .15s ease-in-out 0s;
  -o-transition: opacity .15s ease-in-out 0s;
  transition: opacity .15s ease-in-out 0s;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: 0.4em;
  line-height: 1;
}
.cart-item__size-control.invalid .drop-down-invalid-helper {
  opacity: 1;
}
.cart-item__color {
  margin-left: 30px;
  float: right;
}
.cart-item__group {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: flow-root;
  min-width: 245px;
  margin-left: 0;
}
.cart-item__group--options {
  margin-right: 25px;
}
.cart-item__count {
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px;
  margin-right: 30px;
  float: left;
}
.cart-item-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-weight: 300;
  line-height: 1;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
}
.cart-item-counter__control {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  border: none;
  background: none;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  font: inherit;
  color: #000;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
button.cart-item-counter__control {
  cursor: pointer;
  width: 40px;
  min-width: 40px;
  height: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cart-item-counter__control:hover, .cart-item-counter__control:focus, .cart-item-counter__control:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.cart-item-counter__control:hover {
  color: rgba(0, 0, 0, .3);
}
button.cart-item-counter__control[disabled] {
  color: rgba(0, 0, 0, .15);
  cursor: default;
  pointer-events: none;
}
.cart-item-counter__control .svg-icon {
  fill: none;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 50%;
  stroke: currentColor;
  color: inherit;
}
input.cart-item-counter__control {}
.cart-item-counter__value {
  all: inherit;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  border: none;
  background: none;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  font: inherit;
  color: #000;
  position: relative;
  text-align: inherit;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.cart-item-counter__control--add {
  margin-left: 0;
}
.cart-item-counter__control--add .svg-icon {
  margin: -8px 0 0 -8px;
}
.cart-item-counter__control--remove {}
.cart-item-counter__control--remove .svg-icon {
  margin: 0px 0 0 -8px;
}
.cart-item-counter__control--value {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  width: 40px;
}
.cart-item__cost {
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  float: right;
}
.cart-item__remove {}
.cart-item-remove {
  display: block;
  border: none;
  cursor: pointer;
  background: none;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  color: rgba(0, 0, 0, .2);
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 0 0 -10px;
}
.cart-item-remove:hover, .cart-item-remove:focus, .cart-item-remove:active {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-item-remove:hover {
  color: rgba(0, 0, 0, .7);
}
.cart-item-remove .svg-icon {
  fill: currentcolor;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cart-item__color {
  width: 120px;
}
.cart-item__color-control {
  line-height: 1;
  white-space: normal;
  padding-top: 0;
}
.cart-item__color-label {
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: 14px;
  color: #787878;
  display: block;
}
.cart-item__color-value {
  display: block;
  position: relative;
  padding-left: 18px;
}
.cart-item__color-dot {
  border-radius: 50%;
  background: currentcolor;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-item__color-name {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}
.cart-empty {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

/* checkout */
.checkout-content .cart-heading .cart-layout__wide {
  max-width: calc(100% - 345px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-content .cart-heading .cart-layout {
  display: block;
}
.checkout-content .cart-heading {
  margin-top: 35px;
  margin-bottom: 25px;
}
.checkout-form {}
.checkout-go-back {
  text-decoration: none;
  display: inline;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  white-space: nowrap;
  background: -webkit-linear-gradient(left, #E1E1E1 1px, transparent 1px) repeat-x 0 100% / 1px 1px;
  background: -o-linear-gradient(left, #E1E1E1 1px, transparent 1px) repeat-x 0 100% / 1px 1px;
  background: linear-gradient(90deg, #E1E1E1 1px, transparent 1px) repeat-x 0 100% / 1px 1px;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
  font-weight: 300;
  font-family: inherit;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 0;
  position: relative;
  margin-bottom: 5px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  margin-top: auto;
}
.checkout-go-back:hover {
  color: rgba(0, 0, 0, 0.46);
}
.checkout-go-back .checkout-go-back:hover, .checkout-go-back:focus, .checkout-go-back:active {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-go-back .svg-icon {
  width: 0.8em;
  height: 0.8em;
  -webkit-transform: scale(-0.8);
      -ms-transform: scale(-0.8);
          transform: scale(-0.8);
  position: absolute;
  left: -1em;
  top: 0.1em;
}
.checkout {
  border: 1px solid #eaedf0;
  padding: 35px 48px 35px 48px;
}
.checkout-subtitle {
  font-weight: 300;
  line-height: 47px;
  font-size: 28px;
  display: block;
  color: #000;
  margin-bottom: 15px;
}
.checkout .input-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 20px;
}
.checkout .checkout-subtitle+.input-holder {
  margin-top: 0;
}
.checkout .input,
.checkout .textarea-regular {
  width: 100%;
  max-width: 475px;
  resize: none;
}
.checkout textarea.textarea-regular {
  height: 120px;
  -webkit-transition: opacity .15s ease-in-out 0s, padding .15s ease-in-out 0s, border .15s ease-in-out 0s, height .15s ease-in-out 0s;
  -o-transition: opacity .15s ease-in-out 0s, padding .15s ease-in-out 0s, border .15s ease-in-out 0s, height .15s ease-in-out 0s;
  transition: opacity .15s ease-in-out 0s, padding .15s ease-in-out 0s, border .15s ease-in-out 0s, height .15s ease-in-out 0s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout textarea.textarea-regular:not(.is-active) {
  height: 0;
  padding: 0;
  border-width: 0;
  opacity: 0;
  pointer-events: none;
}
.checkout .input-holder+.checkout-subtitle {
  margin-top: 40px;
}
.checkout .input-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  color: rgba(0, 0, 0, .5);
  margin-top: 11px;
  min-width: 160px;
}
.checkout .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
}
.checkout .input-subwrapper {}
.checkout .input-subwrapper .input-radio-group {}
.checkout .input-radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 43px;
  position: relative;
  -webkit-transition: padding-bottom .15s ease-in-out 0s, margin-bottom .15s ease-in-out 0s;
  -o-transition: padding-bottom .15s ease-in-out 0s, margin-bottom .15s ease-in-out 0s;
  transition: padding-bottom .15s ease-in-out 0s, margin-bottom .15s ease-in-out 0s;
}
.checkout .input-radio {
  font-weight: 300;
  line-height: inherit;
  font-size: 18px;
  position: relative;
  margin-right: 32px;
}
.checkout .input-radio:last-of-type {
  margin-right: 0;
}
.checkout .radio-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  left: -10px;
}
.checkout .radio-label {
  display: block;
  position: relative;
  padding-left: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
}
.checkout .radio-label::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  border: 1px solid #cacaca;
  -webkit-transition: border .15s ease-in-out 0s;
  -o-transition: border .15s ease-in-out 0s;
  transition: border .15s ease-in-out 0s;
}
.checkout .radio-label:hover::before {
  border-color: #000;
}
.radio-input:checked+.radio-label::before {
  border: 7px solid #000;
}
.checkout input[type="tel"] {
  max-width: 230px;
}
.checkout .input--select-box {}
.checkout .selectize-control.input {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 0;
  outline: none;
  color: inherit;
  font: inherit;
  border: none;
  border-radius: 0;
  height: 43px;
  padding: 0;
  border: 1px solid #ececec;
  background: #fff;
  -webkit-transition: background-color .15s ease-in-out 0s, color .15s ease-in-out 0s, border-color .15s ease-in-out 0s;
  -o-transition: background-color .15s ease-in-out 0s, color .15s ease-in-out 0s, border-color .15s ease-in-out 0s;
  transition: background-color .15s ease-in-out 0s, color .15s ease-in-out 0s, border-color .15s ease-in-out 0s;
  resize: none;
  width: 100%;
  max-width: 475px;
}
.selectize-input>input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: -3px 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: opacity .15s ease-out 0s;
  -o-transition: opacity .15s ease-out 0s;
  transition: opacity .15s ease-out 0s;
  height: 43px !important;
  float: none;
}
.selectize-input .item {
  height: 43px;
  margin-top: -2px;
  line-height: 43px;
  display: inline-block;
}
.checkout .selectize-dropdown {
  background: #fff;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
  max-height: 228px;
  overflow: hidden;
  display: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.checkout .selectize-dropdown {
  -webkit-animation: dropDownFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
          animation: dropDownFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
  visibility: visible;
  pointer-events: auto;
  display: block;
  opacity: 1;
  padding: 10px 0;
}
@-webkit-keyframes dropDownFadeInDown {
  from {
    opacity: 0;
    padding: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    padding: 10px 0;
    -webkit-transform: none;
            transform: none
  }
}
.selectize-dropdown-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 228px;
}
.selectize-dropdown-content>div {
  padding: 6px 45px 6px 20px;
  line-height: 1.2;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
}
.selectize-dropdown-content>div.active,
.selectize-dropdown-content>div:hover {
  color: #fff;
  background: #000;
}
.selectize-dropdown-content>div span {
  display: inline;
}
.selectize-input {
  font: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 2px 15px 0;
  cursor: text;
  white-space: nowrap;
}
.selectize-input>* {
  display: -moz-inline-stack;
  opacity: 1 !important;
}
.checkout-add-comment-button {
  text-decoration: none;
  display: inline;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
  font-family: inherit;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  margin-bottom: 20px;
}
.checkout-add-comment-button:hover {
  color: rgba(0, 0, 0, .5);
}
.checkout-delivery-text {
  text-decoration: none;
  display: inline-block;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: default;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
  font-family: inherit;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
  margin-left: 20px;
}
.checkout-delivery-text .svg-icon {
  width: 14px;
  height: 18px;
  stroke: currentcolor;
  fill: none;
  position: absolute;
  left: -20px;
  top: 0px;
}
.checkout-choice-delivery-point {
  cursor: pointer;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
}
.checkout-choice-delivery-point:hover {
  color: rgba(0, 0, 0, .5);
}
.checkout-choice-delivery-point+.checkout-choice-delivery-point {
  margin-left: 10px;
}
.checkout-delivery-point-result {
  display: block;
}
.checkout [data-is="checkout-delivery-address"],
.checkout [data-is="checkout-payment-method"],
.checkout [data-is="delivery-details"] {
  display: none;
  overflow: hidden;
}
.checkout [data-is="checkout-delivery-point-result"][data-for="selected"] {
  display: none;
}
.cart-details {
  margin-bottom: 25px;
  margin-top: -5px;
}
.cart-details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-weight: 300;
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 13px;
}
.cart-details-list::after {
  content: '';
  position: absolute;
  height: 1px;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0.73em;
  background: -webkit-linear-gradient(left, #808080 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: -o-linear-gradient(left, #808080 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
  background: linear-gradient(90deg, #808080 1px, transparent 1px) repeat-x 0 100% / 2px 1px;
}
.cart-details-list__name {
  position: relative;
  background: #fff;
  z-index: 1;
  position: relative;
  padding-right: 0.5em;
}
.cart-details-list__name-inner {}
.cart-details-list__value {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 0.5em;
  font-weight: normal;
}
.cart-summary-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  will-change: position, opacity;
  padding-left: 70px;
  width: 100%;
}
.input-holder .input-radio-group.wrong+.input-placeholder.input-placeholder--error,
.input.input--select-box.wrong+.input-placeholder.input-placeholder--error,
.input-radio-group.wrong+.input-placeholder.input-placeholder--error {
  max-height: 2em;
  opacity: 1;
}
.input-holder .input-radio-group::before,
.input-holder .input-radio-group::after {
  content: '';
  border: #D53A3C solid 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out 0s;
  -o-transition: opacity .15s ease-in-out 0s;
  transition: opacity .15s ease-in-out 0s;
}
.input-holder .input-radio-group::before {
  border-bottom-width: 1px;
}
.input-holder .input-radio-group::after {
  height: 5px;
  left: 0;
  right: 0;
  border-left-width: 1px;
  border-right-width: 1px;
}
.input-holder .input-radio-group.wrong::before,
.input-holder .input-radio-group.wrong::after {
  opacity: 1;
}
.checkout .input-subwrapper .input-radio-group.wrong {
  padding-bottom: 7px;
  margin-bottom: 4px;
}
[data-is="checkout-choice-delivery-point"].wrong+.input-placeholder.input-placeholder--error {
  max-height: 2em;
  opacity: 1;
}
[data-is="checkout-choice-delivery-point"] {
  -webkit-transition: color .15s ease-in-out 0s, margin-bottom .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, margin-bottom .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, margin-bottom .15s ease-in-out 0s;
}
[data-is="checkout-choice-delivery-point"].wrong {
  margin-bottom: 4px;
}
[data-is="delivery-info"] {
  display: none;
}

/* success checkout result */
.section.section-success {
  border-top: 1px solid #edf0f2;
  background: transparent url('/media/img/checkout-success-bg.png') no-repeat center 55px / 120px auto;
  padding-top: 100px;
}
.section-header.success-title {
  font-family: 'LeksaPro';
  font-style: italic;
  font-size: 4.375em;
  line-height: 1;
  margin-top: 64px;
}
.success-wrapper {
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.success-descr {
  margin: 45px auto 55px;
  line-height: 1.5;
  font-size: 18px;
}
.success-descr strong {
  font-weight: 400;
  white-space: nowrap;
}
.success-go-home, .cart-empty-go-home {
  font-size: 25px;
  position: relative;
  -webkit-transition: color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#C4C4C4), to(#C4C4C4)) repeat-x 0 1.26em / 100% 1px;
  background: -webkit-linear-gradient(#C4C4C4, #C4C4C4) repeat-x 0 1.26em / 100% 1px;
  background: -o-linear-gradient(#C4C4C4, #C4C4C4) repeat-x 0 1.26em / 100% 1px;
  background: linear-gradient(#C4C4C4, #C4C4C4) repeat-x 0 1.26em / 100% 1px;
  position: relative;
}
.success-go-home .svg-icon.button-arr-ic,
.cart-empty-go-home .svg-icon.button-arr-ic {
  vertical-align: middle;
  position: absolute;
  top: 0.56em;
  left: 100%;
  margin-left: 0.2em;
  -webkit-transform: scale(0.73);
      -ms-transform: scale(0.73);
          transform: scale(0.73);
}
.success-go-home:hover,
.cart-empty-go-home:hover {
    color: #b2b2b2;
}
.cart-empty-go-home {
  display: inline-block;
  margin-right: 10px;
}


/* sizes tables */

.spreader-container--sizes-table {
  width: 684px;
  max-width: 100%;
}

.sizes-table-modal {
    margin-bottom: 40px;
}

.modal-content__heading {}
.modal-content__descr {}

.sizes-table-w {
  position: relative;
  width: 100%;
}
.sizes-table-w + .sizes-table-w {
  margin-top: 40px;
}
.sizes-table-h {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.3em;
}
.sizes-table {
  width: 100%;
  table-layout: fixed;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.sizes-table-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-transition: border .15s ease-in-out 0s, background .15s ease-in-out 0s;
  -o-transition: border .15s ease-in-out 0s, background .15s ease-in-out 0s;
  transition: border .15s ease-in-out 0s, background .15s ease-in-out 0s;
  background: transparent;
}
.sizes-table-body .sizes-table-r:first-child {
  border-top: 1px solid #E8E8E8;
}
.sizes-table-body .sizes-table-r:hover {
  background: #F4F4F4;
  border-top-color: transparent;
}

.sizes-table-c {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font: inherit;
  text-align: inherit;
  padding: 18px 0;
  /* min-width: 75px; */
}
.sizes-table-c:first-child {
  font-weight: 500;
}

.sizes-table-header {
  font-size: 14px;
}
.sizes-table-header th {/* padding-right: 10px; *//* padding-left: 10px; */}
.sizes-table-body {
    font-size: 18px;
}

.sizes-table-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.sizes-table-text {
  padding-right: 11%;
  -webkit-box-flex: 1;
      -ms-flex: 1 2 auto;
          flex: 1 2 auto;
  font-weight: 300;
}
.sizes-table-text p {
  margin-top: 1.1em;
}
.sizes-table-image {
  -webkit-box-flex: 3;
      -ms-flex: 3 2 auto;
          flex: 3 2 auto;
}

.sizes-table-modal--kids {}
.sizes-table-modal--kids .sizes-table-c {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
}

.sizes-table-overflow {}
.sizes-table-overflow-holder {}
.sizes-table-shade {
  display: none;
}

/* sizes popover */
.product-sizes-popover {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 25px 95px rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 95px rgba(0, 0, 0, 0.3);
  max-width: 290px;
  z-index: 2;
  display: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  white-space: normal;
}

.product-sizes-popover.open {
  -webkit-animation: dropDownFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
          animation: dropDownFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
  visibility: visible;
  pointer-events: auto;
  display: block;
  opacity: 1;
}

[data-sizes-control] .drop-down.open ~ .product-sizes-popover.open {
  display: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.product-sizes-popover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 13px;
  border-width: 13px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
.product-sizes-popover__inner {
  color: #000;
  font-weight: 300;
  line-height: 19px;
  font-size: 16px;
  padding: 25px 35px 20px 30px;
}
.product-sizes-popover__span {
  margin-bottom: 0.9em;
  display: block;
}
.product-sizes-popover__span:last-child {
  margin-bottom: 0;
}
.product-sizes-popover__tel {
  white-space: nowrap;
  display: inline-block;
}
.product-sizes-popover__close {
  position: absolute;
  z-index: 1;
  width: 37px;
  height: 38px;
  padding: 11px;
  top: 0;
  right: 0;
}
.product-sizes-popover__close .svg-icon {
  fill: rgba(0, 0, 0, 0.2);
  width: 15px;
  height: 15px;
}
.product-sizes-popover__close:hover .svg-icon {
  fill: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 1380px) {
  .cart-item__remove {
    position: absolute;
    z-index: 1;
    right: -12px;
    top: 0;
  }
  .cart-item__cost {
    text-align: right;
    width: 120px;
  }
  .cart-item__count {
    margin-right: 0;
  }
  .cart-item__group {
    margin-left: auto;
    margin-right: 0;
  }
  .cart-layout {
    display: block;
  }
  .cart-summary__text {}
  .cart-layout__narrow {
    margin-top: 35px;
  }
  .cart-actions {
    margin-left: 35px;
  }
  .cart-item__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }
  .cart-item__group--options {
    margin-right: 35px;
  }
  .cart-item__size {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .cart-item__color {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 35px;
  }
  .checkout-form .cart-details {
    margin-right: auto;
    margin-top: 0;
    margin-left: 35px;
    min-width: 260px;
  }
  .checkout-content .cart-heading .cart-layout__wide {
    max-width: 100%;
  }
  .cart-summary-holder {
    position: static;
    padding-left: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .gl--follow-up .gl-col {
    width: 33.333%;
  }
  .gl--follow-up .gl-col:not(:nth-of-type(-n+3)) {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .product-sizes-control {
    min-width: 180px;
  }
  .gl-col .gl-title {
    font-size: 18px;
    margin-top: 1em;
  }
  button.cart-item-counter__control {
    border: 1px solid #E8E8E8;
  }
  .cart-item-counter__control--value {
    width: 38px;
  }
  .cart-item__group {
    min-width: auto;
    white-space: nowrap;
  }
  .cart-item__group--options {
    min-width: 235px;
    margin-right: 25px;
  }
  .cart-item__color {
    margin-left: 15px;
  }
  .cart-item__count,
  .cart-item__cost {
    float: none;
    display: inline-block;
  }
  .cart-item__cost {
    width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-colors__current {
    display: inline-block;
  }
  .product-colors__list {
    float: right;
  }
  .product-color-name {
    display: none;
  }
  .product-color-label {
    min-width: auto;
    padding: 0;
  }
  .product-colors__item {
    margin-bottom: 16px;
  }
  .product-colors__item:not(:last-of-type) {
    margin-right: 0px;
  }
  .product-price {
    text-align: left;
    border-top: none;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .product-sizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .product-sizes__controls {
    margin-right: 0;
  }
  .product-sizes-control {
    margin-bottom: 10px;
    min-width: auto;
  }
  .product-sizes .product-sizes-popover {
    margin-top: -10px;
  }
  .cart-item {
    padding: 20px 5px 30px 125px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: block;
  }
  .cart-item__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 95px;
  }
  .cart-item__image-img {
    max-height: 100%;
    min-height: auto;
    width: 100%;
    height: 100%;
  }
  .cart-item__name {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 18px;
    display: block;
  }
  .cart-item__group--options {
    margin: 0;
    min-width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-item__size {
    margin-right: 20px;
  }
  .cart-item__color {
    width: auto;
    margin-left: 0;
    margin-right: 15px;
  }
  .cart-item__remove {
    right: -5px;
  }
  .cart-form-clear {
    margin-bottom: 30px;
  }
  .cart-item__cost {
    margin-left: auto;
    line-height: 43px;
  }
  button.cart-item-counter__control {
    height: 43px;
  }
}
@media only screen and (max-width: 890px) {
  .gl--follow-up .gl-col {
    width: 50%;
  }
  .gl--follow-up .gl-col:not(:nth-of-type(-n+2)) {
    display: none;
  }
  .checkout-form .cart-summary-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout-form .cart-summary {
    width: 100%;
  }
  .checkout-form .cart-details {
    margin-left: 0;
  }
  .checkout-content .cart-heading .cart-layout__wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .checkout-go-back {
    margin-left: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .header-menu .header-menu__title,
  .header__area-right .header-appointment {
    font-size: 23px;
  }
  .product-view {
    padding-bottom: 30px;
  }
  .cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    min-height: 125px;
    padding-bottom: 19px;
  }
  .cart-item__group {
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
  }
  .cart-item__group--options {
    margin-bottom: 10px;
  }
  .cart-item__image {
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .cart-item__image-img {
    width: 100%;
    height: auto;
  }
  .drop-down-invalid-helper {
    margin-top: 0.2em;
    font-size: 0.8em;
    position: static;
    display: block;
  }
  .cart-empty {
    font-size: 1.2em;
  }
  .cart-empty-go-home {
    font-size: 1.2em;
    white-space: nowrap;
  }
  .checkout .input-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0;
  }
  .checkout .input-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout .input, .checkout .textarea-regular {
    max-width: 100%;
  }
  .section-header.success-title {
    font-size: 55px;
  }
  .mini-header-menu.mini-header-menu--dresses {
    padding-right: 20px;
  }
  .mini-header-menu::after,
  .mini-header-menu.mini-header-menu--access::after {
    right: 5px;
  }
  .mini-header-menu.mini-header-menu--access {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .header__area-right .header-right-l-t {
    display: block;
    margin-bottom: 0;
  }
  .header__area-right .header-phone-item--whatsup {
    display: none;
  }
  .header__area-right .header-favourites {
    line-height: 54px;
  }
  .mob-menu-contacts,
  .mob-menu-toggler {
    display: inline-block;
    line-height: 54px;
    height: 54px;
    vertical-align: middle;
  }
  .mob-menu-toggler__ic {
    top: 25px;
  }
  .header-wrapper.theme-dark .header__area-mid {
    border-top: 1px solid #edf0f2;
    margin: 0 -25px;
  }
  .header-wrapper.theme-dark .header__logo {
    margin-bottom: 22px;
  }
  .product-colors {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 16px;
  }
  .product-action__appointment {
    margin-top: 0;
    margin-bottom: 13px;
  }
  .product-sizes {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .product-descriptions {
    margin-bottom: 0;
  }
  .product-footer {
    padding-top: 0;
    border-top: none;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .product-visual-img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
  }
  .section.section--follow-up-products {
    margin-bottom: 20px;
  }
  .cart-items-list {
    margin: 0 -25px;
  }
  .cart-item__image {
    width: 70px;
    left: 13px;
    top: 13px;
    bottom: 13px;
  }
  .cart-item__image-img {}
  .cart-item__name {
    margin-bottom: 12px;
  }
  .cart-item {
    padding: 18px 13px 18px 100px;
  }
  .cart-item__group {
    width: 100%;
    white-space: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .cart-item__cost {
    width: auto;
    float: right;
  }
  .cart-item__size {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 13px;
  }
  .cart-item__color {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .cart-item__color-control {
    margin-left: 0;
  }
  .cart-form-clear {
    margin-bottom: 30px;
  }
  .checkout {
    border-left: 0;
    border-right: 0;
    margin: 0 -25px;
    padding: 0 25px 30px;
  }
  .checkout-go-back {
    margin-bottom: 10px;
    margin-top: -10px;
    margin-left: auto;
  }
  .checkout-content .cart-heading .cart-layout__wide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    text-align: center;
  }
  .checkout-content .cart-heading .cart-heading__title {
    margin-bottom: 0;
    font-size: 34px;
  }
  .checkout-content .cart-heading {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .checkout-subtitle {
    font-size: 24px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .header-wrapper.theme-dark .header__area-mid {
    margin: 0 -15px;
    padding-top: 22px;
  }
  .gl--follow-up .gl-col {
    width: 100%;
  }
  .gl--follow-up .gl-col:nth-of-type(-n+3) {
    display: block;
  }
  .cart-actions {
    margin-left: 0;
  }
  .cart-summary-holder {
    display: block;
  }
  .cart-form-clear {
    display: none;
  }
  .section.section-success {
    background-size: 100px auto;
    background-position: center 30px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .mob-menu-toggler {
    font-size: 0;
    padding-right: 9px;
  }
  .header__area-right {
    padding-right: 0;
    margin-right: -15px;
  }
  .header__area-right .header-favourites {
    padding-right: 15px;
    padding-left: 5px;
  }
  .header-wrapper.theme-dark .header__area-mid {
    margin: 0 -15px;
    padding-top: 12px;
  }
  .header-wrapper.theme-dark .header__logo {
    margin-bottom: 12px;
  }
  .header-wrapper.theme-dark .mob-menu-contacts {
    border-left: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
  }
  .header-wrapper.theme-dark .header-favourites:not(.header-favourites--mob-menu) {
    border-left: 1px solid #edf0f2;
  }
  .product-colors,
  .product-sizes {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-sizes {
    padding-bottom: 12px;
  }
  .cart-item .product-sizes-popover {
    left: 13px;
    right: 13px;
    max-width: 100%;
  }
  .product-sizes-popover::before {
    left: 100px;
  }
  .cart-items-list {
    margin: 0 -15px;
  }
  .cart-item__size,
  .cart-item__color {
    width: 100%;
    margin-left: 0;
    margin-bottom: 13px;
    margin-right: 0;
  }
  .cart-item__color {
    margin-top: 2px;
    margin-bottom: 12px;
  }
  .cart-item__color-control {
    margin-top: 0;
  }
  .drop-down-invalid-helper {
    margin-top: 0.5em;
    margin-bottom: -0.2em;
    display: none;
    opacity: 1;
  }
  .cart-item__group--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: row wrap;
    margin-bottom: 13px;
  }
  .checkout {
    border-left: 0;
    border-right: 0;
    margin: 0 -15px;
    padding: 0 15px 20px;
  }
  .section-header.success-title {
    font-size: 40px;
    margin-top: 50px;
  }
  .success-descr {
    margin: 35px auto 25px;
  }
  .mob-menu-contacts__ic::after {
    top: 10px;
  }
  .sizes-table-overflow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sizes-table-overflow-holder {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sizes-table-shade {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 40px;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #fff), to(transparent));
    background: -webkit-linear-gradient(right, #fff 10%, transparent 100%);
    background: -o-linear-gradient(right, #fff 10%, transparent 100%);
    background: linear-gradient(270deg, #fff 10%, transparent 100%);
  }
  .sizes-table {
    width: auto;
    max-width: none;
  }
  .sizes-table-text {
    padding-right: 20px;
  }
  .sizes-table-c {
    min-width: 85px;
  }
  .sizes-table-r {
    padding-right: 20px;
  }
  .modal-content__heading {
    padding-right: 50px;
  }
}

.section--follow-up-products .gl-tags {
	display: none !important;
}

.stuff-to-preload {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255, 255, 255, 0.6);
    display: none;
    z-index: 10000;
}

.preloader{
    position: relative;
    width:0px;
    height:0px;
    top:50%;
    left:50%;
    -webkit-animation: spin 1s  infinite ease-in-out;
    -moz-animation: spin 1s  infinite ease-in-out;
    -o-animation: spin 1s  infinite ease-in-out;
}

.preloader .ball{
    position: absolute;
    width:20px;
    height:20px;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left: -10px;
    border-radius: 50%;
    background-color: black;
}

.preloader .ball-a{
    -webkit-animation: hTop 1s  infinite ease-in-out;
    -moz-animation: hTop 1s  infinite ease-in-out;
    -o-animation: hTop 1s  infinite ease-in-out;
}

.preloader .ball-b{
    -webkit-animation: vTop 1s  infinite ease-in-out;
    -moz-animation: vTop 1s  infinite ease-in-out;
    -o-animation: vTop 1s  infinite ease-in-out;
}

.preloader .ball-c{
    -webkit-animation: hBot 1s  infinite ease-in-out;
    -moz-animation: hBot 1s  infinite ease-in-out;
    -o-animation: hBot 1s  infinite ease-in-out;
}

.preloader .ball-d{
    -webkit-animation: vBot 1s  infinite ease-in-out;
    -moz-animation: vBot 1s  infinite ease-in-out;
    -o-animation: vBot 1s  infinite ease-in-out;
}

@-webkit-keyframes hTop {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(20px, 20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-webkit-keyframes vTop {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(-20px, 20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-webkit-keyframes hBot {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(20px, -20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-webkit-keyframes vBot {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(-20px, -20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-moz-keyframes hTop {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(20px, 20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-moz-keyframes vTop {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(-20px, 20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-moz-keyframes hBot {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(20px, -20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-moz-keyframes vBot {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(-20px, -20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-o-keyframes hTop {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(20px, 20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-o-keyframes vTop {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(-20px, 20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-o-keyframes hBot {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(20px, -20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-o-keyframes vBot {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(-20px, -20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(178deg);}
}

 @-moz-keyframes spin {
    from { -moz-transform:  rotate(0deg);}
    to { -moz-transform:  rotate(89deg);}
 }

 @-o-keyframes spin {
    from { -o-transform:  rotate(0deg);}
    to { -o-transform:  rotate(89deg);}
 }

 .mob-menu-inst__ic.inst_white {
	 display: none;
 }

.app-link {
	display: none;
}

@media only screen and (max-width: 680px) {

 	.mob-menu-inst__ic.inst_white {
		 display: inline-block;
 	}

	.mob-menu-inst__ic.inst_white::after {
		display: block;
		content: url('../img/ic/inst_white.svg');
		margin: 0 0 0 15px;
		position: relative;
		top: 7px;
	}

	.header-wrapper.theme-dark .mob-menu-inst__ic.inst_white::after {
		display: block;
		content: url('../img/ic/inst.svg');
		margin: 0 0 0 15px;
		position: relative;
		top: 7px;
	}

	.header-right-l-t .header-inst {
		display: none;
	}

	.app-link {
		display: inline-block !important;
		font-size: 18px !important;
		margin-right: 10px !important;
	}

	.appointment-btn.header-appointment::after {
		top: 34px !important;
	}

	.header-wrapper.theme-dark .mob-menu-contacts {
		border: 0px !important;
	}

	.header-wrapper.theme-dark .header-favourites:not(.header-favourites--mob-menu) {
		border: 0px !important;
	}

/*
	.header-wrapper.theme-dark .mob-menu-inst {
		bor
	}
*/
}