* {
  color: #333333;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.header-wrapper.before-sticky{
  display: none;
}

.content_main_sucess_page {
  display: flex;
  flex-direction: row;
  margin: 50px auto 0 auto;
  max-width: 980px;
  width: 100%;
}

.image_sucess_page {
  width: 50%;
}

.image_sucess_page img {
  width: 100%;
}

.content_i_client {
  width: 50%;
  margin-left: 15px;
}

.content_i_client h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 15px 0 5px;
}

.content_boleto_block_header {
  display: flex;
  flex-direction: row;
}

.content_boleto_block_header h1 {
  font-size: 25px;
  font-weight: 700;
}

.orange_class {
  color: #ffa000;
  margin: 5px 0 0 0 !important;
}

.content_boleto_block_header img {
  height: 25px;
  margin: 3px 0 0 5px;
}

.boleto_due_date {
  border: 1.2px dashed #d0d0d0;
  border-radius: 4px;
  padding: 10px 15px;
  width: fit-content;
  margin-top: 15px;
}

.boleto_due_date_p {
  background-color: #f0f0f0;
  padding: 5px 12px;
}

.boleto_due_date_p p {
  margin: 0;
  font-size: 15px;
}

.boleto_due_date_p span {
  font-weight: bold;
}

.link_boleto {
  margin-top: 15px;
  clear: both;
  display: block;
}

.link_boleto a {
  color: #fff;
  padding: 9px 10px;
  border: 1px solid #ffa000;
  background-color: #ffa000;
  border-radius: 4px;
  text-decoration: underline;
  display: inline-block;
  transition: all .2s linear;
}

.link_boleto a:hover {
  background-color: #fff;
  color: #ffa000;
}

.number_order {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

.number_order p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.number_order span {
  color: #000;
}

.sucess_order {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.sucess_order h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
}

.sucess_order p {
  margin: 15px 0 0 0;
}

.sucess_order span {
  color: #888888;
  font-weight: 600;
}

.customer_infos{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  padding: 20px;
  border: 1px #d3d3d3 solid;
  border-radius: 5px;
  margin: 0 auto 50px auto;
}

.customer_infos h2{
  font-size: 14px;
  font-weight: bold;
}

.customer_infos p{
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.customer_infos p a{
  color: #000 !important;
  text-decoration: underline;
}

.customer_address{
  width: 45%;
}
     
.separator_line{ 
  height: 80px;
  width: 1px;
  display: block;     
  background-color: #d3d3d3;
}

.follow_order{
  width: 45%;
}

.product_brands{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 980px;
  margin: auto;
}

.product_brand_items{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
  width: 100%;
  padding: 0 15px;
  border: 1px #d3d3d3 solid;
  border-radius: 5px;
  margin-bottom: 50px;
}

.brand_img{
  height: 35px;
  margin: 10px 0;
}

.brand_img img{
  height: 100%;
}

.brand_message{
  width: 100%;
  text-align: center;
  border-top: 1px #d3d3d3 solid;
  padding: 15px 0;
}

.brand_message p{
  margin: 0;
}

.product_item_info{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px #d3d3d3 solid;
  padding: 15px 0;
}

.product_img{
  width: 120px; 
  margin-right: 25px;   
}

.product_img img{
  width: 100%;
}

.product_infos{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.product_name{
  flex: 1;
}

.product_name p{
  margin: 0;
  color: #333333;
  text-align: left;
}

.product_name .attribute{
  color: #9d9d9d;
  font-size: 13px;
}

.product_name p span{
  font-weight: bold;
}

.voucher_lot_name {
    font-size: 10px;
  }

.product_price{
  width: 80px;
  text-align: right;
}

.product_price ins{
  color: #333333;
  font-weight: bold;
}

.product_vale{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.product_vale p{
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 13px;
}

.product_vale a{
  text-decoration: underline;
  color: #00b259;
  font-weight: 700;
  font-size: 13px;
  margin-left: 20px;
}

.content_resume_sale {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-top: -20px;
}

.subtotal,
.frete,
.total_value {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.subtotal p {
  margin: 0 0 10px 0;
  font-size: 15px;
}

.subtotal p span.subtotal_items{
  font-size: 13px;
  color: #888888;
}

.frete p {
  margin: 0;
  font-size: 15px;
}

.sub_p_frete p {
  margin: 0 0 10px 0;
  font-size: 13px;
}

.total_value p, .total_value p span {
  margin: 0;
  font-size: 15px;
  color: #00aef4;
  font-weight: bold;
}

.more_i_email {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}

.more_i_email p {
  margin: 0;
  font-size: 17px;
}

.content_my_account_and_questions {
  width: 100%;
  background-color: #f0f0f0;
  padding: 15px 0;
}

.account_and_questions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.my_account,
.questions {
  display: flex;
  flex-direction: row;
}

.my_account {
  border-right: 1px solid #000;
  padding-right: 20px;
}

.questions {
  padding-left: 20px;
}

.img_account img,
.img_questions img {
  width: 45px;
  margin-right: 15px;
}

.text_account a,
.questions a {
  text-decoration: underline;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.text_account p,
.text_questions p {
  color: #000;
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 1199px){
  .product_brands{
    width: 100%;
  }
}

@media (max-width: 768px) {
  .content_main_sucess_page {
    flex-direction: column;
  }

  .image_sucess_page {
    width: 100%;
  }
  
  .product_img{
    display: none;
  }

  .product_name p{
    text-align: left;
    font-size: 13px;
  }



  .product_vale{
    justify-content: center;
  }

  .content_i_client {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .boleto_due_date_p p {
    font-size: 14px;
  }

  .content_resume_sale {
    width: 100%;
  }

  .account_and_questions {
    flex-direction: column;
  }

  .my_account {
    border-bottom: 1px solid lightgrey;
    border-right: 0;
    padding: 0 0 10px 0;
  }

  .questions {
    padding: 0;
    margin-top: 15px;
  }
}
