@media (max-width: 1750px) {
  :root {
    /*Setting Font*/
    --little-text: 0.75rem;
    --regular-text: 1rem;
    --medium-text: 1.5rem;
    --big-text: 2.5rem;
    /*Setting Space*/
    --little-space: 0.75rem;
    --regular-space: 1.25rem;
    --medium-space: 2.5rem;
    --big-space: 3.5rem;
  }
  html, body {
    font-size: 16px;
  }
  .img_wine {
    height: 550px;
  }
}
@media (max-width: 1400px) {
  :root {
    /*Setting Font*/
    --little-text: 0.8rem;
    --regular-text: 1rem;
    --medium-text: 1.5rem;
    --big-text: 2.25rem;
    /*Setting Space*/
    --little-space: 0.75rem;
    --regular-space: 1.25rem;
    --medium-space: 2.25rem;
    --big-space: 3rem;
  }
  .img_box {
    height: 550px;
    min-height: 550px;
  }
  .img_box_mini {
    width: 80%;
    height: 350px;
    min-height: 350px;
  }
  .img_wine {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  :root {
    /*Setting Font*/
    --little-text: 0.8rem;
    --regular-text: 1rem;
    --medium-text: 1.25rem;
    --big-text: 2rem;
    /*Setting Space*/
    --little-space: 0.75rem;
    --regular-space: 1.15rem;
    --medium-space: 1.75rem;
    --big-space: 2.5rem;
  }
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 50px;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  footer .logo_footer img {
    height: 90px;
  }
}
@media (max-width: 991px) {
  :root {
    /*Setting Font*/
    --little-text: 0.8rem;
    --regular-text: 1rem;
    --medium-text: 1.25rem;
    --big-text: 2rem;
    /*Setting Space*/
    --little-space: 0.75rem;
    --regular-space: 1.15rem;
    --medium-space: 1.75rem;
    --big-space: 2.5rem;
  }
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: var(--medium-space);
  }
  .area-filter .margin-top-md {
    margin-top: 10px;
  }
  .margin-top-md-logo {
    margin-top: 30px;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  footer .logo_footer img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    /*Setting Font*/
    --little-text: 0.8rem;
    --regular-text: 0.9rem;
    --medium-text: 1.45rem;
    --big-text: 1.75rem;
    /*Setting Space*/
    --little-space: 0.75rem;
    --regular-space: 1.15rem;
    --medium-space: 1.75rem;
    --big-space: 2.25rem;
  }
  html, body {
    font-size: 15px;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 50px;
  }
  .row_table .margin-top-xs {
    margin-top: 20px;
  }
  .order .margin-top-xs {
    margin-top: 20px;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .claim {
    bottom: 35px;
  }
  .claim_wine figure {
    max-height: 380px;
  }
  .img_page {
    height: 90vh;
    min-height: 550px;
  }
  .img_box {
    height: 320px;
    min-height: 320px;
  }
  .img_box_mini {
    width: 100%;
    height: 250px;
    min-height: 250px;
  }
  .img_news {
    height: 250px;
    min-height: 250px;
  }
  .box_wine h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 9px;
  }
  a.more {
    height: 30px;
    padding: 0 10px;
  }
  footer .logo_footer {
    display: block;
    margin: 0 auto;
    max-width: max-content;
  }
  footer .logo_footer img {
    height: 70px;
  }
}