@media only screen and (max-width: 1279px) {
  .wrap {
    width: 720px;
  }
  .main {
    margin-bottom: 70px;
  }
  .main .main-top .wrap .header {
    min-height: 70px;
  }
  .main .main-top .wrap .header .top {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main .main-top .wrap .header .top .logo {
    display: flex;
    justify-content: flex-start;
  }
  .main .main-top .wrap .header .top .logo span {
    margin-left: 5px;
  }
  .main .main-top .wrap .header .top .sep {
    display: block;
    flex: 1;
  }
  .main .main-top .wrap .header .top .header-search-form {
    width: 100%;
    flex: none;
    order: 2;
    margin-left: 0;
    margin-top: 20px;
    display: none;
  }
  .main .main-top .wrap .header .top .search-mobile {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    margin-left: 30px;
  }
  .main .main-top .wrap .header .top .search-mobile:hover {
    background: #ffd700;
    color: #fff;
  }
  .main .main-top .wrap .header .top .cabinet .cabinet-menu {
    top: calc(100% + 20px);
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-header :nth-child(3),
  .content .cart-page .cart-page-content .cart-table .cart-table-header :nth-child(4),
  .content .cart-page .cart-page-content .cart-table .cart-table-header :nth-child(5),
  .content .cart-page .cart-page-content .cart-table .cart-table-header :nth-child(6) {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-name,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-count,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-count-production,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-weight,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-weight-production,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-sum,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-sum-production,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-actions {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-header {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-header .product-header-name {
    flex: 1;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-header .product-header-name .product-header-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-header .product-header-name .product-header-sku {
    color: #666;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-header .product-header-actions {
    width: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-header .product-header-actions a.product-remove {
    color: #dc3545;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info {
    display: flex;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production {
    display: flex;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div {
    line-height: 30px;
    flex: 1;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div.product-info-name,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div.product-info-name {
    font-weight: 500;
    flex: 1.5;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div.product-info-count,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div.product-info-count,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div.product-info-weight,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div.product-info-weight {
    text-align: center;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div.product-info-sum,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div.product-info-sum {
    text-align: right;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals > :not(.product-mobile-only) {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals :nth-child(1) {
    display: block;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production {
    width: 100%;
    display: flex;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div {
    flex: 1;
    font-size: 16px;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div.product-totals-name,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div.product-totals-name {
    flex: 1.5;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div.product-totals-count,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div.product-totals-count,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div.product-totals-weight,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div.product-totals-weight {
    text-align: center;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div.product-totals-sum,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div.product-totals-sum {
    text-align: right;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store {
    margin-bottom: 10px;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals > :not(.product-mobile-only) {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals :nth-child(1) {
    display: block;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production {
    width: 100%;
    display: flex;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div {
    flex: 1;
    font-size: 16px;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div.product-totals-name,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div.product-totals-name {
    flex: 1.5;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div.product-totals-count,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div.product-totals-count,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div.product-totals-weight,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div.product-totals-weight {
    text-align: center;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div.product-totals-sum,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div.product-totals-sum {
    text-align: right;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store {
    margin-bottom: 10px;
  }
  .content .categories {
    margin-top: 50px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .content .categories .category {
    padding: 20px;
  }
  .content .categories .category .image {
    height: 140px;
    margin-bottom: 20px;
  }
  .content .categories .category .image img {
    max-width: 100%;
    max-height: 100%;
  }
  .content .categories .category .name {
    font-size: 16px;
  }
  .content .category-page .sidebar {
    display: none;
  }
  .content .category-page .category-page-mobile-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: none;
  }
  .content .category-page .category-page-mobile-bar h1 {
    text-align: center;
  }
  .content .category-page .category-page-mobile-bar a {
    font-size: 16px;
    line-height: 32px;
  }
  .content .category-page .category-page-mobile-bar a.mobile-bar-categories i {
    margin-right: 10px;
  }
  .content .category-page .category-page-mobile-bar a.mobile-bar-filters i {
    margin-left: 10px;
  }
  .content .category-page .category-page-mobile-bar a:hover {
    color: #ffd700;
  }
  .content .category-page .category-content h1 {
    display: none;
  }
  .content .category-page .category-content .products-actions {
    margin-top: 25px;
    justify-content: space-between;
  }
  .content .category-page .category-content .products-actions .mobile-bar-filters {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
  }
  .content .category-page .category-content .products-actions .mobile-bar-filters i {
    margin-right: 10px;
  }
  .content .category-page .category-content .products-actions .mobile-bar-filters:hover {
    background: #ffd700;
    color: #000;
  }
  .content .category-page .category-page-content .table-invoice-image th:nth-child(3),
  .content .category-page .category-page-content .table-invoice-image td:nth-child(3) {
    display: none;
  }
  .content .category-page .category-page-content .table-invoice-image th:nth-child(4),
  .content .category-page .category-page-content .table-invoice-image td:nth-child(4) {
    display: none;
  }
  .content .category-page .category-page-content .table-invoice-image th:nth-child(7),
  .content .category-page .category-page-content .table-invoice-image td:nth-child(7) {
    display: none;
  }
  .content .category-page .category-page-content .table-invoice-image th div,
  .content .category-page .category-page-content .table-invoice-image td div {
    margin-top: 5px;
  }
  .content .category-page .category-page-content .table-invoice-image th div span,
  .content .category-page .category-page-content .table-invoice-image td div span {
    display: inline-block;
    width: 60px;
    opacity: 0.5;
  }
  .content .category-page .category-page-content .table-invoice-image th .mobile-only,
  .content .category-page .category-page-content .table-invoice-image td .mobile-only {
    display: block;
  }
  .content .category-page .category-page-content .table-invoice-image tr:last-child td:nth-child(2) {
    text-align: right;
  }
  footer {
    margin-top: 30px;
  }
  .support {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .support img {
    width: 30px;
  }
  .support:hover img {
    width: 40px;
  }
  .modal .modal-wrap .modal-block {
    display: none;
    max-height: 90vh;
  }
  .modal .modal-wrap .modal-block.modal-cart {
    width: 720px;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content {
    max-height: calc(90vh - 101px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form {
    height: auto;
    flex-direction: column;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .product-image-gallery {
    margin: 0 auto;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .product-image-gallery .product-images .product-images-main-wrap .product-images-main .swiper-slide img {
    max-width: 90%;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table {
    width: 620px;
  }
  .modal .modal-sidebar-filters {
    width: 268px;
    position: absolute;
    right: -268px;
    background: #fff;
    height: auto;
    box-sizing: border-box;
    margin-right: 0;
  }
  .modal .modal-sidebar-filters.visible {
    display: block;
  }
  .modal .modal-sidebar-filters .mobile-sidebar-header {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .modal .modal-sidebar-filters .mobile-sidebar-header .modal-sidebar-close {
    font-size: 24px;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .modal .modal-sidebar-filters .mobile-sidebar-header .modal-sidebar-close:hover {
    color: #dc3545;
  }
  .modal .modal-sidebar-filters .mobile-sidebar-content {
    height: calc(100vh + 31px);
    margin-top: -31px;
  }
  .modal .modal-sidebar-filters .sidebar {
    margin-right: 0;
  }
  .modal .modal-sidebar-filters .sidebar-menu {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .modal .modal-gallery {
    width: calc(100% - 50px);
  }
  .orders-list .account-orders-list th:nth-child(1),
  .orders-list .account-orders-list-item th:nth-child(1),
  .orders-list .account-orders-list td:nth-child(1),
  .orders-list .account-orders-list-item td:nth-child(1) {
    width: 20%;
  }
  .orders-list .account-orders-list th:nth-child(2),
  .orders-list .account-orders-list-item th:nth-child(2),
  .orders-list .account-orders-list td:nth-child(2),
  .orders-list .account-orders-list-item td:nth-child(2) {
    display: none;
  }
  .orders-list .account-orders-list th:nth-child(3),
  .orders-list .account-orders-list-item th:nth-child(3),
  .orders-list .account-orders-list td:nth-child(3),
  .orders-list .account-orders-list-item td:nth-child(3) {
    width: 20%;
  }
  .orders-list .account-orders-list th:nth-child(4),
  .orders-list .account-orders-list-item th:nth-child(4),
  .orders-list .account-orders-list td:nth-child(4),
  .orders-list .account-orders-list-item td:nth-child(4) {
    display: none;
  }
  .orders-list .account-orders-list th:nth-child(6),
  .orders-list .account-orders-list-item th:nth-child(6),
  .orders-list .account-orders-list td:nth-child(6),
  .orders-list .account-orders-list-item td:nth-child(6) {
    width: 25%;
  }
  .orders-list .account-orders-list th .mobile-only,
  .orders-list .account-orders-list-item th .mobile-only,
  .orders-list .account-orders-list td .mobile-only,
  .orders-list .account-orders-list-item td .mobile-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 440px;
  }
  .main .main-top .wrap .header .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main .main-top .wrap .header .top .logo {
    margin-bottom: 25px;
    justify-content: center;
    order: 1;
  }
  .main .main-top .wrap .header .top .search-mobile {
    order: 3;
    margin-left: 0;
  }
  .main .main-top .wrap .header .top .cabinet {
    order: 4;
  }
  .main .main-top .wrap .header .top .cabinet .cabinet-button {
    margin-left: 10px;
  }
  .main .main-top .wrap .header .top .cart {
    margin-left: 0;
    order: 6;
  }
  .main .main-top .wrap .header .top .sep {
    order: 2;
  }
  .main .main-top .wrap .header .top .sep-mobile {
    display: block;
    flex: 1;
    order: 5;
    min-width: 30%;
  }
  .main .main-top .wrap .header .top .header-search-form {
    order: 7;
  }
  .content.mainpage {
    margin-top: 50px;
  }
  .content .account-page form input {
    width: 100%;
  }
  .content .account-page form .submit {
    width: 100%;
  }
  .content .category-page .category-content .products-actions {
    overflow: wrap;
    align-items: flex-end;
  }
  .content .category-page .category-content .products-actions .product-action .product-action-label {
    display: none;
  }
  .content .category-page .category-page-content .table-invoice-image thead {
    display: none;
  }
  .content .category-page .category-page-content .table-invoice-image tr td:nth-child(5),
  .content .category-page .category-page-content .table-invoice-image tr td:nth-child(6),
  .content .category-page .category-page-content .table-invoice-image tr td:nth-child(8) {
    display: none;
  }
  .content .category-page .category-page-content .table-invoice-image tr td .mobile-only-small {
    display: block;
  }
  .content .category-page .category-page-content .table-invoice-image tr:last-child {
    display: none;
  }
  .content .category-page .category-page-content .mobile-totals {
    display: flex;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
  }
  .content .category-page .category-page-content .mobile-totals.border {
    border-top: 1px solid #ccc;
  }
  .content .category-page .category-page-content .mobile-totals div {
    flex: 1;
    text-align: center;
  }
  .content .category-page .category-page-content .mobile-totals div:first-child {
    text-align: left;
  }
  .content .category-page .category-page-content .mobile-totals div:last-child {
    flex: 1.5;
    text-align: right;
  }
  .content .pagination li {
    display: none;
  }
  .content .pagination li.active,
  .content .pagination li.pagination-second,
  .content .pagination li.pagination-first,
  .content .pagination li:nth-child(1),
  .content .pagination li:nth-child(2),
  .content .pagination li:nth-last-child(1),
  .content .pagination li:nth-last-child(2) {
    display: block;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-header {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row {
    padding-left: 10px;
    margin-left: -5px;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row > div:nth-child(1) {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production {
    flex-wrap: wrap;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div.product-info-name,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div.product-info-name {
    width: 100%;
    flex: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-store div.product-info-sum,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .table-row .product-mobile-only .product-info .product-info-production div.product-info-sum {
    flex: 1.5;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals > :nth-child(1) {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only {
    width: 100%;
    flex: none;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production {
    flex-wrap: wrap;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div {
    flex: 1;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div.product-totals-name,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div.product-totals-name {
    width: 100%;
    flex: none;
    margin-bottom: 10px;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-store div.product-totals-sum,
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production div.product-totals-sum {
    flex: 1.5;
  }
  .content .cart-page .cart-page-content .cart-table .cart-table-rows .cart-totals .product-mobile-only .product-totals-production {
    margin-top: 20px;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals > :nth-child(1) {
    display: none;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only {
    width: 100%;
    flex: none;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production {
    flex-wrap: wrap;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div {
    flex: 1;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div.product-totals-name,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div.product-totals-name {
    width: 100%;
    flex: none;
    margin-bottom: 10px;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-store div.product-totals-sum,
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production div.product-totals-sum {
    flex: 1.5;
  }
  .content .cart-page .cart-page-content .cart-totals-totals .cart-totals .product-mobile-only .product-totals-production {
    margin-top: 20px;
  }
  .content .cart-page .cart-page-content .cart-actions {
    flex-direction: column;
  }
  .content .cart-page .cart-page-content .cart-actions a:not(:first-child) {
    margin-top: 20px;
  }
  .modal .modal-gallery {
    width: 100%;
  }
  .modal .modal-gallery .modal-content {
    height: calc(100vh - 50px);
  }
  .modal .modal-wrap .modal-block {
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
  }
  .modal .modal-wrap .modal-block.modal-cart {
    width: 480px;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content {
    max-height: calc(100vh - 101px);
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-header {
    display: flex;
    padding-right: 0;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-header .header-size {
    flex: 1;
    text-align: center;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-header .header-available,
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-header .header-qty,
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-header .header-production {
    display: none;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-header .mobile-only {
    display: inline-block;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row {
    display: flex;
    flex-wrap: wrap;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row .size-value {
    width: 100%;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row .available-value {
    display: none;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row .mobile-qty-label {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row span {
    width: calc((100% - 15px) / 2);
    justify-content: center;
    text-align: center;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row > div {
    width: calc((100% - 15px) / 2);
    text-align: center;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-content .modal-form .options .options-table .table-rows .table-row .mobile-only {
    display: inline-block;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-form {
    flex-direction: column;
  }
  .modal .modal-wrap .modal-block.modal-cart .modal-form .options .product-attributes .product-attributes-row {
    flex-direction: column;
    gap: 10px;
  }
  .modal .modal-wrap .modal-block.modal-support .modal-content {
    max-height: calc(90vh - 50px);
  }
  .orders-list .account-orders-list {
    display: none;
  }
  .orders-list .account-orders-list-item tr {
    display: flex;
    flex-wrap: wrap;
  }
  .orders-list .account-orders-list-item tr td:nth-child(1) {
    width: 100%;
  }
  .orders-list .account-orders-list-item tr td:nth-child(3),
  .orders-list .account-orders-list-item tr td:nth-child(5) {
    width: 50%;
    border-top: none;
    box-sizing: border-box;
    align-items: center;
  }
  .orders-list .account-orders-list-item tr td:nth-child(5) {
    border-left: none;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .orders-list .account-orders-list-item tr td:nth-child(6) {
    width: 100%;
    border-top: none;
  }
}
@media only screen and (max-width: 479px) {
  .wrap {
    width: 340px;
  }
  .main .main-top .wrap .header .top .sep-mobile {
    min-width: 5%;
  }
  .content .category-page .category-content .products-actions .product-action {
    flex-direction: column;
    align-items: flex-end;
  }
  .content .pagination li.pagination-second {
    display: none;
  }
  .modal .modal-wrap .modal-block.modal-cart {
    width: 100%;
    padding: 25px 10px;
  }
  .mweb-slider-thumbnails-block .mweb-slider-thumbnails-wrap {
    width: 330px;
    box-sizing: border-box;
  }
  .mweb-slider-thumbnails-block .mweb-slider-thumbnails-list-wrap {
    width: 330px;
    box-sizing: border-box;
  }
}
