@charset "UTF-8";
/**
 * Author: Daniel Bonifacio
 * contato@danielbonifacio.com.br
 */
 header, button{
   font-family: 'Roboto', sans-serif !important;
 }
:root {
  --header-background-color: #ffffff;
  --body-background-color: #f0efe9;
  --header-link-color: #222222;
  --default: #ff8531;
}

/*MODIFICAÇÃO*/

body{
  padding-top: 120px;
}

header[for=web] {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}

.float-right{
  float: right;
}

.top-menu .btn-pacote-topo{
  padding: 10px 12px !important;
}


.no-gutters {
  margin-right: 0 ;
  margin-left: 0 ;
}

.no-gutters > [class*="col-"] {
  padding-right: 0 ;
  padding-left: 0 ;
}

.pl3{
  padding-left: 16px !important;
}

.d-flex{
  display: flex;
}

@media (min-width: 992px){
  .container{
    width: 960px;
  }
}
@media (min-width: 1200px){
  .container{
    width: 1140px;
  }
}


.btn-primary {
  background: #3479b8;
  border-color: #3479b8;
}

.very-top-wrapper {
  padding: 16px 0;
  background-color: #ffffff;
  background-color: var(--header-background-color);
}
.very-top-wrapper #logo {
  margin-top: 7px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.very-top-wrapper #logo img {
  width: 100%;
  max-width: 200px;
}

.very-top-wrapper .form-inline{
  display: flex !important;
}

.very-top-wrapper #inputSearchTop{
  border-radius: 4px;
  border: 2px solid #ced4da;
  width: 237.03px;
  height: 38px;
  margin-right: 1px;
  z-index: 0;
}

@media (min-width:769px) and (max-width:1024px){

  .very-top-wrapper #inputSearchTop{
    height: 36px;
    width: 230.92px;
  }

  .very-top-wrapper #search-top-bar {
    font-size: 13.84px !important;
    right: -24px !important;
    height: 36px !important;
    width: 92.05px !important;
  }

  .very-top-wrapper #signup{
    font-size: 13.84px !important;
  }
  .very-top-wrapper #favorites {
    font-size: 13.84px !important;
    margin-left: 10.5px !important;
  }

  .very-top-wrapper #my-cart .btn{
    font-size: 13.84px !important;
  }

  .very-top-wrapper .mg-cart {
    margin-left: 27px !important;
  }

  .very-top-wrapper #logo{
    margin-top: 4px;
  }

  .very-top-wrapper #signup {
    margin-left: 10px !important;
  }

  .top-menu, .promo .btn{
    font-size: 14.4px !important;
  }

}

.very-top-wrapper #search-top-bar{
  font-size: 16px;
      position: absolute;
      right: -25px;
      height: 38px;
      width: 102px;
}

.very-top-wrapper #search-top-bar i {
  margin-right: 9px;
}
.very-top-wrapper #signup {
  line-height: 19.2px;
  font-size: 16px;
  margin-left: 27px;
  cursor: pointer;
}
.very-top-wrapper #signup a {
  color: #222222;
  color: var(--header-link-color);
  text-decoration: underline;
}
.very-top-wrapper #favorites {
  line-height: 19.2px;
  font-size: 16px;
  display: flex;
  margin-left: 18px;
}
.very-top-wrapper #favorites i {
  margin-right: 5px;
  color: #ff8531;
  color: var(--default);
  margin-top: 0px;
  font-size: 20px;
}

.very-top-wrapper #my-cart{
  float: right;
}

.very-top-wrapper #my-cart .btn{
  font-size: 16px;
}

.very-top-wrapper .mg-cart  {
  margin-left: 18px;
}

.very-top-wrapper .btn-seu-carrinho{
  padding: 6px 22.4px;
}

.very-top-wrapper #my-cart button.btn-light {
  background-color: #f0efe9;
  background-color: var(--body-background-color);
  color: #222222;
  color: var(--header-link-color);
}
.very-top-wrapper #my-cart i {
  color: #ff8531;
  color: var(--default);
}
.very-top-wrapper #menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  flex-wrap: wrap;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bolder;
}
.very-top-wrapper #menu-trigger i {
  font-size: 24px;
  width: 100%;
  text-align: center;
}
.very-top-wrapper button#items-mobile {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  padding: 3px 3px;
  line-height: 17.6px;
  width: 100%;
  background: #f0efe9;
  margin-top:-3px;

}
.very-top-wrapper button#items-mobile i {
  color: #ff8531;
  color: var(--default);
  margin-right: 16px;
}

