﻿
@media all and (min-width: 1001px) {
  /*** GLOBAL STYLES ***/
  html.html-login-page .master-wrapper-content .page-body {
    max-width: 1000px !important;
  }

  html:not(.html-home-page):not(.html-category-page):not(.html-account-page):not(.html-product-details-page) .master-wrapper-content .page-body,
  {
    margin: auto;
    width: 90%;
    max-width: 1500px;
  }

  .center-2 .page-body {
    width: 100% !important;
  }

  html.html-order-details-page .master-wrapper-content .page-body,
  html.html-apply-vendor-page .master-wrapper-content .page-body,
  html.html-contact-page .master-wrapper-content .page-body {
    max-width: 780px !important;
    background: #fff;
    padding: 30px;
  }

  html.html-checkout-page .master-wrapper-content .page-body {
    max-width: 780px !important;
    background: #fff;
    padding: 30px;
  }

  html.html-news-list-page .master-wrapper-content .side-2,
  html.html-news-item-page .master-wrapper-content .side-2,
  html.html-blog-page .master-wrapper-content .side-2,
  html.html-blogpost-page .master-wrapper-content .side-2,
  html.html-search-page .master-wrapper-content .side-2,
  html.html-product-tag-page .master-wrapper-content .side-2,
  html.html-product-tags-all-page .master-wrapper-content .side-2,
  html.html-recently-viewed-products-page .master-wrapper-content .side-2 {
  }
  .home-page .page-body > *:not(.slider-grid) {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .carousel-grid.carousel-product {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .store-search-box.show {
    width: 90%;
    max-width: 1500px;
  }
  .center-2 {
    float: left;
    width: 73%;
  }

  .side-2 {
    float: right;
    width: 25%;
  }

  .page {
    text-align: right;
  }

  .inputs {
    text-align: right;
  }

    .inputs label {
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    select.address-select,
    .inputs select {
      min-height: 40px;
    }

    .inputs .option-list li {
      margin: 0 0 0 10px;
    }

  .center-1 .buttons {
    text-align: center;
  }

  .center-2 .inputs label {
    width: 136px;
  }

  .inputs.accept-consent label {
    width: auto;
  }

  .page-title a + h1 {
    float: right;
  }

  .link-rss {
    display: block;
    float: left;
    margin: 6px 0 0;
  }


  /*** GLOBAL TABLES ***/


  .cart tr {
    width: auto;
    margin: 0;
  }

  .cart label {
    display: none;
  }

  .order-details-page .data-table tr {
    width: auto;
    margin: 0;
  }

  .order-details-page .data-table label {
    display: none;
  }


  /*** HEADER ***/




  /*** NAVIGATION ***/


  .header-menu {
    /*position: relative;*/
    z-index: 5;
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
  }

  .menu-toggle,
  .sublist-toggle {
    display: none;
  }

  .header-menu > ul {
    display: block !important; /* prevents toggle display:none on resize */
    font-size: 0;
  }

    .header-menu > ul.mobile {
      display: none !important;
    }

    .header-menu > ul > li {
      display: inline-block;
      padding: 0 10px;
      vertical-align: middle;
    }

      .header-menu > ul > li:first-child {
        border-right: none;
      }

      .header-menu > ul > li > a {
        display: block;
        padding: 5px 10px;
        line-height: 20px;
        font-size: 17px; /*reset zeroing*/
        color: #555;
        cursor: pointer;
      }

        .header-menu > ul > li > a:hover,
        .header-menu > ul > li > a:focus {
          color: var(--primary-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: right;
  }

    .header-menu .sublist li {
      position: relative;
    }

      .header-menu .sublist li a {
        display: block;
        position: relative;
        padding: 15px 15px 0;
        font-size: 14px;
        color: #444;
      }

  .header-menu ul li:hover > .sublist,
  .header-menu ul li:focus > .sublist {
    display: block;
  }

  .header-menu .sublist .sublist {
    position: relative;
    box-shadow: none;
  }


  /*** FOOTER ***/

  .footer-logo {
    padding-bottom: 20px;
  }

  .footer-upper {
    padding: 35px 10px;
  }

  .footer-block {
    float: none;
    width: 20%;
    margin: 0;
  }

    .footer-block .list {
      margin: 0;
    }

  .follow-us {
    float: none;
    width: 50%;
    margin: 0;
    text-align: left;
  }

    .follow-us .social li {
      margin: 0 25px 0 0;
    }

  .newsletter-email {
    display: block;
  }

    .newsletter-email input[type="text"] {
      width: 200px;
    }

    .newsletter-email .newsletter-subscribe-button {
      min-width: 120px;
      padding: 0 5px;
    }

  .newsletter-validation .field-validation-valid {
    text-align: right;
  }

  .footer-lower,
  .footer-bottom {
    position: relative;
    width: 980px;
    padding: 15px 5px;
  }

    .footer-lower:after {
      content: "";
      display: block;
      clear: both;
    }

  .footer-info {
    float: none;
    line-height: 32px;
  }

  .footer-powered-by {
    float: none;
    margin: 0;
    line-height: 32px;
  }

  .theme-selector {
    float: right;
    margin: 0 15px 0 0;
  }

  /*** login page ***/
  .login-page .customer-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .login-page .customer-blocks > .returning-wrapper {
      order: 0;
    }

    .login-page .customer-blocks > div {
      order: 1;
    }
  /*** COLUMN ***/
  .product-filter .filter-title {
  }

  .block {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

    .block .title {
      margin: 0;
      border-bottom: 1px solid #ddd;
      background: none;
      cursor: auto;
    }

      .block .title strong {
        font-weight: bold;
      }

    .block .listbox {
      display: block;
      border-bottom: none;
    }

    .block a.product-picture {
      display: inline-block;
      position: relative;
      width: 30%;
      margin: 0 -15px 0 0;
      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: 0 0 10px;
    margin-top: 14px;
    margin-inline: auto;
    max-width: 1500px;
  }

  .item-box .buttons {
    text-align: right;
  }

  .home-page .product-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),
    .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),
    .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: right;
    width: 60%;
  }

  .picture-gallery .picture {
    width: auto;
  }

  .video-gallery {
    float: right;
    width: auto;
  }

  .overview {
    float: left;
    width: calc(40% - 20px);
    padding: 20px;
    background: #fff;
  }

  .rental-attributes {
    overflow: hidden;
  }

    .rental-attributes .attribute-item {
      float: right;
      margin: 0 0 0 20px;
    }

    .rental-attributes .datepicker {
      width: 160px;
      text-align: right;
    }

  .attribute-squares li {
    margin: 10px 0 10px 10px;
  }

  .product-details-page .title {
    text-align: right;
  }


  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    max-width: 850px;
  }

  .write-review .review-rating div.name-description {
    width: 265px;
    margin: 0 0 0 5px;
    text-align: left
  }

  .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 20px 0 0;
  }


  /*** WISHLIST & COMPARE LIST ***/

  .compare-products-page .page-title {
    margin: 0 0 -1px;
  }

  .compare-products-page .clear-list {
    position: absolute;
    top: -2px;
    left: 0;
  }

  .compare-products-table .full-description td {
    display: table-cell;
  }

    .compare-products-table .full-description td p {
      margin-top: 0;
    }


  /*** TOPICS ***/


  .center-1 .topic-block-title {
    text-align: center;
  }

  .topic-page p {
    text-align: justify;
  }


  /*** REGISTRATION, LOGIN, ACCOUNT ***/


  .gender span {
    margin: 0 0 0 10px;
  }

    .gender span > * {
      margin: 0 0 0 5px;
    }

  .date-of-birth select + select {
    margin: 0 11px 0 0;
  }

  #check-availability-button {
    display: block;
    margin: 10px auto;
  }

  .login-page .customer-blocks {
    overflow: hidden;
  }

  .login-page .new-wrapper {
    float: right;
    width: 49%;
    margin: 0;
  }

    .login-page .new-wrapper .text {
      min-height: 200px;
    }

  .login-page .returning-wrapper {
    float: left;
    width: 49%;
  }

    .login-page .returning-wrapper .form-fields {
      min-height: 200px;
    }

    .login-page .returning-wrapper .inputs label {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 400;
      color: var(--black);
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
    }

  .address-list-page .section,
  .order-list-page .section,
  .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 0px;
  }

  .address-list-page .buttons,
  .order-list-page .buttons {
  }

  .avatar-page .message-error,
  .avatar-page .buttons {
    text-align: right;
  }

  .registration-page .vat-note {
    margin-right: 275px;
  }

  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-right: 150px;
  }

  .customer-info-page .vat-status {
    display: inline-block;
  }

  /*** SHOPPING CART ***/


  .shopping-cart-page .cart-options {
    overflow: hidden;
  }

  .shopping-cart-page .checkout-attributes {
    float: right;
    margin: -30px 0 15px;
  }

    .shopping-cart-page .checkout-attributes li {
      margin: 5px 0 5px 10px;
    }

  .shopping-cart-page .selected-checkout-attributes {
    float: left;
    max-width: 395px;
    margin: 15px 0;
  }

  .shopping-cart-page .order-summary-content .table-wrapper .cart tbody tr:nth-child(even) td {
    background: #F5F5F5;
  }

  /*** CHECKOUT ***/


  .order-progress {
    margin: 0px 0 0px;
  }

  .checkout-page .address-item {
    width: 47%;
  }

  .checkout-page .terms-of-service {
    text-align: center;
  }

  .payment-info .info {
    padding: 30px 15px;
    margin-bottom: 20px;
  }

    .payment-info .info td:first-child {
      width: 265px !important;
      margin: 0 0 0 10px;
      text-align: left;
    }

    .payment-info .info td:only-child {
      width: 100% !important;
    }

  .order-review-data .title,
  .order-details-area .title,
  .shipment-details-area .title {
    text-align: right;
  }

  .opc .order-review-data ul {
    text-align: right;
  }


  /*** SEARCH & SITEMAP ***/


  .advanced-search .price-range {
    margin-right: 114px;
  }


  /*** BLOG & NEWS ***/


  .comment-list {
    margin: 0 0 50px;
  }

  .news-list-homepage .news-items {
    overflow: hidden;
    text-align: right;
  }

  .news-list-homepage .news-item {
    float: right;
    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-head {
    text-align: center;
  }

  .news-list-homepage .news-body {
    text-align: justify;
  }


  /*** FORUM & PROFILE ***/


  .forum-breadcrumb {
    margin: -30px 0 30px;
  }

  .current-time {
    float: left;
  }

  .forum-search-box {
    float: right;
  }

    .forum-search-box .advanced {
      text-align: right;
    }

      .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: left;
  }

  .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;
  }

  .container {
    max-width: 992px;
    /* Adjust maximum width for medium devices */
  }


  .side-2 .block {
    margin-bottom: 6px;
  }

    .side-2 .block:last-child {
      margin-bottom: 0;
    }

  .side-2 .sidebar-toggle {
    display: none;
  }

  .side-2 .close-sidebar {
    display: none;
  }

  .footer .footer-newsletter-wrapper .footer-newsletter {
    flex-direction: row;
  }

    .footer .footer-newsletter-wrapper .footer-newsletter .news-letter {
      display: block;
    }

  .product-details-page .product-essential .overview {
    position: sticky;
    top: 0;
    margin-bottom: 100px;
  }


  .shopping-cart-page .order-summary-content .table-wrapper {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
    border: 1px solid #e0e0e0;
  }



  table.cart colgroup .table-info {
    display: none;
  }

  table.cart > thead th, table.cart > tbody td {
    text-align: center;
    font-size: 14px;
  }

    table.cart > thead th.table-info, table.cart > tbody td.table-info {
      display: none;
    }

    table.cart > thead th.product, table.cart > tbody td.product {
      text-align: right;
    }

  table.cart tbody td {
    border-top: 1px solid #E7E7E7;
  }

  .html-category-page .sub-category-grid .item-grid .item-box {
    width: calc(20% - 6px);
    margin-bottom: 10px;
  }

  .center-2 .page-title {
    margin-bottom: 10px;
  }
}
