/* PRODUCT CATEGORY LIST */
.content-prod {
  padding: 5em 0 20em;
}
.content-prod .titleh1 {
  color: #fff;
  font-size: 4em;
}
.content-prod p {
  color: #e4e4e4;
  font-size: 1.6em;
}

section.product-list div.item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

section.product-list div.item .price {
  color: #00b33c;
}

section.product-list .titleh2 {
  font-size: 2.4em;
  font-weight: bold;
  color: #000;
}

section.product-list article div.prod,
.product-view .prod,
.prodHome .prod {
  border: 1px solid #dbdbdb;
  max-height: 380px;
  overflow: hidden;
}

section.product-list article div.prod div.img,
.product-view .prod div.img,
.prodHome .prod div.img {
  float: left;
  overflow: hidden;
  height: 150px;
  position: relative;
  width: 100%;
}

section.product-list article div.prod div.img img,
.product-view .prod div.img img,
.prodHome .prod div.img img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
}

section.product-list article div.prod div.desc,
.product-view .prod div.desc,
.prodHome .prod div.desc {
  min-height: 80px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-top: none;
}
section.product-list article div.prod div.desc h5,
.product-view .prod div.desc h5,
.prodHome .prod div.desc h5 {
  font-weight: 400;
  font-size: 1.4em;
  color: #1d1d1b;
  margin-bottom: 0.7em;
  display: inline-block;
  height: 38px;
}
section.product-list article div.prod div.desc .description p,
.product-view .prod .description p,
.prodHome .prod .description p {
  color: #a9a8a8;
  font-size: 1.5em;
  margin-bottom: 1em;
}
section.product-list article div.prod .por,
.product-view .prod .por,
.prodHome .prod .por {
  font-weight: 700;
  font-size: 1.9em;
  text-transform: uppercase;
  color: #1d1d1b;
}
section.product-list article div.prod .parcel span,
.product-view .prod .parcel span,
.prodHome .prod .parcel span {
  font-weight: 500;
  color: #000;
}
section.product-list article div.prod .de,
.product-view .prod .de,
.prodHome .prod .de {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 1.3em;
  color: #8f8f8f;
}
section.product-list article div.prod .avista,
.product-view .prod .avista,
.prodHome .prod .avista {
  font-size: 1.3em;
}
section.product-list article div.prod .avista span,
.product-view .prod .avista span,
.prodHome .prod .avista span {
  font-weight: bold;
  color: #2c3880;
  font-size: 1.6em;
  line-height: 1;
}
section.product-list article div.prod .desconto,
.product-view .prod .desconto,
.prodHome .prod .desconto {
  text-transform: uppercase;
}
section.product-list article div.prod .buy,
.product-view .prod .buy,
.prodHome .prod .buy {
  font-weight: 500;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 0.8em 1.8em;
  text-indent: 20px;
  display: table;
  text-transform: none;
  background: #1abb9c url(../img/cart-white.svg) no-repeat 10% 50%;
  cursor: pointer;
}
section.product-list article div.prod .details,
.product-view .prod .details,
.prodHome .prod .details {
  color: #040707;
  font-size: 1.4em;
  text-decoration: underline;
}
section.product-list article div.prod .indisponivel {
  background: #ccc;
}
section.product-list article div.prod .buy:hover,
.product-view .prod .buy:hover,
.prodHome .prod .buy:hover {
  background-color: #12b14c;
}
section.product-list article div.prod .de,
section.product-list article div.prod .por,
section.product-list article div.prod .avista,
section.product-list article div.prod .buy {
  /*display: none*/
}
/*
.line{
    padding: 1em 0;
    border-top: 1px solid rgba(115, 123, 122, 0.1);
    border-bottom: 1px solid rgba(115, 123, 122, 0.1);
    margin-top: 3em;
}
*/
.line h3 {
  font-weight: bold;
  font-size: 1.6em;
  color: #101010;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1em;
}
/* PRODUCT VIEW */

.boxProdContent [class*="col-"] {
  padding: 0;
}
.boxDetails h3 {
  font-size: 1.3em;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
#prodGallery {
  margin-right: 50px;
}
#prodGallery .prodGalleryImg {
  border: 1px solid #eaeaea;
  text-align: center;
  height: 400px;
}
#prodGallery .prodGalleryImg img {
  max-height: 100%;
  max-width: 100%;
}

#prodGallery .slider {
  height: 150px;
  margin-top: 20px;
}

.calcShip #tabelaFrete {
  padding: 15px 0;
}
.calcShip #tabelaFrete label {
  max-width: 425px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  width: 100%;
}
.calcShip #tabelaFrete label span._2 {
  width: auto;
}
.calcShip #tabelaFrete label span._3,
.calcShip #tabelaFrete label span._4 {
  float: right;
  padding: 0;
  width: auto;
}

