/*  The button used to remove the uploaded image */
.drop-img-preview {
    position: relative;
}
.drop-img-preview .remove-btn {
    background-color: red;
    border-radius: 44%;
    font-size: 20px;
    border: none;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    color: aliceblue;
}

/* Product Rating */
.rating-css div {
    color: #fdd835;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.rating-css input {
    display: none;
}

.rating-css input + label {
    font-size: 30px;
    text-shadow: 1px 1px 0 #8f8420;
    cursor: pointer;
    margin-right: 8px;
}

.rating-css input:checked + label ~ label {
    color: #b4afaf;
}

.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}

/* Product Rating Model Button */
.btn-custom-close {
    background-color: #d9534f;
    color: #fff;
}

.btn-custom-close:hover {
    background-color: #fff;
    color: #d9534f;
    border: 1px solid #d9534f;
}

.btn-custom-save {
    background-color: #5cb85c;
    color: #fff;
}

.btn-custom-save:hover {
    background-color: #fff;
    color: #5cb85c;
    border: 1px solid #5cb85c;
}

.modal-footer .btn {
    height: 40px;
}

.modal-footer .btn + .btn {
    margin-left: 10px;
}

.whatsapp-chat {
    bottom: 20px;
    left: 20px;
    position: fixed;
}

.header-logo a {
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 100px;
}

.nav-auth {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4c4c4c;
}

.nav-auth:hover {
    color: #fb5d5d;
}

.auth-dropdown {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
}

.auth-dropdown:hover {
    background-color: #fb5d5d;
    color: #fff;
}
