.new-checkout-container {
    margin-top: 0;
    position: relative;
    /* padding-top: 56px; */
}

.new-checkout-container * {
    font-size: inherit;
    line-height: inherit;
}

.new-checkout-container + footer.footer {
    margin-top: 0;
}

.new-checkout-container + footer.footer .newsletter-wrapper {
    display: none;
}

.new-checkout-container nav.woocommerce-breadcrumb, 
.new-checkout-container nav.woocommerce-breadcrumb a {
    font-size: 14px;
    font-weight: 500;
    color: #B3B3B3;
}

.new-checkout-container nav.woocommerce-breadcrumb {
    position: absolute;
    top: 35px;
    right: 42px;
    width: 62.66%;
}

.new-checkout-container nav.woocommerce-breadcrumb a:hover {
    color: #666;
}

.new-checkout-container img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.checkout-detail-container {
    padding: 0 47px;
}

.new-checkout-container .woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
}

.new-checkout-container .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
    padding-top: 80px;
    padding-right: 40px;
}

.new-checkout-container .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    list-style-position: inside;
    font-size: 16px;
}

.new-checkout-container .woocommerce-NoticeGroup ~ .shipping-method-holder, 
.new-checkout-container .woocommerce-NoticeGroup ~ .address-holder {
    margin-top: 0;
}

.new-checkout-container .woocommerce-checkout .address-holder {
    flex-basis: 36.94%;
    max-width: 36.94%;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
}

.new-checkout-container .woocommerce-checkout .shipping-method-holder {
    flex-basis: 27.917%;
    max-width: 27.917%;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
}

.new-checkout-container .shipping-method-holder ul#shipping_method {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.shipping-method-holder .delivery-option > li {
    padding: 0 0 10px;
}

.shipping-method-holder .delivery-option > li label {
    font-weight: 400;
    display: block;
    position: relative;
    margin: 0;
}

.shipping-method-holder .delivery-option > li input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.shipping-method-holder .delivery-option > li .method-option {
    position: relative;
    font-weight: 400;
    font-size: .75rem;
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 7px;
    border: 1px solid #ccc;
    min-height: 3.125rem;
}

.shipping-method-holder .delivery-option > li .method-option span {
    font-size: inherit;
}

.shipping-method-holder .delivery-option > li .method-option span.method-detail {
    flex: 1;
}

.shipping-method-holder .delivery-option > li .method-option .amount {
    font-weight: 500;
    opacity: 0.5;
}

.shipping-method-holder .delivery-option > li .fake-input {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #000;
    position: relative;
    top: 5px;
}

.shipping-method-holder .delivery-option > li .fake-input:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000;
    width: 11px;
    height: 11px;
    opacity: 0;
}

.shipping-method-holder .delivery-option > li input[type="radio"]:checked ~ .method-option .fake-input:before {
    opacity: 1;
}

.shipping-method-holder .delivery-option > li .method-detail {
    padding: 0 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.shipping-method-holder .delivery-option > li .method-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shipping-method-holder .delivery-option > li .method-option span.method-info {
    line-height: 1.2;
    color: rgba(26, 26, 26, .5);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.shipping-method-holder .delivery-option > li .method-detail strong {
    order: 4;
    width: 100%;
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.shipping-method-holder .delivery-option > li .method-detail .method-list {
    width: 100%;
    order: 4;
    margin: 0 -5px;
    padding: 0 0 9px 0;
    list-style: none;
    font-size: 12px;
    column-count: 2;
}

.shipping-method-holder .delivery-option > li .method-detail .method-list li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 5px;
}

.shipping-method-holder .delivery-option > li #shipping_method_0_local_pickup11 + .method-option {
    border-bottom: 0;
}

.shipping-method-holder .delivery-option > li .shipping-method-description {
    margin-top: -1px;
    border: 1px solid #ccc;
    border-top: none;
}

.shipping-method-holder .delivery-option > li .shipping-method-description strong, 
.shipping-method-holder .delivery-option > li .shipping-method-description table {
    padding: 6px 13px 6px 40px;
    margin: 0;
    border-collapse: separate;
    width: 100%;
}

.shipping-method-holder .delivery-option > li .shipping-method-description strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.5;
}

.shipping-method-holder .delivery-option > li .shipping-method-description table td {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #1a1a1a;
}

.woocommerce-checkout .new-checkout-container #order_comments_field {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    display: block;
}

.woocommerce-checkout .new-checkout-container #order_comments_field .input-text {
    height: 112px;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #fff !important;
    border: 1px solid #CBCBCB;
    color: #191919 !important;
}

.new-checkout-container .checkout-promo-box {
    margin-top: 15px;
    border: 1px solid #9A9898;
    padding: 15px 10px;
}

.new-checkout-container .checkout-promo-box .promo-title {
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
}

.new-checkout-container .checkout-promo-box .promo-slider {
    margin: 0;
}

