.subscription_cancel_prompt_model{
  display: none;
}

.subscription_cancel_prompt_model.active{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  position: fixed;
  z-index: 999;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}


.subscription_cancel_prompt_title{
  margin: 5%;
}

.subscription_cancel_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  height: auto;
  width: 75rem;
  padding: 4% 3%;
  border-radius: 6px;
  justify-content: space-evenly;
}


.subscription_cancel_prompt_btn_container{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}


.woocommerce .subscription_cancel_prompt_btn_container a.button{
  margin-bottom:15px;
}



#gform_fields_8  .gfield-choice-input + label{
  vertical-align: text-top !important;
}

#gform_wrapper_8 #skip_survey_cancellation{
  border-radius:30px;
  font-weight: 500;
  border:none;
}

#gform_wrapper_8 input[type=submit]{
  line-height: 1.5 !important;
}

.cancel_ajax_gf{
  cursor: not-allowed !important;
  pointer-events: none;
  color: #a0a5aa !important;
  background: #f7f7f7 !important;
  border-color: #ddd !important;
}

#gform_8 .gchoice{
  margin:1% 0%;
}

.woocommerce .subscription_cancel_prompt_btn_container a.button{
    margin-bottom:15px;
}

.woocommerce table.shop_table.subscription_details tbody tr td:first-child{
    color: #21242c;
    font-weight: bold;
}

.woocommerce table.shop_table.subscription_details td a.cancel{
  background: #21242c;
}

.woocommerce table.shop_table.subscription_details td a.cancel:hover{
  opacity: 0.8;
}

.woocommerce table.shop_table.subscription_details td a.button{
  line-height: 1 !important;
  margin: 2px 0;
}

.subscription-auto-renew-toggle-disabled-note{
  vertical-align: sub;
}

.woocommerce-account .woocommerce-MyAccount-content h2{
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address{
  padding: 20px;
  line-height: 1.8;
}

.woocommerce table.shop_table.order_details tfoot tr th{
  color: #21242c;
  font-weight: bold !important;
}

.woocommerce table.shop_table.order_details .product-name{
  color: #21242c;
}

.woocommerce table.shop_table.order_details .product-name ul{
  padding: 0;
  padding-top:5px;
}

.woocommerce table.shop_table.order_details .product-name ul li{
  padding:0;
  border: 0;
  float: unset;
  position: relative;
  padding-left: 15px;
}

.woocommerce table.shop_table.order_details .product-name ul li:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #21242c;
  top: 10px;
  left: 0;
}

.woocommerce table.shop_table.order_details .product-name ul li p{
  padding:0;
  border: 0;
  float: unset;
  color: grey;
}

.woocommerce_account_subscriptions h2:first-child{
  margin-top: 0;
}

.woocommerce_account_subscriptions h2{
  line-height: 1.5;
}

.woocommerce_account_subscriptions table.modify-subscription{
  background: #fff;
  border: none;
  border-radius: 6px;
  width: 100%;
}

.woocommerce_account_subscriptions table.modify-subscription th{
  color: #21242c;
  padding: 18px 10px;
  vertical-align: middle;
}

.woocommerce_account_subscriptions table.modify-subscription td{
  padding: 18px 10px;
  position: relative;
}

.woocommerce_account_subscriptions table.modify-subscription td label{
  color: red;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}

.woocommerce_account_subscriptions table.modify-subscription td .button {
  padding: 10px 25px !important;
  line-height: 1 !important;
  font-size: 18px !important;
}

.woocommerce_account_subscriptions table.modify-subscription td .button.cancel {
  padding: 10px 25px !important;
  line-height: 1 !important;
  font-size: 18px !important;
  background: #21242c;
  margin-left: 0 !important;
  margin-right: 4px;
}


.woocommerce_account_subscriptions table.modify-subscription td .button.cancel:hover{
  opacity: 0.8;
}

@media (max-width: 799px){

    .woocommerce_account_subscriptions table.modify-subscription td .button.cancel{
      margin-right: 0;
      margin-top: 4px;
    }

    .subscription_cancel_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        width: 90%;
        padding: 4%;
        border-radius: 6px;
        justify-content: space-evenly;
    }

    .woocommerce-page .subscription_cancel_prompt_btn_container a.button{
        font-size: 16px;
        text-align: center;
    }

    #gform_8 .gchoice{
      margin:2% 0%;
  }


}

@media (max-width: 480px){
    .subscription_cancel_prompt_btn_container{
        display: flex;
        justify-content: space-evenly;
        width: auto;
        flex-direction: column;
    }
}

/* Modify Subscriptions Page **/
.modify-subscription{
  margin-top: 50px;
}
.modify-subscription th.product-name, .modify-subscription th.item-actions{
  width: 40%;
}

.modify-subscription th.item-quantity{
  width: 20%;
}

.modify-subscription tr{
  border-bottom: #ccc 1px solid;
}

.modify-subscription tr:nth-child(odd){
  background: #ccc;
}

.modify-subscription tr:first-child{
  background: none;
}

.modify-subscription tr:last-child{
  border-bottom: none;
  background: none;
}

.modify-subscription td{
  padding-bottom: 10px!important;
  padding-top:10px!important;
}

.modify-subscription td input[type="text"]{
  background: #f1f1f1;
  border: none;
  width: 100%;
  max-width: 100px;
  cursor: pointer;
}

#delete-item{
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.modify-subscription td.item-actions a.remove-item{
  font-size: 15px;
}

.update-subscription{
  margin-top: 50px;
  text-align: right;
}

.woocommerce_account_subscriptions input.button.update-subscription-submit{
/*   float: right;
  margin-top: 100px;
  margin-right: 20%; */
}

.heg_custom_actions td{
  border-top: none!important;
}

.modify-subscription td a.button.cancel{
  padding: 6px 12px;
  font-size: 19px;
  margin-left: 10px;
}

/* Single Product page with license */
.valid_license_code .single-product.woocommerce div.product.product-type-variable-subscription .variations{
  display: none;
}

.wc-pao-addon-license-code, .valid_license_code .woocommerce-variation-price .subscription-details, .wc-pao-addons-container{
  display: none;
}

/* Hide all but the first subscription length dropdowns for BTR kits */
.single-product .product_cat-bridge-to-reading .bundle_form .bundled_product:not(:first-of-type) tr[data-attribute_label*="Subscription Length"], .single-product .product_cat-bridge-to-writing .bundle_form .bundled_product:not(:first-of-type) tr[data-attribute_label*="Subscription Length"] {
  display: none;
}

.reset_myheggerty_spinner.hide{
  display: none;
}

.reset_myheggerty_spinner{
  margin-left: 10px;
}