header[for=mobile] .very-top-wrapper {
  height: auto;
}
header[for=mobile] .very-top-wrapper img {
  max-width: 100%;
}
header[for=mobile] .mobile-search {
  background-color: #ff8531;
  background-color: var(--default);
  padding: 7.5px 0;
}
header[for=mobile] .mobile-search input{
  font-size: 16px !important;
  height: 38px !important;
  margin-right: 4px !important;
}

header[for=mobile] .mobile-search button{
  font-size: 16px !important;
}

.result-box-search{
  overflow: auto;
  height: 182px;
  position: absolute;
  border-right: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
  border-left: 2px solid #ced4da;
  border-image: initial;
  z-index: 10000;
  background: white;
  top: 35px;
  border-top: none;
  display: none;
}


.fixed-top-display{
  top: 117px !important;
}

.top-menu {
  background-color: #ff8531;
  background-color: var(--default);
  border-bottom: 4px solid #f0efe9;
}
.top-menu .container {
  height: 100%;
}
.top-menu nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .top-menu nav > ul {
    justify-content: center;
  }



}
.top-menu nav > ul > li {
  height: 50px;
}
.top-menu nav > ul > li:not(:last-child) > a:after,
.top-menu nav > ul > li:not(:last-child) > span:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  background-color: var(--header-background-color);
  position: absolute;
  right: 0;
  top: 20px;
}
.top-menu nav > ul > li:not(:last-child) > a.has-childs,
.top-menu nav > ul > li:not(:last-child) > span.has-childs {
  padding: 0 30px 0 20px;
}
.top-menu nav > ul > li:not(:last-child) > a.has-childs:before,
.top-menu nav > ul > li:not(:last-child) > span.has-childs:before {
  right: 15px;
  top: 10px;
}
.top-menu nav > ul > li:not(:last-child) > a.has-childs:after,
.top-menu nav > ul > li:not(:last-child) > span.has-childs:after {
  right: 0;
}
.top-menu nav > ul > li > a,
.top-menu nav > ul > li > span {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #ffffff;
  color: var(--header-background-color);
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
}
.top-menu nav > ul > li > a.has-childs:before,
.top-menu nav > ul > li > span.has-childs:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -15px;
  top: -2px;
}
.top-menu nav > ul > li > a.has-childs .childs-alone,
.top-menu nav > ul > li > span.has-childs .childs-alone {
  position: relative !important;
  top: 275px !important;
  left: -100px !important;
  width: 0px !important;
}

.childs-alone .header-submenu{
    display: flex;
    width: 250px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 14.4px;
    text-transform: uppercase;
    z-index: 8;
}

.childs-alone .header-submenu .major {
    padding: 15px;
    background-color: #f0efe9;
    /* background-color: var(--body-background-color); */
    width: 100%;
    text-align: left;
    font-weight: 600;
    min-height: 500px;
}

.top-menu nav > ul > li > a.has-childs .hidden-childs,
.top-menu nav > ul > li > span.has-childs .hidden-childs {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: fixed;
  background-color: #ffffff;
  background-color: var(--header-background-color);
  color: #222222;
  color: var(--header-link-color);
  top: 120px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;
}
/* .top-menu nav > ul > li > a.has-childs:hover .hidden-childs, .top-menu nav > ul > li > a.has-childs:focus .hidden-childs,
.top-menu nav > ul > li > span.has-childs:hover .hidden-childs,
.top-menu nav > ul > li > span.has-childs:focus .hidden-childs {
  opacity: 1;
  visibility: visible;
  display: block;
} */

.show-hidden-childs{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}


.top-menu nav > ul > li > a:hover,
.top-menu nav > ul > li > span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-menu .promo {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
}

.top-menu .promo button{
  font-size: 16px;
}


@media(min-width: 992px) {
  .pack .image img {
    width: 293px !important;
    height: 293px !important;
  }
}

@media(min-width: 1200px) {
  .pack .image img {
    width: 260px !important;
    height: 260px !important;
  }
}

@media screen and (max-width: 1200px) {
  .top-menu .promo {
    justify-content: center;
  }
}
.top-menu .promo button i {
  margin-right: 0.5rem;
}

