/* $scaffolding
 ------------------------------------------*/
html {
  font-size: 16px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-family: Be Vietnam !important;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: auto;
  background-color: #f3f2ef !important;
}

select,
button,
textarea,
input {
  vertical-align: baseline;
}

html[dir='rtl'],
html[dir='ltr'],
body[dir='rtl'],
body[dir='ltr'] {
  unicode-bidi: embed;
}

bdo[dir='rtl'] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir='ltr'] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

[dir='ltr'] .flexSpacer {
  margin-right: auto !important;
  box-sizing: border-box;
}

[dir='rtl'] .flexSpacer {
  margin-left: auto !important;
  box-sizing: border-box;
}

.leaflet-container {
  height: 100%;
}

/* $typography
 ------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

button {
  outline: 0;
}

figure {
  margin: 0;
}

strong,
b {
  font-weight: 700;
}

.strikethrough {
  text-decoration: line-through;
}

.radius-none {
  border-radius: 0;
}

.radius-round {
  border-radius: 4px;
}

.radius-circle {
  border-radius: 50%;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.block {
  display: block;
}

.button-block {
  display: block;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.shadow-none {
  box-shadow: none !important;
}

.border-none {
  border: 0 !important;
}

.background-none {
  background-color: transparent !important;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ma-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ma-xs {
  margin: 0.55556rem 0.55556rem !important;
}

.mt-xs {
  margin-top: 0.55556rem !important;
}

.mr-xs {
  margin-right: 0.55556rem !important;
}

.mb-xs {
  margin-bottom: 0.55556rem !important;
}

.ml-xs {
  margin-left: 0.55556rem !important;
}

.mx-xs {
  margin-right: 0.55556rem !important;
  margin-left: 0.55556rem !important;
}

.my-xs {
  margin-top: 0.55556rem !important;
  margin-bottom: 0.55556rem !important;
}

.ma-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.ma-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.ma-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pa-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pa-xs {
  padding: 0.55556rem 0.55556rem !important;
}

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

.pr-xs {
  padding-right: 0.55556rem !important;
}

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

.pl-xs {
  padding-left: 0.55556rem !important;
}

.px-xs {
  padding-right: 0.55556rem !important;
  padding-left: 0.55556rem !important;
}

.py-xs {
  padding-top: 0.55556rem !important;
  padding-bottom: 0.55556rem !important;
}

.pa-1 {
  padding: 1rem 1rem !important;
}

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

.pr-1 {
  padding-right: 1rem !important;
}

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

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pa-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pa-3 {
  padding: 3rem 3rem !important;
}

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

.pr-3 {
  padding-right: 3rem !important;
}

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

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.text-justify {
  text-align: justify !important;
}

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

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 960px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-xs {
  font-size: 50% !important;
}

.text-sm {
  font-size: 70% !important;
}

.text-md {
  font-size: 80% !important;
}

.text-df {
  font-size: 13px !important;
}

.text-lg {
  font-size: 110% !important;
}

.text-xl {
  font-size: 120% !important;
}

.text-xxl {
  font-size: 60px !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 960px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > table {
    margin-bottom: 0;
  }

  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > thead > tr > th {
    white-space: nowrap;
  }
}

/* checkout */
/* ------- 21. Checkout page -----------
.shippingRow {
  display: flex;
  align-items: center;
}
.shippingRow ul {
  display: block !important;
  width: 40%;
}
.shippingRow ul:nth-child(2) {
  width: 60%;
}
.shippingRow ul:nth-child(2) li {
  margin-bottom: 40px;
}
.shippingRow ul:nth-child(2) li:last-child {
  margin-bottom: 0px;
}
.shippingRow ul:nth-child(2) li .login-toggle-btn {
  display: flex;
  align-items: center;
}
.shippingRow ul:nth-child(2) li .login-toggle-btn label {
  margin-bottom: 0px;
}
.agreement-info-wrap {
  font-size: 14px;
  margin-bottom: 15px;
  height: 130px;
  padding: 17px 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  background: transparent none repeat scroll 0 0;
}
.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #000;
}
.billing-info-wrap .error-msg {
  color: red;
  font-size: 13px;
  font-weight: 300;
}
.billing-info-wrap input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.billing-info-wrap .billing-info label, .billing-info-wrap .billing-select label {
  margin: 0 0 7px;
  color: #000;
}
.billing-info-wrap .billing-info input, .billing-info-wrap .billing-select input {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  background: transparent none repeat scroll 0 0;
}
.billing-info-wrap .billing-info input.billing-address, .billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px;
}
.billing-info-wrap .billing-select select {
  font-size: 14px;
  height: 45px;
  padding: 2px 20px;
  cursor: pointer;
  color: #333;
  border: 1px solid #e6e6e6;
}
.billing-info-wrap .checkout-account {
  display: flex;
  align-items: center;
}
.billing-info-wrap .checkout-account input {
  display: inline-block;
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #9fa0a2;
}
.billing-info-wrap .checkout-account span {
  font-weight: 400;
  margin: 0 0 0 12px;
  color: #333;
}
.billing-info-wrap .checkout-account-toggle input {
  font-size: 14px;
  margin: 0 0 20px;
  padding-right: 10px;
  padding-left: 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  background: transparent none repeat scroll 0 0;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  font-weight: 500;
  z-index: 9;
  padding: 10px 30px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border: medium none;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #333;
}
.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  font-weight: 500;
}
.billing-info-wrap .additional-info-wrap .additional-info label {
  font-size: 14px;
  margin: 0 0 7px;
  color: #333;
}
.billing-info-wrap .additional-info-wrap .additional-info textarea {
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  background: transparent none repeat scroll 0 0;
}
.billing-info-wrap .different-address {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .your-order-area {
    margin-top: 30px;
 }
}
@media only screen and (max-width: 767px) {
  .your-order-area {
    margin-top: 30px;
 }
}
.your-order-area h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #000;
}
.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px 36px;
 }
}
@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px 36px;
 }
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: flex;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 16px;
  font-weight: 500;
  list-style: outside none none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  margin: 22px 0;
  padding: 19px 0 18px;
  border-top: 1px solid #dee0e4;
  border-bottom: 1px solid #dee0e4;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom {
  margin-bottom: 18px;
  padding: 0px 0 19px;
  border-bottom: 1px solid #dee0e4;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li input[type="radio"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-sub-total {
  margin: 18px 0 18px;
  border-bottom: 1px solid #dee0e4;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-sub-total ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-sub-total ul li.order-total {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-sub-total ul li {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
  list-style: outside none none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  padding: 0px 0 19px;
  border-bottom: 1px solid #dee0e4;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
  font-size: 16px;
  font-weight: 500;
  list-style: outside none none;
  color: var(--theme-color);
}
.your-order-area .payment-method input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.your-order-area .payment-method .card-info {
  padding: 25px 5px 40px 5px;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}
.your-order-area .icon-container {
  float: right;
  padding-top: 20px;
}
.your-order-area .icon-container i {
  margin-left: 10px;
  font-size: 24px;
}
.your-order-area .payment-accordion {
  margin: 0 0 16px;
}
.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}
.your-order-area .payment-accordion h4 {
  font-size: 16px;
  margin: 0;
  color: #212121;
}
.your-order-area .payment-accordion h4 a {
  position: relative;
  display: block;
  color: #212121;
}
.your-order-area .payment-accordion h4 a:hover {
  color: var(--theme-color);
}
.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}
.your-order-area .payment-accordion .panel-body p {
  font-size: 14px;
  padding: 0 0 0 10px;
  color: #333;
}
.your-order-area .place-order > a, .your-order-area .place-order > button {
  font-weight: 500;
  line-height: 1;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 50px;
  background: none;
  background-color: var(--theme-color);
}
.your-order-area .place-order > a:hover, .your-order-area .place-order > button:hover {
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .checkout-area.pb-100 {
    padding-bottom: 60px;
 }
}
.checkout-area .checkout-heading {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-top: 5px solid var(--theme-color);
  color: #5b5858;
  min-height: 55px;
  line-height: 1.6;
  padding: 5px 30px;
  margin-bottom: 30px;
}
iframe {
  margin: none;
  padding: none;
  border: none;
  line-height: 0;
  float: left;
} */

