* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #212C39;
    font-weight: 400;
    background-color: #F6F6F6;
}

.merchant-logo {
    float: none;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    min-width: 0%;
    max-width: 150px;
    height: 47px;
    min-height: 0px;
    max-height: 47px;
}

.merchant-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* Header Css Start */
.invoice-checkout-box {
    padding: 10px;
    background-color: var(--themeColor);
    border-radius: 10px;
    width: 1050px;
}

.invoice-header .invoice-logo {
    padding: 5px 25px;
    width: calc(100% - 18%);
}

.invoice-header .invoice-logo .logo-image {
    margin-right: 15px;
}

.invoice-header .invoice-logo .logo-text h6 {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: var(--themeTitleColor);
    ;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 18px;
    word-break: break-word;
}

.invoice-language-selection {
    padding: 5px 25px;
}

.i-language-box .i-language-ar {
    margin-right: 3px;
}

.i-language-box .i-language-en {
    margin-left: 3px;
}

.mobile-language-box {
    display: none;
}

.mobile-language-dropdown,
.lang-sel-dropdownmain {
    display: none;
}

/* Header Css Start */

/* Information Css Start */

.invoice-info-box {
    background-color: #F5F5F5;
    border-radius: 10px 10px 0px 0px;
    margin-top: 10px;
    padding: 27.5px 27.5px 17.5px 27.5px;
}

.left-invoice-info-wrap {
    width: 540px;
}

.left-invoice-info-wrap .invoice-i-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 23px;
}

.left-invoice-info-wrap .invoice-i-title h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 19px;
    color: #333747;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 21.6px;
}

.in-contentinner-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #A5A3AB;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.invoicedate-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    margin-bottom: 14px;
}

.in-invoicecontent {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #212C39;
    font-weight: 400;
    margin-bottom: 0px;
    max-height: 112px;
    /* overflow-y: auto; */
}

.in-invoicecontent::-webkit-scrollbar {
    width: 3px;
    margin-left: 10px;
    height: 2px;
}

.in-invoicecontent::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 4px;
    background: #989898;
}

.in-invoicecontent::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.in-invoice-status span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: var(--themeColor);
    font-weight: 600;
    text-decoration: none;
}

.bill-to-box,
.invoice-number-box,
.invoice-desc-box {
    margin-bottom: 17px;
}

.invoice-desc-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.payable-amt-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 5px;
}

.payable-amt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: var(--themeColor);
    font-weight: 600;
    margin-bottom: 2px;
}

.payable-amt-text-box {
    margin-bottom: 0px;
}

.product-details-wrapper h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.product-table-main {
    height: 150px;
}

.product-details-wrapper .table-responsive::-webkit-scrollbar {
    width: 0px;
    margin-left: 10px;
    height: 2px;
}

.product-details-wrapper .table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 4px;
    background: #989898;
}

.product-details-wrapper .table-responsive::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.product-table-main table tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-align: center;
    border-bottom: 0px;
    padding: 5px 0px;
}

.product-table-main table tr th:first-child {
    text-align: left;
}

.product-table-main table tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #282828;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0px;
    padding: 5px 0px 10px 0px;
}

.product-table-main table tr td:first-child {
    text-align: left;
}

.product-table-main table tr td sup {
    font-size: 8px;
}

.product-table-main table .product-image {
    height: 35px;
    width: 35px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    display: inline-block;
    padding: 5px;
    margin-right: 12px;
}

.product-table-main table .product-image img {
    height: 100%;
    width: 100%;
}

.footer-logo ul {
    padding-left: 0px;
}

.footer-logo ul li {
    list-style-type: none;
    display: inline-block;
    background-color: #FFFFFF;
    height: 32px;
    width: 60px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 2px;
}

.footer-logo ul li img {
    height: 28px;
    width: 55px;
}

.footer-link-main ul {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 21.8px;
}

.footer-link-main ul li {
    list-style-type: none;
    display: inline-block;
    color: rgba(0, 0, 0, 0.50);
}

.footer-link-main ul li a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
}

.footer-link-main ul li:last-child a {
    color: var(--themeColor);
}

.footer-logo {
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-invoice-info-box {
    display: none;
}

/* Payment Section Css Start */

/* CVV Modal CSS Start */
.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.86);
    opacity: 0.9;
}

.cvv-modal-wrapper .modal-content {
    border: 0px;
    border-radius: 5px;
    width: 63%;
    margin: 0 auto;
    position: relative;
}

.cvv-modal-wrapper .modal-content::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.19);
    height: 100%;
    width: 100%;
    top: -5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 3px;
    -webkit-filter: blur(16px);
    -moz-filter: blur(16px);
    -o-filter: blur(16px);
    -ms-filter: blur(16px);
    filter: blur(16px);
}

.cvv-card-wrap {
    text-align: center;
    position: relative;
    margin: 15px auto;
    width: 221px;
    height: 137px;
}

.cvv-card-wrap img {
    height: 100%;
    width: 100%;
}

.cvv-m-details {
    text-align: center;
    margin-top: 20px;
}

.cvv-m-details h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 9px;
    color: #000000;
    margin-bottom: 20px;
}

.cvv-m-details p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 5px;
}

.cvv-modal-wrapper .btn-close {
    background: url('../images/close-modal-icon.svg') no-repeat;
    background-position: center;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.cvv-modal-wrapper .btn-close:focus {
    box-shadow: none;
}

/* CVV Modal CSS End */

/* Credit Card Css Start */
.payment-box {
    background-color: #FFFFFF;
    padding: 20px 22px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    width: 386px;
    margin-left: auto;
}

.payment-box .payment-title h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333747;
    line-height: 19px;
    margin-bottom: 12px;
}

.payment-box .gpayorapple-button .apple-pay-btn {
    background-color: #000000;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
    border-color: #000000;
    width: 100%;
    height: 37px;
}

.payment-box .gpayorapple-button .google-pay-btn {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
    border-color: #FFFFFF;
    width: 100%;
    height: 37px;
}

.payment-box .using-pay {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.payment-box .using-pay p {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 19px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.40);
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    padding: 15px 25px 12px 25px;
}

.payment-box .using-pay p::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 117px;
    background-color: #E4E4E4;
    opacity: 0.55;
    left: 0;
    top: 50%;
    transform: translateY(50%);
}

.payment-box .using-pay p::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 117px;
    background-color: #E4E4E4;
    opacity: 0.55;
    right: 0;
    top: 50%;
    transform: translateY(50%);
}

