#dug_cko_container:not(.cko_step_payment) #order_review,
#dug_cko_container:not(.cko_step_payment) #order_review_heading,
#dug_cko_container.cko_step_payment #customer_details,
#dug_cko_container.cko_step_payment .dug_login_register_toggle
{
  display: none;
}

form.woocommerce-form-login{
  transition: 0.3s all;
  max-height: 1000px;
}
form.woocommerce-form-login.dug_hidden_translate{
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 0 !important;
}

form.woocommerce-checkout{
  transition: 0.3s all;
  max-height: 3000px;
}
form.woocommerce-checkout.dug_hidden_translate{
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.dug_login_register_toggle{
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  padding: 30px;
}

#dug_display_cko_register,
#dug_display_cko_login,
.woocommerce-checkout #dug_checkout_form_login  .woocommerce-form-login__submit{
  border-radius: 100px!important;
  width: 300px!important;
  padding: 15px!important;
  font-size: 24px!important;
  font-weight: 400!important;
  margin: 0 15px!important;
  transition: all 0.3s!important;
  font-style: italic!important;
}

#dug_display_cko_register,
#dug_display_cko_login{
  background-color: white;
  color: #333;
}

#dug_display_cko_register:hover,
#dug_display_cko_login:hover{
  background-color: #AF182F;
  color: white;
}

#dug_display_cko_register.active,
#dug_display_cko_login.active{
  background-color: #333;
  color: white;
}

.woocommerce-checkout #dug_checkout_form_login{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background: #f1f1f1;
  margin-top: 15px;
  padding: 45px;
  border-radius: 0;
}

.woocommerce-checkout #dug_checkout_form_login .form-row{
  display: flex;
  justify-content: center;
  float: none;
  width: 100%;
}

.woocommerce-checkout #dug_checkout_form_login .form-row input[type=text],
.woocommerce-checkout #dug_checkout_form_login .form-row input[type=password]{
  width: 630px;
}

.woocommerce-checkout #dug_checkout_form_login .form-row input[type=text],
.woocommerce-checkout #dug_checkout_form_login .form-row input[type=password],
.woocommerce-billing-fields .form-row input,
.woocommerce-shipping-fields .form-row input
{
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 100px;
  font-weight: 400;
  font-family: 'sculpin';
  font-size: 22px;
  padding: 16px;
}


.woocommerce-checkout #dug_checkout_form_login .form-row input[type=text]::placeholder,
.woocommerce-checkout #dug_checkout_form_login .form-row input[type=password]::placeholder,
.woocommerce-billing-fields .form-row input::placeholder,
.woocommerce-shipping-fields .form-row input::placeholder
{
  font-style: italic;
  color: #555;
}

.woocommerce #dug_checkout_form_login .show-password-input::after,
.woocommerce-page #dug_checkout_form_login .show-password-input::after{
  font-size: 22px;
  transition: .3s all;
}
.woocommerce #dug_checkout_form_login .show-password-input,
.woocommerce-page #dug_checkout_form_login .show-password-input {
  right: 1.7em;
  top: 1.4em;
}

.woocommerce #dug_checkout_form_login .show-password-input:hover,
.woocommerce-page #dug_checkout_form_login .show-password-input:hover,
.woocommerce #dug_checkout_form_login .show-password-input.display-password::after,
.woocommerce-page #dug_checkout_form_login .show-password-input.display-password::after {
  color: #AF182F;
}

.woocommerce-checkout #dug_checkout_form_login  .woocommerce-form-login__submit{
  color: #fff;
  background: #AF182F;
  margin-top: 30px!important;
}

.woocommerce-checkout #dug_checkout_form_login  .woocommerce-form-login__submit:hover{
  opacity: 0.8;
}

.woocommerce-checkout #dug_checkout_form_login  .lost_password{
  margin-top: 0;
}

.woocommerce-checkout #dug_checkout_form_login  .lost_password a{
  transition: .3s all;
  font-style: italic;
  font-size: 22px;
  text-decoration: none;
  color: #333;
}

.woocommerce-checkout #dug_checkout_form_login  .lost_password a:hover{
  opacity: 0.8;
}

/*FIELD HIDDEN WHILE SHIPPING IS ONLY AVAILABLE TO FRANCE  */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #order_comments_field{
  display: none;
}