.boxProdContent .boxDetails .titleProd {
  font-weight: 600;
  font-size: 2.8em;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boxProdContent .boxDetails .titleProd span {
  color: #00b33c;
}

.boxProdContent .boxDetails .cod {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 1em;
}
.paymentInfo {
  padding: 1em 0;
  margin-bottom: 2em;
}
.boxProdPriceDe {
  color: #8f8f8f;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: line-through;
}
h3.boxProdPricePor {
  font-weight: 700;
  font-size: 2.3em;
  color: #000;
}
h3.boxProdPricePor span {
  color: #000;
  font-size: 0.7em;
  text-transform: uppercase;
}
.boletoPrice {
  color: #00a20b;
  font-size: 1.8em;
  font-weight: 700;
}
.discount {
  margin: 1% 0;
  padding-left: 1em;
  font-size: 1.3em;
  color: #8f8f8f;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
}
.parcel {
  font-size: 1.3em;
  color: #8f8f8f;
  font-weight: 400;
}
.parcel span {
  font-weight: 900;
  font-size: 1.2em;
  color: #000;
}
.calcShip h3 {
  font-weight: 900;
  font-size: 1.3em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.calcShip input[type="text"] {
  border: 1px solid #ccc;
  height: 13px;
  width: 180px;
  font-size: 1.2em;
  float: left;
}
.calcShip input[type="button"] {
  font-weight: 500;
  font-size: 1.3em;
  width: 90px;
  color: #fff;
  background: #000;
  height: 36px;
  margin-left: 5px;
  padding: 0 15px;
  text-indent: 0;
  cursor: pointer;
}

.bt_comprar2 {
  font-weight: 900;
  background: #13b569 url(../img/35x35.gif) no-repeat 90% center;
  background-size: 25px;
  padding: 15px 65px 15px 35px;
  color: #fff;
  font-size: 2.2em;
  text-indent: 0;
  margin: 10px 0;
  cursor: pointer;
  width: auto;
  text-transform: uppercase;
  transition: 0.7s all ease;
  display: none;
}

.bt_comprar {
  font-weight: 500;
  background: #1abb9c url(../img/buy.svg) no-repeat 15% center;
  padding: 20px 95px 20px 95px;
  color: #fff;
  font-size: 2em;
  margin-bottom: 2em;
  border-radius: 4px;
  cursor: pointer;
  width: auto;
  transition: 0.7s all ease;
  display: block;
}

.bt_comprar:hover {
  background-color: #000;
}

/*  quantidade */
.flex {
  display: flex;
  padding: 20px 5px;
}
.inp-qtd {
  width: 24px;
  padding-top: 5px;
  height: 27px;
  font-size: 14px;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 2px;
  text-indent: 0;
  text-align: center;
  float: left;
  background: #fff;
  color: #000;
  border: 1px solid #f2f2f2;
}

.inp-qtd[type="number"] {
  -moz-appearance: textfield;
}
.inp-qtd[type="number"]::-webkit-inner-spin-button,
.inp-qtd[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qtd-control {
  vertical-align: top;
  text-align: center;
  height: 40px;
  margin-right: 3px;
  display: flex;
}
.qtd-control a:hover,
.qtd-control a:focus {
  color: #fff;
  background: #737b7a;
}

.qtd-plus,
.qtd-minus {
  background: #fff;
  color: #8f8f8f;
  font-size: 16px;
  display: block;
  font-weight: 600;
  width: 16px;
  height: 94%;
  line-height: 40px;
  float: left;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.qtd-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qtd-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qtd-product {
  margin-bottom: 1.7em;
}

/* ATRIBUTOS */

.listoption {
  float: right;
  margin-top: 3px;
  width: 100%;
  min-height: 30px;
}

.listoption span {
  font-weight: 600;
  display: block;
  font-size: 1.25em;
  /* margin-right: 0px; */
  width: auto;
}

.listoption span img {
  /* padding: 2px; */
  border-radius: 50%;
  width: 100%;
}

.listoption .thisProdAttChange {
  position: relative;
}

.listoption .option {
  color: #6e6e6e;
  cursor: pointer;
  border: 4px solid transparent;
  display: inline-block;
  font-weight: 500;
  /* font-size: 11px !important; */
  margin: 0 2px !important;
  margin-left: 0px !important;
  border-radius: 55%;
  /* line-height: 3.3; */
  width: 23px;
  height: 23px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}

.listoption .labelOption {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em !important;
  margin: 0 4px !important;
  margin-left: 0px !important;
  text-transform: uppercase;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  text-align: center;
  min-width: 24px;
  line-height: 47px;
  border: 2px solid #f2f2f2;
}

.listoption .option:hover {
  background: none;
}

.listoption .labelOption:hover {
  background-color: rgba(26, 187, 156, 0.3);
}

.listoption .option.selected {
  background-color: #fff;
  border: 1px double #31b2c7;
  color: #333333;
  border-width: 4px;
}

.listoption .labelOption.selected {
  background-color: #1abb9c;
  border-color: #1abb9c;
  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;
}

.listoption2 {
  margin-bottom: 1em;
}

/* BOX DESCRIPTION */

.boxDescripiton {
  margin: 1em 0;
}
.boxDescripiton .title-desc {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.boxDescripiton .description {
  padding-bottom: 10px;
  /* font-size: 1.5em; */
  /* line-height: 1.5em; */
  border-bottom: 1px solid #f1f1f1;
}
.boxDescripiton section {
  display: none;
  padding: 20px 0 0;
}

.boxDescripiton input {
  display: none;
}

.boxDescripiton label {
  display: block;
  margin: 0 0 -1px;
  padding: 15px 60px 15px 0px;
  font-weight: 600;
  color: #7b7b7b;
  border: 1px solid transparent;
}

.boxDescripiton label:hover {
  color: #888;
  cursor: pointer;
}

.boxDescripiton input:checked + label {
  font-weight: 600;
  font-size: 1.5em;
  color: #000;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.boxDescripiton #tab1:checked ~ #content1,
.boxDescripiton #tab2:checked ~ #content2,
.boxDescripiton #tab3:checked ~ #content3,
.boxDescripiton #tab4:checked ~ #content4 {
  display: block;
}
.product-view .centerProd {
  margin: 7em 0;
}
.product-view .centerProd .titleh1 {
  font-weight: 600;
  font-size: 2.8em;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 650px) {
  .boxDescripiton label {
    font-size: 0;
  }
  .boxDescripiton label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .boxDescripiton label {
    padding: 15px;
  }
}
.product-view .center {
  text-align: center;
  display: inline-table;
}
.product-view .center .titleh1 {
  font-size: 2.4em;
  margin: 2em 0;
}
.product-view .slider-for-vert {
  width: 100%;
  float: left;
}
.product-view .slider-for-vert {
  /*width: inherit;*/
  width: 100%;
  float: left;
}

.product-view .slider-for-vert img {
  /* width: 100%; */
  max-height: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.product-view .slider-nav-vert {
  width: 25%;
  float: left;
  margin-top: 4rem;
}

.product-view .slider-nav-vert .thumb {
  height: 100px;
  width: 100px !important;
  margin-left: 2em;
  cursor: pointer;
  overflow: hidden;
}

.product-view .slider-nav-vert .thumb img {
  /* height: 100%; */
  max-width: 100%;
  margin: 0 auto;
}

.filter.checkbox {
  display: flex;
  align-items: center;
}
.filter.checkbox:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 1px solid #444444;
  left: 0;
  margin-right: 8px;
}
.filter.checkbox.active:before {
  background: #20bb9c;
}

/**/

@media only screen and (max-width: 900px) {
  #prodGallery {
    margin-right: 0;
  }
  .boxProdContent .paymentClub .paymentClubInfo {
    display: flex;
  }
  section.product-list article div.prod,
  .product-view .prod,
  .prodHome .prod {
    overflow: inherit;
  }
  .boxProdContent .boxDetails .titleProd {
    font-size: 2.2em;
  }
  .paddingIntern {
    padding-top: 50px;
  }
  .bt_comprar {
    padding: 20px 5px 20px 5px;
    width: 100%;
    background-position: 10px 50%;
  }
}

@media only screen and (max-width: 800px) {
  /* aside.left { display: none } */
  .content-prod .titleh1 {
    font-size: 2.8em;
  }
  .product-view .prod img {
    width: 100%;
    height: 100%;
  }
  .boxDescripiton {
    margin: 2em 0;
  }
  .product-view .slider-nav-vert {
    width: 38%;
    margin-top: 1rem;
  }
  .product-view .slider-nav-vert .thumb,
  .product-view .slider-for-vert img {
    max-width: 100%;
  }
  .product-view .slider-nav-vert .thumb {
    margin-left: 0;
  }
  .slider-nav-vert .slick-next,
  .slider-nav-vert .slick-prev {
    display: none !important;
  }
  section.product-list article div.prod div.desc,
  .product-view .prod div.desc,
  .prodHome .prod div.desc {
    display: block;
  }
  section.product-list article div.prod,
  .product-view .prod,
  .prodHome .prod {
    border-color: transparent;
  }
}
@media only screen and (max-width: 600px) {
  h3.boxProdPricePor,
  .boxProdContent .discount {
    width: 100%;
    font-size: 1.5em;
    padding-left: 0;
  }
  .calcShip input[type="text"] {
    width: 120px;
  }
}

.symcenter {
  /* modificado */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.symprojeto {
  font-weight: 500;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 0.8em 1.8em;
  display: table;
  text-transform: none;
  background: #2a3f54;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.symprojeto:hover {
  background-color: #73879c;
}

.btnEntrar {
  font-weight: 500;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 0.8em 1.8em;
  display: table;
  text-transform: none;
  background: #1abb9c;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.btnEntrar:hover {
  background-color: #12b14c;
}
