@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap");

html {
    font-size: 62.5%;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
}

:root {
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --brownColor: #1a1a1a;
    --lightBrown: #c5ad8f;
}

.specing {
    padding: 7rem 0rem;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.button:hover {
    background: #d00076;
}

.section.heading {
    text-align: center;
    padding-bottom: 4rem;
}

    .section.heading .title {
        padding-bottom: 1.5rem;
        font-size: 4rem;
        font-weight: 700;
        line-height: normal;
        color: var(--lightBrown);
    }

    .section.heading p {
        font-size: 1.6rem;
    }

.dropdown-menu.mega-menu {
    top: 7rem;
    padding: 2rem;
}

    .dropdown-menu.mega-menu .title {
        padding-bottom: 1rem;
        color: #c5ad8f;
        font-size: 1.8rem;
        padding-left: 15px;
        font-weight: 600;
    }

    .dropdown-menu.mega-menu ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

        .dropdown-menu.mega-menu ul li a {
            padding: 10px 10px;
        }

header {
    background: var(--lightBrown);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background-position: 0% 80%;
    position: relative;
}

    header .navbar-toggler {
        background: var(--lightBrown);
        padding: 9px;
    }

        header .navbar-toggler .navbar-toggler-icon {
            font-size: 1.6rem;
        }

    header .logo {
        max-width: 16rem;
        border: 3px solid var(--whiteColor);
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    header .navbar-nav {
        gap: 2rem;
        margin: auto;
        padding: 0;
        margin: auto;
    }

        header .navbar-nav .nav-item {
            align-items: center;
            margin: auto;
            display: flex;
        }

            header .navbar-nav .nav-item .nav-link {
                color: var(--whiteColor);
                font-size: 1.6rem;
                font-weight: 500;
                padding: 0;
                height: 86px;
                display: flex;
                align-items: center;
            }
.dropdown-menu.mega-menu {
    top:9.5rem !important;
}
header .navbar-nav .nav-item .nav-link.active {
    color: var(--whiteColor);
    font-weight: 500;
}

header .navbar-nav .nav-item .dropdown-menu {
    top: 100%;
    opacity: 1;
    z-index: 11;
}

header .navbar-nav .nav-item .dropdown-menu_2 {
    top: 0;
    left:100%;
    opacity: 1;
    z-index: 11;
    border:none;
}

                header .navbar-nav .nav-item .dropdown-menu li a {
                    padding: 5px 15px;
                    font-size: 15px;
                    color: var(--blackColor);
                    font-weight: 600;
                    word-break: break-word;
                    white-space: normal;
                    line-height: 20px;
                }

                    header .navbar-nav .nav-item .dropdown-menu li a:hover {
                        background: var(--lightBrown);
                        color: var(--whiteColor);
                    }

    header .search_part ul {
        display: flex;
        gap: 2.5rem;
    }

        header .search_part ul li {
            margin: auto;
        }

            header .search_part ul li i {
                color: var(--whiteColor);
                font-size: 2rem;
            }

    header .search_part .accordion-item .accordion-button {
        border: 0;
        padding: 0;
    }

    header .search_part .accordion-item .accordion-collapse {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 9.5rem;
        background: rgb(255, 255, 255);
        z-index: 99;
        transition: all 0.3s ease-in-out 0s;
    }

        header .search_part .accordion-item .accordion-collapse .accordion-body {
            padding: 5rem 3rem;
        }

            header .search_part .accordion-item .accordion-collapse .accordion-body .title {
                padding-bottom: 2rem;
                font-size: 1.5rem;
            }

                header .search_part .accordion-item .accordion-collapse .accordion-body .title .title {
                    padding-bottom: 1.5rem;
                }

            header .search_part .accordion-item .accordion-collapse .accordion-body .search_bar {
                position: relative;
            }

                header .search_part .accordion-item .accordion-collapse .accordion-body .search_bar i {
                    font-size: 2.2rem;
                    position: absolute;
                    right: 2.4rem;
                    top: 2rem;
                    color: var(--blackColor);
                }

                header .search_part .accordion-item .accordion-collapse .accordion-body .search_bar input.form-control {
                    outline: 0;
                    font-size: 15px;
                    padding: 15px 15px;
                    border-radius: 4.5rem;
                    box-shadow: none;
                }

section.slider {
    position: relative;
}

    section.slider .swiper {
        width: 100%;
        height: 60rem;
    }

        section.slider .swiper .swiper-pagination {
            bottom: 0 !important;
        }

    section.slider .swiper-slide {
        background-position: center;
        background-size: cover;
    }

        section.slider .swiper-slide img {
            transition: 3s all;
            transform: scale(1.2);
            display: block;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 76px;
            right: 0;
            bottom: 0;
            left: 0;
        }

    section.slider .swiper-slide-active img {
        animation: scale 3s ease forwards;
    }

section.about_us {
    background: #F5F5F5;
    padding: 7rem 0rem;
    margin: 10rem 0rem;
}

    section.about_us .row {
        row-gap: 3rem;
        --bs-gutter-x: 3rem;
    }

    section.about_us .title {
        font-size: 2.2rem;
        font-weight: 600;
        padding-bottom: 2rem;
    }

    section.about_us p {
        line-height: 3rem;
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

section.category .row {
    margin: auto;
}

section.category .box {
    width: 22rem;
    height: 22rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    display: flex;
}

    section.category .box .img-sec {
        overflow: hidden;
        border: 5px solid transparent;
        transition: all 0.4s ease;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 100%;
    }

        section.category .box .img-sec img {
            transform: scale(1);
            transition: all 0.3s ease-in-out 0s;
            overflow: hidden;
            width: 100%;
            display: block;
        }

    section.category .box:hover .img-sec {
        border-color: var(--lightBrown);
    }

        section.category .box:hover .img-sec img {
            transform: scale(1.5);
        }

section.collecion .row {
    --bs-gutter-x: 2rem;
    row-gap: 2rem;
}

section.collecion .img_box {
    opacity: 1;
    overflow: hidden;
    transform: scale(1);
}

    section.collecion .img_box img {
        will-change: transform;
        transition: transform 0.64s ease;
    }

    section.collecion .img_box:hover img {
        opacity: 1;
        transform: scale(1.06);
    }

.deal_cart {
    position: relative;
}

    .deal_cart .box {
        transition: 0.5s;
        position: relative;
        border: 1px solid rgba(204, 204, 204, 0.2588235294);
        border-radius: 2rem;
        overflow: hidden;
    }

        .deal_cart .box .img-sec {
            opacity: 1;
            overflow: hidden;
            transform: scale(1);
            position: relative;
        }

            .deal_cart .box .img-sec img {
                will-change: transform;
                transition: transform 0.64s ease;
                max-height: 23.5rem;
                width: 100%;
                -o-object-fit: cover;
                border-top-left-radius: 2rem;
                object-fit: cover;
                height: 100%;
                border-top-right-radius: 2rem;
            }

            .deal_cart .box .img-sec:hover img {
                opacity: 1;
                transform: scale(1.06);
            }

        .deal_cart .box .content_box {
            padding: 2rem;
            background: var(--whiteColor);
            color: var(--blackColor);
            text-align: left;
        }

            .deal_cart .box .content_box h2 {
                font-size: 1.6rem;
                color: var(--brownColor);
            }

            .deal_cart .box .content_box .rating {
                display: flex;
                gap: 1rem;
                padding: 10px 0px;
            }

            .deal_cart .box .content_box h1 {
                font-weight: 600;
                font-size: 1.6rem;
                margin: 0;
                padding: 10px 0px;
            }

                .deal_cart .box .content_box h1 a {
                    color: var(--blackColor);
                }

            .deal_cart .box .content_box .star i {
                color: #ffca00;
                font-size: 14px;
                line-height: normal;
            }

            .deal_cart .box .content_box .price {
                color: var(--lightBrown);
                font-size: 1.6rem;
                display: flex;
                gap: 10px;
                line-height: normal;
            }

                .deal_cart .box .content_box .price .cut_price {
                    text-decoration: line-through;
                    color: var(--brownColor);
                    font-weight: 300;
                }
                 
                .deal_cart .box .content_box .price .actual_price {
                    font-weight: 500;
                }

            .deal_cart .box .content_box .footer_availabe {
                font-weight: 500;
            }

                .deal_cart .box .content_box .footer_availabe .button {
                    font-weight: 600;
                    font-size: 14px;
                    border: none;
                    padding: 10px 10px;
                    position: relative;
                    border-radius: 1rem;
                    z-index: 1;
                    text-transform: uppercase;
                    transition: 0.5s;
                    overflow: hidden;
                }

        .deal_cart .box:hover {
            transform: translateY(-10px);
            box-shadow: 0px 15px 30px rgb(208, 208, 208);
        }

.swiper {
    position: initial;
}

    .swiper .swiper-pagination {
        position: absolute;
        text-align: center;
        transition: 0.3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        z-index: 11;
        bottom: -35px !important;
    }

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.swiper-pagination-bullet-active {
    background: var(--lightBrown);
}

.button {
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 10px 10px;
    position: relative;
    border-radius: 1rem;
    z-index: 1;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 1rem;
    background: var(--lightBrown);
    color: var(--whiteColor);
}

section.choose_us .choose_us_box {
    background: var(--lightBrown);
    border-radius: 5rem;
    padding: 5rem 0px;
    position: relative;
    box-shadow: 0px 15px 30px rgb(208, 208, 208);
    color: var(--whiteColor);
}

    section.choose_us .choose_us_box img {
        width: 37rem;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        bottom: -11px;
        object-fit: cover;
    }

    section.choose_us .choose_us_box .contents .title {
        font-size: 2.8rem;
        padding-bottom: 3rem;
        font-weight: 600;
    }

    section.choose_us .choose_us_box .contents p {
        font-size: 14px;
    }

.product_category {
    background: #f6f7f8;
}

    .product_category.cate_desc .category_tab .nav-tabs {
        border-radius: 0;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        border: 0;
        padding-left: 3rem;
        padding-top: 3rem;
    }

    .product_category.cate_desc .category_tab .tab-content {
        background: var(--whiteColor);
        border-radius: 0;
        border-radius: 0;
        padding: 2rem 2rem;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }

        .product_category.cate_desc .category_tab .tab-content .content_box ul {
            display: flex;
            gap: 2rem;
            list-style: disc inside;
            flex-direction: column;
            padding-bottom: 2rem;
        }

            .product_category.cate_desc .category_tab .tab-content .content_box ul li {
                font-size: 1.6rem;
                font-weight: 500;
            }

        .product_category.cate_desc .category_tab .tab-content form .input_group {
            padding-bottom: 2rem;
        }

            .product_category.cate_desc .category_tab .tab-content form .input_group .form-label {
                font-weight: 500;
            }

            .product_category.cate_desc .category_tab .tab-content form .input_group .form-control {
                padding: 10px 15px;
                border-radius: 30px;
                font-size: 1.6rem;
            }

        .product_category.cate_desc .category_tab .tab-content form .star {
            padding-top: 10px;
        }

            .product_category.cate_desc .category_tab .tab-content form .star i {
                color: #ffca00;
            }

    .product_category .row_specing {
        --bs-gutter-x: 3rem;
    }

    .product_category .category_tab .nav-tabs {
        width: 100%;
        background: var(--whiteColor);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        padding: 10px 0px;
        border-radius: 5rem;
        justify-content: center;
        gap: 1rem;
    }

        .product_category .category_tab .nav-tabs .nav-item .nav-link {
            border: 0;
            background: transparent;
            border-radius: 3rem;
            color: #0f172a;
            padding: 10px 25px;
            font-weight: 600;
        }

            .product_category .category_tab .nav-tabs .nav-item .nav-link.active {
                background: var(--lightBrown);
                color: var(--whiteColor);
            }

    .product_category .category_tab .tab-content {
        padding-top: 4rem;
    }

        .product_category .category_tab .tab-content .row {
            --bs-gutter-x: 2rem;
            row-gap: 2rem;
        }

        .product_category .category_tab .tab-content .img_box {
            opacity: 1;
            overflow: hidden;
            transform: scale(1);
            position: relative;
        }

            .product_category .category_tab .tab-content .img_box img {
                width: 100%;
                height: 30rem;
                object-fit: cover;
                will-change: transform;
                transition: transform 0.64s ease;
                max-height: 30rem;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .product_category .category_tab .tab-content .img_box:hover img {
                opacity: 1;
                transform: scale(1.4);
            }

footer {
    background: #a58c6e;
    padding: 5rem 0px;
    color: var(--whiteColor);
    position: relative;
}

    footer .title {
        position: relative;
        font-size: 2rem 0.4;
        font-weight: 600;
        margin-bottom: 2.5rem;
    }

        footer .title::before {
            content: "";
            left: 0;
            bottom: 11px;
            bottom: -5px;
            background: white;
            width: 7rem;
            height: 2px;
            position: absolute;
        }

    footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        color: var(--whiteColor);
        gap: 2rem;
    }

        footer ul li a {
            color: var(--whiteColor);
        }

    footer .copy-right-text {
        text-align: center;
        padding: 1rem 0px;
        position: absolute;
        width: 100%;
        background: var(--blackColor);
        left: 0;
        bottom: -4rem;
        right: 0;
        color: var(--whiteColor);
    }

        footer .copy-right-text p {
            margin: 0;
        }

        footer .copy-right-text a {
            color: var(--whiteColor);
            text-decoration: underline;
        }

section.top_product {
    /*background: url(../images/inner_header.jpg);*/
    width: 100%;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30rem;
}

    section.top_product::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: var(--blackColor);
        opacity: 0.75;
    }

    section.top_product .tp_detail {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }

        section.top_product .tp_detail ul {
            display: flex;
            align-items: center;
            list-style: none;
            justify-content: center;
            gap: 15px;
            padding-top: 15px;
            color: var(--whiteColor);
        }

            section.top_product .tp_detail ul li a {
                color: var(--whiteColor);
                font-weight: 500;
            }

    section.top_product .heading {
        font-size: 4.5rem;
        color: var(--whiteColor);
        font-weight: 500;
    }

section.product_category .row {
    row-gap: 2rem;
}

section.product_category .filter_left_part {
    padding: 2rem;
}

    section.product_category .filter_left_part .filter_box {
        padding-bottom: 2rem;
    }

        section.product_category .filter_left_part .filter_box:last-child {
            padding-bottom: 0;
        }

        section.product_category .filter_left_part .filter_box .heading {
            font-size: 2.2rem;
            padding-bottom: 2rem;
            font-weight: 500;
            position: relative;
        }

            section.product_category .filter_left_part .filter_box .heading::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 1.5rem;
                background: #a58c6e;
                width: 10rem;
                height: 2px;
            }

            section.product_category .filter_left_part .filter_box .heading::after {
                content: "";
                position: absolute;
                right: 7.5rem;
                bottom: 1.5rem;
                background: #c6c6c6;
                width: 18rem;
                height: 2px;
            }

        section.product_category .filter_left_part .filter_box .accordion-item {
            padding: 0;
            border: 0;
        }

            section.product_category .filter_left_part .filter_box .accordion-item .subheading {
                font-weight: 600;
                padding-bottom: 10px;
            }

            section.product_category .filter_left_part .filter_box .accordion-item .accordion-button {
                background-color: inherit !important;
                border: 0 !important;
                box-shadow: none !important;
                font-size: 1.6rem;
                color: var(--lightBrown);
                padding: 0;
            }

            section.product_category .filter_left_part .filter_box .accordion-item .accordion-body {
                padding: 0;
                padding-top: 1.8rem;
            }

                section.product_category .filter_left_part .filter_box .accordion-item .accordion-body .filter_listing {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                }

        section.product_category .filter_left_part .filter_box .products {
            display: flex;
            align-items: center;
            border: 1px solid rgba(204, 204, 204, 0.2117647059);
            border-radius: 10px;
            gap: 15px;
            font-weight: 500;
            margin-bottom: 2rem;
        }

            section.product_category .filter_left_part .filter_box .products:last-child {
                margin-bottom: 0;
            }

            section.product_category .filter_left_part .filter_box .products .img-box {
                max-width: 7rem;
            }

            section.product_category .filter_left_part .filter_box .products .contents {
                margin-top: auto;
                margin-bottom: auto;
            }

section.product_category .right_show_part .show_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

    section.product_category .right_show_part .show_box p {
        margin-bottom: 0;
    }

    section.product_category .right_show_part .show_box .btn {
        padding: 10px 5px;
        background: var(--lightBrown);
        color: var(--whiteColor);
        font-size: 13px;
    }

.form-check .form-check-input:focus {
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 1.5rem;
}

.form-check-input:checked {
    background-color: var(--lightBrown);
    border-color: transparent;
}

.range-slider {
    width: 90%;
    text-align: left;
    position: relative;
}

    .range-slider .button {
        padding: 7px 19px;
        font-size: 12px;
        margin-top: 9px;
    }

    .range-slider svg,
    .range-slider input[type=range] {
        position: absolute;
        left: 0;
        top: 0;
    }

.range {
    width: 100%;
    margin-top: 0;
    padding-top: 2rem;
}

    .range span {
        padding-right: 10px;
    }

input[type=number] {
    border: 0;
    text-align: center;
    font-size: 2.3rem;
    -moz-appearance: textfield;
    width: 5rem;
    display: inline;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type=number]:invalid,
    input[type=number]:out-of-range {
        border: 2px solid #ff6347;
    }

.rang_value {
    margin: auto;
    padding: 0;
    flex: 1 1 0%;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: var(--lightBrown);
        }

        input[type=range]:focus::-ms-fill-lower {
            background: var(--lightBrown);
        }

        input[type=range]:focus::-ms-fill-upper {
            background: var(--lightBrown);
        }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: var(--lightBrown);
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-webkit-slider-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid var(--lightBrown);
        height: 1.8rem;
        width: 1.8rem;
        border-radius: 2.5rem;
        background: var(--lightBrown);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: var(--lightBrown);
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-moz-range-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid var(--lightBrown);
        height: 1.8rem;
        width: 1.8rem;
        border-radius: 2.5rem;
        background: var(--lightBrown);
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower,
    input[type=range]::-ms-fill-upper {
        background: var(--lightBrown);
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-ms-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid var(--lightBrown);
        height: 1.8rem;
        width: 1.8rem;
        border-radius: 2.5rem;
        background: var(--lightBrown);
        cursor: pointer;
    }

.modal-dialog {
    max-width: 95rem;
}

section.product_details .row_specing {
    row-gap: 3rem;
    --bs-gutter-x: 3rem;
}

section.product_details .details_desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 0%;
}

    section.product_details .details_desc h1 {
        font-size: 3rem;
    }

    section.product_details .details_desc .size_btn {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0;
    }

    section.product_details .details_desc .size {
        padding: 10px 20px;
        margin-top: 0;
    }

    section.product_details .details_desc p {
        margin-bottom: 0;
    }

    section.product_details .details_desc .title {
        font-size: 1.6rem;
        font-weight: 500;
    }

    section.product_details .details_desc .price {
        font-size: 2.2rem;
        color: var(--lightBrown);
        font-weight: 600;
    }

    section.product_details .details_desc .card_btn {
        width: 50%;
    }

    section.product_details .details_desc .like {
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
        padding-top: 10px;
    }

        section.product_details .details_desc .like .social_links ul {
            gap: 15px;
            display: flex;
        }

            section.product_details .details_desc .like .social_links ul li a {
                color: var(--lightBrown);
            }

                section.product_details .details_desc .like .social_links ul li a i {
                    font-size: 1.8rem;
                }

    section.product_details .details_desc .develary {
        display: flex;
        align-items: center;
    }

        section.product_details .details_desc .develary ul {
            gap: 1.5rem;
            display: flex;
        }

            section.product_details .details_desc .develary ul li a {
                color: var(--lightBrown);
                font-size: 1.6rem;
                font-weight: 600;
            }