.payout-detail-box {
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.paymenttab .nav-item {
    flex: 1 1 0px;
}

.paymenttab .form-floating .error {
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: #FF0000;
    line-height: 19px;
    display: none;
    position: absolute;
    z-index: 1;
}

.paymenttab .nav-item .nav-link {
    background-color: rgba(242, 242, 242, 0.44);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 9px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 12.5px;
    padding-bottom: 9.2px;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border-radius: 0px;
}

.paymenttab .nav-item .nav-link.active {
    background-color: var(--themeColor);
    color: var(--themeTitleColor);
    opacity: 1;
    line-height: 16px;
}

.paymenttab .nav-item .nav-link.active span path {
    fill: var(--themeTitleColor);
    ;
}

.paymenttab .nav-item .nav-link span path {
    fill: var(--themeColor);
}

.paymenttab .nav-item .nav-link span svg {
    margin-bottom: 10px;
    height: 15px;
}

.paymenttab .nav-item .nav-link:nth-child(2) {
    border-radius: 0px;
}

.paymenttab .nav-pills li {
    border-right: 1px solid #FFFFFF;
}

.paymenttab .nav-pills li:last-child {
    border-right: 0px solid #FFFFFF;
}

.paymenttab .tab-pane {
    padding: 15px;
}

.in-custom-checkbox .form-check-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.30);
    margin-left: 3px;
}

.in-custom-checkbox .form-check-input {
    height: 14px;
    width: 14px;
    border-radius: 2px;
    box-shadow: none;
    outline: 0px;
    border-color: var(--themeColor);
}

.in-custom-checkbox .form-check-input:checked {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.in-custom-checkbox .form-check-input:focus {
    border-color: var(--themeColor);
}

.in-custom-checkbox .form-check-input:checked[type=checkbox] {
    background-image: url('../images/check.svg');
    background-size: 8px;
}

.in-custom-checkbox {
    margin-bottom: 10px;
}

.total-amount-wrapper p {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #A5A3AB;
    font-weight: 400;
    text-transform: uppercase;
}

.total-amount-wrapper h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 18px;
    color: var(--themeColor);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.total-amount-wrapper h5 sup {
    font-weight: 600;
    font-size: 20px;
}

.credit-info .form-floating>.form-control:focus~label,
.credit-info .form-floating>.form-control:not(:placeholder-shown)~label,
.credit-info .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(0.85) translateY(-0.8rem) translateX(8px);
    color: var(--themeColor);
    background-color: white;
    height: auto;
    padding: 1px 7.5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.credit-info .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--themeColor) !important;
    outline: 0;
    box-shadow: none;
}

.credit-info .form-floating>.form-control {
    border-radius: 5px;
    border: 0.5px solid #D4D4D4;
    height: 37px;
    padding: 9.5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
}

.credit-info .form-floating>label {
    padding: 9.5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.30);
}

.credit-info .form-floating {
    margin-bottom: 25px;
}

.credit-info .form-floating .custom-pad-132 {
    padding-right: 45px;
}

.invoice-card {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.invoice-card img {
    height: 15px;
    width: auto;
}

.cvv-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cvv-icon svg {
    height: 14px;
    width: auto;
}

.pay-btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 17.5px;
}

.pay-btn .pay-qar-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: 800;
    background-color: var(--paymentBtnColor) !important;
    border: 1px solid var(--paymentBtnColor) !important;
    color: var(--btnFontColor) !important;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    outline: 0;
}

.pay-btn .pay-qar-btn:hover,
.pay-btn .pay-qar-btn:focus,
.pay-btn .pay-qar-btn:active,
.pay-btn .pay-qar-btn.active {
    box-shadow: none;
}

.pay-btn .pay-qar-btn::after {
    content: '';
    height: 37.65px;
    width: 100%;
    position: absolute;
    top: 11px;
    left: 7.3px;
    border-radius: 28px;
    background-color: rgba(0, 0, 0, 0.17);
    box-shadow: 0 0.5 0 rgba(0, 0, 0, 0.15);
    filter: blur(1.5rem);
    z-index: -2;
}

.pay-btn .pay-qar-btn sup {
    font-weight: 600;
    font-size: 10px;
}

.enable-option-main .tab-content {
    height: 274px;
    position: relative;
}

.enable-option-main .tab-content:has(div.save-checkbox) {
    height: 302px;
}

.secure-content {
    margin-top: 11px;
}

.secure-payment-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 9.5px;
    line-height: 15px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 0px;
}

.secure-payment-text p a {
    color: var(--themeColor);
    text-decoration: none;
}

.secure-img img {
    margin-right: 13px;
}

/* Credit Card Css End */

/* Debit Card Css Start */
.debitcard-in-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #646464;
    margin-top: 10px;
}

/* Debit Card Css End */

/* Sadad Pay Css Start */
.sp-sadad-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 0px;
}

.sp-qr-code-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    line-height: 9px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 0px;
    text-align: center;
}

/* Sadad Pay Css End */

/* Disable Apple Pay CSS Start */
.disable-option-main {
    padding: 20px 22px;
}

.disable-option-main .payment-title {
    margin-bottom: 20px;
}

.disable-option-main .secure-content {
    margin-top: 20px;
}

.disable-option-main .tab-content {
    height: 274px;
    position: relative;
}

.disable-option-main .tab-content:has(div.save-checkbox) {
    height: 302px;
}

.product-disable-invoice .product-table-main table tr th:first-child {
    text-align: left;
}

.product-disable-invoice .product-table-main table tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: var(--themeColor);
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    padding: 5px 0px;
    text-transform: uppercase;
}

.product-disable-invoice .product-table-main table tr td {
    padding: 12px 0px;
}

.product-disable-invoice .product-table-main table tr td p {
    max-width: 170px;
    vertical-align: middle;
}

.product-disable-invoice .product-table-main {
    height: 242px;
}

.product-disable-invoice .product-details-wrapper {
    margin-top: 15px;
}

.mobile-p-dis-details {
    display: none;
}

.product-disable-invoice .mobile-p-dis-details {
    display: block;
}

/* Disable Apple Pay CSS End */
.product-l-main-wrap .product-l-image-main {
    height: 277px;
    min-width: 215px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-bottom: 92px;
}

.product-l-main-wrap .product-l-image-main img {
    width: 100%;
    height: 100%;
}

.fragrent-title h4 {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #282828;
    font-weight: 600;
}

.gap-25 {
    column-gap: 25px;
}

.gap-50 {
    column-gap: 50px;
}

.unit-price-details {
    margin-bottom: 10px;
}

.unitp-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    margin-bottom: 15px;
}

.unitp-amount sup {
    font-size: 8px;
}

.unitp-amount {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #282828;
    font-weight: 400;
    margin-bottom: 15px;
}

