
@media all and (min-width: 1367px) {
  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    max-width: 1050px;
  }

  .write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
    /*    min-width: 375px;*/
  }


  /*** FORUM & PROFILE ***/


  .forum-actions .pager,
  .topic-actions .pager {
    max-width: 600px !important;
  }

  .topic-post .post-text {
    width: 930px;
    max-width: 100%;
  }
}

@media all and (max-width: 1230px) and (min-width: 1025px) {
  .sec-level {
    top: 100% !important;
    left: 0 !important;
  }

  .open-sub > .cat::after {
    transform: scale(0.9) rotate(-90deg) !important;
  }

  .open-sub:hover > .cat::after {
    transform: scale(0.9) rotate(0deg) !important;
  }

  .open-sub > .cat {
    border: none;
  }
}

@media all and (min-width: 1201px) {
  .vision-section img {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
  }
}

@media all and (min-width: 1025px) {
  .none1025 {
    display: none !important;
  }

  .top-menu.mobile {
    display: none !important;
  }


  .top-menu {
    column-gap: 60px;
    justify-content: center;
  }

  .product-item:hover .item-cart-btn {
    visibility: visible;
    opacity: 1;
    bottom: 12px;
  }

  .seasonal-banner a:hover:before {
    opacity: 1;
  }

  .item-box-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s ease-in-out;
  }

  .product-item:hover .item-box-hidden {
    transition: max-height 1.5s ease-in-out;
    max-height: 500px;
  }

  /*  .desktop-menu {
    column-gap: 36px;
  }*/



  .first-line > a,
  .first-line > button {
    font-family: 'Tinos', Arial;
    display: block;
    padding: 15px 0;
    line-height: 24px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
  }

    .first-line > a.blue {
      color: #02317B;
    }
    /*
    .main-menu li a.first-cat {
        text-decoration: underline;
    }

    ul.sec-level {
        margin-top: 8px;
    }

  .first-level li > a.cat {
    font-weight: 500;
  }*/

    .first-line > a:after,
    .first-line > button:after {
      content: '';
      position: absolute;
      background: #000000;
      height: 2px;
      width: 0;
      bottom: 0;
      left: 0;
      transition: 0.3s ease-in-out;
    }

    .first-line a:hover:after,
    .first-line > button:hover:after,
    .first-line.active > button:after {
      width: 100%;
    }

  .main-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    background-color: #FFFFFF;
    transition: visibility .4s ease-in-out, height .4s ease-in-out;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 1px solid #D8D8D8;
    padding: 0 10.5%;
    padding: 8px 10.5% 20px;
    overflow: hidden;
    height: 0;
  }

    .main-menu.active-menu {
      visibility: visible;
      opacity: 1;
      height: calc(100vh - 150px);
      overflow-y: auto;
    }

  .menu-height {
    /* overflow-y: auto;*/
    height: 100%;
    /*max-height: 500px;*/
  }

  .main-menu.active-menu::-webkit-scrollbar {
    width: 4px;
    height: 100%;
  }

  .main-menu.active-menu::-webkit-scrollbar-track {
    background: #fff;
  }

  .main-menu.active-menu::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
    border-radius: 25px;
    border: 2px solid #D8D8D8;
  }

  .main-menu:after {
    background-color: rgba(37, 40, 42, 0.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }


  .first-li-cat:hover .main-menu {
    visibility: visible;
    opacity: 1;
  }

  /*  .first-level {
    max-width: 115px;
  }*/

  .open-sub {
    position: relative;
    width: fit-content;
  }

  .sec-level {
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    row-gap: 5px
  }

  .open-sub > .cat {
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #fff;
  }

  .open-sub:hover > .cat {
    border-color: #D8D8D8;
  }

  .open-sub > .cat::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url(../imgs/arrow.svg) no-repeat center;
    transform: scale(0.9) rotate(0deg);
    transition: .3s ease-in-out;
  }

  .open-sub:hover > .cat::after {
    transform: scale(0.9) rotate(-90deg);
    transition: .3s ease-in-out;
  }

  /*  .open-sub:hover a {
      padding-bottom: 10px;
  }*/

  .open-sub:hover > .sec-level {
    padding: 10px;
    height: auto;
    opacity: 1;
    visibility: visible;
    border: 1px solid #D8D8D8;
    /*border-bottom: 1px solid #D8D8D8;*/
    transition: .3s ease-in-out;
    background: #fff;
    z-index: 1;
    box-shadow: 0 10px 10px #D8D8D8;
    width: 100%;
    min-width: 170px;
  }

  .back-menu {
    min-height: 465px;
    max-height: 465px;
  }

  .left-menu,
  .right-menu {
    width: 50%;
  }

  .left-menu {
    padding: 70px 40px 70px 8.5%;
  }

  .right-menu {
    padding: 70px 48px 70px 40px;
  }





  .center-2 {
    float: right;
    width: 73%;
  }

  .side-2 {
    float: left;
    width: 25%;
  }



  .search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }

    .search-box input.search-box-text,
    .search-box .search-box-button {
      height: 40px;
    }


  /*** NAVIGATION ***/


  .menu-toggle,
  .sublist-toggle {
    display: none;
  }




  /*** PRODUCT PAGE ***/

  .picture-gallery .picture {
    width: auto;
  }

  .video-gallery {
    float: left;
    width: auto;
  }

  .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 10px 0;
  }

  .product-details-page .title {
    text-align: left;
  }


  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    max-width: 850px;
  }

  .write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
  }

  .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;
  }


  /*** TOPICS ***/


  .center-1 .topic-block-title {
    text-align: center;
  }

  .topic-page p {
    text-align: justify;
  }


  /*** REGISTRATION, LOGIN, ACCOUNT ***/

  #check-availability-button {
    display: block;
    margin: 10px auto;
  }

  .address-list-page .section,
  .order-list-page .section,
  .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
  }

  .address-list-page .buttons,
  .order-list-page .buttons {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .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-form .item .product {
    width: 40%;
  }

  #shopping-cart-form .item .price-and-removal {
    width: 15%;
  }

  #shopping-cart-form .items {
    width: 60%;
  }

  #shopping-cart-form .cart-footer {
    width: 40%;
  }

  .sticky-cart {
    position: sticky;
    top: 58px;
  }

  /* checkout */

  #checkout-steps {
    width: 60%;
  }

  #order-summary-checkout {
    width: 40%;
  }


  /*** SEARCH & SITEMAP ***/


  .advanced-search .price-range {
    margin-left: 114px;
  }


  /*** BLOG & NEWS ***/

  .news-items:not(.homepage-news) .news-box:nth-last-child(-n+3) {
    margin-bottom: -1px;
  }

  .absolute-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
  }


  /*** 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;
  }

  .dashboard-page h1 {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .news-item-page .left-cat .full-img {
    height: 80vh;
  }

  /*footer Anquan*/
  .footer-block.information {
    float: left;
    width: 50%;
  }

  .footer-block.about {
    width: 50%;
    border-right: none;
  }

  .footer-block.customer-service {
    width: 100%;
    justify-content: start;
    position: relative;
  }

    .footer-block.customer-service:before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(-9.5% - 20px);
      width: calc(119% + 40px);
      border-top: 1px solid #707070;
    }
}

