@charset "utf-8";

#main {
  overflow: hidden;
}

/* Style progress bar */
.loadingMessageContainerWrapper {
  font-family: "Roboto", sans-serif;
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  z-index: 10000;
  min-height: 100vh;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #fff;
}

@media only screen and (min-width: 40.063em) {
  .loadingMessageContainerWrapper .counter {
    width: 30%;
    padding: 0 30% !important;
  }
}

@media screen and (max-width: 480px) {
  .loadingMessageContainerWrapper .steps1,
  .loadingMessageContainerWrapper .steps2,
  .loadingMessageContainerWrapper .steps3,
  .loadingMessageContainerWrapper .steps4 {
    color: #363636;
    font-weight: 500;
    font-size: 1.25rem !important;
    padding-bottom: 20px;
  }
}

.loadingMessageContainerWrapper .counter {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
  text-align: center;
  margin: auto;
}

.loadingMessageContainerWrapper .counter img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

.loadingMessageContainerWrapper .counter .baroutter {
  background: #d4d9de;
  height: 23px;
  border-radius: 10px;
  border: none;
  width: 100%;
  box-shadow: 1px 1px 1px 1px #ccc;
  position: relative;
}

.loadingMessageContainerWrapper .counter .bar {
  opacity: 1;
  width: 0%;
  margin: 0;
  background: #0061ff;
  height: 12px;
  border-radius: 10px;
  border: none;
  box-shadow: 1px 1px 1px 1px #ccc;
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: -webkit-linear-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccea1e),
    color-stop(1, #ccea1e)
  );
  background-image: -moz-linear-gradient(
    center bottom,
    #ccea1e 37%,
    #ccea1e 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  overflow: hidden;
}

.counter .baroutter hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.loadingMessageContainerWrapper .counter .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

/* end style progress bar */

#best-seller,
#best-deal {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  background: #ff6600;
  color: #fff;
  padding: 8px 0;
  width: 110px;
}
#best-deal {
  padding: 2px 0px;
  width: 100px;
}
.bestdeal {
  height: 170px;
}
.bestdeal .package-image {
  margin-left: 10px;
}
.bestdeal label {
  padding-top: 30px;
}
.firstpackage #best-seller {
  border-bottom-left-radius: 5px;
  width: 120px;
}
.package_option input[type="radio"] {
  height: 20px;
  width: 20px;
  margin: 0;
}
.step-container #arrow {
  margin: 0px;
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 195px;
  width: 40px;
}
.package-name {
  font-size: 0.9em;
  padding: 0px 5px;
  line-height: 18px;
  display: block;
}
.step-container .discount {
  margin: 0 auto;
  box-shadow: inset 0 -15px 0 0px #eee;
  position: relative;
  padding: 0px 10px 0px;
}
.firstpackage {
  /* border-right: 1px solid #eee; */
}
.firstpackage .package-info {
  line-height: 1.3;
}
.opt-50 .package-info {
  font-size: 0.9em;
}
.firstpackage .discount,
.bestdeal .discount {
  box-shadow: inset 0 -15px 0 0px #ffea00;
  padding: 0px 10px 0px;
}
.step-container .discount > span {
  color: red;
}
.step-container .price,
.step-container .price2 {
  font-size: 0.8em;
}
.step-container .price del {
  font-weight: 400;
  font-size: 0.85em;
}
.package-image {
  width: 175px;
}
.step-container .price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
}
.opt-100 input[type="radio"] {
  float: left;
  margin-top: 40px;
}
.opt-100 .package-image {
  float: left;
  width: 125px;
  display: block;
}
.opt-100 .package-info {
  float: right;
  width: 260px;
  margin-right: 100px;
}
.opt-100 .discount::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 3px;
  bottom: -18px;
  left: 50%;
  margin-left: -45px;
}
.opt-100 .price2 {
  display: block;
  margin-top: 15px;
}
#best-deal {
  left: 0;
}

.separator {
  width: 95%;
  margin: 5px auto;
  border-top: 1px solid #eee;
  border-bottom: 0px;
  border-left: 1px solid #eee;
  height: 1px;
}

