/*------------------------------------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: #333333;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
}

.divider-xs {
  height: 0.6rem;
}

.divider-sm {
  height: 2rem;
}
@media screen and (max-width: 550px) {
  .divider-sm {
    height: 1rem;
  }
}

.divider-md {
  height: 3rem;
}

.divider-lg {
  height: 4rem;
}

.divider-xl {
  height: 6rem;
}

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

.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;
}

.img-web {
  display: block;
}
@media screen and (max-width: 768px) {
  .img-web {
    display: none;
  }
}

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

.img-logo {
  width: 12rem;
  height: auto;
}
@media screen and (max-width: 550px) {
  .img-logo {
    width: 9rem;
  }
}

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

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

.img-item {
  width: 12rem;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .img-item {
    width: 11rem;
    height: 11rem;
  }
}
@media screen and (max-width: 1280px) {
  .img-item {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .img-item {
    width: 9rem;
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .img-item {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 550px) {
  .img-item {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 428px) {
  .img-item {
    width: 6.5rem;
    height: 6.5rem;
  }
}

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

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

.imgwrapper-lg {
  margin: 3rem 5rem 1.5rem;
  height: 18rem;
  width: 18rem;
  display: inline-flex;
  align-items: center;
}

.Handcursor {
  cursor: pointer;
}

.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;
}

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

/* Scrollbar - width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
}

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

h1 {
  font-family: "Montserrat Light", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 1.9rem;
  }
}

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

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

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

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

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

p {
  font-size: 1.3rem;
}
p.small {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}

.banner-headline {
  font-family: "Montserrat ExtraBold", sans-serif !important;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 4.8rem;
  right: 5%;
}
@media screen and (max-width: 1280px) {
  .banner-headline {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-headline {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .banner-headline {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-headline {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .banner-headline {
    font-size: 1.8rem;
  }
}

.extrabold {
  font-family: "Montserrat ExtraBold", sans-serif !important;
}

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

.text-edit {
  font-size: 1.2rem;
}

small {
  font-size: 1rem;
}

.text-content {
  font-size: 1.25rem;
  color: #333333;
}

.link-blue {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  color: #072A48;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .link-blue {
    display: none;
  }
}

.headline-lg {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .headline-lg {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .headline-lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {
  .headline-lg {
    font-size: 2rem;
  }
}

.headline-md {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .headline-md {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .headline-md {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .headline-md {
    font-size: 1.8rem;
  }
}

.headline-sm {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .headline-sm {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .headline-sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {
  .headline-sm {
    font-size: 1.6rem;
  }
}

.paragraph-lg {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.6em;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  color: #666;
}
@media screen and (max-width: 992px) {
  .paragraph-lg {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .paragraph-lg {
    font-size: 1.4rem;
  }
}

.paragraph-md {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  color: #666;
}
@media screen and (max-width: 768px) {
  .paragraph-md {
    font-size: 1.2rem;
  }
}

.red {
  color: #e52000 !important;
}

.black {
  color: #000000 !important;
}

.grey {
  color: #ccc !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: #f4f4f4 !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-blue {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1.2rem;
  color: white;
  line-height: 1;
  background-color: #007090;
  padding: 0.6rem 0.8rem;
  border: 0;
  border-radius: 0.7rem;
}
.btn-blue span {
  font-size: 1.8rem;
}

.btn-cart {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  background: none;
  vertical-align: middle;
  padding: 0.8rem 1rem;
  margin: 0.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: #007090;
  color: white;
  border-radius: 6rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .btn-cart {
    font-size: 1.1rem;
  }
}
.btn-cart span {
  vertical-align: middle;
}

.btn-secondary {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1.3rem;
  color: white;
  background-color: #007090;
  padding: 0.9rem 0.8rem 0.9rem 1.6rem;
  border: 1px solid #007090;
  min-width: 20rem;
  text-align: left;
  border-radius: 0.3rem;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: #007090;
}

.btn-outline {
  font-family: "Montserrat Medium", sans-serif;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #333333;
  color: #333333;
  text-align: center;
  padding: 14px 10px;
  font-size: 1.3rem;
  min-width: 20rem;
  text-transform: uppercase;
}
.btn-outline:hover {
  background-color: white;
}

.btn-apply {
  background-color: #007090;
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 5rem;
  border: 0;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.btn-nav {
  margin: 0 3rem 0 0;
}
.btn-nav span {
  width: 5rem;
  height: 5rem;
  text-align: center;
  font-size: 3.4rem;
  padding: 0.7rem;
  border-radius: 50%;
  background-color: #eee;
  margin: 0 0.5rem;
}

.link-view {
  margin-bottom: 2rem;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .link-view {
    margin-right: 1rem;
  }
}
.link-view a {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .link-view a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .link-view a {
    font-size: 1.2rem;
  }
}

.link-view2 {
  margin-bottom: 2.5rem;
  margin-right: 13.5rem;
}
@media screen and (max-width: 768px) {
  .link-view2 {
    margin-bottom: 2rem;
    margin-right: 10.5rem;
  }
}
.link-view2 a {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .link-view2 a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .link-view2 a {
    font-size: 1.2rem;
  }
}

.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;
}

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

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

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

.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: 1.5rem;
  left: 0;
  z-index: 10;
  border-radius: 0 8px 8px 0;
}

input[type=checkbox] {
  width: 1.6rem !important;
  height: 1.6rem;
  border-radius: 4px;
  accent-color: #007090;
  display: inline !important;
  margin: 0 !important;
}
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;
  background-color: white;
  border-radius: 50%;
}

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

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

/* Select */
select {
  font-size: 1.2rem;
  margin: 0 1rem;
  border: 0px solid #ddd;
  padding: 0.6rem 1rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 4px #ddd;
}

