img[src*=".gif"],
img[src*=".jpeg"],
img[src*=".jpg"],
img[src*=".png"] {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: optimizeQuality;
  image-rendering: optimizeSpeed;
}
/* loading */
#loading-mask {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  position: fixed;
  text-align: center;
  z-index: 500;
  width: 100%;
  height: 100%;
}
.background-overlay {
  background-color: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  filter: alpha(opacity=90);
}
#loading_mask_loader {
  font-weight: bold;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  padding: 6px 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 44px;
  height: 44px;
  z-index: 1000;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: transparent;
}
/* fim loading */
/* breadcrumb */
.breadcrumb-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 10px 0px;
  padding-left: 20px;
  max-width: 1350px;
  width: 100%;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  color: #545454;
  font-size: 12px;
}
.breadcrumb > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb .bread-item {
  cursor: pointer;
}
.breadcrumb .bread-item:hover {
  opacity: 0.6;
}
.breadcrumb svg {
  stroke: #545454;
  stroke-width: 30px;
  height: 14px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb li a:hover {
  opacity: 0.6;
}
.breadcrumb li a::after {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='' viewBox='0 0 256 256'%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='%239b9b9b' stroke-linecap='round' stroke-linejoin='round' stroke-width='30'%3E%3C/polyline%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
}
/* fim breadcrumb */

/* specs */
#modal-specs[aria-hidden="true"] {
  visibility: hidden;
  transform: translateX(-500px);
}
#modal-specs {
  transform: translateX(0);
  transition: 0.3s;
  position: fixed;
  opacity: 1;
  inset: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
}
.close-modal-specs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.close-modal-wrapper {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.close-modal {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-modal svg {
  fill: black;
  height: 20px;
  width: 20px;
}
#modal-specs .details-content {
  width: 100%;
  padding: 10px;
}
#modal-specs .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
  border-collapse: collapse;
  min-height: 0.01%;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
#modal-specs tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
#modal-specs .table tr th {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  color: #545454;
  padding-left: 5px;
}
#modal-specs .table tr td {
  padding: 10px 0;
  font-size: 13px;
  font-weight: normal;
  color: #545454;
  padding-left: 5px;
}
#modal-calc-plots[aria-hidden="true"] {
  visibility: hidden;
  transform: translateX(400px);
}
#modal-calc-plots {
  width: auto;
  transform: translateX(0);
  transition: 0.3s;
  position: fixed;
  opacity: 1;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 600;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-calc-plots .main {
  width: 300px;
  background-color: white;
  height: 100%;
}
#modal-calc-plots-mask[aria-hidden="true"] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms;
}
#modal-calc-plots-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms;
}
@media (max-width: 900px) {
  #modal-calc-plots[aria-hidden="true"] {
    visibility: hidden;
    transform: translateX(500px);
  }
  #modal-calc-plots {
    transform: translateX(0);
    transition: 0.3s;
    position: fixed;
    opacity: 1;
    inset: 0;
    z-index: 600;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
  }
  #modal-calc-plots-mask {
    display: none;
  }
  #modal-calc-plots .main {
    width: 100%;
    background-color: white;
    height: 100%;
  }
  .breadcrumb {
    display: none;
  }
}
#modal-calc-plots .details-content {
  width: 100%;
}
#modal-calc-plots .details-content span {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #545454;
}
#modal-calc-plots table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
  border-collapse: collapse;
  min-height: 0.01%;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
