.exm_buy_now_btn{
  margin: 15px 0;
}
.exm_mini_modal {
  color: #242424;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
  height: auto;
  left: 0;
  margin: 20px auto;
  max-width: 600px;
  padding: 25px;
  position: absolute;
  right: 0;
  z-index: 10000;
  bottom: auto;
  top: 10%;
}
.exm_mini_modal button.mini_modal_close {
    float: right;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #666;
    line-height: 0.5;
    padding: 10px;
    height: auto;
    width: auto;
}
.exm_errorText{
  color: #ff3600;
}
.exm_successText {
  color: #108043;
  font-size: 16px;
  font-weight: bold;
}
.exm_submitForm:disabled{
  cursor: not-allowed;
  opacity: .5;
}
.exm_scth_table{
  min-width: 90%;
}
table.table.exm_scth_table td {
        border-top: 1px solid #d9d9d9;
}
a.exm_customer_action{
        color: inherit;
        cursor: pointer;
        font-size: .9em;
        text-decoration: underline;
}
.exm_customer_info{
  margin: 15px auto;
  padding: 0 10%;
  position: relative;
}
.exm_customer_info .page_title{
  text-align: center;
}


.exison_old_price_all,
.exison_old_price_all > *,
.exison_old_price{
        text-decoration: line-through;
}
.exison_subscription_product input{
    min-height: auto;
    height: auto;
}
fieldset.exison_subscription_product{
    display:none;
}
form fieldset.exison_subscription_product{
    display:block;
}
.is-hidden{
    display:none;
}

.exison-widget__Containe_Wrapper{
        display:none;
}
#MainContent .exison-widget__Containe_Wrapper{
        display:block;
}
.exison-widget__Container,
.exison-widget_st__Container{
        max-width: 550px;
        margin: 15px 0;
}
.exison-widget__Container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.exison-widget__Container fieldset label{
    border: 1px solid #e0e0e0;
    margin: 0;
    display: block;
    float: left;
    cursor: pointer;
    width: 50%;
    height: 70px;
    line-height: 1;
    overflow: hidden;
    padding-left: 35px;
    padding-top: 17px;
    position: relative;
}
.exison-widget__Container fieldset label.exm_active{
  border: none;
}
.exmnoclick{
  pointer-events: none;
  opacity: 0.5;
}
.exison-widget__Container .title.Text--bold{
        font-weight: bold;
}
.exison-widget__Container .subtitle2 {
    font-size: 14px;
    display: block;
}
.exison-widget label.exm_active span {
        color: #fff;
}
.exison-widget label .checkmark {
  background: #FFF;
  border: 1px solid #999;
  border-radius: 50%;
  height: 18px;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}
.exison-widget label.exm_active .checkmark:after {
  border-width: 0 2px 2px 0 !important;
  content: "";
  height: 8px;
  left: 4.5px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.exison-widget__description{
        padding: 10px 30px;
    border: 1px solid #e0e0e0;
        border-top: none;
        line-height: 1.4;
}
.hide_sp {
  display: none!important;
}
.exm_subtotal_summary {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}
.exm_subtotal_line {
        text-align: right;
}
.exm_subtotal_title{
        display: inline-block;
}
.exm_subtotal_value {
        display: inline-block;
        width: 50%;
}
.exm_cartsummary_subtotal{
        font-weight: bold;
}
.exm_cartDisclaimer,
.exm_cartDisclaimer p{
        line-height: 1.2;
        font-size: 12px;
        margin-bottom: 5px;
}
.exm_hr{
  background-color: #e0e0e0;
  border: none;
  height: 1px;
  margin: 8px 0;
}
.exm_cart_item-quantity_disable{
  cursor: not-allowed;
}
.exm_cart_item-quantity_disable span,
.exm_cart_item-quantity_disable button,
.exm_cart_item-quantity_disable a,
.exm_cart_item-quantity_disable div {
  pointer-events: none;
  color: #aaa!important;
}
.exm_cart_item-quantity_disable input {
  pointer-events: none;
  background-color: #eee!important;
}
.exisonloadingbox{
  width: 300px;
  background: #ffffff;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.exisoncontainer{
        padding: 60px 0;
        text-align: center;
        font-size: 16px;
}
.exisonloadingbox p{
  color: #242424;
  margin: 0;
}
.for_exm_st_field__range,
.exm_st_field__range{
  width: 100%;
  display: block;
}
.exm_st_field__range{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-color: var(--exm-st-range-color-2);
 border-radius: 9999px;
 height: 5px;
 margin-bottom: 20px;
 width: 100%;
 accent-color: var(--exm-st-range-color-1);
 border: none !important;
 margin: 0;
 padding: 0;
}

@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
.exisoncontainer span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.exisoncontainer span:nth-child(2) {
    animation-delay: .2s;
}
.exisoncontainer span:nth-child(3) {
    animation-delay: .4s;
}



.exm_customer_info .page_title{
  text-align: center;
  margin-bottom:50px;
}
.mm__wrapper{
  max-width: 500px;
  margin: 0 auto;  
}
.mm_item {
  text-align: center;
  margin: 15px;
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 70px;
  cursor: pointer; 
  position: relative;
  background: #fff;
}
.mm_item:hover, .mm_item.exm_active {
  box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 12%), inset 0 -1px 0 0 #dadce0;
} 
.mm_checkmark {
  background: #FFF;
  border: 1px solid #999;
  border-radius: 50%;
  height: 18px;
  left: 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}