.woocommerce-checkout #subscribed_field{
  padding: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox{
  margin: -2px 8px 0 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox,
.woocommerce-checkout #subscribed,
.woocommerce-checkout #terms
{
  width: 22px!important;
  height: 22px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #777;
  outline: none!important;
  transition: .3s all;
  display: inline-block;
  flex-shrink: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox:hover,
.woocommerce-checkout #subscribed:hover,
.woocommerce-checkout #terms:hover{
  box-shadow: #00000040 0 0 2px 1px;
}

.woocommerce-checkout #subscribed,
.woocommerce-checkout #terms{
  background-color: #FFF;
}
.woocommerce-checkout #subscribed:checked,
.woocommerce-checkout #terms:checked{
  background-color: #777;
}

.woocommerce-checkout #ship-to-different-address-checkbox{
  background-color: #777;
}
.woocommerce-checkout #ship-to-different-address-checkbox:checked{
  background-color: #FFF;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout #subscribed_field label{
  display: flex;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields{
  background-color: #f1f1f1;
  padding: 15px 30px;
  margin-top: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-account-fields{
  margin-top: 90px;
  margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-account-fields .show-password-input{
  right: 1.4em;
  top: 0.8em;
  font-size: 22px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-account-fields .woocommerce-password-strength{
  margin-top: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-account-fields .woocommerce-password-hint{
  font-size: 14px;
}

#dug_ship-to-different-address label span{
  margin-left: 20px;
  color: #333;
  font-style: italic;
  font-size: 18px;
  cursor: pointer;
}

.woocommerce-additional-fields #subscribed_field{
  padding: 0 30px!important;
  margin-top: 15px;
}

.woocommerce-additional-fields #subscribed_field label{
  color: #333;
  font-style: italic;
  cursor: pointer;
  font-size: 18px;
}

.woocommerce-additional-fields #subscribed_field .optional{
  display: none;
}

.woocommerce-additional-fields #subscribed_field #subscribed{
  margin-top: 3px;
  flex-shrink: 0;
  margin-right: 20px;
}

#dug_checkout_goto_step_3_container{
  display: flex;
  justify-content: flex-end;
}

#dug_checkout_goto_step_3_cta{
  border-radius: 100px!important;
  width: 300px!important;
  padding: 15px!important;
  font-size: 18px!important;
  font-weight: 700!important;
  margin: 0 15px!important;
  transition: all 0.3s!important;
  background-color: #AF182F;
  color: white;
}

#dug_checkout_goto_step_3_cta:hover{
  opacity: 0.8;
}

#billing_phone-description {
  display: block !important;
  color: #333;
  background-color: transparent;
  padding: 0;
  font-style: italic;
  font-size: 14px;
  margin-left: 20px;
}
#billing_phone-description::before {
 display: none;
}

.woocommerce-checkout ul.woocommerce-error{
  margin-top: 30px;
}

.woocommerce-privacy-policy-text{
  display: none;
}


#order_review{
  display: flex;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment{
  background-color: #fff;
}

#dug_payment_modal_cta_trigger{
  border: 4px solid #eee;
  padding: 15px 30px;
  min-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#dug_payment_modal_cta_trigger h1{
  text-align: left;
  width: 100%;
  font-size: 20px;
  margin: 0 0 15px;
}


#dug_floa_modal_cta_trigger{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 380px;
  cursor: pointer;
  padding: 15px;
  transition: .3s all;
  border-radius: 5px;
}

#dug_floa_modal_cta_trigger:hover{
  opacity: 0.9;
}

#dug_floa_modal_cta_trigger{
  background-color: #f1f1f1;
}
#dug_floa_modal_cta_trigger p{
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  color: #333;
}

#dug_floa_modal_cta_trigger img{
  max-height: 36px;
  margin-left: 15px;
}

#ppc-button-ppcp-gateway{
  display: block!important;
  width: 380px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 68px;
}

#ppc-button-applepay-container, #ppc-button-googlepay-container{
  width: 380px;
}

.modal-frame{
 z-index: 5000!important;
}

#dug_floa_modal{
  overflow-y: hidden;
}
.modal-frame.state-appear #dug_floa_modal{
  overflow-y: auto;
}
.modal-frame.state-leave #dug_floa_modal{
  overflow-y: hidden;
}

#dug_floa_modal{
  width: 85%;
  max-width: 1000px;
  height: 95vh;
  min-height: 600px;
}