.password {
  position: relative;
}
.password input[type=password] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 3.5rem 0.55rem 1.5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #007090;
}
.password .icon-password {
  position: absolute;
  top: 55%;
  right: 5px;
  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: 20px;
  height: 20px;
  border-radius: 3rem;
  border: none;
  background-image: url(../img/icon-add.png);
  background-color: #92C1CF;
}

input.qtyminus {
  width: 20px;
  height: 20px;
  border-radius: 3rem;
  border: none;
  background-image: url(../img/icon-minus.png);
  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;
  float: left;
  display: inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}
.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 0.2rem !important;
  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;
  margin: 0 0 0.8rem 0;
  font-size: 1.4rem;
}
.form-general textarea {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.8rem 1.2rem;
  margin: 0 0 0.8rem 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;
  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;
  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.5rem;
  margin: 0 0 0.8rem 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.8rem top 50%;
  background-size: 2.5rem auto;
  box-shadow: none;
}
.form-general select option {
  width: 100%;
}
.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 {
  margin: 0;
}
.form-general p a {
  color: #333333;
  text-decoration: none;
}
.form-general .code {
  padding: 0.2rem;
  width: 3.2rem;
  height: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 2.5rem;
}
.form-general h4 {
  font-size: 1.2rem;
  font-family: "Montserrat bold", sans-serif;
}

