@font-face {
    font-family: 'Quesha';
    src: url(../fonts/Quesha.ttf);
}

@font-face {
    font-family: 'MoglanDemo';
    src: url(../fonts/Moglan.ttf);
}


#cartQuantity {
    position: absolute;
    min-width: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #007bff;
    border-radius: 10px;
}

.loginUser {
    float: right;
    text-align: right;
    margin-left: 80px;
    font-size: 20px;
    display: inline;
    color: green;
}
.cart-container:hover{
    cursor: pointer !important;
    opacity: 0.85 !important;
}
/*

    .footer_black {
        border-top: 1px solid #2d2d2d;
        background-color: #535360;
        height: 400px;
    }

    .footer_top {
        padding-bottom: 11px;
    }

    .footer_black .widgets_container > h3 {
        color: #EB5B00;
        font-family: serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 16px;
        text-transform: capitalize;
        margin-bottom: 24px;
    }

    .footer_contact p {
        margin-bottom: 0;
        line-height: 30px;
        color: white;
    }

        .footer_contact p a:hover {
            color: #a8741a;
        }

    .footer_contact ul {
        margin-top: 10px;
    }

        .footer_contact ul li {
            display: inline-block;
            margin-right: 7px;
        }

            .footer_contact ul li:last-child {
                margin-right: 0;
            }

            .footer_contact ul li a {
                color: #fff;
                font-size: 18px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border: 0;
                background: #2f2f2f;
                text-align: center;
                border-radius: 50%;
                display: block;
            }

                .footer_contact ul li a:hover {
                    background: #a8741a;
                }


*/

/*  .copyright_area {
    text-align: center;
}

.copyright_area p {
    text-transform: capitalize;
    line-height: 16px;
    color: #a0a0a0;
}

    .copyright_area p a {
        color: #a8741a;
    }

        .copyright_area p a:hover {
            text-decoration: underline;
        }
*/

th#cart-item {
    color: black !important;
    font-weight: 800;
}

.cart-container {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-block;
}

.cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-icon i {
    font-size: 30px;
    color: white;
    transition: opacity 0.3s ease;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #eb5b00;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid white;
}

body.modal-open main {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 999;
}

.no-scroll {
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #333;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.confirmbutton {
    background-color: green;
    border: none;
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 170px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.confirmbutton:hover {
    background-color: #45a049;
}

.confirmbutton:active {
    background-color: #3e8e41;
    transform: scale(0.98);
}

/*   button.decrement {
    background-color: red;
    color: white;
    border-radius: 50%;
}

button.increment {
    background-color: green;
    color: white;
} */

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon {
    margin-top: 0;
}

.whatsapp_float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
}

.loginUser {
    float: right;
    text-align: right;
    margin-left: 80px;
    font-size: 30px;
    display: inline;
    color: white;
}

/* .CustomerReview {
                max-width: 400px;
                margin: 0 auto;
                padding: 20px;
                background-color: #1e1e1e;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            }

            h1 {
                color: #EB5B00;
                font-weight: bold;
                font-size: 30px;
                text-align: center;
            }

            .rating {
                display: flex;
                flex-direction: row-reverse;
                margin-bottom: 20px;
            }

                .rating input {
                    display: none;
                }

                .rating label {
                    cursor: pointer;
                    font-size: 2em;
                    color: #555;
                }

                .rating input:checked ~ label {
                    color: #EB5B00;
                }

            .Rev_Input {
                width: 100%;
                padding: 10px;
                font-size: 16px;
                border: 1px solid #333;
                border-radius: 5px;
                background-color: #333;
                color: #e0e0e0;
            }

                .Rev_Input::placeholder,
                {
                    color: #888;
                }

            button {
                background-color: #EB5B00;
                color: #fff;
                padding: 14px 20px;
                margin: 8px 0;
                border: none;
                cursor: pointer;
                width: 100%;
                font-size: 16px;
                border-radius: 5px;
            }

                button:hover {
                    opacity: 0.8;
                }

            #success1 {
                display: none;
                color: #EB5B00;
                margin-top: 10px;
                font-size: 30px;
                font-weight: bold;
                text-align: center;
            }

            #error1 {
                display: none;
                color: red;
                padding: 10px;
                font-size: 30px;
                font-weight: bold;
                margin-top: 10px;
                text-align: center;
            } */