.quantity__input {
    width: 23px;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0px;
    background: #fff;
    border-radius: 3px;
    color: #282828;
    margin: 0px 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

.quantity__input:focus {
    outline: 0px;
}

.invoice-info-box .payment-box .payment-title {
    margin-bottom: 0px;
}

.invoice-info-box .payment-box:has(div.gpayorapple-button) {
    padding: 12px 22px;
}

.invoice-info-box .payment-box .payment-title:not(:has(+ .gpayorapple-button)) {
    margin-bottom: 20px;
}

.invoice-info-box .payment-box .secure-content {
    margin-top: 11px;
}

.payout-detail-box .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    background-image: none;
}

.payout-detail-box .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.payout-detail-box .form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
}

.payout-detail-box .form-control.is-invalid,
.was-validated .form-control:valid {
    border-color: #198754;
    background-image: none;
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

/* Payment Section Css End */
.focused input:focus:-webkit-input-placeholder {
    /* Edge */
    color: rgba(0, 0, 0, 0.30);
}

.focused input:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.30);
}

.focused input:focus::placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.focusedcvv .form-control {
    font-size: 18px !important;
}

/* Information Css End */
.unit-mobilenum {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px 15px;
    width: calc(100% - 100px);
    margin-bottom: 40px;
}

.mobile-input .mob-cust-input {
    border: 0px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    outline: 0;
    box-shadow: none;
    width: 100%;
}

.mobile-input .mob-cust-input:focus {
    outline: 0px;
}

.mobile-input .mob-cust-input::-webkit-input-placeholder {
    /* Edge */
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.30);
}

.mobile-input .mob-cust-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.30);
}

.mobile-input .mob-cust-input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.30);
}

.mobile-icon {
    border-right: 1px solid rgba(112, 112, 112, 0.17);
    padding-right: 15px;
    margin-right: 15px;
}

.unit-cell-main .error {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #FF0000;
    line-height: 19px;
    display: none;
    bottom: -22px;
    position: absolute;
    z-index: 1;
}

.unit-cell-main.credit-info .form-floating>.form-control:focus~label,
.unit-cell-main.credit-info .form-floating>.form-control:not(:placeholder-shown)~label,
.unit-cell-main.credit-info .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(0.85) translateY(-0.8rem) translateX(8px);
    color: var(--themeColor);
    background-color: #F5F5F5;
    height: auto;
    padding: 1px 7.5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.unit-cell-main.credit-info .form-floating>.form-control {
    background-color: #F5F5F5;
    padding: 9.5px 45px;
}

.input-plceholder-img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.unit-cell-main.credit-info .form-floating>label {
    padding: 9.5px 45px;
}



/* Media Query Start */

@media (min-width: 1921px) and (max-width: 2200px) {
    .paymenttab .nav-item .nav-link span svg {
        height: 15px;
    }
}

