/*@import "productViewMedia-screen.css"(max-width: 768px);*/

#prodGallery {
  float: left;
  height: auto;
  text-align: center;
}

#prodGallery span {
  display: table-cell;
  vertical-align: middle;
}

#prodGallery,
.prodGalleryImg {
  width: 100%;
}

.prodGalleryImg {
  background: #fff !important;
  display: block;
  height: auto;
  line-height: 0;
  /* overflow: hidden; */
  vertical-align: middle;
  margin-bottom: 10px;
  /* max-height: 410px; */
}

.prodGalleryImg img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

#prodGallery #ulProdGallery {
  clear: both;
  text-align: left;
}

#prodGallery #ulProdGallery li,
#prodGallery #ulProdGallery li span {
  width: 124px;
  height: 124px;
  display: block;
}

#prodGallery #ulProdGallery li span {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff !important;
}

#prodGallery #ulProdGallery li {
  margin: 0 0 8px 0;
  border: 1px solid #949599;
  overflow: hidden;
  display: inline-block;
}

#prodGallery #ulProdGallery li a {
  display: block;
  height: 100%;
  width: 100%;
}

#prodGallery #ulProdGallery li img {
  max-width: 100%;
  max-height: 124px;
  margin: 0 auto;
}

#prodGallery #ulProdGallery li:hover {
  border: 1px solid #000;
}

/**/

.boxProdDetails {
  float: right;
  width: 100%;
}

.boxProdDetails label.error {}

.titleProd {
  color: #0e0d12;
  font-size: 1.2em;
  font-weight: lighter;
  margin-bottom: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.boxProdDetails .paymentInfo {
  padding-top: 20px;
  text-align: left;
}

.boxProdDetails .paymentInfo h3.boxProdPriceDe {
  color: #8a8a90;
  font-size: 1.3em;
  font-weight: lighter;
  margin-bottom: 15px;
  text-decoration: line-through;
}

.boxProdDetails .paymentInfo h3.boxProdPricePor {
  color: #000;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.boxProdDetails .paymentInfo h3.boxProdPricePor span {
  font-size: 1.4em;
  text-transform: uppercase;
}

.boxProdDetails .paymentInfo .discount {
  color: #000;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.boxProdDetails .paymentInfo .boletoPrice {
  color: #b13376;
  font-size: 1.4em;
  font-weight: bold;
}

.boxBuy {
  padding-top: 0px;
}

.boxBuy .sold {
  font-size: 1.6em;
  background: #b13376;
  padding: 15px 25px;
  margin-bottom: 20px;
  float: right;
  color: #fff;
  text-transform: uppercase;
}

.bt_comprar {
  background: #b13376 url("../img/boxProdHome_cart_icon_bg.png") no-repeat 110px center;
  background-size: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  height: 50px;
  text-transform: uppercase;
  padding: 0px 20px 0px 20px;
  letter-spacing: 1px;
}

.bt_comprar:hover {
  background-color: #c62c7f;
}

@media only screen and (max-width: 720px) {
  .boxBuy {
    display: flex;
    flex-direction: column;
  }

  .bt_comprar {
    margin-right: 0 !important;
  }
}

.bt_comprar.indisp {
  background: #b13376;
  width: auto;
}

.bt_comprar.indisp:hover {
  background-color: #f6bb08;
  color: #fff;
}

.bt_comprar.fast {
  background: #0ebcbd;
  margin-left: 15px;
}

.bt_comprar.fast:hover {
  background: #11d2d3;
}

/* ATRIBUTOS */
.listoption {
  color: #666666;
  float: right;
  margin-top: 10px;
  width: 100%;
}

.listoption span {
  display: block;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 5px;
  padding-top: 10px;
  text-align: right;
  width: auto;
}

.listoption .thisProdAttChange {
  position: relative;
}

.listoption .option,
.listoption .labelOption {
  color: #b13376;
  cursor: pointer;
  border: 1px solid #b13376;
  display: block;
  float: left;
  font-size: 11px !important;
  margin: 4px !important;
  margin-left: 0px !important;
  padding: 8px;
  text-transform: uppercase;
}

.listoption .option:hover,
.listoption .labelOption:hover {
  background-color: #0e0d12;
  color: #fff;
}

.listoption .option.selected,
.listoption .labelOption.selected {
  background-color: #0e0d12;
  border-color: #0e0d12;
  color: #ffffff;
}

.listoption .stock0 {
  border: 1px solid #9c9c9c !important;
  color: #9c9c9c !important;
  cursor: initial !important;
}

.listoption .stock0:hover {
  background-color: #fff;
  color: #9c9c9c;
  cursor: inherit;
}

/* calculo de frete */
.calcShip {
  display: table;
  margin: 50px 0;
}

.calcShip h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
}

.calcShip .input-t {
  border: 1px solid #ccc;
  width: 120px;
  height: 34px;
  padding: 0 20px;
  float: left;
}