.payment-method input[type='checkbox'] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.payment-method .card-info {
  padding: 17px 5px 17px 5px;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}

.icon-container {
  float: right;
  padding-top: 20px;
}
.icon-container i {
  margin-left: 10px;
  font-size: 24px;
}
.mt-25 {
  margin-top: 25px;
}

.mt-100 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.agreement-info-wrap {
  font-size: 14px;
  margin-bottom: 15px;
  height: 130px;
  padding: 17px 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  background: transparent none repeat scroll 0 0;
}

.btn-hover a,
.btn-hover button {
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.btn-hover a:hover,
.btn-hover button:hover {
  color: #fff;
  border: 1px solid #000;
}
.btn-hover a::before,
.btn-hover button::before,
.btn-hover a::after,
.btn-hover button::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-hover a::after,
.btn-hover button::after {
  right: 0;
  left: auto;
  width: 0;
  background: #000;
}
.btn-hover a:hover::after,
.btn-hover button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn-hover--blue a:hover,
.btn-hover--blue button:hover {
  border-color: #053399 !important;
}
.btn-hover--blue a::after,
.btn-hover--blue button::after {
  background: #053399;
}

.shippingRow {
  display: flex;
  align-items: center;
}
.shippingRow ul {
  display: block !important;
  width: 40%;
}
.shippingRow ul:nth-child(2) {
  width: 60%;
}
.shippingRow ul:nth-child(2) li {
  margin-bottom: 40px;
}
.shippingRow ul:nth-child(2) li:last-child {
  margin-bottom: 0px;
}
.shippingRow ul:nth-child(2) li .login-toggle-btn {
  display: flex;
  align-items: center;
}
.shippingRow ul:nth-child(2) li .login-toggle-btn label {
  margin-bottom: 0px;
}

.button-blue-moovlr {
  height: 40px;
  font-weight: bold;
  width: 129px;
  left: 165px;
  top: 24px;
  border-radius: 8px;
  border: 1px solid;
  box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.3);
  padding: 8px, 16px, 8px, 16px;
  background-color: #310099;
  color: #ffffff;
  cursor: pointer;
}