.mwc_product_title_div.i_fleft {
  padding: 0px 0px 0px 5px;
  width: 82%;
  text-align: left;
  font-size: 13px;
}
.mwc_product_price_div ins {
  display: block;
}
.mwc_product_info_badge_div {
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .mwc_product_title_div table.i_variations td {
    margin-top: 3px !important;
  }
}
@media (max-width: 660px) {
  .step {
    width: auto;
  }
  .step-container {
    width: auto;
    padding: 0px 0px;
    margin: 0 auto;
  }
  .step-container #arrow {
    margin: 0px;
    position: absolute;
    z-index: 100;
    width: 30px;
    top: 55px;
    left: 90px;
  }
  .step h2 {
    font-size: 20px;
  }
  .opt-50 {
    width: 50%;
    float: left;
    height: 295px;
  }
  .opt-100 {
    width: 100%;
    clear: both;
  }
  .opt-50 .package_option {
    font-size: 18px;
  }
  #best-seller,
  #best-deal {
    font-size: 10px;
    width: 70px;
    padding: 5px 0px;
  }
  .package_option label {
    padding: 10px 4px 0px;
  }
  .package_option input[type="radio"] {
    width: 16px;
    height: 16px;
  }
  .step-container .package-name {
    font-size: 14px;
  }
  .step-container .discount {
    display: table;
    font-size: 16px;
  }
  .firstpackage label {
    padding: 10px 4px 0px;
  }
  .firstpackage #best-seller {
    width: 75px;
  }
  .firstpackage input[type="radio"] {
    margin-right: 20px;
  }
  .firstpackage .discount {
    display: inline-block;
  }
  .firstpackage .package-name {
    padding: 0px;
  }
  .step-container .package-image {
    width: 130px;
    display: block;
    margin: 5px auto;
  }
  .step-container .price {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
  .opt-100 {
    height: 110px;
  }
  .opt-100 label {
    padding: 10px;
  }
  .opt-100 .package-info {
    margin-right: 0px;
    max-width: 200px;
  }
  .opt-100 .package-name {
    font-size: 0.7em;
    line-height: 14px;
  }
  .opt-100 .package-image {
    width: 94px;
    margin: 0;
  }
  .opt-100 .price2 {
    margin-top: 5px;
    font-size: 0.7em;
  }
  .opt-100 .discount {
    font-size: 0.8em;
    padding: 0px 10px 5px;
  }
  .opt-100 .discount::after {
    background: none;
  }
  .bestdeal {
    height: 150px;
  }
  .bestdeal label {
    padding-top: 30px;
  }
  .bestdeal .package-image {
    margin-top: 10px;
    margin-left: 10px;
  }
  .one-page-checkout .button#place_order {
    font-size: 20px;
    line-height: 1.25;
  }
  .mwc_product_title_div.i_fleft {
    width: 74%;
  }
  .mwc_first_item {
    padding-top: 10px;
  }
  .mwc_product_price_div {
    font-size: 0.9em;
  }
}
@media (max-width: 320px) {
  .step h2 {
    font-size: 16px;
    padding: 15px 0px;
  }
  .firstpackage .package-info {
    line-height: 0.9;
  }
  .firstpackage .package-name {
    line-height: 14px;
  }
  .step-container #arrow {
    top: 43px;
    left: 70px;
  }
  .firstpackage input[type="radio"] {
    margin-right: 30px;
  }
  .opt-100 label {
    padding: 10px 5px;
  }
  .step-container .discount {
    font-size: 14px;
  }
  .opt-100 .package-info {
    width: 160px;
  }
  .opt-100 .price2 {
    line-height: 14px;
    font-size: 0.7em;
  }
  .opt-100 .separator {
    margin: 3px auto;
  }
  .opt-100 .price {
    margin-bottom: 3px;
    font-size: 0.8em;
  }
  .bestdeal .package-image {
    margin-top: 25px;
    margin-left: 0px;
  }
  .bestdeal .package_option input[type="radio"] {
    margin-top: 65px;
  }
}

