/*------------------------------------Montserrat START -----------------------------------*/
@font-face {
  font-family: "Montserrat Light";
  src: url("fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/*------------------------------------Montserrat END -----------------------------------*/
/*------------------------------------ Material Icons START-----------------------------------*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/material-icons/MaterialIconsOutlined-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("fonts/material-icons/MaterialIconsOutlined-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIconsOutlined-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIconsOutlined-Regular.ttf") format("truetype");
}
/*------------------------------------ Material Icons END-----------------------------------*/
body, html {
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  font-weight: normal;
  color: #0A2342;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: #F3F7F9;
}

/*** Google Icon FOnt ****/
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialSymbolsOutlined.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIconsOutlined.woff2) format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.divider-xs {
  height: 0.6rem;
}

.divider-sm {
  height: 2rem;
}

.divider-md {
  height: 3rem;
}

.divider-lg {
  height: 4rem;
}

.divider-xl {
  height: 6rem;
}

.pt-xs {
  padding-top: 6.3rem !important;
}

.pb-xs {
  padding-bottom: 7.5rem !important;
}

.pt-lg {
  padding-top: 15.7rem !important;
}

.pb-sm {
  padding-bottom: 13.3rem !important;
}

.pb-md {
  padding-bottom: 19.5rem !important;
}

.pb-lg {
  padding-bottom: 25.5rem !important;
}

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

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

.min-vh-auto {
  min-height: auto !important;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-profile {
  width: 9rem;
  height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-profile-sm {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-item {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgwrapper-sm {
  margin: 2.5rem 2.5rem 0rem;
  height: 11rem;
  width: 10rem;
  display: inline-flex;
  align-items: center;
}

.imgwrapper-md {
  margin: 2.5rem 1rem 0rem;
  height: 12rem;
  width: 11rem;
  display: inline-flex;
  align-items: center;
}

.imgwrapper-lg {
  margin: 3rem 5rem 0rem;
  height: 18rem;
  width: 18rem;
}

.border {
  border: 1px solid #DAE3E5;
}

.rounded-20 {
  border-radius: 2rem;
}

.rounded-16 {
  border-radius: 1.6rem;
}

.rounded-8 {
  border-radius: 0.8rem;
}

.rounded-top-20 {
  border-radius: 2rem 2rem 0 0;
}

.rounded-bottom-20 {
  border-radius: 0 0 2rem 2rem;
}

.margin-tb {
  width: 90%;
  margin: 4.5rem auto;
}
.margin-tb .material-icons-outlined {
  font-size: 4.5rem;
}
.margin-tb .material-icons-outlined.highlighted {
  text-shadow: -5px 10px 25px #aaa;
}

a {
  color: #007090;
  line-height: 1;
}
a:hover {
  color: #007090;
}
a:focus {
  color: #007090;
}

b {
  font-family: "Montserrat SemiBold", sans-serif !important;
  font-weight: normal !important;
}

h1 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0;
}

h2 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
}

h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
}

h6 {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1.6rem;
}
h6.main-title {
  text-transform: uppercase;
  width: 327px;
  margin: 0 auto;
  padding: 1rem;
  left: 27px;
  top: 1px;
  background: white;
  border-radius: 20px 20px 0px 0px;
}
h6.title {
  background: #DAE3E6;
  padding: 1rem;
  margin: 1rem 0;
}

p {
  font-size: 1.4rem;
}
p.small {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

strong {
  font-family: "Montserrat SemiBold", sans-serif;
}

.title-main {
  margin-bottom: 1.5rem;
}

.sub-title {
  font-size: 1.6rem;
  color: #0A2342;
  border-bottom: 1px solid #007090;
  padding: 0 0 0.5rem 0.5rem;
  margin: 0 0 1rem 0;
}

.section-title {
  font-size: 1.6rem;
  font-family: "Montserrat Bold", sans-serif;
  margin: 1.5rem 0 1rem;
}

.text-content {
  font-size: 1.6rem;
  color: #0A2342;
}

.text-edit {
  color: #92C1CF;
  text-decoration: none;
  font-size: 1.4rem;
}

.member-id {
  font-family: "Montserrat SemiBold", sans-serif;
  display: inline-block;
  font-size: 1.2rem;
  color: white;
  margin: 0 0 0.5rem;
  padding: 0.15rem 1rem;
  background-color: #92C1CF;
  border-radius: 2rem;
}
.member-id:hover {
  color: white;
}
.member-id:focus {
  color: white;
}

.red {
  color: #e52000 !important;
}

.black {
  color: #000000 !important;
}

.grey {
  color: #999999 !important;
}

.white {
  color: white !important;
}

.blue {
  color: #0A2342 !important;
}

.lightblue {
  color: #007090 !important;
}

.softblue {
  color: #92C1CF;
}

.skyblue {
  color: #b1d1dc;
}

.bg-blue {
  background-color: #0A2342 !important;
}

.bg-lightblue {
  background-color: #007090 !important;
}

.bg-softblue {
  background-color: #92c1cf !important;
}

.bg-skyblue {
  background-color: #e8f1f3 !important;
}

.bg-grey {
  background-color: #f1f1f1 !important;
}

.bg-gradientGrey {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+29,c9c9c9+100 */
  background: radial-gradient(ellipse at center, #ffffff 35%, #bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-search {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 1.1rem;
  right: 2rem;
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5rem;
  z-index: 1;
  border: none;
}
.btn-search span {
  font-size: 2rem;
}

.icon-promo {
  position: fixed;
  z-index: 1000;
  right: 5px;
  bottom: 60px;
}
.icon-promo img {
  width: 110px;
  height: auto;
}
.icon-promo img.hide {
  position: fixed;
  z-index: 1000;
  right: -110px;
  bottom: 60px;
}

.promo-close {
  position: absolute;
  right: 0px;
  top: -5px;
  background: none;
  opacity: 1;
  z-index: 1000;
  padding: 15px;
  border: none;
  text-decoration: none;
  outline: none;
  outline: 0;
  -moz-outline-style: none;
}
.promo-close span {
  font-size: 2rem;
  color: #777;
  border: none;
  text-decoration: none;
  outline: none;
  outline: 0;
  -moz-outline-style: none;
}
.promo-close span:hover {
  border: none;
  text-decoration: none;
  outline: none;
  outline: 0;
  -moz-outline-style: none;
}
.promo-close span:focus {
  border: none;
  text-decoration: none;
  outline: none;
  outline: 0;
  -moz-outline-style: none;
}
.promo-close span:active {
  border: none;
  text-decoration: none;
  outline: none;
  outline: 0;
  -moz-outline-style: none;
}
.promo-close:hover {
  border: none;
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
.promo-close:focus {
  border: none;
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
.promo-close:active {
  border: none;
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}

.btn-blue-mini {
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 6rem;
  padding: 0.5rem 1.5rem;
  background-color: #007090;
  border: 0 !important;
  border-color: #007090;
  color: white;
}

.btn-asp {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Montserrat Medium", sans-serif;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #999;
  padding: 2px 2px 2px 8px;
  width: 82px;
  height: 24px;
  border-radius: 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-asp p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
  margin: 0;
}
.btn-asp span {
  color: #999;
}

.btn-ok {
  font-size: 1.4rem !important;
  height: 3.6rem;
}

.btn-more {
  color: #007090;
  font-size: 1.2rem;
}

.btn-next {
  width: 37px;
  height: 37px;
}

.btn-addmember {
  background-color: #007090;
  color: white;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 50%;
  width: 6.2rem;
  height: 6.2rem;
  margin: 0 8px;
}
.btn-addmember span {
  color: white;
  font-size: 3rem;
}

.btn-filter {
  width: 4rem;
  background-color: #007090;
  padding: 0.5rem;
  display: inline-flex;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  height: 4rem;
  margin: 0 0.3rem;
  vertical-align: middle;
}
.btn-filter img {
  width: 80%;
}

.btn-cart {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.8rem;
}
.btn-cart span {
  font-size: 2rem;
  margin: 0 0.5rem 0 0;
}
.btn-cart p {
  font-family: "Montserrat Medium", sans-serif;
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
}

.btn-groupbag {
  width: 2rem !important;
  height: auto;
  margin: 0 0.6rem 0 0 !important;
  display: inline-block;
}

.is-success {
  width: 70px;
  height: 70px;
  background-color: #007090 !important;
  color: white;
  border: 0;
  border-radius: 50%;
}

.label-blue {
  font-size: 1rem;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  background-color: #007090;
  color: white;
  position: absolute;
  top: 11.5%;
  right: 0;
  z-index: 10;
  border-radius: 8px 0 0 8px;
}

.label-blue2 {
  font-size: 1rem;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  background-color: #007090;
  color: white;
  position: absolute;
  top: 42%;
  right: 0;
  z-index: 10;
  border-radius: 8px 0 0 8px;
}

.label-red {
  font-size: 1rem;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  background-color: rgb(188, 0, 0);
  color: white;
  position: absolute;
  top: 11.5%;
  right: 0;
  z-index: 10;
  border-radius: 8px 0 0 8px;
}

.label-red2 {
  font-size: 1rem;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  background-color: rgb(188, 0, 0);
  color: white;
  position: absolute;
  top: 42%;
  right: 0;
  z-index: 10;
  border-radius: 8px 0 0 8px;
}

.label-paid {
  font-size: 1rem;
  padding: 0.25rem 0.6rem;
  background-color: #007090;
  color: white;
  position: absolute;
  top: 0.1rem;
  left: 5rem;
  z-index: 1;
  border-radius: 3rem;
}

.label-pvc {
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  padding: 0.3rem 0.8rem;
  z-index: 1;
}

.label-default {
  font-size: 0.91rem;
  padding: 0.2rem 0.6rem;
  background-color: #007090;
  color: white;
  z-index: 1;
  border-radius: 3rem;
  flex-wrap: nowrap;
  margin: 5px 0 0;
  display: inline-flex;
  width: auto;
}

.dot {
  width: 1rem;
  height: 1rem;
  background-color: #0A2342;
  border-radius: 1rem;
  display: inline-block;
}

.btn-cam {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0;
  background-color: #007090;
  padding: 1rem;
}
.btn-cam span {
  width: 100%;
  height: 100%;
  font-size: 3.5rem;
  color: white;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.btn-refresh {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0;
  background-color: #333;
  padding: 1rem;
}
.btn-refresh span {
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  color: white;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.img-gallery {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: contain;
  text-align: center;
}
.img-gallery span {
  width: 100%;
  height: 100%;
  font-size: 3.5rem;
  color: white;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  accent-color: #007090;
}
input[type=checkbox]:hover {
  accent-color: #007090;
}
input[type=checkbox]:checked {
  accent-color: #007090;
}

/* Image check box */
.check_box {
  display: none;
}

.check_box + label {
  background: url("../img/icon-check.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

.check_box:checked + label {
  background: url("../img/icon-checked.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #0A2342 !important;
  background-color: white !important;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type=radio]:checked {
  background-color: #0A2342 !important;
}

/* Toggle Switches */
.form-switch .form-check-input {
  width: 4rem;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.form-switch .form-check-input:checked {
  background-color: #99c6d3;
  border-color: #99c6d3;
  background-image: url(../img/dot-blue.svg);
}

.password {
  position: relative;
}
.password input[type=password] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 3.5rem 0.55rem 1.5rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #007090;
}
.password .icon-password {
  position: absolute;
  top: 50%;
  right: -2px;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  transform: translate(-50%, -45%);
  background: white;
  border-radius: 50%;
}

.quantity {
  text-align: center;
  margin: 0 0 0 1.5rem;
  padding: 0;
  background-color: white;
  border-radius: 3rem;
  height: 2.2rem;
}

.qty {
  width: 4rem;
  height: 2.2rem;
  text-align: center;
  border: none;
  font-size: 1.3rem;
  font-family: "Montserrat SemiBold", sans-serif;
}

input.qtyplus {
  width: 21px !important;
  height: 21px !important;
  border-radius: 30px !important;
  border: none;
  background-image: url(../img/icon-add.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

input.qtyminus {
  width: 21px !important;
  height: 21px !important;
  border-radius: 30px !important;
  border: none;
  background-image: url(../img/icon-minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

.dropdown {
  width: 100%;
}
.dropdown button {
  width: 100%;
  border: 1px solid #DAE3E5 !important;
  padding: 8px 30px 8px 10px !important;
  overflow: hidden !important;
  white-space: unset;
  height: 40px;
  line-height: 2rem;
  font-size: 1.3rem !important;
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  border: 1px solid #DAE3E5;
  padding: 0.5rem;
  margin-top: -2px !important;
}
.dropdown .dropdown-menu .dropdown-item {
  font-weight: normal;
  font-size: 1.3rem;
  padding: 0.8rem 0.5rem;
}
.dropdown .dropdown-menu.border-payment {
  border-radius: 0;
  border: none !important;
  border-bottom: 1px solid #b1d1dc !important;
}
.dropdown .dropdown-menu li.dropdown-item {
  padding: 0.5rem;
}
.dropdown .dropdown-menu li.dropdown-item img {
  vertical-align: middle;
  height: 2.5rem;
}
.dropdown .dropdown-menu li.dropdown-item input {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}
.dropdown .dropdown-menu li.dropdown-item input:checked + label {
  background: none;
}
.dropdown .dropdown-menu li.dropdown-item label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
}

.form-general label {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1rem !important;
  font-weight: normal;
  display: block;
  padding: 0 0 0.3rem 1.2rem;
  background: none !important;
  color: black !important;
  text-align: left !important;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
.form-general input {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
}
.form-general input:-moz-read-only {
  background-color: #eee;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  cursor: not-allowed;
}
.form-general input:read-only {
  background-color: #eee;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  cursor: not-allowed;
}
.form-general input:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general input:read-only:hover {
  cursor: not-allowed;
}
.form-general input.input-underline {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0.85rem 0.2rem;
}
.form-general textarea {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  min-height: 8rem;
  text-align: left;
}
.form-general textarea:-moz-read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general textarea:read-only:hover {
  cursor: not-allowed;
}
.form-general select {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icon-down.png");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 2.5rem auto;
}
.form-general select option {
  width: 100%;
}
.form-general select.form-control {
  font-size: 1.4rem;
}
.form-general select.form-control option {
  font-size: 1.4rem;
}
.form-general .invalid {
  color: #e52000 !important;
  font-size: 1.2rem;
}
.form-general .is-correct {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.7rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-general p {
  font-size: 1.4rem !important;
  margin: 0;
}
.form-general p a {
  font-size: 1.4rem !important;
  color: #0A2342;
  text-decoration: none;
}
.form-general .code {
  padding: 0.2rem;
  width: 2.8rem;
  height: 3.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.list-filter {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-filter li {
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.5rem;
  border-radius: 6rem;
  margin: 0 0 0.8rem 0;
}
.list-filter li label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
}

.list-payment {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-payment .listing-method {
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 1rem 1.5rem;
  border-radius: 6rem;
  margin: 0 0 0.8rem 0;
}
.list-payment .listing-method label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
}

.list-address {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.list-address::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.list-address li {
  padding: 1.2rem 0.2rem;
  margin: 0;
  border-bottom: 1px solid #DAE3E5;
}
.list-address li p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0;
}

header {
  background-color: white;
  border-bottom: 1px solid #DAE3E5;
  padding: 1rem 1.5rem;
  position: fixed;
  top: 0;
  z-index: 16;
  width: 100%;
  height: 4.8rem;
}
header .col-icons {
  font-size: 1.6rem;
}
header .col-icons span {
  font-size: 2.4rem;
  margin: 0 0.5rem 0 0;
}
header .col-icons a {
  text-decoration: none;
}
header .col-icons a span {
  font-size: 2.4rem;
  margin: 0 0.5rem 0 0;
}
header .col-icons a span.active {
  color: #0A2342;
}
header .col-icons a span.notification-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 1.5rem;
  color: white;
  background-color: #e52000;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  right: 0.4rem;
  top: 0.9rem;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.4rem 0.3rem;
  margin-top: -0.7rem;
  margin-left: 0.4rem;
  vertical-align: middle;
  line-height: 1;
  z-index: 2;
}
header h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
header.sub-header {
  top: 51.2px;
}
header a {
  text-decoration: none;
}
header a span {
  font-size: 2.4rem;
  color: #999999;
  margin: 0 0.5rem 0 0;
}
header a span.active {
  color: #0A2342;
}
header a span.notification-dot {
  min-width: 2rem;
  border-radius: 1.5rem;
  color: white;
  background-color: #007090;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  right: 0.4rem;
  top: 0.9rem;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.4rem 0.5rem;
  margin-top: -0.7rem;
  margin-left: 0.4rem;
  vertical-align: middle;
  line-height: 1;
  z-index: 2;
}

.notification-reddot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.5rem;
  background-color: #e52000;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
}

#navbar {
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: 15;
  margin-top: 4.8rem;
  background-color: #F3F7F9;
}

.search {
  background: #F3F7F9;
  padding: 0.7rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.search input[type=search] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 1.5rem;
  padding-left: 3.5rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #007090;
}
.search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2.7rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
}
.search .icon-search2 {
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: 1.1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  height: 4rem;
}
.search.filter input {
  width: calc(100% - 48px);
}

.search-top {
  background: #F3F7F9;
  padding: 0.7rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.search-top .field-input {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 1rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #007090;
}
.search-top .field-input input[type=search] {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 0.4rem;
}
.search-top .icon-search {
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
}

.search-member {
  position: relative;
}
.search-member input[type=search] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 1.5rem 0.55rem 3.5rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #007090;
}
.search-member span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
}

.categories {
  width: 100%;
  background-color: white;
  border-bottom: 0px solid #ddd;
  padding: 0.75rem 1rem;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.categories::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.categories a {
  font-family: "Montserrat Medium", sans-serif;
  display: inline-block;
  padding: 0.55rem 1.2rem;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  color: #0A2342;
  border: 0;
}
.categories a.active {
  background: #e0e0e0;
  color: #0A2342;
  border-radius: 5rem;
}
.categories a:focus {
  outline-color: transparent;
  border: 0;
}

nav {
  border-top: 1px solid #DAE3E5;
  padding: 1rem 1.5rem;
  margin: 0 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 6rem;
  z-index: 15;
  background-color: white;
}
nav a {
  text-decoration: none;
}
nav a span {
  font-size: 2.4rem;
  color: #999999;
  margin: 0 0 0.5rem;
}
nav a span.active {
  color: #0A2342;
}
nav a span.notification-dot {
  min-width: 2rem;
  border-radius: 1.5rem;
  color: white;
  background-color: #007090;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.4rem 0.5rem;
  margin-top: -0.7rem;
  margin-left: 0.4rem;
  vertical-align: middle;
  line-height: 1;
  z-index: 2;
}
nav a .btn-group {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0.5rem;
  vertical-align: middle;
}
nav a p {
  font-family: "Montserrat Medium", sans-serif;
  color: #999999;
  font-size: 0.9rem;
  text-decoration: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.1px;
}
nav a p.active {
  color: #0A2342;
}
nav hr {
  color: #65909c !important;
}
nav p {
  font-size: 1.4rem;
  color: #0A2342;
  margin: 0;
}
nav label {
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
}
nav.nav-btn {
  bottom: 60px;
}
nav.nav-cart {
  bottom: 58px;
  border-top: 1px solid #92C1CF;
}

.Handcursor {
  cursor: pointer;
}

.popup {
  width: 100%;
}
.popup .bg-blur {
  background: rgba(128, 128, 128, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 90%;
  min-height: 39rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 2rem;
  border-radius: 2rem;
}
.popup .center-content {
  width: 90%;
  padding: 2rem;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .center-content .logo {
  width: 20rem;
}
.popup .center-content h6 {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
.popup .center-content p {
  font-size: 1.3rem;
}
.popup .center-content span {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
.popup .center-content label {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}
.popup .center-content select {
  width: 100%;
  border-radius: 5rem;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border: none;
}

/* .collapsible */
.collapsible {
  padding: 0.7rem;
  border-radius: 2rem;
  width: calc(100% - 3rem);
  text-align: left;
  outline: none;
  background: white;
  border: 1px solid #DAE3E5;
  line-height: 2;
  position: relative;
  display: block;
  margin: 1.5rem 1.5rem 0;
  text-decoration: none;
  min-height: 4rem;
}
.collapsible.collapsed {
  border-radius: 2rem;
}
.collapsible .bg-arrow {
  background: url(../img/icon-down.png);
  background-size: 2.3rem 2.3rem;
  background-position-y: 1rem;
  background-position-x: right;
  background-repeat: no-repeat;
}
.collapsible .bg-arrow2 {
  background: url(../img/icon-down.png);
  background-size: 2.3rem 2.3rem;
  background-position-y: 0.8rem;
  background-position-x: 99%;
  background-repeat: no-repeat;
}
.collapsible h5 {
  font-family: "Montserrat Regular", sans-serif;
  font-size: 1.4rem;
  color: #0A2342;
  padding: 1.25rem 1.2rem 0;
  margin: 0;
  border: 0;
  display: block;
}
.collapsible h3 {
  font-size: 1.4rem;
}

.collapsible-info .card {
  border: none;
  background: transparent;
}
.collapsible-info .card .card-header {
  border: none;
  border-radius: 0;
  background: #DAE3E6;
  padding: 0 1rem;
  font-family: "Montserrat SemiBold", sans-serif;
  margin: 0.5rem 0 1rem;
}
.collapsible-info .card .card-header a {
  font-size: 1.4rem !important;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.7rem;
}
.collapsible-info .card .card-header:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: solid #6D6F74;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  z-index: 1;
}
.collapsible-info .card .card-header.active:after {
  top: 19px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.collapsible-info .card .card-body {
  font-size: 1.3rem !important;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrapper .content {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 6.3rem 1.5rem 7.5rem;
  position: relative;
  background-color: #F3F7F9;
  font-size: 1.4rem;
}
.wrapper .content.main-page .gallery {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  display: flex;
  background-color: white;
  width: 100%;
  padding: 2rem 1rem;
}
.wrapper .content.main-page .gallery .product-item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  background: white;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 0.5rem;
  text-align: center;
}
.wrapper .content.main-page .gallery .product-item img {
  width: 18rem;
  margin: 0;
}
.wrapper .content.main-page .gallery .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.8rem;
  color: #0A2342;
  margin: 0 0 0.3rem;
  height: 4.2rem;
  line-height: 1.1;
  overflow: hidden;
}
.wrapper .content.main-page .gallery .product-item small {
  display: block;
  font-size: 1.2rem;
  color: #0A2342;
  margin: 0 0 0.3rem;
}
.wrapper .content.main-page .gallery .product-item b {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  color: #0A2342;
  margin: 0 0 0.3rem;
  vertical-align: middle;
}
.wrapper .content.main-page .gallery .product-item h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 2.4rem;
  display: inline-block;
  color: #007090;
  vertical-align: middle;
  margin: 0 0 0.3rem;
}
.wrapper .content.main-page .gallery .product-item h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  color: #007090;
  vertical-align: middle;
  margin: 0 0 0.3rem;
}
.wrapper .content.main-page .gallery .product-item label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.6rem 1.2rem;
  z-index: 1;
}
.wrapper .content.main-page .gallery .product-item label.sv {
  top: 3.5rem;
  background: white;
  color: grey;
  border: 1px solid #92C1CF;
}
.wrapper .content.main-page .gallery .product-item span.icon-fav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #0A2342;
}
.wrapper .content.main-page .gallery .product-item hr {
  background-color: #ddd;
  margin: 1rem 0 0;
}
.wrapper .content.main-page .product-item {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  background: white;
  border: 1px solid #DAE3E5;
  position: relative;
  margin: 0 0 0.6rem;
  text-align: center;
}
.wrapper .content.main-page .product-item img {
  width: 11rem;
  margin: 0;
}
.wrapper .content.main-page .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.2rem;
  color: #0A2342;
  margin: 0 auto;
  padding: 0 0.5rem;
  letter-spacing: -0.5px;
  width: 100%;
  height: 3rem;
  overflow-y: hidden;
  display: inline-grid;
  align-items: center;
  text-align: center;
}
.wrapper .content.main-page .product-item b {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1rem;
  display: inline-block;
  color: #0A2342;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.5px;
}
.wrapper .content.main-page .product-item h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.6rem;
  display: block;
  color: #007090;
  margin: 0 0 0.1rem;
  line-height: 1;
}
.wrapper .content.main-page .product-item h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1rem;
  display: inline-block;
  color: #007090;
  vertical-align: middle;
  margin: 0;
  letter-spacing: -0.5px;
}
.wrapper .content.main-page .product-item label {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  z-index: 1;
}
.wrapper .content.main-page .product-item label.sv {
  top: 3.5rem;
  background: white;
  color: grey;
  border: 1px solid #92C1CF;
}
.wrapper .content.main-page .product-item span.icon-fav {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  color: #0A2342;
  font-size: 2rem;
}
.wrapper .content.main-page .product-item hr {
  color: #91abb1;
  margin: 0.6rem 0 0;
}
.wrapper .content.main-page .product-item .item-thumbnail {
  position: relative;
}
.wrapper .content.main-page .product-item .item-thumbnail label {
  position: absolute;
  top: 0.8rem;
  left: 2rem;
  width: auto;
  min-width: 2.2rem;
  height: 2.2rem;
  background-color: #92C1CF;
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wrapper .content.main-page .product-item .item-thumbnail img {
  width: 3.5rem !important;
}
.wrapper .content.sub-page .product-item {
  text-align: center;
  position: relative;
}
.wrapper .content.sub-page .product-item .bg-img {
  width: 23rem;
  height: 23rem;
  margin: 0 auto 0.5rem;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.wrapper .content.sub-page .product-item .bg-img img {
  width: 24rem;
  vertical-align: middle;
  border-radius: 0.6rem;
}
.wrapper .content.sub-page .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.8rem;
  color: #0A2342;
  margin: 1rem auto 0.2rem;
  padding: 0 0.5rem;
  letter-spacing: -0.5px;
  width: 100%;
  display: inline-grid;
  align-items: center;
  text-align: center;
}
.wrapper .content.sub-page .product-item small {
  display: block;
  font-size: 1.2rem;
  color: #0A2342;
  margin: 0 0 0.4rem;
}
.wrapper .content.sub-page .product-item b {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  color: #0A2342;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.wrapper .content.sub-page .product-item h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 2.4rem;
  display: inline-block;
  color: #007090;
  margin: 0 0 0 0.5rem;
  line-height: 1;
  vertical-align: middle;
}
.wrapper .content.sub-page .product-item h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  color: #007090;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.wrapper .content.sub-page .product-item label {
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  z-index: 10;
  margin-bottom: 15px;
  line-height: 1.1;
}
.wrapper .content.sub-page .product-item label.sv {
  top: 3.5rem;
  background: white;
  color: grey;
  border: 1px solid #92C1CF;
}
.wrapper .content.sub-page .product-item .button-right {
  z-index: 10;
  min-width: 5rem;
  margin-left: 6px;
  margin-right: 6px;
}
.wrapper .content.sub-page .product-item .side-btn {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  z-index: 10;
}
.wrapper .content.sub-page .product-item .side-btn img {
  width: 4.2rem;
}
.wrapper .content.sub-page .product-item span.icon-fav {
  display: block;
  margin-bottom: 15px;
  color: #0A2342;
  font-size: 2.8rem;
  z-index: 10;
}
.wrapper .content.sub-page .product-item span.icon-share {
  display: block;
  margin-bottom: 15px;
  color: #0A2342;
  font-size: 2.8rem;
  z-index: 10;
}
.wrapper .content.sub-page .product-item .dropdown {
  width: calc(100% - 100px) !important;
}
.wrapper .content.sub-page .gallery {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  display: flex;
  background-color: white;
  width: 100%;
  padding: 2rem 1rem;
}
.wrapper .content.sub-page .gallery .product-item {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  background: white;
  border: 1px solid #DAE3E5;
  position: relative;
  margin: 0 0.3rem;
  text-align: center;
}
.wrapper .content.sub-page .gallery .product-item img {
  width: 10rem;
  margin: 0;
}
.wrapper .content.sub-page .gallery .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.2rem;
  color: #0A2342;
  margin: 0 auto 0.4rem;
  padding: 0 0.5rem;
  letter-spacing: -0.5px;
  width: 100%;
  height: 3rem;
  overflow-y: hidden;
  display: inline-grid;
  align-items: center;
  text-align: center;
}
.wrapper .content.sub-page .gallery .product-item b {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1rem;
  display: inline-block;
  color: #0A2342;
  margin: 0;
  line-height: 0.8rem;
  letter-spacing: -0.5px;
  display: block;
}
.wrapper .content.sub-page .gallery .product-item h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.6rem;
  display: block;
  color: #007090;
  margin: 0 0 0.3rem;
  line-height: 1;
}
.wrapper .content.sub-page .gallery .product-item h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1rem;
  display: block;
  color: #007090;
  margin: 0;
  letter-spacing: -0.5px;
}
.wrapper .content.sub-page .gallery .product-item label {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  right: unset;
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  z-index: 1;
}
.wrapper .content.sub-page .gallery .product-item label.sv {
  top: 3.5rem;
  background: white;
  color: grey;
  border: 1px solid #92C1CF;
}
.wrapper .content.sub-page .gallery .product-item span.icon-fav {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  color: #0A2342;
  font-size: 2rem;
}
.wrapper .content.sub-page .gallery .product-item hr {
  color: #91abb1;
  margin: 0.6rem 0 0;
}
.wrapper .content.sub-page .gallery .product-item small {
  font-size: 1rem;
}
.wrapper .content.cart-page hr {
  color: #aaa;
  margin: 1rem 0;
}
.wrapper .content.cart-page .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  color: #0A2342;
  margin: 0 0 0.3rem;
  padding: 0;
  letter-spacing: -0.5px;
  width: 100%;
  text-transform: uppercase;
  line-height: 1;
}
.wrapper .content.cart-page .product-item small {
  font-family: "Montserrat Medium", sans-serif;
  display: block;
  font-size: 1rem;
  color: #0A2342;
  margin: 0 0 0.3rem;
}
.wrapper .content.cart-page .product-item b {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1rem;
  display: block;
  color: #0A2342;
  margin: 0 0 0.3rem;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: normal;
}
.wrapper .content.cart-page .product-item h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.6rem;
  display: block;
  color: #007090;
  margin: 0 0 0.3rem;
  line-height: 1;
}
.wrapper .content.cart-page .product-item label {
  position: absolute;
  top: -0.8rem;
  left: -0.4rem;
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
  z-index: 1;
}
.wrapper .content.cart-page .product-item label.sv {
  top: 3.5rem;
  background: white;
  color: grey;
  border: 1px solid #92C1CF;
}
.wrapper .content.cart-page .gallery {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  display: flex;
  background-color: white;
  padding: 2rem 1rem;
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper .content.cart-page .gallery .product-item {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  background: white;
  border: 1px solid #DAE3E5;
  position: relative;
  margin: 0 0.3rem;
  text-align: center;
}
.wrapper .content.cart-page .gallery .product-item img {
  width: 10rem;
  margin: 0;
}
.wrapper .content.cart-page .gallery .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.2rem;
  color: #0A2342;
  margin: 0 auto 0.4rem;
  padding: 0 0.5rem;
  letter-spacing: -0.5px;
  width: 100%;
  height: 3rem;
  overflow-y: hidden;
  display: inline-grid;
  align-items: center;
  text-align: center;
}
.wrapper .content.cart-page .gallery .product-item b {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1rem;
  display: inline-block;
  color: #0A2342;
  margin: 0;
  line-height: 0.8rem;
  letter-spacing: -0.5px;
  display: block;
}
.wrapper .content.cart-page .gallery .product-item h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.6rem;
  display: block;
  color: #007090;
  margin: 0 0 0.3rem;
  line-height: 1;
}
.wrapper .content.cart-page .gallery .product-item h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1rem;
  display: block;
  color: #007090;
  margin: 0;
  letter-spacing: -0.5px;
}
.wrapper .content.cart-page .gallery .product-item label {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  right: unset;
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  z-index: 1;
}
.wrapper .content.cart-page .gallery .product-item label.sv {
  top: 3.5rem;
  background: white;
  color: grey;
  border: 1px solid #92C1CF;
}
.wrapper .content.cart-page .gallery .product-item span.icon-fav {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  color: #0A2342;
  font-size: 2rem;
}
.wrapper .content.cart-page .gallery .product-item hr {
  color: #91abb1;
  margin: 0.6rem 0 0;
}
.wrapper .content.cart-page .gallery .product-item small {
  font-size: 1rem;
}
.wrapper .content.checkout-page .card {
  background: none;
  border-radius: 2rem;
  background-color: white;
  border: 1px solid #DAE3E5;
}
.wrapper .content.checkout-page .card .card-header {
  background: none;
  border: none;
  margin: 0;
  padding: 1.1rem 1.5rem;
}
.wrapper .content.checkout-page .card .card-header a {
  text-decoration: none;
  color: #0A2342;
}
.wrapper .content.checkout-page .card .card-header a label {
  font-size: 1.5rem;
  font-family: "Montserrat Regular", sans-serif;
  font-weight: normal;
  color: #0A2342;
  line-height: 1.2;
}
.wrapper .content.checkout-page .card .card-header a.collapsed {
  border-radius: 6rem;
}
.wrapper .content.checkout-page .card .card-body {
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  outline: none;
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: -0.1rem;
}
.wrapper .content .tab-process {
  width: 80%;
  height: 7rem;
  padding: 0 0 1.5rem;
  position: relative;
  z-index: 1;
}
.wrapper .content .tab-process:before {
  border-top: 1px solid #BEC0C0;
  content: "";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.wrapper .content .tab-process span {
  font-size: 2.5rem;
  color: #BEC0C0;
}
.wrapper .content .tab-process p {
  font-family: "Montserrat Medium", sans-serif;
  margin: 0;
  line-height: 1;
  color: #BEC0C0;
  font-size: 1rem !important;
}
.wrapper .content .tab-process .active {
  background-color: white !important;
  border-radius: 0.8rem;
}
.wrapper .content .tab-process .active span {
  color: #0A2342;
}
.wrapper .content .tab-process .active p {
  color: #0A2342;
}
.wrapper .content .tab-process .text-center {
  padding: 0.8rem;
  background-color: #F3F7F9;
}

table.table-product {
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0;
}
table.table-product tr td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  line-height: 1.5;
  font-size: 1rem;
  word-break: break-word;
  vertical-align: middle;
}
table.table-product tr td:first-child {
  width: 56%;
}
table.table-product tr td:last-child {
  width: 22%;
}
table.table-product tr td i {
  font-style: italic;
  margin: 0;
  padding: 0;
}
table.table-product tr td b {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
table.table-product2 {
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0;
  border: 1px solid #ddd;
}
table.table-product2 tr td {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0.5rem;
  line-height: 1.4;
  font-size: 1rem;
  word-break: break-word;
  vertical-align: middle;
}
table.table-product3 {
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0;
}
table.table-product3 tr td {
  border: none;
  padding: 0.5rem;
  line-height: 1.4;
  font-size: 0.9rem;
  word-break: break-word;
  vertical-align: middle;
}
table.table-product4 {
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0;
  border: 1px solid #ddd;
}
table.table-product4 tr td {
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  padding: 0.5rem;
  line-height: 1.4;
  font-size: 1rem;
  word-break: break-word;
  vertical-align: middle;
}
table .border-btm-sm {
  border-bottom: 1px solid #0A2342;
}
table .border-btm-md {
  border-bottom: 2px solid #0A2342;
}
table .border-btm-lg {
  border-bottom: 5px solid #0A2342;
}

ul {
  list-style: disc;
  margin: 1rem 0 !important;
}
ul li {
  line-height: 1.8;
}

ol {
  list-style: decimal;
  margin: 1rem 0 !important;
}
ol li {
  line-height: 1.8;
}

#preloader {
  background: rgba(0, 0, 0, 0) url("../img/icon-loading.gif") no-repeat center center;
  background-size: 70px;
  bottom: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.FadeIn1 {
  animation: fadeIn1 1s;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn2 {
  animation: fadeIn2 2s;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn3 {
  animation: fadeIn3 2s;
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layer-payment {
  padding: 2.5rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 550px) {
  .layer-payment {
    padding: 2rem 1.5rem;
  }
}
.layer-payment.on {
  display: block;
}
.layer-payment p {
  line-height: 1.4;
  font-size: 1.3rem;
}
.layer-payment hr {
  color: #aaa;
  margin: 1.5rem 0;
}
.layer-payment .checkbox {
  width: 16px;
}
.layer-payment .img-payment {
  width: auto;
}
@media screen and (max-width: 992px) {
  .layer-payment .img-payment {
    width: 100%;
  }
}

.pImage-main {
  width: 23rem;
  height: 23rem;
  margin: 0 auto 0.5rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pImage-main img {
  width: 23rem;
  vertical-align: middle;
  border-radius: 0.6rem;
}
.pImage-main .btn-indicator {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  z-index: 10;
  display: flex;
  text-align: center;
}
.pImage-main .btn-indicator .btn-prev {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 4rem;
  padding: 4.5px 0;
  margin: 0 5px 0 0;
}
.pImage-main .btn-indicator .btn-prev span {
  font-size: 2.6rem;
}
.pImage-main .btn-indicator .btn-prev:hover {
  opacity: 0.6;
}
.pImage-main .btn-indicator .btn-next {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 4rem;
  padding: 4.5px 0;
  margin: 0;
}
.pImage-main .btn-indicator .btn-next span {
  font-size: 2.6rem;
}
.pImage-main .btn-indicator .btn-next:hover {
  opacity: 0.6;
}

.pImage-thumb {
  width: 23rem;
  text-align: center;
  margin: 0.6rem auto 0;
}
.pImage-thumb span {
  cursor: pointer;
}
.pImage-thumb span img {
  width: 5.2rem;
  height: auto;
  border-radius: 0.3rem;
}
.pImage-thumb span:hover {
  opacity: 0.6;
}

/***** Product Image Slider *****/
#prodCarousel {
  padding-left: 0.5rem;
}
#prodCarousel .carousel-indicators {
  top: 0;
  flex-direction: column;
  justify-content: normal;
  left: 0;
  position: relative;
  margin: 0 !important;
}
#prodCarousel .carousel-indicators > li {
  width: 115px;
  line-height: 1;
  margin: 0 8px 8px;
}
@media screen and (max-width: 1440px) {
  #prodCarousel .carousel-indicators > li {
    width: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #prodCarousel .carousel-indicators > li {
    width: 85px;
  }
}
@media screen and (max-width: 1024px) {
  #prodCarousel .carousel-indicators > li {
    width: 70px;
  }
}
@media screen and (max-width: 992px) {
  #prodCarousel .carousel-indicators > li {
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  #prodCarousel .carousel-indicators > li {
    width: 80px;
  }
}
@media screen and (max-width: 550px) {
  #prodCarousel .carousel-indicators > li {
    width: 70px;
  }
}
@media screen and (max-width: 428px) {
  #prodCarousel .carousel-indicators > li {
    width: 51.5px;
  }
}
@media screen and (max-width: 320px) {
  #prodCarousel .carousel-indicators > li {
    width: 40px;
  }
}
#prodCarousel .carousel-indicators > li a {
  border: 0;
  margin: 0;
}
#prodCarousel .carousel-indicators li img {
  display: block;
  border-radius: 4px;
  opacity: 1;
}
#prodCarousel .carousel-indicators li .active img {
  opacity: 1;
}
#prodCarousel .carousel-indicators li:hover img {
  opacity: 1;
}
#prodCarousel .carousel-item img {
  width: 100%;
  border-radius: 5px;
}

