@media screen and (max-width: 320px) {
    .text-decoration-none {
        padding: 13px;
    }
}

.btnAddToCart {
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px;
    line-height: 1.1;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

#orderNow {
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px;
    line-height: 1.1;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.checkout-actions {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #333;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
    box-shadow: none;
}

.text {
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


#quantity {
    border: none;
}

#quantity:focus {
    border: 1px solid black;
}

@media screen and (max-width: 991px) {
    .navbar {
        padding: 6px 0px !important;
    }
}

@media screen and (max-width: 991px) {
    #offcanvasExample {
        width: 280px;
    }
}



/* ----------------------------------------------------- */
@media screen and (min-width: 992px) {
    .right-search-result {
        display: none !important;
    }
}






/* ------------------------- */
@media screen and (min-width: 992px) {
    .right-search {
        display: none;
    }

    .menu-controls {
        display: none;
    }

    .carousel-inner {
        margin-top: 68px;
    }
}

@media screen and (max-width: 991px) {
    .left-search {
        display: none;
    }

}

@media screen and (max-width: 992px) {
    .carousel-inner {
        margin-top: 49px;
    }
}

@media screen and (max-width: 320px) {
    .menu-controls {
        display: block;
    }
}

.logo {
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg, rgb(24, 151, 254) 0%, rgb(192, 56, 255) 100%) text;
    margin: 0 auto;
}

.menu-controls {
    position: relative;
}

i.bi.bi-dash-lg {
    position: absolute;
    top: -22px;
    left: 2px;
    width: 40px;
    font-size: 24px;
}

i.bi.bi-dash {
    position: absolute;
    top: -14px;
    left: 0px;
    width: 40px;
    font-size: 24px;
}

/* minus */

a {
    text-decoration: none;
}

.border-animation {
    position: relative;
}

.border-animation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #0DCAF0;
    transition: .4s ease-in-out;
}

.border-animation:hover::after {
    width: 100%;
}

#example_wrapper {
    background: white !important;
    padding: 4px 13px !important;
    white-space: nowrap !important;
    border-radius: 5px !important;
}

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: #198754;
    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-menu li a:hover {
    color: white;
    background: black;
}

.dropdown-item {
    padding: 15px 23px;
}

.accordion-button:not(.collapsed) {
    background-color: #F5F5F5;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.label-sytle {
    display: inline-block;
    padding: 5px 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 {
    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;
}

.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,
textarea:focus,
select:focus {
    outline: 0 !important;
    border-color: #777 !important;
}

.ck-editor__editable_inline {
    min-height: 120px;
}

.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;
}

.input-container {
    position: relative;
    width: 100%;
}

i.fas.fa-envelope.icon {
    position: absolute;
    color: black;
    padding: 24px 10px 10px 10px;
}

.input-field {
    width: 100%;
    padding: 14px 120px 11px 46px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.subscribe {
    position: absolute;
    right: 4px;
    top: 4px;
}

.dropdown-item:hover {
    color: black;
    background: #F3E8FF;
    transition: .4s ease;
}


.style-font-and-color {
    color: #8898aa;
    font-size: 0.9125rem;
    font-family: Open Sans, sans-serif;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
}

.dt-column-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-check-input:checked {
    background-color: #06bf68;
    border: none;
    outline: none;
}

.ov-hero {
    background: linear-gradient(135deg, #4f7ef8, #7c5cbf);
    border-radius: 12px;
    padding: 20px 22px 16px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.ov-hero-ref {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 4px;
}

.ov-hero-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.5px;
    margin-bottom: 10px;
}

.ov-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.ov-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: #fef3c7;
    color: #92400e;
}

.customer {
    position: absolute;
    left: 47px;
    top: 207px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #8a95a8;
    margin-bottom: 10px;
}

.products {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #8a95a8;
    margin-bottom: 10px;
}

.ov-info-card {
    background: #f7f8fb;
    border: 1px solid #edf0f5;
    border-radius: 9px;
    padding: 10px 12px;
}

.ov-info-label {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #b0b8c8;
    margin-bottom: 3px;
}

.ov-info-value {
    font-size: 13px;
    font-weight: 600;
    color: #0f1623;
    line-height: 1.3;
}

.sc {
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    padding: 11px 2px 9px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform .2s cubic-bezier(.34, 1.56, .64, 1), box-shadow .2s, border-color .2s;
    background: #ffffff;
    border: 1px solid var(--border);
    user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.sc-n {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-hi);
    line-height: 1;
    margin-bottom: 5px;
    font-variant-numeric: tabular-nums;
    position: relative;
    z-index: 1;
}

.sc.active {
    background: #fff;
    border-color: var(--c, #4f7ef8);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, .10), 0 0 0 1.5px var(--c);
}

.order-card {
    display: block;
    color: inherit;
    border: 3px solid transparent;
    border-radius: 12px;
    transition: .2s;
}

.order-card:hover {
    border-color: #d0d7de;
}

.order-card.active {
    border: 3px solid #0d6efd;
    border-radius: 12px;

}




/* ==========================================
   ADMIN SIDEBAR
========================================== */

.admin-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    background: #212529;
    overflow-y: auto;
    transform: translateX(0);
    transition: transform .35s ease;
    z-index: 1050;
}

.admin-sidebar.hide {
    transform: translateX(-100%);
}


/* ==========================================
   SIDEBAR HEADER
========================================== */

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.sidebar-header h4 {
    margin: 0;
}


/* ==========================================
   SIDEBAR MENU
========================================== */

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-title {
    color: #adb5bd;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 22px 20px 10px;
}

.sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dee2e6;
    text-decoration: none;
    padding: 13px 20px;
    transition: .25s;
}

