.review-img{
    width: 55px !important;
    height: 55px !important;
    margin-left: 10px !important;
    position: relative !important;
}
.increment-button{
    background-color: transparent;
    width: 150px;
    height: 40px;
    border-radius: 16px;
    border: 2px solid #F49322;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.minus, .plus, .num{
    color: #012441;
    font-size: 20px;
    font-weight: 600;
}

.minus, .plus{
    cursor: pointer;
}

.num{
    width: 50px;
    height: 90%;
    border: 0;
    background-color: none;
    text-align: center;
    border-radius: 5px;
}
.mobile_num::-webkit-inner-spin-button,
.mobile_num::-webkit-outer-spin-button{
    -webkit-appearance: none;
}

.num::-webkit-inner-spin-button,
.num::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.og-price{
    font-size: 16px !important;
    text-decoration: line-through;
}

.modal_header{
    width: 100%;
    text-align: center;
    padding: 5px 20px 5px 20px;
    background-color: #012441;
    color: white;
    font-size: 17px;      
    margin-bottom: -10px;      
}

.search_input {
    margin-top: 20px;
    width: 100%;
    padding: 5px 20px 5px 20px;
    border: 1.5px solid black;
    border-radius: 5px;
    font-size: 20px;
    background-color: white;
}

.search_input::placeholder {
    text-align: center;
}

.search_button {
    margin-top: 20px;
    width: 50%;
    padding: 5px 20px 5px 20px;
    border: 1.5px solid black;
    border-radius: 10px;
    font-size: 17px;
    background-color: white;
}

.search_button:hover {
    background-color: black;
    color: white;
}
.login{
    letter-spacing: 1.5px;
    cursor: pointer;
}

.rez-logo{
width: 150px;
margin-left: -10px;
margin-bottom: 4px;
}

.user_btn{
padding: 0px 15px 0px 15px;
background-color: white;
border: none;
font-size: 15px;
margin-left: -5px;
}

.navbar-menu {
    z-index: 20;
}

.floating-icon {
    position: fixed;
    bottom: 15;
    right: 15;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
    z-index: 100;
}