.layer-invoice {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 2rem;
  font-size: 13px;
  line-height: 1.3;
  border-top: 0px solid #007090;
}
.layer-invoice h1 {
  font-size: 20px;
  margin: 0 0 5px;
  padding: 0;
}
.layer-invoice h2 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.layer-invoice p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.layer-invoice ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.layer-invoice li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.table-invoice {
  width: 800px;
  text-align: right;
  border-spacing: 0;
}
.table-invoice thead tr td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 8px 0;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  border-collapse: collapse;
  background-color: #f7f7f7;
}
.table-invoice tbody tr td {
  border: 0;
  border-collapse: collapse;
  padding: 5px 0;
  font-size: 12px;
}
.table-invoice.border-bottom {
  border-bottom: 1px solid black !important;
}

.profile-member {
  position: relative;
}
.profile-member .img-member {
  position: absolute;
  height: 115px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
.profile-member .img-bg {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-member .img-qr {
  width: 110px;
  background-color: white;
}
.profile-member h1 {
  font-size: 2.4rem;
  font-family: "Montserrat Regular", sans-serif;
}
.profile-member h4 {
  font-size: 1.6rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.2;
}

.list-contact {
  font-size: 1.3rem;
  line-height: 1.3;
}
.list-contact .material-symbols-outlined {
  font-size: 1.8rem;
}
.list-contact .mb-2 {
  margin-bottom: 0.4px !important;
}
.list-contact p {
  font-size: 1.3rem;
  line-height: 1.3;
}
.list-contact a {
  text-decoration: none;
}

/********************* Page Loader ******************/
.layer-loader {
  width: 24rem;
  height: 16rem;
  background-color: white;
  padding: 2rem;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.layer-loader .spinner-border {
  width: 5rem;
  height: 5rem;
  border-width: 0.5rem;
  color: #007090 !important;
}
.layer-loader .material-symbols-outlined {
  font-size: 6rem;
}
.layer-loader p {
  margin-top: 2rem;
  color: black;
  font-weight: bold;
  line-height: 1.4;
}/*# sourceMappingURL=common.css.map */