.sidebar-menu li a:hover {
    background: #0d6efd;
    color: #fff;
}

.sidebar-menu li a i {
    width: 22px;
    text-align: center;
}


/* ==========================================
   ADMIN HEADER
========================================== */

.admin-header {
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    height: 65px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    z-index: 1040;
    transition: left .35s ease;
}

.admin-header .container-fluid {
    height: 100%;
}

.admin-header .btn {
    border: 1px solid #dee2e6;
}

.admin-header input {
    height: 42px;
}


/* ==========================================
   MAIN CONTENT
========================================== */

#mainContent {
    margin-left: 260px;
    margin-top: 65px;
    padding: 20px;
    transition: margin-left .35s ease;
}

#mainContent.full {
    margin-left: 0;
}


/* ==========================================
   DESKTOP SIDEBAR HIDE
========================================== */

html.sidebar-hidden #mainContent {
    margin-left: 0;
}


html.sidebar-hidden .admin-sidebar {
    transform: translateX(-100%);
}

html.sidebar-hidden .admin-header {
    left: 0;
}


html.sidebar-mobile-show .admin-sidebar {
    transform: translateX(0);
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:991.98px) {

    .admin-sidebar {

        transform: translateX(-100%);

    }

    .admin-sidebar.show {

        transform: translateX(0);

    }

    .admin-header {

        left: 0;

    }

    #mainContent {

        margin-left: 0;
        width: 100%;
        padding: 15px;

    }

    #mainContent.full {

        margin-left: 0;

    }

    #sidebarClose {

        display: inline-flex;

    }

}


/* ==========================================
   DESKTOP
========================================== */

@media (min-width:992px) {

    #sidebarClose {

        display: none;

    }

}

/* product css */
/* ===========================================
   CATEGORY PAGE
=========================================== */

.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: .35s ease;
    border: 1px solid #f1f1f1;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.product-card img {
    transition: .5s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-card .position-relative {
    overflow: hidden;
}

.product-card h6 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    min-height: 48px;
    line-height: 24px;
}

.product-card h5 {
    color: #dc3545;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-card .btn-dark {
    height: 45px;
    border-radius: 10px;
    transition: .3s;
}

.product-card .btn-dark:hover {
    background: #0d6efd;
    border-color: #0d6efd;
}

.product-card .badge {
    font-size: 11px;
    letter-spacing: .5px;
    padding: 7px 12px;
    border-radius: 30px;
}

.product-card button.btn-light {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    border: none;
}

.product-card button.btn-light:hover {
    background: #dc3545;
    color: #fff;
}

.product-card .bi-heart {
    font-size: 18px;
}

.breadcrumb-item a {
    color: #777;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #111;
    font-weight: 600;
}

.form-select {
    border-radius: 10px;
    height: 45px;
}

.sticky-top {
    z-index: 10;
}

.sticky-top h5 {
    font-weight: 700;
}

.sticky-top p {
    font-size: 14px;
    color: #666;
}

/* ===========================
   Mobile
=========================== */

@media(max-width:991px) {

    .product-card img {
        height: 220px !important;
    }

}

@media(max-width:767px) {

    .product-card img {
        height: 180px !important;
    }

    .product-card h6 {
        font-size: 14px;
        min-height: 42px;
    }

    .product-card h5 {
        font-size: 18px;
    }

    .product-card .btn-dark {
        font-size: 14px;
        height: 40px;
    }

}

/* part 3 */
/* ===========================
   PART-3
=========================== */

.product-image {

    position: relative;

    overflow: hidden;

}

.product-overlay {

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .35);

    display: flex;

    justify-content: center;

    align-items: center;

    opacity: 0;

    transition: .35s;

}

.product-card:hover .product-overlay {

    opacity: 1;

}

.product-overlay .btn {

    transform: translateY(20px);

    transition: .35s;

}

.product-card:hover .product-overlay .btn {

    transform: translateY(0);

}

.favorite-btn {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    border: none;

    transition: .3s;

}

.favorite-btn:hover {

    background: #dc3545;

    color: #fff;

}

.favorite-btn i {

    font-size: 18px;

}

.product-card .btn-outline-dark {

    transition: .3s;

}

.product-card .btn-outline-dark:hover {

    background: #212529;

    color: #fff;

}

/* part 4 */
/* =======================================
FILTER SIDEBAR
=======================================*/

.filter-card {

    border: 1px solid #eee;

}

.filter-card h6 {

    font-weight: 600;

}

.filter-card .form-check {

    cursor: pointer;

}

.filter-card .form-check-input {

    cursor: pointer;

}

.filter-card label {

    cursor: pointer;

    color: #555;

}

.filter-card button {

    height: 46px;

    border-radius: 10px;

}

.filter-card input[type=range] {

    cursor: pointer;

}

@media(max-width:991px) {

    .filter-card {

        display: none;

    }

}

/*search product page  */
/* ===========================
CATEGORY SEARCH
=========================== */

.category-search input {

    height: 46px;

    border-radius: 10px;

}

.category-search select {

    height: 46px;

    border-radius: 10px;

}

.category-search button {

    height: 46px;

    border-radius: 10px;

    min-width: 120px;

}

@media(max-width:768px) {

    .category-search {

        flex-direction: column;

        width: 100%;

    }

    .category-search input,

    .category-search select,

    .category-search button {

        width: 100% !important;

    }

}