.products-details .headerDetalhamento {
  background: #fff;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}
.products-details .headerDetalhamento .bgDetailsProduct {
  display: flex;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.products-details .headerDetalhamento .bgDetailsProduct .btIconeRedondo {
  position: absolute;
  left: 0;
  top: 0;
}
.products-details .headerDetalhamento .bgDetailsProduct .btIconeRedondo.transparent {
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  background-color: transparent;
}
.products-details .headerDetalhamento .bgDetailsProduct .btIconeRedondo.transparent i {
  color: var(--theme-main-color);
  font-size: 28px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct {
  padding-right: 20px;
  padding-top: 20px;
  width: 50%;
  max-height: 450px;
  overflow: hidden;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photo {
  width: auto;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .productImage {
  object-fit: contain;
  height: 300px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .productImage:before {
  content: " ";
  object-fit: contain;
  display: block;
  background-image: url('/assets/images/nophoto.png');
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .breadcrumbs a:hover {
  color: var(--theme-main-color);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .breadcrumbs i {
  font-size: 12px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails h5 {
  font-size: 15px;
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails h1 {
  margin-bottom: 20px;
}
.products-details .price {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.products-details .price .minimum-price {
  font-size: 12px;
  color: #666;
}
.products-details .price .price-without-discount {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
}
.products-details .price .price-without-discount .tag {
  font-size: 13px;
  text-decoration: unset;
  font-weight: 800;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
  background: var(--theme-main-color);
  display: inline-block;
}
.products-details .price .main-price {
  border: none;
  background-color: unset;
  color: var(--verde);
  font-weight: 800;
  font-size: 30px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .bgCampoTextPadrao {
  width: calc(50% - 10px);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails *:not(.bgCampoTextPadrao)+.bgCampoTextPadrao {
  margin-top: 20px;
}
.products-details .headerDetalhamento .bgDetailsProduct .slick-arrow {
  color: #ccc;
  font-size: 25px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 170px;
}
.products-details .headerDetalhamento .bgDetailsProduct .slick-arrow:hover {
  color: #666;
}
.products-details .headerDetalhamento .bgDescricao {
  margin-top: 40px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.products-details .headerDetalhamento .bgDescricao img {
  max-width: 100%;
}
.products-details .headerDetalhamento .bgDescricao h1,
.products-details .headerDetalhamento .bgDescricao h2,
.products-details .headerDetalhamento .bgDescricao h3,
.products-details .headerDetalhamento .bgDescricao h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.products-details .adding-animation {
  transition: all 950ms, cubic-bezier(1, 0.02, 0.65, 0.96) border-radius 1s;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--theme-main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  opacity: 1;
  z-index: 500;
  outline: none;
}
.products-details .adding-animation.animating {
  border-radius: 0 0 0 10px;
}
.products-details #btnAddToCart {
  position: relative;
  outline: none;
  min-width: 270px;
}
.products-details .bgProdutosRelacionados {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}
.products-details .bgProdutosRelacionados h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.products-details .bgProdutosRelacionados .listProdutos {
  border-bottom: 0;
  margin-bottom: 20px;
}
.products-details .bgProdutosRelacionados .slick-arrow-left {
  left: 20px;
  top: calc(50% - 70px);
}
.products-details .bgProdutosRelacionados .slick-arrow-right {
  right: 20px;
  top: calc(50% - 70px);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 20px 0;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgShippingCost {
  width: 100%;
  margin: 20px 0;
}
.products-details .headerDetalhamento .bgDetailsProduct .btInline:not(:last-child) {
  margin-right: 10px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant {
  border-top: 1px solid #e5e5e5;
  width: calc(100% + 25px);
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-right: 25px;
  justify-content: space-between;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant p {
  font-size: 14px;
  color: #666;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant .numbers {
  display: flex;
  align-items: center;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant .numbers button {
  width: 33px;
  height: 33px;
  border-radius: 90px;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant .numbers button i {
  font-size: 14px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant .numbers .remove i {
  color: var(--vermelho);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant .numbers .add i {
  color: var(--verde);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails .quant .numbers input {
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  margin: 0 5px;
  text-align: center;
  color: #666;
  font-size: 15px;
  font-weight: 800;
  width: 65px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item {
  width: 180px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  justify-content: flex-start;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item p {
  font-size: 14px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers {
  display: flex;
  align-items: center;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons button {
  width: 25px;
  height: 25px;
  border: 2px solid var(--theme-main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 0;
  background: var(--theme-main-color);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons button:first-child {
  border-radius: 0 5px 0 0;
  border-bottom: none;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons button i {
  font-size: 14px;
  color: #fff;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons button:hover {
  background: #fff;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons button:hover i {
  color: var(--theme-main-color);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .remove i {
  color: #fff;
  margin-bottom: 6px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .add i {
  color: var(--theme-main-font-color);
  margin-top: 6px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers input {
  border: 2px solid var(--theme-main-color);
  border-radius: 5px 0px 0 5px;
  height: 50px;
  padding: 0 10px;
  margin-left: 5px;
  text-align: center;
  color: #666;
  font-size: 15px;
  font-weight: 800;
  width: 90px;
  border-right: none;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgShippingCost {
  width: 100%;
  margin: 20px 0;
}
.products-details .headerDetalhamento .bgDetailsProduct .btInline:not(:last-child) {
  margin-right: 10px;
}
.products-details .green {
  color: var(--verde);
}

/* #region foods */

.products-details .food-group-title {
  border-top: 1px solid #e5e5e5;
  width: calc(100% + 25px);
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-right: 25px;
  justify-content: space-between;
  background-color: #e5e5e5;
  padding-bottom: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 120%;
}
.products-details .food-group-title div:first-child {
  font-weight: bold;
}
.products-details .food-group-title small {
  color: #000;
}
.products-details .fullWidth {
  width: 100% !important;
}
.products-details .textBoxPadrao.textArea {
  height: inherit;
}
.products-details [foodconfigurator] .add:disabled,
.products-details [foodconfigurator] .remove:disabled {
  opacity: 0.5;
}

/* #endregion */


/* #region medias */

@media only screen and (max-width: 1340px) {
  .products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .products-details .headerDetalhamento .bgDetailsProduct .bgDetails .parcelSecurity {
    flex-wrap: wrap;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgDetails .parcelSecurity .parcel:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  .products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart {
    width: 100%;
    display: inline-block;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .btInline {
    margin: 5px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .products-details .headerDetalhamento {
    padding: 6vw;
  }
  .products-details .headerDetalhamento .bgDetailsProduct {
    flex-direction: column;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct {
    width: 100%;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photo {
    height: 300px;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgDetails {
    width: 100%;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgDetails .bgCampoTextPadrao {
    width: 100%;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgDetails .btPadrao {
    width: 100%;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .slick-arrow {
    top: 140px;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgDetails .parcelSecurity .parcel {
    font-size: 14px;
  }
  .products-details .bgProdutosRelacionados {
    padding: 20px 0;
  }
  .products-details .bgProdutosRelacionados .listProdutos {
    padding: 0;
    overflow-x: unset;
    margin-bottom: 0;
  }
  .products-details .bgProdutosRelacionados .btIconeRedondo {
    display: none;
  }
  .products-details .bgProdutosRelacionados .slick-arrow {
    opacity: 0;
    height: 100%;
    top: 0;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart {
    width: 100%;
    display: inline-block;
  }
}

/* #endregion */