﻿/* Styling added by Dev */
.center-box {
    margin: 25px;
    text-align: center;
}

.d-none {
    display: none !important;
}

.text-center {
    text-align: center;
}

.divloading {
    z-index: 999999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}

.divpreloading {
    z-index: 999999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgb(255,255,255,1);
}

.loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.divpreloading > .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

    .divpreloading > .loader > h6 {
        font-size: 16px;
    }

.heading {
    cursor: unset !important;
}

.animation {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#ba121b) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}

input.input-validation-error, input.error, select.error {
    border-color: var(--Primary-Red) !important;
    color: var(--Primary-Red) !important;
}

.field-validation-error {
    color: var(--Primary-Red) !important;
}

span.field-validation-error {
    font-size: 13px !important;
}

.swal2-container {
    z-index: 99999;
}

.prodcut-map {
    cursor: pointer;
}

.quotes-inner-row select {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 14.5px 8px;
    width: 100%;
    color: var(--Black);
}

.product-title, .btnRemoveCartItem, .btnQuickView, .btnAddToCart, .btnAddToWishlist {
    cursor: pointer !important;
}

.header > .container > .right-side > a {
    cursor: pointer !important;
}

.info-box > .input-inner > input {
    width: 100% !important;
}

#addNewAddress {
    cursor: pointer !important;
}

.no-cursor {
    cursor: default !important;
}
/*------- Verify User STYLE */
.verify-user-info-box .verifyuser-label {
    font-family: Montserrat;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--Dark-Gray);
    margin-bottom: 24px;
    display: block;
}

.verify-user-info-box .verifyuser-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .verify-user-info-box .verifyuser-inner input,
    .verify-user-info-box .verifyuser-inner select {
        border: 1px solid var(--Light-Gray);
        padding: 14px 8px;
        border-radius: 8px;
        width: 100%;
    }

    .verify-user-info-box .verifyuser-inner select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        position: relative;
    }

.verify-user-info-box .verifyusert-inner .select-arrow {
    position: absolute;
    --size: 16px;
    top: calc(50% - var(--size));
    right: 12px;
    cursor: pointer;
    pointer-events: none;
    transition: 0.25s all ease;
    bottom: 0;
    margin: auto;
    height: var(--size);
    width: var(--size);
}

.verifyuser-inner label {
    margin-bottom: 8px;
}

.verifyuser-inner-row {
    width: 100%;
    max-width: 680px;
    margin-bottom: 16px;
    position: relative;
}



/* Clover iframes styled */
#card-number iframe,
#card-name iframe,
#card-date iframe,
#card-cvv iframe,
#card-postal-code iframe {
    height: 38px !important;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    /* focus state */
    #card-number iframe:focus,
    #card-name iframe:focus,
    #card-date iframe:focus,
    #card-cvv iframe:focus,
    #card-postal-code iframe:focus {
        border-color: #86b7fe !important;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
    }