.new-checkout-container .checkout-promo-box .promo-slider .slick-arrow {
    position: absolute;
    top: 22%;
    left: -10px;
    background: none;
    border: none;
    padding: 0;
    /* line-height: 1; */
    width: 20px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-checkout-container .checkout-promo-box .promo-slider .slick-arrow.next-arrow {
    left: auto;
    right: -10px;
}

.new-checkout-container .checkout-promo-box .promo-slider .slick-arrow svg {
    width: 10px;
    height: 15px;
}

.promo-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.promo-slider .slide {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
}

.new-checkout-container .checkout-promo-box .product-col {
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.promo-slider .product-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.promo-slider .product-item .btn-holder {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.new-checkout-container .checkout-promo-box .product-col .product-img {
    margin-bottom: 7px;
}

.new-checkout-container .checkout-promo-box .slide img {
    max-width: 100%;
}

.new-checkout-container .checkout-promo-box .product-col .product-name {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    color: #191919;
    line-height: 1.5;
    font-weight: 400;
}

.new-checkout-container .checkout-promo-box .product-col .product-name a {
    font-size: inherit;
}

.new-checkout-container .checkout-promo-box .product-col .product-price {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 5px;
}

.new-checkout-container .checkout-promo-box .product-col .product-price span {
    font-size: inherit;
    color: inherit;
    padding: 0;
}

.new-checkout-container .checkout-promo-box .product-col .checkout-btn-cart {
    min-width: 85px;
    min-height: 25px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    padding: 5px 10px;
    border: 1px solid #000;
}

.new-checkout-container .checkout-promo-box .product-col .checkout-btn-cart:hover {
    background: #fff;
    color: #000;
}

.new-checkout-container .woocommerce-checkout .checkout-review {
    flex-basis: 33.542%;
    max-width: 33.542%;
    padding-left: 30px;
    padding-right: 30px;
}

.new-checkout-container .woocommerce-checkout .checkout-review .checkout-review-inner {
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    padding: 70px 40px 0;
    height: 100%;
}

.new-checkout-container .woocommerce-checkout .checkout-review .cart-header {
    padding: 0;
    text-align: center;
}

.new-checkout-container .woocommerce-checkout .checkout-review .cart-heading {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.new-checkout-container .checkout-review .cart-notice {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.new-checkout-container .checkout-review .cart-items-promo-holder {
    margin-top: 20px;
}

.new-checkout-container .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.25;
    padding: 0;
    margin-bottom: 30px;
}

.new-checkout-container .cart-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.new-checkout-container .cart-item .product-image {
    -ms-flex-preferred-size: 145px;
    flex-basis: 145px;
    max-width: 145px;
}

.new-checkout-container .cart-item .product-name-holder {
    -ms-flex-preferred-size: calc(100% - 145px);
    flex-basis: calc(100% - 145px);
    max-width: calc(100% - 145px);
    color: #3e3e3e;
    padding: 0 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new-checkout-container .cart-item .product-name-holder > div, 
.new-checkout-container .cart-item .product-name-holder > strong {
    flex: 1;
}

.new-checkout-container .cart-item .product-name {
    display: block;
    font-weight: 600;
    padding: 0;
}

.new-checkout-container .cart-item .cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.new-checkout-container .cart-item .jcf-number {
    border: 1px solid #AFAEAE;
    width: 54px;
    height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-checkout-container .cart-item .jcf-number .jcf-real-element {
    border: none;
    border-radius: 0;
    width: calc(100% - 30px);
    padding: 0;
    text-align: center;
    order: 2;
    -moz-appearance: textfield;
    font-weight: 400;
}

.new-checkout-container .cart-item .jcf-number .jcf-real-element::-webkit-outer-spin-button,
.new-checkout-container .cart-item .jcf-number .jcf-real-element::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.new-checkout-container .cart-item .jcf-number > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.new-checkout-container .cart-item .jcf-number .jcf-btn-inc {
    order: 1;
    margin-right: 5px;
}

.new-checkout-container .cart-item .jcf-number .jcf-btn-inc::before {
    content: '+';
    font-size: 15px;
    font-weight: 400;
}

.new-checkout-container .cart-item .jcf-number .jcf-btn-dec {
    order: 3;
    margin-left: 5px;
}

.new-checkout-container .cart-item .jcf-number .jcf-btn-dec::before {
    content: '-';
    font-size: 23px;
    font-weight: 400;
}

.new-checkout-container .cart-item .product-amt-btn-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.new-checkout-container .cart-item .product-amount {
    color: #e1e1e1;
    font-weight: 700;
    font-size: 16px;
    flex: 1;
}

.new-checkout-container .cart-item .product-amount .product-qty {
    font-weight: 500;
}

.new-checkout-container .cart-item .product-amount .product-qty strong {
    font-weight: inherit;
}

.new-checkout-container .cart-item .product-amount del {
    margin-left: 7px;
    opacity: 0.4;
}

.new-checkout-container .cart-item .cart-remove {
    color: #1a1a1a;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #1a1a1a;
    text-align: center;
    overflow: hidden;
    position: relative;
    text-indent: 100px;
    display: inline-block;
    opacity: 0.15;
}

.new-checkout-container .cart-item .cart-remove:hover {
    opacity: 0.75;
}

.new-checkout-container .cart-item .cart-remove:after, 
.new-checkout-container .cart-item .cart-remove:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 12px;
    top: 1px;
    left: 0;
    background: #1a1a1a;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin: auto;
}

.new-checkout-container .cart-item .cart-remove:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new-checkout-container .cart-item .cart-remove:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.new-checkout-container .promo-code-block {
    width: 100%;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.new-checkout-container .promo-code-block .promo-code-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    min-height: 40px;
    position: relative;
}

.new-checkout-container .promo-code-block .promo-code-header::after {
    content: "+";
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 23px;
}

.new-checkout-container .promo-code-block .promo-code-title {
    flex: 1;
    color: #191919;
}

.new-checkout-container .coupon-drop-wrap {
    overflow: hidden;
    display: none;
    padding: 10px 0 20px 0;
    /* border-top: 1px solid #C4C4C4; */
}

.new-checkout-container .promo-code-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.new-checkout-container .promo-code-wrap .code-input {
    -ms-flex-preferred-size: calc(100% - 6.5rem);
    flex-basis: calc(100% - 6.5rem);
    max-width: calc(100% - 6.5rem);
    margin-right: .625rem;
}

.new-checkout-container .promo-code-wrap .code-input input[type="text"] {
    display: block;
    width: 100%;
    background: #fff !important;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    height: calc(2rem + 2px);
    font-size: .75rem;
    line-height: 1.5;
    padding: .4375rem;
    color: #000;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

.new-checkout-container .promo-code-wrap .btn-promo {
    border: 1px solid #000;
    height: calc(2rem + 2px);
    font-size: .75rem;
    line-height: 1.5;
    padding: .4375rem .6875rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    -ms-flex-preferred-size: 5.25rem;
    flex-basis: 5.25rem;
    max-width: 5.25rem;
    min-width: 5.25rem;
    -webkit-transition: .25s ease-in-out background, .25s ease-in-out color, .25s ease-in-out border;
    transition: .25s ease-in-out background, .25s ease-in-out color, .25s ease-in-out border;
    cursor: pointer;
}

.new-checkout-container .cart-footer {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0 !important;
    border: none;
}

.new-checkout-container .cart-footer .form-row {
    margin: 0;
}

.new-checkout-container .cart-footer .total-wrp .cart-discount, 
.new-checkout-container .cart-footer .total-wrp .sub-total {
    color: #1A1A1A;
}

.new-checkout-container .cart-footer .total-wrp .cart-discount .woocommerce-Price-amount.amount {
    display: inline-block;
    padding-right: 5px;
}

.new-checkout-container .total-wrp {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 20px;
}

.new-checkout-container .cart-footer .total-wrp .amout-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* .new-checkout-container .cart-footer .total-wrp .order-total .amout-row {
    margin-bottom: 0;
} */

.new-checkout-container .cart-footer .total-wrp .amout-row strong, 
.new-checkout-container .cart-footer .total-wrp .amout-row .amount-title {
    flex: 1;
}

.new-checkout-container .cart-footer .total-wrp .amout-row strong {
    font-weight: 400;
    text-transform: uppercase;
}

.new-checkout-container .cart-footer .total-wrp .amout-row strong.amount-title {
    font-weight: 600;
}

.new-checkout-container .cart-footer .total-wrp .order-total .amout-row strong {
    font-weight: 600;
}

.new-checkout-container .cart-footer .total-wrp .cart-amount {
    font-size: 16px;
    font-weight: 600;
}

.new-checkout-container .place-order {
    margin-top: 20px;
}

.new-checkout-container .checkout-terms {
    margin-bottom: 20px;
}

.new-checkout-container .checkout-terms .fake-input {
    width: 18px;
    height: 18px;
    top: 11px;
}

.new-checkout-container .cart-footer .btn-checkout, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: table;
    max-width: 400px;
    margin: 0 auto;
}

.woocommerce-checkout .new-checkout-container #payment #place_order {
    float: none;
}

.new-checkout-container .cart-footer .btn-checkout:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #fff;
    color: #000;
}

.new-checkout-container .cart-footer.paymenticonwrap {
    padding-top: 0 !important;
}

.new-checkout-container .payment-icons {
    text-align: center;
    margin-top: 15px;
}

.new-checkout-container .woocommerce-checkout .section-title {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #1f1f1f;
}

.new-checkout-container .woocommerce-checkout .already-account, 
.new-checkout-container .woocommerce-checkout .checkout-subtitle {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.new-checkout-container .woocommerce-checkout .already-account a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
}

.new-checkout-container .woocommerce-checkout .already-account a:hover {
    text-decoration: none;
}

.new-checkout-container .woocommerce-checkout .already-account a + a::before {
    content: "|";
    margin-left: 2px;
    margin-right: 5px;
}

.checkout_forms_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -5px 0;
}

.woocommerce-shipping-fields.checkout_forms_holder {
    margin-top: 0;
}

.woocommerce-checkout .new-checkout-container form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.woocommerce-checkout .new-checkout-container form .form-row .floating_input {
    position: relative;
    /* padding-top: 10px; */
}

.woocommerce-checkout .new-checkout-container form .form-row {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    -ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

.woocommerce-checkout .new-checkout-container form .form-row.hidden {
    display: none !important;
}

.woocommerce-checkout .new-checkout-container form .form-row.inline-input, 
.woocommerce-checkout .new-checkout-container form .form-row#billing_phone_field {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.woocommerce form .form-row label.sr-only {
    clip: inherit;
    height: auto;
    margin: 0;
    width: auto;
    line-height: 1;
    white-space: normal;
}

.woocommerce-checkout .new-checkout-container form .form-row label.sr-only {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    height: 2rem;
    padding: .4375rem .375rem .375rem;
    position: absolute;
    top: 9px;
    left: 17px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: calc(100% - 37px);
    background: #fff;
    -webkit-transition: .25s ease opacity, .25s ease font-size, .25s ease top, .25s ease line-height;
    transition: .25s ease opacity, .25s ease font-size, .25s ease top, .25s ease line-height;
}

.woocommerce-checkout .new-checkout-container form .form-row label.sr-only abbr.required {
    text-decoration: none;
}

.woocommerce-checkout .new-checkout-container form label.sr-only .optional {
    font-weight: 500;
    opacity: 0.5;
    padding-right: 5px;
}

.woocommerce-checkout .new-checkout-container form .form-row.focused label.sr-only, 
.woocommerce-checkout .new-checkout-container form .form-row.populated label.sr-only {
    line-height: 1;
    top: -4px;
    padding-top: 0;
    height: auto;
    padding-bottom: 0;
}

.woocommerce-checkout .new-checkout-container form .form-row label.sr-only .optional-tag {
    opacity: 0.5;
    font-size: inherit;
}

.woocommerce-checkout .new-checkout-container .woocommerce-additional-fields__field-wrapper .form-row.inline-input {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.woocommerce-checkout .new-checkout-container form .form-row .input-text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #CBCBCB;
    width: 100%;
    background: #fff !important;
    border-radius: 0;
    box-shadow: none;
    height: 46px;
    padding: 10px 18px;
    color: #191919 !important;
    outline: none;
}

.woocommerce-checkout .new-checkout-container form .form-row select.input-text {
    background-image: url(images/select-arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 18px) 50% !important;
    background-size: 10px !important;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.new-checkout-container .custom-checkbox {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 20px;
}

.woocommerce-checkout .new-checkout-container form .form-row .input-text::-webkit-input-placeholder {
    color: transparent !important;
}
  
.woocommerce-checkout .new-checkout-container form .form-row .input-text:-ms-input-placeholder {
    color: transparent !important;
}
  
.woocommerce-checkout .new-checkout-container form .form-row .input-text::placeholder {
    color: transparent !important;
}

.new-checkout-container .custom-checkbox .fake-label {
    font-size: 14px;
    line-height: 1.5;
    color: #191919;
    display: inline-block;
}

.new-checkout-container .custom-checkbox span {
    font-size: inherit;
}

.new-checkout-container .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.new-checkout-container .custom-checkbox .fake-input {
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .15s ease background;
    transition: .15s ease background;
}

.new-checkout-container .custom-checkbox input[type="checkbox"]:checked ~ .fake-input {
    background: #000;
}

.new-checkout-container .custom-checkbox .fake-input:before {
    content: "";
    width: 14px;
    height: 12px;
    opacity: 0;
    -webkit-transition: .15s ease opacity;
    transition: .15s ease opacity;
    line-height: 0;
    background-image: url(images/new-checkout-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.new-checkout-container .custom-checkbox input[type="checkbox"]:checked ~ .fake-input:before {
    opacity: 1;
}

.new-checkout-container .different-shipping-address {
    width: 100%;
    display: none;
    margin-bottom: 40px;
}

.new-checkout-container .different-shipping-address-inner {
    display: flex;
    flex-wrap: wrap;
}

.new-checkout-container .woocommerce-additional-fields {
    width: 100%;
}

.new-checkout-container .woocommerce-additional-fields label {
    display: none;
}

/* .checkout_forms_holder .form-row#order_comments_field textarea {
    margin-top: 0;
} */
.checkout_forms_holder .form-row.receive-email-notice {
    margin-top: 10px;
}

.checkout_forms_holder .form-row#order_comments_field textarea {
    margin-top: 0;
    height: 116px;
    border: 1px solid #ccc !important;
    padding: .5625rem;
    font-weight: 400;
}

.checkout_forms_holder .checkout_forms_holder {
    margin: 0;
}

.new-checkout-container .woocommerce-checkout-payment.cart-footer {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.new-checkout-container .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-checkout-container .wc_payment_methods li {
    margin-bottom: 15px;
    /* padding-right: 30px; */
    position: relative;
    font-weight: 400;
}

.new-checkout-container .wc_payment_methods li input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.new-checkout-container .wc_payment_methods li label {
    display: block;
    position: relative;
    padding-right: 30px;
    min-height: 22px;
}

.new-checkout-container .wc_payment_methods li label::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 1px;
    right: 0;
    background: #000;
    box-shadow: 0 0 0 20px #fff inset;
}

.new-checkout-container .wc_payment_methods li input[type="radio"]:checked +  label::before {
    box-shadow: 0 0 0 3px #fff inset;
}

.new-checkout-container .wc_payment_methods li .payment_box {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
    margin-top: 5px;
}

.new-checkout-container .wc_payment_methods li label img {
    margin: 0 0 0 5px;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

.woocommerce-privacy-policy-text a {
    text-decoration: underline;
}

.woocommerce-checkout .site-main .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.woocommerce-checkout .new-checkout-container div#payment {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0 !important;
    margin-bottom: 30px;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods {
    padding: 0;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li {
    margin-bottom: 20px;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li input {
    margin: 0;
    right: auto;
    left: 0;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li label {
    padding-right: 0;
    padding-left: 30px;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li label::before {
    right: auto;
    left: 0;
    top: 3px;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li .payment_box {
    background: none;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    margin-bottom: 0;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li .payment_box::before {
    top: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    margin: 0;
    left: 40px;
}

.woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li .payment_box::after {
    content: "";
    display: block;
    border: 10px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -18px;
    left: 40px;
    margin: 0;
}

.new-checkout-container .woocommerce-privacy-policy-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
    background: rgba(0,0,0,0.05);
    padding: 10px 15px;
    border-left: 3px solid #000;
}

.new-checkout-container .woocommerce-privacy-policy-text p:last-child {
    margin-bottom: 0;
}

.new-checkout-container .woocommerce-privacy-policy-text a, 
.new-checkout-container .custom-checkbox .fake-label a {
    color: #000;
    text-decoration: underline;
}

.new-checkout-container .woocommerce-privacy-policy-text a:hover, 
.new-checkout-container .custom-checkbox .fake-label a:hover {
    text-decoration: none;
}

.woocommerce-checkout .new-checkout-container form .form-row#billing_country_field label.sr-only, 
.woocommerce-checkout .new-checkout-container form .form-row#shipping_country_field label.sr-only {
    /* display: none; */
    top: -14px;
    z-index: 2;
}

.woocommerce form .form-row .select2-container:focus, 
.woocommerce form .form-row .select2-container:focus-visible {
    outline: none;
}

.woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection {
    height: 46px;
    line-height: 1;
    font-size: 16px;
    padding: 10px 18px;
    border-radius: 0;
    border: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection__rendered {
    padding: 0;
    flex: 1;
    position: relative;
    z-index: 3;
}

.woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection .select2-selection__arrow {
    position: relative;
    height: 100%;
    top: 0;
    right: 0;
    width: 10px;
}

.woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection__placeholder {
    color: #191919;
}

.woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection__placeholder {
    color: #191919;
}

.woocommerce-checkout .select2-container--open .select2-dropdown {
    border: 1px solid #CBCBCB;
    border-radius: 0;
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #CBCBCB;
    border-radius: 0;
    background: #fff !important;
}

.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options {
    font-size: 16px;
}

.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    height: 5px;
}

.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar:vertical {
    width: 5px;
    height: auto;
}
  
.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #f5f5f5;
}
  
.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #666;
}
  
.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options .select2-results__option {
    padding: 5px 18px;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
}

.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true], 
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #000;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .sticky-cart {
        display: none;
    }

    .admin-bar .woocommerce-billing-fields .checkout_forms_holder {
        margin-top: 48px;
    }

    .woocommerce-checkout .new-checkout-container form .floating_input .input-text {
        font-size: 14px;
        height: calc(38px + 2px);
        padding: 11px 0 7px;
    }

    .woocommerce-checkout .new-checkout-container form .floating_input.focused label.sr-only, 
    .woocommerce-checkout .new-checkout-container form .floating_input.populated label.sr-only {
        font-size: 12px;
    }

    .shipping-method-holder .delivery-option > li .method-option {
        font-size: 14px;
        min-height: 30px;
        padding: 6px 13px;
    }

    .shipping-method-holder .delivery-option > li .method-detail {
        padding: 0 0 0 10px;
    }

    .new-checkout-container .cart-items-list {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 480px;
    }

    .new-checkout-container .cart-item {
        font-size: 16px;
        line-height: 18px;
    }

    .new-checkout-container .cart-item .product-image {
        -ms-flex-preferred-size: 85px;
        flex-basis: 85px;
        max-width: 85px;
    }

    .new-checkout-container .cart-item .product-name-holder {
        -ms-flex-preferred-size: calc(100% - 85px);
        flex-basis: calc(100% - 85px);
        max-width: calc(100% - 85px);
    }

    .new-checkout-container .promo-code-wrap .code-input {
        -ms-flex-preferred-size: calc(100% - 125px);
        flex-basis: calc(100% - 125px);
        max-width: calc(100% - 125px);
        margin-right: 15px;
    }

    .new-checkout-container .promo-code-wrap .code-input input[type="text"] {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 9px;
    }

    .new-checkout-container .promo-code-wrap .btn-promo {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 9px;
        -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
        max-width: 110px;
        min-width: 110px;
    }

    .new-checkout-container .cart-footer .btn-checkout, 
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        font-size: 16px;
        min-height: 42px;
    }

    .new-checkout-container .payment-icons img {
        max-width: 182px;
    }
}

@media screen and (min-width: 1487px) {
    .new-checkout-container .checkout-promo-box .promo-slider .slick-arrow {
        top: 30%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 1199px) {
    .checkout-detail-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-checkout-container .woocommerce-checkout {
        margin-left: -15px;
        margin-right: -15px;
    }

    .new-checkout-container .woocommerce-checkout .address-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new-checkout-container .woocommerce-checkout .shipping-method-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new-checkout-container .woocommerce-checkout .checkout-review {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new-checkout-container .woocommerce-checkout .checkout-review .checkout-review-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .sticky-cart-active {
        overflow: hidden;
    }

    .new-checkout-container nav.woocommerce-breadcrumb {
        display: none;
    }

    .new-checkout-container .woocommerce-checkout {
        display: block;
        max-width: 586px;
        margin-left: auto;
        margin-right: auto;
    }

    .new-checkout-container .sticky-cart {
        position: sticky;
        top: 90px;
        left: 0px;
        right: 0;
        text-align: center;
        background: #fff;
        border-radius: 0 0 100px 100px;
        box-shadow: 0 8px 0 0px #dfdfdf;
        width: calc(100% - 0px);
        margin: 0 auto 40px;
        border: none;
        border-top: 2px solid #DFDFDF;
        padding: 25px;
        z-index: 9;
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        max-width: 100%;
        height: calc(100vh - 90%);
        display: none;
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .checkout-review {
        background: #fff;
        max-height: calc(100vh - 234px);
        overflow: auto;
        padding-top: 30px;
    }

    .admin-bar .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .checkout-review {
        max-height: calc(100vh - 280px);
    }

    .new-checkout-container .sticky-cart > div {
        /* max-width: 335px; */
        margin: 0 auto;
    }

    .new-checkout-container .sticky-cart .woocommerce-Price-amount.amount {
        display: inline-block;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn {
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        position: relative;
        padding-right: 30px;
        color: #000;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 12px;
        right: 8px;
        border-left: 2px solid;
        border-bottom: 2px solid;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn.active::before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 18px;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn.active .sticky-cart-open {
        display: none;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn .sticky-cart-close {
        display: none;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn.active .sticky-cart-close {
        display: block;
    }

    .new-checkout-container .sticky-cart .sticky-cart-total-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
    }

    .new-checkout-container .sticky-cart .cart-header::after {
        content: "|";
        margin: 0 15px 0 10px;
    }

    .new-checkout-container .sticky-cart .cart-header .counter {
        display: inline-block;
        background: #FFFF00;
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-weight: 400;
        border-radius: 100%;
        font-size: 22px;
    }

    .checkout-detail-container {
        padding-left: 3%;
        padding-right: 3%;
    }

    .new-checkout-container .woocommerce-checkout .address-holder {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .new-checkout-container .different-shipping-address {
        margin-bottom: 0;
    }

    .checkout_forms_holder {
        margin-top: 40px;
        margin-left: -3px;
        margin-right: -3px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row {
        margin-left: 3px;
        margin-right: 3px;
        flex-basis: calc(100% - 6px);
        max-width: calc(100% - 6px);
        margin-bottom: 30px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row.inline-input, 
    .woocommerce-checkout .new-checkout-container form .form-row#billing_phone_field {
        flex-basis: calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .new-checkout-container .woocommerce-checkout .shipping-method-holder {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .new-checkout-container .woocommerce-checkout .checkout-review {
        flex-basis: 100%;
        max-width: 100%;
        box-shadow: none;
        border-top: 1px solid #D8D8D8;
        margin-top: 35px;
        padding: 0;
    }

    .new-checkout-container .woocommerce-checkout .section-title {
        font-size: 32px;
        font-weight: 600;
    }

    .new-checkout-container .woocommerce-checkout .already-account, 
    .new-checkout-container .woocommerce-checkout .checkout-subtitle {
        margin-top: 15px;
        font-size: 24px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row label.sr-only {
        font-size: 24px;
        height: 40px;
        top: 14px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row#billing_country_field label.sr-only, 
    .woocommerce-checkout .new-checkout-container form .form-row#shipping_country_field label.sr-only {
        top: -21px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row.focused label.sr-only, 
    .woocommerce-checkout .new-checkout-container form .form-row.populated label.sr-only {
        font-size: 20px;
        top: -7px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row .input-text {
        font-size: 24px;
        height: 68px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row select.input-text {
        background-size: 15px !important;
    }

    .checkout_forms_holder .form-row.receive-email-notice {
        order: 20;
        /* margin-top: 40px; */
        margin-bottom: 0;
    }

    .new-checkout-container .custom-checkbox {
        min-height: 30px;
        padding-left: 50px;
        font-size: 24px;
    }

    .new-checkout-container .custom-checkbox .fake-input {
        width: 30px;
        height: 30px;
        top: 15px;
        border-width: 2px;
    }

    .new-checkout-container .custom-checkbox .fake-input:before {
        width: 20px;
        height: 15px;
    }

    .new-checkout-container .custom-checkbox .fake-label {
        font-size: 24px;
    }

    .shipping-method-holder .delivery-option > li {
        margin-bottom: 20px;
    }

    .shipping-method-holder .delivery-option > li .method-option {
        min-height: 64px;
        padding: 10px 20px;
        font-size: 24px;
    }

    .shipping-method-holder .delivery-option > li .fake-input {
        width: 30px;
        height: 30px;
        border-width: 2px;
        top: 5px;
    }

    .shipping-method-holder .delivery-option > li .fake-input:before {
        width: 22px;
        height: 22px;
    }

    .shipping-method-holder .delivery-option > li .method-detail strong, 
    .shipping-method-holder .delivery-option > li .method-detail .method-list {
        font-size: 22px;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description strong, 
    .shipping-method-holder .delivery-option > li .shipping-method-description table {
        padding: 15px 24px 15px 65px;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description table {
        margin: 0 -10px;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description strong {
        font-size: 22px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description table td {
        font-size: 22px;
        line-height: 1.76;
        padding: 0 10px;
    }

    .woocommerce-checkout .new-checkout-container #order_comments_field .input-text {
        height: 159px;
        font-size: 24px;
        padding: 26px;
    }

    .new-checkout-container .checkout-detail-container .checkout-review .checkout-review-inner {
        border: none;
        padding: 0;
    }

    .new-checkout-container .checkout-detail-container .checkout-review .cart-header, 
    .new-checkout-container .checkout-detail-container .checkout-review .cart-notice, 
    .new-checkout-container .checkout-detail-container .checkout-review .cart-items-promo-holder {
        display: none;
    }

    .new-checkout-container .checkout-promo-box {
        padding: 25px 40px;
    }

    .new-checkout-container .checkout-promo-box .promo-title {
        font-size: 28px;
    }

    .new-checkout-container .checkout-promo-box .product-col {
        padding: 0 25px;
    }

    .new-checkout-container .checkout-promo-box .product-col .product-name {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 300;
    }

    .new-checkout-container .checkout-promo-box .product-col .product-price {
        font-size: 24px;
        font-weight: 300;
    }

    .new-checkout-container .checkout-promo-box .product-col .checkout-btn-cart {
        min-width: 100%;
        min-height: 60px;
        padding: 10px 20px;
        font-size: 24px;
        font-weight: 300;
    }

    .new-checkout-container .cart-footer {
        font-size: 24px;
        font-weight: 400;
        padding: 30px 0 0 !important;
    }

    .new-checkout-container .sticky-cart .cart-footer {
        padding-left: 46px !important;
        padding-right: 46px !important;
        padding-top: 20px;
        text-align: initial;
    }

    .new-checkout-container .sticky-cart .cart-footer .checkout-terms {
        display: none;
    }

    .new-checkout-container .wc_payment_methods li .payment_box {
        font-size: 16px;
        font-weight: 400;
    }

    .new-checkout-container .cart-footer .total-wrp {
        border-bottom: 1px solid #D8D8D8;
    }

    .new-checkout-container .payment-icons {
        margin-top: 26px;
    }

    .new-checkout-container .cart-footer .total-wrp .cart-amount {
        font-size: 26px;
    }

    .new-checkout-container .payment-icons img {
        width: 341px;
    }

    .new-checkout-container .cart-item {
        padding: 0 46px;
        margin-bottom: 50px;
        font-size: 24px;
        font-weight: 300;
    }

    .new-checkout-container .cart-item .product-name {
        padding-top: 0;
        font-weight: 600;
        line-height: 1.65;
    }

    .new-checkout-container .cart-item .cart-quantity {
        margin-top: 20px;
    }

    .new-checkout-container .cart-item .jcf-number {
        width: 107px;
        height: 63px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-real-element {
        font-size: 36px;
        font-weight: 600;
        width: calc(100% - 70px);
    }

    .new-checkout-container .cart-item .jcf-number > span {
        width: 20px;
        height: 20px;
        line-height: 0.95;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-inc {
        margin-right: 15px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-inc::before {
        font-size: 25px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-dec {
        margin-left: 15px;
        line-height: 0.7;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-dec::before {
        font-size: 32px;
    }

    .new-checkout-container .cart-item .product-amount {
        font-size: 24px;
        text-align: left;
    }

    .new-checkout-container .cart-item .cart-remove {
        width: 35px;
        height: 35px;
        border-width: 2px;
    }

    .new-checkout-container .cart-item .cart-remove:after, 
    .new-checkout-container .cart-item .cart-remove:before {
        width: 20px;
        height: 2px;
    }

    .new-checkout-container .promo-code-block .promo-code-header {
        padding: 15px 46px;
        font-size: 24px;
    }

    .new-checkout-container .promo-code-block .promo-code-header::after {
        font-size: 26px;
    }

    .new-checkout-container .coupon-drop-wrap {
        padding: 20px 46px 30px;
    }

    .new-checkout-container .promo-code-wrap .code-input {
        flex-basis: calc(100% - 226px);
        max-width: calc(100% - 226px);
        margin-right: 20px;
    }

    .new-checkout-container .promo-code-wrap .code-input input[type="text"] {
        height: 70px;
        padding: 10px 20px;
        font-size: 26px;
        font-weight: 400;
    }

    .new-checkout-container .promo-code-wrap .btn-promo {
        font-size: 26px;
        font-weight: 400;
        flex-basis: 206px;
        max-width: 206px;
        height: 70px;
        padding: 10px 20px;
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .cart-header, 
    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .btn-checkout, 
    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .payment-icons {
        display: none;
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .total-wrp {
        margin-bottom: 0;
        border-bottom: none;
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .product-name, 
    .new-checkout-container .cart-footer .total-wrp .amout-row strong, 
    .new-checkout-container .cart-footer .total-wrp .amout-row .amount-title, 
    .new-checkout-container .promo-code-block .promo-code-title {
        text-align: initial;
    }

    .new-checkout-container form .woocommerce-checkout-payment.cart-footer {
        border-top: none;
        padding-top: 0 !important;
    }

    .new-checkout-container .sticky-cart-content-holder .cart-footer .total-wrp .cart-amount .amout-row {
        margin-bottom: 0;
    }

    .sticky-cart-content-holder .woocommerce-privacy-policy-text {
        margin-bottom: 0;
    }

    .new-checkout-container .wc_payment_methods li {
        margin-bottom: 30px;
    }

    .new-checkout-container .checkout-promo-box .promo-slider .slick-arrow {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .new-checkout-container .checkout-review .cart-notice {
        font-size: 24px;
        margin-top: 0;
    }

    .new-checkout-container .checkout-review .cart-items-promo-holder {
        margin-top: 30px;
    }

    .woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li label {
        padding-left: 40px;
    }

    .woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li label::before {
        width: 30px;
        height: 30px;
        top: 8px;
    }

    .new-checkout-container .woocommerce-privacy-policy-text {
        font-size: 20px;
    }

    .woocommerce-checkout .new-checkout-container .sticky-cart-content-holder div#payment {
        display: none;
    }

    .woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection {
        height: 68px;
        font-size: 24px;
    }

    .woocommerce-checkout .select2-container--default .select2-results > .select2-results__options {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px) {

    .new-checkout-container .woocommerce-checkout {
        padding-left: 5px;
        padding-right: 5px;
    }

    .new-checkout-container .sticky-cart {
        margin-bottom: 23.48px;
        padding: 10px 14.675px;
        box-shadow: 0 5px 0 0px #dfdfdf;
        border-radius: 0 0 50px 50px;
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder {
        top: calc(100% + 6px);
    }

    .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .checkout-review {
        padding-top: 17.61px;
        height: calc(100% - 105px);
        max-height: 100%;
    }

    .admin-bar .new-checkout-container .sticky-cart > div.sticky-cart-content-holder .checkout-review {
        height: calc(100% - 151px);
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn {
        font-size: 14.088px;
        padding-right: 12px;
        font-weight: 500;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn::before {
        width: 5px;
        height: 5px;
        top: 7px;
        right: 0;
        border-width: 1px;
    }

    .new-checkout-container .sticky-cart .sticky-cart-btn.active::before {
        top: 10px;
    }

    .new-checkout-container .sticky-cart .sticky-cart-total-wrap {
        font-size: 16px;
        margin-bottom: 5.87px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .new-checkout-container .sticky-cart .sticky-cart-total-wrap .woocommerce-Price-amount.amount {
        display: inline-block;
    }

    .new-checkout-container .sticky-cart .cart-header::after {
        margin: 0 7.044px 0 8.805px;
    }

    .new-checkout-container .checkout-review .cart-notice {
        font-size: 14.088px;
    }

    .new-checkout-container .sticky-cart .cart-header .counter {
        width: 20px;
        height: 20px;
        line-height: 21px;
        font-size: 14px;
    }

    .new-checkout-container .woocommerce-checkout .already-account, 
    .new-checkout-container .woocommerce-checkout .checkout-subtitle {
        font-size: 14.088px;
    }

    .new-checkout-container .woocommerce-checkout .address-holder {
        margin-bottom: 35.22px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row {
        margin-bottom: 15px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row select.input-text {
        background-size: 10px !important;
        background-position: calc(100% - 10px) 50% !important;
        padding-right: 25px;
    }

    .new-checkout-container .woocommerce-checkout .checkout-review {
        margin-top: 20px;
    }

    .new-checkout-container .woocommerce-checkout .section-title {
        font-size: 22.306px;
    }

    .checkout_forms_holder {
        margin-top: 23.48px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row label.sr-only {
        font-size: 14px;
        height: 30px;
        top: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        left: 10px;
        font-weight: 500;
    }

    .woocommerce-checkout .new-checkout-container form .form-row#billing_country_field label.sr-only, 
    .woocommerce-checkout .new-checkout-container form .form-row#shipping_country_field label.sr-only {
        top: -12px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row.focused label.sr-only, 
    .woocommerce-checkout .new-checkout-container form .form-row.populated label.sr-only {
        font-size: 14px;
        top: -4px;
        left: 9px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row .input-text {
        font-size: 14.088px;
        height: 40px;
        padding: 5px 10px;
    }

    .new-checkout-container .custom-checkbox {
        min-height: 20px;
        padding-left: 30px;
        font-size: 14.088px;
    }

    .shipping-method-holder .delivery-option > li .method-detail {
        padding-left: 10px;
    }

    .new-checkout-container .custom-checkbox .fake-input {
        width: 18px;
        height: 18px;
        border-width: 1px;
        top: 10px;
    }

    .new-checkout-container .custom-checkbox .fake-input:before {
        width: 13px;
        height: 13px;
    }

    .new-checkout-container .custom-checkbox .fake-label {
        font-size: 14.088px;
    }

    .shipping-method-holder .delivery-option > li {
        margin-bottom: 11.74px;
    }

    .shipping-method-holder .delivery-option > li .method-option {
        min-height: 42px;
        padding: 5px 11.74px;
        font-size: 14.088px;
    }

    .shipping-method-holder .delivery-option > li .fake-input {
        width: 18px;
        height: 18px;
        border-width: 1px;
        top: 6px;
    }

    .shipping-method-holder .delivery-option > li .fake-input:before {
        width: 13px;
        height: 13px;
    }

    .shipping-method-holder .delivery-option > li .method-detail strong, 
    .shipping-method-holder .delivery-option > li .method-detail .method-list {
        font-size: 12.914px;
    }

    .shipping-method-holder .delivery-option > li .method-detail strong {
        margin-top: 10px;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description strong, 
    .shipping-method-holder .delivery-option > li .shipping-method-description table {
        padding: 8.805px 14.088px 8.805px 38.155px;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description table {
        margin-left: 5.87px;
        margin-right: 5.87px;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description strong {
        font-size: 12.914px;
        padding-top: 5.87px;
        padding-bottom: 0;
    }

    .shipping-method-holder .delivery-option > li .shipping-method-description table td {
        font-size: 12.914px;
        padding-left: 5.87px;
        padding-right: 5.87px;
    }

    .woocommerce-checkout .new-checkout-container #order_comments_field .input-text {
        height: 93.333px;
        font-size: 14.088px;
        padding: 15.262px;
    }

    .new-checkout-container .checkout-promo-box {
        padding: 14.675px 12px;
    }

    .new-checkout-container .checkout-promo-box .promo-title {
        font-size: 16.436px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .new-checkout-container .checkout-promo-box .product-col {
        padding: 0 14.675px;
    }

    .new-checkout-container .checkout-promo-box .product-col .product-name {
        font-size: 14.088px;
    }

    .new-checkout-container .checkout-promo-box .product-col .product-price {
        font-size: 14.088px;
    }

    .new-checkout-container .checkout-promo-box .product-col .checkout-btn-cart {
        min-height: 35.22px;
        padding: 5.87px 11.74px;
        font-size: 14.088px;
    }

    .new-checkout-container .cart-footer {
        font-size: 14.088px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .new-checkout-container .cart-footer .total-wrp {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .new-checkout-container .cart-footer .total-wrp .cart-amount {
        font-size: 15.262px;
    }

    .new-checkout-container .cart-footer .btn-checkout, 
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        min-height: 39.916px;
        padding: 5.87px 11.74px;
        font-size: 16.436px;
    }

    .new-checkout-container .payment-icons img {
        width: 200.167px;
    }

    .new-checkout-container .cart-item {
        padding: 0 20px;
        font-size: 14.088px;
        margin-bottom: 23.48px;
    }

    .new-checkout-container .cart-item .product-image {
        flex-basis: 90.398px;
        max-width: 90.398px;
    }

    .new-checkout-container .cart-item .product-name-holder {
        flex-basis: calc(100% - 90.398px);
        max-width: calc(100% - 90.398px);
    }

    .new-checkout-container .cart-item .jcf-number {
        width: 62.809px;
        height: 36.981px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-real-element {
        font-size: 18px;
        width: calc(100% - 41.09px);
    }

    .new-checkout-container .cart-item .jcf-number > span {
        width: 11.74px;
        height: 11.74px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-inc {
        margin-right: 8.805px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-inc::before {
        font-size: 14.675px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-dec {
        margin-left: 8.805px;
    }

    .new-checkout-container .cart-item .jcf-number .jcf-btn-dec::before {
        font-size: 18.784px;
    }

    .new-checkout-container .cart-item .cart-quantity {
        margin-top: 11.74px;
    }

    .new-checkout-container .cart-item .product-amount {
        font-size: 14.088px;
    }

    .new-checkout-container .cart-item .cart-remove {
        width: 20.545px;
        height: 20.545px;
        border-width: 1px;
    }

    .new-checkout-container .cart-item .cart-remove:after, 
    .new-checkout-container .cart-item .cart-remove:before {
        width: 11.74px;
        height: 1px;
    }

    .new-checkout-container .promo-code-block .promo-code-header {
        padding: 8.805px 20px;
        font-size: 12.914px;
    }

    .new-checkout-container .promo-code-block .promo-code-header::after {
        font-size: 18px;
    }

    .new-checkout-container .coupon-drop-wrap {
        padding: 10px 20px 17.61px;
    }

    .new-checkout-container .promo-code-wrap .code-input {
        flex-basis: calc(100% - 98.05px);
        max-width: calc(100% - 98.05px);
        margin-right: 10px;
    }

    .new-checkout-container .promo-code-wrap .code-input input[type="text"] {
        height: 35.22px;
        padding: 5.87px 11.74px;
        font-size: 14.088px;
    }

    .new-checkout-container .sticky-cart .cart-footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 35px !important;
    }

    .new-checkout-container .promo-code-wrap .btn-promo {
        font-size: 14.088px;
        flex-basis: 88.05px;
        max-width: 88.05px;
        min-width: auto;
        height: 35.22px;
        padding: 5.87px 11.74px;
    }

    .new-checkout-container .wc_payment_methods li .payment_box {
        font-size: 13px;
    }

    .new-checkout-container .checkout-promo-box .promo-slider .slick-arrow {
        top: 27%;
    }

    .new-checkout-container .cart-footer .total-wrp .amout-row {
        margin-bottom: 10px;
    }

    .new-checkout-container .sticky-cart-content-holder .cart-footer .total-wrp .cart-amount .amout-row {
        margin-bottom: 0;
    }

    .woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li label {
        padding-left: 25px;
    }

    .woocommerce-checkout .new-checkout-container div#payment .wc_payment_methods li label::before {
        width: 18px;
        height: 18px;
        top: 4px;
        min-width: 18px;
    }

    .new-checkout-container .woocommerce-privacy-policy-text {
        font-size: 14px;
    }

    .woocommerce-checkout .new-checkout-container form .form-row .select2 .select2-selection {
        font-size: 14.088px;
        height: 40px;
        padding: 5px 10px;
    }

    .woocommerce-checkout .select2-container--default .select2-results > .select2-results__options {
        font-size: 14.088px;
    }

    .woocommerce-checkout .select2-container--default .select2-results > .select2-results__options .select2-results__option {
        padding-left: 10px;
        padding-right: 10px;
    }
}