/* CSS file for general use */

/* Stripe Checkout Cleanup */

.payment-group .step-title,
.p-CardBrandChoice.Input,
.p-CardIcons.Input {
    display: none;
    visibility: hidden;
}

.payment-method.stripe-payments.mobile {
    padding-top: 0;
}

.stripe-payments-apple-pay-section {
    margin-bottom: 0;
}

input#Field-numberInput {
    padding-inline-end: .75rem !important;
}

.checkout-payment-method .payment-method-title {
    padding: 0;
}

/* End Stripe Cleanup */

.product-image-container-34 {
    width: 295px;
}
.product-image-container-34 span.product-image-wrapper {
    padding-bottom: 113%;
}
.QABottomLine {
    display: none !important;
}
.checkout-swap {
    color: white;
}
.checkout-swapping-wrapper .checkout-button {
    border-radius: 10px;
    margin-top: 10px; /*Added By Khushboo*/
    margin-bottom: 10px; /*Added By Khushboo*/
    border-radius: 10px;
    width: 55%;
    height: 50px;
}

.a-swap-undo {
    width: 55%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    background: none;
}

.swap {
    margin-right: 10px;
    background-color: var(--primary_color);
}

.add-checkout {
    background-color: var(--hover_color);
}

button.checkout-button.swap:hover {
    background-color: var(--primary_color);
}

button.checkout-button.add-checkout:hover {
    background-color: var(--hover_color);
}

.a-checkout-swap {
    color: var(--hover_color);
}

.a-swap-undo.a-undo {
    margin-right: 10px;
    background: none !important;
}
.a-swap-undo.a-skip {
    background: none !important;
}

.a-checkout-undo {
    color: #a9a7a7;
}

.current-item-detail {
    width: 100% !important;
    margin-right: 60px !important;
}
.current-item-message-main {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 12px;
    min-height: 235px;
}
.current-item-message-main p {
    line-height: 22px;
    color: #000000;
}

.checkout-swapping-wrapper .product-items {
    display: flex !important;
    justify-content: space-around !important;
}
.swap_add_undo_skip_ulternate {
    display: none !important;
}

.product-image-container-34 {
    width: 295px !important;
}
.checkout-swapping-wrapper .recommended-product {
    width:35% !important;
}

@media only screen and (max-width: 480px) {
    .current-item-detail {
        margin-right: 30px !important;
    }
    .current-item-message-main {
        min-height: 146px !important;
    }
    .current-item-message-main p {
        line-height: 14px !important;
        font-size: 13px !important;
        color: #000000;
    }
    .checkout-swapping-wrapper .product-items {
        display: block !important;
    }
    .swap_add_undo_skip_ulternate {
        display: block !important;
    }
    .swap_add_undo_skip_main {
        display: none !important;
    }
    .recommended-product {
        margin-top: 30px !important;
        width:50% !important;
    }
    .checkout-swapping-wrapper .product-image-photo {
        text-align: center !important;
    }
    .product-image-container-34 {
        width: 100% !important;
    }
    .current-item-message-main p {
        line-height: 20px !important;
        font-size: 14px !important;
    }
    .checkout-swapping-wrapper .recommended-product {
        display: block !important;
        margin: 15px auto 0px !important;
        display: block !important;
    }
    .checkout-swapping-wrapper .swap {
        font-size: 14px !important;
    }
    .add-checkout {
        font-size: 14px !important;
    }
}

/*Added By Khushboo*/
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    font-size: 16px;
    font-weight: 600;
}
#checkout-step-payment .products-grid button.action.tocart.primary {
    font-weight: 600;
}
@media only screen and (max-width: 639px) {
    #checkout-step-payment .products-grid button.action.tocart.primary {
        padding: 9px 10px;
    }
}

#checkout-step-payment .products-grid .product-item {
    width: calc((100% - 2%)/2);
}
@media only screen and (min-width: 768px){
    #checkout-step-payment .products-grid .product-item {
        width: 35%;
    }
}
@media (min-width: 1024px), print {
    #checkout-step-payment .products-grid .product-item {
        width: 35%;
    }
}
@media (min-width: 640px) {
    #checkout-step-payment .products-grid .product-item {
        margin-bottom: 10px;
        width: 33.33333333%;
    }
}

/**Style for font-size of product name, brand, price and size*/
#checkout-step-payment .product-item {
    font-size: 16px;
}
#checkout-step-payment .product-item .price-box span.price-container .price {
    font-size: 16px;
}
#checkout-step-payment .product-item a.product-item-link {
    font-size: 16px;
    text-align: center;
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
@media (max-width: 640px) {
    #checkout-step-payment .product-item {
        font-size: 14px;
    }
    #checkout-step-payment .product-item .price-box span.price-container .price {
        font-size: 14px;
    }
    #checkout-step-payment .product-item a.product-item-link {
        font-size: 14px;
    }
}

.modal-slide.checkout-popup-sidebar .opc-wrapper .step-content .wk-prod-msg p {
    text-align: justify;
    min-width: 80%;
    word-break: break-word; /**Modified By Khushboo**/
}

.checkout-swapping-wrapper .products {
    margin: 0;
}
@media (max-width: 640px) {
    .modal-slide.checkout-popup-sidebar .actions-toolbar > .primary {
        /* padding-top: 15px; */
    }
}

.minicart-items dl.item-options {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.minicart-items .restrictions {
    margin-top: 0px;
}
/* Fix subscription checkout */
.minicart-items .amrec-subscriptional-label {
    display: none !important;
}

.minicart-items .amrec-subtotal.subtotal {
    display: none !important;
}

.minicart-items dl.item-options .values:nth-child(n+2) {
    display: none !important;
}