.detalhe {
  padding-top: 20px;
}
.detalhe .prod .img-prod {
  padding: 0px 5px;
}
.detalhe .prod .img-prod .img-principal img {
  width: 99%;
  height: auto;
  margin-bottom: 15px;
  margin-right: 0;
  background-color: #FFF;
}
.detalhe .prod .img-prod .d-img-det {
  padding-left: 0 !important;
  padding-right: 4px;
}
.detalhe .prod .img-prod .img-detalhe img {
  border: 2px solid #ccc;
  margin-right: 5.5px !important;
  background-color: #FFF;
  margin-bottom: 15px;
}
.detalhe .prod .img-prod .d-youtube {
  cursor: pointer;
  padding-left: 0;
  padding-right: 4px;
}
.detalhe .prod .img-prod .d-youtube img {
  border: 2px solid #ccc;
}
.detalhe .prod .img-prod .d-youtube img:hover {
  border: 2px solid #e5541c;
}
.detalhe .prod .img-prod .img-detalhe img:hover {
  border: 2px solid #e5541c;
}
.detalhe .prod .img-prod .img-detalhe:last-child img {
  margin-right: 0!important;
}
.detalhe .det_prod {
  padding: 0px 5px 0px 45px;
}
.detalhe .det_prod h2 {
  font-size: 29px;
  font-weight: 300;
  color: #e5541c;
  margin: 0;
}
.detalhe .det_prod h3 {
  margin: 5px 0px;
  font-size: 20px;
  color: #505050;
}
.detalhe .det_prod input {
  width: 190px;
  height: 30px;
  border-radius: 0px;
}
.detalhe .det_prod .div_select li {
  display: inline-block;
}
.detalhe .det_prod .div_select li select {
  width: 190px !important;
}
.detalhe .det_prod .div_select li:last-child {
  padding-left: 10px;
}
.detalhe .det_prod .div_select .li-info {
  position: relative;
}
.detalhe .det_prod .div_select .li-info:hover .caixa-info {
  display: block !important;
}
.detalhe .det_prod .div_select .li-info .caixa-info {
  display: none;
  position: absolute;
  top: -8px;
  left: 23px;
  background: #ececec;
  width: 236px;
  z-index: 999;
  padding: 7px;
}
.detalhe .det_prod .div_select .li-info .caixa-info a {
  font-weight: 800;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .detalhe .det_prod .div_select .li-info .caixa-info {
    left: -250px;
  }
}
.detalhe .det_prod .div_select .li-info .seta-esquerda:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 3px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ececec;
}
@media (max-width: 991px) {
  .detalhe .det_prod .div_select .li-info .seta-esquerda:before {
    display: none;
  }
}
.detalhe .det_prod .div_select .li-info .seta-direita:before {
  display: none;
}
@media (max-width: 991px) {
  .detalhe .det_prod .div_select .li-info .seta-direita:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    position: absolute;
    right: -24px;
    top: 3px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ececec;
  }
}
.detalhe .det_prod .cor {
  height: auto;
  background-color: #FFF;
  margin-bottom: 15px;
}
.detalhe .det_prod .cor .img-cor {
  margin-top: 5px;
  padding: 5px;
}
.detalhe .det_prod .cor .img-cor img {
  border: 2px solid #dddddd !important;
  width: 100%;
  border-radius: 100%;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.detalhe .det_prod .cor .img-cor .selected {
  border: 2px solid #0e74c5 !important;
}
.detalhe .det_prod .btn {
  width: 320px;
  max-width: 100%;
  height: 40px;
  color: #fff;
  background-color: #0e74c5;
  font-size: 22px;
  padding-top: 4px;
}
.detalhe .det_prod .btn:hover {
  opacity: 0.8;
}
.detalhe .det_prod .title_det {
  font-size: 13px;
  font-weight: bold;
  color: #505050;
}
.detalhe .det_prod .compartilhar {
  margin-bottom: 30px;
}
.detalhe .det_prod .compartilhar li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.detalhe .det_prod .compartilhar .redes-sociais {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #505050;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}
.detalhe .det_prod .compartilhar .redes-sociais:hover {
  border: 2px solid #e5541c;
}
.detalhe .det_prod .compartilhar .redes-sociais i {
  font-size: 25px;
  color: #505050;
}
.detalhe .det_prod .compartilhar .redes-sociais i:hover {
  color: #e5541c;
}
.detalhe .det_prod .compartilhar .facebook i {
  margin-top: 7px;
}
.detalhe .det_prod .compartilhar .twitter i {
  margin-top: 7px;
}
.detalhe .det_prod .compartilhar .email i {
  margin-top: 6px;
}
.detalhe .det_prod .compartilhar .facebook:hover {
  border: 2px solid #3b5998;
}
.detalhe .det_prod .compartilhar .facebook:hover i {
  color: #3b5998;
}
.detalhe .det_prod .compartilhar .twitter:hover {
  border: 2px solid #00aced;
}
.detalhe .det_prod .compartilhar .twitter:hover i {
  color: #00aced;
}
.detalhe .det_prod .compartilhar .whats-det::before {
  content: '\f232';
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #505050;
  position: relative;
  bottom: 1px;
  left: 2px;
}
.detalhe .det_prod .compartilhar .whats-det {
  border-radius: 100%;
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 39px;
  height: 39px;
  display: block;
  margin-bottom: 0px !important;
  border: 2px solid #505050;
  text-align: center;
}
.detalhe .det_prod .compartilhar .whats-det a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.detalhe .det_prod .compartilhar .whats-det iframe {
  width: 39px;
  height: 39px;
  position: relative;
  bottom: 38px;
}
.detalhe .det_prod .desc_prod {
  margin-bottom: 30px;
}
.detalhe .det_prod .info_med {
  font-size: 12px;
  color: #505050;
  font-weight: 600;
}
@media (max-width: 991px) {
  .detalhe .det_prod {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .detalhe {
    text-align: center;
  }
}
.sugestao {
  margin-top: 100px;
}
.sugestao .title-relacionados {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  background: #dfdfdf;
}
.sugestao .title-relacionados .span-title {
  font-size: 29px;
  font-weight: 300;
  color: #e5541c;
  font-weight: bold;
}