#modal-calc-plots tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
#modal-calc-plots tr {
  width: 100%;
}
#modal-calc-plots tr th {
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #545454;
}
#modal-calc-plots tr td {
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #545454;
}
#modal-calc-plots tr td.gray {
  font-weight: bold;
}
#modal-search-box .modal-search-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
}
#modal-search-box .close-search-box {
  width: 270px;
  height: 36px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 14px;
  color: white;
}
#modal-search-box #close-search-box b {
  font-weight: 500;
}
#modal-search-box #close-search-box svg {
  fill: white;
  height: 25px;
}
#modal-search-box div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-search-box input {
  width: 270px;
  padding: 0px 10px;
  height: 40px;
  border-radius: 36px;
  outline: none;
  border: none;
  font-style: italic;
  z-index: 1000;
  border: 1px solid rgb(110, 110, 110);
}
.mobile-nav-overlay[aria-hidden="true"] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms;
}
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 550;
  background-color: rgba(0, 0, 0, 0.15);
}
.mobile-nav[aria-hidden="true"] {
  width: 300px;
  left: 0px;
  transform: translateX(-300px);
}
.mobile-nav {
  transform: translateX(0px);
  transition: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  font-family: "Oswald", sans-serif;
  z-index: 600;
}
.mobile-nav .mobile-nav-header {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .mobile-nav-header span {
  color: #222;
  font-size: 16px;
  text-align: center;
}
.mobile-nav .mobile-nav-header #close-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .mobile-nav-header #close-mobile-nav svg {
  fill: black;
  height: 20px;
  width: 20px;
}
.mobile-nav .menu-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  background-color: white;
  width: 300px;
  overflow-y: scroll;
}
.mobile-nav .menu-container .menu .expand-button {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  border: 2px solid #222;
  right: 20px;
  cursor: pointer;
  margin-top: 13px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.mobile-nav .menu-container .menu .expand-button::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23000000' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' y1='40' x2='128' y2='216' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
}
.mobile-nav .menu-container .menu .expand-button.expanded::after {
  position: absolute;
  inset: 0;
  content: "";
  display: flex;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23000000' viewBox='0 0 256 256'%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
}
.mobile-nav .menu-container .menu {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.mobile-nav .menu-container .menu .menu-item {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
}
.mobile-nav .menu-container .menu li {
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .menu-container .menu li:last-child {
  padding-bottom: 0px;
}
.mobile-nav .menu-container .menu li a {
  width: 70%;
}
.mobile-nav .menu-container .menu li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}
.mobile-nav .menu-container .menu li ul {
  overflow: hidden;
  visibility: 0;
  transition: max-height 0.4s;
  max-height: 0;
}
.mobile-nav .menu-container .menu li ul.visible {
  display: flex;
  flex-direction: column;
  visibility: 1;
  transition: max-height 1s;
  max-height: auto;
}
.mobile-nav .menu-container .menu li.has-children ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #545454;
  padding-left: 20px;
  text-transform: capitalize;
}
.mobile-nav .menu-container .menu li ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-nav .menu-container .menu li ul li a::before {
  content: "";
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  display: flex;
}
.mobile-nav .menu-container .menu li.has-children > ul > li > ul > li {
  margin-left: 20px;
}
/*******************************************/
@media (max-width: 500px) {
  .gallery-modal .mini-thumb-container .mini-thumb-images {
    position: relative;
    display: flex;
    gap: 6px;
    place-items: center;
    justify-content: flex-start;
    background: transparent;
    flex-wrap: nowrap;
    padding: 10px;
    overflow-x: auto;
  }
  .gallery-modal .slideshow .slideshow-header .grid {
    display: none;
  }
  .gallery-modal .mini-thumb-container {
    display: block;
    height: 80px;
    top: 0;
    width: 100%;
  }
  .gallery-modal .slideshow-main {
    flex: 1 1 0%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    display: flex;
    position: relative;
  }
  .gallery-modal .main-thumb {
    position: relative;
    display: flex;
    width: 100%;
    height: 80%;
    overflow: hidden;
    position: absolute;
    bottom: 125px;
  }
  .gallery-modal .mini-thumb-images .mini-thumb-image {
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    object-fit: cover;
    background-color: transparent;
    width: 56px;
    height: 56px;
  }
}
.productZoom img {
  height: 400px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b.black {
  color: black;
}
b.green {
  color: green;
}
b.gray {
  color: #545454;
}
body {
  background-color: white;
}
.product-container {
  display: flex;
  flex-direction: column;
}
.product-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
  gap: 40px;
  width: 100%;
}
.images-container {
  grid-area: images;
}
.product-info {
  grid-area: description;
}
.over-visible {
  overflow: visible;
}
/* info **********************************************************/
.product-wrapper .product-info {
  gap: 15px;
  color: #545454;
  font-family: Arial;
  padding: 0 5px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.product-wrapper .product-info .product-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  word-break: break-word;
  color: black;
}
.product-wrapper .product-info .product-code {
  color: #545454;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.product-wrapper .product-info .ratings {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 11px;
  line-height: 1.25;
  color: #777;
}
.rating-box {
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 15px;
  display: inline-block;
}
.rating-box::before {
  content: "★★★★★";
  width: 80px;
  height: 15px;
  color: #c3c5c9;
  display: block;
  font-size: 19px;
  line-height: 11px;
}
.rating {
  width: 69px;
  height: 11px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 15px;
}
.rating-box .rating::before {
  content: "★★★★★";
  width: 80px;
  height: 15px;
  color: #ffc600;
  display: block;
  font-size: 19px;
  line-height: 11px;
  position: absolute;
}
.product-wrapper .product-info .ratings .review-box {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: black;
  padding-bottom: 3px;
}
.review-numbers:hover {
  text-decoration: underline;
}
.ordered-numbers {
  color: #545454;
}
.product-wrapper .product-info .product-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #545454;
}
.product-wrapper .product-info .product-price .main-price {
  font-size: 24px;
  font-weight: bold;
  font-family: Arial Black;
  color: #198055;
}
.product-wrapper .product-info .product-price .instalment-price {
  font-size: 12px;
  color: #545454;
  background-color: #f6f6f6;
  padding: 10px 0px;
  padding-left: 5px;
  width: auto;
}
.product-wrapper .product-info .product-size {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.product-wrapper .product-info .product-size span {
}
.product-wrapper .product-info .product-size .size-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.product-wrapper .product-info .product-size .size-list .size-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #777;
  border-radius: 4px;
  color: black;
  cursor: pointer;
}
.product-wrapper .product-info .product-size .size-list .size-option:hover {
  border: 1px solid black;
}
.product-wrapper .product-info .buy-button {
  background-color: #7eb73d;
  border-radius: 3px;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "Oswald", "Roboto", sans-serif;
  height: 55px;
  letter-spacing: 0.1em;
  border: 1px solid #7eb73d;
  box-shadow: 0px -1px 0px #7eb73d inset;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.product-wrapper .product-info .buy-button .buy-button-price-container {
  display: none;
}
.product-wrapper .product-info .buy-button:hover {
  background: #7eb73d;
  opacity: 0.9;
}
.product-wrapper .product-info .buy-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 50%;
  height: 300%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: -100px;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