.mwc_fbt_div {
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #eeeeee;
}
.mwc_fbt_div h3 {
  padding: 5px 10px !important;
  margin: 0;
  text-align: center;
}
.i_mwc_product_info_badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bbb;
  border-radius: 10px;
  cursor: pointer;
}
.mwc_product_checkbox_div {
  padding-left: 8px !important;
}
.woocommerce-order-received .wc-item-meta,
.variation-addon_type,
.variation-mwc_addon_id {
  display: none;
}

@media (max-width: 500px) {
  .mwc_fbt_div {
    border: 0px;
    border-bottom: 1px solid #eeeeee;
  }
  .mwc_fbt_div h3 {
    border-top: 1px solid #eeeeee;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px;
  }
  .mwc_product_checkbox_div {
    padding-left: 0px !important;
  }
}

.box-item {
  border-radius: 15px;
}

.img-variations {
  float: none;
}

.m_options {
  position: absolute;
  z-index: 2;
  right: 0;
}

.option_item {
  display: none;
  position: relative;
  padding: 15px 10px;
  background-color: #fff;
  font-weight: bold;
  color: #1d74bb;
  margin: 5px;
  box-shadow: inset 0 0 0 5px #1d74bb !important;
  border-radius: 15px;
  text-align: center;
  font-size: 19px;
}

.option_active {
  background-color: #1d74bb;
  color: #fff;
}

.m_best_seller {
  position: absolute;
  top: 0;
  left: -95px;
  padding: 0 5px;
  background-color: #e8443d;
  color: #fff;
}

.i_for_title {
  white-space: normal;
}

.scrolling-wrapper p {
  text-align: center !important;
}

