﻿/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 768px) {

  /* GLOBAL STYLES */

  .link-rss {
    display: block;
    float: right;
    margin: 5px 0 0;
  }


  /* NOTIFICATIONS & POPUPS */

  .bar-notification {
    padding: 14px 20px 14px 40px;
  }

    .bar-notification .content {
      font-size: 17px;
      line-height: 32px;
    }


  /* CATEGORY PAGE & GRIDS */

  .item-box .picture {
    backface-visibility: hidden;
  }

  .item-box .buttons {
    display: block;
  }


  .item-box .product-review-box {
    margin: 5px 0px;
  }

  .pager li {
    margin: 0 2px;
  }

  /* PRODUCT PAGE */

  .attributes-wrapper > div.product-prices-box,
  .attributes-wrapper > div.tier-prices {
    padding: 0;
  }
  
  .attribute-squares {
    text-align: center;
  }

    .attribute-squares li {
      margin: 0 10px 10px 0;
    }

  .attributes-wrapper > div.tier-prices {
    max-width: none;
  }

  /* REVIEW PAGE */

  .write-review-collapse {
    padding: 40px 60px;
  }

  /* REGISTRATION, LOGIN, MY ACCOUNT */

  .customer-info-page .page-body,
  .change-password-page .page-body,
  .check-gift-card-balance-page .page-body,
  .avatar-page .page-body,
  .address-edit-page .page-body,
  .vendorinfo-page .page-body,
  .form-style {
    padding: 50px 65px;
  }

  .login-page .external-authentication > * {
    margin: 30px -20px 0;
    width: calc(100% + 40px);
  }


  .account-page #Username,
  .registration-page #Username {
    max-width: calc(100% - 200px);
  }

  #check-availability-button {
    position: absolute;
    top: 30px;
    right: 0;
    left: auto;
    width: 190px;
    margin: 0;
    float: none;
    clear: none;
  }

  .address-list,
  .return-request-list-page .page-body {
    font-size: 0;
  }

  .request-item {
    margin: 25px 0 0 25px;
    text-align: center;
  }

  .checkout-page .address-grid .add-button:only-child {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto;
    float: none;
  }

  /* SHOPPING CART & CHECKOUT */

  .order-details-area > div,
  .shipment-details-area > div {
    width: calc(50% - 12.5px);
    margin-left: 25px;
  }

  .cart-collaterals > div:nth-child(2n+1) {
    margin-left: 0;
  }

  .shopping-cart-page .common-buttons {
    text-align: center;
  }

    .shopping-cart-page .common-buttons .continue-shopping-button {
      display: block;
      width: 517px;
      margin: 0 auto;
    }

    .shopping-cart-page .common-buttons button {
      display: inline-block;
      margin: 0 3.5px 7px;
    }

  .cart-options {
    text-align: right;
  }

    .cart-options .common-buttons input {
      margin: 0 0 0 10px;
    }

    .cart-options .checkout-attributes {
      padding: 40px;
    }

    .cart-options .attribute-squares {
      text-align: left;
    }


  .order-details-page .options,
  .order-details-page .tax-shipping-info {
    text-align: center;
  }

  .order-details-page .total-info {
    overflow: hidden;
  }

  .order-details-page .actions {
    text-align: center;
  }

    .order-details-page .actions input {
      min-width: 0;
    }

  .order-progress {
    overflow: hidden;
    padding-top: 10px;
    margin: -40px 0 50px;
  }

    .order-progress a {
      padding: 0 5px;
      margin-bottom: 40px;
      width: 120px;
      height: 70px;
    }

      .order-progress a span {
        position: absolute;
        display: block;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: #8c8c8c;
        font-weight: 700;
        text-transform: uppercase;
      }

    .order-progress .inactive-step span {
      color: #b7b7b7;
    }

    .order-progress .active-step.last a span {
      color: var(--bs-primary);
    }

    .order-progress .active-step.last a:before {
      font-size: 22px;
      width: 65px;
      height: 65px;
      line-height: 57px;
    }


  /* SEARCH & SITEMAP */

  .search-page .search-input form {
    margin: 0 -20px 40px;
    padding: 45px 0;
  }

  /* FORUM & PROFILE */


  .forum-name h1 {
    margin: 0 40px;
  }

  .forums-main-page .topic-block-title h2 {
    font-size: 30px;
  }

  .forums-table-section-title .link-rss {
    float: right;
    margin: 0;
  }

  .forums-table-section .view-all {
    text-align: center;
  }

  .forum-actions .pager.upper {
    display: block;
  }

  .topic-actions .actions a,
  .topic-actions .actions a.edit-topic-button {
    display: inline-block;
    width: auto;
    padding: 0 18px;
    margin: 0 2.5px;
  }

    .topic-actions .actions a:nth-child(2n) {
      margin-left: 3px;
    }


  .forum-topic-page .topic-options {
    float: left;
  }

  .topic-post .quote, .latest-posts .quote {
    padding: 15px 25px;
  }

  .forum-search-page .advanced-search {
    margin: 0 auto 30px;
    padding: 35px 30px 40px;
  }




  .private-message-view-page .message-head li {
    display: inline-block;
    margin-right: 20px;
  }

  .private-message-view-page .message-head span:after {
    content: "|";
    margin: 0 0 0 25px;
  }

  .private-message-view-page .message-head li:last-child span:after {
    content: none;
  }

  .private-message-view-page .buttons input {
    display: inline-block;
    margin: 0 5px;
    width: auto;
    width: 25%;
    max-width: 220px;
  }

  .profile-info-box {
    padding: 40px;
  }

  .profile-page .topic {
    padding: 33px 50px;
    overflow: hidden;
  }

  .profile-page .topic-title,
  .profile-page .topic-data {
    float: left;
    width: 22%;
    clear: both;
  }

  .profile-page .topic-body {
    margin-left: 24%;
  }

  .item-box > .product-item .gross-weight {
    background: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    color: #908C8C;
    font-weight: 400;
    height: 30px;
    left: calc(100% - 55px);
    line-height: 28px;
    min-width: 45px;
    position: absolute;
    font-size: 12px;
    bottom: 15px;
    text-align: center;
  }

  .product-details-info .column-1 {
    float: left;
  }

  /*CART*/

  .cart-panel {
    padding: 15px 15px 10px;
  }

  .address-modal {
    max-width: 600px;
    padding: 1.5rem 0;
  }
  .mh-md-100-px {
    min-height: 100px;
  }

  .actions li .action-date {
    width: 70px !important;
    padding-top: 4px !important;
  }
}
