﻿html {
}

body {
    min-width: 100%;
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    font-size: 14px;
    color: #333;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-overflow-scrolling: touch;
}

p {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    line-height: 22px;
    font-weight: normal;
    font-size: 12px;
}

h1 {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    color: #6E6E6E;
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
}

.summary-total-text, .summary-total-amount {
    font-size: 18px;
    font-weight: bold;
}


.summary-total-amount-pay {
    font-weight: bold;
}

h3 {
    color: #051D33;
}

h4 {
}

hr {
    height: 1px;
    background: #DBDBDB;
    margin-bottom: 24px;
    margin-top: 24px;
}

.h-spacer {
    line-height: 24px;
}


label {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    color: #051B33;
    font-size: 14px;
    margin: 25px 0px 10px 0px;
}

.low-label {
    margin: 0px;
}

.left {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    text-align: left;
}

.right {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    font-size: 14px !important;
    text-align: right;
}

.summary-details, .total-row {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
}


.inline {
    display: inline-block;
}

.static-header {
    width: 100%;
    background: #FAFAFA;
    position: fixed;
    top: 0px;
    left: 0px;
}

.footer {
    height: 60px;
    vertical-align: baseline;
}

.footer-text {
    display: inline-block;
    font-size: 12px;
    vertical-align: baseline;
}

.footer-image {
    margin: 0px 20px 0px 10px;
    vertical-align: baseline;
    width: 93px;
}

.form-control {
    box-sizing: border-box;
    border: 1px solid #C3C3C3 !important;
    font-size: 14px;
}

    .form-control:hover, .form-control:focus {
        box-sizing: border-box;
        background: #F3FAFD;
        border: 1px solid #00677F;
        !important;
        outline: none;
        box-shadow: 0 0 0 1px #00677F;
    }

    .form-control:active {
        box-sizing: border-box;
        border: 1px solid #00677F !important;
        background: #FFF;
        outline: none;
        box-shadow: none;
    }

input[type=radio] {
    margin-right: 16px;
    margin-top: 4px;
    display: inline-block !important;
    vertical-align: center;
}

input[type=checkbox] {
    margin-right: 16px;
    display: inline-block !important;
}

.checkbox_list {
    width: 230px;
    display: inline-block;
    margin: 4px 0 4px 6px;
    font-weight: normal;
}

    .checkbox_list label {
        margin: 18px 0px 0px 0px;
    }

.checkbox_label {
    display: inline-block !important;
}

.text_error {
    margin-top: 16px;
    color: #AF0D0D;
    font-size: 12px;
}

.text_info {
    margin-top: 16px;
    color: #000;
    font-size: 12px;
}

.has-input-error {
    border: 1px solid #AF0D0D !important;
}

.summary-row {
    line-height: 30px;
}

.main-panel {
    display: none;
    max-width: 1016px;
    padding-top: 15px;
    margin: 67px auto;
}

.main-panel-pay {
    max-width: 567px !important;
}

.load-panel {
    display: none;
}

.static-header {
    z-index: 10;
}

.shadow {
    -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


.info-card {
    background: #FFF;
    padding: 32px 32px 24px 32px;
    margin: 24px auto; 
    width: 100%; 
    height: 100%;
    box-sizing: border-box;
}

.split-container {
    width: 100%;
    text-align: center;
    margin: 20px 0px 20px;
}

.split {
    display: inline-block;
    width: 45%;
    vertical-align: bottom
}

.split-text {
    display: inline-block;
    width: 10%;
    padding-bottom: 8px;
    color: #777;
}

.cart-row, summary-row {
    line-height: 40px;
    margin: 10px 0px 10px -20px;
    font-size: 14px;
}

.cart-image {
    height: 40px;
    width: 40px;
    border: 1px solid #DDD;
}

#conv-info-msg {
    padding-bottom: 20px;
    text-align: left;
}

.legal {
    font-size: 10px;
    text-align: center;
}