@media only screen and (max-width: 849px) {
  .option_item {
    display: block;
  }

  .scrolling-wrapper {
    overflow-x: scroll;
    margin: 0 10px;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .card {
    width: 80%;
    display: inline-block;
  }

  .mwc_package_option:hover {
    transform: none;
  }

  .img-variations {
    float: right;
  }

  .select-variations {
    float: left;
    padding-left: 10px !important;
  }
}

.btn-select {
  color: #000 !important;
}

.mwc_package_option:hover .btn-select {
  background-color: #70d52b !important;
  border: none !important;
  color: #fff !important;
}

.btn-select:hover {
  background-color: #70d52b !important;
  border: none !important;
}

.btn_selected {
  background-color: #70d52b !important;
  border: none !important;
  color: #fff !important;
}

/* one page checkout------------------------------------------------------- */

/* .mwc_active_product .op_c_package_header {
  background-color: #0076bb;
} */
.mwc_active_product .op_c_package_header .op_c_package_title {
  color: #fff !important;
}
.mwc_active_product .box-item {
  /* box-shadow: inset 0 0 0 5px #0076bb !important; */
  background-color: #fff;
  color: #000;
}
/* .mwc_active_product .op_c_package_header .op_c_label span {
  background-color: #badfff;
  color: #0076bb;
} */
.mwc_active_product .op_c_package_info .pi-price-total {
    color: #c3dbff;
}
.op_c_package_option {
  margin-bottom: 15px;
  cursor: pointer;
  padding-bottom: 20px !important;
}
.op_c_package_header {
  display: flex;
  align-items: center;
  /* background: #c7e5ff; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 15px;
  line-height: 2.8rem;
  justify-content: space-between;
}
.op_c_package_header .op_c_header_first {
  display: flex;
  flex: 1;
}
.op_c_package_title {
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
  line-height: 1.3;
  width: fit-content;
  display: flex;
  align-items: center;
}

.op_c_package_header .op_c_label {
  font-size: 1rem;
  /* margin-right: 10px; */
  color: #fff;
  display: flex;
  align-items: center;
}
.op_c_package_header .op_c_select_package {
  display: flex;
  align-items: center;
  /* margin: 0px 10px; */
}

.op_c_package_header .op_c_label span {
  padding: 3px 10px;
  margin: 0 5px;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 15px;
  /* background-color: #0587f9; */
  display: block;
  line-height: 1.3;
  text-align: center;
}

.op_c_package_header .op_c_label .s_best_seller {
  background-color: #f39d3b;
}
.op_c_package_header .op_c_label .s_free_shipping {
  background-color: #0662bf;
  margin-left: 10px;
}

.op_c_package_content {
  padding: 0.5rem 1rem 0px;
  display: flex;
  align-items: center;
}

.op_c_package_image {
  flex: 0.5;
  position: relative;
}
.op_c_package_image > span.show_discount_label {
  background-color: #fff;
  border: 2px solid #ff0102;
  padding: 0 5px;
  font-weight: 800;
  color: #ff0102;
  position: absolute;
  bottom: 0;
  left: 0;
}

.op_c_package_info {
  flex: 1;
  margin: 0 0 0 1.5rem;
  line-height: 1.3;
  text-align: left;
  font-size: 0.9em;
}
.op_c_package_info .pi-1 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.op_c_package_info .pi-1 * {
  margin: 0;
}
.op_c_package_info .op_c_package_subtitle {
  display: inline;
  font-weight: 500;
}
/* .op_c_package_info .pi-info {
  display: inline-block;
} */

.op_c_package_info .pi-price-sa {
  margin-top: 10px;
  font-size: 0.9em;
}

.op_c_package_info .pi-price-each {
  display: inline-block;
  /* background-color: #d0eaff; */
  padding: 2px 10px;
  border-radius: 20px;
  margin: 3px 0px;
}

.op_c_package_info .pi-price-each span {
  font-size: 1.1em;
  font-weight: bold;
}

.op_c_package_content .op_c_package_info .pi-price-orig {
  font-size: 0.9em;
  display: inline-block;
  text-decoration: line-through;
}

.op_c_package_info .pi-price-total {
  margin-top: 5px;
  /* color: #0587f9; */
  font-weight: 500;
}
/* .op_c_package_info .pi-price-total span.amount {
  color: #0587f9;
  font-weight: 500;
} */

.op_c_package_info .pi-price-discount {
  margin-top: 5px;
  color: #ef0000;
  font-weight: 500;
}
.op_c_package_info .pi-price-discount span.amount {
  color: #ef0000;
  font-weight: 500;
}

.op_c_package_info span.pi-price-each-txt {
  font-weight: normal;
  font-size: 12px;
}

.select_button {
  /* height: 32px; */
  line-height: 1;
  text-align: center;
  background: #ffffff;
  /* border: 2px solid #7bc1ff; */
  font-weight: bold;
  border-radius: 25px;
  /* color: #0069a6; */
  font-size: 12px;
  margin: 0px 0px;
  display: inline-block;
  padding: 5px 10px !important;
}

/* .op_c_btn_selected {
  background-color: #023d73;
  color: #fff;
} */

.select_button ._btn_selected {
  display: none;
}

.op_c_btn_selected ._btn_select {
  display: none !important;
}

.op_c_btn_selected ._btn_selected {
  display: block !important;
}

.op_c_package_description {
  margin: 1rem;
  border-radius: 15px;
  text-align: center;
  background-color: #03263e;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.op_c_package_description .desc-item {
  padding: 5px;
  flex: 0 0 25%;
}

.op_c_package_description .desc-item li {
  list-style-type: none;
}

.op_c_package_bullet_wrapper {
  margin: 0.5rem;
  border-radius: 25px;
  text-align: center;
  background-color: #f8f8f8;
  display: flex;
  clear: both;
  font-size: 0.9em;
  font-weight: 500;
}

.op_c_package_bullet_wrapper .bullet-item {
  margin: 5px;
  flex: auto;
}

.op_c_package_bullet_wrapper .free-shipping {
  background-color: #3ea939;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.op_c_customer_form,
.op_c_payment_option {
  background-color: #0065be;
  padding: 15px;
  color: #fff;
  margin-bottom: 15px;
}

#s_cart_title,
#s_cart_orig,
#s_cart_total {
  clear: both;
}
#s_cart_title span.amount,
#s_cart_orig span.amount {
  font-weight: 500;
}

.op_c_customer_form label,
.op_c_payment_option label {
  color: #fff !important;
}