#dug_checkout_products_list{
  border: 4px solid #eee;
  padding: 15px;
}
#dug_checkout_products_list ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

#payment{
  margin-left: 15px;
}

#dug_checkout_products_list, #payment{
  width: 50%;
}

#dug_checkout_products_list hr{
  background: #000;
  height: 3px;
  border: none;
}
#dug_checkout_products_list .dug_review_line{
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 20px;
}
#dug_checkout_products_list .coupon.dug_review_line p{
  text-align: start;
  margin: 15px 0 0 0;
}
#dug_checkout_products_list .dug_review_line p{
  margin: 15px 0 0 0;
  text-align: end;
}
#dug_checkout_products_list .dug_review_line a {
  color: #b81c23;
}


.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-checkbox-text a{
  color: #333 !important;
  font-style: italic;
  font-size: 20px;
}

.woocommerce-terms-and-conditions-checkbox-text a{
  font-weight: 700;
}

.woocommerce-checkout #terms{
  margin-bottom: 4px;
}

#place_order{
  display: none;
}

#dug_payment_modal_cta_trigger.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.4;
}

#dug_payment_modal_cta_trigger.disabled #dug_floa_modal_cta_trigger,
#dug_payment_modal_cta_trigger.disabled #dug_paypal_modal_cta_trigger{
  opacity: 0.4;
}

#wc-ppcp-credit-card-gateway-cc-form{
  margin-top: 0!important;
}

#wc-ppcp-credit-card-gateway-cc-form p.form-row-wide{
  margin-bottom: 15px!important
}
#wc-ppcp-credit-card-gateway-cc-form label{
  margin: 0;
  padding: 0 0 4px 0;
  line-height: 16px;
}

#wc-ppcp-credit-card-gateway-cc-form .form-row-first{
  width: 60%;
}
#wc-ppcp-credit-card-gateway-cc-form .form-row-last{
  width: 40%;
}


#dug_custom_gateways_listing #ppcp-hosted-fields{
  display: block;
  height: 40px;
}

#dug_custom_gateways_listing #ppcp-hosted-fields .ppcp-dcc-order-button{
  background: #AF182F;
}

/******************** FLOA MODAL ********************/

#dug_floa_modal .modal-inset{
  padding: 30px 45px;
}

#dug_floa_modal .modal-body > ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}

#dug_floa_modal .modal-body > ul li > label{
  text-align: left;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
}
#dug_floa_modal .payment_method_floapay{
  background-color: transparent!important;
  padding: 0!important;
}
#dug_floa_modal .payment_method_floapay::before{
  display: none!important;
}
#payment_method_floapay{
  display: none!important;
}
#dug_floa_modal .floa-payment-infos{
  width: 100%;
  display: block;
  text-align: left;
  color: #333;
  font-weight: 700;
}

#dug_floa_modal .floa-payment-choices{
  display: flex;
  justify-content: space-between;
}
#dug_floa_modal .floa-payment-choices label{
  width: 32.5%;
  display: flex;
  justify-content: center;
  border: 4px solid #eee;
  transition: 0.3s background-color;
}
#dug_floa_modal .floa-payment-choices label:hover{
  background-color: #eee;
}

#dug_floa_modal .floa-payment-choices label img{
  height: 80px;
  max-width: none;
}

#dug_floa_modal .floa-payment-choices input[type="radio"]:checked + label{
  border: none;
  background-color: #eee;
}
#dug_floa_modal .eligibility-summary .row{
  display: flex;
}
#dug_floa_modal .eligibility-summary .row .col-6{
  width: 50%;
  flex-grow: 0;
}
#dug_floa_modal .eligibility-summary .row .col-6 > h3{
  font-size: 18px;
  text-align: left;
  color: #333;
  padding-bottom: 10px;
}
#dug_floa_modal .dug_floa_egibility_form .form-row{
  padding: 0 1em 0 0!important;

}
#dug_floa_modal .dug_floa_egibility_form .form-row label{
  text-align: left;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 18px;
}
#dug_floa_modal .dug_floa_egibility_form .form-row label .required{
  color: #333;
}
#dug_floa_modal .dug_floa_egibility_form .form-row input,
#dug_floa_modal .dug_floa_egibility_form .form-row select{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ccc;
  padding: 0 !important;
  line-height: 40px !important;
  font-size: 16px;
}
#dug_floa_modal .dug_floa_egibility_form .form-row small{
  text-align: left;
  display: block;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}

