* {
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8rem;
}

body {
  overflow-x: hidden !important;
  box-sizing: border-box;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
  opacity: .2;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgrey;
  opacity: 0.1;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
  opacity: 0.7;
}

.c-home {
  width: 100%;
  height: 100vh;
  background-color: black;
}

.logo {
  border-radius: 5px;
  transition: all 1s;
  cursor: pointer;
}



.navbar-text {
  letter-spacing: 1px;
  color: black !important;
  cursor: pointer;
  font-size: 15px !important;
}

.shop {
  width: 100%;
}

h6.name-shop {
  font-weight: 600;
  transition: 400ms;
}

h6.name-shop:hover {
  font-weight: 600;
  color: #3f3f3f;
}

a {
  text-decoration: none !important;
  color: black !important;
}


.footer {
  margin-top: calc(100vh - 600px);
  width: 100vw;
  text-align: center;
  padding: 20px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:768px) {
  .footer {
    position: relative;
    bottom: 0;
    margin-top:100px;
  }
  .mt-shop {
    margin-top:75px;
  }
}

@media only screen and (min-width:768px) {
  .footer-shop {
    position: absolute;
    bottom: 0;
  }
}


.contact a {
  display: inline-block;
  font-size: 15px !important;
}

.contact::after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: black;
  transition: 400ms;
}

.contact:hover::after {
  width: 100%;
}

.size-product {
  display: flex;
}


.choose-size label {
  font-size: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  font-weight: 600;
  min-height: 40px;
  text-align: center;
  border: 1px solid grey;
  cursor: pointer;
}

.choose-size input[type="radio"] {
  display: none;
}

.choose-size input[type="radio"]:checked+label {
  border: solid 2px black;
}

button:disabled {
  background-color: grey;
  cursor: no-drop;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;

  /* 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-slide a img {
  display: block;
  width: 600px;
  height: auto;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 65%;
  width: 100%;
}

.mySwiper {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.pba img {
  display: block;
  width: 400px;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

.a-product {
  width: 60%;
  margin-left: 120px;
  box-sizing: border-box;
}

.t-product {
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  margin-bottom: -2px;
}

span.p-product {
  font-size: 10px !important;
}

.s-product {
  margin-top: 10px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 50vh;
}

.size-p {
  font-size: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  font-weight: 600;
  min-height: 40px;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
}

.size-p.s-active {
  border: 4px solid black;
}

.size-p:hover {
  border: 2px solid black;
}



.v-product {
  box-sizing: border-box;
  padding: 10px 2px;
  background-color: lightgray;
  text-align: center;
  width: 50vh;
  margin-bottom: 10px;
  font-weight: 600;
}

.b-product {
  background-color: black;
  color: white;
  font-weight: 600;
  padding: 10px;
  width: 20vh;
  text-align: center;
  margin-bottom: 10px;
}

.d-product {
  margin: 30px 0;
}

.d-product ul {
  list-style-type: circle;
}

.d-product ul li {
  line-height: 15px;
}

.sc-product {
  text-decoration: underline;
  cursor: pointer;
}

.sc-product:hover {
  font-weight: 600;
}

.more-product a {
  color: black;
  text-decoration: underline !important;
}

.more-product:hover a {
  font-weight: 600;
}

.navm-product {
  display: flex;
  justify-content: space-between;
  width: 95vw;
  margin-top: 50px;
  display: none;
}

.prevm-nav {
  text-align: center;
  padding: 5px 10px;
  color: white;
  background-color: black;
}

.nextm-nav {
  text-align: center;
  padding: 5px 10px;
  color: white;
  background-color: black;
}



@media only screen and (max-width:768px) {

  .nav-product,
  .prev-nav,
  .next-nav {
    display: none;
  }

  .navm-product {
    display: flex;
  }

  .s-product,
  .v-product {

    width: 80vw;
  }

  .a-product {
    width: 80vw;
    margin-left: 0px;
  }

}

.nav-product {
  width: 50vh;
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.prev-nav {
  text-align: center;
  padding: 5px 10px;
  color: white;
  background-color: black;
}

.next-nav {
  text-align: center;
  padding: 5px 10px;
  color: white;
  background-color: black;
}

.l-side,
.r-side {
  height: 100vh;
}

.size-chart {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  opacity: .95;
  visibility: hidden;
}

.chart-c {
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: white;
  padding: 50px;
  border: 1px solid grey;

}

.chart-c h3 {
  margin-bottom: 30px;
}

td,
tr,
th,
thead,
table,
tbody {
  border: 2px solid black;
  text-align: center;
  padding: 5px;
  font-size: 13px;
}


span.close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: ease-in-out .2s;
}

span.close:hover {
  background-color: black;
  color: white;
  border-radius: 50%;
}

b {
  font-weight: 800;
  font-size: 15px;
}

.s-footer {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#mainCarousel {
  width: 400px;
  margin: 0 auto 1rem auto;

  
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
  display: none;
}

#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
  display: none;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel .carousel__slide {
  opacity: 1;
  padding: 0;
  margin: 0.25rem;
  width: 100px;
  height: 70px;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

.set-img {
  display: flex;
  align-items: center;
}

@media only screen and (max-width:768px) {
  #mainCarousel {
      width: 95vw;
  }

  .l-side, .r-side {
      height: auto;
  }
  .l-side {
    margin-bottom: 50px;
  }
}