﻿
@media all and (min-width: 1367px) {
  .container {
    max-width: 1500px;
  }
  /*** GLOBAL STYLES ***/

  .inputs label {
  }

  .center-2 .inputs label {
    width: 213px;
  }

  .inputs.accept-consent label {
    width: auto;
  }


  /*** HEADER ***/
  .html-home-page .header:not(.sticked-up) {
    max-width: calc(1500px + 60px);
  }
    .html-home-page .header:not(.sticked-up) .store-search-box.show {
      max-width: calc(1500px + 60px);
    }
  .html-home-page .header .header-upper {
    max-width: 1500px;
  }

  /*** NAVIGATION ***/
  .header-menu {
    width: 100%;
  }

    .header-menu > ul > li {
      padding: 0 10px;
    }

      .header-menu > ul > li > a,
      .header-menu > ul > li > span {
        font-size: 16px;
      }


  /*** FOOTER ***/


  .footer-upper,
  .footer-newsletter {
    padding: 35px 20px;
  }

  .footer-block {
    width: auto;
    max-width: 20%;
  }

  .footer-lower,
  .footer-bottom {
    width: 1500px;
    padding: 6px 20px;
  }


  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    max-width: 1050px;
  }

  .write-review .review-rating div.name-description {
    margin: 0 0 0 5px;
    min-width: 375px;
  }


  /*** REGISTRATION, LOGIN, ACCOUNT ***/


  .login-page .returning-wrapper input[type="text"],
  .login-page .returning-wrapper input[type="email"],
  .login-page .returning-wrapper input[type="password"] {
  }

  .registration-page .vat-note {
    margin-right: 385px;
  }

  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-right: 225px;
  }

  /*** SHOPPING CART ***/


  .cart-footer .totals {
    max-width: 460px;
    margin: 0;
  }

  .cart-footer .cart-collaterals {
    width: 760px;
    margin: 0;
  }

    .cart-footer .cart-collaterals .deals {
      float: right;
      width: 360px;
    }

    .cart-footer .cart-collaterals .shipping {
      float: left;
      width: 360px;
    }

  .cart-footer .estimate-shipping .inputs label {
    display: inline-block;
    width: 35%;
  }

  .cart-footer .estimate-shipping .inputs input,
  .cart-footer .estimate-shipping .inputs select {
    width: 65%;
  }


  /*** CHECKOUT ***/


  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 20px 1%;
  }

  .payment-info .info td:first-child {
    width: 375px !important;
  }

  .payment-info .info td:only-child {
    width: 100% !important;
  }


  /*** FORUM & PROFILE ***/


  .forum-actions .pager,
  .topic-actions .pager {
    max-width: 600px !important;
  }

  .topic-post .post-text {
    width: 930px;
    max-width: 100%;
  }

  .category-item .picture a img {
    min-height: 402px;
  }

  .side-2 {
    float: right;
    width: 20% !important;
  }

  .center-2 {
    width: 78% !important;
  }

  .product-item .buttons {
    height: 45px;
  }
}
