.popup_expired_container_content {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.popup_expired_container {
  z-index: 2000;
  border-radius: 5%;
}
#popup_expired_popup {
  max-width: 600px;
  width: 90%;
  height: 400px;
  background-color: #fff;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.popup_expired_banner {
  background: url(https://www.phooto.com.br/wp-content/uploads/2019/09/banner-oferta-expirada.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 173px;
  margin: 0;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
}
.popup_expired_botao {
  width: 60%;
}
a.popup_expired_links {
  border-radius: 10px;
  background-color: #ffa000;
  border: 2px solid #ffa000;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  font-size: 25px;
  text-align: center;
}
a.popup_expired_links:hover {
  border-radius: 10px;
  background-color: #e69000;
  cursor: pointer;
  border: 2px solid #e69000;
}
h2.popup_expired_h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 13px;
  color: #000;
}
p.popup_expired_p {
  margin: 0;
  padding: 0;
}
.popup_expired_fechar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffa000;
  background: #fff;
  color: #ffa000;
  cursor: pointer;
  font-size: 15px;
}
.popup_expired_fechar:hover {
  border: 4px solid #e69000;
  background: #fff;
  color: #e69000;
  width: 39px;
  height: 39px;
  transition: all 0.1s;
}
.banner_default {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px auto;
}
.banner_default_mobile {
  margin: 0 auto 10px auto;
}
.banner_default > img {
  width: 100%;
}
.title_container {
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;  
}
.title_container_mobile {
  padding: 0 !important;
  margin: 0 auto 20px auto;
}
.title_content {
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #dbdbdb !important;
}
.title_content_carroussel {
  background-color: #00adf3;
  padding: 15px 10px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.title_content_carroussel > h1 {
  color: #fff;
  font-size: 14px;
  width: 25%;
  margin: 0;
}
.title_container_mobile .title_content {
  border-radius: 0;
}
.title_content > h1,
.title_content > h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.title_content .color_title_default_site {
  color: #000;  
}
.title_content > h3 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.bigBannerSixQuadros {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #f9f9f9
    url(https://www.phooto.com.br/wp-content/uploads/galeria/2021/slices/slice-categoria-quadro-com-moldura-1881x599.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seal_product_item_v2 {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  /* max-width: 65px; */
  width: 100%;
}
.seal_product_item_v2 img {
  width: 100%;
}
.cashback_product_item_v2 p {
  font-size: 10px;
  line-height: 1.6;
  margin: -2px;
  padding: 0;
  color: #666;
}
.cashback_product_item_v2 p img {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  filter: brightness(0);
  padding: 10px;
}
.yt_video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.yt_video h2 {
  font-size: 1.8em;
  color: #000;
  font-family: open_sanslight;
  margin-bottom: 20px;
}
.download_app {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.download_app img {
  margin: 0 5px;
}
.product_list_item_inline_v2 {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  align-items: flex-start;
}
.product_list_item_inline_v2 .product_item_three_v2 {
  width: 33%;
}
.product_list_item_inline_v2 .product_item_four_v2 {
  width: 25%;
}
.product_list_item_inline_v2 .product_item_five_v2 {
  width: 20%;
}
.product_list_item_inline_v2 .product_item_v2 {
  box-sizing: border-box;
  padding: 0 1%;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #777 !important;
  text-decoration: none;
}
.product_list_item_inline_v2 .product_item_v2 .product_title_v2 {
  height: 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #f19728;
  padding-bottom: 5px;
  width: 180px;
}
.product_list_item_inline_v2 .product_item_v2 .product_title_v2 p {
  font-family: Open Sans, helvetica, arial, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #4d4d4d;  
  font-weight: 600;
}
.product_list_item_inline_v2 .product_item_v2 .product_image_v2 {  
  position: relative;
  width: 100%;
  height: 100%;
}
.product_list_item_inline_v2 .product_item_v2 .product_image_v2 img {
  width: 100%;
  border-radius: 5px;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_image_v2
  .product_discount_v2 {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 5px;
  left: 3px;
  top: auto;
  height: auto;
  width: auto;
  align-items: center;
  display: flex !important;
  justify-content: center;
  border-radius: 10px;
  border: 1px #000 solid;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_image_v2
  .product_discount_v2
  p {
  margin: 0;
  padding: 4px 7px;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.8rem;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_image_v2
  .product_discount_v2
  p
  span {
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0 2px;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_image_v2
  .product_more_seller_v2 {
  position: absolute;
  right: 8px;
  bottom: 17px;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_image_v2
  .product_more_seller_v2
  p {
  color: #fff;
  background: #b81ae0;
  padding: 6px 24px;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 0.8rem;
  font-family: Open Sans, helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
}

/* TESTE EFEITO ZOOM IMAGEM */
.product_image_v2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.product_image_v2 img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.product_image_v2:hover img {
  transform: scale(1.2);
}

/* Para o efeito zoom não colar no Título */
.product_title_v2 {
  margin-bottom: 10px;
}

/* Para o efeito zoom não colar no Titulo */
/* .product_title_v2 {
  margin-bottom: 10px;
} */

/* .product_title_v2 {
  font-family: Open Sans, helvetica, arial, sans-serif;
  text-align: center;
  color: #4d4d4d;
  font-weight: 600;
  border-bottom: 3px solid #9657a8;
  padding-bottom: 5px;
} */



.product_item_v2:hover .product_image_v2 img {
  opacity: 0.8;
}

.product_image_v2:hover
  ~ .product_price_and_button_v2
  .product_more_seller_v2
  p {
  color: red;
}

/* Efeito mudar de cor Preço R$ */
.product_image_v2:hover ~ .product_info_v2 span {
  color: #9657a8;
}

.product_list_item_inline_v2 .product_item_v2 .product_price_and_button_v2 {
  width: 100%;
  text-align: center;
  position: relative;
  top: 8px;
}
.product_list_item_inline_v2 .product_item_v2 .product_info_v2 {
  text-align: center;
  width: 48%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block;
  font-size: 18px;
  position: relative;
  top: -7px;
  left: 70px;
  /* background-color: #fff; */
  color: #4d4d4d;
  padding: 2px 6px;
  margin: 0px -5px;
  white-space: nowrap;
}

.product_list_item_inline_v2 .product_item_v2 .product_info_v2 s {
  margin: 0;
  padding: 0;
  font-size: 12.8px;
  color: #666;
  display: block;
}
.product_list_item_inline_v2 .product_item_v2 .product_info_v2 s span {
  text-decoration: line-through;
  color: #666;
  font-size: 12.8px;
  font-weight: 400;
}
.product_list_item_inline_v2 .product_item_v2 .product_info_v2 ins {
  font-weight: 700;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  color: #ffa000;
  text-decoration: none;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_info_v2
  .price_free_shipping {
  font-size: 12px;
  font-weight: 800;
  color: #000;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_info_v2
  .price_free_shipping_mobile {
  font-size: 16px;
  line-height: 1;
  margin: 5px 0 6px 0;
}
.product_list_item_inline_v2 .product_item_v2 .product_info_v2 p {
  margin: 0;
  padding: 0;
  font-size: 12.8px;
  color: #666;
  display: block;
}
.product_list_item_inline_v2 .product_item_v2 .product_button_v2 {
  width: 80%;
  text-align: center;
  margin: 5px auto 0 auto;
}
.product_list_item_inline_v2 .product_item_v2 .product_button_v2 a {
  text-decoration: none;
  color: inherit;
}
.product_list_item_inline_v2 .product_item_v2 .product_button_v2 a p {
  font-family: "open_sansregular", sans-serif;
  padding: 12px 40px;
  font-size: 16px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  transition: 0.2s all;
  margin: 0px;
  background-color: red;
  position: relative;
  top: -2px;
  width: 110%;
  margin-left: -11px;
}

/* .product_list_item_inline_v2 .product_item_v2 .product_button_v2 a p:hover {
  background-color: #ffa000 !important;
} */
.product_list_item_inline_v2 .product_item_v2 .product_bullets {
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets
  .product_bullets_saibamais {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-bottom: 5px;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets
  .product_bullets_saibamais
  spam.bullets_text {
  text-decoration: underline;
  line-height: 1;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets
  .product_bullets_saibamais
  img.bullets_arrow {
  line-height: 1;
  opacity: 0.5;
  transform: rotate(90deg);
  width: 15px;
  padding: 0;
  margin: 0 0 0 7px;
  transition: all 0.2s;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets.open_saibamais
  .product_bullets_saibamais
  img.bullets_arrow {
  transform: rotate(-90deg);
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets
  .product_bullets_item {
  overflow: hidden;
  height: 0;
  transition: height 0.2s linear;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets
  .product_bullets_item
  .product_bullets_items {
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 1.3;
  font-size: 13px;
}
.product_list_item_inline_v2
  .product_item_v2
  .product_bullets
  .product_bullets_item
  .product_bullets_items:first-child {
  margin: 3px 0 0 0;
}
.product_page_product_price_countdown_v2 {
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
}
.product_page_product_price_countdown_v2 strong {
  margin-right: 5px;
  font-size: 12px;
  color: #000;
}
.product_page_product_price_countdown_v2 spam {
  color: #ffa000;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}
.product_countdown_timer {
  margin: auto;
  text-align: right;
  width: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}
.product_countdown_timer span {
  margin-left: 10%;
}
.product_countdown_timer span:last-child {
  margin-right: 17px;
}
.product_page_product_price_countdown_v2 .acabando {
  padding: 8px;
  margin: 0;
  background: #ff0;
  display: inline-block;
}
.product_page_product_price_countdown_v2 .acabando i {
  color: #000;
}
.product_page_product_price_countdown_v2 .acabando .alternate_gif {
  color: #000;
  font-weight: 700;
  padding: 0 0 0 10px;
  animation: changeColor 2s infinite;
}
@keyframes changeColor {
  0% {
    color: #000;
  }
  25% {
    color: red;
  }
  50% {
    color: #000;
  }
  75% {
    color: red;
  }
  100% {
    color: #000;
  }
}
.seal {
  background-color: transparent;
  width: 100%;
  margin: 55px auto 50px auto;
  line-height: 0;
}
.seal .seal-desk {
  width: 100%;
  height: 50px;
  background-color: #efeff1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seal .seal-desk img {
  width: auto;
  height: 100px;
  margin-right: 15px;
}
.seal .seal-desk p {
  color: #414648;
  font-size: 16px;
  margin: 0;
}
.seal .seal-mobile {
  max-width: 540px;
  width: 100%;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seal .seal-mobile img {
  height: 69px;
  margin-right: 5px;
  width: auto;
}
.seal .seal-mobile .seal-mobile-text h1 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.seal .seal-mobile .seal-mobile-text p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  text-align: center;
}
.terms-conditions .accordion_item {
  border: 1px #999 solid;
  padding: 20px;
  margin-top: 20px;
}
.terms-conditions .accordion_item .accordion_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.terms-conditions .accordion_item .accordion_title img {
  opacity: 0.5;
  transform: rotate(90deg);
  width: 15px;
  padding: 0;
  margin: 0 20px 0 0;
  transition: all 0.2s;
}
.terms-conditions .accordion_item .accordion_title h3 {
  line-height: 1;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #999;
}
.terms-conditions .accordion_item p {
  height: auto;
  transition: height 0.2s ease-in-out;
  margin: 0;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.5;
}
.product_item_mobile_v2 {
  width: 100% !important;
  margin: 0 !important;
}
.product_item_mobile_v2 .product_image_v2 a img {
  width: 100%;
}
.product_item_mobile_v2 .product_price_and_button_mobile_v2 {
  text-align: center;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .inline_product_title_size_v2 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_title_mobile_v2 {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_title_mobile_v2
  h2 {
  color: #666;
  padding: 0;
  margin: 0;
  font-size: 27px;
  line-height: 1;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .title_product_separator_v2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_title_size_mobile_v2
  h3 {
  color: #666;
  padding: 0;
  margin: 0;
  font-size: 19px;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_info_mobile_v2 {
  text-align: center;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_info_mobile_v2
  .price_inline_layout_instagram_v2 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  margin: 5px 0;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_info_mobile_v2
  .price_inline_layout_instagram_v2
  s {
  margin-right: 10px;
  margin-top: 2px;
}
.product_item_mobile_v2
  .product_price_and_button_mobile_v2
  .product_info_mobile_v2
  ins {
  font-size: 23px !important;
  font-family: open_sansregular, sans-serif;
  line-height: 1;
}
.product_item_mobile_v2 .product_button_v2 {
  margin: 10px auto 0 auto !important;
}
hr {
  display: block;
  width: 100%;
  margin: 2rem 0;
}
.product_list_item_v2 .product_item_v2 .product_image_v2 .product_discount_v2 {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: initial;
  height: auto;
  width: auto;
  border: 1px #000 solid;
  align-items: center;
  display: flex;
  justify-content: center;
}
.product_list_item_v2
  .product_item_v2
  .product_image_v2
  .product_discount_v2
  p {
  margin: 0;
  padding: 4px 7px;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.8rem;
}
.product_list_item_v2
  .product_item_v2
  .product_image_v2
  .product_discount_v2
  p
  span {
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0 2px;
}
.banner_tudu_desk {
  width: 100%;
  margin: auto;
  display: block;
  margin: 0 auto 20px auto;
}
.banner_tudu_desk > a > img {
  width: 100%;
}
.banner_tudu_mobile {
  width: 100%;
  margin: auto;
  display: none;
  margin: 0 auto 20px auto;
}
.banner_tudu_mobile > a > img {
  width: 100%;
}
.destaque {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.text_destaque {
  width: 90% !important;
  margin: auto !important;
}
.title_and_text_seo_p > ul {
  margin-left: 25px;
}
@media screen and (min-width: 991px) {
  .product_countdown_timer span:first-child {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 507px) and (max-width: 768px) {
  .product_countdown_timer span:first-child {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .popup_expired_botao {
    width: 80%;
  }
  h2.popup_expired_h2 {
    font-size: 17px;
  }
  a.popup_expired_links {
    padding: 10px 0;
  }
  .title_content > h1,
  .title_content > h2 {
    font-size: 20px;
  }
  .product_list_item_inline_v2 .product_item_v2 {
    width: 50%;
    margin: 30px 0;
  }
  .product_list_item_inline_v2 .product_item_v2 .product_title_v2 p {
    font-size: 11px;
    /* border-bottom: 3px solid #9657a8; */
    width: 130px;
    padding-bottom: 4px;
  }

  .product_title_v2 h2 {
    font-family: Open Sans, helvetica, arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    color: #4d4d4d;    
    font-weight: 600;    
    /* border-bottom: 3px solid #9657a8; */
    padding-bottom: 5px;
    width: 130px;
  }

  .product_list_item_inline_v2 {
    flex-wrap: wrap;    
  }

  .product_list_item_inline_v2 .product_item_v2 .product_button_v2 a p {
    font-size: 12px;
    padding: 6px 40px;
    width: 124%;
    margin-left: -19px;
    top: 5px;
  }

  .product_list_item_inline_v2 .product_item_v2 .product_info_v2 {
    width: 99%;
    font-size: 15px;
    position: relative;
    top: -5px;
    left: 4px;
    padding: 2px;
    /* background-color: #fff; */
  }

  .product_list_item_inline_v2
    .product_item_v2
    .product_image_v2
    .product_more_seller_v2 {
    right: 3px;
    bottom: 12px;
  }
  .product_list_item_inline_v2
    .product_item_v2
    .product_image_v2
    .product_more_seller_v2
    p {
    font-size: 0.58rem !important;
    padding: 4px 12px !important;
    margin: 6px 0 !important;
  }

  .product_image_v2 img {
    transform: none !important;
  }

  .product_image_v2:hover img {
    transform: none !important;
  }

  .title_container {
    position: relative;
    top: 0px;
  }

  .product_list_item_inline_v2 {
    position: relative;
    top: -5px;
  } 

  /* TITULO PRODUTOS */
  .product_list_item_inline_v2 .product_item_v2 .product_title_v2 {
    height: 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #f19728;
    padding-bottom: 0px;
    width: 130px;   
  }

  /* + VENDIDOS */
  /* .product_list_item_inline_v2
    .product_item_v2
    .product_image_v2
    .product_more_seller_v2
    p {
    color: #fff;
    background: #ff9f00;
    padding: 6px 15px;
    border-radius: 3px;
    margin: 79px 0;
    font-size: 0.6rem;
    font-family: Open Sans, helvetica, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
  } */

  .product_list_item_inline_v2 .product_item_v2 .product_info_v2 span {
    font-weight: 700;
    padding: 0;    
    color: #f19728;
    display: inline-block;
    font-size: 15px !important;
  }

  .banner_tudu_desk {
    display: none;
  }
  .banner_tudu_mobile {
    display: block;
  }
  .text_destaque {
    width: 100% !important;
  }
  .title_content_carroussel > h1 {
    width: 90%;
  }
  .yt_video h2 {
    font-size: 21px;
    margin-top: 40px;
  }
  .yt_video iframe {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .product_countdown_timer {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .product_list_item_inline_v2 .product_item_v2 .product_info_v2 ins {
    font-size: 1rem;
  }
  .product_list_item_V2 .product_item_v2 .product_info_v2 ins {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 450px) {
  .title_content > h1,
  .title_content > h2 {
    font-size: 16px;
  }
  .title_content > h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .popup_expired_botao {
    width: 90%;
  }
  a.popup_expired_links {
    font-size: 20px;
  }
}
.product_list_item_inline_v2 {
  padding-bottom: 0;
}
.product_list_item_inline_v2 .product_item_v2 .product_info_v2 span {
  font-weight: 700;
  padding: 0;
  font-size: 1.2rem;
  color: #f19728;
  display: inline-block;
}
.banner_category {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px auto;
  line-height: 0;
}
.banner_category .banner_category_content .banner_category_content_link img {
  width: 100%;
}
.product_item_one_line {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.product_title_one_line {
  line-height: initial !important;
  height: auto !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.product_title_one_line h2 {
  text-align: left !important;
  font-size: 13px !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
.product_image_one_line {
  width: 60% !important;
  padding: 0 !important;
}
.product_price_and_button_one_line {
  width: 38% !important;
}
.product_price_and_button_one_line .product_info_v2 {
  text-align: left !important;
}
.product_price_and_button_one_line .product_info_v2 span {
  display: block;
}
.product_price_and_button_one_line .product_button_v2 {
  width: 100% !important;
}
.product_price_and_button_one_line .product_button_v2 a p {
  padding: 6px 0 !important;
}
.sub_title_fotos {
  margin: 5px auto 0 auto;
  padding: 4px 13px;
  font-size: 12px;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  line-height: initial;
}
.make_now_desktop {
  text-align: center;
}
.make_now_desktop p {
  padding: 18px 35px;
  margin: 0 auto 35px auto;
  border: 1px #000 solid;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  line-height: 1;
  width: auto;
  display: inline-block;
  text-align: center;
  background: 0 0;
}
.make_now_desktop p a {
  color: #000;
}
.make_now p {
  padding: 9px 0;
  margin: 0;
  font-size: 13px;
  color: #000;
  line-height: 1;
  width: 100%;
  text-align: center;
  background: 0 0;
}
.make_now p a {
  color: #000;
}
.product_list_item_inline_v2 {
  padding-bottom: 0;  
}
.form-queromais {
  text-align: center;
  margin: 0 auto 40px auto;
}
.form-queromais h3 {
  font-size: 1.1rem;
}
.form-queromais h3 a {
  text-decoration: none;
  color: red;
  font-size: 1.2rem;
}
.button_redirect_sub-cat {
  text-align: center;
  margin: auto auto 40px auto;
}
.button_redirect_sub-cat .button_redirect_style a {
  color: #666;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #ebebeb;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
}
.button_redirect_sub-cat .button_redirect_style a:hover {
  background-color: #ffa000;
  color: #fff;
  text-decoration: none;
}
.product_item_one_line_sub .product_title_v2 {
  width: 100%;
  line-height: initial !important;
  height: auto !important;
  text-align: left !important;
}
.product_item_one_line_sub .product_title_v2 h2 {
  font-size: 1.1em !important;
}
.product_item_one_line_sub .product_image_v2 {
  width: 51% !important;
}
.product_item_one_line_sub .product_price_and_button_v2 {
  width: 48% !important;
}
.product_item_one_line_sub_capa_dura {
  align-items: flex-end !important;
}
.product_item_one_line_sub_capa_dura .product_title_v2 {
  margin-bottom: 5px !important;
}
.product_item_one_line_sub_capa_dura .product_image_v2 {
  padding: 0 !important;
}
.product_item_one_line_sub .product_price_and_button_v2 .product_button_v2 {
  width: 100% !important;
}
.product_item_one_line_sub .product_price_and_button_v2 .product_button_v2 a p {
  padding: 6px 0 !important;
}
.product_item_one_line_sub
  .product_price_and_button_v2
  .product_info_v2
  .price_inline_layout_instagram_v2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product_item_one_line_sub
  .product_price_and_button_v2
  .product_info_v2
  .price_inline_layout_instagram_v2
  s {
  margin-right: 5px;
  font-size: 12px !important;
}
.product_item_one_line_sub
  .product_price_and_button_v2
  .product_info_v2
  .price_free_shipping,
.product_item_one_line_sub
  .product_price_and_button_v2
  .product_info_v2
  .price_inline_layout_instagram_v2,
.product_item_one_line_sub .product_price_and_button_v2 .product_info_v2 p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_and_text_seo .title_and_text_seo_content {
  margin: 0 0 40px 0;
}
.title_and_text_seo .title_and_text_seo_content .title_and_text_seo_h2 h2 {
  font-size: 15px !important;
  font-weight: 700;
  margin: 25px 0 0 0;
  padding: 0;
  line-height: 1.3;
}
.title_and_text_seo .title_and_text_seo_content .title_and_text_seo_p p {
  font-size: 0.9rem;
  padding: 0;
  margin: 10px 0;
  line-height: 1.5;
}
.title_and_text_seo .title_and_text_seo_content .title_and_text_seo_p p a {
  color: #ffa000;
}
