/* Extra Large Lg: 1280px. */
@media only screen and (min-width: 1200px) { 
  .container {
    width: 1030px;
}

    
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  .container {
    width: 1030px;
}


    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    .hidden-mobile{
      display: none;
    }
    #menu {
    border: 1px solid #e1e1e1;
    border-left: none; 
}


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

.top_banner {
  position: relative;
}

.top_banner img {
  position: absolute;
  left: 50%;
  bottom: auto;
  width: 190px !important;
  margin-left: -95px;
}
 
    .hidden-mobile{
    	display: none;
    }
    .mobile-brake {
    display: block;
}
   .single-product-item-wrap h4 {
	font-size: 20px;
}
   .single-product-btn span {
	font-size: 20px;
}
  .single-product-btn a {
  padding: 10px 20px;
}

#menu {
    border: 1px solid #e1e1e1;
    border-left: none; 
}






}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

  #menu {
    border: 1px solid #e1e1e1;
    border-left: none; 
}
 
}