.overlay {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.cart-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 500px;
    height: 600px;
    /*  max-height: 80vh; */
    padding: 20px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cart-popup-content {
    position: relative;
}

.close-btn {
    color: red;
    position: absolute;
    margin-top: -20px;
    /*  top: 10px; */
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.close-btn:hover,
.close-btn:focus {
    color: #ff0000;
    background-color: #e0e0e0;
    text-decoration: none;
}

#cartItemsTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#cartItemsTable th,
#cartItemsTable td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

#cartItemsTable th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
}

#cartItemsTable td img {
    width: 50px;
    height: auto;
    border-radius: 4px;
}

/*  #cartItemsTable button {
        background-color: #ff0000;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 4px;
        padding: 5px 10px;
    } */

/*    #cartItemsTable button:hover {
            background-color: #cc0000;
        }
        */
.qty-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*   .qty-control button {
        width: 20px;
        height: 20px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        color: #333;
        cursor: pointer;
        outline: none;
    } */

.qty-control .increment-btn {
    background-color: green;
    width: 25px;
    height: 25px;
}

.qty-control .increment-btn i {
    color: white;
    font-size: 10px;
    padding: -5px;
    margin-top: -20px;
}

.qty-control .decrement-btn {
    background-color: red;
    width: 25px;
    height: 25px;
}

.qty-control .decrement-btn i {
    color: white;
    font-size: 10px;
    padding: -5px;
    margin-top: -20px;
}

.qty-control .item-qty {
    margin: 0 10px;
    font-size: 16px;
}

.select-container {
    position: relative;
    width: 300px;
}

.country-select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.dropdown1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    z-index: 1;
}

.dropdown1-item {
    padding: 10px;
    cursor: pointer;
}

.dropdown1-item:hover {
    background-color: #f0f0f0;
}

#districtSelect {
    height: 40px;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

#districtSelect option {
    height: 20px;
    overflow-y: auto;
}

.decrement-btn,
.increment-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
}

.decrement-btn i,
.increment-btn i {
    font-size: 18px;
    transform: translateY(10px);
}

button {
    background-color: #347928;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

button:hover {
    background-color: #a0d683;
    transform: translateY(-2px);
}

button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(241, 196, 15, 0.5);
}

.navbar {
    background-color: #21201f !important;
}

.navbar a.nav-link {
    font-family: 'Quesha';
    font-size: 25px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1,
h2 {
    font-family: 'MoglanDemo';
}

h2 {
    letter-spacing: 3px;
}

h3 {
    font-family: 'Quesha';
    font-size: 1.8em !important;
}

.outer__container {
    padding: 0 50px;
}

.outer__container .whyChooseUs h1 {
    margin: 80px 0;
}

.whychooseus__container .whyUs_Column1,
.whychooseus__container .whyUs_Column2 {
    margin-top: 0px !important;
}

.uniquedesigns__container {
    margin: 100px 0;
}

.uniquedesigns__container .whyUs_Column1,
.uniquedesigns__container .whyUs_Column2 {
    margin-top: 0px !important;
}

.customersatisfaction__container .whyUs_Column1,
.customersatisfaction__container .whyUs_Column2 {
    margin-top: 0px !important;
}

.customersatisfaction__container {
    margin: 100px 0 !important;
}

.dropdown__container {
    position: relative;
}

.dropdown__list{
    position: absolute;
    top: 110%;
    left: 0%;
    z-index: 1;
    max-height: 230px;
    min-width: 300px;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
}

.dropdown__list__items {
    background: white;
    padding: 5px;
    padding-left: 30px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}


.dropdown__list__items:hover{
    background: rgb(238, 238, 238);
}
