@charset "UTF-8";
/*!
Theme Name: Sibank
Author: UI Team
Description: Powered By SASS
Version: 1.0.0
License: ISC
*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -webkit-user-select: none;
  user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  z-index: 10001 !important;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #030a16;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container .select2-selection--single {
  height: 43px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .15;
  cursor: auto;
  pointer-events: all; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.remodal, [data-remodal-id] {
  display: none; }

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.remodal-overlay {
  background: rgba(135, 135, 135, 0.5); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

.remodal-wrapper {
  padding: 10px 10px 0; }

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

.remodal, .remodal-wrapper:after {
  vertical-align: middle; }

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 100; }

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350; }

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*! animate.css - https://animate.style/ | Version - 4.0.0 | Licensed under the MIT license - http://opensource.org/licenses/MIT */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*=Out] {
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: "IranSansWeb";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranSans/IRANSansWeb-Regular.woff") format("woff"), url("../fonts/iranSans/IRANSansWeb-Regular.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: "IranSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranSans/IRANSansWeb-Bold.woff") format("woff"), url("../fonts/iranSans/IRANSansWeb-Bold.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: "IranSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranSans/IRANSansWeb-Light.woff") format("woff"), url("../fonts/iranSans/IRANSansWeb-Light.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: "IranSansUltraLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranSans/IRANSansWeb-UltraLight.woff") format("woff"), url("../fonts/iranSans/IRANSansWeb-UltraLight.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: "IranSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranSans/IRANSansWeb-Medium.woff") format("woff"), url("../fonts/iranSans/IRANSansWeb-Medium.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body,
html {
  font-family: 'IranSansWeb', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  direction: rtl;
  scroll-behavior: smooth;
  background-color: white; }

body.is-overflow-deactivate {
  overflow: hidden; }

.main {
  background-color: white; }

main {
  display: flex;
  flex-direction: column;
  height: 100%; }

button {
  cursor: pointer;
  border: none;
  background-color: transparent; }
  button:disabled {
    cursor: not-allowed;
    filter: grayscale(1); }

input {
  border: none; }

.container-2 {
  max-width: 1482px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.pointer-none {
  pointer-events: none; }

.d-none {
  display: none; }

.force-d-none {
  display: none !important; }

.main_container {
  padding: 0 40px; }
  .main_container .inner_container {
    max-width: 1430px;
    margin: 0 auto; }
  .main_container .inner_container-banner {
    max-width: 1437px;
    margin: 0 auto; }
  @media (max-width: 768px) {
    .main_container {
      padding: 0 20px; } }
  @media (max-width: 576px) {
    .main_container {
      padding: 0 15px; } }

.x-drag-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .x-drag-scroll::-webkit-scrollbar {
    display: none; }

.relative {
  position: relative; }

@media (max-width: 992px) {
  .gap-md-24 {
    gap: 24px; } }

.new-toggle-switch {
  --width: 40px;
  --height: calc(var(--width) / 2);
  display: inline-block;
  position: relative;
  width: var(--width);
  height: var(--height);
  border: 2px solid #e7e7e7;
  border-radius: 50px;
  cursor: pointer; }
  .new-toggle-switch input {
    display: none; }
    .new-toggle-switch input:checked + .slider::before {
      background-color: #616ee5; }
    .new-toggle-switch input:not(:checked) + .slider::before {
      transform: translateX(calc(var(--width) - var(--height))); }
  .new-toggle-switch .slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out; }
    .new-toggle-switch .slider::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      width: calc(var(--height) - 8px);
      height: calc(var(--height) - 8px);
      border-radius: 50px;
      background-color: #bbbbbb;
      transition: all .4s ease-in-out; }

.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px; }

.sliders_control {
  position: relative;
  margin-bottom: 20px; }

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-color: #616ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #616ee5;
  cursor: pointer; }

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-color: #616ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #616ee5;
  cursor: pointer; }

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7; }

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe; }

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #616ee5;
  border-radius: 50px;
  pointer-events: none; }

#fromSlider {
  height: 0;
  z-index: 1;
  top: 2px; }

.custom-checkbox label {
  position: relative;
  display: flex;
  align-items: center; }
  .custom-checkbox label::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin-left: 10px; }
  .custom-checkbox label::after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    right: 5px;
    bottom: 5px;
    height: 8px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg); }

