@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 (min-width: 1201px) {
  .vision-section img {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
  }

  .left-menu {
    padding: 30px 40px 30px 8.5%;
    /*padding: 70px 40px 70px 8.5%;*/
  }

}

@media all and (min-width: 1025px) {
    .none1025 {
        display:none;
    }

    .top-menu.mobile {
      display: none !important;
    }

  .header-menu {
      width: 60%;
  }

  .right-menu ul div > img {
    width: 100%;
  }
    .top-menu {
    column-gap: 36px;
    justify-content: center;
  }


  .product-filter .group .item.inputs-checkbox input[type="checkbox"]:hover + label {
    background-color: #EEF1F2;
  }

  .product-item:hover .item-cart-btn {
    visibility: visible;
    opacity: 1;
    bottom: 12px;
  }

/*  .desktop-menu {
    column-gap: 36px;
  }*/

  .first-cat,
  .first-line > a {
    display: block;
    padding: 0 8px;
    line-height: 21px;
    font-size: 16px; /*reset zeroing*/
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    font-family: 'Roboto Condensed', Arial;
    font-weight: normal;
  }

  .first-li-cat {
      padding: 0 18px;
  }

    .first-li-cat:first-child {
        padding-left: 0;
    }

    .first-li-cat:last-child {
      padding-right: 0;
    }

    .first-li-cat:hover .first-cat,
    .first-li-cat:focus .first-cat,
    .first-line a:hover {
      background-color: #fff;
    }

  .main-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    background-color: #FFFFFF;
    /*  transition: visibility .4s ease-in-out;*/
    padding-top: 17.5px;
/*    height: 367.5px;*/
    left: 0;
    right: 0;
    top: 38.5px;
  }
    .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;   
  }

  .back-menu {
    min-height: 465px;
    max-height: 465px;
  }

  .left-menu,
  .right-menu {
    width: 50%;
  }


  .right-menu {
    padding: 70px 48px 70px 40px;
  }

  

  
  .first-level {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 20px;
    overflow-y: auto;
    height: 100%;
  }

    .first-level::-webkit-scrollbar {
      width: 3px;
      height: 100%;
    }

    .first-level::-webkit-scrollbar-track {
      background: #fff;
    }

    .first-level::-webkit-scrollbar-thumb {
      background-color: #9B9B9B;
      border-radius: 25px;
      border: 2px solid #9B9B9B;
    }

    .first-level > li > a {
      font-family: 'Roboto Condensed', Arial;
      font-weight: bold;
      margin-bottom: 15px;
    }

      .first-level > li > a:hover {
        text-decoration: underline;
        text-decoration-color: #fff;
        text-decoration-thickness: 2px;
      }

  .header-menu .sublist li a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    
  }

  .sec-level > li > a {
    transition: .3s ease-in-out;
  }

    .sec-level > li > a:hover {
      color: #000;
    }


  .sec-level {
      row-gap: 12px;
  }

  .right-menu ul li a:hover span {
    background-color: #fff;
  }



  .header-lower:after {
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 56px;
    background: #fff;
    height: 0;
    transition: height .6s ease-in-out;
    z-index: -1;
  }

  .header-lower.hover:after {
    height: 465px;
    border-bottom: 1px solid #212121;
  }

  .header-lower:before {
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 56px;
    background-color: #212121;
    height: 0;
    width: 1px;
    margin: auto;
    transition: height .6s ease-in-out;
    z-index: 1;
  }

  .header-lower.hover:before {
    height: 465px;
  }

  .sub-category-grid li a:hover {
    text-decoration-color: #fff;
    text-decoration-thickness: 3px;
  }

  .footer-block .list a {
    position: relative;
    transition: .3s ease-out;
    width: fit-content;
  }


  .footer-block .list a:after {
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
  }

    .footer-block .list a:hover:after {
      border-bottom: 2px solid #000;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }





  .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;
  }

  .footer-upper,
  .footer-lower {
    width: 97%;
  }

  .footer-block.follow-us {
    width: 40%;
    padding-right: 10%;
  }

  .rest-footer-info {
      width: 60%;
  }





  /*** 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;
  }

  .customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
  }

  /*** SHOPPING CART ***/


  #shopping-cart-form .item .product {
    width: 40%;
  }

  #shopping-cart-form .item .price-and-removal {
    width: 15%;
  }

  #shopping-cart-form .items {
    border-right: 1px solid #212121;
    width: 67%;
  }

  #shopping-cart-form .cart-footer {
    width: 33%;
  }

  .sticky-cart {
    position: sticky;
    top: 58px;
  }