#headerbar {
  position: relative;
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  z-index: 2;
  background-color: white;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: auto;
}
header .top-header {
  background-color: #EFF2F4;
  width: 100%;
  height: auto;
  padding: 0.8rem 5%;
}
@media screen and (max-width: 768px) {
  header .top-header {
    padding: 0.8rem 4%;
  }
}
header .top-header .multi-language select {
  font-family: "Montserrat Medium", sans-serif;
  background: none;
  border: none;
  font-size: 1.3rem;
  padding: 0;
  margin: 0 1rem 0 0;
  box-shadow: none;
}
@media screen and (max-width: 550px) {
  header .top-header .multi-language {
    display: none;
  }
}
header .top-header .col-icons {
  color: #0A2342;
}
header .top-header .col-icons img {
  width: 2.4rem;
  margin-left: 1rem;
}
header .top-header .col-icons span {
  font-size: 2.4rem;
  margin-left: 1rem;
  cursor: pointer;
}
header .top-header .col-icons span.notification-dot {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #e52000;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 1.2rem;
}
header .top-header .col-icons span.cart-dot {
  min-width: 2rem;
  border-radius: 1.5rem;
  color: white;
  background-color: #007090;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  left: 55%;
  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;
}
header .top-header .search {
  position: relative;
  display: flex;
  align-items: center;
}
header .top-header .search input[type=search] {
  width: 21rem;
  height: 3.4rem;
  background-color: white;
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
  font-size: 1.3rem;
  color: #333333;
  border: none;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  header .top-header .search input[type=search] {
    width: 19rem;
  }
}
header .top-header .search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
}
header .top-header .search .icon-search2 {
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: 1.1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  height: 4rem;
}
header .top-header .search.filter input {
  width: calc(100% - 48px);
}
header .top-nav {
  padding: 0.6rem 5%;
  background: white;
  min-height: 5rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  header .top-nav {
    padding: 0.4rem 4%;
    min-height: auto;
  }
}
header .top-nav .nav-container {
  width: 70%;
  display: inline-block;
  margin-left: 1rem;
}
header .top-nav .nav-container .nav-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  header .top-nav .nav-container .nav-wrapper {
    height: 3rem;
  }
}
header .top-nav .nav-container .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  padding: 0.5rem;
}
@media screen and (max-width: 550px) {
  header .top-nav .nav-container .scroller {
    padding: 0;
  }
}
header .top-nav .nav-container .scroller.scroller-right {
  float: right;
}
header .top-nav .nav-container .scroller.scroller-left {
  float: left;
}
header .top-nav .nav-container .list {
  position: absolute;
  left: 0px;
  top: 0px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (max-width: 1181px) {
  header .top-nav .nav-container .list {
    left: 0;
    margin-right: 0;
    transform: unset;
  }
}
header .top-nav .nav-container .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  header .top-nav .nav-container .list li {
    padding: 0 0.7rem;
  }
}
header .top-nav .nav-container .list li a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
}
header .top-nav .nav-container .list li a.active {
  border-bottom: 3px solid #007090;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  header .top-nav .nav-container .list li a {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.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;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
}
.search input[type=search] {
  width: 21rem;
  height: 3.4rem;
  background-color: white;
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
  font-size: 1.3rem;
  color: #333333;
  border: 1px solid #ced4da;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .search input[type=search] {
    width: 19rem;
  }
}
.search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1rem;
  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);
}

/* .collapsible */
.collapsible {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  outline: none;
  position: relative;
  display: block;
}
.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: 98.5%;
  background-repeat: no-repeat;
}
.collapsible h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.5rem;
  color: #072A48;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  cursor: pointer;
}