.header-submenu {
  display: flex;
  width: 1140px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14.4px;
  z-index: 8;
}
.header-submenu ul {
  list-style: none;
  padding: 0;
}
.header-submenu ul li {
  color: #ff8531;
  color: var(--default);
  transition: 0.25s ease;
}
.header-submenu ul li a {
  color: #ff8531;
  color: var(--default);
}
.header-submenu .major {
  padding: 15px;
  background-color: #f0efe9;
  background-color: var(--body-background-color);
  width: 250px;
  text-align: left;
  font-weight: 600;
  min-height: 500px;
}
.header-submenu .major li {
  color: #222222;
  color: var(--header-link-color);
  margin: 0 -15px;
  padding: 7.5px 15px;
  cursor: pointer;
}
.header-submenu .major li:hover, .header-submenu .major li.active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ff8531;
  color: var(--default);
}
.header-submenu .minor {
  width: 75%;
  padding: 15px;
  background-color: #ffffff;
  background-color: var(--header-background-color);
}
.header-submenu .minor ul li {
  padding: 7.5px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-submenu .minor ul li a {
  display: block;
  color: #505050;
}

.header-submenu .col-md-2{
    width: 20%;
}

.mobile-menu {
  width: 80vw;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #ff8531;
  /*background-color: var(--header-background-color); */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.mobile-menu .top-menu-mobile{
    padding: 15px 18px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu .top-menu-mobile #ico-menu-top-one{
    display: flex;
    font-size: 17px;
    font-weight: bold;
    align-items: center;
}

.mobile-menu .top-menu-mobile #ico-menu-top-one .text{
    margin-left: 5px;
}

.mobile-menu .top-menu-mobile #ico-menu-top-one span{
    margin-left: 10px;
}

.mobile-menu .top-menu-mobile #ico-menu-top-two{

}

.mobile-menu .login-fav{
  padding: 20px 20px;
  background: #3478b8;
  color: white;
  display: flex;
}

.mobile-menu .login-fav .favorites{
  display: flex;
  width: 50%;
}

.mobile-menu .login-fav .favorites .txt{
  margin-left: 10px;
}


.mobile-menu .login-fav .favorites i{
  font-size: 25px;
}

.mobile-menu .login-fav .signup a{
  color: white;
  text-decoration: underline;
}

.mobile-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
.mobile-menu ul li{
  border-bottom: 1px solid lightgray;
  font-size: 21px;
  padding: 1px;
}
.mobile-menu ul li .box-content{
  margin: 5px 5px;
  background: white;
}

.mobile-menu ul li .box-content li{
  border-bottom: none;

}
.mobile-menu ul li .box-content li button{
  color: black !important;
  font-size: 16px;
}
.mobile-menu ul li .box-content li a{
  color: black !important;
  font-size: 16px;
  padding: 7.5px 11px;
}

.mobile-menu ul li .box-content button{
  background: none;
  border: none;
}
.mobile-menu ul li .box-content li ul{
  margin: 5px 20px;
}

.mobile-menu ul li .box-content li ul li a{
  color: gray;
  font-size: 14px;
  padding: 10px 10px;
}

.mobile-menu ul li span,
.mobile-menu ul li a {
  padding: 7.5px 15px;
  display: block;
  color: white;
  /*color: var(--default);*/
}
/* .mobile-menu ul li span:focus, .mobile-menu ul li span:hover,
.mobile-menu ul li a:focus,
.mobile-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
} */
.mobile-menu .mega .title {
  display: block;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #444;
}
.mobile-menu .mega .category {
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.05);
  padding: 7.5px 0;
}
.mobile-menu .mega .category .title {
  font-size: 0.9rem;
}
.mobile-menu .mega .category li span,
.mobile-menu .mega .category li a {
  padding: 2.5px 15px;
}

#lateral-menu {
  background-color: #ffffff;
  background-color: var(--header-background-color);
  border-radius: 5px;
  border: 1px solid #9f9d96;
}
#lateral-menu .header {
  padding: 10px 7.5px;
  background: #9f9d96;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
#lateral-menu .content {
  padding: 20px;
}
#lateral-menu .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lateral-menu .content ul li a {
  border-bottom: 1px solid rgba(159, 157, 150, 0.2);
  display: block;
  padding: 7.5px;
  color: #222222;
  color: var(--header-link-color);
}
#lateral-menu .footer {
  padding: 5px;
}

#cart {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#cart .courtain {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}

#cart .wrapper li p {
  font-size: 14px !important;
}

#cart .wrapper {
  position: absolute;
  right: 0;
  width: 33vw;
  height: 100vh;
  background-color: #ffffff;
  background-color: #ffffff;
  padding: 10px 0px;
}

.link-saiba-mais{
    display: flex;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    color:black;
    margin-bottom: 10px;
    text-decoration: underline;
}