.op_c_customer_form input,
.op_c_payment_option input {
  border: 2px solid #fff !important;
  background: #1075bb !important;
  color: #fff !important;
}

.op_c_customer_form input::placeholder,
.op_c_payment_option input::placeholder {
  color: #fff;
}

.new-radio-area ul li {
  list-style-type: none;
  margin: 0 !important;
  border: 2px solid;
  padding: 5px;
}

.new-radio-area ul li input {
  margin-bottom: 0 !important;
}
.op_c_btn_submit {
  width: 100%;
  margin-top: 30px !important;
  padding: 10px !important;
  background-color: #6ed12d !important;
}



/* ----------------------- Theme color BLUE (.theme_color_blue) */
.mwc_items_div.theme_color_blue .op_c_package_header {
  background: #c7e5ff;
}
.mwc_items_div.theme_color_blue .select_button {
  border: 2px solid #7bc1ff;
  color: #0069a6;
}
.mwc_items_div.theme_color_blue .op_c_package_info .pi-price-total * {
  color: #0587f9;
}
.mwc_items_div.theme_color_blue .op_c_package_header .op_c_label span {
  background-color: #0587f9;
}
.mwc_items_div.theme_color_blue .op_c_package_info .pi-price-each {
  background-color: #d0eaff;
}
.mwc_items_div.theme_color_blue .op_c_package_info .pi-price-each * {
  color: #777;
}
.mwc_items_div.theme_color_blue .op_c_summary .sumary_header {
  background: #c7e5ff;
}
/* package activated  */
.mwc_items_div.theme_color_blue .mwc_active_product .op_c_package_header {
  background-color: #0076bb;
}
.mwc_items_div.theme_color_blue .mwc_active_product .op_c_package_header .op_c_label span {
  display: inline-block;
  line-height: 1.3;
  background-color: #badfff;
  color: #0076bb;
}
.mwc_items_div.theme_color_blue .op_c_btn_selected {
  color: #fff;
  background-color: #023d73;
}
.mwc_items_div.theme_color_blue .mwc_active_product .box-item {
  box-shadow: inset 0 0 0 5px #0076bb ;
}
/* ----------------------- End theme color BLUE */

/* ----------------------- Theme color MONOTONE (.theme_color_monotone) */
.mwc_items_div.theme_color_monotone .op_c_package_header {
  background: #d5d5d5;
}
.mwc_items_div.theme_color_monotone .select_button {
  border: 2px solid #9c9c9c;
  color: #9c9c9c;
}
.mwc_items_div.theme_color_monotone .op_c_package_info .pi-price-total {
  color: #ff0000;
}
.mwc_items_div.theme_color_monotone .op_c_package_header .op_c_label span {
  background-color: #ffffff;
  color: #000;
}
.mwc_items_div.theme_color_monotone .op_c_package_info .pi-price-each {
  background-color: #f1f1f1;
}
.mwc_items_div.theme_color_monotone .op_c_summary .sumary_header {
  background: #e1e1e1;
}
.mwc_items_div.theme_color_monotone .sumary_header .header_text::before {
  background-image: url('/wp-content/plugins/multi-woo-checkout/images/shopping-cart-icon-black.png');
}
/* package activated  */
.mwc_items_div.theme_color_monotone .mwc_active_product .op_c_package_header {
  background-color: #000000;
}
.mwc_items_div.theme_color_monotone .mwc_active_product .op_c_package_header .op_c_label span {
  background-color: #ffffff;
  color: #000000;
}
.mwc_items_div.theme_color_monotone .op_c_btn_selected {
  color: #fff;
  background-color: #000000;
}
.mwc_items_div.theme_color_monotone .mwc_active_product .box-item {
  box-shadow: inset 0 0 0 5px grey !important;
}
/* ----------------------- End theme color MONOTONE */

