/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body .mbTBox.v3 .overlay.active {
  z-index: 99999999;
}
@media screen and (max-width: 767px) {
  body .mbTBox.v3 .overlay.active {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  body.woocommerce-account.logged-in div.woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.woocommerce-account.logged-in div.woocommerce .woocommerce-MyAccount-navigation {
    width: 269px;
  }
}

body .mbTBox.v3[data-productid="1063"] .footer .mbUserLoggedIn.altCheckout > span, body .mbTBox.v3[data-productid="1063"] .footer .mbUserLoggedIn.altCheckout a,
body .mbTBox.v3[data-productid="41443"] .footer .mbUserLoggedIn.altCheckout > span,
body .mbTBox.v3[data-productid="41443"] .footer .mbUserLoggedIn.altCheckout a,
body .mbTBox.v3[data-productid="48032"] .footer .mbUserLoggedIn.altCheckout > span,
body .mbTBox.v3[data-productid="48032"] .footer .mbUserLoggedIn.altCheckout a {
  background-color: #eef2f7;
  padding: 5px;
  border-radius: 0 0 0 30px;
}
body .mbTBox.v3[data-productid="1063"] .footer .mbUserLoggedIn.altCheckout > span,
body .mbTBox.v3[data-productid="41443"] .footer .mbUserLoggedIn.altCheckout > span,
body .mbTBox.v3[data-productid="48032"] .footer .mbUserLoggedIn.altCheckout > span {
  margin-top: 0;
  display: inline-block;
  line-height: 12px;
}
body .mbTBox.v3[data-productid="1063"] .footer .mbCheckoutPop .inputBox[data-name=mbexhibit],
body .mbTBox.v3[data-productid="41443"] .footer .mbCheckoutPop .inputBox[data-name=mbexhibit],
body .mbTBox.v3[data-productid="48032"] .footer .mbCheckoutPop .inputBox[data-name=mbexhibit] {
  display: inline-block;
  width: calc(100% - 20px);
}

body .mbTBox.v3 {
  -ms-grid-columns: 65% minmax(240px, 35%);
  grid-template-columns: 65% minmax(240px, 35%);
  overflow: visible;
}
body .mbTBox.v3 .header {
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
body .mbTBox.v3 .settings {
  border-radius: 0 20px 20px 0;
}
body .mbTBox.v3 .settings hr {
  width: calc(100% - 2px);
}
body .mbTBox.v3 .footer .mbCheckoutPop .inputBox[data-name=mbexhibit] {
  display: none;
}



.mbTBox.v3.overlayActive {
  overflow: hidden;
}
.mbTBox.v3 .footer {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.mbTBox.v3 .footer .altCheckout > span {
  display: inline-block;
  line-height: 30px;
}
.mbTBox.v3 .footer .altCheckout a {
  display: inline;
}
.mbTBox.v3 .selectGroup .selectWrapper .selectize-control.single .selectize-input {
  padding: 4px 16px 4px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbTBox.v3 .selectGroup .selectWrapper .selectize-control.single .selectize-input div {
  display: inline-block;
  width: calc(100% - 16px);
}
.mbTBox.v3 .finalOverlay.overlay.active {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999999;
}
.mbTBox.v3 .finalOverlay.overlay.active .whiteBg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mbTBox.v3 .finalOverlay.overlay.active .whiteBg .loaderWrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.mbTBox.v3 .footer .mbCheckoutPop .inputBox[data-name=mbexhibit] {
  display: none;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbUserLoggedIn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .footer {
    margin: 0;
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .mbTBox.v3 .settings .button.checkout {
    border-radius: 0 0 20px 0;
  }
}
.mbTBox.v3 .settings .button.checkout span {
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .settings .button.checkout {
    display: none;
  }
}
.mbTBox.v3 .settings .groupWrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.mbTBox.v3 .settings .groupWrap .group {
  width: 100%;
  border-right: 2px solid #dadada;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mbTBox.v3 .settings .groupWrap .group label {
  text-align: center;
}
.mbTBox.v3 .settings .groupWrap .group .selectWrapper {
  width: 75%;
  margin: 0 auto;
}
.mbTBox.v3 .settings .groupWrap .moreTicket {
  margin-bottom: 10px;
}
.mbTBox.v3 .settings .groupWrap .moreTicket span {
  font-size: 10px;
  color: #E60F24;
  font-weight: 500;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper {
  color: #E60F24;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper .mbTopText {
  font-size: 10px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper .mbSecondLineText {
  display: none;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper .price {
  line-height: 40px;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper .price .addOnNewPrice {
  font-weight: 600;
  display: inline-block;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper .price .addOnBracket {
  font-weight: 500;
  display: inherit;
  text-transform: uppercase;
}
.mbTBox.v3 .settings .groupWrap .priceWrapper .mbTopText i {
  cursor: pointer;
}
.mbTBox.v3 .settings .priceWrapper.subTotal .price {
  display: block;
}
.mbTBox.v3 .settings .priceWrapper.subTotal .price .currentPrice {
  color: #E60F24;
  text-transform: uppercase;
}
.mbTBox.v3 .settings .priceWrapper.subTotal .price .priceRate span {
  display: inline-block;
}
.mbTBox.v3 .settings .priceWrapper.subTotal .price .priceRate .crossed {
  color: inherit;
  font-size: 18px;
}
.mbTBox.v3 .settings .priceWrapper.subTotal .price .priceText {
  display: block;
}
.mbTBox.v3 .settings .addon {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}
.mbTBox.v3 .settings .addon.priceWrapper {
  margin-top: -17px;
}
.mbTBox.v3 .settings .addon .mbHeadline {
  margin: 0 auto;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.mbTBox.v3 .settings .addon .mbAddonSettings {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .group {
  width: 100%;
  border-right: 2px solid #dadada;
  margin-bottom: 0;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .group label {
  text-align: center;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .group .selectWrapper {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 auto;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .group .tickets {
  display: inline-block;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper {
  color: #E60F24;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .mbTopText {
  font-size: 10px;
  font-weight: 500;
  line-height: 25px;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .mbSecondLineText {
  display: none;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .price {
  line-height: 44px;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .price .addOnNewPrice {
  font-weight: 600;
  display: inline-block;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .price .addOnBracket {
  font-weight: 500;
  display: inherit;
  text-transform: uppercase;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .mbTopText i {
  cursor: pointer;
}
.mbTBox.v3 .settings .addon .mbAddonSettings .priceWrapper .priceText.normal {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3.hiddenPopup .settings .button.checkout {
    display: block;
  }
}
.mbTBox.v3.hiddenPopup .mbCheckoutPop {
  display: none;
}
.mbTBox.v3 .footer {
  position: relative;
  height: 100%;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .footer {
    display: block;
    position: relative;
    width: 100%;
  }
}
.mbTBox.v3 .footer.addLinks .buttonWrapper {
  position: relative;
}
.mbTBox.v3 .footer.addLinks .mbDottedBG {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: calc(100% - 15px);
  border: 3px dotted #289B48;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 30px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .footer.addLinks .mbImage {
    margin-right: 10px;
  }
}
.mbTBox.v3 .footer .mbCheckoutPop {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 10px;
  left: 0;
  background-color: #EEF2F7;
  -webkit-box-shadow: 0 0 10px #0000004a;
          box-shadow: 0 0 10px #0000004a;
  margin: 0 5px 0 -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .footer .mbCheckoutPop {
    margin-left: -5px;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    border-radius: 0;
    margin: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.mbTBox.v3 .footer .mbCheckoutPop .desc {
  font-size: 10px;
  line-height: 14px;
  background-color: #EEF2F7;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.mbTBox.v3 .footer .mbCheckoutPop .button.checkout {
  position: relative;
  text-align: center;
  border: none;
  display: inline-block;
  vertical-align: bottom;
}
.mbTBox.v3 .footer .mbCheckoutPop .button.checkout span {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .mbTBox.v3 .footer .mbCheckoutPop .button.checkout {
    display: none;
  }
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm {
  padding: 0 20px 0 10px;
  position: relative;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox {
  display: inline-block;
  width: calc(100% /3 - 20px);
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 580px) {
  .mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox {
    float: none;
    width: 100%;
  }
  .mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox:nth-child(even) {
    float: none;
    width: 100%;
  }
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox label {
  background-color: #EEF2F7;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox label span.required {
  color: red;
  font-size: 12px;
  display: inline-block;
  margin-left: 2px;
  font-weight: 700;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox label {
  cursor: pointer;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox label.check {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  width: 95%;
  width: calc(100% - 15px);
  vertical-align: top;
  margin-top: 10px;
  float: right;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox label.default {
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  display: inline;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox label.default a {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: inline;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox input {
  width: 100%;
  margin: 0;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox input:focus {
  outline: none;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox input.check {
  width: auto;
  margin-top: 10px;
  vertical-align: top;
  display: inline-block;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox input.default {
  margin-top: -3px;
  background-color: #FFF;
  padding: 10px 5px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  display: block;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox[data-name=mbterms], .mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox[data-name=mbsavepayment] {
  width: 100%;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox[data-name=mbDesc] {
  display: none;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox[data-name=mbPromo] {
  line-height: 21px;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbCheckoutForm .inputBox[data-name=mbPromo] .coupon {
  text-align: center;
  padding: 6px 5px;
  background: #D3E2EB;
  margin-top: -3px;
  border: 1px solid #D3E2EB;
  border-radius: 3px;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbDottedBG {
  position: absolute;
  top: 0;
  left: 10px;
  width: 95%;
  width: calc(100% - 10px);
  height: 95%;
  height: calc(100% - 15px);
  display: inline-block;
  border: 3px dotted #289B48;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 30px;
  padding-bottom: 5px;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbHeader {
  display: table;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbHeader .mbHeadline {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbHeader .mbHeadline span {
  background: #df9613;
  background: -webkit-gradient(left top, right top, color-stop(0%, #df9613), color-stop(100%, #f3b023));
  background: -o-linear-gradient(left, #df9613 0%, #f3b023 100%);
  background: -webkit-gradient(linear, left top, right top, from(#df9613), to(#f3b023));
  background: linear-gradient(to right, #df9613 0%, #f3b023 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df9613", endColorstr="#f3b023", GradientType=1 );
  border-radius: 0 30px 30px 0;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 6px 15px 6px 20px;
  margin-left: -4px;
  font-weight: 600;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbHeader .mbHide {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: right;
  padding-right: 10px;
  color: #9EA2A5;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: bottom;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbHeader .mbHide:hover {
  color: #0B0B0B;
}
.mbTBox.v3 .footer .mbCheckoutPop .mbUserLoggedIn {
  font-size: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .footer .mbCheckoutPop .mbUserLoggedIn {
    position: relative;
    bottom: auto;
    text-align: center;
    clear: both;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mbTBox.v3 .footer .mbCheckoutPop .mbUserLoggedIn.altCheckout {
    position: relative;
    bottom: auto;
    text-align: center;
    clear: both;
    padding-right: 5px;
    padding-bottom: 10px;
    display: block;
  }
}
.mbTBox.v3 .header .title .sub {
  font-weight: 400;
}
.mbTBox.v3 .creditCardField {
  width: 100%;
  width: calc(100% - 6px);
  position: relative;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .mbTBox.v3 .creditCardField .creditCardWrap.active {
    width: 370px;
    position: absolute;
    right: 0;
    z-index: 9999991;
    background-color: #f1f5f8;
    -webkit-box-shadow: 0 0 5px;
            box-shadow: 0 0 5px;
  }
}
.mbTBox.v3 .creditCardField .mbHeader {
  display: table;
  width: 100%;
}
.mbTBox.v3 .creditCardField .mbHeader > div {
  display: table-cell;
  height: 20px;
  width: 50%;
  min-width: 130px;
}
.mbTBox.v3 .creditCardField .mbHeader .mbHeadline {
  text-align: left;
}
.mbTBox.v3 .creditCardField .mbHeader .mbHeadline > span {
  background: #df9613;
  background: -webkit-gradient(left top, right top, color-stop(0%, #df9613), color-stop(100%, #f3b023));
  background: -o-linear-gradient(left, #df9613 0%, #f3b023 100%);
  background: -webkit-gradient(linear, left top, right top, from(#df9613), to(#f3b023));
  background: linear-gradient(to right, #df9613 0%, #f3b023 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df9613", endColorstr="#f3b023", GradientType=1 );
  border-radius: 0 30px 30px 0;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  padding: 4px 8px 4px 13px;
  margin-left: -4px;
  font-weight: 600;
}
.mbTBox.v3 .creditCardField .mbHeader .images {
  text-align: right;
  width: 50%;
  padding-right: 7px;
}
.mbTBox.v3 .creditCardField .mbHeader .images img {
  padding: 0;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1005px) {
  .mbTBox.v3 .creditCardField .mbHeader .images img {
    width: auto;
  }
}
.mbTBox.v3 .creditCardField #card-element {
  margin-top: 2px;
  background-color: #FFF;
  padding: 10px 5px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  max-width: 95%;
  max-width: calc(100% - 15px);
  display: block;
  margin-bottom: 5px;
}

.salesBoxError {
  background-color: #FFF;
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid red;
  width: 800px;
  max-width: calc(100% - 20px);
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.mbVerifyEmail {
  display: table;
}
.mbVerifyEmail > div {
  display: table-cell;
  vertical-align: middle;
}
.mbVerifyEmail > div.mbLeft, .mbVerifyEmail > div.mbRight {
  padding: 10px 15px;
}
.mbVerifyEmail > div .mbTop {
  position: relative;
}
.mbVerifyEmail > div .mbTop input {
  background-color: #FFF;
  padding: 10px 5px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 135px;
}
.mbVerifyEmail > div .mbTop input.error {
  border-color: red;
}
.mbVerifyEmail > div .mbTop input:focus {
  outline: none;
}
.mbVerifyEmail > div .mbTop .mbBtn {
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #33ca2b;
  color: #FFF;
  line-height: 33px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px;
  border: none;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.mbVerifyEmail > div .mbTop .mbBtn:focus {
  outline: none;
}
.mbVerifyEmail > div .mbTop .mbBtn:hover {
  opacity: 0.9;
}
.mbVerifyEmail > div .mbBottom {
  border-top: 1px solid #CECECE;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
  line-height: normal;
}
.mbVerifyEmail > div .mbSendSMS {
  margin: 10px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #33ca2b;
  color: #FFF;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px;
  border: none;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  cursor: pointer;
}
.mbVerifyEmail > div .mbSendSMS:focus {
  outline: none;
}
.mbVerifyEmail > div .mbSendSMS:hover {
  opacity: 0.9;
}
.mbVerifyEmail > div .mbSendSMS, .mbVerifyEmail > div .mbBtn {
  position: relative;
}
.mbVerifyEmail > div .mbSendSMS .textHolder, .mbVerifyEmail > div .mbBtn .textHolder {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mbVerifyEmail > div .mbSendSMS .iconHolder, .mbVerifyEmail > div .mbBtn .iconHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mbVerifyEmail > div .mbSendSMS.disabled, .mbVerifyEmail > div .mbBtn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mbVerifyEmail > div .mbSendSMS.loading .iconHolder, .mbVerifyEmail > div .mbBtn.loading .iconHolder {
  opacity: 1;
}
.mbVerifyEmail > div .mbSendSMS.loading .textHolder, .mbVerifyEmail > div .mbBtn.loading .textHolder {
  opacity: 0;
}

.salesBoxError.success {
  border-color: #33ca2b;
}
.salesBoxError .mbSuccesLogin {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .salesBoxError {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .salesBoxError .mbVerifyEmail > div.mbLeft {
    padding-right: 5px;
  }
  .salesBoxError .mbVerifyEmail > div.mbRight {
    padding-left: 5px;
  }
}
@media screen and (max-width: 599px) {
  .salesBoxError .mbVerifyEmail {
    display: block;
    padding: 10px 0 15px;
  }
  .salesBoxError .mbVerifyEmail > div {
    display: block;
  }
  .salesBoxError .mbVerifyEmail > div.mbLeft {
    padding: 0 15px;
  }
  .salesBoxError .mbVerifyEmail > div.mbRight {
    padding: 5px 15px 0;
  }
}

.ui-tooltip .ui-tooltip-content {
  font-size: 12px;
  line-height: 20px;
}

body .mbTBox.v3[data-productid="76011"] .footer .mbCheckoutPop .inputBox[data-name=mbexhibit] {
  display: inline-block;
  width: calc(100% - 20px);
}