.total-amount-pay {
    text-align: left;
    padding-top: 5px;
}

.cart-amount, .cart-subtotal, .summary-amount, .summary-subtotal, .summary-total-text, .summary-total-amount, .summary-total-text-pay, .summary-total-amount-pay {
    text-align: right;
}

.sticky-cart {
    position: fixed;
    top: 114px;
    width: 460px;
}

.total-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

#continue-shopping-container {
    margin: 10px 0px 0px 20px !important;
}


#continue-shopping, .text-action {
    color: #222 !important;
    font-size: 14px;
    text-decoration: none;
    line-height: 44px;
}

    #continue-shopping:hover, .text-action:hover {
        color: #222 !important;
        text-decoration: underline;
    }


    #continue-shopping:before {
        /*font-family: 'icomoon';
	color : #222 !important;	
	content: "\e905"; 
	padding-right : 12px;
	text-decoration : none !important;*/
    }

.summary-total-text-pay, .summary-total-amount-pay {
    padding-top: 5px;
}

.dropdown-item {
    font-size: 12px;
}

    .dropdown-toggle img, .dropdown-item img {
        width: 1.75rem;
        margin-right: 7px;
        padding-bottom: 0.1rem;
    }

    /* Override bootstrap-select active styling */
    .dropdown-item.active {
        background: #00677F !important;
        color: #FFFFFF !important;
    }

.dropdown-menu {
    border-radius: 0;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-item:hover {
    background: #00677F !important;
    color: #FFFFFF !important;
    border-radius: 0;
    font-size: 12px;
}

#bs_bin_modal_title p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}

#bs_bin_modal_buttons {
    justify-content: space-between;
}

#threeds-frame {
    height: 500px;
}

#card_logos {
    white-space: nowrap;
    font-size: 0px;
    display: flex;
    flex-wrap: wrap;
}

.card_logo {
    margin: 2px;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 2.7rem;
    height: 2.7rem;
}

.a-tooltop, .a-tooltop:hover {
    border-radius: 50% !important;
    text-decoration: none !important;
}

.a-tooltip:focus, .a-tooltip:active,
{
    outline: none !important;
}

a.a-tooltip {
    color: #222 !important;
}

.chkt_tooltip:after {
    font-family: 'icomoon';
    content: "\e90c";
    background: transparent;
    margin-left: 4px;
    margin-bottom: 5px;
}

.tooltip .tooltip-inner {
    background-color: #FFF;
    border: 1px solid #00677F;
}

.tooltip .arrow:before {
    border-bottom-color: #00677F;
}

#cvv_container {
    display: flex;
    align-items: center;
}

#cvv_tooltip {
    padding-top: 13px;
    padding-left: 5px;
    /* this tooltip is button disguised as an image so hide button borders and background */
    border: 0;
    background: none;
}

#cvv_tooltip_text {
    display: none;
    position: absolute;
    bottom: 75;
    left: 0;
    right: 0;
    background: #FAFAFA;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: #051B33;
}

#cvv_tooltip #cvv_tooltip_text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width:600px) {
    #cvv_tooltip:hover #cvv_tooltip_text, #cvv_tooltip:focus #cvv_tooltip_text {
        width: 250px;
        z-index: 99999;
    }
}

#cvv_tooltip:hover #cvv_tooltip_text {
    display: block;
}

#cvv_tooltip:focus #cvv_tooltip_text {
    display: block;
}

#cvv_tooltip_text h3 {
    text-align: center;
}

#cvv_tooltip_text h4 {
    font-weight: bold;
    font-size: 12px;
    color: #051B33
}

#cvv_tooltip_text div {
    font-size: 10px;
    padding-bottom: 5px;
}

#wallet-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
}

@media (max-width:474px) {
    #wallet-button-container {
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

    .wallet-button {
        padding-top: 20px;
    }

    button.gpay-button.black.short {
        width: 157px;
    }

    .apple-pay-button {
        width: 157px;
    }

    .konek-button {
        width: 157px;
    }
}