#dug_floa_modal .eligibility .eligibility-summary .eligibility-summary-information{
  text-align: left;
  display: block;
  font-size: 11px;
  margin-top: 30px;
}

.modal-overlay{
  z-index: 4000!important;
}
#dug_floa_modal .payment_method_floapay{
  margin-top: 0!important;
}

.breadcrumbfloa{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.breadcrumbfloa ul{
  list-style-type: none;
  padding-left: 0;
}

.breadcrumbfloa ul, .tippy-box .breadcrumbfloa ul{
  margin:0;
  padding:0;
  line-height: 35px;
}
.breadcrumbfloa ul li, .tippy-box .breadcrumbfloa ul li{
  list-style: none;
  position: relative;
}
.breadcrumbfloa .fcontainer, .tippy-box .breadcrumbfloa .fcontainer{
  display: flex;
  justify-content: space-between;
  min-width: 250px;
  font-size: 16px;
}
.breadcrumbfloa li.active .fcontainer{
  font-weight: bold;
}
.breadcrumbfloa ul li::before, .tippy-box .breadcrumbfloa ul li::before{
  content: '';
  position: absolute;
  width:4px;
  height: 25px;
  z-index: 998;
  background-color:#fff;
  left: -53px;
  top: 25px;
}
.breadcrumbfloa ul li::after, .tippy-box .breadcrumbfloa ul li::after{
  content: '';
  position: absolute;
  z-index: 999;
  left:-60px;
  top:8px;
  width:18px;
  height:18px;
  border-radius: 50%;
  background-color:#fff;
}
.breadcrumbfloa ul li.active::after, .tippy-box .breadcrumbfloa ul li.active::after{
  background-color:#009FFF;
}
body  .breadcrumbfloa ul li.active::before, .breadcrumbfloa ul li.active::before{
  background: rgb(0,159,255);
  background: -moz-linear-gradient(180deg, rgba(0,159,255,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(180deg, rgba(0,159,255,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(180deg, rgba(0,159,255,1) 50%, rgba(255,255,255,1) 50%);
}
.breadcrumbfloa ul li:last-child::before{
  display: none;
}

.eligibility-summary-installment-plan-schedules{
  margin-left: 45px;
}

.dug_floa_checkout_simulation{
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 30px;
}

#dug_floa_modal .dug_cart_subtotal{
  background: #fff;
  margin: 0 30px;
  border-radius: 30px;
  padding: 15px 30px;
}
#dug_floa_modal .dug_cart_subtotal .dug_floa_total{
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}

#dug_floa_modal .dug_cart_subtotal .dug_floa_fees{
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #009FFF;
  margin-top: 10px;
}

.dug_floa_modal_checkout_trigger_pay{
  background: #009FFF;
  display: block;
  margin: 0 30px;
  border-radius: 30px;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  width: calc(100% - 60px);
  margin-top: 30px;

}

h3.user_logged_in{
  margin-top: 100px;
}

#toast-container.toast-top-center > div{
  opacity: 1;
}

#toast-container.toast-top-center .toast-message {
  font-size: 18px;
}


.disclaimer_fr_only{
  color: rgb(102, 60, 0);
  background-color: rgb(255, 244, 229);
  display: flex;
  padding: 15px;
  font-size: 14px;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 3px 3px 10px #0000002b;
}
.disclaimer_fr_only svg{
  fill: #ed6c02;
  width: 80px;
  margin-right: 15px;
}
.disclaimer_fr_only p{
  line-height: 20px;
  margin: 0;
}


/*CKO V2.1*/
#dug_custom_gateways_listing{
  padding: 0!important;
  width: 100%;
  border-bottom: none!important;
}

.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: none!important;
  padding: 0!important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
  float: none;
  width: 100%;
  margin-bottom: 15px;
  background: #AF182F;
  border-radius: 100px !important;
  padding: 15px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  transition: all 0.3s !important;
  color: white;
}

#dug_custom_gateways_listing .dug_cards_logos img{
  height: 30px;
  margin-left: 20px!important;
}

#dug_custom_gateways_listing li label{
  padding-left: 4px;
  cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li input{
  margin: 0!important;
}
#dug_custom_gateways_listing li input[type=radio]{
  cursor: pointer;
}

#dug_custom_gateways_listing div.payment_box{
  background-color: #f1f1f1!important;
}
#dug_custom_gateways_listing div.payment_box::before {
  border: 1em solid #f1f1f1!important;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  border-top-color: transparent!important;
}



