/* Large screen desktop */
@media (min-width: 1365px) and (max-width: 1500px){



}

@media (min-width: 1200px) and (max-width: 1299px){



}


@media (min-width: 1170px) and (max-width: 1299px){



}



/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {



}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .cart-total {
    margin-top: 30px;
  }
  #instafeed {
    width: 600px;
    margin: 0 auto;
  }
  .single-banner {
    margin-bottom: 30px;
  }
  .shop-sidebar-wrap {
    margin-top: 0;
  }
  
  
  
  
  
  
  


}


/* Small and large mobile :320px. */
@media (max-width: 767px) {
  .cart-total {
    margin-top: 30px;
  }
  .cart-buttons .theme-default-button{
    padding: 8px 20px;
  }

}


/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.mobile-menu .mean-bar .meanmenu-reveal {
    top: -52px;
}
  .single-banner {
    margin-bottom: 30px;
  }
  .instagram-warp a {
    width: 210px;
    margin-right: 29px;
    float: left;
  }
  .instagram-warp a {
    width: 225px;
    margin-right: 28px;
  }
  .instagram-warp a {
    width: 210px;
    margin-right: 28px;
  }
  
  
  
  

}

/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
  .login-form-container {
    padding: 30px 20px;
  }
  .form-action-button .theme-default-button + .theme-default-button, 
  .cart-buttons .theme-default-button + .theme-default-button{
    margin-left: 0;
    margin-top: 20px;
  }
  .form-action-button .theme-default-button,
  .cart-buttons .theme-default-button,
  .guest-form-container .theme-default-button{
    float: left;
    width: 100%;
  }
  .logo .theme-logo img {
    max-width: 125px;
  }
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -51px;
  }
  .shopping-cart-wrap .mini-cart {
    right: -40px;
  }
  .single-banner {
    margin-bottom: 30px;
  }
  .instagram-warp a {
    width: 270px;
    margin: 15px 25px;
  }
  .product-short select {
    padding: 0px 5px;
    width: 180px;
  }
  .product-short p {
    margin: 0 5px 0 0;
  }
  .notification-entry p a {
    width: 120px;
  }
  .language-currency-wrapper ul.open-dropdown {
    width: 177px;
    margin: 0;
    text-align: left;
  }
  
  
  
  
  
  
  
}