/* ----------------------- Theme color PINK (.theme_color_pink) */
.mwc_items_div.theme_color_pink .op_c_package_header {
  background: #ffebf3;
}
.mwc_items_div.theme_color_pink .select_button {
  border: 2px solid #9c9c9c;
  color: #9c9c9c;
}
.mwc_items_div.theme_color_pink .op_c_package_info .pi-price-total {
  color: #f90505;
}
.mwc_items_div.theme_color_pink .op_c_package_header .op_c_label span {
  background-color: #9c9c9c;
}
.mwc_items_div.theme_color_pink .op_c_package_info .pi-price-each {
  background-color: #f1f1f1;
}
.mwc_items_div.theme_color_pink .op_c_summary .sumary_header {
  background: #ffebf3;
}
.mwc_items_div.theme_color_pink .sumary_header .header_text::before {
  background-image: url('/wp-content/plugins/multi-woo-checkout/images/shopping-cart-icon-black.png');
}
/* package activated  */
.mwc_items_div.theme_color_pink .mwc_active_product .op_c_package_header {
  background-color: #e03079;
}
.mwc_items_div.theme_color_pink .mwc_active_product .op_c_package_header .op_c_label span {
  background-color: #fff;
  color: #e03079;
}
.mwc_items_div.theme_color_pink .op_c_btn_selected {
  color: #fff;
  background-color: #e03079;
}
.mwc_items_div.theme_color_pink .mwc_active_product .box-item {
  box-shadow: inset 0 0 0 5px #e03079 !important;
}
/* ----------------------- End theme color PINK */


/* override style checkout woo ------------*/

/*
.op_c_checkout_form .customer_info *, .op_c_checkout_form .payment_opt * {
    color: #fff;
}
.op_c_checkout_form input, .op_c_checkout_form select {
    border: 2px solid #fff !important;
    background: #1075bb !important;
    color: #fff !important;
}
.op_c_checkout_form .woocommerce-invalid input {
    border-color: #b20000 !important;
    color: #b20000 !important;
}

.payment_opt .woocommerce-checkout-payment ul li {
    border: 2px solid;
    padding: 5px;
}

*/

.op_c_checkout_form #customer_details h3,
.op_c_checkout_form .payment_opt {
  text-align: left;
}

.op_c_checkout_form #customer_details .form-row {
  overflow: hidden;
}

.op_c_checkout_form #customer_details .form-row .fl-wrap.fl-is-active > label {
  z-index: 1;
  opacity: 0.8;
}

.op_c_checkout_form #customer_details .form-row input:not([type="checkbox"]),
.op_c_checkout_form #customer_details .form-row textarea,
.op_c_checkout_form #customer_details .form-row select {
  height: 3.0084em;
  transition: padding 0.3s;
}

/* .op_c_checkout_form #customer_details .form-row .label_select {
  top: 0.5em !important;
} */

/* .op_c_checkout_form #customer_details .fl-label {
  transition: all 0.3s;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  line-height: 1;
  top: 0;
  padding: 5px 0;
  opacity: 0;
  pointer-events: none;
  left: 1.1em;
  font-weight: normal;
} */

.op_c_checkout_form input::placeholder,
.op_c_checkout_form select::placeholder {
  color: #000;
}

.op_c_checkout_form #customer_details,
.op_c_checkout_form .payment_opt .col-inner {
  padding: 15px;
  background-color: #efefef;
  color: #000 !important;
  border: none;
}

form.mwc_checkout .woocommerce-billing-fields {
  padding-top: 0;
  border-top: none;
}

.op_c_checkout_form .woocommerce-checkout-review-order-table {
  display: none;
}

.op_c_checkout_form #place_order {
  width: 100%;
  padding: 10px !important;
  /* background-color: #6ed12d !important; */
  margin-right: 0;
  margin-left: 0;
}
.op_c_checkout_form .woocommerce-form-coupon-toggle {
  display: none !important;
}