.wallet-button {
    padding-bottom: 5px;
}

#wallet-credit-card-container {
    margin-top: 0px;
}

#wallet-address-container p, #wallet-billing-container p {
    margin: 0;
}

.gift-card-container {
    display: none;
}

.gift_data_row {
    margin-top: 10px;
}

.receipt-info {
    margin: 101px auto;
    max-width: 800px;
}

#receipt_container {
}

#email_text {
    margin-bottom: 15px;
    text-align: center;
}

#accept_icon, #accept_text {
    font-size: 20px;
    font-weight: bold;
}

#accept_text {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

#accept_icon {
    height: 40px;
    width: 40px;
    /* margin-right : 20px; */
    margin: 0 auto;
}

.a-icon:before {
    font-family: 'icomoon';
    color: #93C90E;
    content: "\ea10";
    font-size: 30px;
    padding-right: 12px;
}

.d-icon:before {
    font-family: 'icomoon';
    color: #FFAE00;
    content: "\ea09";
    font-size: 30px;
    padding-right: 12px;
}

#response_details {
    font-size: 14px;
}

#back_button {
    cursor: pointer;
    height: 30px;
    width: 30px;
}

#back_to_store {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.receipt_title {
    font-weight: bold;
    margin-bottom: 2px;
}

#receipt_header {
    padding-left: 15px;
    border-width: 3px;
    border-style: solid;
    border-radius: 8px;
    border-color: rgb(0, 103, 127);
    background-color: rgb(0, 103, 127);
    position: relative;
    height: 55px;
    margin-top: 15px;
    margin-bottom: 40px;
}

#receipt_header_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    color: white;
    font-weight: bold;
    margin: auto;
}

.receipt_info_container {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}

.receipt_info_container_text {
    padding: 5px;
    line-height: 2em;
}

.receipt_info_container.align-top {
    align-items: flex-start;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}

.receipt_card_logo {
    width: 2rem;
    height: 2rem;
    margin-left: 5px;
}

.receipt_icon {
    width: 50px;
    height: 30px;
    margin: 2px;
}

#spinner {
    margin-top: 30px
}

.spinner {
    border: 10px solid transparent;
    border-radius: 50%;
    border-top: 10px solid #1da897;
    border-right: 10px solid #1da897;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-animation: spin 2.5s linear infinite; /* Safari */
    animation: spin 2.5s linear infinite;
}

.spinner1 {
    border: 10px solid transparent;
    border-radius: 50%;
    border-top: 10px solid #00677f;
    border-right: 10px solid #48a9c5;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: -60px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1.2s linear infinite;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader .modal-content {
    min-height: 240px;
    margin-top: 70px;
}

#loader_text {
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

.modal-backdrop {
    background-color: #FFF;
}

.wrap_text {
    word-wrap: break-word;
}

.cart-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    font-weight: 500;
    color: #051B33;
    word-break: break-word;
}

.product-code {
    color: #54575A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 21px;
    word-break: break-all;
    margin-top: 10px;
}

.cart-amount {
    line-height: 21px;
}

@media (max-width : 474px) {
    .receipt_info_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* --------------------------------------------- FULL SCREEN --- */
@media (min-width : 1028px) {
    .ship_rate_row {
        margin: 8px 0px 8px 0px;
    }
}

@media (min-width: 766px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .fixed {
        position: fixed;
        right: 10px;
        top: 20px;
    }

    #merchant-header {
        line-height: 45px;
    }

    .static-header {
    }

    #merchant-logo {
        display: inline-block;
        margin: 5px 16px 5px 32px;
    }

    #merchant-name {
        display: inline-block;
        font-size: 18px;
    }

    .chkt_btn_primary, .chkt_btn_primary:hover, .chkt_btn_primary:focus
    .chkt_btn_secondary, .chkt_btn_secondary:hover, .chkt_btn_secondary:focus {
        box-sizing: border-box;
        border-radius: 5px;
        height: 44px;
        font-size: 14px;
        box-shadow: none !important;
        outline: none !important;
        max-width: 100%;
        cursor: pointer;
    }


    .chkt_btn_primary_outline, .chkt_btn_primary_outline:hover, .chkt_btn_primary_outline:focus
    .chkt_btn_secondary_outline, .chkt_btn_secondary_outline:hover, .chkt_btn_secondary_outline:focus {
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 12px;
        box-shadow: none !important;
        max-width: 150px;
        height: 38px;
        margin-top: -4px;
    }

    .gift-card-add-button {
        margin-top: 60px;
    }

    #active_gift_cards {
        margin: 18px 0px 10px 2px;
    }

    .cart-card {
        overflow-y: auto;
        max-height: 70vh;
    }
}

