@charset "UTF-8";
.containerpart {
  width: 85%;
  margin: 0 auto;
  max-width: 1450px;
}
@media (max-width: 768px) {
  .containerpart {
    width: 100%;
    margin: 0 auto;
  }
}
.containerpart .product_page {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.containerpart .product_page .productinfo {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between;
}
.containerpart .product_page .productinfo .leftpart1 {
  flex: 2.5;
  display: flex;
  flex-direction: row;
}
.containerpart .product_page .productinfo .leftpart1 .leftpart {
  flex: 1;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(60, 85, 106, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background: white;
}
.containerpart .product_page .productinfo .leftpart1 .leftpart img {
  width: 100%;
  border-radius: 20px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart {
  flex: 1;
  margin: 0px 30px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct a {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct a span {
  font-weight: 600;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .title {
  color: rgb(6, 30, 65);
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info {
  color: rgb(6, 30, 65);
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info span {
  font-weight: 600;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info .p-1 {
  color: rgb(6, 30, 65);
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #brand-name {
  font-weight: 400;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #unit-of-measure {
  font-weight: 400;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-code {
  font-weight: 400;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-origin {
  font-weight: 400;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-comment {
  font-weight: 400;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-description {
  font-weight: 400;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices {
  display: flex;
  flex-direction: row;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .big_price {
  color: rgb(0, 164, 76);
  font-size: 30px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .small_price {
  color: rgb(47, 60, 72);
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: line-through;
  margin-left: 3px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .discount-part {
  /* display: flex; */
  flex-direction: row;
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .discount-part span {
  border-radius: 5px;
  background: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  padding: 4px;
  margin: 2px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -8px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border: 1px solid rgb(109, 160, 203);
  border-radius: 20px;
  background: rgb(242, 248, 253);
  width: 127px;
  height: 36px;
  margin-top: 0px;
  align-items: center;
  justify-content: space-around;
  padding: 0px 5px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .decrement-btn {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  background: rgb(255, 0, 0);
  cursor: pointer;
  border: none;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .decrement-btn:hover {
  background-color: transparent;
  color: rgb(255, 0, 0);
  border: 1px solid rgb(255, 0, 0);
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input {
  text-align: center;
  color: rgb(47, 60, 72);
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0px;
  border: none;
  width: 40px;
  background: rgb(242, 248, 253);
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-outer-spin-button,
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number] {
  -moz-appearance: textfield;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .increment-btn {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  background: rgb(255, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .increment-btn:hover {
  background-color: transparent;
  color: rgb(255, 0, 0);
  border: 1px solid rgb(255, 0, 0);
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton {
  margin-top: 7px;
  margin-left: 10px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button img {
  width: 25px;
  height: 25px;
  box-shadow: none;
}
.containerpart .product_page .productinfo .rightpart {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  border-radius: 10px;
  overflow: hidden;
  /* Ensures clipping of overflowing image content */
  max-width: 100%;
  /* Prevents container from stretching too wide */
}
.containerpart .product_page .productinfo .rightpart img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  /* Apply border-radius to the image */
}
.containerpart .product_page .productinfo .rightpart .product-banner-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: sans-serif;
  text-align: center;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  .containerpart .product_page .productinfo {
    width: 95%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .containerpart .product_page .productinfo .leftpart1 {
    display: flex;
    flex-direction: column;
  }
  .containerpart .product_page .productinfo .leftpart1 .leftpart {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 20px;
    box-shadow: 0px 4px 40px 0px rgba(255, 0, 0, 0.1);
    background-color: white;
  }
  .containerpart .product_page .productinfo .leftpart1 .leftpart img {
    width: 60%;
    padding: 10px;
    margin: 0 auto;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart {
    margin: 0px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct {
    margin-top: 20px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct a {
    font-size: 14px;
    margin: 0px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .title {
    font-size: 18px;
    margin: 0px;
    margin: 10px 0px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info span {
    font-weight: 600;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #brand-name {
    font-weight: 400;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #unit-of-measure {
    font-weight: 400;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-code {
    font-weight: 400;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-origin {
    font-weight: 400;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-description {
    font-weight: 400;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .big_price {
    font-size: 30px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .small_price {
    font-size: 22px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part {
    justify-content: space-between;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart {
    display: flex;
    flex-direction: row;
    margin: 0px;
    width: 120px;
    height: 35px;
    padding: 0px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .decrement-btn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    background: rgb(255, 0, 0);
    cursor: pointer;
    border: none;
    border-radius: 50px;
    width: 30px;
    height: 30px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input {
    width: 40px;
    height: 25px;
    padding: 0px;
    text-align: center;
    border: none;
    background: rgb(242, 248, 253);
    font-size: 16px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-outer-spin-button,
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number] {
    -moz-appearance: textfield;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .increment-btn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    background: rgb(255, 0, 0);
    cursor: pointer;
    border: none;
    border-radius: 50px;
    width: 30px;
    height: 30px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton {
    margin-top: 4px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
  }
  .containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button img {
    width: 25px;
    height: 25px;
  }
  .containerpart .product_page .productinfo .rightpart img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 10px auto;
    max-width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .containerpart .product_page .productinfo {
    display: flex;
    flex-direction: row;
  }
}
.containerpart .product_page .product-layout-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
  /* Owl wrapper që bllokon scroll-in */
}
.containerpart .product_page .product-layout-1 .down.owl-carousel,
.containerpart .product_page .product-layout-1 .down.owl-carousel * {
  touch-action: pan-y !important;
}
.containerpart .product_page .product-layout-1 .down.owl-carousel .owl-stage-outer {
  touch-action: pan-y !important;
}
.containerpart .product_page .product-layout-1 .up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.containerpart .product_page .product-layout-1 .up a .title {
  color: rgb(6, 30, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .product_page .product-layout-1 .up a .nextlink {
  color: rgb(6, 30, 65);
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
}
.containerpart .product_page .product-layout-1 .down {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.containerpart .product_page .product-layout-1 .down .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid rgb(124, 160, 190);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  padding: 20px;
  margin-right: 10px;
  height: 370px;
}
.containerpart .product_page .product-layout-1 .down .box img {
  display: block;
  width: 195px;
  height: 195px;
  margin: 0 auto;
}
.containerpart .product_page .product-layout-1 .down .box .percentageparent {
  position: relative;
}
.containerpart .product_page .product-layout-1 .down .box .percentageparent .percentage {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: -20px;
  border-radius: 51px;
  background: rgb(255, 0, 0);
  width: 50px;
  padding: 5px 0px;
  position: absolute;
  right: 0;
  /* Aligns to the right */
  top: 0;
  /* You can adjust this based on your needs */
}
.containerpart .product_page .product-layout-1 .down .box .title {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  width: 195px;
  margin: 15px auto;
}
.containerpart .product_page .product-layout-1 .down .box .prices {
  display: flex;
  flex-direction: row;
  width: 195px;
  margin: 0 auto;
}
.containerpart .product_page .product-layout-1 .down .box .prices .bigprice {
  color: rgb(0, 163, 76);
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .product_page .product-layout-1 .down .box .prices .smallprice {
  color: rgb(255, 0, 0);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: line-through;
  margin-left: 10px;
  margin-top: 2px;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart {
  display: flex;
  flex-direction: row;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .leftbutton {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  border: 0.1px solid rgb(47, 60, 72);
  background: rgb(242, 248, 253);
  padding: 5px 7px;
  margin-top: 30px;
  height: 25px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input {
  margin-top: 30px;
  width: 40px;
  height: 24px;
  padding: 0px;
  text-align: center;
  border: 0.1px solid rgb(47, 60, 72);
  background: rgb(242, 248, 253);
  text-align: center;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button,
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number] {
  -moz-appearance: textfield;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .rightbutton {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  border: 0.1px solid rgb(47, 60, 72);
  background: rgb(242, 248, 253);
  padding: 5px 7px;
  margin-top: 30px;
  height: 25px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton {
  margin-top: 30px;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button img {
  width: 25px;
  height: 25px;
}
.containerpart .product_page .product-layout-1 .down .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  padding-right: 6px;
}
.containerpart .product_page .product-layout-1 .down .right button {
  background-color: transparent;
  border: 0px;
  width: 40px;
  cursor: pointer;
}
.containerpart .product_page .product-layout-1 .down .right button img {
  width: 40px;
}
.containerpart .product_page .product-layout-1 .down::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .containerpart .product_page .product-layout-1 {
    margin-top: 20px;
    width: 100%;
  }
  .containerpart .product_page .product-layout-1 .down .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid rgb(124, 160, 190);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding: 10px;
    margin-right: 10px;
    height: auto;
  }
  .containerpart .product_page .product-layout-1 .down .box img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }
  .containerpart .product_page .product-layout-1 .down .box .percentageparent {
    position: relative;
  }
  .containerpart .product_page .product-layout-1 .down .box .percentageparent .percentage {
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: -20px;
    border-radius: 51px;
    background: rgb(255, 0, 0);
    width: 40px;
    padding: 5px 0px;
    position: absolute;
    right: 0;
    /* Aligns to the right */
    top: 0;
    /* You can adjust this based on your needs */
  }
  .containerpart .product_page .product-layout-1 .down .box .title {
    font-size: 11px;
    width: 140px;
    margin: 15px auto;
  }
  .containerpart .product_page .product-layout-1 .down .box .prices {
    display: flex;
    flex-direction: row;
    width: 140px;
    margin: 0 auto;
  }
  .containerpart .product_page .product-layout-1 .down .box .prices .bigprice {
    color: rgb(0, 163, 76);
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
  }
  .containerpart .product_page .product-layout-1 .down .box .prices .smallprice {
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration-line: line-through;
    margin-left: 10px;
    margin-top: 2px;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart {
    display: flex;
    flex-direction: row;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .leftbutton {
    color: rgb(6, 30, 65);
    font-size: 10px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: center;
    border: 0.1px solid rgb(47, 60, 72);
    background: rgb(242, 248, 253);
    padding: 5px 7px;
    margin-top: 30px;
    height: 25px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input {
    margin-top: 30px;
    width: 40px;
    height: 24px;
    padding: 0px;
    text-align: center;
    border: 0.1px solid rgb(47, 60, 72);
    background: rgb(242, 248, 253);
    font-size: 10px;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button,
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number] {
    -moz-appearance: textfield;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .rightbutton {
    color: rgb(6, 30, 65);
    font-size: 13px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: center;
    border: 0.1px solid rgb(47, 60, 72);
    background: rgb(242, 248, 253);
    padding: 5px 7px;
    margin-top: 30px;
    height: 25px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton {
    margin-top: 30px;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
  }
  .containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button img {
    width: 25px;
    height: 25px;
  }
}
.containerpart .product_page .product-layout-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0px;
}
.containerpart .product_page .product-layout-2 .leftpart {
  display: flex;
  flex-direction: column;
}
.containerpart .product_page .product-layout-2 .leftpart .up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.containerpart .product_page .product-layout-2 .leftpart .up a .title {
  color: rgb(6, 30, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .product_page .product-layout-2 .leftpart .up a .nextlink {
  color: rgb(6, 30, 65);
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
  margin-right: 50px;
}
.containerpart .product_page .product-layout-2 .leftpart .down {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid rgb(124, 160, 190);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  padding: 20px;
  margin-right: 10px;
  height: 370px;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box img {
  display: block;
  width: 195px;
  height: 195px;
  margin: 0 auto;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent {
  position: relative;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent .percentage {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: -20px;
  border-radius: 51px;
  background: rgb(255, 0, 0);
  width: 50px;
  padding: 5px 0px;
  position: absolute;
  right: 0;
  /* Aligns to the right */
  top: 0;
  /* You can adjust this based on your needs */
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .title {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  width: 195px;
  margin: 15px auto;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .prices {
  display: flex;
  flex-direction: row;
  width: 195px;
  margin: 0 auto;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .prices .bigprice {
  color: rgb(0, 163, 76);
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .prices .smallprice {
  color: rgb(255, 0, 0);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: line-through;
  margin-left: 10px;
  margin-top: 2px;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart {
  display: flex;
  flex-direction: row;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .leftbutton {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  border: 0.1px solid rgb(47, 60, 72);
  background: rgb(242, 248, 253);
  padding: 5px 7px;
  margin-top: 30px;
  height: 25px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input {
  margin-top: 30px;
  width: 40px;
  height: 24px;
  padding: 0px;
  text-align: center;
  border: 0.1px solid rgb(47, 60, 72);
  background: rgb(242, 248, 253);
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button,
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number] {
  -moz-appearance: textfield;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .rightbutton {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  border: 0.1px solid rgb(47, 60, 72);
  background: rgb(242, 248, 253);
  padding: 5px 7px;
  margin-top: 30px;
  height: 25px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton {
  margin-top: 30px;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button img {
  width: 25px;
  height: 25px;
}
.containerpart .product_page .product-layout-2 .leftpart .down .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  padding-right: 6px;
}
.containerpart .product_page .product-layout-2 .leftpart .down .right button {
  background-color: transparent;
  border: 0px;
  width: 40px;
  cursor: pointer;
}
.containerpart .product_page .product-layout-2 .leftpart .down .right button img {
  width: 40px;
}
.containerpart .product_page .product-layout-2 .leftpart .down::-webkit-scrollbar {
  display: none;
}
.containerpart .product_page .product-layout-2 .rightpart .bannerphoto a img {
  width: 500px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .containerpart .product_page .product-layout-2 {
    width: 100%;
    flex-direction: column;
  }
  .containerpart .product_page .product-layout-2 .leftpart .up a .nextlink {
    margin-right: 0px;
    text-align: right;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid rgb(124, 160, 190);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding: 10px;
    margin-right: 10px;
    height: auto;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent {
    position: relative;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent .percentage {
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: -20px;
    border-radius: 51px;
    background: rgb(255, 0, 0);
    width: 40px;
    padding: 5px 0px;
    position: absolute;
    right: 0;
    /* Aligns to the right */
    top: 0;
    /* You can adjust this based on your needs */
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .title {
    font-size: 11px;
    width: 140px;
    margin: 15px auto;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .prices {
    display: flex;
    flex-direction: row;
    width: 140px;
    margin: 0 auto;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .prices .bigprice {
    color: rgb(0, 163, 76);
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .prices .smallprice {
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration-line: line-through;
    margin-left: 10px;
    margin-top: 2px;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart {
    display: flex;
    flex-direction: row;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .leftbutton {
    color: rgb(6, 30, 65);
    font-size: 10px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: center;
    border: 0.1px solid rgb(47, 60, 72);
    background: rgb(242, 248, 253);
    padding: 5px 7px;
    margin-top: 30px;
    height: 25px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input {
    margin-top: 30px;
    width: 40px;
    height: 24px;
    padding: 0px;
    text-align: center;
    border: 0.1px solid rgb(47, 60, 72);
    background: rgb(242, 248, 253);
    font-size: 10px;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button,
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number] {
    -moz-appearance: textfield;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .rightbutton {
    color: rgb(6, 30, 65);
    font-size: 13px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: center;
    border: 0.1px solid rgb(47, 60, 72);
    background: rgb(242, 248, 253);
    padding: 5px 7px;
    margin-top: 30px;
    height: 25px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton {
    margin-top: 30px;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
  }
  .containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button img {
    width: 25px;
    height: 25px;
  }
  .containerpart .product_page .product-layout-2 .rightpart .bannerphoto a img {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
  }
}
.containerpart .product_page .brands_layout_1 {
  margin-top: 20px;
}
.containerpart .product_page .brands_layout_1 .elems-tags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.containerpart .product_page .brands_layout_1 .elems-tags a img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid rgb(145, 145, 145);
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #ffffff;
}
.containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand span {
  display: block;
  padding: 20px;
  word-wrap: break-word;
}
.containerpart .product_page .brands_layout_1 .elems-tags a p {
  white-space: pre-wrap;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
  font-size: 14px;
}
.containerpart .product_page .brands_layout_1 .elems-tags::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .containerpart .product_page .brands_layout_1 .elems-tags a {
    margin: 0px 10px;
  }
  .containerpart .product_page .brands_layout_1 .elems-tags a img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
  }
  .containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand {
    width: 88px;
    height: 88px;
  }
  .containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand span {
    display: block;
    padding: 20px;
    word-wrap: break-word;
  }
  .containerpart .product_page .brands_layout_1 .elems-tags a p {
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    font-size: 10px;
  }
}/*# sourceMappingURL=product_page.css.map */