﻿@media all and (max-width: 481px) {

  .header-logo a img {
    max-height: 20px;
  }
}

  @media all and (max-width: 767px) {

    .review-rating .name-description {
      text-align: center;
      width: 100%;
      display: block;
    }

    .write-review .review-rating div {
      text-align: center;
      padding-bottom: 10px;
      display: inline-block;
    }


    /*** ESTIMATE SHIPPING POPUP ***/


    .shipping-address {
      flex-flow: column;
    }

    .address-item {
      width: 100%;
    }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
      padding-left: 0px;
      padding-top: 8px;
    }
  }





  @media all and (max-width: 991px) {


    /*** MOBILE NAVIGATION ***/

    .header-links-wrapper .header-wishlist {
      display: none;
    }

    .header-links-wrapper .signin-toggle span + span {
      font-size: 0;
    }

    #topcartlink {
      display: inline-block;
      width: unset;
      margin: 0;
      padding: 0;
    }

    .header-links span, .header-links a {
      line-height: unset;
    }

    .header-links .cart-label i,
    .header-links .signin-toggle i {
      line-height: unset;
      margin: 0;
      font-size: 24px;
    }

    .header-links .dropdown {
      position: unset;
    }

    .header-links .dropdown-menu {
      left: unset;
      right: 0;
    }

      .header-links .dropdown-menu:before {
        left: unset;
        right: 5%;
      }

    .menu-toggle {
      display: none;
      padding: 15px;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
    }

    .top-menu {
      display: none;
    }

      .top-menu > li {
        position: relative;
        margin: 1px 0;
        background-color: #f6f6f6;
      }

        .top-menu > li > a {
          display: block;
          min-height: 55px;
          padding: 18px;
          font-size: 15px;
          color: #555;
        }

          .top-menu > li > a:focus {
            position: relative;
            z-index: 1;
          }

      .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
      }

        .top-menu .sublist li {
          position: relative;
          margin: 1px 0 1px 20px;
        }

          .top-menu .sublist li a {
            display: block;
            padding: 15px 18px;
            font-size: 15px;
          }

    .sublist-toggle {
      position: absolute;
      top: 0;
      right: 0;
      width: 55px;
      height: 55px;
      border-left: 1px solid #fff;
      padding: 15px;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
    }

    .sublist .sublist-toggle {
      height: 49px;
    }

    .sublist .sublist li {
      background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
      background-color: #fff;
    }

    .block-category-navigation {
      display: none;
    }

    .block-account-navigation {
      float: none;
      margin: auto !important;
    }

    .write-review .review-rating {
      text-align: center;
    }

      .write-review .review-rating div.name-description {
        width: 100%;
        margin: 0 5px 0 0;
        text-align: center;
      }
  }





  @media all and (min-width: 576px) {


    .header-lower,
    .column-wrapper,
    .center-1 .page,
    .center-1 .order-progress,
    .home-page .topic-block,
    .home-page-category-grid,
    .home-page-product-grid,
    .latest-news-container,
    .latest-blog-container,
    .news-list-homepage,
    .home-page-polls,
    .footer .topic-block .topic-body-inner,
    .footer-lower,
    .shipping-types-wrapper,
    .homepage-banner {
      width: 540px;
    }

    .footer-upper {
      padding: 50px calc(calc(100% - 540px) / 2);
    }

    /*** GLOBAL TABLES ***/


    .cart tr {
      width: 46%;
      margin: 40px 2% 0;
    }

      .cart tr:nth-child(2n+1) {
        clear: both;
      }

    .order-details-page .data-table tr {
      width: 46%;
      margin: 40px 2% 0;
    }

      .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both;
      }


    /*** HEADER ***/


    .ui-autocomplete {
      width: 280px !important;
    }

      .ui-autocomplete img {
        display: inline;
      }


    /*** FOOTER ***/


    .footer-block {
      width: 85%;
    }

    .newsletter-email input[type="text"] {
      width: 240px;
    }


    /*** CATEGORY ***/


    .item-box {
      width: 48%;
    }

      .item-box:nth-child(2n+1) {
        clear: both;
      }

      .item-box .product-rating-box {
        margin: 0 0 15px;
      }


    /*** WISHLIST ***/

    .wishlist-content .button-2 {
      display: inline-block;
      width: auto;
      min-width: 180px;
      margin: 0 5px 5px;
    }


    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
      width: 260px;
    }


    /*** FORUM & PROFILE ***/

    .forums-header {
      background-color: #f9f9f9;
      padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
      display: inline-block;
      min-width: 150px;
      margin: 0 5px -1px;
      /*override jQuery UI styles, do not delete doubled properties*/
      margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
      display: inline-block;
      width: auto;
      margin: 1px;
    }

    .topic-post .post-text {
      float: left;
      width: 90.5%;
      text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
      display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
      display: table-cell;
    }

    .forum-table td.image {
      max-width: 40px;
    }

      .forum-table td.image div {
        max-width: 100%;
        background-size: contain;
      }


    /*** ESTIMATE SHIPPING POPUP ***/

    .estimate-shipping-popup {
      padding: 25px;
    }
  }





  @media all and (min-width: 768px) {


    /**** GLOBAL ***/


    .master-wrapper-content,
    .center-1 .page.home-page {
      width: 100%;
    }

    .header-lower,
    .column-wrapper,
    .center-1 .page,
    .center-1 .order-progress,
    .home-page .topic-block,
    .home-page-category-grid,
    .home-page-product-grid,
    .latest-news-container,
    .latest-blog-container,
    .news-list-homepage,
    .home-page-polls,
    .footer .topic-block .topic-body-inner,
    .footer-lower,
    .shipping-types-wrapper,
    .homepage-banner {
      width: 720px;
    }

    .footer-upper {
      padding: 50px calc(calc(100% - 720px) / 2);
    }

    .home-page-polls li {
      min-width: 100px;
    }

    .product-grid .title,
    .latest-news-container .title h2,
    .latest-blog-container .title h2,
    .news-list-homepage .title,
    .home-page-polls .title,
    .footer .topic-block .section-header {
      font-size: 40px;
    }


    /**** GLOBAL TABLES ***/


    .cart tr {
      width: 31.33333%;
      margin: 40px 1% 0;
    }

      .cart tr:nth-child(2n+1) {
        clear: none;
      }

      .cart tr:nth-child(3n+1) {
        clear: both;
      }

    .order-details-page .data-table tr {
      width: 31.33333%;
      margin: 40px 1% 0;
    }

      .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none;
      }

      .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both;
      }


    /*** HEADER ***/

    .header-upper {
      display: flex;
      padding: 0;
    }

      .header-upper .welcome-text {
        display: inline-block;
        text-align: left;
        margin-left: 12px;
        flex: 33.3333%;
      }

    .admin-header-links {
      flex: 33.3333%;
    }

    .header-selectors-wrapper {
      text-align: right;
      flex: 33.3333%;
    }

      .header-selectors-wrapper > div {
        width: 20%;
      }


    /*** FOOTER ***/


    .footer-block {
      display: inline-block;
      width: 42%;
      margin: 0 4%;
      vertical-align: top;
      float: left;
    }

      .footer-block .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        color: #444;
        cursor: auto;
      }

      .footer-block .list {
        display: block !important; /* prevents toggle display:none on resize */
        background: none;
        padding: 0;
      }

        .footer-block .list li {
          padding: 5px 0;
        }

        .footer-block .list i {
          padding: 0 15px 0 0;
        }

        .footer-block .list a,
        .footer-block .list span {
          display: inline;
          padding: 0;
        }

    .follow-us {
      width: 98%;
      margin: 25px auto 0;
    }

    .footer .topic-block .topic-body-inner {
      border-radius: 0 0 100px 100px;
    }


    /*** CATEGORY ***/

    .item-box {
      width: 31.33333%;
    }

      .item-box:nth-child(2n+1) {
        clear: none;
      }

      .item-box:nth-child(3n+1) {
        clear: both;
      }


    /*** PRODUCT PAGE ***/


    .gallery {
      width: 550px;
    }

    .product-details-picture {
      width: 550px;
    }

    .variant-picture {
      float: left;
    }

      .variant-picture + .variant-overview {
        width: auto;
        margin: 0 0 0 240px;
      }

    .variant-overview {
      text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
      float: left;
      max-width: 600px;
    }

    .product-review-item .product-review-box {
      float: right;
    }

    .write-review .review-rating div {
      display: inline-block;
      margin: 0 0 0 5px;
      cursor: default;
      vertical-align: middle;
      font-size: 14px;
      height: 17px;
    }




    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .address-list-page .section,
    .return-request-list-page .section {
      display: inline-block;
      width: 48%;
      margin: 0 1% 3%;
      vertical-align: top;
    }

    .order-list-page .section {
      display: inline-block;
      width: 31%;
      margin: 0 1% 3%;
      vertical-align: top;
    }

    .recurring-payments {
      width: 100% !important;
      margin: 20px 0 !important;
    }


    /*** SHOPPING CART ***/


    .order-progress li {
      margin: 0 0.5%;
    }

    .order-progress a {
      min-width: 80px;
    }

    .cart-options .common-buttons {
      text-align: left;
    }

      .cart-options .common-buttons button {
        display: inline-block;
        margin: 5px;
        min-width: 180px;
      }

    .shopping-cart-page .common-buttons .estimate-shipping-button {
      min-width: 180px;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
      padding: 0 10px;
      font-family: Lato;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      text-align: justify;
      color: #2B2E43;
    }

    .cart-footer .terms-of-service {
      text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
      text-align: center;
    }

    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
      text-align: left;
    }

    .cart-footer .estimate-shipping label {
      display: block;
      margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
      text-align: right;
    }


    /*** CHECKOUT ***/

    .checkout-page .address-grid {
      overflow: hidden;
    }

    .checkout-page .address-item {
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      width: 48%;
      margin: 0 1% 40px;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
      display: inline-block;
      width: 25%;
      margin: 20px 2%;
      vertical-align: top;
    }

    .payment-method .payment-logo {
      display: block;
      text-align: center;
    }

    .payment-method .payment-details {
      display: block;
      width: auto;
      min-width: 0;
      margin: 10px 0 0;
      text-align: center;
    }

    .payment-info .info {
      padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
      overflow: hidden;
    }

      .order-review-data > div,
      .order-details-area > div,
      .shipment-details-area > div {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
      }


    /*** ORDER DETAILS & SHIPPING DETAILS ***/


    .order-details-page .section.options {
      text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
      padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
      text-align: right;
    }

    .order-details-page .totals {
      float: right;
      clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
      color: #4ab2f1;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions,
    .topic-actions {
      overflow: hidden;
    }

      .forum-actions .actions,
      .topic-actions .actions {
        float: left;
      }

      .forum-actions .pager,
      .topic-actions .pager {
        float: right;
        max-width: 450px;
      }

        .forum-actions .pager li,
        .topic-actions .pager li {
          margin: 2px 4px;
        }

        .forum-actions .pager.upper {
          display: block;
        }

      .topic-actions.lower .actions {
        display: block;
      }

    .topic-posts {
      margin: 0 0 30px;
    }

    .topic-post {
      display: table;
      width: 100%;
      margin: 0;
    }

      .topic-post .post-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
        text-align: left;
      }

      .topic-post .user-info {
        width: auto;
      }

      .topic-post .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
      }

      .topic-post .avatar {
        margin: auto;
        border: none;
      }

        .topic-post .avatar img {
          max-width: 80%;
          max-height: 80%;
        }

      .topic-post .user-stats li {
        margin: 0;
      }

      .topic-post .send-pm {
        margin: 0 0 20px;
      }

      .topic-post .pm-button,
      .profile-info-box .pm-button {
        padding: 8px 16px;
        font-size: 13px;
      }

      .topic-post .post-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
      }

      .topic-post .post-head {
        min-height: 40px;
        overflow: hidden;
        background-color: #f6f6f6;
      }

      .topic-post .post-time {
        float: left;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
      }

      .topic-post .post-actions {
        float: right;
        margin: 0;
      }

        .topic-post .post-actions a {
          margin: 0;
          line-height: 20px;
        }

        .topic-post .post-actions .manage-post a {
        }

        .topic-post .post-actions .quote-post a {
          min-width: 70px;
        }

        .topic-post .post-actions a.post-link-button {
          margin: 0 0 0 10px;
          border-left: 1px solid #ddd;
          text-align: center;
        }

      .topic-post .post-text {
        padding: 20px 5px;
      }

      .topic-post .post-vote {
        padding: 20px 0 20px 15px;
      }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
      display: table-cell;
    }

    .forum-table td.image {
      max-width: none;
    }

      .forum-table td.image div {
        max-width: none;
        background-size: initial;
      }

    .ui-tabs-nav {
      text-align: left;
    }

      .ui-tabs-nav li {
        margin: 0 10px -1px 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 10px -1px 0 !important;
      }

    .profile-info-box .avatar {
      float: left;
      margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
      float: left;
      text-align: left;
    }

    .profile-info-box .title {
      text-align: left;
    }

    .profile-info-box .send-pm {
      clear: both;
      text-align: left;
    }

    /*** THEME SHIPPING BUTTONS ***/

    .shipping-types-wrapper .shipping-type {
      width: 48%;
      margin: 0 1%;
    }

    .checkout-page #shipping-addresses-form[style*="display"] ~ .buttons {
      text-align: center;
      margin: 0;
    }
  }





  @media all and (min-width: 992px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content,
    .center-1 .page.home-page {
      width: 100%;
      margin: auto;
    }

    .header-lower,
    .column-wrapper,
    .center-1 .page,
    .center-1 .order-progress,
    .home-page .topic-block,
    .home-page-category-grid,
    .home-page-product-grid,
    .latest-news-container,
    .latest-blog-container,
    .news-list-homepage,
    .home-page-polls,
    .footer .topic-block .topic-body-inner,
    .footer-lower,
    .shipping-types-wrapper,
    .homepage-banner {
      width: 960px;
      margin: auto;
    }

    .footer-upper {
      padding: 50px calc(calc(100% - 960px) / 2);
    }

    .center-2 {
      float: right;
      width: 73%;
    }

    .side-2 {
      float: left;
      width: 25%;
    }

    .page {
      text-align: left;
    }

    .inputs {
      display: flex;
      text-align: left;
    }


    .your-password,
    .confirm-your-password,
    .first-name,
    .last-name {
      position: relative;
      flex: 40%;
      margin-right: 3px;
    }

    .field-validation-error {
      position: absolute;
      top: 100%;
      right: 0;
    }

      .inputs label {
        display: inline-block;
        margin: 0 10px 0 0;
        text-align: left;
      }

      .inputs.newsletter label {
        flex: 20%;
      }

      .inputs input[type="text"],
      .inputs input[type="email"],
      .inputs input[type="tel"],
      .inputs input[type="password"],
      .inputs select {
        min-height: 50px;
      }

      .inputs .option-list li {
        margin: 0 10px 0 0;
      }

    .center-1 .buttons {
      text-align: left;
    }

    .registration-page .buttons,
    .account-page.customer-info-page .buttons,
    .account-page.address-edit-page .buttons,
    .account-page.change-password-page .buttons,
    .contact-page .buttons,
    .email-a-friend-page .buttons,
    .apply-vendor-page .buttons,
    .search-input .buttons,
    .product-reviews-page .buttons {
      text-align: left;
      margin: 0 0 50px 24%;
    }

    .blog-posts .buttons, .news-items .buttons {
      margin-bottom: 30px;
      padding: 0 15px;
      text-align: left;
    }

    .new-comment .buttons {
      margin-left: calc(20% + 20px);
      margin-bottom: 50px;
      text-align: left;
    }

    .search-input .inputs.reversed {
       margin: 30px 20%; 
    }

    .billing-addresses + .buttons,
    .shipping-addresses + .buttons {
      margin-left: calc(20% + 15px);
    }

    .inputs.accept-consent label {
      width: auto;
    }

    .page-title a + h1 {
      float: left;
    }

    .link-rss {
      display: block;
      margin: 0 1% 30px;
    }


    /*** GLOBAL TABLES ***/

    .cart-info {
      display: none;
    }

    .cart tr {
      width: auto;
      margin: 0;
    }

    .order-details-page .data-table tr {
      width: auto;
      margin: 0;
    }


    /*** HEADER ***/

    .header-upper:after {
      content: "";
      display: block;
      clear: both;
    }

    .header-selectors-wrapper > div {
      width: auto;
      min-width: 100px;
      margin: 0 12px 0 0;
      line-height: 43px;
    }

    .language-list {
      text-align: left;
    }

    .header-links-wrapper {
      display: inline-block;
      width: 33%;
    }

    .header-links li {
      margin: 0 16px;
    }

    .header-links a,
    .header-links span {
      line-height: 45px;
    }

    #topcartlink {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0 18px;
      border-left: 2px solid #D8DAE4;
      border-right: 2px solid #D8DAE4;
    }

    .flyout-cart {
      position: absolute;
      top: calc(100% + 15px);
      right: 0;
      z-index: 100;
      width: 350px;
      border: 1px solid #E5E7F0;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border-radius: 3px;
    }

      .flyout-cart::before {
        content: "";
        display: block;
        position: absolute;
        border: 15px solid transparent;
        border-bottom-color: var(--theme-color);
        bottom: 100%;
        right: 40%;
      }

      .flyout-cart.active {
        display: block;
      }

    .mini-shopping-cart {
      padding: 15px;
      text-align: left;
      font-size: 12px;
    }

      .mini-shopping-cart .title {
        padding-bottom: 10px;
        font-family: Khand;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #000000;
        border-bottom: 1px solid #E1E3EB;
      }

      .mini-shopping-cart .count {
        color: #000000;
        display: inline-block;
        background-color: transparent;
        height: unset;
        width: unset;
        max-width: unset;
      }

        .mini-shopping-cart .count a {
          margin: 0 2px;
          font-family: Khand;
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 0.05em;
          color: #000000;
          text-transform: uppercase;
        }

      .mini-shopping-cart .items {
        margin: 0 0 20px;
      }

      .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px solid #E1E3EB;
      }

      .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center;
      }

        .mini-shopping-cart .picture a {
          display: block;
          position: relative;
          overflow: hidden;
        }

          .mini-shopping-cart .picture a:before {
            content: "";
            display: block;
            padding-top: 100%;
          }

        .mini-shopping-cart .picture img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          max-width: 100%;
        }

        .mini-shopping-cart .picture + .product {
          margin: 0 0 0 80px;
        }

      .mini-shopping-cart .name {
        margin: 0 0 10px;
      }

        .mini-shopping-cart .name a {
          font-family: Khand;
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 0.05em;
          color: #000000;
          text-transform: uppercase;
        }

          .mini-shopping-cart .name a:hover,
          .mini-shopping-cart .name a:focus {
            color: var(--theme-color);
          }

      .mini-shopping-cart .attributes,
      .mini-shopping-cart .price,
      .mini-shopping-cart .quantity {
        margin: 5px 0;
        font-family: Khand;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        color: #B0B9C7;
      }

      .mini-shopping-cart .price,
      .mini-shopping-cart .quantity {
        display: inline-block;
        color: var(--theme-color);
        margin-right: 5px;
      }

      .mini-shopping-cart .totals {
        display: inline-block;
        float: right;
        font-family: Khand;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.05em;
        color: #000000;
        text-transform: uppercase;
      }

      .mini-shopping-cart .buttons {
        margin: 25px 0 0;
        text-align: center;
      }

      .mini-shopping-cart button[type="button"] {
        display: inline-block;
        min-width: 160px;
        border: none;
        padding: 0 15px;
        font-family: Khand;
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 45px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: var(--theme-color);
        border-radius: 5px;
      }

        .mini-shopping-cart button[type="button"] i {
          margin-right: 10px;
        }

      .mini-shopping-cart .no-data {
        padding: 30px;
        background: #FFFFFF;
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.05em;
        color: #2B2E43;
        text-align: center;
      }

    .header-lower {
      display: block;
      padding: 32px 0;
    }

    .icon-mobile-nave-icon {
      display: none;
    }

    .header-logo {
      display: inline-block;
      width: 33%;
    }

      .header-logo a img {
        max-height: 40px;
      }

    .search-box {
      vertical-align: middle;
      display: inline-block;
      width: 33%;
      float: left;
      border: none;
      padding: 0;
      margin-bottom: 0;
    }

      .search-box input.search-box-text {
        width: 200px;
      }

      .search-box .search-box-button {
        width: unset;
      }


    /*** NAVIGATION ***/


    .header-menu {
      position: relative;
      z-index: 5;
      margin: 0 auto;
      border-top: 1px solid #D8DAE4;
      border-bottom: 1px solid #D8DAE4;
      text-align: center;
      font-family: Philosopher;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #2B2E43;
    }

    .menu-toggle,
    .sublist-toggle {
      display: none;
    }

    .header-menu > ul {
      display: block !important; /* prevents toggle display:none on resize */
      font-size: 0;
      padding: 5px 0;
    }

      .header-menu > ul.mobile {
        display: none !important;
      }

      .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
      }

        .header-menu > ul > li:first-child {
          border-left: none;
        }

        .header-menu > ul > li > a {
          display: block;
          padding: 5px 10px;
          line-height: 20px;
          font-size: 17px; /*reset zeroing*/
          color: #000;
          cursor: pointer;
        }

          .header-menu > ul > li > a:hover,
          .header-menu > ul > li > a:focus {
            color: var(--theme-color);
          }

    .header-menu .sublist {
      display: none;
      position: absolute;
      width: 200px;
      box-shadow: 0 0 2px rgba(0,0,0,0.2);
      background-color: #fff;
      padding: 10px 0;
      text-align: left;
    }

      .header-menu .sublist li {
        position: relative;
      }

        .header-menu .sublist li a {
          display: block;
          position: relative;
          padding: 10px 20px 10px 30px;
          font-size: 14px;
          color: #2B2E43;
        }

        .header-menu .sublist li:hover > a,
        .header-menu .sublist li:focus > a {
          background-color: var(--theme-color);
          color: #FFF;
        }

    .header-menu ul li:hover > .sublist,
    .header-menu ul li:focus > .sublist {
      display: block;
    }

    .header-menu .sublist .sublist {
      top: -10px;
      left: 100% !important;
    }


    /*** FOOTER ***/


    .footer-upper:after {
      content: "";
      display: block;
      clear: both;
    }

    .footer-block {
      width: 19%;
      margin: 3%;
    }

      .footer-block:first-child {
        margin: 3% 3% 3% 0;
      }

      .footer-block:last-child {
        margin: 3% 0 3% 3%;
      }

      .footer-block .list {
        margin: 0;
      }

    .follow-us {
      width:100%;
      margin: 0;
      text-align: center;
    }

      .follow-us .social li {
        margin: 0 10px 0 0;
      }

    .newsletter-email {
      display: block;
    }

      .newsletter-email input[type="email"] {
        width: 430px;
      }

    .newsletter-validation .field-validation-valid {
      text-align: left;
    }

    .footer-lower {
      display: flex;
      position: relative;
      justify-content: space-between;
      align-items: center;
    }

    .footer-powered-by {
      text-align: right;
    }
    .footer-designed-by {
      text-align: left;     
    }


    .footer-info {
      width:100%;
      font-size: 18px;
      line-height: 28px;
      text-align: center;
    }

    .footer-powered-by {
      margin: 0 0 15px;
      font-size: 18px;
      line-height: 28px;
    }

    .theme-selector {
      float: left;
      margin: 0 0 0 15px;
    }

    .footer-payment-method {
      width: 100%;
      text-align: center;
    }

    /*** COLUMN ***/


    .block {
      float: none;
      width: auto;
    }

      .block .title strong {
        font-weight: bold;
      }

      .block .listbox {
        display: block;
        border-bottom: none;
      }

      .block a.product-picture {
        display: inline-block;
        position: relative;
        vertical-align: middle;
      }

      .block a.product-name {
        vertical-align: middle;
      }

      .block a.product-picture + a.product-name {
        width: 70%;
      }

        .block a.product-picture + a.product-name:before {
          display: none;
        }


    /*** CATEGORY ***/


    .breadcrumb {
      margin: 20px 0;
    }

    .item-box .buttons {
      text-align: left;
    }

    .home-page .product-grid .item-box,
    .home-page-category-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
      width: 24%;
      margin: 0 0.5% 50px;
    }

      .home-page .product-grid .item-box:nth-child(3n+1),
      .home-page-category-grid .item-box:nth-child(3n+1),
      .product-details-page .product-grid .item-box:nth-child(3n+1),
      .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
        clear: none;
      }

      .home-page .product-grid .item-box:nth-child(4n+1),
      .home-page-category-grid .item-box:nth-child(4n+1),
      .product-details-page .product-grid .item-box:nth-child(4n+1),
      .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
        clear: both;
      }


    /*** PRODUCT PAGE ***/

    .gallery {
      float: left;
      width: 46%;
    }

      .gallery .picture {
        width: auto;
      }

    .product-details-picture {
      float: left;
      width: 46%;
    }

    .overview {
      text-align: justify;
      float: right;
      width: 52%;
    }

    .rental-attributes {
      overflow: hidden;
    }

      .rental-attributes .attribute-item {
        float: left;
        margin: 0 20px 0 0;
      }

      .rental-attributes .datepicker {
        width: 160px;
        text-align: left;
      }

    .attribute-squares li {
      margin: 0 10px 0 0;
    }

    .product-details-page .title {
      text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
      max-width: 850px;
    }

    .write-review .review-rating {
      display: flex;
    }

    .write-review .review-rating div.name-description {
      margin: 0 5px 0 0;
      flex: 20%;
    }

    .write-review .review-rating div.rating-wrapper {
      margin: 0 5px 0 0;
      flex: 80%;
    }

    .product-review-item .review-text {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .product-review-item .avatar {
      display: table-cell;
      vertical-align: top;
      width: 120px;
    }

      .product-review-item .avatar img {
        max-width: 100%;
      }

    .product-review-item .text-body {
      display: table-cell;
      vertical-align: top;
    }

    .product-review-item .avatar + .text-body {
      padding: 0 0 0 20px;
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .page-title {
      margin: 0 0 -1px;
    }

    .compare-products-table .full-description td {
      display: table-cell;
    }

      .compare-products-table .full-description td p {
        margin-top: 0;
      }


    /*** TOPICS ***/

    .topic-page p {
      text-align: center;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/

    .registration-page .registration-form {
      width: 70%;
    }

    .gender span {
      margin: 0 10px 0 0;
    }

      .gender span > * {
        margin: 0 5px 0 0;
      }

    .date-of-birth select + select {
      margin: 0 0 0 11px;
    }

    #check-availability-button {
      display: block;
      margin: 10px auto;
    }

    .login-page .customer-blocks {
      overflow: hidden;
      width: 70%;
    }

    .login-page .new-wrapper {
      float: left;
      width: 49%;
      margin: 0;
    }

      .login-page .new-wrapper .text {
        min-height: 200px;
      }

    .login-page .returning-wrapper {
      float: right;
      width: 49%;
    }

      .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
      }

      .login-page .returning-wrapper .inputs label {
        width: 110px;
      }

      .login-page .returning-wrapper input[type="text"],
      .login-page .returning-wrapper input[type="email"],
      .login-page .returning-wrapper input[type="password"] {
        width: 300px;
      }

    .password-recovery-page .registration-form {
      width: 35%;
      margin: auto;
    }

    .registration-result-page .page-body {
      width: 35%;
      margin: auto;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
      text-align: left;
    }

    .registration-page .vat-note {
      margin-left: 275px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
      margin-left: 150px;
    }

    .customer-info-page .vat-status {
      display: inline-block;
    }

    /*** SHOPPING CART ***/

    .shopping-cart-page .cart-body,
    .checkout-page .cart-body,
    .order-details-page .sections {
      display: inline-block;
      width: 68%;
      margin-right: 1%;
    }

    .shopping-cart-page .cart-options {
      overflow: hidden;
    }

    .shopping-cart-page .cart-footer,
    .checkout-page .cart-footer,
    .order-details-page .section.totals {
      display: inline-block;
      float: right;
      width: 30%;
      margin-left: 1%;
    }

    .shopping-cart-page .checkout-attributes {
      float: left;
      max-width: 565px;
    }

      .shopping-cart-page .checkout-attributes li {
        margin: 5px 10px 5px 0;
      }

    .shopping-cart-page .selected-checkout-attributes {
      float: right;
      max-width: 395px;
      margin: 15px 0;
    }


    /*** CHECKOUT ***/


    .checkout-page .terms-of-service {
      text-align: center;
    }

    .payment-info .info {
      padding: 30px 15px;
    }

      .payment-info .info td:first-child {
        width: 265px !important;
        margin: 0 10px 0 0;
        text-align: right;
      }

      .payment-info .info td:only-child {
        width: 100% !important;
      }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
      text-align: left;
    }

    .opc .order-review-data ul {
      text-align: left;
    }


    /*** SEARCH & SITEMAP ***/


    .advanced-search .price-range {
      margin-left: 114px;
    }


    /*** BLOG & NEWS ***/

    .blog-page .post,
    .latest-blog-container .blog-item {
      width: 31%;
    }

    .news-list-page .news-item,
    .latest-news-container .news-item {
      width: 47%;
    }

    .news-list-homepage .news-items {
      overflow: hidden;
      text-align: left;
    }

    .news-list-homepage .news-item {
      float: left;
      width: 31.33333%;
      margin: 0 1% 30px;
    }

      .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both;
      }

      .news-list-homepage .news-item:only-child {
        float: none;
        width: auto;
        margin: 0 0 30px;
      }

    .news-list-homepage .news-body {
      text-align: justify;
    }


    /*** FORUM & PROFILE ***/


    .forum-breadcrumb {
      margin: -30px 0 30px;
    }

    .current-time {
      float: right;
    }

    .forum-search-box {
      float: left;
    }

      .forum-search-box .advanced {
        text-align: left;
      }

        .forum-search-box .advanced a {
          line-height: normal;
        }

    .forums-table-section td {
      min-width: 150px;
    }

      .forums-table-section td:first-child {
        min-width: 90px;
      }

    .forums-table-section .view-all {
      text-align: right;
    }

    .topic-actions .pager.upper {
      display: block;
      max-width: 400px;
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
      min-width: 225px;
    }

    .forum-table td {
      padding: 20px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
      width: 600px;
      height: 250px;
    }

    .private-message-send-page .bb-code-editor-wrapper {
      display: inline-block;
      width: 400px;
      margin: 10px 0;
      vertical-align: middle;
    }

    /*** THEME SHIPPING BUTTONS ***/

    .shipping-types-wrapper .shipping-type {
      width: 31%;
      margin: 0 1%;
    }
  }





  @media (min-width: 1200px) {

    .header-lower,
    .column-wrapper,
    .center-1 .page,
    .center-1 .order-progress,
    .home-page .topic-block,
    .home-page-category-grid,
    .home-page-product-grid,
    .latest-news-container,
    .latest-blog-container,
    .news-list-homepage,
    .home-page-polls,
    .footer .topic-block .topic-body-inner,
    .footer-lower,
    .shipping-types-wrapper,
    .homepage-banner {
      width: 1140px;
    }

    .footer-upper {
      padding: 50px calc(calc(100% - 1140px) / 2);
    }

    /*** THEME SHIPPING BUTTONS ***/

    .shipping-types-wrapper .shipping-type {
      width: 23%;
      margin: 0;
    }
  }





  @media all and (min-width: 1400px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content,
    .center-1 .page.home-page {
      width: 100%;
    }

    .header-lower,
    .column-wrapper,
    .center-1 .page,
    .center-1 .order-progress,
    .home-page .topic-block,
    .home-page-category-grid,
    .home-page-product-grid,
    .latest-news-container,
    .latest-blog-container,
    .news-list-homepage,
    .home-page-polls,
    .footer .topic-block .topic-body-inner,
    .footer-lower,
    .shipping-types-wrapper,
    .homepage-banner {
      width: 1320px;
    }

    .footer-upper {
      padding: 50px calc(calc(100% - 1320px) / 2);
    }

    .inputs.accept-consent label {
      width: auto;
    }

    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
      max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
      margin: 0 5px 0 0;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
      width: 100%;
    }

    .registration-page .vat-note {
      margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
      margin-left: 225px;
    }

    /*** SHOPPING CART ***/


    .cart-footer .cart-collaterals .deals {
      float: right;
      width: 100%;
    }

    .cart-footer .cart-collaterals .shipping {
      float: right;
      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%;
    }


  }

@media all and (min-width: 1600px) {

  .header-lower,
  .column-wrapper,
  .center-1 .page,
  .center-1 .order-progress,
  .home-page .topic-block,
  .home-page-category-grid,
  .home-page-product-grid,
  .latest-news-container,
  .latest-blog-container,
  .news-list-homepage,
  .home-page-polls,
  .footer .topic-block .topic-body-inner,
  .footer-lower,
  .shipping-types-wrapper,
  .homepage-banner {
    width: 1520px;
  }

  .footer-upper {
    padding: 50px calc(calc(100% - 1520px) / 2);
  }

}
