@charset "UTF-8";

:root {
  --app-height: 100%;
}

/* Путь к файлу шрифта */

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ProximaNovaLight/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNovaLight/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaLight/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNovaLight/ProximaNova-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNovaRegular/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ProximaNovaSemibold/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNovaSemibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaSemibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNovaSemibold/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ProximaNovaBold/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/ProximaNovaBlack/ProximaNova-Black.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNova-Black.ttf") format("truetype");
}

@font-face {
  font-family: "CeraPro";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/CeraProBlack/CeraPro-Black.eot");
  src: url("../fonts/CeraProBlack/CeraPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraProBlack/CeraPro-Black.woff") format("woff"), url("../fonts/CeraProBlack/CeraPro-Black.ttf") format("truetype");
}

@font-face {
  font-family: "CeraPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/CeraProBold/CeraPro-Bold.eot");
  src: url("../fonts/CeraProBold/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraProBold/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraProBold/CeraPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "CeraPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/CeraProMedium/CeraPro-Medium.eot");
  src: url("../fonts/CeraProMedium/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraProMedium/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraProMedium/CeraPro-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "CeraPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/CeraProRegular/CeraPro-Regular.eot");
  src: url("../fonts/CeraProRegular/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraProRegular/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraProRegular/CeraPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

.container {
  margin: 0 auto;
  max-width: 1800px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row > * {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(3.33333% - 1.875rem);
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(6.66667% - 1.875rem);
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(10% - 1.875rem);
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(13.33333% - 1.875rem);
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(16.66667% - 1.875rem);
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(20% - 1.875rem);
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(23.33333% - 1.875rem);
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(26.66667% - 1.875rem);
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(30% - 1.875rem);
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(33.33333% - 1.875rem);
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(36.66667% - 1.875rem);
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(40% - 1.875rem);
}

.col-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(43.33333% - 1.875rem);
}

.col-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(46.66667% - 1.875rem);
}

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 1.875rem);
}

.col-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(53.33333% - 1.875rem);
}

.col-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(56.66667% - 1.875rem);
}

.col-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(60% - 1.875rem);
}

.col-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(63.33333% - 1.875rem);
}

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(66.66667% - 1.875rem);
}

.col-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(70% - 1.875rem);
}

.col-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(73.33333% - 1.875rem);
}

.col-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(76.66667% - 1.875rem);
}

.col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(80% - 1.875rem);
}

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(83.33333% - 1.875rem);
}

.col-26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(86.66667% - 1.875rem);
}

.col-27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(90% - 1.875rem);
}

.col-28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(93.33333% - 1.875rem);
}

.col-29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(96.66667% - 1.875rem);
}

.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.875rem);
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

body {
  min-width: 320px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  overflow-x: hidden;
  background-color: #ffffff;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -webkit-transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), width 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), width 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), width 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.wrapper.collapsed {
  overflow: hidden;
  margin-left: -260px;
}

/*
	Обновление от 21.04.22

	Блоку .wrapper добавляем модификатор collapsed
	transition: margin-left .25s $ttf, width .25s $ttf
		@include breakpoints(lg)
			margin-left: -260px
			width: calc(100% + 260px)
		&.collapsed
			overflow: hidden
			margin-left: -260px
			@include breakpoints(lg)
				width: 100%
				margin-left: 0 */

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  width: 100%;
  background-color: #F7F9FA;
}

.main-scroll {
  overflow-x: hidden;
  overflow-y: unset;
}

.main-content {
  min-width: 320px;
  padding: 0 2.5rem;
  position: relative;
}

