@charset "UTF-8";
@font-face {
  font-family: "mon-900";
  src: url("../font/Montserrat/static/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-900";
  src: url("../font/Montserrat/static/Montserrat-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-800";
  src: url("../font/Montserrat/static/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-800";
  src: url("../font/Montserrat/static/Montserrat-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-700";
  src: url("../font/Montserrat/static/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-700";
  src: url("../font/Montserrat/static/Montserrat-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-600";
  src: url("../font/Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-600";
  src: url("../font/Montserrat/static/Montserrat-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-500";
  src: url("../font/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-500";
  src: url("../font/Montserrat/static/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-400";
  src: url("../font/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-400";
  src: url("../font/Montserrat/static/Montserrat-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-300";
  src: url("../font/Montserrat/static/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-300";
  src: url("../font/Montserrat/static/Montserrat-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-200";
  src: url("../font/Montserrat/static/Montserrat-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-200";
  src: url("../font/Montserrat/static/Montserrat-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-100";
  src: url("../font/Montserrat/static/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-100";
  src: url("../font/Montserrat/static/Montserrat-ThinItalic.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "mon-500";
  font-size: 14px;
  line-height: 1.3;
  scroll-behavior: smooth;
  color: #252525;
}

body {
  padding: 0;
  margin: 0;
}

.prevent-scroll {
  overflow: hidden;
}

/* Mobile */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.col {
  padding-left: 6px;
  padding-right: 6px;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-0 {
    display: none;
  }
  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }
  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .m-o-0 {
    margin-left: 0;
  }
  .m-o-1 {
    margin-left: 8.33333%;
  }
  .m-o-2 {
    margin-left: 16.66667%;
  }
  .m-o-3 {
    margin-left: 25%;
  }
  .m-o-4 {
    margin-left: 33.33333%;
  }
  .m-o-5 {
    margin-left: 41.66667%;
  }
  .m-o-6 {
    margin-left: 50%;
  }
  .m-o-7 {
    margin-left: 58.33333%;
  }
  .m-o-8 {
    margin-left: 66.66667%;
  }
  .m-o-9 {
    margin-left: 75%;
  }
  .m-o-10 {
    margin-left: 83.33333%;
  }
  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1025px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .col {
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
.row-space .col {
  margin-bottom: 24px;
}

.reset-ul,
.category-list,
.setting__slider .slick-dots,
.setting__dropdown ul,
.setting__list,
.header__menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.reset-a,
.header__menu ul li a {
  color: #252525;
  text-decoration: none;
  transition: all ease-out 0.4s;
}
.reset-a:hover,
.header__menu ul li a:hover {
  opacity: 0.8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1370px;
  }
}
.hide-on-all {
  display: none !important;
}

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.section {
  padding: 40px 0;
  overflow: hidden;
}
.section--color {
  background-color: #bbf2ff;
}
@media (max-width: 1024px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

.label {
  font-size: 16px;
  font-family: mon-500;
  display: block;
}
.label--bold {
  font-family: mon-600;
}
.label--blue {
  color: #2196f3;
}
.label--sm {
  font-size: 13px;
}

.text-muted {
  color: #252525;
  opacity: 0.8;
}

.body-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .body-center {
    padding: 15px 0;
  }
}
.body-center .heading {
  color: #0cb0d5;
  margin-top: 0;
}
.body-center .desc {
  line-height: 1.5;
}

.heading {
  font-size: 24px;
  font-family: mon-700;
  text-transform: uppercase;
  margin: 0;
}
.heading--blue {
  color: #0cb0d5;
}
.heading--sm {
  font-size: 14px;
}
.heading--center {
  text-align: center;
}
.heading--btn {
  background-color: #0cb0d5;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
  border-radius: 10px;
  color: #ffffff;
}
.section--edit h2 {
  font-size: 24px;
  font-family: mon-700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #0cb0d5;
}
.section--edit p {
  font-size: 16px;
  margin: 0 0 12px 0;
}

.img-square {
  padding-top: 100%;
  position: relative;
}
.img-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.desc {
  font-size: 16px;
}
.desc strong {
  font-family: mon-600;
}
.desc--center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.img-full {
  width: 100%;
  border-radius: 8px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
  z-index: 99999;
  width: 450px;
  padding: 24px;
  opacity: 0;
  max-height: 100vh;
  overflow: auto;
  visibility: hidden;
  transition: all ease-out 0.6s;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}
@media (max-width: 1024px) {
  .popup {
    padding: 15px;
  }
}
.popup--big {
  width: 900px;
}
.popup--full {
  width: 100%;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 37, 37, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.6s;
}
.popup__modal.active {
  opacity: 1;
  visibility: visible;
}
.popup__heading {
  font-size: 18px;
  color: #252525;
  font-family: mon-600;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.popup__desc {
  text-align: center;
}
.popup__link {
  display: flex;
  align-items: center;
  border: 1px solid #252525;
  border-radius: 10px;
  overflow: hidden;
  margin: 24px 0;
}
.popup__link input {
  flex: 1;
  height: 37px;
  border: 0;
  outline: 0;
  padding: 0 8px;
}
.popup__link i {
  width: 24px;
  font-size: 16px;
}

.popup-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(37, 37, 37, 0.8);
  border-radius: 4px;
  padding: 30px 40px;
  z-index: 999999;
  transition: all linear 0.3s;
}

.popup-notification__icon {
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.popup-notification__content {
  font-size: 20px;
  font-family: mon-600;
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-notification {
    width: 90%;
  }
  .popup-notification__icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .popup-notification__content {
    font-size: 16px;
  }
}
.popup-notification.success,
.popup-notification.error {
  opacity: 1;
  visibility: visible;
}

.popup-notification.success .popup-notification__icon {
  background-color: green;
}

.popup-notification.error .popup-notification__icon {
  background-color: #fd0000;
}

.checkbox {
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.checkbox img {
  height: 30px;
  margin-right: 6px;
}
.checkbox--no-click {
  pointer-events: none;
}
.no-click {
  pointer-events: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.d-flex--stretch {
  align-items: stretch;
}
.d-flex--center {
  justify-content: center;
}
.d-flex--right {
  justify-content: flex-end;
}
.d-flex--space {
  justify-content: space-between;
}
.d-flex--row {
  margin: 24px -12px;
}
@media (max-width: 767px) {
  .d-flex--row {
    margin: 12px -8px;
  }
}

.flex-1 {
  flex: 1;
}

.m {
  margin: 24px;
}
.m--sm {
  margin: 12px;
}
@media (max-width: 767px) {
  .m--sm {
    margin: 8px;
  }
}

.ml {
  margin-left: 24px;
}
.ml--a {
  margin-left: auto;
}
.ml--sm {
  margin-left: 8px;
}

.mr {
  margin-right: 24px;
}
.mr--sm {
  margin-right: 8px;
}

.mb {
  margin-bottom: 24px;
}
.mb--sm {
  margin-bottom: 8px;
}
.mb--big {
  margin-bottom: 40px;
}

.mt {
  margin-top: 24px;
}
.mt--sm {
  margin-top: 8px;
}
.mt--big {
  margin-top: 40px;
}

.mh {
  margin: 0 24px;
}
.mh--sm {
  margin: 0 8px;
}
.mv {
  margin: 24px 0;
}
.mv--sm {
  margin: 8px 0;
}

.btn {
  background-color: #0cb0d5;
  color: #ffffff;
  border-radius: 10px;
  border: 0;
  height: 36px;
  padding: 0 20px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: mon-500;
  white-space: nowrap;
  cursor: pointer;
  transition: all ease-out 0.4s;
}
.btn:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
.btn i {
  margin-right: 6px;
}
.btn--sm {
  height: 28px;
  font-size: 12px;
}
.btn--big {
  height: 52px;
  font-size: 18px;
}
.btn--radius {
  border-radius: 100px;
}
.btn--border {
  border: 1px solid #0cb0d5;
  color: #0cb0d5;
  background-color: transparent;
}
.btn--bor-blue {
  border: 1px solid #0cb0d5;
  color: #0cb0d5;
  background-color: transparent;
}
.btn--full {
  width: 100%;
}
.btn--square {
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0;
  border-radius: 4px;
}
.btn--square i {
  margin: 0;
}
.btn--center {
  margin-left: auto;
  margin-right: auto;
}
.btn--red {
  background-color: #fd0000;
  color: #ffffff;
}
.btn--green {
  background-color: #2196f3 !important;
  color: #ffffff !important;
  border-color: #2196f3 !important;
}
.btn--text{
  background-color: transparent;
  border: 0;
  color: green;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 37, 37, 0.3);
  display: flex;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.loading.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.loading-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: flex;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.loading-2.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.loading.paying {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.loader {
  margin: auto;
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  animation: l26 1s infinite steps(12);
}

.loader,
.loader:before,
.loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, #f03355 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%, #f03355 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}
.footer {
  padding: 30px 0;
  border-top: 1px solid rgba(37, 37, 37, 0.2);
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__flex {
}
@media (max-width: 1024px) {
  .footer__flex {
    flex-direction: column;
  }
}
.footer__logo {
  display: flex;
}
.footer__logo img {
  height: 60px;
}

.social {
  text-align: right;
}
@media (max-width: 1024px) {
  .social {
    margin-top: 20px;
  }
}
.social__label {
  font-family: mon-700;
  color: #252525;
  margin-bottom: 5px;
  text-align: center;
}
.social__list {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  justify-content: center;
}
.social__item {
  width: 32px;
  height: 32px;
  display: flex;
  background-color: #ffffff;
  color: #252525;
  text-decoration: none;
  border-radius: 10px;
  margin: 5px;
  transition: all ease-out 0.4s;
}
.social__item:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.social__item i {
  margin: auto;
  font-size: 16px;
}

.mobile-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0cb0d5;
  display: flex;
  align-items: center;
  height: 60px;
}
.mobile-bottom .container {
  width: 100%;
}
.mobile-bottom__flex {
  display: flex;
  justify-content: space-between;
}
.mobile-bottom__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.mobile-bottom__item i {
  font-size: 20px;
  height: 24px;
  display: flex;
  align-items: center;
}
.search-mobile {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.search-mobile.active {
  opacity: 1;
  visibility: visible;
}
.search-mobile__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.search-mobile__modal.active {
  opacity: 1;
  visibility: visible;
}
.search-mobile__label {
  font-size: 28px;
  font-family: mon-700;
  display: block;
  color: #ffffff;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}
.search-mobile__field {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.search-mobile__field input {
  flex: 1;
  height: 36px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 16px;
}
.search-mobile__field button {
  border: 0;
  outline: 0;
  padding: 0 10px;
  background-color: #ffffff;
}
.search-mobile__field button i {
  font-size: 18px;
  color: #252525;
}

.header__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: hidden;
  transition: all ease 0.3s;
  z-index: 999;
}
.header__modal.active {
  opacity: 1;
  visibility: visible;
}
.header__sticky {
  position: relative;
  z-index: 9999;
}
.header__sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__border {
  padding: 15px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
}
.header__logo img {
  height: 40px;
}
.header__bar {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 5px;
  background-color: #0cb0d5;
  color: #ffffff;
}
.header__bar i {
  margin: auto;
  font-size: 16px;
}
.header__menu {
  margin-right: auto;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .header__menu {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 15px;
    right: -100%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out 0.6s;
  }
  .header__menu.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header__menu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__menu {
    background-color: #ffffff;
    padding: 30px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .header__menu ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.header__menu ul li {
  margin: 0 15px;
}
@media (max-width: 1500px) {
  .header__menu ul li {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .header__menu ul li {
    margin: 0 6px;
  }
}
@media (max-width: 1024px) {
  .header__menu ul li {
    margin: 0;
  }
  .header__menu ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header__menu ul li a {
  text-transform: uppercase;
  font-size: 12px;
}
.header__menu ul li.active a{
  color: #0cb0d5;
  position: relative;
}
.header__menu ul li.active a::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0cb0d5;
  top: calc(100% + 3px);
}
@media (max-width: 1200px) {
  .header__menu ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .header__menu ul li a {
    font-size: 16px;
  }
}
.header__menu ul li a:hover {
  color: #0cb0d5;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__right > *:not(:last-child) {
  margin-right: 10px;
}
.header__right__action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid rgba(37, 37, 37, 0.2);
  text-decoration: none;
  color: #252525;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.header__right__action:hover {
  opacity: 0.8;
}
.header__right__float {
  position: absolute;
  left: 65%;
  bottom: 65%;
  font-size: 12px;
  font-family: mon-600;
  background-color: #fd0000;
  color: #ffffff;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 20px;
}
.header__right__action i {
  font-size: 14px;
}
.header__right__action span {
  margin-left: 6px;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .header__right__action span {
    font-size: 12px;
    margin-left: 4px;
  }
}
.cart {
  position: relative;
  margin-right: 20px;
  color: #252525;
  transition: all ease-out 0.4s;
}
@media (max-width: 1024px) {
  .cart {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 5px;
    background-color: #0cb0d5;
    color: #ffffff;
    margin-right: 0;
  }
}
.cart:hover {
  opacity: 0.8;
}
.cart__num {
  position: absolute;
  left: 65%;
  bottom: 65%;
  font-size: 12px;
  font-family: mon-600;
  background-color: #fd0000;
  color: #ffffff;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .cart__num {
    padding: 3px 4px;
  }
}
.cart__icon {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .cart__icon {
    font-size: 14px;
    margin: auto;
  }
}

.full-height {
  display: flex;
  min-height: 100vh;
  padding: 30px 0;
}

.form-ns {
  margin: auto;
  width: 440px;
}
.form-ns__logo {
  height: 80px;
}
.form-ns__title {
  font-size: 21px;
  text-transform: capitalize;
  margin-top: 4px;
}
.form-ns__group {
  margin: 20px 0;
}
.form-ns__label {
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.form-ns__field {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(37, 37, 37, 0.3333333333);
  border-radius: 10px;
  padding: 0 12px;
}
.form-ns__flex {
  display: flex;
  align-items: center;
}
.form-ns__flex .form-ns__field {
  width: 50%;
}
.form-ns__flex span {
  margin-left: 10px;
}
.form-ns__error {
  font-size: 13px;
  color: #fd0000;
  margin-top: 6px;
}
.form-ns__submit {
  width: 100%;
}
.form-ns__code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-ns__code input {
  width: 40px;
  height: 40px;
  margin: 4px;
  display: block;
  border: 1px solid #252525;
  border-radius: 4px;
  text-align: center;
}

.card {
  padding: 15px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  border-radius: 10px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .card {
    width: 100%;
  }
}
.card--ml {
  margin-left: 30px;
}
.card__top {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: mon-700;
  color: #0cb0d5;
}
.card__person {
  display: flex;
  align-items: center;
  margin: 12px 0;
  padding: 0 15px;
}
.card__person i {
  font-size: 16px;
  width: 28px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.card__name {
  font-size: 14px;
  font-family: mon-700;
}
.card__link {
  font-size: 12px;
}
.card__icon {
  width: 28px;
  height: 28px;
  background-color: #0cb0d5;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  margin-right: 10px;
}
.card__icon i {
  margin: auto;
  font-size: 14px;
}
.card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 15px;
  margin: 12px -15px;
}
.card__image {
  margin: 0 10px;
}
.card__image img {
  height: 36px;
  object-fit: contain;
}
.card__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
.card__num {
  font-family: mon-700;
  font-size: 16px;
  margin-top: 3px;
}
.card__action {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search {
  display: flex;
  align-items: center;
  border: 1px solid #252525;
  border-radius: 10px;
  overflow: hidden;
  height: 36px;
}
.search button {
  border: 0;
  background-color: transparent;
  outline: 0;
  padding-left: 10px;
  padding-right: 0;
}
.search button i {
  font-size: 15px;
}
.search input {
  flex: 1;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 15px;
}

.product {
  display: block;
  text-decoration: none;
  color: #252525;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  transition: all ease-out 0.4s;
  position: relative;
  background-color: #ffffff;
}
.product.choose {
  border: 1px solid #0cb0d5;
}
.product:hover {
  transform: translateY(-5px);
}
.product--column {
  box-shadow: unset;
  display: flex;
  align-items: center;
  padding: 0;
}
.product--column .product__image {
  min-width: 60px;
  height: 60px;
  margin-right: 10px;
  padding-top: 0;
}
.product--no-hover:hover {
  transform: unset;
}
.product .setting__function {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product__check {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  border: 1px solid #0cb0d5;
  border-radius: 4px;
  background-color: #ffffff;
}
.product__check:checked {
  background-color: #0cb0d5;
  border-color: #0cb0d5;
}
.product__check:checked::after {
  content: "✔";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product__image {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  display: block;
}
.product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.product__name {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: mon-600;
  color: #252525;
  cursor: pointer;
  margin: 8px 0;
}
.product__name a{
  text-decoration: none;
  color: #252525;
}
.product__quantity {
  font-size: 12px;
  font-family: mon-600;
  margin-bottom: 6px;
}
.product__price {
  font-size: 14px;
  color: #f17c2c;
}
.product__detail {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 12px;
  font-family: mon-600;
}
.product .btn {
  padding: 0;
}

.setting {
  margin-top: 30px;
  margin-bottom: 50px;
}
.setting__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting__form--hidden {
  display: none;
}
.setting__form__avatar {
  width: 120px;
  max-width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 10px;
  object-fit: contain;
}
.setting__form__field {
  width: 600px;
  max-width: 100%;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #252525;
  padding: 0 10px;
  max-width: 100%;
}
.setting__form__textarea {
  width: 600px;
  max-width: 100%;
  height: 96px;
  border-radius: 8px;
  border: 1px solid #252525;
  padding: 10px;
  max-width: 100%;
  resize: none;
}
.setting__form__select {
  width: 400px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #252525;
  padding: 0 10px;
  max-width: 100%;
}
.setting__form__error {
  font-size: 13px;
  color: #fd0000;
  margin-top: 4px;
}
.setting__form__flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 600px;
  max-width: 100%;
}

.setting__item {
  position: relative;
  margin: 24px 0;
  padding: 12px 15px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  border-radius: 12px;
}
.setting__item.highlight {
  opacity: 0.6;
}
.setting__item.move {
  height: 100px;
  overflow: hidden;
}
.setting__item.move .setting__modal {
  display: flex;
}
.setting__item.move .setting__function {
  display: none;
}
.setting__item.move .setting__move {
  display: block;
}
.setting__item.hidden-block {
  height: 100px;
  overflow: hidden;
}
.setting__item.hidden-block .setting__modal {
  display: flex;
}
.setting__item.hidden-block .setting__function {
  display: none;
}
.setting__item.hidden-block .setting__hidden {
  display: block;
}
.setting__item.remove {
  height: 100px;
}
.setting__item.remove .setting__modal {
  display: flex;
}
.setting__item.remove .setting__content {
  display: none;
}
.setting__body .setting__item {
  border: 0;
}
.setting__modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.1);
  display: none;
  color: #252525;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}
.setting__modal i {
  font-size: 30px;
  display: none;
}
@media (max-width: 767px) {
  .setting__modal i {
    font-size: 24px;
  }
}
.setting__move {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: grab;
  transition: all ease-out 0.4s;
}
.setting__move:hover {
  opacity: 0.8;
  color: #0cb0d5;
}
.setting__hidden {
  transition: all ease-out 0.4s;
  cursor: pointer;
}
.setting__hidden:hover {
  opacity: 0.8;
  color: #0cb0d5;
}
.setting__hidden:hover::before {
  content: "\f06e";
}
.setting__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting__flex .search {
  flex: 1;
}
.setting__function {
  position: relative;
  width: fit-content;
  z-index: 2;
}
@media (min-width: 1025px) {
  .setting__function:hover .setting__dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.setting__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(37, 37, 37, 0.33);
  display: flex;
  cursor: pointer;
}
.setting__icon i {
  margin: auto;
  color: #ffffff;
  font-size: 16px;
}
.setting__dropdown {
  position: absolute;
  right: 0;
  background-color: rgba(37, 37, 37, 0.8);
  color: #ffffff;
  border-radius: 5px;
  top: calc(100% + 15px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease-out 0.4s;
}
.setting__dropdown.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.setting__dropdown::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.setting__dropdown ul li {
  padding: 5px 20px;
  cursor: pointer;
  transition: all ease-out 0.4s;
  white-space: nowrap;
  border-radius: 5px;
}
.setting__dropdown ul li:hover {
  background-color: #0cb0d5;
}
.setting__dropdown ul li i {
  width: 25px;
  font-size: 14px;
}
.setting__dropdown ul li a {
  text-decoration: none;
  color: #ffffff;
  margin: -5px -20px;
  padding: 5px 20px;
}
.setting__banner {
  display: flex;
}
.setting__banner img {
  aspect-ratio: 16 / 7 ;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  width: 100%;
}
.setting__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.setting__avatar img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #bfdce5;
}
.setting__name {
  font-size: 24px;
  line-height: 1;
  font-family: mon-500;
  margin: 8px 0;
}
.setting__socials {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.setting__socials a {
  text-decoration: none;
  display: flex;
  margin: 5px;
  transition: all ease-out 0.4s;
}
.setting__socials a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}
.setting__category .slick-track {
  margin: 0;
}
.setting__category .slick-list {
  margin: 0 -20px;
}
.setting__category .slick-slide {
  margin: 20px;
}
.setting__category__item {
  text-decoration: none;
  color: #252525;
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.4s;
  cursor: pointer;
}
.setting__category__item:hover {
  transform: translateY(-5px);
}
.setting__category__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.setting__category__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  background-color: #bfdce5;
}
.setting__category__name {
  font-size: 14px;
  font-family: mon-600;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
.setting__slider {
  width: calc(100% - 200px);
  margin: auto;
}
.setting__slider > img {
  width: 100%;
}
@media (max-width: 1024px) {
  .setting__slider {
    width: calc(100% - 100px);
  }
  .setting__category {
    padding-right: 60px;
  }
  .setting__category .slick-list {
    overflow: unset;
  }
}
.setting__slider .slick-slide {
  border-radius: 8px;
}
.setting__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.setting__slider .slick-prev {
  right: calc(100% + 12px);
}
.setting__slider .slick-next {
  left: calc(100% + 12px);
}
.setting__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.setting__slider .slick-dots li {
  margin: 3px;
}
.setting__slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background-color: rgba(37, 37, 37, 0.3);
  cursor: pointer;
}
.setting__slider .slick-dots li button:hover {
  opacity: 0.8;
}
.setting__slider .slick-dots li.slick-active button {
  background-color: #252525;
}
.setting__continue {
  /* display: none; */
}
.setting__continue.active {
  display: block;
}

.category-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.category-list__left {
  display: flex;
  align-items: center;
}
.category-list__left i {
  font-size: 16px;
  transition: all ease-out 0.4s;
  cursor: grab;
}
.category-list__left i:hover {
  opacity: 0.8;
  color: #0cb0d5;
}
.category-list__left img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 10px;
}
.product-popup__flex {
  display: flex;
}
@media (max-width: 1024px) {
  .product-popup__flex {
    flex-direction: column;
  }
}
.product-popup__col {
  width: 50%;
  position: relative;
}
.product-popup__col .js_action{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
}
.product-popup__col .js_action .btn{
  width: calc(50% - 10px);
  margin: 0;
}
@media (max-width: 1024px) {
  .product-popup__col .js_action{
    position: unset;
  }
  .product-popup__col {
    width: 100%;
  }
  .product-popup__col.mr {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.product-popup__for .slick-slide span {
  position: relative;
  display: block;
  padding-top: 100%;
}
.product-popup__for .slick-slide span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-popup__nav {
  margin-top: 12px;
  padding: 0 40px;
}
.product-popup__nav .slick-list {
  margin: 0 -12px;
}
.product-popup__nav .slick-slide {
  margin: 12px;
  border: 2px solid transparent;
  cursor: pointer;
}
.product-popup__nav .slick-slide span {
  position: relative;
  display: block;
  padding-top: 100%;
}
.product-popup__nav .slick-slide span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-popup__nav .slick-current {
  border-color: #0cb0d5;
}
.product-popup__nav .slick-arrow {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #2196f3;
  background-color: transparent;
  border: 1px solid #2196f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all ease-out 0.3s;
  z-index: 1;
}
.product-popup__nav .slick-arrow:hover {
  background-color: #2196f3;
  color: #ffffff;
}
.product-popup__nav .slick-prev {
  left: 0;
}
.product-popup__nav .slick-next {
  right: 0;
}
.product-popup__nav .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.product-popup__body {
  padding-left: 40px;
}
.product-popup__name {
  font-size: 32px;
  font-family: mon-600;
}
.product-popup__desc {
}
.product-popup__desc strong {
  font-family: mon-700;
}
.product-popup__price {
  font-size: 24px;
  color: #f17c2c;
}
.product-popup__label {
  font-family: mon-600;
}
.product-popup__quantity {
  border: 1px solid #252525;
  width: fit-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.product-popup__quantity span {
  padding: 0 4px;
  cursor: pointer;
}
.product-popup__quantity span i {
  font-size: 10px;
}
.product-popup__quantity input {
  border: 0;
  outline: 0;
  width: 36px;
  text-align: center;
}
.product-popup__review {
  display: flex;
  align-items: center;
}
.product-popup__rate {
  margin-left: 4px;
  margin-right: 20px;
}
.product-popup__rate span {
  color: #444444;
  font-size: 16px;
}
.product-popup__rate span.checked {
  color: orange;
}
.product-popup__review a {
  color: #444444;
}
.pay {
  margin: 30px 0;
  min-height: 68vh;
}
.pay__page {
  padding: 15px;
  border: 1px solid rgba(37, 37, 37, 0.1);
  border-radius: 10px;
  margin-bottom: 24px;
}
.pay__group {
  flex: 1;
}
@media (max-width: 1024px) {
  .pay__group {
    width: 100%;
    flex: unset;
  }
}
.pay__field {
  height: 36px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #252525;
  padding: 0 10px;
  max-width: 100%;
  margin: 3px 0;
}
.pay__select {
  height: 36px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #252525;
  padding: 0 10px;
  max-width: 100%;
  margin: 3px 0;
}
.pay__error {
  font-size: 13px;
  color: #fd0000;
}
.pay__flex {
  display: flex;
  align-items: flex-start;
  margin: 0 -12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .pay__flex {
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.pay__flex > * {
  margin: 12px;
}
@media (max-width: 1024px) {
  .pay__flex > * {
    margin: 8px;
  }
}
.pay__product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .pay__product {
    flex-wrap: wrap;
  }
}
.pay__product__left {
  display: flex;
  align-items: flex-start;
}
.pay__product__image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.pay__product__body {
  margin-left: 10px;
}
.pay__product__name {
  font-family: mon-600;
}
.pay__product__price {
  color: #f17c2c;
}
.pay__product__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .pay__product__right {
    width: 100%;
    margin-top: 15px;
    justify-content: space-between;
  }
}
.pay__product__total {
  font-size: 16px;
  font-family: mon-700;
}
.pay__product__remove {
  margin-left: 30px;
  color: #fd0000;
  cursor: pointer;
}
.pay__product__remove:hover {
  opacity: 0.8;
}
.pay__voucher__item {
    width: calc(50% - 24px);
}
.pay__voucher {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease-out 0.4s;
  /* width: calc(50% - 24px); */
}
.pay__voucher.disabled{
  pointer-events: none;
  position: relative;
}
.pay__voucher.new-voucher .pay__voucher__card{
  border-color: #005be0;
  border-width: 2px;
}
.pay__voucher.disabled::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 41, 55, 0.6);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .pay__voucher {
    width: 100%;
  }
}
.pay__voucher--no-click {
  pointer-events: none;
}
.pay__voucher:hover {
  opacity: 0.8;
}
.pay__voucher__card {
  border: 1px solid rgba(37, 37, 37, 0.4);
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.pay__voucher__body {
  padding-right: 10px;
}
.pay__voucher__num {
  width: 40%;
  min-width: 40%;
  height: 100px;
  display: flex;
  background-color: #0cb0d5;
  font-size: 22px;
  padding: 12px;
  text-align: center;
  font-family: mon-700;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .pay__voucher__num {
    font-size: 18px;
  }
}

.method__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.method__body {
  display: none;
}

.report__top {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
.report__tab {
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  font-family: mon-700;
  color: #252525;
  opacity: 0.6;
  transition: all ease-out 0.4s;
}
.report__tab.active,
.report__tab:hover {
  color: #0cb0d5;
  opacity: 1;
}
.report__body {
  margin-top: 30px;
}
.report__flex {
  display: flex;
  margin: 0 -12px;
}
.report__flex .report__border {
  width: 25%;
  margin: 0 12px;
}
.report__border {
  border: 1px solid #444444;
  padding: 8px;
  border-radius: 8px;
  height: 100%;
}
.report__border--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.report__pickerTime {
  width: calc(100% - 16px);
  display: flex;
  align-items: center;
}
.report__pickerTime i {
  margin-right: 6px;
  font-size: 20px;
  color: #0cb0d5;
  cursor: pointer;
}
.report__pickerTime input {
  flex: 1;
  border-style: solid;
  border-color: #252525;
  border-width: 0 0 1px 0;
  outline: 0;
  padding: 8px;
}
.report__column {
  margin: 0 12px;
  flex: 1;
}
.report__bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.report__img-pro {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.report .label {
  display: flex;
  align-items: flex-start;
}
.report .label i {
  font-size: 12px;
  margin-left: 4px;
}
/*Khang update 25/2/2025*/
main {
  /* min-height: 75vh; */
}
/*# sourceMappingURL=main.css.map */

.setting__form__count {
  position: relative;
  width: 600px;
  max-width: 100%;
}
.setting__form__count input {
  padding-right: 50px;
}
.setting__form__num {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.setting__form__email {
  position: relative;
  width: 600px;
  max-width: 100%;
}
.setting__form__email input {
  padding-right: 100px;
}
.setting__form__tail {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.btn-text {
  display: flex;
  align-items: baseline;
  transition: all ease-out 0.4s;
  cursor: pointer;
}
.btn-text:hover {
  opacity: 0.8;
}
.btn-text i {
  margin-left: 4px;
  font-size: 11px;
}
.hidden {
  display: none;
}

.social__item img {
  width: 28px;
  height: 32px;
  object-fit: contain;
  margin: auto;
}
.js_pro_quantity_text{
  margin-left: 8px;
}
.js_pro_quantity_text.error {
  color: #fd0000;
}

.css_hide_popup_pro {
  position: absolute;
  top: 20px;
  left: 20px;
}

.body-center .ql-editor {
  height: auto;
}

.color-error {
  color: #fd0000;
}

.pay__stt {
}
.pay__stt__item {
  display: flex;
}
.pay__stt__left {
  position: relative;
}
.pay__stt__left::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
  width: 1px;
  bottom: 0;
  background-color: #252525;
}
.pay__stt__circle {
  width: 16px;
  height: 16px;
  border: 1px solid #252525;
  border-radius: 50%;
  position: relative;
}
.pay__stt__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #252525;
  border-radius: 50%;
}
.pay__stt__item.active .pay__stt__left .pay__stt__circle {
  border-color: #2196f3;
}
.pay__stt__item.active .pay__stt__left .pay__stt__circle::before {
  background-color: #2196f3;
}
.pay__stt__right {
}

.ql-editor {
  white-space: unset !important;
  max-height: 300px;
  overflow: auto;
}

.ql-editor::-webkit-scrollbar {
  width: 3px;
}

.ql-editor::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ql-editor::-webkit-scrollbar-thumb {
  background: #0cb0d5;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}
.shop-list__item {
  width: calc(100% / 5 - 20px);
  margin: 0 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all ease-out 0.3s;
}
.shop-list__avatar {
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.shop-list__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-list__item:hover {
  transform: translateY(-5px);
}
.shop-list__name {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-family: mon-600;
  margin: 10px 0 0 0;
  transition: all ease-out 0.3s;
}
.shop-list__item:hover .shop-list__name {
  color: #2196f3;
}
.category-new-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}
.category-new-list__item {
  width: calc(100% / 4 - 20px);
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all ease-out 0.3s;
  display: flex;
  align-items: center;
}
.category-new-list__item.large {
  width: calc(100% / 1 - 20px);
}

.category-new-list__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100px;
  width: 100px;
  min-width: 100px;
}

.category-new-list__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-new-list__name {
  color: #252525;
  font-size: 14px;
  font-family: mon-600;
  margin: 0 0 0 20px;
  transition: all ease-out 0.3s;
  text-transform: uppercase;
}
.category-new-list__item.large .category-new-list__name {
  font-size: 18px;
}
.category-new-list__item:hover .category-new-list__name {
  color: #2196f3;
}
.category-new-list__body {
  margin-left: 20px;
}
.category-new-list__body .category-new-list__name {
  font-size: 12px;
  margin: 0;
}
.category-new-list__body .category-new-list__link {
  border: 1px solid #2196f3;
  color: #2196f3;
  font-size: 12px;
  border-radius: 100px;
  text-decoration: none;
  padding: 4px 15px;
  font-family: mon-600;
  margin-top: 10px;
  display: block;
  width: fit-content;
  transition: all ease-out 0.3s;
}
.category-new-list__body .category-new-list__link:hover{
  transform: translateY(-3px);
}
@media (max-width: 1024px) {
  .category-new-list__body .category-new-list__link{
    font-size: 10px;
  }
}
.footer__list {
  list-style: none;
  padding-left: 0;
}
.footer__list li {
  margin-bottom: 6px;
}
.footer__list li a {
  text-decoration: none;
  color: #252525;
  transition: all ease-out 0.3s;
}
.footer__list li a:hover {
  opacity: 0.8;
}
.footer__image {
  height: 60px;
}
.footer__text {
}
.footer__text p {
  font-size: 14px;
  font-family: mon-i-500;
  margin: 0;
}
.rate-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.rate-list__item {
  line-height: 1;
  width: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100px;
  cursor: pointer;
  transition: all ease-out 0.3s;
  margin: 6px;
}
.rate-list__item:hover {
  opacity: 0.8;
}
.rate-list__item.active {
  background-color: #2196f3;
  color: #ffffff;
  border-color: #2196f3;
}
.rate-list__item span {
  color: orange;
  margin-left: 4px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a,
.pagination span {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #2196f3;
  color: #2196f3;
  margin: 6px;
  text-decoration: none;
  transition: all ease-out 0.4s;
  cursor: pointer;
}
.pagination a:hover,
.pagination span:hover {
  transform: translateY(-3px);
}
.pagination a.active {
  background-color: #2196f3;
  color: #ffffff;
  transform: translateY(-3px);
}
.pagination span.active {
  background-color: #2196f3;
  color: #ffffff;
  transform: translateY(-3px);
}
.comment-list {
}
.comment-list__item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}
.comment-list__item:not(:first-child) {
  margin-top: 20px;
}
.comment-list__flex {
  display: flex;
  align-items: center;
}
.comment-list__name {
  font-family: mon-600;
}
.comment-list__rate {
  display: flex;
  margin-left: 10px;
}
.comment-list__rate span {
  font-size: 12px;
}
.comment-list__rate span.checked {
  color: orange;
}
.comment-list__content {
  margin: 6px 0;
}
.comment-list__date {
  font-size: 12px;
  margin-top: 4px;
  color: #444444;
  font-family: mon-i-500;
}
.form-ns__right {
  display: flex;
  justify-content: right;
}
.form-ns__right a {
  text-decoration: none;
  color: #252525;
  transition: all ease-out 0.3s;
}
.form-ns__right a:hover {
  color: #2196f3;
}
.form-ns__center {
  display: flex;
  justify-content: center;
}
.form-ns__center a {
  text-decoration: none;
  color: #252525;
  margin-left: 6px;
  display: inline-block;
  transition: all ease-out 0.3s;
}
.form-ns__center a:hover {
  color: #2196f3;
}
@media (max-width: 1024px) {
  .shop-list__item {
    width: calc(100% / 3 - 20px);
    margin-bottom: 20px;
  }
  .category-new-list__item {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
  }
  .category-new-list__item.large {
    width: calc(100% / 1 - 20px);
  }
  .header__right {
    margin-left: auto;
    margin-right: 10px;
  }
  .header__menu .header__right__action {
    justify-content: flex-start;
    border: 0;
    font-size: 16px;
    padding: 0;
    margin-top: 20px;
    align-items: baseline;
  }
  .header__menu .header__right__action i {
    font-size: 16px;
  }
  .header__menu .header__right__action span {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 6px;
  }
  .product-popup__body {
    padding-left: 0;
    margin-top: 20px;
  }
  .footer__logo {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .shop-list__item {
    width: calc(100% / 2 - 20px);
  }
  .category-new-list__item {
    width: calc(100%);
  }
}

/* account css */
.section-account {
}
.section-account__left {
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .section-account__left {
    margin-bottom: 24px;
  }
}
.section-account__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-account__avatar {
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  background-color: #005be0;
  color: #ffffff;
  font-size: 32px;
  font-family: mon-700;
  border-radius: 50%;
  box-shadow: 0 2.72727px 13.6364px rgba(51, 63, 72, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-account__avatar b {
}
.section-account__name {
  display: flex;
  align-items: baseline;
  margin-top: 12px;
}
.section-account__name b {
  text-transform: uppercase;
  font-family: mon-700;
  font-size: 16px;
}
.section-account__edit {
  text-decoration: none;
  color: #0cb0d5;
  transition: all ease 0.3s;
}
.section-account__edit:hover {
  opacity: 0.8;
}
.section-account__edit i {
  margin-left: 6px;
}
.section-account__list {
  margin-top: 24px;
}
.section-account__item {
  display: block;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin-top: 12px;

  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-family: mon-500;

  transition: all ease-out 0.3s;
  cursor: pointer;
}

.section-account__item.active {
  border: 1px solid #0cb0d5;
  background-color: #0cb0d5;
  color: #ffffff;
}
.section-account__item:hover {
  background-color: #e1e1e1;
}
.section-account__item i {
  width: 30px;
}

@media (max-width: 1024px) {
  .section-account__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-account__item {
    width: calc(100% / 3 - 16px / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 8px;
    padding: 16px 4px;
  }
  .section-account__item span {
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
    display: flex;
    align-items: center;
  }
  .section-account__item i {
    font-size: 20px;
  }
}
.section-account__right {
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 24px;
}
.section-account__heading {
  font-size: 20px;
  font-family: mon-700;
  margin: 0 0 12px;
  color: #0cb0d5;
}
.section-account__form {
}
.section-account__form__group {
  margin-bottom: 12px;
}
.section-account__form__label {
  font-size: 16px;
  font-family: mon-500;
}
.section-account__form__field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 0;
}
.section-account__form__radio {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.section-account__form__radio input {
  margin: 0;
}
.section-account__form__radio label {
  margin-left: 6px;
}
.section-account__form__error {
  color: #fd0000;
}
.section-account__form__input {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 4px;
  border: 1px solid #000000;
  outline-color: #0cb0d5;
  padding: 0 15px;
  font-size: 16px;
}
.section-account__form__select {
  width: calc(100% / 3 - 24px / 3);
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000000;
  outline-color: #0cb0d5;
  padding-left: 8px;
  font-size: 16px;
}
.section-account__form__select:not(:first-child) {
  margin-left: 12px;
}
.section-account__form__submit {
  margin-top: 12px;
  background-color: #0cb0d5;
  color: #ffffff;
  font-size: 18px;
  font-family: mon-700;
  padding: 10px 30px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}


/* form address -- start */
.address__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.address__modal.active {
  opacity: 1;
  visibility: visible;
}
.address__form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 600px;
  max-width: calc(100% - 32px);
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  z-index: 9999;
  max-height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.address__form.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.address__form__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #252937;
  cursor: pointer;
  transition: all ease 0.3s;
}
.address__form__close:hover {
  color: #fd0000;
}
.address__form__heading {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-family: mon-700;
  color: #252525;
}
.address__form__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.address__form__group {
  flex: 1;
  margin-bottom: 15px;
}
.address__form__group:last-child {
  margin-left: 12px;
}
.address__form__label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
.address__form__input,
.address__form__select {
  width: 100%;
  height: 40px;
  border: 1px solid #252525;
  outline-color: #283373;
  border-radius: 8px;
}
.address__form__input {
  padding: 0 12px;
}
.address__form__select {
  padding-left: 8px;
}
.address__form__input.invalid {
  border-color: #fd0000;
  outline-color: #283373;
}
.address__form__select.invalid {
  border-color: #fd0000;
  outline-color: #283373;
}
.address__form__error {
  margin-top: 6px;
  font-size: 12px;
  color: #fd0000;
}
.address__radio {
  margin-bottom: 15px;
}
.address__radio__label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
.address__radio__flex {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.address__radio__group {
  margin-right: 12px;
  position: relative;
}
.address__radio__group label {
  border: 1px solid #252525;
  padding: 4px 20px;
  border-radius: 8px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
.address__radio__group input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.address__radio__group.active label {
  background-color: #005be0;
  color: #ffffff;
  border-color: #005be0;
}
.address__radio__group:hover {
  opacity: 0.8;
}
.address__set-default {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.address__set-default input {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.address__radio__error {
  color: #fd0000;
  font-size: 12px;
}
.address__set-default label {
  font-family: mon-500;
}
.address__submit {
  width: 100%;
}

.address__list {
}
.address__item {
  border: 1px solid #252525;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 16px;
}
.address__item__content {
  margin-bottom: 8px;
}
.address__item__content span {
}
.address__item__content b {
  font-family: mon-500;
}
.address__item__type {
  background-color: #005be0;
  width: fit-content;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1;
  margin-right: 16px;
}
.address__item__actions {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.address__item__edit {
  background-color: #f17c2c;
  color: #ffffff;
  width: fit-content;
  padding: 6px 20px;
  border-radius: 50px;
  outline: 0;
  border: 0;
  display: block;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.address__item__edit:hover {
  opacity: 0.8;
}

.search-header{
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 99999;
  display: flex;
  background-color: #ffffff;
  transition: all ease-out 0.3s;
}
.search-header.active{
  top: 0;
}
.search-header__close{
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  color: #fd0000;
  cursor: pointer;
}
.search-header__modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}
.search-header__modal.active{
  opacity: 1;
  visibility: visible;
}
.search-header form{
  margin: auto;
  border: 1px solid #252937;
  padding: 8px;
  border-radius: 100px;
  display: flex;
  width: 600px;
  max-width: 80%;
}
.search-header form input{
  flex: 1;
  border: 0;
  outline: 0;
}
.search-header form button{
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 18px;
  color: #252937;
  cursor: pointer;
}

.table {
}
.table table,
.table table th,
.table table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.table table {
  width: 100%;
}
.table table tr {
}
.table table th {
}
.table table td {
}
.table table th,
.table table td {
  padding: 8px;
  font-size: 16px;
}
.wid-50{
  width: 50%;
}
.wid-15{
  width: 15%;
}
.wid-25{
  width: 25%;
}
.wid-35{
  width: 35%;
}
.text-bold{
  font-family: mon-700;
}
.table-list{}
.table-list li{
  margin-bottom: 6px;
  font-size: 16px;
}

.slider-pro .slick-list{
  margin: 0 -12px;
}
.slider-pro .slick-slide{
  margin: 12px;
}

.detail-body__heading{
  font-size: 15px;
  font-family: mon-700;
}


@media screen and (max-width: 425px) {
  .product-popup__name{
    font-size: 24px;
  }
}

/* css phần iframe */
.custom-iframe  {
  width: 100%;
  display: flex;
  justify-content: center;
}

.custom-iframe iframe{
  max-width: 1200px;
  width: 100%;
  height: 80vh;
}

.unique-section {
    width: 90%;
    max-width: 1280px;
    margin: 20px auto;
}
.unique-section-title {
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: mon-700;
    text-transform: uppercase;
    margin: 0;
}
.unique-carousel {
    position: relative;
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
}
.unique-carousel-track {
    /* display: flex;
    transition: transform 0.5s ease-in-out; */
    width: 90%;
}
.unique-coupon {
  box-sizing: border-box;
    border-radius: 5px;
    background: #ebfcfd;
    color: #0cb0d5;
    margin: 0 20px;
    width: calc(100% / 3);
    /* width: 340px; */
    height: 140px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: radial-gradient(circle at right 123px bottom 20px, transparent 20px, red 20.5px), linear-gradient(transparent 25%, red 0, red 75%, transparent 0);
    -webkit-mask-size: 100%, 5px 14px;
    -webkit-mask-repeat: repeat, repeat-y;
    -webkit-mask-position: 0 20px, calc(100% - 120.5px);
    -webkit-mask-composite: source-out;
    cursor: pointer;
}

.unique-coupon:hover .unique-discount {
  background-color: #23c3e8; /* đổi nền phần giảm giá */          /* đổi màu chữ giảm giá */
}

.unique-coupon .unique-description {
    padding: 10px;
    flex: 2;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-right: 2px dashed #0cb0d5;
    z-index: 1;
    max-width: 232px;
}
.unique-coupon .unique-description h3 {
    font-size: 1.2rem;
    margin: 0;
}
.unique-coupon .unique-description p {
    font-size: 0.9rem;
    margin: 5px 0 0 0;
}
.unique-coupon .unique-discount {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    background: #0cb0d5;
    color: #fff;
    height: 100%;
    z-index: 1;
     transition: background-color 0.3s ease, color 0.3s ease;

}

.discount-label {
  font-size: 15px;
  font-weight: bold;
  color: #fff; /* hoặc màu khác tùy thiết kế */
  text-align: center;
  max-width: 72px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0cb0d5;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    font-weight: bolder;
}


.slick-arrow:hover {
    background-color: #087ca7;
}
.slick-prev {
    left: -52px;
}
.slick-next {
    right: -52px;
}
.unique-carousel-button svg {
    width: 20px;
    height: 20px;
}

.unique-carousel-track.slick-initialized .unique-coupon.slick-slide {
  display: flex;
}

@media screen and (max-width: 425px) {
 .slick-prev {
    display: none !important;
}
.slick-next {
    display: none !important;
}
.unique-coupon .unique-description {
  max-width: 170px;
}
}

/* Áp dụng khi ít hơn 3 và muốn dồn trái nhưng giữ 3 khung trống */
.unique-carousel-track.align-left .slick-track {
    display: flex !important;
    justify-content: flex-start !important;
    margin-left:0 !important ;
}

/* Cho phép phần track không bị co lại nếu thiếu slide */
.unique-carousel-track.align-left .slick-list {
    overflow: hidden;
}

.unique-carousel.align-left {
    justify-content: flex-start !important ;
}

.list_voucher{
  display: flex;
}

.list_voucher .master_voucher span{
  margin-left : 10px;
  color: #fd9823;
}

.list_voucher .more_voucher{
  margin-left : 50px;
  cursor: pointer;
}

.list_voucher .more_voucher span{
  color:#0cb0d5;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.popup-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.voucher-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 450px;
  overflow: auto;
}

.voucher-item {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 6px;
  display: flex;
}

.end-voucher .close-list-voucher {
  margin-top: 16px;
  background: #0cb0d5;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.voucher-item input{
  margin-left:auto ;
  width: 22px;
}

.end-voucher{
  display: flex;
}

.end-voucher .sub-voucher {
  margin-top: 16px;
  background: #0cb0d5;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close-list-voucher{
  margin-left:auto;
}

.content-condition-voucher{
  display:flex;
  background-color: #fff8e4;
  padding: 10px 5px;
}

.voucher-conditions .buy-more{
  margin-left: auto;
  width: 25%;
  text-decoration: underline;
  cursor: pointer;
}

.voucher-conditions .text-condition-voucher{
  width: 75%;
}
.voucher-conditions .text-condition-voucher span{
  font-size: 14px;
}

.voucher-conditions{
   margin-top:-12px;
   color: #ff8802;
}

.voucher-code{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #99999926;
  margin-bottom: 20px;
}

.voucher-code .text-voucher-head{
  width: 20%;
}

.voucher-code .input-code-voucher{
  width: 60%;
  padding: 0 20px;
}

.voucher-code .sub-code-voucher{
  width: 20%;
}

.voucher-code .sub-code-voucher .btn-sub-code-voucher{
  background: #0cb0d5;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.voucher-code .input-code-voucher input{
    width: 100%;
    height: 32px;
    padding-left: 10px;
}




