.avada-myaccount-user {display: none!important;}
.yews-cart {
    margin-bottom: 40px;
}
.yews-cart .woocommerce .woocommerce-content-box.full-width {
    width: 100%;
    display: block;
    float: none;
}
.yews-cart .cart-collaterals, .yews-cart .coupon {display: none;}
.yews-cart .avada-cart-actions .actions>.button {
    visibility: visible!important;
    position: initial!important;
    display: block!important;
    height: auto!important;
	float: right;
}

small.includes_tax {white-space: nowrap;}


/* Woocommerce Checkout */

.avada-myaccount-user-column .view-cart a {
    color: #fff;
    background: #233593;
    padding: 10px 15px 10px 40px;
    display: inline-flex;
}
.avada-myaccount-user-column .view-cart a:hover {
    background: #87cac0 !important;
}
.page-id-16 .woocommerce #customer_details {
    display: inline-block;
    width: 50% !important;
    float: left;
    padding-right: 30px;
}
.woocommerce .checkout #customer_details .col-1,
.woocommerce .checkout #customer_details .col-2 {
    padding: 0 !important;
}
.page-id-16  .woocommerce .woocommerce-content-box.full-width {
    width: calc(50% - 1px) !important;
    display: inline-block;
    float: left;
    padding: 0 !important;
}
.woocommerce .checkout_coupon {
    width: 100% !important;
}
.woocommerce #customer_details .col-1,
.woocommerce #customer_details .col-2 {
    width: 100% !important;
    margin: 0 !important;
}
.woocommerce .checkout .clearboth {
    display: none !important;
}
.woocommerce #customer_details .col-1,
.woocommerce #customer_details .col-2,
.woocommerce .checkout_coupon,
.woocommerce-content-box.full-width {
    border: 0 !important;
}
#customer_details h3, #order_review_heading,
.woocommerce-account-fields p.create-account {
    font-size: 22px !important;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px !important;
    color: #fff !important;
    background: #6fb5aa;
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}
#customer_details .woocommerce-billing-fields h3:before {
    content: '1';
}
/*#customer_details .woocommerce-shipping-fields h3:before {
    content: '2';
}*/
#order_review_heading:before {
    content: '2';
}
#customer_details h3:before, #order_review_heading:before {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    padding: 4px 10px;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    border: #fff solid 2px;
    font-size: 24px;
}
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-additional-fields,
#customer_details .woocommerce-shipping-fields__field-wrapper{
    padding: 30px;
    border: #87cac0 2px solid !important;
    /*border-width: 0 2px 2px;*/
    margin-bottom: 30px;
}
#customer_details .woocommerce-billing-fields__field-wrapper{
    margin-bottom: 0 !important;
}
/*#customer_details .woocommerce-shipping-fields__field-wrapper {
    margin-bottom: -55px !important;
    border-bottom: 0 !important;
}*/
.woocommerce input[type="text"], .woocommerce input[type="tel"],
.woocommerce input[type="email"], .woocommerce span.select2-selection,
.woocommerce textarea, .woocommerce .woocommerce-additional-fields select {
    padding: 12px 10px !important;
    margin: 0 !important;
    font-size: 15px !important;
    color: #000 !important;
    border: #d2d2d2 solid 1px !important;
    height: 44px !important;
    outline: none !important;
    border-radius: 0 !important;
}
.select2-selection__rendered {
    line-height: 1.3 !important;
}
.woocommerce input[type="text"]:hover, .woocommerce input[type="tel"]:hover,
.woocommerce input[type="email"]:hover, .woocommerce span.select2-selection:hover,
.woocommerce input[type="text"]:focus, .woocommerce input[type="tel"]:focus,
.woocommerce input[type="email"]:focus, .woocommerce span.select2-selection:focus,
.woocommerce textarea:hover, .woocommerce .woocommerce-additional-fields select:hover,
.woocommerce textarea:focus, .woocommerce .woocommerce-additional-fields select:focus {
    border-color: #1f8474 !important;
    transition: all .3s ease-in;
}
.product-thumbnail img {
    border: #87cac0 solid 2px;
}
.woocommerce .woocommerce-content-box.full-width.checkout_coupon {
    padding: 30px !important;
    border: #87cac0 solid 2px !important;
}
.avada-myaccount-user-column.message .msg {
    text-transform: uppercase;
    font-weight: 600;
    color: #233593;
}
.avada-myaccount-user-column.message a, .avada-myaccount-user-column.username .not-user {
    display: block !important;
    text-transform: lowercase;
    font-size: 18px;
}
.avada-myaccount-user-column.username .not-user {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px !important;
}
.avada-myaccount-user .username .hello {
    color: #233593 !important;
    padding-left: 20px !important;
}
.avada-myaccount-user .username .hello:before {
    display: none !important;
}
.avada-myaccount-user-column, .avada-myaccount-user {
    border: 0 !important;
}
.avada-myaccount-user-column {
    border-left: #c1c1c1 solid 2px !important;
    padding: 0 20px !important;
}
.avada-myaccount-user-column.username {
    padding: 0 !important;
}
.woocommerce-shipping-fields #ship-to-different-address {
    background: #6fb5aa !important;
    -webkit-clip-path: none !important;
    clip-path:  none !important;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    margin-top: 20px;
}
.woocommerce-account-fields {
    background: #6fb5aa !important;
    -webkit-clip-path: none !important;
    clip-path:  none !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin-top: 20px;
    position: relative;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox .input-checkbox,
.woocommerce-account-fields .input-checkbox {
    margin-top: -1px !important;
}
.shop_table.woocommerce-checkout-review-order-table{
    border-collapse: separate!important;
}
.shop_table.woocommerce-checkout-review-order-table,
#payment.woocommerce-checkout-payment{
    padding: 30px;
    border: #87cac0 solid;
    border-width: 0 2px 2px;
    margin-bottom: 30px;
}
#payment.woocommerce-checkout-payment:before{
    content: "Choose Payment Type";
    font-size: 18px !important;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    padding: 17px 15px 17px 65px !important;
    color: #fff;
    background: #6fb5aa;
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    margin-bottom: 0 !important;
    border-bottom: 0 !important;.product-thumbnail img
    display: block;
    position: absolute;
    left: -2px;
    top: -55px;
    width: 101%;
    box-sizing: border-box;
}
#payment.woocommerce-checkout-payment:after{
    content: "3";
    color: #ffffff;
    margin-right: 10px;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    border: #fff solid 2px;
    font-size: 24px;
    left: 15px;
    top: -45px;
    display: inline-block;
    position: absolute;
    width: 37px;
    height: 37px;
    line-height: 34px !important;
    box-sizing: border-box;
}
#payment.woocommerce-checkout-payment{
    margin-top: 90px;
    position: relative !important;
}
.checkout .payment_methods{
    margin-top: 0!important;
}
.checkout .payment_methods li.payment_method_paypal {
    padding-bottom: 10px !important;
}
.checkout .select2-selection__arrow {
    height: 44px !important;
}
.checkout.shop_table {
    margin-bottom: 10px !important;
}
.checkout .shop_table td {
    padding: 0 !important;
    height: 100%;
}
.checkout .shop_table tfoot th, .checkout .shop_table tfoot td {
    border-bottom: #e0e0e0 1px solid;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.checkout .shop_table tfoot tr:first-child td,
.checkout .shop_table tfoot tr:first-child th,
.checkout .shop_table .cart_item td {
    border-top: #e0e0e0 1px solid;
}
.checkout .shop_table .cart_item td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.checkout .woocommerce-additional-fields select {
    width: 100%;
    height: 44px !important;
    padding: 12px 10px !important;
}
.checkout .mailchimp-newsletter {
    margin-top: 20px !important;
    position: relative;
}
.checkout .mailchimp-newsletter .input-checkbox {
    position: absolute;
}
.checkout .mailchimp-newsletter label {
    display: block !important;
}
.checkout .mailchimp-newsletter label span {
    margin-left: 30px;
    display: block;
    margin-top: -2px;
}
.woocommerce-content-box h2.fusion-responsive-typography-calculated {
	font-size: 18px;
	line-height: 24px;
}
#customer_details .woocommerce-shipping-fields {
    margin-bottom: 20px !important;
    position: relative;
}
#customer_details .validate-state .select-arrow {
    visibility: hidden;
}
.woocommerce .promo-code-heading {
    font-size: 22px !important;
    line-height: 30px !important;
    text-transform: uppercase;
}
.woocommerce .wrapper-submenu .button {
    background: #1f8474;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    margin-right: 10px;
}
.woocommerce .wrapper-submenu .cart-toggle:after {
	content: '\f07a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: 10px;
}
.woocommerce .wrapper-submenu .coupon-toggle:after {
    content: '\f02b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-content-box.full-width {
    width: 100% !important;
    margin-bottom: 20px;
}
.woocommerce-cart-form .woocommerce-content-box h2 {
    font-size: 22px !important;
    line-height: 36px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px !important;
    color: #fff !important;
    background: #6fb5aa;
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    margin-bottom: 20px !important;
    border-bottom: 0 !important;
}
.woocommerce .cart_item .product-title {
    font-size: 16px !important;
    line-height: 24px !important;
}
.woocommerce-cart-form .woocommerce-content-box .shop_table td {
    padding: 10px 0 !important;
}
.woocommerce .billing-details-toggle {
    position: absolute;
    top: 1px;
    right: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #1f8474;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-billing-fields {
    position: relative;
}
.woocommerce .wrapper-coupon-contents {
    width: 100% !important;
}
.woocommerce .checkout_coupon .coupon-contents {
    float: none !important;
}
.woocommerce .checkout_coupon .coupon-input {
    display: table;
    width: 80% !important;
}
.woocommerce .checkout_coupon .coupon-input label {
    display: table-cell;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce .checkout_coupon .coupon-input .input-text {
    display: table-cell;
}
.woocommerce-checkout-review-order .product-name .product-thumbnail {
    display: table-cell !important;
    padding-right: 10px !important;
    float: none !important;
}
.woocommerce-checkout-review-order .product-name .product-info {
    display: table-cell !important;
    vertical-align: middle;
    margin-top: 0 !important;
}
.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
    display: inline !important;
}
.woocommerce-checkout #payment input#payment_method_stripe {
    position: inherit !important;
}


