.products-details .headerDetalhamento .bgDetailsProduct {
  display: flex;
  position: relative;
}
.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: 22px;
}
.products-details .headerDetalhamento .bgDetailsProduct .btIconeRedondo.transparent:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct {
  padding-right: 20px;
  padding-top: 70px;
  width: 50%;
  max-height: 620px;
  overflow: hidden;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos {
  display: flex;
  flex-wrap: wrap;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .slick-list {
  max-height: 370px;
  border-radius: 3px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .mini-photos {
  max-height: 370px;
  display: grid;
  margin-right: 10px;
  width: 30%;
  align-content: flex-start;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .only-photo {
  width: 100%;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .multi-photos {
  width: 60%;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .mini-photos .photo {
  min-height: 116px;
  max-height: 116px;
  overflow: hidden;
  border-radius: 3px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .mini-photos .photo img {
  height: 100%;
  width: 100%;
  margin: 0%;
  transition: all 1s;
  object-fit: cover;
  opacity: 0.3;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .mini-photos .photo:not(:first-child) {
  margin-top: 10px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .mini-photos .photo img:hover {
  transition: all 0.3s ease-in;
  opacity: 1;
  transform: scale(1.15);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photo {
  width: auto;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .productImage {
  object-fit: contain;
  height: 300px;
  width: 100%;
  display: block;
}
.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: flex-start;
  padding-top: 70px;
}
.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: var(--theme-main-font-color);
  font-weight: 400;
  margin-bottom: 10px;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails small {
  color: var(--theme-main-font-color);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgDetails h1 {
  margin-bottom: 20px;
  color: var(--theme-main-font-color);
}
.products-details .price {
  font-size: 16px;
  color: var(--theme-main-font-color);
  font-weight: 400;
}
.products-details .price .minimum-price {
  font-size: 12px;
  color: var(--theme-main-font-color);
}
.products-details .price .price-without-discount {
  color: var(--theme-main-font-color);
  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: var(--theme-main-font-color);
  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: var(--theme-main-color);
}
.products-details .headerDetalhamento .bgDescricao {
  margin-top: 40px;
  font-size: 16px;
  color: var(--theme-main-font-color);
  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: var(--theme-main-font-color);
  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: 10px;
}
.products-details #btnAddToCart {
  width: 236px;
}
.products-details #btnAddToCart,
.products-details #btnAddToCartAndRedirect {
  position: relative;
  outline: none;
  max-width: 236px;
  max-height: 40px;
  border-radius: 3px;
}
.products-details .bgProdutosRelacionados {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
  border-radius: 0;
  overflow: unset;
}
.products-details .bgProdutosRelacionados h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--theme-main-font-color);
}
.products-details .bgProdutosRelacionados .listProdutos {
  border-bottom: 0;
  margin-bottom: 20px;
} 

.products-details .bgProdutosRelacionados {
    position: relative;
    padding-top: 60px;
    margin-bottom: 40px;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.products-details .bgProdutosRelacionados .listProdutos .bgProduct {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    min-width: none;
    width: 346px;
}

.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 .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 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 20px 0;
}
.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: 20px;
  height: 20px;
  border: 2px solid var(--theme-main-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-main-font-color);
}
.products-details .headerDetalhamento .bgDetailsProduct .bgAddToChart .quant-item .numbers .buttons button:first-child {
  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-font-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-font-color);
  border-radius: 2px;
  height: 40px;
  padding: 0 10px;
  margin-left: 5px;
  text-align: center;
  color: var(--theme-main-font-color);
  font-size: 15px;
  font-weight: 800;
  width: 90px;
  border-right: none;
}
.products-details .headerDetalhamento .bgDetailsProduct .bgShippingCost {
  width: 100%;
  margin: 20px 0;
  color: var(--theme-main-font-color);
}
.products-details .headerDetalhamento .bgDetailsProduct .btInline {
  border-radius: 3px;
}
form .bgCalculationShipping input {
  border-radius: 2px;
  height: 40px;
  font-size: 14px;
  padding: 5px 15px;
  border: 2px solid var(--theme-main-font-color);
  color: var(--theme-main-font-color);
}
.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;
}
form .bgShipping thead,
form .bgShipping tbody {
  color: var(--theme-main-font-color);
}
.bgProdutos .listProdutos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e8e8e8;
  padding-top: 20px;
  min-height: 260px + 24px;
  width: calc(100% + 24px);
  margin: 0 0 60px -12px;
}

/* #endregion */


/* #region medias */

@media only screen and (max-width: 1460px) {
  .sige-loja.highlight .header-container .header-top .content,
  .sige-loja.highlight .header-container .header-bg .content,
  .products-details {
    padding: 0 30px;
  }
}
@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) {
  .sige-loja.highlight .header-container .header-top .content,
  .sige-loja.highlight .header-container .header-bg .content {
    padding: 0;
  }
  .products-details .headerDetalhamento .bgDetailsProduct {
    flex-direction: column;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct {
    width: 100%;
    padding-right: 0;
  }
  .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;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .mini-photos {
    display: none;
  }
  .products-details .headerDetalhamento .bgDetailsProduct .bgGalleryProduct .photos .multi-photos {
    width: 100%;
  }
  .products-details #btnAddToCart,
  .products-details #btnAddToCartAndRedirect {
    width: 100%;
    max-width: 100%;
    max-height: 60px;
    margin: 10px 0;
  }
  .products-details {
    padding: 0;
  }
}

/* #endregion */