.number .minus, .number .plus {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.number input {
    width: 6rem;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    vertical-align: middle;
}

.size_guide .modal-header {
    padding: 2rem;
    border: 0;
}

    .size_guide .modal-header h5 {
        font-size: 1.8rem;
    }

.size_guide .modal-body {
    padding: 2rem;
}

.card_modal .modal-dialog {
    max-width: 50rem;
    min-width: 50rem;
}

.card_modal .modal-header {
    background: var(--lightBrown);
    color: var(--whiteColor);
    padding: 20px 10px;
    border-radius: 0;
}

    .card_modal .modal-header .modal-title {
        font-size: 1.8rem;
    }

    .card_modal .modal-header .btn-close {
        color: var(--whiteColor);
    }

.card_modal .modal-body {
    padding: 3rem;
}

    .card_modal .modal-body .products {
        display: flex;
        align-items: center;
        border: 1px solid rgba(204, 204, 204, 0.2117647059);
        border-radius: 10px;
        gap: 15px;
        font-weight: 500;
        margin-bottom: 2rem;
    }

        .card_modal .modal-body .products .img-box {
            max-width: 7rem;
        }

        .card_modal .modal-body .products .contents {
            margin-top: auto;
            margin-bottom: auto;
        }

            .card_modal .modal-body .products .contents .price {
                color: var(--lightBrown);
            }

            .card_modal .modal-body .products .contents p {
                margin-bottom: 0;
            }

            .card_modal .modal-body .products .contents a {
                color: var(--blackColor);
            }

.card_modal .modal-footer {
    flex-direction: column;
    align-content: center;
    text-align: center;
    padding: 3rem;
}

    .card_modal .modal-footer .total_part {
        width: 100%;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        font-size: 16px;
    }

    .card_modal .modal-footer .cart_btn {
        width: 100%;
        margin-top: 3rem;
    }

        .card_modal .modal-footer .cart_btn a {
            width: 100%;
            display: block;
            color: var(--whiteColor);
        }

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 32rem;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -32rem;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
/* ----- v CAN BE DELETED v ----- */
section.cart .nav-tabs {
    gap: 2rem;
    padding: 0;
    margin: 0;
    border: 0;
}

    section.cart .nav-tabs .nav-item .nav-link {
        border-color: var(--lightBrown);
        color: var(--lightBrown);
        border-radius: 1rem;
        padding: 10px 20px;
    }

        section.cart .nav-tabs .nav-item .nav-link.active {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--lightBrown);
            border-color: transparent;
            color: var(--whiteColor);
        }

