.page-title {
    font-family: 'Sofia Pro Regular Az';
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 84px;
}

thead p {
    font-weight: 500;
    font-family: 'Sofia Pro Regular Az';
    font-size: 13px;
    line-height: 15.85px;
    letter-spacing: 0em;
    text-align: start;
}

.discount-btn {
    background: #70b4bd !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 9px 20px !important;
    width: 200px !important;
    cursor: pointer;
    /*font-size: 10px;*/
}

.quantity {
    border: 1px solid#000;
    background-color: #fff;
    width: 104px;
}

    .quantity i {
        font-size: 7px !important;
        padding: 7px 9px;
    }

    .quantity input {
        font-size: 12px !important;
        width: 52px;
        /* padding: 7px 22px; */
        text-align: center;
        border: 0px !important;
        border-left: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
        border-radius: 0px;
    }

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}

.dec-btn, .inc-btn {
    border: 0px !important;
    background-color: #fff;
    padding: 0px;
}

tr {
    border-bottom: 1px solid #000 !important;
}

tbody p {
    margin-bottom: 0px;
}

tbody a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-bottom: 0px;
}

.prduct_categ {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.cart-row input {
    font-size: 11px !important;
    padding: 8px 18px;
    height: 32px;
    width: 100%;
}

select {
    font-size: 12px !important;
    padding: 8px !important;
    width: 50%;
}
/* main buttons *
.button-cart {
    /*
    background-color: #000 !important;
    color: #fff !important;   
    border-radius: 0px !important;
    text-transform: initial !important;
    line-height:10px !important;
    margin-bottom:10px !important;*
    width: 120px !important;
    background: #000000 !important;
    color: #fff !important;
    /* border: 2px solid #70b4bd !important;*
    font-weight: 700 !important;
    padding: 9px 20px !important;
    margin-bottom: 3px;
}*/
/* Default state */
.btn.button-cart {
    background: #70b4bd !important; 
    color: hwb(0 98% 0% / 0.975) !important;
    width: 100px !important;
    font-weight: 700 !important;
    padding: 9px 20px !important;
    margin-bottom: 3px !important;
    border: 2px solid #eaebeb !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
}

/* Hover state */
.btn.button-cart:hover {
    background: #000 !important;
    color: #e5e8e9 !important;
}


.fa-times-circle:hover, .fa-heart:hover {
    color: #70b4bd !important;
}

.m-6 {
    margin: 6px;
}

.cart-row {
    border-bottom: 1px solid #00000066;
}

.instantdiscount {
    color: red;
}

    .instantdiscount:hover {
        color: #000;
    }

.brandunderline {
    text-decoration: underline !important;
}

.ourpricebold {
    font-weight: bold
}

.cart-titles {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-top: 14px;
}

.cart-price {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    margin-top: 14px;
}


.grand-price {
    text-align: right;
}

a.cart-btn {
    text-transform: initial !important;
    border: 0px !important;
    padding: 0px !important;
    text-decoration: underline !important;
    color: #00000099 !important;
}

.form-labels {
    font-family: 'Sofia Pro Regular Az';
    font-size: 13px;
    font-weight: 400;
}

#coupon {
    padding: 10px;
    /*    border-top: 1px solid #00000066 !important;*/
}
/*shipping page styles*/
#statusbar {
    width: 100%;
    height: 3em;
    border: 0.1em solid #ddd;
    font-size: .9em;
    margin-top: 0.3em;
    font-weight: bold;
    overflow: hidden;
}

    #statusbar .status {
        float: left;
        height: 100%;
        width: 20%;
        margin: 0;
        background: #fff;
        color: #666;
        line-height: 3em;
        position: relative;
    }

        #statusbar .status i.bordertri {
            width: 0;
            height: 0;
            border-color: transparent transparent transparent #ddd;
            border-style: solid;
            border-width: 21px;
            left: 0;
            top: 0;
            position: absolute;
        }

        #statusbar .status i.tri {
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            border-width: 20px;
            top: 1px;
            width: 0;
            height: 0;
            position: absolute;
            left: 0;
        }

        #statusbar .status p {
            text-align: center;
            padding-left: 20px;
            margin: 0px 0;
        }

        #statusbar .status.active {
            background: #000;
            color: #fff;
            border-right: 0;
        }

        #statusbar .status span {
            display: inline-block;
            color: #fff;
            border-radius: 2em;
            width: 1.5em;
            height: 1.5em;
            line-height: 1.5em;
            vertical-align: middle;
            background: #757575;
            margin-right: 0.4em;
        }

        #statusbar .status.active p {
            color: #fff;
        }