/* Custom Checkboxes*/

p.validate-required {
    position: relative;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox input,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox input,
.validate-required label.woocommerce-form__label-for-checkbox input {
    display: inline-block;
    width: auto;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"],
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"],
.validate-required label.woocommerce-form__label-for-checkbox > input[type="checkbox"] {
    visibility: hidden;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox,
.validate-required label.woocommerce-form__label-for-checkbox {
    margin-left: 20px;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input + span,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input + span,
.validate-required label.woocommerce-form__label-for-checkbox > input + span {
    cursor: pointer;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:hover:before,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:hover:before {
  border: 2px solid #b8fdf2 !important;
}
.validate-required label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:hover:before {
  border: 1px solid #1f8474 !important;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:before,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:before {
    content: "\2713";
    width:18px;
    height:18px;
    text-align: center;
    line-height: 18px;
    border: 2px solid #ffffff;
    position: absolute;
    left: 20px;
    top: 18px;
    color: transparent;
    transition: all 0.4s ease 0s;
}
.validate-required label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:before {
    content: "\2713";
    width:18px !important;
    height:18px !important;
    text-align: center !important;
    line-height: 18px !important;
    border: 1px solid #c3c3c3 !important;
    position: absolute;
    left: 0px;
    top: 1px;
    background: #fff !important;
    color: transparent !important;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"]:checked + span:before,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"]:checked + span:before {
    display: inline-block;
    content: "\2713";
    color: #fff;
    font-weight: bold !important;
}
.validate-required label.woocommerce-form__label-for-checkbox > input[type="checkbox"]:checked + span:before {
    display: inline-block;
    content: "\2713";
    color: #1f8474 !important;
    font-weight: bold !important;
}
.validate-required label.woocommerce-form__label-for-checkbox > input[type="checkbox"] {
    position: absolute;
}
.validate-required label.woocommerce-form__label-for-checkbox > input + span {
    padding-left: 10px;
}

.mailchimp-newsletter input[type=checkbox] {
    visibility: hidden !important;
}
.mailchimp-newsletter input[type=checkbox] + label:before {
    content: "\2713";
    width:18px !important;
    height:18px !important;
    text-align: center !important;
    line-height: 18px !important;
    border: 1px solid #c3c3c3 !important;
    position: absolute;
    left: 0px;
    top: 1px;
    background: #fff !important;
    color: transparent !important;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.mailchimp-newsletter input[type=checkbox] + label:hover:before {
    border: 1px solid #1f8474 !important;
}
.mailchimp-newsletter input[type=checkbox]:checked + label:before {
    display: inline-block;
    content: "\2713";
    color: #1f8474 !important;
    font-weight: bold !important;
}

form.checkout .woocommerce-checkout-review-order .shop_table tfoot th {
    width: 65%;
}
.checkout .payment_methods li, li.wc_payment_method {
    position: relative !important;
}
li.wc_payment_method > label img {
    margin-right: 5px !important;
}
#shipping_method li {
	margin-bottom: 8px;
}
li.wc_payment_method > label, #shipping_method li > label {
    padding-left: 10px !important;
    position: relative !important;
    top: 6px;
}
li.wc_payment_method > input[type=radio] {
    visibility: hidden;
}
#shipping_method li > input[type=radio] {
    visibility: hidden;
    position: absolute;
}
li.wc_payment_method > input[type=radio] + label:before, #shipping_method li > input[type=radio] + label:before {
    content: "\2713";
    width:18px !important;
    height:18px !important;
    text-align: center !important;
    line-height: 18px !important;
    border: 1px solid #c3c3c3 !important;
    position: absolute;
    left: -18px;
    top: -2px;
    background: #fff !important;
    color: transparent !important;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
li.wc_payment_method > input[type=radio] + label:hover:before, #shipping_method li > input[type=radio] + label:hover:before {
    border: 1px solid #1f8474 !important;
}
li.wc_payment_method > input[type=radio]:checked + label:before, #shipping_method li > input[type=radio]:checked + label:before {
    display: inline-block;
    content: "\2713";
    color: #1f8474 !important;
    border-color: #5bc3b3 !important;
    font-weight: bold !important;
}
li.wc_payment_method > input[type=radio]:checked + label  {
    color: #fff !important;
}
li.wc_payment_method > input[type=radio]:checked + label a {
    color: #fff !important;
    font-size: 15px;
}



/* Responsive */

@media screen and (max-width: 1100px) {

.woocommerce .avada-myaccount-user {
    display: none !important;
}
#customer_details h3, #order_review_heading, .woocommerce-account-fields p.create-account {
    font-size: 18px !important;
}
.woocommerce-info {
    display: inline-block !Important;
    width: 100% !Important;
}
}