.payment_method_custom-ppcp-gateway .ppcp-messages{
  margin-top: 40px;
}
.payment_method_custom-ppcp-gateway label,
.payment_method_custom-floa-gateway label{
  display: inline-flex;
  align-items: center;
}
.payment_method_custom-ppcp-gateway label img,
.payment_method_custom-floa-gateway label img{
  width: 80px;
  margin-left: 5px;
}

li.payment_method_ppcp-credit-card-gateway{
  display: block!important;
}

.dug_ppcp_other_logos{
  display: inline-flex;
  width: 160px;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

li.payment_method_ppcp-gateway .payment_method_ppcp-gateway > p{
  display: none;
}
li.payment_method_ppcp-gateway .payment_method_ppcp-gateway .ppc-button-wrapper{
  min-height: 120px;
}


.disclaimer_repair{
  color: #007aff;
  background-color: rgba(0, 122, 255, 0.05);
  display: flex;
  padding: 15px;
  font-size: 14px;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 3px 3px 10px #0000002b;
}
.disclaimer_repair svg{
  fill: #007aff;
  width: 80px;
  height: 44px;
  margin-right: 15px;
}
.disclaimer_repair p{
  line-height: 20px;
  margin: 0;
}


.woocommerce-billing-fields.is_repair .input-text, .woocommerce-shipping-fields.is_repair .input-text{
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
  background: #f1f1f1 !important;;
}

#billing_postcode_field, #billing_city_field, #shipping_postcode_field, #shipping_city_field{
  display: inline-block;
  width: 50%;
}

#billing_last_name_field, #billing_first_name_field, #shipping_last_name_field, #shipping_first_name_field{
  width: 50%;
}