.collapsible-info {
  margin: 1rem 0 0;
  border-top: 1px solid #ddd;
}
.collapsible-info .card {
  border: none;
  background: transparent;
}
.collapsible-info .card .card-header {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: white;
  padding: 0 0.5rem;
  font-family: "Montserrat SemiBold", sans-serif;
  margin: 0;
}
.collapsible-info .card .card-header a {
  font-size: 1.3rem !important;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.7rem 0 0.7rem 2.5rem;
}
.collapsible-info .card .card-header:after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border: solid #7B7B7B;
  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;
  padding: 1.5rem 1rem;
}
.collapsible-info .card .card-body p {
  font-size: 1.2rem;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.wrapper-sm {
  width: 35rem;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .wrapper-sm {
    width: 100%;
  }
}

.wrapper-md {
  width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .wrapper-md {
    width: 100%;
  }
}

.wrapper-lg {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper-lg {
    width: 100%;
  }
}

.section-product {
  background-color: #F3F7F9;
  padding: 3.5rem 5%;
}
@media screen and (max-width: 768px) {
  .section-product {
    padding: 2rem 4%;
  }
}

section {
  padding: 3.5rem 5%;
  /****** Cart ******/
}
@media screen and (max-width: 768px) {
  section {
    padding: 2rem 4%;
  }
}
section.section-product {
  background-color: #F3F7F9;
}
@media screen and (max-width: 768px) {
  section.section-product {
    padding: 2rem 4%;
  }
}
section.section-profile {
  padding: 0;
  min-height: 40rem;
}
@media screen and (max-width: 768px) {
  section.section-profile {
    min-height: auto;
  }
}
section.section-page {
  padding: 3.5rem 5%;
  min-height: 40rem;
}
@media screen and (max-width: 768px) {
  section.section-page {
    padding: 2rem 4%;
    min-height: auto;
  }
}
section.section-blue {
  background-color: #007090;
}
section.section-shopby {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.section-shopby h2 {
  padding-left: 5%;
  padding-right: 5%;
}
section.section-shopby .layer-content {
  padding: 0 5%;
  height: 55rem;
  text-align: left;
  justify-content: flex-end;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: cover !important;
  background-position: top center !important;
}
@media screen and (max-width: 1440px) {
  section.section-shopby .layer-content {
    height: 47rem;
  }
}
@media screen and (max-width: 1280px) {
  section.section-shopby .layer-content {
    height: 42rem;
  }
}
@media screen and (max-width: 992px) {
  section.section-shopby .layer-content {
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  section.section-shopby .layer-content {
    height: 33rem;
  }
}
@media screen and (max-width: 550px) {
  section.section-shopby .layer-content {
    height: 31rem;
    text-align: center;
    justify-content: center;
  }
}
section.section-shopby .layer-content h1 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  color: white;
}
section.section-shopby .layer-cat {
  width: 70%;
  margin: -5rem auto 0;
  padding: 2rem;
  background-color: white;
  border-radius: 2rem;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.section-shopby .layer-cat {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  section.section-shopby .layer-cat {
    padding: 1.52rem;
  }
}
section.section-shopby .layer-cat h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  section.section-shopby .layer-cat h3 {
    font-size: 1rem;
  }
}
section.section-bannerText {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  section.section-bannerText {
    display: block;
  }
}
section.section-bannerText .joinmember {
  width: 49%;
  height: 45rem;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.5rem;
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 1280px) {
  section.section-bannerText .joinmember {
    height: 35rem;
  }
}
@media screen and (max-width: 1024px) {
  section.section-bannerText .joinmember {
    width: 100%;
    height: 30rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  section.section-bannerText .joinmember {
    height: 28rem;
  }
}
section.section-bannerText .joinmember .layer-content {
  width: 45%;
  height: auto;
  text-align: center;
  justify-content: center;
  padding: 0 3%;
  background-color: rgba(240, 240, 240, 0.65);
}
@media screen and (max-width: 992px) {
  section.section-bannerText .joinmember .layer-content {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  section.section-bannerText .joinmember .layer-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    text-align: center;
    justify-content: center;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1rem 3%;
  }
}
section.section-bannerText .joinmember .layer-content h2 {
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-size: 1.7rem;
}
@media screen and (max-width: 1280px) {
  section.section-bannerText .joinmember .layer-content h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.section-bannerText .joinmember .layer-content h2 {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
section.section-bannerText .joinmember .layer-content p {
  text-align: left;
  margin-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  section.section-bannerText .joinmember .layer-content p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  section.section-bannerText .joinmember .layer-content p {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
section.section-bannerText .joinmember .layer-content button {
  text-align: center;
  display: block;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 1.1rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  section.section-bannerText .joinmember .layer-content button {
    margin: 0 auto;
  }
}
section.section-bannerText .col-gap {
  width: 2%;
}
@media screen and (max-width: 1024px) {
  section.section-bannerText .col-gap {
    height: 1.5rem;
  }
}
section.section-joinmember {
  width: 100%;
  height: 45rem;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 1280px) {
  section.section-joinmember {
    height: 42rem;
  }
}
@media screen and (max-width: 768px) {
  section.section-joinmember {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section-joinmember .layer-content {
  width: 45%;
  height: auto;
  text-align: center;
  justify-content: center;
  padding: 1.5rem 8%;
  background-color: rgba(240, 240, 240, 0.65);
}
@media screen and (max-width: 992px) {
  section.section-joinmember .layer-content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.section-joinmember .layer-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    justify-content: center;
  }
}
section.section-joinmember .layer-content h2 {
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  section.section-joinmember .layer-content h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
section.section-joinmember .layer-content p {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.section-joinmember .layer-content p {
    margin-bottom: 0.5rem;
  }
}
section.section-joinmember .layer-content button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: block;
}
section.section-promotion {
  padding: 0;
}
section.section-promotion h2 {
  padding-left: 5%;
  padding-right: 5%;
}
section.section-highlight {
  border-top: 1px solid #ddd;
  padding: 1rem 5%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  section.section-highlight {
    padding: 1.5rem 2%;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  section.section-highlight {
    display: none !important;
  }
}
section.section-highlight .list-highlight {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 992px) {
  section.section-highlight .list-highlight {
    width: 100%;
  }
}
section.section-highlight .list-highlight li {
  font-size: 1.3rem;
  color: #7B7B7B;
  padding: 0 4%;
  border-right: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
section.section-highlight .list-highlight li:last-child {
  border: 0;
}
@media screen and (max-width: 768px) {
  section.section-highlight .list-highlight li {
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0 2%;
  }
}
@media screen and (max-width: 550px) {
  section.section-highlight .list-highlight li {
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 1.5%;
  }
}
section.section-product-listing .product-item {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding: 1rem;
  box-shadow: none;
  border-radius: 0.6rem;
}
@media screen and (max-width: 550px) {
  section.section-product-listing .product-item {
    padding: 0.6rem;
  }
}
section.section-product-listing .product-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.3rem;
  padding: 0;
  margin: 0.5rem 0 0 !important;
  line-height: 1.3;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 550px) {
  section.section-product-listing .product-item h3 {
    font-size: 1.2rem;
    height: 29px;
  }
}
section.section-product-listing .product-item h3.lightblue {
  height: auto;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  section.section-product-listing .product-item h3.lightblue {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  section.section-product-listing .product-item h3.lightblue {
    font-size: 1.3rem;
  }
}
section.section-product-listing .product-item h4 {
  border: 0;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 3rem;
  color: #007090;
  padding: 0.4rem 0.8rem;
  z-index: 1;
  min-width: 5rem;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  height: 17px;
}
section.section-product-listing .product-item small {
  line-height: 1;
  font-size: 1.1rem;
}
@media screen and (max-width: 428px) {
  section.section-product-listing .product-item small {
    font-size: 0.9rem;
  }
}
section.section-product-listing .product-item .justify-content-between {
  margin-bottom: 0.5rem;
}
section.section-product-listing .product-item .btn-cart {
  background-color: #007090;
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 5rem;
  border: 0;
  font-weight: bold;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-size: 1.1rem;
}
section.section-product-listing .product-item .icon-fav {
  top: 0.7rem;
  right: 0.7rem;
  position: absolute;
}
section.section-product-listing .product-item .icon-share {
  top: 3.6rem;
  right: 0.1rem;
  position: absolute;
}
section.section-productdetail {
  padding-top: 1rem;
}
section.section-productdetail .col-image {
  position: sticky;
  top: 40px;
}
section.section-productdetail .col-image .btn-action {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  align-items: center;
  z-index: 2;
}
section.section-productdetail .col-image .btn-action .icon-fav {
  margin-bottom: 2rem;
  display: inline-flex;
  cursor: pointer;
}
section.section-productdetail .col-image .btn-action .icon-share {
  margin-bottom: 2rem;
  display: inline-flex;
  cursor: pointer;
}
section.section-productdetail .col-image .btn-action .icon-360 {
  margin-bottom: 2rem;
  display: inline-flex;
  cursor: pointer;
}
section.section-productdetail .col-image .btn-action .icon-360 img {
  width: 4rem;
}
section.section-productdetail .col-image .img-product {
  position: relative;
  top: 0;
  left: 0;
}
section.section-productdetail .col-info {
  padding: 2rem 0 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.section-productdetail .col-info {
    padding: 0;
  }
}
section.section-productdetail .col-info h1 {
  font-family: "Montserrat Bold", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.2;
}
section.section-productdetail .col-info h1 small {
  font-family: "Montserrat Regular", sans-serif;
  font-size: 1.3rem;
  display: block;
  line-height: 1;
  padding: 0.6rem 0 0;
}
section.section-productdetail .col-info h2 {
  margin-bottom: 1rem;
}
section.section-productdetail .col-info h3 {
  font-family: "Montserrat Regular", sans-serif;
  margin-bottom: 1rem;
}
section.section-productdetail .col-info p {
  margin-bottom: 1rem;
}
section.section-productdetail .col-info small {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 1rem;
}
section.section-productdetail .col-info .btn-cart {
  width: 100%;
  background-color: #007090;
  color: white;
  display: block;
  padding: 0.7rem 1rem;
  margin: 3rem 0 0 !important;
  border-radius: 5rem;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1rem;
}
section.section-productdetail .col-info .icon-free {
  zoom: 80%;
}
section.section-content {
  padding: 5rem 5%;
}
@media screen and (max-width: 768px) {
  section.section-content {
    padding: 3rem 1.5rem;
  }
}
section .cart-item {
  width: 100%;
  border: 1px solid #ddd;
  padding: 1rem;
  box-shadow: none;
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 550px) {
  section .cart-item {
    margin: 0.8rem 0;
    border-radius: 1rem;
  }
}
section .cart-item.cart-preorder {
  background: #edf3f6;
  border: none;
}
section .cart-item .cart-item {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 1.5rem;
}
@media screen and (max-width: 550px) {
  section .cart-item .cart-item {
    margin: 0.8rem 0;
  }
}
section .cart-item h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  margin: 0 0 1rem 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section .cart-item h3 {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  section .cart-item h3 {
    font-size: 1.2rem;
    margin: 0 0 0.8rem 0;
  }
}
section .cart-item h3.item-name {
  padding-top: 1rem;
}
@media screen and (max-width: 550px) {
  section .cart-item h3.item-name {
    padding-top: 0.5rem;
  }
}
section .cart-item h3.lightblue {
  height: auto;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  section .cart-item h3.lightblue {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  section .cart-item h3.lightblue {
    font-size: 1.2rem;
    margin: 0 0 0.8rem 0;
  }
}
section .cart-item small {
  line-height: 1;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  section .cart-item small {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
section .cart-item p {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0 0.8rem 1rem 0;
}
@media screen and (max-width: 768px) {
  section .cart-item p {
    margin: 0 0.8rem 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  section .cart-item p {
    font-size: 1rem;
    margin: 0 0.8rem 0.8rem 0;
  }
}
section .cart-item .icon-del {
  position: absolute;
  font-size: 2.2rem;
  top: 0.7rem;
  right: 0.7rem;
}
@media screen and (max-width: 768px) {
  section .cart-item .icon-del {
    font-size: 1.8rem;
  }
}
section .cart-item .icon-fav {
  position: absolute;
  font-size: 2.2rem;
  top: 3.6rem;
  right: 0.7rem;
}
@media screen and (max-width: 768px) {
  section .cart-item .icon-fav {
    font-size: 1.8rem;
    top: 3rem;
  }
}
@media screen and (max-width: 992px) {
  section .cart-item.p-5 {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 550px) {
  section .cart-item.p-5 {
    padding: 1rem !important;
  }
}
section .member-id {
  font-family: "Montserrat SemiBold", sans-serif;
  display: inline-block;
  font-size: 1.2rem;
  color: white;
  margin: 0;
  padding: 0.3rem 1rem;
  line-height: 1;
  background-color: #007090;
  border-radius: 2rem;
}
section .box-square {
  border: 1px solid #ddd;
  padding: 1.5rem;
  margin: 0 0 1.5rem;
}
section .box-square .material-symbols-outlined {
  color: #aaa;
  font-size: 2.8rem;
}
section .box-square.active {
  border-color: black;
}
section .col-sticky {
  position: sticky;
  top: 4rem;
}
section .layer-bottom {
  text-align: start;
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  section .layer-bottom {
    text-align: center;
    margin: 1.5rem 0;
  }
}
section .layer-bottom .btn-secondary {
  width: auto;
}
@media screen and (max-width: 768px) {
  section .layer-bottom .btn-secondary {
    width: 100%;
  }
}

.list-payment {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-payment .listing-method {
  padding: 0.5rem 1rem;
}
.list-payment .listing-method img {
  width: auto;
  height: 3rem;
}
.list-payment .listing-method label {
  width: 100%;
  font-size: 1.3rem;
  font-weight: normal;
  cursor: pointer;
}

.list-address {
  margin: 0;
  padding: 0;
}
.list-address li {
  padding: 1.5rem;
  border: 1px solid #ddd;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 550px) {
  .list-address li {
    margin: 1rem 0 0;
    padding: 1rem;
  }
}
.list-address li.active {
  border: 1px solid black;
}
.list-address li p {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .list-address li p {
    line-height: 1.4;
  }
}

.layer-store {
  padding: 2rem;
  background-color: #F0F0F0;
  border-radius: 1.5rem;
  position: relative;
  top: 1.5em;
}
.layer-store select {
  margin: 0.5rem 0;
}

.list-rounded {
  margin: 0;
  padding: 0;
}
.list-rounded li {
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 1.5rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .list-rounded li {
    padding: 1rem;
  }
}
.list-rounded li.active {
  border: 1px solid black;
}
.list-rounded li p {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .list-rounded li p {
    line-height: 1.4;
  }
}
.list-rounded hr {
  margin: 1rem 0;
  padding: 0;
  width: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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 .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;
}

hr {
  margin: 1rem 0;
  color: #ddd;
  border: 0;
  border-top: 1px solid;
  opacity: 0.8;
}

.product-item {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
}
.product-item .product-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white;
}
.product-item .icon-fav {
  font-size: 2rem;
  color: #444;
}
.product-item .icon-share {
  font-size: 2rem;
  color: #444;
  margin-right: 5px;
}
.product-item h3 {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 5px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 992px) {
  .product-item h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .product-item h3 {
    font-size: 1.2rem;
  }
}
.product-item h3.lightblue {
  height: auto;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .product-item h3.lightblue {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .product-item h3.lightblue {
    font-size: 1.3rem;
  }
}
.product-item p {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product-item p {
    font-size: 1rem;
  }
}
.product-item h4 {
  font-family: "Montserrat Regular", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: black;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .product-item h4 {
    font-size: 1rem;
  }
}
.product-item h5 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .product-item h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .product-item h5 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 428px) {
  .product-item h5 {
    font-size: 0.8rem;
  }
}
.product-item h5 span {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .product-item h5 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .product-item h5 span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 428px) {
  .product-item h5 span {
    font-size: 1rem;
  }
}
.product-item small.sub-title {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .product-item small.sub-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .product-item small.sub-title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 428px) {
  .product-item small.sub-title {
    font-size: 1rem;
  }
}

.layer-sort {
  margin: 1rem 0 3rem;
  justify-content: flex-end;
}
@media screen and (max-width: 550px) {
  .layer-sort {
    justify-content: space-between;
    margin: 0 0 2rem;
  }
}
.layer-sort p {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}

.layer-affiliate {
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 550px) {
  .layer-affiliate {
    padding: 4rem 0 2rem;
  }
}
.layer-affiliate img {
  width: auto;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .layer-affiliate img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .layer-affiliate img {
    height: 90px;
  }
}
@media screen and (max-width: 550px) {
  .layer-affiliate img {
    height: 80px;
  }
}
.layer-affiliate h2 {
  margin: 2rem 0;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 550px) {
  .layer-affiliate h2 {
    font-size: 1.3rem;
  }
}

.list-affiliate {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  padding: 5rem 8rem;
  border-radius: 1.5em;
  box-shadow: 0 3px 7px #ddd;
}
@media screen and (max-width: 768px) {
  .list-affiliate {
    padding: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .list-affiliate {
    padding: 2.5rem 2rem;
  }
}
.list-affiliate h1 {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 768px) {
  .list-affiliate h1 {
    margin: 0 0 4rem 0;
  }
}
@media screen and (max-width: 550px) {
  .list-affiliate h1 {
    margin: 0 0 2rem 0;
  }
}
.list-affiliate h3 {
  text-align: left;
  margin: 0 0 1.5rem 0;
}
.list-affiliate ul {
  margin: 0 0 5rem 0;
}
.list-affiliate ul li {
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (max-width: 550px) {
  .list-affiliate ul li {
    font-size: 1.2rem;
  }
}
.list-affiliate img {
  width: 120px;
  height: auto;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 1280px) {
  .list-affiliate img {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .list-affiliate img {
    width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .list-affiliate img {
    width: 70px;
  }
}
@media screen and (max-width: 550px) {
  .list-affiliate img {
    width: 110px;
  }
}

footer {
  width: 100%;
  background-color: #072A48;
  padding: 4.5rem 13%;
  color: white;
}
footer h5 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  footer h5 {
    text-align: center;
  }
}
footer p {
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 1.2rem;
}
footer p a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  footer p {
    text-align: center;
  }
}
footer img {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 3.5rem 5%;
  }
}
footer .icon-app {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media screen and (max-width: 550px) {
  footer .icon-app {
    justify-content: center;
    text-align: center;
  }
}
footer .icon-social {
  justify-content: start;
}
footer .icon-social a {
  width: 3rem;
  height: 3rem;
  background-color: white;
  margin: 0 1rem 0 0;
  text-align: center;
  border-radius: 3rem;
  padding: 0.65rem;
}
footer .icon-social a i {
  font-size: 1.6rem;
  color: #0A2342;
}
@media screen and (max-width: 550px) {
  footer .icon-social {
    justify-content: center;
  }
}
footer hr {
  width: 100%;
  margin: 2rem 0;
}
footer .text-address {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  footer .text-address {
    text-align: center;
  }
}
footer .list-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  footer .list-footer {
    justify-content: center;
  }
}
footer .list-footer li {
  display: inline-flex;
  padding: 0 1.5rem;
  border-right: 1px solid white;
  line-height: 1;
}
footer .list-footer li:last-child {
  padding-right: 0;
  border-right: 0;
}

.footer-bottom {
  padding: 15px 0 0;
  text-align: center;
  border-top: 1px solid #334d6d;
}
.footer-bottom p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #9bb7cc;
}
.footer-bottom .footer-links {
  color: #9bb7cc;
  margin-bottom: 10px;
}
.footer-bottom .footer-links a {
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  cursor: pointer;
  margin: 0 8px;
  line-height: 2;
}

.left-menu {
  width: 26rem;
  padding: 3.5rem 0;
  background-color: #EFF2F4;
}
@media screen and (max-width: 768px) {
  .left-menu {
    width: 5rem;
  }
}
.left-menu hr {
  color: #bbb;
}
.left-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 1rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .left-menu a {
    margin: 0 1.2rem;
  }
}
.left-menu a p {
  font-family: "Montserrat SemiBold", sans-serif;
  text-decoration: none;
  font-size: 1.25rem;
  color: #888;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .left-menu a p {
    display: none;
  }
}
.left-menu a p.sub {
  font-family: "Montserrat Regular", sans-serif;
}
.left-menu a span {
  padding: 1.1rem 0;
  margin-right: 0.8rem;
  vertical-align: middle;
  color: #888;
}
@media screen and (max-width: 550px) {
  .left-menu a span {
    margin-right: 0.2rem;
  }
}
.left-menu a.active p {
  color: #007090;
  font-family: "Montserrat Bold", sans-serif;
}
.left-menu a.active span {
  color: #007090;
}

@media screen and (max-width: 550px) {
  .profile-header h3 {
    font-size: 1.3rem;
    margin: 1rem 0;
  }
}
.profile-header .search {
  width: 100%;
}
.profile-header .search input[type=search] {
  width: 100%;
}
.profile-header .bg-grey {
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .profile-header .bg-grey {
    margin-bottom: 0;
  }
}

.title-rating p {
  font-size: 1.3rem !important;
  font-family: "Montserrat Regular", sans-serif !important;
  margin-top: 0.5rem !important;
}
.title-rating ul li {
  font-size: 1.3rem;
  font-family: "Montserrat Regular", sans-serif;
}

.suggestions textarea {
  resize: none;
}

.categories {
  width: auto;
  background-color: white;
  border-bottom: 0px solid #ddd;
  padding: 0.75rem 0rem;
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
@media screen and (max-width: 320px) {
  .categories {
    width: 24rem;
  }
}
.categories::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.categories a {
  font-family: "Montserrat Medium", sans-serif;
  display: inline-block;
  padding: 0.55rem 1rem;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  color: #333333;
  border: 0;
}
@media screen and (max-width: 550px) {
  .categories a {
    padding: 0.55rem 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  .categories a {
    font-size: 1.2rem;
    padding: 0.55rem;
  }
}
.categories a.active {
  background: #e0e0e0;
  color: #333333;
  border-radius: 5rem;
}
.categories a:focus {
  outline-color: transparent;
  border: 0;
}

.order-item {
  background-color: #F4F6F6;
  padding: 2rem;
  border-radius: 1.5rem;
  margin: 1rem 0;
  font-size: 1.3rem;
}

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

.layer-payment {
  padding: 2.5rem;
  margin: 1.5rem 0 0;
  display: none;
}
@media screen and (max-width: 550px) {
  .layer-payment {
    padding: 2rem 1.5rem;
  }
}
.layer-payment.on {
  display: block;
}
.layer-payment p {
  margin: 0 0 0.5rem;
  line-height: 1.6;
}
.layer-payment hr {
  color: #ccc;
  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%;
  }
}

#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: 50px;
  }
}
@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: 0.75;
}
#prodCarousel .carousel-item img {
  width: 100%;
  border-radius: 5px;
}

.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;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  aspect-ratio: 3.55/2;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.contaniner-md {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.design-curve {
  border-radius: 0px 80px;
}
@media screen and (max-width: 550px) {
  .design-curve {
    border-radius: 0px 60px;
  }
}

.parallax {
  /* The image used */
  background-image: url("../img/aboutus/Cyberville-bg.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .parallax {
    min-height: 450px !important;
  }
}
@media screen and (max-width: 1024px) {
  .parallax {
    min-height: 400px !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .parallax {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 550px) {
  .parallax {
    min-height: 250px !important;
  }
}/*# sourceMappingURL=common.css.map */