@media (max-width: 768px) {
  .header img {
    height: 60px;
  }
  .header .navbar-toggle {
    margin-top: 30px !important;
  }
  .header .navbar-collapse {
    float: none;
  }
  .header ul li {
    padding-top: 0;
  }
  .header .menu-icons {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 80px;
  }
  .header .menu-icons li {
    padding-top: 20px;
  }

  .view-slideshow .views-field-field-image {
    width: 100%;
    text-align: center;
  }
  .view-slideshow .views-field-field-image img {
    width: auto;
    height: 200px;
  }
  .view-slideshow .body-text {
    width: 100%;
    height: auto;
  }
  .view-slideshow .body-text .title {
    margin: 0;
    font-size: 28px;
  }
  .view-slideshow .body-text .description {
    display: none;
  }
  .view-slideshow .body-text .action {
    bottom: -45px;
  }



  .cakes-main-info .title {
    padding-top: 30px;
  }
  .cake-variations select {
    width: 100%;
  }
  .cake .cake-price .commerce-product-field-commerce-price {
    left: auto;
    right: 0;
    bottom: 7px;
  }
  .cake .cake-price .commerce-product-field-commerce-price {
    font-size: 24px;
  }


  .front-menu .image {
    text-align: right !important;
  }
  .front-menu .image img {
    display: inline;
  }
  .newsletter input {
    width: 100% !important;
  }

  #commerce-checkout-form-checkout .commerce-price-formatted-components {
    width: 100% !important;
  }
  #commerce-checkout-form-checkout input.form-text {
    width: 100% !important;
  }
  #commerce-checkout-form-checkout #edit-customer-profile-billing,
  #commerce-checkout-form-checkout #customer-profile-shipping-ajax-wrapper {
    width: 100% !important;
    float: none !important;
  }
  #commerce-checkout-form-checkout .form-item {
    float: none !important;
    margin-right: 0 !important;
  }
  #commerce-checkout-form-checkout #customer-profile-shipping-ajax-wrapper .form-checkbox {
    width: 8%;
  }
  #commerce-checkout-form-checkout #customer-profile-shipping-ajax-wrapper .option {
    width: 90%;
  }
  #commerce-checkout-form-checkout #edit-continue,
  #commerce-checkout-form-checkout #edit-cancel,
  #commerce-checkout-form-checkout .button-operator {
    display: block;
    width: 100% !important;
    margin: 0;
  }
  #commerce-checkout-form-checkout .button-operator {
    margin: 10px 0 !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .front-menu .veganske-torty {
    padding-right: 30px;
  }
  .front-menu .raw-torty {
    padding-left: 30px;
  }
  .front-menu .image {
    text-align: right !important;
  }
  .front-menu .image img {
    display: inline;
  }
  .newsletter {
    padding-right: 30px;
  }
  .catering {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .front-menu .image {
    float: right !important;
  }
}
