﻿/*=====================================================

    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {
  /* GLOBAL STYLES */
  /* GLOBAL FORMS */
  /* 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,
  .return-request-page col:first-child,
  .return-request-page th:first-child,
  .return-request-page td:first-child {
    display: none !important;
    /*hides counter*/
  }

  /* NOTIFICATIONS & POPUPS */

  .ui-dialog {
    width: 400px !important;
  }

  /* HEADER */
  /* HEADER MENU */
  /* HOMEPAGE CAROUSELS */
  /* FOOTER */
  /* LEFT/RIGHT COLUMN */

  .block:nth-of-type(2n+1) {
    clear: none;
  }

  .block:nth-of-type(3n+1) {
    clear: both;
  }

  /* CATEGORY PAGE & GRIDS */
  .product-selectors:after {
    content: none;
  }

  .category-page .product-selectors {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-selectors {
    text-align: left;
  }

    .product-selectors > div {
      margin: 0 20px;
    }

    .product-selectors .product-viewmode {
      display: inline-block;
    }

      .product-selectors .product-viewmode span {
        display: none;
        vertical-align: middle;
      }

      .product-selectors .product-viewmode a {
        display: inline-block;
        width: 18px;
        height: 16px;
        margin: 0 8px 0 0;
        background-color: #777;
        background-image: url('../img/viewmode-sprite.png');
        background-position: center top;
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
      }

        .product-selectors .product-viewmode a.grid {
          background-position: 0 center;
        }

        .product-selectors .product-viewmode a.list {
          background-position: -18px center;
        }

        .product-selectors .product-viewmode a.selected {
          background-color: #121346;
        }

    .product-selectors .product-page-size {
      float: right;
      margin: 0;
    }

  .item-box {
    width: 32%;
    /*three per row*/
  }

    .item-box:nth-child(2n+1) {
      clear: none;
      /*revert the second item*/
      margin-left: 2%;
      /*revert the second item*/
    }

    .item-box:nth-child(3n+1) {
      clear: both;
      margin-left: 0;
    }

    .item-box .buttons {
      text-align: left;
    }

  .intelisale-default-slider .item-box-purchased {
    width: 100% !important;
  }

  .product-list .item-grid {
    margin: 0;
  }

  .product-list .item-box {
    float: none;
    width: auto;
    margin: 0;
  }

    .product-list .item-box:not(:first-child) {
      border-top: none;
    }

    .product-list .item-box:nth-child(3n+1) {
      clear: none;
      margin-left: 0;
    }

  .product-list .product-item:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-list .item-box .ribbon-wrapper {
    width: 100px;
  }

  .product-list .product-rating-box {
    display: none;
  }

  .product-list-view-header .add-info {
    width: 150px;
    margin-right: 20px;
    text-align: right;
  }

  .product-list .item-box .product-item .product-availability-sign {
    right: 0;
    left: initial;
  }

  .product-list-view-header #product-list-view-cartbtn {
    text-align: right;
  }

  .products-wrapper .product-list-view-header .item-box .sku {
    text-align: left;
  }

  .product-list .attribute-squares-wrapper {
    display: none;
  }

  .product-list .item-box .picture {
    width: 100px;
    text-align: left;
    margin: 0;
  }

  .product-list .item-box .ribbon-wrapper .picture {
    width: 100%;
    margin: 0;
  }

  .product-list .item-box .details {
    margin-left: 5px;
    padding: 5px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    align-items: center;
  }

  .product-list .item-box .sku {
    width: 25%;
    text-align: center;
  }

  .product-list .item-box .title-description-container {
    width: 30%;
    margin-right: 5px;
    margin-left: 10px;
  }

  .product-list .item-box .product-title {
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .product-list .item-box .prices,
  .product-list .item-box .prices span {
    padding: 0;
  }

    .product-list .item-box .prices span {
      padding: 0;
      text-align: left;
      align-items: end;
      justify-content: flex-end;
      display: flex !important;
    }

  .product-list .item-box .buttons-upper {
    display: none;
    height: 45px;
    padding: 4px 0;
    background-color: transparent;
  }

    .product-list .item-box .buttons-upper input[type="button"] {
      width: 37px;
      height: 37px;
      margin: 0 2px;
      border: 1px solid #e9e9e9;
    }

  .product-list .item-box input.add-to-compare-list-button {
    background-position: 13px;
  }

  .product-list .item-box input.add-to-wishlist-button {
    background-position: 0 0;
  }

  .product-list .item-box .buttons-lower {
    width: 200px;
  }

  .product-list .item-box .add-info.item-value {
    width: 150px;
    margin-right: 20px;
  }

  .product-list .item-box .attribute-squares {
    text-align: left;
  }

    .product-list .item-box .attribute-squares li {
      margin: 4px 8px 4px 0;
    }

  /* PRODUCT PAGE */

  .product-essential {
    padding: 30px 20px;
  }

  .gallery {
    float: left;
    width: 48%;
    margin: 0 0 -10px;
  }

    .gallery .picture {
      width: auto;
    }

    .gallery .picture-thumbs {
      text-align: left;
    }

    .gallery .thumb-item {
      width: 18%;
      margin: 0 1% 10px;
    }

  .overview {
    float: right;
    width: 49%;
    margin: 0 0 -10px;
    text-align: left;
  }

  .product-reviews-overview > div {
    float: left;
  }

  .product-review-box {
    margin: 3px 12px 0 0;
  }

  .overview .prices > div,
  .variant-overview .prices > div {
    display: inline-block;
    margin: 0 5px 5px 0;
  }

  .discounted-price label {
    display: none;
    vertical-align: baseline;
    font-size: 14px;
  }

  .discounted-price span {
    vertical-align: baseline;
  }

  div.rental-price {
    display: block !important;
  }

  .overview-bottom {
    clear: both;
    margin: 0;
  }

    .overview-bottom:after {
      content: "";
      display: block;
      clear: both;
    }

  .product-social-buttons {
    position: relative;
    bottom: -30px;
    float: left;
    height: 54px;
    margin: 0;
    padding: 10px 0 0;
  }

    .product-social-buttons label,
    .product-social-buttons ul {
      height: 24px;
      line-height: 24px;
      vertical-align: middle;
    }

    .product-social-buttons label {
      display: inline-block;
    }

  .overview-bottom .delivery,
  .variant-overview .delivery {
    position: relative;
    right: -20px;
    bottom: -30px;
    float: right;
    height: 54px;
    margin: 0;
    padding: 10px 20px 10px 5px;
  }

    .overview-bottom .delivery:before,
    .variant-overview .delivery:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: -40px;
      border-width: 27px 20px;
      border-style: dashed solid solid dashed;
      border-color: transparent #f9f9f9 #f9f9f9 transparent;
    }

    .overview-bottom .delivery > div,
    .variant-overview .delivery > div {
      margin: 8px;
    }

  .group-product .overview-buttons {
    margin: 0;
    vertical-align: middle;
  }

  .group-product .product-social-buttons {
    position: static;
    float: none;
    height: auto;
    padding: 10px 0;
  }

    .group-product .product-social-buttons ul {
      float: none;
    }

  .tier-prices .prices-table {
    display: table;
    width: 100%;
    border: none;
    border-collapse: collapse;
  }

  .tier-prices .prices-row {
    display: table-row;
    float: none;
    width: auto;
    border-top: 1px solid #e9e9e9;
  }

    .tier-prices .prices-row:first-child {
      border-top: none;
    }

    .tier-prices .prices-row > div {
      display: table-cell;
      border: none !important;
    }

  .tier-prices .field-header {
    min-width: 100px;
  }

  .product-specs-box .data-table td {
    width: auto;
    border-left: none;
    text-align: left;
  }

  .product-variant-line {
    padding: 30px 20px;
  }

  .variant-picture {
    float: left;
    margin: 0;
  }
  /*.variant-picture+.variant-overview {
		width: auto;
		margin: 0 0 0 340px;
	}*/
  .variant-overview {
    text-align: left;
  }

    .variant-overview .see-all-product-details-btn,
    .variant-overview .add-to-wishlist,
    .variant-overview .compare-products,
    .variant-overview .email-a-friend {
      margin: 0 3px;
    }

  .attribute-item {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .rental-attributes dt {
    min-width: 75px;
  }

  .rental-attributes .datepicker {
    width: 120px;
    text-align: left;
  }

  .attribute-squares {
    margin: 0 0 -10px;
    text-align: left;
  }

    .attribute-squares li {
      margin: 5px 10px 5px 0;
    }

  .ui-tabs .ui-tabs-nav li {
    display: inline-block;
    border: none;
  }

    .ui-tabs .ui-tabs-nav li a {
      padding: 12px 22px;
    }

      .ui-tabs .ui-tabs-nav li a:after {
        bottom: 0;
      }

  /* REVIEW PAGE */

  .product-reviews-page .page-body {
    text-align: left;
  }

  .ui-tabs .product-review-item {
    padding: 30px;
  }

  .product-review-item .review-info {
    float: left;
  }

  .product-review-helpfulness {
    float: right;
  }

  .write-review form {
    padding: 30px 60px;
  }

  .write-review .message-error {
    padding: 0;
  }

  /* WISHLIST & COMPARE LIST */

  .compare-products-table-mobile img {
    max-width: 150px;
  }

  /* TOPICS */

  .topic-password {
    padding: 30px 60px;
  }

  /* CONTACT PAGE & EMAILaFRIEND */

  .contact-page .page-body,
  .email-a-friend-page .page-body,
  .apply-vendor-page .page-body {
    text-align: left;
  }

  .contact-page form,
  .email-a-friend-page form,
  .apply-vendor-page form,
  .contact-page .result,
  .email-a-friend-page .result,
  .apply-vendor-page .result {
    padding: 30px 60px;
  }

  /* REGISTRATION, LOGIN, MY ACCOUNT */

  .registration-page .form-fields,
  .login-page .inner-wrapper,
  .external-authentication,
  .password-recovery-page .page-body,
  .registration-page .message-error,
  .account-page .message-error {
    padding: 30px 60px;
  }

  .account-page .fieldset .title,
  .account-page .section .title {
    padding: 40px 60px 0;
  }

  .account-page .form-fields,
  .account-page .buttons,
  .account-page .add-button,
  .account-page .edit-address,
  .account-page ul.info,
  .account-page ul.details,
  .account-page .description,
  .reward-points-overview,
  .account-page .no-data {
    padding: 30px 60px;
  }

  .account-page .table-wrapper {
    padding: 0 60px;
  }

  .account-page .address-item,
  .account-page .order-item {
    float: left;
    width: 50%;
    border-width: 0;
  }

    .account-page .address-item:nth-child(2n+1),
    .account-page .order-item:nth-child(2n+1) {
      clear: both;
    }

  .account-page .add-button {
    clear: both;
  }

  /* SHOPPING CART & CHECKOUT */

  .cart-options {
    text-align: right;
  }

  .common-buttons .update-cart-button,
  .common-buttons .continue-shopping-button {
    max-width: none;
    min-width: 230px;
  }

  .cart-footer .cart-collaterals {
    float: left;
    width: 52%;
  }

  .cart-footer .totals {
    float: right;
    width: 45%;
  }

  .cart-collaterals .accordion-tab-title {
    text-align: left;
  }

  .cart-collaterals .estimate-shipping-button {
    width: auto;
    min-width: 220px;
  }

  .cart-collaterals .checkout-attributes {
    text-align: left;
  }

    .cart-collaterals .checkout-attributes .attribute-squares li {
      margin: 5px 10px 5px 0;
    }

  .checkout-page .address-grid,
  .checkout-page .enter-address,
  .checkout-page .ship-to-same-address,
  .checkout-page .pickup-in-store {
    padding: 30px 60px;
  }

  .checkout-page .address-item {
    float: left;
    width: 45%;
    margin: 5% 0 0 10%;
    text-align: left;
  }

    .checkout-page .address-item:nth-child(2n+1) {
      clear: both;
      margin-left: 0;
    }

    .checkout-page .address-item:nth-child(-n+2) {
      margin-top: 0;
    }

    .checkout-page .address-item:only-child {
      float: none;
      width: auto;
      margin: auto;
      text-align: center;
    }

  .order-review-data ul,
  .order-details-area ul,
  .shipment-details-area ul {
    float: left;
    width: 48%;
    margin: 0 0 0 4%;
    text-align: left;
  }

    .order-review-data ul:first-child,
    .order-details-area ul:first-child,
    .shipment-details-area ul:first-child {
      margin: 0;
    }

  .order-details-page .page-title h1 {
    float: left;
    margin: 0;
  }

  .order-details-page .page-title a {
    float: right;
    margin: -8px 5px 0;
  }

  .order-details-page .order-overview {
    text-align: left;
  }

  .order-details-page .order-info span {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }

  .order-details-page .options {
    text-align: right;
  }

  .order-details-page .actions input {
    margin: 0 0 0 10px;
  }

  .order-details-page .totals {
    width: 45%;
    margin-left: auto;
  }

  .return-request-page .fieldset .form-fields,
  .opc .step {
    padding: 30px 60px;
  }

  .opc .step,
  .opc div.buttons,
  .opc .pickup-in-store,
  .opc .ship-to-same-address {
    text-align: left;
  }

  #opc-confirm_order .totals {
    float: none;
    width: auto;
  }

  #opc-confirm_order div.buttons {
    text-align: center;
  }

  /* SEARCH & SITEMAP */
  /* BLOG & NEWS */

  .blog-page .post,
  .news-items .news-item,
  .blogpost-page .post,
  .news-item-page .news-item,
  .comment-list .comment,
  .new-comment .form-fields {
    padding: 30px 50px;
  }

  .post-head ~ *,
  .news-head ~ * {
    display: block;
  }

  .blog-page .tags {
    float: left;
  }

    .blog-page .tags label,
    .blogpost-page .tags label {
      float: left;
      margin: 0 10px 0 0;
      line-height: 32px;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
      float: left;
      text-align: left;
    }

    .blog-page .tags ul {
      max-width: 400px;
    }

  .blog-posts .buttons {
    float: right;
    text-align: right;
  }

  .blog-posts .read-more,
  .blog-posts .read-comments {
    padding: 0;
  }

  .comment-info {
    float: left;
    margin: 0;
  }

    .comment-info + .comment-content {
      margin: 0 0 0 185px;
    }

  .comment-content {
    text-align: left;
  }

  .new-comment input[type="text"] {
    width: 400px;
  }

  .new-comment textarea {
    width: 600px;
  }

  .news-list-homepage .news-items {
    overflow: hidden;
  }

  .news-list-homepage .news-item {
    float: left;
    width: 49%;
    margin: 0 0 20px 2%;
    padding: 30px;
    text-align: left;
  }

    .news-list-homepage .news-item:nth-child(2n+1) {
      clear: both;
      margin-left: 0;
    }

  .news-list-homepage .news-body {
    height: 120px;
    overflow: hidden;
  }

  .news-list-homepage .buttons {
    text-align: left;
  }

  .news-list-homepage .view-all {
    margin-top: 10px;
  }

  /* FORUM & PROFILE */

  .topic-post {
    overflow: hidden;
    text-align: left;
  }

    .topic-post .post-info {
      float: left;
      width: 23%;
      margin: 0;
    }

    .topic-post .user-info {
      width: auto;
    }

    .topic-post .user-stats li {
      display: block;
      margin: 0;
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
      margin: 0 0 0 -9px;
    }

    .topic-post .post-content {
      float: right;
      width: 77%;
    }

    .topic-post .post-head:after {
      content: "";
      display: block;
      clear: both;
    }

    .topic-post .post-time {
      float: left;
      margin: 0;
      line-height: 34px;
      /*1px less, because of italic font*/
    }

      .topic-post .post-time label {
        display: none;
      }

    .topic-post .post-actions {
      float: right;
      margin: 0;
    }

      .topic-post .post-actions > div {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
      }

      .topic-post .post-actions a {
        margin: 0;
        line-height: 20px;
      }

      .topic-post .post-actions .manage-post a {
        margin: 0 5px;
        box-shadow: none;
      }

        .topic-post .post-actions .manage-post a:hover {
          background-color: #f74258;
        }

      .topic-post .post-actions .post-link-button {
        margin: 0 0 0 10px;
        border-left: 1px solid #ddd;
        text-align: center;
      }

      .topic-post .post-actions .quote-post a {
        min-width: 70px;
      }

  .forum-edit-page .form-fields,
  .move-topic-page .form-fields,
  .private-message-send-page .form-fields,
  .private-message-view-page .view-message {
    padding: 30px 60px;
  }

  .private-message-view-page .back-pm-button {
    float: right;
  }

  .profile-page .topic-body {
    padding: 0 30px;
  }

  /* FOOTER */

  .newsletter-email .newsletter-subscribe-text {
    width: 400px;
  }

  /* HOME PRODUCTS GRID */

  .order-details-area ul.checkout-order-note {
    width: 100%;
    float: none;
  }

  .product-details-page.group-product .product-table-cart-th .add-to-cart span.price-unit {
    padding-left: 30px;
  }
}