.link-saiba-mais:hover{
    color:#ff8531;
    text-decoration: underline;
}

 @media (max-width: 599px){

    .pagination>li>a{
      padding: 4px 15px !important;
      font-size: 21px !important;
      z-index: 0 !important;
      font-weight: 600;
   }

    #cd-cart img{
      top: 5px !important;
    }

   .pack .actions .btn-warning{
     margin: 0 !important;
     font-size: 10px !important;
     padding-left: 8px !important;
     padding-right: 8px !important;
   }

   .pack .actions .cart-btn,
   .pack .actions .disabled {
    flex-grow: 1 !important;
    font-size: 12px !important;
    padding: 5px !important;
    margin-left: 5px;
   }

   .aviso-cupom-induzido{
     font-size: 16px !important;
   }
   .aviso-cupom-induzido .box-content{
     margin: 0!important;
   }
   .aviso-cupom-induzido .btn{
     top: 2px !important;
   }

   .aviso-cupom-induzido .btn-link{
       margin-top:7px !important;
   }


   .pack .before{
     padding: 6.5px 5px !important;
     font-size: 12px !important;
   }

   .pack .box-infos .title{
     font-size: 11.8px;
   }



 }

 .category-product .pack{
   margin-top: 40px !important;
   margin-bottom: 0px !important;
 }

.pack {
  background-color: #fff;
  color: #222;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  transition: 0.25s ease;
}

@media screen and (min-width: 1000px) {

}

.pack .btn-warning {
  color: #fff;
  background-color: #ff8531;
  border-color: #ff8531;
}
.pack .btn-warning:focus, .pack .btn-warning:active {
  background-color: #b7540a !important;
  border-color: #b7540a !important;
  color: #fff !important;
}
.pack.new:before {
  background-image: url("../../src/images/novo.png");
  content: "";
  width: 60px;
  height: 60px;
  top: -9px;
  right: 10px;
  display: block;
  position: absolute;
  z-index: 1;
}
.pack .before {
  position: absolute;
  padding: 7.5px 15px;
  font-size: 12.8px;
  left: 0;
  top: -30px;
  color: white;
  background-color: #00b700;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.pack .box-infos{
  height: 125px;
}
.pack .box-infos a{
    color: black !important;
}

.pack .image img {
  width: 100%;
  cursor: pointer;
}
.pack .title:hover {
  color: #ff8531;
  cursor: pointer;
}
.pack .title {
  text-align: center;
  margin-top: 30px;
  font-size: 15.8px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 25px;
}
.pack .sizes {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;

}
.pack .sizes strong{
  font-weight: bolder;
}

.pack .price-promo {
  display: flex;
  color: #ff8531;
  justify-content: center;
  margin: 10px 0 20px;
}

 .off{
   background: #ffed00;
   color: #f00000;
   width: 40%;
   margin-left: 30%;
   text-align: center;
   position: absolute;
   top: 260px;
   font-weight: 700;
   margin-bottom: -22px;
   font-size: 16px;
}


@media screen and (max-width: 400px) {
.off{
    width: 50%;
    top: 160px;
    margin-left: 25%;
  }

}



.pack .price-promo .from {
  line-height: 16px;
  position: relative;
  margin-right: 10px;
}
.pack .price-promo .from::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #3479b8;
  top: 5px;
  left: -10px;
  transform: rotate(-20deg) translateY(20px);
}
.pack .price-promo .from span {
  font-size: 1.3rem;
  font-weight: 700;
}
.pack .price-promo .to {
  display: flex;
  line-height: 1rem;
}
.pack .price-promo .to .left {
  text-align: right;
  margin-right: 5px;
  font-size: 14.4px;
}
.pack .price-promo .to .right {
  font-size: 32px;
  line-height: 2rem;
  font-weight: 700;
}
.pack .actions {
  display: flex;
}
.pack .actions button:nth-child(1) {
  margin-right: 5px;
}
.pack .actions button:nth-child(2) {
  flex-grow: 1;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  #cart .wrapper {
    width: 90vw;
  }
}

/*MOBILE*/

header[for=mobile] .very-top-wrapper {
  height: auto;
}
header[for=mobile] .very-top-wrapper img {
  max-width: 100%;
}
header[for=mobile] .mobile-search {
  background-color: #ff8531;
  background-color: var(--default);
  padding: 7.5px 0;
}

@media screen and (min-width: 992px) {
  header[for=web] {
    display: block;
  }

  header[for=mobile] {
    display: none;
  }
}


