/*Menu styles*/
.menu_section{
    background-color: #007bc0;
}
.menu_section a{
    font-weight: 500;
    color: white;
    padding: 1em;
}
.text-site{
    color: #007bc0!important;
}
.dropbtn {
    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 60vw;
    z-index: 1;
}
.dropdown-content a {
    background-color: #f2f2f2;
    display: block;
    color:#4b4b4b;
}
.dropdown-content a:hover {
    background-color: #e6e6e6 !important;
    color: #007bc0!important;
    text-decoration: none !important;
}
.dropdown:hover .dropdown-content {
    display: inline-block;
}
.view-all-btn{
    border-radius: 35px!important;
    border: 1px solid #199be9!important;
    background-color: #199be9!important;
    color: #fff!important;
    font-size: 1.12em!important;
    font-weight: 500!important;
    text-align: center!important;
    padding: 8px 30px!important;
    display: block!important;
    width: 100%!important;
    margin: 40px auto 0!important;
}
.dropdown-content.view-all-btn a:hover {
    color: #007bc0!important;
}
.add-to-cart{
    border: 1px solid rgba(0, 123, 255, 0.27);
    width: 40px;
    height: 40px;
    display: flex;
    color: #007bff;
    justify-content: center;
    border-radius: 50%;
    float: right;
}
.add-to-cart:hover{
    color: #eeeeee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    background-color: #007bff;
    clear: both;
}
.add-to-cart i{
    font-size: 1.5em !important;
    padding: 0 !important;
    margin: 0 !important;
    align-self: center;
}
/*End of menu styles*/

/*start of Auth forms styles*/
.modal-custom .modal-content{
    border-radius: 0.75rem;
    position: relative;
}
.modal-sm {
    max-width: 400px;
}
.modal-custom .btn-close{
    background-image: none;
    font-size: 2rem;
    opacity: 1 !important;
    padding: 0.5rem !important;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    line-height: 0;
    height: 1.5rem;
    z-index: 10;
    width: 1.5rem;
    font-weight: 200;
    color: #f30428 !important;
}
.btn.btn-smodal{
    padding: 0.5rem 1.5rem !important;
    border-radius: 2rem !important;
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 0.9rem;
}
.btn img, .btn i{
    height: 15px;
    width: 15px;
    margin-right: 0.5rem;
}
.btn-block,.modal-custom .btn{
    width: 100%;
    display: block;
    text-align: center;
}
.modal-custom .btn .fa.fa-save{
    display: none;
}
.btn-outline-second,.btn-second:hover,.btn-primary:hover{
    background-color: #fff !important;
    border: 1px solid #007bc0 !important;
    color: #007bc0 !important;
}
.btn-outline-second,.btn-second:hover,.btn-primary:hover{
    background-color: #fff !important;
    border: 1px solid #007bc0 !important;
    color: #007bc0 !important;
}
.login-modal-logo{
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.login-modal-logo img{
    width: 150px;
    margin: 0.5rem 0;
}
.auth_modal_logo{
    filter: brightness(1) invert(1);
    pointer-events: none;
}
.modal-auth-title{
    font-family: 'Fasthand', cursive;
    text-align: center;
    margin-bottom: 0.75rem;
    display: block;
}
.login-modal-logo::before{
    content: '';
    height: 2px;
    width: 3rem;
    background-color: #28a745;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.auth-or{
    display: block;
    border-bottom: 1px dashed #0004;
    margin: 1rem 0;
}
.auth-or span{
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 auto -0.8rem;
    text-transform: uppercase;
    padding: 0.125rem 0.5rem;
    text-align: center;
    width: max-content;
    display: block;
    background-color: #fff;
}
.modal-custom button[type='submit']{
    margin:1.5rem 0 0.75rem;
}

/*End of auth form styles*/