.product-wrapper .product-info .buy-button:hover::after {
  right: -10px;
}
.product-wrapper .product-info .buy-button span {
  color: white;
}
.product-wrapper .product-info .buy-button svg {
  stroke: white;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.block-shipping-info {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f7f8fa;
  font-family: Arial, Helvetica, sans-serif !important;
  border-radius: 4px;
}
.block-shipping-info::before {
  content: " ";
  display: table;
}
.block-shipping-info-shipping-free.item-1 {
  width: 100%;
  padding: 20px;
}
.block-shipping-info-shipping-free-icon {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 32px;
}
.block-shipping-info-shipping-free-icon svg {
  stroke: #198055;
  fill: #198055;
  vertical-align: middle;
  width: 24px;
}
.block-shipping-info-shipping-free-txt {
  display: table-cell;
  vertical-align: top;
}
.block-shipping-info-shipping-free-txt-title {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.block-shipping-info-shipping-free-txt-content {
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
.block-shipping-info-shipping-devolution.item-2 {
  width: 100%;
  padding: 0 20px 20px 20px;
}
.block-shipping-info-shipping-devolution-icon {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 32px;
}
.block-shipping-info-shipping-devolution-icon svg {
  stroke: #198055;
  fill: #198055;
  vertical-align: middle;
  width: 24px;
}
.block-shipping-info-shipping-devolution-txt {
  display: table-cell;
  vertical-align: top;
}
.block-shipping-info-shipping-devolution-txt-title {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.block-shipping-info-shipping-devolution-txt-content {
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
/* calc plots */
.product-wrapper .product-info .calc-plots {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-wrapper .product-info .calc-plots .calc-plot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0px;
  border-bottom: solid 1px #ebebeb;
}
.product-wrapper .product-info .calc-plots .calc-plot.instalment {
  cursor: pointer;
}
.product-wrapper .product-info .calc-plots .calc-plot .title {
  width: 100%;
}
.product-wrapper .product-info .calc-plots .calc-plot .title .calc-plot-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-wrapper .product-info .calc-plots .calc-plot .calc-plot-type img {
  height: 20px;
}
.product-wrapper .product-info .calc-plots .calc-plot-price {
  color: #026100;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .product-info .calc-plots .calc-plot-price b {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.product-wrapper .product-info .calc-plots .calc-plot .title svg {
  width: 14px;
  height: 14px;
  fill: #000;
  stroke: black;
  stroke-width: 20px;
}
.product-wrapper .product-info .calc-plots .calc-plot .calc-plot-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
  display: block;
  width: 100%;
}
.product-wrapper .product-info .calc-plot-content .plot-content-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  height: auto;
}
.product-wrapper .product-info .calc-plot-content .plot-content-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* DETAILS */
section.details {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}
section.details h1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: black;
  font-size: 24px;
  margin: 50px 0;
  position: relative;
}
section.details h1::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
}
section.details .details-content {
  padding: 20px 0px;
}
/* DETAILS END*/
#rating-mobile {
  display: none;
}
#rating-desk {
  padding: 0 130px;
}
#rating-desk h1 {
  position: relative;
}
#anchor-name {
  position: absolute;
  content: "";
  top: -200px;
  height: 1px;
  width: 1px;
  visibility: hidden;
}
#rating-mobile-tab {
  width: 100%;
  max-width: 310px;
  overflow: auto;
  background-color: #fff;
  position: fixed;
  z-index: 900;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(380px);
  transition: transform 0.3s;
}
#rating-mobile-tab .pager{
  margin-top: 20px;
}
#rating-mobile-tab.open {
  transform: translateX(0);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.rating-container {
  color: #777;
  font-size: 13px;
}
.rating-container .stars-rating {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}
.rating-container .stars-rating h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.rating-container .stars-rating .average {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.rating-container .stars-rating .five-stars {
  display: flex;
  flex-direction: column;
}
.rating-container .stars-rating .five-stars .star-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: baseline;
  gap: 5px;
  padding: 8px 0;
}
.rating-container .stars-rating .five-stars .star-container .bar {
  width: 200px;
  height: 5px;
}
.rating-container .reviews {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: auto;
  background-color: transparent;
  margin: 0 auto;
}
.rating-container .review {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 20px;
}
.rating-container .review .user-review-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.rating-container .review .user-review-info .user-info-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-direction: row;
  gap: 5px;
}
.rating-container .review .user-review-info .user-info-box .profile-picture {
  width: 30px;
  height: 30px;
  background-color: #dbdbdb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-container
  .review
  .user-review-info
  .user-info-box
  .profile-picture
  svg {
  width: 20px;
  height: 20px;
  stroke: #545454;
}
.rating-container .review .user-review-info .user-info-box .name {
  text-align: start;
}
.rating-container .product-review-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.rating-container .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rating-container .content .review-content {
  overflow: hidden;
  line-height: 16px;
}
.rating-container .content .review-content span {
  color: #777 !important;
  font-size: 13px !important;
}
.rating-container .review-images {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
.rating-container .review-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  max-height: 80px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.rating-container .review-images .review-image {
  object-fit: contain;
  width: 100%;
}
.rating-container .review-images .fancy-review {
  /*position: absolute;*/
  object-fit: contain;
  width: 100%;
}
.date {
  font-weight: 200;
  font-size: 12px;
}
.row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.close-rating-mobile {
  width: 100%;
  background-color: rgba(234, 234, 234, 1);
  padding: 10px 0;
  z-index: 2001;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.close-rating-mobile .close-tab {
  margin-left: 10px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-rating-mobile .close-tab svg {
  width: 20px;
}
.user-review-info .read-more {
  cursor: pointer;
  color: rgba(0, 0, 255, 0.39);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5px;
  position: relative;
}
.user-review-info .read-more.exists::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 100%;
  top: -17px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa);
}
.verified-order {
  font-size: 12px;
  text-align: end;
  font-weight: 500;
  color: rgba(24, 140, 0, 0.57);
}
.review-icon {
  color: black;
}
.pager {
  width: 100%;
}
.pager ol {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pager li {
  display: inline-block;
  margin: 0;
  margin-left: 0px;
  height: 34px;
  width: 34px;
  line-height: 32px;
  font-size: 13px;
  margin-left: 2px;
  text-align: center;
  border-radius: 3px;
}
.pager li.current {
  border: 1px solid #262626;
  background-color: #262626;
  color: #fff;
}
.pager li a {
  background-color: #fff;
  display: block;
  height: 34px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #545454;
}
.pager li a.next {
  display: none;
}
.pager li a:hover {
  background-color: #eeeeee;
  color: #545454;
  border-color: #d8d8d8;
}
/* specs  */
.specs {
  display: none;
}
.specs .specs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.specs .specs-wrapper .specs-title {
  font-size: 16px;
}
.specs .specs-wrapper svg {
  height: 15px;
  fill: #000;
  stroke: black;
  stroke-width: 20px;
}
.divider {
  display: none;
}
.details .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
  border-collapse: collapse;
  min-height: 0.01%;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.details tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
.details .table tr th {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  color: #545454;
  padding-left: 5px;
}
.details .table tr td {
  padding: 10px 0;
  font-size: 13px;
  font-weight: normal;
  color: #545454;
  padding-left: 5px;
}
/* all reviews */
.all-review-images {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  display: flex;
}
.scroll {
  height: auto;
  width: 550px;
  overflow-x: hidden;
  float: left;
}
.all-review-images .all-review-images-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  float: left;
}
.all-review-image-container {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 5px;
}
.all-review-image-container .all-review-image {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.more-reviews {
  background-color: #eaeaea;
  min-width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: black;
  position: relative;
  cursor: pointer;
}
.product-wrapper .product-info .product-size .size-list {
  display: flex;
  gap: 15px;
  padding: 10px 0;
}
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #545454;
  text-decoration: none;
  box-sizing: content-box;
  transition: all 0.3s;
}
.product-wrapper .configurable-swatch-list .size-option .swatch-link {
  position: relative;
}
.product-wrapper .configurable-swatch-list .option-s.hover .swatch-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpolyline points='216 72 104 184 48 128' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='25'%3E%3C/polyline%3E%3C/svg%3E");
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: #8bc34a;
  border-radius: 50%;
  background-position: center;
  z-index: 10;
  display: flex;
  line-height: 26px;
  /*align-items: center;*/
  justify-content: center;
}
.swatch-link:hover {
  cursor: pointer;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0px;
  top: -10px;
  bottom: 0;
  z-index: 10;
  font-weight: bold;
}
.product-wrapper
  .configurable-swatch-list
  .size-option
  .swatch-link
  .swatch-label {
  border: 1px solid #777;
  margin: 0;
  white-space: nowrap;
  background: #fff;
  height: 42px;
  min-width: 42px;
  line-height: 42px;
}
.product-wrapper .product-info .option-s.hover .swatch-label {
  border: 1px solid black;
  color: black;
  font-weight: bold;
}
.swatch-label:hover {
  border: 1px solid black;
}

.product-wrapper .product-info .swatch-label.span-variation {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 595px) {
  .more-reviews::after {
    position: absolute;
    height: 80px;
    left: -5px;
    top: 0px;
    width: 10px;
    content: "";
    background: linear-gradient(90deg, transparent 0%, #eaeaea 50%);
  }
}
@media (max-width: 900px) {
  .specs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0px;
    border-top: 1px solid #ebebeb;
  }
  section.details h1 {
    margin: 20px 0;
  }
  .divider {
    display: flex;
    height: 5px;
    width: 100%;
    background-color: #f7f8fa;
  }
  .slide-arrow.prev-arrow.benefits {
    left: 0px;
  }
  .slide-arrow.next-arrow.benefits {
    right: 0px;
  }
}
@media (max-width: 1100px) {
  .breadcrumb-container {
    display: none;
  }
  .benefits {
    margin-bottom: 0px;
  }
  .product-wrapper {
    display: flex;
    flex-direction: column;
  }
  .product-wrapper .product-info .buy-button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
  }
  .product-wrapper .product-info .buy-button .buy-button-price-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    bottom: 55px;
    left: 0;
    right: 0;
    height: auto;
    padding-left: 10px;
    background-color: #ffffff;
    padding-top: 10px;
  }
  .product-wrapper .product-info .buy-button .old-price {
    color: #7c7c7e;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: line-through;
  }
  .product-wrapper .product-info .buy-button .wrapper {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .product-wrapper .product-info .buy-button .buy-button-price {
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }
  .product-wrapper .product-info .buy-button .buy-button-price-option {
    color: #7c7c7e;
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
  }
  .product-wrapper .product-info .buy-button:hover {
    opacity: 1;
  }
  .product-images {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #rating-desk {
    display: none;
  }
  .rating-container .average {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
  }
  .rating-container .average-info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .rating-container .average h3 {
    margin: 0px;
  }
  .rating-container .average h3 svg {
    height: 15px;
    fill: #000;
    stroke: black;
    stroke-width: 20px;
  }
  .reviews .review:nth-child(even) {
    background-color: white;
  }
  #rating-mobile-tab {
    display: flex;
  }
  #rating-mobile {
    display: flex;
    flex-direction: column;
  }
  .rating-container .reviews {
    padding: 0 0px;
    width: 100%;
  }
  .reviews .review {
    padding: 0px;
  }
  .reviews.review-ajax {
    padding: 10px;
  }
  .rating-container .review {
    flex-direction: column;
  }
  .rating-container .product-review-info {
    align-items: flex-start;
  }
  .rating-container .product-review-info .content {
    text-align: left;
  }
  .rating-container .product-review-info .content .review-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .user-review-info .read-more.exists::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 100%;
    top: -14px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa);
  }
  .rating-container .stars-rating .average {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
  }
  .ratings .review-box {
    display: none;
  }
  .rating-container .stars-rating {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-wrapper .product-info .buy-button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
  }
}