@media screen and (max-width: 992px) {

  #fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 6;
    width: 100%;
  }
  #lateral-menu,
#search-box-duplicate {
    display: none;
  }

  body {
    padding-top: 120px;
  }

  [for=mobile] {
    display: block;
  }

  [for=web] {
    display: none;
  }
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #cccc !important;
    border-color: #cccc !important;
  }

.courtain-mega{
  display: none;
  z-index: 1;
}

.courtain {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.very-top-wrapper #signup .not-area{
  width: 500px;
  background: transparent;
  position: absolute;
  top: -17px;
  height: 280px;
  left: -144px;
  z-index: 10;
}

.very-top-wrapper #signup .menu-cliente{
  display: none;
  position: absolute;
  width: 510px;
  background: white;
  left: -134px;
  height: 234px;
  z-index: 10;
  box-shadow: 0 15px 26px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
  top: 43px;
  border-radius: 5px;
}

.very-top-wrapper #signup .menu-cliente .first{
  text-align: center;
  border-right: 1px solid lightgrey;
}

.very-top-wrapper #signup .menu-cliente i{
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #505050 !important;
}

.very-top-wrapper #signup .menu-cliente button{
  margin-top: 15px;
}
.very-top-wrapper #signup .menu-cliente .content{
  display: inline-block;
  width: 50%;
  list-style: none;
  font-size: 16px;
  padding: 17px 0;
  float: left;
  height: 100%;
}

.very-top-wrapper #signup .menu-cliente .content a{
  margin: 0;
  padding: 7px 13px;
  line-height: 1.25;
  text-decoration: none;
  font-family: 'Roboto';
  color: #505050 !important;
  display: block;
}

.very-top-wrapper #signup .menu-cliente a:hover{
  background: #f5f5f5;
}

.very-top-wrapper #signup .menu-cliente .chevron{
  display: block;
  position: absolute;
  right: 270px;
  bottom: 100%;
  height: 18px;
  width: 18px;
  pointer-events: none;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#review-product .fa-star,
#modalReviewProduto .fa-star{
color: #cecece;
}

#review-product .star-hover, .star-selected,
#modalReviewProduto .star-hover, .star-selected{
color: #ff8531 !important;
}

#review-product .star-review i:hover,
#modalReviewProduto .star-review i:hover{
  cursor:pointer;
}

#review-product .star-review i,
#modalReviewProduto .star-review i{
font-size: 24px;
padding: 0;
padding: 7px;
margin-left: -4px;
}

#modalReviewProduto .title-text{
font-family: 'Roboto';
font-size: 19px;
text-align: center;

}

#modalReviewProduto .pre-text{
font-size: 19px;
font-family: 'Roboto';
margin-bottom: 30px;
margin-top: 20px;
}

#modalReviewProduto .ask-photo button{
width: 40%;
}

#modalReviewProduto .alert-photo{
display: none;
margin-top: 20px;
}

#modalReviewProduto .area-foto{
text-align: center;
cursor:pointer;
}

#modalReviewProduto .area-foto img{
margin-top: 20%;
margin-bottom: 30px;
}

#modalReviewProduto .area-foto div{
font-size: 19px;
}

#modalReviewProduto .img-product{
margin-top: 25px;
}

#modalReviewProduto .lateral-border{
border-right: 3px solid lightgray;
}

#modalReviewProduto .over-flow{
overflow: auto;
height: 450px;
}

#modalReviewProduto .custom-padding{
padding: 30px;
}


#modalReviewProduto .product-for-review img:hover{
border: 2px solid #f38430;
cursor: pointer;
}

#modalReviewProduto .btn-send-foto{
margin: 50px 0;
}

#modalReviewProduto .text-confirm-action{
display: none;
}

#modalReviewProduto .loadingFoto{
display: none;
}

#modalReviewProduto .title-instruction{
color: #63c01a;
font-weight: 500;
font-size: 20px;
margin-bottom: 20px;
}

#modalReviewProduto .generic-title{
font-weight: 600;
margin-bottom: 20px;
font-size: 20px;
}

#modalReviewProduto ul{
list-style: disc;
margin-left: 20px;
font-size: 21px;

}

#modalReviewProduto ul li a {
color: black;
}

.review-product .review-titulo{
margin-top: 20px;
font-size: 20px;
}

.review-product .star-selected{
font-size: 20px;
margin-bottom: 15px;
}

.review-product .review-content{
font-size: 15px;
margin-bottom: 10px;
width: 70%;
}
