@media screen and (max-width: 320px) {
    .text-decoration-none {
        padding: 13px;
    }
}



.btnAddToCart {
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    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) {
    #offcanvasRight {
        width: 280px;
    }
}

/* minus */
@media screen and (min-width: 1320px) {
    .menu-controls {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .menu-controls {
        display: none;
    }

    .carousel-inner{
        margin-top: 68px;
    }
}

@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;

}