body,
* {
  padding    : 0;
  margin     : 0;
  box-sizing : border-box !important;
  font-family: "Inter", sans-serif !important;
  font-style : normal;
}

*:before,
*:after {
  box-sizing: border-box !important;
}

main {
  min-height: calc(100vh - 625px);
}

@media screen and (max-width: 1024px) {
  main {
    min-height: calc(100vh - 509px);
  }
}

@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 530px);
  }
}

@media screen and (max-width: 576px) {
  main {
    min-height: unset;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
label {
  margin: 0;
}

button {
  cursor: pointer;
}

.center {
  text-align: center !important;
}

@media (min-width: 1024px) {
  #tidio-chat-iframe {
    max-height: calc(100% - 90px) !important;
  }
}

.body-mask {
  position  : fixed;
  top       : 0;
  left      : 50%;
  transform : translateX(-50%);
  bottom    : 0;
  width     : 100%;
  height    : 100%;
  background: transparent;
  z-index   : 10000000000;
  display   : none;
}

@media (min-width: 1024px) {
  .body-mask {
    z-index: 1000000;
  }
}

@media (max-width: 767.98px) {
  .body-mask {
    background: #232528bf;
  }
}

.body-mask.active {
  display  : block;
  animation: fadeIn 0.5s forwards;
}

.body-mask.menu-mask {
  display   : block;
  animation : fadeIn 0.5s forwards;
  background: #23252866;
}

.body-mask.remove-menu-mask {
  animation : fadeOut 0.3s forwards;
  background: #23252866;
}

.body-mask.pop-up-bg {
  background: #232528cc;
}

@media (max-width: 991.98px) {
  .body-mask.pop-up-bg {
    background: #232528b3;
  }
}

.body-mask.pop-up-slider-bg {
  background: #23252880;
}

@media (max-width: 991.98px) {
  .body-mask.pop-up-slider-bg {
    background: #232528b3;
  }
}

.body-mask.chat-mask {
  top       : 79px;
  background: #23252833;
}

@media (max-width: 576px) {
  .body-mask.chat-mask {
    top: 68px;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 767.98px) {
  .v-mob {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .v-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .v-tablet {
    display: none !important;
  }
}

.v-only-tab {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .v-only-tab {
    display: block !important;
  }
}

@media only screen and (min-width: 1024px) {
  .v-only-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .v-only-desktop {
    display: none !important;
  }
}

.loading-overlay {
  position       : fixed;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
  background     : #ffffffb3;
  z-index        : 1000000000000;
  justify-content: center;
  align-items    : center;
  display        : none;
}

.loading-overlay.show {
  animation: fadeIn 0.5s forwards;
  display  : flex;
}

.loading-overlay .loader {
  width         : 84px;
  height        : 84px;
  text-align    : center;
  padding       : 1em;
  margin        : 0 auto;
  display       : inline-block;
  vertical-align: top;
}

.loading-overlay .loader svg {
  width : 100%;
  height: 100%;
}

.loading-overlay .loader svg path,
.loading-overlay .loader svg rect {
  fill: #3578ea;
}

.back-to-top {
  width          : 44px;
  height         : 44px;
  justify-content: center;
  align-items    : center;
  background     : #ffffff;
  border         : 1px solid #e8eaed;
  box-shadow     : 0px 0px 8px rgba(0, 0, 0, 0.1);
  position       : fixed;
  right          : 20px;
  bottom         : 20px;
  z-index        : 1000;
  display        : none;
  transition     : 0.3s;
}

.back-to-top:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .back-to-top:hover {
    background: #232528;
  }

  .back-to-top:hover svg path {
    fill: #fff;
  }
}

.back-to-top svg {
  width     : 16px;
  height    : 16px;
  object-fit: contain;
}

.back-to-top svg path {
  fill      : #232528;
  transition: 0.3s;
}

.section-container {
  max-width: 1440px;
  margin   : 0 auto;
  padding  : 0 112px;
}

@media (max-width: 1280px) {
  .section-container {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .section-container {
    padding: 0 16px;
  }
}

.page-title-wrapper {
  margin-bottom: 48px;
  position     : relative;
}

@media (max-width: 991.98px) {
  .page-title-wrapper {
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .page-title-wrapper {
    margin-bottom: 24px;
  }
}

.page-title-wrapper .title {
  font-weight  : 600;
  font-size    : 32px;
  line-height  : 48px;
  color        : #232528;
  margin-bottom: 8px;
  text-align   : center;
}

@media (max-width: 576px) {
  .page-title-wrapper .title {
    font-size  : 20px;
    line-height: 30px;
  }
}

.page-title-wrapper .subtitle {
  font-weight: 500;
  font-size  : 16px;
  line-height: 30px;
  text-align : center;
  color      : #4d4f53;
}

@media (max-width: 576px) {
  .page-title-wrapper .subtitle {
    font-size  : 12px;
    line-height: 22px;
  }
}

.page-title-wrapper .subtitle span {
  font-weight: 600;
}

.not-found-content {
  display        : none;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
  padding        : 0 16px;
}

.not-found-content .photo {
  width        : 220px;
  height       : 220px;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .not-found-content .photo {
    width : 150px;
    height: 150px;
  }
}

.not-found-content .photo img {
  width     : 100%;
  height    : 100%;
  object-fit: contain;
}

.not-found-content .text .title {
  font-weight  : 600;
  font-size    : 24px;
  line-height  : 36px;
  text-align   : center;
  color        : #232528;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .not-found-content .text .title {
    font-size  : 18px;
    line-height: 30px;
  }
}

.not-found-content .text .content {
  font-weight: 400;
  font-size  : 16px;
  line-height: 36px;
  color      : #555e6d;
  text-align : center;
}

@media (max-width: 576px) {
  .not-found-content .text .content {
    font-size  : 14px;
    line-height: 24px;
  }
}

.squareImg {
  padding-top: 100%;
  width      : 100%;
  position   : relative;
}

.squareImg img {
  position       : absolute;
  height         : 100%;
  width          : 100%;
  top            : 0;
  left           : 0;
  object-fit     : cover;
  object-position: center center;
}

.button-clear {
  align-items: center;
  border     : none;
  background : transparent;
  font-weight: 500;
  font-size  : 12px;
  line-height: 16px;
  color      : #232528;
  display    : none;
}

.button-clear:focus {
  outline: none;
}

.button-clear.active {
  animation: fadeIn 0.3s forwards;
  display  : flex;
}

.button-clear .icon {
  width       : 18px;
  height      : 18px;
  margin-right: 6px;
}

.button-clear .icon img {
  width     : 100%;
  height    : 100%;
  object-fit: contain;
}

.button-blue {
  background     : #3578ea;
  border         : 1px solid #3578ea;
  border-radius  : 26px;
  font-weight    : 500;
  font-size      : 14px;
  line-height    : 14px;
  color          : #fff;
  transition     : 0.3s;
  cursor         : pointer;
  padding        : 12px;
  display        : flex;
  justify-content: center;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .button-blue:hover {
    color          : #fff;
    text-decoration: none;
    background     : #1764e9;
    box-shadow     : 0px 8px 19px rgba(166, 166, 166, 0.28), inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

.button-blue:focus {
  outline: none;
}

.button-blue.loading {
  position        : relative;
  background-color: #929497;
  border-color    : #929497;
  pointer-events  : none;
}

.button-blue.loading:before {
  position         : absolute;
  content          : "";
  width            : 20px;
  height           : 20px;
  background-image : url("/assets/loading-light.svg");
  background-repeat: no-repeat;
  background-size  : contain;
  right            : 10px;
  top              : 50%;
  animation        : loading-button 1.5s infinite forwards linear;
  z-index          : 2;
}

.btn-outline {
  background     : #fff;
  border         : 1px solid #E40046;
  border-radius  : 4px;
  color          : #E40046;
  transition     : 0.3s;
  cursor         : pointer;
  text-decoration: none;
  text-align     : center;
  font-family    : Poppins !important;
  box-shadow     : 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  display        : block;
}

.btn-outline:hover {
  color     : #fff;
  background: #E40046 !important;
}

.btn-red {
  border         : 1px solid #E40046;
  background     : #E40046;
  border-radius  : 4px;
  box-shadow     : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color          : white;
  cursor         : pointer;
  transition     : all 0.3s;
  text-decoration: none;
  text-align     : center;
  font-family    : Poppins !important;
  display        : block;
}

.btn-red:hover {
  border    : 1px solid #B10137;
  background: #B10137 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin            : 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.radio-wrapper {
  position: relative;
}

.radio-wrapper input[type="radio"] {
  position: absolute;
  opacity : 0;
}

.radio-wrapper label {
  font-weight : 400;
  font-size   : 14px;
  line-height : 22px;
  display     : block;
  padding-left: 25px;
  color       : #555e6d;
  transition  : 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .radio-wrapper label:hover {
    color: #3578ea;
  }
}

@media (max-width: 991.98px) {
  .radio-wrapper label {
    font-size: 12px;
  }
}

.radio-wrapper input[type="radio"]+label {
  position: relative;
  cursor  : pointer;
}

.radio-wrapper input[type="radio"]+label:before,
.radio-wrapper input[type="radio"]+label:after {
  content      : "";
  position     : absolute;
  height       : 15px;
  width        : 15px;
  top          : 3px;
  left         : 0px;
  border-radius: 100%;
  border       : 1px solid;
}

.radio-wrapper input[type="radio"]+label:before {
  border-color: #929497;
}

.radio-wrapper input[type="radio"]+label:after {
  border-color     : #3578ea;
  background-color : #3578ea;
  transition       : 0.3s;
  transform        : scale(0, 0);
  background-image : url("/assets/tick-white.svg");
  background-size  : contain;
  background-repeat: no-repeat;
}

.radio-wrapper input[type="radio"]:checked+label {
  color: #3578ea;
}

.radio-wrapper input[type="radio"]:checked+label:after {
  transform: scale(0.75, 0.75);
  display  : block;
}

.radio-wrapper input[type="radio"]:checked+label:before {
  background  : #3578ea;
  border-color: #3578ea;
}

.checkbox-wrapper {
  position: relative;
}

.checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity : 0;
}

.checkbox-wrapper label {
  font-weight : 500;
  font-size   : 14px;
  line-height : 16px;
  display     : block;
  padding-left: 25px;
  color       : #4d4f53;
}

@media (max-width: 991.98px) {
  .checkbox-wrapper label {
    font-size: 12px;
  }
}

.checkbox-wrapper input[type="checkbox"]+label {
  position: relative;
  cursor  : pointer;
}

.checkbox-wrapper input[type="checkbox"]+label:before,
.checkbox-wrapper input[type="checkbox"]+label:after {
  content      : "";
  position     : absolute;
  height       : 15px;
  width        : 15px;
  top          : 0px;
  left         : 0px;
  border-radius: 2px;
  border       : 2px solid;
}

.checkbox-wrapper input[type="checkbox"]+label:before {
  border-color: #929497;
}

.checkbox-wrapper input[type="checkbox"]+label:after {
  border-color     : #3578ea;
  background-color : #3578ea;
  transition       : 0.3s;
  transform        : scale(0, 0);
  background-image : url("/assets/tick-white.svg");
  background-size  : contain;
  background-repeat: no-repeat;
}

.checkbox-wrapper input[type="checkbox"]:checked+label:after {
  transform: scale(1, 1);
  display  : block;
}

.color-checkbox {
  position: relative;
}

.color-checkbox input[type="checkbox"] {
  position: absolute;
  opacity : 0;
}

@media (max-width: 991.98px) {
  .color-checkbox label {
    border       : 1px solid #e3e3e3;
    padding      : 2px 12px;
    font-weight  : 500;
    font-size    : 11px;
    line-height  : 20px;
    color        : #232528;
    border-radius: 4px;
    position     : relative;
    display      : flex;
    align-items  : center;
  }
}

.color-checkbox label .c_code {
  width        : 20px;
  height       : 20px;
  display      : block;
  border-radius: 100%;
}

@media (max-width: 991.98px) {
  .color-checkbox label .c_code {
    width       : 8px;
    height      : 8px;
    margin-right: 4px;
  }
}

@media (min-width: 991.98px) {
  .color-checkbox label .c_name {
    display: none;
  }
}

.color-checkbox input[type="checkbox"]+label {
  position: relative;
  cursor  : pointer;
}

.color-checkbox input[type="checkbox"]+label:after {
  content            : "";
  position           : absolute;
  width              : 100%;
  height             : 100%;
  top                : 0;
  transition         : 0.3s;
  transform          : scale(0, 0);
  transform-origin   : center;
  background-size    : contain;
  background-position: center;
  background-repeat  : no-repeat;
}

@media (min-width: 991.98px) {
  .color-checkbox input[type="checkbox"]+label:after {
    background-image: url("/assets/tick-white.svg");
    left            : 0;
  }
}

@media (max-width: 991.98px) {
  .color-checkbox input[type="checkbox"]+label:after {
    background   : #232528;
    border-radius: 100%;
    width        : 10px;
    height       : 10px;
    right        : 0;
    transform    : translate(50%, -50%) scale(0, 0);
  }
}

@media (max-width: 991.98px) {
  .color-checkbox input[type="checkbox"]:checked+label {
    border-color: #232528;
  }
}

.color-checkbox input[type="checkbox"]:checked+label:after {
  transform: scale(0.6, 0.6);
}

@media (max-width: 991.98px) {
  .color-checkbox input[type="checkbox"]:checked+label:after {
    transform       : translate(50%, -50%) scale(1, 1);
    background-image: url("/assets/close-white.svg");
    background-size : contain;
  }
}

.range-wrapper {
  max-width: 160px;
}

@media (max-width: 991.98px) {
  .range-wrapper {
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .range-wrapper {
    margin-bottom: 16px;
  }
}

.range-wrapper .double-range-slider {
  position: relative;
  margin  : 16px 0;
  width   : 100%;
  height  : 20px;
}

@media (max-width: 991.98px) {
  .range-wrapper .double-range-slider {
    margin-top: 0;
  }
}

.range-wrapper .double-range-slider input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  width             : 100%;
  outline           : none;
  position          : absolute;
  margin            : auto;
  top               : 0;
  bottom            : 0;
  background        : transparent;
  pointer-events    : none;
}

.range-wrapper .double-range-slider input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height            : 5px;
}

.range-wrapper .double-range-slider input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height         : 5px;
}

.range-wrapper .double-range-slider input[type="range"]::-ms-track {
  appearance: none;
  height    : 5px;
}

.range-wrapper .double-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height            : 16px;
  width             : 16px;
  background        : #fff;
  border            : 2px solid #3578ea;
  border-radius     : 50%;
  cursor            : pointer;
  pointer-events    : auto;
  transform         : translateY(-6px);
}

.range-wrapper .double-range-slider input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height            : 16px;
  width             : 16px;
  background        : #fff;
  border            : 2px solid #3578ea;
  border-radius     : 50%;
  cursor            : pointer;
  pointer-events    : auto;
}

