input[type="text"]:disabled {
    background: #dddddd !important;
}


.rankcenter {
    margin-top: 45px;
}


.img-product {
    width: 200px;
    height: 200px;
    object-fit: scale-down;
}

p img {
    width: 100% !important;
    height: unset !important;
}

.quantity-field {
    border-bottom-color: unset !important;
}

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

    input[type="button"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

    .input-group input[type='button'] {
        background-color: #eeeeee;
        min-width: 38px;
        width: auto;
        transition: all 300ms ease;
    }

    .input-group .button-minus,
    .input-group .button-plus {
        font-weight: bold;
        height: 38px;
        padding: 0;
        width: 38px;
        position: relative;
    }

    .input-group .quantity-field {
        position: relative;
        height: 38px;
        left: -6px;
        text-align: center;
        width: 45px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical;
    }

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.sideCart {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sideCart a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sideCart a:hover {
            color: #f1f1f1;
        }

    .sideCart .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


.floating-cart {
    position: fixed;
    right: 90px;
    bottom: 80px;
    z-index: 1
}

.floating-cart-icon {
    color: #183153;
    font-size: 40px;
}

.notificationHome .badge {
    position: absolute;
    right: 40px;
    background: red;
    color: white;
}

@media only screen and (max-width: 520px) {
    .rankcenter {
        margin-top: 35px;
    }


    .floating-cart {
        right: 35px;
    }
}




@media screen and (max-height: 450px) {
    .sideCart {
        padding-top: 15px;
    }

        .sideCart a {
            font-size: 18px;
        }
}

.avatar-xxl {
    background: white no-repeat center/cover;
    height: unset;
    width: 100%;
    padding: 0.3rem;
    object-fit: contain;
    max-height: 300px;
}