/* checkout */

  #checkout-steps {
    width: 67%;
  }

  #order-summary-checkout {
    width: 33%;
  }
/*  .checkout-page .cart-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
  }
*/





  /*** 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;
  }*/

  .news-list-page .news-items {
    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;
  }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .news-item-page .left-cat .full-img {
      height: 80vh;
  }
}


@media all and (min-width: 769px) {
    .none769 {
        display: none;
    }

  .left-cat,
  .right-cat {
    width: 50%;
  }


  .left-cat {
    padding: 8px;
  }


  .hero-section {
    height: 50vw;
  }



/*
  .hero-section img {
    object-position: top;
    max-height: 90vh;
  }*/

/*  .hero-full-img:after {
    content: '';
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(269deg, rgba(255,255,255, 0) 0%, rgba(255,255,255,0.48) 48%, #fff 100%) 0% 0% no-repeat;
  }*/

  .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;
    }




  /*** 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;
    }

  .shopping-cart-page .breadcrumb,
  .contact-page .breadcrumb {
    border-bottom: 1px solid #212121;
  }

  .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: 1400px)
{
  .product-item .item-cart-btn .old-price {
    font-size: 12px;
    margin: 0;
  }

  .item-cart-btn {
    padding: 5px 8px;
    min-height: 51px;
  }

  .item-box .prices {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    line-height: 19px;
  }

}



@media all and (max-width: 1300px) {
    .hide1300 {
        display: none !important;
    }

  .header-links ul {
    column-gap: 13px;
  }

  .header-logo,
  .header-links-wrapper 
  {
      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;
  }
}

@media all and (min-width: 1025px) and (max-width: 1200px) {
  .first-cat, .first-line > a {
    font-size: 14px;
  }

  .header-logo, .header-links-wrapper {
    width: 235px;
  }

  .top-menu {
    column-gap: 16px;
  }

  .first-li-cat {
    padding: 0 8px;
  }
}


@media all and (max-width: 1200px)
{
  h1, .big-title,
  .hero-section h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .vision-section span{
    font-size: 10.07vw;
    line-height: 9.7vw;
  }

  .store-section .boldness {
    font-size: 6vw;
    line-height: 7vw;
  }

  .bros-section .boldness-out, .bros-section .boldness {
    font-size: 10vw;
    line-height: 11vw;
  }

  .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;
  }

  #back-guest-button {
      top: -25px;
      left: 8px;
  }

  .collection-prod-section {
    font-size: 4.2vw;
    line-height: 6vw;
    padding: 70px 8% 18px;
  }

  .middle-col:first-child img {
      width: 6.7vw;
  }

  .middle-col:last-child img {
    width: 11.25vw;
  }


  .left-menu {
    padding: 30px 40px 30px 40px;
    /*padding: 70px 40px 70px 8.5%;*/
  }

  .first-level {
    grid-template-columns: repeat(3, 1fr);
  }

}

