.VACrm-checkout {
  padding: 10px;
  padding-top: 0px;
  max-width: 100%;
  overflow-x: hidden;
}


@media only screen and (max-width: 768px) {
  .orders-2 {
    order: 2;
  }
  .orders-1 {
    order: 1;
  }
  .orders-3 {
    order: 3;
  }
}

@media only screen and (max-width: 768px) {
  .sidebar-content {
    display: none;
  }
  .viewproduct {
    display: block;
  }
}

.sidebar
  .sidebar-content
  .order-summary
  .order-summary-sections
  .order-summary-section {
  border-top: 1px solid;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-color: #e1e1e1;
}

.product-table {
  font-size: 13px;
}

.sidebar
  .sidebar-content
  .order-summary
  .order-summary-sections
  .order-summary-section:first-child {
  border-top: none;
}

.sidebar .sidebar-content .order-summary .order-summary-emphasis {
  font-weight: 500;
  color: #4b4b4b;
}

.sidebar .sidebar-content .order-summary .order-summary-small-text {
  font-size: 0.85714em;
  color: #969696;
}

.sidebar .sidebar-content .order-summary .product:first-child td {
  padding-top: 0;
}

.sidebar .sidebar-content .order-summary .product td {
  padding-top: 1em;
}

.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-image
  .product-thumbnail {
  width: 3.6em;
  height: 3.6em;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-image
  .product-thumbnail
  .product-thumbnail-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-image
  .product-thumbnail
  .product-thumbnail-wrapper
  .product-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-image
  .product-thumbnail
  .product-thumbnail-quantity {
  font-size: 0.85714em;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.15em 0.65em;
  border-radius: 2em;
  background-color: rgba(153, 153, 153, 0.9);
  color: #fff;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 2;
}

.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-image
  .product-thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.sidebar .sidebar-content .order-summary .product .product-description {
  width: 100%;
  padding-left: 10px;
}

.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-description
  .product-description-name,
.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-description
  .product-description-variant,
.sidebar
  .sidebar-content
  .order-summary
  .product
  .product-description
  .product-description-property {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 40px;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sidebar .sidebar-content .order-summary .product .product-quantity {
}

.sidebar .sidebar-content .order-summary .product .product-price {
  white-space: nowrap;
}

.pull-right {
  float: right;
}

h4 {
  font-weight: 400;
  font-size: 17px !important;
}

.position-button {
  z-index: 99;
  height: 60px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

.button-submit {
  height: 100%;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #2d74b9;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  width: 50%;
}

.button-submit:hover {
  background: #125494;
}

.button-back {
  height: 100%;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffab69;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  width: 50%;
}

.button-back:hover {
  background: #b77038;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
  right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
}

.pull-left {
  float: left;
}

.btn-mb {
  display: none;
}

@media only screen and (min-width: 800px) {
  #tab3 {
    border-left: 1px solid #ccc;
    background: #fff;
    height: 100vh;
  }
}

.VACrm-checkout-box-total-orders {
  width: 100%;
}

.VACrm-checkout-box-total-orders {
  background: #fff;
  min-height: 60px;
  border-radius: 53px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
  position: fixed;
  bottom: 0px;
  z-index: 9;
  box-shadow: 0 0 20px 0 rgb(10 36 81 / 8%);
  max-width: 500px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 800px) {
  .btn-mb {
    display: block;
  }
  .btn-pc {
    display: none;
  }
}

.payment_active {
  background: #e4e6f7;
}

.VACrm-checkout-box-total-orders .VACrm-checkout-icon-total-order {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #f0f2f5;
  position: relative;
  line-height: 36px;
  text-align: center;
}




.VACrm-checkout-box-total-orders .VACrm-checkout-name-total-order {
  flex: 0 0 40%;
}

.VACrm-checkout-box-total-orders .VACrm-checkout-name-total-order p {
  margin-bottom: 0px;
}

.VACrm-checkout-box-total-orders
  .VACrm-checkout-name-total-order
  > p:last-child {
  font-weight: 700;
  font-size: 18px;
}

.VACrm-checkout-box-total-orders
  .VACrm-checkout-name-total-order
  > p:first-child {
  font-size: 12px;
}

.VACrm-checkout-box-total-orders .VACrm-checkout-next-total-order {
  line-height: 36px;
  background-color: #0c61f2;
  color: #fff !important;
  flex: 0 0 40%;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
  border: 0px;
  cursor: pointer;
}

.form-group {
  margin-bottom: 20px;
}

.VACrm-position-label {
  position: relative;
}

.form-checkbox {
  margin-left: 20px;
  margin-bottom: 3px;
}

.form-group label.label {
  margin: 5px 0;
  display: inline-block;
  font-weight: 500;
  background: #fff;
  color: rgba(68, 86, 108, 0.6);
  position: absolute;
  top: -14px;
  left: 11px;
  font-size: 12px;
  z-index: 0;
  padding: 0px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 10px;
}

.form-group label.form-check-label {
  position: unset !important;
}

.VACrm-checkout .VACrm.input {
  height: 40px;
  border: 1px solid rgb(60 66 87 / 11%);
}

.custom-select {
  border: 1px solid rgb(60 66 87 / 11%);
}

.VACrm.input {
  box-shadow: none;
}

.VACrm.input,
.VACrm.select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #44566c;
}

.VACrm.input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-weight: 400;
  height: 40px;
  background-color: #fff;
  background-clip: padding-box !important;
  border-radius: 8px;
  box-shadow: none;
}

.VACrm-input-message {
  max-width: 300px;
  background: #fff;
  box-shadow: 0 0 10px 0 #c7c7c7;
  position: absolute;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  z-index: 90000050;
  margin-top: 7px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 1;
  transition: opacity 50ms ease-out;
  display: none;
}

