.input-search-modal {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.btn-search-form {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

#left-modal-body {
    background-color: white;
    border-radius: 4px;
    padding: 0.5rem;
}

#right-modal-body {
    background-color: transparent;
    border-radius: 75%;
    height: 50px;
    text-align: center;
    line-height: 70px;
    padding: 0.5rem;
    border: none;
}

#right-modal-body span {
    color: white;
    font-size: 15px;
    opacity: 1;
}

#right-modal-body button {
    opacity: 1;
}

#right-modal-body button:hover {
    opacity: 0.75;
}

.modal-content {
    border: none !important;
}

.userico-parent-div .btn:hover i.fa-search {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.userico-parent-div .btn {
    font-size: 15px !important;
}

.userico-parent-div .btn:hover i {
    color: black !important;
}

@media only screen and (max-width: 766px) {
    #navform input {
        width: 78%;
        margin-right: 1%;
    }
    #navform button {
        width: 19%;
        margin-left: 1%;
    }
    .userico-parent-div {
        margin-top: 15px;
        margin-left: 0 !important;
    }
    .userico-parent-div div {
        text-align: center;
    }
    .productdroptitle {
        line-height: 15px;
    }
}

@media only screen and (max-width: 2px) {
    #searchforminput {
        width: 25% !important;
    }
}