:root {
    --swiper-navigation-size: 25px;
    --swiper-theme-color: rgb(88, 88, 88);
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

  }

  .swiper-main-image img {
    display: block;
    width: 500px;
    height: 500px;
    object-fit: cover;
    aspect-ratio: 1/1;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 100%;
    max-width: 500px;
    border-radius: 10px;
  }

  .mySwiper {
    height: auto;
    width: 500px;
    box-sizing: border-box;
    padding: 10px 0;
  }


  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
  }

  .swiper-thumb-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .Swiper-container {
    position: relative;
    width: 1070px;
    margin: auto;
    margin-bottom: 5em;
  }

  .Category-Swiper {
    width: 1050px;
    margin-bottom: 5em;
    margin: auto;
    height: auto;

  }

  .Swiper-zoom-img-wrap {
    overflow: hidden;
  }

  .Swiper-zoom-img-wrap:hover {
    transition: all 0.5s ease-out;
  }

  .Swiper-zoom-img {
    transition: all 0.5s ease-out;
    background-size: cover;
    background-position: center;
  }

  .Swiper-zoom-img img {
    width: 330px;
    height: 330px;
    object-fit: cover;
  }

  .Swiper-zoom-img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  .swiper-button-prev {
    left: -10px;
    position: absolute;
  }

  .swiper-button-next {
    right: -10px;
    position: absolute;
  }

  /* ************************************************** */
  /* smartphone-size */


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

    .swiper-main-image img {
      max-height: 300px;
    }

    .mySwiper2 {
      max-width: 350px;
      margin: auto;
    }

    .mySwiper {
      max-width: 340px;
      margin: auto;
    }


    .swiper-image-width {
      max-width: 340px;
      margin: auto;
    }

    .Swiper-container {
      width: 330px;
    }

    .Category-Swiper {
      width: 270px;

    }

    .Swiper-zoom-img img {
      width: 130px;
      height: 130px;
    }

    .Category-Swiper {
      width: 270px;

    }
  }

  /* ************************************************** */
  /* tablet-size */

  @media screen and (min-width:768px) and (max-width:1100px) {
    .Swiper-container {
      width: 800px;
    }

    .Category-Swiper {
      width: 700px;

    }

    .Category-Swiper {
      width: 700px;

    }
  }

  /* ************************************************** */
  /* smartphone & tablet-size */

  @media screen and (max-width:1100px) {
    .swiper-image-width {
      margin: auto;
    }

    .mySwiper2 {
      margin: auto;
    }

    .item-sidebarnav-wrap {
      height: 0;
      opacity: 0;
    }

  }