@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

.privacy-section {
    margin: 50px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid gray;
}

.privacy-section:last-child {
    border-bottom: none;
}

.ash-error {
    text-align: center;
    color: white !important;
}

.dropdown-user {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid gray !important;
}

.dropdown-user::before {
    content: 'Welcome ';
}

/* qty increase decrese  */

.counter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

.counter button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
}

.counter button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.counter input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
}

/* qty increase decrese  */

/* dropdown cart empty  */


.dropdown-ash-cart-container {
    display: none;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.dropdown-ash-cart-container img {
    width: 150px;
    margin-bottom: 15px;
}

.dropdown-ash-cart-container h2 {
    color: #333;
    margin-bottom: 10px;
}

.dropdown-ash-cart-container p {
    color: #777;
    margin-bottom: 20px;
}

/* dropdown cart empty  */

/* logo */

.logo span {
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 20px;
}

.text-cursive {
    font-family: "Kaushan Script", cursive;
}

#empty-cart-container, #wishlist-empty-container, #empty-order-container {
    display: none;
}