@media (min-width: 2201px) and (max-width: 2560px) {
    .paymenttab .nav-item .nav-link span svg {
        height: 14px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .invoice-chekout-wrapper {
        margin: 5% 0px;
    }
}

@media (min-width: 998px) and (max-width: 1166px) {
    .invoice-chekout-wrapper {
        margin: 10% 0%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .left-invoice-info-wrap {
        width: 500px;
    }

    .merchant-logo {
        float: none;
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 2px;
        background-color: #FFFFFF;
        border-radius: 2px;
        min-width: 0%;
        max-width: 150px;
        height: 47px;
        min-height: 0px;
        max-height: 47px;
    }

    .merchant-logo img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .unit-mobilenum {
        width: calc(100% - 60px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        background-color: var(--themeColor);
    }

    .invoice-chekout-wrapper>.d-flex {
        display: block !important;
    }

    .invoice-chekout-wrapper .invoice-checkout-box {
        width: 100%;
        border-radius: 0px;
        padding-bottom: 15px;
    }

    .invoice-checkout-box {
        padding: 0px;
    }

    .invoice-header .invoice-logo {
        padding: 0px;
        flex-basis: 300px;
    }

    .invoice-header .invoice-logo .logo-image {
        margin-right: 0px;
    }

    .merchant-logo {
        float: none;
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 2px;
        background-color: #FFFFFF;
        border-radius: 2px;
        min-width: 0%;
        max-width: 150px;
        height: 47px;
        min-height: 0px;
        max-height: 47px;
    }

    .merchant-logo img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .invoice-header .invoice-logo .logo-text {
        width: calc(100% - 50px);
        margin-left: 11px;
    }

    .invoice-header .invoice-logo .logo-text h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .invoice-header {
        padding: 15px 15px 15px 15px;
    }

    .invoice-language-selection .i-language-box {
        display: none;
    }

    .invoice-info-box {
        margin-top: 0px;
        padding: 15px;
        border-radius: 10px;
    }

    .invoice-language-selection {
        padding: 0px;
    }

    .invoice-info-box>.d-flex {
        flex-direction: column;
    }

    .invoice-info-box .col-lg-7 {
        order: 2;
    }

    .left-invoice-info-wrap {
        width: 100%;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .i-details {
        position: absolute;
        right: 20px;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .payment-box {
        width: 100%;
        padding: 12px 18px;
    }

    .payment-box .payment-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .apple-pay-btn img,
    .google-pay-btn img {
        height: 18.50px;
    }

    .payment-box .gpayorapple-button .apple-pay-btn,
    .payment-box .gpayorapple-button .google-pay-btn {
        padding: auto;
    }

    .payment-box .using-pay p::before {
        width: 104.72px;
    }

    .payment-box .using-pay p::after {
        width: 104.72px;
    }

    .payment-box .using-pay p {
        padding: 11px 15px 13px 15px;
    }

    .enable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .enable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .paymenttab .nav-item .nav-link {
        font-size: 11px;
    }

    .credit-info .form-floating>.form-control {
        height: 45px;
        font-size: 14px;
    }

    .credit-info .form-floating>label {
        padding: 12.5px 10px;
    }

    .secure-payment-text p {
        font-size: 9px;
    }

    .left-in-content-dtl {
        display: none;
    }

    .m-payment-info-wrap {
        margin-bottom: 17px;
    }

    .m-payable-amount .payableamt-text h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-payable-amount .amoutqar h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 5px;
    }

    .productm-text-main p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text a {
        display: inline-block;
        margin-left: 8px;
    }

    .footer-link-main ul li {
        color: rgba(0, 0, 0, 0.50);
        font-weight: 400;
    }

    .footer-link-main ul li a {
        font-size: 8px;
    }

    .footer-logo ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .footer-logo ul li {
        width: 70px;
        margin-right: 0;
    }

    .footer-link-main ul {
        margin-top: 0px;
    }

    /* .mobile-inv-details {
        display: none;
    } */

    .md-invoice-title-main {
        margin-bottom: 4px;
    }

    .md-invoice-title-main .md-invoiceinfo-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #000000;
        margin-bottom: 15px;
    }

    .md-invoice-title-main .md-invoice-status span {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: var(--themeColor);
    }

    .md-inv-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4.8px;
    }

    .md-inv-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #000000;
        margin-bottom: 5.5px;
    }

    .md-pay-wrapper .md-pay-amt h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #282828;
        margin-bottom: 5.8px;
    }

    .md-pay-wrapper .md-inamount h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 23.6px;
    }

    .md-in-other-details .md-dtl-box h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .md-in-other-details .md-dtl-box p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #212C39;
        margin-bottom: 0px;
    }

    .md-dtl-box {
        margin-bottom: 20px;
    }

    .md-description-text {
        max-width: 250px;
    }

    .mobile-inv-details {
        margin-bottom: 30px;
    }

    .mobile-invoice-info-box {
        display: block;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 30px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .mobile-language-dropdown {
        display: block;
        position: relative;
    }

    .modal-backdrop {
        background-color: rgba(255, 255, 255, 0.86);
        opacity: 0.9;
    }

    .cvv-modal-wrapper .modal-content {
        border: 0px;
        border-radius: 5px;
        width: 72%;
        margin: 0 auto;
        position: relative;
    }

    .cvv-modal-wrapper .modal-content::after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.19);
        height: 100%;
        width: 100%;
        top: -5px;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 3px;
        -webkit-filter: blur(16px);
        -moz-filter: blur(16px);
        -o-filter: blur(16px);
        -ms-filter: blur(16px);
        filter: blur(16px);
    }

    .cvv-card-wrap {
        text-align: center;
        position: relative;
        margin-top: 11px;
        width: 167px;
        height: 104px;
    }

    .cvv-m-details {
        text-align: center;
        margin-top: 13px;
    }

    .cvv-m-details h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 7px;
        color: #000000;
        margin-bottom: 20px;
    }

    .cvv-m-details p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 5px;
    }

    .cvv-modal-wrapper .btn-close {
        background: url('../images/close-modal-icon.svg') no-repeat;
        background-position: center;
        position: absolute;
        right: -8px;
        top: -5px;
        opacity: 1;
        color: #FFFFFF;
        width: 22px;
        height: 22px;
        z-index: 1;
    }

    .cvv-modal-wrapper .btn-close:focus {
        box-shadow: none;
    }

    .disable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .disable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .md-in-other-details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-top: 6px;
        margin-bottom: 25px;
    }

    .product-details-wrapper {
        display: none;
    }

    .footer-logo {
        padding-top: 0px;
        border-top: 0px;
    }

    .m-product-detail-main {
        margin-bottom: 7px;
    }

    .m-product-detail-main .m-pro-dtl-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-product-dtl-up-arrow {
        display: none;
    }

    .fragrent-title h4 {
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        font-weight: 600;
    }

    .invoice-desc-box {
        border-bottom: 0px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main {
        height: 135px;
        min-width: 122px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main img {
        height: 100%;
        width: 100%;
    }

    .gap-35 {
        column-gap: 35px;
    }

    .payable-amt-text {
        font-size: 13px;
        margin-bottom: 5px;
        color: #A5A3AB;
        font-weight: 400;
        text-transform: uppercase;
    }

    .unit-price-details {
        margin-bottom: 20px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: -10px;
    }

    .unitp-title {
        margin-bottom: 12px;
    }

    .amoutqar h6 sup {
        font-size: 10px;
    }

    .payable-amt sup {
        font-size: 9px;
    }

    .unitp-amount sup {
        font-size: 8px;
    }

    .unit-mobilenum {
        width: 100%;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .mobile-input .mob-cust-input {
        width: 100%;
    }

    .mobile-input .mob-cust-input::-webkit-input-placeholder {
        /* Edge */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input::placeholder {
        font-size: 10px;
    }

    .unit-cell-main.credit-info {
        margin-top: 35px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    body {
        background-color: var(--themeColor);
    }

    .invoice-chekout-wrapper>.d-flex {
        display: block !important;
    }

    .invoice-chekout-wrapper .invoice-checkout-box {
        width: 100%;
        border-radius: 0px;
        padding-bottom: 15px;
    }

    .invoice-checkout-box {
        padding: 0px;
    }

    .invoice-header .invoice-logo {
        padding: 0px;
        flex-basis: 300px;
    }

    .invoice-header .invoice-logo .logo-image {
        margin-right: 0px;
    }

    .invoice-header .invoice-logo .logo-text {
        width: calc(100% - 50px);
        margin-left: 11px;
    }

    .invoice-header .invoice-logo .logo-text h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .invoice-header {
        padding: 15px 15px 15px 15px;
    }

    .invoice-language-selection .i-language-box {
        display: none;
    }

    .invoice-info-box {
        margin-top: 0px;
        padding: 15px;
        border-radius: 10px;
    }

    .invoice-language-selection {
        padding: 0px;
    }

    .invoice-info-box>.d-flex {
        flex-direction: column;
    }

    .invoice-info-box .col-lg-7 {
        order: 2;
    }

    .left-invoice-info-wrap {
        width: 100%;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .i-details {
        position: absolute;
        right: 20px;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .payment-box {
        width: 100%;
        padding: 12px 18px;
    }

    .payment-box .payment-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .apple-pay-btn img,
    .google-pay-btn img {
        height: 18.50px;
    }

    .payment-box .gpayorapple-button .apple-pay-btn,
    .payment-box .gpayorapple-button .google-pay-btn {
        padding: auto;
    }

    .payment-box .using-pay p::before {
        width: 104.72px;
    }

    .payment-box .using-pay p::after {
        width: 104.72px;
    }

    .payment-box .using-pay p {
        padding: 11px 15px 13px 15px;
    }

    .enable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .enable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .paymenttab .nav-item .nav-link {
        font-size: 11px;
    }

    .credit-info .form-floating>.form-control {
        height: 45px;
        font-size: 14px;
    }

    .credit-info .form-floating>label {
        padding: 12.5px 10px;
    }

    .secure-payment-text p {
        font-size: 9px;
    }

    .left-in-content-dtl {
        display: none;
    }

    .m-payment-info-wrap {
        margin-bottom: 17px;
    }

    .m-payable-amount .payableamt-text h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-payable-amount .amoutqar h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 5px;
    }

    .productm-text-main p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text a {
        display: inline-block;
        margin-left: 8px;
    }

    .footer-link-main ul li {
        color: rgba(0, 0, 0, 0.50);
        font-weight: 400;
    }

    .footer-link-main ul li a {
        font-size: 8px;
    }

    .footer-logo ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .footer-logo ul li {
        width: 70px;
        margin-right: 0;
    }

    .footer-link-main ul {
        margin-top: 0px;
    }

    /* .mobile-inv-details {
        display: none;
    } */

    .md-invoice-title-main {
        margin-bottom: 4px;
    }

    .md-invoice-title-main .md-invoiceinfo-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #000000;
        margin-bottom: 15px;
    }

    .md-invoice-title-main .md-invoice-status span {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: var(--themeColor);
    }

    .md-inv-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4.8px;
    }

    .md-inv-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #000000;
        margin-bottom: 5.5px;
    }

    .md-pay-wrapper .md-pay-amt h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #282828;
        margin-bottom: 5.8px;
    }

    .md-pay-wrapper .md-inamount h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 23.6px;
    }

    .md-in-other-details .md-dtl-box h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .md-in-other-details .md-dtl-box p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #212C39;
        margin-bottom: 0px;
    }

    .md-dtl-box {
        margin-bottom: 20px;
    }

    .md-description-text {
        max-width: 250px;
    }

    .mobile-inv-details {
        margin-bottom: 30px;
    }

    .mobile-invoice-info-box {
        display: block;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 30px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .mobile-language-dropdown {
        display: block;
        position: relative;
    }

    .modal-backdrop {
        background-color: rgba(255, 255, 255, 0.86);
        opacity: 0.9;
    }

    .cvv-modal-wrapper .modal-content {
        border: 0px;
        border-radius: 5px;
        width: 72%;
        margin: 0 auto;
        position: relative;
    }

    .cvv-modal-wrapper .modal-content::after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.19);
        height: 100%;
        width: 100%;
        top: -5px;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 3px;
        -webkit-filter: blur(16px);
        -moz-filter: blur(16px);
        -o-filter: blur(16px);
        -ms-filter: blur(16px);
        filter: blur(16px);
    }

    .cvv-card-wrap {
        text-align: center;
        position: relative;
        margin-top: 11px;
        width: 167px;
        height: 104px;
    }

    .cvv-m-details {
        text-align: center;
        margin-top: 13px;
    }

    .cvv-m-details h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 7px;
        color: #000000;
        margin-bottom: 20px;
    }

    .cvv-m-details p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 5px;
    }

    .cvv-modal-wrapper .btn-close {
        background: url('../images/close-modal-icon.svg') no-repeat;
        background-position: center;
        position: absolute;
        right: -8px;
        top: -5px;
        opacity: 1;
        color: #FFFFFF;
        width: 22px;
        height: 22px;
        z-index: 1;
    }

    .cvv-modal-wrapper .btn-close:focus {
        box-shadow: none;
    }

    .disable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .disable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .md-in-other-details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-top: 6px;
        margin-bottom: 25px;
    }

    .product-details-wrapper {
        display: none;
    }

    .footer-logo {
        padding-top: 0px;
        border-top: 0px;
    }

    .m-product-detail-main {
        margin-bottom: 7px;
    }

    .m-product-detail-main .m-pro-dtl-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-product-dtl-up-arrow {
        display: none;
    }

    .fragrent-title h4 {
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        font-weight: 600;
    }

    .invoice-desc-box {
        border-bottom: 0px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main {
        height: 135px;
        min-width: 122px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main img {
        height: 100%;
        width: 100%;
    }

    .gap-35 {
        column-gap: 35px;
    }

    .payable-amt-text {
        font-size: 13px;
        margin-bottom: 5px;
        color: #A5A3AB;
        font-weight: 400;
        text-transform: uppercase;
    }

    .unit-price-details {
        margin-bottom: 20px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: -15px;
    }

    .unitp-title {
        margin-bottom: 12px;
    }

    .amoutqar h6 sup {
        font-size: 10px;
    }

    .payable-amt sup {
        font-size: 9px;
    }

    .unitp-amount sup {
        font-size: 8px;
    }

    .unit-mobilenum {
        width: 100%;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .mobile-input .mob-cust-input {
        width: 100%;
    }

    .mobile-input .mob-cust-input::-webkit-input-placeholder {
        /* Edge */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input::placeholder {
        font-size: 10px;
    }

    .unit-cell-main.credit-info {
        margin-top: 35px;
    }
}

/*Small devices (landscape phones, 576px and up) */
@media (min-width: 361px) and (max-width: 576px) {
    body {
        background-color: var(--themeColor);
    }

    .invoice-chekout-wrapper>.d-flex {
        display: block !important;
    }

    .invoice-chekout-wrapper .invoice-checkout-box {
        width: 100%;
        border-radius: 0px;
        padding-bottom: 15px;
    }

    .invoice-checkout-box {
        padding: 0px;
    }

    .invoice-header .invoice-logo {
        padding: 0px;
        flex-basis: 300px;
    }

    .invoice-header .invoice-logo .logo-image {
        margin-right: 0px;
    }

    .merchant-logo {
        float: none;
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 2px;
        background-color: #FFFFFF;
        border-radius: 2px;
        min-width: 0%;
        max-width: 150px;
        height: 47px;
        min-height: 0px;
        max-height: 47px;
    }

    .merchant-logo img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .invoice-header .invoice-logo .logo-text {
        width: calc(100% - 50px);
        margin-left: 11px;
    }

    .invoice-header .invoice-logo .logo-text h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .invoice-header {
        padding: 15px 15px 15px 15px;
    }

    .invoice-language-selection .i-language-box {
        display: none;
    }

    .invoice-info-box {
        margin-top: 0px;
        padding: 15px;
        border-radius: 10px;
    }

    .invoice-language-selection {
        padding: 0px;
    }

    .invoice-info-box>.d-flex {
        flex-direction: column;
    }

    .invoice-info-box .col-lg-7 {
        order: 2;
    }

    .left-invoice-info-wrap {
        width: 100%;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .i-details {
        position: absolute;
        right: 20px;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .payment-box {
        width: 100%;
        padding: 12px 18px;
    }

    .payment-box .payment-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .apple-pay-btn img,
    .google-pay-btn img {
        height: 18.50px;
    }

    .payment-box .gpayorapple-button .apple-pay-btn,
    .payment-box .gpayorapple-button .google-pay-btn {
        padding: auto;
    }

    .payment-box .using-pay p::before {
        width: 104.72px;
        opacity: 0.40;
    }

    .payment-box .using-pay p::after {
        width: 104.72px;
        opacity: 0.40;
    }

    .payment-box .using-pay p {
        padding: 11px 15px 13px 15px;
        color: rgba(0, 0, 0, 0.20)
    }

    .enable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .enable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .paymenttab .nav-item .nav-link {
        font-size: 11px;
    }

    .credit-info .form-floating>.form-control {
        height: 45px;
        font-size: 14px;
    }

    .credit-info .form-floating>label {
        padding: 12.5px 10px;
    }

    .secure-payment-text p {
        font-size: 9px;
    }

    .left-in-content-dtl {
        display: none;
    }

    .m-payment-info-wrap {
        margin-bottom: 17px;
    }

    .m-payable-amount .payableamt-text h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-payable-amount .amoutqar h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 5px;
    }

    .productm-text-main p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text a {
        display: inline-block;
        margin-left: 8px;
    }

    .footer-link-main ul li {
        color: rgba(0, 0, 0, 0.50);
        font-weight: 400;
    }

    .footer-link-main ul li a {
        font-size: 8px;
    }

    .footer-logo ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .footer-logo ul li {
        width: 70px;
        margin-right: 0;
    }

    .footer-link-main ul {
        margin-top: 0px;
    }

    /* .mobile-inv-details {
        display: none;
    } */

    .md-invoice-title-main {
        margin-bottom: 4px;
    }

    .md-invoice-title-main .md-invoiceinfo-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #000000;
        margin-bottom: 15px;
    }

    .md-invoice-title-main .md-invoice-status span {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: var(--themeColor);
    }

    .md-inv-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4.8px;
    }

    .md-inv-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #000000;
        margin-bottom: 5.5px;
    }

    .md-pay-wrapper .md-pay-amt h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #282828;
        margin-bottom: 5.8px;
    }

    .md-pay-wrapper .md-inamount h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 23.6px;
    }

    .md-in-other-details .md-dtl-box h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .md-in-other-details .md-dtl-box p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #212C39;
        margin-bottom: 0px;
    }

    .md-dtl-box {
        margin-bottom: 20px;
    }

    .md-description-text {
        max-width: 250px;
    }

    .mobile-inv-details {
        margin-bottom: 30px;
    }

    .mobile-invoice-info-box {
        display: block;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 30px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .mobile-language-dropdown {
        display: block;
        position: relative;
    }

    .modal-backdrop {
        background-color: rgba(255, 255, 255, 0.86);
        opacity: 0.9;
    }

    .cvv-modal-wrapper .modal-content {
        border: 0px;
        border-radius: 5px;
        width: 72%;
        margin: 0 auto;
        position: relative;
    }

    .cvv-modal-wrapper .modal-content::after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.19);
        height: 100%;
        width: 100%;
        top: -5px;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 3px;
        -webkit-filter: blur(16px);
        -moz-filter: blur(16px);
        -o-filter: blur(16px);
        -ms-filter: blur(16px);
        filter: blur(16px);
    }

    .cvv-card-wrap {
        text-align: center;
        position: relative;
        margin-top: 11px;
        width: 167px;
        height: 104px;
    }

    .cvv-m-details {
        text-align: center;
        margin-top: 13px;
    }

    .cvv-m-details h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 7px;
        color: #000000;
        margin-bottom: 20px;
    }

    .cvv-m-details p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 5px;
    }

    .cvv-modal-wrapper .btn-close {
        background: url('../images/close-modal-icon.svg') no-repeat;
        background-position: center;
        position: absolute;
        right: -8px;
        top: -5px;
        opacity: 1;
        color: #FFFFFF;
        width: 22px;
        height: 22px;
        z-index: 1;
    }

    .cvv-modal-wrapper .btn-close:focus {
        box-shadow: none;
    }

    .disable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .disable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .md-in-other-details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-top: 6px;
        margin-bottom: 25px;
    }

    .product-details-wrapper {
        display: none;
    }

    .footer-logo {
        padding-top: 0px;
        border-top: 0px;
    }

    .m-product-detail-main {
        margin-bottom: 7px;
    }

    .m-product-detail-main .m-pro-dtl-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-product-dtl-up-arrow {
        display: none;
    }

    .fragrent-title h4 {
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        font-weight: 600;
    }

    .invoice-desc-box {
        border-bottom: 0px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main {
        height: 135px;
        min-width: 122px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main img {
        height: 100%;
        width: 100%;
    }

    .gap-35 {
        column-gap: 35px;
    }

    .payable-amt-text {
        font-size: 13px;
        margin-bottom: 5px;
        color: #A5A3AB;
        font-weight: 400;
        text-transform: uppercase;
    }

    .unit-price-details {
        margin-bottom: 20px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: -15px;
    }

    .unitp-title {
        margin-bottom: 12px;
    }

    .amoutqar h6 sup {
        font-size: 10px;
    }

    .payable-amt sup {
        font-size: 9px;
    }

    .unitp-amount sup {
        font-size: 8px;
    }

    .unit-mobilenum {
        width: 100%;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .mobile-input .mob-cust-input {
        width: 100%;
    }

    .mobile-input .mob-cust-input::-webkit-input-placeholder {
        /* Edge */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input::placeholder {
        font-size: 10px;
    }

    .unit-cell-main.credit-info {
        margin-top: 35px;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    body {
        background-color: var(--themeColor);
    }

    .invoice-chekout-wrapper>.d-flex {
        display: block !important;
    }

    .invoice-chekout-wrapper .invoice-checkout-box {
        width: 100%;
        border-radius: 0px;
        padding-bottom: 15px;
    }

    .invoice-checkout-box {
        padding: 0px;
    }

    .invoice-header .invoice-logo {
        padding: 0px;
        flex-basis: 240px;
    }

    .invoice-header .invoice-logo .logo-image {
        margin-right: 0px;
    }

    .invoice-header .invoice-logo .logo-text {
        width: calc(100% - 50px);
        margin-left: 11px;
    }

    .invoice-header .invoice-logo .logo-text h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .invoice-header {
        padding: 15px 15px 15px 15px;
    }

    .invoice-language-selection .i-language-box {
        display: none;
    }

    .invoice-info-box {
        margin-top: 0px;
        padding: 15px;
        border-radius: 10px;
    }

    .invoice-language-selection {
        padding: 0px;
    }

    .invoice-info-box>.d-flex {
        flex-direction: column;
    }

    .invoice-info-box .col-lg-7 {
        order: 2;
    }

    .left-invoice-info-wrap {
        width: 100%;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .i-details {
        position: absolute;
        right: 20px;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .payment-box {
        width: 100%;
        padding: 12px 15px !important;
    }

    .payment-box .payment-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .apple-pay-btn img,
    .google-pay-btn img {
        height: 18.50px;
    }

    .payment-box .gpayorapple-button .apple-pay-btn,
    .payment-box .gpayorapple-button .google-pay-btn {
        padding: auto;
    }

    .payment-box .using-pay p::before {
        width: 104.72px;
    }

    .payment-box .using-pay p::after {
        width: 104.72px;
    }

    .payment-box .using-pay p {
        padding: 11px 15px 13px 15px;
    }

    .enable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .enable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .paymenttab .nav-item .nav-link {
        font-size: 11px;
    }

    .credit-info .form-floating>.form-control {
        height: 45px;
        font-size: 14px;
    }

    .credit-info .form-floating>label {
        padding: 12.5px 10px;
    }

    .secure-payment-text p {
        font-size: 9px;
    }

    .left-in-content-dtl {
        display: none;
    }

    .m-payment-info-wrap {
        margin-bottom: 17px;
    }

    .m-payable-amount .payableamt-text h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-payable-amount .amoutqar h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 5px;
    }

    .productm-text-main p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text a {
        display: inline-block;
        margin-left: 8px;
    }

    .footer-link-main ul li {
        color: rgba(0, 0, 0, 0.50);
        font-weight: 400;
    }

    .footer-link-main ul li a {
        font-size: 8px;
    }

    .footer-logo ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .footer-logo ul li {
        width: 70px;
        margin-right: 0;
    }

    .footer-link-main ul {
        margin-top: 0px;
    }

    /* .mobile-inv-details {
        display: none;
    } */

    .md-invoice-title-main {
        margin-bottom: 4px;
    }

    .md-invoice-title-main .md-invoiceinfo-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #000000;
        margin-bottom: 15px;
    }

    .md-invoice-title-main .md-invoice-status span {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: var(--themeColor);
    }

    .md-inv-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4.8px;
    }

    .md-inv-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #000000;
        margin-bottom: 5.5px;
    }

    .md-pay-wrapper .md-pay-amt h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #282828;
        margin-bottom: 5.8px;
    }

    .md-pay-wrapper .md-inamount h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 23.6px;
    }

    .md-in-other-details .md-dtl-box h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .md-in-other-details .md-dtl-box p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #212C39;
        margin-bottom: 0px;
    }

    .md-dtl-box {
        margin-bottom: 20px;
    }

    .md-description-text {
        max-width: 250px;
    }

    .mobile-inv-details {
        margin-bottom: 30px;
    }

    .mobile-invoice-info-box {
        display: block;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 25px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .mobile-language-dropdown {
        display: block;
        position: relative;
    }

    .modal-backdrop {
        background-color: rgba(255, 255, 255, 0.86);
        opacity: 0.9;
    }

    .cvv-modal-wrapper .modal-content {
        border: 0px;
        border-radius: 5px;
        width: 72%;
        margin: 0 auto;
        position: relative;
    }

    .cvv-modal-wrapper .modal-content::after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.19);
        height: 100%;
        width: 100%;
        top: -5px;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 3px;
        -webkit-filter: blur(16px);
        -moz-filter: blur(16px);
        -o-filter: blur(16px);
        -ms-filter: blur(16px);
        filter: blur(16px);
    }

    .cvv-card-wrap {
        text-align: center;
        position: relative;
        margin-top: 11px;
        width: 167px;
        height: 104px;
    }

    .cvv-m-details {
        text-align: center;
        margin-top: 13px;
    }

    .cvv-m-details h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 7px;
        color: #000000;
        margin-bottom: 20px;
    }

    .cvv-m-details p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 5px;
    }

    .cvv-modal-wrapper .btn-close {
        background: url('../images/close-modal-icon.svg') no-repeat;
        background-position: center;
        position: absolute;
        right: -8px;
        top: -5px;
        opacity: 1;
        color: #FFFFFF;
        width: 22px;
        height: 22px;
        z-index: 1;
    }

    .cvv-modal-wrapper .btn-close:focus {
        box-shadow: none;
    }

    .disable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .disable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .md-in-other-details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-top: 6px;
        margin-bottom: 25px;
    }

    .product-details-wrapper {
        display: none;
    }

    .footer-logo {
        padding-top: 0px;
        border-top: 0px;
    }

    .m-product-detail-main {
        margin-bottom: 7px;
    }

    .m-product-detail-main .m-pro-dtl-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-product-dtl-up-arrow {
        display: none;
    }

    .fragrent-title h4 {
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        font-weight: 600;
    }

    .invoice-desc-box {
        border-bottom: 0px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main {
        height: 135px;
        min-width: 122px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main img {
        height: 100%;
        width: 100%;
    }

    .gap-35 {
        column-gap: 35px;
    }

    .payable-amt-text {
        font-size: 13px;
        margin-bottom: 5px;
        color: #A5A3AB;
        font-weight: 400;
        text-transform: uppercase;
    }

    .unit-price-details {
        margin-bottom: 20px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: 13px;
    }

    .unitp-title {
        margin-bottom: 12px;
    }

    .amoutqar h6 sup {
        font-size: 10px;
    }

    .payable-amt sup {
        font-size: 9px;
    }

    .unitp-amount sup {
        font-size: 8px;
    }

    .unit-mobilenum {
        width: 100%;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .mobile-input .mob-cust-input {
        width: 100%;
    }

    .mobile-input .mob-cust-input::-webkit-input-placeholder {
        /* Edge */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input::placeholder {
        font-size: 10px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: -15px;
    }

    .mobile-icon {
        border-right: 1px solid rgba(112, 112, 112, 0.17);
        padding-right: 10px;
        margin-right: 10px;
    }

    .unit-cell-main.credit-info {
        margin-top: 35px;
    }

    .invoice-chekout-wrapper .invoice-checkout-box {
        background-color: transparent;
    }
}

@media (min-width: 280px) and (max-width: 320px) {
    body {
        background-color: var(--themeColor);
    }

    .invoice-chekout-wrapper>.d-flex {
        display: block !important;
    }

    .invoice-chekout-wrapper .invoice-checkout-box {
        width: 100%;
        border-radius: 0px;
        padding-bottom: 15px;
    }

    .invoice-checkout-box {
        padding: 0px;
    }

    .invoice-header .invoice-logo {
        padding: 0px;
        flex-basis: 210px;
    }

    .invoice-header .invoice-logo .logo-image {
        margin-right: 0px;
    }

    .merchant-logo {
        float: none;
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 2px;
        background-color: #FFFFFF;
        border-radius: 2px;
        min-width: 0%;
        max-width: 150px;
        height: 47px;
        min-height: 0px;
        max-height: 47px;
    }

    .merchant-logo img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .invoice-header .invoice-logo .logo-text {
        width: calc(100% - 50px);
        margin-left: 11px;
    }

    .invoice-header .invoice-logo .logo-text h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .invoice-header {
        padding: 15px 15px 15px 15px;
    }

    .invoice-language-selection .i-language-box {
        display: none;
    }

    .invoice-info-box {
        margin-top: 0px;
        padding: 15px;
        border-radius: 10px;
    }

    .invoice-language-selection {
        padding: 0px;
    }

    .invoice-info-box>.d-flex {
        flex-direction: column;
    }

    .invoice-info-box .col-lg-7 {
        order: 2;
    }

    .left-invoice-info-wrap {
        width: 100%;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .i-details {
        position: absolute;
        right: 20px;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .payment-box {
        width: 100%;
        padding: 12px 15px !important;
    }

    .payment-box .payment-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .apple-pay-btn img,
    .google-pay-btn img {
        height: 18.50px;
    }

    .payment-box .gpayorapple-button .apple-pay-btn,
    .payment-box .gpayorapple-button .google-pay-btn {
        padding: auto;
    }

    .payment-box .using-pay p::before {
        width: 104.72px;
    }

    .payment-box .using-pay p::after {
        width: 104.72px;
    }

    .payment-box .using-pay p {
        padding: 11px 15px 13px 15px;
    }

    .enable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .enable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .paymenttab .nav-item .nav-link {
        font-size: 11px;
    }

    .credit-info .form-floating>.form-control {
        height: 45px;
        font-size: 14px;
    }

    .credit-info .form-floating>label {
        padding: 12.5px 10px;
    }

    .secure-payment-text p {
        font-size: 9px;
    }

    .left-in-content-dtl {
        display: none;
    }

    .m-payment-info-wrap {
        margin-bottom: 17px;
    }

    .m-payable-amount .payableamt-text h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-payable-amount .amoutqar h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 5px;
    }

    .productm-text-main p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0px;
    }

    .i-details .mi-detail-text a {
        display: inline-block;
        margin-left: 8px;
    }

    .footer-link-main ul li {
        color: rgba(0, 0, 0, 0.50);
        font-weight: 400;
    }

    .footer-link-main ul li a {
        font-size: 8px;
    }

    .footer-logo ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .footer-logo ul li {
        width: 70px;
        margin-right: 0;
    }

    .footer-link-main ul {
        margin-top: 0px;
    }

    /* .mobile-inv-details {
        display: none;
    } */

    .md-invoice-title-main {
        margin-bottom: 4px;
    }

    .md-invoice-title-main .md-invoiceinfo-title h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #000000;
        margin-bottom: 15px;
    }

    .md-invoice-title-main .md-invoice-status span {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 19px;
        color: var(--themeColor);
    }

    .md-inv-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4.8px;
    }

    .md-inv-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #000000;
        margin-bottom: 5.5px;
    }

    .md-pay-wrapper .md-pay-amt h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #282828;
        margin-bottom: 5.8px;
    }

    .md-pay-wrapper .md-inamount h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: var(--themeColor);
        margin-bottom: 23.6px;
    }

    .md-in-other-details .md-dtl-box h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.50);
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .md-in-other-details .md-dtl-box p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #212C39;
        margin-bottom: 0px;
    }

    .md-dtl-box {
        margin-bottom: 20px;
    }

    .md-description-text {
        max-width: 250px;
    }

    .mobile-inv-details {
        margin-bottom: 30px;
    }

    .mobile-invoice-info-box {
        display: block;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 30px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .mobile-language-dropdown {
        display: block;
        position: relative;
    }

    .modal-backdrop {
        background-color: rgba(255, 255, 255, 0.86);
        opacity: 0.9;
    }

    .cvv-modal-wrapper .modal-content {
        border: 0px;
        border-radius: 5px;
        width: 72%;
        margin: 0 auto;
        position: relative;
    }

    .cvv-modal-wrapper .modal-content::after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.19);
        height: 100%;
        width: 100%;
        top: -5px;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 3px;
        -webkit-filter: blur(16px);
        -moz-filter: blur(16px);
        -o-filter: blur(16px);
        -ms-filter: blur(16px);
        filter: blur(16px);
    }

    .cvv-card-wrap {
        text-align: center;
        position: relative;
        margin-top: 11px;
        width: 167px;
        height: 104px;
    }

    .cvv-m-details {
        text-align: center;
        margin-top: 13px;
    }

    .cvv-m-details h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 7px;
        color: #000000;
        margin-bottom: 20px;
    }

    .cvv-m-details p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 5px;
    }

    .cvv-modal-wrapper .btn-close {
        background: url('../images/close-modal-icon.svg') no-repeat;
        background-position: center;
        position: absolute;
        right: -8px;
        top: -5px;
        opacity: 1;
        color: #FFFFFF;
        width: 22px;
        height: 22px;
        z-index: 1;
    }

    .cvv-modal-wrapper .btn-close:focus {
        box-shadow: none;
    }

    .disable-option-main .tab-content {
        height: 298px;
        position: relative;
    }

    .disable-option-main .tab-content:has(div.save-checkbox) {
        height: 326px;
    }

    .md-in-other-details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-top: 6px;
        margin-bottom: 25px;
    }

    .product-details-wrapper {
        display: none;
    }

    .footer-logo {
        padding-top: 0px;
        border-top: 0px;
    }

    .m-product-detail-main {
        margin-bottom: 7px;
    }

    .m-product-detail-main .m-pro-dtl-title h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 2px;
    }

    .m-product-dtl-up-arrow {
        display: none;
    }

    .fragrent-title h4 {
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        font-weight: 600;
    }

    .invoice-desc-box {
        border-bottom: 0px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main {
        height: 135px;
        min-width: 122px;
        margin-bottom: 0px;
    }

    .product-l-main-wrap .product-l-image-main img {
        height: 100%;
        width: 100%;
    }

    .gap-35 {
        column-gap: 35px;
    }

    .payable-amt-text {
        font-size: 13px;
        margin-bottom: 5px;
        color: #A5A3AB;
        font-weight: 400;
        text-transform: uppercase;
    }

    .unit-price-details {
        margin-bottom: 20px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: 13px;
    }

    .unitp-title {
        margin-bottom: 12px;
    }

    .amoutqar h6 sup {
        font-size: 10px;
    }

    .payable-amt sup {
        font-size: 9px;
    }

    .unitp-amount sup {
        font-size: 8px;
    }

    .unit-mobilenum {
        width: 100%;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .mobile-input .mob-cust-input {
        width: 100%;
    }

    .mobile-input .mob-cust-input::-webkit-input-placeholder {
        /* Edge */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 10px;
    }

    .mobile-input .mob-cust-input::placeholder {
        font-size: 10px;
    }

    .bottom-arrow {
        position: absolute;
        right: 0px;
        bottom: -15px;
    }

    .mobile-icon {
        border-right: 1px solid rgba(112, 112, 112, 0.17);
        padding-right: 10px;
        margin-right: 10px;
    }

    .unit-cell-main.credit-info {
        margin-top: 35px;
    }
}

/* Media Query End */