.btn-addtobasket{
    background: #49afcd!important;
    color: #fff!important;
    border: none!important;
    text-shadow: none!important;
    border-radius: 0!important;
}

.btn-addtobasket:focus,
.btn-addtobasket:active,
.btn-addtobasket:link,
.btn-addtobasket:hover,
#recalc:focus,
#recalc:active,
#recalc:link,
#recalc:hover
{
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}

.showGroup,
.userInfoMobile{
    display: none;
}
.logoMobile,
.searchMobile{
    display: none;
}
.userNameMobile{
    display: none;
}
.image-responsive{
    max-width: 50px; 
    max-height: 60px; 
}


@media (max-width: 768px) {

    .userSettingTooltip
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .searchProductWrapper{
        display: none;
    }
    
/*    .userSettingTooltip li a
    {
 
     
    }*/
    
    .userSettingTooltip li{
        padding: 10px;
        text-align: center;
    }

    .k-widget.k-tooltip{
        background: white;
        border: 1px solid rgba(0,0,0,0.15);
    }

    .container {
        padding: 0 10px 10px 10px!important;    
    }
    .header {
        margin-bottom: 0px!important;
    }

    .fa-shopping-cart{
        font-size: 20px;
    }

    .image-responsive{
        max-width: 100px; 
        max-height: 120px; 
    }

    .userInfo{
        display: none;
    }

    .logo{
        display: none;
    }

    .logoMobile,
    .userInfoMobile{    
        display: block;
    }
    .userNameMobile{
        display: block;
        position: absolute;
        top: 0;
        left: 50px; 
        top: 25%;
        font-size: 16px;
        transform: translateY(25%)
    }

    .basket {
        display: none!important;
    }

    .itemid-121 .form-group label{
        font-weight: bold;
    }
    .itemid-121 .form-check-label{
        font-weight: normal!important;;
    }

    .productHeader{
        margin-top: 20px;
    }

    .productHeader a {
        top: -23px!important;
    }

    .sidenav {
        /*height: 100%;*/
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        overflow-x: hidden;
        /*padding-top: 40px;*/
        transform: translate3d(-100%, 0, 0);
        /*background: #ebebeb;*/
    }
    .chosenCategory{
        float: left!important;
    }

    .choseLogin{
        margin-right: 0px!important;
        margin-bottom: 10px;
    }

    .loginBack{
        padding: 5px 3px;
    }

    .showGroup,
    .searchMobile{
        display: block;        
    }

    #custom-search-form .form-group {
        width: 92%;
        display: block;
        float: left;
    }
}
