@media only screen and (max-width: 1065px) {
  .home-images .wid-300 {
    width: 255px !important;
  }
  .home-images .heig-220 {
    height: 175px !important;
  }
}

@media only screen and (max-width: 1045px) {
  html,
  body {
    font-size: 12px;
  }
  nav {
    height: 50px;
  }
  nav .top-grad {
    height: 23px;
  }
  .gradient-menu {
    height: 45px;
  }
  ul.nav-links li a,
  .gradient-menu li a {
    font-size: 14px;
  }
  .items .item .img {
    width: 150px;
    height: 150px;
  }
  .items .item .title_desc {
    padding: 0 15px;
  }
  .items .item .add-to-cart {
    padding: 0 10px;
  }
  .items .item .add-to-cart .fs18 {
    font-size: 16px;
  }
  .items .item .add-to-cart .wid-100 {
    width: 60px !important;
  }
}

@media only screen and (max-width: 1000px) {
  nav {
    height: 40px !important;
  }
  nav .top-grad {
    height: 22px !important;
  }
  .gradient-menu {
    height: 40px;
  }
  ul.nav-links li a,
  .gradient-menu li a {
    font-size: 12px;
  }
  header .logo {
    width: 120px;
  }
  .items-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .items-sort .filter {
    display: block;
  }
  .items-sort .paggination {
    margin-top: 20px;
  }
  .form-filter-items {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border: 1px solid var(--color-blue-one);
    border-left: none;
    left: 0;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    border-radius: 3px;
  }
  .items .item {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 912px) {
  .home-images .wid-300 {
    width: 220px !important;
  }
  .home-images .heig-220 {
    height: 140px !important;
  }
  .cart-table thead th {
    font-size: 14px;
  }
}

@media only screen and (max-width: 880px) {
  .page-width {
    width: 95%;
  }
  .page-content {
    padding: 5px;
  }
  .page-title {
    margin-top: 0;
    height: 70px;
    background-image: url("../images/LandingPage2_cut.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .page-title span {
    color: #fff;
    text-shadow: 0 0 2px #1e1ed1, 0 0 2px #1e1ed1, 0 0 2px #1e1ed1;
  }
  .page-title span::after {
    background-color: #fff;
    bottom: -10px;
    width: 40px;
  }
  #nav-mobile,
  #profile-mobile {
    display: block;
  }
  ul.nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.nav-links li {
    font-size: 14px;
  }
  ul.nav-links li:not(:last-child) {
    margin-bottom: 5px;
  }
  ul.nav-links li::after {
    display: none;
  }
  header {
    display: none;
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .images-box .view-img {
    width: 180px;
    height: 180px;
  }
  .item-top::before,
  .item-promo::after {
    font-size: 8px;
  }
  .item-top::before {
    width: 40px;
  }
  .item-promo::after {
    width: 50px;
  }
  .item-spec {
    -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;
  }
  .item-spec .item-info-number,
  .item-spec .item-info-desc {
    text-align: center;
  }
  footer {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer a {
    color: #fff;
  }
  footer .nav-links {
    padding: 0;
    margin: 0;
  }
  footer .nav-links li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 800px) {
  .home-images .wid-300 {
    width: 300px !important;
  }
  .home-images .heig-220 {
    height: 220px !important;
  }
}

@media only screen and (max-width: 780px) {
  .cart-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-total-price-pay {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  .order-total-price-pay .total-price,
  .order-total-price-pay .btn-order-start {
    text-align: right;
  }
  .order-total-price-pay .total-price {
    padding: 10px;
  }
  .order-total-price-pay .btn-order-start a {
    width: 160px !important;
    display: inline-block;
  }
}

@media only screen and (max-width: 720px) {
  .home-images .wid-300 {
    width: 220px !important;
  }
  .home-images .heig-220 {
    height: 140px !important;
  }
  .order-total-price-pay {
    padding: 0;
  }
}

@media only screen and (max-width: 660px) {
  .home-images .wid-300 {
    width: 320px !important;
  }
  .home-images .heig-220 {
    height: 240px !important;
  }
}

@media only screen and (max-width: 600px) {
  .home-images .wid-300 {
    width: 100% !important;
  }
  .home-images .heig-220 {
    height: auto !important;
  }
  .items .item {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "img AddToCart" "title_desc title_desc";
  }
  .items .item .img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img;
  }
  .items .item .add-to-cart {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: AddToCart;
  }
  .items .item .title_desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: title_desc;
  }
}

@media only screen and (max-width: 560px) {
  .cart-table thead {
    display: none;
  }
  .cart-table thead th {
    font-size: 13px !important;
  }
  .cart-table th,
  .cart-table td {
    border: none;
  }
  .cart-table .items-appear {
    border-bottom: 1px solid var(--color-blue-one);
  }
  .cart-table .cart-items-mobile-hide {
    display: none;
  }
  .cart-table .cart-items-mobile-show {
    display: table-row;
  }
  .cart-quantity {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cart-quantity .dec-quantity,
  .cart-quantity .inc-quantity {
    width: 25px;
    height: 25px;
    line-height: 1.2;
  }
  .cart-quantity .inp-quantity {
    width: 40px;
    height: 25px;
  }
}
