@media (max-width: 767px){
  body {
    margin: 5px;
  }
  .navbar-nav {
    width: 100%!important;
    display: block!important;
    margin: 0px;
  }
  .navbar-nav > li > a:hover {
    color: #CCCCCC!important;
  }
  .navbar-brand img {
    max-height: 48px!important;
  }

  .navbar-nav .open .dropdown-menu{
    padding-top:  10px;
    padding-bottom:  10px;
  }

  .topmenu ul{
    padding: 0px 0 30px 0;
  } 
  .topmenu ul li {
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  .topmenu>ul>li>a{
    color: #ffffff!important;
  } 
  
  .mobilelanguage{
    display: inline-block;
    border: 0px solid #ff0000!important;
    overflow: hidden;
    text-align: center;
  } 
  .mobilelanguage a{
    border: 1px solid;
    float: left;
    margin: 10px 10px 0 0;
    color: #3856aa!important;
  }
 
  .container_homesearch {padding: 0;}
  
  .mobiladjustement {padding-left:0px; padding-right: 0px;}
  
  .last a{border-bottom: 0px!important;}
  
  .mobilnav {
    font-size: 9px!important;
  }
  .footercols_content {
    min-height: auto;
  }
  .detaliiprodus{
    border: 0px;
    padding: 0px!important;
    margin: 0px;
    margin-top: 20px;
  } 
  .detaliiprodus table{
    width: 100%;
    font-size: 10px;
    border-top: 1px solid #e12631;
  }
  .detaliiprodus table tr td{
    border: 1px solid #e4e4e4;
  } 
  .detaliiprodus table tr td strong{
    font-size: 11px;
  }
  .detaliiprodus h3 {
    text-align: center;
  }
  .detaliitabletitle {
    background: #e12631;
    display: block!important;
    padding: 1px 15px!important;
    color: #fff;
    text-align: center;
  }

  .mainimagethumbs{
    float: none;
    display: inline-block;
    text-align: center!important;
  }
  .mainimagethumbs div{
    float: none;
    display: inline-block;
    text-align: center!important;
  } 
  .mainimagethumbs div img {
    max-height: 50px;
  }

  div.loggedin{
    text-align: center;
  }
  div.loggedin a{
    display: inline-block;
    padding-top: 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
  }

  div.product-search-container div.container div.row div select,div.product-search-container div.container div.row div input{
    margin-bottom: 10px;
  }

  span.stockstatus{
    margin: 25px 0 0 0;
  }
  
}