#ProductDetail {
  overflow: hidden;
}
#ProductDetail.RtlDir > .container {
  position: relative;
}
#ProductDetail.RtlDir > .container > main {
  position: relative;
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  padding: 1rem;
  background: #FFFFFF;
  z-index: 1;
}
#ProductDetail.RtlDir > .container > main > header {
  border-bottom: 1px solid #C6C6C6;
}
@media (min-width: 768px) {
  #ProductDetail.RtlDir > .container > main > header > .Title div {
    margin-right: 2rem;
  }
}
#ProductDetail.RtlDir > .container > main > header > .Title div span.Code {
  /* margin-right: 0.2rem; */
  color: #6F1517;
}
#ProductDetail.RtlDir > .container > main > header > .Category ul li {
  margin-right: 0.4rem;
}
#ProductDetail.RtlDir > .container > main > header > .Category ul li a {
  color: #f7b538;
  transition: 0.2s;
  text-decoration: none;
}
#ProductDetail.RtlDir > .container > main > header > .Category ul li a:hover {
  color: #6F1517;
}
#ProductDetail.RtlDir > .container > main > header > .Category ul li:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 1rem;
  background: #D8B4B4;
  margin-right: 0.2rem;
}
#ProductDetail.RtlDir > .container > main > header.Banner {
  height: 500px;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (max-width: 1023.98px) {
  #ProductDetail.RtlDir > .container > main > header.Banner {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  #ProductDetail.RtlDir > .container > main > header.Banner {
    height: 240px;
  }
}
#ProductDetail.RtlDir > .container > main > header.Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery > .ProductLgGallery {
  /* height: 300px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 4px solid #FFFFFF;
  border-radius: 1rem;
}
/* @media (max-width: 575.98px) {
  #ProductDetail.RtlDir > .container > main > main > .Gallery > .ProductLgGallery {
    height: 200px;
  }
} */
#ProductDetail.RtlDir > .container > main > main > .Gallery > .ProductLgGallery .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery > .ProductLgGallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 0;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide {
  cursor: pointer;
  height: auto;
  /* min-height: 100px;
  max-height: 100px; */
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 4px solid #FFFFFF;
  overflow: hidden;
  transition: 0.2s;
}
/* @media (max-width: 575.98px) {
  #ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
} */
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide img {
  opacity: 0.6;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide.swiper-slide-thumb-active {
  border-color: #f7b538;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev,
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next {
  display: flex;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #FFFFFF;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 5rem;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  /* from swiper:  */
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next {
  left: 10px;
  right: auto;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev {
  right: 10px;
  left: auto;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev::after,
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next::after {
  color: #6F1517;
  font-size: 1.5rem;
  transition: 0.2s;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev:hover,
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next:hover {
  border-color: #f7b538;
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev::after {
  content: "\f178";
  font-family: "Font Awesome 6 Regular";
}
#ProductDetail.RtlDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next::after {
  content: "\f177";
  font-family: "Font Awesome 6 Regular";
}
#ProductDetail.RtlDir > .container > main > main > .Detail > section {
  margin-bottom: 1.5rem;
}
#ProductDetail.RtlDir > .container > main > main > .Detail > section ul li {
  color: #707070;
  margin-bottom: 0.5rem;
}
#ProductDetail.RtlDir > .container > main > main > .Detail > section.MoreDetail ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 1rem;
  background: #D8B4B4;
  margin-left: 0.2rem;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li {
  margin-bottom: 1rem;
  display: flex;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li:not(:last-child) {
  margin-left: 1rem;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li input {
  display: none;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li input:checked + label::after {
  visibility: visible;
  opacity: 1;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li label {
  background-color: #E6E6E6;
  position: relative;
  border-radius: 1rem;
  width: 80px;
  min-height: 60px;
  padding: 0;
  outline: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > section ul li label::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Regular";
  position: absolute;
  color: #008F00;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.offer > span:nth-of-type(2) {
  display: block;
  margin-right: auto;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.offer > span:nth-of-type(2) del {
  color: #707070;
  font-size: 1.2rem;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.offer > small {
  font-size: 75%;
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 0.3rem 0.5rem 0.1rem 0.5rem;
  margin-right: 0.7rem;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.price > span > span {
  font-size: 1.2rem;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > .Count > input {
  text-align: center;
  width: 30px;
  border: 0;
  background-color: transparent;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > .Count > button {
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #6F1517;
  padding-top: 0.3rem;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > .Count > button > i {
  color: #6F1517;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > button,
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > a {
  text-decoration: none;
  transition: 0.2s;
  background-color: #38E16A;
  color: #FFFFFF;
  margin-right: auto;
  white-space: nowrap;
}
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > button:hover,
#ProductDetail.RtlDir > .container > main > main > .Variant > .Price > div.cart > a:hover {
  background: #1ec850;
}
#ProductDetail.RtlDir > .container > main > main > .Variant hr {
  background: #C6C6C6;
  opacity: 1;
}
#ProductDetail.RtlDir > .container > img {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 250px;
}
#ProductDetail.RtlDir > .container > img:nth-of-type(1) {
  transform: translate(50%, -50%);
  right: 12px;
}
#ProductDetail.RtlDir > .container > img:nth-of-type(2) {
  transform: translate(-50%, -50%);
  left: 12px;
}
#ProductDetail.LtrDir > .container {
  position: relative;
}
#ProductDetail.LtrDir > .container > main {
  position: relative;
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  padding: 1rem;
  background: #FFFFFF;
  z-index: 1;
}
#ProductDetail.LtrDir > .container > main > header {
  border-bottom: 1px solid #C6C6C6;
}
@media (min-width: 768px) {
  #ProductDetail.LtrDir > .container > main > header > .Title div {
    margin-left: 2rem;
  }
}
#ProductDetail.LtrDir > .container > main > header > .Title div span.Code {
  /* margin-left: 0.2rem; */
  color: #6F1517;
}
#ProductDetail.LtrDir > .container > main > header > .Category ul li {
  margin-left: 0.4rem;
}
#ProductDetail.LtrDir > .container > main > header > .Category ul li a {
  color: #f7b538;
  transition: 0.2s;
  text-decoration: none;
}
#ProductDetail.LtrDir > .container > main > header > .Category ul li a:hover {
  color: #6F1517;
}
#ProductDetail.LtrDir > .container > main > header > .Category ul li:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 1rem;
  background: #D8B4B4;
  margin-left: 0.2rem;
}
#ProductDetail.LtrDir > .container > main > header.Banner {
  height: 500px;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (max-width: 1023.98px) {
  #ProductDetail.LtrDir > .container > main > header.Banner {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  #ProductDetail.LtrDir > .container > main > header.Banner {
    height: 240px;
  }
}
#ProductDetail.LtrDir > .container > main > header.Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery > .ProductLgGallery {
  /* height: 300px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 4px solid #FFFFFF;
  border-radius: 1rem;
}
/* @media (max-width: 575.98px) {
  #ProductDetail.LtrDir > .container > main > main > .Gallery > .ProductLgGallery {
    height: 200px;
  }
} */
#ProductDetail.LtrDir > .container > main > main > .Gallery > .ProductLgGallery .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery > .ProductLgGallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery {
  padding: 0.5rem;
  margin: -0.5rem 0 -0.5rem -0.5rem;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide {
  cursor: pointer;
  height: auto;
  /* min-height: 100px;
  max-height: 100px; */
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 4px solid #FFFFFF;
  overflow: hidden;
  transition: 0.2s;
}
/* @media (max-width: 575.98px) {
  #ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
} */
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide img {
  opacity: 0.6;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide.swiper-slide-thumb-active {
  border-color: #f7b538;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev,
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next {
  display: flex;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #FFFFFF;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 5rem;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  /* from swiper:  */
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next {
  right: 10px;
  left: auto;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev {
  left: 10px;
  right: auto;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev::after,
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next::after {
  color: #6F1517;
  font-size: 1.5rem;
  transition: 0.2s;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev:hover,
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next:hover {
  border-color: #f7b538;
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-prev::after {
  content: "\f178";
  font-family: "Font Awesome 6 Regular";
}
#ProductDetail.LtrDir > .container > main > main > .Gallery .ProductSmGallery .product-swiper-button-next::after {
  content: "\f177";
  font-family: "Font Awesome 6 Regular";
}
#ProductDetail.LtrDir > .container > main > main > .Detail > section {
  margin-bottom: 1.5rem;
}
#ProductDetail.LtrDir > .container > main > main > .Detail > section ul li {
  color: #707070;
  margin-bottom: 0.5rem;
}
#ProductDetail.LtrDir > .container > main > main > .Detail > section.MoreDetail ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 1rem;
  background: #D8B4B4;
  margin-right: 0.2rem;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li {
  margin-bottom: 1rem;
  display: flex;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li:not(:last-child) {
  margin-right: 1rem;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li input {
  display: none;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li input:checked + label::after {
  visibility: visible;
  opacity: 1;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li label {
  position: relative;
  border-radius: 1rem;
  width: 80px;
  min-height: 60px;
  padding: 0;
  outline: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > section ul li label::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Regular";
  position: absolute;
  color: #008F00;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
#ProductDetail.LtrDir > .container > main > main > .Variant hr {
  background: #C6C6C6;
  opacity: 1;
}
#ProductDetail.LtrDir > .container > img {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 250px;
}
#ProductDetail.LtrDir > .container > img:nth-of-type(1) {
  transform: translate(50%, -50%);
  left: 12px;
}
#ProductDetail.LtrDir > .container > img:nth-of-type(2) {
  transform: translate(-50%, -50%);
  right: 12px;
}

/*# sourceMappingURL=productDetail.css.map */



#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > .Count > input {
  text-align: center;
  width: 30px;
  border: 0;
  background-color: transparent;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > .Count > button {
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #6F1517;
  padding-top: 0.3rem;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > .Count > button > i {
  color: #6F1517;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > button,
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > a {
  text-decoration: none;
  transition: 0.2s;
  background-color: #38E16A;
  color: #FFFFFF;
  margin-right: auto;
  white-space: nowrap;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > button:hover,
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.cart > a:hover {
  background: #1ec850;
}


#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.offer > span:nth-of-type(2) {
  display: block;
  margin-right: auto;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.offer > span:nth-of-type(2) del {
  color: #707070;
  font-size: 1.2rem;
}
#ProductDetail.LtrDir > .container > main > main > .Variant > .Price > div.offer > small {
  font-size: 75%;
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 0.3rem 0.5rem 0.1rem 0.5rem;
  margin-right: 0.7rem;
}