@media all and (min-width: 769px) {
  .none769 {
    display: none;
  }

  .left-cat,
  .right-cat {
    width: 50%;
  }


  .left-cat {
    padding: 8px;
  }

  /*
  .hero-section {
    height: 50vw;
  }*/


  .hero-left, .hero-right {
    width: 50%;
  }


  .home-page-polls li {
    min-width: 100px;
  }

  .left-sec,
  .right-sec {
    width: 50%;
  }


  .write-product-review-button {
    margin-left: auto;
  }

  /**** 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;
    }




  /*** LOGIN & REGISTER ***/

  /*** PRODUCT PAGE ***/

  .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;
  }

  /*** SHOPPING CART ***/

  /*** 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;
  }

  .shipment-details-page .tracking-number .tracking-url {
    color: #4ab2f1;
  }


  /*** BLOG & NEWS ***/



  /*** 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;
  }
}

@media all and (min-width: 481px) {

  .none481 {
    display: none;
  }


  .news-item-page .related-categories ul {
    gap: 24px 13px;
  }




  /*** 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;
    }


  /*** WISHLIST ***/


  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 1px 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 (max-width: 2300px) {
  .mini-panel {
    left: 122px;
    right: unset;
  }
}

@media all and (max-width: 1600px) {
  .item-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media all and (max-width: 1400px) {
  .added-to-cart-panel .count {
    font-size: 16px;
  }

  .other-shops .flex-cl {
    flex-direction: column;
  }

  .custom-shops-list .shops-item .info-wrap {
    padding: 0;
    width: 100%;
  }

  ul.brand-block-cl {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media all and (max-width: 1300px) {
  .item-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .hide1300 {
    display: none !important;
  }

  .header-logo {
    width: 250px;
  }

  .top-menu {
    column-gap: 24px;
  }

  .first-li-cat {
    padding: 0 12px;
  }

  .eu-cookie-bar-notification .title {
    font-size: 30px;
  }

  .seasonal-banner a.grid-cl img {
    max-width: 210px;
    height: auto;
  }

  .block-account-navigation .title,
  .block-account-navigation li,
  #logout {
    margin: 0 5%;
  }

  .grey-back-duo,
  .white-back-duo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .brands-section .grid-cl {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media all and (max-width: 1200px) {
  h1, .big-title,
  .hero-section h1,
  .product-details-page .file-attachments .title strong {
    font-size: 32px;
    line-height: 40px;
  }

  /* cart Anquan*/

  #shopping-cart-form .items, #checkout-steps {
    padding: 0px 8% 0 0;
  }

  /* end cart Anquan*/




  .customer-blocks {
    max-width: 100%;
    padding: 0 8px;
  }

  .news-item-page .right-cat {
    padding-top: 10px;
    padding-left: 30px;
  }

  .absolute-content {
    width: 95%;
  }

  .share-btns {
    position: unset;
    margin-left: 16px;
    margin-right: unset;
  }

  .customer-blocks.guest-register {
    margin-top: 50px;
  }

  .acc-content {
    padding: 30px 0 275px;
  }

  #back-guest-button {
    position: static;
    margin: 0 0 35px;
  }

  /*dashboard*/
  .dashboard-first-boxes,
  .blogs-in-lists {
    grid-template-columns: unset;
  }

  .manufacturer-pricelist .download span {
    display: none;
  }

  .blog-content.fixed-panel {
      width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .master-column-wrapper.navigation .side-2 {
    display: block;
  }

  .master-column-wrapper.navigation .center-2 {
    display: none;
  }

  #home-myBtn {
    right: 10px;
  }

  .none1024 {
    display: none !important;
  }

  .custom-arrow-next,
  .custom-arrow-prev {
    top: 30%;
  }

  /*    .collection-content .custom-arrow-prev {
      top: calc(30% - 20px);
    }*/

  .mini-panel {
    position: fixed;
    top: unset;
    bottom: 16px;
    right: unset;
    left: 32px;
  }

    .mini-panel.openedPanel {
      z-index: 999;
    }

  #close-lang {
  }
  /* footer Anquan */
  .follow-us .newsletter {
    flex-direction: column;
  }

  .footer-lower .content-wrapper > .flex-cl {
    flex-direction: column;
  }

  .footer-lower {
    padding: 20px 0 16px;
  }

  .rest-footer-info {
    display: unset;
  }



  /* end footer Anquan */

  /*homepage Anquan */

  #hero-slider {
    margin-bottom: 42px;
  }

  .top-banners {
    margin-bottom: 120px;
  }

    .top-banners a {
      opacity: 1;
      visibility: visible;
      transform: scaleX(1);
      top: unset;
      border-radius: unset;
      padding: 13px 23px;
      min-height: auto;
      min-width: auto;
      bottom: -58px;
      font-weight: 200;
    }

  .collection-right-content {
    margin-left: 5%;
  }

  .collection-head {
    margin-top: 0;
  }

  .discover-section {
    padding: 65px 0;
  }

    .discover-section hr {
      height: 80px;
    }


      .discover-section hr:first-child {
        margin: 0 auto 18px;
      }

      .discover-section hr:not(:first-child) {
        margin: 20px auto 30px;
      }

  .seasonal-banner a:before {
    opacity: 1;
    right: -30px;
    bottom: -30px;
  }

  .seasonal-banner span {
    bottom: 45px;
    left: 22px;
    font-weight: 200;
    padding-right: 68px;
  }

  .seasonal-banner img {
    min-height: 305px;
  }
  /*end homepage Anquan */
  /*Product Anquan */
  .product-essential {
    margin-bottom: 58px;
    height: auto;
    flex-direction: column;
  }

    .product-essential:after {
      content: '';
      position: absolute;
      top: 36px;
      right: 14px;
      width: 48px;
      height: 48px;
      box-shadow: 0 10px 30px rgba(0, 0, 0,0.16);
      background: url(/Themes/Sleed/Content/imgs/zoom-mobile.svg) center no-repeat;
      border-radius: 100%;
      pointer-events: none;
      z-index: 1;
    }

  #zoom-gallery.active {
    padding: 0;
  }

  .product-essential .gallery {
    margin: 20px auto 0;
    width: 100%;
  }

  .product-essential .overview {
    width: 100%;
  }

  .product-essential #main-pictures .picture:not(#picture-0) {
    display: none;
  }


  .prod-specifications .content-wrapper > .grid-cl {
    grid-template-columns: unset;
  }

  .gallery-arrows {
    display: none;
  }

  .gallery-info-pictures .swiper-wrapper div:nth-child(even) {
    padding-top: 50px;
  }

  .gallery-info-pictures img {
    height: 60vw;
  }

  .gallery-info-pictures {
    padding-bottom: 80px;
  }

    .gallery-info-pictures .swiper-pagination,
    .gallery-mode-hide .swiper-pagination {
      bottom: 0 !important;
    }

    .gallery-info-pictures .custom-bullet,
    .gallery-mode-hide .custom-bullet {
      background-color: #D8D8D8;
      border: 1px solid #D8D8D8;
    }


  .cross-sells {
    margin-top: 40px;
  }


  .combine-with-section {
    flex-direction: column;
    align-items: center;
  }

    .combine-with-section .combine-with-plus {
      margin: 45px auto 60px;
      width: 160px;
      height: 160px;
    }

  .two-items-package {
    width: 80%;
  }

  .related-prods hr {
    display: none;
  }

  .rel-pros-head {
    margin-bottom: 45px;
  }

  .rel-prods.swiper {
    padding-bottom: 30px;
  }

  .product-specs-box .table-wrapper {
    overflow-y: hidden;
    max-height: unset;
    transition: .3s ease-in-out;
  }

    .product-specs-box .table-wrapper.hideContent {
      max-height: 500px;
      transition: .3s ease-in-out;
      position: relative;
    }

  .hideContent:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.8) 100%, rgba(255,255,255,1) 100%);
  }



  .product-specs-box .table-wrapper.hideContent + .specs-more img {
    transform: rotate(90deg);
  }

  .product-specs-box {
    margin-bottom: 15px;
  }

  .file-attachments ul {
    height: unset;
    border: none;
    flex-direction: column;
  }

  .file-attachments li {
    border: none;
    border-top: 1px solid #707070;
  }

  .product-details-page .file-attachments .title {
    border: none;
    margin: 0;
    width: 100%;
  }
  /* end Product Anquan */
  /* wishlist Anquan*/
  .block-recently-viewed-products .swiper {
    padding-bottom: 60px;
  }

  .block-recently-viewed-products .swiper-pagination {
    bottom: 0 !important;
  }
  /* end wishlist Anquan*/



  /*** GLOBAL TABLES ***/
  .cart {
    display: block;
  }

    .cart colgroup,
    .cart thead {
      display: none;
    }

    .cart tbody {
      display: block;
      overflow: hidden;
    }

    .cart tr {
      display: block;
      float: left;
      width: 100%;
      margin: 40px 0 0;
      border: 1px solid #ddd;
    }

    .cart td {
      display: block;
      border: none;
      padding: 10px;
    }

      .cart td.remove-from-cart {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
      }

      .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px;
      }

      .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
      }

      .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
      }

      .cart td.unit-price,
      .cart td.subtotal {
        display: inline-block;
        padding: 20px 10px;
        vertical-align: middle;
      }

  .html-order-details-page .data-table {
    display: block;
  }

  .order-details-page .data-table colgroup,
  .order-details-page .data-table thead {
    display: none;
  }

  .order-details-page .data-table tbody {
    display: block;
    overflow: hidden;
  }

  .order-details-page .data-table tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
  }

  .order-details-page .data-table td {
    display: block;
    border: none;
    padding: 10px;
  }

    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
      min-width: 0;
      border-bottom: 1px solid #ddd;
      padding: 5px 10px 15px;
      text-align: center;
    }


  /*** MOBILE NAVIGATION ***/
  .top-message p, .top-message > div {
    padding: 10.5px;
  }

  .top-message button {
    top: 10px;
  }

  .header-menu {
    order: -1;
  }

  .header-logo,
  .header-links-wrapper {
    width: fit-content;
  }

  .header-logo {
    z-index: 3;
  }

  .header-lower {
    padding: 27.5px 0;
    height: 95px;
  }

  .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-links ul {
    column-gap: 0;
  }

  .header-links li.search {
    top: 2px;
  }

  .menu-toggle {
    cursor: pointer;
    background-image: url('../imgs/burger_menu.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 20px;
    padding: 20px;
  }

    .menu-toggle.exit {
      background-image: url('../imgs/exit-menu.svg');
    }

  #scroll-head.move-lower-content {
    height: 95px;
  }

    #scroll-head.move-lower-content .header-lower {
      background-color: #fff;
      z-index: 1;
      position: relative;
      transition: .1s ease-in-out;
    }

    #scroll-head.move-lower-content .lowest-level-header {
      margin-top: -80px;
      transition: .3s ease-in-out;
    }

  .lowest-level-header {
    box-shadow: inset 0px 10px 30px #00000029;
    margin-top: 0;
    transition: .2s ease-in-out;
  }

  .html-login-page .lowest-level-header,
  .html-account-page .lowest-level-header {
    display: none;
  }

  .lowest-level-header .flex-cl {
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
  }

    .lowest-level-header .flex-cl > a {
      flex: 1;
      max-width: 200px;
      padding: 13px 4px;
      white-space: nowrap;
    }

  .top-menu {
    display: none;
    position: fixed;
    left: 0;
    background-color: #FFFFFF;
    width: 80%;
    top: 0;
    z-index: 99;
    height: 100vh;
  }

  .back-menu-color {
    background-color: rgba(51,51,51,0.5);
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
  }


  .mobile-menu {
    padding: 12px 0 125px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 99;
    height: calc(100vh);
    top: 0;
  }


  .cats-mobile-menu {
    overflow: hidden auto;
    max-height: calc(100vh);
    padding-bottom: 125px;
  }

    .cats-mobile-menu li {
      /*position: relative;*/
      padding: 0;
    }

    .cats-mobile-menu > li:not(.bottom-menu-mob) > a,
    .cats-mobile-menu > li:not(.bottom-menu-mob) > button,
    .cats-mobile-menu .sublist li a,
    .cats-mobile-menu .sublist li button {
      display: block;
      padding: 20px 40px 20px 22px;
      font-size: 16px;
      line-height: 27px;
      color: #2B2926;
      text-align: left;
      width: 100%;
      font-family: 'Tinos', Arial sans-serif;
      background-color: #fff;
    }

  #mob-shop-brand,
  #mob-shop-cat {
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
  }

    #mob-shop-brand a,
    #mob-shop-cat a {
      padding: 20px 20px 20px 22px;
      font-family: 'Tinos', Arial sans-serif;
      font-size: 16px;
      line-height: 27px;
      color: #2B2926;
      text-align: left;
      width: calc(100% - 86px);
    }

    #mob-shop-brand .sublist-toggle,
    #mob-shop-cat .sublist-toggle {
      padding: 20px 40px 20px 20px;
      width: 86px;
      height: 52px;
    }

  .cats-mobile-menu .sublist li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ul.brand-block-cl {
    padding: 0;
  }

  .cats-mobile-menu ul.brand-block-cl a {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ul.sublist > li:first-child {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }

  .cat .flex-cl {
    column-gap: 9px;
  }


  .mobile-cat-pic {
    width: 27px !important;
    height: 27px;
    border-radius: 100px;
    padding: 2px;
    border: 1px solid #D8D8D8;
    justify-content: center;
  }

  .cat img {
    width: fit-content;
    margin: auto;
    object-fit: contain;
  }

  .cats-mobile-menu li:not(.bottom-menu-mob) > button,
  .cats-mobile-menu li a#mob-shop-brand,
  .cats-mobile-menu li a#mob-shop-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /*      .mobile-menu > li:not(.bottom-menu-mob) > button.center,
      .mobile-menu .sublist li button.center {
        display: flex;
        padding: 7.5px 10px 7.5px 20px;
        justify-content: space-between;
      }*/


  .sublist li button.close-sibling {
    padding: 12.5px 45px;
    text-align: center;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
  }

  .close-sibling .sublist-toggle {
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    margin: auto;
  }


  .cats-mobile-menu > li > a:focus {
    position: relative;
    z-index: 1;
  }

  .main-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  }

    .main-menu.active-menu {
      opacity: 1;
      visibility: visible;
      width: 100%;
      height: 100vh;
      z-index: 2;
      background-color: #fff;
      transform: translateX(0);
      transition: transform .4s ease-in-out,opacity .4s ease-in-out;
    }

      .main-menu.active-menu .flex-cl {
        width: 100%;
      }

      .main-menu.active-menu ul {
        width: 100%;
        height: calc(100vh - 50px);
        overflow: hidden auto;
      }


  li.menu-top-links a.blue {
    font-weight: bold;
    color: #02317B;
  }

  li.bottom-menu-mob {
    border-top: 1px solid #D8D8D8;
    padding: 46px 0 40px;
    margin-top: 23px;
  }

  ul.networks {
    background-color: #EFEFEF;
    padding: 20px 22px;
    column-gap: 13px;
    position: fixed;
    width: 80%;
    bottom: 2px;
    z-index: 1;
  }

  .left-menu {
    width: 100%;
  }

  .mobile-links {
    flex-direction: column;
    row-gap: 6px;
    align-items: start;
    padding: 0 22px;
  }

    .mobile-links a {
      column-gap: 8px;
    }


  .bottom-images {
    padding: 86px 12px 25px;
    overflow-x: auto;
    column-gap: 16px;
  }

  li.right-menu {
    flex: 0 0 75%;
  }

  .right-menu ul li {
    flex: 0 0 48%;
  }

    .right-menu ul li svg {
      right: -24px;
      z-index: 1;
      transform: scale(0.8);
    }

  .selected-lang {
    padding: 0 32px;
    margin-top: 17px;
    column-gap: 19px;
  }

  .selected-lang {
    font-size: 16px;
  }

    .selected-lang > div img {
      vertical-align: top;
    }

    .selected-lang button {
      margin-left: -9px;
    }

      .selected-lang button img {
        vertical-align: middle;
      }

  .sublist-toggle {
    width: 8px;
    height: 12px;
    background: url('../imgs/drop-down-arrow.svg') center no-repeat;
    cursor: pointer;
  }


  .sublist .sublist li {
    background-color: #f6f6f6;
  }

  .sublist .sublist .sublist li {
    background-color: #fff;
  }

  .fixed-back.fixed {
    background: none;
  }

  #small-search-box {
    top: 0;
    box-shadow: inset 0 10px 30px #00000029;
    transform: translateY(-100%);
    z-index: -1;
    transition: opacity .6s ease-in-out;
  }

    #small-search-box.hide-search {
      top: 95px;
      right: 0;
      left: 0;
      transform: translateY(0);
      transition: transform .6s ease-in-out, z-index .6s ease-in-out, opacity .8s ease-in-out;
    }


      #small-search-box.hide-search:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: rgba(51,51,51, 0.5);
        height: 100vh;
        pointer-events: none;
      }

  #small-search-box-form {
    max-width: 600px;
    margin: auto;
  }

  .ui-autocomplete {
    border-top: 1px solid #EFEFEF !important;
    top: 100% !important;
    width: 100% !important;
    padding: 23px 50px;
  }
  /*** ACCOUNT ***/
  .html-account-page .side-2 {
    display: none;
  }

  .html-account-page .side-2,
  .html-account-page .center-2 {
    width: 100%;
    transition: all 0.5s;
    border: none;
    height: auto;
    padding: 0 9%;
  }

  .html-account-page .center-2 {
    margin: unset;
    margin-bottom: 50px;
  }

  .html-account-page h1 {
    padding: 28px 0 20px;
    cursor: pointer;
  }

    .html-account-page h1:after {
      content: "";
      display: block;
      background: url('../imgs/cta-arrow.svg');
      background-position: left;
      width: 16px;
      height: 26px;
      margin-top: -31px;
      background-repeat: no-repeat;
    }

  #address-pop-up.active {
    padding: 90px 0 0;
  }

    #address-pop-up.active .page-body {
      padding: 20px 22px 0;
    }

  .html-account-page #address-pop-up h1::after {
    background: none;
  }

  #logout a {
    margin: 30px 0;
  }

  .html-account-page .back-to-orders-button {
    display: none;
  }
  /*** PRODUCT PAGE ***/
  .overview .overview-container {
    margin: 0;
  }

  #product-details details {
    padding: 0 1.2% 0 8%;
    transition: all 0.5s;
  }

  /* product list */

  .item-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .right-cat {
    padding-left: 30px;
  }

  .mobile-prices {
    margin-top: 16px;
  }

  .block-recently-viewed-products {
    margin-top: 80px;
  }

  .acc-content {
    max-width: 70%;
    padding-bottom: 150px;
  }

  /* cart Anquan*/

  #shopping-cart-form .items, #checkout-steps {
    padding: 0;
  }

  .cart-bottom-btns .go-back-button {
    margin: 5px auto 25px;
  }

  .cartItem-details {
    flex-direction: column;
    row-gap: 18px;
  }

  .cart-item-details {
    row-gap: 10px;
    justify-items: start;
  }

  #shopping-cart-form {
    flex-direction: column;
    row-gap: 54px;
  }

    #shopping-cart-form .cart-footer h2 {
      text-align: center;
    }


  .checkout-buttons {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 22px 30px;
    border-top: 1px solid #707070;
    z-index: 2;
  }

  /*  .html-shopping-cart-page .footer {
    position: relative;
    z-index: 2;
  }
*/

  /* end cart Anquan */


  /* checkout Anquan */

  .checkout-content {
    flex-direction: column;
    row-gap: 45px;
    margin-top: 30px;
  }


  #checkout-header {
    height: 95px;
  }

  .checkout-page .page-body {
    flex-direction: column;
  }

  #billing-buttons-container,
  #payment-buttons-container,
  #confirm-order-buttons-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    margin: 0;
    padding: 14px 22px 22px;
    border-top: 1px solid #707070;
  }

  .completed-content {
    flex-direction: column;
    justify-content: center;
    margin: 25px auto 0;
  }

  .order-completed-page {
    margin: 0 auto;
  }

  .checkout-white-card {
    margin: 0 -22px;
  }

  /* end checkout Anquan */

  /* blog */

  .news-items {
    grid-template-columns: repeat(2, 1fr);
    border-right: 2px solid #fff;
  }

    .news-items:not(.homepage-news) .news-box:nth-last-child(-n+2) {
      margin-bottom: -1px;
    }

  .news-item-page .breadcrumb {
    margin-bottom: 20px;
  }

  .news-item-page .duo-cat {
    flex-direction: column;
  }

  .news-item-page .left-cat,
  .news-item-page .right-cat {
    width: 100%;
  }

  .news-item-page .left-cat {
    padding: 0 0 12px 0;
    border-bottom: 1px solid #2B2926;
  }

  /* about us Anquan*/
  .grey-back-duo img,
  .white-back-duo img {
    max-width: 100%;
    object-fit: cover;
  }

  .duo-cols > div {
    max-width: unset;
    padding-top: 20px;
  }


  /* end About us Anquan*/

  .custom-shops .shops-sorting-filtering-wrapper > div label {
    display: block;
    margin: 0;
  }

  .smaller-content-wrapper {
    padding: 0;
    margin-right: -22px;
  }

  .manufacturer-grid {
    margin: 0;
  }
}