@media(max-width:600px) {
    #statusbar .status i.tri {
        top: 5px;
    }

    #statusbar .status i.bordertri {
        top: 5px;
    }

    #statusbar {
        height: 100%;
    }

        #statusbar .status {
            width: 100%;
        }

    #rightcol {
        width: 100% !important;
    }

    #statusbar .status p {
        margin: 5px 0;
    }
}

.more_btn {
    width: 95% !important;
}
/*shipping options page*/
#rightcol .card-header {
    background-color: #ededed;
}

.card-header a {
    font-weight: bold;
}

#rightcol h6 {
    font-family: 'Sofia Pro Regular Az';
}

#rightcol {
    float: right;
    width: 16em;
}

#giftMessageSubmit, giftMessageEdit {
    margin-top: 10px;
}

body {
    font-family: 'Sofia Pro Regular Az' !important;
    color: #000 !important;
}
#AmazonPayButton {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center;
    padding: 10px;
    margin-top: 30px;
    border-radius: 8px;
    background: url('../assets/images/amazonpay.png');
    background-size:cover;
    background-color: #000; /* light background */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    min-height: 50px; /* to reserve space while iframe loads */
}

    #AmazonPayButton iframe {
        transform: scale(1.1); /* scale the button */
        transform-origin: center;
    }

@media (max-width: 600px) {
    #AmazonPayButton {
        padding: 10px;
    }

        #AmazonPayButton iframe {
            transform: scale(1);
        }
}
.decorated-heading {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 16px 0;
}

    .decorated-heading::before {
        content: '';
        flex: 1;
        border-bottom: 1px solid #00000066;
        margin: 0 10px 0 0;
    }

    .decorated-heading::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #00000066;
        margin: 0 0 0 10px;
    }

div:where(.swal2-icon) .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 0.75em !important;
}

hr {
    border: 1px solid #d3d3d3;
}

.txt_sm .cart_count {
    font-size: 1rem;
    color: #1fc6c2;
}

.product_box {
    margin: 10px !important;
}

#NoteProducts-curosel2 .owl-nav .owl-prev {
    position: absolute !important;
    left: -28px !important;
    top: 46%;
    border: none !important;
    background: none !important;
}

    #NoteProducts-curosel2 .owl-nav .owl-prev span, #NoteProducts-curosel2 .owl-nav .owl-next span {
        font-size: 50px;
    }

#NoteProducts-curosel2 .owl-nav .owl-next {
    position: absolute !important;
    right: -26px !important;
    top: 46%;
    border: none !important;
    background: none !important;
}

#feedback .btn {
    background: #fff !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
    padding: 9px !important;
    width: 235px !important;
}

.highlight-text {
    background-color: #70b4bd !important;
    color: white;
    padding: 8px 10px;
}

.returnShop {
    /*width: 120px !important;*/
    background: #70b4bd !important;
    color: #fff !important;
    /* border: 2px solid #70b4bd !important; */
    font-weight: 700 !important;
    padding: 9px 20px !important;
    margin-bottom: 3px
}

.cart-btn:hover {
    background-color: transparent !important;
    color: black !important;
}


.whishlistPro {
    position: absolute !important;
    width: 10% !important;
    height: auto !important;
    top: 6% !important;
    right: 4% !important;
}

.whishlistProCart {
    position: relative !important;
    font-size: 20px !important;
    width: 10% !important;
    height: auto !important;
    top: 6% !important;
    left: 25% !important;
}

.owl-carousel .owl-item {
    margin: 0px !important;
    padding: 0 !important;
}

.owl-stage {
    gap: 0 !important;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative !important;
}

.table-responsive {
    overflow-x: hidden;
}
/*@media (max-width: 768px) {
            .table-responsive{
                overflow-x:scroll;
            }
        }*/
@media (max-width: 768px) {
    .table-responsive table thead {
        display: none;
    }

    .table-responsive table,
    .table-responsive table tbody,
    .table-responsive table tr,
    .table-responsive table td {
        display: block;
        width: 100%;
    }

        .table-responsive table tr {
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            padding: 10px;
        }

        .table-responsive table td {
            text-align: right;
            padding-left: 50%;
            position: relative;
            font-size: 14px;
        }

            .table-responsive table td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                padding-left: 10px;
                font-weight: bold;
                text-align: left;
                white-space: nowrap;
            }
        }
.returnShop, 
a.returnShop, 
.btn.returnShop, 
button.returnShop {
    background-color: #70b4bd !important;
    color: white !important;
    border: 1px solid #70b4bd !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.discount-btn.more_btn, 
a.discount-btn.more_btn, 
.btn.discount-btn.more_btn, 
button.discount-btn.more_btn {
    background-color: #70b4bd !important;
    color: white !important;
    border: 1px solid #70b4bd !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
}
button.discount-btn,
.btn.discount-btn {
    background: #70b4bd !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
}