.range-wrapper .double-range-slider input[type="range"]::-ms-thumb {
  appearance    : none;
  height        : 16px;
  width         : 16px;
  background    : #fff;
  border        : 2px solid #3578ea;
  border-radius : 50%;
  cursor        : pointer;
  pointer-events: auto;
}

.range-wrapper .double-range-slider .slider-track {
  width        : 100%;
  height       : 3px;
  position     : absolute;
  margin       : auto;
  top          : 0;
  bottom       : 0;
  border-radius: 3px;
}

.range-wrapper .input-wrapper {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  width          : 100%;
}

.range-wrapper .input-wrapper input {
  border       : 1px solid #929497;
  border-radius: 4px;
  font-weight  : 500;
  font-size    : 12px;
  line-height  : 16px;
  text-align   : center;
  color        : #232528;
  transition   : 0.3s;
  height       : 24px;
  padding      : 0 5px;
  width        : calc(50% - 15px);
}

@media (max-width: 991.98px) {
  .range-wrapper .input-wrapper input {
    width: calc(50% - 23px);
  }
}

.range-wrapper .input-wrapper input::placeholder {
  color: #929497;
}

.range-wrapper .input-wrapper input:focus {
  border-color: #232528;
  outline     : none;
}

.range-wrapper .input-wrapper .separator {
  font-weight: 500;
  font-size  : 12px;
  line-height: 16px;
  color      : #929497;
}