@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: 30px;
  }

  .none1024 {
      display: none;
  }

  .footer-upper {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-lower {
    flex-direction: column;
    row-gap: 11px;
    text-align: center;
  }

  .footer-block.follow-us {
    margin-bottom: 20px;
    padding: 0;
  }

    /*** 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-links ul {
    column-gap: 8px;
  }

  .header-logo {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -9px;
    z-index: 3;
  }

    .header-logo a {
      background-color: #fff;
      border-radius: 500%;
      padding: 0 8px 8px;
    }

  .header-lower {
    padding: 14px 0;
    height: 58px;
    border: none;
    box-shadow: 0 10px 30px #00000029;
  }

  .menu-toggle {
    cursor: pointer;
    background-image: url('../imgs/burger_menu.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 28px;
    padding: 14px 0;
  }

    .menu-toggle.exit {
      background-image: url('../imgs/exit-menu.svg');
    }

    .top-menu {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      background-color: #FFFFFF;
      height: 100vh;
      top: 58px;
      z-index: 2;
    }

  .admin-header-links + .header-lower .top-menu {
    top: 93px;
  }


  .mobile-menu {
    overflow: hidden auto;
    height: calc(100% - 67px);
    padding-top: 26px;
    box-shadow: inset 0 10px 30px 0px #00000029;
  }


  .mobile-menu > li {
    /*position: relative;*/
    padding: 0;
  }

    .mobile-menu > li:not(.bottom-menu-mob) > a,
    .mobile-menu > li:not(.bottom-menu-mob) > button,
    .mobile-menu .sublist li a,
    .mobile-menu .sublist li button {
      display: block;
      padding: 14px 10px 14px 20px;
      font-size: 16px;
      line-height: 21px;
      color: #000000;
      text-align: left;
      width: 100%;
      font-family: 'Roboto Condensed', Arial;
      font-weight: bold;
      border-bottom: 1px solid #212121;
      background-color: #fff;
    }

      .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: 24px 45px;
    text-align: center;
    position: relative;
  }

  .close-sibling .sublist-toggle {
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }


  .mobile-menu > li > a:focus {
    position: relative;
    z-index: 1;
  }

  .main-menu,
  .sec-level {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  }

    .main-menu.active-menu,
    .sec-level.active-menu {
      opacity: 1;
      visibility: visible;
      width: 100%;
      height: calc(100vh - 67px);
      padding-top: 5px;
      z-index: 2;
      background-color: #fff;
    }



  li.bottom-menu-mob {
    background-color: #F7F8F9;
    padding: 23px 0 15px;
  }

  .left-menu {
      width: 100%;
      padding: 0;
  }

  .mobile-links {
    flex-direction: column;
    row-gap: 14px;
    align-items: start;
    padding: 0 8px;
  }

    .mobile-links a {
        column-gap: 3px;
    }

    .mobile-links span {
      letter-spacing: -.5px;
    }

  .bottom-images {
    padding: 86px 12px 25px;
    overflow-x: auto;
    column-gap: 16px;
  }

/*  li.right-menu {
    flex: 0 0 75%;
  }*/

  .right-menu ul.one-menu-img li {
    flex: 0 0 100%;
  }

    .right-menu ul li {
      flex: 0 0 48%;
    }

      .svgaki {
        right: -24px;
        z-index: 1;
        transform: scale(0.8);
      }

  /*.selected-lang {
      padding: 0 13px;
      margin-top: 14px;
  }

    .selected-lang {
        font-size: 16px;
    }*/

      .selected-lang > div img {
          vertical-align: top;
      }

     /* .selected-lang button {
        margin-left: 10px;
        font-size: 12px;
      }*/

      .sublist-toggle {
        width: 34px;
        height: 34px;
        border-left: 1px solid #fff;
        background: url('../imgs/carousel-arrow.svg') center no-repeat;
        cursor: pointer;
      }


  .sublist .sublist li {
    background-color: #f6f6f6;
  }

  .sublist .sublist .sublist li {
    background-color: #fff;
  }

  #small-search-box {
      top: 58px;
  }

    #small-search-box.hide-search {
        padding: 70px 8px;
    }

  #small-search-box-form {
    max-width: 600px;
    margin: auto;
  }
  /*** 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 h1 {
    padding: 28px 0 20px;
    cursor: pointer;
  }
  .html-account-page h1:after {
    content:"";
    display:block;
    background:url('../imgs/arrow-left.svg');
    background-position:left;
    width:34px;
    height:34px;
    margin-top:-31px;
  }
  #logout {
    border: 1px solid #212121;
    margin:30px auto;
    max-width:400px;
  }
  .html-account-page .back-to-orders-button{
      display:none;
  }
  /*** PRODUCT PAGE ***/
  .overview .overview-container {
    margin: 0 8%;
  }

  #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 */

  .cartItem-details {
    flex-direction: column;
    row-gap: 12px;
  }

  #shopping-cart-form {
      flex-direction: column;
  }

  .cart-footer {
    margin: 0;
    border-top: 1px solid #212121;
  }

  .checkout-buttons {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 14px 30px;
    border-top: 1px solid #212121;
    z-index: 3;
  }

/*  .html-shopping-cart-page .footer {
    position: relative;
    z-index: 2;
  }
*/