.exm_active .mm_checkmark{
  background: #608f39;
}
.mm_checkmark:after {
  border-width: 0 2px 2px 0 !important;
  content: "";
  height: 8px;
  left: 4.5px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  border: solid #fff;
}
.mm__button.mm__button_disabed{
  background: #d5d5d5;
  cursor: not-allowed;
}
.mm__button{
  background: #5f8e3d;
  color: #fff;
  text-decoration: none;
  padding: 12px 50px;
  display: inline-block;
  margin: 10px 0;
} 
.mm__button:visited,
.mm__button:hover{
  color: #fff;
}
a.mm_back:visited,
a.mm_back:hover{
  color: #5f8e3d;
}
a.mm_back{
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  color: #5f8e3d;
}
.tc_gray {
  color: gray;
}
.mm_circle_bg{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding-top: 4px;
    color:#fff;
    margin: 10px auto;
}

.mm_cancel__wrapper{
  display: flex;
  flex-direction: row;  
}
.mm_cancel_box1{
  width: 50%;
  background: #e8eee4;
  text-align: center;
  margin: 15px;
  padding: 10px;
}
.mm_cancel_box2{
  width: 50%;
  margin: 15px;
  padding: 32px 10px 0 10px;
}

.mm_cancel_reason,
.mm_pause_period{
  position: relative;
  cursor: pointer;
  padding-left:40px;
  margin: 8px 0;
}
.mm_cancel_reason .mm_checkmark,
.mm_pause_period .mm_checkmark{
  left: 15px;  
}
.exisonoverlay{
  background: rgb(0 0 0 / 60%); 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
  
}
  

.exm-tiered-offer{
  max-width: 550px;
  margin-bottom: 20px;
}
.exm-progress-bar__wrapper{
  display: flex !important;
  justify-content: space-between;
  margin: 24px 0;
  width: 100%;
  height: 4px;
  position: relative;  
  background-color: #f5f4f6;  
}
.exm-progress-bar{
  z-index: 1;
  position: absolute;
  transition: 0.4s ease;
  display: block;
  height: 4px;
}  
.exm-control__radio-icon{
  background: #dcdce5;
  position: relative;
  transform: translatey(-50%);
  z-index: 2;
  pointer-events: none;
  width: 24px;
  height: 24px;
  border: none;
  stroke-width: 2px;
  padding: 0px;
  display: block;
  border-radius: 50%;
}
.exm-control__radio-icon.exm-active:after{
  border-width: 0 2px 2px 0 !important;
  content: "";
  height: 10px;
  left: 9px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  border: solid #fff; 
} 
.exm-tiered-help__wrapper{
  display: flex !important;
  justify-content: space-between;
}

.progress-bar__item{
  text-align: center;
}
.progress-bar__item:first-child{
  text-align: left;
}
.progress-bar__item:last-child{
  text-align: right;
}

  
@media screen and (min-width: 750px){

  
}  

  
@media screen and (max-width: 749px){
.MOBILE--here{color: initial;}

.mm_cancel__wrapper{
  display: flex;
  flex-direction: column;  
}  
.mm_cancel_box1{
  width: auto;
}
.mm_cancel_box2{
  width: auto;
}

.exm_customer_info{
  padding: 5%;
}


  
}