@media (max-width: 667px) {
  /* #mwc_checkout .row .col {
    padding: 0px 5px 10px;
  } */
  /* #mwc_checkout .row .col .row {
    padding: 0px 10px;
  } */

  .op_c_package_content {
    padding: 0.5rem 0.5rem 0px;
  }

  .op_c_package_header {
    padding: 3px 10px;
  }

  .op_c_package_header .op_c_select_package {
    margin: 0px 0px;
  }

  .op_c_package_header .op_c_select_package .select_button {
    height: auto;
    line-height: normal;
    padding: 1px 6px;
    font-size: 11px;
  }

  .op_c_package_info {
    margin: 0 0 0 0.5rem;
  }

  .op_c_package_title {
    font-size: 1em;
    line-height: 1.5rem;
  }

  .op_c_package_info .op_c_package_subtitle {
    font-size: 0.95em;
    margin-left: 10px;
  }

  .op_c_package_header {
    line-height: 2rem;
  }

  .op_c_package_header .op_c_header_first {
    align-items: center;
  }
  .op_c_package_header .op_c_label {
    margin-right: 5px;
  }

  .op_c_package_header .op_c_label span {
    font-size: 0.75em;
    margin: 0px 0px 0px 5px;
    padding: 3px 8px;
  }
  .op_c_package_bullet_wrapper .bullet-item {
    margin: 3px;
  }

  .op_c_package_bullet_wrapper,
  .op_c_package_description {
    font-size: 11px;
  }
  .op_c_package_bullet_wrapper .free-shipping {
    padding: 0px 3px;
  }

  .pi-1 {
    font-size: 16px !important;
  }
  .pi-2 {
    font-size: 13px;
  }
  .pi-price-sa {
    font-size: 10px;
  }
  .pi-price-each span,
  .pi-price-total {
    font-size: 1em !important;
  }

  .select_button {
    font-size: 11px;
  }
}

@media (max-width: 849px) {
  #s_image {
    display: none;
  }
  .op_c_checkout_form {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .op_c_package_description .desc-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 1050px) {
  /*
    .select_button {
        display: none;
    }
  */
}

/* The check box -------*/
.check_box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid;
}

/* When the checkbox is checked, add a blue background */
/*
  .check_box input:checked ~ .checkmark {
    background-color: #fff;
    border: none;
  }
  */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0662bf;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 667px) {
  /* Create a custom checkbox */
  .checkmark {
    height: 17px;
    width: 17px;
  }
  .check_box {
    padding-left: 30px;
  }
  /* Style the checkmark/indicator */
  .check_box .checkmark:after {
    left: 4px;
    top: 1px;
  }
}

/* stype header in custom templates */
.MWC_template #MWC_header {
  padding-bottom: 20px;
  background-color: #fff;
}

.MWC_template .header_main {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  height: 83px;
}

.MWC_template .MWC_logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer */
.MWC_template .MWC_footer .footer_faq {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #eeeeee;
}

.MWC_template .MWC_footer .footer_end {
  text-align: center;
  padding: 50px 15px;
  color: #000;
  background-color: #fff;
}
.MWC_template .MWC_footer .footer_end .footer_menu {
  padding: 10px 0;
}

.MWC_template .MWC_footer .footer_end .copyright_footer {
  font-weight: 600;
  padding: 10px 0;
}

.MWC_template .MWC_footer .footer_end .footer_menu a {
  color: #000;
  padding: 0 10px;
}
.MWC_template .MWC_footer .footer_end .img_dmca_protected {
  padding: 10px 0;
  max-width: 120px;
}

/* template one checkout style dark */
.MWC_template.mwc_dark {
  padding: 0 5%;
  background-color: #0b3854 !important;
}

.MWC_template.mwc_dark main {
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
}

.MWC_template.mwc_dark .MWC_footer .footer_faq {
  background-color: #4dacee;
}

.MWC_template.mwc_dark .MWC_footer .footer_faq a {
  color: #fff;
}

.MWC_template.mwc_dark .MWC_footer .footer_end .footer_menu {
  padding-bottom: 15px !important;
}

.MWC_template.mwc_dark .MWC_footer .footer_end .copyright_footer {
  padding-bottom: 0 !important;
}

/* style statistical form */
.statistical {
  padding-bottom: 30px;
  padding-top: 20px;
}

.statistical th {
  text-transform: none;
  padding: 0 0 5px !important;
}

.statistical thead th {
  border-bottom: 1px solid #ddd;
}

