.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;
}

.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 {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  /* max-width: 65px; */
  width: 100%;
}

.seal_product_item img {
  width: 100%;
}

.cashback_product_item p {
  font-size: 10px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #666;
}

.cashback_product_item p img {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  filter: brightness(0);
}

.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 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

.product_list_item_inline .product_item_three {
  width: 33%;
}

.product_list_item_inline .product_item_four {
  width: 25%;
}

.product_list_item_inline .product_item_five {
  width: 20%;
}

.product_list_item_inline .product_item {
  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 .product_item .product_title {
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_list_item_inline .product_item .product_title p {
  font-family: Open Sans, helvetica, arial, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #777;
  font-weight: 600;
}

.product_list_item_inline .product_item .product_image {
  padding: 10px 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.product_list_item_inline .product_item .product_image img {
  width: 100%;
}

.product_list_item_inline .product_item .product_image .product_discount {
  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;
  justify-content: center;
  border-radius: 10px;
  border: 1px #000 solid;
}

.product_list_item_inline .product_item .product_image .product_discount 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
  .product_item
  .product_image
  .product_discount
  p
  span {
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0 2px;
}

.product_list_item_inline .product_item .product_image .product_more_seller {
  position: absolute;
  right: 7px;
  bottom: 17px;
}

.product_list_item_inline .product_item .product_image .product_more_seller p {
  color: #fff;
  background: #000;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 0;
  font-size: 0.6rem;
  font-family: Open Sans, helvetica, arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}

.product_list_item_inline .product_item .product_price_and_button {
  width: 100%;
  text-align: center;
}

.product_list_item_inline .product_item .product_info {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 12px;
}

.product_list_item_inline .product_item .product_info s {
  margin: 0;
  padding: 0;
  font-size: 12.8px;
  color: #666;
  display: block;
}

.product_list_item_inline .product_item .product_info s span {
  text-decoration: line-through;
  color: #666;
  font-size: 12.8px;
  font-weight: 400;
}

.product_list_item_inline .product_item .product_info ins {
  font-weight: 700;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  color: #ffa000;
  text-decoration: none;
}

.product_list_item_inline .product_item .product_info .price_free_shipping {
  font-size: 12px;
  font-weight: 800;
  color: #000;
}

.product_list_item_inline
  .product_item
  .product_info
  .price_free_shipping_mobile {
  font-size: 16px;
  line-height: 1;
  margin: 5px 0 6px 0;
}

.product_list_item_inline .product_item .product_info p {
  margin: 0;
  padding: 0;
  font-size: 12.8px;
  color: #666;
  display: block;
}

.product_list_item_inline .product_item .product_button {
  width: 80%;
  text-align: center;
  margin: 5px auto 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: center;
  align-items: baseline;
}

.product_list_item_inline .product_item .product_button a {
  text-decoration: none;
  color: inherit;
}

.product_list_item_inline .product_item .product_button a p {
  padding: 13px 10px;
  font-size: 12px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  transition: 0.2s all;
  margin: 0;
  background-color: red;
}

.product_list_item_inline .product_item .product_button a p:hover {
  background-color: #ffa000 !important;
}

.product_list_item_inline .product_item .product_bullets {
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
}

.product_list_item_inline
  .product_item
  .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
  .product_item
  .product_bullets
  .product_bullets_saibamais
  spam.bullets_text {
  text-decoration: underline;
  line-height: 1;
}

.product_list_item_inline
  .product_item
  .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
  .product_item
  .product_bullets.open_saibamais
  .product_bullets_saibamais
  img.bullets_arrow {
  transform: rotate(-90deg);
}

.product_list_item_inline .product_item .product_bullets .product_bullets_item {
  overflow: hidden;
  height: 0;
  transition: height 0.2s linear;
}

.product_list_item_inline
  .product_item
  .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
  .product_item
  .product_bullets
  .product_bullets_item
  .product_bullets_items:first-child {
  margin: 3px 0 0 0;
}

.product_page_product_price_countdown {
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
}

.product_page_product_price_countdown strong {
  margin-right: 5px;
  font-size: 12px;
  color: #000;
}

.product_page_product_price_countdown 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 .acabando {
  padding: 8px;
  margin: 0;
  background: #ff0;
  display: inline-block;
}

.product_page_product_price_countdown .acabando i {
  color: #000;
}

.product_page_product_price_countdown .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 {
  width: 100% !important;
  margin: 0 !important;
}

.product_item_mobile .product_image a img {
  width: 100%;
}

.product_item_mobile .product_price_and_button_mobile {
  text-align: center;
}

.product_item_mobile
  .product_price_and_button_mobile
  .inline_product_title_size {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.product_item_mobile .product_price_and_button_mobile .product_title_mobile {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_item_mobile .product_price_and_button_mobile .product_title_mobile h2 {
  color: #666;
  padding: 0;
  margin: 0;
  font-size: 27px;
  line-height: 1;
}

.product_item_mobile .product_price_and_button_mobile .title_product_separator {
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px;
}

.product_item_mobile
  .product_price_and_button_mobile
  .product_title_size_mobile
  h3 {
  color: #666;
  padding: 0;
  margin: 0;
  font-size: 19px;
}

.product_item_mobile .product_price_and_button_mobile .product_info_mobile {
  text-align: center;
}

.product_item_mobile
  .product_price_and_button_mobile
  .product_info_mobile
  .price_inline_layout_instagram {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  margin: 5px 0;
}

.product_item_mobile
  .product_price_and_button_mobile
  .product_info_mobile
  .price_inline_layout_instagram
  s {
  margin-right: 10px;
  margin-top: 2px;
}

.product_item_mobile .product_price_and_button_mobile .product_info_mobile ins {
  font-size: 23px !important;
  font-family: open_sansregular, sans-serif;
  line-height: 1;
}

.product_item_mobile .product_button {
  margin: 10px auto 0 auto !important;
}

hr {
  display: block;
  width: 100%;
  margin: 2rem 0;
}

.product_list_item .product_item .product_image .product_discount {
  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 .product_item .product_image .product_discount 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 .product_item .product_image .product_discount 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 (max-width: 1200px) {
  .product_list_item_inline .product_item .product_button {
    width: 100%;
  }
}

@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 .product_item {
    width: 50%;
  }

  .product_list_item_inline .product_item .product_title p {
    font-size: 0.9em;
  }

  .product_list_item_inline .product_item .product_image .product_more_seller {
    right: 3px;
    bottom: 12px;
  }

  .product_list_item_inline
    .product_item
    .product_image
    .product_more_seller
    p {
    font-size: 0.55rem;
  }

  .product_list_item_inline .product_item .product_button {
    width: 100%;
    grid-template-columns: 2fr 1fr;
  }

  .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 .product_item .product_info ins {
    font-size: 1rem;
  }

  .product_list_item .product_item .product_info 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 {
  padding-bottom: 40px;
}

.product_list_item_inline .product_item .product_info span {
  font-weight: 700;
  padding: 0;
  font-size: 0.9rem;
  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: column !important;
  flex-wrap: wrap !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 {
  text-align: left !important;
}

.product_price_and_button_one_line .product_info span {
  display: block;
}

.product_price_and_button_one_line .product_button {
  width: 100% !important;
}

.product_price_and_button_one_line .product_button a p {
  padding: 6px 0 !important;
}

.sub_title_fotos {
  margin: 5px auto 0 auto;
  padding: 4px 13px;
  font-size: 13px;
  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 {
  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;
}


.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;
}