.animate-init {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.main-animate-init {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.content-visible {
  -webkit-animation: cv-anim ease-in-out 0.6s;
  animation: cv-anim ease-in-out 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes cv-anim {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes cv-anim {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-add-to-cart {
  font-size: 1.07143rem;
  width: 1em;
}

.icon-back-site {
  font-size: 1rem;
  width: 0.57143em;
}

.icon-btn-add {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-arrow {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-back {
  font-size: 0.57143rem;
  width: 3.125em;
}

.icon-btn-cart {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-close {
  font-size: 1.28571rem;
  width: 1em;
}

.icon-btn-contacts {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-cta {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-notify {
  font-size: 1.78571rem;
  width: 1em;
}

.icon-btn-pay {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-refresh {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-reload {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-rem {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-btn-remove {
  font-size: 1.07143rem;
  width: 0.93333em;
}

.icon-btn-sidebar-toggle {
  font-size: 0.64286rem;
  width: 2.44444em;
}

.icon-btn-sidebar-toggle-close {
  font-size: 1rem;
  width: 1em;
}

.icon-cart {
  font-size: 1.5rem;
  width: 1.09524em;
}

.icon-check {
  font-size: 0.64286rem;
  width: 1.22222em;
}

.icon-check-line {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-checkbox {
  font-size: 0.64286rem;
  width: 1.22222em;
}

.icon-clear-field {
  font-size: 1rem;
  width: 1em;
}

.icon-close {
  font-size: 0.64286rem;
  width: 1em;
}

.icon-eye-fill {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-eye-off-fill {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-in-wishlist {
  font-size: 1.21429rem;
  width: 1.17647em;
}

.icon-lock {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-lock-2 {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-new-order {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-photo-add {
  font-size: 1.71429rem;
  width: 1em;
}

.icon-rating-icon {
  font-size: 1.21429rem;
  width: 1.05882em;
}

.icon-remove-cart {
  font-size: 0.14286rem;
  width: 7.5em;
}

.icon-select-shevron {
  font-size: 0.35714rem;
  width: 1.6em;
}

.icon-video-add {
  font-size: 1.71429rem;
  width: 1em;
}

[class$="_socials"] {
  padding-left: 96px;
}

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

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

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.6875rem;
}

.page-title-main {
  padding-right: 1rem;
}

.page-title-other {
  margin-left: auto;
}

.page-title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.page-title strong {
  font-weight: 700;
}

.page-title .status {
  margin-left: 1.625rem;
  position: relative;
  top: -.5rem;
  white-space: nowrap;
}

.page-title .btn-refresh,
.page-title .btn-pay {
  margin-right: 1.25rem;
}

.page-blank-wrapper {
  position: relative;
  height: calc(var(--app-height) - 192px);
  width: 100%;
}

.page-blank {
  max-width: 180px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.page-blank__icon {
  width: 140px;
  height: 140px;
  background-color: #FFEEEE;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.125rem;
}

.page-blank__icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-blank__text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  text-align: center;
  color: #9496A4;
  display: inline-block;
  margin-bottom: 2.125rem;
}

/* ========================================================================
 Component: Form
 @mixin ========================================================================= */

/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */

.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */

.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */

.uk-select {
  cursor: pointer;
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */

.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */

.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */

.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */

.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */

.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
 `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 @mixin ========================================================================= */

/*
 * Remove default style in iOS.
 */

.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */

.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  -o-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  outline: none;
  background-color: #fff;
  color: #4d4d4d;
  border-color: #CFCFCF;
}

.uk-textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 45px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */

.uk-input:not(input),
.uk-select:not(select) {
  line-height: 43px;
}

/*
 * Multi-line
 */

.uk-select[multiple],
.uk-select[size] {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

/* Focus */

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #222;
  border-color: #CFCFCF;
}

/* Disabled */

.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */

.uk-input::-ms-input-placeholder {
  color: #999 !important;
}

.uk-input::-webkit-input-placeholder {
  color: #999;
}

.uk-input::-moz-placeholder {
  color: #999;
}

.uk-input:-ms-input-placeholder {
  color: #999;
}

.uk-input::placeholder {
  color: #999;
}

.uk-textarea::-ms-input-placeholder {
  color: #999 !important;
}

.uk-textarea::-webkit-input-placeholder {
  color: #999;
}

.uk-textarea::-moz-placeholder {
  color: #999;
}

.uk-textarea:-ms-input-placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 @mixin ========================================================================= */

/*
 * Small
 */

.uk-form-small {
  font-size: 0.875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */

.uk-form-large {
  font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 @mixin ========================================================================= */

/*
 * Error
 */

.uk-form-danger,
.uk-form-danger:focus {
  color: #A3A3A3 !important;
  background: #FFF8F8 !important;
  border-color: #D12A2B !important;
}

/*
 * Success
 */

.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */

.uk-form-blank {
  background: none;
  border-color: transparent;
}

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 @mixin ========================================================================= */

/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */

input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Select
 @mixin ========================================================================= */

/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */

.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */

.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

/* 4 */

.uk-select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */

.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 @mixin ========================================================================= */

/*
 * 1. Remove default style in Chrome
 */

.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Radio and checkbox
 * Note: Does not work in IE11
 @mixin ========================================================================= */

/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */

.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 25px;
  width: 25px;
  min-width: 25px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -6px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: #F2F4F4;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 60% 50%;
  border: 1px solid #F2F4F4;
  border-radius: 9px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
}

.uk-radio {
  border-radius: 50%;
}

/* Focus */

.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #F2F4F4;
}

/*
 * Checked
 */

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #F2F4F4;
  border-color: transparent;
}

/* Focus */

.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #F2F4F4;
}

/*
 * Icons
 */

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("../images/icons/checkbox.svg");
  font-size: 0.71429rem;
  background-size: 0.9em;
}

.uk-checkbox:indeterminate {
  background-image: url("../images/icons/checkbox.svg");
  font-size: 0.71429rem;
  background-size: 0.9em;
}

/*
 * Disabled
 */

.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("../images/icons/checkbox.svg");
  font-size: 0.71429rem;
  background-size: 0.9em;
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("../images/icons/checkbox.svg");
  font-size: 0.71429rem;
  background-size: 0.9em;
}

/* Legend
 @mixin ========================================================================= */

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */

.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 @mixin ========================================================================= */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */

.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */

.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

.uk-form-custom input[type="file"] {
  /* 5 */
  /* 6 */
  overflow: hidden;
}

/* Label
 @mixin ========================================================================= */

.uk-form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  /* or 162% */
  color: #000000;
}

/* Layout
 @mixin ========================================================================= */

/*
 * Stacked
 */

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 18px;
}

/*
 * Horizontal
 */

/* Tablet portrait and smaller */

/* Tablet landscape and bigger */

/* Icons
 @mixin ========================================================================= */

/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */

.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 60px;
  /* 3 */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */

.uk-form-icon:hover {
  color: #666;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 60px !important;
}

/*
 * Position modifier
 */

.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 60px !important;
}

[class*='uk-block'] {
  display: block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button {
  margin: 0;
  border: none;
  border-radius: 6px;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 50px;
  height: 53px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color,background-color,border-color;
  -o-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
}

.uk-button:focus {
  outline: none;
}

.uk-button-default {
  background-color: transparent;
  color: #C4C4C4;
  background-color: #F4F4F4;
  border: 1px solid #CFCFCF;
}

.uk-form-group {
  margin-bottom: 24px;
}

.checkbox-label {
  font-size: 0.8125rem;
  color: #444444;
  margin-right: 25px;
  padding-left: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.checkbox-label:last-child {
  margin-right: 0;
}

.checkbox-label .uk-checkbox {
  margin-right: 10px;
  margin-left: -30px;
}

.form-hr {
  width: 100%;
  height: 1px;
  display: block;
  margin: 36px 0;
  background-color: #D9D9D9;
}

.form-heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 36px;
}

.uk-flex-btn-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uk-flex-btn-right .uk-input {
  margin-right: 13px;
}

.uk-flex-btn-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uk-flex-btn-left .uk-input {
  margin-left: 13px;
}

.uk-form-date {
  max-width: 285px;
}

.form-button {
  margin-top: 52px;
}

.uk-form-danger ~ .uk-danger-msg {
  display: block;
}

.uk-danger-msg {
  font-size: 0.8125rem;
  color: #D12A2B;
  display: none;
  margin-top: 5px;
}

.uk-form-custom,
[class*=uk-inline] {
  display: block;
}

.uk-form-custom .uk-form-group {
  position: relative;
}

.uk-form-custom label.uk-form-label {
  position: absolute;
  top: 13px;
  left: 21px;
  font-size: 0.5625rem;
  color: #9E9E9E;
  -webkit-transform: translate(-6px, -10px);
  -ms-transform: translate(-6px, -10px);
  transform: translate(-6px, -10px);
  -webkit-transition: font-size 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: font-size 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), font-size 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), font-size 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), font-size 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  pointer-events: none;
}

.uk-form-custom .uk-input.empty_field,
.uk-form-custom .uk-textarea.empty_field {
  background: #F2F4F4;
  color: #A2A2A2;
  border: 1px solid transparent;
}

.uk-form-custom .uk-input.empty_field ~ label.uk-form-label,
.uk-form-custom .uk-textarea.empty_field ~ label.uk-form-label {
  font-size: 1rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.uk-form-custom .uk-input.empty_field:focus,
.uk-form-custom .uk-textarea.empty_field:focus {
  outline: none;
  background-color: #fff;
  color: #222;
  border-color: #CFCFCF;
}

.uk-form-custom .uk-input.empty_field:focus ~ label.uk-form-label,
.uk-form-custom .uk-textarea.empty_field:focus ~ label.uk-form-label {
  font-size: 0.5625rem;
  -webkit-transform: translate(-6px, -10px);
  -ms-transform: translate(-6px, -10px);
  transform: translate(-6px, -10px);
}

.uk-form-checkbox-list {
  margin-top: 32px;
  margin-bottom: 32px;
}

.uk-form-checkbox-list .uk-form-group {
  margin-bottom: 16px;
}

.uk-icon-eye {
  display: block;
  width: 60px;
  height: 45px;
  background-image: url(../images/icons/eye-fill.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: all !important;
  cursor: pointer;
}

.uk-icon-eye-slash {
  display: block;
  width: 60px;
  height: 45px;
  background-image: url(../images/icons/eye-off-fill.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: all !important;
  cursor: pointer;
}

.uk-form-header {
  padding: 2.125rem 0 0.875rem 0;
  position: relative;
}

.uk-form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}

p.uk-form-subtitle,
.card p.uk-form-subtitle {
  margin-bottom: 0.625rem;
  margin-top: 0.3125rem;
}

.uk-form-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-form-header-col:nth-of-type(1) {
  width: calc(100% - 48px);
  padding-right: 1.25rem;
}

.uk-form-header-col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  margin-left: auto;
}

.photo-add-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-add-inputs .uk-form-group {
  margin-right: .8125rem;
}

.photo-add {
  position: relative;
  width: 70px;
  height: 76px;
  background: #F2F4F4;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.photo-add:hover {
  background-color: #D6D8D8;
}

.photo-add:last-child {
  margin-right: 0;
}

.photo-add .photo-add_m {
  color: #888888;
}

.photo-add input[type="file"] {
  cursor: pointer !important;
}

.photo-added {
  position: relative;
  width: 70px;
  height: 76px;
  background: transparent;
  border: 1px solid #CFCFCF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.photo-added img {
  width: 60px;
  height: 66px;
  -o-object-fit: contain;
  object-fit: contain;
}

.photo-added:last-child {
  margin-right: 0;
}

.photo-added .btn-remove-photo {
  position: absolute;
  top: -10px;
  right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.photo-added .btn-remove-photo:hover {
  background-color: #FF4667;
}

.photo-added .btn-remove-photo:hover .btn-remove_m {
  color: #fff;
}

.photo-added .btn-remove-photo .btn-remove_m {
  font-size: 0.57143rem;
  width: 1.75em;
}

.video-add {
  position: relative;
  height: 115px;
  max-width: 482px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #B9B9B9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  cursor: pointer;
}

.video-add__span {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #686868;
  position: relative;
  padding-left: 2.1875rem;
}

.video-add__span .video-add_m {
  margin-right: .8rem;
  color: #DFE0F6;
  position: absolute;
  top: -4px;
  left: 0;
}

.video-add input[type="file"] {
  cursor: pointer !important;
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .2rem;
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-size: .825rem;
  font-weight: 400;
  line-height: 1.625;
  padding: .25rem .7rem;
  text-align: center;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.btn-cta {
  background: #FFFFFF;
  border-radius: 9px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  color: #5F6575;
  padding: .875rem 0.8125rem;
}

.btn-cta_m {
  vertical-align: middle;
  color: #D6D8EC;
  margin-right: 0.8125rem;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-cta span {
  vertical-align: middle;
}

.btn-cta:hover {
  background: #FFEEEE;
}

.btn-cta:hover .btn-cta_m {
  color: #FF4667;
}

.btn-sidebar-toggle {
  display: block;
  width: 34px;
  min-width: 34px;
  height: 34px;
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  margin-right: .8rem;
}

.btn-sidebar-toggle_m {
  vertical-align: middle;
  color: #AEB0C3;
  font-size: 0.42857rem;
  width: 3em;
}

.btn-sidebar-toggle-close_m {
  display: none;
  vertical-align: middle;
  margin: auto;
  color: #AEB0C3;
  font-size: 0.875rem;
  width: 1em;
}

.btn-sidebar-toggle.is-active .btn-sidebar-toggle_m {
  display: none;
}

.btn-sidebar-toggle.is-active .btn-sidebar-toggle-close_m {
  display: block;
}

/*
	Обновление от 21.04.22

	Добавлена иконка
	.btn-sidebar-toggle-close_m
		display: none
		vertical-align: middle
		margin: auto
		color: #AEB0C3
		font-size: (14/16)*1rem
		width: (14/14)*1em
	.icon-btn-sidebar-toggle-close
		font-size: (16/16)*1rem
		width: (16/16)*1em
	*/

.btn-back {
  display: inline-block;
  background: #E9EFF2;
  border-radius: 12px;
  padding: 1rem;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0;
  text-transform: uppercase;
  color: #5F6575;
  -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-back_m,
.btn-back span {
  vertical-align: middle;
}

.btn-back_m {
  margin-right: 1.0625rem;
}

.btn-back:hover {
  background: #D8DEE1;
}

.btn-cart {
  display: block;
  width: 54px;
  min-width: 54px;
  height: 54px;
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  margin-right: 1.5rem;
}

.btn-cart_m {
  color: #AEB0C3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-cart .count {
  display: inline-block;
  background: #FF4667;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  right: -6px;
}

.btn-cart:hover .btn-cart_m {
  color: #FF4667;
}

.btn-notify {
  display: block;
  width: 54px;
  min-width: 54px;
  height: 54px;
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  margin-right: 1.5rem;
}

.btn-notify_m {
  color: #AEB0C3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-notify .count {
  display: inline-block;
  background: #FF4667;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  right: -6px;
}

.btn-notify:hover .btn-notify_m {
  color: #FF4667;
}

.btn-exit {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.23;
  color: #818181;
  padding: 0;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-exit:hover {
  color: #514E4E;
}

.btn-contacts {
  display: block;
  width: 54px;
  min-width: 54px;
  height: 54px;
  position: relative;
  background: #ffffff;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-contacts_m {
  color: #AEB0C3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-page-blank {
  border: 1px solid #D1CFD7;
  background: transparent;
  border-radius: 9px;
  padding: .625rem 1.875rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #A7A4B4;
  -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-page-blank:hover {
  background: #D1CFD7;
  color: #fff;
}

.btn-form {
  width: 100%;
  background: #FF4667;
  color: #fff;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-form:hover {
  background-color: #DA3A57;
}

.btn-third {
  color: #5F6575;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  text-align: center;
  border-radius: 9px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.btn-third:hover {
  background-color: #FF4667;
  border-color: #FF4667;
  color: #fff;
}

.btn-add,
.btn-rem {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  padding: .375rem .5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-add:hover,
.btn-rem:hover {
  background-color: #FF4667;
  border-color: #FF4667;
}

.btn-add:hover .btn-add_m,
.btn-add:hover .btn-rem_m,
.btn-rem:hover .btn-add_m,
.btn-rem:hover .btn-rem_m {
  color: #fff;
}

.btn-add .btn-add_m,
.btn-add .btn-rem_m,
.btn-rem .btn-add_m,
.btn-rem .btn-rem_m {
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  color: #A8A9B2;
}

.btn-order-pay {
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: .9375rem 1.3125rem;
  background: #000000;
  border-radius: 9px;
  display: inline-block;
  text-decoration: none;
}

.btn-order-pay span {
  white-space: nowrap;
}

.btn-delivery {
  background: #EDFFED;
  border-radius: 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #5F6575;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-delivery:hover {
  background-color: #7DDC26;
  color: #fff;
}

.btn-new-order {
  background: #FF4667;
  border-radius: 9px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.58;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: .5625rem 1.1875rem .5625rem 3.375rem;
  position: relative;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-new-order:hover {
  background-color: #DA3A57;
}

.btn-new-order .new-order_m {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
}

.btn-notify-more {
  background: #FF4667;
  border-radius: 9px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0.5rem 1.1875rem;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-notify-more:hover {
  background-color: #DA3A57;
}

.btn-notify-remove {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-notify-remove .btn-remove_m {
  color: #D0D0D0;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  font-size: 0.92857rem;
  width: 0.92308em;
}

.btn-notify-remove:hover {
  background-color: #BCBEC3;
}

.btn-notify-remove:hover .btn-remove_m {
  color: #fff;
}

.btn-refresh,
.btn-remove-order {
  padding: 0;
  width: 40px;
  height: 37px;
  background: #E9EFF2;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-refresh:hover,
.btn-remove-order:hover {
  background-color: #FF4667;
}

.btn-refresh:hover .btn-refresh_m,
.btn-refresh:hover .btn-remove_m,
.btn-remove-order:hover .btn-refresh_m,
.btn-remove-order:hover .btn-remove_m {
  color: #fff;
}

.btn-refresh_m,
.btn-remove_m {
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  color: #BCBCCE;
}

.btn-pay {
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: .1875rem 1.5rem .1875rem .875rem;
  background: #000000;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.btn-pay span {
  white-space: nowrap;
}

.btn-pay .btn-pay_m {
  margin-right: 1.1875rem;
}

.btn-remove-item {
  width: 40px;
  height: 37px;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-remove-item:hover {
  btn-color: #FF4667;
  background-color: #FF4667;
}

.btn-remove-item:hover .btn-refresh_m,
.btn-remove-item:hover .btn-remove_m {
  color: #fff;
}

.btn-refund {
  padding: 0.75rem 1.0625rem 0.6875rem;
  margin-right: 0.8125rem;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 9px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #AEAEAF;
}

.btn-refund .btn-refresh_m {
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  display: none;
}

.btn-refund:hover {
  color: #fff;
  border-color: #FF4667;
  background-color: #FF4667;
}

.btn-refund:hover .btn-refresh_m {
  color: #fff;
}

.btn-default {
  color: #fff;
  background-color: #FF4667;
}

.btn-default:hover {
  background-color: #da3a57;
}

/* Обновление от 11.05.22. Кнопка .btn-track-order */

.btn-track-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-radius: 9px;
  color: #fff;
  background-color: #FF4667;
}

.btn-track-order:hover {
  background-color: #da3a57;
}

.btn-track-order-info {
  padding: 0.5625rem 1rem;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 99px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  color: #898989;
}

.btn-track-order-info:hover {
  color: #fff;
  border-color: #FF4667;
  background-color: #FF4667;
}

/* Обновление от 11.05.22. Кнопка .btn-order-steps */

.btn-order-steps {
  padding: 0;
  display: none;
}

.btn-order-steps span {
  color: #FF4667;
  border-bottom: 1px dashed #FF4667;
}

.simplebar-scrollbar::before {
  width: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FF4667;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.progress-tracker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
}

.progress-step {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 24px;
}

.progress-step:first-child .progress-text {
  padding-left: 0;
}

.progress-step:first-child .progress-point {
  padding-left: 0;
}

.progress-step:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.progress-step:last-child .progress-text {
  padding-right: 0;
  padding-bottom: 0;
}

.progress-step:not(:last-child).is-complete .progress-marker::after {
  width: calc(100% + 32px);
}

.progress-step.is-complete:last-child .progress-text {
  padding-bottom: 0;
}

.progress-step.is-complete .progress-marker::after {
  background-color: #FF4667;
  z-index: 10;
}

.progress-step.is-complete .progress-text {
  color: #C4C4C4;
}

.progress-step.is-complete .progress-point {
  color: #A8A9B2;
}

.progress-step.is-complete .progress-point__icon {
  display: none;
}

.progress-step.is-active .progress-point {
  color: #FF4667;
}

.progress-marker {
  display: block;
  position: relative;
  color: #fff;
}

.progress-marker::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #E7E7E7;
}

.progress-point {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1;
  color: #000000;
  padding-left: .8rem;
  top: -50px;
}

.progress-point__icon {
  margin-left: 10px;
}

.progress-text {
  color: #333;
  padding: 1.68rem .8rem 0 .8rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: #000000;
  position: relative;
  max-width: 230px;
}

.lock-2_m {
  color: #000;
}

.apexcharts-tooltip {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 9px;
  padding: 9px 15px;
}

.apexcharts-tooltip-header {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #D9D9D9;
}

.apexcharts-tooltip-value {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
}

.apexcharts-tooltip-status {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #B5B5B5;
  position: relative;
  padding-left: 18px;
}

.apexcharts-tooltip-status-marker {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.radial-chart-wrapper {
  position: relative;
  height: 200px;
}

.radial-chart-max,
.radial-chart-min {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  top: 0;
  margin: auto;
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* or 136% */
  color: #67A4DC;
}

.radial-chart-max {
  right: -195px;
}

.radial-chart-min {
  left: -185px;
}

.sidebar {
  background-color: #fff;
  min-width: 260px;
  max-width: 260px;
  position: relative;
  z-index: 100;
}

.sidebar-content {
  height: 100vh;
  height: var(--app-height);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.sidebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}

/*
	Обновление от 21.04.22

	Удаляем модификатор collapsed у блока #sidebar

	transition: margin-left .25s $ttf, width .25s $ttf
		@include breakpoints(lg)
			margin-left: -260px
			width: calc(100% + 260px)
		&.collapsed
			overflow: hidden
			margin-left: -260px
			@include breakpoints(lg)
				width: 100%
				margin-left: 0 */

.sidebar-brand {
  font-family: "CeraPro", sans-serif;
  display: block;
  padding: 1.625rem 2.625rem;
  text-align: left;
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

.sidebar-brand__img {
  margin-right: 0.75rem;
  vertical-align: middle;
}

.sidebar-brand__span {
  vertical-align: middle;
}

.sidebar-nav {
  list-style: none;
  padding-top: 0.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.sidebar-nav__header {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.083;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #A6A9BC;
  padding: 2.0625rem 0.75rem 1.1875rem;
}

.sidebar-nav__link {
  padding: 0.9375rem 0.625rem;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #545968;
  display: block;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  background: transparent;
  border-radius: 12px;
}

.sidebar-nav__link:hover {
  color: #000;
}

.sidebar-nav__link:hover .sidebar-nav__link-icon rect[id^="sidebar-nav__link-icon_gradient-nav-"] {
  opacity: 0;
}

.sidebar-nav__link.is-active {
  background: #FFEEEE;
}

.sidebar-nav__link.is-active .sidebar-nav__link-icon rect[id^="sidebar-nav__link-icon_gradient-nav-"] {
  opacity: 0;
}

.sidebar-nav__link-icon {
  margin-right: 0.875rem;
  vertical-align: middle;
}

.sidebar-nav__link-icon rect[id^="sidebar-nav__link-icon_gradient-nav-"] {
  opacity: 1;
  display: inline-block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.sidebar-nav__link-span {
  line-height: 1;
  vertical-align: middle;
}

.sidebar-cta-content {
  margin: 2.8125rem 1.875rem;
  padding: 0.875rem;
  background: #F9F9F9;
  border-radius: 19px;
  text-align: center;
  position: relative;
}

.sidebar-cta-content__img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -16px;
}

.sidebar-cta-content__span {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #969696;
  padding-top: 2.75rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.sidebar-cta-content .btn-cta {
  width: 100%;
}

.navbar {
  padding: 1.875rem 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.navbar .logo {
  margin-left: auto;
  margin-right: auto;
}

.navbar-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 6.25rem;
}

.navbar-contacts-col:nth-of-type(1) {
  text-align: right;
  margin-right: 1rem;
}

.navbar-contacts-col:nth-of-type(2) {
  text-align: left;
}

.phone {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.06;
  color: #000000;
  text-decoration: none;
}

.shedule {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.58;
  color: #999999;
  display: block;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__item {
  display: inline-block;
  margin: 0 0.1875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.social__item:hover {
  -webkit-box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.social__link {
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}

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

.navbar-profile-right {
  margin-left: 0.8125rem;
}

.navbar-profile-row {
  margin-bottom: .25rem;
}

.navbar-profile__userpic-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #FFB4B4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: .1875rem;
}

.navbar-profile__userpic {
  border-radius: 50%;
}

.navbar-profile__name {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #000000;
  vertical-align: middle;
}

.navbar-profile__discount {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  color: #FFFFFF;
  background: #FF4667;
  border-radius: 9px;
  margin-left: .625rem;
  padding: .3125rem .4375rem;
  vertical-align: middle;
}

.card {
  background: #FFFFFF;
  border-radius: 19px;
  margin-bottom: 30px;
  display: block;
}

.card-header {
  padding: 2.125rem 3.25rem 0.875rem 3.25rem;
}

.card-body {
  padding: 0.875rem 3.25rem 2.375rem 3.25rem;
}

.card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}

.card .card-header-link {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #686868;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.card .card-header-link:hover {
  color: #FF4667;
}

.card p.card-subtitle {
  margin-bottom: 0;
  margin-top: 0.3125rem;
}

.card p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.58;
  color: #686868;
  margin-top: 0;
  margin-bottom: 1.625rem;
}

.card-header_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card_new-order .card-header {
  padding: 2.125rem 3.25rem 0 3.25rem;
}

.card_new-order .card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1;
  color: #676767;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F0EEF7;
}

.card_mini .card-body {
  padding: 1.125rem;
}

.card_middle .card-header {
  padding: 1.375rem 1.75rem .25rem 1.75rem;
}

.card_middle .card-body {
  padding: 1.375rem 1.75rem 1.625rem 1.75rem;
}

.card_middle .card-title {
  color: #676767;
}

.card_delivery {
  background-color: #CEFDC5;
}

.card_bf {
  background-color: #C8EFFF;
}

.card-title_card-bf {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.44;
  margin-top: 0;
  margin-bottom: 1.375rem;
  color: #676767;
}

.card_order .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card_order .status {
  margin-top: .8rem;
}

.card_order .card-title {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.2;
  color: #676767;
  margin-right: 1rem;
}

.card_order .card-title span {
  color: #A5A5A5;
}

.card_order-payment .card-body {
  padding-bottom: 2.625rem;
}

.card_order-delivery .col-15:nth-of-type(2),
.card_order-payment .col-15:nth-of-type(2) {
  text-align: right;
}

.card_order-delivery .card-title,
.card_order-payment .card-title {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #F0EEF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_order-delivery .desc,
.card_order-payment .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.19;
  color: #444444;
  margin-top: 0;
  margin-bottom: 13px;
}

.card_order-delivery .address,
.card_order-payment .address {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #444444;
  margin-top: 0;
  margin-bottom: 0;
}

.card_order-delivery small,
.card_order-payment small {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: #919191;
}

.card_order-delivery .date,
.card_order-payment .date {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  text-align: right;
  color: #1CA84C;
  margin-top: 0;
  margin-bottom: 0;
}

.order-summary {
  margin-bottom: 2.5rem;
}

.order-summary-col:nth-of-type(2) {
  text-align: right;
}

.order-summary-hr .order-summary-col {
  border-top: 1px solid #DBD7E9;
}

.order-sum {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.36;
  /* or 136% */
  color: #000000;
  margin-bottom: 0.625rem;
}

.order-delivery-sum {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.36;
  /* or 136% */
  color: #B0B0B0;
  margin-bottom: 0.625rem;
}

.order-discount-sum {
  font-style: italic;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.36;
  /* or 136% */
  color: #000000;
  margin-bottom: 1.5rem;
}

.order-discount-sum .discount {
  color: #E34646;
}

.order-total-sum {
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  /* or 44% */
  color: #000000;
  padding-top: 2.1875rem;
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "grid-data-info-1 grid-data-info-2 grid-data-info-3 grid-data-info-4 grid-data-info-5" "grid-orders grid-orders grid-delivery grid-bf grid-bf" "grid-orders grid-orders grid-graphic grid-graphic grid-graphic";
  margin-bottom: 1.875rem;
}

.main-grid .card {
  margin-bottom: 0;
  height: 100%;
}

.grid-graphic {
  grid-area: grid-graphic;
}

.grid-bf {
  grid-area: grid-bf;
}

.grid-delivery {
  grid-area: grid-delivery;
}

.grid-orders {
  grid-area: grid-orders;
}

.grid-data-info-1 {
  grid-area: grid-data-info-1;
}

.grid-data-info-2 {
  grid-area: grid-data-info-2;
}

.grid-data-info-3 {
  grid-area: grid-data-info-3;
}

.grid-data-info-4 {
  grid-area: grid-data-info-4;
}

.grid-data-info-5 {
  grid-area: grid-data-info-5;
}

.product-item {
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), border-radius 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: border-color 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), border-radius 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), border-radius 0.05s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), border-radius 0.05s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border-color 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), border-radius 0.05s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.product-item-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  z-index: 1;
  background: #FFFFFF;
  height: 260px;
  border-radius: 16px 16px 0 0;
}

.product-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item-row-inner {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
}

.product-item__label {
  position: absolute;
  top: 15px;
  left: 20px;
}

.product-item .colors-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 8px;
}

.product-item .colors-count img {
  margin-right: 5px;
}

.product-item .colors-count span {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 12px;
  color: #898989;
}

.product-item .select-product-sizes {
  margin-right: 13px;
  margin-bottom: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 32px 0 14px;
  border: 1px solid #F2F4F4;
  background-color: #F2F4F4;
  background-image: url(../images/icons/select-shevron.svg);
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-position: calc(100% - 12px) center;
  border-radius: 5px;
  height: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 30px;
  color: #898989;
}

.product-item .select-product-sizes:focus {
  outline: none;
}

.product-item .product-item-specs {
  margin-top: 15px;
  display: none;
}

.product-item .product-item-specs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 6px;
}

.product-item .product-item-specs span {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
}

.product-item .product-item-specs span:first-child {
  color: #717171;
  width: 75px;
}

.product-item .product-item-specs span:last-child {
  color: #898989;
}

.product-item .discount {
  padding: 6px 8px;
  color: #383838;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #FFDFA1;
  border-radius: 6px;
  display: inline-block;
  z-index: 10;
}

.product-item__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: unset !important;
  text-decoration: none;
}

.product-item img {
  max-height: 100%;
}

.product-item__in-wishlist {
  position: absolute;
  top: 16px;
  right: 17px;
  z-index: 10;
}

.product-item__in-wishlist.is-active .in-wishlist_m {
  color: #FF4667;
}

.product-item__rating {
  margin-bottom: 11px;
}

.product-item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-decoration: none;
  margin: 0 0 10px 0;
  color: #898989;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.product-item__title:hover {
  color: #ff4667;
}

.product-item__title h4 {
  font-weight: 400;
}

.product-item__add-to-cart {
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  border-radius: 50%;
  background-color: #F2F4F4;
  border: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.product-item__add-to-cart .add-to-cart_m {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #676767;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  font-size: 1.14286rem;
  width: 0.9375em;
}

.product-item__add-to-cart:hover {
  background-color: #FF4667;
}

.product-item__add-to-cart:hover .add-to-cart_m {
  color: #fff;
}

.product-item .btn-outstock {
  width: 100%;
  padding: 14px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 13px;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.product-item .btn-outstock:hover {
  background-color: #e7e7e7;
}

.product-item.is-outstock img {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  opacity: 0.2;
}

.product-item .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .swiper-pagination {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item .swiper-pagination-bullet {
  height: 100%;
  border-radius: 0;
  background: transparent;
  position: relative;
}

.product-item .swiper-pagination-mini {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .swiper-pagination-mini-bullet {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 2px;
  background-color: #E2EDED;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  margin: 0 4px;
}

.product-item .swiper-pagination-mini-bullet-active {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #FF4667;
}

.product-item .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.in-wishlist_m {
  color: #AEAEAE;
}

.in-wishlist_m:hover {
  color: #FF4667;
}

.rating-icon_m {
  color: #FFB82E;
}

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

.rating__span {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.15;
  /* identical to box height */
  display: inline-block;
  margin-left: 4px;
  color: #898989;
}

.section.product-items {
  margin-bottom: 2.1875rem;
}

.section.product-items .product-items-inner {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.product-items .product-item {
  max-width: calc(20% - 24px);
  width: 100%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}

.socials__ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__li {
  margin-right: 10px;
}

.socials__li:last-child {
  margin-right: 0;
}

.socials__link {
  display: block;
  text-decoration: none;
}

.data-info {
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.data-info:hover {
  -webkit-box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.data-info .card-body {
  height: 100%;
}

.data-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.data-info-col:nth-of-type(1) {
  min-width: 64px;
  max-width: 64px;
  width: 100%;
}

.data-info-col:nth-of-type(2) {
  max-width: calc(100% - 64px);
  padding-left: 13px;
}

.data-info .desc {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #B2B2B2;
  margin-bottom: 8px;
}

.data-info .value {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #2C2C2C;
  margin-bottom: 8px;
}

.data-info .indicator {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #B2B2B2;
  position: relative;
  padding-left: 13px;
}

.data-info .indicator_negative {
  color: #F03F3F;
}

.data-info .indicator_negative::before {
  content: '';
  background-image: url(../images/indicator/negative.svg);
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.data-info .indicator_positive {
  color: #2BC945;
}

.data-info .indicator_positive::before {
  content: '';
  background-image: url(../images/indicator/positive.svg);
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}

.data-info .indicator__value {
  margin-right: 3px;
}

.data-info .indicator__span {
  color: #B2B2B2;
}

.orders-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  margin-bottom: 1.25rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.orders-item:hover {
  -webkit-box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.orders-item:last-child {
  margin-bottom: 0;
}

.orders-item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #5F6575;
  margin-top: 0;
  margin-bottom: .625rem;
}

.orders-item_in-expectation {
  background-color: #FFF9EE;
  border-color: #FFF9EE;
}

.status {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.58;
  color: #686868;
  padding-left: 16px;
  position: relative;
}

.status::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.status_in-processing::before {
  background-color: #C8DBFF;
}

.status_in-expectation::before {
  background-color: #FFB82E;
}

.status_success::before {
  background-color: #C1EEAC;
}

.status_failure::before {
  background-color: #FF4667;
}

.price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
  white-space: nowrap;
}

.price_old {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.58;
  /* or 158% */
  color: #949494;
  position: relative;
}

.price_old::before {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background-color: #949494;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.price_old + .price {
  color: #E34646;
}

.delivery {
  text-align: center;
}

.delivery-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.delivery-header__icon {
  margin-bottom: .875rem;
}

.delivery-header__title {
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: #2C2C2C;
  margin-top: 0;
  margin-bottom: .6875rem;
}

.delivery-cost {
  padding: 6px 15px;
  background-color: #7DDC26;
  border-radius: 90px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.delivery p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  text-align: center;
  color: #444444;
}

.card-bf .diagram-p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  text-align: center;
  color: #477EB2;
  text-align: center;
  margin-bottom: 1rem;
}

.card-bf-item {
  background-color: #F3FBFF;
  border-radius: 12px;
  padding: .9375rem 1.5rem;
  margin-bottom: .5625rem;
}

.card-bf-item:last-child {
  margin-bottom: 0;
}

.card-bf-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color: #598AB6;
}

.card-bf__icon {
  margin-left: .6rem;
}

.card-bf .lock-2_m {
  color: #BAD3EA;
}

.card-bf-text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.23;
  color: #737D86;
}

.card-bf-text span {
  color: #272727;
}

.page-subtitle {
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}

.page-subtitle p {
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.58;
  color: #686868;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.page-subtitle p a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.page-subtitle p a:hover {
  color: #FF4667;
}

.msg {
  margin-bottom: 3.125rem;
}

.msg:last-child {
  margin-bottom: 0;
}

.msg p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: #2A2A2A;
  margin: 0;
}

.msg-body {
  margin-bottom: 2.1875rem;
}

.msg-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msg-date {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1;
  color: #A9A9A9;
}

.msg .msg-media-thumb {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  width: 49px;
  height: 49px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.msg .msg-media-thumb:hover {
  -webkit-box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.04);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.msg .msg-media-thumb:last-child {
  margin-right: 0;
}

.msg .msg-media-thumb_video:before {
  content: '';
  background-image: url(../images/chat/play.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.msg .msg-media-thumb img {
  border-radius: 4px;
  z-index: 0;
}

.msg .userpic {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.sent {
  width: 100%;
  max-width: 1000px;
}

.replies {
  width: 100%;
  max-width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.replies .msg-col {
  width: 100%;
}

.replies .msg-date {
  text-align: right;
  font-size: 0.625rem;
  margin-top: 0.5rem;
}

.replies .msg-header {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  bottom: 18px;
  margin-left: .5rem;
}

.replies .msg-body {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background: #E5F7FF;
  border-radius: 12px 12px 0px 12px;
  padding: .625rem 1rem;
  margin-right: .625rem;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}

.replies_failure .msg-body {
  background-color: #FFEEEE;
}

.payment-item__number {
  font-style: normal;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.18;
  color: #444444;
  margin-right: .4375rem;
}

.payment-item__number-btn {
  width: 29px;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: block;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  background-image: url(../images/payment/copy.svg);
  background-repeat: no-repeat;
  background-size: 11px 13px;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.payment-item__number-btn:hover {
  background-color: #ebebeb;
}

.payment-item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .375rem;
}

.copy_successful {
  display: inline-block;
  background-color: #000000;
  padding: 9px 25px 11px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 25px;
  right: 25px;
  text-align: center;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), opacity 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), opacity 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), opacity 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  z-index: 999;
}

.copy_successful span {
  font-size: 0.8125rem;
  line-height: 1;
  color: #BFBFBF;
}

.copy_successful.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cart-table {
  max-width: 100%;
  width: 100%;
}

.cart-table-header,
.cart-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table-row {
  padding: 1.125rem 0;
  border-bottom: 1px solid #E7E7E7;
}

.cart-table-row:last-child {
  border-bottom: 0;
}

.cart-table-row .cart-table-col:nth-of-type(1) {
  text-align: center;
}

.cart-table-row .cart-table-col:nth-of-type(2) {
  padding: 0 0.625rem 0 0.625rem;
}

.cart-table-header {
  border-bottom: 1px solid #E7E7E7;
  padding: 0.75rem 0;
}

.cart-table-header .cart-table-col span {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #686868;
}

.cart-table-col {
  text-align: left;
  width: 100%;
  padding: 0 0.3125rem 0 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table-col:nth-of-type(1) {
  max-width: 88px;
  min-width: 50px;
  width: 7.23%;
  padding-left: 0;
}

.cart-table-col:nth-of-type(2) {
  width: 77.51%;
}

.cart-table-col:nth-of-type(3) {
  width: 15.26%;
  min-width: 225px;
  padding-right: 0;
  text-align: right;
}

.cart-table-subcol {
  width: 100%;
  padding: 0 0.3125rem 0 0.3125rem;
}

.cart-table-subcol:nth-of-type(1) {
  width: 100%;
  max-width: 62.68%;
  min-width: 116px;
  padding-right: 1.25rem;
}

.cart-table-subcol:nth-of-type(2) {
  width: 100%;
  max-width: 11.38%;
  min-width: 90px;
}

.cart-table-subcol:nth-of-type(3) {
  width: 100%;
  max-width: 13.25%;
  min-width: 90px;
  text-align: center;
}

.cart-table-subcol:nth-of-type(3) .mob-only {
  display: none;
}

.cart-table-subcol:nth-of-type(4) {
  width: 100%;
  max-width: 12.69%;
  min-width: 75px;
}

.cart-table .cart-del {
  position: relative;
  color: #C1C1C1;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.cart-table .cart-del:hover {
  color: #FF4667;
}

.cart-table .quantity {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cart-product-title {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: #444444;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.cart-product-title:hover {
  color: #FF4667;
}

.cart-product-price {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.18;
  color: #000;
  display: block;
  white-space: nowrap;
}

.cart-product-old-price {
  display: inline-block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.58;
  color: #949494;
  position: relative;
}

.cart-product-old-price::before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #949494;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.cart-product-discount {
  font-style: normal;
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 10px;
  color: #7C7C7C;
  position: relative;
  padding-left: 1.125rem;
}

.cart-product-discount .discount-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/discount/discount.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left top;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cart-product-old-price + .cart-product-price {
  color: #E34646;
}

.mm-offcanvas-container {
  position: relative;
  left: 0;
  -webkit-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#notify-modal.mm-offcanvas-overlay {
  width: 390px;
  -ms-touch-action: none;
  touch-action: none;
}

#notify-modal.mm-offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 9999;
}

#notify-modal.mm-open > .mm-offcanvas-bar {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#notify-modal .mm-offcanvas-bar {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 390px;
  padding: 1.25rem 0;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 4px 49px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 49px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(29px);
  backdrop-filter: blur(29px);
  border-radius: 19px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

#notify-modal .mm-offcanvas-bar-animation {
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

#notify-modal .mm-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F7F9FA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}

#notify-modal .mm-close:hover .btn-close_m {
  color: #FF4667;
}

#notify-modal .mm-close .btn-close_m {
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  color: #000;
}

#notify-modal .mm-icon {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

#notify-modal .notify-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  position: relative;
  margin-bottom: 1.6875rem;
  padding: 0 1.25rem;
}

#notify-modal .notify-title .btn-notify_m {
  margin-right: 0.625rem;
  color: #60B3FF;
  position: relative;
  top: 6px;
}

#notify-modal .notify-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100% - 65px);
  padding: 1.25rem;
}

.notify-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.notify-item:last-child {
  margin-bottom: 0;
}

.notify-item-col {
  width: 100%;
}

.notify-item-date {
  text-align: right;
  font-size: 0.625rem;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #A9A9A9;
}

.notify-item-header {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  top: 0px;
  margin-left: .5rem;
}

.notify-item-body {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background: #E5F7FF;
  border-radius: 12px;
  padding: .625rem 1rem;
  margin-right: .625rem;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}

.notify-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: #2A2A2A;
  margin: 0 0 0.9375rem 0;
}

.mm-offcanvas-container {
  position: relative;
  left: 0;
  -webkit-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#order-modal.mm-offcanvas-overlay:before,
#refund-modal.mm-offcanvas-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#order-modal.mm-open.mm-offcanvas-overlay:before,
#refund-modal.mm-open.mm-offcanvas-overlay:before {
  opacity: 1;
  visibility: visible;
}

#order-modal.mm-offcanvas-overlay,
#refund-modal.mm-offcanvas-overlay {
  width: calc(100vw - 260px);
  -ms-touch-action: none;
  touch-action: none;
}

#order-modal.mm-offcanvas,
#refund-modal.mm-offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 260px;
  z-index: 90;
}

#order-modal.mm-open > .mm-offcanvas-bar,
#refund-modal.mm-open > .mm-offcanvas-bar {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#order-modal .mm-offcanvas-bar,
#refund-modal .mm-offcanvas-bar {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  min-width: 280px;
  padding: 2.5rem 0 0;
  background-color: red;
  background-color: rgba(236, 238, 241, 0.6);
  -webkit-backdrop-filter: blur(29px);
  backdrop-filter: blur(29px);
  border-radius: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-145px);
  -ms-transform: translateX(-145px);
  transform: translateX(-145px);
}

#order-modal .mm-offcanvas-bar-animation,
#refund-modal .mm-offcanvas-bar-animation {
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

#order-modal .mm-close,
#refund-modal .mm-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 12px;
}

#order-modal .mm-close:hover .btn-close_m,
#refund-modal .mm-close:hover .btn-close_m {
  color: #FF4667;
}

#order-modal .mm-close .btn-close_m,
#refund-modal .mm-close .btn-close_m {
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  color: #000;
}

#order-modal .mm-icon,
#refund-modal .mm-icon {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

#order-modal .order-modal-title,
#refund-modal .order-modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #808081;
  margin-bottom: 1.5625rem;
  padding: 0 2.25rem;
}

#order-modal .order-modal-wrapper,
#refund-modal .order-modal-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  padding: 0.625rem 2.25rem;
}

.order-modal-item {
  background: #F9F9F9;
  border-radius: 9px;
  margin-bottom: 1.125rem;
  padding: 0.9375rem;
  display: block;
  text-decoration: none;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.order-modal-item:hover {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  -webkit-box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.06);
}

.order-modal-item:last-child {
  margin-bottom: 0;
}

.order-modal-item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #5F6575;
  margin-bottom: 0.625rem;
}

#callmeMobile.mm-offcanvas-overlay::before {
  background-color: rgba(0, 0, 0, 0.7);
}

#callmeMobile.mm-offcanvas-bar {
  background-color: #fafafa;
  padding: 30px 0 60px 0;
  -webkit-box-shadow: 0 4px 202px rgba(0, 0, 0, 0.61);
  box-shadow: 0 4px 202px rgba(0, 0, 0, 0.61);
  position: relative;
}

#callmeMobile .mm-offcanvas-close {
  right: 10px;
  top: 10px;
}

#callmeMobile.mm-offcanvas-overlay {
  width: 100%;
  -ms-touch-action: none;
  touch-action: none;
}

#callmeMobile.mm-offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

#callmeMobile .mm-offcanvas-container {
  position: relative;
  left: bottom;
  -webkit-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#callmeMobile.mm-offcanvas-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#callmeMobile.mm-open.mm-offcanvas-overlay:before {
  opacity: 0;
  visibility: visible;
}

#callmeMobile.mm-open > .mm-offcanvas-bar {
  -webkit-transform: translateY(100%) translateY(-167px);
  -ms-transform: translateY(100%) translateY(-167px);
  transform: translateY(100%) translateY(-167px);
  opacity: 1;
}

#callmeMobile .mm-offcanvas-bar {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  padding: 0 0 12px;
  border-radius: 19px 19px 0 0;
  -webkit-box-shadow: 0px 4px 99px rgba(120, 120, 120, 0.45);
  box-shadow: 0px 4px 99px rgba(120, 120, 120, 0.45);
  background: #fff;
  overflow-y: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#callmeMobile .mm-offcanvas-bar-animation {
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

#callmeMobile .mm-close {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

#callmeMobile .mm-icon {
  border: 1px solid #E7E7E7;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

#callmeMobile .navbar-contacts {
  margin-bottom: 1.375rem;
}

#callmeMobile .callme-mobile-wrapper {
  padding: 2.875rem 1.5rem 1.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#callmeMobile .btn-callme {
  text-transform: uppercase;
  display: block;
  height: 36px;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  padding: 0;
  border-radius: 9px;
}

#notifyMobile.mm-offcanvas-overlay::before {
  background-color: rgba(0, 0, 0, 0.7);
}

#notifyMobile.mm-offcanvas-bar {
  background-color: #fafafa;
  padding: 30px 0 60px 0;
  -webkit-box-shadow: 0 4px 202px rgba(0, 0, 0, 0.61);
  box-shadow: 0 4px 202px rgba(0, 0, 0, 0.61);
  position: relative;
}

#notifyMobile .mm-offcanvas-close {
  right: 10px;
  top: 10px;
}

#notifyMobile.mm-offcanvas-overlay {
  width: 100%;
  -ms-touch-action: none;
  touch-action: none;
}

#notifyMobile.mm-offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

#notifyMobile .mm-offcanvas-container {
  position: relative;
  left: bottom;
  -webkit-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#notifyMobile.mm-offcanvas-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#notifyMobile.mm-open.mm-offcanvas-overlay:before {
  opacity: 0;
  visibility: visible;
}

#notifyMobile.mm-open > .mm-offcanvas-bar {
  -webkit-transform: translateY(100%) translateY(calc(-100% + 80px));
  -ms-transform: translateY(100%) translateY(calc(-100% + 80px));
  transform: translateY(100%) translateY(calc(-100% + 80px));
  opacity: 1;
}

#notifyMobile .mm-offcanvas-bar {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  padding: 0.3125rem 0 0.75rem;
  border-radius: 19px 19px 0 0;
  -webkit-box-shadow: 0px 4px 99px rgba(120, 120, 120, 0.45);
  box-shadow: 0px 4px 99px rgba(120, 120, 120, 0.45);
  background: #fff;
  overflow-y: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#notifyMobile .mm-offcanvas-bar-animation {
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

#notifyMobile .mm-close {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

#notifyMobile .mm-icon {
  border: 1px solid #E7E7E7;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

#notifyMobile .notify-wrapper {
  background-color: #F7F9FA;
  padding: 0.9375rem 0;
  height: 100%;
}

#notifyMobile .notify-title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0.9375rem;
  padding: 0 1.25rem;
}

#notifyMobile .notify-scroller {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100% - 220px);
  padding: 0 1.25rem 1.25rem;
}

.notify-mobile-nav {
  list-style: none;
  padding: 0 1.25rem 0 1.25rem;
  margin: 0 0 0.625rem 0;
}

.notify-mobile-nav-item {
  border-bottom: 1px solid #ECECEC;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.notify-mobile-nav-item:first-child .notify-mobile-nav-link {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #000000;
}

.notify-mobile-nav-item:last-child {
  border-bottom: 0;
}

.notify-mobile-nav-link {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #818181;
}

.notify-mobile-nav .discount {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: .9;
  color: #FFFFFF;
  display: inline-block;
  background: #FF4667;
  border-radius: 9px;
  padding: 0.25rem 0.5rem;
  margin-left: 0.625rem;
}

.loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 1s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 1s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.21, 1.1), visibility 1s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.loader_hidden {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes loader-play {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: -10200px 0px;
  }
}

@keyframes loader-play {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: -10200px 0px;
  }
}

.shapeshifter {
  -webkit-animation-duration: 1700ms;
  animation-duration: 1700ms;
  -webkit-animation-timing-function: steps(102);
  animation-timing-function: steps(102);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../images/loader/loader.svg);
}

.shapeshifter.play {
  -webkit-animation-name: loader-play;
  animation-name: loader-play;
}

#incartMobile.mm-offcanvas-overlay::before {
  background-color: rgba(0, 0, 0, 0.7);
}

#incartMobile.mm-offcanvas-bar {
  background-color: #fafafa;
  padding: 30px 0 60px 0;
  -webkit-box-shadow: 0 4px 202px rgba(0, 0, 0, 0.61);
  box-shadow: 0 4px 202px rgba(0, 0, 0, 0.61);
  position: relative;
}

#incartMobile .mm-offcanvas-close {
  left: 0;
  right: 0;
  top: 12px;
  margin: auto;
}

#incartMobile.mm-offcanvas-overlay {
  width: 100%;
  -ms-touch-action: none;
  touch-action: none;
}

#incartMobile.mm-offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

#incartMobile .mm-offcanvas-container {
  position: relative;
  left: bottom;
  -webkit-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#incartMobile.mm-offcanvas-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#incartMobile.mm-open.mm-offcanvas-overlay:before {
  opacity: 0;
  visibility: visible;
}

#incartMobile.mm-open > .mm-offcanvas-bar {
  -webkit-transform: translateY(100%) translateY(-231px);
  -ms-transform: translateY(100%) translateY(-231px);
  transform: translateY(100%) translateY(-231px);
  opacity: 1;
}

#incartMobile .mm-offcanvas-bar {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  padding: 0 0 12px;
  border-radius: 19px 19px 0 0;
  -webkit-box-shadow: 0px 4px 99px rgba(120, 120, 120, 0.45);
  box-shadow: 0px 4px 99px rgba(120, 120, 120, 0.45);
  background: #fff;
  overflow-y: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#incartMobile .mm-offcanvas-bar::before {
  content: '';
  background-image: url(../images/filter/close-bg.svg);
  background-size: 99px 49px;
  background-repeat: no-repeat;
  display: block;
  width: 99px;
  height: 49px;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

#incartMobile .mm-offcanvas-bar-animation {
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

#incartMobile .mm-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #F6F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: -12px;
  z-index: 1;
}

#incartMobile .mm-icon {
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

#incartMobile .incart-mobile-wrap {
  padding: 35px 10px;
  text-align: center;
}

#incartMobile .incart-mobile__title {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.06;
  color: #262626;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 auto 10px;
  display: inline-block;
}

#incartMobile .check-line_m {
  position: absolute;
  top: -6px;
  left: 0px;
  color: #5DC46E;
}

#incartMobile .checkout-order-list-item {
  width: 100%;
  padding: 11px 27px 11px 0;
  text-align: left;
}

#incartMobile .checkout-order-list-item-col:nth-of-type(2) {
  width: 100%;
}

#incartMobile .quantity .sub,
#incartMobile .quantity .add,
#incartMobile .quantity input[type="number"] {
  display: block;
}

#incartMobile .quantity .sub,
#incartMobile .quantity .add {
  width: 24px;
  height: 24px;
}

#incartMobile .quantity .icon-remove-cart {
  font-size: 0.14286rem;
  width: 6em;
}

#incartMobile .quantity .icon-add-to-cart {
  font-size: 0.85714rem;
  width: 1em;
}

#incartMobile .checkout-order-list-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#incartMobile .prices {
  display: block;
}

.incart-popover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  padding: 17px 10px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 300px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.incart-popover.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.incart-popover__title {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.06;
  color: #262626;
  margin: 0 0 10px;
  position: relative;
  padding: 0 40px;
}

.incart-popover .check-line_m {
  position: absolute;
  top: -6px;
  left: 10px;
  color: #5DC46E;
}

.incart-popover__p {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.06;
  color: #737373;
  margin: 0;
}

.incart-popover .popover__close {
  display: block;
  width: 22px;
  height: 22px;
  background: #F2F4F4;
  border-radius: 9px;
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
  z-index: 1;
}

.incart-popover .popover__close .close_m {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #2F2F2F;
}

.incart-popover .checkout-order-list-item {
  width: 100%;
  padding: 11px 27px 11px 0;
}

.incart-popover .quantity .sub,
.incart-popover .quantity .add,
.incart-popover .quantity input[type="number"] {
  display: block;
}

.incart-popover .quantity .sub,
.incart-popover .quantity .add {
  width: 24px;
  height: 24px;
}

.incart-popover .quantity .icon-remove-cart {
  font-size: 0.14286rem;
  width: 6em;
}

.incart-popover .quantity .icon-add-to-cart {
  font-size: 0.85714rem;
  width: 1em;
}

.incart-popover .checkout-order-list-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.incart-popover .prices {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

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

.quantity .add,
.quantity .sub {
  width: 33px;
  height: 33px;
  display: block;
  padding: 0;
  border-radius: 50%;
  background-color: #F2F4F4;
  border: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.quantity .add .add-to-cart_m,
.quantity .add .remove-cart_m,
.quantity .sub .add-to-cart_m,
.quantity .sub .remove-cart_m {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #676767;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.quantity .add:hover,
.quantity .sub:hover {
  background-color: #FF4667;
}

.quantity .add:hover .add-to-cart_m,
.quantity .add:hover .remove-cart_m,
.quantity .sub:hover .add-to-cart_m,
.quantity .sub:hover .remove-cart_m {
  color: #fff;
}

.quantity input[type="number"] {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 33px;
  color: #000000;
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 33px;
  text-align: center;
  margin: 0 4px;
}

.quantity input[type="number"]:focus {
  outline: none;
}

.quantity input[type="number"],
.quantity .sub {
  display: none;
}

.cart-table .quantity input[type="number"],
.cart-table .quantity .sub {
  display: block;
}

.checkout .container {
  position: relative;
}

.checkout-top-line {
  margin-top: 10px;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkout__title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 0 24px;
  /* or 53% */
  color: #000000;
  display: inline-block;
}

.btn-return {
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), border 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.btn-return:hover {
  background: #FF4667;
  border: 1px solid #FF4667;
}

.btn-return:hover .return_m {
  color: #fff;
}

.btn-return .return_m {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #4F453C;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.checkout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 55px;
  margin-bottom: 36px;
}

.checkout-form-wrapper {
  max-width: 480px;
  width: 100%;
  margin-top: -55px;
}

.checkout-form-wrapper-list {
  width: 100%;
  max-width: 300px;
  margin-left: 30px;
  position: relative;
}

#checkoutOrderListEnd {
  position: absolute;
  bottom: 0;
}

.checkout-order-list {
  width: 100%;
  max-width: 300px;
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 20px 15px;
}

.checkout-order-list__title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}

.checkout-order-list-item {
  background: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
  text-decoration: none;
  margin-bottom: 10px;
}

.checkout-order-list-item:hover .title {
  color: #FF4667;
}

.checkout-order-list-item:last-child {
  margin-bottom: 0;
}

.checkout-order-list-item-col:nth-of-type(1) {
  max-width: 60px;
  min-width: 60px;
  width: 60px;
  text-align: center;
}

.checkout-order-list-item-col:nth-of-type(2) {
  max-width: calc(100% - 60px);
  padding-left: 10px;
}

.checkout-order-list-item .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #444444;
  margin: 0 0 10px 0;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.checkout-order-list-item .price {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.18;
  color: #E34646;
  display: block;
}

.checkout-order-list .form-promocode {
  margin: 23px 0 21px;
}

.checkout-order-list .form-promocode-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-order-list .form-promocode .uk-input-group {
  width: 100%;
}

.checkout-order-list .form-promocode .uk-input-group:nth-of-type(1) {
  max-width: 160px;
}

.checkout-order-list .form-promocode .uk-input-group:nth-of-type(2) {
  max-width: 98px;
}

.checkout-order-list .form-promocode .uk-input {
  height: 44px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  color: #C0C0C0;
}

.checkout-order-list .form-promocode input[type="submit"] {
  width: 100%;
  height: 44px;
  background: #E9E9E9;
  border-radius: 9px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #949494;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.checkout-order-list .form-promocode input[type="submit"].is-active {
  background-color: #FF4667;
  color: #fff;
}

.checkout-order-list .form-promocode input[type="submit"].is-active:hover {
  background-color: #da3a57;
}

.checkout-form-section-wrapper {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.checkout-form-section__title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}

.checkout-form-section__title a {
  color: #FF4667;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed #FF4667;
}

.checkout-form-section .uk-form-group:last-child {
  margin-bottom: 0;
}

.checkout-form-section.checkout-payment .form-checkout-radiobox-item:last-child {
  margin-bottom: 0;
}

.form-checkout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-left: -9px;
  margin-right: -9px;
}

.form-checkout-row .uk-form-group {
  margin-left: 9px;
  margin-right: 9px;
  width: 100%;
  max-width: calc(50% - 9px);
}

.form-checkout-bottom .checkbox-label {
  color: #A4A4A4;
}

.btn-form-checkout {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.checkout-order-list-cost-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

.checkout-order-list-cost-row:last-child {
  margin-bottom: 0px;
}

.colc-sum .title,
.colc-delivery .title,
.colc-discount .title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #000000;
}

.colc-sum .price,
.colc-delivery .price,
.colc-discount .price {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.35;
}

.colc-sum .title {
  color: #000000;
}

.colc-sum .price {
  color: #000000;
  font-weight: 600;
}

.colc-delivery .title {
  color: #B0B0B0;
}

.colc-delivery .price {
  font-weight: normal;
  color: #B0B0B0;
}

.colc-discount .title {
  color: #000000;
}

.colc-discount .price {
  color: #E34646;
  font-weight: 600;
}

.colc-total-sum {
  border-top: 1px solid #D3D3D3;
  padding: 15px 0;
}

.colc-total-sum .title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.16;
  color: #000000;
}

.colc-total-sum .price {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.16;
  color: #000000;
}

.checkout-popover {
  display: block;
  width: 223px;
  background: #FF4667;
  -webkit-box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  text-align: left;
  padding: 9px 27px 9px 19px;
  position: absolute;
  top: 45px;
  right: -130px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  -o-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.21, 1.1), transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.checkout-popover.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.checkout-popover span.text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
}

.checkout-popover span.price {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.18;
  color: #FFFFFF;
  display: block;
}

.checkout-popover .close-btn {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.checkout-popover .close-btn .close_m {
  color: #2F2F2F;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Обновление от 11.05.2022 #deliveryMap display: none */

#deliveryMap {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  padding: 5px;
  border-radius: 19px;
  overflow: hidden;
}

#deliveryMapInit {
  border-radius: 19px;
  overflow: hidden;
}

/* back-site Обновление от 25.02.2022 */

.back-site {
  height: 32px;
  background-color: #FF4667;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-site span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}

.back-site .back-site_m {
  color: #FFFFFF;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* back-site Конец Обновление от 25.02.2022 */

.table-responsive {
  overflow-x: auto;
}

.table {
  width: 100%;
  vertical-align: top;
  color: #2A2A2A;
  border-color: #F0EEF7;
  font-size: 0.8125rem;
}

.table > thead {
  vertical-align: bottom;
  color: #9496A4;
}

.table > tbody {
  vertical-align: inherit;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #F0EEF7;
}

.table > :not(caption) > * > * {
  padding: 1.25rem .5rem;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom: 1px solid #F0EEF7;
}

.table > tbody > :last-child > * {
  border-bottom: 0;
}

.table > :not(caption) > * > :first-child {
  padding-left: 0;
}

.table th {
  font-weight: 400;
}

table {
  caption-size: bottom;
  border-collapse: collapse;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0;
  border-color: inherit;
  text-align: left;
}

.accrual {
  color: #5DC46E;
  font-size: 1rem;
  font-weight: 500;
}

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

/* обновление от 11.05.2022  Страница отследить заказ - форма */

.track-order-wrapper {
  width: 100%;
  height: calc(var(--app-height) - 192px);
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -27px;
}

.track-order-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -75px;
}

.track-order-box-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

.track-order-box-content {
  padding-left: 30px;
  max-width: 510px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 510px;
  -ms-flex: 1 1 510px;
  flex: 1 1 510px;
}

.track-order-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #686868;
  margin-top: 20px;
  margin-bottom: 0;
}

#trackOrderForm .uk-form-header {
  padding-top: 0;
}

#trackOrderForm .uk-form-group {
  margin-bottom: 0;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
}

#trackOrderForm .uk-form-group:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 410px;
  -ms-flex: 1 1 410px;
  flex: 1 1 410px;
}

#trackOrderForm .row {
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* Конец обновление от 11.05.2022 */

/* Обновление от 11.05.2022 .track-order-info */

.track-order-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
}

.track-order-info-icon {
  max-width: 84px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 84px;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
}

.track-order-info-content {
  max-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 22px;
}

.track-order-info-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.track-order-info__title {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #000000;
  margin-right: 1.6875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.track-order-info-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0.25rem;
}

.track-order-info-controls .btn:not(:last-child) {
  margin-right: 0.625rem;
}

.track-order-info-tags {
  margin-top: 0.5rem;
}

.track-order-info-tag {
  padding: 0.25rem 0.9375rem;
  border-radius: 99px;
  display: inline-block;
}

.track-order-info-tag_delivery {
  background-color: #D5F5CA;
  border: 1px solid #ADE69A;
}

.track-order-info-tag_runner {
  background-color: #DDE5FF;
  border: 1px solid #9CB4E2;
}

.track-order-info-tag_pickup {
  background-color: #FFDDE1;
  border: 1px solid #E5B6B6;
}

.track-order-info-tag span {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #686868;
  white-space: nowrap;
}

.track-order-info-extra {
  margin-top: 1.875rem;
}

.track-order-info-extra p {
  font-size: 14px;
  line-height: 1.35;
  color: #686868;
  margin-top: 15px;
  margin-bottom: 15px;
}

.track-order-info-extra p:last-child {
  margin-bottom: 0;
}

.track-order-info-extra p strong {
  color: #000000;
}

/* Конец Обновление от 11.05.2022 .track-order-info */

/* Обновление от 11.05.22 */

/* order-steps */

.track-order-steps {
  margin-top: 40px;
  margin-bottom: 30px;
}

.order-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-steps-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 340px;
  -ms-flex: 1 1 340px;
  flex: 1 1 340px;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-steps-item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 0%;
  -ms-flex: 0 1 0%;
  flex: 0 1 0%;
}

.order-steps-item:last-child .order-steps-line {
  display: none;
}

.order-steps-item:last-child .order-steps-text {
  width: auto;
}

.order-steps-marker {
  width: 63px;
  height: 63px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63px;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  max-width: 63px;
  min-width: 63px;
}

.order-steps-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 190px);
  -ms-flex: 1 1 calc(100% - 190px);
  flex: 1 1 calc(100% - 190px);
  max-width: calc(100% - 190px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  height: 2px;
  background-color: #C0C0C0;
  position: relative;
}

.order-steps-line::after {
  content: '';
  background-image: url(/images/track-order/step-arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.525rem 0.925rem;
  width: 0.525rem;
  height: 0.925rem;
  display: block;
  position: absolute;
  right: -0.125rem;
  top: 0.01562rem;
  bottom: 0;
  margin: auto;
}

.order-steps-text {
  padding-top: 27px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  height: calc(100% - 63px);
}

.order-steps-title {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
  color: #000000;
}

.order-steps-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #686868;
  margin-top: 3px;
}

.order-steps-controls {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.order-steps-cancelled {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #D92424;
  position: relative;
  padding-left: 11px;
  white-space: nowrap;
  margin-top: 6px;
}

.order-steps-cancelled::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D92424;
  position: absolute;
  top: 6px;
  left: 0;
}

.ways-wrapper {
  padding-top: 35px;
}

.ways-header {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #000000;
}

.ways {
  margin-top: 18px;
}

.ways-item {
  position: relative;
}

.ways-item:not(:last-child) .ways-text {
  border-left: 1px dashed #C0C0C0;
  padding-bottom: 25px;
}

.ways-marker {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #C0C0C0;
  background-color: #F7F9FA;
  position: absolute;
  top: 0;
  left: -29px;
  z-index: 1;
}

.ways-text {
  padding-left: 23px;
  position: relative;
  left: -24px;
}

.ways-title {
  font-size: 14px;
  line-height: 1;
  color: #0B0B0B;
}

.ways-date {
  font-size: 14px;
  line-height: 1.1;
  color: #686868;
  margin-top: 10px;
}

/* end order-steps */

/* Конец Обновление от 11.05.22 */

@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }

  /* Better vertical alignment if controls are checkboxes and radio buttons with text */

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }

  .uk-button .basket_m {
    -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  }

  .uk-button:hover .basket_m {
    color: #D12A2B;
  }

  .uk-form-icon-flip .pencil_m,
  .uk-form-icon-flip .calendar_m {
    -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: color 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
  }

  .uk-form-icon-flip:hover .calendar_m,
  .uk-form-icon-flip:hover .pencil_m {
    color: #D12A2B;
  }

  .product-item:hover {
    -webkit-box-shadow: 0px 9px 42px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 9px 42px rgba(0, 0, 0, 0.06);
    border-color: transparent;
  }

  .checkout .header-control {
    display: none;
  }

  .checkout .header .container,
  .checkout .content .container {
    max-width: 810px;
  }

  .checkout .header-main .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1600px) {
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-xxxl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-xxxl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-xxxl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-xxxl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-xxxl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-xxxl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-xxxl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-xxxl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-xxxl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-xxxl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-xxxl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-xxxl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-xxxl-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-xxxl-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-xxxl-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-xxxl-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-xxxl-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-xxxl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  .main-grid {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "grid-data-info-1 grid-data-info-2 grid-data-info-3 grid-data-info-4" "grid-orders grid-orders grid-delivery grid-delivery" "grid-orders grid-orders grid-bf grid-bf" "grid-graphic grid-graphic grid-graphic grid-graphic";
  }

  .grid-data-info-5 {
    display: none;
  }

  .section.product-items .product-item {
    max-width: calc(25% - 24px);
  }

  .order-steps-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(100% - 130px);
    -ms-flex: 1 1 calc(100% - 130px);
    flex: 1 1 calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}

@media (max-width: 1400px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-xxl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-xxl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-xxl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-xxl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-xxl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-xxl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-xxl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-xxl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-xxl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-xxl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-xxl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-xxl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-xxl-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-xxl-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-xxl-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-xxl-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-xxl-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-xxl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  .navbar-contacts {
    margin-left: 2.25rem;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "grid-data-info-1 grid-data-info-1 grid-data-info-2 grid-data-info-2 grid-data-info-3 grid-data-info-3" "grid-data-info-4 grid-data-info-4" "grid-orders grid-orders grid-orders grid-delivery grid-delivery grid-delivery" "grid-orders grid-orders grid-orders grid-bf grid-bf grid-bf" "grid-graphic grid-graphic grid-graphic grid-graphic grid-graphic grid-graphic";
  }

  .grid-data-info-5 {
    display: none;
  }

  .section.product-items .product-item {
    max-width: calc(33.333% - 24px);
  }
}

@media (max-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-xl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-xl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-xl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-xl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-xl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-xl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-xl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-xl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-xl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-xl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-xl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-xl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-xl-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-xl-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-xl-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-xl-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-xl-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-xl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  [class$="_socials"] {
    padding-left: 0;
  }

  [class$="_form-mb"] {
    margin-bottom: 30px;
  }

  .btn-back {
    padding: .8rem;
  }

  .btn-back span {
    display: none;
  }

  .btn-back_m {
    margin-right: 0;
  }

  .btn-cart {
    margin-right: 0;
    margin-left: 0.8rem;
  }

  .btn-notify {
    margin-right: 0.8rem;
  }

  .navbar-contacts {
    margin-left: 1rem;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "grid-data-info-1 grid-data-info-1 grid-data-info-2 grid-data-info-2" "grid-data-info-3 grid-data-info-3 grid-data-info-4 grid-data-info-4 " "grid-orders grid-orders grid-orders grid-orders" "grid-delivery grid-delivery grid-delivery grid-delivery " "grid-bf grid-bf grid-bf grid-bf" "grid-graphic grid-graphic grid-graphic grid-graphic";
  }

  .cart-table-col:nth-of-type(3) {
    min-width: 100px;
  }

  .cart-table-col:nth-of-type(3) .btn-refund {
    padding: 0;
    width: 40px;
    height: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-table-col:nth-of-type(3) .btn-refund span {
    display: none;
  }

  .cart-table-col:nth-of-type(3) .btn-refund .btn-refresh_m {
    display: block;
  }

  .checkout-popover {
    right: -70px;
  }

  .track-order-info__title {
    font-size: 1.75rem;
  }

  .track-order-info-controls {
    margin-top: 0rem;
  }

  .order-steps-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(100% - 100px);
    -ms-flex: 1 1 calc(100% - 100px);
    flex: 1 1 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 1070px) {
  .section.product-items .product-item {
    max-width: calc(50% - 24px);
  }
}

@media (max-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-lg-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-lg-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-lg-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-lg-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-lg-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-lg-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-lg-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-lg-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-lg-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-lg-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-lg-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-lg-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-lg-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-lg-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-lg-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-lg-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  .wrapper {
    margin-left: -260px;
    width: calc(100% + 260px);
  }

  .wrapper.collapsed {
    width: 100%;
    margin-left: 0;
  }

  .main-content {
    padding: 0 1rem;
    width: 100vw;
    max-width: 100vw;
  }

  .desktop-only {
    display: none;
  }

  .page-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.625rem;
  }

  .page-title .page-title-main {
    margin-bottom: 1rem;
  }

  .page-title-other {
    margin-bottom: 0.9375rem;
  }

  .page-title h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .page-title .status {
    top: -.2rem;
    display: block;
    margin-left: 0;
    margin-top: 0.8rem;
  }

  .page-blank-wrapper {
    height: calc(var(--app-height) - 151px);
  }

  .uk-form-date {
    max-width: 100%;
  }

  .btn-sidebar-toggle {
    margin-right: .8rem;
  }

  .btn-cart {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .btn-cart {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .btn-cart_m {
    font-size: 1.14286rem;
    width: 1em;
  }

  .btn-cart .count {
    top: -8px;
    right: -9px;
  }

  .btn-notify {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .btn-notify_m {
    font-size: 1.14286rem;
    width: 1em;
  }

  .btn-notify .count {
    top: -8px;
    right: -9px;
  }

  .btn-contacts {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .btn-contacts_m {
    font-size: 1.14286rem;
    width: 1em;
  }

  .progress-tracker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px auto 20px;
  }

  .progress-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .progress-step:not(:last-child).is-complete .progress-marker::after {
    width: 4px;
  }

  .progress-step.is-complete .progress-text {
    max-width: 100%;
    padding: 50px 12px 50px 25px;
  }

  .progress-marker::after {
    right: auto;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
  }

  .progress-point {
    top: 0;
    left: 25px;
    padding-left: 0;
  }

  .progress-text {
    max-width: 100%;
    padding: 50px 12px 50px 30px;
  }

  .navbar {
    padding: 1rem;
    width: 100vw;
  }

  .navbar-control {
    margin-left: 0;
  }

  .navbar-contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .navbar-profile__userpic-wrap {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-width: 1px;
  }

  .card-header {
    padding: 1.25rem 1.25rem 0.875rem 1.25rem;
  }

  .card-body {
    padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  }

  .card_new-order .card-header {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }

  .card_new-order .card-title {
    padding-bottom: 1.2rem;
  }

  .card_mini .card-body {
    padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  }

  .card_middle .card-header {
    padding: 1.25rem 1.25rem .25rem 1.25rem;
  }

  .card_middle .card-body {
    padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  }

  .order-total-sum {
    font-size: 2rem;
  }

  .main-grid {
    gap: 15px 15px;
  }

  .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .product-item-top {
    max-width: 160px;
    width: 160px;
    min-width: 160px;
    border-radius: 0;
    position: unset;
    height: auto;
  }

  .product-item-body {
    width: 100%;
    max-width: calc(100% - 160px);
    padding: 16px 10px;
    border-radius: 0;
    z-index: 0;
  }

  .product-item-bottom {
    display: none;
  }

  .product-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-item-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-item .product-item-specs {
    display: block;
  }

  .product-item__image {
    position: relative !important;
  }

  .product-item .price {
    margin-bottom: 20px;
  }

  .product-item .quantity {
    margin-top: 20px;
  }

  .product-item__add-to-cart {
    margin-top: 20px;
    background-color: #FF4667;
  }

  .product-item__add-to-cart .add-to-cart_m {
    color: #fff;
  }

  .product-item .swiper-pagination {
    height: 2px;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
  }

  .product-item .swiper-pagination-bullet {
    display: block;
    width: 19px !important;
    height: 2px;
    border-radius: 2px;
    background-color: #E2EDED;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.21, 1.1);
    margin: 0 4px;
    opacity: 1;
  }

  .product-item .swiper-pagination-bullet-active {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #FF4667;
  }

  .product-item .swiper-pagination-mini {
    display: none;
  }

  .product-item .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }

  .section.product-items .product-items-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .section.product-items .product-item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .section.product-items .product-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 16px 16px;
  }

  .section.product-items .product-item:last-child .product-item-top {
    border-radius: 0 0 0 16px;
  }

  .section.product-items .product-item:last-child .product-item-body {
    border-radius: 0 0 16px  0;
  }

  .section.product-items .product-item:first-child {
    border-radius: 16px 16px 0 0;
  }

  .section.product-items .product-item:first-child .product-item-top {
    border-radius: 16px 0 0 0;
  }

  .section.product-items .product-item:first-child .product-item-body {
    border-radius: 0 16px  0 0;
  }

  .delivery-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .delivery-header__icon {
    margin-bottom: .6875rem;
    margin-right: .875rem;
  }

  .page-subtitle p {
    width: 100%;
  }

  .copy_successful {
    right: 0;
    left: 0;
    top: 50px;
    width: calc(100% - 30px);
    margin: auto;
  }

  .cart-table {
    padding-right: 0;
    margin-top: 0.625rem;
  }

  .cart-table-col:nth-of-type(2) {
    max-width: 741px;
  }

  #order-modal.mm-offcanvas-overlay:before,
  #refund-modal.mm-offcanvas-overlay:before {
    content: none;
  }

  #order-modal.mm-open.mm-offcanvas-overlay:before,
  #refund-modal.mm-open.mm-offcanvas-overlay:before {
    opacity: 0;
    visibility: hidden;
  }

  #order-modal.mm-offcanvas-overlay,
  #refund-modal.mm-offcanvas-overlay {
    width: 100vw;
  }

  #order-modal.mm-offcanvas,
  #refund-modal.mm-offcanvas {
    left: 0;
    z-index: 110;
  }

  #order-modal .mm-offcanvas-bar,
  #refund-modal .mm-offcanvas-bar {
    width: 100vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .checkout .breadcrumbs__ul {
    margin-top: 0;
  }

  .checkout-top-line {
    margin-bottom: 25px;
  }

  .checkout-popover {
    display: none;
  }

  .checkout-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 55px;
    margin-bottom: 36px;
    padding-top: 0;
  }

  .checkout-form-wrapper {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
  }

  .checkout-order-list {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .checkout-order-list__title,
  .checkout-order-list-wrapper {
    display: none;
  }

  .checkout-order-list .form-promocode {
    margin-top: 0;
  }

  .checkout-order-list .form-promocode .uk-input-group {
    width: 100%;
  }

  .checkout-order-list .form-promocode .uk-input-group:nth-of-type(1) {
    max-width: calc(100% - 110px);
  }

  .track-order-wrapper {
    height: calc(var(--app-height) - 151px);
  }
}

@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */

  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-md-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-md-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-md-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-md-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-md-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-md-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-md-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-md-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-md-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-md-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-md-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-md-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-md-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-md-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-md-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-md-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-md-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-md-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  .page-title .btn-refresh,
  .page-title .btn-pay {
    margin-right: 0.8rem;
  }

  .btn-order-steps {
    display: inline-block;
  }

  .data-info-col:nth-of-type(1) {
    display: none;
  }

  .data-info-col:nth-of-type(2) {
    max-width: 100%;
    padding-left: 0;
  }

  .cart-table-row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #E7E7E7;
    margin-bottom: 1.25rem;
    border-radius: 16px;
    position: relative;
  }

  .cart-table-row:last-child {
    border: 1px solid #E7E7E7;
    margin-bottom: 0;
  }

  .cart-table-header {
    display: none;
  }

  .cart-table-body {
    border: 0;
    padding: 0;
  }

  .cart-table-col:nth-of-type(1) {
    max-width: 75px;
    min-width: 75px;
    width: 75px;
    padding-left: 0.3125rem;
  }

  .cart-table-col:nth-of-type(2) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }

  .cart-table-col:nth-of-type(3) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: -13px;
    right: -1px;
    width: auto;
    min-width: auto;
  }

  .cart-table-col:nth-of-type(3) .btn-refund {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    margin-right: 0.625rem;
  }

  .cart-table-col:nth-of-type(3) .btn-refund .btn-refresh_m {
    font-size: 1rem;
    width: 1em;
  }

  .cart-table-col:nth-of-type(3) .btn-remove-item {
    padding: 0;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }

  .cart-table-col:nth-of-type(3) .btn-remove-item .btn-remove_m {
    font-size: 0.71429rem;
    width: 1em;
  }

  .cart-table-subcol:nth-of-type(1) {
    max-width: 100%;
    margin-bottom: 0.625rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .cart-table-subcol:nth-of-type(2) {
    display: none;
  }

  .cart-table-subcol:nth-of-type(3) {
    max-width: 106px;
    min-width: 106px;
    padding-left: 0;
    margin-top: 0.625rem;
    text-align: left;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    font-style: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    line-height: 1.46;
    color: #444444;
  }

  .cart-table-subcol:nth-of-type(3) .mob-only {
    display: inline-block;
  }

  .cart-table-subcol:nth-of-type(4) {
    padding-left: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .cart-table .cart-del {
    font-size: 0.71429rem;
    width: 1.4em;
  }

  .track-order-info-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .track-order-info__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .track-order-info-controls {
    margin-bottom: 0.625rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .track-order-info-tag span {
    font-size: 0.875rem;
  }

  .order-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-steps-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .order-steps-item:not(:last-child) {
    min-height: 150px;
  }

  .order-steps-marker {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-steps-line {
    display: none;
  }

  .order-steps-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(100% - 63px);
    -ms-flex: 1 1 calc(100% - 63px);
    flex: 1 1 calc(100% - 63px);
    max-width: calc(100% - 63px);
    padding-top: 22px;
    padding-left: 30px;
    position: relative;
  }

  .order-steps-text-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ways-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ways-item:not(:last-child) .ways-text {
    border-left: 2px dashed #F7F9FA;
  }

  .ways-marker {
    left: -66.5px;
  }

  .ways-text {
    left: -62px;
    padding-left: 61px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .order-steps-item:not(:last-child) .order-steps-text {
    min-height: 153px;
  }

  .order-steps-item:not(:last-child) .order-steps-text::before {
    content: '';
    width: 2px;
    height: calc(100% - 90px);
    display: block;
    position: absolute;
    top: 75px;
    left: -32px;
    background-color: #C0C0C0;
  }

  .order-steps-item:not(:last-child) .order-steps-text:after {
    content: '';
    background-image: url(/images/track-order/step-arrow.svg);
    background-repeat: no-repeat;
    background-size: 0.525rem 0.925rem;
    width: 0.525rem;
    height: 0.925rem;
    display: block;
    position: absolute;
    left: -35.4px;
    bottom: 10px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 600px) {
  .form-checkout-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-checkout-row .uk-form-group {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .checkout-form-section-wrapper {
    padding: 20px 15px;
  }
}

@media (max-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-sm-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-sm-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-sm-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-sm-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-sm-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-sm-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-sm-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-sm-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-sm-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-sm-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-sm-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-sm-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-sm-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-sm-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-sm-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-sm-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-sm-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-sm-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  .btn-order-pay {
    padding: 1.1875rem .5625rem;
    font-size: 0.625rem;
  }

  .btn-pay {
    font-size: 0.625rem;
  }

  .track-order-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .track-order-box-icon {
    margin-bottom: 40px;
  }

  .track-order-box-content {
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .track-order-info-icon {
    max-width: 54px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54px;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
  }

  .track-order-info__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(3.33333% - 1.875rem);
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(6.66667% - 1.875rem);
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 1.875rem);
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(13.33333% - 1.875rem);
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(16.66667% - 1.875rem);
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(23.33333% - 1.875rem);
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(26.66667% - 1.875rem);
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(30% - 1.875rem);
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(36.66667% - 1.875rem);
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
  }

  .col-xs-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(43.33333% - 1.875rem);
  }

  .col-xs-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(46.66667% - 1.875rem);
  }

  .col-xs-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .col-xs-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(53.33333% - 1.875rem);
  }

  .col-xs-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(56.66667% - 1.875rem);
  }

  .col-xs-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }

  .col-xs-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(63.33333% - 1.875rem);
  }

  .col-xs-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }

  .col-xs-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(70% - 1.875rem);
  }

  .col-xs-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(73.33333% - 1.875rem);
  }

  .col-xs-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(76.66667% - 1.875rem);
  }

  .col-xs-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 1.875rem);
  }

  .col-xs-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(83.33333% - 1.875rem);
  }

  .col-xs-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(86.66667% - 1.875rem);
  }

  .col-xs-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(90% - 1.875rem);
  }

  .col-xs-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(93.33333% - 1.875rem);
  }

  .col-xs-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(96.66667% - 1.875rem);
  }

  .col-xs-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }

  .track-order-info-icon {
    display: none;
  }

  .track-order-info-content {
    padding-left: 0;
  }
}

@media (max-width: 360px) {
  .product-item .product-item-specs span {
    font-size: 0.625rem;
  }

  .product-item .product-item-specs span:first-child {
    width: 50px;
  }
}