﻿@media all and (min-width: 721px) {
  /* GLOBAL TABLES */

  .downloadable-products-page .data-table col:first-child,
  .downloadable-products-page .data-table th:first-child,
  .downloadable-products-page .data-table td:first-child {
    display: none !important;
    /*hides counter*/
  }

  .return-request-page col:first-child,
  .return-request-page th:first-child,
  .return-request-page td:first-child {
    display: none !important;
    /*hides counter*/
  }

  /* LEFT/RIGHT COLUMN */
  /* CATEGORY PAGE & GRIDS */
  .manufacturer-grid .item-box,
  .vendor-grid .item-box {
    width: 32%;
    /*three per row*/
  }

  .manufacturer-grid .item-box:nth-child(2n + 1),
  .vendor-grid .item-box:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }

  .manufacturer-grid .item-box:nth-child(3n + 1),
  .vendor-grid .item-box:nth-child(3n + 1) {
    clear: both;
    margin-left: 0;
  }
  /* PRODUCT PAGE */

  .rental-attributes .attribute-item {
    display: inline-block;
    margin: 0 10px;
  }

  .rental-attributes .datepicker {
    width: 150px;
  }

  /* REVIEW PAGE */

  .product-reviews-page .buttons {
    border-top: 1px solid #eee;
    padding: 40px 0 0;
  }

  /* WISHLIST & COMPARE LIST */

  .wishlist-content button {
    display: inline-block;
    width: auto;
    min-width: 180px;
    margin: 5px;
    text-align: center;
  }

  .wishlist-content .update-wishlist-button {
    float: left;
  }

  .wishlist-content .wishlist-add-to-cart-button {
    float: right;
  }

  .wishlist-content .email-a-friend-wishlist-button {
    float: left;
  }

  /* TOPICS */
  /* CONTACT PAGES */

  .email-a-friend-page .buttons,
  .apply-vendor-page .buttons {
    padding: 40px 0 0;
  }

  .return-request-list-page .page-body,
  .price-match-requests-page .page-body {
    overflow: hidden;
  }

  .return-request-list-page .section,
  .price-match-requests-page .section {
    float: left;
    width: 49%;
    max-width: none;
    margin-left: 2%;
  }

  .return-request-list-page .section:nth-child(2n + 1),
  .price-match-requests-page .section:nth-child(2n + 1) {
    clear: both;
    margin-left: 0;
  }

  .return-request-list-page .section:only-child,
  .price-match-requests-page .section:only-child {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .check-gift-card-balance-page .inputs,
  .vendorinfo-page .inputs {
    float: none;
    width: 440px;
    margin-left: auto !important;
  }

  .check-gift-card-balance-page .buttons,
  .vendorinfo-page .buttons {
    border-top: 1px solid #eee;
    padding: 30px 0 0;
  }

  /* ORDER DETAILS & RETURN REQUEST */

  .order-review-data,
  .order-details-area,
  .shipment-details-area {
    display: table;
    width: 100%;
  }

  .order-review-data ul,
  .shipment-details-area ul {
    display: table-cell;
    width: 50%;
    outline: 10px solid #fff;
  }

  /* SEARCH & SITEMAP */
  /* BLOG & NEWS */

  .blog-page .blog-links {
    padding: 10px 5px;
  }

  .blog-page .tags,
  .blog-page .comments,
  .blogpost-page .tags {
    display: inline-block;
  }

  .blog-comment,
  .news-comment {
    overflow: hidden;
  }

  .comment-info {
    float: left;
    width: 20%;
    margin: 0;
  }

  .comment-content {
    float: right;
    width: 77%;
    text-align: left;
  }

  .new-comment .buttons {
    border-top: 1px solid #eee;
    padding: 40px 0 0;
  }

  .news-list-homepage .news-item {
    max-width: 700px;
  }

  /* FORUM & PROFILE */

  .topic-post {
    overflow: hidden;
  }

  .topic-post .post-info {
    float: left;
    width: 25%;
    margin: 0;
    text-align: center;
  }

  .topic-post .user-stats li {
    display: block;
  }

  .topic-post .post-content {
    float: right;
    width: 75%;
    text-align: left;
  }

  .topic-post .post-head {
    overflow: hidden;
  }

  .topic-post .post-time {
    display: block;
    float: left;
    margin: 0 0 0 20px;
  }

  .topic-post .post-actions {
    float: right;
    margin: 0 20px 0 0;
  }

  .topic-post .post-actions a {
    margin: 0 10px;
  }

  .topic-post .post-vote {
    margin: 25px 0 0;
    border-top: 1px solid #eee;
    padding: 20px 0 0;
  }

  .forum-edit-page .buttons,
  .move-topic-page .buttons,
  .private-message-send-page .buttons {
    border-top: 1px solid #eee;
    padding: 30px 0 0;
  }

  .forum-edit-page .buttons input,
  .move-topic-page .buttons input,
  .private-messages .buttons input {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0 5px;
  }

  .private-messages-page .buttons input {
    min-width: 180px;
    margin: 5px;
  }

  .private-message-view-page input.back-pm-button {
    display: block;
    min-width: 0;
    margin: 10px auto -10px;
    background: url("../img/forum-sprite.svg") -100px center no-repeat;
    padding: 0 0 0 35px;
    text-align: left;
  }

  .home-search .home-search-text-div {
    margin: 470px auto 70px auto;
    width: 67%;
  }

  .flex-beetween-720 {
    display: flex;
    justify-content: space-between;
  }

  .upcoming-events-item {
    position: relative;
    width: calc(33% - 15px);
    max-width: initial;
    margin: initial;
  }

  .dropdown-btn-div {
    margin: 70px 0;
  }

  .m-20-between-720 {
    margin: 0;
  }
}