section.cart .tab-content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: var(--whiteColor);
    padding: 3rem;
    margin: 2rem 0rem;
    border-radius: 1rem;
}

    section.cart .tab-content .checkout_box {
        border: 1px solid #ccc;
        margin-bottom: 2rem;
        border-radius: 5px;
        padding: 2rem;
    }

        section.cart .tab-content .checkout_box .title {
            font-size: 2rem;
            font-weight: 600;
            padding-bottom: 0;
        }

        section.cart .tab-content .checkout_box .table-responsive {
            margin-top: 2rem;
        }

        section.cart .tab-content .checkout_box.your_order table td.total {
            color: var(--lightBrown);
            font-weight: 600;
            font-size: 1.6rem;
        }

        section.cart .tab-content .checkout_box.your_order .payment .card {
            margin-bottom: 2rem;
            border: 0;
            background: var(--whiteColor);
            opacity: 1;
        }

            section.cart .tab-content .checkout_box.your_order .payment .card .card-header {
                background: var(--whiteColor);
                border: 0;
                padding: 0;
            }

                section.cart .tab-content .checkout_box.your_order .payment .card .card-header .form_group .btn {
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    font-size: 14px;
                    font-weight: 500;
                    border: 0;
                    padding: 0;
                }

            section.cart .tab-content .checkout_box.your_order .payment .card .card-body {
                border: 1px solid #ccc;
                padding: 1rem;
                text-align: center;
                border-radius: 10px;
                margin-top: 1rem;
            }

                section.cart .tab-content .checkout_box.your_order .payment .card .card-body .delv_box {
                    font-size: 14px;
                }

