.checkout-modal-pay {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.checkout-modal-pay ul {
    padding: 0;
    margin: 0;
}

.checkout-modal-pay .checkout-modal-pay-inner {
    background: #fff;
    width: 65%;
    border-radius: 25px;
    height: 85%;
    overflow: hidden;
    position: relative;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-inner-content {
    display: flex;
    height: 100%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left {
    width: 60%;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-header {
    height: 18%;
    overflow: hidden;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right {
    background: #f9f9f9;
    width: 40%;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .site-logo
    img {
    width: 10%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .site-logo {
    margin-bottom: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li {
    display: flex;
    align-items: center;
    color: #c9c9c9;
    border-bottom: 1px solid #e5e5e5;
    width: 33.33%;
    padding-bottom: 10px;
    font-family: "Jost";
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li
    span {
    border: 1px solid #eee;
    width: 28px;
    height: 28px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #eee;
    font-size: 16px;
    margin-right: 10px;
    line-height: normal;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li:last-child {
    justify-content: end;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li:nth-child(2) {
    justify-content: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li.class {
    border-color: green;
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li.class
    span {
    background: transparent;
    border-color: #000;
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury {
    background: #fff;
    height: 60vh;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .order-summury-title {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .order-summury-title
    p {
    color: #000;
    margin-left: 10px;
    margin-bottom: 0;
    font-family: "Jost";
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary
    ul
    li {
    display: flex;
    margin-bottom: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary
    ul
    li
    .product-image {
    width: 20%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary
    ul
    li
    .product-description {
    width: 80%;
    padding-left: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary
    ul
    li
    .product-description
    p.nmae {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 3px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary
    ul
    li
    .product-description
    p.price {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary
    ul
    li
    .product-description
    p.qty {
    color: #000;
    font-size: calc(100% - 3px);
    margin: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li.active {
    border-color: #21bf6b;
    color: #21bf6b;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-innser-action-list
    ul
    li.active
    span {
    background: transparent;
    color: #21bf6b;
    border-color: #21bf6b;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .cart-total-summary
    ul
    li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .cart-total-summary
    ul
    li
    p {
    margin: 0;
    font-size: calc(100% - 2px);
    color: #444;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .cart-total-summary
    ul
    li.total {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .cart-total-summary
    ul
    li.total
    p {
    color: #000;
    font-weight: 600;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary {
    max-height: 30vh;
    overflow: hidden;
    overflow-y: auto;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .pay-order-summury
    .pay-cart-summary::-webkit-scrollbar {
    width: 3px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .cancel-payment-inner {
    position: absolute;
    right: 15px;
    top: 7px;
    background: #f9f9f9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .cancel-payment-inner
    span {
    background: #eee;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .offer-summary {
    background: #fff;
    border-radius: 20px;
    padding: 15px 20px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .offer-summary
    .offer-summary-content {
    display: flex;
    align-items: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .offer-summary
    .offer-summary-content
    .offer-content-text {
    margin-left: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .offer-summary
    .offer-summary-content
    .offer-content-text
    p {
    margin: 0;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .offer-summary
    .offer-summary-content
    .offer-content-text
    p
    .text-green {
    color: #21bf6b;
    font-weight: 600;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-right
    .offer-summary
    .offer-summary-content
    .offer-content-text
    p
    .text-blue {
    color: #3aaac9;
    font-weight: 600;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body {
    height: 62%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-title
    p {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .input-form {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .input-form
    input {
    height: 50px;
    border-radius: 10px;
    border-color: #333;
    box-shadow: none !important;
    outline: none;
    padding-block: unset;
    padding-inline: unset;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    padding: 5px 15px 5px 65px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .input-form
    span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    border-right: 2px solid #666;
    padding-right: 8px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"]
    + label {
    margin: 0;
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"] {
    display: none;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"]
    + label:before {
    content: "\2714";
    border: 2px solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 5px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
    line-height: 1.4;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"]
    + label:active:before {
    transform: scale(0);
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"]:checked
    + label:before {
    background-color: black;
    border-color: black;
    color: #fff;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"]:disabled
    + label:before {
    transform: scale(1);
    border-color: #aaa;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action
    input[type="checkbox"]:checked:disabled
    + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action {
    margin-bottom: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .mobile-action
    .mobile-action-input
    .notify-action {
    margin-bottom: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .mobile-action-btn {
    margin-top: 0;
    text-align: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .mobile-action-btn
    button {
    width: 50%;
    color: #fff;
    background: #000;
    height: 50px;
    border-radius: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .mobile-action-btn
    button
    span {
    margin-left: 5px;
}

.cancel-pay-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.cancel-pay-modal.show {
    display: flex;
}

.cancel-pay-modal .cancel-pay-modal-inner {
    background: #fff;
    width: max-content;
    padding: 35px 25px 25px;
    border-radius: 20px;
}

.cancel-pay-modal .cancel-pay-modal-inner .cancel-pay-modal-content {
}

.cancel-pay-modal
    .cancel-pay-modal-inner
    .cancel-pay-modal-content
    .coupon-applied {
    margin-bottom: 15px;
}

.cancel-pay-modal
    .cancel-pay-modal-inner
    .cancel-pay-modal-content
    .coupon-applied
    p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.cancel-pay-modal
    .cancel-pay-modal-inner
    .cancel-pay-modal-content
    .coupon-applied
    p.price {
    color: #21bf6b;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
}

.cancel-pay-modal .cancel-pay-modal-inner .cancel-pay-modal-content .info-text {
}

.cancel-pay-modal
    .cancel-pay-modal-inner
    .cancel-pay-modal-content
    .info-text
    p {
    color: #666;
    font-weight: 500;
    font-size: 16px;
}

.cancel-pay-modal
    .cancel-pay-modal-inner
    .cancel-pay-modal-content
    .cancle-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 5px 0;
}

.cancel-pay-modal
    .cancel-pay-modal-inner
    .cancel-pay-modal-content
    .cancle-buttons
    span {
    font-size: 24px;
    font-weight: 500;
    color: #aaa;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-action-btn {
    text-align: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-action-btn
    button {
    width: 50%;
    color: #fff;
    background: #000;
    height: 50px;
    border-radius: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-action-btn
    span {
    margin-left: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-add-new-action {
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-add-new-action
    .pay-address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-add-new-action
    .pay-address-header
    p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Jost";
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-add-new-action
    .pay-address-header
    span {
    font-size: 12px;
    color: #aaa;
    font-family: "Jost";
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form {
    margin-top: 15px;
    height: 40vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form::-webkit-scrollbar {
    width: 3px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    input {
    height: 60px;
    border-color: #efefef;
    border-radius: 10px;
    box-shadow: none;
    padding-top: 23px;
    padding-bottom: 0;
    font-size: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    label {
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: 5px;
    color: #aaa;
    transition: 0.3s;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .form-group {
    position: relative;
    margin-bottom: 20px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    input:focus
    ~ label {
    font-size: 14px;
    top: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-action-btn
    button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-loader .loader4 {
    width: 80px;
    height: 80px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 7px solid;
    border-top-color: #000;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-loader.show {
    display: flex;
}

@keyframes loader4 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    input:read-only {
    background: #f7f7f7;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    label {
    position: unset;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .lable-title {
    font-size: 16px;
    color: #000;
    margin-right: 40px;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio
    + label {
    font-weight: normal;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio
    + label
    span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ccc;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio
    + label
    span::before {
    content: "";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio:checked
    + label
    span::before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio {
    display: none;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type {
    display: flex;
    align-items: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .aciovasbnoubs {
    display: flex;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .aciovasbnoubs
    .form-group
    label {
    border: 1px solid #ccc;
    width: 125px;
    margin-right: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio:checked
    + label {
    border-color: #000;
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .custom-radio:checked
    + label
    span {
    border-color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action
    .address-pay-form
    .address_type
    .aciovasbnoubs
    .form-group {
    margin: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action {
    padding-top: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list {
    cursor: pointer;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 20px 10px;
    position: relative;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list.active {
    border-color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list
    .address-name
    p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list
    p.edit-pay-address {
    font-size: 14px;
    color: #405065;
    margin: 0;
    margin-bottom: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list:before {
    content: "\ea5e";
    font-family: "themify";
    font-family: "tabler-icons";
    width: 22px;
    background: #eee;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    text-align: center;
    border-radius: 8px 0px 8px 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list.active:before {
    background: #000;
    color: #fff;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .pay-new-address {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .pay-new-address
    span {
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
    font-size: 24px;
    line-height: normal;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-view-all
    .mobilenumber-change {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-view-all
    .mobilenumber-change
    p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-view-all
    .mobilenumber-change
    p
    ~ span {
    background: #cdf2fa;
    color: #064d9e;
    padding: 2px 15px;
    border-radius: 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin-left: 10px;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-view-all
    .mobilenumber-change
    p
    span {
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    p.ucbsaigasb {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: "Jost";
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-view-all {
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action-btn {
    text-align: center;
    padding-top: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action-btn
    button {
    width: 50%;
    color: #fff;
    background: #000;
    border-color: #000;
    margin: 0 auto;
    height: 50px;
    border-radius: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-view-all::-webkit-scrollbar {
    width: 3px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-action-btn
    button
    span {
    margin-left: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list
    .address-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .address-list-action
    .address-list
    .address-name
    button.payedit-address {
    border: 0;
    font-size: 13px;
    border-radius: 15px;
    padding: 3px 18px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    background: antiquewhite;
}

.checkout-modal-pay .checkout-modal-pay-inner #pay-notify {
    position: absolute;
    background: tomato;
    left: 0;
    transform: translateY(100%);
    z-index: 999;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    display: flex;
    height: unset;
    width: 100%;
    bottom: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: 0.5s;
}

.checkout-modal-pay .checkout-modal-pay-inner #pay-notify.show {
    transform: translateY(0);
}

.checkout-modal-pay .checkout-modal-pay-inner #pay-notify p {
    margin: 0;
    font-size: calc(100% + 2px);
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner {
    text-align: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .verifytitle {
    margin-bottom: 25px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .verifytitle
    p {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .otp-action-btn {
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otp-action-btn
    button#otpverify-continue {
    background: #000;
    height: 50px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otp-action-btn {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otp-action-btn
    button#otpverify-continue
    span {
    margin-left: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .otpverification-inouts
    input {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px;
    border-color: #ccc;
    color: #000;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .verifytitle
    p.subtitle {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 1.6;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .verifytitle
    p.subtitle
    span {
    display: block;
    color: #000;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .otpverification
    .otpverification-inner
    .verifytitle
    button {
    border: 0;
    background: transparent;
    color: #4159c4;
    font-weight: 600;
    text-decoration: underline;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payemnt-description {
    text-align: center;
    margin-bottom: 20px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payemnt-description
    p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payment-list-actions-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payment-list-actions-buttons
    .payment-button-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    border: 0;
    background: #000;
    border-radius: 7px;
    color: #fff;
    padding: 10px 15px;
    box-shadow: none;
    margin-bottom: 12px;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payment-list-actions-buttons
    .payment-button-trigger
    .options-description
    p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payment-list-actions-buttons
    .payment-button-trigger
    .option-image
    img {
    height: 30px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .checkout-payment-section
    .payment-section-inner
    .payment-list-actions-buttons
    .payment-button-trigger.green {
    background: #01b156;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-body
    .payment-section-inner {
    margin-top: 35px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer {
    height: 20%;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .minifooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .minifooter
    .links-group {
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .minifooter
    .links-group
    a {
    font-size: calc(100% - 3px);
    font-weight: 600;
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .minifooter
    .links-group
    span.dividerbet {
    display: inline-block;
    width: 1px;
    height: 1.5vh;
    background: #ccc;
    vertical-align: middle;
    margin: 0 3px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .minifooter
    .poweredby
    span {
    font-size: calc(100% - 3px);
    font-weight: 500;
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .minifooter
    .poweredby
    img {
    height: 25px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .pay-inner-left
    .pay-action-footer
    .mobile-action-btn
    button:disabled {
    opacity: 0.5;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab {
    border: 3px solid #eaf3ed;
    background: #fff;
    padding: 15px 15px;
    border-radius: 15px;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner
    .leftside {
    display: flex;
    align-items: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner
    .leftside
    p {
    margin: 0;
    font-weight: 600;
    color: #2c874a;
    font-size: calc(100%);
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner
    .rightside {
    display: flex;
    align-items: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner
    .rightside
    p {
    margin: 0;
    color: #2c874a;
    font-weight: 600;
    margin-right: 7px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner
    .leftside
    span {
    color: #2c874a;
    margin-right: 7px;
    font-size: calc(100% + 2px);
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-inner-content
    .coupon-code-tab
    .coupon-code-inner
    .rightside
    span {
    color: #2c874a;
    font-size: calc(100% + 6px);
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-coupons {
    position: absolute;
    right: 0;
    width: 40%;
    top: 0;
    height: 100%;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: 0.5s;
    z-index: 100;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-coupons .pay-coupon-header {
    padding: 15px 20px;
    height: 21%;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .header-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .header-content
    span {
    font-size: calc(100% + 5px);
    margin-right: 10px;
    cursor: pointer;
    line-height: normal;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .header-content
    p {
    margin: 0;
    font-weight: 700;
    font-size: calc(100% + 3px);
    color: #000;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .couponinput {
    position: relative;
    z-index: 1;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .couponinput
    input {
    width: 100%;
    height: 55px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #ddd;
    outline: 0;
    padding: 5px 70px 5px 50px;
    font-size: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .couponinput
    input:focus {
    border-color: #00833e;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .couponinput
    span {
    position: absolute;
    font-size: calc(100% + 4px);
    top: 56%;
    transform: translateY(-50%);
    left: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .pay-coupon-header
    .couponinput
    button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #00833e;
    color: #fff;
    height: 55px;
    width: 55px;
    border-radius: 5px 15px 15px 5px;
    font-size: calc(100% + 10px);
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-coupons .couponslist {
    height: 79%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 25px;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-coupons .couponslist ul {
    list-style: none;
    padding: 0 20px 0px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li:not(:last-child) {
    margin-bottom: 20px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox {
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    background-image: linear-gradient(
        to bottom,
        rgb(0 131 62 / 5%),
        #ffffff,
        #ffffff
    );
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .code-header
    p {
    margin: 0;
    font-size: calc(100% + 2px);
    font-weight: 700;
    color: #4d4d4d;
    display: flex;
    align-items: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .code-header
    p
    span {
    color: #00833e;
    font-size: calc(100% + 10px);
    padding-right: 7px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .code-header
    button {
    color: #fff;
    background: #00833e;
    width: 30%;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 10px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code {
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    p.value {
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 1px);
    margin: 0;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    p.minvalue {
    color: #9e9e9e;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    p.viewmore {
    font-weight: 600;
    color: #1b43f5;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    .description {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    .description
    ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    .description
    ul
    li {
    font-size: calc(100% - 3px);
    font-weight: 500;
    color: #6e6e6e;
    margin: 0;
}

.checkout-modal-pay .checkout-modal-pay-inner .pay-coupons.show {
    transform: translateX(0);
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    p.unavail {
    padding: 0 20px 5px;
    margin: 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox.unavailable {
    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 7%),
        #ffffff,
        #ffffff
    );
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox.unavailable
    .code-header
    p
    svg {
    color: #aaa;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .content-code
    p.errors {
    color: tomato;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0;
    font-size: calc(100% - 1px);
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success {
    background: rgb(33 191 107 / 10%);
    margin: 0 20px;
    border-radius: 25px;
    padding: 0;
    color: #000;
    margin-bottom: 20px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success
    .bottom {
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success
    .top {
    padding: 10px 15px;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success
    .bottom
    p {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success
    .top
    p {
    color: #2c874a;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success
    .bottom
    p:last-child {
    color: #2c874a;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    .coupon-success
    .bottom
    p:last-child
    span {
    font-size: calc(100% + 4px);
    margin-left: 5px;
    cursor: pointer;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    hr.divider-coupons {
    margin: 15px 20px;
    border-color: #bbb;
}

.checkout-modal-pay
    .checkout-modal-pay-inner
    .pay-coupons
    .couponslist
    ul
    li
    .couponbox
    .code-header
    p
    svg {
    margin-right: 5px;
}