/* check out */

  #checkout-header {
    height: 58px;
    border: none;
    box-shadow: 0 10px 30px #00000029;
  }

  .checkout-page .page-body {
      flex-direction: column;
  }

  #billing-buttons-container,
  #confirm-order-buttons-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    margin: 0;
    padding: 14px 8px;
    border-top: 1px solid #212121;
    column-gap: 10px;
  }

/* 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 #212121;
  }


}

@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;
  }
}


@media all and (max-width: 768px) {
    .none768,
    .custom-arrow {
      display: none;
    }

  .hero-section .white-border-btn {
    padding: 11px 23px;
    border: 1px solid #212121;
    color: black;
    background-color: transparent;
  }

    .hero-section .white-border-btn:hover {
      background-color: black;
      color: white;
    }   

  .bar-notification-container {
    top: unset;
    bottom: 20px;
    max-width: 95%;
    right: 0;
    left: 0;
    margin: auto;
  }

  .counter {
    margin-left: 0;
  }

  /*  li.right-menu {
      flex: 0 0 100%;
    }
*/

    .top-banners {
      flex-direction: column;
      border: none;
      margin-bottom: 50px;
    }

    .top-banner:nth-child(2) {
      border: none;
    }

    .top-banner {
      border-bottom: 1px solid #212121 !important;
    }

    .collection-section .collection-head {
      flex-direction: column;
      row-gap: 17px;
      margin-bottom: 24px;
    }

    .seasonal-banner:nth-child(1) {
      border-right: none;
    }

    .seasonal-banner:nth-child(4) {
      border-left: none;
    }

    .seasonal-banners {
      grid-template-columns: unset;
    }

    .seasonal-banner3 {
      order: 1;
    }

    .seasonal-banner.seasonal-banner2 a.grid-cl img {
      margin: 37px auto 44px;
    }

    .seasonal-banner.seasonal-banner3 a.grid-cl img {
      margin: 8px auto;
    }

    .scroll-tabs ul {
      margin-bottom: 16px;
      column-gap: 5px;
    }


    .rest-footer-info {
      flex-wrap: wrap;
      row-gap: 40px;
    }

    .footer-block {
      min-width: 200px;
    }


    .hero-section .flex-cl {
      flex-direction: column-reverse;
    }


    .hero-left {
      padding: 70px 8px 35px;
      border-top: 1px solid #212121;
    }

    .hero-right {
      display: flex;
    }

    #hero-slider .swiper-horizontal > .swiper-scrollbar,
    #hero-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
      top: calc(90vh + 14px);
      margin: 0 auto;
      bottom: unset;
    }

    .hero-desc {
      max-width: 95%;
      margin: auto;
      text-align: center;
    }

      .hero-desc .btn {
        margin: auto;
      }

    .hero-full-img .hero-left {
      position: unset;
    }

  #hero-slider img,
  #hero-slider video {
    height: 90vh;
  }

    #counter-hero {
      width: 100%;
      text-align: center;
      bottom: unset;
      padding: 0;
      color: #9B9B9B;
      top: calc(90vh + 30px);
    }

    .vision-section {
      padding: 67px 0 100px;
    }

      .vision-section span {
        font-size: 14.667vw;
        line-height: 15.8vw;
      }

      .vision-section img {
        width: 39%;
        height: auto;
        vertical-align: bottom;
      }

    .bros-section {
      padding: 30px 0;
    }

      .bros-section .boldness-out,
      .bros-section .boldness {
        font-size: 13.334vw;
        line-height: 13.6vw;
      }

    .store-section .left-sec {
      width: 100%;
    }

    .news-list-homepage .section-title {
      margin: 22px 0 8px;
    }

    .insta {
      padding: 66px 0 56px;
    }

      .insta p {
        font-size: 18px;
      }

    .store-section .left-sec {
      padding: 25px 15px 14px;
    }

    .store-section .boldness {
      font-size: 13vw;
      line-height: 16vw;
      margin: 66px auto 103px;
    }


    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
      width: 92%;
      height: 3px;
      margin: auto;
      right: 0;
      left: 0;
      bottom: 50px;
    }

    .swiper-scrollbar-drag {
      background: #212121;
    }


    .collection-section .swiper-wrapper {
      margin-bottom: 68px;
    }

    .review-rating .name-description {
      text-align: center;
      width: 100%;
      display: block;
    }
  .write-review .review-rating {
    text-align: center;
  }

  .write-product-review-button {
    margin: auto;
    width: 100%;
  }
    .write-review .review-rating div {
      text-align: center;
      padding-bottom: 10px;
      display: inline-block;
    }

  /*** ACCOUNT ***/

  .html-account-page .side-2 {
    padding: 0 10px;
    margin-top: 36px;
  }
  .html-account-page .center-2{
      padding:0;
  }
  .customer-info-page {
      max-width: 100%;
  }
  .html-account-page form {
    padding: 0 10px;
  }
  #logout {
    border: 1px solid #212121;
    margin: 30px auto;
    max-width: 400px;
  }

  .block-account-navigation .title,
  .block-account-navigation .reward-points {
    padding: 0;
  }
  .block-account-navigation li.reward-points,
  .block-account-navigation li {
    padding: 0 0 0 42px;
  }
  .customer-info-page button, .address-list-page button {
   width:100%;
   margin:unset;
  }

  .address-list-page .add-button {
      padding: 0 8px;
      margin: 30px 0 62px;
  }
  .html-account-page h1 {
    font-size: 16px;
    line-height: 21px;
    border-bottom: 1px solid #212121;
    padding: 22px 10px 18px;
    margin: 0;
  }
    .html-account-page h1::after {
      margin-top: -26px;
    }

  .address-edit-page .page-title,
  .customer-info-page .page-title,
  .address-list-page .page-title {
    margin-bottom: 32px;
  }



  .order-list.fieldset {
    margin: 0;
  }

  .order-details-area {
    padding: 28px 8px 0;
    grid-template-columns: unset;
  }

  .section.products {
      padding: 0 8px;
      margin-bottom: 0;
  }

  .order-product-info {
    padding-right: 10px;
    flex-direction: column;
    row-gap: 15px;
  }

  .product-order-prices {
    width: 70%;
    margin-left: auto;
  }

  .order-section.totals {
      border-top: none;
      padding: 0 8px;
      margin-bottom: 27px;
  }

  .order-details-page .total-info {
      width: 100%;
  }

  .order-product-item {
    border-right: 1px solid #212121;
  }

  .order-status-info {
      flex-direction: column;
      border: none;
  }

  .order-status-info > div {
    padding: 0 13px 8px;
  }

    .order-status-info > div:first-child {
        border-bottom: 1px solid #212121;
    }

  .return-text {
      padding: 0;
  }

  .order-details-btn {
      padding: 0 8px;
  }

    .order-details-btn button {
        margin: auto;
    }

    .reward-points-page .info-headers,
    .order-list-page .info-headers,
    .address-list-page .info-headers {
      display: none;
    }
  .reward-points-page .info,
  .address-list-page .info,
  .order-list-page .info {
    display: block;
    padding: 30px 33px 42px;
    margin: 0;
  }
    .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 .info .last-name,
    .address-list-page .info .postal-code {
      margin-bottom: 20px;
    }

  .order-list-page .controls button,
  .address-list-page .controls button {
    text-align: center;
  }

  .address-list-page .controls .white-border-btn {
    margin-bottom: 20px;
  }
  .order-list-page .info li.controls{
      margin: 32px 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,
  .reward-points-page .info li {
    width: 100%;
    display: flex;
    align-items:center;
    margin-bottom: 22px;
    column-gap: 15px;
    padding: 0;
  }

    .order-list-page .info li div,
    .reward-points-page .info li div {
      width: 50%;
      color: #7b7b7b;
      font-family: Cera,Arial,sans-serif;
      font-weight: normal;
      flex-shrink: 0;
    }

  .order-finder .title + p,
  .reward-points-page p.description{
      margin-top: 40px; 
  }

  .footer-finder {
    padding-top: 20px;
  }

  #order-finder-result {
    padding: 0 10px;
  }
  /*** 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;
  }

    .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;
    flex-wrap: wrap;
  }

  .eu-cookie-bar-notification .btn {
    height: 40px;
    font-size: 12px;
    margin: 0;
    max-width: 40%;
    padding: 10px;
    width: 100%;
    text-align: center;
  }

    /*** PRODUCT PAGE ***/

    #product-details-form .breadcrumb {
        margin: 14px 0 14px 10px;
      font-size: 14px;
    }

  .product-essential {
    height: unset;
    flex-direction: column;
  }

    .product-essential > div {
      width: 100%;
    }

  .gallery-mode #main-pictures .picture {
    padding: 100px 0 200px;
  }

  .gallery-mode .gallery {
    position: relative;
  }

  #thumb-pictures {
    display: none;
  }

  .gallery-mode #thumb-pictures {
    display: flex;
    position: absolute;
    padding: 30px 10px;
    flex-direction: unset;
    height: fit-content;
    overflow:auto;
    width: 100%;
  }

    .gallery-mode #thumb-pictures .thumb-picture {
      margin: 0 10px 0 0;
    }

  .gallery-mode #close-gallery-mode-button {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.5s;
  }

    .gallery .made-with-care {
      font-size: 12px;
      padding: 0;
      border-top: 1px solid #212121;
    }

  #main-pictures {
    display: flex;
    overflow: auto;
    margin-bottom: 15px;
    align-items: center;
  }

      #main-pictures .picture {
        flex-shrink: 0;
        width: 100%;
        padding: 0 15%;
        transition: all 0.5s;
        border-bottom: none;
      }
      #main-pictures .product-video {
        flex-shrink: 0;
        width: 100%;
        padding: 0 15%;
        transition: all 0.5s;
        border-bottom: none;
      }

    .related-prods {
      margin-top: 40px;
    }

  .product-banner {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: unset;
  }

    /* product list */
    .item-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: auto;
    }

    .duo-cat {
      flex-direction: column;
    }

    .right-cat {
      padding: 25px 8px 28px;
    }

    .panel-fixed {
        max-width: unset;
        width: 100%;
    }

    #panel-filters {
        padding: 0 8px;
    }

      #panel-filters .panel-title {
        padding-bottom: 9px;
        border-bottom: 1px solid #212121;
      }

      .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 #212121;
  }


