.grecaptcha-badge { visibility: hidden; }

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background-color:rgba(52, 58, 64, 0.85);
}

#load .load-ripple {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
}
#load .load-ripple div {
    position: absolute;
    border: 4px solid #007bff;
    opacity: 1;
    border-radius: 50%;
    animation: load-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#load .load-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes load-ripple {
    0% {
        top: 75px;
        left: 75px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

#centerLoad{
    text-align: center;

    position: fixed;
    margin-left: -140px;
    margin-top: -150px;
    top: 50%;
    left: 50%;

}
#centerLoad img{
    margin-top: -1em;
}

.loader_logo {
    max-width: 280px;
    height: auto;
}


@media screen and (max-width:576px){


    #load .load-ripple {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    #load .load-ripple div {
        position: absolute;
        border: 4px solid #007bff;
        opacity: 1;
        border-radius: 50%;
        animation: load-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }
    #load .load-ripple div:nth-child(2) {
        animation-delay: -0.5s;
    }
    @keyframes load-ripple {
        0% {
            top: 40px;
            left: 40px;
            width: 0;
            height: 0;
            opacity: 1;
        }
        100% {
            top: 0px;
            left: 0px;
            width: 80px;
            height: 80px;
            opacity: 0;
        }
    }

    #centerLoad{
        text-align: center;

        position: fixed;
        margin-left: -70px;
        margin-top: -75px;
        top: 50%;
        left: 50%;

    }
    #centerLoad img{
        margin-top: -1em;
    }

    .loader_logo {
        max-width: 140px;
        height: auto;
    }


}




#outLiA:hover i{
    color: #007bff;
}

#outLiA:hover{
    border:none;
}





input {
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(194,194,194,1);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(194,194,194,1);
    box-shadow: inset 0px 2px 5px 0px rgba(194,194,194,1);
}

.modal-content {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.9);
}


nav{
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
    -webkit-transition: 1.8s;
    transition: 1s;
}

.btn-social {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#scrollBtn{
    display: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 99;
    color: white;
    border-color: white;
    cursor: pointer;
}



.top-header a{
    color: #343a40;
    border-color: #343a40;
    font-weight: 600;
}

.disabled{
    cursor: default;
}

.top-header button{
    padding: 0px 6px;
}

.headerPhone{
    color: white !important;
    font-weight: 700;
}



.accountButton{
    border: 1px solid;
    border-radius: 5px;
}





@media screen and (max-width:576px){


    #normalTopHeader{
        display: none !important;
    }
    #smallTopHeader{
        visibility: visible !important;
    }


    #normalHighlightProducts{
        display: none !important;
    }
    #smallHighlightProducts{
        visibility: visible !important;
    }

    #footer-small{
        visibility: visible !important;
    }

    #footer-normal{
        display: none !important;
    }




    .signInDropdown{
        display: none !important;
    }

    nav{
        min-height: 60px;
        font-size: 0.95em !important;
    }
    nav img{
        height: 25px !important;
    }

    .crsl-btn{
        font-size: 10px !important;
    }

}



@media screen and (min-width:577px) and (max-width:768px){

    #normalTopHeader{
        visibility: visible !important;
    }
    #smallTopHeader{
        display: none !important;
    }


    #normalHighlightProducts{
        display: none !important;
    }
    #smallHighlightProducts{
        visibility: visible !important;
    }

    #footer-small{
        visibility: visible !important;
    }

    #footer-normal{
        display: none !important;
    }


    .signInDropdown{
        display: none !important;
    }

    nav{
        min-height: 60px;
        font-size: 0.95em !important;
    }
    nav img{
        height: 30px !important;
    }

    .crsl-btn{
        font-size: 10px !important;
    }

}

@media screen and (min-width:769px) and (max-width:992px){


    #normalTopHeader{
        visibility: visible !important;
    }
    #smallTopHeader{
        display: none !important;
    }


    #normalHighlightProducts{
        visibility: visible !important;
    }
    #smallHighlightProducts{
        display: none !important;
    }


    #footer-small{
        display: none !important;
    }

    #footer-normal{
        visibility: visible !important;
    }


    .signInDropdown{
        display: none !important;
    }

    nav{
        min-height: 60px;
        font-size: 0.95em !important;
    }
    nav img{
        height: 30px !important;
    }

    .crsl-btn{
        font-size: 25px !important;
    }

}






@media screen and (min-width:993px){


    #normalTopHeader{
        visibility: visible !important;
    }
    #smallTopHeader{
        display: none !important;
    }


    #normalHighlightProducts{
        visibility: visible !important;
    }
    #smallHighlightProducts{
        display: none !important;
    }


    #footer-small{
        display: none !important;
    }

    #footer-normal{
        visibility: visible !important;
    }



    .mobileSignBtn{
        display: none !important;
    }

    .signInDropdown{
        visibility: visible !important;
    }

    .normalNavbar{
        min-height: 90px;
        font-size: 1.1em !important;
    }
    .normalNavbar img{
        height: 40px;
    }

    .smallNavbar{
        min-height: 60px;
        font-size: 0.95em !important;
    }
    .smallNavbar img{
        height: 30px;
    }

    .crsl-btn{
        font-size: 25px !important;
    }

}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.btn:focus {
    outline: none;
    box-shadow: none;
}
button:focus{
    outline: none;
    box-shadow: none;
}

.navbar-nav > li{
    margin-left:5px;
    margin-right:5px;
}

.nav-link{
    font-weight: 400;
    color: #BFBFBF !important;
}

.active .nav-link{
    border-bottom: 1px solid;
    color: #007bff !important;
}

.nav-link:hover{
    border-bottom: 1px solid;
    color: #007bff !important;
}

.lightTxt *{
    color: white;
}
.lightTxt {
    color: white !important;
}

.disabled:active{
    pointer-events: none;
}


.dropdown:hover .nav-link {
    border-bottom: 1px solid;
    color: #007bff !important;
}



.dropdown-item:hover{
    background-color: #007bff !important;
    color: white !important;
}

.dropdown-item:focus{
    background-color: #343a40;
    color: white;
}


.dropdown-menu{
    opacity: 1;
    border: 2px solid #007bff;
}



.contactIcon{
    border: 1px solid #007bff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    text-align: center;
    padding-top: 4px;
    background-color: #007bff;
}


.card{
    border-width: 3px;
    border-color: #007bff;
}





.productImgsCont {
    margin-top: 0px;
    margin-bottom: 0px
}
.carousel-inner img {
    width: 100%;
    height: 100%
}
#custCarousel .carousel-indicators {
    position: static;
    margin-top: 5px
}
#custCarousel .carousel-indicators>li {
    width: 100px
}
#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}
#custCarousel .carousel-indicators li.active img {
    opacity: 1
}
#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
.carousel-item img {
    width: 60%
}





