@media screen and (max-width: 320px) {
    .text-decoration-none {
        padding: 13px;
    }
}

@media screen and (max-width: 1199px) {
    .noman-style {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding: 6px 0px !important;
    }
}

@media screen and (max-width: 991px) {
    #offcanvasRight {
        width: 280px;
    }
}

/* minus */
@media screen and (min-width: 1320px) {
    .menu-controls {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .menu-controls {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .menu-controls {
        display: block;
    }
}

.tiro-bangla-regular {
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: normal;
}

.tiro-bangla-regular-italic {
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: italic;
}

.menu-controls {
    position: relative;
}

i.bi.bi-dash-lg {
    position: absolute;
    top: -22px;
    right: 2px;
    width: 40px;
    font-size: 24px;
}

i.bi.bi-dash {
    position: absolute;
    top: -14px;
    right: 0px;
    width: 40px;
    font-size: 24px;
}

/* minus */

.tiro-bangla-regular,
th {
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

a {
    text-decoration: none;
}

#example_wrapper {
    background: white !important;
    /* padding: 4px 13px !important; */
    white-space: nowrap !important;
    border-radius: 5px !important;
}

.border-animation {
    position: relative;
}

.border-animation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #007bff;
    transition: .4s ease-in-out;
}

.border-animation:hover::after {
    width: 100%;
}

div.dt-container div.dt-length select {
    border: 1px solid #007bff;
}

div.dt-container div.dt-length select:focus {
    background: white;
    color: black;
    outline: none;
    border-width: 1px;
    border-left-color: #00C7B7;
    border-top-color: #00C7B7;
    border-right-color: #AD60DF;
    border-bottom-color: #AD60DF;
    border-radius: 4px;
    box-shadow: -1px 3px 34px 7px rgba(255, 105, 245, 0.5);
}

div.dt-container div.dt-search input {
    border: 1px solid #007bff;
}

div.dt-container div.dt-search input:focus {
    background: white;
    color: black;
    outline: none;
    border-width: 1px;
    border-left-color: #00C7B7;
    border-top-color: #00C7B7;
    border-right-color: #AD60DF;
    border-bottom-color: #AD60DF;
    border-radius: 4px;
    box-shadow: -1px 3px 34px 7px rgba(255, 105, 245, 0.5);
}

.custom-link-cart {
    color: white !important;
    background: black !important;
    padding: 13px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.input-custom-shadow {
    outline: 1px solid #00C7B7;
}

.input-custom-shadow:focus {
    box-shadow: -0 0 0 1px #3c096c;
}

.submit-button {
    background: #3c096c;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.submit-button:hover {
    background: white;
    color: #3c096c;
    outline: none;
    border-width: 1px;
    border-left-color: #00C7B7;
    border-top-color: #00C7B7;
    border-right-color: #AD60DF;
    border-bottom-color: #AD60DF;
    border-radius: 1px;
    box-shadow: -1px 3px 34px 7px rgba(255, 105, 245, 0.5);
    transition: .5s ease-out;
}

/* 100% authorized */
.explorer-button {
    width: 300px;
    background: #d3031c;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}

.table-scrollbar-disabled::-webkit-scrollbar {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#alertBox {
    position: relative;
}

.progressBarError {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: red;
    animation: noman 5s linear forwards;
}

.progressBarSuccess {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #34AA44;
    animation: noman 5s linear forwards;
}

@keyframes noman {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.disabled {
    user-select: none;
}

.product-price {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.dropdown-item {
    padding: 15px 23px;
}

.dropdown-item:focus {
    padding: 15px 23px;
    background: none;
    color: black;
}

.dropdown-item:hover {
    background: #1D5971 !important;
    color: white !important;
}

.accordion-button:not(.collapsed) {
    background-color: #F5F5F5;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.label-sytle {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px 5px 0;
    border: 1px solid #ccc;
    transition: all .3s ease-in-out;
}

.label-sytle:hover {
    background: #E4E4E4;
}

input[type="radio"]:checked+label {
    background-color: #000;
    color: white;
    border: 1px solid black;
}

.checkout-info-box {
    background: #f8f8f8;
    border-radius: 5px;
}

#quantity {
    height: 30px;
    width: 80px;
}

.custom_button {
    border: none;
    /* background-color: #ff263b; */
    background-color: #022335;
    color: white;
    height: 40px;
    width: 200px;
}

.custom_button:hover {
    height: 40px;
    width: 200px;
    background-color: black;
    color: white;
}

.custom {
    background-color: #EF5466;
    color: white;
    text-decoration: none;
    float: inline-end;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 14px;
    border-radius: 50px;
    margin-top: 2px;
}

.custom:hover {
    background-color: #ff263b;
    color: white;
    text-decoration: none;
    float: inline-end;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 14px;
    border-radius: 50px;
    margin-top: 2px;
}

.nav-link {
    margin: 0 10px;
    padding: 13px 0;
    /* color: white !important; */
}

.nav-link:hover {
    color: rgb(255 193 7) !important;
}

.category:hover {
    background: #022335 !important;
    color: white !important;
    transition: .4s;
    outline: none;
    border-width: 1px;
    border-radius: 4px;
}

input,
textarea {
    clear: both;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-width: 1px;
    border-left-color: #00C7B7;
    border-top-color: #00C7B7;
    border-right-color: #AD60DF;
    border-bottom-color: #AD60DF;
    border-radius: 4px;
    transition: .5s ease-out;
    box-shadow: -1px 3px 34px 7px rgba(255, 105, 245, 0.5) !important;
    clear: both;
    font-family: 'poppins', sans-serif;
}

.contact-title {
    clear: both;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.contact-subtitle,
label {
    clear: both;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
}

.browse-by-categories {
    clear: both;
    font-family: 'poppins', sans-serif;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.3;
}


@media screen and (max-width: 660px) {
    /* ul li {
        font-size: 12px !important;
    } */
}

ul li {
    list-style: none;
    font-size: 15px;
}

.header a {
    color: white;
}

.btn-close {
    position: absolute;
    right: 25px;
    top: 38px;
}


:root {
    --background-color: #1f2029;
    --primary-color: #1D5971;
    --secondery-color: #1f2029;
    --warning-color: #ffc107;
    --danger-color: #bb2d3b;
}

body {
    background-color: var(--background-color);
    font-family: "Poppins", sans-serif;
}

.mainmenu,
.marque-div,
.nav-social {
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 5px 10px;
}

.mainmenu.mainmenu-modal {
    ul {
        flex-wrap: wrap;

        >li {
            font-size: 16px;
            background-color: var(--secondery-color);
            padding: 5px 10px;
            border-radius: 8px;
            width: 100%;
        }
    }
}

ul {
    margin: 0;
    padding: 0;

    >li {
        list-style: none;
        margin: auto;
        text-align: center;

        @media only screen and (min-width: 0px) and (max-width: 660px) {
            font-size: 10px;
        }

        >a {
            text-decoration: none;
            color: white;

            >svg {
                padding-right: 5px;
            }
        }
    }
}

nav {
    >ul {
        >li {
            >a {
                transition: all 0.3s ease-in-out;
            }

            &:hover {
                >a {
                    color: var(--warning-color);
                }
            }
        }
    }
}