@media screen and (max-width: 1027px) {

.woocommerce .checkout_coupon .coupon-input {
    width: 70% !important;
}
}



@media screen and (max-width: 900px) {

.checkout .payment_methods li.payment_method_paypal img {
    margin-top: 0 !important;
}
}



@media screen and (max-width: 800px) {

.woocommerce #customer_details {
    width: 100% !important;
    padding-right: 0 !important;
}
.page-id-16 .woocommerce #customer_details {
    width: 100% !important;
}
.woocommerce-checkout .avada-myaccount-user .avada-myaccount-user-column {
    padding-left: 20px !important;
    padding-bottom: 5px !important;
    height: auto !important;
}
.woocommerce-checkout .avada-myaccount-user .avada-myaccount-user-column span {
    padding-left: 0 !important;
}
.woocommerce .checkout_coupon .coupon-input {
    width: 100% !important;
}
.woocommerce .checkout_coupon .coupon-input label {
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
}
.woocommerce .checkout_coupon .coupon-button {
    width: 100%;
    display: block !important;
    float: none !important;
}
.woocommerce .checkout_coupon .coupon-button .button {
    width: 100%;
}
.checkout-heading .checkout-title h1 {
    text-align: center !important;
    color: #fff !important;
    font-size: 26px !important;
    line-height: 34px !important;
}
.checkout-heading .checkout-title {
    background: #1f8474;
    padding: 25px 10px 10px;
    margin-top: 20px !important;
}
.checkout-heading {
    padding: 0 !important;
    margin-bottom: 30px !important;
}
.checkout-heading .logo img {
    width: 260px !important;
    height: auto !important;
}
.woocommerce-cart-form .woocommerce-content-box h2 {
    font-size: 18px !important;
    line-height: 32px !important;
}
.woocommerce-checkout-review-order .shop_table .product-thumbnail img {
    width: 80px !important;
}
#payment.woocommerce-checkout-payment:before {
    font-size: 18px !important;
    top: -52px !important;
}
}



