:root{
    --border-radius: 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        border: 2px solid #dedede;
        border-radius: 40px;
        box-shadow: 1px 2px 1px #086843;
    }
}

/* Input */
.btn, textarea, input[type='email'],input[type='text'],input[type='number'],input[type='password'], select,.order-form select, .order-form button{
    border: 1px solid #ffffff;
    border-radius: 20px  !important;
    /* color: #0d1613; */
    box-shadow: 0.5px 2px 3px 2px #b8b8b8;
}
/* textarea, input[type='text'] {
    border: 1px solid #05a867;
    border-radius: var(--border-radius) !important;
    padding: 20px;
    color: #0d1613;
    box-shadow: 2px 3px 4px #797979;
} */
input[type='text']:focus {
    /* border: 1px solid #05a867; */
    border: 1px solid #0ed485;
    border-radius: 20px  !important;
    box-shadow: 0.5px 2px 3px 2px #b8b8b8 !important;
}
/* button{
    border-radius: var(--border-radius) !important;
} */
select.form-control{
    /* height: 50px !important; */
    /* padding: 20px !important; */
    border: 1px solid #ffffff;
    border-radius: 20px  !important;
    color: #0d1613;
    box-shadow: 0.5px 2px 3px 2px #b8b8b8
}
button.find-product-btn{
    border-radius: var(--border-radius) !important;
}
button.btn-success{
    background-color: #05a867;
}

.check-buttons{
    margin-top: 5px;
    /* padding-left: 15px; */
    margin-bottom: 5px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 400;
    min-height: 100px;
    min-width: auto;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #05a867;
    box-shadow: 0.5px 2px 3px 2px #b8b8b8;
    /* box-shadow: 1px 2px 3px #9b9b9b;*/
    border-radius: 15px; 
}