.svgimage {
    width: 24px;
    height: 24px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-130 {
    padding-bottom: 130px;
}

@media (max-width:767px) {
    .pb-130 {
        padding-bottom: 0px;
    }
}

.txtTermsAndCondition {
    font-size: 16px !important;
}

.footersvgimage {
    width: 24px !important;
    height: 24px !important;
    max-height: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    min-width: 24px !important;
}

label span.field-validation-error {
    font-size: 16px !important;
}

@media (max-width : 1025px) {
    .for-desktop {
        display: none !important;
    }

    .for-mobile {
        display: block !important;
    }
}

@media(min-width : 1025px) {
    .for-desktop {
        display: block !important;
    }

    .for-mobile {
        display: none !important;
    }
}

.pt-30 {
    padding-top: 30px !important;
}

.store-row span p {
    font-size: 16px !important;
}

.store-row a:hover {
    color: var(--Primary-Red);
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.product-slider {
    display: flex;
    overflow-x: auto;
    padding: 0px 60px;
    gap: 2%;
    cursor: grab;
    cursor: -webkit-grab;
    user-select: none;
}

    .product-slider.dragging {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .product-slider > .product-item {
        flex: 0 0 auto;
        width: 23.5%;
    }

.category-slider {
    display: flex;
    overflow-x: auto;
    padding: 0px 60px;
    gap: 2%;
}

    .category-slider.dragging {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .category-slider > .category, .testimonial {
        flex: 0 0 auto;
        width: 23.5%;
    }

.slider-right, .slider-left {
    border-radius: 100px;
    width: 64px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #00000014;
    border: 1px solid var(--Light-Gray);
    cursor: pointer;
}

.modal-text-size {
    font-size: 12px !important;
    width: 100%;
    margin-left: 0px !important;
}

@media(max-width:1441px) {
    .product-slider, .category-slider {
        padding: 0px 30px;
    }
}

@media(max-width:1380px) {
    .category-slider > .testimonial {
        width: 28.5%;
    }

    .testimonials.category-slider {
        cursor: grab;
        cursor: -webkit-grab;
        user-select: none;
    }

        .testimonials.category-slider.dragging {
            cursor: grabbing;
            cursor: -webkit-grabbing;
        }

    .product-slider > .product-item {
        width: 32%;
    }
}

@media(max-width:1025px) {
    .product-slider.category-slider {
        padding: 0px 15px;
    }

    .product-slider > .product-item {
        width: 39%;
    }

    .category-slider > .testimonial {
        width: 40% !important;
    }

    .category-slider > .category {
        width: 28% !important;
        cursor: grab;
        cursor: -webkit-grab;
        user-select: none;
    }

    .blogs article {
        width: 40%;
    }

        .blogs article p {
            -webkit-line-clamp: 4;
            line-clamp: 4;
        }

    .blogs {
        cursor: grab;
        cursor: -webkit-grab;
        user-select: none;
    }

        .blogs.dragging {
            cursor: grabbing;
            cursor: -webkit-grabbing;
        }

    .category-slider-page > .category-page {
        width: 17% !important;
    }
}

@media(max-width:991px) {
    .divCTA {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:768px) {
    .product-slider, .category-slider {
        padding: 0px 15px;
    }

        .category-slider > .testimonial {
            width: 63% !important;
        }

    .blogs article {
        width: 63% !important;
    }

    .category-page h3 {
        font-size: 14px !important;
        font-weight: 400;
    }

    .category-slider-page {
        gap: 7% !important;
    }

        .category-slider-page > .category-page {
            width: 21.5% !important;
        }
}

@media(max-width:600px) {
    .product-slider > .product-item {
        width: 43%;
    }

    .category-slider > .category {
        width: 37.5% !important;
    }

    .category-slider > .testimonial {
        width: 90% !important;
    }

    .blogs article {
        width: 90% !important;
    }

    .category-slider-page {
        gap: 7% !important;
    }

        .category-slider-page > .category-page {
            width: 32.5% !important;
        }
}

@media(max-width:520px) {
    .blogs {
        flex-wrap: wrap;
        gap: 20px;
    }

        .blogs article {
            width: 100% !important;
        }

            .blogs article p {
                -webkit-line-clamp: 5;
                line-clamp: 5;
            }

    .blogs {
        cursor: unset !important;
        user-select: unset !important;
    }

        .blogs.dragging {
            cursor: unset !important;
        }
}
@media(max-width:350px) {
    .productwrap-title h2{
        font-size:16px !important;
    }
    .viewall{
        font-size:12px;
    }
}

.product-detail-map {
    width: 100%;
    border-radius: 8px;
}

.product-tablet-detail-box {
    display: none;
}


.newfeatured-deals-right img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

/*About Pawn America*/
.karat-banner-top {
    background-image: url('/files/images/about_pawn_america_top.png');
    width: 100%;
    background-size: cover;
    border-radius: 16px;
}

.about-pawn-america-heading {
    margin: 0px !important;
}

.karat-secondary-banner {
    align-items: center;
}

.about-pawn-america-inner {
    width: 80%;
}

.about-pawn-america-default-para {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    color: var(--Black);
    margin-bottom: 24px;
}

.karat-why-choose-pawn-america {
    padding: 60px 30px;
    background: #E71C24;
    border-radius: 16px;
}

.karat-white-heading {
    color: #ffffff;
    font-size: 40px;
}

.store-link-mobile {
    margin-left: 40px;
}

.max-rows2 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.favorites-left {
    width: 74.5%;
}

.favorites-top-container {
    gap: 50px;
}

.item-info-right {
    margin-right: 40px;
}

.fav-qty strong {
    font-size: 16px;
    margin-left: 8px;
}

.fav-price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .fav-price .price {
        color: var(--Primary-Red, #E71C24);
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-right: 8px;
    }

    .fav-price .old-price {
        color: var(--Medium-Gray, #666);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }

.fav-item-wrapper .fav-item-box:last-child {
    border-bottom: 0px;
}

.favorites-add-to-cart,
.favorites-buy-now {
    width: 202px;
}

.top-banner-right {
    width: 62%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

    .top-banner-right img {
        width: 100%;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

.edit_address_body {
    margin-bottom: 20px;
}

.newFeatured_img_height {
    aspect-ratio: 16/9;
}

.category-slider-page {
    gap: 3.8%;
}

    .category-slider-page > .category-page {
        width: 17%;
    }

.category-page h3 {
    font-size: 24px;
}

.btnCTA {
    display: block;
    margin-top: 24px;
    width: 221px;
    padding: 16px;
    text-align: center;
}