/*  */

/* formatação bloco imagens */
.product-images {
  min-width: 100%;
}
#mainSlider {
  /*max-width: 550px;*/
  /*max-height: 550px;*/
  width: 100%;
  overflow: hidden;
}
.product-images.portrait .nav-slider {
  max-width: 90px;
  /*width: 100%;
	max-height: 500px;*/
  box-sizing: border-box;
}
.product-images.portrait .nav-slider img {
  width: 100%;
  display: block;
}
.product-images.portrait {
  display: flex;
  width: 760px;

  /* border: 1px solid #000; */
  gap: 35px;
  align-items: flex-start;
  justify-content: center;
}

/* .product-images.landscape {
  width: 760px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.product-images.landscape .swiper-container > .nav-slider {
  max-width: 760px;
  width: 100%;
  max-height: 90px;
  height: 100%;
}

.product-images.landscape .swiper-container > .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-images.landscape .swiper-container > .nav-slider img {
  width: 90px;
  height: 90px;
  object-fit: cover;
} */

/* landscape  */
.product-images.landscape {
  display: flex;
  flex-direction: column-reverse;
  max-width: 780px;
  width: 100%;
  margin-left: 0px;
  gap: 20px;
}

.product-images.landscape .nav-slider {
  max-width: 100%;
  width: 100%;
  margin-right: 0px;
  /* margin-top: 20px; */
  padding: 0px;
  height: 90px;
}
.product-images.landscape .nav-slider .swiper-wrapper {
  justify-content: center;
}
.product-images.landscape
  .swiper-container.with-arrows
  .nav-slider
  .swiper-wrapper {
  justify-content: unset;
}
.product-images .swiper-slide {
  cursor: pointer;
}
.product-images.landscape .nav-slider .swiper-slide {
  width: 90px;
  height: 90px;
}

