@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-style: none;
  margin: 0;
  padding: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none !important; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none !important;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #172331; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

a {
  text-decoration: none; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: "root-ui";
  src: url("../fonts/root-ui/PT-Root-UI_Light.woff2") format("woff2"), url("../fonts/root-ui/PT-Root-UI_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "root-ui";
  src: url("../fonts/root-ui/PT-Root-UI_Regular.woff2") format("woff2"), url("../fonts/root-ui/PT-Root-UI_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "root-ui";
  src: url("../fonts/root-ui/PT-Root-UI_Medium.woff2") format("woff2"), url("../fonts/root-ui/PT-Root-UI_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "root-ui";
  src: url("../fonts/root-ui/PT-Root-UI_Bold.woff2") format("woff2"), url("../fonts/root-ui/PT-Root-UI_Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "iSmile";
  src: url("../fonts/icomoon/iSmile.ttf") format("truetype"), url("../fonts/icomoon/iSmile.woff") format("woff"), url("../fonts/icomoon/iSmile.svg#iSmile") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iSmile" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  i.icon-link:before {
    content: "\e92a"; }
  i.icon-download:before {
    content: "\e92b"; }
  i.icon-plus-filled:before {
    content: "\e928"; }
  i.icon-bag-active:before {
    content: "\e929"; }
  i.icon-logo:before {
    content: "\e927"; }
  i.icon-home:before {
    content: "\e926"; }
  i.icon-sales-active:before {
    content: "\e913"; }
  i.icon-home-active:before {
    content: "\e914"; }
  i.icon-favourite-active:before {
    content: "\e919"; }
  i.icon-time-circle:before {
    content: "\e924"; }
  i.icon-log-out:before {
    content: "\e925"; }
  i.icon-delete:before {
    content: "\e923"; }
  i.icon-minus:before {
    content: "\e921"; }
  i.icon-plus:before {
    content: "\e920"; }
  i.icon-category:before {
    content: "\e922"; }
  i.icon-profile:before {
    content: "\e90f"; }
  i.icon-search:before {
    content: "\e90d"; }
  i.icon-info-square:before {
    content: "\e900"; }
  i.icon-notification:before {
    content: "\e901"; }
  i.icon-diamond:before {
    content: "\e902"; }
  i.icon-referrals:before {
    content: "\e903"; }
  i.icon-setting:before {
    content: "\e904"; }
  i.icon-star:before {
    content: "\e905"; }
  i.icon-close:before {
    content: "\e906"; }
  i.icon-plus-square:before {
    content: "\e907"; }
  i.icon-sales:before {
    content: "\e908"; }
  i.icon-arrow-down:before {
    content: "\e909"; }
  i.icon-basket:before {
    content: "\e90a"; }
  i.icon-heart:before {
    content: "\e90b"; }
  i.icon-arrow-right-square:before {
    content: "\e90c"; }
  i.icon-profile-active:before {
    content: "\e90e"; }
  i.icon-search-active:before {
    content: "\e910"; }
  i.icon-wishlist-active:before {
    content: "\e911"; }
  i.icon-present:before {
    content: "\e912"; }
  i.icon-social-twitter:before {
    content: "\e915"; }
  i.icon-pragrance-free:before {
    content: "\e916"; }
  i.icon-without-parabens:before {
    content: "\e917"; }
  i.icon-social-whatsapp:before {
    content: "\e918"; }
  i.icon-social-google-plus:before {
    content: "\e91a"; }
  i.icon-social-instagram:before {
    content: "\e91b"; }
  i.icon-social-facebook:before {
    content: "\e91c"; }
  i.icon-star-filled:before {
    content: "\e91d"; }
  i.icon-favourite:before {
    content: "\e91e"; }
  i.icon-delivery:before {
    content: "\e91f"; }

* *:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: #ffffff;
  font-family: "root-ui", sans-serif, serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  pointer-events: initial !important; }
  body.no-scroll {
    overflow: hidden; }

body,
html {
  height: 100%;
  min-height: 100%;
  min-width: 300px; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

.notransform {
  -webkit-transform: none !important;
          transform: none !important; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
  background-color: white; }
  .page main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page__title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    font-weight: 400; }
  .page .container {
    width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .page .container {
        min-height: 1px; } }
    .page .container .wrapper {
      max-width: 1440px;
      min-width: 305px;
      margin: 0 auto;
      padding: 0 32px; }
      @media (max-width: 1023px) {
        .page .container .wrapper {
          padding: 0 28px; } }
      @media (max-width: 767px) {
        .page .container .wrapper {
          padding: 0 16px; } }
      .page .container .wrapper:after {
        content: "";
        display: table;
        clear: both; }
  .page .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page.sticky {
    padding-top: 97px; }
    @media (max-width: 1023px) {
      .page.sticky {
        padding-top: 97px; } }
    @media (max-width: 767px) {
      .page.sticky {
        padding-top: 51px;
        padding-bottom: 70px; } }
    .page.sticky.page-product {
      padding-top: 167px; }
      @media (max-width: 1023px) {
        .page.sticky.page-product {
          padding-top: 141px; } }
      @media (max-width: 767px) {
        .page.sticky.page-product {
          padding-top: 95px;
          padding-bottom: 140px; } }
    @media (max-width: 767px) {
      .page.sticky.page-shopping-card {
        padding-bottom: 115px; } }
    .page.sticky .header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 70; }
    .page.sticky .product-menu-container {
      position: fixed; }

.smooth-scroll {
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .smooth-scroll {
      scrollbar-width: initial;
      overflow: initial; } }

@-moz-document url-prefix() {
  .smooth-scroll {
    scrollbar-width: initial; } }
  @media (max-width: 767px) {
    .smooth-scroll {
      -ms-overflow-style: none;
      scrollbar-width: none; } }
  .smooth-scroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
    @media (max-width: 767px) {
      .smooth-scroll::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0; } }
  .smooth-scroll::-webkit-scrollbar-thumb {
    background: rgba(55, 56, 67, 0.34); }

.color-divider {
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ffe293), color-stop(18.75%, #ffc593), color-stop(38.02%, #ffa7ae), color-stop(57.81%, #fc9ec6), color-stop(78.12%, #6ebbfd), color-stop(95.83%, #0dc7a3));
  background: linear-gradient(270deg, #ffe293 0%, #ffc593 18.75%, #ffa7ae 38.02%, #fc9ec6 57.81%, #6ebbfd 78.12%, #0dc7a3 95.83%); }

.irs .irs-bar {
  background-color: #6ebbfd !important;
  height: 2px !important; }

.irs .irs-handle {
  border-radius: 7px !important;
  top: 31px !important;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #6ebbfd !important; }
  @media (max-width: 1023px) {
    .irs .irs-handle {
      top: 24px !important;
      width: 24px !important;
      height: 24px !important; } }

.irs .irs-line {
  background-color: #f8f8f8 !important; }

.irs .irs-min,
.irs .irs-max {
  font-size: 12px !important;
  background: none !important; }

.irs .irs-grid-text {
  font-size: 11px !important; }

.progressbar {
  height: 2px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 1px; }
  .progressbar > span {
    display: block;
    height: 4px;
    border-radius: 2px;
    bottom: -1px;
    background-color: #ffd600;
    position: absolute;
    overflow: hidden; }

.product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px; }
  @media (max-width: 767px) {
    .product-rating {
      margin-right: 10px; } }
  .product-rating .icon + .icon {
    margin-left: 4px; }
  .product-rating .icon {
    color: #172331;
    font-size: 10px;
    opacity: 0.1;
    width: auto; }
    .product-rating .icon_yellow {
      color: #ffd600;
      opacity: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

h1 {
  font-size: 40px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 32px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      line-height: 110%; } }

h3 {
  font-size: 28px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 20px;
  line-height: 25px; }

h5 {
  font-size: 18px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 16px; } }

.wp-content {
  font-size: 16px;
  line-height: 1.5; }
  .wp-content h1 {
    margin-bottom: 24px;
    line-height: 100%;
    color: #172331;
    line-height: 1.2; }
  .wp-content h2,
  .wp-content h3,
  .wp-content h4,
  .wp-content h5 {
    margin-bottom: 16px;
    line-height: 1.2;
    color: #172331; }
  .wp-content p {
    margin-bottom: 16px; }
  .wp-content ul,
  .wp-content ol {
    list-style: none;
    margin-bottom: 26px; }
    .wp-content ul li,
    .wp-content ol li {
      position: relative;
      padding-left: 20px; }
      .wp-content ul li:before,
      .wp-content ol li:before {
        position: absolute;
        top: 9px;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0dc7a3; }
      .wp-content ul li + li,
      .wp-content ol li + li {
        margin-top: 10px; }
  .wp-content a {
    color: #0dc7a3; }
  .wp-content img {
    width: auto !important;
    margin-bottom: 16px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    height: auto; }
  .wp-content strong {
    font-weight: 500; }
  .wp-content .products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wp-content .products .card {
      width: calc(25% - 10px);
      margin-right: 10px;
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .wp-content .products .card {
          width: calc(33.3% - 10px); } }
      @media (max-width: 767px) {
        .wp-content .products .card {
          width: calc(50% - 10px); } }

/* Move Facebook massanfer */
.fb_dialog iframe {
  margin-bottom: 100px !important; }

.select2 {
  width: 100%;
  font-size: 14px;
  font-weight: 500; }
  .select2 .select2-selection {
    padding-left: 8px; }

.select2-dropdown .select2-search__field {
  border-color: #f0f0f0 !important;
  padding: 0 13px !important; }

.select2-dropdown .select2-results__option {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 17px; }

@media (max-width: 767px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important; } }

.animated {
  -webkit-animation-duration: .18s;
  animation-duration: .18s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.woocommerce {
  max-width: 1440px;
  min-width: 305px;
  margin: 0 auto;
  width: 100%; }
  .woocommerce .woocommerce-notices-wrapper li {
    font-size: 14px;
    margin-bottom: 9px; }
    .woocommerce .woocommerce-notices-wrapper li strong {
      font-weight: 500; }
  .woocommerce .woocommerce-info {
    background: rgba(110, 187, 253, 0.15);
    border-top-color: #6ebbfd;
    margin-top: -1px;
    margin-bottom: 1px; }
    .woocommerce .woocommerce-info:before {
      color: #6ebbfd; }
    .woocommerce .woocommerce-info li strong {
      color: #6ebbfd; }
    .woocommerce .woocommerce-info .button {
      background: rgba(13, 199, 163, 0.8);
      color: #FFFFFF;
      font-size: 12px;
      height: 37px;
      font-weight: 400;
      opacity: 0.9; }
      .woocommerce .woocommerce-info .button:hover {
        background: #0dc7a3;
        color: #FFFFFF; }
  .woocommerce .woocommerce-error {
    background: rgba(255, 93, 106, 0.15);
    border-top-color: #ff5d6a;
    margin-top: -1px;
    margin-bottom: 1px; }
    .woocommerce .woocommerce-error:before {
      color: #ff5d6a; }
    .woocommerce .woocommerce-error li strong {
      color: #ff5d6a; }
  .woocommerce .woocommerce-message {
    background: rgba(13, 199, 163, 0.15);
    border-top-color: #0dc7a3;
    margin-top: -1px;
    margin-bottom: 1px; }
    .woocommerce .woocommerce-message:before {
      color: #0dc7a3; }
    .woocommerce .woocommerce-message li strong {
      color: #0dc7a3; }
  .woocommerce .my-account-page {
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .woocommerce .my-account-page .my-account-page__actions {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .woocommerce .my-account-page .my-account-page__actions a {
        color: #0dc7a3; }
  .woocommerce .return-to-shop {
    margin: 20px 0 40px 0; }
    .woocommerce .return-to-shop .button {
      max-width: 220px; }
  .woocommerce .order-again {
    max-width: 200px; }
  .woocommerce .woocommerce-table .product-name a,
  .woocommerce .woocommerce-table .download-product a {
    color: #172331; }
    .woocommerce .woocommerce-table .product-name a:hover,
    .woocommerce .woocommerce-table .download-product a:hover {
      color: #0dc7a3; }
  .woocommerce .woocommerce-table .product-name .product-quantity,
  .woocommerce .woocommerce-table .download-product .product-quantity {
    font-weight: 500; }
  .woocommerce .woocommerce-table .download-file .button {
    color: white;
    background-color: #0dc7a3; }
    .woocommerce .woocommerce-table .download-file .button:hover {
      background-color: #0dc7a3; }
  .woocommerce .woocommerce-dashboard {
    font-size: 16px;
    line-height: 1.2; }
    .woocommerce .woocommerce-dashboard p {
      margin-bottom: 12px; }
      .woocommerce .woocommerce-dashboard p strong {
        font-weight: 600; }
    .woocommerce .woocommerce-dashboard a {
      color: #0dc7a3; }
  .woocommerce .pushalert-dashboard-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px; }
    .woocommerce .pushalert-dashboard-option input[type=checkbox] {
      position: relative;
      cursor: pointer;
      margin-right: 20px; }
    .woocommerce .pushalert-dashboard-option input[type=checkbox]:before {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      top: 0;
      left: 0;
      border: 2px solid #000000;
      border-radius: 2px;
      background-color: white; }
    .woocommerce .pushalert-dashboard-option input[type=checkbox]:checked:after {
      content: "";
      display: block;
      width: 5px;
      height: 10px;
      border: solid black;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 2px;
      left: 6px; }
  .woocommerce .woocommerce-ResetPassword {
    margin: 35px auto; }
  .woocommerce .woocommerce_confirmation_message {
    text-align: center;
    margin: 30px 0; }
    .woocommerce .woocommerce_confirmation_message img {
      max-width: 40px;
      margin: auto;
      opacity: 0.5; }
    .woocommerce .woocommerce_confirmation_message p {
      max-width: 500px;
      font-size: 16px;
      line-height: 1.3;
      text-align: center;
      margin: 20px auto; }
  .woocommerce .woocommerce-order {
    max-width: 1440px;
    min-width: 305px;
    margin: 0 auto;
    padding: 40px 32px; }
    @media (max-width: 1023px) {
      .woocommerce .woocommerce-order {
        padding: 0 28px; } }
    @media (max-width: 767px) {
      .woocommerce .woocommerce-order {
        padding: 0 16px; } }
    .woocommerce .woocommerce-order .woocommerce-order-confirm-img {
      font-size: 90px;
      margin: auto;
      margin-bottom: 20px;
      max-width: 30px; }
    .woocommerce .woocommerce-order .woocommerce-order-overview {
      margin: 40px 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .woocommerce .woocommerce-order .wcrs_thankyou_wrapper {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important; }

.wc-points-rewards-product-message {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #747b83;
  display: block;
  margin-bottom: 10px; }
  .wc-points-rewards-product-message strong {
    font-weight: 600;
    color: #000000; }

.woocommerce-terms-and-conditions {
  margin: 13px 0 0 0;
  font-size: 14px;
  padding: 6px 13px;
  border-radius: 5px;
  line-height: 1.2;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
  .woocommerce-terms-and-conditions h3 {
    font-size: 16px;
    margin: 4px 0; }
  .woocommerce-terms-and-conditions p {
    margin-bottom: 8px; }
  .woocommerce-terms-and-conditions::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
    @media (max-width: 767px) {
      .woocommerce-terms-and-conditions::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0; } }
  .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb {
    background: rgba(55, 56, 67, 0.34); }

button,
.button,
.button-default,
.wpcf7-submit {
  position: relative;
  border-radius: 4px;
  background-color: rgba(13, 199, 163, 0.8);
  min-width: 46px;
  color: #f8f8f9;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border: 0;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 14px;
  padding: 0 13px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden; }
  button i,
  .button i,
  .button-default i,
  .wpcf7-submit i {
    font-size: 14px;
    margin: 0 6px 0 0; }
  button:hover,
  .button:hover,
  .button-default:hover,
  .wpcf7-submit:hover {
    background-color: #0dc7a3; }
  button.dark,
  .button.dark,
  .button-default.dark,
  .wpcf7-submit.dark {
    color: white;
    background-color: #172331; }
  button.green,
  .button.green,
  .button-default.green,
  .wpcf7-submit.green {
    color: white;
    background-color: #0dc7a3; }
  button.with-border,
  .button.with-border,
  .button-default.with-border,
  .wpcf7-submit.with-border {
    color: currentColor;
    background-color: white;
    border: 1px solid currentColor; }
  button.disabled,
  button [disabled],
  .button.disabled,
  .button [disabled],
  .button-default.disabled,
  .button-default [disabled],
  .wpcf7-submit.disabled,
  .wpcf7-submit [disabled] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #747b83;
    color: white; }
  button__loader,
  .button__loader,
  .button-default__loader,
  .wpcf7-submit__loader {
    background-color: #0dc7a3;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.button-link {
  color: #172331;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .button-link label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer; }
  .button-link i,
  .button-link .icon {
    font-size: 14px;
    margin: 0 6px 0 0; }
  .button-link_black {
    color: #000000; }
    .button-link_black label {
      color: #000000;
      border-color: rgba(0, 0, 0, 0.7); }
  .button-link_gray {
    color: #87888e; }
    .button-link_gray label {
      color: #87888e;
      border-color: #87888e; }
  .button-link_green {
    color: #fc9ec6; }
    .button-link_green label {
      color: #fc9ec6;
      border-color: rgba(252, 158, 198, 0.7); }
  .button-link_orange {
    color: #e95d2a; }
    .button-link_orange label {
      color: #e95d2a;
      border-color: rgba(233, 93, 42, 0.7); }
  .button-link_red {
    color: #eb5757; }
    .button-link_red label {
      color: #eb5757;
      border-color: rgba(235, 87, 87, 0.7); }
  .button-link_white {
    color: #ffffff; }
    .button-link_white label {
      color: #ffffff;
      border-color: rgba(255, 255, 255, 0.7); }
  .button-link:hover {
    text-decoration: none; }
    .button-link:hover label {
      text-decoration: none; }

.button-outline {
  cursor: pointer;
  width: 173px;
  padding: 11px;
  border: 1px solid #0dc7a3;
  color: #0dc7a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  background-color: #fff; }
  .button-outline:hover {
    background-color: #fff; }
  .button-outline-text {
    margin: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px; }

.wpcf7-form {
  max-width: 600px; }

.wpcf7-submit {
  min-width: 160px; }

.checkbox input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.checkbox input[type="checkbox"]:checked + label,
.checkbox input[type="checkbox"]:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #172331;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer; }

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:not(:checked) + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d1d3d6;
  background: #fff; }

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:not(:checked) + label::before {
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="checkbox"]:not(:checked) + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #0dc7a3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.checkbox input[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1); }

.checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: -1; }
  .popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    font-size: 12px;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10; }
    @media (max-width: 767px) {
      .popup__close {
        top: 12px;
        right: 15px; } }
    .popup__close:hover {
      opacity: 1; }
  .popup__wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 767px) {
      .popup__wrap {
        -webkit-transform: initial;
                transform: initial;
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px 16px 0 0; } }
  .popup__body {
    padding: 24px;
    width: 100%;
    height: 100%; }
  .popup--active {
    visibility: visible;
    z-index: 99999;
    opacity: 1; }
    @media (max-width: 767px) {
      .popup--active {
        bottom: 0; } }
    .popup--active .popup__wrap {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
      @media (max-width: 767px) {
        .popup--active .popup__wrap {
          bottom: 0; } }

.content {
  width: 100%; }
  .content h1,
  .content h2,
  .content h3,
  .content h4 {
    color: #000000;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 14px;
    line-height: 1.5; }
  .content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .content h1 {
        font-size: 32px; } }
  .content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px; }
    @media (max-width: 1023px) {
      .content h2 {
        font-size: 28px; } }
  .content h3 {
    font-weight: 700;
    font-size: 24px; }
  .content h4 {
    font-size: 21px;
    line-height: 1.4; }
  .content h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .content a {
    text-decoration: none;
    color: #fc9ec6;
    display: inline-block; }
  .content time {
    width: 100%;
    font-size: 14px;
    color: #87888e;
    margin-bottom: 5px;
    display: inline-block; }
  .content blockquote {
    position: relative;
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
    padding-left: 43px;
    margin-bottom: 35px;
    margin-top: 14px;
    display: inline-block;
    width: 100%; }
    .content blockquote:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      background: url("../../../images/icons/quote.svg");
      width: 30px;
      height: 30px; }
    @media (max-width: 1023px) {
      .content blockquote {
        padding-left: 24px; } }
    @media (max-width: 767px) {
      .content blockquote {
        padding-left: 14px; } }
  .content p {
    width: 100%;
    color: #87888e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 14px; }
  .content b {
    color: #000000;
    font-weight: 700; }
  .content table {
    width: 100%;
    margin-bottom: 35px; }
  .content img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 35px;
    -o-object-fit: contain;
       object-fit: contain;
    min-height: 1px; }

.tooltip {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  position: absolute;
  top: 30px;
  background: #FFFFFF;
  width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.06);
  z-index: -1;
  cursor: initial; }
  .tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    width: 14px;
    height: 12px;
    margin-left: -7px;
    background: url(../../../images/catalog-arrow.svg);
    background-size: cover; }
  .tooltip_active {
    visibility: visible;
    opacity: 1;
    z-index: 200;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .tooltip__col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px; }
    .tooltip__col + .tooltip__col {
      border-top: 1px solid #f8f8f8; }

.tooltip-link {
  cursor: pointer; }
  .tooltip-link i {
    display: inline-block;
    -webkit-transition: all 0.18s ease;
    transition: all 0.18s ease; }
  .tooltip-link_open i {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

.tooltip-maska {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(0, 0, 0, 0.4); }

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px; }
  .switch:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 34px; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 22px;
      width: 22px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-radius: 50%; }
  .switch input:checked + .slider:before {
    background-color: #0dc7a3; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(19px);
            transform: translateX(19px); }

.select {
  position: relative; }
  .select label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
    display: block; }
  .select i {
    position: absolute;
    bottom: 16px;
    font-size: 12px;
    right: 16px; }
  .select select {
    padding: 0 16px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #172331; }
  .select select:required:invalid {
    color: rgba(23, 35, 49, 0.4); }
  .select option[value=""][disabled] {
    display: none; }
  .select.disabled,
  .select [disabled] {
    cursor: not-allowed; }
  .select--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .select--row label {
      margin: 0 16px 0 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.selection .select2-selection.select2-selection--single {
  height: 44px;
  border-radius: 4px;
  border: 1px solid #f0f0f0; }
  .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 44px; }
  .selection .select2-selection.select2-selection--single[aria-expanded="true"] .select2-selection__arrow::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    top: 5px; }
    .selection .select2-selection.select2-selection--single .select2-selection__arrow::before {
      font-family: "iSmile" !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      content: "\e909";
      position: absolute;
      font-size: 13px;
      right: 8px;
      top: 4px;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #f0f0f0; }

.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default
.select2-results__option--highlighted[data-selected] {
  background-color: #6ebbfd !important; }

.radio input[type="radio"]:checked,
.radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.radio input[type="radio"]:checked + label,
.radio input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  color: #172331;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.radio input[type="radio"]:checked + label::before,
.radio input[type="radio"]:not(:checked) + label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d1d3d6;
  background-color: #fff; }

.radio input[type="radio"]:checked + label::before,
.radio input[type="radio"]:not(:checked) + label::before {
  border-radius: 100%; }

.radio input[type="radio"]:checked + label::before {
  border: 1px solid #0dc7a3; }

.radio input[type="radio"]:checked + label::after,
.radio input[type="radio"]:not(:checked) + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0dc7a3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.radio input[type="radio"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1); }

.radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.radio input[type="radio"]:disabled + label {
  color: #747b83;
  cursor: initial; }

.wcsatt-options-prompt-radios {
  margin-bottom: 20px !important; }

.wcsatt-options-product li,
.wcsatt-options-cart li,
.wcsatt-options li,
.wcsatt-options-prompt-radios li {
  margin-bottom: 5px; }
  .wcsatt-options-product li input[type="radio"]:checked,
  .wcsatt-options-product li input[type="radio"]:not(:checked),
  .wcsatt-options-cart li input[type="radio"]:checked,
  .wcsatt-options-cart li input[type="radio"]:not(:checked),
  .wcsatt-options li input[type="radio"]:checked,
  .wcsatt-options li input[type="radio"]:not(:checked),
  .wcsatt-options-prompt-radios li input[type="radio"]:checked,
  .wcsatt-options-prompt-radios li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .wcsatt-options-product li input[type="radio"]:checked + span,
  .wcsatt-options-product li input[type="radio"]:not(:checked) + span,
  .wcsatt-options-cart li input[type="radio"]:checked + span,
  .wcsatt-options-cart li input[type="radio"]:not(:checked) + span,
  .wcsatt-options li input[type="radio"]:checked + span,
  .wcsatt-options li input[type="radio"]:not(:checked) + span,
  .wcsatt-options-prompt-radios li input[type="radio"]:checked + span,
  .wcsatt-options-prompt-radios li input[type="radio"]:not(:checked) + span {
    position: relative;
    padding-left: 28px;
    color: #172331;
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-transform: capitalize;
    font-size: 14px; }
  .wcsatt-options-product li input[type="radio"]:checked + span::before,
  .wcsatt-options-product li input[type="radio"]:not(:checked) + span::before,
  .wcsatt-options-cart li input[type="radio"]:checked + span::before,
  .wcsatt-options-cart li input[type="radio"]:not(:checked) + span::before,
  .wcsatt-options li input[type="radio"]:checked + span::before,
  .wcsatt-options li input[type="radio"]:not(:checked) + span::before,
  .wcsatt-options-prompt-radios li input[type="radio"]:checked + span::before,
  .wcsatt-options-prompt-radios li input[type="radio"]:not(:checked) + span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d1d3d6;
    background-color: #fff; }
  .wcsatt-options-product li input[type="radio"]:checked + span::before,
  .wcsatt-options-product li input[type="radio"]:not(:checked) + span::before,
  .wcsatt-options-cart li input[type="radio"]:checked + span::before,
  .wcsatt-options-cart li input[type="radio"]:not(:checked) + span::before,
  .wcsatt-options li input[type="radio"]:checked + span::before,
  .wcsatt-options li input[type="radio"]:not(:checked) + span::before,
  .wcsatt-options-prompt-radios li input[type="radio"]:checked + span::before,
  .wcsatt-options-prompt-radios li input[type="radio"]:not(:checked) + span::before {
    border-radius: 100%; }
  .wcsatt-options-product li input[type="radio"]:checked + span::before,
  .wcsatt-options-cart li input[type="radio"]:checked + span::before,
  .wcsatt-options li input[type="radio"]:checked + span::before,
  .wcsatt-options-prompt-radios li input[type="radio"]:checked + span::before {
    border: 1px solid #0dc7a3; }
  .wcsatt-options-product li input[type="radio"]:checked + span::after,
  .wcsatt-options-product li input[type="radio"]:not(:checked) + span::after,
  .wcsatt-options-cart li input[type="radio"]:checked + span::after,
  .wcsatt-options-cart li input[type="radio"]:not(:checked) + span::after,
  .wcsatt-options li input[type="radio"]:checked + span::after,
  .wcsatt-options li input[type="radio"]:not(:checked) + span::after,
  .wcsatt-options-prompt-radios li input[type="radio"]:checked + span::after,
  .wcsatt-options-prompt-radios li input[type="radio"]:not(:checked) + span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0dc7a3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .wcsatt-options-product li input[type="radio"]:not(:checked) + span::after,
  .wcsatt-options-cart li input[type="radio"]:not(:checked) + span::after,
  .wcsatt-options li input[type="radio"]:not(:checked) + span::after,
  .wcsatt-options-prompt-radios li input[type="radio"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  .wcsatt-options-product li input[type="radio"]:checked + span::after,
  .wcsatt-options-cart li input[type="radio"]:checked + span::after,
  .wcsatt-options li input[type="radio"]:checked + span::after,
  .wcsatt-options-prompt-radios li input[type="radio"]:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .wcsatt-options-product li input[type="radio"]:disabled + span,
  .wcsatt-options-cart li input[type="radio"]:disabled + span,
  .wcsatt-options li input[type="radio"]:disabled + span,
  .wcsatt-options-prompt-radios li input[type="radio"]:disabled + span {
    color: #747b83;
    cursor: initial; }

textarea {
  height: 126px;
  resize: none; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"],
select,
textarea {
  font-size: 14px;
  font-weight: 500;
  color: #172331;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 44px;
  padding: 0 16px;
  width: 100%; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(23, 35, 49, 0.4);
    letter-spacing: 0.5px; }
  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(23, 35, 49, 0.4);
    letter-spacing: 0.5px; }
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: rgba(23, 35, 49, 0.4);
    letter-spacing: 0.5px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(23, 35, 49, 0.4);
    letter-spacing: 0.5px; }
  input[type="text"].error,
  input[type="tel"].error,
  input[type="password"].error,
  input[type="number"].error,
  input[type="email"].error,
  select.error,
  textarea.error {
    border: 1px solid #ff5d6a;
    background-color: rgba(255, 93, 106, 0.04); }

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .input label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px; }
  .input input:-moz-read-only {
    color: #172331;
    border: 0;
    background-color: transparent; }
  .input input:read-only {
    color: #172331;
    border: 0;
    background-color: transparent; }
  .input textarea {
    height: initial;
    padding-top: 10px;
    border: 1px solid rgba(23, 35, 49, 0.2); }
  .input.error input {
    border: 1px solid #ff5d6a;
    background-color: rgba(255, 93, 106, 0.04); }
  .input.error span {
    color: #ff5d6a;
    line-height: 14px;
    font-size: 12px;
    margin-top: 3px; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (max-width: 1023px) {
    .tabs {
      max-width: initial; } }
  .tabs__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px; }
  .tabs__tab {
    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;
    height: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: rgba(23, 35, 49, 0.6);
    position: relative;
    white-space: nowrap;
    padding: 0 5px; }
    .tabs__tab:not(:first-child) {
      border-left: 1px solid #f0f0f0; }
    .tabs__tab--active {
      color: #172331; }
      .tabs__tab--active:after {
        position: absolute;
        bottom: -7px;
        content: "";
        height: 4px;
        background-color: #0dc7a3;
        width: 28px;
        left: 0;
        right: 0;
        margin: auto; }
  .tabs__content {
    padding-top: 24px; }

.dropdownWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  padding: 4px 0 4px 8px;
  border: 1px solid #f0f0f0;
  border-radius: 3px; }
  .dropdownWrap .icon {
    position: absolute;
    right: 10px;
    font-size: 12px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .dropdownWrap.active {
    border-color: rgba(23, 35, 49, 0.2); }
    .dropdownWrap.active .icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .dropdownWrap--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dropdownWrap--row label {
      margin: 0 16px 0 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border-radius: 3px; }
  .dropdown .hide {
    display: none; }
  .dropdown span {
    display: block;
    margin-right: 28px;
    color: grey;
    cursor: pointer; }
  .dropdown .dropdown-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    padding: 16px 0;
    list-style-type: none;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 42px 54px rgba(135, 130, 130, 0.1), 0 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
            box-shadow: 0 42px 54px rgba(135, 130, 130, 0.1), 0 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
    z-index: 1000; }
    .dropdown .dropdown-list li {
      position: relative;
      padding: 8px 55px 8px 40px;
      white-space: nowrap;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .dropdown .dropdown-list li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 16px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        border: #0dc7a3 solid 1px;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .dropdown .dropdown-list li::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 19.5px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #0dc7a3;
        -webkit-transition: all ease 0.05s;
        transition: all ease 0.05s;
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0); }
      .dropdown .dropdown-list li.selected::after {
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1); }
      .dropdown .dropdown-list li:hover {
        background-color: rgba(23, 35, 49, 0.025); }

.toast {
  opacity: 0.9 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .toast-success {
    background-color: #0dc7a3; }
  .toast-warning {
    background-color: #ffc593; }
  .toast-error {
    background-color: #ff5d6a; }
  .toast:hover {
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .toast .toast-title {
    font-size: 14px;
    margin-bottom: 8px; }
  .toast .toast-message {
    font-size: 14px;
    line-height: 1.3; }

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23); }
  .header .color-divider {
    display: none; }
  .header__delivery {
    display: none;
    height: 32px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 10px;
    color: #6ebbfd;
    background-color: rgba(110, 187, 253, 0.1); }
    .header__delivery i {
      font-size: 18px; }
    .header__delivery .text {
      margin-left: 10px; }
    @media (max-width: 1023px) {
      .header__delivery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .header .nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px; }
    @media (max-width: 767px) {
      .header .nav {
        height: 50px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 15px; } }
    .header .nav__logo {
      height: 20px;
      width: 10%;
      margin-right: 2%; }
      @media (max-width: 767px) {
        .header .nav__logo {
          width: 84px;
          margin-right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .header .nav__logo img {
        max-width: 100%; }
        @media (max-width: 767px) {
          .header .nav__logo img {
            width: 100%; } }
        .header .nav__logo img.main {
          display: block; }
        .header .nav__logo img.default {
          display: none; }
    .header .nav__icon-menu {
      cursor: pointer;
      display: none; }
      @media (max-width: 767px) {
        .header .nav__icon-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .header .nav__search {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 45%;
      position: relative; }
      @media (max-width: 767px) {
        .header .nav__search {
          display: none; } }
      .header .nav__search .search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%; }
        .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier path {
          fill: white; }
        .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-close path {
          fill: white; }
        .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input {
          background-color: rgba(255, 255, 255, 0.2);
          border: 0;
          border-radius: 4px;
          color: white;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
          .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-webkit-input-placeholder {
            color: white;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px; }
          .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input:-moz-placeholder {
            color: white;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px; }
          .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-moz-placeholder {
            color: white;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px; }
          .header .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input:-ms-input-placeholder {
            color: white;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px; }
    .header .nav__menu {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 0;
      margin-left: 1%; }
      @media (max-width: 1151px) {
        .header .nav__menu {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .header .nav__menu {
          display: contents; } }
      .header .nav__menu__item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 30px; }
        .header .nav__menu__item:last-child {
          margin-right: 0; }
          @media (max-width: 767px) {
            .header .nav__menu__item:last-child {
              margin: 0; } }
        .header .nav__menu__item > i {
          color: white;
          font-size: 20px; }
        .header .nav__menu__item .text {
          margin-left: 8px;
          color: white; }
        .header .nav__menu__item--delivery, .header .nav__menu__item--sign-in, .header .nav__menu__item--favourite, .header .nav__menu__item--setting {
          cursor: pointer; }
          @media (max-width: 767px) {
            .header .nav__menu__item--delivery, .header .nav__menu__item--sign-in, .header .nav__menu__item--favourite, .header .nav__menu__item--setting {
              display: none; } }
        .header .nav__menu__item--setting {
          position: relative; }
          .header .nav__menu__item--setting .text {
            text-transform: uppercase; }
          .header .nav__menu__item--setting:hover .settings {
            display: block; }
        .header .nav__menu__item--delivery {
          text-transform: uppercase;
          letter-spacing: 0.3px;
          font-size: 12px; }
          @media (max-width: 1023px) {
            .header .nav__menu__item--delivery {
              display: none; } }
        .header .nav__menu__item--sign-in {
          font-size: 14px;
          position: relative; }
          .header .nav__menu__item--sign-in:hover .sign-in {
            display: block; }
        .header .nav__menu__item--basket {
          font-size: 14px;
          position: relative; }
          .header .nav__menu__item--basket .counter {
            border-radius: 8px;
            border: 1px solid white;
            color: white;
            background-color: #0dc7a3;
            position: absolute;
            top: -2px;
            padding: 0 2px;
            left: 13px;
            height: 15px;
            min-width: 15px;
            font-weight: 500;
            font-size: 9px;
            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; }
          .header .nav__menu__item--basket > a {
            font-size: 20px;
            color: #ffffff; }
          .header .nav__menu__item--basket .basket-wrap {
            z-index: 10;
            padding-top: 10px;
            position: absolute;
            top: 100%;
            right: 0;
            width: 375px;
            display: none;
            cursor: initial;
            -webkit-filter: drop-shadow(0px 42px 54px rgba(135, 130, 130, 0.1)), drop-shadow(0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589)), drop-shadow(0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05)), drop-shadow(0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411));
                    filter: drop-shadow(0px 42px 54px rgba(135, 130, 130, 0.1)), drop-shadow(0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589)), drop-shadow(0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05)), drop-shadow(0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411)); }
          .header .nav__menu__item--basket:hover .basket-wrap {
            display: block; }
          @media (max-width: 767px) {
            .header .nav__menu__item--basket:hover .basket-wrap {
              display: none; } }
  .header .sub-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 36px;
    position: relative; }
    @media (max-width: 1023px) {
      .header .sub-navs {
        overflow-x: auto;
        overflow-y: hidden; } }
    @media (max-width: 767px) {
      .header .sub-navs {
        display: none; } }
    .header .sub-navs__left, .header .sub-navs__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header .sub-navs__left__item, .header .sub-navs__right__item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        white-space: nowrap;
        color: white;
        cursor: pointer; }
        .header .sub-navs__left__item > i, .header .sub-navs__right__item > i {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .header .sub-navs__left__item__text, .header .sub-navs__right__item__text {
          position: relative; }
          .header .sub-navs__left__item__text .triangle, .header .sub-navs__right__item__text .triangle {
            height: 0;
            width: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid white;
            position: absolute;
            left: 50%;
            opacity: 0;
            top: calc(100% + 12px);
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            z-index: 10; }
        .header .sub-navs__left__item:hover > i, .header .sub-navs__right__item:hover > i {
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg); }
        .header .sub-navs__left__item:hover .triangle, .header .sub-navs__right__item:hover .triangle {
          opacity: 1; }
        .header .sub-navs__left__item--categories:hover .categories, .header .sub-navs__right__item--categories:hover .categories {
          display: block; }
        .header .sub-navs__left__item--brands:hover .brands, .header .sub-navs__right__item--brands:hover .brands {
          display: block; }
    .header .sub-navs__left {
      margin-right: 30px;
      max-width: 620px;
      -webkit-box-flex: 5;
          -ms-flex: 5;
              flex: 5; }
      .header .sub-navs__left__item {
        margin-right: 20px; }
        .header .sub-navs__left__item i {
          font-size: 12px;
          margin-left: 6px; }
    .header .sub-navs__right {
      margin-left: auto;
      max-width: 450px;
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4; }
      .header .sub-navs__right__item {
        margin-left: 20px; }
        .header .sub-navs__right__item i {
          margin-right: 10px; }
  .header--default {
    background-color: white !important;
    border-bottom: 0; }
    .header--default .color-divider {
      display: block; }
    .header--default .nav__logo img.main {
      display: none; }
    .header--default .nav__logo img.default {
      display: block; }
    .header--default .nav__icon-menu {
      color: #172331; }
    .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier path {
      fill: rgba(23, 35, 49, 0.6); }
    .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-close path {
      fill: #172331; }
    .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input {
      color: #172331;
      border: 1px solid #f0f0f0; }
      .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-webkit-input-placeholder {
        color: rgba(23, 35, 49, 0.6); }
      .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input:-moz-placeholder {
        color: rgba(23, 35, 49, 0.6); }
      .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-moz-placeholder {
        color: rgba(23, 35, 49, 0.6); }
      .header--default .nav__search .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input:-ms-input-placeholder {
        color: rgba(23, 35, 49, 0.6); }
    .header--default .nav__menu__item {
      color: #172331; }
      .header--default .nav__menu__item .text {
        color: #172331; }
      .header--default .nav__menu__item > i {
        color: #172331; }
      .header--default .nav__menu__item--delivery i {
        color: #6ebbfd; }
    .header--default .sub-navs__left__item, .header--default .sub-navs__right__item {
      color: #172331; }
    .header--default .nav__menu__item--basket > a {
      color: #172331; }
  .header--default .header__delivery {
    color: #6ebbfd;
    background-color: rgba(110, 187, 253, 0.1); }

.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .main-slider__item {
    width: 100%;
    font-size: 90px;
    line-height: 90px;
    color: white; }
    @media (max-width: 1023px) {
      .main-slider__item {
        font-size: 64px;
        line-height: 64px; } }
    @media (max-width: 767px) {
      .main-slider__item {
        font-size: 56px;
        line-height: 56px; } }
    .main-slider__item-img {
      padding-top: 80px;
      width: 100%;
      background-size: cover;
      background-position: center;
      height: 530px; }
      @media (max-width: 1023px) {
        .main-slider__item-img {
          height: 500px;
          padding-top: 40px;
          padding-bottom: 215px; } }
      @media (max-width: 767px) {
        .main-slider__item-img {
          height: 400px;
          padding-bottom: 197px; } }
      @media (max-width: 767px) {
        .main-slider__item-img_desktop {
          display: none; } }
      .main-slider__item-img_mobile {
        display: none; }
        @media (max-width: 767px) {
          .main-slider__item-img_mobile {
            display: block; } }
    .main-slider__item-title {
      font-weight: 300; }
      @media (max-width: 767px) {
        .main-slider__item-title {
          margin-bottom: 9px; } }
    .main-slider__item-title-2 {
      margin-bottom: 16px;
      font-weight: 700;
      max-width: 70%;
      font-size: 60px;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .main-slider__item-title-2 {
          font-size: 46px;
          line-height: 1.1;
          padding-bottom: 12px;
          max-width: 100%; } }
    .main-slider__item-description {
      margin-bottom: 40px;
      font-size: 18px;
      line-height: 23px;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .main-slider__item-description {
          margin-bottom: 32px; } }
      @media (max-width: 767px) {
        .main-slider__item-description {
          margin-bottom: 24px;
          font-size: 16px;
          line-height: 22px; } }
    .main-slider__item-button {
      max-width: 160px; }
  .main-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-slider .owl-dots .owl-dot {
      width: 16px;
      min-width: initial;
      height: 16px;
      border-radius: 50%;
      margin: 0 5px;
      border: 1px solid transparent;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .main-slider .owl-dots .owl-dot:after {
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        border-radius: 50%;
        top: 5px;
        left: 5px;
        opacity: 1;
        background-color: white; }
      .main-slider .owl-dots .owl-dot.active {
        border: 1px solid white; }

header .categories {
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 4px;
  z-index: 100;
  width: 100%;
  padding-top: 10px;
  display: none; }
  header .categories__container {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 32px;
    width: 100%;
    color: #172331; }
  header .categories__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  header .categories__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 50%; }
    header .categories__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      font-weight: 600;
      border-top: 1px solid #f8f8f9;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      -webkit-column-break-inside: avoid-column;
      page-break-inside: avoid-column;
      break-inside: avoid-column; }
      header .categories__list__item--toggle {
        cursor: pointer; }
        header .categories__list__item--toggle .icon {
          margin-left: 10px;
          font-size: 10px;
          color: #0dc7a3; }
      header .categories__list__item .title {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #172331; }
      header .categories__list__item .content {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        display: none;
        padding-bottom: 10px; }
        header .categories__list__item .content__item {
          display: block;
          color: #747b83;
          margin-bottom: 8px;
          line-height: 20px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          header .categories__list__item .content__item:hover {
            color: #0dc7a3; }
  header .categories__lists--count-banners-0 header .categories__list {
    max-width: 25%; }
  header .categories__lists--count-banners-1 header .categories__list {
    max-width: calc(100% / 3); }
  header .categories__lists--count-banners-2 header .categories__list {
    max-width: 50%; }
  header .categories__banner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 273px;
    height: 273px;
    border-radius: 4px;
    margin-left: auto; }
    header .categories__banner + .categories__banner {
      margin-left: 24px; }
    @media (max-width: 1023px) {
      header .categories__banner {
        display: none; } }
    @media (max-width: 1279px) {
      header .categories__banner--2 {
        display: none; } }

.brands {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 4px;
  z-index: 100;
  width: 100%;
  padding-top: 10px;
  display: none;
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411); }
  .brands__container {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 32px;
    width: 100%; }
  .brands__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .brands__list {
    margin-right: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .brands__list__item {
      max-width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 14px;
      font-weight: 600;
      height: 40px;
      color: #172331;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-bottom: 1px solid #f8f8f9; }
      .brands__list__item:not(.brands__list__item--popular):hover {
        color: #0dc7a3; }
      .brands__list__item--all, .brands__list__item--popular, .brands__list__item:last-child {
        border-bottom: 0; }
      .brands__list__item--all {
        color: #0dc7a3; }
        .brands__list__item--all:hover {
          color: #172331 !important; }
      .brands__list__item--popular {
        cursor: initial;
        font-size: 16px; }
  .brands__lists--count-banners-0 .brands__list {
    max-width: 25%; }
  .brands__lists--count-banners-1 .brands__list {
    max-width: calc(100% / 3); }
  .brands__lists--count-banners-2 .brands__list {
    max-width: 50%; }
  .brands__banner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 273px;
    height: 273px;
    border-radius: 4px;
    background-color: #747b83;
    margin-left: auto; }
    .brands__banner + .categories__banner {
      margin-left: 24px; }
    @media (max-width: 1023px) {
      .brands__banner {
        display: none; } }
    @media (max-width: 1279px) {
      .brands__banner--2 {
        display: none; } }

.search-mobile {
  background-color: #fc9ec6;
  display: none; }
  @media (max-width: 767px) {
    .search-mobile {
      display: block; } }
  .search-mobile .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px; }
    .search-mobile .search-form .dgwt-wcas-search-wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
      .search-mobile .search-form .dgwt-wcas-search-wrapp svg {
        position: absolute;
        right: 16px;
        top: 17px;
        font-size: 14px;
        color: white; }
      .search-mobile .search-form .dgwt-wcas-search-wrapp input {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        padding: 0 16px;
        height: 48px;
        width: 100%;
        font-weight: 500;
        border: 0;
        border-radius: 4px;
        color: white;
        font-size: 14px; }
        .search-mobile .search-form .dgwt-wcas-search-wrapp input::-webkit-input-placeholder {
          color: white; }
        .search-mobile .search-form .dgwt-wcas-search-wrapp input:-moz-placeholder {
          color: white; }
        .search-mobile .search-form .dgwt-wcas-search-wrapp input::-moz-placeholder {
          color: white; }
        .search-mobile .search-form .dgwt-wcas-search-wrapp input:-ms-input-placeholder {
          color: white; }

.settings {
  z-index: 10;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411); }
  .settings__container {
    color: #172331;
    border-radius: 4px;
    background-color: white;
    padding: 24px 17px; }
  .settings__title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600; }
  .settings__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px; }
    .settings__inputs .radio label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .settings__inputs .radio label img {
        height: 16px;
        margin: 0 3px; }
    .settings__inputs .radio + .radio {
      margin-top: 10px; }
  .settings__select {
    width: 162px;
    margin-bottom: 32px; }
  .settings__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .settings__controls button {
      height: 29px; }
      .settings__controls button.cancel {
        background-color: transparent;
        color: #0dc7a3; }
      .settings__controls button + button {
        margin-left: 10px; }

.sign-in {
  z-index: 10;
  padding-top: 10px;
  position: absolute;
  cursor: initial;
  top: 100%;
  right: -30px;
  display: none;
  min-width: 332px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411); }
  .sign-in__image {
    margin: auto;
    display: block;
    margin-bottom: 18px; }
  .sign-in__container {
    color: #172331;
    background-color: white;
    padding: 17px 24px; }
    .sign-in__container:first-child {
      border-radius: 4px 4px 0 0; }
  .sign-in__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .sign-in__header h3 {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 5px;
      font-weight: 600; }
    .sign-in__header p {
      color: rgba(116, 123, 131, 0.6); }
  .sign-in__controls {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
    .sign-in__controls button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .sign-in__controls button + button {
        margin-left: 8px; }
  .sign-in__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sign-in__menu__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #172331; }
      .sign-in__menu__item:not(:first-child) {
        margin-top: 16px; }
      .sign-in__menu__item .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 10px; }
        .sign-in__menu__item .content .item-title {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px; }
        .sign-in__menu__item .content .item-sub-title {
          font-weight: 500;
          font-size: 10px;
          line-height: 14px;
          color: rgba(23, 35, 49, 0.6); }
      .sign-in__menu__item .icon-right {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotateZ(-90deg);
                transform: rotateZ(-90deg);
        position: relative;
        right: 0; }
      .sign-in__menu__item .icon-type {
        color: #6ebbfd;
        font-size: 21px; }
      .sign-in__menu__item:hover .icon-right {
        right: -7px; }
      .sign-in__menu__item--with-indicator .icon-type {
        position: relative; }
        .sign-in__menu__item--with-indicator .icon-type:after {
          position: absolute;
          content: "";
          top: -1px;
          right: 1px;
          border-radius: 50%;
          height: 8px;
          width: 8px;
          border: 1px solid white;
          background-color: #ffc593; }
  .sign-in__info-wrap {
    background: -webkit-gradient(linear, right top, left top, from(#ffe293), color-stop(18.75%, #ffc593), color-stop(38.02%, #ffa7ae), color-stop(57.81%, #fc9ec6), color-stop(78.12%, #6ebbfd), color-stop(95.83%, #0dc7a3));
    background: linear-gradient(270deg, #ffe293 0%, #ffc593 18.75%, #ffa7ae 38.02%, #fc9ec6 57.81%, #6ebbfd 78.12%, #0dc7a3 95.83%);
    padding: 1px;
    border-radius: 4px;
    margin-bottom: 24px; }
  .sign-in__info {
    border-radius: 4px;
    background-color: white; }
    .sign-in__info__row {
      padding: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .sign-in__info__row:first-child {
        border-bottom: 1px solid #f8f8f9; }
    .sign-in__info__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .sign-in__info__item .key {
        color: rgba(116, 123, 131, 0.4);
        font-weight: 500;
        font-size: 9px;
        line-height: 14px;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      .sign-in__info__item .value {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600; }
      .sign-in__info__item--details .key {
        color: #0dc7a3;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        text-transform: initial; }
      .sign-in__info__item--status--in-progress .value {
        color: #ffc593; }
  .sign-in__log-out .sign-in__container {
    background-color: rgba(110, 187, 253, 0.1); }
  .sign-in__log-out {
    background-color: white; }
    .sign-in__log-out__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      color: #172331; }
      .sign-in__log-out__item .content {
        margin: 0 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px; }
      .sign-in__log-out__item i {
        font-size: 21px;
        color: #6ebbfd; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 0 55px 0;
  overflow: hidden;
  background-color: #f8f8f8; }
  @media (max-width: 767px) {
    .footer {
      padding: 0 0 24px 0; } }
  .footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .social-icons a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-right: 18px; }
      .footer .social-icons a i {
        margin: auto;
        color: #172331;
        font-size: 18px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .footer .social-icons a i:hover {
          color: rgba(23, 35, 49, 0.6);
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
  .footer_head {
    padding: 35px 0; }
    .footer_head .footer-logo .logo_image {
      width: 152px; }
      @media (max-width: 1023px) {
        .footer_head .footer-logo .logo_image {
          width: 126px; } }
      @media (max-width: 767px) {
        .footer_head .footer-logo .logo_image {
          width: 100px; } }
    .footer_head .mobile {
      display: none; }
    @media (max-width: 767px) {
      .footer_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .footer_head .mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: rgba(23, 35, 49, 0.6);
    line-height: 20px;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer_content .ismile-description {
      width: 335px; }
      @media (max-width: 767px) {
        .footer_content .ismile-description {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 16px;
          width: 350px;
          line-height: 14px;
          font-size: 12px; } }
    .footer_content .widget_nav_menu {
      margin-bottom: 20px;
      list-style: none; }
      @media (max-width: 767px) {
        .footer_content .widget_nav_menu {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 16px 0; } }
      @media (max-width: 1151px) {
        .footer_content .widget_nav_menu {
          padding: 20px 0;
          border-top: 1px solid rgba(23, 35, 49, 0.1);
          border-bottom: 1px solid rgba(23, 35, 49, 0.1); } }
      .footer_content .widget_nav_menu .widgettitle {
        display: block;
        line-height: 14px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        margin-bottom: 16px; }
      .footer_content .widget_nav_menu .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 1151px) {
          .footer_content .widget_nav_menu .menu {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        @media (max-width: 1023px) {
          .footer_content .widget_nav_menu .menu {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 200px; } }
        @media (max-width: 767px) {
          .footer_content .widget_nav_menu .menu {
            width: 300px; } }
        .footer_content .widget_nav_menu .menu .menu-item {
          color: #172331;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          margin-bottom: 12px; }
          .footer_content .widget_nav_menu .menu .menu-item a {
            font-size: 14px;
            line-height: 17px;
            color: #172331; }
            .footer_content .widget_nav_menu .menu .menu-item a:hover {
              color: rgba(23, 35, 49, 0.6); }
          @media (max-width: 1151px) {
            .footer_content .widget_nav_menu .menu .menu-item {
              margin-right: 24px;
              margin-bottom: 0; } }
          @media (max-width: 1023px) {
            .footer_content .widget_nav_menu .menu .menu-item {
              margin-right: 0;
              line-height: 20px;
              font-size: 14px; }
              .footer_content .widget_nav_menu .menu .menu-item:first-child {
                margin-bottom: 16px; } }
          @media (max-width: 767px) {
            .footer_content .widget_nav_menu .menu .menu-item {
              white-space: nowrap;
              line-height: 22px;
              font-size: 16px;
              text-align: start;
              width: 120px; } }
    .footer_content_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 65%; }
      @media (max-width: 1151px) {
        .footer_content_right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 50%; } }
      @media (max-width: 767px) {
        .footer_content_right {
          width: 100%; } }
      .footer_content_right .contacts {
        max-width: 277px; }
        @media (max-width: 767px) {
          .footer_content_right .contacts {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            max-width: 345px; } }
        .footer_content_right .contacts .contacts-title {
          margin-bottom: 8px; }
        .footer_content_right .contacts .contacts-address {
          margin-bottom: 12px; }
          @media (max-width: 767px) {
            .footer_content_right .contacts .contacts-address {
              margin-bottom: 16px;
              width: 345px;
              line-height: 14px;
              font-size: 12px; } }
        .footer_content_right .contacts .connection-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media (max-width: 1151px) {
            .footer_content_right .contacts .connection-info {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              margin-bottom: 20px;
              width: 320px; } }
          @media (max-width: 767px) {
            .footer_content_right .contacts .connection-info {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              margin-bottom: 16px; } }
          .footer_content_right .contacts .connection-info .phone,
          .footer_content_right .contacts .connection-info .email {
            margin-bottom: 15px; }
            @media (max-width: 1151px) {
              .footer_content_right .contacts .connection-info .phone,
              .footer_content_right .contacts .connection-info .email {
                margin-bottom: 0; } }
            @media (max-width: 767px) {
              .footer_content_right .contacts .connection-info .phone,
              .footer_content_right .contacts .connection-info .email {
                margin-bottom: 15px; } }
          .footer_content_right .contacts .connection-info div span {
            color: #172331;
            line-height: 22px; }
      @media (max-width: 767px) {
        .footer_content_right .folow-us_payment-methods {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          margin-bottom: 16px; } }
      .footer_content_right .folow-us_payment-methods .folow-us {
        margin-bottom: 40px; }
        @media (max-width: 1151px) {
          .footer_content_right .folow-us_payment-methods .folow-us {
            display: none; } }
        .footer_content_right .folow-us_payment-methods .folow-us .footer-categories {
          margin-bottom: 16px; }
      .footer_content_right .folow-us_payment-methods .payment-methods {
        color: #172331; }
        .footer_content_right .folow-us_payment-methods .payment-methods .footer-categories {
          margin-bottom: 16px; }
        .footer_content_right .folow-us_payment-methods .payment-methods .payment-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 195px; }
          @media (max-width: 767px) {
            .footer_content_right .folow-us_payment-methods .payment-methods .payment-icons {
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          .footer_content_right .folow-us_payment-methods .payment-methods .payment-icons img {
            max-width: 44px;
            margin-right: 20px; }
    .footer_content .footer-categories {
      display: block;
      line-height: 14px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.01em; }
      @media (max-width: 767px) {
        .footer_content .footer-categories {
          line-height: 14px;
          font-size: 10px; } }
  .footer .copyright {
    position: relative;
    display: block;
    line-height: 14px;
    font-size: 10px; }
    .footer .copyright::before {
      content: '© iSmile.ee. Kõik õigused kaitstud.';
      position: absolute;
      top: -14px;
      color: rgba(23, 35, 49, 0.4); }
      @media (max-width: 767px) {
        .footer .copyright::before {
          top: 0; } }

.card-categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 168px;
  height: 130px;
  padding-left: 15px;
  border-radius: 4px;
  border-bottom: solid 4px #fc9ec6;
  background-color: #f8f8f8;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
  -webkit-transition: 0.18s;
  transition: 0.18s;
  color: #172331 !important;
}
  .card-categories__title {
    width: 122px;
    margin-bottom: 2px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 700; }
  .card-categories__products {
    color: rgba(23, 35, 49, 0.6);
    line-height: 14px;
    font-size: 10px;
    font-weight: 500; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 16px 40px 16px;
  text-decoration: none;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 1023px) {
    .card {
      padding: 13px 8px 36px 8px; } }
  @media (max-width: 767px) {
    .card {
      padding: 13px 12px 25px 12px; } }
  @media (max-width: 380px) {
    .card {
      padding-bottom: 12px; } }
  @media (min-width: 1024px) {
    .card:hover {
      -webkit-box-shadow: 0 42px 54px rgba(135, 130, 130, 0.1), 0 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
              box-shadow: 0 42px 54px rgba(135, 130, 130, 0.1), 0 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
      z-index: 9; }
      .card:hover .card__footer-wrap {
        height: auto;
        -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.06);
        z-index: 9; } }
  .card__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .card__head .card__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0;
      margin-bottom: 9px;
      width: 100%; }
      .card__head .card__image a {
        margin: auto; }
      .card__head .card__image img {
        max-width: 100%;
        max-height: 115px;
        -o-object-fit: contain;
           object-fit: contain; }
  .card__over {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .card__over .card-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .card__over .card-tags__item {
        padding: 4px 8px;
        color: #fff;
        line-height: 14px;
        font-size: 10px;
        font-weight: 500;
        border-radius: 2px; }
        .card__over .card-tags__item_green {
          background-color: #0dc7a3; }
        .card__over .card-tags__item_red {
          background-color: #ff5d6a; }
  .card__favourite-icon {
    cursor: pointer; }
    .card__favourite-icon .icon {
      font-size: 18px; }
    .card__favourite-icon .icon-favourite-active {
      display: none; }
    .card__favourite-icon.active .icon-favourite {
      display: none; }
    .card__favourite-icon.active .icon-favourite-active {
      display: block; }
    .card__favourite-icon.loading .card__favourite-loading {
      display: block; }
    .card__favourite-icon.loading .icon {
      display: none; }
  .card__favourite-loading {
    display: none;
    width: 19px;
    height: 19px; }
    .card__favourite-loading img {
      max-width: 100%; }
  .card__title {
    position: relative;
    display: -webkit-box;
    margin-bottom: 8px;
    width: 100%;
    height: 40px;
    color: #172331 !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767px) {
      .card__title {
        line-height: 14px;
        font-size: 12px; } }
  .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
    width: 100%; }
  .card__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    cursor: pointer; }
    .card__comments .icon-comments {
      margin: 0 5px 0 0;
      color: #ffc593;
      font-size: 10px; }
    .card__comments p {
      margin-bottom: 0 !important;
      color: #172331;
      line-height: 14px;
      font-size: 10px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .card__comments p {
          font-size: 9px; } }
    .card__comments .card__comments-quantity {
      color: rgba(23, 35, 49, 0.3); }
  .card__delivery {
    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;
    margin-bottom: 10px;
    width: 100%;
    color: rgba(23, 35, 49, 0.6);
    line-height: 14px;
    font-size: 10px;
    font-weight: 500; }
    .card__delivery i {
      margin-right: 5px;
      line-height: 14px;
      font-size: 10px;
      font-weight: 500; }
    .card__delivery p {
      margin-bottom: 0 !important; }
  .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-weight: 700; }
    .card__price br {
      display: none !important; }
    .card__price .wc-points-rewards-product-message {
      display: none !important; }
    .card__price-cost {
      color: #172331; }
      @media (max-width: 1023px) {
        .card__price-cost {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; } }
      .card__price-cost p {
        margin-bottom: 0 !important; }
      .card__price-cost-currency {
        line-height: 23px;
        font-size: 18px; }
        @media (max-width: 1023px) {
          .card__price-cost-currency {
            line-height: 14px;
            font-size: 10px; } }
      .card__price-cost-quantity .price {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 21px;
        font-size: 23px;
        text-align: center;
        letter-spacing: -0.03em; }
        .card__price-cost-quantity .price .wcsatt-sub-options {
          display: none; }
        .card__price-cost-quantity .price del {
          position: relative;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-right: 5px;
          padding-left: 10px;
          line-height: 14px;
          font-size: 12px;
          font-weight: 500;
          text-decoration: none;
          opacity: 0.6; }
          .card__price-cost-quantity .price del::before {
            content: "";
            position: absolute;
            top: -8px;
            left: 1px;
            width: 1px;
            height: 30px;
            opacity: 0.15;
            background-color: #172331;
            -webkit-transform: rotate(18deg);
                    transform: rotate(18deg); }
        .card__price-cost-quantity .price .woocommerce-Price-currencySymbol {
          position: relative;
          top: -6px;
          margin-right: 4px;
          line-height: 23px;
          font-size: 16px;
          text-decoration: none; }
          @media (max-width: 380px) {
            .card__price-cost-quantity .price .woocommerce-Price-currencySymbol {
              line-height: 1;
              font-size: 14px; } }
        .card__price-cost-quantity .price ins {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-right: 5px;
          text-decoration: none;
          white-space: nowrap; }
        .card__price-cost-quantity .price .woocommerce-price-suffix {
          position: absolute;
          top: 100%;
          display: inline-block;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          width: 100%;
          color: #747b83;
          font-size: 13px;
          font-weight: 400; }
          @media (max-width: 1023px) {
            .card__price-cost-quantity .price .woocommerce-price-suffix {
              width: auto; } }
          @media (max-width: 380px) {
            .card__price-cost-quantity .price .woocommerce-price-suffix {
              display: none; } }
        @media (max-width: 1023px) {
          .card__price-cost-quantity .price {
            text-align: left; } }
        @media (max-width: 767px) {
          .card__price-cost-quantity .price {
            line-height: 1;
            font-size: 20px; } }
        @media (max-width: 380px) {
          .card__price-cost-quantity .price {
            line-height: 24px;
            font-size: 14px; } }
      .card__price-cost-basket {
        display: none;
        color: #0dc7a3;
        line-height: 22px;
        font-size: 20px; }
        @media (max-width: 1023px) {
          .card__price-cost-basket {
            display: block; } }
    .card__price-buy-mobile-loading {
      display: none;
      width: 20px; }
      .card__price-buy-mobile-loading img {
        max-width: 100%; }
  .card__footer {
    position: absolute;
    top: calc(100% - 10px);
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.06);
    z-index: 2; }
    .card__footer-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 100%;
      padding: 0 16px;
      color: rgba(23, 35, 49, 0.3); }
      .card__footer-options .option {
        margin: 2px;
        min-width: 55px;
        padding: 0 8px;
        color: #172331;
        line-height: 15px;
        font-size: 9px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid rgba(23, 35, 49, 0.1);
        border-radius: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        .card__footer-options .option.active {
          border: 1px solid #0dc7a3; }
    .card__footer::after {
      content: "";
      opacity: 0;
      -webkit-box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.06);
              box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.06);
      z-index: -1;
      -webkit-transition: 0.18s;
      transition: 0.18s; }
    .card__footer-wrap {
      width: 100%;
      height: 0;
      overflow: hidden;
      border-radius: 0 0 4px 4px;
      background: #fff;
      -webkit-transition: 0.18s;
      transition: 0.18s; }
  .card__buttons {
    top: 34px;
    margin-top: 10px;
    width: 100%; }
    .card__buttons .button {
      border-radius: 0 0 0 0; }
      .card__buttons .button p {
        margin-bottom: 0; }
  .card__loader {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%; }

.subscribe-container {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ffe293), color-stop(18.75%, #ffc593), color-stop(38.02%, #ffa7ae), color-stop(57.81%, #fc9ec6), color-stop(78.12%, #6ebbfd), color-stop(95.83%, #0dc7a3));
  background: linear-gradient(270deg, #ffe293 0%, #ffc593 18.75%, #ffa7ae 38.02%, #fc9ec6 57.81%, #6ebbfd 78.12%, #0dc7a3 95.83%); }
  .subscribe-container .subscribe {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: auto;
    width: 100%;
    padding: 38px 0; }
    @media (max-width: 1023px) {
      .subscribe-container .subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: initial;
        max-width: 100%;
        padding: 32px 0; } }
    .subscribe-container .subscribe__title {
      color: white;
      line-height: 44px;
      font-size: 40px;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .subscribe-container .subscribe__title {
          margin-bottom: 24px;
          width: 250px;
          line-height: 32px;
          font-size: 32px; } }
      @media (max-width: 1023px) {
        .subscribe-container .subscribe__title {
          margin-bottom: 16px; } }
      @media (max-width: 1151px) {
        .subscribe-container .subscribe__title {
          line-height: 35px;
          font-size: 32px; } }
    .subscribe-container .subscribe__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .subscribe-container .subscribe__form__field {
        margin-right: 8px;
        width: 411px;
        min-width: 238px;
        height: 44px;
        padding: 12px 16px;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-family: "root-ui", sans-serif, serif;
        border: none;
        border-radius: 2px;
        background-color: white; }
        @media (max-width: 767px) {
          .subscribe-container .subscribe__form__field {
            min-width: initial;
            width: 100%;
            border-radius: 4px; } }
      .subscribe-container .subscribe__form__button {
        width: 98px;
        height: 44px;
        line-height: 14px;
        font-size: 12px;
        border-radius: 2px; }
        @media (max-width: 767px) {
          .subscribe-container .subscribe__form__button {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            border-radius: 4px; } }

.description-container {
  width: 100%;
  padding: 64px 0;
  background: #f8f8f8;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .description-container__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 1151px) {
    .description-container {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .description-container {
      padding: 40px 0; } }
  .description-container__text {
    margin-bottom: 25px;
    color: rgba(23, 35, 49, 0.6);
    line-height: 19px;
    font-size: 16px;
    position: relative;
    height: 300px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: .6s;
    transition: .6s; }
    .description-container__text:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f8f8f8+40&0+0,1+59 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.02)), color-stop(40%, rgba(248, 248, 248, 0.68)), color-stop(59%, #f8f8f8));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, rgba(248, 248, 248, 0.68) 40%, #f8f8f8 59%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f8f8f8',GradientType=0 );
      /* IE6-9 */
      z-index: 2; }
    .description-container__text h3 {
      margin-bottom: 21px;
      color: #172331;
      line-height: 35px;
      font-size: 32px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .description-container__text h3 {
          margin-bottom: 16px;
          line-height: 25px;
          font-size: 20px; } }
    @media (max-width: 767px) {
      .description-container__text {
        margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .description-container__main-text, .description-container__short {
      line-height: 19px;
      font-size: 16px; } }
  .description-container.active .description-container__text .description-container__short p {
    margin-bottom: 0; }
  .description-container.active .description-container__text .description-container__short p::after {
    display: none; }
  .description-container.active .description-container__main-text {
    display: inline; }
  .description-container__button {
    color: #0dc7a3;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700; }
    .description-container__button.active .description-container__button_show {
      display: none; }
    .description-container__button.active .description-container__button_hide {
      display: block;
      margin-top: 32px; }
    .description-container__button_show {
      display: block; }
    .description-container__button_hide {
      display: none; }
  .description-container__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 75px;
    width: 42vw;
    max-width: 680px;
    height: 273px;
    padding: 32px 0 30px 32px;
    float: right;
    border-radius: 2px;
    background: center/cover no-repeat url("../../../images/content/banner-1.jpg");
    background-color: #6ebbfd; }
    .description-container__banner__logo {
      width: 140px; }
    .description-container__banner__text {
      color: #fff; }
      .description-container__banner__text h3 {
        margin-bottom: 12px;
        max-width: 336px;
        line-height: 44px;
        font-size: 40px;
        font-weight: 700; }
        @media (max-width: 1023px) {
          .description-container__banner__text h3 {
            max-width: 227px;
            line-height: 35px;
            font-size: 32px; } }
        @media (max-width: 767px) {
          .description-container__banner__text h3 {
            max-width: 236px; } }
      .description-container__banner__text p {
        line-height: 18px;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .description-container__banner__text p {
            max-width: 227px;
            line-height: 20px;
            font-size: 14px; } }
    @media (max-width: 1151px) {
      .description-container__banner {
        margin-left: 54px; } }
    @media (max-width: 1023px) {
      .description-container__banner {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .description-container__banner {
        -ms-flex-item-align: center;
            align-self: center;
        margin-left: 0;
        width: 100%;
        max-width: 100%; } }

.banners-container {
  margin-right: 16px;
  width: 100%;
  padding: 64px 0 0; }
  @media (max-width: 767px) {
    .banners-container__wrapper {
      padding-right: 0 !important; } }
  .banners-container__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1440px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .banners-container__banners::-webkit-scrollbar {
      display: none; }
    .banners-container__banners::after {
      content: "";
      display: none;
      width: 16px;
      height: 10px;
      clear: both; }
      @media (max-width: 767px) {
        .banners-container__banners::after {
          display: table; } }
    @media (max-width: 767px) {
      .banners-container__banners {
        overflow-x: scroll; } }
  @media (max-width: 1151px) {
    .banners-container {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .banners-container {
      padding: 40px 0; } }
  .banners-container__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-width: 343px;
    max-width: 680px;
    height: 273px;
    padding: 36px 0 30px 36px;
    border-radius: 2px;
    background-position: center;
    background-size: cover;
    background-color: #6ebbfd; }
    .banners-container__banner__text {
      color: #fff; }
      .banners-container__banner__text h3 {
        margin-bottom: 12px;
        max-width: 323px;
        line-height: 44px;
        font-size: 40px;
        font-weight: 700; }
        @media (max-width: 1023px) {
          .banners-container__banner__text h3 {
            max-width: 263px;
            line-height: 35px;
            font-size: 32px; } }
        @media (max-width: 767px) {
          .banners-container__banner__text h3 {
            max-width: 100%; } }
      .banners-container__banner__text p {
        line-height: 18px;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .banners-container__banner__text p {
            max-width: 227px;
            line-height: 20px;
            font-size: 14px; } }
    .banners-container__banner__button {
      width: 160px; }
    .banners-container__banner:first-child {
      margin-right: 8px; }
    .banners-container__banner:last-child {
      margin-left: 8px; }
    @media (max-width: 1023px) {
      .banners-container__banner {
        border-radius: 4px; }
        .banners-container__banner:first-child {
          margin-right: 4px; }
        .banners-container__banner:last-child {
          margin-left: 4px; } }

.brand-container {
  padding: 64px 0;
  overflow: hidden;
  background-color: #f8f8f9; }
  @media (max-width: 1023px) {
    .brand-container {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .brand-container {
      padding: 40px 0; } }
  .brand-container__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px; }
    @media (max-width: 1023px) {
      .brand-container__header {
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .brand-container__header {
        margin-bottom: 20px; } }
    .brand-container__header h3 {
      color: #172331;
      line-height: 31px;
      font-size: 28px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        .brand-container__header h3 {
          line-height: 20px;
          font-size: 22px; } }
      @media (max-width: 767px) {
        .brand-container__header h3 {
          line-height: 25px; } }
    .brand-container__header a {
      color: #0dc7a3;
      line-height: 16px;
      font-size: 14px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        .brand-container__header a {
          line-height: 16px;
          font-size: 14px; } }
  .brand-container .owl-carousel .owl-stage-outer {
    overflow: visible;
    -webkit-clip-path: inset(0 -100vw 0 0);
            clip-path: inset(0 -100vw 0 0); }
  .brand-container .single-logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: block;
    height: 102px;
    background-color: #fff; }
    @media (max-width: 1023px) {
      .brand-container .single-logo {
        background-color: #fff; } }
    .brand-container .single-logo:hover {
      background-color: #fff; }
    .brand-container .single-logo img {
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 100%;
      max-height: 100%; }

.blog-card {
  width: 100%;
  border-radius: 4px;
  min-width: 210px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  .blog-card:hover .blog-card__preview .blog-card__preview-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-card__preview {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 4px;
    z-index: 0; }
    .blog-card__preview-tag {
      position: absolute;
      top: 12px;
      left: 12px;
      padding: 4px 8px;
      color: #fff;
      line-height: 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.3);
      z-index: 1; }
      @media (max-width: 767px) {
        .blog-card__preview-tag {
          display: none; } }
    .blog-card__preview-image {
      width: 100%;
      height: 203px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #6ebbfd;
      border-radius: 4px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-card__preview-image-placeholder {
        background-size: 88px 69px; }
      @media (max-width: 1023px) {
        .blog-card__preview-image {
          height: 158px; } }
      @media (max-width: 767px) {
        .blog-card__preview-image {
          height: 110px; } }
  .blog-card__date {
    margin-bottom: 8px;
    height: 14px;
    padding: 0 12px;
    color: rgba(23, 35, 49, 0.6) !important;
    line-height: 14px;
    font-size: 10px;
    font-weight: 500; }
  .blog-card__content {
    display: block;
    margin-bottom: 16px;
    padding: 0 12px;
    color: #172331 !important; }
  .blog-card__content-title {
    display: -webkit-box;
    height: 46px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 1023px) {
      .blog-card__content-title {
        line-height: 20px;
        font-size: 14px;
        height: 44px; } }
    @media (max-width: 767px) {
      .blog-card__content-title {
        line-height: 22px;
        font-size: 16px; } }

.v_2 {
  min-width: 210px;
  max-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .v_2 {
      display: block; } }
  .v_2 .blog-card__preview {
    margin-bottom: 0;
    width: 66.38%; }
    @media (max-width: 1023px) {
      .v_2 .blog-card__preview {
        width: 100%; } }
    .v_2 .blog-card__preview img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .v_2 .blog-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.72%;
    padding: 20px 28px; }
    @media (max-width: 1023px) {
      .v_2 .blog-card__right {
        width: 100%;
        padding: 16px 12px; } }
  .v_2 .blog-card__date {
    padding: 0;
    line-height: 14px;
    font-size: 10px;
    font-weight: 500; }
  .v_2 .blog-card__content {
    margin-bottom: 8px;
    padding: 0; }
  .v_2 .blog-card__content-title {
    padding: 0;
    height: 93px;
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    -webkit-line-clamp: 3; }
    @media (max-width: 1023px) {
      .v_2 .blog-card__content-title {
        line-height: 110%;
        font-size: 28px; } }
  .v_2 .blog-card__content-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
  width: 100%;
  overflow-y: hidden;
  color: #747b83;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none; }
  @media (max-width: 1023px) {
    .breadcrumbs {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 16px 0 30px; } }
  .breadcrumbs a {
    display: inline;
    color: #172331; }

.categories-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px; }
  @media (max-width: 1023px) {
    .categories-slider {
      margin-bottom: 40px; } }
  .categories-slider__item {
    width: 100%;
    padding-bottom: 25px;
    font-size: 40px;
    line-height: 44px;
    color: white; }
    @media (max-width: 1023px) {
      .categories-slider__item {
        font-size: 32px;
        line-height: 35px;
        padding-bottom: 32px; } }
    .categories-slider__item-img {
      padding: 32px 40px;
      width: 100%;
      background-size: cover;
      background-position: center;
      border-radius: 2px; }
      @media (max-width: 1023px) {
        .categories-slider__item-img {
          padding: 34px 20px 116px; } }
      @media (max-width: 767px) {
        .categories-slider__item-img_desktop {
          display: none; } }
      .categories-slider__item-img_mobile {
        display: none; }
        @media (max-width: 767px) {
          .categories-slider__item-img_mobile {
            display: block; } }
    .categories-slider__item-title {
      font-weight: 700;
      margin-bottom: 12px; }
      @media (max-width: 1023px) {
        .categories-slider__item-title {
          margin-bottom: 12px; } }
    .categories-slider__item-description {
      margin-bottom: 31px;
      font-size: 18px;
      line-height: 23px;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .categories-slider__item-description {
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 22px; } }
    .categories-slider__item-button {
      max-width: 160px; }
  .categories-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .categories-slider .owl-dots .owl-dot {
      width: 16px;
      min-width: initial;
      height: 16px;
      border-radius: 50%;
      margin: 0 5px;
      border: 1px solid transparent;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .categories-slider .owl-dots .owl-dot:after {
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        border-radius: 50%;
        top: 5px;
        left: 5px;
        opacity: 1;
        background-color: #6ebbfd; }
      .categories-slider .owl-dots .owl-dot.active {
        border: 1px solid #6ebbfd; }

.loader-ring {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px; }
  .loader-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 4px;
    border: 3px solid #0dc7a3;
    border-radius: 50%;
    -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0dc7a3 transparent transparent transparent; }
    .loader-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .loader-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .loader-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }

@-webkit-keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ellipsis-loader {
  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;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .ellipsis-loader div {
    background-color: rgba(13, 199, 163, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    padding-left: clamp(6px, 3%, 13px);
    padding-top: clamp(6px, 3%, 13px);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: loading 0.8s infinite ease-in-out;
            animation: loading 0.8s infinite ease-in-out; }
    .ellipsis-loader div:nth-child(2) {
      -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
      margin-left: 5%; }
    .ellipsis-loader div:nth-child(3) {
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s;
      margin-left: 5%; }

@-webkit-keyframes loading {
  0%,
  80%,
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  40% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes loading {
  0%,
  80%,
  100% {
    -webkit-transform: scale(1.4s);
            transform: scale(1.4s); }
  40% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

.stars-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }
  .stars-select li {
    padding: 8px; }
  .stars-select > li.star {
    display: inline-block; }
  .stars-select > li.star > i.icon {
    color: rgba(23, 35, 49, 0.1);
    font-size: 32px;
    cursor: pointer; }
  .stars-select > li.star.hover > i.icon {
    color: #ffd600; }
  .stars-select > li.star.selected > i.icon {
    color: #ffc593; }

.placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-top: 50px;
  max-width: 422px; }
  .placeholder_img {
    margin-bottom: 15px; }
  .placeholder_title {
    margin-bottom: 4px;
    color: #172331;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    opacity: 0.8; }
  .placeholder_description {
    margin-bottom: 24px;
    max-width: 332px;
    color: rgba(23, 35, 49, 0.6);
    line-height: 20px;
    font-size: 14px;
    text-align: center; }
    .placeholder_description .icon {
      color: #172331; }
    .placeholder_description.wishlist-description {
      max-width: 296px; }
    .placeholder_description.orders-description {
      max-width: 256px; }
  .placeholder_button {
    min-width: 138px;
    height: 40px;
    color: #172331 !important;
    font-size: 12px !important;
    border: 1px solid #172331 !important;
    background-color: #fff !important;
    font-weight: 500 !important; }
    .placeholder_button:hover {
      background-color: #fff; }

.basket {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411); }
  .basket__container {
    color: #172331;
    background-color: white; }
  .basket__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 0 24px; }
    @media (max-width: 767px) {
      .basket__header {
        padding: 0 16px; } }
    .basket__header h3 {
      font-size: 20px;
      font-weight: 600; }
  .basket__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 24px;
    height: 50px;
    background-color: #f8f8f9; }
    @media (max-width: 767px) {
      .basket__total {
        padding: 0 16px; } }
    .basket__total div {
      font-size: 20px;
      font-weight: 600; }
    .basket__total span {
      font-weight: 500;
      font-size: 18px;
      line-height: 23px; }
  .basket__controls {
    background-color: #f8f8f9;
    color: #172331;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 24px;
    padding-top: 24px;
    padding-bottom: 24px; }
    @media (max-width: 767px) {
      .basket__controls {
        padding: 0 16px;
        padding-top: 16px;
        padding-bottom: 16px; } }
    .basket__controls a {
      color: #0dc7a3;
      margin-top: 14px;
      -ms-flex-item-align: center;
          align-self: center;
      font-weight: 500;
      width: 100%; }
  .basket__delivery {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 12px;
    padding: 0 24px;
    color: #172331;
    background-color: #f8f8f9; }
    @media (max-width: 767px) {
      .basket__delivery {
        padding: 0 16px; } }
    .basket__delivery--v1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 48px;
      font-size: 10px;
      line-height: 14px; }
      .basket__delivery--v1 i {
        margin-right: 10px;
        color: #0dc7a3;
        font-size: 23px; }
    .basket__delivery--v2 {
      height: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500;
      font-size: 10px;
      line-height: 14px; }
      .basket__delivery--v2 i {
        margin-right: 10px;
        color: #0dc7a3;
        font-size: 23px; }
      .basket__delivery--v2 .notes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .basket__delivery--v2 .notes .note {
          font-weight: 500; }
          .basket__delivery--v2 .notes .note.main {
            color: #0dc7a3; }
        .basket__delivery--v2 .notes--congrats {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .basket__delivery--v2 .notes--congrats .note.main {
            color: #6ebbfd; }
  .basket--empty .basket__content {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 290px;
    margin: auto;
    padding-top: 46px;
    padding-bottom: 46px; }
    @media (max-width: 767px) {
      .basket--empty .basket__content {
        padding: 0 16px;
        padding-top: 46px;
        padding-bottom: 46px; } }
    .basket--empty .basket__content p {
      margin: 17px 0 24px;
      font-size: 18px;
      text-align: center;
      line-height: 23px; }
  .basket--logged-out .basket__content {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 290px;
    margin: auto;
    padding-top: 46px;
    padding-bottom: 46px; }
    @media (max-width: 767px) {
      .basket--logged-out .basket__content {
        padding: 0 16px;
        padding-top: 46px;
        padding-bottom: 46px; } }
    .basket--logged-out .basket__content p {
      margin: 17px 0 24px;
      font-size: 18px;
      line-height: 23px;
      text-align: center; }
    .basket--logged-out .basket__content__controls {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      .basket--logged-out .basket__content__controls button {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 40px; }
        .basket--logged-out .basket__content__controls button + button {
          margin-left: 10px; }
  .basket--with-items .basket__content {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    max-height: 400px;
    padding-top: 24px;
    padding-bottom: 24px; }
    @media (max-width: 767px) {
      .basket--with-items .basket__content {
        padding: 0 16px;
        padding-top: 16px;
        padding-bottom: 16px; } }
  .basket--with-items .basket__item {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .basket--with-items .basket__item__quantity {
      padding: 0;
      margin: 0;
      border: 0;
      text-align: center;
      height: auto;
      width: 100%; }
      .basket--with-items .basket__item__quantity::-webkit-outer-spin-button, .basket--with-items .basket__item__quantity::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .basket--with-items .basket__item__quantity[type="number"] {
        -moz-appearance: textfield; }
    .basket--with-items .basket__item__loader {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 10; }
    .basket--with-items .basket__item:not(:first-child) {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #f0f0f0; }
    .basket--with-items .basket__item__image {
      height: 98px;
      width: 92px;
      min-width: 92px;
      border-radius: 4px;
      border: 1px solid #f0f0f0;
      margin-right: 8px;
      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; }
      .basket--with-items .basket__item__image img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .basket--with-items .basket__item__info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
    .basket--with-items .basket__item__category {
      color: #0dc7a3;
      line-height: 12px;
      font-size: 12px;
      padding-right: 20px; }
      .basket--with-items .basket__item__category a {
        color: #0dc7a3; }
    .basket--with-items .basket__item__name {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      margin: 2px 0;
      padding-right: 20px; }
    .basket--with-items .basket__item__prop {
      font-size: 10px;
      line-height: 14px; }
    .basket--with-items .basket__item__summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 12px; }
    .basket--with-items .basket__item__count {
      border-radius: 4px;
      border: 1px solid #f0f0f0;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 6px; }
      .basket--with-items .basket__item__count .action {
        color: #0dc7a3;
        cursor: pointer;
        padding: 4px; }
        .basket--with-items .basket__item__count .action.disabled {
          cursor: not-allowed;
          opacity: 0.2; }
      .basket--with-items .basket__item__count .number {
        text-align: center;
        width: 50px;
        font-weight: 500;
        font-size: 12px; }
    .basket--with-items .basket__item__price {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600; }
    .basket--with-items .basket__item .icon-delete {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      color: #0dc7a3;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      @media (max-width: 767px) {
        .basket--with-items .basket__item .icon-delete {
          opacity: 1; } }
      .basket--with-items .basket__item .icon-delete:hover {
        color: #ff5d6a; }
    .basket--with-items .basket__item:hover .icon-delete {
      opacity: 1; }

.profile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  width: 331px; }
  @media (max-width: 1151px) {
    .profile-menu {
      width: 250px; } }
  @media (max-width: 1023px) {
    .profile-menu {
      display: none; } }
  .profile-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px;
    width: 100%; }
    .profile-menu__content .item-title {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px; }
  .profile-menu__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #172331;
    height: 56px;
    padding: 0 16px; }
    .profile-menu__item:not(:first-child) {
      border-top: 1px solid #f0f0f0; }
    .profile-menu__item .icon-type {
      color: #6ebbfd;
      font-size: 21px; }
    .profile-menu__item.is-active {
      background-color: rgba(110, 187, 253, 0.1); }
    .profile-menu__item--with-indicator .icon-type {
      position: relative; }
      .profile-menu__item--with-indicator .icon-type:after {
        position: absolute;
        content: "";
        top: -1px;
        right: 1px;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        border: 1px solid white;
        background-color: #ffc593; }

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 1023px) {
    .page-numbers {
      display: none; } }
  .page-numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .page-numbers li {
        display: none; } }
    .page-numbers li a {
      color: #172331;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      margin: auto; }
  .page-numbers .next, .page-numbers .prev {
    width: auto !important;
    height: auto !important; }
    .page-numbers .next:first-child, .page-numbers .prev:first-child {
      margin-right: 24px; }
    .page-numbers .next:last-child, .page-numbers .prev:last-child {
      margin-left: 24px; }
  .page-numbers .page-numbers {
    margin-right: 1px;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-numbers .page-numbers.current {
      background-color: rgba(13, 199, 163, 0.1); }
      .page-numbers .page-numbers.current a {
        color: #0dc7a3; }

.mobile-header-menu {
  display: none;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: white;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
          box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
  padding: 0 16px;
  z-index: 9999; }
  @media (max-width: 767px) {
    .mobile-header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mobile-header-menu__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #6ebbfd;
    background-color: rgba(110, 187, 253, 0.1);
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 -16px; }
    .mobile-header-menu__delivery i {
      margin-right: 10px;
      font-size: 18px; }
    .mobile-header-menu__delivery .text {
      font-weight: 500;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
  .mobile-header-menu__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 4px;
    padding: 0 15px; }
    .mobile-header-menu__header i {
      color: #172331;
      opacity: 0.4;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .mobile-header-menu__header i:hover {
        opacity: 1; }
    .mobile-header-menu__header__lang {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
      .mobile-header-menu__header__lang .text {
        color: #172331;
        margin-left: 4px; }
    .mobile-header-menu__header--sub-menu {
      margin-bottom: 0; }
      .mobile-header-menu__header--sub-menu i {
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg);
        opacity: 1; }
    .mobile-header-menu__header--sub-menu .mobile-header-menu__header__title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 600;
      font-size: 18px; }
  .mobile-header-menu__login-wrap {
    background: -webkit-gradient(linear, right top, left top, from(#ffe293), color-stop(18.75%, #ffc593), color-stop(38.02%, #ffa7ae), color-stop(57.81%, #fc9ec6), color-stop(78.12%, #6ebbfd), color-stop(95.83%, #0dc7a3));
    background: linear-gradient(270deg, #ffe293 0%, #ffc593 18.75%, #ffa7ae 38.02%, #fc9ec6 57.81%, #6ebbfd 78.12%, #0dc7a3 95.83%);
    padding: 1px;
    border-radius: 4px; }
  .mobile-header-menu__login {
    border-radius: 4px;
    background-color: white;
    padding: 16px 24px;
    color: #172331;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-header-menu__login .icon-logo {
      color: #6ebbfd;
      font-size: 32px; }
    .mobile-header-menu__login h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 25px;
      margin: 16px 0 5px; }
    .mobile-header-menu__login p {
      text-align: center; }
    .mobile-header-menu__login__controls {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 18px;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mobile-header-menu__login__controls button {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 150px; }
        .mobile-header-menu__login__controls button + button {
          margin-left: 10px; }
  .mobile-header-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 50px);
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .mobile-header-menu__list::-webkit-scrollbar {
      display: none; }
    .mobile-header-menu__list__item {
      height: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #172331;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .mobile-header-menu__list__item:not(:first-child) {
        border-top: 1px solid #f8f8f9; }
      .mobile-header-menu__list__item i {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .mobile-header-menu__list__item--sub-menu {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        height: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .mobile-header-menu__list__item--sub-menu .title {
          height: 64px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: #172331;
          cursor: pointer;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          .mobile-header-menu__list__item--sub-menu .title i {
            -webkit-transform: initial;
                    transform: initial; }
      .mobile-header-menu__list__item--all {
        color: #0dc7a3;
        font-weight: 600; }
  .mobile-header-menu__sub-menu {
    position: fixed;
    height: calc(100% - 32px - 70px);
    width: 100%;
    top: 32px;
    right: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #172331;
    z-index: 10;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    transition: 0.3s;
    background-color: white;
    padding: 0 16px; }
    .mobile-header-menu__sub-menu .sub-menu-category-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 0 0 20px;
      height: 0;
      overflow: hidden; }
      .mobile-header-menu__sub-menu .sub-menu-category-list__item {
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        color: #172331;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .mobile-header-menu__sub-menu .sub-menu-category-list__item:not(:first-child) {
          border-top: 1px solid #f8f8f9; }
    .mobile-header-menu__sub-menu.open {
      right: 0; }
  .mobile-header-menu.open {
    left: 0; }

.wishlist-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .wishlist-card--desktop {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wishlist-card--desktop .wishlist-card__data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__data {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .wishlist-card--desktop .wishlist-card__details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
  .wishlist-card--desktop .wishlist-card__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    cursor: pointer; }
    .wishlist-card--desktop .wishlist-card__comments .icon-comments {
      margin: 0 5px 0 0;
      color: #ffc593;
      font-size: 10px; }
    .wishlist-card--desktop .wishlist-card__comments p {
      color: #172331;
      line-height: 14px;
      font-size: 10px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .wishlist-card--desktop .wishlist-card__comments p {
          font-size: 9px; } }
    .wishlist-card--desktop .wishlist-card__comments__quantity {
      color: rgba(23, 35, 49, 0.3); }
  .wishlist-card--desktop .wishlist-card__image {
    height: 122px;
    width: 110px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    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;
    margin-right: 16px; }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__image {
        height: 94px;
        margin-right: 12px;
        width: 89px; } }
    .wishlist-card--desktop .wishlist-card__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .wishlist-card--desktop .wishlist-card__price {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    text-align: center;
    margin-right: 5%;
    white-space: nowrap;
    letter-spacing: -0.01em; }
    @media (max-width: 1151px) {
      .wishlist-card--desktop .wishlist-card__price {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__price {
        font-size: 20px;
        line-height: 25px; } }
  .wishlist-card--desktop .wishlist-card__category {
    color: #0dc7a3;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%; }
    .wishlist-card--desktop .wishlist-card__category a {
      color: #0dc7a3; }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__category {
        font-size: 14px;
        line-height: 20px; } }
  .wishlist-card--desktop .wishlist-card__name {
    color: #172331;
    margin: 2px 0;
    padding-right: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__name {
        font-size: 16px;
        line-height: 22px; } }
  .wishlist-card--desktop .wishlist-card__prop {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    margin-top: 16px; }
    .wishlist-card--desktop .wishlist-card__prop a {
      color: #0dc7a3;
      margin-left: 12px; }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__prop {
        line-height: 14px; } }
  .wishlist-card--desktop .wishlist-card__controls {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .wishlist-card--desktop .wishlist-card__controls {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .wishlist-card--desktop .wishlist-card__controls__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 16px; }
    .wishlist-card--desktop .wishlist-card__controls__add-to-basket {
      padding: 0 20px; }
      @media (max-width: 1151px) {
        .wishlist-card--desktop .wishlist-card__controls__add-to-basket {
          padding: 0 13px; }
          .wishlist-card--desktop .wishlist-card__controls__add-to-basket span {
            display: none; }
          .wishlist-card--desktop .wishlist-card__controls__add-to-basket i {
            margin: 0; } }
    .wishlist-card--desktop .wishlist-card__controls__remove {
      background-color: rgba(13, 199, 163, 0.1);
      color: #0dc7a3;
      margin-left: 16px; }
      .wishlist-card--desktop .wishlist-card__controls__remove i {
        margin: 0;
        font-size: 20px; }
      .wishlist-card--desktop .wishlist-card__controls__remove.loading .wishlist-card__controls__remove-loading {
        display: block; }
      .wishlist-card--desktop .wishlist-card__controls__remove.loading .icon-favourite-active {
        display: none; }
      .wishlist-card--desktop .wishlist-card__controls__remove-loading {
        width: 19px;
        height: 19px;
        display: none; }
  .wishlist-card--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none; }
    @media (max-width: 767px) {
      .wishlist-card--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        padding-bottom: 26px;
        padding-top: 24px; } }
  .wishlist-card--mobile .wishlist-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wishlist-card--mobile .wishlist-card__image {
    height: 98px;
    width: 92px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    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;
    margin-right: 12px; }
    .wishlist-card--mobile .wishlist-card__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .wishlist-card--mobile .wishlist-card__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
  .wishlist-card--mobile .wishlist-card__category {
    color: #0dc7a3;
    line-height: 12px;
    font-size: 12px;
    padding-right: 20px;
    font-weight: 500; }
  .wishlist-card--mobile .wishlist-card__name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 2px 0;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .wishlist-card--mobile .wishlist-card__prop {
    font-size: 10px;
    line-height: 14px; }
  .wishlist-card--mobile .wishlist-card__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 12px; }
  .wishlist-card--mobile .wishlist-card__count {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6px; }
    .wishlist-card--mobile .wishlist-card__count .action {
      color: #0dc7a3;
      cursor: pointer;
      padding: 4px; }
      .wishlist-card--mobile .wishlist-card__count .action.disabled {
        cursor: not-allowed;
        opacity: 0.2; }
    .wishlist-card--mobile .wishlist-card__count .number {
      text-align: center;
      width: 50px;
      font-weight: 500;
      font-size: 12px; }
  .wishlist-card--mobile .wishlist-card__price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }
  .wishlist-card--mobile .wishlist-card__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 20px; }
    .wishlist-card--mobile .wishlist-card__controls .action {
      cursor: pointer;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: -0.02em;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .wishlist-card--mobile .wishlist-card__controls .action i {
        margin-right: 10px; }
      .wishlist-card--mobile .wishlist-card__controls .action.delete:hover {
        color: #ff5d6a; }
      .wishlist-card--mobile .wishlist-card__controls .action.to-wishlist:hover {
        color: #0dc7a3; }

.bestseller-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0; }
  .bestseller-card:first-child {
    padding-top: 0;
    border-top: none; }
  .bestseller-card--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }
  .bestseller-card--desktop .bestseller-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1023px) {
      .bestseller-card--desktop .bestseller-card__data {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    @media (max-width: 767px) {
      .bestseller-card--desktop .bestseller-card__data {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .bestseller-card--desktop .bestseller-card__info-options-wrap {
    min-height: 20px; }
  .bestseller-card--desktop .bestseller-card__info-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
    max-width: 100%;
    color: rgba(23, 35, 49, 0.3); }
    .bestseller-card--desktop .bestseller-card__info-options .option {
      margin: 2px;
      min-width: 55px;
      padding: 0 8px;
      color: #172331;
      line-height: 13px;
      font-size: 9px;
      text-align: center;
      overflow: hidden;
      cursor: pointer;
      border: 1px solid rgba(23, 35, 49, 0.1);
      border-radius: 2px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .bestseller-card--desktop .bestseller-card__info-options .option.active {
        border: 1px solid #0dc7a3; }
  .bestseller-card--desktop .bestseller-card__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 48px; }
  .bestseller-card--desktop .bestseller-card__rating-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bestseller-card--desktop .bestseller-card__rating-comments .card__info .product-rating i {
      width: 10px;
      height: 10px; }
      .bestseller-card--desktop .bestseller-card__rating-comments .card__info .product-rating i:first-child {
        margin-left: 0; }
  .bestseller-card--desktop .bestseller-card__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    cursor: pointer; }
    .bestseller-card--desktop .bestseller-card__comments .icon-comments {
      margin: 0 5px 0 0;
      color: #ffc593;
      font-size: 10px; }
    .bestseller-card--desktop .bestseller-card__comments p {
      color: #172331;
      line-height: 14px;
      font-size: 10px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .bestseller-card--desktop .bestseller-card__comments p {
          font-size: 9px; } }
    .bestseller-card--desktop .bestseller-card__comments__quantity {
      color: rgba(23, 35, 49, 0.3); }
  .bestseller-card--desktop .bestseller-card__image {
    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;
    margin-right: 16px;
    width: 110px;
    height: 122px;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .bestseller-card--desktop .bestseller-card__image {
        margin-right: 12px;
        width: 89px;
        height: 94px; } }
    .bestseller-card--desktop .bestseller-card__image img {
      max-width: 100%;
      max-height: 102px;
      -o-object-fit: contain;
         object-fit: contain; }
  .bestseller-card--desktop .bestseller-card__price {
    margin-bottom: 4px;
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.01em;
    white-space: nowrap; }
    @media (max-width: 1151px) {
      .bestseller-card--desktop .bestseller-card__price {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .bestseller-card--desktop .bestseller-card__price {
        line-height: 25px;
        font-size: 20px; } }
  .bestseller-card--desktop .bestseller-card__category {
    padding-right: 20px;
    color: #0dc7a3;
    line-height: 110%;
    font-size: 16px;
    font-weight: 500; }
    .bestseller-card--desktop .bestseller-card__category a {
      color: #0dc7a3; }
    @media (max-width: 767px) {
      .bestseller-card--desktop .bestseller-card__category {
        line-height: 20px;
        font-size: 14px; } }
  .bestseller-card--desktop .bestseller-card__name {
    margin: 2px 0;
    margin-bottom: 10px;
    padding-right: 20px;
    color: #172331;
    line-height: 23px;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .bestseller-card--desktop .bestseller-card__name {
        line-height: 22px;
        font-size: 16px; } }
  .bestseller-card--desktop .bestseller-card__prop {
    margin-top: 16px;
    line-height: 100%;
    font-size: 12px;
    font-weight: 500; }
    .bestseller-card--desktop .bestseller-card__prop a {
      margin-left: 12px;
      color: #0dc7a3; }
    @media (max-width: 767px) {
      .bestseller-card--desktop .bestseller-card__prop {
        line-height: 14px; } }
  .bestseller-card--desktop .bestseller-card__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .bestseller-card--desktop .bestseller-card__controls__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 16px; }
      .bestseller-card--desktop .bestseller-card__controls__actions .toggle-wishlist-button {
        margin-right: 8px; }
      .bestseller-card--desktop .bestseller-card__controls__actions .button {
        height: 46px; }
        .bestseller-card--desktop .bestseller-card__controls__actions .button i {
          margin: auto;
          line-height: 100%; }
        .bestseller-card--desktop .bestseller-card__controls__actions .button p {
          display: none; }

.toggle-wishlist-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  cursor: pointer;
  border-radius: 4px;
  background-color: rgba(13, 199, 163, 0.1); }
  .toggle-wishlist-button__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .toggle-wishlist-button__loading img {
      max-width: 50%; }
  .toggle-wishlist-button i {
    display: block;
    margin: auto;
    color: #0dc7a3;
    font-size: 20px; }
  .toggle-wishlist-button .icon-favourite-active {
    display: none; }
  .toggle-wishlist-button.active .icon-favourite {
    display: none; }
  .toggle-wishlist-button.active .icon-favourite-active {
    display: block; }
  .toggle-wishlist-button.loading .toggle-wishlist-button__loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .toggle-wishlist-button.loading i {
    display: none !important; }

.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  height: 70px;
  -webkit-box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
          box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
  z-index: 70; }
  @media (max-width: 767px) {
    .mobile-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mobile-menu__item__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.4; }
  .mobile-menu li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .mobile-menu li a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: #000000;
      cursor: pointer; }
      .mobile-menu li a i {
        font-size: 20px;
        margin-bottom: 10px; }

.search-suggest {
  background-color: white;
  color: #172331;
  display: none;
  left: -58px;
  top: calc(100% + 8px);
  position: absolute;
  width: 100%;
  width: 738px;
  max-height: 486px;
  padding: 24px;
  border-radius: 4px;
  z-index: 999999;
  overflow: hidden;
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411); }
  @media (max-width: 1023px) {
    .search-suggest {
      left: -96px;
      width: 694px; } }
  @media (max-width: 767px) {
    .search-suggest {
      padding: 0 10px 24px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-height: initial;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: auto; } }
  .search-suggest__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #6ebbfd;
    background-color: rgba(110, 187, 253, 0.1);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 -24px;
    display: none; }
    .search-suggest__delivery i {
      margin-right: 10px;
      font-size: 18px; }
    .search-suggest__delivery .text {
      font-weight: 500;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    @media (max-width: 767px) {
      .search-suggest__delivery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .search-suggest__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: none; }
    @media (max-width: 767px) {
      .search-suggest__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .search-suggest__header i {
      color: #172331;
      opacity: 0.4;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .search-suggest__header i:hover {
        opacity: 1; }
    .search-suggest__header__title {
      font-weight: 600;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: -0.5px; }
  .search-suggest__search-form {
    display: none;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .search-suggest__search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .search-suggest__search-form .input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
      .search-suggest__search-form .input i {
        position: absolute;
        right: 16px;
        top: 17px;
        font-size: 14px;
        color: #172331; }
      .search-suggest__search-form .input input {
        background-color: white;
        padding: 0 16px;
        height: 44px;
        width: 100%;
        font-weight: 500;
        border: 0;
        border: 1px solid #f0f0f0;
        border-radius: 4px;
        color: #172331;
        font-size: 14px; }
        .search-suggest__search-form .input input::-webkit-input-placeholder {
          color: #f8f8f9; }
        .search-suggest__search-form .input input:-moz-placeholder {
          color: #f8f8f9; }
        .search-suggest__search-form .input input::-moz-placeholder {
          color: #f8f8f9; }
        .search-suggest__search-form .input input:-ms-input-placeholder {
          color: #f8f8f9; }
  @media (max-width: 767px) {
    .search-suggest__group {
      border-top: 1px solid #f0f0f0;
      padding-top: 24px;
      margin-top: 24px; } }
  .search-suggest__title {
    cursor: default;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px; }
  .search-suggest__group__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
    .search-suggest__group__item:not(:last-child) {
      margin-bottom: 16px; }
    .search-suggest__group__item__text {
      text-decoration: none;
      color: #172331;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .search-suggest__group__item__count {
      color: rgba(23, 35, 49, 0.4);
      margin-left: 5px; }
    .search-suggest__group__item:hover .search-suggest__group__item__text {
      color: #0dc7a3; }
  .search-suggest__popular-category {
    margin-bottom: 27px; }
    @media (max-width: 767px) {
      .search-suggest__popular-category {
        margin-bottom: 0; } }
  .search-suggest__querys {
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
    max-width: 175px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      .search-suggest__querys {
        border-right: 0;
        padding-right: 0;
        max-width: initial; } }
  .search-suggest__popular-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .search-suggest__popular-search {
        margin-bottom: 0; } }
    .search-suggest__popular-search__item {
      width: 50%;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px; }
      .search-suggest__popular-search__item:nth-child(n + 3) {
        margin-top: 16px; }
  .search-suggest__popular-wrap {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin-bottom: -32px; }
    @media (max-width: 767px) {
      .search-suggest__popular-wrap {
        padding-left: 0;
        margin-bottom: 0; } }
  .search-suggest__all-results {
    margin-top: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #0dc7a3; }
    @media (max-width: 767px) {
      .search-suggest__all-results {
        margin: 30px 0; } }
  .search-suggest__popular {
    overflow: auto;
    height: 100%;
    padding-bottom: 32px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .search-suggest__popular::-webkit-scrollbar {
      display: none; }
    @media (max-width: 767px) {
      .search-suggest__popular {
        overflow: initial;
        padding-bottom: 0; } }
    .search-suggest__popular:after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      height: 50px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(white));
      background: linear-gradient(to bottom, transparent 20%, white);
      pointer-events: none;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 767px) {
        .search-suggest__popular:after {
          display: none; } }
    .search-suggest__popular .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      color: inherit; }
      .search-suggest__popular .product:first-of-type {
        margin-top: 16px; }
      .search-suggest__popular .product + .product {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #f0f0f0; }
      .search-suggest__popular .product__photo {
        height: 98px;
        width: 92px;
        border-radius: 4px;
        border: 1px solid #f0f0f0;
        margin-right: 8px;
        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; }
        .search-suggest__popular .product__photo img {
          max-width: 100%;
          max-height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .search-suggest__popular .product__info__category {
        color: #0dc7a3;
        line-height: 12px;
        font-size: 12px;
        padding-right: 20px;
        font-weight: 500; }
      .search-suggest__popular .product__info__name {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin: 4px 0;
        padding-right: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .search-suggest__popular .product__info__prop {
        font-size: 10px;
        line-height: 14px; }
      .search-suggest__popular .product__price {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .search-suggest__popular .product__price__text {
          margin-bottom: 27px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 600; }
        .search-suggest__popular .product__price a {
          color: #0dc7a3;
          font-weight: 500;
          font-size: 10px;
          line-height: 14px;
          text-transform: uppercase;
          letter-spacing: -0.01em; }
      .search-suggest__popular .product__controls {
        margin-left: 35px; }
        .search-suggest__popular .product__controls button {
          height: 36px; }
  .search-suggest--with-query .search-suggest__popular .product:first-of-type {
    margin-top: 0; }

.dgwt-wcas-suggestions-wrapp {
  border-radius: 4px;
  border: 0 !important;
  max-height: 650px !important;
  -webkit-box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411);
          box-shadow: 0px 42px 54px rgba(135, 130, 130, 0.1), 0px 12.6618px 16.2794px rgba(135, 130, 130, 0.0651589), 0px 5.25905px 6.76164px rgba(135, 130, 130, 0.05), 0px 1.9021px 2.44555px rgba(135, 130, 130, 0.0348411); }
  @media (max-width: 767px) {
    .dgwt-wcas-suggestions-wrapp {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0 -10px !important;
      width: 100% !important;
      max-height: calc(100vh - 122px) !important; } }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
    padding-left: 24px;
    padding-right: 24px; }
    @media (max-width: 767px) {
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
        padding-left: 10px;
        padding-right: 10px; } }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-nores {
      padding-top: 20px;
      padding-bottom: 20px; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline {
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      border-bottom: 1px solid #f0f0f0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 0.01em;
      padding-top: 24px; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline .dgwt-wcas-st {
        margin: 0;
        border-bottom: 0;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 600; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat {
      text-decoration: none !important;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat:hover {
        color: #0dc7a3; }
        .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat:hover .dgwt-wcas-st {
          color: #0dc7a3;
          text-decoration: none !important; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-si {
        width: 100px; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .woocommerce-price-suffix {
        display: none !important; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .woocommerce-Price-amount {
        font-weight: 600; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st-title,
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sd {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sd {
        display: none; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected {
        background-color: rgba(110, 187, 253, 0.1) !important; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover {
        background-color: rgba(110, 187, 253, 0.1) !important; }
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
      margin-top: 16px !important;
      color: #0dc7a3 !important;
      font-style: normal !important;
      font-weight: bold !important;
      font-size: 14px !important;
      line-height: 16px !important; }
      .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more:hover {
        background: none !important; }

.popup-sign-in {
  color: #172331; }
  .popup-sign-in .popup__wrap {
    max-width: 391px; }
  .popup-sign-in__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
    padding-top: 30px; }
    .popup-sign-in__header i {
      color: #6ebbfd;
      margin-bottom: 16px;
      font-size: 40px; }
    .popup-sign-in__header h2 {
      font-size: 28px;
      font-weight: 600; }
  .popup-sign-in__with {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .popup-sign-in__with__text {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.01em; }
    .popup-sign-in__with__divider {
      height: 1px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #f8f8f9;
      margin: 0 24px; }
    .popup-sign-in__with__socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .popup-sign-in__with__social {
      cursor: pointer;
      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;
      height: 44px;
      width: 44px;
      border-radius: 4px; }
      .popup-sign-in__with__social i {
        color: white; }
      .popup-sign-in__with__social:not(:first-child) {
        margin-left: 8px; }
      .popup-sign-in__with__social--facebook {
        background-color: #4a5dc1; }
      .popup-sign-in__with__social--google {
        background-color: #d44a4a; }
  .popup-sign-in__form {
    padding-bottom: 24px; }
    .popup-sign-in__form__stay-signed {
      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;
      margin-bottom: 24px; }
      .popup-sign-in__form__stay-signed .switch {
        margin-left: 11px; }
      .popup-sign-in__form__stay-signed div {
        font-weight: 500;
        font-size: 12px;
        color: rgba(116, 123, 131, 0.4);
        letter-spacing: -0.02em; }
    .popup-sign-in__form .input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 16px; }
      .popup-sign-in__form .input--code label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .popup-sign-in__form .input--code label span {
          font-weight: 500;
          font-size: 12px;
          letter-spacing: -0.02em;
          color: rgba(23, 35, 49, 0.4); }
          .popup-sign-in__form .input--code label span time {
            color: #6ebbfd; }
    .popup-sign-in__form button {
      width: 100%;
      position: relative; }
  .popup-sign-in__new-account {
    text-align: center;
    line-height: 20px;
    font-size: 14px; }
    .popup-sign-in__new-account span {
      color: #0dc7a3;
      font-weight: 600;
      cursor: pointer; }
  .popup-sign-in__lost {
    line-height: 20px;
    font-size: 14px;
    color: #0dc7a3;
    font-weight: 600; }
  .popup-sign-in__loader {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.popup-sign-up {
  color: #172331; }
  .popup-sign-up .popup__wrap {
    max-width: 391px; }
  .popup-sign-up__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
    padding-top: 30px; }
    .popup-sign-up__header i {
      color: #6ebbfd;
      margin-bottom: 16px;
      font-size: 40px; }
    .popup-sign-up__header h2 {
      font-size: 28px;
      font-weight: 600; }
  .popup-sign-up__with {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .popup-sign-up__with__text {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.01em; }
    .popup-sign-up__with__divider {
      height: 1px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #f8f8f9;
      margin: 0 24px; }
    .popup-sign-up__with__socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .popup-sign-up__with__social {
      cursor: pointer;
      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;
      height: 44px;
      width: 44px;
      border-radius: 4px; }
      .popup-sign-up__with__social i {
        color: white; }
      .popup-sign-up__with__social:not(:first-child) {
        margin-left: 8px; }
      .popup-sign-up__with__social--facebook {
        background-color: #4a5dc1; }
      .popup-sign-up__with__social--google {
        background-color: #d44a4a; }
  .popup-sign-up__form {
    padding-bottom: 24px; }
    .popup-sign-up__form__info {
      margin-bottom: 24px;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: -0.02em;
      color: rgba(23, 35, 49, 0.6); }
      .popup-sign-up__form__info a {
        color: #0dc7a3; }
    .popup-sign-up__form .input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 16px; }
      .popup-sign-up__form .input--code label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .popup-sign-up__form .input--code label span {
          font-weight: 500;
          font-size: 12px;
          letter-spacing: -0.02em;
          color: rgba(23, 35, 49, 0.4); }
          .popup-sign-up__form .input--code label span time {
            color: #6ebbfd; }
    .popup-sign-up__form button {
      width: 100%; }
  .popup-sign-up__new-account {
    text-align: center;
    line-height: 20px;
    font-size: 14px; }
    .popup-sign-up__new-account span {
      color: #0dc7a3;
      font-weight: 600;
      cursor: pointer; }
  .popup-sign-up__loader {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.popup-basket {
  color: #172331; }
  .popup-basket .popup__body {
    padding: 0; }
  .popup-basket .basket {
    display: block; }

.popup-review {
  color: #172331; }
  .popup-review .popup__wrap {
    padding: 32px 24px; }
  .popup-review .popup__title {
    line-height: 110%;
    font-size: 28px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .popup-review .popup__title {
        margin-bottom: 4px;
        line-height: 25px;
        font-size: 20px;
        font-weight: bold; } }
  .popup-review .popup__body {
    padding: 0;
    padding-top: 30px; }
  .popup-review .popup__close {
    top: 32px;
    font-size: 12px; }
  .popup-review .popup__loader {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .popup-review__form .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
    border-color: rgba(23, 35, 49, 0.2); }
    .popup-review__form .input label {
      margin-bottom: 8px;
      font-size: 12px;
      font-weight: 500; }
    .popup-review__form .input-stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 16px 0 20px;
      border: 1px solid rgba(23, 35, 49, 0.2);
      border-radius: 4px; }
      @media (max-width: 767px) {
        .popup-review__form .input-stars {
          padding-bottom: 16px; } }
    .popup-review__form .input-description {
      color: rgba(23, 35, 49, 0.2);
      line-height: 20px;
      font-size: 14px;
      font-weight: 500; }
    .popup-review__form .input input {
      height: 44px;
      padding: 0 16px;
      color: #172331;
      font-size: 14px;
      font-weight: 500;
      border: 1px solid rgba(23, 35, 49, 0.2);
      border-radius: 4px; }
      .popup-review__form .input input::-webkit-input-placeholder {
        color: rgba(23, 35, 49, 0.4);
        letter-spacing: 0.5px; }
      .popup-review__form .input input:-moz-placeholder {
        color: rgba(23, 35, 49, 0.4);
        letter-spacing: 0.5px; }
      .popup-review__form .input input::-moz-placeholder {
        color: rgba(23, 35, 49, 0.4);
        letter-spacing: 0.5px; }
      .popup-review__form .input input:-ms-input-placeholder {
        color: rgba(23, 35, 49, 0.4);
        letter-spacing: 0.5px; }
    .popup-review__form .input,
    .popup-review__form .input textarea {
      position: relative; }
    .popup-review__form .input-textarea-counter {
      position: absolute;
      right: 16px;
      bottom: 10px;
      color: rgba(23, 35, 49, 0.2);
      line-height: 14px;
      font-size: 12px;
      font-weight: 500; }
  .popup-review__form button {
    width: 100%; }

.popup-sort {
  color: #172331; }
  .popup-sort .popup__wrap {
    padding: 24px 16px; }
  .popup-sort .popup__title {
    margin-bottom: 4px;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold; }
  .popup-sort .popup__body {
    padding: 0;
    padding-bottom: 34px; }
    .popup-sort .popup__body .radio {
      padding: 20px 0;
      border-top: 1px solid #f8f8f9;
      border-bottom: 1px solid #f8f8f9; }
      .popup-sort .popup__body .radio:first-child {
        border-top: none; }
      .popup-sort .popup__body .radio:last-child {
        border-bottom: none; }
  .popup-sort .basket {
    display: block; }

.popup-shipping-calculate {
  color: #172331; }
  .popup-shipping-calculate .popup__wrap {
    max-width: 391px; }
  .popup-shipping-calculate__sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    opacity: 0.6;
    margin: 17px 0 30px; }
  .popup-shipping-calculate__select-country {
    margin-bottom: 16px; }
  .popup-shipping-calculate__head {
    font-weight: 500;
    font-size: 12px; }
  .popup-shipping-calculate .radio {
    margin-top: 16px; }
    .popup-shipping-calculate .radio label {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .popup-shipping-calculate .radio__price {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px; }
  .popup-shipping-calculate button {
    width: 100%;
    margin-top: 24px; }

.popup-product-img {
  color: #172331; }
  .popup-product-img__wrap {
    width: 796px;
    max-width: 796px; }
  .popup-product-img__title {
    margin: auto;
    margin-top: 32px;
    margin-bottom: 40px;
    line-height: 110%;
    font-size: 20px;
    font-weight: bold; }
  .popup-product-img .popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
  .popup-product-img__list {
    border-top: 1px solid #f0f0f0;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%; }
    .popup-product-img__list li + li {
      margin-left: 10px; }
    .popup-product-img__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 64px;
      height: 64px;
      padding: 10px;
      border: 1px solid #f0f0f0;
      border-radius: 4px; }
      .popup-product-img__list li img {
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .popup-product-img__list .active {
      border-color: #0dc7a3; }
  .popup-product-img__main {
    height: 341px;
    padding: 0 32px;
    margin-bottom: 42px; }
    .popup-product-img__main img {
      max-height: 341px;
      -o-object-fit: contain;
         object-fit: contain; }
    .popup-product-img__main .owl-prev.disabled {
      opacity: 0;
      -webkit-transform: rotate(0deg) scale(0.1);
              transform: rotate(0deg) scale(0.1); }
    .popup-product-img__main .owl-next.disabled {
      opacity: 0;
      -webkit-transform: rotate(-180deg) scale(0.1);
              transform: rotate(-180deg) scale(0.1); }
    .popup-product-img__main .owl-next,
    .popup-product-img__main .owl-prev {
      opacity: 1;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .popup-product-img__main .owl-prev {
      position: absolute;
      top: 35%;
      left: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .popup-product-img__main .owl-next {
      position: absolute;
      top: 35%;
      right: 0; }
  .popup-product-img__carousel .owl-stage-outer {
    max-height: 341px; }

.page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background-color: #fff;
  overflow: hidden; }
  .page-main main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-main__title {
    margin-bottom: 24px;
    color: #172331;
    line-height: 31px;
    font-size: 28px;
    font-weight: 700; }
    @media (max-width: 1023px) {
      .page-main__title {
        line-height: 20px;
        font-size: 22px; } }
    @media (max-width: 767px) {
      .page-main__title {
        line-height: 25px; } }
  .page-main__container-padding-top {
    padding-top: 64px; }
    @media (max-width: 1023px) {
      .page-main__container-padding-top {
        padding-top: 56px; } }
    @media (max-width: 767px) {
      .page-main__container-padding-top {
        padding-top: 40px; } }
  .page-main__container-padding-bottom {
    padding-bottom: 64px; }
    @media (max-width: 1023px) {
      .page-main__container-padding-bottom {
        padding-bottom: 56px; } }
    @media (max-width: 1023px) {
      .page-main__container-padding-bottom {
        padding-bottom: 40px; } }
  .page-main__newness {
    padding: 0; }
  .page-main__carousel {
    position: relative;
    width: 100%;
    z-index: 1; }
  .page-main__carousel-item {
    position: absolute;
    top: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 27px;
    opacity: 1;
    cursor: pointer;
    border-radius: 6px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    /* @media (max-width: 1023px) {
      .page-main__carousel-item {
        display: none; } } */
    .page-main__carousel-item:first-child {
      left: -14px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .page-main__carousel-item:last-child {
      right: -14px; }
    .page-main__carousel-item:last-child.disabled {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .page-main__carousel-item:hover .icon {
      color: #fff; }
    .page-main__carousel-item .icon {
      color: #fc9ec6;
      font-size: 11px; }
    .page-main__carousel-item.disabled {
      opacity: 0;
      -webkit-transform: scale(0.1);
              transform: scale(0.1); }
  .page-main__price-cards-carousel-valueSets .owl-stage-outer,
  .page-main__price-cards-carousel-newness .owl-stage-outer {
    overflow: visible;
    -webkit-clip-path: inset(0 0 -100px 0);
            clip-path: inset(0 0 -100px 0); }
  .page-main__blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .page-main__blog-box .blog-card + .blog-card {
      margin-left: 16px; }
    @media (max-width: 767px) {
      .page-main__blog-box {
        overflow-x: scroll; } }
    .page-main__blog-box::-webkit-scrollbar {
      display: none; }

@font-face {
  font-family: "iSmile";
  src: url("../fonts/icomoon/iSmile.ttf") format("truetype"), url("../fonts/icomoon/iSmile.woff") format("woff"), url("../fonts/icomoon/iSmile.svg#iSmile") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iSmile" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  i.icon-link:before {
    content: "\e92a"; }
  i.icon-download:before {
    content: "\e92b"; }
  i.icon-plus-filled:before {
    content: "\e928"; }
  i.icon-bag-active:before {
    content: "\e929"; }
  i.icon-logo:before {
    content: "\e927"; }
  i.icon-home:before {
    content: "\e926"; }
  i.icon-sales-active:before {
    content: "\e913"; }
  i.icon-home-active:before {
    content: "\e914"; }
  i.icon-favourite-active:before {
    content: "\e919"; }
  i.icon-time-circle:before {
    content: "\e924"; }
  i.icon-log-out:before {
    content: "\e925"; }
  i.icon-delete:before {
    content: "\e923"; }
  i.icon-minus:before {
    content: "\e921"; }
  i.icon-plus:before {
    content: "\e920"; }
  i.icon-category:before {
    content: "\e922"; }
  i.icon-profile:before {
    content: "\e90f"; }
  i.icon-search:before {
    content: "\e90d"; }
  i.icon-info-square:before {
    content: "\e900"; }
  i.icon-notification:before {
    content: "\e901"; }
  i.icon-diamond:before {
    content: "\e902"; }
  i.icon-referrals:before {
    content: "\e903"; }
  i.icon-setting:before {
    content: "\e904"; }
  i.icon-star:before {
    content: "\e905"; }
  i.icon-close:before {
    content: "\e906"; }
  i.icon-plus-square:before {
    content: "\e907"; }
  i.icon-sales:before {
    content: "\e908"; }
  i.icon-arrow-down:before {
    content: "\e909"; }
  i.icon-basket:before {
    content: "\e90a"; }
  i.icon-heart:before {
    content: "\e90b"; }
  i.icon-arrow-right-square:before {
    content: "\e90c"; }
  i.icon-profile-active:before {
    content: "\e90e"; }
  i.icon-search-active:before {
    content: "\e910"; }
  i.icon-wishlist-active:before {
    content: "\e911"; }
  i.icon-present:before {
    content: "\e912"; }
  i.icon-social-twitter:before {
    content: "\e915"; }
  i.icon-pragrance-free:before {
    content: "\e916"; }
  i.icon-without-parabens:before {
    content: "\e917"; }
  i.icon-social-whatsapp:before {
    content: "\e918"; }
  i.icon-social-google-plus:before {
    content: "\e91a"; }
  i.icon-social-instagram:before {
    content: "\e91b"; }
  i.icon-social-facebook:before {
    content: "\e91c"; }
  i.icon-star-filled:before {
    content: "\e91d"; }
  i.icon-favourite:before {
    content: "\e91e"; }
  i.icon-delivery:before {
    content: "\e91f"; }

.page-listing {
  display: block;
  overflow: hidden;
  background-color: #fff; }
  .page-listing__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .page-listing .listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    width: 100%; }
    .page-listing .listing__container {
      overflow: hidden; }
    .page-listing .listing .wrapper {
      padding: 0; }
    @media (max-width: 767px) {
      .page-listing .listing {
        margin-bottom: 60px; } }
    .page-listing .listing__title {
      position: relative;
      margin-bottom: 24px;
      color: #172331;
      line-height: 31px;
      font-size: 28px;
      font-weight: 700;
      z-index: 1; }
      @media (max-width: 1023px) {
        .page-listing .listing__title {
          line-height: 20px;
          font-size: 22px; } }
      @media (max-width: 767px) {
        .page-listing .listing__title {
          line-height: 25px; } }
    .page-listing .listing__carousel {
      position: relative;
      margin-bottom: 35px;
      width: 100%;
      z-index: 2; }
      @media (max-width: 1023px) {
        .page-listing .listing__carousel {
          z-index: 0; } }
      .page-listing .listing__carousel .owl-carousel .owl-stage-outer {
        height: 325px;
        overflow: visible;
        -webkit-clip-path: inset(0 0 -100px 0);
                clip-path: inset(0 0 -100px 0); }
        .page-listing .listing__carousel .owl-carousel .owl-stage-outer .owl-stage {
          height: 325px; }
          .page-listing .listing__carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
            max-height: 325px; }
    .page-listing .listing__carousel-item {
      position: absolute;
      top: 41%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 27px;
      height: 27px;
      opacity: 1;
      cursor: pointer;
      border-radius: 6px;
      z-index: 2;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1023px) {
        .page-listing .listing__carousel-item {
          display: none; } }
      .page-listing .listing__carousel-item:first-child {
        left: -14px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .page-listing .listing__carousel-item:last-child {
        right: -14px; }
      .page-listing .listing__carousel-item:last-child.disabled {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .page-listing .listing__carousel-item:hover .icon {
        color: #fff; }
      .page-listing .listing__carousel-item .icon {
        color: #fc9ec6;
        font-size: 11px; }
      .page-listing .listing__carousel-item.disabled {
        opacity: 0;
        -webkit-transform: scale(0.1);
                transform: scale(0.1); }
    .page-listing .listing__sidebar {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 74px;
      min-width: 332px;
      max-width: 332px;
      z-index: 1; }
      @media (max-width: 1440px) {
        .page-listing .listing__sidebar {
          margin-right: 32px; } }
      @media (max-width: 1023px) {
        .page-listing .listing__sidebar {
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          display: none;
          width: 100%;
          min-width: 100%;
          height: 100%;
          padding: 24px 16px 32px;
          overflow: auto;
          background: #fff;
          z-index: 100; } }
      .page-listing .listing__sidebar-apply {
        position: fixed;
        bottom: 0;
        left: 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        padding: 16px 16px 32px;
        background-color: #fff;
        -webkit-box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
                box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1); }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-apply {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .page-listing .listing__sidebar-apply-description {
          -ms-flex-item-align: center;
              align-self: center;
          margin-bottom: 16px;
          color: rgba(23, 35, 49, 0.4); }
        .page-listing .listing__sidebar-apply-buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .page-listing .listing__sidebar-apply-buttons .button {
            width: 100%; }
            .page-listing .listing__sidebar-apply-buttons .button:first-child {
              margin-right: 4px;
              color: #172331;
              border: 1px solid #172331;
              background: #fff; }
            .page-listing .listing__sidebar-apply-buttons .button:last-child {
              margin-left: 4px; }
      .page-listing .listing__sidebar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 31px;
        border-radius: 4px;
        background: #f8f8f8;
        max-height: 160px; }
        .page-listing .listing__sidebar-brand img {
          margin: 16px auto;
          max-height: 100%;
          max-width: 100%; }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-brand {
            display: none; } }
      .page-listing .listing__sidebar-brands {
        max-height: 460px; }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-brands {
            max-height: initial; } }
      .page-listing .listing__sidebar-header_m {
        display: none;
        padding: 0 0 32px;
        line-height: 25px;
        font-size: 20px;
        font-weight: bold; }
        .page-listing .listing__sidebar-header_m .icon {
          -ms-flex-item-align: center;
              align-self: center;
          font-size: 13px; }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-header_m {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
      .page-listing .listing__sidebar-head {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        cursor: pointer; }
        .page-listing .listing__sidebar-head.active .icon {
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
        .page-listing .listing__sidebar-head .icon {
          position: absolute;
          top: 6px;
          right: 0;
          color: #172331;
          font-size: 16px;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .page-listing .listing__sidebar-head p {
          font-size: 16px;
          font-weight: 500; }
        .page-listing .listing__sidebar-head-selected {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          line-height: 23px;
          font-size: 18px;
          font-weight: 500; }
      .page-listing .listing__sidebar-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 16px;
        width: 100%; }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-body {
            margin-top: 32px; } }
        .page-listing .listing__sidebar-body-selected {
          margin-top: 28px; }
      .page-listing .listing__sidebar-item {
        margin-bottom: 8px;
        padding: 16px 24px;
        padding-right: 22px;
        border: 1px solid #f0f0f0;
        border-radius: 4px;
        background: #fff; }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-item {
            margin-bottom: 16px;
            padding-left: 16px; } }
        @media (max-width: 1023px) {
          .page-listing .listing__sidebar-item-selected {
            display: none; } }
        .page-listing .listing__sidebar-item-alphabet {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 0 -2px;
          margin-bottom: 15px; }
          @media (max-width: 1023px) {
            .page-listing .listing__sidebar-item-alphabet {
              max-width: 350px; } }
          .page-listing .listing__sidebar-item-alphabet-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 0 1px;
            margin-right: 1px;
            width: 40px;
            height: 40px;
            padding: 0;
            color: #172331;
            line-height: 22px;
            font-size: 20px;
            text-align: center;
            cursor: pointer;
            border-radius: 4px;
            background-color: white; }
            .page-listing .listing__sidebar-item-alphabet-button span {
              margin: auto; }
            .page-listing .listing__sidebar-item-alphabet-button:hover {
              color: #0dc7a3;
              background-color: rgba(13, 199, 163, 0.1);
              -webkit-transition: all ease 0.5s;
              transition: all ease 0.5s; }
            .page-listing .listing__sidebar-item-alphabet-button.active {
              color: #0dc7a3;
              background-color: rgba(13, 199, 163, 0.1);
              -webkit-transition: all ease 0.5s;
              transition: all ease 0.5s; }
        .page-listing .listing__sidebar-item-select {
          margin-bottom: 15px; }
          .page-listing .listing__sidebar-item-select:last-child {
            margin-bottom: 0; }
          .page-listing .listing__sidebar-item-select-filter {
            display: inline-block;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 10px 16px;
            color: #172331;
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
            vertical-align: middle;
            border-radius: 4px;
            background: rgba(110, 187, 253, 0.1); }
          .page-listing .listing__sidebar-item-select-icon {
            margin-right: 16px;
            font-size: 12px;
            cursor: pointer; }
        .page-listing .listing__sidebar-item-title {
          display: inline-block;
          width: 100%;
          line-height: 22px;
          font-size: 18px;
          font-weight: 500; }
        .page-listing .listing__sidebar-item-title-main {
          display: inline-block;
          width: 100%;
          line-height: 22px;
          font-size: 20px;
          font-weight: 700; }
          .page-listing .listing__sidebar-item-title-main-quantity {
            opacity: 0.2; }
        .page-listing .listing__sidebar-item-quantity {
          opacity: 0.2; }
        .page-listing .listing__sidebar-item-checkbox {
          margin-bottom: 16px; }
          @media (max-width: 1023px) {
            .page-listing .listing__sidebar-item-checkbox {
              margin-bottom: 24px;
              max-width: 400px; } }
        .page-listing .listing__sidebar-item-input {
          margin-bottom: 20px; }
          @media (max-width: 1023px) {
            .page-listing .listing__sidebar-item-input {
              max-width: 400px; } }
          .page-listing .listing__sidebar-item-input input {
            border: 1px solid #f8f8f8; }
          .page-listing .listing__sidebar-item-input .search-form {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            border: 1px solid #f0f0f0;
            border-radius: 4px; }
            .page-listing .listing__sidebar-item-input .search-form i {
              position: absolute;
              top: 12px;
              left: 17px;
              color: rgba(23, 35, 49, 0.4);
              font-size: 14px; }
            .page-listing .listing__sidebar-item-input .search-form input {
              width: 100%;
              height: 36px;
              padding: 0 40px;
              color: #172331;
              font-size: 14px;
              font-weight: 500;
              border: 0;
              border-radius: 4px; }
              .page-listing .listing__sidebar-item-input .search-form input::-webkit-input-placeholder {
                color: rgba(23, 35, 49, 0.2); }
              .page-listing .listing__sidebar-item-input .search-form input:-moz-placeholder {
                color: rgba(23, 35, 49, 0.2); }
              .page-listing .listing__sidebar-item-input .search-form input::-moz-placeholder {
                color: rgba(23, 35, 49, 0.2); }
              .page-listing .listing__sidebar-item-input .search-form input:-ms-input-placeholder {
                color: rgba(23, 35, 49, 0.2); }
        .page-listing .listing__sidebar-item-range {
          color: rgba(23, 35, 49, 0.4);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 1023px) {
            .page-listing .listing__sidebar-item-range {
              width: 100%; } }
          .page-listing .listing__sidebar-item-range span {
            color: rgba(23, 35, 49, 0.2); }
          .page-listing .listing__sidebar-item-range-inputs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            margin-right: 10px;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
          .page-listing .listing__sidebar-item-range .input {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            .page-listing .listing__sidebar-item-range .input:first-child {
              margin-right: 8px; }
            .page-listing .listing__sidebar-item-range .input:last-child {
              margin-left: 8px; }
          .page-listing .listing__sidebar-item-range .button {
            height: 44px; }
          .page-listing .listing__sidebar-item-range-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%; }
            .page-listing .listing__sidebar-item-range-text p {
              font-size: 14px; }
        .page-listing .listing__sidebar-item-more {
          display: inline-block;
          margin: 0;
          color: #0dc7a3;
          font-size: 14px;
          font-weight: 700; }
        .page-listing .listing__sidebar-item-clear-selected {
          display: inline-block;
          color: #0dc7a3;
          font-size: 14px;
          font-weight: 700; }
        .page-listing .listing__sidebar-item-rating {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 16px;
          margin-bottom: 8px;
          padding: 0 30px; }
          .page-listing .listing__sidebar-item-rating-description {
            color: rgba(23, 35, 49, 0.2);
            line-height: 20px;
            font-size: 14px;
            font-weight: 500; }
    .page-listing .listing__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      min-width: 100px;
      max-width: 914px;
      border-radius: 2px; }
      .page-listing .listing__body-wrap {
        width: 100%;
        position: relative; }
      .page-listing .listing__body-loading {
        position: absolute;
        left: 0;
        top: -8px;
        right: 0;
        bottom: 9px;
        background: rgba(255, 255, 255, 0.77);
        z-index: 2;
        border-radius: 6px;
        display: none; }
        .page-listing .listing__body-loading .loader-ring {
          position: absolute;
          left: 50%;
          top: 160px;
          margin-left: -40px; }
      .page-listing .listing__body-empty {
        display: none; }
      .page-listing .listing__body-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -8px; }
        @media (max-width: 1023px) {
          .page-listing .listing__body-cards {
            margin: 0 -4px; } }
        .page-listing .listing__body-cards .card {
          margin: 0 8px;
          margin-bottom: 16px;
          width: calc(25% - 16px);
          height: auto;
          min-width: 0; }
          @media (max-width: 1151px) {
            .page-listing .listing__body-cards .card {
              width: calc(33.33333% - 16px); } }
          @media (max-width: 1023px) {
            .page-listing .listing__body-cards .card {
              margin: 0 4px;
              margin-bottom: 8px;
              width: calc(25% - 8px); } }
          @media (max-width: 767px) {
            .page-listing .listing__body-cards .card {
              width: calc(50% - 8px); } }
      .page-listing .listing__body-brand {
        display: none;
        margin-bottom: 16px;
        width: 100%;
        height: 100px;
        background: #f8f8f8; }
        @media (max-width: 1023px) {
          .page-listing .listing__body-brand {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .page-listing .listing__body-brand img {
          margin: 16px auto;
          max-height: 100%; }
      .page-listing .listing__body .clinique-title {
        margin-bottom: 16px; }
      .page-listing .listing__body .clinique-description {
        color: rgba(23, 35, 49, 0.6);
        line-height: 18px;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .page-listing .listing__body .clinique-description {
            line-height: 20px; } }
        .page-listing .listing__body .clinique-description__link {
          margin-top: 10px;
          margin-bottom: 60px; }
          @media (max-width: 1023px) {
            .page-listing .listing__body .clinique-description__link {
              margin-top: 16px;
              margin-bottom: 32px; } }
  .page-listing .navigation-listing {
    margin-bottom: 28px;
    width: 100%;
    border-radius: 4px;
    background: #fff; }
    .page-listing .navigation-listing-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1023px) {
        .page-listing .navigation-listing-item__button {
          width: 100%;
          padding: 17px;
          border-radius: 4px; } }
      .page-listing .navigation-listing-item-pages-info {
        color: #747b83; }
        .page-listing .navigation-listing-item-pages-info .all-products {
          opacity: 0.2; }
        .page-listing .navigation-listing-item-pages-info p {
          color: #747b83;
          line-height: 24px;
          font-size: 14px;
          font-weight: 600; }
    @media (max-width: 1023px) {
      .page-listing .navigation-listing-item-footer {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 1023px) {
      .page-listing .navigation-listing-item-footer-pages-info {
        margin: 16px 0 24px; } }
    .page-listing .navigation-listing-sort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-listing .navigation-listing-sort-short, .page-listing .navigation-listing-sort-show {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-listing .navigation-listing-sort-short p, .page-listing .navigation-listing-sort-show p {
          margin-right: 16px;
          white-space: nowrap; }
          @media (max-width: 1023px) {
            .page-listing .navigation-listing-sort-short p, .page-listing .navigation-listing-sort-show p {
              display: none; } }
        .page-listing .navigation-listing-sort-short .icon, .page-listing .navigation-listing-sort-show .icon {
          position: absolute;
          right: 10px;
          line-height: 20px;
          font-size: 10px; }
        @media (max-width: 1023px) {
          .page-listing .navigation-listing-sort-short, .page-listing .navigation-listing-sort-show {
            display: none; } }
      .page-listing .navigation-listing-sort-short {
        margin-right: 24px; }
      .page-listing .navigation-listing-sort select {
        position: relative;
        min-height: 24px;
        padding: 4px 8px;
        color: #172331;
        line-height: 20px;
        font-size: 14px;
        border: 1px solid #f8f8f9;
        border-radius: 6px; }
        .page-listing .navigation-listing-sort select .icon {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 20; }
        @media (max-width: 1023px) {
          .page-listing .navigation-listing-sort select {
            min-width: initial;
            padding-right: 20px;
            border: none;
            background-position-x: 95%; } }
    .page-listing .navigation-listing-sort_m {
      display: none;
      padding: 4px 8px;
      border: 1px solid #f0f0f0;
      border-radius: 4px; }
      @media (max-width: 1023px) {
        .page-listing .navigation-listing-sort_m {
          display: block; } }
      .page-listing .navigation-listing-sort_m a {
        line-height: 22px;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap; }
        .page-listing .navigation-listing-sort_m a .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-left: 12px; }
          .page-listing .navigation-listing-sort_m a .icons .icon {
            color: #172331;
            font-size: 7px; }
            .page-listing .navigation-listing-sort_m a .icons .icon:first-child {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
    .page-listing .navigation-listing-mfilter {
      display: none;
      margin-bottom: 16px;
      width: 100%;
      border: 1px solid #172331;
      border-radius: 6px; }
      @media (max-width: 1023px) {
        .page-listing .navigation-listing-mfilter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 17px 0; } }
      .page-listing .navigation-listing-mfilter a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #172331;
        line-height: 1;
        line-height: 14px;
        font-size: 12px;
        text-decoration: none; }
        .page-listing .navigation-listing-mfilter a .icon {
          margin: 0 12px; }
    @media (max-width: 1023px) {
      .page-listing .navigation-listing-item-footer {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.page-product {
  overflow: hidden;
  background-color: #fff; }
  .page-product .mobile-menu {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-product .product-menu-container {
    top: 97px;
    width: 100%;
    background-color: #f8f8f9;
    z-index: 9; }
    @media (max-width: 1023px) {
      .page-product .product-menu-container {
        top: 97px; } }
    @media (max-width: 767px) {
      .page-product .product-menu-container {
        top: 51px; } }
    @media (max-width: 1023px) {
      .page-product .product-menu-container .wrapper {
        padding-right: 0; } }
    .page-product .product-menu-container .product-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: 100%;
      height: 70px; }
      @media (max-width: 1023px) {
        .page-product .product-menu-container .product-menu {
          top: 100px;
          height: 44px; } }
      .page-product .product-menu-container .product-menu__loader {
        background-color: #0dc7a3;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
        @media (max-width: 1439px) {
          .page-product .product-menu-container .product-menu__loader {
            background-color: #dbf4f1; } }
      .page-product .product-menu-container .product-menu__anchors {
        width: 51%; }
        @media (max-width: 1279px) {
          .page-product .product-menu-container .product-menu__anchors {
            width: 60%; } }
        @media (max-width: 1023px) {
          .page-product .product-menu-container .product-menu__anchors {
            left: 0;
            width: 100%;
            height: 44px;
            padding: 0;
            overflow-x: scroll;
            -ms-overflow-style: none;
            /* IE and Edge */
            scrollbar-width: none;
            /* Firefox */ }
            .page-product .product-menu-container .product-menu__anchors::-webkit-scrollbar {
              display: none; } }
        .page-product .product-menu-container .product-menu__anchors ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 100%; }
          @media (max-width: 1023px) {
            .page-product .product-menu-container .product-menu__anchors ul li {
              padding-right: 24px; } }
          .page-product .product-menu-container .product-menu__anchors ul li a {
            display: block;
            color: #172331;
            line-height: 110%;
            font-size: 16px;
            font-weight: 500;
            white-space: nowrap; }
            .page-product .product-menu-container .product-menu__anchors ul li a:hover {
              text-decoration: underline; }
      .page-product .product-menu-container .product-menu__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 40%;
        margin-left: 15px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .page-product .product-menu-container .product-menu__card {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70px;
            padding: 0 16px;
            background-color: #f8f8f9;
            -webkit-box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
                    box-shadow: 0 -8px 24px rgba(23, 35, 49, 0.1);
            z-index: 9; } }
        @media (max-width: 767px) {
          .page-product .product-menu-container .product-menu__card {
            bottom: 70px;
            background-color: #f8f8f9; } }
        .page-product .product-menu-container .product-menu__card-product {
          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;
          overflow: hidden; }
          @media (max-width: 1439px) {
            .page-product .product-menu-container .product-menu__card-product {
              width: 100%;
              overflow: hidden; } }
          @media (max-width: 1023px) {
            .page-product .product-menu-container .product-menu__card-product {
              margin-right: auto;
              width: auto; } }
          .page-product .product-menu-container .product-menu__card-product-image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 8px;
            width: 50px;
            height: 47px;
            border: 1px solid #f0f0f0;
            border-radius: 4px; }
            .page-product .product-menu-container .product-menu__card-product-image img {
              margin: auto;
              height: 100%; }
          .page-product .product-menu-container .product-menu__card-product-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-right: 25px;
            height: 47px;
            overflow: hidden; }
          .page-product .product-menu-container .product-menu__card-product-brand {
            color: #0dc7a3;
            line-height: 100%;
            font-size: 12px; }
            @media (max-width: 1023px) {
              .page-product .product-menu-container .product-menu__card-product-brand {
                line-height: 14px; } }
          .page-product .product-menu-container .product-menu__card-product-title {
            display: -webkit-box;
            font-size: 14px;
            line-height: 16px;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media (max-width: 1439px) {
              .page-product .product-menu-container .product-menu__card-product-title {
                width: 100%; } }
          .page-product .product-menu-container .product-menu__card-product-volume {
            line-height: 14px;
            font-size: 10px; }
            @media (max-width: 1023px) {
              .page-product .product-menu-container .product-menu__card-product-volume {
                font-size: 12px; } }
        .page-product .product-menu-container .product-menu__card-buy {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          .page-product .product-menu-container .product-menu__card-buy-cost {
            font-weight: bold;
            white-space: nowrap; }
            .page-product .product-menu-container .product-menu__card-buy-cost .woocommerce-price-suffix, .page-product .product-menu-container .product-menu__card-buy-cost del {
              display: none; }
            .page-product .product-menu-container .product-menu__card-buy-cost ins {
              text-decoration: none; }
            .page-product .product-menu-container .product-menu__card-buy-cost .woocommerce-Price-currencySymbol {
              text-decoration: none; }
            .page-product .product-menu-container .product-menu__card-buy-cost p.price {
              display: inline-block;
              text-align: baseline; }
            .page-product .product-menu-container .product-menu__card-buy-cost-currency {
              line-height: 23px;
              font-size: 12px; }
              @media (max-width: 1023px) {
                .page-product .product-menu-container .product-menu__card-buy-cost-currency {
                  line-height: 14px;
                  font-size: 10px; } }
            .page-product .product-menu-container .product-menu__card-buy-cost-quantity {
              margin-right: 25px;
              line-height: 110%;
              font-size: 20px;
              vertical-align: middle;
              text-decoration: none; }
              .page-product .product-menu-container .product-menu__card-buy-cost-quantity .wc-points-rewards-product-message {
                display: none; }
              .page-product .product-menu-container .product-menu__card-buy-cost-quantity br {
                display: none !important; }
          .page-product .product-menu-container .product-menu__card-buy .button {
            margin-right: 8px;
            min-width: 125px;
            position: relative; }
            @media (max-width: 1439px) {
              .page-product .product-menu-container .product-menu__card-buy .button i {
                margin-right: 0; } }
            @media (max-width: 1439px) {
              .page-product .product-menu-container .product-menu__card-buy .button p {
                display: none; } }
            @media (max-width: 1439px) {
              .page-product .product-menu-container .product-menu__card-buy .button {
                width: 46px;
                height: 46px;
                min-width: initial;
                color: #0dc7a3;
                background-color: rgba(13, 199, 163, 0.1); } }
          @media (max-width: 1439px) {
            .page-product .product-menu-container .product-menu__card-buy .product-box__content-details-add-favourite {
              display: none; } }
  .page-product__line {
    height: 1px;
    color: #f0f0f0;
    border: none;
    background-color: #f0f0f0; }
  .page-product__title {
    margin-bottom: 24px;
    color: #172331;
    line-height: 31px;
    font-size: 28px;
    font-weight: 700; }
    @media (max-width: 1023px) {
      .page-product__title {
        line-height: 20px;
        font-size: 22px; } }
    @media (max-width: 767px) {
      .page-product__title {
        line-height: 25px; } }
  .page-product__title-specs {
    width: 25%;
    line-height: 110%;
    font-size: 20px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .page-product__title-specs {
        width: 90%; } }
  .page-product__container-padding-top {
    padding-top: 64px; }
    @media (max-width: 1023px) {
      .page-product__container-padding-top {
        padding-top: 56px; } }
    @media (max-width: 1023px) {
      .page-product__container-padding-top {
        padding-top: 40px; } }
  .page-product__container-padding-bottom {
    padding-bottom: 64px; }
    @media (max-width: 1023px) {
      .page-product__container-padding-bottom {
        padding-bottom: 56px; } }
    @media (max-width: 1023px) {
      .page-product__container-padding-bottom {
        padding-bottom: 40px; } }
  .page-product__carousel {
    position: relative;
    width: 100%;
    z-index: 1; }
    .page-product__carousel .owl-carousel .owl-stage-outer {
      height: 325px;
      overflow: visible;
      -webkit-clip-path: inset(0 0 -100px 0);
              clip-path: inset(0 0 -100px 0); }
      .page-product__carousel .owl-carousel .owl-stage-outer .owl-stage {
        height: 325px; }
        .page-product__carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
          max-height: 325px; }
  .page-product__carousel-item {
    position: absolute;
    top: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 27px;
    opacity: 1;
    cursor: pointer;
    border-radius: 6px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1023px) {
      .page-product__carousel-item {
        display: none; } }
    .page-product__carousel-item:first-child {
      left: -14px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .page-product__carousel-item:last-child {
      right: -14px; }
    .page-product__carousel-item:last-child.disabled {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .page-product__carousel-item:hover .icon {
      color: #fff; }
    .page-product__carousel-item .icon {
      color: #fc9ec6;
      font-size: 11px; }
    .page-product__carousel-item.disabled {
      opacity: 0;
      -webkit-transform: scale(0.1);
              transform: scale(0.1); }
  .page-product .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 1151px) {
      .page-product .product-box {
        padding-right: 0; } }
    @media (max-width: 1023px) {
      .page-product .product-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 0; } }
    .page-product .product-box__content {
      margin-bottom: 40px;
      width: 53.63%; }
      @media (max-width: 1151px) {
        .page-product .product-box__content {
          margin-bottom: 32px;
          width: 50%; } }
      @media (max-width: 1023px) {
        .page-product .product-box__content {
          margin-bottom: 32px;
          width: 100%; } }
      .page-product .product-box__content-mobile {
        width: 100%; }
      .page-product .product-box__content-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 24px; }
        @media (max-width: 1023px) {
          .page-product .product-box__content-head {
            display: none; } }
        .page-product .product-box__content-head_m {
          display: none; }
          @media (max-width: 1023px) {
            .page-product .product-box__content-head_m {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
      .page-product .product-box__content-brand-name {
        margin-bottom: 16px;
        color: #0dc7a3;
        line-height: 16px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block; }
        .page-product .product-box__content-brand-name a {
          color: #0dc7a3; }
        @media (max-width: 1023px) {
          .page-product .product-box__content-brand-name {
            margin-bottom: 4px; } }
      .page-product .product-box__content-title {
        margin-bottom: 18px;
        color: #172331;
        font-size: 40px;
        line-height: 1.1;
        font-weight: bold; }
        @media (max-width: 1023px) {
          .page-product .product-box__content-title {
            margin-bottom: 0;
            line-height: 110%;
            font-size: 28px; } }
      .page-product .product-box__content-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        @media (max-width: 1023px) {
          .page-product .product-box__content-info {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 25px;
            width: 100%; } }
      .page-product .product-box__content-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .page-product .product-box__content-rating .product-rating {
            margin-right: 8px; } }
        @media (max-width: 767px) {
          .page-product .product-box__content-rating .product-rating i {
            margin-left: 2px; } }
        @media (max-width: 767px) {
          .page-product .product-box__content-rating .product-rating i:first-child {
            margin-left: 0; } }
        .page-product .product-box__content-rating-comments {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          cursor: pointer; }
          .page-product .product-box__content-rating-comments .icon-comments {
            margin: 0 5px 0 0;
            color: #ffc593;
            font-size: 10px; }
          .page-product .product-box__content-rating-comments p {
            color: #172331;
            line-height: 14px;
            font-size: 12px;
            font-weight: 500; }
            @media (max-width: 1023px) {
              .page-product .product-box__content-rating-comments p {
                font-size: 9px; } }
          .page-product .product-box__content-rating-comments .product-box__content-comments-quantity {
            color: rgba(23, 35, 49, 0.6); }
      .page-product .product-box__content-likes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-product .product-box__content-likes-quantity {
          line-height: 14px;
          font-size: 13px;
          font-weight: 500; }
        .page-product .product-box__content-likes .icon-favourite {
          margin-right: 9px;
          color: #172331;
          line-height: 14px;
          font-size: 14px;
          font-weight: 500; }
          @media (max-width: 1023px) {
            .page-product .product-box__content-likes .icon-favourite {
              font-size: 12px; } }
      .page-product .product-box__content-status {
        color: #0dc7a3;
        line-height: 14px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase; }
      .page-product .product-box__content-sku {
        padding-left: 15px;
        color: rgba(23, 35, 49, 0.4);
        line-height: 14px;
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 80px; }
        @media (max-width: 1023px) {
          .page-product .product-box__content-sku {
            -ms-flex-item-align: end;
                align-self: flex-end; } }
      .page-product .product-box__content-title-sku {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 16px; }
      .page-product .product-box__content-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        @media (max-width: 1023px) {
          .page-product .product-box__content-details {
            width: 100%; } }
        .page-product .product-box__content-details-quantity {
          padding: 0;
          margin: 0;
          border: 0;
          text-align: center;
          height: auto;
          width: 100%;
          max-width: 50px;
          background-color: transparent; }
          .page-product .product-box__content-details-quantity::-webkit-outer-spin-button, .page-product .product-box__content-details-quantity::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .page-product .product-box__content-details-quantity[type="number"] {
            -moz-appearance: textfield; }
        .page-product .product-box__content-details-buy {
          min-width: 50%;
          width: 100%; }
          @media (max-width: 1023px) {
            .page-product .product-box__content-details-buy {
              margin-right: 0;
              width: 100%; } }
          .page-product .product-box__content-details-buy-sizes {
            width: 100%;
            line-height: 20px;
            font-size: 14px;
            font-weight: 500; }
            @media (max-width: 1023px) {
              .page-product .product-box__content-details-buy-sizes {
                margin-bottom: 24px; } }
            .page-product .product-box__content-details-buy-sizes p {
              color: rgba(23, 35, 49, 0.2); }
            .page-product .product-box__content-details-buy-sizes ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-bottom: 8px;
              width: 100%; }
              .page-product .product-box__content-details-buy-sizes ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                height: 42px;
                padding: 9px 14px;
                cursor: pointer;
                border: 1px solid rgba(23, 35, 49, 0.2);
                border-radius: 4px;
                margin-right: 8px;
                margin-bottom: 8px; }
                .page-product .product-box__content-details-buy-sizes ul li.active {
                  border: 1px solid #0dc7a3; }
                .page-product .product-box__content-details-buy-sizes ul li:last-child {
                  margin-right: 0; }
                .page-product .product-box__content-details-buy-sizes ul li img {
                  margin-right: 10px;
                  height: 100%; }
                .page-product .product-box__content-details-buy-sizes ul li span {
                  color: rgba(23, 35, 49, 0.6);
                  line-height: 100%;
                  font-size: 12px;
                  font-weight: 500; }
        .page-product .product-box__content-details-cost {
          margin-top: 18px;
          margin-bottom: 12px;
          color: rgba(23, 35, 49, 0.6);
          line-height: 100%;
          font-size: 12px;
          font-weight: 500;
          white-space: nowrap; }
        .page-product .product-box__content-details-buy-cost-block-wrapper {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 62%; }
          @media (max-width: 1151px) {
            .page-product .product-box__content-details-buy-cost-block-wrapper {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%; } }
          @media (max-width: 1023px) {
            .page-product .product-box__content-details-buy-cost-block-wrapper {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%; } }
        .page-product .product-box__content-details-buy-cost-block {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 8px;
          padding: 19px 16px;
          border: 1px solid rgba(23, 35, 49, 0.1);
          border-radius: 4px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media (max-width: 1023px) {
            .page-product .product-box__content-details-buy-cost-block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
          @media (max-width: 767px) {
            .page-product .product-box__content-details-buy-cost-block {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
        .page-product .product-box__content-details-buy-cost {
          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;
          margin-right: 14px;
          font-weight: 700; }
          .page-product .product-box__content-details-buy-cost .woocommerce-price-suffix {
            white-space: nowrap; }
          .page-product .product-box__content-details-buy-cost .wcsatt-sub-options {
            display: inherit;
            float: left;
            width: 100%;
            font-size: 13px;
            line-height: 1;
            color: #172331;
            font-weight: 400 !important; }
            .page-product .product-box__content-details-buy-cost .wcsatt-sub-options del {
              opacity: 1 !important;
              -webkit-box-ordinal-group: inherit;
                  -ms-flex-order: inherit;
                      order: inherit;
              color: inherit !important;
              margin: 0 !important;
              padding: 0 !important;
              font-size: inherit !important;
              font-weight: inherit !important;
              text-decoration: line-through !important; }
              .page-product .product-box__content-details-buy-cost .wcsatt-sub-options del .woocommerce-Price-currencySymbol {
                top: 0;
                font-size: initial !important; }
              .page-product .product-box__content-details-buy-cost .wcsatt-sub-options del:before {
                content: none !important; }
              .page-product .product-box__content-details-buy-cost .wcsatt-sub-options del:after {
                content: none !important; }
            .page-product .product-box__content-details-buy-cost .wcsatt-sub-options ins {
              -webkit-box-ordinal-group: inherit;
                  -ms-flex-order: inherit;
                      order: inherit;
              margin: 0 !important; }
              .page-product .product-box__content-details-buy-cost .wcsatt-sub-options ins .woocommerce-Price-currencySymbol {
                top: 0;
                font-size: initial !important; }
            .page-product .product-box__content-details-buy-cost .wcsatt-sub-options small,
            .page-product .product-box__content-details-buy-cost .wcsatt-sub-options .subscription-details {
              font-weight: inherit !important; }
          @media (max-width: 1023px) {
            .page-product .product-box__content-details-buy-cost {
              margin-right: 24px; } }
          @media (max-width: 767px) {
            .page-product .product-box__content-details-buy-cost {
              margin-bottom: 10px; } }
          .page-product .product-box__content-details-buy-cost-currency {
            line-height: 23px;
            font-size: 18px; }
            @media (max-width: 1023px) {
              .page-product .product-box__content-details-buy-cost-currency {
                line-height: 14px;
                font-size: 10px; } }
          .page-product .product-box__content-details-buy-cost-quantity {
            margin-right: 8px;
            font-size: 26px;
            vertical-align: middle; }
            .page-product .product-box__content-details-buy-cost-quantity br {
              display: none !important; }
            .page-product .product-box__content-details-buy-cost-quantity .price {
              display: inline-block;
              -webkit-box-align: baseline;
                  -ms-flex-align: baseline;
                      align-items: baseline; }
              .page-product .product-box__content-details-buy-cost-quantity .price small {
                font-size: 14px;
                font-weight: 500;
                -webkit-box-ordinal-group: 4;
                    -ms-flex-order: 3;
                        order: 3;
                text-decoration: none; }
              .page-product .product-box__content-details-buy-cost-quantity .price .subscription-details {
                font-size: 14px;
                font-weight: 500;
                text-decoration: none;
                margin-right: 4px; }
              .page-product .product-box__content-details-buy-cost-quantity .price del {
                text-decoration: none;
                line-height: 14px;
                font-size: 12px;
                opacity: 0.6;
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                margin-right: 5px;
                padding-left: 10px;
                position: relative;
                font-weight: inherit; }
                .page-product .product-box__content-details-buy-cost-quantity .price del:before {
                  content: "";
                  position: absolute;
                  left: 1px;
                  top: -8px;
                  width: 1px;
                  height: 36px;
                  background-color: #172331;
                  opacity: 0.15;
                  -webkit-transform: rotate(18deg);
                          transform: rotate(18deg); }
              .page-product .product-box__content-details-buy-cost-quantity .price .woocommerce-Price-currencySymbol {
                line-height: 23px;
                font-size: 18px;
                top: -6px;
                position: relative;
                margin-right: 4px;
                text-decoration: none; }
              .page-product .product-box__content-details-buy-cost-quantity .price ins {
                margin-right: 5px;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                text-decoration: none; }
            .page-product .product-box__content-details-buy-cost-quantity__button {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              height: 48px;
              padding: 10px 16px;
              color: #172331;
              background-color: #f8f8f9;
              min-width: 105px; }
              .page-product .product-box__content-details-buy-cost-quantity__button p {
                margin-right: 18px;
                margin-left: 18px; }
              @media (max-width: 1023px) {
                .page-product .product-box__content-details-buy-cost-quantity__button {
                  height: 44px; } }
              .page-product .product-box__content-details-buy-cost-quantity__button .icon {
                margin: 0;
                color: #0dc7a3;
                padding: 4px; }
                .page-product .product-box__content-details-buy-cost-quantity__button .icon.disabled {
                  opacity: 0.2;
                  cursor: not-allowed; }
              .page-product .product-box__content-details-buy-cost-quantity__button input {
                width: 33px;
                background: transparent;
                border: none;
                text-align: center; }
            @media (max-width: 1023px) {
              .page-product .product-box__content-details-buy-cost-quantity {
                line-height: 22px;
                font-size: 20px; } }
            @media (max-width: 1023px) {
              .page-product .product-box__content-details-buy-cost-quantity {
                line-height: 25px; } }
          .page-product .product-box__content-details-buy-cost-slash {
            margin-right: 8px;
            margin-left: 8px;
            width: 0;
            height: 36px;
            opacity: 0.1;
            border-right: 1px solid #172331;
            -webkit-transform: rotate(18deg);
                    transform: rotate(18deg); }
          .page-product .product-box__content-details-buy-cost-value {
            margin: auto;
            max-width: 52px;
            line-height: 14px;
            font-size: 12px;
            font-weight: 500;
            opacity: 0.6; }
          .page-product .product-box__content-details-buy-cost-value-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
        .page-product .product-box__content-details-bonus {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .page-product .product-box__content-details-bonus .wc-points-rewards-product-message,
          .page-product .product-box__content-details-bonus .points {
            color: #6ebbfd;
            padding: 8px 6px;
            line-height: 100%;
            font-size: 12px;
            font-weight: 500;
            border-radius: 4px;
            background-color: rgba(110, 187, 253, 0.1);
            text-align: center; }
          .page-product .product-box__content-details-bonus .points {
            margin-bottom: 24px; }
          .page-product .product-box__content-details-bonus .wcsatt-options-wrapper {
            width: 100%; }
            .page-product .product-box__content-details-bonus .wcsatt-options-wrapper .wcsatt-options-product-prompt {
              margin-bottom: 10px; }
              .page-product .product-box__content-details-bonus .wcsatt-options-wrapper .wcsatt-options-product-prompt .wcsatt-options-prompt-text {
                margin-bottom: 3px; }
                .page-product .product-box__content-details-bonus .wcsatt-options-wrapper .wcsatt-options-product-prompt .wcsatt-options-prompt-text-label {
                  font-size: 16px;
                  color: #172331;
                  line-height: 1; }
          .page-product .product-box__content-details-bonus .icon {
            margin-left: 9px; }
        .page-product .product-box__content-details-add-to-cart {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .page-product .product-box__content-details-add-to-cart .button {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            margin-right: 12px;
            height: 46px;
            position: relative; }
        .page-product .product-box__content-details-description {
          margin-top: 20px;
          max-height: 300px;
          padding: 24px 16px;
          border: 1px solid rgba(23, 35, 49, 0.1);
          border-radius: 4px;
          width: 100%;
          text-overflow: ellipsis; }
          @media (max-width: 1279px) {
            .page-product .product-box__content-details-description {
              display: none; } }
          @media (max-width: 1023px) {
            .page-product .product-box__content-details-description {
              display: none; } }
          .page-product .product-box__content-details-description-title {
            margin-bottom: 16px;
            color: #172331;
            line-height: 24px;
            font-size: 16px;
            font-weight: bold; }
          .page-product .product-box__content-details-description-text {
            color: rgba(23, 35, 49, 0.6);
            line-height: 20px;
            font-size: 14px;
            font-weight: 500;
            text-overflow: ellipsis; }
  .page-product .product-img {
    top: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40.99%;
    background: #fff; }
    @media (max-width: 1151px) {
      .page-product .product-img {
        margin-right: 32px;
        margin-bottom: 56px;
        width: 50%; } }
    @media (max-width: 1023px) {
      .page-product .product-img {
        margin-bottom: 56px;
        width: 100%; } }
    .page-product .product-img__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (max-width: 1023px) {
        .page-product .product-img__wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .page-product .product-img__carousel {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      cursor: move;
      z-index: 5; }
      .page-product .product-img__carousel img {
        margin: auto;
        width: 100%;
        max-height: 445px; }
        @media (max-width: 1023px) {
          .page-product .product-img__carousel img {
            width: 60%; } }
        @media (max-width: 767px) {
          .page-product .product-img__carousel img {
            width: 80%; } }
      .page-product .product-img__carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto; }
      .page-product .product-img__carousel .owl-item {
        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; }
      .page-product .product-img__carousel .owl-dots {
        position: absolute;
        top: calc(100% + 42px);
        right: 0;
        left: 0;
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 16px; }
        @media (max-width: 767px) {
          .page-product .product-img__carousel .owl-dots {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .page-product .product-img__carousel .owl-dots .owl-dot {
          position: relative;
          margin: 0 5px;
          width: 16px;
          min-width: initial;
          height: 16px;
          border: 1px solid transparent;
          border-radius: 50%;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .page-product .product-img__carousel .owl-dots .owl-dot::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            width: 4px;
            height: 4px;
            opacity: 1;
            border-radius: 50%;
            background-color: #6ebbfd; }
          .page-product .product-img__carousel .owl-dots .owl-dot.active {
            border: 1px solid #6ebbfd; }
      .page-product .product-img__carousel .owl-height-new {
        -webkit-transition: height 200ms ease-in-out;
        transition: height 200ms ease-in-out; }
    .page-product .product-img__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 20.57%;
      padding-right: 16px; }
      @media (max-width: 1023px) {
        .page-product .product-img__list {
          display: none; } }
      @media (max-width: 767px) {
        .page-product .product-img__list {
          display: none; } }
      .page-product .product-img__list img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px 10px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
                box-shadow: inset 0 0 0 1px #f0f0f0;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        max-width: 100%; }
        @media (max-width: 1023px) {
          .page-product .product-img__list img {
            margin-right: 16px;
            margin-bottom: 16px;
            max-height: none; } }
        .page-product .product-img__list img:last-child {
          margin-bottom: 0; }
          @media (max-width: 1023px) {
            .page-product .product-img__list img:last-child {
              margin-right: 0;
              margin-bottom: 16px; } }
        .page-product .product-img__list img:hover {
          -webkit-box-shadow: inset 0 0 0 1px #0dc7a3;
                  box-shadow: inset 0 0 0 1px #0dc7a3; }
        .page-product .product-img__list img.active {
          -webkit-box-shadow: inset 0 0 0 1px #0dc7a3;
                  box-shadow: inset 0 0 0 1px #0dc7a3; }
      .page-product .product-img__list_more {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px 10px; }
        .page-product .product-img__list_more a {
          display: block;
          color: #0dc7a3;
          line-height: 19px;
          font-size: 14px;
          font-weight: 500; }
    .page-product .product-img__main {
      position: relative;
      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;
      width: 79%;
      max-height: 448px;
      padding: 26px 58px;
      border: 1px solid #f0f0f0;
      border-radius: 4px; }
      @media (max-width: 1023px) {
        .page-product .product-img__main {
          margin-bottom: 16px;
          width: 100%;
          height: auto;
          max-height: none; } }
  .page-product__highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    width: 100%; }
    @media (max-width: 1023px) {
      .page-product__highlights {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .page-product__highlights .page-product__title-specs {
          margin-bottom: 20px; } }
    .page-product__highlights ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .page-product__highlights ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
        margin-bottom: 32px;
        line-height: 110%;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .page-product__highlights ul li {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
            line-height: 20px; } }
        .page-product__highlights ul li img {
          margin-right: 8px;
          height: 48px; }
  .page-product__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    width: 100%; }
    @media (max-width: 1023px) {
      .page-product__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .page-product__about .page-product__title-specs {
          margin-bottom: 20px; } }
    .page-product__about-text {
      margin-bottom: 29px;
      width: 100%;
      color: rgba(23, 35, 49, 0.6);
      line-height: 20px;
      font-size: 14px;
      font-weight: 500; }
      .page-product__about-text p,
      .page-product__about-text ul,
      .page-product__about-text h2,
      .page-product__about-text h3,
      .page-product__about-text h4,
      .page-product__about-text h5 {
        max-width: 680px; }
  .page-product__ingredients {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .page-product__ingredients {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-product__ingredients-text {
      display: none;
      width: 100%;
      color: rgba(23, 35, 49, 0.6);
      line-height: 20px;
      font-size: 14px;
      font-weight: 500; }
      .page-product__ingredients-text > h2:first-child {
        display: none; }
      @media (max-width: 1023px) {
        .page-product__ingredients-text {
          margin-top: 20px; } }
      .page-product__ingredients-text p {
        max-width: 680px; }
    .page-product__ingredients .icon {
      position: absolute;
      right: 0;
      color: #0dc7a3;
      font-size: 20px; }
    .page-product__ingredients .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
      color: #172331;
      margin-right: 6px;
      display: inline-block; }
  .page-product__how-to-use {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 32px;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .page-product__how-to-use {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-product__how-to-use-text {
      display: none;
      width: 100%;
      color: rgba(23, 35, 49, 0.6);
      line-height: 20px;
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .page-product__how-to-use-text {
          margin-top: 20px; } }
      .page-product__how-to-use-text p {
        max-width: 680px; }
    .page-product__how-to-use .icon {
      position: absolute;
      right: 0;
      color: #0dc7a3;
      font-size: 20px; }
  .page-product__ratings-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
    width: 100%; }
    @media (max-width: 1023px) {
      .page-product__ratings-reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .page-product__ratings {
    width: 25%;
    margin-right: 50px; }
    @media (max-width: 1023px) {
      .page-product__ratings {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 1023px) {
      .page-product__ratings-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-product__ratings-stars-appraisals {
      margin-bottom: 19px; }
      @media (max-width: 1023px) {
        .page-product__ratings-stars-appraisals {
          margin-right: 34px;
          width: 51.5%; } }
      .page-product__ratings-stars-appraisals .appraisal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 8px;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500; }
        .page-product__ratings-stars-appraisals .appraisal > * + * {
          margin-left: 15px; }
        .page-product__ratings-stars-appraisals .appraisal .quantity {
          opacity: 0.3; }
        .page-product__ratings-stars-appraisals .appraisal .progressbar {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
    .page-product__ratings-stars-average {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 24px;
      padding: 27px 0;
      background-color: #f8f8f9; }
      .page-product__ratings-stars-average > * + * {
        margin-top: 8px; }
      @media (max-width: 1023px) {
        .page-product__ratings-stars-average {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
      .page-product__ratings-stars-average-appraisal {
        line-height: 110%;
        font-size: 32px;
        font-weight: bold; }
      .page-product__ratings-stars-average-reviews-quantity {
        line-height: 100%;
        font-size: 12px;
        font-weight: 500; }
    .page-product__ratings-wrap {
      min-width: 230px; }
      @media (max-width: 1023px) {
        .page-product__ratings-wrap {
          max-width: 100%;
          margin-right: 0; } }
    .page-product__ratings .button {
      width: 100%; }
      @media (max-width: 1023px) {
        .page-product__ratings .button {
          margin-bottom: 24px; } }
  .page-product__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    .page-product__reviews-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 32px; }
      @media (max-width: 1023px) {
        .page-product__reviews-head {
          margin-bottom: 24px; } }
      .page-product__reviews-head-sorts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-product__reviews-head-sorts > * + * {
          margin-left: 8px; }
        .page-product__reviews-head-sorts-short, .page-product__reviews-head-sorts-show {
          width: 167px;
          height: 48px; }
        @media (max-width: 1023px) {
          .page-product__reviews-head-sorts {
            display: none; } }
      .page-product__reviews-head-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .page-product__reviews-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-product__reviews-footer > * + * {
        margin-top: 12px; }
      .page-product__reviews-footer .button {
        width: 270px; }
        @media (max-width: 1023px) {
          .page-product__reviews-footer .button {
            width: 100%; } }
    .page-product__reviews-items {
      margin-bottom: 24px; }
    .page-product__reviews-item {
      padding: 16px 0;
      border-bottom: 1px solid #f0f0f0; }
      .page-product__reviews-item:first-child {
        padding-top: 0; }
      .page-product__reviews-item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .page-product__reviews-item-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 16px; }
        .page-product__reviews-item-head-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          line-height: 14px;
          font-size: 12px;
          font-weight: bold; }
          .page-product__reviews-item-head-info > * + * {
            margin-left: 4px; }
          .page-product__reviews-item-head-info .date {
            font-size: 10px;
            opacity: 0.4; }
      .page-product__reviews-item-text {
        max-width: 83%;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .page-product__reviews-item-text {
            max-width: 100%; } }
    .page-product__reviews-count {
      line-height: 16px;
      font-size: 14px;
      font-weight: bold; }
      .page-product__reviews-count .all-reviews {
        opacity: 0.3; }
  @media (max-width: 1023px) {
    .page-product .display-none_m {
      display: none; } }

.page-shopping-card__container {
  padding-top: 44px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .page-shopping-card__container {
      padding-bottom: 98px; } }

.page-shopping-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-shopping-card__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 390px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px; }
  @media (max-width: 1023px) {
    .page-shopping-card__left {
      max-width: 100%; } }

.page-shopping-card__right {
  width: 390px; }
  @media (max-width: 1023px) {
    .page-shopping-card__right {
      display: none; } }

.page-shopping-card__mobile-controls {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 16px 0 24px;
  color: #172331;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  background-color: white;
  border-radius: 16px 16px 0 0;
  -webkit-box-shadow: 0px -8px 24px rgba(23, 35, 49, 0.1);
          box-shadow: 0px -8px 24px rgba(23, 35, 49, 0.1); }
  @media (max-width: 1023px) {
    .page-shopping-card__mobile-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-shopping-card__mobile-controls__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-shopping-card__mobile-controls__header-before h2 {
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 10px; }
    .page-shopping-card__mobile-controls__header-before .wcsatt-options-cart {
      padding-bottom: 14px;
      margin-bottom: 14px;
      border-bottom: 1px solid #f0f0f0; }
    .page-shopping-card__mobile-controls__header-info {
      border-top: 1px solid #f0f0f0;
      padding-top: 14px;
      font-size: 14px;
      line-height: 1.27; }
      .page-shopping-card__mobile-controls__header-info p {
        margin: 7px 0; }
      .page-shopping-card__mobile-controls__header-info strong,
      .page-shopping-card__mobile-controls__header-info .amount {
        font-weight: 600; }
  .page-shopping-card__mobile-controls__menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    overflow: hidden;
    height: 0; }
  .page-shopping-card__mobile-controls .card-total__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px; }
    .page-shopping-card__mobile-controls .card-total__row--shipping .checkout-page__order-summary__subtotal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0;
      width: 100%; }
      .page-shopping-card__mobile-controls .card-total__row--shipping .checkout-page__order-summary__subtotal .checkout-page__order-summary__subtotal-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%; }
      .page-shopping-card__mobile-controls .card-total__row--shipping .checkout-page__order-summary__subtotal .checkout-page__order-summary__subtotal-cost {
        text-align: right;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.1;
        margin-left: 15px; }
    .page-shopping-card__mobile-controls .card-total__row .key {
      font-weight: 500;
      font-size: 16px;
      line-height: 110%; }
    .page-shopping-card__mobile-controls .card-total__row .value {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      margin-left: 15px;
      text-align: right; }
      .page-shopping-card__mobile-controls .card-total__row .value .woocommerce-remove-coupon {
        color: #0dc7a3;
        font-size: 14px;
        font-weight: 500; }
    .page-shopping-card__mobile-controls .card-total__row .action {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      color: #0dc7a3;
      cursor: pointer;
      margin-top: 2px; }
    .page-shopping-card__mobile-controls .card-total__row:last-child {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 18px; }
  .page-shopping-card__mobile-controls__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .page-shopping-card__mobile-controls__text i {
      font-size: 16px;
      margin-left: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .page-shopping-card__mobile-controls__total {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right; }
    .page-shopping-card__mobile-controls__total small {
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400; }
  .page-shopping-card__mobile-controls__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px; }
    .page-shopping-card__mobile-controls__controls .button-default {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .page-shopping-card__mobile-controls__controls .button-default.pay-pal {
        margin-left: 8px;
        background-color: white;
        border: 1px solid #6ebbfd; }
  .page-shopping-card__mobile-controls.open .page-shopping-card__mobile-controls__menu {
    margin-bottom: 24px; }
  .page-shopping-card__mobile-controls.open .page-shopping-card__mobile-controls__text i {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }

.page-shopping-card__title {
  margin-bottom: 24px;
  color: #172331;
  line-height: 31px;
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .page-shopping-card__title span.remove {
    color: #0dc7a3;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .page-shopping-card__title span.remove {
        margin-top: 16px; } }
  @media (max-width: 1023px) {
    .page-shopping-card__title {
      line-height: 20px;
      font-size: 22px; } }
  @media (max-width: 767px) {
    .page-shopping-card__title {
      line-height: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.page-shopping-card__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 9px; }
  .page-shopping-card__delivery i {
    color: #0dc7a3;
    font-size: 22px;
    margin-right: 9px; }
  .page-shopping-card__delivery a {
    color: #0dc7a3;
    letter-spacing: 0.01em; }

.page-shopping-card__notifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px; }

.page-shopping-card__notice {
  height: 60px;
  background-color: #f8f8f9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer; }
  .page-shopping-card__notice a {
    color: #0dc7a3;
    font-weight: 500; }
  .page-shopping-card__notice:not(:first-child) {
    margin-left: 16px; }
  @media (max-width: 767px) {
    .page-shopping-card__notice {
      min-width: 100%;
      height: 72px; }
      .page-shopping-card__notice:not(:first-child) {
        margin-left: 0;
        margin-top: 16px; } }
  .page-shopping-card__notice .icon-arrow-down {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .page-shopping-card__notice div i {
    margin-right: 11px; }
  .page-shopping-card__notice div:nth-child(2) {
    margin-left: 20px; }
  .page-shopping-card__notice .action {
    color: #0dc7a3;
    cursor: pointer; }

.page-shopping-card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px; }

.page-shopping-card__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding: 12px; }
  .page-shopping-card__item__loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10; }
  .page-shopping-card__item--desktop {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-shopping-card__item--desktop:not(:first-child) {
      margin-top: 16px; }
    @media (max-width: 767px) {
      .page-shopping-card__item--desktop {
        display: none; } }
  .page-shopping-card__item--desktop .page-shopping-card__item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-shopping-card__item--desktop .page-shopping-card__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-shopping-card__item--desktop .page-shopping-card__item__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .page-shopping-card__item--desktop .page-shopping-card__item__block:not(:first-child) {
      margin-left: 10px; }
    .page-shopping-card__item--desktop .page-shopping-card__item__block--name {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
  .page-shopping-card__item--desktop .page-shopping-card__item__image {
    height: 122px;
    width: 115px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    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;
    margin-right: 16px; }
    .page-shopping-card__item--desktop .page-shopping-card__item__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .page-shopping-card__item--desktop .page-shopping-card__item__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center; }
    .page-shopping-card__item--desktop .page-shopping-card__item__price .subscription-details {
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      font-weight: 500;
      color: #747b83; }
    .page-shopping-card__item--desktop .page-shopping-card__item__price .subscription-option-details {
      text-align: left; }
  .page-shopping-card__item--desktop .page-shopping-card__item__total {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: right; }
    .page-shopping-card__item--desktop .page-shopping-card__item__total .subscription-details {
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      font-weight: 500;
      color: #747b83; }
  .page-shopping-card__item--desktop .page-shopping-card__item__category {
    line-height: 12px;
    font-size: 12px;
    padding-right: 20px;
    font-weight: 500;
    margin-bottom: 8px; }
    .page-shopping-card__item--desktop .page-shopping-card__item__category a {
      color: #0dc7a3; }
  .page-shopping-card__item--desktop .page-shopping-card__item__name {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin: 2px 0;
    padding-right: 20px;
    color: #172331; }
  .page-shopping-card__item--desktop .page-shopping-card__item__prop {
    font-size: 10px;
    line-height: 14px; }
  .page-shopping-card__item--desktop .page-shopping-card__item__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-shopping-card__item--desktop .page-shopping-card__item__count {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6px; }
    .page-shopping-card__item--desktop .page-shopping-card__item__count .action {
      color: #0dc7a3;
      cursor: pointer;
      padding: 4px; }
      .page-shopping-card__item--desktop .page-shopping-card__item__count .action.disabled {
        cursor: not-allowed;
        opacity: 0.2; }
    .page-shopping-card__item--desktop .page-shopping-card__item__count .number {
      text-align: center;
      width: 50px;
      font-weight: 500;
      font-size: 12px; }
      .page-shopping-card__item--desktop .page-shopping-card__item__count .number input {
        height: auto;
        padding: 0;
        border: none; }
  .page-shopping-card__item--desktop .page-shopping-card__item__quantity {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    height: auto;
    width: 100%; }
    .page-shopping-card__item--desktop .page-shopping-card__item__quantity::-webkit-outer-spin-button, .page-shopping-card__item--desktop .page-shopping-card__item__quantity::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .page-shopping-card__item--desktop .page-shopping-card__item__quantity[type="number"] {
      -moz-appearance: textfield; }
  .page-shopping-card__item--desktop .page-shopping-card__item__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto; }
    .page-shopping-card__item--desktop .page-shopping-card__item__controls .action {
      cursor: pointer;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: -0.02em;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-shopping-card__item--desktop .page-shopping-card__item__controls .action i {
        margin-right: 10px; }
      .page-shopping-card__item--desktop .page-shopping-card__item__controls .action.delete {
        color: #0dc7a3; }
        .page-shopping-card__item--desktop .page-shopping-card__item__controls .action.delete:hover {
          color: #ff5d6a; }
      .page-shopping-card__item--desktop .page-shopping-card__item__controls .action.to-wishlist:hover {
        color: #0dc7a3; }
      .page-shopping-card__item--desktop .page-shopping-card__item__controls .action.to-wishlist.active .icon-heart:before {
        content: "\e919"; }
  .page-shopping-card__item--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none; }
    @media (max-width: 767px) {
      .page-shopping-card__item--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        padding-bottom: 26px;
        padding-top: 24px; } }
    @media (max-width: 767px) {
      .page-shopping-card__item--mobile:last-child {
        border-bottom: none; } }
  .page-shopping-card__item--mobile .page-shopping-card__item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-shopping-card__item--mobile .page-shopping-card__item__image {
    height: 98px;
    width: 92px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    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;
    margin-right: 12px; }
    .page-shopping-card__item--mobile .page-shopping-card__item__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .page-shopping-card__item--mobile .page-shopping-card__item__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
  .page-shopping-card__item--mobile .page-shopping-card__item__category {
    line-height: 12px;
    font-size: 12px;
    padding-right: 20px;
    font-weight: 500; }
    .page-shopping-card__item--mobile .page-shopping-card__item__category a {
      color: #0dc7a3; }
  .page-shopping-card__item--mobile .page-shopping-card__item__name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 2px 0;
    padding-right: 20px;
    color: #172331;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .page-shopping-card__item--mobile .page-shopping-card__item__prop {
    font-size: 10px;
    line-height: 14px; }
  .page-shopping-card__item--mobile .page-shopping-card__item__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 12px; }
  .page-shopping-card__item--mobile .page-shopping-card__item__count {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6px; }
    .page-shopping-card__item--mobile .page-shopping-card__item__count .action {
      color: #0dc7a3;
      cursor: pointer;
      padding: 4px; }
      .page-shopping-card__item--mobile .page-shopping-card__item__count .action.disabled {
        cursor: not-allowed;
        opacity: 0.2; }
    .page-shopping-card__item--mobile .page-shopping-card__item__count .number {
      text-align: center;
      width: 50px;
      font-weight: 500;
      font-size: 12px; }
  .page-shopping-card__item--mobile .page-shopping-card__item__quantity {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    height: auto;
    width: 100%; }
    .page-shopping-card__item--mobile .page-shopping-card__item__quantity::-webkit-outer-spin-button, .page-shopping-card__item--mobile .page-shopping-card__item__quantity::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .page-shopping-card__item--mobile .page-shopping-card__item__quantity[type="number"] {
      -moz-appearance: textfield; }
  .page-shopping-card__item--mobile .page-shopping-card__item__price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }
    .page-shopping-card__item--mobile .page-shopping-card__item__price .subscription-details {
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      font-weight: 500;
      color: #747b83; }
  .page-shopping-card__item--mobile .page-shopping-card__item__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 20px; }
    .page-shopping-card__item--mobile .page-shopping-card__item__controls .action {
      cursor: pointer;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: -0.02em;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-shopping-card__item--mobile .page-shopping-card__item__controls .action i {
        margin-right: 10px; }
      .page-shopping-card__item--mobile .page-shopping-card__item__controls .action.delete:hover {
        color: #ff5d6a; }
      .page-shopping-card__item--mobile .page-shopping-card__item__controls .action.to-wishlist:hover {
        color: #0dc7a3; }

.page-shopping-card__apply-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  margin: 16px 0; }
  @media (max-width: 1023px) {
    .page-shopping-card__apply-coupon {
      margin: 16px 0 24px 0; } }
  @media (max-width: 767px) {
    .page-shopping-card__apply-coupon {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px; } }
  .page-shopping-card__apply-coupon__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    margin-right: 32px; }
    @media (max-width: 767px) {
      .page-shopping-card__apply-coupon__title {
        margin-right: 0;
        margin-bottom: 16px;
        -ms-flex-item-align: center;
            align-self: center; } }
  .page-shopping-card__apply-coupon__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .page-shopping-card__apply-coupon__form {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .page-shopping-card__apply-coupon__form input {
      height: 44px;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-right: 8px; }
      @media (max-width: 767px) {
        .page-shopping-card__apply-coupon__form input {
          -webkit-box-flex: initial;
              -ms-flex: initial;
                  flex: initial; } }
    .page-shopping-card__apply-coupon__form button {
      height: 44px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 213px;
      min-width: 140px; }
      @media (max-width: 767px) {
        .page-shopping-card__apply-coupon__form button {
          -webkit-box-flex: initial;
              -ms-flex: initial;
                  flex: initial;
          max-width: initial; } }

.page-shopping-card__carousel {
  position: relative;
  width: 100%;
  z-index: 1; }

@media (max-width: 1023px) {
  .page-shopping-card__carousel-title {
    margin-top: 40px; } }

.page-shopping-card__carousel-item {
  position: absolute;
  top: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1023px) {
    .page-shopping-card__carousel-item {
      display: none; } }
  .page-shopping-card__carousel-item:first-child {
    left: -14px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .page-shopping-card__carousel-item:last-child {
    right: -14px; }
  .page-shopping-card__carousel-item:last-child.disabled {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .page-shopping-card__carousel-item:hover .icon {
    color: #fff; }
  .page-shopping-card__carousel-item .icon {
    color: #fc9ec6;
    font-size: 11px; }
  .page-shopping-card__carousel-item.disabled {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }

.page-shopping-card__price-cards-carousel-people-also-bought .owl-stage-outer,
.page-shopping-card__price-cards-carousel-your-loves .owl-stage-outer {
  height: 400px; }
  @media (max-width: 1023px) {
    .page-shopping-card__price-cards-carousel-people-also-bought .owl-stage-outer,
    .page-shopping-card__price-cards-carousel-your-loves .owl-stage-outer {
      height: 300px; } }

@media (max-width: 1023px) {
  .page-shopping-card__price-cards-carousel-valueSets .owl-stage-outer {
    height: 350px; } }

.page-shopping-card__card-total .card-total-before {
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px; }
  .page-shopping-card__card-total .card-total-before h2 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.03em;
    padding: 16px 24px; }
  .page-shopping-card__card-total .card-total-before .wcsatt-options-cart {
    margin-bottom: 8px;
    padding: 0 24px 16px 24px; }

.page-shopping-card__card-total .card-total {
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding: 16px 24px; }
  .page-shopping-card__card-total .card-total__title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.03em;
    margin-bottom: 24px; }
  .page-shopping-card__card-total .card-total__row {
    padding-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-shopping-card__card-total .card-total__row .key {
      font-weight: 500;
      font-size: 16px;
      line-height: 110%; }
    .page-shopping-card__card-total .card-total__row .value {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      margin-left: 15px; }
      .page-shopping-card__card-total .card-total__row .value .woocommerce-remove-coupon {
        color: #0dc7a3;
        font-size: 14px;
        font-weight: 500; }
    .page-shopping-card__card-total .card-total__row .action {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      color: #0dc7a3;
      cursor: pointer;
      margin-top: 2px; }
    .page-shopping-card__card-total .card-total__row--total {
      border-top: 1px solid #f0f0f0;
      padding-top: 14px; }
      .page-shopping-card__card-total .card-total__row--total .key {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px; }
      .page-shopping-card__card-total .card-total__row--total .value {
        font-weight: 600;
        font-size: 20px;
        line-height: 110%;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .page-shopping-card__card-total .card-total__row--total small {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2; }
    .page-shopping-card__card-total .card-total__row--shipping .checkout-page__order-summary__subtotal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0;
      width: 100%; }
      .page-shopping-card__card-total .card-total__row--shipping .checkout-page__order-summary__subtotal .checkout-page__order-summary__subtotal-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%; }
      .page-shopping-card__card-total .card-total__row--shipping .checkout-page__order-summary__subtotal .checkout-page__order-summary__subtotal-cost {
        text-align: right;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.1;
        margin-left: 15px; }
        .page-shopping-card__card-total .card-total__row--shipping .checkout-page__order-summary__subtotal .checkout-page__order-summary__subtotal-cost .woocommerce-shipping-methods li {
          margin-bottom: 0 !important;
          font-size: 14px;
          font-weight: 500; }
        .page-shopping-card__card-total .card-total__row--shipping .checkout-page__order-summary__subtotal .checkout-page__order-summary__subtotal-cost .woocommerce-shipping-destination {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.1; }
  .page-shopping-card__card-total .card-total__info {
    font-size: 14px;
    line-height: 1.27;
    margin-bottom: 18px; }
    .page-shopping-card__card-total .card-total__info p {
      margin: 8px 0; }
    .page-shopping-card__card-total .card-total__info strong,
    .page-shopping-card__card-total .card-total__info .amount {
      font-weight: 600; }
  .page-shopping-card__card-total .card-total__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-shopping-card__card-total .card-total__controls .button-default {
      width: 100%; }
      .page-shopping-card__card-total .card-total__controls .button-default.pay-pal {
        background-color: white;
        border: 1px solid #6ebbfd;
        margin-top: 16px; }

.page-settings--addresses .page-settings__addresses-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .page-settings--addresses .page-settings__addresses-tab {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .page-settings--addresses .page-settings__addresses-tab__shipping-addresses {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(50% - 8px); }
    @media (max-width: 767px) {
      .page-settings--addresses .page-settings__addresses-tab__shipping-addresses {
        max-width: 100%;
        margin-bottom: 32px; } }
    .page-settings--addresses .page-settings__addresses-tab__shipping-addresses button {
      min-width: 126px; }
  .page-settings--addresses .page-settings__addresses-tab__billing-addresses {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(50% - 8px); }
    @media (max-width: 767px) {
      .page-settings--addresses .page-settings__addresses-tab__billing-addresses {
        max-width: 100%; } }
    .page-settings--addresses .page-settings__addresses-tab__billing-addresses .button {
      width: 100%; }
  .page-settings--addresses .page-settings__addresses-tab__edit {
    color: #0dc7a3;
    cursor: pointer; }
  .page-settings--addresses .page-settings__addresses-tab__form-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(23, 35, 49, 0.8); }
    .page-settings--addresses .page-settings__addresses-tab__form-info .name {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px; }
    .page-settings--addresses .page-settings__addresses-tab__form-info .default-address {
      color: #6ebbfd;
      margin-top: 3px; }
  .page-settings--addresses .page-settings__addresses-tab__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0; }
  .page-settings--addresses .page-settings__addresses-tab__form {
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #f0f0f0; }
    .page-settings--addresses .page-settings__addresses-tab__form h4 {
      margin-bottom: 22px; }
    .page-settings--addresses .page-settings__addresses-tab__form .form-row {
      width: 100%;
      margin-bottom: 2px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-settings--addresses .page-settings__addresses-tab__form .form-row .input {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-bottom: 16px;
        min-width: 220px;
        margin: 0 8px 22px; }
        .page-settings--addresses .page-settings__addresses-tab__form .form-row .input p {
          width: 100%; }
    .page-settings--addresses .page-settings__addresses-tab__form .radio label .default-address {
      display: none; }
    .page-settings--addresses .page-settings__addresses-tab__form .radio input:checked + label .default-address {
      display: block; }
    .page-settings--addresses .page-settings__addresses-tab__form .checkbox {
      margin-bottom: 16px; }
      .page-settings--addresses .page-settings__addresses-tab__form .checkbox label {
        color: rgba(23, 35, 49, 0.6) !important; }
  .page-settings--addresses .page-settings__addresses-tab__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px; }
    .page-settings--addresses .page-settings__addresses-tab__socials .socials__social {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 13px;
      color: white;
      border-radius: 4px;
      background-color: #f8f8f9;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.01em;
      color: #172331; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social:first-child {
        margin-right: 16px; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social__icon {
        height: 40px;
        width: 40px;
        border-radius: 4px;
        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;
        margin-right: 10px;
        font-size: 18px;
        color: white; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social--google .socials__social__icon {
        background-color: #cf4332; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social--facebook .socials__social__icon {
        background-color: #4267b2; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social__action {
        margin-left: auto;
        font-size: 13.5px;
        cursor: pointer; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social.linked {
        color: white; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social--google.linked {
        background-color: #cf4332; }
      .page-settings--addresses .page-settings__addresses-tab__socials .socials__social--facebook.linked {
        background-color: #4267b2; }

.page-settings--personal .page-settings__personal-tab__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 24px; }

.page-settings--personal .page-settings__personal-tab form {
  margin-bottom: 32px; }
  .page-settings--personal .page-settings__personal-tab form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; }
    .page-settings--personal .page-settings__personal-tab form .row .input {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 16px;
      min-width: 220px;
      margin: 0 8px 22px; }
  .page-settings--personal .page-settings__personal-tab form .date-of-birth {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-settings--personal .page-settings__personal-tab form .date-of-birth label {
      margin-bottom: 6px;
      font-weight: 500;
      font-size: 12px; }
    .page-settings--personal .page-settings__personal-tab form .date-of-birth .inputs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-settings--personal .page-settings__personal-tab form .date-of-birth .input {
      width: calc(100% / 3 - 16px / 3); }

.page-settings--personal .page-settings__personal-tab__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px; }
  .page-settings--personal .page-settings__personal-tab__socials .socials__social {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 13px;
    color: white;
    border-radius: 4px;
    background-color: #f8f8f9;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #172331; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social:first-child {
      margin-right: 16px; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social__icon {
      height: 40px;
      width: 40px;
      border-radius: 4px;
      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;
      margin-right: 10px;
      font-size: 18px;
      color: white; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social--google .socials__social__icon {
      background-color: #cf4332; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social--facebook .socials__social__icon {
      background-color: #4267b2; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social__action {
      margin-left: auto;
      font-size: 13.5px;
      cursor: pointer; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social.linked {
      color: white; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social--google.linked {
      background-color: #cf4332; }
    .page-settings--personal .page-settings__personal-tab__socials .socials__social--facebook.linked {
      background-color: #4267b2; }

.page-settings--personal .page-settings__personal-tab__save {
  min-width: 184px; }

.page-settings__container {
  padding-top: 44px; }
  .page-settings__container:last-child {
    padding-bottom: 124px; }
    @media (max-width: 767px) {
      .page-settings__container:last-child {
        padding-bottom: 98px; } }

.page-settings__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-settings__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 331px);
  margin-left: 32px; }
  @media (max-width: 1151px) {
    .page-settings__right {
      max-width: calc(100% - 250px); } }
  @media (max-width: 1023px) {
    .page-settings__right {
      max-width: 100%;
      margin-left: 0; } }
  .page-settings__right .wishlist-card + .wishlist-card {
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px; }

.page-orders {
  background-color: #fff; }
  .page-orders__title {
    margin-bottom: 27px;
    line-height: 35px;
    font-size: 32px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .page-orders__title {
        margin-bottom: 24px;
        line-height: 31px;
        font-size: 28px; } }
  .page-orders__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-orders__content-left {
      margin-right: 74px;
      width: 24.07%;
      max-width: 331px;
      height: 600px; }
      .page-orders__content-left .profile-menu {
        width: 100%; }
        @media (max-width: 1023px) {
          .page-orders__content-left .profile-menu {
            display: block; } }
      @media (max-width: 1439px) {
        .page-orders__content-left {
          margin-right: 32px; } }
      @media (max-width: 767px) {
        .page-orders__content-left {
          display: none; } }
    .page-orders__content-right {
      width: 100%;
      max-width: 970px; }
      .page-orders__content-right-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 25px;
        width: 100%; }
        .page-orders__content-right-nav .search-form {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          border: 1px solid #f0f0f0;
          border-radius: 4px; }
          .page-orders__content-right-nav .search-form i {
            position: absolute;
            top: 12px;
            left: 17px;
            color: rgba(23, 35, 49, 0.6);
            font-size: 14px; }
          .page-orders__content-right-nav .search-form input {
            width: 100%;
            height: 36px;
            padding: 0 40px;
            color: #172331;
            font-size: 14px;
            font-weight: 500;
            border: 0;
            border-radius: 4px; }
            .page-orders__content-right-nav .search-form input::-webkit-input-placeholder {
              color: rgba(23, 35, 49, 0.6); }
            .page-orders__content-right-nav .search-form input:-moz-placeholder {
              color: rgba(23, 35, 49, 0.6); }
            .page-orders__content-right-nav .search-form input::-moz-placeholder {
              color: rgba(23, 35, 49, 0.6); }
            .page-orders__content-right-nav .search-form input:-ms-input-placeholder {
              color: rgba(23, 35, 49, 0.6); }
  .page-orders .orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    width: 100%;
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 4px; }
    @media (max-width: 1023px) {
      .page-orders .orders {
        padding: 0;
        border: none; } }
    .page-orders .orders-thead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 0 0 11px 16px;
      border-bottom: 1px solid #f0f0f0;
      background: #fff; }
      @media (max-width: 1023px) {
        .page-orders .orders-thead {
          display: none; } }
      .page-orders .orders-thead p {
        width: 18%;
        padding-right: 12px;
        padding-left: 12px;
        color: #172331;
        line-height: 110%;
        font-size: 16px;
        font-weight: 500; }
        .page-orders .orders-thead p:first-child {
          padding-left: 0;
          text-align: left; }
        .page-orders .orders-thead p:nth-child(5) {
          width: 20%; }
          @media (max-width: 1023px) {
            .page-orders .orders-thead p:nth-child(5) {
              width: 100%; } }
        .page-orders .orders-thead p:last-child {
          width: 20%;
          padding-right: 0;
          text-align: right; }
    .page-orders .orders-table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      line-height: 16px;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 1px solid #f0f0f0;
      background: #fff; }
      @media (max-width: 1023px) {
        .page-orders .orders-table {
          border-bottom: none; } }
      .page-orders .orders-table:last-child {
        border-bottom: none; }
      .page-orders .orders-table__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        padding: 16px 0 16px 16px;
        cursor: pointer; }
        @media (max-width: 1023px) {
          .page-orders .orders-table__wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 16px;
            padding: 0;
            border: 1px solid #f0f0f0;
            border-radius: 4px; } }
        .page-orders .orders-table__wrap:hover .orders-table__td-buttons {
          opacity: 1; }
      .page-orders .orders-table__td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 18%;
        min-height: 29px;
        padding-right: 12px;
        padding-left: 12px; }
        @media (max-width: 1023px) {
          .page-orders .orders-table__td {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%;
            padding: 16px; } }
        .page-orders .orders-table__td-buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: auto;
          opacity: 0;
          -webkit-transition: all linear 0.3s;
          transition: all linear 0.3s; }
          @media (max-width: 1023px) {
            .page-orders .orders-table__td-buttons {
              opacity: 1; } }
          .page-orders .orders-table__td-buttons .button {
            margin-right: 8px;
            width: 70%;
            height: 29px; }
          .page-orders .orders-table__td-buttons .download {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 29px;
            height: 29px;
            border-radius: 4px;
            background-color: rgba(13, 199, 163, 0.2); }
            .page-orders .orders-table__td-buttons .download i {
              margin: auto;
              color: #0dc7a3; }
        .page-orders .orders-table__td .status.progress {
          color: #ffc593; }
        .page-orders .orders-table__td .status.pending {
          color: #ffc593; }
        .page-orders .orders-table__td .status.cancelled {
          color: #ff5d6a; }
        .page-orders .orders-table__td .status.delivered {
          color: #6ebbfd; }
        .page-orders .orders-table__td .status.completed {
          color: #0dc7a3; }
        .page-orders .orders-table__td .date,
        .page-orders .orders-table__td .total {
          font-weight: 500; }
        .page-orders .orders-table__td:first-child {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-left: 0; }
          @media (max-width: 1023px) {
            .page-orders .orders-table__td:first-child {
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              padding: 16px;
              border-bottom: 1px solid #f0f0f0; } }
        .page-orders .orders-table__td:last-child {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          width: 15%;
          padding-right: 0; }
        .page-orders .orders-table__td:nth-child(5) {
          width: 20%; }
          @media (max-width: 1023px) {
            .page-orders .orders-table__td:nth-child(5) {
              width: 100%; } }
        .page-orders .orders-table__td p {
          font-weight: bold; }
        .page-orders .orders-table__td-status-m {
          display: none; }
          @media (max-width: 1023px) {
            .page-orders .orders-table__td-status-m {
              display: block; } }
        .page-orders .orders-table__td-m {
          display: none;
          font-weight: 500;
          opacity: 0.6; }
          @media (max-width: 1023px) {
            .page-orders .orders-table__td-m {
              display: block; } }

.page-blog {
  overflow: hidden; }
  .page-blog__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
    height: 330px;
    padding: 40px;
    border-radius: 2px;
    background: center/cover no-repeat url("../../images/content/banner-1.jpg");
    background-color: #6ebbfd; }
    @media (max-width: 1023px) {
      .page-blog__banner {
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .page-blog__banner {
        padding: 36px 16px;
        border-radius: 4px; } }
    .page-blog__banner__logo {
      width: 140px; }
    .page-blog__banner__text {
      color: #fff; }
      .page-blog__banner__text-title {
        margin-bottom: 32px;
        max-width: 702px;
        line-height: 44px;
        font-size: 40px;
        font-weight: 700; }
        @media (max-width: 1023px) {
          .page-blog__banner__text-title {
            line-height: 35px;
            font-size: 32px; } }
        @media (max-width: 767px) {
          .page-blog__banner__text-title {
            max-width: 236px; } }
      .page-blog__banner__text p {
        line-height: 18px;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .page-blog__banner__text p {
            max-width: 227px;
            line-height: 20px;
            font-size: 14px; } }
    @media (max-width: 767px) {
      .page-blog__banner {
        -ms-flex-item-align: center;
            align-self: center;
        width: 100%;
        max-width: 100%; } }
  .page-blog__blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
    width: 100%; }
    @media (max-width: 1023px) {
      .page-blog__blog-box {
        margin-bottom: 16px; } }
    .page-blog__blog-box .blog-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.3% - 11px);
              flex: 0 0 calc(33.3% - 11px);
      margin-bottom: 16px; }
      .page-blog__blog-box .blog-card:not(:nth-child(3n+3)) {
        margin-right: 16px; }
        @media (max-width: 767px) {
          .page-blog__blog-box .blog-card:not(:nth-child(3n+3)) {
            margin-right: 0; } }
      @media (max-width: 767px) {
        .page-blog__blog-box .blog-card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 49%;
                  flex: 0 0 49%;
          margin-bottom: 8px; } }
      @media (max-width: 470px) {
        .page-blog__blog-box .blog-card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      @media (max-width: 1023px) {
        .page-blog__blog-box .blog-card .blog-card__preview-image {
          height: 203px; } }
  .page-blog__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 48px;
    width: 100%;
    height: 52px; }
    @media (max-width: 767px) {
      .page-blog__navigation {
        margin-top: 16px;
        margin-bottom: 60px; } }
  .page-blog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1023px) {
      .page-blog__pagination {
        display: none; } }
    .page-blog__pagination li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1023px) {
        .page-blog__pagination li {
          display: none; } }
      .page-blog__pagination li a {
        margin: auto;
        color: #172331;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500; }
    .page-blog__pagination-nav:first-child {
      margin-right: 24px; }
    .page-blog__pagination-nav:last-child {
      margin-left: 24px; }
    .page-blog__pagination-page {
      margin-right: 1px;
      width: 24px;
      height: 24px;
      border-radius: 4px; }
      .page-blog__pagination-page:last-child {
        margin-right: 0; }
      .page-blog__pagination-page.active {
        background-color: rgba(13, 199, 163, 0.1); }
        .page-blog__pagination-page.active a {
          color: #0dc7a3; }
  .page-blog__more-product {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media (max-width: 1023px) {
      .page-blog__more-product {
        width: 100%; } }
    .page-blog__more-product-button {
      height: 36px; }
      @media (max-width: 1023px) {
        .page-blog__more-product-button {
          width: 100%;
          height: 48px; } }
  .page-blog__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 120px; }
    .page-blog__show p {
      margin-right: 16px; }
    @media (max-width: 1023px) {
      .page-blog__show {
        display: none; } }
  .page-blog__carousel {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    z-index: 1; }
    @media (max-width: 1023px) {
      .page-blog__carousel {
        margin-bottom: 64px; } }
  .page-blog__carousel-item {
    position: absolute;
    top: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 27px;
    opacity: 1;
    cursor: pointer;
    border-radius: 6px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1023px) {
      .page-blog__carousel-item {
        display: none; } }
    .page-blog__carousel-item:first-child {
      left: -14px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .page-blog__carousel-item:last-child {
      right: -14px; }
    .page-blog__carousel-item:last-child.disabled {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .page-blog__carousel-item:hover .icon {
      color: #fff; }
    .page-blog__carousel-item .icon {
      color: #fc9ec6;
      font-size: 11px; }
    .page-blog__carousel-item.disabled {
      opacity: 0;
      -webkit-transform: scale(0.1);
              transform: scale(0.1); }
  .page-blog__price-cards-carousel-bestsellers .owl-stage-outer {
    overflow: visible;
    -webkit-clip-path: inset(0 0 -100px 0);
            clip-path: inset(0 0 -100px 0); }

.page-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
  .page-article main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-article__container {
    padding-top: 40px; }
    .page-article__container:last-child {
      padding-bottom: 124px; }
      @media (max-width: 767px) {
        .page-article__container:last-child {
          padding-top: 98px;
          padding-bottom: 98px; } }
  .page-article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .page-article__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .page-article__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 60px;
    margin-bottom: 30px;
    max-width: calc(100% - 405px); }
    @media (max-width: 1023px) {
      .page-article__left {
        margin-right: 0;
        max-width: 100%; } }
  .page-article__right {
    width: 405px; }
    .page-article__right-title {
      margin-bottom: 24px;
      line-height: 22px;
      font-size: 20px;
      font-weight: bold; }
    @media (max-width: 1023px) {
      .page-article__right {
        width: initial; } }
  .page-article__left .page-article__share {
    display: none; }
    @media (max-width: 1023px) {
      .page-article__left .page-article__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .page-article__right .page-article__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 275px; }
    @media (max-width: 1023px) {
      .page-article__right .page-article__share {
        display: none; } }
  .page-article__banner {
    margin-bottom: 40px;
    max-height: 350px; }
    .page-article__banner img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-article__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
    color: #172331;
    line-height: 31px;
    font-size: 28px;
    font-weight: 700; }
    .page-article__title span.remove {
      color: #0dc7a3;
      line-height: 16px;
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
      cursor: pointer; }
      @media (max-width: 767px) {
        .page-article__title span.remove {
          margin-top: 16px; } }
    @media (max-width: 1023px) {
      .page-article__title {
        line-height: 20px;
        font-size: 22px; } }
    @media (max-width: 767px) {
      .page-article__title {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 25px; } }
  .page-article h5 {
    margin-bottom: 10px;
    line-height: 120%;
    font-size: 16px;
    font-weight: 600; }
  .page-article__date {
    margin-bottom: 24px;
    color: rgba(23, 35, 49, 0.6);
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em; }
  .page-article__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0; }
    @media (max-width: 1023px) {
      .page-article__share {
        margin-bottom: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #f0f0f0; } }
    .page-article__share__text {
      margin-right: 12px;
      font-size: 16px;
      font-weight: 500; }
    .page-article__share__socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .page-article__share__social {
      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;
      width: 24px;
      height: 24px;
      border-radius: 4px;
      background-color: rgba(23, 35, 49, 0.2);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: white;
      font-size: 11px;
      font-weight: 500; }
      .page-article__share__social:not(:first-child) {
        margin-left: 8px; }
      .page-article__share__social i {
        color: white;
        font-size: 11px; }
      .page-article__share__social--fb:hover {
        background-color: #4a5dc1; }
      .page-article__share__social--in:hover {
        background-color: #0a66c2; }
      .page-article__share__social--gp:hover {
        background-color: #d44a4a; }
      .page-article__share__social--tw:hover {
        background-color: #6ebbfd; }
  .page-article__tags {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0; }
    .page-article__tags__text {
      margin-bottom: 16px;
      line-height: 24px;
      font-size: 16px;
      font-weight: 600; }
    .page-article__tags__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .page-article__tags__tag {
      margin-right: 9px;
      margin-bottom: 8px;
      min-height: 20px;
      color: #172331;
      line-height: 20px;
      font-size: 16px;
      font-weight: 400;
      opacity: 0.6; }
  .page-article__categories {
    margin-bottom: 24px;
    max-width: 275px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0; }
    @media (max-width: 1023px) {
      .page-article__categories {
        margin-bottom: 50px;
        padding-bottom: 0;
        border-bottom: 0; } }
    .page-article__categories__text {
      margin-bottom: 16px;
      line-height: 24px;
      font-size: 16px;
      font-weight: 600; }
    .page-article__categories__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1023px) {
        .page-article__categories__list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .page-article__categories__category {
      margin: 3px 5px 0 0;
      min-height: 28px;
      padding: 0 8px;
      color: #172331;
      line-height: 28px;
      font-size: 16px;
      font-weight: 400;
      opacity: 0.6;
      border-radius: 4px; }
      .page-article__categories__category:nth-child(6n + 1) {
        background-color: rgba(255, 197, 147, 0.1); }
      .page-article__categories__category:nth-child(6n + 2) {
        background-color: rgba(255, 197, 147, 0.1); }
      .page-article__categories__category:nth-child(6n + 3) {
        background-color: rgba(255, 93, 106, 0.1); }
      .page-article__categories__category:nth-child(6n + 4) {
        background-color: rgba(255, 197, 147, 0.1); }
      .page-article__categories__category:nth-child(6n + 5) {
        background-color: rgba(110, 187, 253, 0.1); }
      .page-article__categories__category:nth-child(6n + 6) {
        background-color: rgba(110, 187, 253, 0.1); }
  .page-article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0; }
    @media (max-width: 1023px) {
      .page-article__info {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .page-article__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .page-article__info .page-article__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    max-width: initial;
    padding: 0;
    border: 0; }
    @media (max-width: 1023px) {
      .page-article__info .page-article__categories {
        margin-bottom: 20px; } }
  .page-article__info .page-article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    max-width: initial;
    padding-bottom: 0;
    border-bottom: 0; }
  .page-article__blog-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 32px;
    width: 100%; }
    .page-article__blog-cards .blog-card + .blog-card {
      margin-left: 16px; }
      @media (max-width: 767px) {
        .page-article__blog-cards .blog-card + .blog-card {
          margin: 16px 0 0; } }
    @media (max-width: 767px) {
      .page-article__blog-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.page-wishlist__container {
  padding-top: 44px; }
  .page-wishlist__container:last-child {
    padding-bottom: 124px; }
    @media (max-width: 767px) {
      .page-wishlist__container:last-child {
        padding-bottom: 98px; } }

.page-wishlist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-wishlist__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 331px);
  margin-left: 32px; }
  @media (max-width: 1023px) {
    .page-wishlist__right {
      max-width: 100%;
      margin-left: 0; } }
  .page-wishlist__right .wishlist-card + .wishlist-card {
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px; }

.page-wishlist__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 16px;
  height: 28px; }
  @media (max-width: 767px) {
    .page-wishlist__controls {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .page-wishlist__controls .dropdownWrap .icon {
    position: absolute;
    right: 10px;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    top: 9px; }

.page-wishlist__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .page-wishlist__share i {
    margin-right: 10px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.page-wishlist .pagination {
  margin-top: 32px; }

.checkout-page__login {
  margin: 30px 0; }

.checkout-page__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%; }
  @media (max-width: 1023px) {
    .checkout-page__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .checkout-page__content-title {
    margin-bottom: 24px;
    line-height: 110%;
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .checkout-page__content-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 14px; }
    @media (max-width: 1023px) {
      .checkout-page__content-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .checkout-page__content-left {
    margin-right: 20px;
    margin-bottom: 40px;
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .checkout-page__content-left {
        margin-bottom: 20px; } }
    .checkout-page__content-left-col {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .checkout-page__content-left-col .woocommerce-billing-fields__field-wrapper .form-row,
      .checkout-page__content-left-col .woocommerce-shipping-fields .form-row {
        width: 50%;
        padding-right: 20px;
        display: inline-block; }
        @media (max-width: 1023px) {
          .checkout-page__content-left-col .woocommerce-billing-fields__field-wrapper .form-row,
          .checkout-page__content-left-col .woocommerce-shipping-fields .form-row {
            padding-right: 16px; } }
        @media (max-width: 767px) {
          .checkout-page__content-left-col .woocommerce-billing-fields__field-wrapper .form-row,
          .checkout-page__content-left-col .woocommerce-shipping-fields .form-row {
            width: 100%;
            padding-right: 0; } }
      .checkout-page__content-left-col #order_comments {
        font-family: "root-ui", sans-serif, serif;
        padding: 12px;
        font-size: 14px;
        line-height: 1.2;
        min-height: 100px; }
    @media (max-width: 1023px) {
      .checkout-page__content-left {
        margin-right: 0; } }
  .checkout-page__content-right {
    width: 100%;
    -webkit-box-flex: 0.2;
        -ms-flex: 0.2;
            flex: 0.2; }
    @media (max-width: 1023px) {
      .checkout-page__content-right {
        margin-bottom: 40px; } }
    .checkout-page__content-right__review-order {
      padding: 20px;
      border: 1px solid #f0f0f0;
      border-radius: 4px; }
  .checkout-page__content-shipping-fields, .checkout-page__content-billing-fields {
    margin-bottom: 25px; }
    .checkout-page__content-shipping-fields label, .checkout-page__content-billing-fields label {
      margin-bottom: 2px;
      line-height: 12px;
      font-size: 12px;
      font-weight: 500; }
  .checkout-page__content-shipping-fields {
    margin-top: 25px;
    margin-bottom: 10px; }
  .checkout-page__content-create-account {
    margin-bottom: 30px; }
  .checkout-page__content-number {
    background: #6ebbfd;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    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; }
  .checkout-page__content-payment .payment_methods li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px; }
  .checkout-page__content-payment .checkout-page__content-payment__place-order-button {
    max-width: 200px; }
  .checkout-page__content-payment__place-order {
    margin: 20px 0; }
    .checkout-page__content-payment__place-order-button {
      margin-top: 20px;
      width: 100%;
      margin-bottom: 14px; }
    .checkout-page__content-payment__place-order a {
      color: #0dc7a3; }

.checkout-page__order-shipping {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  display: inline-block;
  font-size: 14px; }
  .checkout-page__order-shipping tbody {
    width: 100%;
    display: inline-block; }
  .checkout-page__order-shipping tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left; }
    .checkout-page__order-shipping tr th {
      font-weight: 500;
      margin-top: 12px; }
    .checkout-page__order-shipping tr:not(:last-child) {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 14px; }
    .checkout-page__order-shipping tr select {
      margin-bottom: 7px !important;
      margin-top: 10px !important; }
  .checkout-page__order-shipping td {
    padding: 0;
    margin: 0;
    width: 100%; }
  .checkout-page__order-shipping .woocommerce-shipping-methods li {
    line-height: 1;
    margin: 9px 0 0 0 !important; }
    .checkout-page__order-shipping .woocommerce-shipping-methods li label {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .checkout-page__order-shipping .woocommerce-shipping-methods li label::before {
        content: '';
        top: 3px;
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        border: 1px solid #adb5bd;
        border-radius: 50%;
        margin-right: 0.5em; }
    .checkout-page__order-shipping .woocommerce-shipping-methods li input[type=radio]:checked + label::before {
      border-color: #0dc7a3;
      border-width: 5px; }
  .checkout-page__order-shipping .wc_shipping_dpd_terminals {
    width: 100%; }

.checkout-page__order-summary {
  width: 391px;
  border-radius: 4px; }
  @media (max-width: 1023px) {
    .checkout-page__order-summary {
      width: 100%; } }
  .checkout-page__order-summary__title {
    padding-bottom: 14px;
    line-height: 22px;
    font-size: 20px;
    font-weight: bold; }
  .checkout-page__order-summary__items-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 23px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 14px 0; }
    .checkout-page__order-summary__items-title.active .icon {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    .checkout-page__order-summary__items-title .icon {
      position: absolute;
      top: 6px;
      right: 0;
      color: #172331;
      font-size: 16px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .checkout-page__order-summary__items-list {
    max-height: 472px;
    overflow-y: scroll; }
    @media (max-width: 767px) {
      .checkout-page__order-summary__items-list {
        max-height: 236px; } }
  .checkout-page__order-summary__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 118px;
    padding: 16px 0 16px;
    border-bottom: 1px solid #f0f0f0; }
    .checkout-page__order-summary__item:last-child {
      padding-bottom: 24px;
      border-bottom: none; }
    .checkout-page__order-summary__item-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .checkout-page__order-summary__item-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-width: 80px; }
    .checkout-page__order-summary__item img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 8px;
      width: 81px;
      height: 86px;
      max-height: 86px;
      border: 1px solid #f0f0f0;
      border-radius: 4px;
      -o-object-fit: contain;
         object-fit: contain; }
    .checkout-page__order-summary__item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .checkout-page__order-summary__item-info-qty {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500; }
    .checkout-page__order-summary__item-cost {
      line-height: 24px;
      font-size: 16px;
      font-weight: bold; }
    .checkout-page__order-summary__item-brand {
      display: -webkit-box;
      font-size: 12px;
      margin-bottom: 3px;
      line-height: 1.2;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .checkout-page__order-summary__item-brand a {
        color: #0dc7a3; }
    .checkout-page__order-summary__item-name {
      display: -webkit-box;
      width: 100%;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2; }
  .checkout-page__order-summary__coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
    border-top: 1px solid #f0f0f0; }
    .checkout-page__order-summary__coupon .input {
      width: calc(100% - 106px); }
    .checkout-page__order-summary__coupon button {
      width: 98px;
      height: 44px; }
  .checkout-page__order-summary__subtotal-wrap {
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
  .checkout-page__order-summary__subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500; }
    .checkout-page__order-summary__subtotal-cost {
      max-width: 70%;
      line-height: 16px;
      font-size: 14px;
      font-weight: bold;
      text-align: right; }
  .checkout-page__order-summary__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 22px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    padding-top: 14px; }
    .checkout-page__order-summary__total-title {
      margin-right: 16px; }
    .checkout-page__order-summary__total-cost {
      font-size: 22px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .checkout-page__order-summary__total-cost small {
        font-size: 14px;
        font-weight: 400; }
    .checkout-page__order-summary__total-info {
      font-size: 14px;
      line-height: 1.27;
      margin: 16px 0 18px 0; }
      .checkout-page__order-summary__total-info p {
        margin: 8px 0; }
      .checkout-page__order-summary__total-info strong,
      .checkout-page__order-summary__total-info .amount {
        font-weight: 600; }
  .checkout-page__order-summary__button {
    padding: 0 24px 24px; }
  .checkout-page__order-summary__terms-and-conditions {
    padding: 0;
    margin-bottom: 13px; }
    .checkout-page__order-summary__terms-and-conditions label {
      line-height: 20px;
      font-size: 14px !important;
      font-weight: 500;
      color: #172331 !important; }
    .checkout-page__order-summary__terms-and-conditions input[type="checkbox"]:checked + label::before,
    .checkout-page__order-summary__terms-and-conditions input[type="checkbox"]:not(:checked) + label::before {
      top: 3px;
      width: 12px;
      height: 12px; }
    .checkout-page__order-summary__terms-and-conditions input[type="checkbox"]:checked + label::after,
    .checkout-page__order-summary__terms-and-conditions input[type="checkbox"]:not(:checked) + label::after {
      top: 6px;
      left: 3px;
      width: 6px;
      height: 6px; }
    .checkout-page__order-summary__terms-and-conditions input[type="checkbox"]:checked + label,
    .checkout-page__order-summary__terms-and-conditions input[type="checkbox"]:not(:checked) + label {
      padding-left: 20px;
      color: rgba(23, 35, 49, 0.6); }

.checkout-page #montonio-payments-description {
  margin-top: 5px; }
  .checkout-page #montonio-payments-description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 8px;
    height: 60px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    border-radius: 4px; }
    .checkout-page #montonio-payments-description li.active, .checkout-page #montonio-payments-description li:hover {
      border-color: #0dc7a3; }
    .checkout-page #montonio-payments-description li img {
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.checkout-page .woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 1.3;
  color: #747b83; }

.checkout-page .wc_payment_method label {
  font-size: 16px;
  font-weight: 500 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 22px 0 10px 0; }
  .checkout-page .wc_payment_method label img {
    margin-left: 8px !important; }

.checkout-page .wc_payment_method p {
  font-size: 14px;
  line-height: 1.3; }

.checkout-page .montonio-payments-country-dropdown {
  width: 277px !important;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  padding-left: 10px; }

.checkout-page .montonio-aspsp-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .checkout-page .montonio-aspsp-ul li {
    height: 50px !important;
    padding: 14px !important;
    width: 133px;
    margin: 5px 10px 0 0 !important; }

.page-faq__container {
  padding-bottom: 120px; }

.page-faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-faq__banner {
  margin-left: 58px;
  text-align: right; }
  @media (max-width: 1023px) {
    .page-faq__banner {
      display: none; } }
  .page-faq__banner img {
    max-width: 100%; }

.page-faq .accordion {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 16px; }
  .page-faq .accordion__item {
    padding-bottom: 15px; }
    @media (max-width: 1023px) {
      .page-faq .accordion__item {
        padding-bottom: 12px; } }
    .page-faq .accordion__item:not(:last-child) {
      margin-bottom: 15px;
      border-bottom: 1px solid #f8f8f9; }
      @media (max-width: 1023px) {
        .page-faq .accordion__item:not(:last-child) {
          margin-bottom: 12px; } }
    .page-faq .accordion__item__title {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .page-faq .accordion__item__title {
          line-height: 22px; } }
      .page-faq .accordion__item__title span {
        padding-top: 2px; }
      .page-faq .accordion__item__title .icon {
        height: 28px;
        width: 28px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-color: #0dc7a3;
        border-radius: 6px;
        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;
        margin-left: 10px; }
        .page-faq .accordion__item__title .icon i {
          color: white;
          font-size: 12px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .page-faq .accordion__item__content {
      color: rgba(23, 35, 49, 0.6);
      margin: 12px 0 0 0;
      display: none;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.01em;
      padding-right: 36px; }

.my-account-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .my-account-page__actions:not(:first-child) {
    margin-top: 20px; }
  .my-account-page__actions button {
    max-width: 300px; }
    .my-account-page__actions button:not(:first-child) {
      margin-left: 20px; }

.my-account-page__action {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.lost-password-page {
  max-width: 500px; }
  .lost-password-page p {
    margin-bottom: 20px; }
  .lost-password-page .input {
    margin-bottom: 20px; }

.reset-password-page .input {
  margin-bottom: 20px; }

.page-brands .brand-container {
  padding: 0 0 74px;
  background-color: #fff; }
  .page-brands .brand-container .single-logo {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1023px) {
      .page-brands .brand-container .single-logo {
        background-color: #f8f8f9; } }
    .page-brands .brand-container .single-logo:hover {
      background-color: #f8f8f9; }

.page-brands__title {
  margin-bottom: 24px;
  color: #172331;
  line-height: 31px;
  font-size: 32px;
  font-weight: 700; }
  @media (max-width: 1023px) {
    .page-brands__title {
      line-height: 20px;
      font-size: 22px; } }
  @media (max-width: 767px) {
    .page-brands__title {
      margin-bottom: 20px;
      line-height: 25px; } }

.page-brands__table {
  margin-bottom: 150px; }
  .page-brands__table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #f8f8f9; }
    @media (max-width: 767px) {
      .page-brands__table-head {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0;
        border-top: none; } }
    .page-brands__table-head-button {
      display: block; }
      @media (max-width: 767px) {
        .page-brands__table-head-button {
          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;
          width: 48px;
          height: 48px; } }
      .page-brands__table-head-button.disable {
        opacity: 0.2;
        cursor: not-allowed; }
        .page-brands__table-head-button.disable:hover {
          text-decoration: none; }
    .page-brands__table-head a {
      color: #172331;
      line-height: 110%;
      font-size: 20px;
      font-weight: bold; }
      .page-brands__table-head a:hover {
        text-decoration: underline; }
  .page-brands__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    border-top: 1px solid #f8f8f9; }
    @media (max-width: 767px) {
      .page-brands__table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-top: none; } }
    .page-brands__table-row-letter {
      padding: 16px 72px;
      line-height: 110%;
      font-size: 20px;
      font-weight: bold;
      width: 10px; }
      @media (max-width: 1023px) {
        .page-brands__table-row-letter {
          padding: 16px 36px; } }
      @media (max-width: 767px) {
        .page-brands__table-row-letter {
          padding: 0; } }
    .page-brands__table-row-brands-names {
      width: 100%;
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      line-height: 55px;
      font-size: 18px;
      font-weight: 500;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 1023px) {
        .page-brands__table-row-brands-names {
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3; } }
      @media (max-width: 767px) {
        .page-brands__table-row-brands-names {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1; } }
    .page-brands__table-row-item:first-child {
      border-top: none; }
    .page-brands__table-row-item a {
      display: block;
      color: #172331;
      padding-right: 10px;
      max-width: 292px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .page-brands__table-row-item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-bottom: 1px solid #f8f8f9; } }
      .page-brands__table-row-item a:hover > span {
        text-decoration: underline; }
    .page-brands__table-row-item .icon {
      display: none;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      @media (max-width: 767px) {
        .page-brands__table-row-item .icon {
          display: block; } }

.page-order {
  background-color: #fff; }
  .page-order__back-button {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100px;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .page-order__back-button {
        margin-bottom: 20px; } }
    .page-order__back-button i {
      font-size: 12px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .page-order__title {
    margin-bottom: 12px;
    line-height: 35px;
    font-size: 32px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .page-order__title {
        margin-bottom: 24px;
        line-height: 31px;
        font-size: 28px; } }
  .page-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 117px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .page-order__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 36px; } }
    .page-order__content-left {
      margin-right: 74px;
      width: 100%;
      max-width: 796px; }
      @media (max-width: 1439px) {
        .page-order__content-left {
          margin-right: 32px; } }
      @media (max-width: 1023px) {
        .page-order__content-left {
          margin-right: 0;
          max-width: 100%; } }
      .page-order__content-left-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 19px; }
        .page-order__content-left-status-date {
          font-size: 16px;
          color: #172331;
          font-weight: 500; }
        .page-order__content-left-status .status {
          margin-bottom: 0;
          font-weight: bold; }
          .page-order__content-left-status .status.progress {
            color: #ffc593; }
          .page-order__content-left-status .status.pending {
            color: #ffc593; }
          .page-order__content-left-status .status.cancelled {
            color: #ff5d6a; }
          .page-order__content-left-status .status.delivered {
            color: #6ebbfd; }
          .page-order__content-left-status .status.completed {
            color: #6ebbfd; }
      .page-order__content-left-order {
        padding: 25px 0;
        border: 1px solid #f0f0f0;
        border-radius: 4px; }
        .page-order__content-left-order-items-quantity {
          margin-bottom: 9px;
          padding-left: 24px;
          line-height: 23px;
          font-size: 18px; }
        .page-order__content-left-order-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 16px 24px 16px;
          border-bottom: 1px solid #f0f0f0; }
          .page-order__content-left-order-item:last-child {
            border-bottom: none; }
          .page-order__content-left-order-item-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            overflow: hidden; }
          .page-order__content-left-order-item-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            min-width: 80px; }
          .page-order__content-left-order-item-image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 8px;
            width: 81px;
            height: 86px;
            padding: 4px 8px;
            border: 1px solid #f0f0f0; }
            .page-order__content-left-order-item-image img {
              margin: auto;
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
          .page-order__content-left-order-item-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%; }
          .page-order__content-left-order-item-cost {
            line-height: 24px;
            font-size: 16px;
            font-weight: bold; }
          .page-order__content-left-order-item-brand {
            color: #0dc7a3;
            font-size: 12px; }
          .page-order__content-left-order-item-name {
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden; }
          .page-order__content-left-order-item-qty {
            font-size: 12px; }
        .page-order__content-left-order-subtotal-wrap {
          border-top: 1px solid #f0f0f0;
          border-bottom: 1px solid #f0f0f0; }
        .page-order__content-left-order-subtotal {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 12px 24px; }
          .page-order__content-left-order-subtotal:first-child {
            padding-top: 24px; }
          .page-order__content-left-order-subtotal:last-child {
            padding-bottom: 24px; }
          .page-order__content-left-order-subtotal-cost {
            font-weight: bold; }
        .page-order__content-left-order-total {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 25px;
          padding: 0 24px; }
          .page-order__content-left-order-total-title {
            line-height: 22px;
            font-size: 20px; }
          .page-order__content-left-order-total-cost {
            line-height: 22px;
            font-size: 20px;
            font-weight: bold; }
    .page-order__content-right {
      width: 100%;
      max-width: 506px; }
      @media (max-width: 1023px) {
        .page-order__content-right {
          max-width: 100%; } }
      .page-order__content-right p {
        opacity: 0.8; }
      .page-order__content-right-title {
        margin-bottom: 16px;
        line-height: 22px;
        font-size: 20px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .page-order__content-right-title {
            font-size: 16px; } }
      .page-order__content-right-addresses {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 1023px) {
          .page-order__content-right-addresses {
            margin-top: 23px; } }
        @media (max-width: 767px) {
          .page-order__content-right-addresses {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .page-order__content-right-shipping, .page-order__content-right-billing, .page-order__content-right-payment {
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .page-order__content-right-shipping, .page-order__content-right-billing, .page-order__content-right-payment {
            margin-bottom: 16px; } }
      .page-order__content-right-shipping-block {
        margin-bottom: 13px; }
        .page-order__content-right-shipping-block p {
          opacity: .8;
          line-height: 20px;
          font-size: 14px;
          font-weight: 500;
          color: #172331; }
      .page-order__content-right-payment-method {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-order__content-right-payment-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 8px;
        width: 56px;
        height: 31px;
        padding: 10px 8px;
        border: 1px solid #f0f0f0;
        border-radius: 4px; }
        .page-order__content-right-payment-image img {
          margin: auto;
          width: 100%;
          height: 100%; }
      .page-order__content-right-map img {
        width: 100%; }
      .page-order__content-right-map-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .page-order__content-right-map-view {
        color: #0dc7a3; }

.page-subscriptions__title {
  margin-bottom: 12px;
  line-height: 35px;
  font-size: 32px;
  font-weight: bold; }
  @media (max-width: 1023px) {
    .page-subscriptions__title {
      margin-bottom: 24px;
      line-height: 31px;
      font-size: 28px; } }

.page-subscriptions .subscriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  width: 100%;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 4px; }
  @media (max-width: 1023px) {
    .page-subscriptions .subscriptions {
      padding: 0;
      border: none; } }
  .page-subscriptions .subscriptions-thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 16px 11px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff; }
    @media (max-width: 767px) {
      .page-subscriptions .subscriptions-thead {
        display: none; } }
    .page-subscriptions .subscriptions-thead p {
      width: 25%;
      padding-right: 10px;
      color: #172331;
      line-height: 110%;
      font-size: 16px;
      font-weight: 500;
      text-align: left; }
      .page-subscriptions .subscriptions-thead p:last-child {
        padding-right: 0;
        text-align: right; }
  .page-subscriptions .subscriptions-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    background: #fff; }
    @media (max-width: 767px) {
      .page-subscriptions .subscriptions-table {
        border-bottom: none; } }
    .page-subscriptions .subscriptions-table:last-child {
      border-bottom: none; }
    .page-subscriptions .subscriptions-table__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 16px 16px 0 16px;
      cursor: pointer; }
      @media (max-width: 1023px) {
        .page-subscriptions .subscriptions-table__wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 16px;
          padding: 0;
          border: 1px solid #f0f0f0;
          border-radius: 4px; } }
      .page-subscriptions .subscriptions-table__wrap:hover .subscriptions-table__td-buttons {
        opacity: 1; }
    .page-subscriptions .subscriptions-table__td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      min-height: 29px; }
      @media (max-width: 1023px) {
        .page-subscriptions .subscriptions-table__td {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%;
          padding: 16px; } }
      @media (max-width: 767px) {
        .page-subscriptions .subscriptions-table__td {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .page-subscriptions .subscriptions-table__td-item {
        width: 25%;
        padding-right: 10px;
        text-align: left; }
        @media (max-width: 767px) {
          .page-subscriptions .subscriptions-table__td-item {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 6px 0; } }
        .page-subscriptions .subscriptions-table__td-item:last-child {
          padding-right: 0;
          text-align: right; }
        .page-subscriptions .subscriptions-table__td-item_m {
          display: none;
          color: #747b83; }
          @media (max-width: 767px) {
            .page-subscriptions .subscriptions-table__td-item_m {
              display: block; } }
      .page-subscriptions .subscriptions-table__td-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (max-width: 1023px) {
          .page-subscriptions .subscriptions-table__td-buttons {
            opacity: 1; } }
        @media (max-width: 767px) {
          .page-subscriptions .subscriptions-table__td-buttons {
            width: 100%; } }
        .page-subscriptions .subscriptions-table__td-buttons .button {
          margin-right: 0;
          width: 70%;
          height: 29px; }
          @media (max-width: 767px) {
            .page-subscriptions .subscriptions-table__td-buttons .button {
              width: 100%; } }
      .page-subscriptions .subscriptions-table__td-status.progress {
        color: #ffc593; }
      .page-subscriptions .subscriptions-table__td-status.pending {
        color: #ffc593; }
      .page-subscriptions .subscriptions-table__td-status.cancelled {
        color: #ff5d6a; }
      .page-subscriptions .subscriptions-table__td-status.delivered {
        color: #6ebbfd; }
      .page-subscriptions .subscriptions-table__td-status.completed {
        color: #0dc7a3; }

.page-points__container {
  padding-top: 44px; }
  .page-points__container:last-child {
    padding-bottom: 124px; }
    @media (max-width: 767px) {
      .page-points__container:last-child {
        padding-bottom: 98px; } }

.page-points__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-points__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 331px);
  margin-left: 32px; }
  @media (max-width: 1023px) {
    .page-points__right {
      max-width: 100%;
      margin-left: 0; } }

.page-points__title {
  margin-bottom: 16px;
  line-height: 35px;
  font-size: 32px;
  font-weight: bold; }

.page-points__sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(23, 35, 49, 0.6);
  margin-top: 20px; }

.page-points__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding: 16px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .page-points__list {
      margin-top: 16px;
      border: 0;
      padding: 0; } }

.page-points__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 61px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f0f0f0;
  font-weight: 500;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .page-points__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: initial;
      border: 1px solid #f0f0f0;
      padding: 16px; }
      .page-points__item:not(:first-child) {
        margin-top: 8px; } }
  .page-points__item--head {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    border-top: 0;
    min-height: initial;
    margin-bottom: 11px;
    padding: 0; }
    @media (max-width: 767px) {
      .page-points__item--head {
        display: none; } }
  .page-points__item--head .page-points__item__points {
    color: #172331; }
  .page-points__item__event {
    width: 48%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .page-points__item__event {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        width: initial;
        margin-bottom: 16px; } }
  .page-points__item__date {
    width: 40%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .page-points__item__date {
        color: rgba(23, 35, 49, 0.4);
        width: initial; } }
  .page-points__item__points {
    width: 12%;
    color: #6ebbfd; }
    @media (max-width: 767px) {
      .page-points__item__points {
        width: initial;
        margin-left: auto; } }

.page-points .pagination {
  margin-top: 32px; }

.page-refer {
  background-color: #fff; }
  .page-refer__title {
    margin-bottom: 16px;
    line-height: 35px;
    font-size: 32px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .page-refer__title {
        line-height: 31px;
        font-size: 28px; } }
  .page-refer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-refer__content-left {
      margin-right: 74px;
      width: 24.07%;
      max-width: 331px;
      height: 600px; }
      .page-refer__content-left .profile-menu {
        width: 100%; }
        @media (max-width: 1023px) {
          .page-refer__content-left .profile-menu {
            display: block; } }
      @media (max-width: 1439px) {
        .page-refer__content-left {
          margin-right: 32px; } }
      @media (max-width: 767px) {
        .page-refer__content-left {
          display: none; } }
    .page-refer__content-right {
      width: 100%;
      max-width: 970px; }
      .page-refer__content-right__refer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 28px;
        padding: 32px;
        text-align: center;
        border: 1px solid #f0f0f0;
        border-radius: 4px; }
        @media (max-width: 1023px) {
          .page-refer__content-right__refer {
            margin-bottom: 14px; } }
        @media (max-width: 767px) {
          .page-refer__content-right__refer {
            padding: 32px 16px; } }
        .page-refer__content-right__refer-description {
          margin-bottom: 16px;
          line-height: 20px;
          font-size: 14px;
          font-weight: 500; }
        .page-refer__content-right__refer-buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 16px; }
          @media (max-width: 767px) {
            .page-refer__content-right__refer-buttons {
              width: 100%;
              max-width: 460px; } }
          .page-refer__content-right__refer-buttons .button {
            margin-right: 8px !important;
            width: 141px; }
            .page-refer__content-right__refer-buttons .button img {
              width: 17px;
              margin-right: 10px;
              opacity: 0.6; }
            @media (max-width: 767px) {
              .page-refer__content-right__refer-buttons .button {
                -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1; } }
            @media (max-width: 767px) {
              .page-refer__content-right__refer-buttons .button-text {
                display: none; } }
            .page-refer__content-right__refer-buttons .button:last-child {
              margin-right: 0; }
          .page-refer__content-right__refer-buttons .facebook {
            background-color: #4267b2; }
          .page-refer__content-right__refer-buttons .gmail {
            background-color: #cf4332; }
        .page-refer__content-right__refer-or {
          margin-bottom: 16px;
          line-height: 14px;
          font-size: 12px; }
        .page-refer__content-right__refer-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 490px; }
          @media (max-width: 767px) {
            .page-refer__content-right__refer-form {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              max-width: 460px; } }
          .page-refer__content-right__refer-form .input-sent {
            margin-right: 8px;
            width: 340px;
            height: 100%; }
            @media (max-width: 767px) {
              .page-refer__content-right__refer-form .input-sent {
                margin-bottom: 8px;
                width: 100%; } }
            .page-refer__content-right__refer-form .input-sent input {
              height: 44px; }
          .page-refer__content-right__refer-form .button-sent {
            width: 90px;
            height: 44px; }
            @media (max-width: 767px) {
              .page-refer__content-right__refer-form .button-sent {
                width: 100%; } }

.refers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 4px; }
  @media (max-width: 1023px) {
    .refers {
      padding: 0;
      border: none; } }
  .refers-thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 0 11px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff; }
    @media (max-width: 1023px) {
      .refers-thead {
        display: none; } }
    .refers-thead p {
      width: 25%;
      padding-right: 12px;
      padding-left: 12px;
      color: #172331;
      line-height: 17px;
      font-size: 16px;
      font-weight: 500; }
      .refers-thead p:first-child {
        padding-left: 0;
        text-align: left; }
  .refers-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    background: #fff; }
    @media (max-width: 1023px) {
      .refers-table {
        border-bottom: none; } }
    .refers-table:last-child {
      border-bottom: none; }
    .refers-table__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 16px 0 16px 16px;
      cursor: pointer; }
      @media (max-width: 1023px) {
        .refers-table__wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 16px;
          padding: 0;
          border: 1px solid #f0f0f0;
          border-radius: 4px; } }
      .refers-table__wrap:hover .orders-table__td-buttons {
        opacity: 1; }
    .refers-table__td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 25%;
      min-height: 20px;
      padding-right: 12px;
      padding-left: 12px; }
      @media (max-width: 1023px) {
        .refers-table__td {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%;
          padding: 8px 16px; } }
      .refers-table__td .first-column {
        font-weight: bold; }
      .refers-table__td:first-child {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 0; }
        @media (max-width: 1023px) {
          .refers-table__td:first-child {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding-top: 16px;
            padding-left: 16px; } }
      @media (max-width: 1023px) {
        .refers-table__td:nth-child(3) {
          padding-bottom: 16px; } }
      @media (max-width: 1023px) {
        .refers-table__td:nth-child(2n) {
          display: none; } }
      .refers-table__td-m {
        display: none; }
        @media (max-width: 1023px) {
          .refers-table__td-m {
            display: block; } }

.page-settings__right > h1, .page-settings__right h2, .page-settings__right h3, .page-settings__right h4 {
  display: none !important; }

.page-settings__right .cwrs_share,
.page-settings__right .copy-referral-link,
.page-settings__right #referralLink,
.page-settings__right br {
  display: none !important; }
.tt-block-title{
    margin: 24px 0;
    color: #172331;
    line-height: 31px;
    font-size: 28px;
    font-weight: 700;
}
