@media screen and (max-width: 320px) {
    .text-decoration-none {
        padding: 13px;
    }
}

@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;
    }
}

.logo {
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg, rgb(24, 151, 254) 0%, rgb(192, 56, 255) 100%) text;
}

.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 */

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: #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-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: 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 {
    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;
}

.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;
}