#iframe-frontrow-quant {
  height: 0px;
}
#frontrow-badge {
  position: relative;
  display: flex;
}
.iframe-frontrow {
  width: 100%;
  margin: 0;
}
.iframe-modal-frontrow {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Begin fadeInUpCustom  */
@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpCustom {
  -webkit-animation-name: fadeInUpCustom;
          animation-name: fadeInUpCustom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* Bạn có thể điều chỉnh thời gian nếu cần */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* End fadeInUpCustom  */

/* Begin fadeInDownCustom */
@-webkit-keyframes fadeInDownHeaderCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownHeaderCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownHeaderCustom {
  -webkit-animation-name: fadeInDownHeaderCustom;
          animation-name: fadeInDownHeaderCustom;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* End fadeInDownCustom */

.modal .modal-dialog .modal-content {
  border-radius: 3px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  padding-top: 32px;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header h5 {
  font-weight: 900;
  color: #010101;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  font-weight: 900;
  color: #010101;
  text-transform: uppercase;
  font-family: 'GRIFTER';
  font-size: 24px;
  letter-spacing: 2%;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 10px 30px;
}
.modal .modal-dialog .modal-content .panel-heading {
  position: relative;
}
.modal .modal-dialog .modal-content .panel-heading .heading-icon {
  float: right;
  position: relative;
}
.modal .modal-dialog .modal-content .panel-heading .heading-icon i {
  cursor: pointer;
  font-size: 20px;
  color: #999;
}
.modal .modal-dialog .modal-content .panel-heading .heading-icon i:hover {
  opacity: 0.7;
}
.membership-info-modal .modal-content {
  padding: 20px 30px;
}
.membership-info-modal .modal-header {
  font-size: 30px;
  font-weight: bold;
  font-family: GRIFTER;
  padding: 0 0 12px 0;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: none;
}
.membership-info-modal .panel-body {
  padding: 0;
}
.membership-info-modal p {
  font-size: 16px;
}
.membership-info-modal button {
  margin-top: 30px;
  width: 200px;
  height: 50px;
}
.membership-info-modal .modal-title {
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .membership-info-modal .modal-title {
    font-size: 24px;
  }
}
.membership-info-modal .modal-header {
  border-bottom: 1px solid #010101;
}
.membership-info-modal .buttons-container {
  display: flex;
  justify-content: flex-end;
}

.needsclick {
  img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.custom_class * {
  box-sizing: border-box;
}

.custom_class *::before,
.custom_class *::after {
  box-sizing: border-box;
}

.custom_class .pointer {
  cursor: pointer;
}

.custom_class .divider {
  height: 1px;
  background: #010101;
}

.custom_class .form-input-error {
  color: #f5490f;
  text-align: start;
  font-size: 12px;
  line-height: 14px;
}

.custom_class .form-input-hide {
  color: #111;
  text-align: start;
  font-size: 14px;
}

.custom_class .swal2-icon.swal2-info {
  border-color: #ff4106 !important;
  color: #ff4106 !important;
}

.custom_class .swal2-styled.swal2-confirm {
  font-family: MonoSpec;
}

.custom_class .swal2-styled.swal2-cancel {
  border-radius: 20px;
  font-family: MonoSpec;
}

.custom_class .modal-open {
  padding-right: 0px !important;
}

.custom_class a {
  color: #ff4106;
}

.custom_class a:hover {
  color: #010101;
}

.custom_class a:focus {
  color: #010101;
}

.custom_class .text-right {
  text-align: right;
}

.custom_class p {
  margin: 0 0 10px;
}

.custom_class p.type-product {
  color: #010101;
  font-size: 14px;
  font-weight: bold;
}

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

.full-width {
  width: 100%;
}

.custom_class .panel-body {
  padding: 15px;
}

.custom_class .swal2-height-auto {
  padding-right: 0 !important;
}

#administrative_area_level_1 {
  /* text-transform: uppercase; */
}

.lazy {
  visibility: hidden;
}

@-webkit-keyframes animateLoadPage {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animateLoadPage {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animateLoadPage {
  -webkit-animation-name: animateLoadPage;
          animation-name: animateLoadPage;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* Fix scrollIntoView on ios 14 */
body {
  -webkit-overflow-scrolling: touch;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.hideExternalLink {
  display: none !important;
}

.confirm-move-chat {
  bottom: 146px !important;
  height: calc(100% - 146px);
}

.showExternalLink {
  display: block !important;
}

.hide-1000 {
  display: block;
}

.show-1000 {
  display: none;
}

.swal2-title {
  color: #161616 !important;
}

.swal2-content {
  color: #161616 !important;
}

.swal2-confirm {
  background-color: #f5490f !important;
}

@media screen and (max-width: 1000px) {
  .hide-1000 {
    display: none;
  }

  .show-1000 {
    display: block;
  }
}

.checkout-delivery-tooltip {
  border-radius: 24px !important;
  padding: 40px 20px !important;
  width: 460px !important;
}

.checkout-delivery-tooltip__cancel-button {
  color: #ff4106 !important;
  background-color: transparent !important;
  font-weight: bold !important;
  text-decoration: underline;
}

.checkout-delivery-tooltip__cancel-button:focus {
  box-shadow: none !important;
}

.checkout-delivery-tooltip__cancel-button:hover {
  background-image: none !important;
}

.checkout-delivery-tooltip__icon  {
  border-color: #F4F4F4 !important;
  border-width: 6px !important;
  color: #F4F4F4 !important;
}
.custom_class {
  padding-right: 0 !important;
}
.custom_class * {
  font-family: 'Work Sans';
  /* color:#161616; */
}
.custom_class button {
  font-family: MonoSpec;
}
.custom_class h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: GRIFTER;
  color: #161616;
}
.custom_class h2 {
  font-weight: bold;
  font-family: GRIFTER;
  color: #161616;
}
.custom_class h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: GRIFTER;
  color: #161616;
}
.custom_class h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: MonoSpec;
  color: #161616;
}
.custom_class p {
  font-family: 'Work Sans';
  color: #161616;
  word-break: break-word;
}
.custom_class h3.website-small-title {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #161616;
  margin-top: -30px;
  font-family: GRIFTER;
}
.custom_class h3.website-small-title .title-offset {
  margin-top: 25px;
}
.custom_class h2.website-big-title {
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  color: #161616;
  font-family: GRIFTER;
}
.text-weight-900 {
  font-weight: 900;
}

.asterisk {
  color: #ff4106;
}
.link-common {
  color: #ff4106;
  cursor: pointer;
}

.btn {
  text-transform: uppercase;
  border-radius: 31px !important;
  min-height: 40px;
}

.btn:active,
.btn:focus {
  background: #161616;
  outline: none !important;
}

.btn.disabled,
.btn:disabled {
  background: #4f4f4f;
}

.btn.no-radius {
  border-radius: 0px !important;
}

.btn.btn-primary {
  background: #ff4106;
  color: #f4f4f4;
  border: none;
  transition: all 0.2s linear;
  border-radius: 6px;
}

.btn.btn-primary:hover {
  color: #fff;
  background: #161616;
}

.btn.btn-login {
  background: #161616;
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: all 0.2s linear;
}

.btn.btn-login:hover {
  color: #fff;
  background: #ff4106;
}

.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  opacity: 0.6;
}

.btn.btn-dark {
  background: #161616;
  color: #fff;
  border: solid 1px #fff;
  transition: all 0.2s linear;
}

.btn.btn-dark:hover {
  background: #ff4106;
}

.btn.btn-only-icon {
  background: none;
  margin: 0;
  padding: 0;
}

.btn.btn-md {
  height: 36px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn.btn-cirlce {
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  padding: 0;
}

.btn.btn-square {
  height: 38px;
}

.btn.btn-flat {
  background-color: transparent;
  font-weight: 700;
}

.btn.btn-flat.btn-primary {
  color: #161616;
}

.btn.btn-flat:hover {
  color: #161616;
  background: none;
}

.btn-full-width {
  width: 100%;
}

button.btn.btn-default {
  color: #161616;
}

button.btn.btn-transparent {
  border: 1px solid #161616;
  background: transparent;
  color: #161616;
  border-radius: 31px;
  transition: all 0.3s linear;
}

button.btn.btn-transparent:hover {
  transition: all 0.3s linear;
  border: 1px solid #161616;
  background: #161616;
  color: #fff;
}

button.btn.btn-transparent-2 {
  /* border: 1px solid #FF4106; */
  background: transparent;
  color: #ff4106;
  border-radius: 31px;
  transition: all 0.3s linear;
  font-family: MonoSpec !important;
}

button.btn.btn-transparent-2:hover {
  transition: all 0.3s linear;
  /* border: 1px solid #fff; */
  background: #ff4106;
  color: #fff;
}

button.btn.btn-transparent-2:hover>img {
  filter: brightness(0) invert(1);
}

button.btn.btn-transparent-3 {
  border: 1px solid #161616;
  background: transparent;
  color: #161616;
  border-radius: 31px;
  transition: all 0.3s linear;
}

button.btn.btn-transparent-3:hover {
  transition: all 0.5s linear;
  /* border: 1px solid #fff; */
  color: #ff4106;
  border: solid 1px #ff4106;
}

.btn-primary-shadow {
  background: #ff4106;
  color: #fff;
  border: 2px solid #161616;
  box-shadow: 2.336846351623535px 3.115795373916626px 0px 0px #161616;
  border-radius: 46px;
}

.btn-primary-shadow:hover {
  background: #161616;
  color: #fff;
}

.btn-primary-shadow:disabled {

  background: #939393;
  /* Aviron Black */
  border: 2px solid #161616;
  box-shadow: 2.336846351623535px 3.115795373916626px 0px 0px #000000;
  color: #FAFAFA;
  opacity: 1;
}

div.btn-level>.btn {
  position: relative;
  padding: 12px 80px 12px 20px;
  font-size: 15px;
  font-weight: 300;
}

div.btn-level>.btn>img {
  position: absolute;
  top: -15px;
  right: 10px;
}

.btn.btn-outline-primary {
  background-color: white;
  border: 1px solid #ff4106;
  color: #ff4106;
}

.btn.btn-outline-primary:hover {
  background-color: #fafafa;
}

.btn-primary-shop {
  background-color: #ff4106;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 12px 40px;
  color: #FFF;
  font-family: MonoSpec;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.btn-primary-shop:hover {
  box-shadow: none;
  background-color: #000;
  transform: translateY(3px);
}

/* .btn-primary-shop:active {
  box-shadow: 2px 2px 0px #000;
  transform: translateY(3px);
} */
.checkout-page .container {
  text-align: start;
}
.checkout-content {
  margin-bottom: 20px;
}
.checkout-content button {
  /* min-width: 127px; */
  /* font-family: MonoSpec; */
}
.checkout-content button:hover {
  color: #fff;
  cursor: pointer;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.checkout-content .page-title {
  font-size: 26px !important;
  font-weight: bold;
}
.checkout-content .line {
  border-top: 1px solid #010101;
  margin: 20px 0px;
}
.checkout-content .btn-pay {
  float: right;
  background-color: #ff4106;
  border-radius: 8px;
  color: #ffffff;
  min-width: 127px;
}
.checkout-content .checkout {
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0 5px;
}
.checkout-content .checkout-option-selected {
  width: 100%;
}
.checkout-content h3 {
  font-family: 'Work Sans';
  font-weight: bold;
}
.checkout-content p img {
  max-width: 100%;
}
.checkout-content .input-group {
  width: 100%;
  margin-bottom: 16px;
}
.checkout-content .input-group .input-group-addon {
  font-size: 14px;
  padding: 6px 6px 6px 16px;
  border: none;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
}
.checkout-content .input-group input {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  color: #161616;
  box-shadow: none;
  height: 50px;
}
.checkout-content .review-content {
  margin-bottom: 40px;
  clear: both;
}
.checkout-content .review-content p {
  margin-bottom: 20px;
}
.checkout-content p {
  margin: 0;
  font-size: 18px;
}
.checkout-content .membership-info-container p {
  font-size: 14px;
}
.checkout-content .payment-select-box {
  height: 120px;
  border: solid 2px #cecece;
  margin: 16px 0;
  border-radius: 4px;
  position: relative;
}
.checkout-content .payment-select-box u {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .checkout-content .payment-select-box p {
    font-size: 16px;
  }
}
.checkout-content .payment-select-box__price p {
  color: #010101;
  font-family: Monospec;
}
.checkout-content .payment-select-box:hover {
  border-color: #212121;
}
.checkout-content .payment-select-box--active {
  border-color: #212121;
}
.checkout-content .payment-select-box--vertical {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .checkout-content .payment-select-box {
    height: 120px !important;
  }
}
@media screen and (max-width: 599px) {
  .checkout-content .payment-select-box {
    height: 160px !important;
  }
}
@media screen and (max-width: 320px) {
  .checkout-content .payment-select-box {
    height: 170px !important;
  }
}
@media screen and (max-width: 450px) {
  .checkout-content .payment-select-box__price {
    padding-left: 0 !important;
  }
}
.checkout-content .title {
  color: #010101;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  font-family: 'Work Sans';
  font-weight: 700;
}
.checkout-content .title:hover {
  color: #ff4106;
}
.checkout-content .title:hover .step-number {
  background: #ff4106;
}
.checkout-content .title--active {
  color: #ff4106;
}
.checkout-content .checkout__warning {
  height: 52px;
}
.checkout-content .checkout__warning p {
  color: #ffab00;
}
.checkout-content .step-number {
  display: inline-block;
  border: solid 2px;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #010101;
  color: white;
}
.checkout-content .step-number--active {
  background: #ff4106;
}
.checkout-content .checkbox-container {
  display: flex;
}
.checkout-content .checkbox-container input {
  margin-right: 16px;
}
.checkout-content .checkbox-container label {
  font-size: 18px;
}
.checkout-content .checkbox-container input[type='checkbox']:checked {
  background-color: white;
}
.checkout-content .checkbox-container input[type='checkbox']:checked:after {
  content: '\2714';
  color: green;
}
.checkout-content .checkbox-container input[type='checkbox'] {
  background: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid gray;
  box-shadow: none;
  font-size: 1em;
  outline: none;
}
.checkout-option {
  margin: 0 15px;
  width: 100%;
}
.aviron-cart-detail {
  background: white;
  box-shadow: 0px 5.54632px 22.1853px rgba(0, 0, 0, 0.03);
  border-radius: 6.65558px;
  display: block;
  padding: 20px;
  border-radius: 4px;
}
.aviron-cart-detail .cart-box-item__title {
  font-family: GRIFTER;
  font-weight: bold;
}
.aviron-cart-detail .title {
  font-family: GRIFTER;
  font-weight: bold;
  font-size: 24px;
}
.aviron-cart-detail .price {
  color: #010101;
}
.aviron-cart-detail .cart-input {
  margin: 10px 0px;
  font-size: 14px;
}
.aviron-cart-detail .cart-input span {
  display: inline-block;
  color: #010101;
  margin-right: 10px;
}
.aviron-cart-detail .cart-input:after {
  content: '';
  display: block;
  clear: both;
}
.checkout-content .StripeElement {
  display: block;
  margin: 10px 0 20px 0;
  padding: 10px 14px;
  font-size: 1em;
  font-family: 'Work Sans';
  padding: 14px 12px;
  height: 50px;
  border: solid 1px;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
}

.drawer-appear-active,
.drawer-enter-active {
  -webkit-animation: drawerIn 700ms;
          animation: drawerIn 700ms;
  -webkit-animation-direction: alternate ease-in;
          animation-direction: alternate ease-in;
}
.drawer-exit-active {
  -webkit-animation: drawerOut 700ms ease-out;
          animation: drawerOut 700ms ease-out;
}
@-webkit-keyframes drawerIn {
  0% {
    right: -420px;
    top: 0px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
@keyframes drawerIn {
  0% {
    right: -420px;
    top: 0px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
@-webkit-keyframes drawerOut {
  0% {
    right: 0px;
    top: 0px;
  }
  100% {
    right: -420px;
    top: 0px;
  }
}
@keyframes drawerOut {
  0% {
    right: 0px;
    top: 0px;
  }
  100% {
    right: -420px;
    top: 0px;
  }
}
@-webkit-keyframes drawerInFullWidth {
  0% {
    right: -420px;
    top: 0px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
@keyframes drawerInFullWidth {
  0% {
    right: -420px;
    top: 0px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
@-webkit-keyframes drawerOutFullWidth {
  0% {
    right: 0px;
    top: 0px;
  }
  100% {
    right: -420px;
    top: 0px;
  }
}
@keyframes drawerOutFullWidth {
  0% {
    right: 0px;
    top: 0px;
  }
  100% {
    right: -420px;
    top: 0px;
  }
}

