


.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{
    display: none;
}

@media (max-width: 768px) {

    .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{
        display: block;        
    }

    #custom-search-form .form-group {
        width: 80%;
        display: block;
        float: left;
    }
}
