@media only screen and (min-width: 2560px) {}

@media only screen and (max-width: 1580px) {
  :root {
    /* --widthMainSlide: 440px; */

  }
}

@media only screen and (max-width: 1580px) {
  :root {
    --header-nav-height:48px;
  }
  
}
@media only screen and (max-width: 1366px) {
  :root {
    --slider-btn-distance: 0.25rem;
    /* --width-nav: 1.5; */
    --wrappernormal: 1024px;
    --gap8: 1rem;
    --slideCount: 4;
    --WidthProductImg:494px;
    /* --widthMainSlide: 380px;
    --HeightMainSlide: 396px;
    --HeightOtherSlide: 266px; */
  }

}

@media only screen and (max-width: 1280px) {

  :root {
    font-size: 14px;
    --Heightproducuct: 320px;
    --header-nav-height:48px;
  }
}

@media only screen and (max-width: 1200px) {
  :root {
    --paddingblog: 1rem;
    --starheight: 50px;
    --starwidth: 50px;
    --widthproductinfo: 30%;
    --widthMenubtn: 73px;
    --blog-up-imgHeight:500px;
    /* --widthMainSlide: 354px;
    --HeightMainSlide: 354px;
    --HeightOtherSlide: 274px; */
  }
}


@media only screen and (max-width: 1024px) {
  :root {
    --socialgap: var(--gap6);
    --widthbasket: 32px;
    --heightbasket: 32px;
    /* --slideCount: 2;
    --widthMainSlide: 400px;
    --HeightMainSlide: 396px;
    --HeightOtherSlide: 305px; */
  }
}

@media only screen and (max-width: 992px) {
  /* :root {
  --HeightMainSlide: 424px;
  --HeightOtherSlide: 336px;
  --widthMainSlide: 400px;
  --slideCount: 2;
} */

}

@media only screen and (max-width: 768px) {
  :root {
    /*  --HeightMainSlide: 354px;
    --HeightOtherSlide: 280px; */
    --basketimgwidth: 100px;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    font-size: 16px;
    /* --widthMainSlide: 320px !important;
    --HeightMainSlide: 354px;
    --HeightOtherSlide: 280px;
    --Heightproducuct: 270px; */
    /* --HeightMainSlide: 404px;
    --HeightOtherSlide: 314px; */
    --widthMainSlide: 390px !important;
    --HeightMainSlide: 380px;
    --HeightOtherSlide: 318px;
    --centerSlideWidth: calc(1920px - 390px);
    --widthMenubtn: 40px;
    --WidthProductImg: 412px;
  }
}

@media only screen and (max-width: 440px) {
  :root {
    --widthMainSlide: 320px !important;
    --HeightMainSlide: 330px;
    --HeightOtherSlide: 260px;
    --centerSlideWidth: calc(1920px - 320px);
    --WidthProductImg: 360px;
    /**/
    /* --widthMainSlide: 306px; */
  }
  .zr-shortmsg-parent {
    min-width: 0;
    width: 100%;
    bottom: 0px !important;
    right: 0px;
  }
}

@media only screen and (max-width: 360px) {
  :root {
    --widthMainSlide: 260px !important;
    --HeightMainSlide: 260px;
    --HeightOtherSlide: 180px;
    --centerSlideWidth: calc(1920px - 260px);
    --WidthProductImg: 320px;
    /**/
  }

}