@media only screen and (max-width :1024px) { /*tablet*/
  #dug_display_cko_register,
  #dug_display_cko_login,
  .woocommerce-checkout #dug_checkout_form_login .woocommerce-form-login__submit{
    width: 250px !important;
    font-size: 20px !important;
  }
  .woocommerce-checkout #dug_checkout_form_login .form-row input[type=text],
  .woocommerce-checkout #dug_checkout_form_login .form-row input[type=password] {
    width: 520px!important;
  }
  .woocommerce-checkout #dug_checkout_form_login .lost_password a,
  .woocommerce-checkout #dug_checkout_form_login .form-row input[type=text],
  .woocommerce-checkout #dug_checkout_form_login .form-row input[type=password],
  .woocommerce-billing-fields .form-row input,
  .woocommerce-shipping-fields .form-row input
  {
    font-size: 20px !important;
  }

  #dug_floa_modal .floa-payment-choices label img {
    height: 55px;
  }
  #dug_floa_modal .eligibility-summary .row {
    flex-direction: column;
  }
  #dug_floa_modal .eligibility-summary .row .col-6{
    width: 100%;
  }
  .dug_floa_checkout_simulation {
    margin-top: 30px;
  }

  #order_review{
    flex-direction: column;
    align-items: center;
  }

  #dug_checkout_products_list, #payment{
    width: 80%;
  }

  #payment{
    margin-left: 0;
    margin-top: 15px;
  }

}
@media only screen and (max-width :768px) { /*tablet*/

  #dug_checkout_products_list, #payment{
    width: 100%;
  }

  .dug_login_register_toggle{
    flex-direction: column;
    align-items: center;
  }

  #dug_display_cko_register{
    margin-bottom: 15px!important;
  }

  .woocommerce-checkout #dug_checkout_form_login .form-row input[type=text],
  .woocommerce-checkout #dug_checkout_form_login .form-row input[type=password],
  .woocommerce-checkout #dug_checkout_form_login .form-row .password-input,
  .woocommerce-billing-fields .form-row input, .woocommerce-shipping-fields .form-row input{
    width: 100% !important;
    font-size: 20px!important;
  }
  .woocommerce-checkout #dug_checkout_form_login{
    padding: 15px;
  }

  .woocommerce-checkout #dug_checkout_form_login .lost_password a{
    font-size: 18px !important;
  }

  .woocommerce #dug_checkout_form_login .show-password-input,
  .woocommerce-page #dug_checkout_form_login .show-password-input {
    right: 1.2em!important;
    top: 0.8em!important;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last{
    float: none;
    width: 100%;
  }

  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-account-fields{
    margin-top: 10px;
  }

  .woocommerce-additional-fields #subscribed_field label,
  #dug_ship-to-different-address label span{
    font-size: 16px;
    line-height: 1.5;
  }

  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields {
    padding: 15px;
  }

  .woocommerce-checkout #ship-to-different-address-checkbox {
    flex-shrink: 0;
  }

  .woocommerce-additional-fields #subscribed_field {
    padding: 0 15px !important;
  }


  #dug_floa_modal .floa-payment-choices{
    flex-direction: column;
  }

  #dug_floa_modal .floa-payment-choices label{
    width: 100%;
  }

  .breadcrumbfloa .fcontainer, .tippy-box .breadcrumbfloa .fcontainer {
    min-width: 180px;
  }

  .breadcrumbfloa ul li::after, .tippy-box .breadcrumbfloa ul li::after {
    left: -37px;
  }
  .breadcrumbfloa ul li::before, .tippy-box .breadcrumbfloa ul li::before {
    left: -30px;
  }

  #dug_floa_modal .dug_cart_subtotal{
    margin: 0;
  }

  .dug_floa_modal_checkout_trigger_pay{
    margin: 30px auto 0 auto
  }

  #dug_payment_modal_cta_trigger{
    min-width: 200px;
  }

  li.dug_cart_item img.attachment-woocommerce_thumbnail{
    width: 200px!important;
  }

  h3.user_logged_in{
    margin-top: 15px;
  }

  .disclaimer_fr_only{
    flex-direction: column;
    text-align: center;
  }

  .disclaimer_fr_only svg{
    width: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #billing_postcode_field, #billing_city_field, #shipping_postcode_field, #shipping_city_field,
  #billing_last_name_field, #billing_first_name_field, #shipping_last_name_field, #shipping_first_name_field{
    width: 100%;
  }

}
@media only screen and (max-width :480px) { /*tiny phones*/

  article.post-8 .woocommerce{
    padding: 100px 15px 40px 15px;
  }

  #dug_floa_modal_cta_trigger, #ppc-button-ppcp-gateway, #dug_paypal_modal_cta_trigger, #ppc-button-googlepay-container, #ppc-button-applepay-container{
    width: 100%;
  }

  #dug_floa_modal_cta_trigger p{
    font-size: 14px;
  }

  #dug_floa_modal_cta_trigger img {
    max-height: 24px;
  }

  .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-terms-and-conditions-checkbox-text a{
    font-size: 16px;
    line-height: 16px;
  }

  li.dug_cart_item img.attachment-woocommerce_thumbnail{
    width: 90%!important;
  }
  li.dug_cart_item .dug_cart_item_name a{
    font-size: 16px!important;
  }
  li.dug_cart_item .product-subtotal{
    font-size: 24px!important;
  }
  li.dug_cart_item .dug_cart_qty_content p{
    font-size: 20px!important;
  }
  #dug_checkout_products_list .dug_review_line .includes_tax{
    display: block;
  }
  #dug_checkout_products_list .dug_review_line a {
    color: #b81c23;
  }
  #dug_floa_modal .modal-inset{
    padding: 30px 15px;
  }
  #dug_floa_modal {
    width: 92%;
  }

  #dug_ship-to-different-address {
    margin: 0;
  }
  #ship-to-different-address-checkbox {
    margin: 3px 10px 0 0!important;
  }
  #dug_ship-to-different-address > label > span,  #dug_ship-to-different-address > label > span {
    margin-left: 6px;
  }
  .woocommerce-checkout .woocommerce-shipping-fields{
    padding: 10px 15px;
  }
  #dug_checkout_goto_step_3_container{
    justify-content: center;
    margin-top: 15px;
  }

  .woocommerce-checkout #payment ul.payment_methods li input{
    position: absolute;
    margin-left: -20px !important;
    margin-top: 16px !important;
  }

  .payment_method_custom-floa-gateway label {
    align-items: flex-start;
  }

  #dug_payment_modal_cta_trigger {
    padding: 15px 30px 15px 40px;
  }

  #dug_custom_gateways_listing .dug_cards_logos img{
    margin: 0 !important;
  }

  .payment_method_custom-floa-gateway label img {
    margin-top: 0.2rem !important;
  }

}

@media only screen and (max-width :426px) {
  #ppc-button-ppcp-gateway {
    margin-bottom: 45px;
  }
}