@media all and (max-width: 840px) {
  .news-over {
    padding-bottom: 15px;
  }

  .related-news {
    margin-bottom: 20px;
  }

  .html-category-page .news-list-homepage {
    margin-bottom: 23px;
  }

  .content-wrapper.video-wrapper {
    padding: 0;
  }

  .product-video-area {
    flex-direction: column;
    max-height: unset;
    gap: 0;
  }

  .product-video-area {
    margin-bottom: 22px;
  }

    .product-video-area > div {
      width: 100%;
    }

  .manufacturer-landing-page .two-pic-section {
    flex-direction: column-reverse;
  }

    .manufacturer-landing-page .two-pic-section .cta {
      padding: 45px 0 50px;
    }

    .manufacturer-landing-page .two-pic-section > div {
      width: 100%;
    }

  .manufacturer-landing-page .grey-back {
    margin: 0;
    padding-bottom: 60px;
  }
}


@media all and (max-width: 768px) {
  .bar-notification-container {
    top: unset;
    bottom: 20px;
    max-width: 95%;
    right: 0;
    left: 0;
    margin: auto;
  }

  .registration-result-page .back-grey {
    width: 100%;
  }

  .content-wrapper {
    padding: 0 22px;
  }

  #category-header .breadcrumb {
    padding: 22px;
  }

  .smaller-content {
    padding: 0;
  }


  .none768,
  .custom-arrow {
    display: none;
  }

  .gallery .swiper .custom-arrow,
  #manu-pictures .custom-arrow {
    display: block;
  }

  .counter {
    margin-left: 0;
  }

  /* header Anquan*/

  .flyout-cart .count {
    padding: 24px 34px 24px 22px;
    line-height: 24px;
    white-space: normal;
    text-align: left;
  }

    .flyout-cart .count span {
      width: calc(100% - 32px);
    }

  .cart-for-item .added-item {
    padding: 16px 22px 19px;
  }

  .styled-with-products-grid {
    gap: 20px 14px;
  }

  #styled-with-products .picture {
    width: auto;
  }

  .flyout-cart .fixed-btns {
    padding: 16px 36px;
  }

  /*end header ANquan*/
  /*footer Anquan*/
  .usp-section {
    padding: 30px 0;
  }

  .usp-items {
    grid-template-columns: unset;
    gap: 0;
    width: 100%;
  }

    .usp-items .flex-cl {
      border-bottom: 1px solid #D8D8D8;
      padding: 12.5px 0;
      justify-content: start;
      text-decoration: underline;
    }

  .footer-block.information {
    width: 100%;
    position: relative;
  }

    .footer-block.information::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(-9.5% - 20px);
      width: calc(119% + 40px);
      border-bottom: 1px solid #707070;
    }

  .footer-block.about {
    width: 50%;
    float: left;
    border-left: none;
    justify-content: start;
  }

  .footer-block.customer-service {
    width: 50%;
  }


  /*end footer Anquan*/

  /*homepage Anquan*/

  .hero-left {
    padding: 0 22px;
    bottom: 100px;
  }

  .hero-desc {
    max-width: 95%;
    margin: auto;
    text-align: center;
  }

    .hero-desc .btn {
      margin: auto;
    }

  .swiper-pagination {
    bottom: 30px !important;
  }

  .hero-section h1 {
    margin-bottom: 10px;
  }

  .hero-section p {
    margin-bottom: 30px;
  }


  .hero-full-img img,
  .hero-right video {
    object-fit: cover;
    object-position: center;
  }

  .top-banners {
    flex-direction: column;
    border: none;
    margin-bottom: 46px;
    row-gap: 36px;
  }

    .top-banners a {
      position: unset;
    }

  .top-banner {
    padding: 0;
  }

  .top-banner-section h2 {
    margin-bottom: 20px;
  }

    .top-banner-section h2 + p {
      margin-bottom: 30px;
    }

  .top-banner p:before {
    width: 9px;
    height: 9px;
    top: 8px;
  }

  .top-banner p {
    padding-left: 18px;
  }

  .collection-content {
    display: block;
    padding: 35px 0;
  }

  .collection-section .collection-head {
    margin-bottom: 38px;
  }

  .collection-head,
  .collection-right-content {
    width: 100%;
  }

  .collection-right-content {
    margin-left: 0;
  }

  .collection-head h2 {
    margin-bottom: 16px;
  }

  .collection-head p {
    margin-bottom: 27px;
  }

  .collection-content .custom-arrow {
    display: block;
  }

  .collection-content .custom-arrow-next,
  .collection-content .custom-arrow-prev {
    right: -62px;
    top: 30%;
  }

  .collection-content .custom-arrow-prev {
    left: -62px;
    /*      top: calc(30% - 20px);*/
  }


  .collection-section .swiper-wrapper {
    padding-bottom: 60px;
  }

  /* .collection-prods.swiper {
      overflow: unset;
    }*/

  .discover-section hr,
  .disc-info {
    display: none;
  }

  .discover-section {
    padding-top: 0;
  }

    .discover-section .content-wrapper {
      padding: 0;
    }

  .seasonal-banners {
    grid-template-columns: unset;
  }

  .homepage-manu {
    margin-bottom: 40px;
  }

    .homepage-manu h3 {
      margin-bottom: 25px;
    }

    .homepage-manu img {
      max-width: 160px;
      max-height: 70px;
      margin: auto;
    }

    .homepage-manu .swiper-wrapper {
      row-gap: 20px;
    }

  #homepage-manu-swiper {
    margin-bottom: 40px;
  }

  .homepage-manu .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*        margin: auto !important;*/
  }

  .homepage-manu .swiper-grid-column > .swiper-wrapper {
    flex-direction: unset;
  }


  .insta {
    padding: 66px 0 56px;
  }

    .insta p {
      font-size: 18px;
    }


  /* end Homepage Anquan*/
  li.right-menu {
    flex: 0 0 100%;
  }

  /* Product Anquan */
  .overview .content-prices, .variant-overview .content-prices {
    margin-bottom: 26px;
  }

  .overview .product-name {
    margin-bottom: 16px;
  }

  .overview .short-description {
    margin-bottom: 35px;
  }

  .overview hr {
    margin-bottom: 20px;
  }

  .overview .add-to-cart {
    min-width: unset;
    width: 100%;
  }

  .overview-container .action-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #707070;
    padding: 12px 30px;
    justify-content: center;
    margin: 0;
    z-index: 2;
    box-shadow: 0 3px 6px #00000029;
  }

  .product-specs-box h2 {
    margin-bottom: 30px;
  }

  .product-specs-box .table-wrapper {
    display: grid;
    row-gap: 38px;
  }

  .specs-table {
    grid-template-columns: unset;
    border: none;
  }

    .specs-table .spec-name {
      border-bottom: 1px solid #707070;
      border-right: none;
      padding: 0 0 16px;
    }

    .specs-table .spec-value {
      padding: 20px 0 0;
    }

  #info-pictures {
    margin-top: 80px;
  }

  #main-pictures.flex-cl {
    overflow: auto;
    margin: 16px auto 34px;
    flex-direction: unset;
  }

  #main-pictures .picture {
    flex-shrink: 0;
    width: 100%;
  }

  .zoom-gallery .gallery {
    flex-direction: column-reverse;
    padding: 0 25px;
  }



  .zoom-gallery #main-pictures {
    margin: auto;
    width: 100%;
    display: flex;
  }

  .zoom-gallery #main-picture img {
    object-fit: contain;
  }

  #gallery-header {
    padding: 58px 0 10px;
  }


  #thumb-pictures {
    display: flex;
    gap: 5px;
    overflow: auto;
    justify-content: start;
    margin: 15px 0 25px;
  }

    #thumb-pictures .thumb-picture {
      min-width: 100px;
    }


  .gallery-mode #thumb-pictures {
    display: flex;
    position: absolute;
    padding: 30px 10px;
  }

    .gallery-mode #thumb-pictures .thumb-picture {
      margin: 0 10px 0 0;
    }

  .gallery-mode #close-gallery-mode-button {
    top: 130px;
    right: 10px;
    transition: all 0.5s;
  }

  .gallery .made-with-care {
    font-size: 12px;
    padding: 0;
    border-top: 2px solid #9fa0a1;
  }

  .combine-with-section .parent-product {
    width: auto;
  }

  .product-banner {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: unset;
  }

  .two-items-package {
    width: 100%;
    column-gap: 14px;
  }

  .combine-with-section .item-box .black-border-btn {
    min-width: unset;
  }

  .rel-prods.swiper {
    margin-bottom: 32px;
  }

  .product-banner .collect-banner a:before {
    content: none;
  }

  .product-banner .collect-banner a:after {
    background: transparent linear-gradient(0deg, #000000 0%, #26262691 100%, #2D2D2D00 66%, #42424237 54%, #54545400 100%) 0% 0% no-repeat;
  }

  .product-banner .collect-banner h2 {
    margin-bottom: 24px;
  }

  .product-details-page .file-attachments .title strong {
    font-size: 24px;
  }

  .file-attachments {
    padding: 26px 22px 10px;
  }
  /* end Product Anquan */
  /*** LOGIN & REGISTER ***/
  #acc-blocks.register .login-fields .classic-inputs {
    width: 100%;
  }

  #acc-blocks.register .login-fields {
    gap: 10px;
  }
  /*** ACCOUNT ***/

  .html-account-page .side-2 {
    padding: 0 22px;
    margin-top: 36px;
  }

  .html-account-page .center-2 {
    padding: 0;
  }

  .customer-info-page {
    max-width: 100%;
  }

  .html-account-page .page-body {
    padding: 40px 22px 60px;
  }

    .html-account-page .page-body.address-list {
      padding: 40px 22px 30px;
    }

  .center-2 > .add-button {
    margin: 0 22px 35px;
  }

    .center-2 > .add-button .btn {
      width: 100%;
      justify-content: center;
      margin: 0;
    }

  .block-account-navigation .title {
    padding: 0;
  }

  .block-account-navigation .listbox {
    margin-top: 36px;
  }

  .block-account-navigation li a:before {
    margin: 0 30px 0 0;
  }

  #logout .btn {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .block-account-navigation .title,
  .block-account-navigation li,
  #logout {
    margin: 0;
  }

  .block-account-navigation li {
    padding: 3px 0 3px 20px;
  }

    .block-account-navigation li a {
      line-height: 21px;
    }

  .customer-info-page button, .address-list-page button {
    width: 100%;
    margin: unset;
  }

  .address-list-page .add-button {
    padding: 0 8px;
    margin: 0 0 62px;
  }

  .html-account-page .breadcrumb {
    display: none;
  }

  .html-account-page .navigation .breadcrumb {
    display: block;
    padding: 0 0 0 22px;
  }

  .html-account-page .center-2 .account-page {
    padding: 0;
    background-color: unset;
  }

  .html-account-page h1 {
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #2B2926;
    padding: 16px 44px 24px;
    margin: 0;
  }

  #address-pop-up.active h1 {
    border: none;
    padding: 0;
    margin: 20px 0 15px;
    font-weight: 500;
  }

  .pop-up-close-button {
    top: 20px;
  }

  .html-account-page h1::after {
    margin-top: -26px;
    margin-left: -16px;
  }

  .delete-account {
    border: none;
    padding: 0;
  }

  .order-list.fieldset {
    margin: 0;
  }

  .order-details-area {
    padding: 28px 8px 0;
    grid-template-columns: unset;
    margin-bottom: 25px;
  }

  .section.products {
    padding: 0 8px;
    margin-bottom: 0;
  }

  .order-product-info {
    flex-direction: column;
    row-gap: 20px;
    margin-left: 20px;
    align-items: start;
  }

  .product-order-prices {
    text-align: left;
  }

  .order-details-bottom {
    flex-direction: column;
    gap: 0;
  }

  .order-section.totals {
    margin-bottom: 0;
  }

  .order-details-bottom > div {
    width: 100%;
  }

  .order-details-page .total-info {
    padding: 40px 0;
  }

  .order-product-item {
    border-right: 1px solid #2B2926;
    padding: 14px 22px 26px;
  }

  .left-note ul.grid-cl:not(:last-child) .created-on::after {
    display: none;
  }

  .order-status-info {
    padding: 25px 22px 0;
    border-top: 1px solid #dcdcdc;
    margin: 0 -22px;
  }

  .return-text {
    padding: 0;
  }

  .order-details-btn {
    padding: 0 8px;
  }

    .order-details-btn button {
      margin: auto;
    }

  .order-list-page .info-headers,
  .address-list-page .info-headers {
    display: none;
  }

  .dates-content {
    align-items: center;
    flex-direction: column;
  }

  .selected-date-inputs {
      flex-direction: column;
      gap: 12px;
  }

  .sum-total-info {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    right: 0;
    max-width: unset;
    padding: 15px 23px;
    z-index: 9;
    box-shadow: 0px 10px 30px #00000029;
  }

  .address-list-page .info,
  .order-list-page .info {
    display: block;
    padding: 20px 25px;
    margin: 0 0 15px;
  }

  .address-item > .controls {
    display: none;
  }

  .address-list-page .info li {
    width: 100%;
    padding: 0;
    line-height: 28px;
    font-weight: 300;
  }

    .order-list-page .info li.controls,
    .address-list-page .info li.controls {
      width: 100%;
    }

    .address-list-page .info li.none769 {
      position: absolute;
      right: 18px;
      top: 16px;
      width: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 90px;
    }

  #book-now-datetime .classic-inputs,
  .book-now-content .form-fields.step1 .classic-inputs,
  .address-edit-page .edit-address .classic-inputs {
    width: 100%;
  }

  .order-list-page .controls button,
  .address-list-page .controls button {
    text-align: center;
  }

  .address-list-page .info li {
    width: 100%;
    padding: 0;
  }

    .order-list-page .info li.controls,
    .address-list-page .info li.controls {
      width: 100%;
    }

  .address-list-page .controls .white-border-btn {
    margin-bottom: 20px;
  }

  .order-list-page .info li.controls {
    margin: 32px 0 0;
  }

    .order-list-page .info li.controls .btn {
      width: 100%;
    }

  .address-edit-page .edit-address > div {
    width: 100%;
  }

  .address-edit-page .buttons {
    flex-direction: column-reverse;
  }

    .address-edit-page .buttons button {
      width: 100%;
    }

  .address-edit-page .black-border-btn {
    margin-bottom: 20px;
  }

  .order-list-page .info li,
  .order-list-page .info li.code {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    column-gap: 15px;
    padding: 0;
  }

  .order-list-page .info li {
    font-weight: 400;
  }

    .order-list-page .info li div {
      width: 50%;
      font-weight: 200;
      flex-shrink: 0;
    }

  .order-finder .title + p {
    margin-top: 40px;
  }

  .footer-finder {
    padding-top: 20px;
  }

  #order-finder-result {
    padding: 0 10px;
  }

  .shipping-info, .billing-info, .shipping-method-info, .payment-method-info {
    padding: 0;
  }

  /*** COOKIES ***/
  .eu-cookie-bar-notification .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .eu-cookie-bar-notification .buttons-more, .eu-cookie-bar-notification .text-wrapper {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }

  .eu-cookie-bar-notification .buttons-more {
    margin: 15px 0;
    justify-content: space-between;
  }

  .eu-cookie-bar-notification .btn {
    height: 40px;
    font-size: 11px;
    margin: 0;
    max-width: 40%;
    padding: 10px;
    width: 100%;
    text-align: center;
  }



  /* product list */
  .item-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }

  .catalog-filter-sorting > div {
    width: 50%;
  }

  .catalog-filter-sorting .items-count {
    text-align: left;
  }

  .pager {
    margin-top: 60px;
  }

  #pages-and-page-size {
    flex-direction: column;
  }

  .product-page-size {
    margin: 0 auto 25px;
  }


  #product-filters-wrapper {
    position: fixed;
    bottom: 25px;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .filters-btn {
    box-shadow: 0 10px 30px #00000029;
    width: 84%;
    max-width: 285px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .duo-cat {
    flex-direction: column;
  }

  .right-cat {
    padding: 25px 8px 28px;
  }

  .panel-fixed {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }

  #panel-filters {
    padding: 0 8px;
  }

    #panel-filters .panel-title {
      padding-bottom: 9px;
      border-bottom: 1px solid #2B2926;
    }

  .product-filter .filter-title {
    padding-bottom: 12px;
  }

  /*    .product-selectors {
      padding-top: 12px;
    }
*/
  .filter-title.roboldo {
    padding-bottom: 8px;
    border-top: none;
    border-bottom: 1px solid #2B2926;
  }


  /* wishlist  Anquan */

  .wishlist-page {
    margin: 18px 0 20px;
  }

    .wishlist-page h1 {
      margin-top: 45px;
    }

      .wishlist-page h1 button {
        margin-bottom: 45px;
      }

    .wishlist-page .no-data p {
      margin: 21px auto 38px;
    }

  .block-recently-viewed-products {
    margin-top: 65px;
  }


  .block-viewed-prods {
    margin-bottom: 36px;
  }



  .wishlist-content {
    margin: 28px 0 78px;
  }

  /* end wishlist Anquan */

  /* cart Anquan*/
  .page.shopping-cart-page {
    margin: 18px 0 68px;
  }


  .shopping-cart-page .order-summary-content {
    margin-top: 39px;
  }

  .shopping-cart-page .related-prods {
    margin-bottom: 0;
  }

    .shopping-cart-page .related-prods .swiper {
      padding-bottom: 65px;
    }



  .rel-pros-head {
    margin-bottom: 36px;
  }
  /* end cart Anquan*/

  /* login - register */
  #back-guest-button {
    margin: 0 0 35px 30px;
  }

  .acc-content {
    max-width: 100%;
    padding: 40px 0 80px;
  }

    .acc-content .tab-items {
      overflow-x: auto;
      padding-bottom: 10px;
    }

  .login-page .content-wrapper {
    padding: 0;
  }

  /** checkout **/

  #checkout-breadcrumbs .none769 {
    width: 43px;
    height: 43px;
    border: 1px solid #848484;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    background: #fff;
  }

  #checkout-breadcrumbs .active .none769 {
    background-color: black;
    background-image: url(/Themes/Sleed/Content/imgs/checkout-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
  }

  #checkout-breadcrumbs {
    position: relative;
    justify-content: space-between;
  }

    #checkout-breadcrumbs:before {
      position: absolute;
      content: "";
      top: 52px;
      left: 0;
      height: 1px;
      background-color: black;
      width: calc(100% - 30px);
      margin-left: 15px;
      z-index: -1;
    }

    #checkout-breadcrumbs > div {
      width: calc(33.33% - 10px);
    }

    #checkout-breadcrumbs .second-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    #checkout-breadcrumbs .third-step {
      display: flex;
      flex-direction: column;
      align-items: end;
      text-align: right;
    }

    #checkout-breadcrumbs .text {
      white-space: break-spaces;
    }

  .shipping-method li {
    margin-bottom: 12px;
    position: relative;
  }

  #shipping-methods-form .method-name {
    margin-bottom: 0;
  }

  .shipping-method .method-description {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: left;
    left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .opc .section.pickup-in-store {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  /*search page - news products*/
  .search-page h1 {
    padding: 40px 0;
  }

  /* blog */
  .news-list-page .left-cat {
    padding-bottom: 9px;
    border-bottom: 1px solid #2B2926;
  }

  .news-list-page .right-cat {
    padding: 12px 8px 62px;
  }

  .news-list-page h1 {
    margin: 47px 0 30px;
  }

  .news-list-page .category-description {
    margin-bottom: 25px;
  }


  .news-items {
    grid-template-columns: repeat(1, 1fr);
  }

    .news-items:not(.homepage-news) .news-box:nth-last-child(-n+2) {
      margin-bottom: 0;
    }

    .news-items:not(.homepage-news) .news-box:nth-last-child(-n+1) {
      margin-bottom: -1px;
    }

  /* not found page */
  .not-found-page img {
    /*    transform: scale(0.7);*/
    margin-bottom: -157px;
  }

  .bestsellers {
    margin-top: 45px;
  }

    .bestsellers h2 {
      margin-bottom: 17px;
    }

    .bestsellers .swiper-wrapper {
      margin-bottom: 68px;
    }

  /*checkout login*/

  .choose-block {
    grid-template-columns: unset;
  }

    .choose-block .none769 {
      font-weight: bold;
    }

  #guest-blocks {
    margin-top: 40px;
  }

    #guest-blocks strong.text-center {
      text-align: left;
    }

    #guest-blocks .btn {
      margin-top: 8px;
    }

  /*contact page */

  .text-contact-content {
    max-width: 100%;
    padding: 12px 0px 44px;
  }

    .text-contact-content h1 {
      margin-bottom: 25px;
    }

    .text-contact-content p {
      margin-bottom: 25px;
    }

  /*about us Anquan*/
  .duo-cols {
    grid-template-columns: unset;
    row-gap: 30px;
  }

  .grey-back-duo, .white-back-duo {
    padding: 46px 0 0;
  }

    .grey-back-duo img, .white-back-duo img {
      width: 100%;
      padding: 0;
    }

    .grey-back-duo div {
      padding: 0 22px;
    }

    .white-back-duo div {
      order: -1;
      padding: 0 22px;
    }

  .brands-content {
    width: 100%;
  }

  .brands-section h3 {
    margin-bottom: 32px;
  }

  .aboutus-page {
    padding-bottom: 40px;
  }

    .aboutus-page .breadcrumb {
      top: 18px;
    }

  .history-banner {
    padding: 78px 0 38px;
    min-height: 260px;
  }

    .history-banner h1 {
      margin-bottom: 10px;
    }

    .history-banner:before {
      content: none;
    }

    .history-banner:after {
      background: transparent linear-gradient(0deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
    }

  /* end about us Anquan*/

  /* stores Anquan */

  .all-shops-page .breadcrumb {
    margin-top: 18px;
  }

  .all-shops-page .page-title {
    margin: 52px 0 38px;
  }

  .all-shops-page .getUserGeoLocation {
    display: block;
    text-align: center;
  }

  .all-shops-page .current-location-wrap {
    margin-bottom: 23px;
  }

  .all-shops-page .page-body > .content-wrapper {
    padding: 0;
  }

  #default-shop {
    margin: 0 0 30px;
    padding: 0 0 68px;
  }

    #default-shop .content-wrapper {
      padding: 0;
    }


    #default-shop .grid-cl {
      grid-template-columns: unset;
      row-gap: 29px;
    }

    #default-shop .info-wrap {
      padding: 0 22px;
    }

  .shop-details {
    margin: 0;
  }

  .all-shops-page {
    margin-bottom: 40px;
  }

  .dealers-title {
    margin-bottom: 30px;
  }

  .all-shops-page span.last-moto {
    margin-top: 40px;
  }

  .custom-shops .shops-sorting-filtering-wrapper {
    padding: 22px 22px 28px;
  }



  /* end stores Anquan */

  .default-topic-page {
    margin: 25px auto;
  }

    .default-topic-page .page-body {
      margin-top: 20px;
    }

  .landing-grid {
    gap: 21px 10px;
  }

  .landing-content {
    padding: 33px 0 0;
  }

  .initial-category-item h2 {
    margin-top: 10px;
  }

  .manufacturer-landing-page .intro + .duo-cols {
    margin-bottom: 80px
  }

  .manufacturer-landing-page .black-back {
    flex-direction: column;
    padding: 0 22px;
  }

    .manufacturer-landing-page .black-back > div {
      width: 100%;
    }

    .manufacturer-landing-page .black-back .text-section {
      padding: 45px 0;
    }

  #manu-pictures .custom-arrow-next {
    right: -60px;
  }

  #manu-pictures .custom-arrow-prev {
    left: -58px;
  }

  .dashboard-order-list .last-btn {
    background-color: #000000;
    color: #fff;
    width: 100%;
  }

  .dashboard-order-list {
    margin-top: 0;
    padding-top: 0;
  }

  .brand-options-content {
    margin-bottom: 5px;
  }

  .customer-pricelists .pricelists-header {
    display: none;
  }

  .manufacturer-pricelist {
    grid-template-columns: none;
    padding: 12px 12px;
    min-height: 178px;
    height: unset;
    position: relative;
  }

    .manufacturer-pricelist .brand {
      margin-bottom: 36px;
    }

    .manufacturer-pricelist .extralight {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 22px;
      column-gap: 15px;
      padding: 0;
      justify-content: space-between;
      font-weight: 500;
    }

    .manufacturer-pricelist .extralight span {
      font-weight: 200;
    }

    .manufacturer-pricelist .download {
      position: absolute;
      top: 12px;
      right: 18px;
    }

  .blog-content.fixed-panel {
    top: unset;
    max-width: unset;
    border-bottom: 20px solid #fff;
  }
}