.product-images.landscape .nav-slider .swiper-slide img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

/* end landscape */

.swiper-container {
  position: relative;
}

/* fim formatação bloco imagens */
/* personalização swiper */
.swiper-backface-hidden .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: black;
}

.swiper-pagination-bullet-active {
  background: black;
}

/* personalização swiper */
@media (max-width: 1150px) {
  .product-images {
    flex-direction: column-reverse;
  }
  .product-images {
    justify-content: flex-end;
  }

  .product-images .product-slider-main-nav .product-slider-nav {
    padding: 0px;
  }
  .swiper-container {
    display: none;
  }
}
@media (max-width: 900px) {
  .product-images {
    justify-content: flex-end;
    margin: 0 auto;
  }
  .product-wrapper {
    padding: 0px;
  }
  .product-images .product-slider-main-nav .product-slider-nav {
    width: 100%;
  }
  .product-images.portrait {
    width: 100%;
    max-width: 760px;
  }
  .main-slider img {
    width: 100%;
  }
}
@media (max-width: 678px) {
  /* #mainSlider {
    max-height: 550px;
    height: 100%;
  }
  .main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
}

/* novas modificações 09/11/22  */
/* categoria */
/* underline nos títulos */


/* padding rodapé ok*/

/* Relacionados */
.products-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-grid li.item {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  /* border: 1px solid var(--background-color); */

  border-radius: 8px;
}

.products-grid li.item .item-area {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}

.product-image-area {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 0px solid #ddd;
  border-radius: 7px;
  padding: 3px;
  z-index: 0;
}

.product-image-area .product-image {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  min-height: 100px;
  height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
}

li.item .product-image img {
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-image-area .product-image a {
  position: absolute;
}

.product-link {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  transition: transform 0.08s ease 0;
  -webkit-transition: -webkit-transform 0.08s ease 0;
  z-index: 1;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.item-area .default-image {
  opacity: 1;
  transition: all 400ms;
}

.item-area .hover-image {
  opacity: 0;
  transition: all 400ms;
}

.item-area:hover .default-image {
  opacity: 0;
  position: absolute;
  transition: all 400ms;
}

.item-area:hover .hover-image {
  opacity: 1;
}

.new-product-icon.hide {
  display: none;
}

.details-area h2.product-name {
  width: 100%;
  text-align: center;
}

.details-area h2.product-name a {
  margin: 0px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  color: black;

  display: flex;
  align-items: center;
  justify-content: center;
}

.price-box {
  margin: 5px 0 5px;
}

.products-grid li.item .details-area {
  text-align: center;
}

.regular-price {
  color: #444;
}

.item-area .regular-price .price {
  font-weight: normal;
  color: #262626;
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.actions.hide {
  display: none;
}

.qty-holder .hide {
  display: none;
}

.details-area h2.product-name a {
  margin: 0 0 5px;
  min-height: 33px;
  max-height: 33px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000 !important;
  font-weight: bold;
}

.products-grid {
  margin-bottom: 20px;
}

.details {
  position: relative;
}

.slick-products-grid-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slick-products-grid-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-products-grid-dots ul li {
  margin: 0 4px;
}

.slick-products-grid-dots ul li button {
  height: 8px;
  width: 8px;
  overflow: hidden;

  background: #c4c4c4;
  color: #c4c4c4;

  border: none;
  border-radius: 20px;
}

@media (max-width: 628px) {
  section.details h1 {
    text-underline-offset: 4px;
    white-space: inherit;
    text-align: center;
  }
}

.slick-products-grid-dots .slick-active button {
  background: black;
  color: black;
}

@media (max-width: 900px) {
  .product-wrapper .product-info .ratings .review-box {
    display: block;
  }
}

table.measurement tr {
  border: none;
  font-weight: bold;
  text-align: center;
}

table.measurement th {
  border: none;
  font-weight: bold;
  text-align: center;
}

table.measurement td {
  border: none;
  text-align: center;
}

table.tech-info tr {
  border: none;
  width: 50%;
  font-weight: bold;
}

table.tech-info td {
  border: none;
  width: 50%;
}


@media (max-width: 768px) {
  .details .product-description img{
    width: 100% !important;
    height: auto !important;
  }
}