/* -------------- Extra small styling - when checkout frame width is small avoid amounts from trailing off the frame -------------- */
@media (max-width:450px) {
    .summary-row {
        text-align: left !important;
    }

    .total-row {
        text-align: left !important;
    }

    .summary-subtotal {
        text-align: left !important;
    }

    #txn_currency /* Extend currency padding so flexbox can wrap if needed when the width gets very small, prevent Total text from overlapping into currency button */ {
        padding-right: 80px;
    }
}

/* --------------------------------------------- mobile --- */
@media (max-width:999px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .content_panel {
        max-width: 580px;
        margin: 0 auto;
    }

    .cart-amount {
        -margin-top: -27px;
    }

    .cart-row {
        line-height: 25px;
    }

    .cart-desc {
        -margin-top: -10px;
    }
}



/* --------------------------------------------- mobile --- */
@media (max-width:766px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    #merchant-header {
        line-height: 37px;
    }

    #merchant-logo {
        display: inline-block;
        margin: 16px 16px 16px 24px;
    }

    #merchant-name {
        display: inline-block;
        font-size: 16px;
    }

    .gift-card-add-button {
        margin-top: 20px;
    }
}

.chkt_btn_primary, .chkt_btn_primary:hover, .chkt_btn_primary:focus
.chkt_btn_secondary, .chkt_btn_secondary:hover, .chkt_btn_secondary:focus {
    box-sizing: border-box;
    border-radius: 5px;
    height: 44px;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}

.chkt_btn_primary_outline, .chkt_btn_primary_outline:hover, .chkt_btn_primary_outline:focus
.chkt_btn_secondary_outline, .chkt_btn_secondary_outline:hover, .chkt_btn_secondary_outline:focus {
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: none !important;
    outline: none !important;
    height: 38px;
    margin-top: -4px;
}

.chkt_btn_primary {
    color: #FFFFFF;
    background: #00677F;
    text-decoration: none;
    cursor: pointer;
}

    .chkt_btn_primary:hover:not([disabled]) {
        color: #FFFFFF;
        text-decoration: underline;
        background: #00677F;
        opacity: 0.8;
    }

    .chkt_btn_primary:focus {
        color: #FFFFFF;
        background: #00677F;
        text-decoration: none;
        outline: 2px solid #00677F !important;
    }

.chkt_btn_secondary {
    background: #FFF;
    text-decoration: none;
    border: 2px solid #00677F;
}

    .chkt_btn_secondary:hover {
        background: #F3FAFD;
        text-decoration: none;
        border: 2px solid #007F9C;
    }

    .chkt_btn_secondary:focus {
        background: #F3FAFD;
        text-decoration: underline;
        border: 2px solid #007F9C;
    }

.chkt_btn_primary_outline {
    color: #00677F;
    background: #FFF;
    text-decoration: none;
    border: 1px solid #00677F !important;
}

    .chkt_btn_primary_outline:hover {
        color: #00677F;
        background: #FFF;
        text-decoration: underline;
        border: 1px solid #00677F !important;
    }

    .chkt_btn_primary_outline:focus {
        color: #00677F;
        background: #FFF;
        text-decoration: none;
        border: 2px solid #00677F !important;
    }