@media all and (max-width: 640px) {
  .footer-block {
    width: 100% !important;
  }

    .footer-block.about {
      float: unset;
      border: none;
    }

  .footer-upper {
    /*width: calc(100% + 44px);
      margin-left: -22px;*/
  }

    .footer-upper .smaller-content {
      margin: 0 -22px;
    }

  .footer-block.information {
    padding: 35px 22px;
  }

  .footer-block.about {
    border-bottom: 1px solid #707070;
  }

  .footer-block.about,
  .footer-block.customer-service {
    padding: 20px 35px 20px 22px;
    justify-content: unset;
  }

  .footer-block .title {
    margin-bottom: 0;
    position: relative;
  }

  .footer-block .list {
    padding: 20px 0 12px;
    display: none;
  }

    .footer-block .list a {
      font-size: 16px;
      line-height: 40px;
    }


  .footer-block .title:after {
    content: '';
    position: absolute;
    background-image: url('../imgs/drop-down-arrow-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 9px;
    transform: rotate(90deg);
    right: -15px;
    transition: .3s ease-in-out;
  }

  .footer-block .title.opened:after {
    transform: rotate(90deg) scale(-1);
  }

  .brands-section .grid-cl {
    grid-template-columns: repeat(3, 1fr);
  }

  .shops-list {
    grid-template-columns: unset;
  }

  #default-shop .picture-wrap img {
    height: 200px;
    min-height: unset;
  }

  .gallery .picture.swiper-slide img {
    max-height: 400px;
  }

  .balance-content h3 {
    font-size: 17px;
  }

  .dashboard-first-boxes div:first-child p {
    display: none;
  }

  .chart {
    width: 140px;
    height: 140px;
  }

    .chart .medium {
      font-size: 12px;
    }
}


