
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .cart-total {
    margin-top: 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) {
  .single-banner {
    margin-bottom: 30px;
  } 
}

/* 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;
  }
  .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;
  }
  
  
  
  
  
  
  
}