/* wishlist */

  .wishlist-page {
      margin-top: 35px;
  }

  .wishlist-content {
      margin-top: 28px;
  }

  .block-recently-viewed-products {
      margin-top: 50px;
  }

  .wishlist-page .no-data {
      margin: 10px auto;
  }

  .block-recently-viewed-products h2 {
      margin-bottom: 16px;
  }

/* login - register */

  .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;
    }

  .shipping-method li {
    height: 72px;
    margin-bottom: 12px;
    position: relative;
  }

  #shipping-methods-form .method-name {
      margin-bottom: 0;
  }

  .shipping-method .method-description {
    position: absolute;
    bottom: unset;
    top: calc(100% - 12px);
    padding: 12px 15px;
    margin: 0;
    text-align: left;
    left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

/*search page - news products*/
  .search-page h1, .new-products-page h1 {
    font-size: 20px;
    line-height: 26px;
  }

/* blog */
  .news-list-page .left-cat {
    padding-bottom: 9px;
    border-bottom: 1px solid #212121;
  }

  .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 8px 44px;
  }
    .text-contact-content h1 {
        margin-bottom: 25px;
    }

    .text-contact-content p{
        margin-bottom: 25px;
    }

  #size-left-menu {
      width: 100%;
      background-color: #fff;
  }

  .size-page-content {
      padding-top: 50px;
      width: 100%;
  }

  #size-left-menu.fixed-guide {
    top: 58px;
    z-index: 1;
  }

  .size-guide-options {
    flex-direction: unset;
    overflow-x: auto;
  }
  @media (max-width: 767px) {
    .html-product-details-page .ui-dialog {
      top: 20px !important;
      min-width: auto !important;
      width: 100% !important; 
      box-sizing: border-box;
    }
  }
  .collection-prod-section {
    font-size: 5.54vw;
    line-height: 9vw;
    padding: 50px 0 10px;
  }

  .middle-col:first-child img {
    width: 9.7vw;
  }

  .middle-col:last-child img {
    width: 21.6vw;
  }

  #stores-map{
      height:550px;
  }

  .topic-page-content {
    width: 100%;
  }

  .cat-msg {
    top: 0;
    left: 0;
  }

  .insta-posts {
      padding: 66px 10px 32px;
  }

  .insta-posts li.post-item:nth-child(odd) {
    padding-top: 23px;
  }

  .center-1 .insta-posts.social-feed .title span {
    font-size: 28px;
  }

  .center-1 .insta-posts.social-feed .sub-title {
    margin: 14px auto 36px;
    font-size: 16px;
    line-height: 21px;
    padding: 0 25px;
  }

  .checkout-buttons .free-shipping-notice {
    margin: 12px 0 0;
  }

}