.calcShip .input-s {
  background: #3e3e40;
  cursor: pointer;
  height: 36px;
  width: 100px;
  font-size: 1em;
  color: #fff;
}

.calcShip .result {
  margin-top: 15px;
}

.calcShip .result input {
  display: none;
}

.calcShip .result #tabelaFrete label {
  margin: 10px 0px;
  float: left;
  max-width: 100%;
  width: 100%;
  font-size: 1em;
}

.calcShip .result #tabelaFrete label span._2:after {
  content: ":";
}

.calcShip .result #tabelaFrete label span._2 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #231f20;
  float: left;
  max-width: 100px;
  width: auto;
}

.calcShip .result #tabelaFrete label span._3 {
  font-weight: bold;
}

.calcShip .result #tabelaFrete label span._3,
.calcShip .result #tabelaFrete label span._4 {
  float: right;
  font-size: 1.4em;
  color: #000;
  width: 200px;
}

/*boxProdContent*/
.boxProdContent {
  width: 100%;
  padding: 60px 0 0 0;
}

.boxProdContent .boxDetails {
  float: left;
  margin-right: 40px;
}

.boxProdContent .boxDetails.boxGallery {
  width: 56%;
}

.boxProdContent .boxDetails.boxInfo {
  width: 35%;
}

.boxProdContent .boxDetails:nth-child(2) {
  margin-right: 0px;
}

.boxProdContent .boxDetails .paddingIntern {
  max-width: 470px;
}

.boxProdContent .boxDetails .cod {
  color: #8a8a90;
  font-size: 1.2em;
  font-weight: lighter;
  margin-bottom: 20px;
}

.boxProdContent .boxDetails .dimension {
  color: #8a8a90;
  font-size: 1em;
  text-transform: uppercase;
  width: 100%;
  padding: 17px 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 40px 0px 20px;
}

.boxProdContent .cert {
  display: block;
  text-align: center;
}

.boxProdContent .cert img {
  max-width: 100%;
}

#seloPromo {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
}

/*boxDescripiton*/
#boxDescripiton {
  width: 100%;
  padding: 0px 0px 60px;
}

#boxDescripiton .boxDescripiton {
  padding: 30px;
}

#boxDescripiton .title-desc {
  color: #3e3e40;
  font-size: 1.8em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
}

#boxDescripiton .title-desc span {
  color: #b13376;
}

#boxDescripiton .nav-aba {
  border-bottom: 1px solid #ccc;
}

#boxDescripiton .nav-aba li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  margin: 0 0 -1px 0;
  padding: 0 10px;
}

#boxDescripiton .nav-aba .title-desc {
  font-size: 1.3em;
  line-height: 37px;
  margin: 0;
}

#boxDescripiton .nav-aba li.selected {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#boxDescripiton .nav-aba li.selected * {
  color: #b13376;
}

#boxDescripiton .description {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #8a8a90;
  font-size: 1.4em;
  line-height: 1.8em;
  overflow: hidden;
  padding: 20px 30px;
}

/**/

@media screen and (max-width: 768px) {
  .boxProdContent .boxDetails {
    width: 100% !important;
    margin-bottom: 30px;

  }

  .boxProdContent .boxDetails:nth-child(3) {
    width: 100% !important;
  }

  .boxProdContent .boxDetails .paddingIntern {
    padding: 0px 0% !important;
  }

  .boxProdContent {
    padding: 40px 0;
  }

  #boxDescripiton {
    padding-bottom: 0;
  }

  .boxBuy {
    text-align: center;
  }

  .boxBuy p {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 24px;
  }

  #seloPromo {
    position: initial;
    display: table;
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 500px) {
  .prodGalleryImg img {
    max-width: 100%;
  }

  #prodGallery #ulProdGallery li {
    float: left;
    display: block;
    width: 23%;
    margin: 1%;
    box-sizing: border-box;
  }

  .boxProdDetails .paymentInfo .boletoPrice:after,
  .boxProdDetails .paymentInfo h3.boxProdPricePor span:after {
    content: "\A";
    white-space: pre;
  }

  .boxProdDetails .paymentInfo h3.boxProdPricePor,
  .boxProdDetails .paymentInfo .discount {
    font-size: 1.5em;
  }

  #boxDescripiton .nav-aba li {
    text-align: center;
    max-width: 110px;
    overflow: hidden;
    height: 39px;
  }

  #boxDescripiton .nav-aba li.selected {
    margin-bottom: -2px;
  }
}

@media screen and (max-width: 1000px) {

  #prodGallery #ulProdGallery li,
  #prodGallery #ulProdGallery li span {
    width: 84px;
    height: 84px;
  }

  #prodGallery #ulProdGallery li img {
    max-height: 84px;
  }

  .boxProdContent .boxDetails.boxGallery,
  .boxProdContent .boxDetails.boxInfo {
    width: 100%;
  }

  #prodGallery.mobile {
    min-height: 45vh;
  }

  #prodGallery.mobile .slider-for-vert .slick-list {
    min-height: 44vh;
  }
}