.chkt_btn_secondary_outline {
    background: #FFF;
    text-decoration: none;
    border: 2px solid #00677F;
}

    .chkt_btn_secondary_outline:hover {
        background: #F3FAFD;
        text-decoration: none;
        border: 2px solid #007F9C;
    }

    .chkt_btn_secondary_outline:focus {
        background: #F3FAFD;
        text-decoration: underline;
        border: 2px solid #007F9C;
    }

/*  Apple Pay Button Styling */
.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button !important;
    /* -apple-pay-button-type: check-out; */ /* also: check-out, book, or subscribe */
    width: 157px;
    height: 40px;
    min-width: 90px;
}

    .apple-pay-button:hover {
        cursor: pointer;
    }

.apple-pay-button-black {
    -apple-pay-button-style: black;
}

.apple-pay-button-white {
    -apple-pay-button-style: white;
}

.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
}

/*
.apple-pay-button 
{
	--apple-pay-button-width: 157px;
    --apple-pay-button-height: 30px;
    --apple-pay-button-padding: 5px 0px;
}
*/
.none {
    display: none;
}

#apple-pay-ui, #apple-pay-resp {
    width: 100%;
}

#apple-pay-resp {
    display: none;
}

#moneris-apple-pay {
    visibility: hidden;
    display: none;
}

.back_button_container {
    background: none;
    border: none;
}

#back_button:focus, #back_button:focus-within, #back_button:focus-visible, #back_button:focus:not(:focus-visible) {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
    border-radius: 50%;
    outline-offset: 1px;
}

.current-cc-box {
    border: 1px solid #C3C3C3 !important;
    padding: 15px;
    border-radius: 0.25rem !important;
    margin-bottom: 15px;
}

.pull-right {
    float: right;
}

.padding-left-10 {
    padding-left: 10px;
}

