.bbexpotix {
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
}
.bbexpotix .container_medium {
  max-width: 950px;
  margin: 20px auto;
}
.bbexpotix p {
  margin: 0;
}
.bbexpotix .des {
  font-size: 13px;
  line-height: 1.7;
  min-height: 235px;
}
.bbexpotix .qty_block {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1em 2em 0em rgba(0, 0, 0, 0.2);
  font-size: 20px;
  width: fit-content;
  margin: 20px auto;
  transform: scale(1.3);
}
.bbexpotix .qty_block .product_qty, .bbexpotix .qty_block .qty_count {
  background: transparent;
  font-weight: bold;
  border: none;
}
.bbexpotix .qty_block .product_qty:focus, .bbexpotix .qty_block .qty_count:focus {
  outline: none;
}
.bbexpotix .qty_block .product_qty {
  width: 50px;
  text-align: center;
  appearance: textfield;
}
.bbexpotix .qty_block .product_qty::-webkit-outer-spin-button, .bbexpotix .qty_block .product_qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.bbexpotix .qty_block .qty_count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.bbexpotix .qty_block .qty_count:before, .bbexpotix .qty_block .qty_count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bbexpotix .qty_block .qty_count--minus {
  border-right: 1px solid #e2e2e2;
}
.bbexpotix .qty_block .qty_count--add {
  border-left: 1px solid #e2e2e2;
}
.bbexpotix .qty_block .qty_count--add:after {
  transform: rotate(90deg);
}
.bbexpotix .qty_block .qty_count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.bbexpotix .qty_block .qty_count:disabled:before, .bbexpotix .qty_block .qty_count:disabled:after {
  background: #ccc;
}
.bbexpotix .checkout_btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 12px 25px;
  background-color: #a3cd74;
  border: 2px solid #a3cd74;
  border-radius: 7px;
  color: #fff;
  transition: color 0.1s, background 0.1s, border 0.1s;
}
.bbexpotix .checkout_btn:hover {
  background-color: #4d880b;
  border-color: #4d880b;
}
.bbexpotix .expo_info_container {
  max-width: 950px;
  margin: 30px auto;
}
.bbexpotix .expo_info_container .info_block {
  color: #fff;
  font-weight: 600;
  padding: 15px;
  position: relative;
  min-height: 210px;
}
.bbexpotix .expo_info_container .info_block:nth-child(1), .bbexpotix .expo_info_container .info_block:nth-child(4) {
  background-color: #FFDD71;
}
.bbexpotix .expo_info_container .info_block:nth-child(2), .bbexpotix .expo_info_container .info_block:nth-child(3) {
  background-color: #FFAACC;
}
@media only screen and (max-width: 768px) {
  .bbexpotix .expo_info_container .info_block:nth-child(1), .bbexpotix .expo_info_container .info_block:nth-child(3) {
    background-color: #FFDD71;
  }
  .bbexpotix .expo_info_container .info_block:nth-child(2), .bbexpotix .expo_info_container .info_block:nth-child(4) {
    background-color: #FFAACC;
  }
}
@media only screen and (max-width: 768px) {
  .bbexpotix .expo_info_container .info_block {
    min-height: 175px;
  }
}
.bbexpotix .expo_info_container .info_block .info_title {
  font-size: 38px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .bbexpotix .expo_info_container .info_block .info_title {
    font-size: 34px;
  }
}
.bbexpotix .expo_info_container .info_block .info_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
}
.bbexpotix .expo_info_container .info_block .info_des {
  position: absolute;
  margin-top: 10%;
  bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .bbexpotix .expo_info_container .info_block .info_des {
    font-size: 14px;
  }
}
.bbexpotix .expo_info_container .info_block .info_des p {
  margin: 0;
}
.bbexpotix .expo_info_container .info_block .info_des ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bbexpotix .expo_info_container .info_block .info_des ol li {
  counter-increment: step-counter;
}
.bbexpotix .expo_info_container .info_block .info_des ol li:before {
  content: counter(step-counter) ". ";
}
.bbexpotix .msg_btn_container {
  text-align: right;
  margin-top: 30px;
}
.bbexpotix .msg_btn_container .msg_btn {
  background-color: #FFAACC;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 6px;
}
.bbexpotix .p-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.bbexpotix .p-modal p {
  font-size: 13px;
  margin: 1.625em 0;
}
.bbexpotix .p-modal ol, .bbexpotix .p-modal ul {
  margin: 0;
}
.bbexpotix .p-modal h1, .bbexpotix .p-modal h2, .bbexpotix .p-modal h3, .bbexpotix .p-modal h4, .bbexpotix .p-modal h5, .bbexpotix .p-modal h6 {
  font-style: normal;
  font-weight: 300;
  line-height: 1.375em;
  text-transform: none;
}
.bbexpotix .p-modal h1 + p, .bbexpotix .p-modal h2 + p, .bbexpotix .p-modal h3 + p, .bbexpotix .p-modal h4 + p, .bbexpotix .p-modal h5 + p, .bbexpotix .p-modal h6 + p {
  margin-top: 0;
}
.bbexpotix .p-modal h1 {
  font-size: 3rem;
}
.bbexpotix .p-modal h2 {
  font-size: 2.8125rem;
}
.bbexpotix .p-modal h3 {
  font-size: 2.5625rem;
}
.bbexpotix .p-modal h4 {
  font-size: 2.5rem;
}
.bbexpotix .p-modal h5 {
  font-size: 2rem;
  margin: 1.5em 0 0.5em;
}
.bbexpotix .p-modal h6 {
  font-size: 1.5rem;
  margin: 1em 0 0.33em;
}
.bbexpotix .p-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid #888;
  width: 80%;
}
.bbexpotix .p-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.bbexpotix .p-close:hover,
.bbexpotix .p-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.bbexpotix .js-fb-messenger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.bbexpotix .js-fb-messenger .fb-messenger {
  position: relative;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .bbexpotix .js-fb-messenger .fb-messenger {
    width: 40px;
  }
}
.bbexpotix .js-fb-messenger .fb-messenger .tooltip-text {
  position: absolute;
  bottom: 0;
  right: calc(100% + 10px);
  width: 210px;
  padding: 10px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
  gap: 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 12px 0px rgba(128, 128, 128, 0.75);
}
.bbexpotix .js-fb-messenger .fb-messenger .tooltip-text img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.bbexpotix .js-fb-messenger .fb-messenger .tooltip-text p {
  font-size: 13px;
}
.bbexpotix .js-fb-messenger .fb-messenger .tooltip-text.hide {
  opacity: 0;
  visibility: hidden;
}
.bbexpotix .js-fb-messenger .fb-messenger .tooltip-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.bbexpotix .product_loading {
  max-width: 80px;
  margin: auto;
  margin-top: 10px;
}
.bbexpotix .payment_icon {
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}
.bbexpotix .payment_icon img {
  margin-left: 75px;
}
@media only screen and (max-width: 960px) {
  .bbexpotix .payment_icon img {
    margin-left: 0;
    max-width: 30%;
  }
}/*# sourceMappingURL=bbexpotix_style.css.map */