.custom-checkbox input {
  display: none; }
  .custom-checkbox input:checked + label::before {
    background-color: #616ee5;
    border: 1px solid #616ee5; }

.bttn-1 {
  width: max-content;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid white;
  display: flex;
  align-items: center; }
  .bttn-1 span {
    font-size: 16px;
    color: white;
    font-weight: 500; }
  .bttn-1 i {
    color: white;
    margin-right: 5px; }

.bttn-2 {
  width: max-content;
  padding: 16px;
  display: flex;
  align-items: center; }
  .bttn-2 span {
    font-size: 16px;
    color: #616ee5;
    font-weight: 500; }
  .bttn-2 i {
    color: #616ee5;
    margin-right: 10px; }

.bttn-3 {
  background-color: white;
  border-radius: 8px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 600;
  color: black; }

.pro-rate {
  position: absolute;
  left: 0px;
  top: 20px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center; }
  .pro-rate span {
    font-size: 12px;
    font-weight: 500;
    color: #666666; }
  .pro-rate ul {
    display: flex;
    margin-right: 4px; }
    .pro-rate ul li i {
      font-size: 19px; }

.color-selectbox {
  display: flex; }
  .color-selectbox .color-item {
    display: flex;
    margin-left: 15px;
    margin-bottom: 15px; }
    .color-selectbox .color-item label {
      cursor: pointer;
      display: flex;
      align-items: center;
      border-radius: 50px;
      border: 1px solid #e7e7e7; }
      .color-selectbox .color-item label .color-circle {
        display: block;
        width: 33px;
        height: 33px;
        border-radius: 50px;
        background-color: #e2e2e2;
        margin: 6.5px; }
      .color-selectbox .color-item label .color-name {
        display: none;
        padding-right: 5px;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #616ee5; }
    .color-selectbox .color-item input[type="radio"]:checked + label {
      border: 1px solid #616ee5; }
      .color-selectbox .color-item input[type="radio"]:checked + label .color-name {
        display: block; }
    .color-selectbox .color-item input[type="radio"] {
      display: none; }

.select-rate .select-rate-box {
  display: flex;
  flex-direction: row; }
  .select-rate .select-rate-box a {
    filter: grayscale(1); }
    .select-rate .select-rate-box a.active {
      filter: grayscale(0); }

.single-progress-bar {
  --dotSize: 16px;
  --dotHover: 20px;
  position: relative;
  width: calc(100% - var(--dotSize));
  height: 5px;
  background-color: #bbb; }
  .single-progress-bar .start-dot,
  .single-progress-bar .end-dot,
  .single-progress-bar .first-dot {
    display: inline-block;
    position: absolute;
    width: var(--dotSize);
    height: var(--dotSize);
    border-radius: 50px;
    top: -5px; }
  .single-progress-bar .start-dot {
    right: 0%;
    background-color: #616ee5;
    cursor: grab;
    z-index: 13; }
  .single-progress-bar .end-dot {
    right: 100%;
    background-color: #bbb;
    z-index: 10; }
  .single-progress-bar .progress {
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: #616ee5; }
  .single-progress-bar .prgs-box-box {
    position: relative;
    z-index: 12; }
    .single-progress-bar .prgs-box-box .first-prgs {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 15px; }
    .single-progress-bar .prgs-box-box .prgs-box {
      width: 100%;
      height: 15px;
      display: flex; }
      .single-progress-bar .prgs-box-box .prgs-box .prgs-item {
        height: 15px;
        width: 20%; }

@media (max-width: 576px) {
  .remodal:not(.remodal-loader) {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100px;
    border-radius: 16px; }
  .remodal-wrapper {
    padding: 0; } }

@font-face {
  font-family: "sibank";
  src: url("../fonts/icon/sibank.eot?nyfsos");
  src: url("../fonts/icon/sibank.eot?nyfsos#iefix") format("embedded-opentype"), url("../fonts/icon/sibank.ttf?nyfsos") format("truetype"), url("../fonts/icon/sibank.woff?nyfsos") format("woff"), url("../fonts/icon/sibank.svg?nyfsos#sibank") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sibank" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-2x {
  font-size: 19px; }

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

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

.icon-purple::before {
  color: #616ee5 !important; }

.icon-180 {
  transform: rotate(180deg); }

.icon-call-ringing:before {
  content: "";
  color: #616ee5; }

.icon-question:before {
  content: "";
  color: #616ee5; }

.icon-caution:before {
  content: "";
  color: #616ee5; }

.icon-security:before {
  content: "";
  color: #616ee5; }

.icon-hammer:before {
  content: "";
  color: #616ee5; }

.icon-cross:before {
  content: "";
  color: #e84747; }

.icon-ticket-discount:before {
  content: "";
  color: #bbb; }

.icon-message:before {
  content: "";
  color: #bbb; }

.icon-notification:before {
  content: "";
  color: #bbb; }

.icon-logout:before {
  content: "";
  color: #e84747; }

.icon-dashboard:before {
  content: "";
  color: #bbb; }

.icon-wallet:before {
  content: "";
  color: #616ee5; }

.icon-refresh:before {
  content: "";
  color: #616ee5; }

.icon-like:before {
  content: "";
  color: #bbb; }

.icon-dislike:before {
  content: "";
  color: #bbb; }

.icon-card:before {
  content: "";
  color: #616ee5; }

.icon-receipt-text:before {
  content: "";
  color: #616ee5; }

.icon-edit:before {
  content: "";
  color: #616ee5; }

.icon-info-circle:before {
  content: "";
  color: #616ee5; }

.icon-calendar:before {
  content: "";
  color: #616ee5; }

.icon-truck-fast:before {
  content: "";
  color: #616ee5; }

.icon-location:before {
  content: "";
  color: #616ee5; }

.icon-shop:before {
  content: "";
  color: #e84747; }

.icon-house:before {
  content: "";
  color: #039a00; }

.icon-share:before {
  content: "";
  color: #bbb; }

.icon-heart:before {
  content: "";
  color: #bbb; }

.icon-telegram:before {
  content: "";
  color: #bbb; }

.icon-facebook:before {
  content: "";
  color: #bbb; }

.icon-linkdin:before {
  content: "";
  color: #bbb; }

.icon-subtract:before {
  content: "";
  color: #bbb; }

.icon-instagram:before {
  content: "";
  color: #bbb; }

.icon-twitter:before {
  content: "";
  color: #bbb; }

.icon-star:before {
  content: "";
  color: #ffa902; }

.icon-arrow-left:before {
  content: "";
  color: #fff; }

.icon-arrow-circle-left:before {
  content: "";
  color: #fff; }

.icon-arrow-circle-right:before {
  content: "";
  color: #fff; }

.icon-bag:before {
  content: "";
  color: #666; }

.icon-arrow-down:before {
  content: "";
  color: #666; }

.icon-user:before {
  content: "";
  color: #666; }

.icon-search:before {
  content: "";
  color: #bbb; }

.row {
  display: flex;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.flex-container, .flex-column-container {
  display: flex; }

.flex-column-container {
  flex-direction: column; }

.flex-item {
  flex-grow: 1; }

.box {
  background-color: #FFF;
  position: relative; }

.box-content {
  position: relative;
  border-radius: 16px; }

.hidden-input {
  display: none; }

.link {
  text-decoration: none;
  border: 0;
  outline: 0;
  color: #616ee5; }

.font-sm {
  font-size: 12px !important;
  font-weight: 400; }

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

.text-bluesky {
  color: #198CFF; }

.text-blue {
  color: #616EE5; }

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

.text-title {
  font-weight: 700;
  font-size: 28px; }

.text-nowrap {
  white-space: nowrap !important; }

.pointer {
  cursor: pointer; }

.w-100 {
  width: 100% !important; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #4a5f73; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: .5px solid #ccc;
  padding: 0;
  margin: 0 auto; }

ul {
  list-style: none; }

h1 {
  font-size: 36px;
  font-size: 2.571rem;
  line-height: 1.222; }

h1, h2 {
  font-family: 'IranSansWeb', sans-serif; }

h2 {
  font-size: 32px;
  font-size: 2.286rem;
  line-height: 1.375; }

h3 {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 1.1; }

h3, h4 {
  font-family: 'IranSansWeb', sans-serif;
  font-weight: 400;
  color: #555; }

h4 {
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 1.222; }

h5 {
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  font-weight: 400;
  color: #5d5959; }

h5, h6 {
  font-family: 'IranSansWeb', sans-serif; }

h6 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
  color: #515151;
  background: #ffffff;
  position: relative;
  padding-top: 130px; }
  @media (max-width: 1023px) {
    body {
      padding-top: 105px; } }

img, svg {
  user-select: none; }

.container {
  max-width: 1676px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.page {
  padding-top: 15px; }
  .page__row {
    display: flex;
    flex-wrap: wrap; }
    .page__row--main-page {
      margin-top: 20px; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.ui-hidden {
  display: none !important; }

.ui-link {
  color: #1ca2bd;
  font-size: 12px;
  line-height: 2;
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .ui-link:after {
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 12px;
    position: absolute;
    border-bottom: 1px dashed #1ca2bd; }

.ui-input {
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 22px; }
  .ui-input--quick-search .ui-input__field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: #555;
    background: #f8f8f8;
    border: 1px solid transparent;
    -webkit-transition: .15s ease-in;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px; }
    .ui-input--quick-search .ui-input__field::-webkit-input-placeholder {
      color: #363636; }
    .ui-input--quick-search .ui-input__field:-moz-placeholder {
      color: #363636; }
    .ui-input--quick-search .ui-input__field::-moz-placeholder {
      color: #363636; }
    .ui-input--quick-search .ui-input__field:-ms-input-placeholder {
      color: #363636; }
    .ui-input--quick-search .ui-input__field::-ms-input-placeholder {
      color: #363636; }
    @media (min-width: 85.375em) {
      .ui-input--quick-search .ui-input__field {
        padding-top: 7px;
        padding-bottom: 8px;
        padding-right: 38px; } }
    .ui-input--quick-search .ui-input__field:focus {
      border-color: #00bfd6;
      background: none; }
  .ui-input--quick-search:before {
    content: "\e083";
    position: absolute;
    right: 7px;
    top: 12px;
    font-size: 16px; }
    @media (min-width: 85.375em) {
      .ui-input--quick-search:before {
        right: 12px;
        top: 10px;
        font-size: 19px; } }

.ui-textarea {
  width: 100%;
  position: relative;
  display: flex; }

.ui-input__field--right-placeholder {
  direction: ltr;
  text-align: left; }
  .ui-input__field--right-placeholder::-webkit-input-placeholder {
    text-align: right; }
  .ui-input__field--right-placeholder:-moz-placeholder {
    text-align: right; }
  .ui-input__field--right-placeholder::-moz-placeholder {
    text-align: right; }
  .ui-input__field--right-placeholder:-ms-input-placeholder {
    text-align: right; }
  .ui-input__field--right-placeholder::-ms-input-placeholder {
    text-align: right; }

.ui-input__field::-webkit-input-placeholder, .ui-textarea__field::-webkit-input-placeholder {
  color: #c6c6c6; }

.ui-input__field:-moz-placeholder, .ui-textarea__field:-moz-placeholder {
  color: #c6c6c6; }

.ui-input__field::-moz-placeholder, .ui-textarea__field::-moz-placeholder {
  color: #c6c6c6; }

.ui-input__field:-ms-input-placeholder, .ui-textarea__field:-ms-input-placeholder {
  color: #c6c6c6; }

.ui-input__field::-ms-input-placeholder, .ui-textarea__field::-ms-input-placeholder {
  color: #c6c6c6; }

.ui-input__field + .error, .ui-textarea__field + .error,
.select2-hidden-accessible + .error, input[type=checkbox] + .error,
input[type=radio] + .error,
.form-account__input + .error {
  background-color: #f1455c;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  white-space: nowrap;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px; }
  @media (max-width: 29.99em) {
    .ui-input__field + .error, .ui-textarea__field + .error,
    .select2-hidden-accessible + .error, input[type=checkbox] + .error,
    input[type=radio] + .error,
    .form-account__input + .error {
      font-size: 12px; } }
  @media (max-width: 20em) {
    .ui-input__field + .error, .ui-textarea__field + .error,
    .select2-hidden-accessible + .error, input[type=checkbox] + .error,
    input[type=radio] + .error,
    .form-account__input + .error {
      font-size: 11px;
      font-size: .786rem;
      padding: 7px; } }
  .ui-input__field + .error:before, .ui-textarea__field + .error:before,
  .select2-hidden-accessible + .error:before, input[type=checkbox] + .error:before,
  input[type=radio] + .error:before,
  .form-account__input + .error:before {
    content: '';
    width: 0;
    height: 0;
    border-color: #f1455c transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    position: absolute;
    top: 100%;
    margin-bottom: 2px;
    left: 30px; }

.ui-input__field.error-rtl + .error, .ui-textarea__field.error-rtl + .error,
.select2-hidden-accessible.error-rtl + .error, input[type=checkbox].error-rtl + .error,
input[type=radio].error-rtl + .error,
.form-account__input.error-rtl + .error {
  right: 0;
  left: auto; }
  .ui-input__field.error-rtl + .error:before, .ui-textarea__field.error-rtl + .error:before,
  .select2-hidden-accessible.error-rtl + .error:before, input[type=checkbox].error-rtl + .error:before,
  input[type=radio].error-rtl + .error:before,
  .form-account__input.error-rtl + .error:before {
    right: 30px;
    left: auto; }

.ui-input__field {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  font-size: 14px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #cecece;
  color: #030a16;
  line-height: 1.5; }

.ui-textarea__field {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  font-size: 14px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #cecece;
  color: #030a16;
  min-height: 55px;
  resize: none;
  line-height: 2; }

select {
  width: 100%;
  background-color: #FFF;
  height: 43px;
  padding: 10px;
  font-size: 14px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #cecece;
  color: #030a16; }

.adplacement-top-banner {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .adplacement-top-banner .adplacement-item {
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    height: 60px;
    line-height: 58px;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: #00a6af;
    text-decoration: none;
    font-weight: 500;
    color: #FFFFFF; }

.site-header {
  animation-duration: .5s;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 250; }
  .site-header > .container {
    position: relative;
    z-index: 150;
    background-color: #FFF; }
  .site-header .header-banner {
    width: 100%;
    height: 56px; }
    .site-header .header-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.excl-mainheader-box {
  background-color: #fff;
  position: relative;
  z-index: 999; }

.main-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  padding: 12px 0;
  justify-content: space-between; }
  .main-header__right-side {
    flex-grow: 1; }
  .main-header__action {
    flex: 0 0 350px;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .main-header__right-side, .main-header__action {
    display: flex;
    align-items: center; }
  .main-header__btn-user-container {
    position: relative; }
  .main-header__btn-container {
    padding: 0 10px;
    position: relative; }
    .main-header__btn-container:last-child {
      padding-left: 0; }
      .main-header__btn-container:last-child:before {
        content: "";
        display: block;
        height: 24px;
        background: #e0e0e2;
        position: absolute;
        right: 0;
        width: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .main-header__btn-login {
    display: flex;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #e0e0e2;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    color: #616161; }
    .main-header__btn-login:before {
      font-family: "sibank";
      content: '\e926';
      margin-left: 8px;
      font-size: 23px;
      font-size: 1.714rem;
      line-height: 24px; }
    .main-header__btn-login span {
      width: 107px;
      line-height: 39px;
      padding-right: 1px;
      vertical-align: middle;
      display: block;
      text-align: right; }
  .main-header__btn-user-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .main-header__btn-profile {
    font-family: "sibank";
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 8px;
    color: #424750;
    border-radius: 5px; }
    .main-header__btn-profile:before {
      content: '\e926';
      font-size: 24px;
      margin-left: 12px; }
    .main-header__btn-profile:after {
      content: '\e925';
      font-size: 8px; }
    .main-header__btn-profile.is-show {
      background: rgba(239, 57, 78, 0.05); }
    .main-header__btn-profile.is-show + div {
      display: block; }
  .main-header__profile-dropdown {
    padding: 10px;
    padding-top: 0;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 5px;
    width: 284px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden; }
    .main-header__profile-dropdown-container .header-profile {
      display: flex;
      align-items: center;
      padding: 15px 5px;
      border-bottom: 1px solid #e7e7e7; }
      .main-header__profile-dropdown-container .header-profile img {
        width: 40px;
        height: 40px;
        border-radius: 50px; }
      .main-header__profile-dropdown-container .header-profile a,
      .main-header__profile-dropdown-container .header-profile span {
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #333; }
    .main-header__profile-dropdown-full-link {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2; }
    .main-header__profile-dropdown-user {
      display: flex;
      align-items: center;
      padding: 0 12px;
      position: relative;
      z-index: 1; }
      .main-header__profile-dropdown-user-name {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.571;
        font-weight: 700; }
      .main-header__profile-dropdown-user-profile-link {
        font-family: "sibank";
        display: flex;
        align-items: center;
        color: #19bfd3;
        font-size: 10px;
        font-size: .714rem;
        line-height: 2.2; }
        .main-header__profile-dropdown-user-profile-link:after {
          content: "\e926";
          font-size: 14px;
          font-size: 1rem;
          line-height: 1.222;
          margin-right: 12px; }
    .main-header__profile-dropdown-actions ul {
      padding: 10px 0; }
      .main-header__profile-dropdown-actions ul li a {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        transition: .3s; }
        .main-header__profile-dropdown-actions ul li a span {
          font-size: 16px;
          font-weight: 600;
          color: #333; }
        .main-header__profile-dropdown-actions ul li a i {
          margin-left: 10px; }
          .main-header__profile-dropdown-actions ul li a i::before {
            font-size: 24px;
            color: #333; }
        .main-header__profile-dropdown-actions ul li a:hover span {
          color: #616ee5;
          transition: .3s; }
        .main-header__profile-dropdown-actions ul li a:hover i::before {
          color: #616ee5; }
        .main-header__profile-dropdown-actions ul li a.logout i::before {
          color: #ef394e; }
        .main-header__profile-dropdown-actions ul li a.logout:hover span {
          color: #ef394e; }
        .main-header__profile-dropdown-actions ul li a.logout:hover i::before {
          color: #ef394e; }
    .main-header__profile-dropdown-action-container {
      position: relative; }
      .main-header__profile-dropdown-action-container:after {
        content: "";
        width: calc(100% - 32px);
        height: 1px;
        background: #f0f0f1;
        position: absolute;
        left: 16px;
        bottom: 0; }
      .main-header__profile-dropdown-action-container:hover {
        background: #f0f0f1; }
        .main-header__profile-dropdown-action-container:hover:before {
          content: "";
          display: block;
          position: absolute;
          top: -1px;
          height: 1px;
          background: #f0f0f1;
          width: 100%; }
  .main-header__search {
    width: 454px;
    height: 100%;
    position: relative; }

.header-logo {
  max-height: 100%;
  display: flex;
  align-items: center;
  margin-left: 65px;
  margin-right: 30px;
  flex: 0 0 110px; }
  .header-logo__link {
    display: inline-block;
    text-align: right;
    color: #212121; }
    .header-logo__link img {
      max-width: 120px;
      height: 57px;
      display: block; }
  .header-logo p {
    font-size: 18px;
    font-weight: 900;
    color: #616EE5;
    white-space: nowrap;
    margin-right: 10px; }

.main-search {
  display: flex;
  position: relative;
  height: 100%; }
  .main-search .cat-part {
    width: 140px;
    background-color: #fff;
    color: #616EE5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px 16px 16px 0px;
    border: 1px solid #BBB;
    border-left: none;
    cursor: pointer; }
    .main-search .cat-part.active {
      width: 129px;
      background-color: #616ee5;
      color: #fff; }
    .main-search .cat-part .cat-part-inner {
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main-search .cat-part .cat-part-inner i {
        margin-right: 10px;
        rotate: -90deg; }
    @media (max-width: 360px) {
      .main-search .cat-part {
        font-size: 12px; } }
    @media (max-width: 768px) {
      .main-search .cat-part {
        border: 1px solid #d2d2d2;
        border-left: none; } }
    @media (max-width: 576px) {
      .main-search .cat-part {
        border-radius: 0px 8px 8px 0px; } }
    .main-search .cat-part p {
      margin-right: 5px;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap; }
      @media (max-width: 576px) {
        .main-search .cat-part p {
          font-size: 12px;
          font-weight: 700; } }
  .main-search input {
    width: 100%;
    height: 48px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    position: relative;
    border-radius: 16px 0 0 16px;
    border: 1px solid var(--Light-Gray, #BBB);
    background: #FFF;
    border-right: none;
    padding: 14px 10px 14px 10px;
    z-index: 201; }
    .main-search input::placeholder {
      font-size: 16px;
      color: #BBB;
      font-weight: 500; }
      @media (max-width: 583px) {
        .main-search input::placeholder {
          font-size: 12px;
          font-weight: 400; } }
    .main-search input::placeholder {
      color: #BBB;
      opacity: 1;
      /* Firefox */ }
    .main-search input ::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #BBB; }
    .main-search input.is-focused {
      border-radius: 5px 5px 0 0;
      background-color: #FFF; }
    @media (max-width: 1023px) {
      .main-search input {
        padding: 14px; } }
    @media (max-width: 576px) {
      .main-search input {
        border-radius: 8px 0 0 8px; } }
  .main-search .input-search-btn {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 202; }
    .main-search .input-search-btn img {
      width: 18px;
      height: 18px; }
  .main-search__btn {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ef394e;
    border: none;
    border-radius: 5px 0 0 5px;
    color: #FFF;
    font-size: 22px;
    font-size: 1.571rem;
    text-align: center;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
  .main-search__result {
    position: absolute;
    background: #fff;
    right: 0;
    z-index: 200;
    overflow: hidden;
    display: none;
    top: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 54px 0 10px; }
    .main-search__result:before {
      content: "";
      position: absolute;
      top: 44px;
      right: 12px;
      width: calc(100% - 24px);
      height: 1px;
      background-color: #d8d8d8; }
    .main-search__result.is-active {
      display: block;
      border-top: 1px solid #e6e6e6; }
    .main-search__result ul {
      display: flex;
      flex-direction: column; }
      .main-search__result ul a {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: right;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 400; }
        .main-search__result ul a:hover {
          background-color: #fafafa; }
  .main-search .label {
    color: #474747; }
  .main-search .name {
    color: #07a1b4;
    line-height: 1.5;
    display: inline-block; }
  .main-search .selected-product {
    background-color: #fafafa; }

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #E7E7E7;
  width: 80%;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: row; }
  .modal-content__category-list {
    padding: 10px 0;
    border-right: 1px solid #616EE5;
    display: flex; }
    .modal-content__category-list:hover {
      border-right: 1px solid #fff; }
    .modal-content__category-list .cat-item :hover {
      border-right: 3px solid #616EE5; }
      .modal-content__category-list .cat-item :hover .hide {
        display: block; }
    .modal-content__category-list a {
      padding: 0 10px; }

.remodal-wrapper {
  z-index: 100000; }

.category-remodal {
  width: 75%;
  padding: 24px;
  box-shadow: 1px 1px 10px #888888;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  position: fixed;
  top: 150px;
  left: 12%; }
  @media (max-width: 74.99em) {
    .category-remodal {
      width: 80%;
      left: 10%; } }
  @media (min-width: 2000px) {
    .category-remodal {
      width: 60%;
      left: 20%; } }
  @media (min-width: 2500px) {
    .category-remodal {
      width: 50%;
      left: 25%; } }
  @media (min-width: 3700px) {
    .category-remodal {
      width: 45%;
      left: 27%; } }

.dropdown-content {
  position: relative;
  flex-direction: row;
  width: 100%;
  background-color: #fefefe;
  z-index: 9;
  white-space: nowrap;
  margin: auto; }
  .dropdown-content .dropdown-right-section {
    width: 100%;
    margin: 0; }
    .dropdown-content .dropdown-right-section .menu {
      overflow: hidden;
      z-index: 2;
      width: 15%;
      height: 550px;
      overflow-y: scroll;
      direction: ltr;
      padding-right: 5px;
      scrollbar-color: #BBBBBB transparent; }
      .dropdown-content .dropdown-right-section .menu::-webkit-scrollbar {
        width: 5px; }
      .dropdown-content .dropdown-right-section .menu::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 10px; }
      .dropdown-content .dropdown-right-section .menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #BBBBBB; }
      .dropdown-content .dropdown-right-section .menu .parent-menu {
        direction: rtl; }
      .dropdown-content .dropdown-right-section .menu .parent-menu-list {
        border-right: 1px solid #616EE5;
        width: 100%;
        cursor: pointer;
        padding: 12px 0; }
        .dropdown-content .dropdown-right-section .menu .parent-menu-list .menu-link {
          width: 100%;
          display: block;
          text-align: right;
          height: 100%;
          padding-right: 10px;
          white-space: break-spaces;
          z-index: 100000;
          font-size: 16px;
          font-weight: 500;
          color: #333; }
        .dropdown-content .dropdown-right-section .menu .parent-menu-list:hover {
          border-right: 3px solid #616EE5;
          margin: 5px 0; }
          .dropdown-content .dropdown-right-section .menu .parent-menu-list:hover .menu-link {
            color: #616EE5;
            font-weight: 700; }
    .dropdown-content .dropdown-right-section .menu-list .menu-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 84%;
      height: 100%;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-around;
      border-radius: 16px;
      border: 1px solid var(--Border-Gray, #E7E7E7);
      overflow-y: scroll;
      direction: ltr;
      display: none;
      scrollbar-color: #BBBBBB transparent; }
      .dropdown-content .dropdown-right-section .menu-list .menu-item::-webkit-scrollbar {
        width: 5px; }
      .dropdown-content .dropdown-right-section .menu-list .menu-item::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 10px; }
      .dropdown-content .dropdown-right-section .menu-list .menu-item::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #BBBBBB; }
      .dropdown-content .dropdown-right-section .menu-list .menu-item > div {
        direction: rtl; }
      .dropdown-content .dropdown-right-section .menu-list .menu-item.active {
        display: flex; }
    .dropdown-content .dropdown-right-section .submenu-list {
      display: flex;
      flex-direction: column; }
    .dropdown-content .dropdown-right-section .submenu {
      width: 100%;
      margin-right: 1px;
      padding: 8px 5px;
      float: right;
      white-space: break-spaces;
      border-bottom: 1px solid #616EE5;
      font-size: 14px;
      color: #333;
      font-weight: 700; }
    .dropdown-content .dropdown-right-section .submenu2-link {
      color: #666;
      font-size: 14px; }

.suggest-box {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid var(--Light-Gray, #BBB);
  padding: 16px 7px 16px 20px; }
  .suggest-box .suggest-box-wrapper {
    height: 270px;
    overflow-y: scroll;
    direction: ltr;
    padding-right: 10px;
    scrollbar-color: #BBBBBB transparent; }
    .suggest-box .suggest-box-wrapper::-webkit-scrollbar {
      width: 5px; }
    .suggest-box .suggest-box-wrapper::-webkit-scrollbar-track {
      background-color: transparent;
      border-radius: 10px; }
    .suggest-box .suggest-box-wrapper::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #BBBBBB; }
    .suggest-box .suggest-box-wrapper ul {
      direction: rtl; }
    @media (max-width: 768px) {
      .suggest-box .suggest-box-wrapper {
        height: 100%; } }
  .suggest-box img {
    width: 18px;
    height: 18px; }
  .suggest-box .suggest-title img {
    width: 20px;
    height: 20px; }
  @media (max-width: 768px) {
    .suggest-box {
      border: none;
      border-radius: 0;
      position: unset; } }
  @media (max-width: 576px) {
    .suggest-box img {
      width: 16px;
      height: 16px; }
    .suggest-box .suggest-title img {
      width: 18px;
      height: 18px; } }

.suggest-list-popular {
  border-top: 1px solid #616ee5;
  padding-top: 16px; }

.mobile-suggest-box {
  margin-right: 8px;
  display: none;
  position: absolute;
  width: 74%;
  height: auto;
  background-color: #fff;
  z-index: 10;
  border-radius: 8px;
  border: 1px solid var(--Light-Gray, #BBB); }

.mobile-suggest-list {
  padding: 10px 5px;
  font-size: 12px;
  line-height: normal; }

.suggest-title {
  margin-bottom: 30px; }
  .suggest-title span {
    color: #080F4D; }

.suggest-name {
  color: #666666;
  cursor: pointer; }

.shopping-cart {
  font-family: "sibank";
  position: relative;
  display: block;
  line-height: 0; }
  .shopping-cart:before {
    content: '\e924';
    font-size: 25px;
    color: #424750; }
  .shopping-cart__container {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 5px;
    position: relative;
    align-items: center;
    justify-content: center; }
    .shopping-cart__container.is-open {
      background: rgba(239, 57, 78, 0.05); }
  .shopping-cart__counter {
    width: 12px;
    height: 12px;
    background: #ef394e;
    border-radius: 25px;
    position: absolute;
    left: -2px;
    top: -13px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .shopping-cart__counter span {
      font-size: 8px;
      line-height: 12px;
      color: #fff;
      font-weight: 700; }

.header-mobile {
  display: none;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: 56px;
  align-items: center; }
  .header-mobile__right-side, .header-mobile__action {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-mobile__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .header-mobile__logo .mob-logo {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .header-mobile__logo .mob-logo img {
        height: 48px; }
        @media (max-width: 1024px) {
          .header-mobile__logo .mob-logo img {
            height: 25px; } }
    .header-mobile__logo a {
      margin-bottom: 3px;
      font-size: 14px;
      color: #616EE5;
      font-weight: 700; }
      @media (max-width: 1024px) {
        .header-mobile__logo a {
          font-size: 8px; } }
  .header-mobile__action {
    display: inline-block;
    margin-right: 12px; }
    .header-mobile__action:before {
      color: #616161; }
    .header-mobile__action--auth {
      font-family: "sibank";
      position: relative; }
      .header-mobile__action--auth:before {
        content: '\e926';
        font-size: 22px; }
    .header-mobile__action--basket {
      font-family: "sibank";
      position: relative; }
      .header-mobile__action--basket:before {
        content: '\e924';
        font-size: 22px; }
      .header-mobile__action--basket:after {
        content: attr(data-title);
        color: #FFF;
        background-color: #ef394e;
        border-radius: 50%;
        position: absolute;
        top: -8px;
        right: 12px;
        font-size: 12px;
        width: 20px;
        height: 18px;
        line-height: 22px;
        text-align: center; }

.hamburger {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23859493' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  display: inline-block;
  width: 25px;
  height: 24px;
  vertical-align: middle; }

@media (max-width: 63.99em) {
  .header-mobile {
    display: flex; }
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .main-search input {
    font-size: 12px; }
  .main-header {
    flex-direction: column-reverse;
    padding: 0 0 14px; }
    .main-header__action {
      display: none; }
    .main-header__right-side {
      width: 100%;
      max-width: 100%; }
      .main-header__right-side .header-logo {
        display: none; } }

@media (max-width: 47.99em) {
  .main-search input {
    background-color: #FFF;
    border-color: #d2d2d2;
    line-height: 1.8; }
    .main-search input.is-focused + a {
      border-radius: 5px 0 0 0; }
  .main-search__btn {
    background-color: #FFF;
    border: 1px solid #d2d2d2;
    border-right: none;
    color: #d2d2d2; }
    .main-search__btn:after {
      content: '';
      width: 1px;
      height: 70%;
      position: absolute;
      right: 0;
      background: #d2d2d2; }
  .main-search__result {
    left: 0;
    box-shadow: none; }
    .main-search__result ul a {
      font-size: 11px;
      font-size: .786rem; }
  .site-header {
    background-color: #f5f5f5; } }

.nav-list {
  display: flex; }

.main-nav-list {
  width: 100%;
  border-bottom: 1px solid #616EE5;
  justify-content: flex-start; }

.main-nav-list__section {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .main-nav-list__section .category-list {
    padding: 12px;
    padding-bottom: 20px;
    position: relative;
    margin-left: 38px;
    position: relative;
    transition: 1s; }
    .main-nav-list__section .category-list:hover a {
      color: #616EE5; }
    .main-nav-list__section .category-list:hover::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      bottom: -2.5px;
      left: 0;
      right: 0;
      background-color: white;
      z-index: 20; }
    .main-nav-list__section .category-list:hover::before {
      content: "";
      position: absolute;
      bottom: -2.5px;
      width: calc(100% - 24px);
      height: 4px;
      background-color: #616EE5;
      box-sizing: border-box;
      border-radius: 10px;
      z-index: 21; }

.active-tab {
  position: relative; }
  .active-tab a {
    color: #616EE5; }
  .active-tab::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -2.5px;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 20; }
  .active-tab::before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    width: calc(100% - 24px);
    height: 4px;
    background-color: #616EE5;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 21; }

.item {
  position: absolute;
  top: 43px;
  display: none;
  padding: 20px 5px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
  width: 300px;
  height: 200px; }

.category-list-link {
  padding: 10px 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  color: #080F4D;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500; }

.category-list:hover .item {
  display: block; }

@media (max-width: 1024px) {
  .main-nav {
    display: none; }
  .main-header__search {
    width: 100%; }
  .header-mobile__left {
    margin-left: 10px; } }

@media (max-width: 576px) {
  .main-search input {
    height: 40px; }
  .main-header__right-side {
    height: 40px;
    margin-top: 4px; }
  .main-search .input-search-btn img {
    width: 18px;
    height: 18px; }
  .main-search .input-search-btn {
    top: 11px;
    left: 15px; }
  .main-header {
    padding-bottom: 10px; } }

.footer {
  margin-top: 60px;
  background: #fff;
  position: relative;
  line-height: 22px;
  overflow: hidden; }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: inherit !important; }
  .footer hr {
    outline: none;
    border: none;
    height: 1px;
    width: calc(100% - 15px);
    margin: auto;
    background-color: #cfd8dc; }
  .footer__jumpup {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    color: #4a4a4a;
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
    .footer__jumpup-angle {
      width: 36px;
      height: 36px;
      background-color: rgba(190, 190, 190, 0.41);
      border-radius: 50%;
      margin-left: 5px;
      text-align: center;
      vertical-align: middle;
      line-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      .footer__jumpup-angle:before {
        content: '\e804';
        color: #FFF; }
  .footer__feature-innerbox {
    justify-content: space-around; }
    .footer__feature-innerbox a {
      display: inline-block;
      flex: 0 0 16.3%; }
  .footer__feature-item {
    text-align: center;
    position: relative;
    padding-top: 80px;
    font-size: 13px;
    font-size: .928rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto; }
    .footer__feature-item--1 {
      background: url("/static/img/svg/feature-1.svg") 43% 8px no-repeat;
      background-size: auto 58px; }
    .footer__feature-item--2 {
      background: url("/static/img/svg/feature-2.svg") 50% 4px no-repeat;
      background-size: auto 58px; }
    .footer__feature-item--3 {
      background: url("/static/img/svg/feature-3.svg") 50% 0 no-repeat;
      background-size: auto 58px; }
    .footer__feature-item--4 {
      background: url("/static/img/svg/feature-4.svg") 50% 5px no-repeat;
      background-size: auto 58px; }
    .footer__feature-item--5 {
      background: url("/static/img/svg/feature-5.svg") 50% 6px no-repeat;
      background-size: auto 58px; }
  .footer__feature-innerbox, .footer__middlebar {
    display: inline-flex;
    align-items: center;
    width: 100%; }
  .footer__feature-innerbox, .footer__middlebar, .footer__description, .footer__address {
    max-width: 1450px;
    margin: auto; }
  .footer__middlebar {
    padding: 20px 0 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .footer__middlebar .headline-footer {
      font-size: 16px;
      font-size: 1.143rem;
      line-height: 22px;
      color: #4a5f73;
      margin-bottom: 22px; }
  .footer__links {
    width: calc(100% - 450px);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px; }
    .footer__links--col {
      width: calc(33.3333% - 2px);
      display: inline-block; }
      .footer__links--col:not(:last-of-type) {
        padding-left: 10px; }
    .footer__links-ul {
      color: #4b4b4b;
      font-weight: 300;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.571;
      letter-spacing: -.1px;
      text-decoration: none; }
      .footer__links-ul li {
        margin: 13px 0 0; }
        .footer__links-ul li a {
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%; }
  .footer__form {
    justify-content: space-between;
    min-width: 333px;
    max-width: 100%; }
  .footer__social > span {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    margin-bottom: 21px;
    color: #5d5959;
    font-weight: 400; }
  .footer__social-links {
    display: flex; }
  .footer__social-link {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .5; }
    .footer__social-link:hover {
      opacity: 1; }
    .footer__social-link + .footer__social-link {
      margin-right: 20px; }
    .footer__social-link--telegram:before {
      content: '\E079'; }
    .footer__social-link--instagram:before {
      content: '\E078'; }
    .footer__social-link--twitter:before {
      content: '\E080'; }
    .footer__social-link--aparat:before {
      content: '\e00f'; }
    .footer__social-link:before {
      font-size: 32px;
      color: #424750; }
  .footer__address, .footer__application {
    display: inline-flex;
    align-items: center; }
  .footer__address {
    font-style: normal;
    letter-spacing: -1.1px;
    justify-content: space-between;
    width: 100%;
    padding: 15px 7px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 27px; }
  .footer__contact li {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 36px;
    vertical-align: middle;
    text-align: right; }
    .footer__contact li:nth-last-of-type(2) {
      padding-left: 20px; }
    .footer__contact li > div,
    .footer__contact li a {
      margin-right: 10px; }
  .footer__application {
    text-align: left;
    flex-wrap: wrap;
    width: 470px;
    justify-content: flex-end; }
    .footer__application a:not(:last-of-type) {
      margin-left: 8px; }
  .footer__more-info {
    margin: 0 -10px;
    background-color: #d7dee0;
    padding: 20px 12px; }
  .footer__description {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 7px 25px;
    display: none;
    border-bottom: 1px solid #b0bec5; }
  .footer__info-seo {
    margin-top: 25px;
    flex: 1; }
    .footer__info-seo h1 {
      font-size: 15px;
      font-size: 1.071rem;
      line-height: 1.467;
      margin-bottom: 18px;
      color: #5d5959; }
    .footer__info-seo p {
      font-size: 12px;
      font-size: .857rem;
      line-height: 2.17;
      font-weight: 300;
      letter-spacing: -.3px;
      color: #535353; }
  .footer__safety-partner {
    margin: 10px 0;
    justify-content: flex-end; }
    .footer__safety-partner,
    .footer__safety-partner li {
      align-items: center; }
    .footer__safety-partner li {
      margin-left: 8px;
      margin-top: 8px;
      width: 150px;
      height: 140px;
      border-radius: 5px;
      background-color: #f0f0f0;
      border: 1px solid #e5e5ea;
      display: flex;
      justify-content: center; }
  .footer__safety-partner, .footer__description {
    display: inline-flex; }
  .footer__copy-right {
    color: #757575;
    padding-left: 12px;
    padding-right: 12px; }
    .footer__copy-right--text {
      padding: 20px 0;
      text-align: center;
      font-size: 12px; }
    .footer__copy-right--text,
    .footer__copy-right a {
      color: #4a4a4a; }
  .footer__newsletter {
    flex: 0 0 40%; }
  .footer .form-newsletter {
    margin: 0 0 35px; }
    .footer .form-newsletter__headline {
      color: #5d5959;
      letter-spacing: .3px;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.571;
      margin-bottom: 21px; }
    .footer .form-newsletter__field {
      display: flex;
      position: relative; }
    .footer .form-newsletter__input {
      border-radius: 5px;
      background: #fff;
      border: 1px solid #c8c8c8;
      color: #717171;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.571;
      padding: 11px 12px;
      width: 100%;
      letter-spacing: -.8px;
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .footer .form-newsletter__input::placeholder {
        color: #c6c6c6; }
      .footer .form-newsletter__input + .error {
        color: #ef394e;
        font-size: 12px;
        position: absolute;
        top: 100%;
        right: 0; }
    .footer .form-newsletter__button {
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.571;
      background-color: #00bfd6;
      border-radius: 5px 0 0 5px;
      text-align: center;
      width: 87px;
      border: none;
      padding: 11px 24px;
      color: #FFF;
      font-weight: 700;
      letter-spacing: .3px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .footer .form-newsletter__button:before {
        width: 200%;
        height: 200%;
        position: absolute;
        right: -50%;
        top: -50%;
        background: rgba(255, 255, 255, 0.21);
        content: "";
        opacity: 0;
        transition: all .3s ease-in-out; }
      .footer .form-newsletter__button:hover:before {
        opacity: 1; }

@media (min-width: 85.375em) {
  .footer {
    padding: 90px 41px 0; }
    .footer__more-info {
      padding: 0 41px;
      margin: 0 -41px; }
    .footer__links--col {
      width: calc(25% - 2px); }
    .footer__contact li:nth-last-of-type(2) {
      padding-right: 20px; } }

@media (max-width: 74.99em) {
  .footer__links {
    width: calc(100% - 320px); } }

@media (max-width: 63.99em) {
  .footer__address {
    flex-direction: column; }
  .footer__contact, .footer__application {
    width: 100%; }
  .footer__application {
    text-align: right;
    justify-content: flex-start; }
    .footer__application img {
      width: 130px; }
  .footer__links {
    width: 100%;
    margin-bottom: 20px; }
  .footer__middlebar {
    align-items: flex-start;
    flex-direction: column; }
  .footer__description {
    flex-direction: column; } }

@media (max-width: 47.99em) {
  .footer__form {
    width: 100%; }
  .footer__copy-right {
    display: flex;
    flex-direction: column; }
  .footer__col section {
    flex: 100%;
    max-width: 100%; }
  .footer__feature-item {
    background-size: auto 42px;
    padding-top: 56px;
    font-size: 11px;
    font-size: .786rem; }
  .footer__safety-partner {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .footer__safety-partner li {
      width: 100px;
      height: 90px; } }

@media (max-width: 29.99em) {
  .footer__links--col {
    width: calc(50% - 2px); } }

.page-footer {
  padding-top: 50px;
  border-top: 1px solid #E7E7E7;
  margin-top: 100px; }
  @media (max-width: 992px) {
    .page-footer {
      border-top: none;
      padding-top: 0; } }

.mobile-top-box {
  border-top: 2px solid #E7E7E7;
  border-bottom: 2px solid #E7E7E7;
  height: 120px;
  margin-bottom: 60px;
  display: none; }
  @media (max-width: 992px) {
    .mobile-top-box {
      display: block; } }
  .mobile-top-box img {
    margin: 10px 0;
    width: 83px;
    height: 95px; }
    @media (max-width: 360px) {
      .mobile-top-box img {
        width: 63px; } }

.text-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px; }
  @media (max-width: 360px) {
    .text-container {
      font-size: 12px; } }

.support-desc {
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  padding: 0 5px; }

.support-phone {
  color: #666;
  font-weight: 700; }

@media (min-width: 1000px) {
  .title-container {
    padding-left: 50px !important; } }

.title {
  font-size: 16px;
  color: #616ee5;
  font-weight: 700; }

.desc {
  font-size: 14px;
  color: #000;
  text-align: justify;
  line-height: 32px; }

.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 1000px) {
    .left {
      padding: 20px 20px !important; } }

.footer-cat {
  width: 100%; }
  @media (max-width: 100px) {
    .footer-cat {
      flex-direction: column; } }
  .footer-cat .content a {
    font-size: 16px;
    color: #333;
    white-space: nowrap; }
  @media (max-width: 992px) {
    .footer-cat .content {
      padding: 20px;
      border-bottom: 1px solid #e7e7e7; } }
  .footer-cat li {
    display: flex;
    align-items: center;
    margin: 10px 0; }
    .footer-cat li img, .footer-cat li i {
      margin-left: 5px;
      width: 18px;
      height: 18px; }

.text-box {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin-top: 30px; }
  @media (max-width: 992px) {
    .text-box {
      display: none; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.btn-primary, .btn-add-to-cart, .btn-view-stores,
.btn-add-comment, .btn-default,
.btn-add-address, .btn-checkout-accept,
.btn-share {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 22px; }

.btn-add-to-cart {
  background-color: #00bfd6;
  border: 1px solid #00a5e0;
  padding: 17px 85px 17px 50px;
  color: #FFF;
  font-size: 18px;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 47.99em) {
    .btn-add-to-cart {
      padding: 15px 77px 15px 25px;
      font-size: 16px; } }
  .btn-add-to-cart:before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -25px;
    top: -20px;
    background: rgba(255, 255, 255, 0.21);
    content: "";
    border-radius: 50%;
    transition: all .3s ease-in-out; }
  .btn-add-to-cart:hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px; }
  .btn-add-to-cart__text {
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
    .btn-add-to-cart__text:before {
      content: '\e030';
      font-size: 26px;
      color: #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 23px;
      z-index: 1; }

.btn-add-comment {
  color: #FFF;
  padding: 16px 105px 16px 45px;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.375;
  border-radius: 8px;
  background-color: #7a7a7a;
  border: 1px solid #7a7a7a;
  text-align: right;
  letter-spacing: -.7px; }
  .btn-add-comment:before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -25px;
    top: -20px;
    background: rgba(255, 255, 255, 0.21);
    content: "";
    border-radius: 50%;
    transition: all .3s ease-in-out; }
  .btn-add-comment:hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset; }
  .btn-add-comment__text {
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
    .btn-add-comment__text:before {
      content: '\E033';
      font-size: 21px;
      font-size: 1.5rem;
      color: #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 22px;
      z-index: 1; }

.btn-default {
  background-color: #00bfd6;
  border: 1px solid #00bfd6;
  padding: 10px 70px 10px 35px;
  color: #FFF;
  font-size: 16px;
  overflow: hidden;
  border-radius: 8px; }
  .btn-default:before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -35px;
    top: -25px;
    background: rgba(255, 255, 255, 0.21);
    content: "";
    border-radius: 50%;
    transition: all .3s ease-in-out; }
  .btn-default:hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset; }
  .btn-default__text {
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
    .btn-default__text:before {
      content: '\F00C';
      font-size: 21px;
      font-size: 1.5rem;
      color: #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 18px;
      z-index: 1; }

.btn-checkout-accept {
  width: 100%;
  color: #FFF;
  background-color: #00bfd6;
  border-radius: 16px;
  position: relative;
  display: inline-flex;
  padding: 12px 75px 12px 45px;
  font-size: 14px;
  overflow: hidden; }
  .btn-checkout-accept:before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -25px;
    top: -23px;
    background: rgba(255, 255, 255, 0.21);
    content: "";
    border-radius: 50%;
    transition: all .3s ease-in-out; }
  .btn-checkout-accept:hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px; }
  .btn-checkout-accept__text {
    position: relative;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
    .btn-checkout-accept__text:before {
      content: '\f00c';
      font-family: icdigibab;
      display: block;
      font-size: 21px;
      font-size: 1.5rem;
      color: #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -50px;
      z-index: 1; }

.btn-share {
  width: 40px;
  height: 40px;
  color: #FFF;
  border-radius: 7px;
  position: relative; }
  .btn-share:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .btn-share--fb {
    background-color: #3b5998; }
    .btn-share--fb:before {
      content: '\E04C';
      font-size: 18px; }
  .btn-share--tw {
    background-color: #00ACEE; }
    .btn-share--tw:before {
      content: '\E0E5';
      font-size: 20px; }

.btn-primary {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
  border-radius: 8px;
  background-color: #00bfd6;
  border: 1px solid #148693;
  padding: 11px 31px;
  color: #fff; }
  .btn-primary--filter {
    padding-right: 45px;
    max-width: 100%;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px; }
    .btn-primary--filter:before {
      content: "\e070";
      font-size: 18px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px; }

.disabled {
  opacity: .5;
  cursor: default !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

.btn-with-arrow-left {
  cursor: pointer;
  width: 90%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 20px;
  border: none;
  border-radius: 16px;
  background-color: #616ee5; }
  .btn-with-arrow-left span, .btn-with-arrow-left i {
    font-size: 20px;
    color: #fff;
    font-weight: bold; }
  .btn-with-arrow-left span {
    margin: 0 auto; }

.adplacement {
  width: 100%;
  display: inline-flex;
  justify-content: space-between; }
  .adplacement__container-row {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 0; }
  .adplacement__item {
    margin-top: 20px;
    display: block;
    flex-grow: 1; }
    .adplacement__item:not(:last-of-type) {
      margin-left: 20px; }
    .adplacement__item img {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      cursor: pointer; }
  .adplacement__container {
    position: relative;
    width: 100%;
    float: left;
    height: 100%; }

.adplacement-top-banner {
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 15px 40px;
  background-color: #FFF;
  background-image: url("../img/top-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .adplacement-top-banner__text {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 30px; }
    .adplacement-top-banner__text span {
      display: block;
      line-height: 1.5; }
    .adplacement-top-banner__text a.bold {
      background-color: #ff465e;
      color: #FFF;
      padding: 1px 9px;
      border-radius: 3px;
      display: inline-block;
      margin-right: 4px;
      box-shadow: 0 10px 30px rgba(255, 70, 94, 0.3);
      font-weight: 400;
      line-height: 1.5; }

@media (max-width: 47.99em) {
  .adplacement-top-banner {
    padding: 10px 40px; }
  .adplacement__item {
    margin-top: 10px;
    flex: 0 0; }
    .adplacement__item:not(:last-of-type) {
      margin-left: 10px; } }

.switcher {
  display: inline-flex; }
  .switcher input[type=checkbox]:checked + .switcher__slider span {
    right: 21px; }
  .switcher input[type=checkbox]:checked + .switcher__slider {
    background-color: #00bfd6;
    border-color: #148693; }
  .switcher__slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    -webkit-transition: .15s ease-in;
    transition: .15s ease-in; }
  .switcher__slider-toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px; }
  .switcher input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden; }

.row-rating {
  position: relative;
  display: inline-flex; }
  .row-rating:before {
    content: '\00a0\e809\00a0\e809\00a0\e809\00a0\e809\00a0\e809';
    color: #cbd4d8;
    font-family: icdigibab;
    font-size: 14px; }
  .row-rating .rate {
    overflow: hidden;
    position: absolute;
    left: 0;
    display: inline-flex; }
  .row-rating .star:before {
    content: '\00a0\e808';
    font-size: 14px;
    color: #FFB517;
    font-family: icdigibab; }

.checkbox {
  width: 19px;
  height: 18px;
  display: inline-block;
  position: relative; }
  .checkbox:hover {
    cursor: pointer; }
  .checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute; }
  input[type=checkbox]:checked + .checkbox__check {
    background: #00bfd6;
    border: 1px solid #1fa4b3; }
    input[type=checkbox]:checked + .checkbox__check:before {
      content: '\e038';
      position: absolute;
      left: 2px;
      top: 2px;
      color: #fff;
      font-size: .8em; }
  .checkbox__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8; }

.rslider.noUi-target {
  border: none;
  background: #e7e7e7;
  -webkit-box-shadow: none;
  box-shadow: none; }

.rslider.noUi-horizontal {
  height: 5px; }
  .rslider.noUi-horizontal .noUi-base {
    position: absolute;
    top: 0; }
  .rslider.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    left: -9px;
    top: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #616ee5; }
    .rslider.noUi-horizontal .noUi-handle:after {
      display: none; }
    .rslider.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
      content: "\e80a";
      left: 16px;
      top: 4px;
      font-size: 11px;
      font-weight: 700;
      color: #616ee5;
      width: 0; }
    .rslider.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
      content: "\e805";
      left: 16px;
      top: 4px;
      font-size: 11px;
      font-weight: 700;
      color: #616ee5;
      width: 0; }

.rslider .noUi-handle {
  outline: none;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.39);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.39);
  border-radius: 50%;
  border: none; }

.rslider .noUi-connect {
  background-color: #616ee5;
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.notice {
  position: fixed;
  top: 129px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 800px;
  max-width: 98%;
  list-style: none;
  -webkit-box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, 0.3);
  box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, 0.3);
  z-index: 100012;
  letter-spacing: -.3px;
  text-align: right;
  direction: rtl;
  padding: 20px 48px 23px 36px;
  -webkit-animation: notice-animation .3s ease-in-out;
  animation: notice-animation .3s ease-in-out;
  display: none; }
  .notice[data-status=warning] {
    background-color: #fffde4;
    border: 1px solid #f6e8a1; }
    .notice[data-status=warning] .notice__progress-bar {
      background-color: #f5edb0; }
    .notice[data-status=warning] p, .notice[data-status=warning] .notice__dismiss-button:before {
      color: #887b18; }
  .notice[data-status=success] {
    background-color: #eeffdf;
    border: 1px solid #b7ecb8; }
    .notice[data-status=success] .notice__progress-bar {
      background-color: #b7ecb8; }
    .notice[data-status=success] p, .notice[data-status=success] .notice__dismiss-button:before {
      color: #518541; }
  .notice[data-status=error] {
    background-color: #fff9fa;
    border: 1px solid #ffc1c5; }
    .notice[data-status=error] .notice__progress-bar {
      background-color: #ffc1c5; }
    .notice[data-status=error] p, .notice[data-status=error] .notice__dismiss-button:before {
      color: #ef5662; }
  .notice p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px; }
  .notice__dismiss-button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .notice__dismiss-button:before {
      content: '\f00d';
      font-size: 12px; }
  .notice__progress-bar {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    -webkit-animation: notice-progress-animation 3s ease-in-out;
    animation: notice-progress-animation 3s ease-in-out; }

@-webkit-keyframes notice-progress-animation {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes notice-progress-animation {
  0% {
    width: 0; }
  to {
    width: 100%; } }

.message-light {
  font-size: 14px;
  font-size: 1rem;
  padding: 15px 20px;
  position: relative;
  border-radius: 5px;
  line-height: 22px;
  margin-bottom: 15px; }
  .message-light.is-hidden {
    display: none; }

.message-light--success {
  background-color: #eeffdf;
  border: 1px solid #b7ecb8;
  color: #518541; }

.message-light--info {
  background-color: #fffde4;
  border: 1px solid #f6e8a1;
  color: #a37731; }

.message-light--error {
  background-color: #fff9fa;
  border: 1px solid #ffc1c5;
  color: #ef5662; }

.message-light--description {
  background-color: #f0fcff;
  border: 1px solid #b0e2f5;
  color: #139e9c; }

.breadcrumb {
  padding: 35px 0; }
  .breadcrumb ul {
    display: flex; }
    .breadcrumb ul li {
      display: flex;
      align-items: center; }
      .breadcrumb ul li a {
        color: #198CFF;
        font-size: 12px;
        font-weight: 400; }
      .breadcrumb ul li i {
        margin: 0 5px; }
        .breadcrumb ul li i::before {
          color: #bbbbbb !important;
          font-size: 16px; }
      .breadcrumb ul li:last-child a {
        color: #bbbbbb; }
      .breadcrumb ul li:last-child i {
        display: none; }
  @media (max-width: 576px) {
    .breadcrumb {
      padding: 25px 0; } }

.spec-breadcrumb ul {
  display: flex; }
  .spec-breadcrumb ul li {
    display: flex;
    align-items: center; }
    .spec-breadcrumb ul li a {
      color: #198CFF;
      font-size: 14px;
      font-weight: 400; }
    .spec-breadcrumb ul li span {
      color: #bbbbbb;
      margin: 0 15px; }
    .spec-breadcrumb ul li:last-child span {
      display: none; }

.pager {
  display: flex;
  justify-content: center;
  padding: 10px 0; }

.pagination {
  color: #FFF;
  font-size: 18px;
  margin: 0 auto; }
  .pagination li {
    display: inline-block; }
    .pagination li.is-active a {
      background-color: #00bfd6;
      border: 1px solid #00bfd6;
      color: #fff; }
  .pagination__item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px; }
  .pagination__item, .pagination__next, .pagination__previous {
    display: block;
    text-align: center;
    color: #616161;
    cursor: pointer;
    width: 33px;
    height: 33px;
    line-height: 35px; }

.main-nav {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 99;
  transition: transform .3s; }
  .main-nav__row {
    display: flex;
    flex-wrap: nowrap; }
  .main-nav[class*="-pinned"] {
    transform: inherit; }
  .main-nav[class*="-unpinned"] {
    transform: translate(0, -110%); }

.main-nav-list {
  display: flex;
  list-style: none;
  position: relative;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }

.nav-categories {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%; }
  @media (max-width: 63.99em) {
    .nav-categories {
      display: none; } }
  .nav-categories__a-hover {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: all .3s ease-in-out;
    width: 0;
    z-index: 3;
    transform: scaleX(0); }
    .nav-categories__a-hover > div {
      width: 100%;
      height: 100%; }
      .nav-categories__a-hover > div:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 4;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #ef5661; }
  .nav-categories__item-main {
    margin-left: 20px;
    white-space: nowrap; }
    .nav-categories__item-main--category {
      display: flex;
      align-items: center;
      font-weight: 700;
      padding: 4px 8px 11px;
      color: #616161;
      cursor: default; }
      .nav-categories__item-main--category:before {
        content: '\e086';
        font-size: 18px;
        margin-left: 4px;
        color: #424750; }
      .nav-categories__item-main--category:after {
        content: "";
        height: 20px;
        bottom: 1px;
        position: relative;
        width: 1px;
        background: #f0f0f1;
        left: -28px; }
  .nav-categories__item {
    line-height: 30px;
    font-size: 12px;
    font-size: .857rem; }
    .nav-categories__item.is-hover > .nav-categories__link:after {
      visibility: visible;
      transform: translate(-50%, 0); }
    .nav-categories__item.is-hover > .nav-categories__sublist {
      visibility: visible; }
    .nav-categories__item:hover {
      z-index: 3; }
  .nav-categories__link {
    text-decoration: none;
    color: #616161;
    padding: 4px 12px 11px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 166px;
    display: block; }
  .nav-categories__sublist {
    position: absolute;
    top: 100%;
    display: none;
    right: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    max-width: 1280px;
    padding: 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    transition-delay: 200ms; }
    .nav-categories__sublist--menu {
      right: 140px;
      width: 830px; }
  .nav-categories__inner-categories {
    background-color: #f7f7f7;
    align-self: stretch;
    padding: 8px 8px 8px 0;
    width: 20%;
    flex-shrink: 0; }
  .nav-categories__inner-category {
    padding: 14px 8px;
    color: #616161;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700; }
    .nav-categories__inner-category--hovered {
      color: #ef394e;
      background: #FFF;
      border-radius: 0 5px 5px 0; }
  .nav-categories__options-top-bar a {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #424750;
    display: inline-flex;
    align-items: center; }
    .nav-categories__options-top-bar a:after {
      content: '\e801';
      margin-right: 10px;
      vertical-align: middle; }
  .nav-categories__options-container {
    height: 100%;
    width: 100%;
    padding: 12px; }
  .nav-categories__options-list {
    display: none; }
    .nav-categories__options-list.is-active {
      display: block !important; }
    .nav-categories__options-list ul {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 418px; }
  .nav-categories__sublist-option {
    direction: rtl;
    text-align: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 16.66%;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    height: 30px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }
    .nav-categories__sublist-option a {
      white-space: nowrap;
      display: block;
      position: relative;
      color: #4a5f73; }
      .nav-categories__sublist-option a:hover {
        color: #ef394e; }
      .nav-categories__sublist-option a:hover:after {
        color: #ef394e;
        line-height: 30px; }
    .nav-categories__sublist-option--title a {
      position: relative;
      font-weight: 500; }
      .nav-categories__sublist-option--title a:after {
        content: '\e801';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -10px; }
    .nav-categories__sublist-option--item a {
      font-weight: 300; }
    .nav-categories__sublist-option--level-4 {
      padding-right: 20px; }
      .nav-categories__sublist-option--level-4 a {
        font-weight: 300; }
        .nav-categories__sublist-option--level-4 a:before {
          content: '';
          display: block;
          background-color: #878a87;
          height: 3px;
          width: 3px;
          border-radius: 50%;
          position: absolute;
          right: -8px;
          top: 50%;
          transform: translateY(-50%); }

.nav-categories__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 249;
  top: 0;
  bottom: 0;
  background: rgba(74, 74, 74, 0.43);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none; }
  .nav-categories__overlay.is-active {
    pointer-events: all;
    opacity: 1; }

/**
 * Navigation style on Table and Mobile [ From: 1024px ]
 */
.store-name {
  font-size: 16px;
  font-weight: 700;
  color: #616EE5;
  margin: 15px;
  text-align: center; }

.hamburger-menu {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 256px;
  display: block;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.13);
  transition: transform .3s ease;
  background-color: #fff;
  right: 0;
  transform: translate3d(100%, 0, 0); }
  .hamburger-menu.is-open {
    transform: translateZ(0); }
  .hamburger-menu__content {
    width: 100%; }
  .hamburger-menu__logo {
    border-bottom: 1px solid #e5e5ea;
    margin: 0 25px 0 29px;
    text-align: center; }
    .hamburger-menu__logo a {
      display: block;
      height: 78px;
      padding: 10px 0; }
    .hamburger-menu__logo img {
      max-width: 100%;
      max-height: 100%; }
  .hamburger-menu__list {
    padding-top: 10px;
    padding-bottom: 80px; }
  .hamburger-menu__item {
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #757575; }
  .hamburger-menu .search-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .hamburger-menu .search-box input {
      border: 1px solid #BBB;
      width: 184px;
      border-radius: 8px;
      height: 32px; }
      .hamburger-menu .search-box input::placeholder {
        color: #BBB;
        font-size: 12px; }
    .hamburger-menu .search-box .search-icon {
      position: absolute;
      left: 70px; }
  .hamburger-menu .category-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .hamburger-menu .category-menu {
    padding: 0 15px; }
    .hamburger-menu .category-menu a {
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      display: flex;
      align-items: center;
      color: #080F4D;
      padding: 10px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #E7E7E7; }
  .hamburger-menu .cat-list {
    padding: 5px 0; }
  .hamburger-menu .cat-title {
    font-size: 12px;
    font-weight: 500;
    color: #080F4D;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer; }
  .hamburger-menu .subcat-container {
    display: none;
    padding: 0; }
  .hamburger-menu .sub-is-open {
    color: #080F4D;
    font-size: 12px;
    font-weight: 400; }
  .hamburger-menu .subMenu-is-open {
    color: #616EE5;
    font-size: 12px;
    font-weight: 700; }
  .hamburger-menu .subcat-container-open {
    display: block; }
  .hamburger-menu__category {
    width: 90%;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #080F4D;
    padding: 12px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7; }
    .hamburger-menu__category:before {
      right: 23px; }
  .hamburger-menu .item-arrow {
    width: 16px;
    transition: .5s;
    margin-left: -5px; }
  .hamburger-menu .cat-arrow {
    width: 16px;
    transition: .5s; }
  .hamburger-menu .is-active {
    transform: rotate(180deg); }
  .hamburger-menu__subcategory {
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #080F4D;
    padding: 15px 25px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7; }
    .hamburger-menu__subcategory:before {
      right: 37px; }
  .hamburger-menu__sublist {
    width: 100%;
    display: none;
    background-color: #fff; }
  .hamburger-menu__fourthlist {
    display: block;
    overflow-y: auto;
    height: 350px; }
  .hamburger-menu__fourthlist, .hamburger-menu__thirdlist {
    background-color: #EFEFEF;
    display: none; }
    .hamburger-menu__fourthlist-item, .hamburger-menu__thirdlist-item {
      text-decoration: none;
      font-size: 12px;
      display: flex;
      align-items: center;
      color: #080F4D;
      padding: 15px 50px 15px 15px;
      position: relative; }
      .hamburger-menu__fourthlist-item.is-sub:before, .hamburger-menu__thirdlist-item.is-sub:before {
        right: 50px; }
  .hamburger-menu .js-hamburger-menu__item.is-open + ul {
    display: block; }
  .hamburger-menu .js-hamburger-sub-menu__item.is-open + ul {
    display: block; }
  .hamburger-menu .js-hamburger-menu__item.is-open:before {
    content: '\f147' !important; }
  .hamburger-menu .js-hamburger-menu__item:before {
    content: '\f196';
    font-size: 12px;
    color: #757575;
    font-family: icdigibab;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.hamburger-menu__overlay {
  background: rgba(102, 102, 102, 0.25);
  opacity: 0;
  pointer-events: none;
  z-index: 260;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hamburger-menu__overlay.is-active {
  pointer-events: all !important;
  opacity: 1; }

@media (min-width: 85.375em) {
  .nav-categories__options-container {
    overflow: hidden;
    padding-left: 10px; } }

.remodal {
  max-height: fit-content;
  overflow: auto; }
  .remodal__headline {
    height: 54px;
    border-bottom: 2px solid #f4f4f4;
    line-height: 54px;
    text-align: right;
    font-size: 16px;
    color: #656565;
    padding-right: 20px; }
  .remodal__close {
    width: 30px;
    height: 30px;
    top: 12px;
    left: 12px; }
    .remodal__close:before {
      width: 30px;
      font-size: 30px;
      line-height: 27px;
      border: 1px solid #f4f4f4;
      border-radius: 50%; }

.remodal-loader {
  max-width: 330px;
  height: 165px;
  padding: 38px 0 34px;
  text-align: center;
  overflow: hidden !important;
  line-height: 22px; }
  .remodal-loader__loading {
    width: 100%; }
  .remodal-loader__logo img {
    height: 55px;
    width: 55px; }

.remodal-information {
  max-width: 380px;
  text-align: right;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25); }
  .remodal-information__main {
    width: 100%;
    padding: 25px; }
  .remodal-information__content {
    margin-bottom: 30px; }
  .remodal-information__actions {
    width: 100%;
    text-align: left; }
  .remodal-information__text {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
    color: #737373;
    line-height: 32px; }
  .remodal-information__button {
    background-color: #63d0df;
    color: #FFF;
    border: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    min-width: 120px;
    cursor: pointer; }

.remodal-checkout--action-address {
  min-width: 500px; }

.remodal-share {
  max-width: 650px; }
  .remodal-share__main {
    display: flex;
    padding: 20px; }
  .remodal-share__aside {
    flex: 0 0 40%;
    max-width: 40%; }
  .remodal-share__content {
    flex: 0 0 60%;
    max-width: 100%;
    flex-grow: 1;
    text-align: right; }
  .remodal-share__title {
    color: #616161;
    font-size: 14px;
    font-size: 1rem;
    line-height: 2.5; }
  .remodal-share__social-networks {
    margin-bottom: 20px; }

.remodal-share__aside--icon:before {
  content: '\E0C1';
  font-size: 196px;
  color: #e6e6e6; }

.remodal-alert {
  max-width: 590px;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  text-align: right; }
  .remodal-alert__main {
    width: 100%;
    padding: 25px;
    text-align: right; }
  .remodal-alert__content {
    width: 100%;
    margin-bottom: 35px; }
    .remodal-alert__content p {
      font-size: 18px;
      font-size: 1.286rem;
      color: #737373; }
  .remodal-alert__actions {
    width: 100%;
    text-align: left; }
  .remodal-alert__btn {
    color: #FFF;
    padding: 10px;
    min-width: 120px;
    font-size: 14px;
    font-size: 1rem;
    border: none;
    border-radius: 3px;
    cursor: pointer; }
    .remodal-alert__btn--approve {
      background-color: #4FB555;
      margin-left: 10px; }
    .remodal-alert__btn--cancel {
      background-color: #979ba7; }

.remodal-addToCart {
  max-width: 590px;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  text-align: right; }
  .remodal-addToCart__main {
    width: 100%;
    padding: 25px;
    text-align: right; }
  .remodal-addToCart__content p {
    font-size: 14px;
    color: #616161;
    line-height: 1.5; }
  .remodal-addToCart h6 {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.5;
    color: #28a745;
    margin-bottom: 10px; }
    .remodal-addToCart h6:before {
      content: '\e0ef';
      color: #28a745;
      vertical-align: middle;
      margin-left: 5px;
      font-size: 17px;
      font-size: 1.214rem; }
  .remodal-addToCart__actions {
    margin-top: 15px;
    text-align: left; }
  .remodal-addToCart__btn-goToCart, .remodal-addToCart__btn-close {
    padding: 9px 13px;
    color: #FFF;
    border: none;
    font-size: 14px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer; }
  .remodal-addToCart__btn-goToCart {
    background-color: #4FB555;
    margin-left: 2px; }
  .remodal-addToCart__btn-close {
    background-color: #757575;
    margin-right: 2px; }

.remodal-select-place {
  max-width: 450px; }
  .remodal-select-place__main {
    width: 100%;
    padding: 25px; }
  .remodal-select-place__content {
    text-align: right;
    width: 100%; }
  .remodal-select-place__actions {
    width: 100%;
    text-align: right; }

.remodal-verify {
  max-width: 500px; }
  .remodal-verify__main {
    width: 100%;
    padding: 60px 50px;
    text-align: right; }
  .remodal-verify__text {
    text-align: right;
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    padding: 20px 0 10px; }
  .remodal-verify__action {
    margin-bottom: 10px; }
  .remodal-verify .message-light--error {
    margin-top: 20px; }

.fixed-input-verify {
  position: relative;
  padding: 10px 0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  display: flex;
  justify-content: center; }
  .fixed-input-verify input {
    width: 350px;
    height: 50px;
    font-size: 32px;
    font-size: 2.286rem;
    line-height: 1.1;
    letter-spacing: 1px;
    direction: ltr;
    border: none;
    color: #777;
    text-align: center; }
    .fixed-input-verify input::-webkit-input-placeholder {
      color: #c6c6c6; }
    .fixed-input-verify input:-moz-placeholder {
      color: #c6c6c6; }
    .fixed-input-verify input::-moz-placeholder {
      color: #c6c6c6; }
    .fixed-input-verify input:-ms-input-placeholder {
      color: #c6c6c6; }
    .fixed-input-verify input::-ms-input-placeholder {
      color: #c6c6c6; }

.timer-verify {
  color: #212121;
  font-size: 12px;
  line-height: 2; }

.remodal-forget-pass {
  max-width: 500px; }
  .remodal-forget-pass__main {
    width: 100%;
    padding: 20px; }
  .remodal-forget-pass .message-light--info, .remodal-forget-pass .message-light--error {
    margin-bottom: 20px; }
  .remodal-forget-pass__action {
    padding-top: 20px;
    text-align: right; }

.user-comments__headline {
  display: flex;
  margin-top: 60px; }
  .user-comments__headline span {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    padding: 14px 19px;
    position: relative;
    color: #656565; }
    .user-comments__headline span:before {
      content: "";
      position: absolute;
      right: 0;
      width: 0;
      height: 0;
      margin-top: 7px;
      border-color: transparent transparent transparent #ef394e;
      border-width: 7px 0 0 7px;
      border-style: solid; }

.user-comments__list {
  padding-top: 25px; }
  .user-comments__list li > .depth-2 {
    margin-bottom: 20px; }

.comment {
  border-radius: 3px;
  padding: 10px 15px 5px 15px;
  border-top: 1px solid #e6e6e6; }
  .comment.depth-1 {
    width: 100%;
    background-color: #FFF; }
  .comment.depth-2 {
    background-color: #f8f8f8;
    width: calc(100% - 35px);
    margin-right: 35px; }
  .comment__head {
    position: relative;
    display: flex;
    justify-content: space-between; }
  .comment__head-name {
    font-size: 15px;
    font-size: 1.071rem;
    color: #00b38f;
    line-height: 1.5; }
  .comment__body p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    color: #505050;
    padding-top: 20px;
    padding-bottom: 10px; }
  .comment__foot {
    text-align: left; }
  .comment__foot-time {
    color: #999;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    padding-right: 20px;
    position: relative; }
    .comment__foot-time:after {
      content: '\e03a';
      font-size: 16px;
      position: absolute;
      right: 0;
      bottom: 1px; }

.form-comment {
  padding-bottom: 15px; }
  .form-comment__col--title {
    max-width: 40%;
    margin-bottom: 20px; }
  .form-comment__col--text {
    width: 60%;
    margin-left: 20px;
    display: flex;
    flex-direction: column; }
  .form-comment .ui-textarea__field {
    min-height: 120px; }
  .form-comment__field {
    margin-bottom: 28px; }
  .form-comment__row {
    display: flex;
    align-items: flex-end; }
  .form-comment__rate {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    margin-left: auto; }
    .form-comment__rate input[type=radio] + .error {
      margin-bottom: 12px; }
    .form-comment__rate input[type=radio]:checked + .form-comment__rate--star:before {
      content: '\E808';
      color: #FFBB00; }
    .form-comment__rate input[type=radio]:checked ~ .form-comment__rate--star:before {
      content: '\E808';
      color: #FFBB00; }
    .form-comment__rate--star {
      margin-right: 1px;
      cursor: pointer; }
      .form-comment__rate--star:before {
        content: '\E809';
        font-size: 16px;
        font-size: 1.143rem;
        color: #656565;
        transition: color 100ms; }
      .form-comment__rate--star:hover:before {
        content: '\E808';
        color: #FFBB00; }
      .form-comment__rate--star:hover ~ .form-comment__rate--star:before {
        content: '\E808';
        color: #FFBB00; }

@media (max-width: 47.99em) {
  .form-comment__row {
    flex-direction: column;
    align-items: flex-start; }
  .form-comment__col {
    width: 100%;
    margin-bottom: 15px; }
  .comment__head-name {
    font-size: 14px;
    font-size: 1rem; }
  .comment__body p {
    font-size: 13px;
    font-size: .928rem; } }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#content {
  display: block;
  position: relative; }

.promo-maintop {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .promo-maintop__right {
    flex: 0 0 16.5%;
    max-width: 16.5%;
    display: flex;
    flex-direction: column; }
  .promo-maintop__left {
    flex: 0 0 100%;
    max-width: 100%; }
  .promo-maintop__static-image-top {
    width: 100%;
    height: 405.7px;
    overflow: hidden;
    border-radius: 5px;
    display: none;
    margin-bottom: 15.5px; }
    .promo-maintop__static-image-top img {
      height: 100%;
      width: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      position: relative; }
    .promo-maintop__static-image-top .adplacement__item {
      margin-top: 0; }
  .promo-maintop__static-image-bottom {
    display: none;
    margin: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .promo-maintop__static-image-bottom--banner {
      border-radius: 5px;
      display: block;
      height: 384px;
      width: 100%; }
    .promo-maintop__static-image-bottom img {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.main-slider .swiper-container,
.promo-single-progress .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.promo-single-progress {
  background-color: #FFF;
  border-radius: 16px;
  position: relative;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 191, 214, 0.3);
  display: flex;
  flex-direction: column; }
  .promo-single-progress .swiper-container {
    height: calc(100% - 57px); }
  .promo-single-progress__headline {
    height: 57px;
    line-height: 56px;
    font-weight: 500;
    color: #6e6e6e;
    margin: 0 13px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px; }
    .promo-single-progress__headline.is-active:after {
      animation: bar-fill 7s cubic-bezier(0.17, 0.67, 0.71, 0.99) infinite; }
    .promo-single-progress__headline.is-paused:after {
      animation-play-state: paused; }
    .promo-single-progress__headline:before {
      content: "";
      height: 1px;
      background: #f5f5f5;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .promo-single-progress__headline:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: linear-gradient(90deg, #ffd3db, #fb3449); }
  .promo-single-progress .slider-next:before {
    font-family: icdigibab;
    content: '\e805';
    font-size: 18px;
    color: #656565; }
  .promo-single-progress .slider-previous:before {
    content: '\e80a';
    font-family: icdigibab;
    font-size: 18px;
    color: #656565; }

.special-products {
  flex: 0 0 25%;
  max-width: 25%; }
  .special-products > .promo-single-progress {
    height: 100%; }

.promo-single-product {
  padding: 5px;
  position: relative;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  .promo-single-product__desc {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 200px); }
  .promo-single-product__title {
    display: block;
    font-weight: 500;
    height: 50px;
    color: #4f4f4f;
    padding: 0 10px;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px; }
  .promo-single-product__not-available {
    font-size: 14px;
    font-size: 1rem;
    color: #616161;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    height: 40px; }
  .promo-single-product__price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 40px;
    font-weight: 500;
    margin-top: 15px; }
    .promo-single-product__price--real {
      line-height: 1.375;
      color: #000;
      font-size: 16px;
      font-size: 1.143rem;
      font-weight: 700; }
    .promo-single-product__price del {
      color: #ababab;
      font-size: 13px;
      line-height: 1.692; }
  .promo-single-product__img {
    width: 180px;
    height: 180px;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .promo-single-product__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      margin: 0 auto; }

.main-slider {
  height: 129px;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  display: block; }
  @media (min-width: 36em) {
    .main-slider {
      height: 182px; } }
  @media (min-width: 48em) {
    .main-slider {
      height: 239px; } }
  @media (min-width: 85.375em) {
    .main-slider {
      height: 329px; } }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    width: 61px;
    line-height: 26px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none; }
    .main-slider .swiper-button-next:before,
    .main-slider .swiper-button-prev:before {
      font-size: 26px;
      color: #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-shadow: 0 2px 4px #616161;
      transition: all .3s ease-in-out; }
  .main-slider .swiper-button-next {
    left: 0; }
    .main-slider .swiper-button-next:before {
      content: '\e80a';
      left: 20px; }
    .main-slider .swiper-button-next:hover:before {
      left: 17px; }
  .main-slider .swiper-button-prev {
    right: 0; }
    .main-slider .swiper-button-prev:before {
      content: '\e805';
      right: 20px; }
    .main-slider .swiper-button-prev:hover:before {
      right: 17px; }
  .main-slider .swiper-pagination {
    position: absolute;
    bottom: 34px !important;
    left: 50% !important;
    z-index: 3;
    height: 15px;
    width: unset !important;
    display: inline-flex;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin: 0 6px !important;
    position: relative; }
    .main-slider .swiper-pagination-bullet:hover {
      width: 11px;
      height: 11px;
      margin: 0 5.5px !important; }
    .main-slider .swiper-pagination-bullet:hover:before {
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px; }
    .main-slider .swiper-pagination-bullet:before {
      content: "";
      background-color: transparent;
      position: absolute;
      top: -6px;
      right: -6px;
      left: -6px;
      bottom: -6px;
      cursor: pointer; }
  .main-slider .swiper-pagination-bullet-active {
    background-color: #00bfd6;
    opacity: 1; }
  .main-slider__item {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px; }
    .main-slider__item a {
      display: block;
      height: 350px;
      border-radius: 16px; }
    .main-slider__item img {
      width: 100%;
      height: 100%;
      border-radius: 16px; }

.discount-slider {
  border-radius: 5px;
  width: 100%;
  height: 410px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.07);
  line-height: 22px;
  background-color: #fff;
  display: flex;
  margin-top: 15.5px; }
  .discount-slider hr {
    height: 0;
    border-top: 2px solid #f5f5f5;
    margin: 15px 0; }
  .discount-slider__main {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .discount-slider__aside {
    position: relative;
    background-color: rgba(240, 246, 250, 0.9); }
    .discount-slider__aside-ul {
      list-style: none;
      padding: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      position: relative;
      z-index: 1; }
    .discount-slider__aside-a:hover {
      background-color: #ebebeb; }
  .discount-slider__product-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    z-index: 14; }
  .discount-slider__content {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-direction: column; }
    .discount-slider__content-container {
      display: none;
      animation-duration: .4s; }
      .discount-slider__content-container.is-active {
        display: block; }
    .discount-slider__content-product {
      position: relative;
      display: flex;
      align-items: center;
      height: 353px;
      padding: 35px 20px 20px 30px; }
      .discount-slider__content-product > .row {
        height: 100%;
        width: 100%; }
      .discount-slider__content-product > .no-wrapper {
        flex-wrap: nowrap; }
  .discount-slider__col {
    flex: 0 0 43%;
    max-width: 43%;
    position: relative; }
    .discount-slider__col:nth-child(2) {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .discount-slider__row {
    width: 100%; }
  .discount-slider__top-bar {
    position: absolute;
    left: 50%;
    top: -36px;
    width: 223px;
    height: 46px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4; }
    .discount-slider__top-bar:before {
      content: "\e095";
      font-size: 20px;
      font-size: 1.429rem;
      text-align: center;
      color: #FFF;
      width: 223px;
      line-height: 44px;
      height: 46px;
      display: block;
      background: #ef5661;
      border-radius: 0 0 24px 24px; }
  .discount-slider__img {
    position: relative;
    max-height: 100%;
    height: 344px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .discount-slider__img img {
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      margin-top: 20px; }
  .discount-slider__price {
    display: inline-flex; }
    .discount-slider__price del {
      font-size: 16px;
      font-size: 1.143rem;
      line-height: 23px;
      position: relative;
      color: #727272;
      vertical-align: middle; }
    .discount-slider__price--primary {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .discount-slider__price--real {
      font-size: 22px;
      font-size: 1.571rem;
      line-height: 27px;
      letter-spacing: 1.2px;
      color: #ef5661;
      vertical-align: middle;
      font-weight: 700;
      margin-top: 8px; }
  .discount-slider__not-available {
    max-width: 350px;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    padding: 15px 10px;
    border: 2px solid rgba(145, 145, 145, 0.3);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(145, 145, 145, 0.1);
    color: #919191;
    display: inline-block; }
  .discount-slider__title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.89;
    font-weight: 700;
    text-align: right;
    max-width: 100%;
    margin: 20px 0 10px; }
  .discount-slider__params {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-size: .928rem; }
    .discount-slider__params li {
      margin: 5px 0;
      padding-right: 17px;
      position: relative;
      line-height: 20px;
      text-align: right; }
      .discount-slider__params li:before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #bebebe; }
  .discount-slider__timer--counter {
    font-size: 26px;
    font-size: 1.857rem;
    font-weight: 900;
    display: flex; }
    .discount-slider__timer--counter span {
      display: inline-block;
      text-align: center;
      width: 35px; }
  .discount-slider__timer p {
    margin-top: 15px;
    font-weight: 600;
    font-size: 12px;
    font-size: .857rem; }

.swiper {
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 srgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: block;
  margin-top: 20px;
  padding: 9px 33px 11px 0; }
  .swiper .box-swiper {
    position: relative; }
    .swiper .box-swiper .swiper-button-next {
      margin-left: -10px; }
    .swiper .box-swiper .swiper-button-prev {
      margin-right: -43px; }
  .swiper .swiper-container {
    position: unset;
    padding-top: 3px; }
  .swiper .headline {
    min-height: 48px;
    background-color: #FFF;
    font-size: 14px;
    font-size: 1rem;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 6px 33px;
    position: relative;
    padding-left: 5px; }
    .swiper .headline:after {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #dfdfdf;
      height: 1px;
      content: "";
      z-index: 0; }
    .swiper .headline__title {
      padding: 8px 0;
      min-height: 49px;
      font-size: 18px;
      font-size: 1.286rem;
      line-height: 31px;
      white-space: nowrap;
      display: flex;
      position: relative;
      color: #515151; }
      .swiper .headline__title:before {
        content: "";
        position: absolute;
        right: 0;
        left: -40px;
        bottom: 0;
        background-color: #ef5661;
        height: 1px;
        z-index: 1; }
      .swiper .headline__title:after {
        content: "";
        position: absolute;
        left: -45px;
        width: 15px;
        height: 1px;
        background-color: #fff;
        bottom: 0;
        z-index: 1; }
    @media (max-width: 29.99em) {
      .swiper .headline .headline__more {
        display: none; } }
    .swiper .headline__more {
      display: block;
      min-height: 48px;
      position: absolute;
      padding: 10px;
      line-height: 28px;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      text-decoration: none;
      color: #adadad; }
      .swiper .headline__more:after {
        display: block;
        content: '';
        position: absolute;
        height: 1px;
        bottom: 5px;
        left: 0;
        width: 100%;
        background-color: #dfdfdf; }
  .swiper--latest-container {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 20px; }
  .swiper--latest-products {
    border-top: 2px solid #39ae00;
    margin: 0; }
    .swiper--latest-products .headline__title:before {
      background: #39ae00 !important; }

.swiper-products .swiper-wrapper {
  height: unset !important; }

.swiper-products .swiper-button-next,
.swiper-products .swiper-button-prev {
  width: 49px;
  height: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  background-image: unset; }
  .swiper-products .swiper-button-next:before,
  .swiper-products .swiper-button-prev:before {
    font-size: 28px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.swiper-products .swiper-button-next {
  color: #a8a8a8;
  -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 5px 5px 0; }
  .swiper-products .swiper-button-next:before {
    content: '\e80a';
    margin-right: 4px; }

.swiper-products .swiper-button-prev {
  color: #a8a8a8;
  -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px 0 0 5px; }
  .swiper-products .swiper-button-prev:before {
    content: '\e805';
    margin-left: 4px; }

.i-product-box {
  padding: 5px 15px 15px;
  margin: 0 5px;
  border-radius: 16px;
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .i-product-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    z-index: 11; }
  .i-product-box__title {
    width: 100%;
    max-width: 90%;
    height: 43px;
    line-height: 20px;
    text-align: right;
    overflow: hidden;
    color: #535353;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0; }
  .i-product-box__not-available {
    font-size: 14px;
    font-size: 1rem;
    color: #616161;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px; }
  .i-product-box__price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 40px;
    font-weight: 500;
    margin-top: 15px; }
    .i-product-box__price--real {
      line-height: 1.375;
      color: #000;
      font-size: 16px;
      font-size: 1.143rem;
      font-weight: 700; }
    .i-product-box__price del {
      color: #ababab;
      font-size: 13px;
      line-height: 1.692; }
  .i-product-box__img {
    width: 180px;
    height: 180px;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .i-product-box__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      margin: 0 auto; }

@keyframes bar-fill {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@media (max-width: 19.99em) {
  .main-slider {
    height: 150px; }
    .main-slider__item a {
      height: 150px; } }

@media (max-width: 29.99em) {
  .promo-single-progress .product-box__img,
  .swiper-products .product-box__img {
    width: auto;
    height: 124px; }
  .promo-single-progress__headline {
    height: 50px;
    line-height: 51px;
    color: #ef394e; } }

@media (max-width: 47.99em) {
  .promo-maintop__right {
    flex-direction: column-reverse;
    height: auto; }
  .discount-slider {
    display: none; }
  .swiper {
    padding: 0; }
    .swiper .headline {
      padding-right: 10px;
      min-height: 40px; }
      .swiper .headline__title {
        font-size: 14px;
        font-size: 1rem;
        min-height: 41px; }
    .swiper .swiper-button-prev {
      margin-right: -11px !important; }
  .i-product-box:hover {
    box-shadow: unset;
    transform: unset; }
  .i-product-box__img {
    width: 140px;
    height: 140px; }
  .main-slider .swiper-pagination {
    bottom: 6px !important; }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    display: none; }
  .page__row .swiper--latest-container {
    padding-left: 0;
    margin-bottom: 20px; }
  .page__row .special-products {
    height: calc(100% - 173px); }
  .page__row .swiper--latest-container,
  .page__row .special-products {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 63.99em) {
  .promo-maintop {
    flex-direction: column; }
  .main-slider {
    margin-right: 0; } }

@media (max-width: 85.3125em) {
  .discount-slider__aside {
    position: relative;
    background-color: #f1f7fb;
    height: 60px; }
    .discount-slider__aside * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .discount-slider__aside-container {
      position: relative;
      overflow: hidden;
      z-index: 1;
      background-color: #f1f7fb;
      height: 100%; }
    .discount-slider__aside-li {
      padding: 10px;
      flex-shrink: 0;
      width: auto;
      white-space: nowrap;
      letter-spacing: -.5px;
      font-size: 13px;
      font-size: .928rem;
      line-height: 1.692; }
    .discount-slider__aside-a {
      padding: 10px 25px;
      display: block;
      height: 100%;
      border-radius: 5px;
      color: #4a5f73; }
      .discount-slider__aside-a.is-active {
        background-color: #ef5662;
        color: #fff;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
      .discount-slider__aside-a:before {
        opacity: 1; }
      .discount-slider__aside-a span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 200px; }
    .discount-slider__aside-li, .discount-slider__aside-ul {
      position: relative;
      height: 100%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .discount-slider__aside-ul {
      width: 100%;
      z-index: 1;
      display: flex;
      box-sizing: content-box; }
    .discount-slider__aside-btn-next, .discount-slider__aside-btn-prev {
      position: absolute;
      width: 43px;
      height: 100%;
      top: 0;
      text-align: center;
      cursor: pointer;
      background-color: transparent;
      z-index: 5; }
      .discount-slider__aside-btn-next:before, .discount-slider__aside-btn-prev:before {
        color: #515151;
        font-size: 20px;
        font-size: 1.429rem;
        vertical-align: top;
        margin-top: 20px;
        display: inline-block;
        position: absolute;
        left: 13px;
        z-index: 2; }
      .discount-slider__aside-btn-next:after, .discount-slider__aside-btn-prev:after {
        content: "";
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        width: 100px;
        height: 100px;
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block; }
    .discount-slider__aside-btn-next {
      left: 0; }
      .discount-slider__aside-btn-next:before {
        content: '\e80a'; }
    .discount-slider__aside-btn-prev {
      right: 0; }
      .discount-slider__aside-btn-prev:before {
        content: '\e805'; }
      .discount-slider__aside-btn-prev:after {
        right: -57px; } }

@media (min-width: 85.375em) {
  .promo-maintop__left {
    flex: 0 0 82.5%;
    max-width: 82.5%;
    flex-grow: 1;
    padding-right: 15px; }
  .promo-maintop__right {
    min-height: 1px;
    flex: 0 0 17.5%;
    max-width: 17.5%; }
  .promo-maintop__static-image-bottom, .promo-maintop__static-image-top {
    display: flex; }
  .discount-slider {
    height: 461px; }
    .discount-slider__main {
      flex-direction: row; }
    .discount-slider__aside {
      flex: 0 0 295px;
      max-width: 295px;
      letter-spacing: -.5px;
      color: #464646;
      border-right: 1px solid #ececec;
      z-index: 3;
      padding: 11px 0 47px; }
      .discount-slider__aside-a {
        padding: 0 18px 0 10px;
        position: relative;
        color: #464646; }
        .discount-slider__aside-a:before {
          position: absolute;
          right: -9px;
          width: 6px;
          background-color: #ef5661;
          border-radius: 3px;
          top: 0;
          content: "";
          opacity: 0; }
        .discount-slider__aside-a.is-active {
          color: #fff;
          background-color: #ef5661;
          position: relative;
          width: 100%; }
          .discount-slider__aside-a.is-active:before {
            opacity: 1; }
        .discount-slider__aside-a span {
          display: block;
          position: relative;
          white-space: nowrap;
          font-size: 13px;
          font-size: .928rem;
          line-height: 1.692;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 90%; }
      .discount-slider__aside-a, .discount-slider__aside-a:before {
        max-width: 100%;
        height: 100%;
        transition: all .3s ease-in;
        transition-delay: .1s; }
      .discount-slider__aside-li, .discount-slider__aside-a {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        width: 100%; }
      .discount-slider__aside-li {
        height: 40px; }
      .discount-slider__aside-button {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 47px;
        line-height: 27px;
        padding: 10px 40px 11px 30px;
        background-color: #00bfd6;
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.03);
        border-radius: 0 0 0 3px;
        color: #fff;
        text-align: center;
        justify-content: center;
        font-size: 14px;
        font-size: 1rem;
        overflow: hidden; }
        .discount-slider__aside-button:hover:before {
          width: 900px;
          height: 900px;
          right: 0;
          top: -450px;
          transform: unset; }
        .discount-slider__aside-button:before {
          content: "";
          height: 90px;
          width: 90px;
          right: -55px;
          position: absolute;
          top: -20px;
          background-color: #fff;
          opacity: .21;
          border-radius: 100%;
          transition: all .3s ease-in-out; }
        .discount-slider__aside-button:after {
          content: "\E019";
          position: absolute;
          right: 6px;
          top: 50%;
          transform: translateY(-50%) rotateY(180deg);
          color: #fff;
          font-size: 20px;
          font-size: 1.429rem;
          line-height: 1.1;
          font-weight: 700; }
      .discount-slider__aside-btn-next, .discount-slider__aside-btn-prev {
        display: none; }
    .discount-slider__col {
      flex: 0 0 50%;
      max-width: 50%; }
    .discount-slider__content-product {
      height: 463px;
      padding: 70px 45px 40px 72px; }
    .discount-slider__img img {
      margin-top: unset; }
    .discount-slider__top-bar {
      width: 264px;
      top: -74px;
      height: 60px;
      order: 0;
      border-bottom: none; }
      .discount-slider__top-bar:before {
        width: 264px; }
  .special-products {
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  .swiper--latest-container {
    flex: 0 0 83.333%;
    max-width: 83.333%; } }

@media (min-width: 105em) {
  .promo-maintop__right, .promo-maintop__left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    -webkit-box-flex: 0; }
  .promo-maintop__left {
    flex: 0 0 83.5%;
    max-width: 83.5%; }
  .promo-maintop__right {
    flex: 0 0 16.5%;
    max-width: 16.5%; }
  .discount-slider__aside {
    flex: 0 0 250px;
    max-width: 250px; } }

.home-slider {
  width: 100%; }
  .home-slider__box {
    position: relative;
    margin-top: 40px; }
  .home-slider__item {
    width: 100%;
    height: 580px;
    box-sizing: border-box;
    transition: 1s; }
    .home-slider__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px; }
  .home-slider__options .slider-opt-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .home-slider__options .slider-opt-dots ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px; }
      .home-slider__options .slider-opt-dots ul li {
        margin: 0 2.5px; }
        .home-slider__options .slider-opt-dots ul li span {
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          transition: .5s;
          background-color: #878685; }
        .home-slider__options .slider-opt-dots ul li.dot-active span {
          width: 18px;
          transition: .5s;
          background-color: #e9e9e9; }
  .home-slider__options .slider-next-prev {
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: flex; }
    .home-slider__options .slider-next-prev .slider-btn {
      width: 40px;
      height: 40px;
      background-color: white;
      border-radius: 50px;
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 0 5px 5px rgba(131, 131, 131, 0.199); }

.prolist-one__box {
  margin-top: 65px;
  background: url(/static/img/adplacement/offerbackground.png);
  object-fit: cover;
  background-size: cover; }
  .prolist-one__box .prolistbox-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px; }
    .prolist-one__box .prolistbox-title h2 {
      font-size: 24px;
      color: white;
      font-weight: 700;
      padding: 12px 0; }
      @media (max-width: 576px) {
        .prolist-one__box .prolistbox-title h2 {
          padding: 7px 0; } }
  .prolist-one__box .prolistbox-box {
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    width: max-content;
    display: flex;
    justify-content: space-between;
    gap: 0 15px; }
    .prolist-one__box .prolistbox-box .prolistbox-item {
      width: 300px;
      height: 380px;
      background-color: white;
      border-radius: 16px;
      padding: 20px 25px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 0 15px; }
      .prolist-one__box .prolistbox-box .prolistbox-item .item-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .prolist-one__box .prolistbox-box .prolistbox-item .item-img .item-img-box {
          max-width: 237px;
          height: 192px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .prolist-one__box .prolistbox-box .prolistbox-item .item-img img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-name {
        margin-top: 10px;
        padding-bottom: 10px; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-name span {
          display: block;
          overflow: hidden;
          height: 75px;
          line-height: 24px;
          color: #080f4d;
          font-weight: 500;
          font-size: 16px; }
          @media (max-width: 576px) {
            .prolist-one__box .prolistbox-box .prolistbox-item .cart-name span {
              height: 36px;
              font-weight: 700;
              font-size: 12px;
              line-height: 18px; } }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-top {
        display: flex;
        justify-content: space-between; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-top .main-price span {
          color: #080F4D;
          font-size: 20px;
          font-weight: 700; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-top .main-price .unit {
          font-size: 10px;
          color: #666666;
          font-weight: 600; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-top .price-off span {
          display: inline-block;
          padding: 1px 5px;
          border-radius: 50px;
          font-size: 14px;
          font-weight: 500;
          color: white;
          background-color: #e84747; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-bott {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-bott .old-price del {
          color: #bbbbbb;
          font-size: 14px;
          font-weight: 500; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-bott .off-time span {
          font-size: 12px;
          color: #E84747;
          font-weight: 500; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order {
        display: flex;
        justify-content: space-between; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top {
          display: flex;
          flex-direction: column; }
          .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top .off-time span {
            font-size: 12px;
            color: #E84747;
            font-weight: 500; }
          .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top .price-off {
            margin-bottom: 10px; }
            .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top .price-off span {
              display: inline-block;
              padding: 1px 5px;
              border-radius: 50px;
              font-size: 14px;
              font-weight: 500;
              color: white;
              background-color: #e84747; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott {
          display: flex;
          flex-direction: column; }
          .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .old-price del {
            color: #bbbbbb;
            font-size: 14px;
            font-weight: 500; }
          .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .main-price {
            margin-bottom: 10px; }
            .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .main-price span {
              color: #080F4D;
              font-size: 20px;
              font-weight: 700; }
            .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .main-price .unit {
              font-size: 10px;
              color: #666666;
              font-weight: 600; }

.prolist-two {
  position: relative; }
  .prolist-two .prolistbox-scroll-btn {
    position: absolute;
    left: 50px;
    top: 250px; }
    .prolist-two .prolistbox-scroll-btn button {
      background-color: white;
      width: 48px;
      height: 48px;
      border-radius: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 14px 0px #00000040;
      transition: .3s; }
      .prolist-two .prolistbox-scroll-btn button i::before {
        font-size: 24px;
        color: #666; }
      .prolist-two .prolistbox-scroll-btn button:hover {
        transition: .3s;
        transform: scale(1.1); }
  .prolist-two__box {
    margin-top: 45px; }
    .prolist-two__box .prolistbox-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 40px; }
      .prolist-two__box .prolistbox-title h2 {
        font-size: 24px;
        color: #080F4D;
        font-weight: 700; }
    .prolist-two__box .prolistbox-box {
      padding-bottom: 40px;
      padding-right: 40px;
      padding-left: 40px;
      width: max-content;
      display: flex;
      justify-content: space-between;
      gap: 0 15px; }
      .prolist-two__box .prolistbox-box .prolistbox-item {
        position: relative;
        width: 300px;
        height: 380px;
        background-color: white;
        border-radius: 16px;
        border: 1px solid #e7e7e7;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0 15px; }
        .prolist-two__box .prolistbox-box .prolistbox-item .item-img {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .prolist-two__box .prolistbox-box .prolistbox-item .item-img .item-img-box {
            max-width: 280px;
            height: 192px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .prolist-two__box .prolistbox-box .prolistbox-item .item-img img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 15px 8px 8px; }
          .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-title p {
            font-size: 16px;
            text-align: justify;
            line-height: 24px;
            font-weight: 500;
            color: #080F4D; }
          .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price .main-price {
            margin-top: 10px;
            text-align: left; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price .main-price span {
              color: #080F4D;
              font-size: 20px;
              font-weight: 700; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price .main-price .unit {
              font-size: 10px;
              color: #666666;
              font-weight: 600; }
          .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-top {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-top .price-off span {
              display: inline-block;
              padding: 3px 6px;
              border-radius: 50px;
              font-size: 14px;
              font-weight: 500;
              color: white;
              background-color: #e84747; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-top .off-time span {
              font-size: 14px;
              color: #E84747;
              font-weight: 500; }
          .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-bott {
            display: flex;
            flex-direction: column;
            align-items: end;
            margin-top: 10px; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-bott .main-price span {
              font-size: 18px;
              font-weight: 700;
              color: #080F4D; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-bott .main-price .unit {
              font-size: 10px;
              font-weight: 600;
              color: #707070; }
            .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price-discount .cart-price-bott .old-price {
              color: #bbb;
              font-size: 14px;
              margin-left: 15px;
              margin-top: 5px; }
  .prolist-two.product-details {
    margin-top: 30px; }
    .prolist-two.product-details .prolistbox-title h2 {
      font-size: 20px; }
  @media (max-width: 576px) {
    .prolist-two.special_offers .prolist-two__box {
      margin-top: 5px; } }

.dual-banner.sec-one img {
  filter: brightness(100%); }

.dual-banner__box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }

.dual-banner__item {
  width: 49.2%;
  height: 600px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #cecece; }
  .dual-banner__item img {
    width: 100%;
    height: 102%;
    object-fit: cover;
    filter: brightness(50%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .dual-banner__item img.no-dark {
      filter: brightness(90%); }
  .dual-banner__item .title-side {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .dual-banner__item .title-side.model-1 h1 {
      font-size: 60px;
      color: white; }
    .dual-banner__item .title-side.model-2 {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .dual-banner__item .title-side.model-2 h1 {
        color: white;
        font-size: 120px;
        margin: 0; }
      .dual-banner__item .title-side.model-2 h2 {
        color: white;
        font-size: 40px; }
    .dual-banner__item .title-side.model-3 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-right: 40px; }
      .dual-banner__item .title-side.model-3 h1 {
        color: white;
        font-size: 100px;
        margin: 0; }
      .dual-banner__item .title-side.model-3 h2 {
        color: white;
        font-size: 48px; }
      .dual-banner__item .title-side.model-3 .btn-box {
        margin-top: 50px;
        width: 100%; }
        .dual-banner__item .title-side.model-3 .btn-box .bttn-3 {
          padding: 9px 60px; }
    .dual-banner__item .title-side.model-4 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding-right: 30px;
      padding-top: 30px; }
      .dual-banner__item .title-side.model-4 h1 {
        font-size: 55px;
        color: white;
        margin-top: 0; }
      .dual-banner__item .title-side.model-4 .btn-box {
        margin-top: 30px;
        width: 100%; }
        .dual-banner__item .title-side.model-4 .btn-box .bttn-3 {
          padding: 9px 28px;
          font-size: 20px; }

.brands__box {
  margin-top: 45px; }
  .brands__box .brands-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px; }
    .brands__box .brands-title h2 {
      font-size: 24px;
      color: #080F4D;
      font-weight: 700; }
  .brands__box .brands-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 0 20px; }
    .brands__box .brands-body .brands__item {
      width: 19%;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-left: 2px solid #f5f5f5; }
      .brands__box .brands-body .brands__item img {
        max-width: 130px; }
      .brands__box .brands-body .brands__item:last-child {
        border-left: none; }
  .brands__box .brands-body-cat .brans-body-cat-inner {
    width: max-content;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px; }
    .brands__box .brands-body-cat .brans-body-cat-inner .brands__item {
      margin-left: 80px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brands__box .brands-body-cat .brans-body-cat-inner .brands__item img {
        width: 160px; }

.mobile-home-slider {
  display: none; }
  .mobile-home-slider__box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-home-slider__box .mobile-slider-inner {
      position: relative;
      width: max-content;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mobile-home-slider__box .mobile-slider-inner .mobile-slider-item {
        padding: 0 22px;
        height: 200px;
        width: 82vw;
        transition: .3s;
        cursor: pointer; }
        .mobile-home-slider__box .mobile-slider-inner .mobile-slider-item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 16px;
          user-select: none;
          pointer-events: none; }
        .mobile-home-slider__box .mobile-slider-inner .mobile-slider-item.item-center {
          transform: scale(1.15);
          transition: .5s; }
  .mobile-home-slider .mobile-slider-dots {
    width: 100%;
    position: absolute;
    bottom: 0; }
    .mobile-home-slider .mobile-slider-dots ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mobile-home-slider .mobile-slider-dots ul li {
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50px;
        background-color: #c9c9c9;
        margin: 0 5px; }
        .mobile-home-slider .mobile-slider-dots ul li.active {
          width: 18px;
          background-color: #666; }

.content-body p {
  color: #000;
  text-align: justify;
  line-height: 32px; }

.provicy-title {
  padding-top: 60px;
  font-size: 28px;
  color: #616ee5;
  font-weight: 700; }
  @media (max-width: 576px) {
    .provicy-title {
      font-size: 24px;
      text-align: center; } }

.provicy-first-body {
  font-size: 18px;
  color: #333;
  font-weight: 700; }

@media (max-width: 1400px) {
  .home-slider__item {
    height: 480px; } }

@media (max-width: 1200px) {
  .home-slider__item {
    height: 380px; }
  .dual-banner__item {
    height: 500px; }
  .brands__item img {
    width: 80%; } }

@media (max-width: 1024px) {
  .home-slider__options .slider-next-prev {
    left: 25px;
    bottom: 25px; }
  .home-slider__options .slider-next-prev .slider-btn {
    width: 35px;
    height: 35px;
    margin-right: 15px; } }

@media (max-width: 992px) {
  .home-slider__item {
    height: 300px; }
  .dual-banner__item {
    height: 400px; } }

@media (max-width: 768px) {
  .home-slider__item {
    height: 230px; }
  .dual-banner__item {
    width: 100%;
    margin-bottom: 20px;
    height: 450px; }
  .dual-banner__box {
    flex-direction: column; }
  .prolist-two__box .prolistbox-title,
  .brands__box .brands-title {
    padding: 15px 15px; }
    .prolist-two__box .prolistbox-title .bttn-2,
    .brands__box .brands-title .bttn-2 {
      padding-left: 0; }
  .prolist-two__box .prolistbox-title h2,
  .brands__box .brands-title h2 {
    font-size: 20px; }
  .brands__box .brands-body {
    flex-wrap: wrap; }
  .brands__box .brands-body .brands__item {
    width: 32%;
    margin-bottom: 15px; }
    .brands__box .brands-body .brands__item:nth-child(3n) {
      border-left: 0; } }

@media (max-width: 576px) {
  .home-slider {
    display: none; }
  .prolist-two .prolistbox-scroll-btn {
    display: none; }
  .mobile-home-slider {
    position: relative;
    display: block;
    overflow: hidden;
    height: 265px; }
    .mobile-home-slider .mobile-slider-inner,
    .mobile-home-slider .mobile-home-slider-inner,
    .mobile-home-slider .mobile-home-slider__box {
      height: 100%; }
  .prolist-one__box {
    margin-top: 25px; }
  .home-slider__item {
    height: 200px; }
  .prolist-one__box .prolistbox-title {
    padding: 15px; }
  .prolist-one__box .prolistbox-title h2 {
    font-size: 14px;
    color: #fff; }
  .prolistbox-title i {
    display: none; }
  .prolistbox-title .bttn-1 {
    padding: 9px 15px;
    border-radius: 8px; }
    .prolistbox-title .bttn-1 span {
      font-size: 12px; }
  .prolist-two__box .prolistbox-box {
    padding-right: 15px;
    padding-bottom: 20px; }
  .prolist-one__box .prolistbox-box {
    padding-right: 15px;
    padding-bottom: 20px; }
  .prolist-one__box .prolistbox-box .prolistbox-item {
    width: 150px;
    height: 258px;
    padding: 10px;
    border: 1px solid #e7e7e7; }
  .prolist-one__box .prolistbox-box .prolistbox-item .item-img .item-img-box {
    max-width: 118px;
    height: 118px; }
    .prolist-one__box .prolistbox-box .prolistbox-item .item-img .item-img-box img {
      max-width: 100px;
      height: 100px;
      object-fit: contain; }
  .prolist-one__box .prolistbox-box .prolistbox-item .cart-name {
    padding-bottom: 20px; }
    .prolist-one__box .prolistbox-box .prolistbox-item .cart-name span {
      font-size: 12px; }
  .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-top .price-off span {
    font-size: 10px;
    padding: 3px 5px; }
  .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-bott .off-time span {
    font-size: 10px; }
  .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-top .main-price span {
    font-size: 14px; }
  .prolist-one__box .prolistbox-box .prolistbox-item .cart-price .cart-price-bott .old-price span {
    font-size: 12px; }
  .prolist-two__box {
    margin-top: 20px; }
  .prolist-two__box .prolistbox-title h2,
  .brands__box .brands-title h2 {
    font-size: 14px; }
  .prolist-two__box .prolistbox-title .bttn-2 {
    border: 1px solid #616ee5;
    border-radius: 8px;
    padding: 9px 15px;
    display: flex;
    align-items: center; }
    .prolist-two__box .prolistbox-title .bttn-2 span {
      font-size: 12px; }
  .prolist-two__box .prolistbox-box .prolistbox-item {
    width: 150px;
    height: 249px;
    padding: 10px; }
  .prolist-two__box .prolistbox-box .prolistbox-item .item-img .item-img-box {
    width: 118px;
    height: 118px; }
    .prolist-two__box .prolistbox-box .prolistbox-item .item-img .item-img-box img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-title p {
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden; }
  .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box {
    padding: 5px 0px; }
  .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price .main-price span {
    font-size: 14px; }
  .item-price .pro-rate {
    position: unset; }
    .item-price .pro-rate i {
      font-size: 17px; }
  .dual-banner__item {
    height: 140px; }
  .dual-banner__item .title-side.model-1 h1 {
    font-size: 20px; }
  .dual-banner__item .title-side.model-2 h1 {
    font-size: 30px; }
  .dual-banner__item .title-side.model-2 h2 {
    font-size: 20px; }
  .dual-banner__item .title-side.model-3 h1 {
    font-size: 25px; }
  .dual-banner__item .title-side.model-3 h2 {
    font-size: 10px;
    margin-bottom: 5px; }
  .dual-banner__item .title-side.model-3 .btn-box {
    margin-top: 5px; }
    .dual-banner__item .title-side.model-3 .btn-box .bttn-3 {
      margin-top: 5px;
      padding: 0 20px; }
      .dual-banner__item .title-side.model-3 .btn-box .bttn-3 span {
        font-size: 12px; }
  .dual-banner__item .title-side.model-4 {
    padding-top: 10px; }
    .dual-banner__item .title-side.model-4 h1 {
      font-size: 25px;
      margin-bottom: 0; }
    .dual-banner__item .title-side.model-4 .btn-box {
      margin-top: 0; }
      .dual-banner__item .title-side.model-4 .btn-box .bttn-3 {
        margin-top: 5px;
        padding: 0 20px; }
        .dual-banner__item .title-side.model-4 .btn-box .bttn-3 span {
          font-size: 12px; }
  .brands__box {
    margin-top: 5px;
    padding: 0 15px; }
  .brands__box .brands-title {
    background-color: #f2f2f2;
    border-radius: 16px;
    text-align: center;
    padding: 18px 25px; }
    .brands__box .brands-title h2 {
      width: 100%;
      text-align: center; }
  .brands__box .brands-body .brands__item {
    width: 50%; }
    .brands__box .brands-body .brands__item:nth-child(3n) {
      border-left: 1px solid #e7e7e7; }
    .brands__box .brands-body .brands__item:nth-child(2n) {
      border-left: 0; }
    .brands__box .brands-body .brands__item img {
      max-width: 120px; }
  .dual-banner__box {
    margin-top: 10px; }
  .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order {
    flex-direction: column; }
    .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top {
      flex-direction: row;
      margin-bottom: 5px; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top .off-time span {
        font-size: 10px; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top .price-off {
        margin-bottom: 0; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-top .price-off span {
          font-size: 10px; }
    .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott {
      align-items: end; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .main-price {
        margin-bottom: 0; }
        .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .main-price span {
          font-size: 14px; }
      .prolist-one__box .prolistbox-box .prolistbox-item .cart-price.special-order .cart-price-bott .old-price del {
        margin-left: 27px;
        font-size: 12px; } }

@media (max-width: 430px) {
  .mobile-home-slider__box .mobile-slider-inner .mobile-slider-item {
    padding: 0 18px; } }

@media (max-width: 320px) {
  .mobile-home-slider {
    height: 215px; }
  .mobile-home-slider__box .mobile-slider-inner .mobile-slider-item {
    height: 150px;
    padding: 0 12px; } }

.basket-page .checkout-steps {
  display: none; }
  @media (max-width: 900px) {
    .basket-page .checkout-steps {
      display: block; } }

.basket-page__header {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e7e7e7;
  margin: 18px 0; }
  .basket-page__header-list {
    display: flex;
    align-items: center;
    color: #656565;
    height: 48px; }
    .basket-page__header-list li {
      display: flex;
      align-items: center;
      height: 100%;
      margin-right: 40px;
      padding: 7px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400; }
    .basket-page__header-list li:nth-child(2):hover {
      border-bottom: 3px solid #616ee5;
      font-weight: bold; }
      .basket-page__header-list li:nth-child(2):hover a {
        color: #616ee5; }
    .basket-page__header-list .active {
      border-bottom: 3px solid #616ee5;
      font-weight: bold; }
      .basket-page__header-list .active a {
        color: #616ee5; }
  @media (max-width: 576px) {
    .basket-page__header-list {
      padding: 0 10px;
      justify-content: space-between; }
      .basket-page__header-list li {
        margin-right: 0;
        font-size: 14px; } }
  @media (max-width: 480px) {
    .basket-page__header-list li {
      font-size: 12px; } }

.basket-page__content {
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #e7e7e7;
  border-radius: 16px; }
  .basket-page__content .table {
    width: 100%;
    border-collapse: collapse; }
  .basket-page__content thead th {
    border: 0;
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7; }
    .basket-page__content thead th:nth-child(2) {
      text-align: right; }
    .basket-page__content thead th small {
      font-size: 12px; }
    .basket-page__content thead th:last-child {
      font-size: 14px;
      color: #E84747;
      cursor: pointer; }
  .basket-page__content tbody:nth-child(2) td {
    vertical-align: top;
    padding: 25px 0;
    text-align: center; }
    .basket-page__content tbody:nth-child(2) td:nth-child(2) {
      text-align: right; }
    .basket-page__content tbody:nth-child(2) td:nth-child(1) {
      vertical-align: middle; }
  .basket-page__content tbody:not(:nth-child(2)) td {
    vertical-align: top;
    padding: 25px 0;
    border-top: 1px solid #e7e7e7;
    text-align: center; }
    .basket-page__content tbody:not(:nth-child(2)) td:nth-child(2) {
      text-align: right; }
    .basket-page__content tbody:not(:nth-child(2)) td:nth-child(1) {
      vertical-align: middle; }
  .basket-page__content tbody:not(:nth-child(2)) td:nth-child(1) {
    width: 15%;
    position: relative; }
    .basket-page__content tbody:not(:nth-child(2)) td:nth-child(1):after {
      position: absolute;
      left: 90%;
      right: 0;
      top: -3px;
      border-top: 5px solid #fff;
      content: ''; }
  .basket-page__content tbody:not(:nth-child(2)) td:nth-child(7) {
    position: relative; }
    .basket-page__content tbody:not(:nth-child(2)) td:nth-child(7):after {
      position: absolute;
      left: 0;
      right: 85%;
      top: -3px;
      border-top: 5px solid #fff;
      content: ''; }
  .basket-page__content .basket-img {
    width: 200px; }
    .basket-page__content .basket-img > div {
      padding: 0 25px; }
    .basket-page__content .basket-img a {
      display: block; }
      .basket-page__content .basket-img a img {
        width: 100%; }
  .basket-page__content .basket-infos {
    width: 35%; }
    .basket-page__content .basket-infos h4 {
      color: #080F4D;
      font-weight: bold;
      margin-bottom: 40px;
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 3.3em;
      line-height: 1.5em; }
    .basket-page__content .basket-infos p {
      color: #666666;
      margin-top: 20px;
      font-size: 16px; }
    .basket-page__content .basket-infos span {
      font-weight: bold; }
  .basket-page__content .basket-quantity div {
    display: flex;
    justify-content: center;
    align-items: center; }
  .basket-page__content .basket-quantity .quantity-selector__plus, .basket-page__content .basket-quantity .quantity-selector__minus {
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 1.2rem;
    cursor: pointer; }
  .basket-page__content .basket-quantity input[name="quantity"] {
    direction: ltr;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 30px;
    color: #333333; }
  .basket-page__content .basket-price, .basket-page__content .basket-full-price, .basket-page__content .basket-discount {
    color: #666666;
    font-size: 20px;
    font-weight: 700; }
    .basket-page__content .basket-price > div, .basket-page__content .basket-full-price > div, .basket-page__content .basket-discount > div {
      padding-top: 3px; }
  .basket-page__content .basket-delete {
    color: #E84747;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400; }
    .basket-page__content .basket-delete > div {
      padding-top: 3px; }

.basket-page__footer > div {
  display: flex;
  justify-content: space-between; }

.basket-page__footer-right {
  width: 55%;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background-color: #F2F2F2;
  padding: 10px 0; }
  @media (max-width: 1200px) {
    .basket-page__footer-right {
      width: 63%; } }
  @media (max-width: 63.99em) {
    .basket-page__footer-right {
      width: 60%; } }
  @media (max-width: 900px) {
    .basket-page__footer-right {
      width: 55%; } }
  @media (max-width: 800px) {
    .basket-page__footer-right {
      width: 52%; } }
  .basket-page__footer-right li {
    list-style: none;
    padding: 15px 40px 15px 15px;
    position: relative;
    font-size: 14px;
    color: #666; }
  .basket-page__footer-right li:before {
    content: "·";
    font-size: 120px;
    color: #616ee5;
    position: absolute;
    right: 5px;
    top: -32px; }

.basket-page__footer-left {
  width: 30%;
  padding: 0 !important; }
  @media (max-width: 1200px) {
    .basket-page__footer-left {
      width: 35%; } }
  @media (max-width: 63.99em) {
    .basket-page__footer-left {
      width: 38%; } }
  @media (max-width: 900px) {
    .basket-page__footer-left {
      width: 42%; } }
  @media (max-width: 800px) {
    .basket-page__footer-left {
      width: 45%; } }
  .basket-page__footer-left > div {
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding-bottom: 20px; }
  .basket-page__footer-left .basket-total-price {
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    color: #333333;
    font-weight: bold; }
    .basket-page__footer-left .basket-total-price p {
      font-size: 20px; }
    .basket-page__footer-left .basket-total-price span {
      font-size: 24px; }
      @media (max-width: 576px) {
        .basket-page__footer-left .basket-total-price span {
          font-size: 20px; } }
      .basket-page__footer-left .basket-total-price span small {
        font-size: 14px;
        font-weight: 400; }

.basket-page .basket-listing__empty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 63.99em) {
    .basket-page .basket-listing__empty {
      background-color: #fff;
      box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
      border-radius: 12px; } }
  .basket-page .basket-listing__empty h2 {
    font-size: 22px;
    font-weight: bold;
    color: #474747;
    margin: 10px 0; }
  .basket-page .basket-listing__empty p {
    color: #616ee5;
    font-size: 15px;
    margin: 5px 0 30px 0;
    line-height: 1.7; }
  .basket-page .basket-listing__empty a {
    display: flex;
    justify-content: center;
    width: 250px; }
    @media (max-width: 63.99em) {
      .basket-page .basket-listing__empty a {
        width: 100%; } }

.basket-page .basket-content__mobile {
  display: none; }

.basket-page .basket-content__mobile > div {
  padding: 25px 20px; }
  .basket-page .basket-content__mobile > div:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }

.basket-page .basket-content__mobile .basket-mobile-list__top > div {
  padding-bottom: 20px;
  display: flex; }

.basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img {
  width: 130px;
  position: relative; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img > div {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background-color: #fff; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img > div::before {
    content: "+";
    font-size: 25px;
    color: #E84747;
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(45deg); }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img a {
    display: block; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img img {
    width: 100%; }

.basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title {
  padding-right: 25px;
  width: 70%; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title h4 {
    color: #080F4D;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.3em;
    line-height: 1.5em; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 8px; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title span {
    font-weight: 700; }

.basket-page .basket-content__mobile .basket-mobile-list__bottom {
  display: flex;
  justify-content: space-between; }

.basket-page .basket-content__mobile .basket-mobile-quantity {
  margin-right: 10px; }
  .basket-page .basket-content__mobile .basket-mobile-quantity div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .basket-page .basket-content__mobile .basket-mobile-quantity .quantity-selector__plus, .basket-page .basket-content__mobile .basket-mobile-quantity .quantity-selector__minus {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 1.2rem;
    cursor: pointer; }
  .basket-page .basket-content__mobile .basket-mobile-quantity input[name="quantity"] {
    direction: ltr;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 18px;
    width: 40px;
    height: 30px;
    color: #333333; }
  .basket-page .basket-content__mobile .basket-mobile-quantity img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px; }

.basket-page .basket-content__mobile .basket-mobile-price {
  width: 200px;
  padding-top: 5px; }
  .basket-page .basket-content__mobile .basket-mobile-price__full {
    text-align: left;
    padding-bottom: 15px; }
    .basket-page .basket-content__mobile .basket-mobile-price__full span {
      font-size: 18px;
      font-weight: 700; }
  .basket-page .basket-content__mobile .basket-mobile-price__discount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #039A00; }
    .basket-page .basket-content__mobile .basket-mobile-price__discount span {
      font-size: 18px; }
    .basket-page .basket-content__mobile .basket-mobile-price__discount span:last-child {
      font-weight: 700; }
  .basket-page .basket-content__mobile .basket-mobile-price small {
    font-size: 10px;
    font-weight: 400;
    margin-right: 2px; }

@media (max-width: 1030px) {
  .basket-page .basket-img {
    width: 180px; }
  .basket-page .basket-infos {
    width: 30%; } }

@media (max-width: 900px) {
  .basket-page .basket-img {
    width: 165px; }
    .basket-page .basket-img > div {
      padding: 0 20px; }
  .basket-page .basket-infos {
    width: 25%; }
    .basket-page .basket-infos h4 {
      font-size: 16px; }
    .basket-page .basket-infos p {
      font-size: 14px; }
  .basket-page .basket-quantity input:not(:nth-child(2)) {
    width: 25px;
    height: 25px; }
  .basket-page .basket-quantity input[name="quantity"] {
    width: 30px; }
  .basket-page .basket-price, .basket-page .basket-full-price, .basket-page .basket-discount {
    font-size: 18px; } }

@media (max-width: 830px) {
  .basket-page table {
    display: none; }
  .basket-page .basket-content__mobile {
    display: block; }
  .basket-page .basket-total-price {
    padding: 30px 10px; } }

@media (max-width: 700px) {
  .basket-page__footer > div {
    flex-direction: column-reverse; }
  .basket-page__footer-right {
    width: 100%;
    margin-top: 18px !important; }
  .basket-page__footer-left {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 576px) {
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img {
    width: 120px; }
    .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img > div {
      width: 25px;
      height: 25px; }
    .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img > div::before {
      top: 1px;
      left: 2px; }
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title {
    padding-right: 10px; }
    .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title h4, .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-title p {
      font-size: 10px; }
  .basket-page .basket-content__mobile .basket-mobile-quantity .quantity-selector__plus, .basket-page .basket-content__mobile .basket-mobile-quantity .quantity-selector__minus {
    width: 25px;
    height: 25px; }
  .basket-page .basket-content__mobile .basket-mobile-quantity img {
    left: 3px; }
  .basket-page .basket-content__mobile .basket-mobile-price {
    width: 160px; }
    .basket-page .basket-content__mobile .basket-mobile-price__full span {
      font-size: 12px; }
    .basket-page .basket-content__mobile .basket-mobile-price__discount span {
      font-size: 12px; }
  .basket-page__footer > div {
    flex-direction: column-reverse; }
  .basket-page__footer-right li {
    padding: 15px 35px 15px 15px;
    font-size: 14px; }
  .basket-page__footer-right li:before {
    content: "·";
    font-size: 100px;
    right: 8px;
    top: -22px; }
  .basket-page__footer-left .basket-total-price {
    padding: 30px 15px; }
    .basket-page__footer-left .basket-total-price p {
      font-size: 14px;
      font-weight: 400; }
  .basket-page__footer-left button span {
    font-size: 14px; }
  .basket-page__footer-left button i {
    font-size: 25px;
    font-weight: 400; } }

@media (max-width: 29.99em) {
  .basket-page .basket-content__mobile .basket-mobile-list__top .basket-mobile-img {
    width: 110px; }
  .basket-page .basket-content__mobile .basket-mobile-price {
    width: 150px; }
  .basket-page__footer-right li {
    padding: 15px 30px 15px 0px; }
  .basket-page__footer-right li:before {
    content: "·";
    font-size: 80px;
    right: 5px;
    top: -13px; } }

@media (max-width: 576px) {
  .shipment-page {
    padding: 0 10px; } }

.shipment-page .shipment-box {
  width: calc(50% - 18px);
  margin: 0 auto;
  margin-top: 18px; }
  @media (max-width: 576px) {
    .shipment-page .shipment-box {
      width: 100%; } }
  .shipment-page .shipment-box .card-header {
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7; }
    .shipment-page .shipment-box .card-header div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .shipment-page .shipment-box .card-header div button {
        border: none;
        background: #fff;
        padding-left: 10px; }
      .shipment-page .shipment-box .card-header div span {
        font-size: 12px;
        font-weight: 400;
        color: #616ee5; }
    .shipment-page .shipment-box .card-header .card-title {
      display: flex;
      align-items: center;
      padding: 0 10px; }
      .shipment-page .shipment-box .card-header .card-title i {
        margin-left: 15px;
        font-size: 23px; }
        @media (max-width: 29.99em) {
          .shipment-page .shipment-box .card-header .card-title i {
            margin-left: 10px;
            font-size: 20px; } }
      .shipment-page .shipment-box .card-header .card-title p {
        font-size: 16px;
        font-weight: 700;
        color: #080F4D; }
        @media (max-width: 29.99em) {
          .shipment-page .shipment-box .card-header .card-title p {
            font-size: 14px; } }
  .shipment-page .shipment-box .card-body {
    padding: 25px 15px 5px 15px;
    height: 100%; }
    .shipment-page .shipment-box .card-body-address div {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      font-size: 16px; }
    .shipment-page .shipment-box .card-body-address .no-addres-yet {
      width: 100%;
      background-color: #ffe6e6;
      border-radius: 16px;
      display: block;
      padding: 20px;
      color: #080F4D; }
    .shipment-page .shipment-box .card-body-post div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px;
      font-size: 14px; }
    .shipment-page .shipment-box .card-body-post span {
      font-size: 10px;
      margin-right: 5px; }
    .shipment-page .shipment-box .card-body-calender {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .shipment-page .shipment-box .card-body-calender .calender-box {
        margin: 0 auto;
        margin-right: 0; }
        .shipment-page .shipment-box .card-body-calender .calender-box div {
          display: flex;
          align-items: center;
          margin-bottom: 15px; }
    .shipment-page .shipment-box .card-body input {
      width: 16px;
      height: 16px;
      margin-left: 15px; }
    .shipment-page .shipment-box .card-body label {
      font-size: 16px;
      font-weight: 400;
      color: #666666; }
      @media (max-width: 29.99em) {
        .shipment-page .shipment-box .card-body label {
          font-size: 14px; } }
  .shipment-page .shipment-box:not(:nth-child(4)) {
    padding: 0;
    border: 1px solid #e7e7e7;
    border-radius: 16px; }
  .shipment-page .shipment-box:nth-child(4) {
    position: relative; }
    .shipment-page .shipment-box:nth-child(4) a {
      width: 300px;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (max-width: 63.99em) {
      .shipment-page .shipment-box:nth-child(4) a {
        width: 280px; } }
    @media (max-width: 576px) {
      .shipment-page .shipment-box:nth-child(4) a {
        position: static;
        width: 90%; }
        .shipment-page .shipment-box:nth-child(4) a span {
          font-size: 16px; }
        .shipment-page .shipment-box:nth-child(4) a i {
          font-size: 25px;
          font-weight: 400; } }
  .shipment-page .shipment-box:nth-child(3) {
    border: none; }
    .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right {
      border-radius: 16px;
      background-color: #F2F2F2;
      padding: 15px 0; }
      .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right li {
        list-style: none;
        padding: 15px 45px 15px 15px;
        position: relative;
        font-size: 14px; }
      .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right li:before {
        content: "·";
        font-size: 120px;
        color: #616ee5;
        position: absolute;
        right: 10px;
        top: -32px; }
      @media (max-width: 47.99em) {
        .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right li {
          padding: 15px 35px 15px 15px;
          font-size: 14px; }
        .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right li:before {
          content: "·";
          font-size: 100px;
          right: 8px;
          top: -22px; } }
      @media (max-width: 29.99em) {
        .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right li {
          padding: 15px 30px 15px 0px; }
        .shipment-page .shipment-box:nth-child(3) .shipment-box__footer-right li:before {
          content: "·";
          font-size: 80px;
          right: 5px;
          top: -13px; } }

@media (max-width: 576px) {
  .page-revieworder {
    padding: 0 10px; } }

.page-revieworder .review-content .review-box {
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 0; }
  .page-revieworder .review-content .review-box .card-header {
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7; }
    .page-revieworder .review-content .review-box .card-header div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .page-revieworder .review-content .review-box .card-header div button {
        border: none;
        background: #fff;
        padding-left: 10px; }
        .page-revieworder .review-content .review-box .card-header div button span {
          margin-right: 5px; }
      .page-revieworder .review-content .review-box .card-header div span {
        font-size: 12px;
        font-weight: 400;
        color: #616ee5; }
    .page-revieworder .review-content .review-box .card-header .card-title {
      display: flex;
      align-items: center;
      padding: 0 13px; }
      .page-revieworder .review-content .review-box .card-header .card-title i {
        margin-left: 15px;
        font-size: 23px; }
        @media (max-width: 29.99em) {
          .page-revieworder .review-content .review-box .card-header .card-title i {
            margin-left: 10px;
            font-size: 20px; } }
      .page-revieworder .review-content .review-box .card-header .card-title p {
        font-size: 16px;
        font-weight: 700;
        color: #080F4D; }
        @media (max-width: 29.99em) {
          .page-revieworder .review-content .review-box .card-header .card-title p {
            font-size: 14px; } }
  .page-revieworder .review-content .review-box .card-body {
    padding: 25px 15px;
    height: 100%; }
  .page-revieworder .review-content .review-box:nth-child(3) {
    border: none; }
    .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right {
      border-radius: 16px;
      background-color: #F2F2F2;
      padding: 15px 0;
      max-width: 700px; }
      .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right li {
        list-style: none;
        padding: 15px 45px 15px 15px;
        position: relative;
        font-size: 15px; }
      .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right li:before {
        content: "·";
        font-size: 120px;
        color: #616ee5;
        position: absolute;
        right: 10px;
        top: -32px; }
      @media (max-width: 47.99em) {
        .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right li {
          padding: 15px 35px 15px 15px;
          font-size: 14px; }
        .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right li:before {
          content: "·";
          font-size: 100px;
          right: 8px;
          top: -22px; } }
      @media (max-width: 29.99em) {
        .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right li {
          padding: 15px 30px 15px 0px; }
        .page-revieworder .review-content .review-box:nth-child(3) .review-box__footer-right li:before {
          content: "·";
          font-size: 80px;
          right: 5px;
          top: -13px; } }

.page-revieworder .review-content .Payment-infos, .page-revieworder .review-content .payment-method {
  width: 30%; }
  @media (max-width: 47.99em) {
    .page-revieworder .review-content .Payment-infos, .page-revieworder .review-content .payment-method {
      width: calc(50% - 18px); } }
  @media (max-width: 576px) {
    .page-revieworder .review-content .Payment-infos, .page-revieworder .review-content .payment-method {
      width: 100%; } }

.page-revieworder .review-content .order-infos__code p {
  font-size: 16px;
  margin-left: 50px;
  margin-right: 25px;
  position: relative;
  color: #333333; }
  @media (max-width: 29.99em) {
    .page-revieworder .review-content .order-infos__code p {
      font-size: 14px; } }

.page-revieworder .review-content .order-infos__code p:before {
  content: "·";
  font-size: 60px;
  color: #616ee5;
  position: absolute;
  right: -18px;
  top: -18px; }

.page-revieworder .review-content .order-infos__code span {
  font-weight: 700; }

.page-revieworder .review-content .order-infos__img {
  margin: 40px 0; }
  @media (max-width: 63.99em) {
    .page-revieworder .review-content .order-infos__img {
      margin: 25px 0; } }
  .page-revieworder .review-content .order-infos__img a {
    margin: 10px; }
  .page-revieworder .review-content .order-infos__img div {
    width: 120px;
    height: 120px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-revieworder .review-content .order-infos__img img {
    width: 90px;
    height: 90px; }

.page-revieworder .review-content .order-infos__pay {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  color: #333333; }
  .page-revieworder .review-content .order-infos__pay p {
    font-size: 16px;
    margin-left: 40px;
    line-height: 21px; }
  .page-revieworder .review-content .order-infos__pay span {
    font-weight: 700; }
  .page-revieworder .review-content .order-infos__pay i {
    font-size: 16px;
    margin-left: 10px; }
  @media (max-width: 29.99em) {
    .page-revieworder .review-content .order-infos__pay p {
      font-size: 14px; } }

.page-revieworder .review-content .Payment-infos {
  height: max-content; }
  .page-revieworder .review-content .Payment-infos__price, .page-revieworder .review-content .Payment-infos__discount-code, .page-revieworder .review-content .Payment-infos__discount-price, .page-revieworder .review-content .Payment-infos .discount-wrapper {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333; }
    .page-revieworder .review-content .Payment-infos__price p, .page-revieworder .review-content .Payment-infos__discount-code p, .page-revieworder .review-content .Payment-infos__discount-price p, .page-revieworder .review-content .Payment-infos .discount-wrapper p {
      font-size: 16px; }
    .page-revieworder .review-content .Payment-infos__price span, .page-revieworder .review-content .Payment-infos__discount-code span, .page-revieworder .review-content .Payment-infos__discount-price span, .page-revieworder .review-content .Payment-infos .discount-wrapper span {
      font-size: 20px;
      font-weight: 700; }
    .page-revieworder .review-content .Payment-infos__price small, .page-revieworder .review-content .Payment-infos__discount-code small, .page-revieworder .review-content .Payment-infos__discount-price small, .page-revieworder .review-content .Payment-infos .discount-wrapper small {
      margin-right: 5px;
      font-size: 14px;
      font-weight: 400; }
    @media (max-width: 576px) {
      .page-revieworder .review-content .Payment-infos__price .amount, .page-revieworder .review-content .Payment-infos__discount-code .amount, .page-revieworder .review-content .Payment-infos__discount-price .amount, .page-revieworder .review-content .Payment-infos .discount-wrapper .amount {
        font-size: 16px; }
        .page-revieworder .review-content .Payment-infos__price .amount small, .page-revieworder .review-content .Payment-infos__discount-code .amount small, .page-revieworder .review-content .Payment-infos__discount-price .amount small, .page-revieworder .review-content .Payment-infos .discount-wrapper .amount small {
          font-size: 10px; } }
    @media (max-width: 992px) {
      .page-revieworder .review-content .Payment-infos__price span, .page-revieworder .review-content .Payment-infos__discount-code span, .page-revieworder .review-content .Payment-infos__discount-price span, .page-revieworder .review-content .Payment-infos .discount-wrapper span {
        font-size: 18px; }
      .page-revieworder .review-content .Payment-infos__price small, .page-revieworder .review-content .Payment-infos__discount-code small, .page-revieworder .review-content .Payment-infos__discount-price small, .page-revieworder .review-content .Payment-infos .discount-wrapper small {
        margin-right: 3px;
        font-size: 13px; } }
    @media (max-width: 29.99em) {
      .page-revieworder .review-content .Payment-infos__price p, .page-revieworder .review-content .Payment-infos__price span, .page-revieworder .review-content .Payment-infos__discount-code p, .page-revieworder .review-content .Payment-infos__discount-code span, .page-revieworder .review-content .Payment-infos__discount-price p, .page-revieworder .review-content .Payment-infos__discount-price span, .page-revieworder .review-content .Payment-infos .discount-wrapper p, .page-revieworder .review-content .Payment-infos .discount-wrapper span {
        font-size: 14px; }
      .page-revieworder .review-content .Payment-infos__price small, .page-revieworder .review-content .Payment-infos__discount-code small, .page-revieworder .review-content .Payment-infos__discount-price small, .page-revieworder .review-content .Payment-infos .discount-wrapper small {
        font-size: 12px; } }
  .page-revieworder .review-content .Payment-infos__discount-code {
    border: 1px solid #BBBBBB;
    border-radius: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px; }
    .page-revieworder .review-content .Payment-infos__discount-code input {
      width: 80%; }
    .page-revieworder .review-content .Payment-infos__discount-code input::placeholder {
      font-size: 15px;
      color: #bbbbbb;
      opacity: 1;
      /* Firefox */ }
    .page-revieworder .review-content .Payment-infos__discount-code .review__serial-input-icon {
      font-size: 16px;
      color: #616ee5;
      cursor: pointer;
      font-weight: 400;
      border-right: 1px solid #e7e7e7;
      padding: 10px 20px 10px 0; }
    .page-revieworder .review-content .Payment-infos__discount-code .review__serial-input-clear {
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-revieworder .review-content .Payment-infos__discount-code .review__serial-input-clear img {
        width: 16px;
        height: 16px;
        margin-left: 10px; }
    .page-revieworder .review-content .Payment-infos__discount-code.voucher-error {
      border: 1px solid #E84747;
      margin-bottom: 10px; }
    .page-revieworder .review-content .Payment-infos__discount-code.voucher-success {
      border: 1px solid #039A00;
      margin-bottom: 10px; }
  .page-revieworder .review-content .Payment-infos__discount-price {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e7e7; }
    .page-revieworder .review-content .Payment-infos__discount-price span, .page-revieworder .review-content .Payment-infos__discount-price small {
      color: #039A00; }

.page-revieworder .review-content .discount-code-voucher-error {
  color: #E84747;
  font-size: 12px; }

.page-revieworder .review-content .discount-code-voucher-success {
  color: #039A00;
  font-size: 12px; }

.page-revieworder .review-content .payment-method li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #666666; }
  .page-revieworder .review-content .payment-method li:last-child {
    margin-bottom: 30px; }
  .page-revieworder .review-content .payment-method li input {
    width: 16px;
    height: 16px;
    margin-left: 15px; }
  .page-revieworder .review-content .payment-method li label {
    display: flex;
    align-items: center;
    font-size: 16px; }
  .page-revieworder .review-content .payment-method li .pay-wallet {
    width: 18px; }
  .page-revieworder .review-content .payment-method li .price {
    font-size: 14px; }
    .page-revieworder .review-content .payment-method li .price small {
      font-size: 10px; }
  @media (max-width: 29.99em) {
    .page-revieworder .review-content .payment-method li input {
      width: 14px;
      height: 14px; }
    .page-revieworder .review-content .payment-method li label {
      font-size: 14px; } }

.page-revieworder .review-content .payment-method button {
  width: 96%; }

@media (max-width: 29.99em) {
  .page-revieworder .review-content .payment-method button span {
    font-size: 16px; }
  .page-revieworder .review-content .payment-method button i {
    font-size: 25px;
    font-weight: 400; } }

.products-filter-layout {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px; }
  .products-filter-layout__aside {
    width: 20%;
    flex: 0 0 20%;
    padding-left: 15px; }
    @media (max-width: 85.365em) {
      .products-filter-layout__aside {
        width: 25%;
        flex: 0 0 25%; } }
    @media (max-width: 63.99em) {
      .products-filter-layout__aside {
        width: 30%;
        flex: 0 0 30%; } }
    @media (max-width: 47.99em) {
      .products-filter-layout__aside {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0; } }
  .products-filter-layout__content {
    display: flex;
    flex-direction: column;
    width: 80%;
    flex: 0 0 80%; }
    @media (max-width: 85.365em) {
      .products-filter-layout__content {
        width: 75%;
        flex: 0 0 75%; } }
    @media (max-width: 63.99em) {
      .products-filter-layout__content {
        -webkit-box-flex: 0;
        width: 70%;
        flex: 0 0 70%; } }
    @media (max-width: 47.99em) {
      .products-filter-layout__content {
        -webkit-box-flex: 0;
        width: 100%;
        flex: 0 0 100%; } }
  .products-filter-layout__aside.listing-aside .box {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    border: 1px solid #dedede;
    margin: 0 0 10px; }
    .products-filter-layout__aside.listing-aside .box__divider {
      height: 1px;
      width: 100%;
      background: #f2f2f2; }
    .products-filter-layout__aside.listing-aside .box__scroll {
      max-height: 333px;
      overflow: auto; }
      .products-filter-layout__aside.listing-aside .box__scroll:after {
        content: "";
        position: relative;
        z-index: 2;
        height: 5px;
        width: 100%;
        display: block;
        background: #fff; }
    .products-filter-layout__aside.listing-aside .box__header {
      position: relative;
      color: #535353;
      letter-spacing: .2px;
      font-weight: 700;
      font-size: 13px;
      font-size: .929rem;
      line-height: 1.571;
      padding: 8px 16px 10px 15px;
      border-bottom: 1px solid #f2f2f2;
      margin-right: 6px;
      margin-left: 6px; }
      .products-filter-layout__aside.listing-aside .box__header--toggleable {
        cursor: pointer; }
        .products-filter-layout__aside.listing-aside .box__header--toggleable:before {
          content: '\e804';
          position: absolute;
          left: 16px;
          top: 50%;
          transform: rotate(180deg) translateY(60%);
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .products-filter-layout__aside.listing-aside .box__header.is-hidden {
        border-bottom-color: transparent; }
        .products-filter-layout__aside.listing-aside .box__header.is-hidden:before {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    .products-filter-layout__aside.listing-aside .box__content {
      padding: 10px 13px 8px 12px; }

.filter-applied ul {
  margin-bottom: 8px;
  margin-right: 2px;
  margin-top: 4px;
  padding-left: 14px; }

.filter-applied li {
  margin: 6px 6px 0 0;
  max-width: 100%;
  display: inline-flex; }

.filter-applied__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #5a5a5a;
  letter-spacing: .3px;
  font-size: 11px;
  font-size: .786rem;
  line-height: 30px;
  padding: 0 10px 0 31px;
  position: relative; }
  .filter-applied__label button {
    width: 32px;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer; }
    .filter-applied__label button:before {
      content: "\f00d";
      font-size: 10px;
      font-size: .714rem;
      margin-top: 10px;
      color: #727272;
      vertical-align: top;
      display: inline-block; }

.catalog {
  padding: 0 13px 8px 12px;
  font-size: 12px;
  font-size: .857rem;
  line-height: 1.833;
  position: relative; }
  .catalog__list > ul {
    max-height: 250px; }
  .catalog__list--depth {
    padding-right: 15px; }
  .catalog__cat-item {
    display: list-item;
    margin-bottom: 10px;
    line-height: 20px; }
    .catalog__cat-item--arrow-down, .catalog__cat-item--arrow-left {
      position: relative;
      padding-right: 17px; }
    .catalog__cat-item--arrow-down:before {
      content: "\e804";
      position: absolute;
      top: 0;
      right: 0;
      color: #6b6b6b;
      font-size: 9px;
      font-size: .643rem;
      line-height: 2.444; }
    .catalog__cat-item--arrow-left:before {
      content: "\e80a";
      position: absolute;
      top: 0;
      right: 0;
      color: #6b6b6b;
      font-size: 9px;
      font-size: .643rem;
      line-height: 2.444; }
    .catalog__cat-item--active {
      font-weight: 600;
      pointer-events: none;
      cursor: none; }
  .catalog__link {
    padding: 0;
    text-decoration: none;
    cursor: pointer !important;
    color: #545454;
    margin-top: 6px; }
    .catalog__link:hover {
      color: #00bfd6;
      text-decoration: none; }
  .catalog__all-category {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #4d4d4d;
    text-align: center;
    width: 100%;
    padding: 8.5px 0 5px;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: background-color;
    transition-property: background-color; }
    .catalog__all-category:after {
      content: "\e013";
      margin-right: 10px;
      font-size: 6px;
      font-size: .429rem;
      line-height: 3.667; }

.filter-range__action {
  padding: 8px 32px;
  border-top: 1px solid #f5f5f5;
  text-align: center; }

.filter-range__range {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .filter-range__range li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 5px 20px; }
    .filter-range__range li input[type=text] {
      width: 100px;
      height: 28px;
      border-radius: 5px;
      background-color: #f8f8f8;
      display: inline-block;
      overflow: hidden;
      border: none;
      margin: 6px 0;
      text-align: center;
      color: #3c3c3c;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.571;
      letter-spacing: .3px; }
    .filter-range__range li:after, .filter-range__range li:before {
      display: block; }
    .filter-range__range li:before {
      content: attr(data-label); }
    .filter-range__range li:after {
      content: attr(data-currency); }
  .filter-range__range--max, .filter-range__range--min {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px); }
    .filter-range__range--max span, .filter-range__range--min span {
      text-align: center; }
  .filter-range__range--max {
    margin-right: 5px; }
  .filter-range__range--min {
    margin-left: 5px; }
  .filter-range__range--value {
    background-color: #f2f2f2;
    width: 100%;
    padding: 8px 2px;
    border-radius: 2px;
    margin: 5px 0; }

.filter-range .ui-widget-content .ui-state-default {
  border: none;
  width: 20px;
  height: 12px;
  background: #656565;
  border-radius: 0; }
  .filter-range .ui-widget-content .ui-state-default:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #656565; }
  .filter-range .ui-widget-content .ui-state-default:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid #656565; }

.filter-range .ui-state-default,
.filter-range .ui-widget-content .ui-state-active {
  background: #00bfd6; }

.filter-range .ui-state-default,
.filter-range .ui-widget-content .ui-state-active:after {
  border-top: 5px solid #00bfd6; }

.filter-range .ui-state-default,
.filter-range .ui-widget-content .ui-state-active:before {
  border-bottom: 5px solid #00bfd6; }

.filter-range .ui-widget-content {
  background: #00bfd6;
  border: none;
  border-radius: 0;
  height: 1px; }

.filter-range .ui-slider-horizontal .ui-slider-handle {
  top: -.5em; }

.filter {
  line-height: 22px; }
  .filter .ui-input {
    margin: 9px 14px 8px;
    display: block;
    width: auto; }
    .filter .ui-input input {
      border-color: #00bfd6;
      font-size: 12px;
      font-size: .857rem;
      line-height: 1.833;
      border-radius: 7px; }
      .filter .ui-input input::-webkit-input-placeholder {
        color: #343434; }
      .filter .ui-input input:-moz-placeholder {
        color: #343434; }
      .filter .ui-input input::-moz-placeholder {
        color: #343434; }
      .filter .ui-input input:-ms-input-placeholder {
        color: #343434; }
      .filter .ui-input input::-ms-input-placeholder {
        color: #343434; }
      @media (min-width: 85.375em) {
        .filter .ui-input input {
          padding-top: 7px;
          padding-bottom: 8px;
          padding-right: 38px; } }
  .filter--params ul {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    list-style: none; }
    .filter--params ul li {
      margin: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .filter--params ul li .filter__label {
        padding: 5px 52px 5px 13px;
        cursor: pointer;
        color: #3b3b3b;
        max-width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        justify-content: flex-start; }
      .filter--params ul li .checkbox {
        position: absolute;
        right: 20px;
        top: 6px; }
  .filter__switcher {
    padding: 8px 73px 8px 20px;
    position: relative;
    font-size: 12px; }
    .filter__switcher .switcher {
      position: absolute;
      right: 20px;
      top: 10px; }

.listing-products {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
  line-height: 22px;
  position: relative; }
  .listing-products__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px; }
    .listing-products__items li {
      flex: 0 0 25%; }
      @media (max-width: 85.3125em) {
        .listing-products__items li {
          flex: 0 0 33.3333333%; } }
      @media (max-width: 63.99em) {
        .listing-products__items li {
          flex: 0 0 50%; } }
      @media (max-width: 47.99em) {
        .listing-products__items li {
          flex: 0 0 100%;
          overflow: hidden; } }
  .listing-products__not-found {
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e4e4;
    padding: 25px;
    border-radius: 16px;
    margin-top: 20px; }
    .listing-products__not-found p {
      line-height: 2.15;
      color: #515151;
      font-size: 14px;
      font-size: 1rem; }
    .listing-products__not-found > .message-light--info {
      margin-bottom: 20px; }
  .listing-products__header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ebe9e9;
    font-size: 14px;
    min-height: 44px; }
    .listing-products__header:before {
      content: "\e0fc";
      right: 13px;
      color: #cecece;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 63.99em) {
      .listing-products__header {
        font-size: 13px; } }
    @media (max-width: 29.99em) {
      .listing-products__header {
        padding: 10px 5px; } }
  .listing-products__counter {
    position: absolute;
    top: -27px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px; }
    @media (max-width: 47.99em) {
      .listing-products__counter {
        display: none; } }

.f-product-box {
  color: #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #ebebeb;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 20px 12px;
  border-top: none;
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden; }
  .f-product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
    z-index: 11; }
  .f-product-box__content {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .f-product-box__img {
    width: 210px;
    height: 210px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .f-product-box__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      margin: 0 auto; }
  .f-product-box__title {
    color: #535353;
    height: 43px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    width: 100%;
    overflow: hidden; }
  .f-product-box__name-store {
    color: #656565;
    font-size: 11px;
    font-size: .786rem;
    margin-bottom: 5px; }
  .f-product-box__address {
    color: #656565;
    margin-bottom: 10px; }
  .f-product-box__price {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 43px;
    align-items: center; }
    .f-product-box__price del {
      text-decoration: line-through;
      font-size: 14px;
      font-size: 1rem;
      color: #acacac;
      display: block; }
    .f-product-box__price--real {
      width: 100%;
      font-size: 16px;
      font-size: 1.143rem;
      line-height: 1.5;
      color: #000;
      font-weight: 600; }
  .f-product-box__unavailable {
    background: transparent;
    color: #616161;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1.143rem;
    height: 43px;
    line-height: 43px;
    display: flex;
    justify-content: center; }
  .f-product-box__row-rate {
    width: 100%;
    line-height: 19px; }
    @media (max-width: 47.99em) {
      .f-product-box__row-rate {
        flex-direction: column;
        align-items: flex-start; } }
  .f-product-box__rate {
    display: inline-flex;
    float: left; }
  .f-product-box .number-stores {
    display: inline-flex;
    align-items: flex-end;
    float: right;
    color: #656565;
    font-size: 13px; }
    .f-product-box .number-stores__number {
      display: block;
      margin: 0 3px;
      line-height: 1; }
    .f-product-box .number-stores .icon {
      fill: #656565; }
    @media (max-width: 47.99em) {
      .f-product-box .number-stores {
        margin-bottom: 6px; } }

@media (max-width: 47.99em) {
  .products-filter-layout {
    margin-right: -8px;
    margin-left: -8px; }
  .f-product-box {
    flex-direction: row;
    padding: 10px;
    align-items: flex-start;
    margin-bottom: 0; }
    .f-product-box__title {
      height: auto;
      margin-top: 0; }
    .f-product-box__img {
      flex: 0 0 140px;
      margin: 0;
      overflow: hidden;
      padding: 0 10px;
      max-height: 128px; }
    .f-product-box:hover {
      box-shadow: unset; }
    .f-product-box__unavailable {
      justify-content: flex-end;
      font-size: 14px;
      color: #000; } }

.products__box {
  display: flex;
  justify-content: space-between; }
  .products__box .product-filter-box {
    position: relative; }
  .products__box .product-filter .product-filter-box {
    width: 280px;
    border: 1px solid #e7e7e7;
    border-radius: 16px; }
    .products__box .product-filter .product-filter-box .excl-filter {
      overflow: hidden; }
      .products__box .product-filter .product-filter-box .excl-filter .filter-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px;
        border-bottom: 1px solid #e7e7e7; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-header span {
          font-size: 14px;
          color: #080F4D;
          font-weight: 700; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-header button {
          color: #E84747;
          font-size: 12px; }
      .products__box .product-filter .product-filter-box .excl-filter .filter-show-exist {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px;
        border-bottom: 1px solid #e7e7e7; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-show-exist span {
          font-size: 14px;
          color: #333;
          font-weight: 700; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-show-exist button {
          color: #E84747;
          font-size: 12px; }
      .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li:last-child .tab-box-item .tab-body {
        border-bottom: none; }
      .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab .right .dot {
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50px;
          background-color: #E84747;
          margin-left: 5px; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab .right .filter-section-name {
          color: #333333;
          font-size: 14px;
          font-weight: 700; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab .left {
          padding: 20px 10px !important; }
          .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab .left i {
            transform: rotate(270deg);
            transition: .5s;
            display: block; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab .left i:before {
              color: #666666; }
      .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body {
        border-bottom: 1px solid #e7e7e7; }
        .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner {
          padding: 22px;
          padding-top: 0; }
          .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-search {
            width: 100%;
            height: 34px;
            background-color: #f2f2f2;
            border-radius: 8px;
            padding: 0 10px;
            padding-left: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-search input {
              border: none;
              background-color: transparent;
              width: 85%;
              height: 100%; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-search input::placeholder {
                color: #bbbbbb;
                font-size: 12px; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-search button {
              display: flex;
              align-items: center;
              justify-content: center; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-search button i::before {
                font-size: 18px; }
          .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list {
            height: 120px;
            width: 100%;
            overflow-y: scroll;
            margin-top: 20px;
            scrollbar-color: #BBBBBB transparent; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list::-webkit-scrollbar {
              width: 8px; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list::-webkit-scrollbar-track {
              background-color: transparent;
              border-radius: 10px; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list::-webkit-scrollbar-thumb {
              border-radius: 10px;
              background-color: #BBBBBB; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list ul li {
              display: flex;
              align-items: center;
              margin-bottom: 10px; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list ul li label {
                cursor: pointer;
                font-size: 12px;
                color: #666666; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .brand-list ul li input {
                cursor: pointer;
                margin-left: 8px; }
          .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-end-start {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            box-sizing: border-box; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-end-start span {
              color: #666666;
              font-size: 12px; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-end-start .price-e-s-box {
              width: 80%; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-end-start .price-e-s-box input {
                width: 100%;
                height: 34px;
                background-color: #f2f2f2;
                border-radius: 8px;
                text-align: left;
                padding: 0 15px;
                margin-left: 10px;
                color: #666666;
                font-size: 16px; }
                .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-end-start .price-e-s-box input::placeholder {
                  color: #666666;
                  font-size: 16px; }
          .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-range {
            margin-top: 15px; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-range .range-sub-title {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: 5px; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .price-range .range-sub-title span {
                font-size: 12px;
                color: #666666; }
          .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul {
            display: flex;
            flex-wrap: wrap; }
            .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li {
              width: 20%;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-bottom: 10px; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li a {
                display: block;
                width: 32px;
                height: 32px;
                border: 1px solid #e7e7e7;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center; }
                .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li a .active-dote {
                  display: none; }
                .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li a .color {
                  display: block;
                  width: 24px;
                  height: 24px;
                  border-radius: 50px; }
              .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li.active a {
                position: relative;
                border: 1px solid #616ee5; }
                .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li.active a .active-dote {
                  position: absolute;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  color: white;
                  width: 12px;
                  height: 12px;
                  border-radius: 10px;
                  background-color: #616ee5;
                  right: -2px;
                  top: -2px;
                  border: 1px solid white;
                  z-index: 10; }
                  .products__box .product-filter .product-filter-box .excl-filter .filter-body ul li .tab-box-item .tab-body .tab-body-inner .color-filter ul li.active a .active-dote::before {
                    content: "";
                    width: 3px;
                    height: 5px;
                    margin-left: 1.5px;
                    margin-bottom: 1.5px;
                    border-bottom: 1px solid white;
                    border-right: 1px solid white;
                    transform: rotate(45deg); }
  .products__box .product-list {
    width: calc(100% - 300px);
    height: max-content; }
    .products__box .product-list-title {
      margin: 50px 0; }
      @media (max-width: 576px) {
        .products__box .product-list-title {
          margin: 30px 0 50px 0; } }
    .products__box .product-list .order-by-box {
      display: flex;
      align-items: center;
      border-radius: 16px;
      padding: 0px 15px;
      border: 1px solid #e7e7e7; }
      .products__box .product-list .order-by-box .order-by-box-title .order-by-box-title-span {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        display: block;
        width: max-content;
        padding: 16px 0; }
      .products__box .product-list .order-by-box .order-by-box-title .open-filter {
        display: none; }
        .products__box .product-list .order-by-box .order-by-box-title .open-filter div {
          display: flex;
          align-items: center; }
          .products__box .product-list .order-by-box .order-by-box-title .open-filter div span {
            font-size: 12px;
            color: #333; }
          .products__box .product-list .order-by-box .order-by-box-title .open-filter div i {
            margin-left: 5px; }
            .products__box .product-list .order-by-box .order-by-box-title .open-filter div i::before {
              font-size: 18px;
              color: #333; }
      .products__box .product-list .order-by-box .tabs-all-box {
        position: relative;
        margin-right: 15px; }
        .products__box .product-list .order-by-box .tabs-all-box ul {
          display: flex;
          padding-right: 20px; }
          .products__box .product-list .order-by-box .tabs-all-box ul li {
            padding: 16px 0;
            margin: 0 16px; }
            .products__box .product-list .order-by-box .tabs-all-box ul li span {
              display: block;
              width: max-content;
              color: #666666;
              font-size: 14px;
              cursor: pointer; }
            .products__box .product-list .order-by-box .tabs-all-box ul li.active {
              border-bottom: 2px solid #616ee5; }
              .products__box .product-list .order-by-box .tabs-all-box ul li.active span {
                font-weight: 700;
                color: #616ee5; }
        .products__box .product-list .order-by-box .tabs-all-box .order-by-dropdown-box {
          display: none; }
          .products__box .product-list .order-by-box .tabs-all-box .order-by-dropdown-box .order-by-dropdown {
            cursor: pointer;
            width: 150px;
            padding: 0 5px;
            display: flex;
            align-items: center; }
            .products__box .product-list .order-by-box .tabs-all-box .order-by-dropdown-box .order-by-dropdown span {
              font-size: 12px;
              color: #333; }
            .products__box .product-list .order-by-box .tabs-all-box .order-by-dropdown-box .order-by-dropdown i {
              margin-left: 10px; }
              .products__box .product-list .order-by-box .tabs-all-box .order-by-dropdown-box .order-by-dropdown i::before {
                color: #333;
                font-size: 18px; }
    .products__box .product-list .product-list-box {
      margin-top: 20px;
      border: 1px solid #e7e7e7;
      overflow: hidden;
      height: calc(100% - 20px);
      border-radius: 16px;
      display: flex;
      flex-wrap: wrap; }
      .products__box .product-list .product-list-box .pro-item {
        width: 20%;
        padding: 20px 15px;
        border-bottom: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
        transform: translateY(1px);
        position: relative; }
        .products__box .product-list .product-list-box .pro-item:nth-child(5n) {
          border-left: none; }
        .products__box .product-list .product-list-box .pro-item .item-img {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .products__box .product-list .product-list-box .pro-item .item-img .item-img-box {
            max-width: 237px;
            height: 192px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .products__box .product-list .product-list-box .pro-item .item-img img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .products__box .product-list .product-list-box .item-info-box {
        margin-top: 15px; }
        .products__box .product-list .product-list-box .item-info-box .cart-name span {
          display: block;
          height: 38px;
          font-weight: 500;
          color: #080F4D;
          font-size: 12px;
          line-height: 18px;
          overflow: hidden; }
        .products__box .product-list .product-list-box .item-info-box .cart-price {
          margin-top: 20px; }
          .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            direction: ltr; }
            .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top .price-off span {
              display: block;
              padding: 3px 5px;
              font-size: 14px;
              color: white;
              background-color: #E84747;
              border-radius: 20px; }
            .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top .main-price {
              display: flex;
              flex-direction: row-reverse;
              align-items: center; }
              .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top .main-price span {
                color: #080F4D;
                font-weight: 700;
                font-size: 16px; }
              .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top .main-price .unit {
                font-size: 10px;
                color: #666666;
                font-weight: 600;
                margin-right: 5px; }
          .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-bott {
            margin-top: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-bott .off-time {
              color: #ef394e;
              font-size: 12px;
              font-weight: 500; }
            .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-bott .old-price span {
              text-decoration: line-through;
              margin-left: 15px;
              color: #bbbbbb;
              font-size: 14px; }
              @media (max-width: 576px) {
                .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-bott .old-price span {
                  font-size: 12px; } }
    .products__box .product-list .page-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 40px; }
      .products__box .product-list .page-box .pages ul {
        display: flex;
        align-items: center; }
        .products__box .product-list .page-box .pages ul li {
          margin: 0 4px; }
          .products__box .product-list .page-box .pages ul li a {
            width: 32px;
            height: 32px;
            display: block;
            border: 1px solid #e7e7e7;
            border-radius: 8px;
            color: #bbbbbb;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .products__box .product-list .page-box .pages ul li a.active {
              background-color: #616ee5;
              border: 1px solid #616ee5;
              color: white; }
      .products__box .product-list .page-box .prev,
      .products__box .product-list .page-box .next {
        display: flex;
        align-items: center; }
        .products__box .product-list .page-box .prev span,
        .products__box .product-list .page-box .next span {
          display: block;
          margin: 0 10px;
          font-size: 16px;
          color: #616ee5; }
        .products__box .product-list .page-box .prev i::before,
        .products__box .product-list .page-box .next i::before {
          font-size: 16px;
          color: #616ee5; }
      .products__box .product-list .page-box .prev i {
        transform: rotate(180deg); }

.product-filter-banner .product-filter-banner__box {
  margin-top: 120px; }
  .product-filter-banner .product-filter-banner__box .filter-banner {
    background-color: #f2f2f2;
    border-radius: 16px;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product-filter-banner .product-filter-banner__box .filter-banner .banner-img {
      width: 260px;
      height: 260px; }
      .product-filter-banner .product-filter-banner__box .filter-banner .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .product-filter-banner .product-filter-banner__box .filter-banner .banner-title {
      width: calc(100% - 350px);
      padding: 40px 0; }
      .product-filter-banner .product-filter-banner__box .filter-banner .banner-title h3 {
        font-size: 20px;
        color: #666666;
        font-weight: 700;
        margin-bottom: 40px; }
      .product-filter-banner .product-filter-banner__box .filter-banner .banner-title p {
        color: #666666;
        line-height: 32px;
        font-size: 14px;
        text-align: justify; }

@media (max-width: 1400px) {
  .products__box .product-list .product-list-box .pro-item {
    width: 33.33%; }
    .products__box .product-list .product-list-box .pro-item:nth-child(5n) {
      border-left: 1px solid #e7e7e7; }
    .products__box .product-list .product-list-box .pro-item:nth-child(3n) {
      border-left: none; } }

@media (max-width: 1024px) {
  .order-by-dropdown-box {
    display: block !important; }
  .products__box .product-list .order-by-box .tabs-all-box ul {
    display: none;
    position: absolute;
    padding-right: 0;
    padding: 10px;
    flex-direction: column;
    background-color: white;
    top: 25px;
    right: 0;
    left: 0;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    .products__box .product-list .order-by-box .tabs-all-box ul li.active {
      border-bottom: 0;
      background-color: #616ee5;
      border-radius: 10px;
      margin: 0; }
      .products__box .product-list .order-by-box .tabs-all-box ul li.active span {
        color: white;
        padding: 0 10px; }
  .product-filter-banner .product-filter-banner__box .filter-banner .banner-img {
    width: 30%; }
  .product-filter-banner .product-filter-banner__box .filter-banner .banner-title {
    width: 65%; } }

@media (max-width: 768px) {
  .products__box .product-filter .product-filter-box {
    position: absolute;
    background-color: white;
    width: 0px;
    border: 0;
    z-index: 100;
    top: 35px; }
  .products__box .product-list {
    width: 100%; }
  .products__box {
    position: relative; }
  .products__box .product-list .order-by-box .order-by-box-title .open-filter {
    cursor: pointer;
    display: block; }
  .products__box .product-list .order-by-box .order-by-box-title .order-by-box-title-span {
    display: none; }
  .products__box .product-list .order-by-box {
    border: none; }
  .products__box .product-list .product-list-box .pro-item {
    width: 50%; }
    .products__box .product-list .product-list-box .pro-item:nth-child(5n) {
      border-left: 1px solid #e7e7e7; }
    .products__box .product-list .product-list-box .pro-item:nth-child(3n) {
      border-left: 1px solid #e7e7e7; }
    .products__box .product-list .product-list-box .pro-item:nth-child(2n) {
      border-left: none; }
  .product-filter-banner .product-filter-banner__box .filter-banner {
    padding: 45px; } }

@media (max-width: 576px) {
  .site-header .header-banner {
    height: 40px; }
  .products__box .product-list .product-list-box .pro-item {
    width: 100%;
    border-left: none;
    display: flex;
    justify-content: space-between; }
    .products__box .product-list .product-list-box .pro-item:nth-child(5n) {
      border-left: none; }
    .products__box .product-list .product-list-box .pro-item:nth-child(3n) {
      border-left: none; }
  .products__box .product-list .product-list-box .pro-item {
    height: 160px; }
  .products__box .product-list .product-list-box .pro-item .item-img {
    width: 100px; }
  .products__box .product-list .product-list-box .item-info-box {
    width: calc(100% - 120px); }
  .products__box .product-list .product-list-box .item-info-box .cart-name span {
    font-size: 10px;
    font-weight: 700; }
  .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top .price-off span,
  .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-bott .off-time {
    font-size: 10px; }
  .products__box .product-list .product-list-box .item-info-box .cart-price .cart-price-top .main-price span {
    font-size: 12px; }
  .product-filter-banner .product-filter-banner__box .filter-banner {
    display: flex;
    flex-direction: column; }
  .product-filter-banner .product-filter-banner__box .filter-banner .banner-img {
    width: 100%;
    margin-bottom: 40px; }
  .product-filter-banner .product-filter-banner__box .filter-banner .banner-title {
    width: 100%; }
  .product-filter-banner .product-filter-banner__box .filter-banner {
    padding: 40px 30px; }
  .products__box .product-list .page-box .prev span,
  .products__box .product-list .page-box .next span {
    font-size: 12px;
    margin: 0 5px; }
  .products__box .product-list .page-box .pages ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px; } }

.category-slider {
  margin-top: 50px; }
  .category-slider__box .category-slider__item {
    position: relative;
    height: 582px; }
    .category-slider__box .category-slider__item img {
      width: 100%;
      height: 100%;
      border-radius: 16px;
      object-fit: cover; }
    .category-slider__box .category-slider__item .title-side {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center; }
      .category-slider__box .category-slider__item .title-side.left-item {
        justify-content: end; }
      .category-slider__box .category-slider__item .title-side .title-side-inner {
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .category-slider__box .category-slider__item .title-side .title-side-inner .title-side-btn a {
          display: inline-block;
          font-size: 18px;
          color: #333;
          font-weight: 700;
          padding: 21px 120px;
          border-radius: 50px;
          background-color: white; }
        .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 {
          padding-right: 60px; }
          .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-top {
            margin-top: 30px; }
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-top h1 {
              color: #f2f2f2;
              font-size: 64px;
              margin: 0;
              margin-bottom: 20px; }
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-top h2 {
              font-size: 36px;
              color: #fff; }
        .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 {
          padding-left: 25px; }
          .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-top {
            margin-top: 30px; }
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-top h1 {
              text-align: center;
              color: #3D568D;
              font-size: 64px; }
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-top h2 {
              text-align: center;
              font-size: 36px;
              color: #616EE5; }
          .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-btn {
            display: flex;
            align-items: center;
            justify-content: center; }
        .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 {
          padding-right: 60px; }
          .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top {
            margin-top: 100px; }
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top h1 {
              color: #f2f2f2;
              font-size: 64px;
              margin: 0;
              margin-bottom: 20px; }
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top h2 {
              font-size: 36px;
              color: #FFA902; }
          @media (max-width: 1200px) {
            .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 h1 {
              font-size: 50px; } }

.category-list-e__box {
  margin-top: 20px;
  margin-bottom: 40px; }
  .category-list-e__box .cat-list-title span {
    font-size: 24px;
    font-weight: 700;
    color: #080F4D; }
  .category-list-e__box .cat-list-body {
    padding: 20px 60px;
    margin-top: 30px; }
    .category-list-e__box .cat-list-body ul {
      display: flex;
      flex-wrap: wrap; }
      .category-list-e__box .cat-list-body ul li {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1300px) {
          .category-list-e__box .cat-list-body ul li {
            width: 25%; } }
        @media (max-width: 1100px) {
          .category-list-e__box .cat-list-body ul li {
            width: 33%; } }
        @media (max-width: 992px) {
          .category-list-e__box .cat-list-body ul li {
            width: 50%; } }
        .category-list-e__box .cat-list-body ul li a {
          margin: 15px; }
          .category-list-e__box .cat-list-body ul li a .cat-img {
            width: 200px;
            height: 200px;
            border-radius: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f1f1f1; }
            .category-list-e__box .cat-list-body ul li a .cat-img img {
              width: 70%;
              height: 70%;
              object-fit: contain; }
          .category-list-e__box .cat-list-body ul li a span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 20px;
            color: #080F4D;
            font-weight: 700;
            margin-top: 15px; }

.my-orders-box {
  border: 1px solid #e7e7e7;
  border-radius: 16px; }
  .my-orders-box .my-orders-box-title ul {
    margin: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #616ee5; }
    @media (max-width: 576px) {
      .my-orders-box .my-orders-box-title ul {
        margin: 0 15px; } }
    .my-orders-box .my-orders-box-title ul li {
      padding: 0px 20px; }
      .my-orders-box .my-orders-box-title ul li button {
        display: flex;
        align-items: center;
        padding: 17.5px 0;
        height: 61px; }
        .my-orders-box .my-orders-box-title ul li button p {
          color: #666666;
          font-size: 16px;
          transform: translateY(3px); }
        .my-orders-box .my-orders-box-title ul li button span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 23px;
          height: 23px;
          border-radius: 50px;
          color: #333;
          font-size: 12px;
          font-weight: 700;
          background-color: #bbb;
          margin-right: 10px;
          transform: translateY(3px); }
      .my-orders-box .my-orders-box-title ul li.active {
        border-bottom: 3px solid white;
        transform: translateY(3px); }
        .my-orders-box .my-orders-box-title ul li.active span {
          background-color: #616ee5;
          color: white; }
        .my-orders-box .my-orders-box-title ul li.active p {
          color: #616ee5;
          transform: translateY(1px); }
        .my-orders-box .my-orders-box-title ul li.active button {
          border-bottom: 3px solid #616ee5;
          transform: translateY(2px); }
      .my-orders-box .my-orders-box-title ul li:first-child {
        padding-right: 0; }
  .my-orders-box .my-orders-box-body {
    padding: 20px; }
    @media (max-width: 576px) {
      .my-orders-box .my-orders-box-body {
        padding: 15px; } }
    .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header {
      padding: 19px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      background-color: #f2f2f2;
      border-radius: 16px; }
      .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item {
        display: flex;
        align-items: center; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .dot {
          margin-left: 10px;
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #616ee5;
          border-radius: 50px; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .title-name {
          font-size: 16px;
          color: #333;
          width: max-content; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .title-value {
          display: block;
          margin-right: 7px;
          font-size: 16px;
          color: #333; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .title-value.bold {
            font-weight: 700; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .title-value.price .unit {
            font-size: 12px;
            font-weight: 400; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item:last-child {
          padding-left: 30px; }
    .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg {
      margin-top: 20px; }
      .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul li a {
          width: 120px;
          height: 120px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #e7e7e7;
          border-radius: 16px;
          margin-left: 10px;
          margin-bottom: 10px; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul li a img {
            width: 80%;
            height: 80%;
            object-fit: contain; }
    .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 25px;
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 35px; }
      .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items {
        padding: 0 19px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 16px; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item {
          display: flex;
          align-items: center;
          margin-left: 60px; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .dot {
            margin-left: 10px;
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #616ee5;
            border-radius: 50px; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .title-name {
            width: max-content;
            font-size: 16px;
            color: #333; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .title-value {
            display: block;
            margin-right: 7px;
            font-size: 16px;
            color: #333; }
            .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .title-value.bold {
              font-weight: 700; }
            .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .title-value.price .unit {
              font-size: 12px;
              font-weight: 400; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item:last-child {
            padding-left: 60px; }
      .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-factor {
        display: flex;
        justify-content: end; }
        .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-factor a {
          width: max-content;
          color: #616ee5;
          border: 1px solid #616ee5;
          font-size: 16px;
          font-weight: 700;
          padding: 18px 58px;
          border-radius: 16px;
          transition: 0.3s; }
          .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-factor a:hover {
            background-color: #616ee5;
            color: white;
            transition: .3s; }
    .my-orders-box .my-orders-box-body .order-items-box .order-item:last-child .order-item-finalres {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .my-orders-box .box-1-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7; }
    .my-orders-box .box-1-title .bx-title {
      display: flex;
      align-items: center; }
      .my-orders-box .box-1-title .bx-title span {
        font-size: 16px;
        font-weight: 700;
        color: #080F4D; }
      .my-orders-box .box-1-title .bx-title i {
        margin-left: 15px; }
        .my-orders-box .box-1-title .bx-title i::before {
          font-size: 24px;
          color: #616ee5; }
    .my-orders-box .box-1-title button {
      font-size: 12px;
      color: #616ee5; }
    .my-orders-box .box-1-title a {
      font-size: 12px;
      color: #616ee5; }

.profile-box-1 {
  border: 1px solid #e7e7e7;
  border-radius: 16px; }
  .profile-box-1 .box-1-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7; }
    .profile-box-1 .box-1-title .bx-title {
      display: flex;
      align-items: center; }
      .profile-box-1 .box-1-title .bx-title span {
        font-size: 16px;
        font-weight: 700;
        color: #080F4D; }
      .profile-box-1 .box-1-title .bx-title i {
        margin-left: 15px; }
        .profile-box-1 .box-1-title .bx-title i::before {
          font-size: 24px;
          color: #616ee5; }
    .profile-box-1 .box-1-title button {
      font-size: 12px;
      color: #616ee5; }
    .profile-box-1 .box-1-title a {
      font-size: 12px;
      color: #616ee5; }
  .profile-box-1 .box-1-body {
    padding: 10px; }
  .profile-box-1 ul.userinfo-box {
    padding: 42px 24px 20px 24px;
    width: 50%; }
    .profile-box-1 ul.userinfo-box.bold li {
      font-weight: 700; }
    .profile-box-1 ul.userinfo-box li {
      font-size: 16px;
      padding-bottom: 24px;
      color: #333333; }

.profile-alert {
  width: 100%; }
  .profile-alert span {
    background-color: #ffe6e6;
    border-radius: 16px;
    display: block;
    padding: 20px;
    color: #080F4D; }

.profile-cart-box {
  display: flex;
  flex-wrap: wrap; }
  .profile-cart-box .profile-cart-item {
    margin: 10px;
    width: calc(20% - 20px);
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 16px; }
    .profile-cart-box .profile-cart-item .cart-img {
      height: 140px;
      width: 100%; }
      .profile-cart-box .profile-cart-item .cart-img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .profile-cart-box .profile-cart-item .cart-title {
      margin-top: 10px; }
      .profile-cart-box .profile-cart-item .cart-title .title-name {
        height: 42px;
        overflow: hidden; }
        .profile-cart-box .profile-cart-item .cart-title .title-name span {
          font-size: 14px;
          line-height: 21px;
          color: #080F4D;
          font-weight: 500; }
      .profile-cart-box .profile-cart-item .cart-title .title-price {
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: end; }
        .profile-cart-box .profile-cart-item .cart-title .title-price .price {
          font-weight: 700;
          font-size: 16px;
          color: #080F4D; }
          @media (max-width: 576px) {
            .profile-cart-box .profile-cart-item .cart-title .title-price .price {
              font-size: 15px; } }
        .profile-cart-box .profile-cart-item .cart-title .title-price .unit {
          margin-right: 5px;
          font-size: 10px;
          color: #707070;
          font-weight: 600; }

.brands.category .brands__box {
  margin-top: 10px; }

.prolist-two.category .prolist-two__box .prolistbox-box {
  padding-bottom: 10px; }

@media (max-width: 1200px) {
  .category-slider__box .category-slider__item {
    height: 450px; }
  .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top {
    margin-top: 20px; } }

@media (max-width: 992px) {
  .category-slider__box .category-slider__item .title-side .title-side-inner .title-side-btn a {
    padding: 15px 70px; } }

@media (max-width: 768px) {
  .category-list-e__box .cat-list-body ul li a .cat-img {
    width: 134px;
    height: 134px; } }

@media (max-width: 576px) {
  .category-main-slider .main_container {
    padding: 0; }
  .category-slider {
    margin-top: 20px; }
    .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 {
      padding-right: 25px; }
      .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top {
        margin-top: 10px; }
        .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top h1 {
          font-size: 14px;
          margin-bottom: 15px; }
        .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-top h2 {
          font-size: 10px; }
      .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-1 .title-side-btn a {
        font-size: 12px;
        padding: 8px 32px; }
    .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 {
      padding-right: 25px; }
      .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-top {
        margin-top: 0px; }
        .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-top h1 {
          margin-bottom: 10px;
          font-size: 14px; }
        .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-top h2 {
          font-size: 10px; }
      .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-2 .title-side-btn a {
        font-size: 12px;
        padding: 8px 32px; }
    .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 {
      padding-right: 25px; }
      .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-top {
        margin-top: 10px; }
        .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-top h1 {
          font-size: 14px; }
        .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-top h2 {
          font-size: 10px; }
      .category-slider .category-slider__box .category-slider__item .title-side .title-side-inner.model-3 .title-side-btn a {
        font-size: 12px;
        padding: 8px 32px; }
  .category-slider__box .category-slider__item {
    height: 170px; }
    .category-slider__box .category-slider__item img {
      border-radius: 0; }
  .category-list-e .main_container {
    padding: 0; }
    .category-list-e .main_container .inner_container {
      padding: 0; }
  .category-list-e__box .cat-list-title span {
    font-size: 14px;
    margin-right: 20px; }
  .category-list-e__box .cat-list-body {
    padding: 0; }
    .category-list-e__box .cat-list-body ul {
      flex-wrap: nowrap; }
      .category-list-e__box .cat-list-body ul li {
        width: 150px; }
  .category-list-e__box .cat-list-body ul li a {
    margin-top: 0; }
  .category-list-e__box .cat-list-body ul li a span {
    font-size: 16px; }
  .dual-banner.category .dual-banner__item {
    height: 170px; }
  .dual-banner.category .title-side.model-1 h1 {
    font-size: 24px; }
  .prolist-two.category .prolist-two__box .prolistbox-box .prolistbox-item {
    width: 180px; }
  .product-filter-banner.category .product-filter-banner__box {
    margin-top: 15px; }
  .product-filter-banner.category .product-filter-banner__box .filter-banner .banner-img {
    width: 60%; }
  .product-filter-banner.category .product-filter-banner__box .filter-banner .banner-title h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .product-filter-banner.category .product-filter-banner__box .filter-banner {
    padding: 30px 20px; }
  .brands.category .x-drag-scroll {
    overflow-x: unset;
    overflow-y: unset;
    cursor: unset; }
  .brands.category .brands__box .brands-title {
    background-color: unset;
    padding: 0;
    margin-bottom: 25px; }
    .brands.category .brands__box .brands-title h2 {
      text-align: right; }
  .brands.category .brands__box .brands-body-cat .brans-body-cat-inner {
    padding: 20px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .brands.category .brands__box .brands-body-cat .brans-body-cat-inner .brands__item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45%;
      margin-left: 0;
      margin-bottom: 35px; }
      .brands.category .brands__box .brands-body-cat .brans-body-cat-inner .brands__item img {
        width: 95%; } }

@media (max-width: 1300px) {
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item {
    width: 50%;
    margin: 7px 0; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres {
    flex-direction: column;
    margin-bottom: 25px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item:last-child .order-item-finalres {
    display: flex;
    flex-direction: column; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items {
    width: 100%;
    margin-bottom: 15px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item:last-child {
    margin-left: 0; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item {
    margin-bottom: 10px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-factor {
    width: 100%; }
  .profile-cart-box .profile-cart-item {
    width: calc(25% - 20px); } }

@media (max-width: 1200px) {
  .profile-cart-box .profile-cart-item {
    width: calc(33% - 20px); } }

@media (max-width: 1024px) {
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item {
    width: 100%; } }

@media (max-width: 996px) {
  .profile-cart-box .profile-cart-item {
    width: calc(50% - 20px); } }

@media (max-width: 576px) {
  .box-1-body.dashboard-wishlist {
    padding: 0; }
  .profile-cart-box .profile-cart-item {
    margin: 0;
    width: 50%;
    border: none;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0; }
    .profile-cart-box .profile-cart-item:nth-child(2n) {
      border-left: 0; }
  .profile-cart-box .profile-cart-item .cart-img {
    height: 120px; }
  .profile-cart-box .profile-cart-item .cart-title .title-name span {
    font-size: 12px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items {
    padding: 0; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul li a {
    width: 140px;
    height: 140px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-factor a {
    font-size: 14px;
    font-weight: 400;
    padding: 15px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item {
    width: 100%;
    margin-left: 0;
    padding: 0; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .title-value,
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .title-value {
    font-weight: 700;
    font-size: 14px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item .title-name,
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item .title-name,
  .my-orders-box .my-orders-box-title ul li button p {
    font-size: 14px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-factor a {
    text-align: center;
    width: 100%; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item:last-child {
    padding-left: 0; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header .item-header-item {
    display: flex;
    justify-content: space-between; }
  .my-orders-box .my-orders-box-title ul {
    flex-wrap: wrap; }
    .my-orders-box .my-orders-box-title ul li {
      width: 50%;
      padding: 0 10px; }
      .my-orders-box .my-orders-box-title ul li button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item {
    margin-bottom: 17px;
    justify-content: space-between; }
    .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-finalres .finalres-items .item-finalres-item:last-child {
      padding-left: 0; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-header {
    padding: 10px 15px; }
  .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul {
    display: flex;
    justify-content: space-between; }
    .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul li {
      width: 48%; }
      .my-orders-box .my-orders-box-body .order-items-box .order-item .order-item-listimg ul li a {
        width: 100%; } }

.page-product__nav-container {
  max-width: 100%;
  display: flex; }

.dt-product {
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  display: flex;
  padding: 10px 10px 10px 30px;
  margin-bottom: 15px; }
  .dt-product__gallery-images {
    flex: 1;
    border-left: 1px solid #dfdfdf; }
  .dt-product__info-segment {
    flex: 2;
    padding-right: 10px;
    display: flex;
    flex-direction: column; }
  .dt-product__headline {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px; }
  .dt-product__title {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    margin: 15px 0; }
    .dt-product__title span {
      color: #b3b3b3;
      font-size: 12px;
      font-size: .857rem;
      font-weight: 400;
      position: absolute;
      bottom: 0;
      background: #FFF;
      transform: translateY(50%);
      right: 0;
      padding-left: 8px; }
  .dt-product .dt-product__share {
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    .dt-product .dt-product__share:before {
      content: '\E0C1';
      font-family: icdigibab;
      font-size: 22px;
      font-size: 1.571rem;
      color: #656565; }
  .dt-product__readytosend {
    display: inline-block;
    align-items: center;
    font-size: 14px;
    font-size: 1rem;
    position: relative;
    padding-right: 30px;
    line-height: 1.5;
    margin-bottom: 15px; }
    .dt-product__readytosend:before {
      content: "";
      background: url(/static/img/no-readytosend.svg) no-repeat 50% 50%;
      background-size: contain;
      position: absolute;
      font-size: 17px;
      font-size: 1.214rem;
      color: #c1c1c1;
      width: 28px;
      height: 24px;
      right: -5px;
      top: -4px; }
    .dt-product__readytosend--true {
      font-weight: 700;
      color: #00bfd6; }
      .dt-product__readytosend--true:before {
        background: url(/static/img/readytosend.svg) no-repeat 50% 50%;
        background-size: contain; }
  .dt-product__actions {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    .dt-product__actions .btn-view-desc {
      margin-top: 20px;
      margin-right: 20px; }
  .dt-product__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0; }
  .dt-product__sell-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .dt-product__sell-col.is-hidden {
      display: none; }
  .dt-product__colleague-price {
    font-size: 14px;
    color: #616161; }
  .dt-product__price {
    font-size: 31px;
    color: #ef394e;
    padding: 10px 0;
    display: flex;
    align-items: center; }
    .dt-product__price del {
      color: #b4b4b4;
      font-size: 16px;
      margin-left: 10px; }
      .dt-product__price del.is-hidden {
        display: none; }
  .dt-product__variant {
    display: flex;
    margin-top: 20px; }
    .dt-product__variant label {
      display: inline-flex;
      align-items: center;
      margin-left: 10px; }
    .dt-product__variant-title {
      font-size: 13px;
      font-size: .928rem;
      color: #616161;
      margin-left: 10px; }
  .dt-product__not-available {
    line-height: 2;
    font-size: 14px;
    color: #f2f2f2;
    background: #757575;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 15px; }
    .dt-product__not-available.is-hidden {
      display: none; }
  .dt-product__order-disabled {
    color: #474747;
    padding: 20px 0 0;
    font-size: 14px;
    display: inline-flex;
    align-items: center; }
    .dt-product__order-disabled:before {
      content: '\e904';
      color: #474747;
      font-size: 21px;
      font-size: 1.5rem;
      vertical-align: middle;
      margin-left: 4px;
      margin-bottom: 3px; }
  .dt-product__config-wrapper {
    flex: 1;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .dt-product__directory {
    display: flex;
    font-size: 11px;
    font-size: .786rem;
    color: #515151;
    padding-bottom: 20px;
    line-height: 2; }
    @media (max-width: 47.99em) {
      .dt-product__directory {
        flex-direction: column; } }
    .dt-product__directory ul {
      display: flex;
      flex-wrap: wrap; }
    .dt-product__directory li {
      margin-right: 28px; }
      @media (max-width: 47.99em) {
        .dt-product__directory li {
          margin-right: 0; }
          .dt-product__directory li:not(:first-child) {
            margin-top: 8px; } }
      .dt-product__directory li:first-child {
        margin-right: 0; }
    .dt-product__directory a {
      color: #1ca2bd;
      font-size: 12px;
      line-height: 2;
      position: relative;
      white-space: nowrap; }
      .dt-product__directory a:before {
        content: '';
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        position: absolute;
        border-bottom: 1px dashed #1ca2bd; }
  .dt-product__params ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #55565a; }
    .dt-product__params ul:before {
      content: attr(data-title);
      font-size: 13px;
      font-weight: 700;
      display: list-item;
      line-height: 1.5;
      margin-bottom: 8px; }
  .dt-product__params li {
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    color: #656565;
    padding-right: 12px;
    display: inline-flex; }
    .dt-product__params li span:first-child {
      white-space: nowrap; }
    .dt-product__params li:before {
      content: "";
      position: absolute;
      right: 0;
      width: 0;
      height: 0;
      margin-top: 3px;
      border-top: 5px solid transparent;
      border-bottom: 0px solid transparent;
      border-right: 5px solid #ccc; }
  .dt-product li.dt-product__params-more-handler button {
    background: none;
    border: none; }
  .dt-product li.dt-product__params-more-handler:before {
    border: none;
    content: attr(data-sign);
    color: #1ca2bd;
    width: unset;
    height: unset;
    line-height: 2; }
  .dt-product__additional-info {
    border-right: 1px solid #ccc;
    padding: 0 15px 0 20px; }
    .dt-product__additional-info ul {
      position: relative; }
      .dt-product__additional-info ul:before {
        position: absolute;
        left: 100%;
        margin-left: 22px;
        top: 6px;
        content: '\E081';
        font-family: icdigibab;
        font-size: 16px;
        color: #a2a2a2; }
    .dt-product__additional-info li {
      font-size: 11px;
      font-size: .786rem;
      color: #a2a2a2;
      line-height: 2; }

.share-form__field {
  width: 100%;
  margin-bottom: 15px; }
  .share-form__field .ui-input__field {
    padding-left: 40px; }

.ui-input--send-to-email:after {
  content: '\E075';
  font-size: 18px;
  color: #ababab;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%); }

.btn-view-desc {
  color: #1ca2bd;
  font-size: 12px;
  line-height: 2;
  position: relative;
  cursor: pointer; }
  .btn-view-desc:after {
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 12px;
    position: absolute;
    border-bottom: 1px dashed #1ca2bd; }
  .btn-view-desc:before {
    content: '\E804';
    font-size: 10px;
    font-size: .714rem;
    font-family: icdigibab;
    padding-left: 5px; }

.product-desc {
  position: relative;
  background-color: #FFF;
  color: #000;
  font-size: 12px;
  overflow-y: hidden;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  box-sizing: content-box; }
  .product-desc__headline {
    font-size: 24px;
    color: #616161;
    padding: 5px 0 20px;
    font-weight: 500; }
  .product-desc__main {
    position: relative; }
    .product-desc__main img {
      max-width: 100%; }
  .product-desc__content {
    padding: 30px 50px 50px; }
  .product-desc__collapse {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #2196f3;
    background: #fcfcfc;
    cursor: pointer;
    font-size: 14px;
    display: none;
    line-height: 3; }
    .product-desc__collapse:after {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      opacity: 1;
      bottom: 28px;
      height: 105px;
      z-index: 1;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(252, 252, 252, 0.99) 99%, #fcfcfc);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fcfcfc", GradientType=0); }
    .product-desc__collapse.changed:after {
      display: none; }
    .product-desc__collapse.is-hidden {
      display: none; }
  .product-desc p {
    line-height: 2;
    text-align: justify;
    font-size: 14px; }

.tabs {
  position: relative; }
  .tabs.is-fixed .tabs__list {
    position: fixed;
    width: calc(100% - 30px);
    z-index: 120;
    box-shadow: 0 5px 10px 0 rgba(180, 180, 180, 0.2);
    top: 68px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .tabs__list {
    position: relative; }
    @media (max-width: 47.99em) {
      .tabs__list {
        overflow-x: auto; } }
    .tabs__list ul {
      display: flex;
      background-color: #f8f8f8;
      border: 1px solid #dfdfdf; }
  .tabs__tab {
    position: relative;
    border-left: 1px solid #e6e6e6;
    cursor: pointer; }
    .tabs__tab.is-active:first-of-type {
      margin-right: -1px; }
    .tabs__tab.is-active:before {
      display: block;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 4px;
      background: #00bfd6;
      position: absolute;
      z-index: 1; }
    .tabs__tab.is-active > a {
      background-color: #FFF;
      border-bottom: 2px solid #FFF;
      margin-bottom: -1px; }
    .tabs__tab a {
      position: relative;
      display: flex;
      color: #6f6f6f;
      padding: 14px 20px;
      font-size: 16px;
      line-height: 25px;
      white-space: nowrap; }
  .tabs__content {
    background-color: #FFF;
    padding: 35px 50px 35px 60px; }

.product-comments__headline,
.product-params__headline {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #656565;
  padding: 20px 0; }
  .product-comments__headline span,
  .product-params__headline span {
    font-size: 13px;
    font-size: .928rem;
    color: #b3b3b3;
    font-weight: 400; }

.product-params {
  width: 100%; }
  .product-params__title {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px; }
    .product-params__title:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 7px;
      width: 0;
      height: 0;
      border-color: transparent transparent transparent #00bfd6;
      border-style: solid;
      border-width: 7px 0 0 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    @media (max-width: 47.99em) {
      .product-params__title {
        margin-bottom: 10px; } }
  .product-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px; }
    @media (max-width: 47.99em) {
      .product-params__list {
        margin-bottom: 20px; } }
    .product-params__list li {
      display: flex;
      flex-wrap: wrap;
      margin: 8px -8px; }
      .product-params__list li:last-child > div span {
        border-bottom: none; }
  .product-params__list-title {
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 8px;
    padding-right: 8px; }
  .product-params__list-value {
    flex: 0 0 77%;
    max-width: 77%;
    padding-left: 8px;
    padding-right: 8px; }
  .product-params__list-value span,
  .product-params__list-title span {
    display: block;
    padding: 14px 10px 12px;
    font-size: 13px;
    line-height: 1.571;
    background-color: #fafafa;
    color: #4d4d4d; }

.gallery-thumbs .swiper-slide:before {
  height: 2px;
  width: 100%;
  content: "";
  left: 0;
  position: absolute;
  top: 0; }

.remodal-gallery .swiper-wrapper img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 69px;
  height: 69px;
  top: auto;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-top: 0; }

.gallery-thumbs .swiper-button-next {
  color: #a8a8a8;
  bottom: -25px;
  top: 50%;
  transform: translateY(-50%);
  left: -24px; }
  .gallery-thumbs .swiper-button-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -5px;
    font-family: icdigibab;
    content: '\e80a';
    font-size: 26px; }

.gallery-thumbs .swiper-button-prev {
  color: #a8a8a8;
  top: 50%;
  transform: translateY(-50%);
  right: -24px !important; }
  .gallery-thumbs .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -10px;
    font-family: icdigibab;
    content: '\e805';
    font-size: 26px; }

.gallery {
  display: flex;
  flex-direction: column;
  padding: 17px 0;
  margin: 0 auto;
  height: 100%;
  padding-left: 10px; }
  .gallery__main-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 370px; }
    .gallery__main-img img {
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      min-width: 101px;
      max-width: 85%;
      margin: 0 auto;
      vertical-align: top; }
  .gallery__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .gallery__items li {
      cursor: pointer;
      position: relative;
      border: 1px solid #ccc;
      padding: 5px;
      border-radius: 5px;
      display: none;
      flex: 0 0 22%;
      max-width: 22%; }
      .gallery__items li:nth-child(-n+3), .gallery__items li:nth-child(-n+4) {
        display: flex; }
      .gallery__items li:not(:first-of-type) {
        margin-right: 4%; }
      .gallery__items li:nth-child(4) > img {
        filter: blur(3px); }
      .gallery__items li:hover > img {
        opacity: 1; }
    .gallery__items img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: top;
      opacity: .7;
      min-width: 30px;
      min-height: 30px; }
  .gallery__item--circle-more {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, 0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .gallery__item--circle-more:before {
      content: '\e903';
      font-size: 18px; }
  .gallery__item:nth-child(4) .gallery__item--circle-more {
    display: flex; }
  .gallery hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #ccc; }

.remodal-gallery {
  padding: 0;
  max-width: 90vw;
  height: 650px; }

.gallery-top {
  width: 100%;
  min-width: 100%;
  height: 80%;
  float: left; }

.gallery-thumbs {
  width: 100%;
  height: 20%;
  min-height: 20%;
  float: right;
  box-sizing: border-box;
  padding: 13px 0;
  border-left: 1px solid #e4e4e4; }

.gallery-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer; }

.gallery-thumbs .swiper-slide-active {
  opacity: 1; }
  .gallery-thumbs .swiper-slide-active:before {
    background: #00bfd6; }

@media (max-width: 29.99em) {
  .remodal-share__aside {
    display: none; }
  .tabs__content {
    padding: 35px 20px 35px 20px; } }

@media (max-width: 47.99em) {
  .dt-product {
    flex-direction: column;
    padding: 10px; }
    .dt-product__gallery-images {
      border: none; }
    .dt-product__not-available {
      font-size: 12px; }
    .dt-product__price {
      flex-direction: column;
      align-items: flex-start; }
  .product-desc__content {
    padding: 30px 30px 50px; }
  .tabs__content {
    padding: 20px; }
  .tabs__tab a {
    padding: 10px 15px;
    font-size: 14px; }
  .product-params__list li {
    flex-direction: column;
    margin: 0; }
  .product-params__list-title, .product-params__list-value {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
    .product-params__list-title span, .product-params__list-value span {
      border-bottom: none;
      padding: 5px 9px;
      font-size: 14px; }
  .product-params__list-title span {
    background-color: #f1f1f1; }
  .product-params__list-value span {
    background-color: #fff; } }

@media (max-width: 63.99em) {
  .dt-product__config-wrapper {
    flex-direction: column; }
  .dt-product__additional-info ul:before {
    display: none; } }

@media (min-width: 85.375em) {
  .gallery__items li {
    flex: 0 0 18%;
    max-width: 18%; }
    .gallery__items li:not(:first-of-type) {
      margin-right: 2.5%; }
    .gallery__items li:nth-child(-n+4), .gallery__items li:nth-child(-n+5) {
      display: flex; }
    .gallery__items li:nth-child(4) > img {
      filter: unset; }
    .gallery__items li:nth-child(5) > img {
      filter: blur(3px); }
  .gallery__item:nth-child(4) .gallery__item--circle-more {
    display: none; }
  .gallery__item:nth-child(5) .gallery__item--circle-more {
    display: flex; } }

@media (min-width: 105em) {
  .remodal-gallery {
    height: 764px; }
  .gallery__items li {
    flex: 0 0 15%;
    max-width: 15%; }
    .gallery__items li:not(:first-of-type) {
      margin-right: 2%; }
    .gallery__items li:nth-child(-n+5), .gallery__items li:nth-child(-n+6) {
      display: flex; }
    .gallery__items li:nth-child(5) > img {
      filter: unset; }
    .gallery__items li:nth-child(6) > img {
      filter: blur(3px); }
  .gallery__item:nth-child(5) .gallery__item--circle-more {
    display: none; }
  .gallery__item:nth-child(6) .gallery__item--circle-more {
    display: flex; } }

.remodal-share-product {
  width: 400px;
  padding: 20px;
  border-radius: 10px; }
  .remodal-share-product .share-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .remodal-share-product .share-product span {
      display: block;
      width: 100%;
      padding: 20px;
      border-bottom: 1px solid #e7e7e7;
      font-weight: 700; }
    .remodal-share-product .share-product button {
      width: 100%;
      border: 1px solid black;
      color: black;
      font-size: 14px;
      padding: 15px;
      text-align: center;
      border-radius: 10px;
      margin: 20px;
      background-color: white; }

@keyframes proDetailImgRight {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes proDetailImgleft {
  from {
    transform: translateX(100%);
    opacity: 1; }
  to {
    transform: translateX(0px);
    opacity: 1; } }

.product-detail__box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .product-detail__box {
      margin-top: 25px; } }
  .product-detail__box .product-detail__right {
    display: flex;
    justify-content: space-between;
    width: 70%; }
    .product-detail__box .product-detail__right .pro-det-img {
      position: relative;
      width: 55%; }
      .product-detail__box .product-detail__right .pro-det-img .img-main-sec {
        position: relative;
        width: 100%;
        height: 544px;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 16px;
        border: 1px solid #e7e7e7;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 1s; }
        .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-opt {
          position: absolute;
          top: 20px; }
          .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-opt ul {
            position: absolute;
            width: calc(100% - 40px);
            display: flex;
            justify-content: center; }
            .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-opt ul li a {
              width: 40px;
              height: 40px;
              border: 1px solid #e7e7e7;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 50px;
              margin-left: 15px; }
              .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-opt ul li a img {
                width: 24px;
                height: 24px; }
        .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-img {
          width: 400px;
          height: 400px; }
          .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            pointer-events: none; }
      .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec {
        width: 100%;
        overflow: hidden; }
        .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul {
          margin-top: 16px;
          padding-bottom: 40px;
          width: max-content;
          display: flex;
          justify-content: space-between; }
          .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li a {
            display: block;
            width: 124px;
            height: 124px;
            padding: 7px;
            box-sizing: border-box;
            border: 1px solid #e7e7e7;
            border-radius: 16px;
            margin-left: 18px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li a.active {
              border: 1px solid #616ee5; }
            .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li a img {
              width: 90%;
              height: 90%;
              object-fit: contain; }
    .product-detail__box .product-detail__right .pro-det-detail {
      padding-right: 30px;
      box-sizing: border-box;
      width: 45%; }
      .product-detail__box .product-detail__right .pro-det-detail .spec-breadcrumb {
        margin-bottom: 30px; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-name h3 {
        color: #080F4D;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-en-name {
        margin-top: 20px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-en-name p {
          font-size: 14px;
          text-align: left;
          color: #666666;
          font-weight: 400;
          line-height: 21px; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-rate {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-rate .user-rate {
          color: #198CFF;
          font-size: 14px;
          font-weight: 400; }
      .product-detail__box .product-detail__right .pro-det-detail .pro-rate {
        position: unset; }
        .product-detail__box .product-detail__right .pro-det-detail .pro-rate span {
          font-size: 14px; }
        .product-detail__box .product-detail__right .pro-det-detail .pro-rate i {
          font-size: 16px; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-color {
        margin-top: 30px;
        display: flex;
        align-items: center; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-color .color-title {
          display: block;
          width: max-content;
          margin-left: 30px;
          font-size: 16px;
          color: #333333;
          font-weight: 700; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-color .color-selectbox {
          display: flex;
          flex-wrap: wrap; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty {
        margin-top: 30px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty .garanty-title {
          display: block;
          margin-left: 30px;
          font-size: 16px;
          color: #333333;
          font-weight: 700;
          margin-bottom: 20px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty ul li {
          margin-bottom: 10px; }
          .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty ul li label {
            margin-right: 10px;
            font-size: 14px;
            font-weight: 400;
            color: #666666; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-in-store {
        margin-top: 35px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-in-store .in-store-box {
          display: flex;
          align-items: center; }
          .product-detail__box .product-detail__right .pro-det-detail .det-detail-in-store .in-store-box span {
            color: #039a00;
            font-size: 14px;
            margin-right: 15px; }
          .product-detail__box .product-detail__right .pro-det-detail .det-detail-in-store .in-store-box i::before {
            font-size: 24px;
            color: #039a00; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-store-name {
        margin-top: 15px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-store-name .in-store-box {
          display: flex;
          align-items: center; }
          .product-detail__box .product-detail__right .pro-det-detail .det-detail-store-name .in-store-box span {
            color: #E84747;
            font-size: 14px;
            margin-right: 15px; }
            .product-detail__box .product-detail__right .pro-det-detail .det-detail-store-name .in-store-box span strong {
              font-weight: 700; }
          .product-detail__box .product-detail__right .pro-det-detail .det-detail-store-name .in-store-box i::before {
            font-size: 24px;
            color: #E84747; }
      .product-detail__box .product-detail__right .pro-det-detail .det-detail-other-shop {
        margin-top: 70px; }
        .product-detail__box .product-detail__right .pro-det-detail .det-detail-other-shop .in-store-box {
          display: flex;
          align-items: center; }
          .product-detail__box .product-detail__right .pro-det-detail .det-detail-other-shop .in-store-box span {
            color: #666;
            font-size: 14px;
            margin-right: 15px; }
  .product-detail__box .product-detail__left {
    width: 24%; }
    .product-detail__box .product-detail__left .pro-det-spec {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .product-detail__box .product-detail__left .pro-det-spec .pro-det-top {
        margin-bottom: 60px; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-top .pro-det-title span {
          font-weight: 700;
          font-size: 16px;
          color: #080F4D; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-top .pro-det-spec-list {
          margin-top: 20px; }
          .product-detail__box .product-detail__left .pro-det-spec .pro-det-top .pro-det-spec-list ul {
            border: 1px solid #e7e7e7;
            border-radius: 16px;
            padding: 0 20px; }
            .product-detail__box .product-detail__left .pro-det-spec .pro-det-top .pro-det-spec-list ul li {
              display: flex;
              align-items: center;
              justify-content: space-between;
              border-bottom: 1px solid #e7e7e7;
              padding: 18px 0; }
              .product-detail__box .product-detail__left .pro-det-spec .pro-det-top .pro-det-spec-list ul li span {
                font-size: 14px;
                font-weight: 400;
                color: #333333; }
              .product-detail__box .product-detail__left .pro-det-spec .pro-det-top .pro-det-spec-list ul li:last-child {
                border-bottom: none; }
      .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box .discount-percent {
          margin-right: 30px; }
          .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box .discount-percent span {
            display: inline-block;
            font-size: 14px;
            padding: 3px 6px;
            border-radius: 50px;
            background-color: #E84747;
            color: white; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box .discount-price del {
          font-size: 24px;
          color: #BBB; }
        @media (max-width: 576px) {
          .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box {
            justify-content: end; }
            .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box .discount-percent {
              margin-right: 10px; }
            .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .discount-price-box .discount-price del {
              font-size: 18px; } }
      .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box {
        display: flex;
        align-items: center;
        justify-content: center; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box h2,
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box h3 {
          text-align: center;
          font-size: 32px;
          font-weight: 700;
          color: #080F4D;
          margin-bottom: 15px; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box h3 {
          margin-right: 7px; }
      .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .pro-det-add-basket button {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px;
        color: white;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        background-color: #616ee5;
        border-radius: 16px;
        transition: .5s; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .pro-det-add-basket button:hover {
          transition: .5s;
          background-color: #4755ce; }
      .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .pro-det-installments {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px;
        color: #198CFF;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        background-color: white;
        border-radius: 16px;
        border: 1px solid #198CFF;
        margin-top: 20px;
        transition: .5s; }
        .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .pro-det-installments:hover {
          transition: .5s;
          color: white;
          border: 1px solid black;
          background-color: black; }

.other-sellers-mainbox {
  background-color: #f2f2f2;
  margin-top: 20px; }
  .other-sellers-mainbox .other-sellers {
    padding: 30px 0;
    padding-bottom: 70px; }
    .other-sellers-mainbox .other-sellers__title span {
      font-size: 20px;
      font-weight: 700;
      color: #080F4D; }
    .other-sellers-mainbox .other-sellers__body {
      padding: 0 35px;
      background-color: white;
      border-radius: 16px;
      margin-top: 30px; }
      .other-sellers-mainbox .other-sellers__body ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e7e7e7;
        padding: 20px 0; }
        .other-sellers-mainbox .other-sellers__body ul li .right-side h3 {
          color: #080F4D;
          font-weight: 700;
          font-size: 16px;
          margin-bottom: 10px; }
        .other-sellers-mainbox .other-sellers__body ul li .right-side p {
          color: #666666;
          font-size: 14px;
          margin-bottom: 8px; }
        .other-sellers-mainbox .other-sellers__body ul li .right-side span {
          color: #666666;
          font-weight: 400;
          font-size: 14px; }
          .other-sellers-mainbox .other-sellers__body ul li .right-side span span {
            font-weight: 700; }
        .other-sellers-mainbox .other-sellers__body ul li .right-side .mobile-store-price-box .mobile-store-price {
          display: none;
          font-size: 18px;
          color: #080F4D;
          font-weight: 700; }
        .other-sellers-mainbox .other-sellers__body ul li .left-side {
          display: flex;
          align-items: center; }
          .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box {
            display: flex;
            align-items: center;
            justify-content: center; }
            .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box .left-side-price {
              margin-left: 20px; }
              .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box .left-side-price span {
                font-size: 20px;
                font-weight: 700;
                color: #333333; }
            .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box .left-side-discount-price {
              margin-left: 20px; }
              .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box .left-side-discount-price del {
                font-size: 18px;
                color: #bbb; }
            .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box .left-side-discount-percent {
              margin-left: 30px; }
              .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-prices-box .left-side-discount-percent span {
                display: inline-block;
                font-size: 14px;
                padding: 3px 6px;
                border-radius: 50px;
                background-color: #E84747;
                color: white; }
          .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-btn button {
            display: block;
            width: 218px;
            border: 1px solid #616EE5;
            padding: 23.5px 0;
            border-radius: 16px;
            text-align: center;
            font-size: 14px;
            color: #616EE5;
            font-weight: 700;
            transition: .5s; }
            .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-btn button:hover {
              background-color: #616EE5;
              color: white;
              transition: .5s; }
      .other-sellers-mainbox .other-sellers__body .more-sellers-btn {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .other-sellers-mainbox .other-sellers__body .more-sellers-btn a,
        .other-sellers-mainbox .other-sellers__body .more-sellers-btn button {
          display: flex;
          align-items: center; }
          .other-sellers-mainbox .other-sellers__body .more-sellers-btn a span,
          .other-sellers-mainbox .other-sellers__body .more-sellers-btn button span {
            font-weight: 700;
            font-size: 14px;
            color: #666666;
            margin-left: 10px; }
          .other-sellers-mainbox .other-sellers__body .more-sellers-btn a i,
          .other-sellers-mainbox .other-sellers__body .more-sellers-btn button i {
            transform: rotate(270deg); }
            .other-sellers-mainbox .other-sellers__body .more-sellers-btn a i::before,
            .other-sellers-mainbox .other-sellers__body .more-sellers-btn button i::before {
              font-size: 18px;
              color: #616EE5; }

.details-tabs {
  margin-top: 20px; }
  .details-tabs .tabs-tabs ul {
    display: flex;
    border-bottom: 1px solid #616EE5; }
    .details-tabs .tabs-tabs ul li {
      padding: 0 20px; }
      .details-tabs .tabs-tabs ul li:first-child {
        padding-right: 0; }
      .details-tabs .tabs-tabs ul li a {
        width: max-content;
        display: block;
        padding-left: 60px;
        color: #080F4D;
        font-size: 18px;
        font-weight: 400;
        padding: 15px 10px; }
      .details-tabs .tabs-tabs ul li.active {
        padding: 0 20px;
        transform: translateY(2px);
        background-color: white; }
        .details-tabs .tabs-tabs ul li.active:first-child {
          padding-right: 0; }
        .details-tabs .tabs-tabs ul li.active a {
          color: #616EE5;
          border-bottom: 4px solid #616EE5; }
  .details-tabs .tabs-body .tabs-body-item .body-item-2 {
    padding: 30px 40px; }
    .details-tabs .tabs-body .tabs-body-item .body-item-2 .item-2-item span {
      font-size: 22px;
      display: block;
      font-weight: 700;
      margin-top: 30px;
      margin-bottom: 40px; }
    .details-tabs .tabs-body .tabs-body-item .body-item-2 .item-2-item p {
      color: #333333;
      font-size: 18px;
      line-height: 32px;
      text-align: justify; }
    .details-tabs .tabs-body .tabs-body-item .body-item-2 .item-2-img {
      padding: 20px;
      padding-top: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .details-tabs .tabs-body .tabs-body-item .body-item-2 .item-2-img img {
        width: 80%;
        height: 80%;
        object-fit: contain; }

.comment-main-section .comments-box-header {
  display: none; }

.comment-main-section .comments-box .comment-item {
  border-bottom: 1px solid #bbbbbb; }
  .comment-main-section .comments-box .comment-item .item-inner {
    display: flex;
    padding: 0 50px;
    padding-top: 60px; }
    .comment-main-section .comments-box .comment-item .item-inner .comment-right {
      width: 250px; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-right h2 {
        font-size: 20px;
        font-weight: 700; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-right h3 {
        font-size: 16px;
        color: #039A00;
        margin: 20px 0; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-right ul {
        margin: 10px 0;
        display: flex; }
        .comment-main-section .comments-box .comment-item .item-inner .comment-right ul li {
          margin: 3px; }
          .comment-main-section .comments-box .comment-item .item-inner .comment-right ul li i::before {
            font-size: 20px;
            color: #e7e7e7; }
          .comment-main-section .comments-box .comment-item .item-inner .comment-right ul li.active i::before {
            color: #FFA902; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-time {
        font-size: 14px;
        color: #666666;
        margin-top: 15px;
        display: block; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-store-name {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #666666;
        margin-top: 20px; }
        .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-store-name i {
          margin-left: 7px; }
          .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-store-name i::before {
            color: #616ee5;
            font-size: 24px; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-color-box {
        margin: 15px 0;
        display: flex;
        align-items: center; }
        .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-color-box .color-name-title {
          font-size: 14px;
          color: #666666;
          margin-left: 25px; }
        .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-color-box .color_selected {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 79px;
          height: 32px;
          border-radius: 50px;
          border: 1px solid #bbbbbb; }
          .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-color-box .color_selected .color-code {
            display: block;
            border-radius: 50px;
            width: 24px;
            height: 24px;
            background-color: white;
            margin-right: 4px;
            border: 1px solid #e2e2e2; }
          .comment-main-section .comments-box .comment-item .item-inner .comment-right .comment-color-box .color_selected .color-name {
            display: block;
            margin-left: 6px; }
    .comment-main-section .comments-box .comment-item .item-inner .comment-left {
      width: calc(100% - 250px);
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-left p {
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        text-align: justify;
        color: #333333; }
      .comment-main-section .comments-box .comment-item .item-inner .comment-left .comment-gallery ul {
        display: flex;
        align-items: center;
        margin: 15px 0; }
        .comment-main-section .comments-box .comment-item .item-inner .comment-left .comment-gallery ul li {
          width: 140px;
          height: 140px;
          border: 1px solid #e7e7e7;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 20px; }
          .comment-main-section .comments-box .comment-item .item-inner .comment-left .comment-gallery ul li img {
            width: 90%;
            height: 90%;
            object-fit: contain; }
  .comment-main-section .comments-box .comment-item .comment-like {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 50px; }
    .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner span {
        font-size: 14px;
        color: #bbbbbb; }
      .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns {
        margin-right: 40px;
        display: flex;
        align-items: center; }
        .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns .like:hover i::before,
        .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns .like:hover span {
          color: #039A00; }
        .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns .dislike:hover i::before,
        .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns .dislike:hover span {
          color: #E84747; }
        .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns button {
          display: flex;
          flex-direction: row-reverse;
          align-items: center;
          margin-right: 15px; }
          .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns button span {
            color: #bbb; }
          .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns button i {
            margin-right: 5px; }
            .comment-main-section .comments-box .comment-item .comment-like .comment-like-inner .comment-like-btns button i::before {
              color: #bbb;
              font-size: 22px; }

.no-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px; }
  @media (max-width: 576px) {
    .no-comment {
      width: 100%;
      padding: 0;
      padding-bottom: 15px; } }

.more-comment-btn {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .more-comment-btn button {
    display: flex;
    align-items: center; }
    .more-comment-btn button span {
      font-size: 16px;
      color: #616ee5; }
    .more-comment-btn button i {
      margin-right: 5px;
      font-size: 20px;
      transform: rotate(270deg); }
      .more-comment-btn button i::before {
        color: #616ee5; }

.add-comment-btn {
  padding-top: 20px; }
  .add-comment-btn button {
    padding: 15px 100px;
    color: white;
    background-color: #616ee5;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px; }
  @media (max-width: 756px) {
    .add-comment-btn {
      margin-top: 0; } }

.add-comment {
  padding: 30px;
  background-color: #eeeeee;
  border-radius: 16px; }
  .add-comment input {
    border: 1px solid #e7e7e7; }
  .add-comment ul li {
    background-color: #f0f0f0;
    margin: 10px;
    padding: 20px; }
  .add-comment button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: white; }

.remodal-add-comment {
  max-width: 1201px;
  box-sizing: border-box;
  border-radius: 16px;
  max-height: 90vh; }
  .remodal-add-comment::-webkit-scrollbar {
    display: none; }
  .remodal-add-comment .remodal-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 30px;
    top: 30px;
    border: 2px solid black;
    color: black;
    border-radius: 50px; }
    .remodal-add-comment .remodal-close::before {
      left: unset;
      top: unset; }
  .remodal-add-comment .add-comment-modal-box {
    box-sizing: border-box;
    padding: 50px;
    padding-left: 80px; }
    .remodal-add-comment .add-comment-modal-box .comment-modal-inner {
      display: flex; }
      .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side {
        width: calc(100% - 400px);
        text-align: right;
        padding-left: 70px; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .top-title h2 {
          font-size: 20px;
          color: #080F4D;
          font-weight: 700; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list .cmt-bl-title {
          margin-top: 25px; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul {
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a {
            display: block;
            width: 120px;
            border: 1px solid #e2e2e2;
            border-radius: 10px;
            margin-left: 10px;
            padding: 15px 10px;
            margin-bottom: 10px; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a .buy-list-pro-name {
              display: block;
              font-size: 14px;
              font-weight: 800;
              color: #616ee5;
              margin-bottom: 5px; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a .buy-list-store-name {
              display: block;
              font-size: 12px; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a .buy-vars {
              border-top: 1px solid #e2e2e2;
              padding-top: 10px; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a .buy-vars span {
                font-size: 12px;
                display: block;
                margin-bottom: 4px; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a.active {
              border: 1px solid #616ee5;
              background-color: #616ee5; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a.active .buy-list-pro-name,
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a.active .buy-list-store-name {
                color: white; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-buy-list ul li a.active .buy-vars span {
                color: white; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-img-box {
          display: flex;
          align-items: center;
          justify-content: center; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-img-box .cmt-img {
            width: 278px;
            margin: 30px 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-img-box .cmt-img img {
              width: 100%;
              object-fit: contain; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate {
          display: flex;
          align-items: center;
          margin-bottom: 25px; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate span {
            font-size: 16px;
            color: #080F4D; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range {
            margin: 0 60px;
            width: 100%; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range {
              position: relative;
              width: 100%;
              height: 5px;
              background-color: #bbb;
              cursor: pointer; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range .progress {
                position: absolute;
                display: flex;
                right: 0;
                width: 100%;
                height: 5px; }
                .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range .progress .progress-item {
                  height: 5px;
                  width: 20%; }
                  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range .progress .progress-item.active {
                    background-color: #616ee5; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range .first-dot {
                position: absolute;
                right: -5px;
                top: -5px;
                width: 16px;
                height: 16px;
                border-radius: 50px;
                background-color: #616ee5; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range .last-dot {
                position: absolute;
                left: -5px;
                top: -5px;
                width: 16px;
                height: 16px;
                border-radius: 50px;
                background-color: #bbb; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range .rate-range-numbers {
              margin-top: 20px;
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: space-between; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-inputs .cmt-input-title span {
          font-size: 16px;
          font-weight: 700;
          color: #616ee5; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item {
          margin-top: 25px; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item span {
            display: block;
            margin-bottom: 20px;
            font-size: 18px;
            color: #333; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item span.require::after {
              content: "*";
              display: inline-block;
              margin-top: 5px;
              color: #ef394e; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item .cmt-input-input {
            width: 100%;
            border-radius: 12px;
            border: 1px solid #e7e7e7;
            overflow: hidden; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item .cmt-input-input input {
              width: 90%;
              border-radius: 13px;
              font-size: 16px;
              padding: 16px; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item .cmt-input-input.add {
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item .cmt-input-input.add .add-point {
                display: flex;
                align-items: center; }
                .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item .cmt-input-input.add .add-point i::before {
                  margin-left: 20px;
                  color: #616ee5;
                  font-size: 16px; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item textarea {
            width: 100%;
            padding: 20px;
            height: 191px;
            border: 1px solid #e7e7e7;
            border-radius: 12px;
            resize: none;
            line-height: 24px; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points ul {
          margin: 30px 0;
          padding: 10px;
          background-color: #f8f8f8;
          border-radius: 12px; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points ul li div {
              display: flex;
              align-items: center; }
              .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points ul li div i {
                margin-left: 5px; }
                .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points ul li div i::before {
                  color: #039A00; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points ul li button i::before {
              font-size: 18px;
              color: #b3b3b3; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-points.negative ul li div i::before {
          color: #ef394e; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit {
          margin-top: 30px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit .cmt-check {
            display: flex;
            align-items: center; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit .cmt-check input {
              margin-left: 10px; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit .cmt-check label {
              font-size: 14px;
              color: #080F4D; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit a,
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit button {
            color: white;
            padding: 19px 30px;
            background-color: #616ee5;
            font-size: 18px;
            font-weight: 700;
            border-radius: 8px; }
      .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side {
        padding-top: 30px;
        width: 400px; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side ul {
          margin: 15px 0; }
          .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side ul li {
            display: flex;
            justify-content: space-between; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side ul li p {
              width: calc(100% - 25px);
              line-height: 30px;
              font-size: 16px;
              text-align: right; }
            .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side ul li::before {
              content: "";
              margin-top: 12px;
              margin-right: 10px;
              display: inline-block;
              width: 5px;
              height: 5px;
              border-radius: 50px;
              background-color: #333;
              margin-left: 10px; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side span {
          display: block;
          text-align: right;
          font-size: 16px;
          line-height: 30px; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side .t-one {
          margin-bottom: 10px;
          color: #080F4D; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side .t-two {
          color: #333; }
        .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side .t-three {
          color: #ef394e; }

@media (max-width: 1024px) {
  .product-detail__box {
    flex-direction: column; }
  .product-detail__box .product-detail__right {
    flex-direction: column;
    width: 100%; }
  .product-detail__box .product-detail__left .pro-det-spec {
    flex-direction: column-reverse; }
    .product-detail__box .product-detail__left .pro-det-spec .pro-det-price {
      margin-top: 30px; }
    .product-detail__box .product-detail__left .pro-det-spec .pro-det-top {
      margin-top: 30px; }
  .product-detail__box .product-detail__left {
    width: 100%; }
  .product-detail__box .product-detail__right .pro-det-img {
    width: 100%;
    margin-bottom: 80px; }
  .product-detail__box .product-detail__right .pro-det-detail {
    width: 100%; }
  .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-opt {
    top: unset;
    bottom: -20px; }
    .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-opt ul li a {
      margin: 0 5px; }
  .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px; }
    .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec.x-drag-scroll {
      overflow: unset; }
    .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li {
        width: 17px; }
        .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li a {
          width: 10px;
          height: 10px;
          background-color: #e4e4e4;
          border-radius: 50px;
          border: none;
          margin-left: 0;
          padding: 0; }
          .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li a img {
            display: none; }
          .product-detail__box .product-detail__right .pro-det-img .img-tumb-sec ul li a.active {
            width: 12px;
            height: 12px;
            border: none;
            background-color: #bbb; }
  .other-sellers-mainbox .other-sellers__body ul li .left-side .left-side-btn button {
    width: 165px; }
  .other-sellers-mainbox .other-sellers__body {
    padding: 0 20px; }
  .product-detail__box .product-detail__right .pro-det-img .img-main-sec {
    height: 400px;
    padding-bottom: 40px; }
  .product-detail__box .product-detail__right .pro-det-img .img-main-sec .img-img {
    height: 90%; } }

@media (max-width: 576px) {
  .product-detail__box .product-detail__right .pro-det-img .img-main-sec {
    height: unset; }
  .product-detail__box .product-detail__right .pro-det-detail {
    padding-right: 0; }
  .spec-breadcrumb ul li a {
    font-size: 10px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-name {
    margin-top: 10px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-name h3 {
    font-size: 16px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-en-name p {
    font-size: 12px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-en-name {
    margin-top: 5px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-rate .user-rate {
    font-size: 10px;
    padding: 5px 0;
    padding-left: 10px;
    border-left: 1px solid #e7e7e7; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-rate {
    justify-content: unset; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-color .color-title,
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty .garanty-title,
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty ul li label {
    font-size: 12px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-garanty,
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-color {
    margin-top: 10px; }
  .color-selectbox .color-item label .color-circle {
    width: 25px;
    height: 25px; }
  .color-selectbox .color-item label .color-name {
    font-size: 10px; }
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-in-store,
  .product-detail__box .product-detail__right .pro-det-detail .det-detail-other-shop {
    display: none; }
  .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box {
    justify-content: end; }
    .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box h2,
    .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .main-price-box h3 {
      font-size: 20px;
      color: #039A00; }
  .other-sellers-mainbox .other-sellers__body {
    padding: 0 5px; }
  .product-detail__box .product-detail__left .pro-det-spec .pro-det-price {
    margin-top: 10px; }
  .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .pro-det-add-basket button {
    font-size: 14px; }
  .product-detail__box .product-detail__left .pro-det-spec .pro-det-price .pro-det-installments {
    font-size: 14px;
    margin-top: 10px; }
  .product-detail__box .product-detail__left .pro-det-spec .pro-det-top {
    margin-bottom: 0px; }
  .other-sellers-mainbox .other-sellers__body ul li {
    padding: 10px 0; }
  .other-sellers-mainbox .other-sellers__body ul li .left-side {
    display: none; }
  .other-sellers-mainbox .other-sellers__body ul li .right-side {
    width: 100%; }
  .other-sellers-mainbox .other-sellers__body ul li .right-side .mobile-store-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .other-sellers-mainbox .other-sellers__body ul li .right-side .mobile-store-price-box .mobile-store-price {
      display: block; }
  .other-sellers-mainbox .other-sellers__body ul li .right-side h3,
  .other-sellers-mainbox .other-sellers__body ul li .right-side p,
  .other-sellers-mainbox .other-sellers__body .more-sellers-btn a span,
  .other-sellers-mainbox .other-sellers__title span {
    font-size: 12px; }
  .other-sellers-mainbox .other-sellers__body .more-sellers-btn {
    padding: 25px; }
  .other-sellers-mainbox .other-sellers__body {
    margin-top: 15px; }
  .other-sellers-mainbox .other-sellers {
    padding-top: 20px;
    padding-bottom: 30px; }
  .prolist-two.product-details .prolistbox-title h2 {
    font-size: 12px; }
  .prolist-two.product-details .prolist-two__box .prolistbox-box .prolistbox-item {
    height: 178px;
    padding: 15px; }
  .prolist-two.product-details .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-price {
    display: none; }
  .prolist-two__box .prolistbox-box .prolistbox-item .item-info-box .item-title p {
    font-weight: 700; }
  .prolist-two.product-details {
    margin-top: 20px; }
  .details-tabs .tabs-tabs ul li {
    padding: 0 5px; }
    .details-tabs .tabs-tabs ul li.active {
      padding: 0 5px; }
    .details-tabs .tabs-tabs ul li a {
      font-size: 12px; }
  .details-tabs .tabs-body .tabs-body-item .body-item-2 {
    padding: 10px 0; }
  .details-tabs .tabs-body .tabs-body-item .body-item-2 .item-2-item p {
    font-size: 12px; }
  .details-tabs .tabs-body .tabs-body-item .body-item-2 .item-2-item span {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate {
    flex-direction: column; }
    .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-excl-span {
      width: 100%;
      display: block;
      text-align: right;
      margin-bottom: 20px; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 1200px) {
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side {
    width: calc(100% - 250px); }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side {
    width: 250px; } }

@media (max-width: 992px) {
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side {
    width: 100%;
    padding-left: 0; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .titie-side {
    width: 0px;
    height: 0px;
    overflow: hidden; } }

@media (max-width: 576px) {
  .remodal-add-comment .remodal-close {
    left: 20px;
    top: 20px; }
  .remodal-add-comment .add-comment-modal-box {
    padding: 20px; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-add-rate .cmt-add-rate-range {
    margin-left: 5px;
    margin-right: 25px; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item span {
    font-size: 14px;
    margin-bottom: 15px; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-input-item .cmt-input-input input {
    padding: 10px; }
  .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit {
    flex-direction: column;
    align-items: unset; }
    .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit .cmt-check {
      margin-bottom: 30px; }
    .remodal-add-comment .add-comment-modal-box .comment-modal-inner .comment-side .cmt-submit button {
      width: 100%; } }

@media (max-width: 992px) {
  .comment-main-section .comments-box .comment-item .item-inner .comment-left .comment-gallery ul li {
    width: 100px;
    height: 100px; } }

@media (max-width: 576px) {
  .comments-box-for-scroll .comments-box {
    display: flex; }
  .comment-main-section .comments-box .comment-item .item-inner .comment-right h3 {
    margin: 15px 0; }
  .comments-box .comment-item {
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.205);
    border-radius: 16px;
    margin: 5px 5px 25px 15px; }
    .comments-box .comment-item .item-inner {
      width: 266px; }
    .comments-box .comment-item:last-child {
      margin-left: 50px; }
  .comment-main-section .comments-box .comment-item .item-inner {
    padding: 15px; }
  .comment-main-section .comments-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px; }
    .comment-main-section .comments-box-header span {
      color: #198cff;
      font-size: 12px;
      font-weight: 700; }
    .comment-main-section .comments-box-header a,
    .comment-main-section .comments-box-header button {
      color: #616ee5;
      font-size: 14px;
      border: 1px solid #616ee5;
      border-radius: 8px;
      padding: 8px; }
  .comments-box .comment-item .item-inner {
    flex-direction: column; }
  .comment-main-section .comments-box .comment-item .item-inner .comment-right {
    width: 100%; }
  .comment-main-section .comments-box .comment-item .item-inner .comment-left {
    width: 100%; }
  .comment-main-section .comments-box .comment-item .comment-like {
    display: none; }
  .comment-main-section .comments-box .comment-item .item-inner .comment-left .comment-gallery ul li {
    width: 70px;
    height: 70px;
    border-radius: 8px; }
  .more-comment-btn {
    display: none; }
  .add-comment-btn button {
    width: 100%; } }

.account-info {
  padding: 20px 20px 30px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.1);
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.1);
  border: 1px solid #dedede; }

.profile-form-user__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.profile-form-user__fieldset {
  padding: 20px 0;
  border: none; }

.profile-form-user__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.profile-form-user__field {
  width: 100%;
  margin-bottom: 28px; }
  @media (min-width: 48em) {
    .profile-form-user__field--half {
      width: calc(50% - 10px); } }

.profile-form-user__cellphone input {
  padding: 10px 32px 10px 10px; }

.profile-form-user__cellphone.verified:before, .profile-form-user__cellphone.not-verified:before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }

.profile-form-user__cellphone.verified:before {
  content: '\e0ef';
  font-size: 16px;
  color: #4FB555; }

.profile-form-user__cellphone.not-verified:before {
  content: '\e081';
  font-size: 18px;
  color: #afafaf; }

.checkout-steps {
  width: calc(100% - 180px);
  margin-right: auto !important;
  margin-left: auto !important; }
  .checkout-steps .guid-section.not-home-page {
    border-top: none; }
  .checkout-steps .guid-section__box {
    width: 100%;
    padding: 34px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; }
  .checkout-steps .guid-section__left {
    display: flex;
    align-items: center; }
    .checkout-steps .guid-section__left .options {
      padding-left: 20px;
      display: none; }
      @media (max-width: 320px) {
        .checkout-steps .guid-section__left .options {
          padding-left: 0; } }
      @media (max-width: 1024px) {
        .checkout-steps .guid-section__left .options {
          display: block; } }
    .checkout-steps .guid-section__left .links {
      display: flex; }
      .checkout-steps .guid-section__left .links li {
        margin-right: 30px; }
        .checkout-steps .guid-section__left .links li a {
          font-size: 11px; }
      @media (max-width: 578px) {
        .checkout-steps .guid-section__left .links {
          flex-direction: column; } }
      @media (max-width: 430px) {
        .checkout-steps .guid-section__left .links {
          display: none; } }
    .checkout-steps .guid-section__left .guid-map {
      display: flex;
      align-items: center; }
      .checkout-steps .guid-section__left .guid-map li {
        display: flex;
        align-items: center; }
        .checkout-steps .guid-section__left .guid-map li div {
          background-color: #e7e7e7;
          width: 16px;
          height: 16px;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .checkout-steps .guid-section__left .guid-map li i {
          display: none; }
        .checkout-steps .guid-section__left .guid-map li a {
          display: block;
          color: #666666;
          font-size: 14px;
          font-weight: 500;
          margin-top: 70px;
          white-space: nowrap; }
          @media (max-width: 480px) {
            .checkout-steps .guid-section__left .guid-map li a {
              font-size: 12px; } }
        .checkout-steps .guid-section__left .guid-map li::after {
          content: "";
          width: 300px;
          height: 4px;
          background-color: #e7e7e7; }
        .checkout-steps .guid-section__left .guid-map li:last-child::after {
          width: 0px;
          height: 0px; }
      .checkout-steps .guid-section__left .guid-map li.map-active div {
        background-color: #616ee5; }
      .checkout-steps .guid-section__left .guid-map li.map-active i {
        display: block; }
      .checkout-steps .guid-section__left .guid-map li.map-active a {
        color: #666666; }
      .checkout-steps .guid-section__left .guid-map li.map-active::after {
        background-color: #616ee5;
        z-index: 9; }
      @media (max-width: 1200px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 250px; } }
      @media (max-width: 1048px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 200px; } }
      @media (max-width: 992px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 160px; } }
      @media (max-width: 768px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 150px; } }
      @media (max-width: 576px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 100px; } }
      @media (max-width: 480px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 80px; } }
      @media (max-width: 380px) {
        .checkout-steps .guid-section__left .guid-map li::after {
          width: 60px; } }
  @media (max-width: 768px) {
    .checkout-steps .guid-section .guid-section__box {
      flex-direction: column;
      align-items: baseline;
      padding: 20px 0; }
    .checkout-steps .guid-section .guid-section__box.contain-options {
      flex-direction: row;
      align-items: center;
      padding: 15px 0; }
      .checkout-steps .guid-section .guid-section__box.contain-options .guid-section__left {
        padding-top: 0;
        width: unset;
        border-top: none; }
    .checkout-steps .guid-section .guid-section__left {
      width: 100%;
      padding-top: 15px;
      padding-left: 5px;
      padding-right: 30px; }
    .checkout-steps .guid-section .guid-section__right {
      padding-right: 30px;
      width: 100%; }
      .checkout-steps .guid-section .guid-section__right h2 {
        font-size: 22px; } }
  @media (max-width: 576px) {
    .checkout-steps .guid-section .guid-section__right {
      padding-right: 20px;
      padding-bottom: 20px; }
    .checkout-steps .guid-section .guid-section__left {
      padding-right: 20px; }
      .checkout-steps .guid-section .guid-section__left .guid-map li a {
        font-size: 14px; }
      .checkout-steps .guid-section .guid-section__left .guid-map li div {
        width: 15px;
        height: 15px;
        margin-left: 5px; } }
  @media (max-width: 768px) {
    .checkout-steps {
      width: 100%; } }
  @media (max-width: 1440px) {
    .checkout-steps {
      width: calc(100% - 120px); } }
  @media (max-width: 1048px) {
    .checkout-steps {
      width: 100%; } }

.page-successful {
  padding: 30px 0;
  text-align: center;
  line-height: 22px; }

.page-successful__image {
  width: 90%;
  max-width: 570px;
  margin: auto; }
  .page-successful__image img {
    width: 100%; }

.page-successful__title h1 {
  color: #4FB555;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 400; }

.page-successful__title h2 {
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 300;
  margin-bottom: 20px; }

.page-successful__actions {
  padding: 0 20px; }

.page-successful__action {
  font-size: 20px;
  font-size: 1.429rem;
  max-width: 570px;
  padding: 15px 10px;
  background-color: #00bfd6;
  display: inline-block;
  color: #FFF;
  font-weight: 300;
  width: 100%;
  border-radius: 16px; }

@media (max-width: 47.99em) {
  .page-successful__title h1 {
    font-size: 22px;
    font-size: 1.571rem; }
  .page-successful__title h2 {
    font-size: 18px;
    font-size: 1.286rem; }
  .page-successful__action {
    font-size: 18px;
    font-size: 1.286rem; } }

@media (max-width: 29.99em) {
  .page-successful__title h1 {
    font-size: 18px;
    font-size: 1.286rem; }
  .page-successful__title h2 {
    font-size: 16px;
    font-size: 1.143rem; }
  .page-successful__action {
    font-size: 16px;
    font-size: 1.143rem; } }

.unsuccessful-page {
  padding: 30px 0;
  text-align: center;
  line-height: 22px; }
  .unsuccessful-page__image {
    width: 90%;
    max-width: 400px;
    margin: auto; }
    .unsuccessful-page__image img {
      width: 100%; }
  .unsuccessful-page__webgate {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #e6e6e6;
    padding: 5px 10px; }
    .unsuccessful-page__webgate span {
      color: #616161;
      font-size: 14px; }
    .unsuccessful-page__webgate img {
      width: 48px;
      height: 48px;
      object-fit: contain;
      object-position: center;
      vertical-align: middle; }
  .unsuccessful-page__title h1 {
    color: #ef394e;
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5; }
  .unsuccessful-page__title h2 {
    font-size: 18px;
    font-size: 1.286rem;
    font-weight: 300;
    margin-bottom: 18px;
    padding: 0 15px; }
  .unsuccessful-page__actions {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .unsuccessful-page__action {
    font-size: 20px;
    font-size: 1.429rem;
    max-width: 570px;
    padding: 15px 10px;
    display: inline-block;
    color: #FFF;
    font-weight: 300;
    width: 100%;
    border-radius: 16px; }
    .unsuccessful-page__action--try {
      background-color: #00bfd6;
      margin-bottom: 15px; }
    .unsuccessful-page__action--support {
      background-color: #656565; }

.data-payment {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 300; }

@media (max-width: 47.99em) {
  .unsuccessful-page__title h1 {
    font-size: 22px;
    font-size: 1.571rem; }
  .unsuccessful-page__title h2 {
    font-size: 16px;
    font-size: 1.143rem; }
  .unsuccessful-page__title--tracking-code {
    font-size: 14px;
    font-size: 1rem; }
  .unsuccessful-page__action {
    font-size: 18px;
    font-size: 1.286rem; } }

@media (max-width: 29.99em) {
  .unsuccessful-page__action {
    font-size: 16px;
    font-size: 1.143rem; }
  .unsuccessful-page__title h1 {
    font-size: 18px;
    font-size: 1.286rem; }
  .unsuccessful-page__title h2 {
    font-size: 14px;
    font-size: 1rem; } }

@media (max-width: 19.99em) {
  .unsuccessful-page__title h1 {
    font-size: 16px;
    font-size: 1.143rem; }
  .unsuccessful-page__title h2 {
    font-size: 12px;
    font-size: .857rem; } }

.error-page {
  text-align: center; }
  .error-page__content {
    padding: 30px 0px;
    text-align: center;
    display: inline-block; }
  .error-page__icon {
    max-width: 200px;
    margin: 0 auto 20px;
    text-align: center; }
    .error-page__icon:before {
      content: '\e0f3';
      font-size: 120px;
      color: #4c4c4c; }
  .error-page__title {
    text-align: center; }
    .error-page__title h1, .error-page__title h2 {
      color: #4c4c4c;
      font-weight: 400;
      margin-bottom: 10px; }
    .error-page__title h1 {
      font-size: 24px; }
  .error-page__actions {
    width: 100%;
    text-align: center; }
    .error-page__actions a {
      display: inline-block;
      background-color: #FFF;
      color: #474747;
      padding: 10px;
      font-size: 14px;
      border-radius: 5px;
      border: 1px solid #e6e6e6; }

.soon-page {
  direction: rtl;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100vh; }
  .soon-page .inner {
    position: absolute;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px; }
    .soon-page .inner #icon {
      width: 200px;
      height: 200px; }
    .soon-page .inner h1 {
      font-size: 48px;
      font-weight: 400;
      color: #616161;
      margin-top: 30px;
      margin-bottom: 15px; }

.accounts-page {
  padding-top: 0; }
  .accounts-page .main {
    background-color: #EBECF7; }

.account-layout {
  position: relative;
  min-height: 100vh;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  .account-layout__logo {
    width: fit-content;
    height: 49px;
    display: block;
    margin: 0 auto 20px; }
    .account-layout__logo img {
      max-height: 100%; }

.account-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF;
  width: 100%;
  max-width: 488px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0px 30px 60px 0px #000D8026; }
  @media (max-width: 576px) {
    .account-box .logo {
      display: none; } }
  .account-box .logo img {
    width: 70px;
    height: 70px; }
  .account-box .store_name {
    font-size: 18px;
    font-weight: 900; }
    @media (max-width: 576px) {
      .account-box .store_name {
        font-size: 28px; } }
  @media (max-width: 576px) {
    .account-box {
      background-color: #EBECF7;
      box-shadow: none;
      height: 525px; } }
  .account-box__headline {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 60px 40px 40px;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #616ee5; }
    .account-box__headline div {
      color: #333333;
      font-size: 16px;
      font-weight: 400; }
      @media (max-width: 576px) {
        .account-box__headline div {
          font-size: 14px;
          line-height: 26px; } }
    .account-box__headline .title1 {
      margin-top: 45px; }
      @media (max-width: 576px) {
        .account-box__headline .title1 {
          margin-top: 25px; } }
  .account-box__content {
    padding: 20px 56px; }
    @media (max-width: 576px) {
      .account-box__content {
        padding: 20px; } }
    @media (max-width: 576px) {
      .account-box__content .otp-container {
        margin-bottom: 30px; } }
  .account-box__footer {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 40px;
    padding-bottom: 25px;
    font-size: 15px;
    font-size: 1.071rem;
    margin-top: 54px; }
    .account-box__footer.is-highlighted {
      background: rgba(93, 214, 0, 0.06);
      border-top: 1px solid #d7e6bb; }
    .account-box__footer a {
      font-size: 15px;
      font-size: 1.071rem; }

.account-footer {
  bottom: 0;
  font-size: 10pt;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4; }
  .account-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px; }
    .account-footer__links li {
      margin: 0 17px; }
      .account-footer__links li a {
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px; }
  .account-footer__copy-right {
    text-align: center;
    color: #b0b0b0;
    line-height: 21px;
    padding: 0 12px; }
    .account-footer__copy-right a {
      color: #b0b0b0; }

.form-account__col {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 16px; }
  .form-account__col:focus-within .icon {
    fill: #474747 !important; }
  .form-account__col .icon {
    position: absolute;
    fill: #656565;
    transition: fill 200ms ease; }

.form-account__input {
  width: 100%;
  border: none;
  padding: 13px 15px;
  color: #656565;
  background: #fff;
  font-size: 16px;
  font-size: 1.214rem;
  letter-spacing: 0.5px;
  direction: ltr;
  border-radius: 16px;
  border: 1px solid #BBBBBB; }
  .form-account__input::-webkit-input-placeholder {
    color: #bbbbbb;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0; }
  .form-account__input:-moz-placeholder {
    color: #bbbbbb;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0; }
  .form-account__input::-moz-placeholder {
    color: #bbbbbb;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0; }
  .form-account__input:-ms-input-placeholder {
    color: #bbbbbb;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0; }
  .form-account__input::-ms-input-placeholder {
    color: #bbbbbb;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0; }

.form-account__continue {
  background-color: #616ee5;
  width: 100%;
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  padding: 19px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .form-account__continue:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); }

.form-account__remember-me {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px; }
  .form-account__remember-me span {
    font-size: 11px;
    font-size: .786rem;
    color: #656565;
    padding: 0 5px; }
  .form-account__remember-me input[type=checkbox] {
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-account__remember-me input[type=checkbox]:before {
    display: block;
    content: '';
    width: 19px;
    padding: 0 2px;
    height: 18px;
    border: 1px solid #656565;
    border-radius: 2px;
    background-color: #FFF; }
  .form-account__remember-me input[type=checkbox]:checked:before {
    border: 1px solid #00bfd6;
    content: "\f00c";
    font-family: icdigibab;
    font-size: 14px;
    color: #00bfd6; }

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

/* OTP input styles */
.otp-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }
  .otp-container .otp-input {
    width: 56px;
    height: 56px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    border: 1px solid #bbbbbb;
    border-radius: 16px;
    outline: none;
    transition: border-color 0.3s; }
    @media (max-width: 360px) {
      .otp-container .otp-input {
        width: 45px;
        height: 45px; } }
    .otp-container .otp-input:focus {
      border-color: #198CFF; }
    .otp-container .otp-input:disabled {
      background-color: transparent;
      cursor: not-allowed; }

.timer-wrapper {
  color: #bbbbbb; }

.profile-main-box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0; }
  @media (max-width: 576px) {
    .profile-main-box {
      margin-top: 5px; } }
  .profile-main-box .profile-nav {
    width: 280px;
    background-color: #FFF; }
    .profile-main-box .profile-nav .profile-nav-inner {
      border: 1px solid #e7e7e7;
      border-radius: 16px; }
      .profile-main-box .profile-nav .profile-nav-inner .nav-top {
        padding: 20px;
        padding-top: 30px;
        border-bottom: 1px solid #e7e7e7; }
        .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-user-name {
          margin-bottom: 30px; }
          .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-user-name span {
            font-size: 20px;
            font-weight: 700;
            color: #080F4D; }
        .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet .nav-wallet-title {
            display: flex;
            align-items: center; }
            .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet .nav-wallet-title i::before {
              margin-left: 5px;
              font-size: 24px;
              color: #616ee5; }
        .profile-main-box .profile-nav .profile-nav-inner .nav-top span {
          color: #333333; }
        .profile-main-box .profile-nav .profile-nav-inner .nav-top .price {
          font-size: 14px; }
        .profile-main-box .profile-nav .profile-nav-inner .nav-top .unit {
          font-size: 12px; }
      .profile-main-box .profile-nav .profile-nav-inner ul {
        padding: 20px; }
        .profile-main-box .profile-nav .profile-nav-inner ul li a {
          padding: 12px 0;
          display: flex;
          align-items: center;
          transition: .3s; }
          .profile-main-box .profile-nav .profile-nav-inner ul li a span {
            font-size: 14px;
            color: #333333; }
          .profile-main-box .profile-nav .profile-nav-inner ul li a i {
            margin-left: 15px; }
            .profile-main-box .profile-nav .profile-nav-inner ul li a i::before {
              font-size: 24px;
              color: #bbb; }
          .profile-main-box .profile-nav .profile-nav-inner ul li a:hover {
            margin-right: 10px;
            transition: .3s; }
        .profile-main-box .profile-nav .profile-nav-inner ul li.exit-profile span {
          color: #E84747; }
        .profile-main-box .profile-nav .profile-nav-inner ul li.exit-profile i::before {
          color: #E84747; }
        .profile-main-box .profile-nav .profile-nav-inner ul li.active span {
          color: #616ee5;
          font-weight: 700; }
        .profile-main-box .profile-nav .profile-nav-inner ul li.active i::before {
          color: #616ee5; }
  .profile-main-box .profile-body {
    width: calc(100% - 300px); }
    .profile-main-box .profile-body .profile-body-inner .show-verify-error {
      padding: 10px;
      border: 1px solid #ef394e;
      border-radius: 16px; }
      .profile-main-box .profile-body .profile-body-inner .show-verify-error button {
        color: #ef394e; }
    .profile-main-box .profile-body .profile-body-inner .profile-addres-box {
      border: 1px solid #e7e7e7;
      border-radius: 16px; }
      .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid #e7e7e7; }
        @media (max-width: 576px) {
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title {
            flex-direction: column;
            align-items: flex-start; } }
        .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title .adrs-title {
          display: flex;
          align-items: center; }
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title .adrs-title span {
            font-size: 16px;
            font-weight: 700;
            color: #080F4D; }
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title .adrs-title i {
            margin-left: 15px; }
            .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title .adrs-title i::before {
              font-size: 24px;
              color: #616ee5; }
        .profile-main-box .profile-body .profile-body-inner .profile-addres-box .address-box-title button {
          font-size: 12px;
          color: #616ee5; }
      .profile-main-box .profile-body .profile-body-inner .profile-addres-box .edit-cellphone-btn {
        display: flex;
        align-items: flex-start; }
        @media (max-width: 576px) {
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .edit-cellphone-btn {
            margin-top: 10px; } }
      .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul {
        padding: 20px; }
        .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .no-addres-yet {
          width: 100%; }
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .no-addres-yet span {
            background-color: #ffe6e6;
            border-radius: 16px;
            display: block;
            padding: 20px;
            color: #080F4D; }
        .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item {
          background-color: #f7f8fe;
          border-radius: 16px;
          padding: 20px;
          margin-bottom: 20px; }
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item:last-child {
            margin-bottom: 0; }
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .adrs-title {
              display: flex;
              align-items: center; }
              .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .adrs-title .dot {
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 50px;
                background-color: #616ee5; }
              .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .adrs-title h3 {
                font-size: 16px;
                font-weight: 700;
                color: #080F4D;
                margin-right: 20px;
                line-height: 24px; }
            .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns .top-row-btns-inner {
              display: flex;
              align-items: center; }
            .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns .top-row-btns-btn {
              display: none; }
            .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns button {
              display: flex;
              align-items: center;
              font-size: 12px;
              color: #616ee5;
              margin-right: 20px; }
              .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns button i {
                margin-left: 7px; }
                .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns button i::before {
                  font-size: 16px; }
          .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .bott-row {
            margin-top: 20px; }
            .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .bott-row span {
              color: #666666;
              font-size: 16px;
              display: block;
              margin-right: 28px; }
      .profile-main-box .profile-body .profile-body-inner .profile-addres-box ul.userinfo-box {
        padding: 42px 24px 20px 24px;
        width: 50%;
        white-space: nowrap; }
        .profile-main-box .profile-body .profile-body-inner .profile-addres-box ul.userinfo-box.bold li {
          font-weight: 700; }
        .profile-main-box .profile-body .profile-body-inner .profile-addres-box ul.userinfo-box li {
          font-size: 16px;
          padding-bottom: 24px;
          color: #333333; }

.personal-info {
  height: 300px;
  display: flex; }
  .personal-info.sm {
    height: 235px; }
  @media (max-width: 992px) {
    .personal-info {
      flex-direction: column;
      height: 450px; }
      .personal-info.sm {
        height: 280px; } }

.info-container {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: space-around; }
  .info-container.xs {
    height: 95px; }
  .info-container .info-title {
    font-size: 16px;
    color: #333;
    white-space: nowrap; }
    @media (max-width: 576px) {
      .info-container .info-title {
        font-size: 14px; } }
  .info-container .text {
    font-size: 16px;
    color: #333;
    font-weight: 700; }
    @media (max-width: 576px) {
      .info-container .text {
        text-align: end;
        font-size: 14px; } }

@media (max-width: 992px) {
  .card-info .text {
    text-align: end;
    margin-top: 10px; } }

.remodal-add-address {
  width: 1210px;
  border-radius: 16px; }
  .remodal-add-address::-webkit-scrollbar {
    display: none; }
  .remodal-add-address .add-address-modal-box .adr-modal-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7; }
    .remodal-add-address .add-address-modal-box .adr-modal-top-title .top-title {
      display: flex;
      align-items: center; }
      .remodal-add-address .add-address-modal-box .adr-modal-top-title .top-title span {
        color: #080F4D;
        font-size: 16px;
        font-weight: 700; }
        @media (max-width: 576px) {
          .remodal-add-address .add-address-modal-box .adr-modal-top-title .top-title span {
            font-size: 20px;
            font-weight: 700; } }
      .remodal-add-address .add-address-modal-box .adr-modal-top-title .top-title i {
        margin-left: 10px; }
        .remodal-add-address .add-address-modal-box .adr-modal-top-title .top-title i::before {
          font-size: 24px; }
    .remodal-add-address .add-address-modal-box .adr-modal-top-title button {
      font-size: 16px; }
      .remodal-add-address .add-address-modal-box .adr-modal-top-title button i::before {
        color: #E84747; }
  .remodal-add-address .add-address-modal-box .adr-modal-body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 50px;
    box-sizing: border-box; }
    .remodal-add-address .add-address-modal-box .adr-modal-body .map-side {
      width: 54%;
      height: 100%;
      background-color: #F2F1ED;
      border-radius: 8px;
      overflow: hidden; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .map-side img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs {
      width: 45%;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .address-custom-input {
        display: flex;
        flex-direction: column; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .address-custom-input label {
          display: block;
          width: max-content;
          margin-top: 7px;
          font-size: 11px;
          color: #ef394e;
          text-align: right; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 span {
          font-size: 16px;
          font-weight: 500;
          color: #666666; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 button {
          padding: 14px 48px;
          border: 1px solid #616ee5;
          color: #616ee5;
          font-size: 16px;
          border-radius: 8px; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 {
        display: flex;
        justify-content: space-between; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .address-custom-input {
          width: 60%;
          text-align: right; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box {
          width: 60%;
          display: flex; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box .address-custom-input label {
            margin-right: 15px; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box span {
            display: block;
            width: 40px;
            font-size: 18px;
            color: #666666;
            margin-top: 11px; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box select {
            width: 90%;
            margin-right: 15px;
            border: 1px solid #e7e7e7;
            border-radius: 8px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .prov-city {
          justify-content: end; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-3 span {
          display: block;
          width: 40px;
          font-size: 18px;
          color: #666666; }
          @media (max-width: 576px) {
            .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-3 span {
              font-size: 14px; } }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-3 input {
          border: 1px solid #e7e7e7;
          border-radius: 8px;
          padding: 7px;
          margin-right: 15px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-3 .address-custom-input {
          width: calc(100% - 40px); }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-4 {
        margin-top: 20px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-4 span {
          display: block;
          font-size: 18px;
          color: #666666;
          text-align: right; }
          @media (max-width: 576px) {
            .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-4 span {
              font-size: 14px; } }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-4 textarea {
          padding: 10px;
          margin-top: 10px;
          width: 100%;
          height: 80px;
          border: 1px solid #e7e7e7;
          border-radius: 8px;
          resize: none; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        box-sizing: border-box; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 .row-5-item {
          width: 40%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          box-sizing: border-box; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 .row-5-item .address-custom-input {
            width: 70%;
            display: flex;
            flex-direction: column;
            justify-content: end; }
            .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 .row-5-item .address-custom-input input {
              width: 100%;
              padding: 7px;
              border: 1px solid #e7e7e7;
              border-radius: 8px; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 .row-5-item span {
            text-align: right;
            color: #666666;
            font-size: 18px; }
            @media (max-width: 576px) {
              .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 .row-5-item span {
                font-size: 14px; } }
            .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-5 .row-5-item span:first-child {
              width: 90px; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-6 .address-custom-input {
          width: 100%;
          margin-right: 15px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-6 span {
          text-align: right;
          display: block;
          width: 75px;
          font-size: 18px;
          color: #666666; }
          @media (max-width: 576px) {
            .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-6 span {
              font-size: 14px; } }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-6 input {
          border: 1px solid #e7e7e7;
          border-radius: 8px;
          padding: 7px; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 {
        margin-top: 30px; }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .row-7-checkbox {
          padding: 0 5px;
          width: 100%;
          display: flex;
          align-items: center; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .row-7-checkbox label {
            display: block;
            margin-right: 15px;
            color: #666666;
            font-size: 18px; }
            @media (max-width: 576px) {
              .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .row-7-checkbox label {
                font-size: 14px; } }
        .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .reciver-input {
          margin-top: 15px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .reciver-input .address-custom-input {
            width: calc(100% - 110px); }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .reciver-input span {
            width: 90px;
            text-align: right;
            font-size: 18px;
            color: #666666; }
            @media (max-width: 576px) {
              .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .reciver-input span {
                font-size: 14px; } }
          .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-7 .reciver-input input {
            padding: 7px;
            border-radius: 8px;
            border: 1px solid #e7e7e7; }
      .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-8 button {
        width: 100%;
        padding: 16px;
        color: white;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        background-color: #616ee5;
        border-radius: 16px;
        margin-top: 15px; }

.fav__content {
  border-radius: 16px;
  border: 1px solid var(--Border-Gray, #E7E7E7);
  background: #FFF;
  margin: 0 auto; }
  .fav__content .excl-favourite {
    padding: 20px; }

.fav-title {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #e7e7e7; }
  .fav-title p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: darkblue; }

.wish-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  border: 1px solid var(--Border-Gray, #E7E7E7);
  background: #FFF; }

.wish-list-card {
  width: 100%;
  padding: 5px; }

.image-box {
  max-width: 172px;
  height: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto; }

.card-img-top {
  padding-top: 10px;
  height: 100%;
  width: 100%; }

.card-body {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.card-title {
  font-size: 14px;
  color: darkblue;
  text-align: right;
  line-height: normal;
  height: 50px; }
  @media (max-width: 576px) {
    .card-title {
      font-size: 12px; } }

.card-text {
  width: 100%;
  text-align: left; }

.price-box {
  text-align: left;
  display: flex;
  flex-direction: column; }
  .price-box .price {
    font-size: 16px;
    font-weight: 700;
    color: #080F4D; }
    @media (max-width: 576px) {
      .price-box .price {
        font-size: 15px; } }
  .price-box .unit {
    font-size: 10px;
    color: #707070; }
  .price-box del {
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
    margin-left: 40px; }
    @media (max-width: 576px) {
      .price-box del {
        font-size: 12px; } }
  .price-box .discount-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .price-box .discount-box .discount {
      background-color: #E84747;
      border-radius: 20px;
      color: #fff;
      padding: 5px;
      font-size: 12px; }
      @media (max-width: 576px) {
        .price-box .discount-box .discount {
          font-size: 10px; } }
    .price-box .discount-box .time {
      font-size: 12px;
      color: #E84747;
      font-weight: 500;
      margin-left: 5px; }

.basket-box {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.addToCard {
  width: 75%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Primary-Color, #616EE5);
  background: #FFF;
  color: #616ee5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700; }

.trash {
  width: 25%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Light-Gray, #BBB);
  background: #FFF;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .trash img {
    width: 24px;
    height: 24px; }

.otp-verify-form {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (max-width: 1400px) {
  .remodal-add-address {
    width: 1150px; } }

@media (max-width: 1200px) {
  .remodal-add-address {
    width: 90%; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs {
    width: 500px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .map-side {
    width: calc(100% - 500px); }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row {
    flex-direction: column-reverse; }
    .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns {
      width: 100%;
      display: flex;
      justify-content: end;
      margin-bottom: 15px; }
    .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .adrs-title {
      width: 100%; } }

.contact-us-big-title {
  color: #616ee5;
  font-size: 28px;
  font-weight: 700; }
  @media (max-width: 576px) {
    .contact-us-big-title {
      text-align: center; } }

.support {
  color: #333;
  font-size: 18px;
  font-weight: 700; }

.contact-us {
  display: flex;
  flex-direction: column;
  color: #333;
  font-size: 18px;
  padding-right: 20px; }
  @media (max-width: 576px) {
    .contact-us {
      padding-right: 0; } }
  .contact-us .contact-us-title {
    font-weight: 700;
    margin-right: 10px;
    white-space: nowrap; }
  .contact-us .context {
    font-weight: 400; }

.label {
  font-size: 18px;
  color: #333; }
  @media (max-width: 576px) {
    .label {
      font-size: 14px; } }

.contact-us-input {
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--Light-Gray, #BBB);
  padding: 0 20px; }

.submit-box {
  text-align: left;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .submit-box {
      text-align: center; } }

.submit-btn {
  border-radius: 8px;
  background: var(--Primary-Color, #616EE5);
  padding: 16px 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700; }

form .error {
  color: #E84747; }

.required-star {
  color: #E84747; }

.inner-contact-us {
  display: flex;
  margin: 10px 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

@media (max-width: 576px) {
  .inner-contact-us {
    flex-direction: column;
    align-items: flex-end; } }

.inner-contact-us-2 {
  display: flex;
  margin: 10px 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

@media (max-width: 576px) {
  .inner-contact-us-2 {
    flex-direction: column;
    align-items: flex-start; } }

.context {
  text-align: right;
  white-space: normal;
  line-height: normal; }

.text-input {
  border-radius: 12px;
  border: 1px solid var(--Light-Gray, #BBB);
  padding: 15px; }

.form-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px; }

.edit-modal {
  width: 60%;
  border-radius: 16px; }
  .edit-modal .header-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 15px; }
    .edit-modal .header-modal span {
      font-weight: 700; }
  @media (max-width: 576px) {
    .edit-modal {
      width: 100%; } }
  .edit-modal form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.profile-edit-number-modal {
  padding: 10px 30px;
  width: 410px;
  border-radius: 16px; }
  @media (max-width: 576px) {
    .profile-edit-number-modal {
      width: 100%;
      top: unset !important;
      height: 325px; } }
  @media (max-width: 320px) {
    .profile-edit-number-modal {
      padding: 10px 15px; } }

.close-remodal {
  position: absolute;
  left: 20px; }

.contact-us-form-container {
  margin-top: 80px; }

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px; }
  .input-container label {
    color: #666;
    font-size: 18px; }
  .input-container input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--Border-Gray, #E7E7E7);
    background: #FFF;
    padding: 0 20px; }
  .input-container .error {
    color: #ef394e;
    font-size: 16px;
    padding-bottom: 10px; }

.edit-prof-btn {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 16px;
  background: var(--Primary-Color, #616EE5); }

@media (max-width: 1024px) {
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs {
    width: 100%; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .map-side {
    width: 100%;
    margin-bottom: 40px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body {
    flex-direction: column-reverse; }
  .profile-main-box .profile-nav {
    width: 250px; }
  .profile-main-box .profile-body {
    width: calc(100% - 270px); } }

@media (max-width: 768px) {
  .profile-main-box .profile-nav .profile-nav-inner .nav-top {
    padding: 20px 10px; }
  .profile-main-box .profile-nav .profile-nav-inner ul {
    padding: 10px; }
  .profile-main-box .profile-nav .profile-nav-inner ul li a i {
    margin-left: 8px; }
  .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet {
    flex-direction: column;
    align-items: revert-layer; }
    .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet .nav-wallet-title {
      margin-bottom: 10px; }
  .profile-main-box .profile-nav {
    width: 190px; }
  .profile-main-box .profile-body {
    width: calc(100% - 210px); } }

@media (max-width: 576px) {
  .remodal-add-address {
    width: 100%; }
  .profile-main-box {
    flex-direction: column; }
  .profile-main-box .profile-nav {
    width: 100%; }
  .profile-main-box .profile-body {
    width: 100%;
    margin-top: 30px; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item {
    padding: 15px; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .adrs-title h3,
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .bott-row span {
    font-size: 12px; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .bott-row {
    margin-top: 10px; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row {
    flex-direction: row; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul {
    padding: 15px; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns {
    width: 20px;
    margin-bottom: 0; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .adrs-title {
    width: calc(100% - 25px); }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns .top-row-btns-btn {
    display: block; }
    .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns .top-row-btns-btn i::before {
      font-size: 16px;
      color: #bbbbbb; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item:last-child {
    position: relative; }
  .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns .top-row-btns-inner {
    position: absolute;
    left: 30px;
    top: 40px;
    background-color: white;
    padding: 5px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 0 10px 10px 10px;
    display: none;
    flex-direction: column;
    align-items: unset; }
    .profile-main-box .profile-body .profile-body-inner .profile-addres-box .pab-ul .pab-ul-item .top-row .top-row-btns .top-row-btns-inner button {
      margin-right: 0;
      margin: 10px 0; }
  .remodal-add-address .add-address-modal-box .adr-modal-body {
    padding: 0; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 {
    margin-bottom: 5px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 button {
    padding: 10px 15px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 span {
    font-size: 16px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 {
    flex-direction: column; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .prov-city {
    justify-content: unset;
    width: 100%; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .address-custom-input {
    width: 100%; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .map-side {
    margin-bottom: 20px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box select {
    width: calc(100% - 15px); }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box {
    width: 100%;
    margin-top: 20px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-2 .state-city-box span {
    font-size: 14px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs {
    padding: 0 20px;
    padding-bottom: 30px; }
  .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 {
    flex-direction: column; }
    .remodal-add-address .add-address-modal-box .adr-modal-body .adr-inputs .row-1 button {
      margin-top: 15px; }
  .product-filter-banner.category .product-filter-banner__box .filter-banner .banner-img {
    height: unset; }
  .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet .nav-wallet-title {
    margin-bottom: 0; } }

@media (max-width: 320px) {
  .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet {
    flex-direction: column;
    align-items: revert-layer; }
  .profile-main-box .profile-nav .profile-nav-inner .nav-top .nav-wallet .nav-wallet-title {
    margin-bottom: 15px; } }

.back-line:before {
  content: "";
  width: 1px;
  height: 212px;
  background-color: #e7e7e7;
  position: absolute;
  right: -30px; }
  @media (max-width: 992px) {
    .back-line:before {
      display: none; } }

.page-statement {
  padding: 30px 0;
  margin-top: 40px;
  line-height: 22px; }
  .page-statement .unsuccessfull-statement, .page-statement .successfull-statement {
    text-align: center; }
    .page-statement .unsuccessfull-statement__image, .page-statement .successfull-statement__image {
      width: 90%;
      max-width: 300px;
      margin: auto; }
      .page-statement .unsuccessfull-statement__image img, .page-statement .successfull-statement__image img {
        width: 80%; }
    .page-statement .unsuccessfull-statement__title h3, .page-statement .successfull-statement__title h3 {
      color: #666666;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      margin: 15px 0; }
    .page-statement .unsuccessfull-statement__title h4, .page-statement .unsuccessfull-statement__title p, .page-statement .successfull-statement__title h4, .page-statement .successfull-statement__title p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 15px;
      padding: 0 15px; }
    .page-statement .unsuccessfull-statement__infos, .page-statement .successfull-statement__infos {
      margin-top: 100px; }
      .page-statement .unsuccessfull-statement__infos .card-header, .page-statement .successfull-statement__infos .card-header {
        background-color: #CBD0FF;
        padding: 15px 30px;
        border-radius: 16px; }
        .page-statement .unsuccessfull-statement__infos .card-header p, .page-statement .successfull-statement__infos .card-header p {
          color: #000000;
          text-align: right;
          font-size: 16px;
          font-weight: 700; }
          @media (max-width: 576px) {
            .page-statement .unsuccessfull-statement__infos .card-header p, .page-statement .successfull-statement__infos .card-header p {
              text-align: center; } }
      .page-statement .unsuccessfull-statement__infos .card-body, .page-statement .successfull-statement__infos .card-body {
        height: max-content; }
      .page-statement .unsuccessfull-statement__infos .statement__infos-right .card-body, .page-statement .successfull-statement__infos .statement__infos-right .card-body {
        padding: 20px; }
        .page-statement .unsuccessfull-statement__infos .statement__infos-right .card-body div, .page-statement .successfull-statement__infos .statement__infos-right .card-body div {
          padding: 10px 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 16px;
          font-weight: 700; }
          @media (max-width: 29.99em) {
            .page-statement .unsuccessfull-statement__infos .statement__infos-right .card-body div, .page-statement .successfull-statement__infos .statement__infos-right .card-body div {
              font-size: 14px; } }
      .page-statement .unsuccessfull-statement__infos .statement__infos-left ul, .page-statement .successfull-statement__infos .statement__infos-left ul {
        padding: 20px;
        text-align: right; }
        .page-statement .unsuccessfull-statement__infos .statement__infos-left ul li, .page-statement .successfull-statement__infos .statement__infos-left ul li {
          padding: 10px 0; }
        .page-statement .unsuccessfull-statement__infos .statement__infos-left ul label, .page-statement .successfull-statement__infos .statement__infos-left ul label {
          display: flex;
          align-items: center; }
          .page-statement .unsuccessfull-statement__infos .statement__infos-left ul label span, .page-statement .successfull-statement__infos .statement__infos-left ul label span {
            font-size: 16px;
            font-weight: 500; }
        .page-statement .unsuccessfull-statement__infos .statement__infos-left ul input, .page-statement .successfull-statement__infos .statement__infos-left ul input {
          margin-left: 20px;
          width: 15px;
          height: 15px; }
      .page-statement .unsuccessfull-statement__infos button, .page-statement .successfull-statement__infos button {
        width: 300px;
        height: 64px;
        border-radius: 16px;
        background-color: #039A00;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-top: 50px;
        float: left; }
        @media (max-width: 47.99em) {
          .page-statement .unsuccessfull-statement__infos button, .page-statement .successfull-statement__infos button {
            width: 250px; } }
        @media (max-width: 576px) {
          .page-statement .unsuccessfull-statement__infos button, .page-statement .successfull-statement__infos button {
            width: 80%; } }
    @media (max-width: 576px) {
      .page-statement .unsuccessfull-statement__title h3, .page-statement .successfull-statement__title h3 {
        font-size: 16px;
        font-weight: 500; }
      .page-statement .unsuccessfull-statement__title h4, .page-statement .unsuccessfull-statement__title p, .page-statement .successfull-statement__title h4, .page-statement .successfull-statement__title p {
        font-size: 14px;
        line-height: 21px; }
      .page-statement .unsuccessfull-statement__infos, .page-statement .successfull-statement__infos {
        margin-top: 50px; }
        .page-statement .unsuccessfull-statement__infos .card-header, .page-statement .successfull-statement__infos .card-header {
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
        .page-statement .unsuccessfull-statement__infos .statement__infos-right > div, .page-statement .unsuccessfull-statement__infos .statement__infos-left > div, .page-statement .successfull-statement__infos .statement__infos-right > div, .page-statement .successfull-statement__infos .statement__infos-left > div {
          border-radius: 8px;
          border: 1px solid #BBBBBB; }
        .page-statement .unsuccessfull-statement__infos .statement__infos-left, .page-statement .successfull-statement__infos .statement__infos-left {
          margin: 20px 0; }
        .page-statement .unsuccessfull-statement__infos button, .page-statement .successfull-statement__infos button {
          float: none;
          margin: 20px 0; } }

.faq-main-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .faq-main-box__header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #616ee5; }
  .faq-main-box__header .faq-header-search-box .faq-header-search {
    width: 450px;
    border: 1px solid #bbb;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; }
    .faq-main-box__header .faq-header-search-box .faq-header-search input {
      width: 90%;
      padding: 11px; }

.faq-main-box__body {
  margin-top: 40px; }
  .faq-main-box__body .not-resault {
    width: 100%;
    padding: 30px;
    background-color: red;
    border-radius: 16px; }
  .faq-main-box__body ul li {
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    margin-bottom: 20px; }
    .faq-main-box__body ul li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 19px 25px; }
      .faq-main-box__body ul li a i {
        transition: .3s; }
        .faq-main-box__body ul li a i::before {
          font-size: 6px; }
      .faq-main-box__body ul li a span {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        line-height: 18px; }
    .faq-main-box__body ul li .faq-item-body {
      padding: 0 25px 10px 15px; }
      .faq-main-box__body ul li .faq-item-body p {
        font-weight: 200;
        font-size: 14px;
        line-height: 32px; }

@media (max-width: 768px) {
  .faq-main-box__header {
    flex-direction: column; }
    .faq-main-box__header h2 {
      width: 100%; }
    .faq-main-box__header .faq-header-search-box {
      margin-top: 20px;
      width: 100%; }
      .faq-main-box__header .faq-header-search-box .faq-header-search {
        width: 100%; } }

@media (max-width: 576px) {
  .faq-main-box__header h2 {
    font-size: 20px; }
  .faq-main-box__body {
    margin-top: 20px; }
  .faq-main-box__body ul li a {
    padding: 14px 15px; }
    .faq-main-box__body ul li a span {
      font-size: 12px; }
  .faq-main-box__body ul li .faq-item-body p {
    font-size: 12px;
    line-height: 32px; }
  .faq-main-box__body ul li .faq-item-body {
    padding: 0 15px 10px 15px; } }

/*--------------------------------------------------------------
# Customize For Sibank
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Customize For sibank
--------------------------------------------------------------*/
/*!
* Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right !important; }
  .text-sm-left {
    text-align: left !important; }
  .w-sm-auto {
    width: auto !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.container-bs,
.container-bs-fluid,
.container-bs-xxl,
.container-bs-xl,
.container-bs-lg,
.container-bs-md,
.container-bs-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-bs-sm, .container-bs {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-bs-md, .container-bs-sm, .container-bs {
    max-width: 720px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .container-bs-lg, .container-bs-md, .container-bs-sm, .container-bs {
    max-width: 1100px; } }

@media (min-width: 1200px) {
  .container-bs-xl, .container-bs-lg, .container-bs-md, .container-bs-sm, .container-bs {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container-bs-xxl, .container-bs-xl, .container-bs-lg, .container-bs-md, .container-bs-sm, .container-bs {
    max-width: 1450px; } }

body {
  overflow-x: hidden; }