#step1,
#step2 {
  margin-bottom: 35px;
}

xcody-info -------------------------------- */ #cody-info {
  position: relative;
  background: #fff;
  height: 44px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#cody-info .cody-info-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -13px;
}

#cody-info .cody-info-logo svg {
  display: block;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}

#cody-info .cody-info-logo svg:hover {
  opacity: 0.9;
}

#cody-info .cody-info-logo .cody-info-logo-svg {
  fill: #343642;
}

#cody-info li {
  position: absolute;
  top: 0;
}

#cody-info li:first-child {
  left: 0;
}

#cody-info li:last-child {
  right: 0;
}

#cody-info li a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

#cody-info li a:hover {
  background-color: #29889b;
}

#cody-info li a:hover .cody-info-buttons-svg {
  fill: #fff;
}

#cody-info li svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

#cody-info li .cody-info-buttons-svg {
  fill: #29889b;
}

#cody-info.cody-info-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

#cody-info::after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 600px) {
  #cody-info {
    height: 60px;
  }
  #cody-info li a {
    height: 60px;
    width: 60px;
  }
}

/* -------------------------------- 

Main components 

-------------------------------- */

header[role="banner"] {
  position: relative;
  height: 50px;
  background: #343642;
}

header[role="banner"] #cd-logo {
  float: left;
  margin: 4px 0 0 5%;
  /* reduce logo size on mobile and make sure it is left aligned with the transform-origin property */
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

header[role="banner"] #cd-logo img {
  display: block;
}

header[role="banner"]::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  header[role="banner"] {
    height: 80px;
  }
  header[role="banner"] #cd-logo {
    margin: 20px 0 0 5%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */

.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}

.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}

.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}

.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}

.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: 0.25em 0 0 0;
}

.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}

.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #0e32b5;
}

.cd-user-modal-container .cd-switcher a.selected {
  background: #fff;
  color: #505260;
}

@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}

.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}

.cd-form .fieldset:first-child {
  margin-top: 0;
}

.cd-form .fieldset:last-child {
  margin-bottom: 0;
}

.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}

.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}

.cd-form input.full-width {
  width: 100%;
}

.cd-form input.has-padding {
  padding: 12px 20px 12px 16px;
}

.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}

.cd-form input.has-error {
  border: 1px solid #d76666;
}

.cd-form input[type="password"] {
  /* space left for the HIDE button */
  padding-right: 65px;
}

.cd-form input[type="submit"] {
  padding: 16px 0;
  cursor: pointer;
  background: #0c61f2;
  color: #fff;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.no-touch .cd-form input[type="submit"]:hover,
.no-touch .cd-form input[type="submit"]:focus {
  background: #0c61f2;
  outline: none;
}

.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}

.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}

.cd-form .cd-error-message::after {
  /* triangle */
  content: "";
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}

@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type="submit"] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -46px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.cd-form-bottom-message a {
  color: #fff;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login,
#cd-signup,
#cd-reset-password {
  display: none;
}

#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
  display: block;
}

.cd-switcher li {
  list-style: none;
}

.cd-switcher {
  width: 100%;
  padding: 0px;
}

.address-text {
  border: 1px solid #ced4da;
  padding: 11px;
  border-radius: 10px;
  margin-bottom: 17px;
}

.address-text p {
  margin-bottom: 0px;
}

.banner-discount {
  max-width: 100%;
  max-height: 150px;
  width: 100%;
  border-radius: 14px;
}

.tx-14 {
  font-size: 14px;
}

.color-dark {
  color: #34373b !important;
}

.is-invalid {
  border-color: #dc3545 !important;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

body {
  font-size: 14px;
  color: #44566c;
}

.form-control {
  font-size: 14px;
}

.VACrm.textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-weight: 400;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ebedf2;
  min-height: 90px;
  border-radius: 4px;
  color: #44566c;
  -webkit-transition: border-color 0.15s ease-out,
    -webkit-box-shadow 0.15s ease-out;
  transition: border-color 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out,
    -webkit-box-shadow 0.15s ease-out;
}

.VACrm-checkout-product-list {
  max-height: 500px;
  overflow: auto;
}

.button-coupon {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.payment_method {
  max-width: 500px;
  margin: 0 auto;
}

.VACrm-checkout-next-total-order-v2 {
  flex: 0 0 100% !important;
  line-height: 44px !important;
  font-size: 17px;
}
.VACrm-checkout-box-total-orders-v2 {
  flex: 0 0 100%;
  background: unset !important;
  box-shadow: unset !important;
  position: unset !important;
  transform: unset !important;
  left: unset !important;
  padding: unset !important;
}
li.list-group-item1 {
  padding-bottom: 4px;
  list-style: none;
}
.font-500 {
  font-weight: 500;
}
.information,
.payment-wrap {
  background: #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  border-bottom: 1px solid #dfd7d7;
}
.promotionCode {
  padding: 5px 10px 0px 10px;
  border-bottom: 1px solid #dfd7d7;
  margin-left: -10px;
  margin-right: -10px;
}
.btn-use-coupon {
  background: #FFF;
  border: 1px solid #e1dada;
  width: auto;
  position: relative;
}

.usecode__title--active:after {
  content: "";
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 17px;
}
.usecode__title {
  margin-right: 20px;
  margin-left: 10px;
  font-size: 12px;
}
.usecode__title--img-icon img {
  height: 27px;
}
.applycode {
  display: none;
}
.applycode.active {
  display: block;
}
.fr {
  float: right;
}
.pd-t-10 {
  padding-top: 10px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-t-30 {
  padding-top: 30px;
}

.custom-select.disabled {
  background-color: #e8e8e8;
  cursor: unset;
}