section.cart .table-responsive table td {
    font-size: 14px;
    padding-bottom: 15px;
    vertical-align: middle;
}

    section.cart .table-responsive table td .img-box {
        max-width: 5rem;
    }

    section.cart .table-responsive table td a {
        color: var(--blackColor);
    }

    section.cart .table-responsive table td.max_w {
        max-width: 25rem;
    }

    section.cart .table-responsive table td .title {
        font-weight: 600;
        font-size: 1.5rem !important;
    }

section.cart .apply_coupan {
    padding-top: 1rem;
}

    section.cart .apply_coupan .form-group {
        position: relative;
    }

        section.cart .apply_coupan .form-group .coupan_btn {
            position: absolute;
            top: -12px;
            right: 0;
        }

            section.cart .apply_coupan .form-group .coupan_btn .button {
                border-radius: 10px;
            }

section.cart .checkout .card {
    margin-bottom: 3rem;
}

    section.cart .checkout .card .card-header {
        font-size: 1.5rem;
        padding: 2rem 1.5rem;
        font-weight: 500;
        color: var(--lightBrown);
    }

        section.cart .checkout .card .card-header .btn {
            font-size: 1.5rem;
            font-weight: 600;
            padding: 0;
            border: transparent;
            margin: 0;
        }

            section.cart .checkout .card .card-header .btn:active {
                border: transparent;
                padding: 0;
                margin: 0;
            }

                section.cart .checkout .card .card-header .btn:active:focus {
                    padding: 0;
                    margin: 0;
                }

    section.cart .checkout .card .card-body {
        padding: 2rem;
    }

        section.cart .checkout .card .card-body form .row {
            row-gap: 2rem;
        }

        section.cart .checkout .card .card-body form .form-label span {
            color: red;
        }

        section.cart .checkout .card .card-body form .lost_passward {
            padding-top: 1rem;
        }

            section.cart .checkout .card .card-body form .lost_passward a {
                color: var(--brownColor);
            }

