.js-modal-barcode {
  display: none;
  width: 90%;
}

.popup_barcode {
  width: 100%;
  margin: 25px 0px;
}

.mg-p {
  margin-top: 1.5rem;
}
#error-message {
  line-height: 18px;
  color: #dd1818;
  transform: translateY(-2px);
}
#error-message p {
  width: 97%;
  margin: auto;
  letter-spacing: 1.4px;
}

.alert_err {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.success {
  background-color: #ffffd0;
}

.success-text {
  color: #3d6546;
  margin-bottom: 0px !important;
}

.text-center {
  text-align: center;
}

.a_button:hover {
  color: #333333;
  text-decoration: none;
}

.bg_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(63, 68, 70, 0.9) !important;
  z-index: 999999;
}

.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 45%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#popup_agree .modal-dialog.modal-dialog-centered {
  padding-left: 21px;
  padding-right: 21px;
}
#popup_agree .modal-dialog.modal-dialog-centered .modal-content {
  max-width: 315px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
#popup_agree .modal-dialog.modal-dialog-centered .modal-content .modal-header {
  padding-top: 46px;
  padding-bottom: 7px;
  border: none;
}
#popup_agree
  .modal-dialog.modal-dialog-centered
  .modal-content
  .modal-header
  .modal-title {
  font-size: 57px;
  line-height: 28.5px;
}
#popup_agree
  .modal-dialog.modal-dialog-centered
  .modal-content
  .modal-header
  .modal-title
  span {
  font-size: 28px;
}
#popup_agree .modal-dialog.modal-dialog-centered .modal-content .modal-body {
  padding-top: 4px;
  padding-bottom: 14px;
  border: none;
}
#popup_agree .modal-dialog.modal-dialog-centered .modal-content .modal-body h3,
#popup_agree .modal-dialog.modal-dialog-centered .modal-content .modal-body h4 {
  font-size: 17px;
}
#popup_agree .modal-dialog.modal-dialog-centered .modal-content .modal-body h4 {
  margin-top: -7px;
  margin-bottom: 22px;
}
#popup_agree .modal-dialog.modal-dialog-centered .modal-content .modal-footer {
  border-bottom: none;
  padding: 0;
}
#popup_agree
  .modal-dialog.modal-dialog-centered
  .modal-content
  .modal-footer
  button {
  padding: 8px 0 9px;
  font-size: 16px;
}

.box-cart-sticker {
  z-index: 9;
}

.box-product {
  margin: 0 15px 15px;
}

#loadmore_animation {
  text-align: center;
  display: none;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #008095;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-33 {
    font-size: 33px !important;
}

.font-size-37 {
    font-size: 37px !important;
}

.font-size-46 {
    font-size: 46px !important;
}

.font-size-54 {
    font-size: 54px !important;
}

.btn-white {
  background-color: #ffffff;
  color: #333333;
  border: 3px solid #c6c5c5;
}

#password {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.group-select-btn .g-left .ps {
  position: relative;
  height: 30px;
  overflow: hidden;
}

.pre-click {
  pointer-events:none;
}

.h-read-more .link-read-more-append {
  text-align: right;
  margin-bottom: -3px;
  display: block;
  margin-right: auto;
}

.h-read-more .btn-hide {
  display: none
}

.h-read-more .btn-read,.h-read-more .link-read-more-append.show .btn-hide {
  display: block
}

.h-read-more .link-read-more-append.show .btn-read {
  display: none
}