@media all and (max-width: 480px) {
  .none480 {
    display: none;
  }

  h1, .big-title,
  .hero-section h1,
  .product-reviews-page h1 {
    font-size: 24px;
    line-height: 32px;
  }

  /* header */

  .top-message p, .top-message > div,
  .top-message button {
      font-size: 12px;
      line-height: 19px;
    }

    .footer-upper {
      padding: 18px 0 8px;
    }

    .footer-lower {
      font-size: 12px;
      line-height: 16px;
    }

    .rest-footer-info {
      row-gap: 0;
    }

    .newsletter .big-title {
      text-align: center;
    }

    .footer-block {
      width: 100%;
      padding: 0;
    }

      .footer-block .title {
        margin: 0;
        padding: 10px 20px 10px 0;
        position: relative;
      }

        .footer-block .title:after {
          content: '';
          position: absolute;
          background-image: url('../imgs/plus_icon.svg');
          background-position: center;
          background-repeat: no-repeat;
          width: 15px;
          height: 15px;
          top: 12px;
          right: 0;
          transition: .3s ease-in-out;
        }

        .footer-block .title.opened:after {
          background-image: url('../imgs/minor_icon.svg');
        }

      .footer-block.follow-us {
        margin-bottom: 10px;
      }

  #hero-slider img,
  #hero-slider 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 ***/

    #main-pictures .picture {
      padding: 0 5%;
    }
    #main-pictures .product-video {
      padding: 0 5%;
    }

    .overview .overview-container {
      margin: 0 10px;
    }

    #product-details details {
      padding: 0 10px;
    }

    /* product list */
    .category-page h1 {
      margin: 30px 0 0;
    }

    .category-description {
      margin:25px 0 36px;
      width: 98%;
    }

    .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;
    }

    #cat-desc-open {
      display: none;
    }

    #toggle-desc.opened svg {
      transform: rotate(90deg) scale(-1);
    }

    #shopping-cart-form .item .price-and-removal {
      text-align: left;
    }

    #shopping-cart-form .items {
        padding: 0 8px 8px;
    }

    .shopping-cart-page .breadcrumb {
      padding: 18px 0 0;
    }

    .shopping-cart-page .page-title {
        margin: 24px 0;
    }

    #shopping-cart-form .cart-actions {
        margin-bottom: 22px;
    }

    .go-back-button {
      column-gap: 21px;
    }

    #shopping-cart-form .item {
      column-gap: 6%;
      padding: 22px 13px 22px;
    }

    .cart-footer h2 {
      padding: 27px 25px;
    }

    .cart-total tr {
      padding: 0 17px;
      display: flex;
    }

    .cart-footer .totals {
      padding: 17px 8px 29px;
    }

/* checkout */

    #checkout-steps {
        padding: 0 8px;
    }

    #checkout-breadcrumbs {
      margin: 30px 0 40px;
    }

    #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: 9px;
        padding-left: 9px;
    }

    #order-summary-form h2 {
        padding: 0 17px;
    }

    /*search page - news products*/
    .search-page h1, .new-products-page h1 {
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      padding: 20px 8px 16px;
    }

/* 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;
  }

  .collection-prod-section {
    font-size: 8.54vw;
    line-height: 12vw;
    padding: 32px 0 10px;
  }
  .middle-col:first-child img {
    width: 19vw;
  }

  .footer-block .list a {
      font-size: 15px;
      line-height: 30px;
  }

  .right-menu ul div > img {
    min-height: 100px;
    max-width: 170px;
  }

}

  @media all and (max-width: 360px)
  {
    .fixed-btns {
        flex-direction: column;
    }

    .fixed-btns .white-border-btn,
    .fixed-btns .black-border-btn {
      width: 100%;
    }

    .product-filters {
      height: calc(100% - 200px);
    }

    .eu-cookie-bar-notification .buttons-more {
        justify-content: center;
    }
  }