.saved-cc-box {
    border: 1px solid #C3C3C3 !important;
    padding: 8px;
    border-radius: 0.25rem !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.saved_card_logo {
    width: 2rem;
    height: 17px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.card-select-radio {
    vertical-align: top;
    margin-top: 0px;
}

.data_key_cvv_tooltip {
    padding-bottom: 4px;
    height: 18px;
}

.red-box {
    border-color: red !important;
}

.saved-cc-box .radio-label {
    width: 100%;
    margin: 0px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.installment-container {
    width: 100%;
}

.lookup-card {
    border: 1px solid #C3C3C3 !important;
    padding: 8px;
    border-radius: 0.25rem !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .lookup-card .radio-label {
        width: 100%;
        margin: 0px;
    }

.installment-card-data {
    display: inherit;
    width: 88%;
}

    .installment-card-data .installment-card-info {
        width: 50%;
        display: inline-flex;
    }

    .installment-card-data .installment-card-total {
        width: 49%;
        display: inline-flex;
    }

        .installment-card-data .installment-card-total span {
            width: 100%;
            text-align: right;
        }

#h3_visa_installment {
    padding-bottom: 10px;
    padding-top: 10px;
}

#installment-term {
    height: 20px;
}

.tac-container label {
    display: flex;
}

.tac-container p {
    text-align: justify;
    line-height: inherit;
    margin-bottom: 0px;
}

.break-word-all {
    word-break: break-all !important;
}

.active-tile {
    border-color: #00677F !important;
}

.installment-link {
    color: #00677F !important;
    transition: all .2s ease-in-out;
}

.installment-link-icon {
    visibility: hidden;
    color: #00677F;
    font-size: small;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding-left: 5px;
    padding-top: 3px;
}

.contact_icon {
    width: 32px;
    height: 32px;
}

.installment-link:hover ~ .installment-link-icon {
    visibility: visible;
    opacity: 1;
}

.card_installment_full_container {
    margin-top: 0px;
}

.receipt_info_container {
    display: flex;
    align-items: center; /* vertically center image + text */
    gap: 8px; /* spacing between image and text */
}

.tac-receipt {
    padding-right: 15px;
    line-height: 16px;
    text-align: justify;
    margin-bottom: 0px;
}

.readonly-input {
    border: none !important;
    background: transparent !important;
    padding: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .readonly-input:hover {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

.text_14px {
    font-size: 14px !important;
}

.text_16px {
    font-size: 16px !important;
}

.text_18px {
    font-size: 18px !important;
}

.card_logo_2-7rem {
    width: 2.7rem !important;
    height: 2.7rem !important;
}

.card_logo_3-1rem {
    width: 3.1rem !important;
    height: 3.1rem !important;
}

.card_logo_3-51rem {
    width: 3.51rem !important;
    height: 3.51rem !important;
}

.wallet_alt_txt {
    font-size: 14px !important;
}

.input-group-text {
    background-color: #fff !important;
    border-left: #fff !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

button.gpay-button.black.short {
    width: 157px;
}

.konek-button {
    width: 157px;
}

@media only screen and (max-width: 474px) {
    button.gpay-button.black.short {
        width: 157px;
    }

    .apple-pay-button {
        width: 157px;
    }

    .konek-button {
        width: 157px;
    }
}

@media only screen and (max-width: 564px) and (min-width: 475px) {
    button.gpay-button.black.short {
        width: 125px;
    }

    .apple-pay-button {
        width: 125px;
    }

    .konek-button {
        width: 125px;
    }
}

.exp-chkt-txt {
    font-size: 14px !important;
    line-height: 21px;
}

.creditcard {
    border: 0px none !important;
    font-size: 14px;
    width: 200px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
}

    .creditcard:hover {
        border: 0px none !important;
    }

    .creditcard:focus {
        border: 0px none !important;
        outline: none !important;
    }

    .creditcard:active {
        border: 0px none !important;
        outline: none !important;
    }

.creditcard-container {
    box-sizing: border-box;
    border: 1px solid #C3C3C3;
    background: #FFF;
    outline: none;
    box-shadow: none;
    border-radius: 0.25rem;
}

.creditcard-text-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.creditcard-image-container:hover {
    cursor: text;
}

.creditcard-image-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.creditcard-container-row {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.white {
    background: white;
}

.split-hr {
    background: #FFF;
}

.text-black {
    color: #051D33;
}

.wallet-review-text {
    line-height: 16px;
}

.hide {
    display: none;
}

.mt-16 {
    margin-top: 16px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mtb-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.mt_28 {
    margin-top: -28px;
}

.mt_35 {
    margin-top: -35px;
}

.chkt-txt-container {
}

.p-24 {
    padding: 24px;
}

.wait {
    cursor: wait;
}

.pl-0 {
    padding-left: 0px !important;
}

.cart-multi-item {
    color: #54575A;
    clear: both;
}

.cart-item-quantity {
    color: #2e2e2e;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #EEEEEE;
    border-width: 1px;
    border-radius: 30px;
    margin-right: 2px;
}

.cart-item-quantity-text {
    margin: 0px 8px 0px 8px !important;
}

.cart-subtotal-display {
    line-height: 21px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.data_key_card_data {
    padding-left: 16px;
}

.recurring-hr {
    margin-top: 10px;
    margin-bottom: 1px;
    height: 0px;
}

.recurring-summary-hr {
    margin-top: 5px;
    margin-bottom: 10px;
    height: 0px;
}

#recurring-summary-container {
    color: #2e2e2e;
}

.calendar_icon {
    padding-top: 5px;
    padding-left: 5px;
}

#same_as_ship_container {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 20px;
}

    #same_as_ship_container input[type="checkbox"] {
        align-self: center; /* Center the checkbox vertically */
    }

    #same_as_ship_container label {
        margin: 0;
    }

@media (max-width:768px) {
    .recurring-summary-start-date {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 !important;
    }

    .recur-amount-container {
        text-align: left !important;
    }
}