.statistical td:first-child,
.statistical th:first-child {
  text-align: left;
}

.statistical td:last-child,
.statistical th:last-child {
  text-align: right;
}

.statistical td,
.statistical th {
  padding: 15px 0 0;
}

.statistical td {
  border: none;
}

.statistical tfoot {
  background-color: rgba(248, 231, 28, 0.2);
  border: 1px dashed #ea0013;
  border-radius: 37px;
}

.statistical tfoot td p {
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px;
  font-weight: 600;
}

/* product variations */
.mwc_product_variations {
  border: 2px solid #efefef;
  margin-top: 5px;
  border-radius: 15px;
  padding: 10px 5%;
  background-color: #f8f8f8;
}
.mwc_product_variations .title_form {
  color: #000;
}
.mwc_product_variations .product_variations_table {
  background-color: #fff;
  padding: 10px;
  font-weight: 600;
}
.mwc_product_variations .product_variations_table td.variation_index {
  width: 5%;
}
.mwc_product_variations .product_variations_table td.variation_img {
  width: 20%;
}
.mwc_product_variations
  .product_variations_table
  td.variation_selectors
  .variation_item {
  width: 50%;
  float: left;
  padding: 0 5px;
}
/* .mwc_product_variations .product_variations_table td.variation_selectors .variation_item .var_prod_attr {
    width: 70%;
    display: inline;
} */

.variation_item .attribute-swatch .swatchinput {
  display: inline-block;
}
/* .variation_item .attribute-swatch .swatchinput > label {
  margin: 0;
} */
.variation_item .attribute-swatch a.wcva_show_more_link {
  display: none;
}
.variation_item .select_woothumb .label_woothumb,
.variation_item .attribute-swatch .swatchinput > label {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  border-radius: 50%;
  border: solid 2px #eee !important;
  outline: none !important;
  background-repeat: repeat;
  background-position: center;
  margin: 0 2px;
  padding: 6px;
  line-height: 1;
}

.variation_item .select_woothumb .label_woothumb.selected,
.variation_item .attribute-swatch .swatchinput > label.selected {
  box-shadow: 0px 0px 0px 2px white inset;
  border: solid 2px black !important;
}

.variation_item .select_woothumb .label_woothumb.label_text {
  text-align: center;
  width: auto;
  padding: 0 10px;
  line-height: 30px;
  color: black;
  border: solid 0px white !important;
  outline: solid 0px #9c9999 !important;
  background: #ccc;
  font-size: 14px;
  font-weight: 500 !important;
  border-radius: 20%;
  height: auto;
}
.variation_item .select_woothumb .label_woothumb.label_text.selected {
  box-shadow: 0px 0px 0px 2px black inset;
  border: none;
}

@media (max-width: 480px) {
  .mwc_product_variations
    .product_variations_table
    td.variation_selectors
    .variation_item {
    width: 100%;
  }
}

.mwc_loading {
  opacity: 1 !important;
  position: relative;
  /* color: rgba(255, 255, 255, 0.05); */
  pointer-events: none !important;
}
.mwc_loading:after {
  content: "";
  animation: spin 500ms infinite linear;
  border: 2px solid #bebebe;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 40px;
  top: 0%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 40px;
}

/* order summary */
.op_c_summary .sumary_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  /* background: #c7e5ff; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.op_c_summary .sumary_header .header_icon {
  width: 30px;
  margin-right: 5px;
}
.op_c_summary .sumary_header .header_text {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  padding-left: 35px;
  position: relative;
}
.op_c_summary .sumary_header .header_text::before {
  content: '';
  background-image: url('/wp-content/plugins/multi-woo-checkout/images/shopping-cart-icon.png');
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}

/* hidden gtx-trans */
#gtx-trans {
  display: none;
}
.mwc_checkout_title {
  text-align: left;
}

#mwc_checkout .mwc_checkout_title, .mwc_upsell_product_wrap .item_title .text_title {
  font-size: 1.5em;
  overflow: hidden;
  padding-top: 10px;
  font-weight: bolder;
  text-transform: unset !important;
}