@media all and (max-width: 769px) {
  /* NOP-419; NOP-421 */

  .ajaxCart {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0 !important;
    max-width: 90vw !important;
    margin: 0 auto !important;
  }

  .overview .add-to-cart-button,
  .variant-overview .add-to-cart-button {
    padding: 0 15px 0 48px;
  }

  .productAddedToCartWindowSummary {
    padding: 15px 0 !important;
  }

  .variant-overview .see-all-product-details-btn,
  .variant-overview .add-to-wishlist,
  .variant-overview .compare-products,
  .variant-overview .email-a-friend {
    margin: 0 3px;
  }

  .variant-overview .see-all-product-details-btn {
    width: 110px;
    padding: 6px;
    font-size: 10px;
  }

  #productGroupedTable_wrapper .overview .add-to-wishlist-button,
  .variant-overview .add-to-wishlist-button,
  .variant-overview .add-to-compare-list-button,
  .variant-overview .email-a-friend-button {
    width: 40px;
    height: 40px;
  }

  .variant-overview #product-price-container,
  .variant-overview .product-documents,
  .variant-overview .time-and-price-delivery {
    display: inline-flex;
  }

    .variant-overview .time-and-price-delivery .info {
      display: initial;
    }

  .variant-overview .delivery-info span.delivery-text,
  .variant-overview .shipping-info span.shipping-text,
  .variant-overview .pick-n-go-btn .pick-n-go-btn-title {
    font-size: 12px;
  }

  .login-page .title {
    font-size: 12px !important;
  }

  .product-list .product-list-view-header {
    display: none;
  }

  .product-details-videos {
    max-width: 440px;
  }

  .product-list .item-box .ribbon-wrapper {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 0;
  }

    .product-list .item-box .ribbon-wrapper .picture {
      width: 100%;
      margin-right: 2%;
      margin-bottom: 0;
    }

  .product-specs-box .spec-wrap .half-width {
    width: 100%;
  }

  .carousel-wrapper::before,
  .carousel-wrapper::after {
    content: none;
  }

  .carousel-wrapper .owl-prev,
  .carousel-wrapper .owl-next {
      display: block!important;
  }

  body .intelisale-slider .owl-arrows-right {
      right: -35px;
      width: 35px;
      height: 15px;
  }

  body .intelisale-slider .owl-arrows-left {
    left: -50px;
    width: 35px;
    height: 15px;
  }
}