@media screen and (max-width: 600px) {

#billing_first_name_field, #billing_last_name_field,
#shipping_first_name_field, #shipping_last_name_field {
    width: 100% !important;
}
}


@media screen and (max-width: 470px) {

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: initial !important;
}
#customer_details h3, #order_review_heading, .woocommerce-account-fields p.create-account,
#payment.woocommerce-checkout-payment:before, .woocommerce-cart-form .woocommerce-content-box h2 {
    -webkit-clip-path: none !important;
    clip-path:  none !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.checkout .payment_methods > li label img {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    right: -2px;
    top: -4px;
    width: auto;
    height: 30px;
}
.woocommerce .wrapper-submenu .button {
    padding: 10px 11px !important;
    font-size: 12px !important;
    margin-bottom: 30px !important;
}
.woocommerce .wrapper-submenu .cart-toggle:after {
    margin-left: 5px !important;
}
.woocommerce .wrapper-submenu .button {
    margin-right: 8px !important;
}
.woocommerce .billing-details-toggle {
    font-size: 12px !important;
    line-height: 26px !important;
}
.checkout-heading .checkout-title {
    padding: 20px 10px 5px !important;
    margin-top: 10px !important;
}
.checkout-heading .checkout-title h1 {
    font-size: 20px !important;
    line-height: 26px !important;
}
#customer_details h3:before, #order_review_heading:before {
    font-size: 17px !important;
    line-height: 21px !important;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:before,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] + span:before {
    top: 17px !important;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"],
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input[type="checkbox"] {
    position: absolute;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox > input + span,
.woocommerce-account-fields label.woocommerce-form__label-for-checkbox > input + span {
    padding-left: 16px;
    display: inline-block;
    line-height: 22px;
    margin-top: -5px;
}
.woocommerce-cart-form .woocommerce-content-box h2 {
    line-height: 22px !important;
}
.woocommerce .woocommerce-content-box.full-width.checkout_coupon,
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-additional-fields,
#customer_details .woocommerce-shipping-fields__field-wrapper,
.shop_table.woocommerce-checkout-review-order-table,
#payment.woocommerce-checkout-payment {
    padding: 15px !important;
}
.woocommerce-checkout-review-order .product-name .product-thumbnail,
.woocommerce-checkout-review-order .product-name .product-info {
    display: block !important;
    padding-right: 0 !important;
    width: 100% !important;
}
.woocommerce-checkout-review-order .product-name .product-thumbnail {
    margin-bottom: 10px !important;
}
.woocommerce-checkout-review-order .shop_table .product-name {
    width: 100% !important;
}
.woocommerce-checkout-review-order .shop_table .product-name {
    width: 100% !important;
}
form.checkout .woocommerce-checkout-review-order .shop_table tfoot th {
    padding-right: 10px !important;
    width: 40% !important;
    text-align: left !important;
}
form.checkout .woocommerce-checkout-review-order .shop_table tfoot td  {
    width: 60% !important;
    text-align: right !important;
}
.checkout .payment_methods li {
    border-bottom: #d6d6d6 1px solid;
    margin-bottom: 2px !important;
    margin-top: 0px !important;
}
li.wc_payment_method > input[type=radio] {
    position: absolute;
}
li.wc_payment_method > input[type=radio] + label:before {
    left: 5px !important;
    top: 0 !important;
}
li.wc_payment_method > label {
    display: block !important;
    padding-left: 32px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
}
li.wc_payment_method .zip-widget-wrapper {
    padding: 0 !important;
}
.woocommerce-privacy-policy-text {
    margin-top: 25px !important;
}
.woocommerce .billing-details-toggle {
    top: 0 !important;
    right: 5px !important;
    margin-top: 8px !important;
}
.wc-stripe-elements-field {
    margin-bottom: 0 !important;
}
.checkout .payment_methods li p {
    margin-bottom: 10px !important;
}
.checkout .payment_methods li #afterpay-logo {
    margin-top: 5px !important;
}
.checkout .payment_methods li.payment_method_paypal {
    padding-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
    display: block !important;
}
.woocommerce-checkout #payment input#payment_method_stripe {
    position: absolute !important;
}
#wc-stripe-cc-form .form-row {
    margin-bottom: 6px !important;
}
}



@media screen and (max-width: 360px) {

.checkout .payment_methods {
    padding-top: 20px !important;
}
.checkout #payment.woocommerce-checkout-payment {
    padding: 15px 10px !important;
}
li.wc_payment_method label {
    font-size: 14px !important;
}
.checkout .payment_methods > li label img {
    top: -2px !important;
    height: 24px !important;
}
}
