@font-face {
  font-family: 'Earnes';
  src: url("/fonts/ems-regular.otf");
}

html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
}

body.pixi-modal-opened {
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* GLOBAL STYLES*/
.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

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

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

@media (min-width: 992px) {
  .text-lg-14 {
    font-size: 14px;
  }
}

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

@media (min-width: 992px) {
  .text-lg-15 {
    font-size: 15px;
  }
}

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

@media (min-width: 992px) {
  .text-lg-16 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .text-lg-18 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .text-lg-19 {
    font-size: 19px;
  }
}

.text-20 {
  font-size: 20px;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.color-black {
  color: black !important;
}

.color-pixiBlack {
  color: #333333;
}

.color-grey1 {
  color: #f2f2f2;
}

.color-grey2 {
  color: #6F6F6F;
}

.color-pixi1 {
  color: #EEB7AB;
}

.color-pixiDark {
  color: #E8A99A;
}

.container--730 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.container--920 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

/* GLOBAL ELEMENTS */
.button-clean {
  border: 0;
  background: transparent;
  outline: none;
  padding: 0;
  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;
  vertical-align: middle;
}

.button-clean > img {
  vertical-align: middle;
}

.link-default {
  color: inherit;
  text-decoration: none;
}

.link-default:hover {
  color: inherit;
  text-decoration: underline;
}

.cover-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.pixi-link {
  color: #6F6F6F;
  text-decoration: none;
}

.pixi-link:hover {
  text-decoration: underline;
  color: inherit;
}

.pixi-link--black {
  color: black;
}

.pixi-separator {
  height: 1px;
  width: 100%;
  border: 0;
  margin: 0;
  background-color: #CCCCCC;
}

.pixi-separator--vertical {
  width: 1px;
  height: 100%;
}

.pixi-separator--black {
  background-color: #333333;
}

.pixi-button {
  height: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#EEB7AB), to(#EFC8C2));
  background-image: linear-gradient(90deg, #EEB7AB 0%, #EFC8C2 100%);
  border-width: 0;
  border-style: solid;
  border-color: #EEB7AB;
  color: #333333;
  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;
  padding: 3px;
  text-decoration: none;
  font-size: 14px;
}

.pixi-button:hover {
  color: white;
  background-image: none;
  background-color: #333333;
  border-width: 0;
  text-decoration: none;
}

.pixi-button--medium {
  height: 50px;
}

.pixi-button--large {
  height: 60px;
}

.pixi-button--facebook {
  color: white;
  background-image: none;
  background-color: #227AEE;
  border-radius: 6px;
}

.pixi-button--1 {
  background-image: none;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #EEB7AB;
  color: #EEB7AB;
}

.pixi-button--1:hover {
  border-width: 1px;
  border-color: transparent;
}

.pixi-button--2 {
  background-image: none;
  border-color: #333333;
  border-width: 1px;
  color: #333333;
}

.pixi-button--2:hover {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#EEB7AB), to(#EFC8C2));
  background-image: linear-gradient(90deg, #EEB7AB 0%, #EFC8C2 100%);
  color: #333333;
}

.pixi-button--3 {
  background-image: none;
  border-width: 0px;
  background-color: #333333;
  color: white;
}

.pixi-button--3:hover {
  background-image: none;
  background-color: #333333;
  color: #EEB7AB;
}

.pixi-input {
  height: 50px;
  background: white;
  border: 1px solid #CCCCCC;
  padding: 10px 11px;
  color: #6F6F6F;
}

.pixi-input:focus {
  border-color: #6F6F6F;
  outline: none;
}

.pixi-input--set ~ .pixi-input__label:not(.pixi-input__label--fixed), .pixi-input:focus ~ .pixi-input__label:not(.pixi-input__label--fixed) {
  top: 0;
  left: 0;
  font-size: 10px;
  -webkit-transform: none;
          transform: none;
}

.pixi-input--smaller {
  height: 40px;
}

.pixi-input--borderless {
  border: 0;
}

.pixi-input--borderless:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.pixi-input--with-icon {
  padding-right: 32px;
}

textarea.pixi-input {
  height: auto;
  min-height: 150px;
}

textarea.pixi-input + .pixi-input__label {
  top: 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.pixi-input__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.pixi-input__wrapper {
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
}

.pixi-input__label {
  font-size: 14px;
  color: #6F6F6F;
}

.pixi-input__label:not(.pixi-input__label--fixed) {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 14px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pixi-input__label:not(.pixi-input__label--fixed) + .pixi-input__icon {
  top: calc(10px + 50%);
}

.pixi-checkbox {
  position: relative;
}

.pixi-checkbox--right .pixi-checkbox__label {
  padding-left: 0;
  padding-right: 25px;
}

.pixi-checkbox--right .pixi-checkbox__label::before, .pixi-checkbox--right .pixi-checkbox__label::after {
  left: auto;
  right: 0;
}

.pixi-checkbox__label {
  padding-left: 25px;
  position: relative;
  color: #333333;
  line-height: 20px;
  display: inline-block;
}

.pixi-checkbox__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
}

.pixi-checkbox__label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/redesign/icons/checkbox-checked.svg");
  background-size: 100%;
  display: none;
}

.pixi-checkbox__label:hover::before {
  border-color: #6F6F6F;
}

.pixi-checkbox__label--dark::before {
  border-color: #6F6F6F;
}

.pixi-checkbox__label--dark:hover::before {
  border-color: #333333;
}

.pixi-checkbox__input {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.pixi-checkbox__input:checked + .pixi-checkbox__label::before {
  background-color: #333333;
  border-color: #333333;
}

.pixi-checkbox__input:checked + .pixi-checkbox__label::after {
  display: block;
}

.pixi-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  padding-bottom: 20px;
  margin: 0;
  font-family: "Earnes", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 992px) {
  .pixi-title {
    font-size: 50px;
    padding-bottom: 30px;
  }
}

.pixi-secondary-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
  margin: 0;
}

@media (min-width: 992px) {
  .pixi-secondary-title {
    font-size: 34px;
    line-height: 46px;
  }
}

.select--transparent {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* GLOBAL ELEMENTS END */
header {
  position: relative;
  z-index: 2;
}

.header__nav {
  height: 50px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .header__nav {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.header__logo {
  width: 150px;
}

@media (min-width: 992px) {
  .header__logo {
    width: 180px;
  }
}

.main-nav {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding-top: 50px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  display: none;
  z-index: 1;
}

.main-nav.active {
  display: block;
}

@media (min-width: 992px) {
  .main-nav {
    overflow: inherit;
    padding-top: 0;
    position: static;
    display: block;
  }
}

.nav-header {
  height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: white;
}

.nav-header > .form-row {
  min-height: 40px;
}

@media (min-width: 992px) {
  .nav-header {
    height: 50px;
  }
  .nav-header > .form-row {
    min-height: 50px;
  }
}

.main-nav__list {
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.main-nav__list--child {
  background-color: white;
  display: none;
}

@media (min-width: 992px) {
  .main-nav__list--child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    display: block;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  }
}

.main-nav__list--child > .main-nav__item:hover > .main-nav__link {
  color: white;
  background-color: #333333;
}

.main-nav__item {
  list-style-type: none;
  padding-left: 0;
  display: block;
  position: relative;
}

.main-nav__item:hover > .main-nav__link {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #333333;
}

@media (min-width: 992px) {
  .main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-nav__item--has-child > .main-nav__link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav__item--has-child > .main-nav__link::after {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  content: '';
  background-image: url("/images/redesign/icons/arrow-forward.svg");
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  border: 0;
}

@media (min-width: 992px) {
  .main-nav__item--has-child > .main-nav__link {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .main-nav__item--has-child > .main-nav__link::after {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 4.5px 0 4.5px;
    border-color: #333333 transparent transparent transparent;
    margin-left: 5px;
  }
}

.main-nav__item--has-child:hover > .main-nav__list--child {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.main-nav__item--has-child.opened > .main-nav__link {
  display: none;
}

.main-nav__item--has-child.opened > .main-nav__list {
  display: block;
}

.main-nav__item--has-dropdown .pixi-dropdown__toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav__item--has-dropdown .pixi-dropdown__toggler::after {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  content: '';
  background-image: url("/images/redesign/icons/arrow-forward.svg");
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  border: 0;
  justify-self: flex-end;
}

@media (min-width: 992px) {
  .main-nav__item--has-dropdown .pixi-dropdown__toggler {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .main-nav__item--has-dropdown .pixi-dropdown__toggler::after {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 4.5px 0 4.5px;
    border-color: #333333 transparent transparent transparent;
    margin-left: 5px;
  }
}

.main-nav__item--has-dropdown:hover .pixi-dropdown__toggler {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #333333;
}

.main-nav__item--has-dropdown.opened .pixi-dropdown__toggler {
  display: none;
}

.main-nav__item--has-dropdown.opened .pixi-dropdown__dropdown {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-nav__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-nav__link {
    font-size: 13px;
    padding: 10px 5px;
  }
}

.main-nav__category-toggler {
  display: block;
}

@media (min-width: 992px) {
  .main-nav__category-toggler {
    display: none;
  }
}

.main-nav__category-toggler .svg-stroke {
  stroke: #6F6F6F;
}

.main-nav__category-toggler:hover .svg-stroke {
  stroke: #333333;
}

#nav-header-label, .nav-header__column--back {
  display: none;
}

.header__action {
  width: 40px;
  height: 40px;
  border: 0;
  outline: none;
  background-color: transparent;
  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;
}

.header__action:hover {
  background-color: #f2f2f2;
}

.header__cart-amount {
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  position: absolute;
  top: 0;
  right: -5px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#EEB7AB), to(#EFC8C2));
  background-image: linear-gradient(90deg, #EEB7AB 0%, #EFC8C2 100%);
}

#pixi-header-alert-slider {
  background-color: #EFC8C2;
}

@media (min-width: 992px) {
  #pixi-header-alert-slider .sp-grab {
    cursor: auto;
  }
  #pixi-header-alert-slider .sp-slides {
    -webkit-transform: none !important;
            transform: none !important;
  }
  #pixi-header-alert-slider .sp-slide {
    position: static !important;
    width: auto !important;
  }
}

.header__alert-slider {
  display: block;
  background-color: #EFC8C2;
}

.header__alert-slider .header__alert::after {
  content: '';
  background-image: url("/images/redesign/icons/arrow-right.svg");
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .header__alert-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__alert {
  padding: 10px;
  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;
  background-color: #EFC8C2;
  color: #333333;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 992px) {
  .header__alert {
    height: 50px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    font-size: 14px;
  }
  .header__alert::after {
    display: none;
  }
}

.header__alert--dark {
  background-color: #333333;
  color: white;
}

.main {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .main {
    padding: 60px 0;
  }
}

.footer {
  padding: 20px 0;
  background-color: #EFC8C2;
}

.footer__list {
  padding-left: 0;
  margin: 0;
}

.footer__list > li {
  list-style-type: none;
  padding: 0;
}

.footer__list > li a {
  text-transform: uppercase;
  display: block;
  padding: 4px 0;
  color: #333333;
  text-decoration: none;
}

.footer__list > li a:hover {
  color: #6F6F6F;
}

/* PIXI DROPDOWN */
.pixi-dropdown__dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 10px;
}

.pixi-dropdown__dropdown--active, .pixi-dropdown--hover:hover > .pixi-dropdown__dropdown {
  opacity: 1;
  visibility: visible;
}

.pixi-dropdown--hover:hover .header__action {
  background-color: #f2f2f2;
}

.pixi-dropdown__dropdown--megamenu {
  display: none;
  z-index: 3;
  overflow: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .pixi-dropdown__dropdown--megamenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: auto;
    width: auto;
    top: inherit;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
}

.pixi-dropdown__list {
  margin: 0;
  padding: 0;
}

.pixi-dropdown__item {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pixi-dropdown__link {
  display: block;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  padding: 6px 3px;
  text-align: center;
}

.pixi-dropdown__link:hover {
  text-decoration: none;
  color: inherit;
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  .pixi-dropdown__link {
    font-size: 14px;
  }
}

.megamenu__column {
  border-top: 1px solid #6F6F6F;
  padding-top: 10px;
}

.megamenu__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  min-height: 18px;
}

.megamenu__list {
  margin: 0;
  padding: 0;
}

.megamenu__list--conditional:not(.active) {
  display: none;
}

.megamenu__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.megamenu__item--has-child:hover .main-nav__category-toggler, .megamenu__item--has-child.active .main-nav__category-toggler {
  display: block;
}

.megamenu__item--has-child.active .main-nav__category-toggler .svg-stroke {
  stroke: #333333;
}

.megamenu__link {
  display: block;
  padding: 8px 0;
  color: #333333;
  text-decoration: none;
}

.megamenu__link:hover {
  text-decoration: underline;
  color: #333333;
}

@media (max-width: calc(992px - 1px)) {
  .shop-megamenu-row .category-column {
    display: none;
  }
  .shop-megamenu-row.opened > div:not(.category-column) {
    display: none;
  }
  .shop-megamenu-row.opened .category-column {
    display: block;
  }
}

@media (max-width: calc(992px - 1px)) {
  .category-column .megamenu__column {
    border-top: 0;
    padding-top: 0;
  }
}

/* PIXI SLIDER */
.pixi-slider .carousel-inner {
  padding-left: 0;
  padding-right: 0;
}

.pixi-slide {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-rows: 240px 1fr;
      grid-template-rows: 240px 1fr;
}

@media (min-width: 992px) {
  .pixi-slide {
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: 42% 58%;
        grid-template-columns: 42% 58%;
    min-height: 540px;
  }
}

@media (min-width: 992px) {
  .pixi-slide--page {
    min-height: 650px;
  }
}

.pixi-slide__content {
  background-color: #EEB7AB;
  color: #333333;
  padding: 20px 12px;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

@media (min-width: 992px) {
  .pixi-slide__content {
    padding: 70px;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.pixi-slide__content--dark {
  background-color: #333333;
  color: white;
}

.pixi-slide__image {
  background-size: cover;
  background-position: center center;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

@media (min-width: 992px) {
  .pixi-slide__image {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.pixi-slide__image--pixibag {
  background-image: url("/images/redesign/pixibag_banner.jpg");
}

.pixi-slide__image--pixibox {
  background-image: url("/images/redesign/pixibox-banner.jpg");
}

.pixi-slide__image--pure {
  background-image: url("/images/redesign/pure-banner.jpg");
}

.pixi-slide__image--adameve {
  background-image: url("/images/redesign/adameve-banner.jpg");
}

.pixi-slide__title {
  font-size: 30px;
  font-weight: 400;
  font-family: "Earnes", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 992px) {
  .pixi-slide__title {
    font-size: 50px;
  }
}

.pixi-slide__title-small {
  font-size: 22px;
  font-weight: 400;
  font-family: "Earnes", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.pixi-slide__h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .pixi-slide__h4 {
    font-size: 28px;
    font-weight: 300;
  }
}

.pixi-slide__text {
  font-size: 14px;
  font-weight: 400;
}

.pixi-slider__indicators {
  position: static;
  margin: 0;
  padding: 30px;
}

.pixi-slider__indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid #333333;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
}

.pixi-slider__indicators li.active {
  background-color: #333333;
}

/* PIXI SLIDER END------------- */
.home-process {
  position: relative;
  display: inline-block;
}

.home-process__step {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  background-color: #333333;
  color: white;
  position: absolute;
  left: 5px;
  top: 5px;
}

.home-process__title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 15px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.rate__user {
  font-weight: 700;
}

.rate__days {
  font-size: 12px;
}

.video-block__video {
  padding-bottom: 15px;
}

.video-block__title {
  text-transform: uppercase;
  font-size: 18px;
}

@media (min-width: 992px) {
  .video-block__title {
    font-size: 30px;
  }
}

.video-block__description {
  font-size: 12px;
}

@media (min-width: 992px) {
  .video-block__description {
    font-size: 20px;
  }
}

#instaFeed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (min-width: 992px) {
  #instaFeed {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  #instaFeed .instafeed__item--1 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
  }
}

/* PIXI product slider */
.product-slider {
  padding: 0 70px;
  position: relative;
}

@media (max-width: calc(992px - 1px)) {
  .product-slider--from-lg {
    padding: 0;
  }
  .product-slider--from-lg .slider-pro {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .product-slider--from-lg .slider-pro .sp-mask {
    height: auto !important;
    width: 100% !important;
  }
  .product-slider--from-lg .slider-pro .sp-grab {
    cursor: inherit;
  }
  .product-slider--from-lg .slider-pro .sp-slides {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .product-slider--from-lg .slider-pro .sp-slides .sp-slide {
    position: static;
    width: auto !important;
  }
}

@media (max-width: calc(992px - 1px)) {
  .product-slider--magazines .slider-pro .sp-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-slider--magazines .slider-pro .sp-slides .sp-slide {
    width: calc(50% - 10px) !important;
    margin-bottom: 20px;
  }
}

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

.product-slider__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  min-height: 72px;
}

@media (min-width: 992px) {
  .product-slider__title {
    font-size: 20px;
    line-height: 22px;
    min-height: 88px;
  }
}

.product-slider__title--3-row {
  min-height: 54px;
}

@media (min-width: 992px) {
  .product-slider__title--3-row {
    min-height: 66px;
  }
}

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

@media (min-width: 992px) {
  .product-slider__price {
    font-size: 16px;
  }
}

.product-slider__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.product-slider__arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.product-slider__arrow--forward {
  left: auto;
  right: 0;
}

/* PIXI TABS */
.pixi-tabs__togglers {
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .pixi-tabs__togglers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .pixi-tabs__togglers--normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.pixi-tabs__togglers--normal .pixi-tabs__toggler {
  margin-right: 20px !important;
}

.pixi-tabs__togglers--product {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .pixi-tabs__togglers--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pixi-tabs__togglers--product .pixi-tabs__toggler {
  margin-right: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-transform: initial;
  font-size: 14px;
  padding: 10px 3px;
}

@media (min-width: 992px) {
  .pixi-tabs__togglers--product .pixi-tabs__toggler {
    font-size: 16px;
  }
}

.pixi-tabs__toggler {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.pixi-tabs__toggler:first-child:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .pixi-tabs__toggler:first-child:not(:last-child) {
    margin-right: 40px;
  }
}

.pixi-tabs__toggler.active {
  font-weight: 700;
}

.pixi-tabs__toggler.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: black;
}

@media (min-width: 992px) {
  .pixi-tabs__toggler {
    font-size: 18px;
  }
}

.pixi-tabs__content {
  display: none;
}

.pixi-tabs__content.active {
  display: block;
}

/* LOGIN - REG */
.pixi-login-reg-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: white;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.pixi-login-reg-modal.opened {
  -webkit-transform: none;
          transform: none;
}

.pixi-login-reg-modal#login .pixi-login-reg-modal__background {
  background-image: url("/images/redesign/login-bg.jpg");
}

.pixi-login-reg-modal#registration .pixi-login-reg-modal__background {
  background-image: url("/images/redesign/reg-bg.jpg");
}

.pixi-login-reg-modal__background {
  background-size: cover;
  background-position: center center;
}

.pixi-login-reg-modal__close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.pixi-login-reg-modal__close:hover {
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  .pixi-login-reg-modal__close {
    top: 33px;
    right: 120px;
    width: 50px;
    height: 50px;
  }
}

.pixi-login-reg-modal__container {
  height: 100vh;
  overflow: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto min-content auto;
      grid-template-rows: auto -webkit-min-content auto;
      grid-template-rows: auto min-content auto;
  -ms-grid-columns: min-content 1fr min-content;
      grid-template-columns: -webkit-min-content 1fr -webkit-min-content;
      grid-template-columns: min-content 1fr min-content;
}

@media (min-width: 992px) {
  .pixi-login-reg-modal__container {
    -ms-grid-columns: 0.5fr auto 1.5fr;
        grid-template-columns: 0.5fr auto 1.5fr;
  }
}

.pixi-login-reg-modal__container::before {
  content: '';
  display: block;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  min-width: 12px;
}

@media (min-width: 992px) {
  .pixi-login-reg-modal__container::before {
    min-width: 30px;
  }
}

.pixi-login-reg-modal__container::after {
  content: '';
  display: block;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
  min-width: 12px;
}

@media (min-width: 992px) {
  .pixi-login-reg-modal__container::after {
    min-width: 30px;
  }
}

.pixi-login-reg-modal__content {
  width: 100%;
  text-align: center;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

@media (min-width: 992px) {
  .pixi-login-reg-modal__content {
    width: 445px;
  }
}

.grid-row-placeholder--top {
  height: 30px;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
}

.grid-row-placeholder--bottom {
  height: 30px;
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
}

.pixi-block__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

@media (min-width: 992px) {
  .pixi-block__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.pixi-block__title--2-line {
  min-height: 48px;
}

@media (min-width: 992px) {
  .pixi-block__title--2-line {
    min-height: 64px;
  }
}

.pixi-block__title--border-bottom {
  padding-bottom: 10px;
}

.pixi-block__title--border-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  border: 0;
  background-color: #333333;
}

.pixi-block__text {
  font-size: 12px;
}

@media (min-width: 992px) {
  .pixi-block__text {
    font-size: 14px;
  }
}

.pixi-latest-product {
  background-color: #f2f2f2;
  padding: 10px;
}

@media (min-width: 992px) {
  .pixi-latest-product {
    padding: 20px;
  }
}

.pixi-latest-product__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .pixi-latest-product__title {
    font-size: 14px;
  }
}

.pixi-content__half-bg {
  background-size: cover;
  background-position: center center;
  min-height: 245px;
}

.pixi-product-block--grey {
  background-color: #f2f2f2;
}

.pixi-product-block--shadow-hover {
  -webkit-transition: .3s ease box-shadow;
  transition: .3s ease box-shadow;
}

.pixi-product-block--shadow-hover:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.pixi-product-block__thmb {
  padding-bottom: 72.5%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
}

.pixi-product-block__thmb--1-1 {
  padding-bottom: 100%;
}

.pixi-product-block__thmb--boxes {
  padding-bottom: 56%;
}

.pixi-product-block__content {
  padding: 10px;
}

@media (min-width: 992px) {
  .pixi-product-block__content {
    padding: 20px;
  }
}

.pixi-product-block__title {
  font-size: 12px;
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .pixi-product-block__title {
    font-size: 24px;
  }
}

.pixi-product-block__title-2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  color: black;
}

@media (min-width: 992px) {
  .pixi-product-block__title-2 {
    font-size: 20px;
    line-height: 27px;
  }
}

.pixi-product-block__title-2--4-row {
  min-height: 64px;
}

@media (min-width: 992px) {
  .pixi-product-block__title-2--4-row {
    min-height: 108px;
  }
}

.pixi-product-block__description {
  font-size: 14px;
  line-height: 19px;
}

.pixi-product-block__description--4-line {
  max-height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.brands-list__item {
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .5;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

.brands-list__item:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .brands-list__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 14.28%;
        flex-basis: 14.28%;
  }
}

.brands-list__link {
  display: block;
}

.brands-list__link img {
  max-width: 100%;
}

.rates__header {
  padding: 10px 0;
  border-top: 1px solid #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
}

@media (min-width: 992px) {
  .rates__header {
    padding: 19px 0;
  }
}

.row--filter {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}

.pixi-brand-heading {
  position: relative;
  min-height: 225px;
  width: 100%;
  color: #333333;
}

@media (min-width: 992px) {
  .pixi-brand-heading {
    min-height: 540px;
    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;
  }
}

.pixi-brand-heading__bg {
  position: static;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  min-height: 225px;
}

@media (min-width: 992px) {
  .pixi-brand-heading__bg {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .pixi-brand-heading__content {
    max-width: 385px;
  }
}

.pixi-brand-heading__name {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Earnes", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 992px) {
  .pixi-brand-heading__name {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.pixi-brand-heading__title {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .pixi-brand-heading__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pixi-brand-heading__description {
  font-size: 12px;
}

.pixi-blog__title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .pixi-blog__title {
    font-size: 24px;
    padding: 20px;
  }
}

.pixi-category-heading {
  background-image: url("/images/redesign/category-bg.jpg");
  background-size: cover;
  background-position: center 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;
  min-height: 160px;
  color: #333333;
}

@media (min-width: 992px) {
  .pixi-category-heading {
    min-height: 300px;
  }
}

.pixi-category-heading__content {
  display: block;
  text-align: center;
  width: 100%;
}

.pixi-category-heading__parent-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 992px) {
  .pixi-category-heading__parent-category {
    font-size: 18px;
  }
}

.pixi-category-heading__category {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  font-family: "Earnes", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 992px) {
  .pixi-category-heading__category {
    font-size: 50px;
  }
}

.pixi-breadcrumb__list {
  margin: 0;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixi-breadcrumb__item {
  display: block;
  list-style-type: none;
  padding: 0 10px;
  position: relative;
  font-size: 10px;
  color: #333333;
}

@media (min-width: 992px) {
  .pixi-breadcrumb__item {
    font-size: 12px;
  }
}

.pixi-breadcrumb__item:first-child {
  padding-left: 0;
}

.pixi-breadcrumb__item:not(:first-child) {
  padding-left: 28px;
}

.pixi-breadcrumb__item:not(:first-child)::before {
  content: url("/images/redesign/icons/bc-right.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pixi-breadcrumb__link {
  display: block;
  color: #6F6F6F;
  text-decoration: none;
}

.pixi-breadcrumb__link:hover {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .pixi-product__thumbnails {
    width: 80px;
  }
}

.pixi-product__thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.pixi-product__thumbnail--selected {
  outline: 1px solid #333333;
}

.pixi-product__thumbnail-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.pixi-product__media {
  border: 1px solid #f2f2f2;
  padding-bottom: 100%;
  position: relative;
}

.pixi-product__current-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.pixi-product__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
}

@media (min-width: 992px) {
  .pixi-product__title {
    font-size: 28px;
    line-height: 38px;
  }
}

.pixi-product__description {
  font-size: 12px;
}

@media (min-width: 992px) {
  .pixi-product__description {
    font-size: 14px;
  }
}

.pixi-product__price {
  font-size: 20px;
  font-weight: 700;
}

.pixi-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixi-quantity__button {
  width: 40px;
  height: 40px;
  border: 1px solid #6F6F6F;
  background: transparent;
  color: #6F6F6F;
  font-size: 20px;
}

.pixi-quantity__button:disabled {
  border-color: #CCCCCC;
  color: #CCCCCC;
}

.pixi-quantity__input {
  height: 40px;
  width: 34px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  -moz-appearance: textfield;
  text-align: center;
}

.pixi-quantity__input::-webkit-outer-spin-button, .pixi-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.pixi-rating-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixi-rating-inputs__label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.pixi-rating-inputs__label::before {
  display: block;
  content: '';
  background-image: url("/images/redesign/icons/heart.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 40px;
  height: 40px;
}

.pixi-rating-inputs__input {
  display: none;
}

.pixi-rating-inputs__input:checked ~ .pixi-rating-inputs__label::before {
  background-image: url("/images/redesign/icons/heart-empty.svg");
}

.pixi-rating-inputs__input:checked + .pixi-rating-inputs__label::before {
  background-image: url("/images/redesign/icons/heart.svg");
}

.cart__coupon-column {
  width: 100%;
}

@media (min-width: 992px) {
  .cart__coupon-column {
    width: 455px;
  }
}

.cart__forward-column {
  width: 100%;
}

@media (min-width: 992px) {
  .cart__forward-column {
    width: 327px;
  }
}

.cart-table {
  width: 100%;
}

.cart-table thead th {
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding: 9px 2px;
}

.cart-table thead th:first-child {
  padding-left: 10px;
}

.cart-table thead th:last-child {
  padding-right: 10px;
}

.cart-table tbody th, .cart-table tbody td {
  padding: 10px 2px;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
}

.cart-table__thmb {
  width: 86px;
  height: 86px;
  border: 1px solid #f2f2f2;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .cart-table__thmb {
    width: 100px;
    height: 100px;
  }
}

.cart-table__thmb--smaller {
  width: 50px;
  height: 50px;
}

.cart-mobile-table__title {
  font-size: 12px;
  line-height: 16px;
  min-height: 32px;
}

.profile__list {
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
}

.profile__item {
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #f2f2f2;
}

.profile__link {
  text-decoration: none;
  display: block;
  padding: 8px 6px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
}

.profile__link:hover {
  font-weight: 700;
  text-decoration: none;
}

.profile__section {
  padding: 20px 0;
}

.profile__section:first-child {
  padding-top: 0;
}

.profile__section:first-child .pixi-block__title {
  padding-top: 0;
}

.profile__section .pixi-block__title {
  margin-bottom: 20px;
}

body .swal2-popup {
  border-radius: 0;
}

body .swal2-styled.swal2-confirm, body .swal2-styled.swal2-cancel {
  border-radius: 0;
  padding: 3px 20px;
  text-decoration: none;
  font-size: 14px;
  height: 50px;
  min-width: 140px;
}

body .swal2-styled.swal2-cancel {
  color: #333333;
  border: 1px solid #333333;
}
/*# sourceMappingURL=redesign.css.map */