@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');




*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body{
    font-family: 'Roboto', sans-serif;
}

img{
    width: 100%;
    display: block;
}

.titsec {
    width: 100%;
    padding: 10px 10%;
    box-sizing: border-box;
    height: 53px;
    display: flex;
    align-items: center;
    background-image: url(../imagens/marcador2.png);
    margin-top: 128px;
}

.titMarc {
    height: 53px;
    min-width: 135px;
    background-image: url(../imagens/marcador1.png);
    background-repeat: no-repeat;
    font-size: 20px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
    padding: 19px 0px 0px 65px;
    box-sizing: border-box;
}

.main-wrapper{
  min-height: 100vh;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  padding: 0 10%;
  flex-wrap: wrap;
}

.container{
    /*max-width: 1400px;
    padding: 0 1rem;*/
    margin: 0 auto;
}
.product-div{
    margin: 1rem 0 0 0;
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    column-gap: 10px;
}
.product-div-left{
  padding: 20px;
  display: grid;
  grid-template-columns: 70px auto;
  grid-template-areas: "hover conteiner";
}

.img-container {
    grid-area: conteiner;
}

.product-div-right{
  padding: 20px;
}

.bpPrecoM {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 11px 0 0 0;
}

.bpPrecoBd {
    display: flex;
    align-items: flex-end;
    padding: 0 5px 7px 0;
    font-size: 22px;
}

.bpPrecoBe {
  font-size: 45px;
  font-weight: bold;
  color: #9f0a00;
}

.bpPrecoBc {
  padding-top: 10px;
}

.bpLinRbc {
  width: 100%;
  font-size: 15px;
  /*margin-top: 38px;
  border-top: 1px solid #f0f0f0;*/
  padding-top: 9px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
}

.bpLinRbc span {
  font-weight: 700;
  color: #9f0a00;
  padding: 0 5px;
}

.bpInfoTxb {
  font-weight: bold;
  padding: 10px 0 0 0;
  font-size: 17px;
  text-align: end;
}

.bpLinRbf {
  text-decoration: none;
  color: #9f0a00;
  text-align: right;
}

.bpLinRbd {
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 9px;
}

.qtdArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.inct {
  width: 100%;
  text-align: right;
}

.incp {
    width: 70px;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #9f0a00;
    font-weight: bold;
    margin-top: 2px;
}

.btnArea {
    width: 100%;
    padding-top: 16px;
    margin-top: 15px;
}

.btnEnv {
    width: 100%;
    padding: 16px 0;
    background-color: #9f0a00;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

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

.img-container img {
  width: 100%;
  margin: 0 auto;
  border-radius: 7px;
}

.hover-container {
  grid-area: hover;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* margin-top: 32px; */
}

.hover-container div {
  border: 2px solid rgba(252, 160, 175, 0.7);
  padding: 3px;
  border-radius: 3px;
  margin: 0 4px 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active{
  border-color: rgb(255 0 42) !important;
}

.hover-container div:hover{
    border-color: rgb(255, 145, 163);
}

.hover-container div img {
    width: 50px;
    cursor: pointer;
}

.product-div-right span{
    display: block;
}

.detaProd {
  width: 100%;
  font-weight: 300;
  display: flex;
}

.dpInfo {
  padding-left: 5px;
  font-weight: 500;
  color: #8f0000;
}

.product-name{
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.9;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.product-price{
    font-weight: 700;
    font-size: 24px;
    opacity: 0.9;
    font-weight: 500;
}
.product-rating{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.product-rating span{
    margin-right: 6px;
}

.product-description{
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.9;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}

.btn-groups{
    margin-top: 22px;
}
.btn-groups button{
    display: inline-block;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    padding: 15px 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-groups button .fas{
    margin-right: 8px;
}
.add-cart-btn{
    background-color: #FF9F00;
    border: 2px solid #FF9F00;
    margin-right: 8px;
}
.add-cart-btn:hover{
    background-color: #fff;
    color: #FF9F00;
}
.buy-now-btn{
    background-color: #000;
    border: 2px solid #000;
}
.buy-now-btn:hover{
    background-color: #fff;
    color: #000;
}

.pdCaract {
  border-top: 1px solid #9f0a00;
  padding-left: 30px;
  margin-bottom: 10px;
}

.pdcInfo {
  background-color: #9f0a00;
  width: 150px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 992px){
    .product-div{
        grid-template-columns: 100%;
    }
    .product-div-right{
        text-align: center;
    }
    .product-rating{
        justify-content: center;
    }
    .product-description{
        /*max-width: 400px;*/
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 650px){
  
  .titsec {
    padding: 10px 5%;
}
  
  
  .main-wrapper{
    padding: 0 5%;
  }
}
@media screen and (max-width: 400px){
    .btn-groups button{
        width: 100%;
        margin-bottom: 10px;
    }
}