section.cart .billing_details .title {
    font-size: 2rem;
    font-weight: 500;
}

section.cart .billing_details form {
    padding-top: 2rem;
}

section.cart .billing_details .row {
    row-gap: 2rem;
}

section.cart .order_received {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

    section.cart .order_received h1 {
        font-size: 2.8rem;
        font-weight: 500;
        text-align: center;
    }

    section.cart .order_received .payment_view ul {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

        section.cart .order_received .payment_view ul li {
            text-align: center;
            border-right: 1px dashed #d3ced2;
            padding-right: 2.5rem;
        }

            section.cart .order_received .payment_view ul li span {
                font-size: 14px;
                color: #838383;
                padding-bottom: 5px;
            }

            section.cart .order_received .payment_view ul li .title {
                font-size: 16px;
                font-weight: 500;
            }

            section.cart .order_received .payment_view ul li:last-child {
                padding-right: 0;
                border-right: 0;
            }

    section.cart .order_received .continue_shoping {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        text-align: center;
        margin: auto;
        align-items: center;
    }

        section.cart .order_received .continue_shoping h2 {
            color: var(--lightBrown);
            font-weight: 500;
            font-size: 1.8rem;
        }

        section.cart .order_received .continue_shoping button.button {
            width: -moz-max-content;
            width: max-content;
        }

.form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

    .form-label span {
        color: red;
    }

.form-control, .form-select {
    padding: 9px 20px;
    font-size: 16px;
    border-radius: 10px;
    outline: 0;
}

    .form-control:focus, .form-select:focus {
        box-shadow: none;
        border-color: #ced4da;
    }

.btn_1 {
    background: var(--blackColor) !important;
}

    .btn_1:hover {
        background: var(--lightBrown) !important;
    }

.sidenav {
    position: sticky;
    width: 100%;
    z-index: 99;
    background: var(--whiteColor);
    border-radius: 2rem;
    padding: 0;
    margin-top: 18px;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    /* height: 100%; */
    top: 114px;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 0;
        margin-left: 50px;
    }

.crossing {
    display: none;
}

section.contact_us .row_specing {
    --bs-gutter-x: 2rem;
    row-gap: 2rem;
}

section.contact_us .contact-info {
    margin-bottom: 30px;
    background-color: var(--lightBrown);
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

    section.contact_us .contact-info span {
        color: var(--whiteColor);
        display: block;
        margin-bottom: 5px;
    }

    section.contact_us .contact-info h2 {
        color: var(--whiteColor);
        font-size: 26px;
        margin-bottom: 15px;
    }

    section.contact_us .contact-info p {
        color: var(--whiteColor);
        margin-bottom: 20px;
    }

    section.contact_us .contact-info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        section.contact_us .contact-info ul li {
            display: block;
            margin-bottom: 30px;
            padding-left: 60px;
            position: relative;
        }

            section.contact_us .contact-info ul li .content h3 {
                font-size: 18px;
                margin-bottom: 10px;
                color: var(--whiteColor);
                display: block;
            }

            section.contact_us .contact-info ul li .content i {
                width: 45px;
                height: 45px;
                line-height: 45px;
                background-color: var(--whiteColor);
                font-size: 20px;
                color: var(--lightBrown);
                border-radius: 50px;
                border: 1px solid #e2e2e2;
                margin-bottom: 10px;
                text-align: center;
                position: absolute;
                left: 0;
                top: 0;
            }

            section.contact_us .contact-info ul li .content a {
                color: var(--whiteColor);
                display: block;
                font-weight: 400;
                font-size: 15px;
            }

    section.contact_us .contact-info::before {
        content: "";
        position: absolute;
        opacity: 0.2;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/call-shap1.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

.fill_form .row {
    row-gap: 2rem;
}

.login_form .title {
    text-align: left;
    font-size: 3.5rem;
    color: var(--lightBrown);
    font-weight: 600;
    padding-bottom: 2rem;
}

.login_form .login_img {
    height: 100%;
}

    .login_form .login_img .img-sec {
        height: 100%;
    }

        .login_form .login_img .img-sec img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 10px;
        }

.login_logo {
    text-align: center;
}

    .login_logo img {
        max-width: 20rem;
    }
.delete_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
navbar {
    padding:0;
}

@media (max-width: 1199px) {
    section .category .box {
        width: 20rem;
        height: 20rem;
    }

    section.choose_us .choose_us_box img {
        left: -8rem;
    }

    .product_category .category_tab .nav-tabs {
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: auto;
        justify-content: flex-start;
        padding: 10px 10px;
    }

        .product_category .category_tab .nav-tabs .nav-item .nav-link {
            width: -moz-max-content;
            width: max-content;
        }
}

@media (min-width: 768px) {
    .sidenav {
        width: 100% !important;
    }
}

@media all and (min-width: 992px) {
    header .dropdown-menu {
        width: 20rem;
        margin: 0;
        padding: 0;
        top: 3.5rem;
    }

    header .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    header .ktm-mega-menu {
        position: static;
    }

    header .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    header .dropdown-menu li {
        position: relative;
        background: var(--whiteColor);
        color: var(--lightBrown);
    }

    header .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    header .dropdown-menu > li:hover > .submenu,
    header .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 47.5%;
    }

    section.top_product {
        height: 20rem;
    }

    section.product_details .details_desc .card_btn {
        width: 65%;
    }

    section.product_details .details_desc .develary ul {
        display: flex;
        flex-direction: column;
    }

    input[type=number] {
        width: 6rem;
    }

    .product_category.cate_desc {
        padding: 4rem 0rem !important;
        margin: 0px 0px;
    }

    header .navbar-nav {
        gap: 2rem;
    }

    header .navbar-collapse {
        margin: 2rem 0rem;
    }

    header .search_part ul {
        margin-top: 1rem;
        display: flex;
        gap: 2rem;
    }



    section.choose_us .choose_us_box {
        padding: 5rem 2rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 12px 0px;
    }
}

@media (max-width: 767px) {
    header .navbar-nav .nav-item {
        margin: initial;
        flex-direction: column;
        align-items: flex-start;
    }
    header .search_part ul li {
        margin: initial;
        flex-direction: column;
        align-items: flex-start;
    }
    header .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
    }
    header .navbar-nav .nav-item .dropdown-menu_2 {
        width: 90%;
        box-shadow: 2px 2px 10px #ccc;
        margin: auto;
    }

    header .navbar-nav .nav-item .nav-link {
        height: auto;
    }
    header.fixed-top {
        max-height: 100vh;
        overflow-y: auto;
    }

    section.contact_us .contact-info .content {
        margin-top: 3.5rem !important;
    }

    section.top_product .heading {
        font-size: 3.5rem;
    }

    .login_img {
        display: none;
    }

    .login_form .title {
        font-size: 2.5rem;
    }

    .login_form .row {
        row-gap: 2rem;
    }

    .login_form p {
        padding-top: 2rem;
    }

    .crossing {
        position: fixed;
        display: block;
        background: var(--lightBrown);
        width: 5rem;
        height: 5rem;
        color: var(--whiteColor);
        left: 0;
        /* top: 0; */
        z-index: 999;
        text-align: center;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0;
        margin-top: 0;
        border-radius: 0;
    }

        .sidenav .closebtn {
            font-size: 5rem;
            color: var(--lightBrown);
            right: 0;
            top: -25px;
        }

    span.cross {
        display: block;
    }

    .card_modal .modal-dialog {
        min-width: 40rem;
    }

    .btn_1 {
        width: 100%;
    }

    .card_space {
        row-gap: 2rem;
    }

    .content {
        margin-top: 7.5rem !important;
    }

    html {
        font-size: 55%;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    header {
        padding: 4px 10px;
    }

        header .logo {
            max-width: 13rem;
            border-width: 2px;
        }

        header .navbar-toggler {
            padding: 5px;
            margin-right: 0;
            border-radius: 5px;
        }

        header .navbar .navbar-nav {
            gap: 15px;
            margin: auto;
            padding: 0;
            margin: auto;
        }

    section.slider .swiper {
        height: 33rem;
    }

    section.slider .swiper-slide img {
        top: 8rem;
    }

    .product_category {
        padding: 3rem 0rem;
        margin: 3rem 0rem;
    }

        .product_category.specing {
            padding: 0rem 0rem;
        }

    section.category .row {
        row-gap: 2rem;
    }

    section.category .box {
        width: 18rem;
        height: 18rem;
        margin: auto;
    }

    section.choose_us .choose_us_box {
        padding: 3rem 0px;
        border-radius: 10px;
    }

        section.choose_us .choose_us_box img {
            width: 100%;
            height: auto;
            position: relative;
            bottom: 0;
            left: 0;
        }

        section.choose_us .choose_us_box .contents {
            text-align: center;
            padding: 10px 20px;
        }

            section.choose_us .choose_us_box .contents .title {
                padding-bottom: 2rem;
            }

    section.about_us {
        padding: 5rem 0rem;
        margin: 5rem 0rem;
    }

    .deal_cart .box .content_box {
        padding: 2rem 1rem;
    }

        .deal_cart .box .content_box .rating {
            padding: 0;
            flex-direction: column;
        }

        .deal_cart .box .content_box .footer_availabe {
            margin: auto;
        }

            .deal_cart .box .content_box .footer_availabe .button {
                padding: 12px 12px;
                font-size: 12px;
            }

        .deal_cart .box .content_box h1 {
            font-size: 1.4rem;
        }

        .deal_cart .box .content_box h2 {
            font-size: 1.2rem;
        }

    .specing {
        padding: 4rem 0rem;
    }

    .section.heading {
        padding-bottom: 3rem;
    }

        .section.heading .title {
            font-size: 3rem;
        }

    footer {
        padding: 3rem 1rem;
    }

    .table-responsive .table {
        width: 100vh;
    }

    section.cart .top_tabs {
        overflow-y: auto;
    }

        section.cart .top_tabs .nav-tabs {
            gap: 2rem;
            min-width: -moz-max-content;
            min-width: max-content;
            display: flex;
            flex-direction: row;
            width: 100%;
            flex-wrap: nowrap;
        }

    section.cart .tab-content {
        padding: 3rem 2rem;
    }

        section.cart .tab-content .inner_tab .row {
            row-gap: 2rem;
        }

    section.cart .apply_coupan .form-group .coupan_btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

        section.cart .apply_coupan .form-group .coupan_btn button.button {
            width: 100%;
        }

        section.cart .apply_coupan .form-group .coupan_btn button.btn_1 {
            width: 100%;
        }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    background: var(--whiteColor);
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

#result {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 30px;
    z-index: 100;
}
/*# sourceMappingURL=style.css.map */