@media all and (max-width: 480px) {
  /* general Anquan */

  .none480 {
    display: none;
  }


  /* end general Anquan */



  /* footer Anquan */
  .follow-us {
    padding: 24px 0 35px;
  }

  .newsletter strong {
    margin-bottom: 12px;
  }

  /* end footer Anquan */

  /* header */

  .top-message p, .top-message > div,
  .top-message button {
    font-size: 12px;
    line-height: 19px;
  }


  .hero-full-img img,
  .hero-right video {
    height: 60vh;
  }

  #counter-hero {
    top: calc(60vh + 30px);
  }

  #hero-slider .swiper-horizontal > .swiper-scrollbar,
  #hero-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: calc(60vh + 14px);
  }

  .item-box .product-title a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .item-box-colors {
    column-gap: 2px;
  }

    .item-box-colors .attribute-square {
      width: 11px;
      height: 11px;
    }

  .top-banner h2 {
    bottom: 15px;
  }

  .seasonal-banner2 a.grid-cl,
  .seasonal-banner3 a.grid-cl {
    padding: 22px 30px 20px;
  }

  .swiper-grid-column > .swiper-wrapper {
    flex-direction: unset;
  }

  .insta p {
    font-size: 16px;
    line-height: 21px;
    margin: 14px 0 36px;
  }

  .networks {
    margin-top: 23px;
  }

  /*** PRODUCT PAGE ***/

  .product-essential > div {
    width: 100%;
  }

  #main-pictures .picture {
    padding: 0 5%;
  }

  .overview .overview-container {
    margin: 0 10px;
  }

  #product-details details {
    padding: 0 10px;
  }

  .rel-prods.swiper {
    overflow: revert;
  }

  .product-video-area .text-section {
    padding: 52px 35px 46px;
  }

  .product-video-area .title {
    margin-bottom: 30px;
  }

  .product-video-area .subtitle {
    margin-bottom: 48px;
  }

  .product-video-area .play-pause-btn {
    padding: 19px;
    border: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 67px;
    height: 67px;
  }

  .prod-specifications img {
    width: 100%;
  }
  /* product list */
  .category-page h1 {
    margin: 30px 0 0;
  }

  .category-description {
    margin-top: 15px;
  }

  .category-video video {
    width: 100%;
    object-fit: cover;
  }

  .fixed-filter-btn,
  .fixed-filter-btn.fixed {
    bottom: 50px;
  }

  .related-categories {
    padding-top: 23px;
  }

    .related-categories ul {
      margin-top: 28px;
      gap: 16px 34px;
    }

  #load-more button {
    margin: 34px auto;
  }

  .sort-list {
    grid-template-columns: unset;
  }

  .item-box .picture {
    margin-bottom: 12px;
    /*padding-top: 22%;*/
  }

  .mobile-prices {
    font-size: 14px;
    line-height: 19px;
  }

  .product-item {
    padding-bottom: 15px;
  }

  .item-box .add-to-wishlist-button {
    top: 1px;
    right: 1px;
  }

  .product-tag {
    left: 6px;
    padding: 1px 4px;
    font-size: 12px;
  }

  .category-page h1 svg {
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 6%;
    transition: .3s ease-in-out;
  }

  #toggle-desc.opened svg {
    transform: rotate(90deg) scale(-1);
  }

  #pages-and-page-size {
    margin: 0 -22px;
  }

  .pager li a, .pager li span {
    min-width: 30px;
    height: 30px;
    padding: 5px;
  }

  /* checkout */

  #billing-buttons-container,
  #payment-buttons-container,
  #confirm-order-buttons-container {
    flex-direction: column;
    gap: 30px;
  }

    #billing-buttons-container .btn,
    #payment-buttons-container .btn,
    #confirm-order-buttons-container .btn {
      width: 100%;
    }

  #checkout-breadcrumbs {
  }

  #checkout-invoice {
    margin-top: 32px;
  }

  .address-select {
    flex-direction: column;
  }

    .address-select .address-item {
      width: 100%;
    }

  #checkout-step-shipping {
    margin-top: 48px;
  }

  #order-summary-checkout .mini-shopping-cart {
    padding: 5px 8px;
  }

  #order-summary-form .item {
    padding-right: 0;
    padding-left: 0;
  }

  #order-summary-form h2 {
    padding: 0 17px;
  }

  .mini-shopping-cart .picture + .product {
    margin-left: 0;
    padding-left: 20px;
  }

  /* blog */

  .news-list-page .block-blogtags ul {
    gap: 7px;
  }

  .related-news .section-title {
    margin: 16px 0 9px;
  }

  .general-details {
    margin: 40px 0;
  }

  .news-item-page .right-cat {
    padding-left: 8px;
  }

  .absolute-content {
    width: 98%;
  }

  .product-order-prices {
    width: 100%;
  }

  .order-finder .data-table ul {
    gap: 25px;
  }

  li.created-on.roboto.flex-cl > strong {
    font-size: 15px;
  }

  li.created-on.roboto.flex-cl > div {
    white-space: nowrap;
    font-size: 14px;
  }

  #size-guide-text {
    margin-top: 17px;
  }

  .product-reviews-page h1 a {
    font-size: 20px;
  }

  .product-reviews-page .title {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 20px;
  }

  .product-reviews-page .acc-content {
    padding-bottom: 0;
  }

  .left-table {
    min-width: 125px;
  }

  /* 404 Anquan*/
  .not-found-page .not-found-content {
    margin: 50px auto;
  }

  .not-found-page h1 {
    font-weight: 500;
  }

  .not-found-page p {
    margin: 35px auto;
  }


  /* end 404 Anquan*/

  /* account */
  #logout a {
    width: 100%;
    text-align: center;
  }
  /* end account */

  .custom-shops-list .shops-item .picture-img {
    width: 100%;
  }

  .chart {
    width: 120px;
    height: 120px;
  }

    .chart .medium {
      font-size: 11px;
      white-space: nowrap;
    }
}


@media all and (max-width: 400px) {

  .custom-shops-list {
    grid-template-columns: unset;
  }
}

@media all and (max-width: 380px) {

  .footer-lower {
    font-size: 12px;
    line-height: 16px;
  }
}

@media all and (max-width: 360px) {

  .header-logo {
    right: 40px;
  }

  .brands-section .grid-cl {
    grid-template-columns: repeat(2, 1fr);
  }
}
