body {
    
    background-color: #C9D0FF !important;
}

.wcf-embed-checkout-form-two-step .woocommerce, .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .steps.wcf-current {
    background-color: #d9deff;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table {
    background-color: transparent !important;
    border: 1px solid #686C6D !important;
    border-radius: 10px !important;
}

.wcf-embed-checkout-form .woocommerce .wcf-product-name {
    font-size: 12px !important;
}

.wcf-embed-checkout-form .woocommerce .wcf-product-image .wcf-product-thumbnail {
    
    display: none !important;
}

.quantity {
    display: none !important;
}

.wcf-product-name a.remove {
   display: inline-table;
    max-width: 20px;
    vertical-align: bottom;
}

.woocommerce a.remove:hover {

    background: transparent !important;
}

.wcf-embed-checkout-form table.shop_table tbody tr.cart_item td.product-name {
    width: 150% !important;
}

.woocommerce-message a {
    display: none !important;
}


.select2-search.select2-search--dropdown, .select2-dropdown.select2-dropdown--below {
    background-color: #d9deff !important;
}

.select2-search__field {
    display: none;
}

.select2-dropdown.select2-dropdown--below {
    border-width: 0 1px 1px 1px;
    border-color: #686C6D;
}


.wcf-embed-checkout-form-two-step .woocommerce, .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .steps.wcf-current {
    background-color: #d9deff !important;
}

.wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps div.step-one, .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps div.step-two {
    background-color: #dcdde1 !important;
}

input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

html, body {
    overflow-x: hidden;
}

.wcf-embed-checkout-form #payment ul.payment_methods li {
    background-color: #cad1fe!important;
    padding: 8px 20px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.wcf-embed-checkout-form .woocommerce-checkout #payment ul.payment_methods {
    
    padding-left: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: bottom;
    margin: 0 10px 0 0;
    float: left;
    max-width: 25px;
}

.wcf-embed-checkout-form .woocommerce #payment input[type="radio"] {
    
    float: right;
    margin-top: 8px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 20px !important;
    width: 20px !important;
    transition: all 0.15s ease-out 0s;
    border: 1px solid #236bf8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    z-index: 1000;

}

.wcf-embed-checkout-form .woocommerce #payment input[type="radio"]:checked {
  background: #236bf8;
}        
       
.wcf-embed-checkout-form .woocommerce #payment input[type="radio"]:checked::before {
  width: 20px !important;
  height: 20px !important;
  display:flex !important;
  content: "\f00c" !important;
  font-size: 12px !important;
  font-weight:900 !important;
  position: absolute !important;
  align-items:center !important;
  justify-content:center !important;
  font-family:'Font Awesome 5 Free' !important;
  background-color: transparent !important;
  text-indent: 0 !important;
  margin: 0 !important;
  color: white;
  
} 

.wcf-embed-checkout-form .woocommerce #payment input[type="radio"]:focus {
    border-color: white !important;
    box-shadow: 0 0 2px rgba( 255, 255, 255, 0.8 ) !important;
}

.wcf-embed-checkout-form .woocommerce .woocommerce-error {
    
    display: none !important;
}

#wcf_custom_coupon_field {
    
    padding: 0 !important;
    margin: 0 !important;
}


#dark-logo {
    display: none !important;
}

/* Hide fields */

#billing_billing_device_field, #billing_billing_mac_address_field {
    display: none !important;
}