
.product-header > .container{
    padding-top: 55px;
    padding-bottom: 15px;
    width: 1397px;
    max-width: 100%;
}
.wrap-product{
   width: 100%;
   height: auto;
   background-color: white;
   background-image: url("../img/produtos/mask-left-product-item.png");
   background-position: left top;
   background-repeat: no-repeat;
}
.breadcrumb-pr .breadcrumb-item a{
   color: #5F6C72;
   font-size: 20px;
   text-decoration: none;
}
.breadcrumb-pr .breadcrumb-item a:hover,
.breadcrumb-pr .breadcrumb-item a:focus{
    text-decoration: underline;
}

.breadcrumb-pr .breadcrumb-item span{
    color: #2DA5F3;
    font-size: 18px;
    text-decoration: none;
}
.product > .container{
    width: 1397px !important;
    max-width: 100% !important;
    padding-top: 0px;
    padding-bottom: 50px;
}

.gallery-images{
    position: relative;
    width: 710px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}
.gallery-images > svg{
    position: absolute;
    left: 0;top: 0;
    z-index: 99;
}
.fotorama .fotorama__stage{
    border-radius: 10px;
    border:1px solid #CBCBCB;
}
.fotorama__nav{
    text-align: right !important;
}
.fotorama__thumb{
    border-radius: 5px;
}
.fotorama__nav-wrap{
    padding-top: 6px;
}
.fotorama__thumb-border{
    border-radius: 5px;
    border-color: #2DA5F3;
}
.product-info{
    width: 550px;
    max-width: 100%;
}
.product-info .title{
    color: #2DA5F3;
    font-weight: 700;
    font-family: Rota, 'sans-serif';
}
.product-info .code{
    color: #5C5D5E;
    font-weight: 500;
    font-family: Rota, 'sans-serif';
}
.product-divider hr{
    border-top: 1px solid #475156;
}
.product-info .description p{
    color: #5F6C72;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.product-info .description p.title{
    color: #191C1F;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.product-call{
    width: 550px;
    max-width: 100%;
}
.product-call > a.whats,
.product-call > a.email{
  width: 45%;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
}
.product-call > .divider{ width: 10%; }
.product-call > a.whats{
    background-color: #66B15F;
}
.product-call > a.whats:hover,
.product-call > a.whats:focus{
    background-color: #4c9a45;
}
.product-call > a.email{
    background-color: #1371B8;
}
.product-call > a.email:hover,
.product-call > a.email:focus{
    background-color: #0c609f;
}
.product-call > a.whats > span,
.product-call > a.email > span{
    color: white;
    font-size: 15px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}
.product-info .call-phone{
    color: #272727;
    font-size: 15px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.product-info .call-phone > span{
    color: #1371B8;
    font-size: 15px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}
