@media (max-width: 1279px){

}

@media (min-width: 992px){
  div.detail-image a.imgdetail{
    background-image: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
   div.cart div.col1{
     font-size: 14px !important;
   }
   .homelayout01 span.cufon{
     font-size: 12px;
   }
   .main_text_banner .text_banner{
     min-height: 132px;
   }
   div.detail-image a.imgdetail img{
    visibility: hidden;
  }
  div.detail div.order a:not(.add_other_variant_button){
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  div.detail div.order a:not(.add_other_variant_button) img{
    
    width: auto;
    
  }
  .add_other_variant_button{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    
  }
  div.detail div.variants div.in{
    width: 95%;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  div#content{
    overflow-x: hidden;
  }
  
  div.detail div.order a:not(.add_other_variant_button) img{
    width: auto;
  }
  div.detail div.variants div.in{
    width: 95%;
    padding-top: 15px;
  }
  div#navbar{
    position: absolute;
    top: 80px;
    background-color: white;
    z-index: 100;
    background-color: white;
    background-image: url('../im/bg.png') 50% 0%;
    visibility: hidden;
    max-height: 0px;
    transition:max-height 0.25s ease-out, visibility 0.25s ease-out;
    overflow: hidden;
  }
  
  div#navbar.otevreno{
    max-height: 305px;
    visibility: visible;
    transition:max-height 0.25s ease-in, visibility 0.25s ease-in;

  }
  
  .header_menu .logo img{
    max-width: 100%;
  }
  
  div#navbar li{
    display: block;
    float: none !important;
    border-bottom: 1px dotted #aaa;
    border-right: 1px dotted #aaa;
    font-size: 25px;
    height: 55px !important;
    line-height: 55px !important;
    text-align: center;
  } 
  
  div#navbar li a{
    display: block;
  }
  
  div.detail-image a.imgdetail img{
    visibility: hidden;
  }
  div.cart .row.zbozi > div{
    line-height: normal;
    height: auto;
  }
  
  div#categoryin{
    margin-top: 30px;
  }
  
  div#navleft{
    display: none;
  }
  
  #navbar li{
    font-size: 14px;
    line-height: 40px !important;
    height: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .main_text_banner > div {
    padding-top: 8px;
  }
  .footer_row{
    text-align: center;
  }
  
  .footer_row .row{
    padding-top: 15px;
  }
  .footer_row li{
    padding:5px 0px !important; 
  }
  .owl-stage-outer{
    height: 180px !important;
    text-align: center;
  }
  .owl-item img{
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .menu_prvek_obrazek{
    min-height: 0px !important;
  }
  .productbox
  {

    border-bottom: 1px dotted #aaa;
  }
  #breadcrumb .bread_block{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #breadcrumb .bread_block strong{
    display: block;
  }
  .price.pricesmall > div{
    text-align: center;
  }
  div.detail div.order a
  {
   margin-top: 30px;
    margin-bottom: 30px;
  }
  div.detail{
    margin-top: 0px;
  }
  .detail .allComments{
    margin-bottom: 30px;
  }
  .addChoice{
    width: 300px;
    background-size: contain;
  }
  .detail h1.cufondetail{
    font-size: 20px;
  }
  
  div.cart .zbozi .col2{
    margin-top: 15px;
  }
  div.cart .zbozi .col5{

  }
  .order_fakturacni_check{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;

  }
}