.load-colors {
  display    : none;
  align-items: center;
  border     : none;
  background : transparent;
  font-weight: 500;
  font-size  : 12px;
  line-height: 16px;
  color      : #929497;
  margin     : 12px 12px 0 0;
  transition : 0.3s;
}

@media (min-width: 991.98px) {
  .load-colors {
    display: none !important;
  }
}

.load-colors.active {
  display: flex;
}

.load-colors:focus {
  outline: none;
}

.load-colors:hover,
.load-colors:focus {
  color: #232528;
}

.load-colors:hover circle,
.load-colors:focus circle {
  stroke: #232528;
}

.load-colors:hover path,
.load-colors:focus path {
  fill: #232528;
}

.load-colors .icon {
  width       : 16px;
  height      : 16px;
  margin-right: 6px;
}

.load-colors .icon svg {
  width : 100%;
  height: 100%;
}

.load-colors .icon svg circle,
.load-colors .icon svg path {
  transition: 0.3s;
}

.rate-stars {
  display     : flex;
  margin-right: 5px;
}

.rate-stars.four-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.four-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars.three-star .icon:nth-child(4) img.s_yellow,
.rate-stars.three-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.three-star .icon:nth-child(4) img.s_gray,
.rate-stars.three-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars.two-star .icon:nth-child(3) img.s_yellow,
.rate-stars.two-star .icon:nth-child(4) img.s_yellow,
.rate-stars.two-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.two-star .icon:nth-child(3) img.s_gray,
.rate-stars.two-star .icon:nth-child(4) img.s_gray,
.rate-stars.two-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars.one-star .icon:nth-child(2) img.s_yellow,
.rate-stars.one-star .icon:nth-child(3) img.s_yellow,
.rate-stars.one-star .icon:nth-child(4) img.s_yellow,
.rate-stars.one-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.one-star .icon:nth-child(2) img.s_gray,
.rate-stars.one-star .icon:nth-child(3) img.s_gray,
.rate-stars.one-star .icon:nth-child(4) img.s_gray,
.rate-stars.one-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars .icon {
  width : 18px;
  height: 18px;
}

.rate-stars .icon img {
  width : 100%;
  height: 100%;
}

.rate-stars .icon img.s_yellow {
  display: block;
}

.rate-stars .icon img.s_gray {
  display: none;
}

.cart-count {
  height         : 14px;
  background     : #f76b6a;
  font-weight    : 500;
  font-size      : 10px;
  line-height    : 14px;
  color          : #ffffff;
  border-radius  : 7px;
  align-items    : center;
  justify-content: center;
  min-width      : 14px;
  position       : absolute;
  top            : 0;
  right          : 0;
  transform      : translate(5px, -5px);
  padding        : 2px;
  display        : none;
}

@media (max-width: 1024px) {
  .cart-count {
    transform    : translate(0px, 0px);
    font-size    : 12px;
    min-width    : 18px;
    height       : 18px;
    border-radius: 9px;
  }
}

.cart-count.active {
  display: flex;
}

.button-black {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #232528;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  border: none;
}

.button-black:focus {
  outline: 0;
}

@keyframes slideToTop {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideToRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideBackUp {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes hamMenu {
  from {
    width  : 0;
    opacity: 0;
  }

  to {
    width  : 100%;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes loading-button {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#deco_fixed_footer {
  display: none !important;
}