#cart-empty h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

#hilton h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

#cart-empty p {
  font-size: 16px;
  margin: 15px 0 18px 0;
}

#cart-empty a {
  text-transform: uppercase;
  background: #ffa000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 35px;
  display: inline-block;
  box-shadow: 0px 0px 5px 0px #ffa000;
}

#guest-checkout a.link-promotion {
  text-transform: uppercase;
  color: #000;
  padding-top: 15px;
  float: left;
  font-size: 13px;
  font-weight: bold;
}

#guest-checkout input[name="update_cart"] {
  float: right;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  padding-top: 15px;
  color: #000;
  cursor: pointer;
  background: url(/wp-content/themes/phooto/guest-checkout/assets/images/loading.jpg);
  background-repeat: no-repeat;
  background-position: 0px 19px;
  padding-left: 20px;
  background-size: 12px;
  filter: grayscale(1);
  font-size: 13px;
  font-weight: bold;
}

.products-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: hidden;
  padding-bottom: 15px;
  gap: 16px;
}

.product-box {
  flex: 0 0 137px;
}

@media screen and (min-width: 1200px) {
  .product-box {
    flex: 0 200px;
  }
}

@media screen and (min-width: 768px) {
  .product-box {
    flex: 0 0 160px;
  }
  
}

.product-box:first-child {
  margin-left: -5px;
}

.product-box:last-child {
  margin-right: -5px;
}

.products-slider {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  padding: 16px;
}

.products-slider-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bolder;
}

.products-slider-title p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.best-selling-vouchers {
  margin-top: 32px;
}

.together-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.together-product {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 5px;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.together-product-image-container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.together-product-header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 4px;
  margin-left: 8px;
}

.together-product-header-container p {
  margin: 0;
  color: #000;
}

.together-product-price {
  display: flex;
  gap: 4px;
}

.together-product-original-price {
  color: #7C7C7C;
  text-decoration: line-through;
  font-size: 14px;
}

.together-product-discounted-price {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.together-product-cart-container {
  background-color: #DDDDDD;
  padding: 8px 0px;
  position: absolute;
  right: 16px;
  top: 50%;
  border-radius: 100%;
}

.together-product-cart-button {
  border: none;
  padding: 8px;
  border-radius: 100%;
  color: #107FE6;
  cursor: pointer;
  font-size: 16px;
}

.product-box .image-box {
  margin: 5px;
}

.product-box .image-box img {
  width: 100%;
}

.data-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.data-box .product-name {
  height: 36px;
  font-size: 13px;
  text-align: center;
  width: 90%;
  margin: 0px;
}

.cashback_product_item {
  margin: 5px;
}

.cashback_product_item p {
  display: flex;
  justify-content: center;
  padding: 0px 12px;
  align-items: center;
  font-size: 10px;
  width: 100%;
  /* background-color: black; */
  color: #666666;
  font-weight: bolder;
  margin: 0px;
}

.cashback_product_item p img {
  width: 18px;
  margin-right: 4px;
  filter: brightness(0);
}

.product_button {
  margin-top: 10px;
}

.product_button .add-to-cart {
  padding: 3px 15px;
  width: 90%;
  height: 44px;
  background-color: #00aef4;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bolder;
  margin: 0px;
  margin-left: 0.5em;
}

.product_item_price ins {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: red;
}

.product_item_price del {
  font-size: 11px;
  text-decoration: line-through;
}

.action-buttons {
  height: 350px;
  display: none;
  justify-content: center;
  align-items: center;
  color: orange;
  font-size: 50px;
  z-index: 1000;
  margin: 0px;
  position: absolute;
  border: none;
  background-color: transparent;
}

.action-buttons:focus {
  outline: none;
}

.action-buttons:hover {
  color: #00aef4;
}

#actionArrowRight {
  right: 0px;
}

#actionArrowLeft {
  left: 0px;
}

.action-buttons i {
  background-color: white;
}

.slider-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  width: 100%;
  align-items: center;
  padding: 24px;
  background-color: #F4F4F4;
  border: 1px solid #DDD;
  border-radius: 8px 8px 0 0;
  gap: 24px;
}

.products-slider h2{ 
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}

.products-field::-webkit-scrollbar {
  height: 8px;
}

.products-field::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}

.products-field::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: darkgray;
}

@media screen and (min-width: 800px) and (max-width: 830px) {
  .data-box .product-name {
    font-size: 15px;
    text-align: center;
    width: 90%;
    margin: 0px;
  }

  .cashback_product_item p {
    font-size: 10px;
  }

  .cashback_product_item p img {
    width: 22px;
  }
}

@media only screen and (max-width: 48em) {
  #guest-checkout a.link-promotion {
    font-size: 11px;
  }

  #guest-checkout input[name="update_cart"] {
    font-size: 11px;
    background-position: 0px 18px;
    background-size: 13px;
    padding-left: 14px;
  }
}

/* CART ITEMS */
.page-cart .cart-items table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}

.page-cart .cart-items table thead tr th {
  color: #ff9f00;
  padding: 16px 10px;
  border-bottom: 1px solid #eee;
}

.page-cart .cart-items table tbody tr td {
  font-size: 14px;
}

.page-cart .cart-items table tbody tr td.product-remove .icon-close::before {
  content: "X" !important;
}

.page-cart .cart-items table tbody tr td.product-remove .icon-close {
  border: 2px solid #ddd;
  display: block;
  font-weight: bolder;
  height: 25px;
  width: 25px;
  padding: 0;
  line-height: 22px;
  text-align: center;
  color: #ddd;
  border-radius: 99px;
  font-size: 10px;
  margin-top: 25%;
  display: inline-block;
}

.page-cart .cart-items table tbody tr td.product-name {
  padding: 0 30px;
  line-height: 19px;
}

.page-cart .cart-items table tbody tr td.product-name a {
  color: #878787;
}

.page-cart .cart-items table tbody tr td.product-price,
.page-cart .cart-items table tbody tr td.product-subtotal {
  line-height: 17px;
  color: #777;
}

.page-cart .cart-items table tbody tr td.product-price del,
.page-cart .cart-items table tbody tr td.product-subtotal del {
  display: block;
}

.page-cart .cart-items table tbody tr td.product-quantity .quantity {
  text-align: center;
}

.page-cart .cart-items table tbody tr td.product-quantity input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0 auto;
}

@media only screen and (max-width: 48em) {
  .page-cart a.link-promotion {
    text-align: center;
    margin-bottom: 20px;
  }

  .page-cart .cart-items table thead tr th.product-price,
  .page-cart .cart-items table thead tr th.product-subtotal,
  .page-cart .cart-items table tbody tr td.product-price,
  .page-cart .cart-items table tbody tr td.product-subtotal {
    display: none;
  }

  .page-cart .cart-items table tbody tr td.product-name {
    padding: 0 5px 0 30px;
  }

  .card-upsell {
    overflow-x: visible;
  }
}

/* CART SIDEBAR */
.page-cart .cart_totals {
  /* background: #EFEFEF; */
}

.page-cart .cart_totals h2 {
  padding: 0px 0px 15px 0px;
  font-size: 18px;
  font-weight: bold;
}

.page-cart .cart_totals table {
  width: 100%;
}

.page-cart .cart_totals table .cart-subtotal th {
  /* padding-bottom: 15px;
  padding-top: 15px; */
}

.page-cart .cart_totals table .shipping th,
.page-cart .cart_totals table .fee th .page-cart .cart_totals table .shipping td,
.page-cart .cart_totals table .fee td {
  padding-bottom: 15px;
}

.page-cart .cart_totals table .cart-subtotal th,
.page-cart .cart_totals table .shipping th,
.page-cart .cart_totals table .fee th {
  /* color: #878787;
    font-size: 15px;
    padding-left: 30px; */
}

.page-cart .cart_totals table .cart-subtotal td,
.page-cart .cart_totals table .shipping td,
.page-cart .cart_totals table .fee td {
  /* padding-right:30px; */
  text-align: right;
  padding-bottom: 0;
}

.page-cart .cart_totals table .order-total {
  /* background:#E8E8E8; */
}

.input-post-code label {
  font-size: 13px;
}

.page-cart .cart_totals table .order-total th {
  padding: 10px 0px;
}

.page-cart .cart_totals table .order-total td {
  /* padding-right:30px; */
  text-align: right;
}

.page-cart .cart_totals .wc-proceed-to-checkout {
  display: none;
}

.page-cart .cart-sidebar input[name="proceed"] {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 13px;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
}

.page-cart .cart-sidebar input[name="no-proceed"] {
    background-color: #999999;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 13px;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
}
.page-cart .cart-sidebar .incomplete-voucher-msg {
    font-weight: bold;
    color: rgb(211, 84, 84);
    font-size: 13px;
    display: block;
    user-select: none;
}

.page-cart .cart-sidebar input[name="proceed"] {
  background: #00aef4;
}

.page-cart .cart-sidebar input[name="update_cart"] {
  background: #00aef4;
}

/* @media only screen and (max-width: 48em){
  .page-cart .cart-sidebar input[name="proceed"]{
    position:fixed;
    z-index: 9999;
    bottom:0;
    margin-left:-15px;
  }
} */


.navbar-phooto-tudu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form_cart_container {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #fff;
}

/* products */

.cart_product_all {
  width: 100%;
  border: 1px #ddd solid;
  border-radius: 3px;
  margin-bottom: 20px;
}

.product_items_brand_qtd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.product_items_brand {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #f4f4f4;
}

.product_items_brand img {
  height:20px;
}

.product_items_qtd {
  position: absolute;
  right: 0;
  top: 0;
}

.product_items_qtd span {
  font-size: 13px;
  line-height: 1;
  color: #414141;
}

.product_separator_line {
  margin: 0rem 0 0.8rem 0;
  border-top: 1px #ddd solid;
  width: 100%;
}

.product_items_info {
  margin-bottom: 0.8rem;
  padding:0px 15px;
}

.product_items_info p {
  font-size: 14px;
  margin: 0;
  color: #000000cc;
  padding: 0;
  text-align: center;
}

.product_items_info p span {
  font-weight: bold;
}

.product_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding:10px 15px;
}

.product_item_image {
  width: 140px;
  margin-right: 10px;
}

.product_item_image img {
  width: 100% !important;
  max-width: inherit !important;
}

.product_item_infos {
  flex: 1;
}

.item_infos_title {
  max-width: 90%;
  line-height: 1.2;
}

.item_infos_title h3,
.item_infos_title a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.item_infos_title span.item-category {
  margin: 0 0px 5px 0 !important;
  padding: 0;
  line-height: 1;
  display: block;
  width: 100%;
}

.item_infos_title span.item-category strong {
  font-size: 13px !important;
  color: #888 !important;
  font-weight: normal;
}

.item_infos_title span.item-category span {
  color: #000;
  font-weight: bold;
  margin-left: 10px;
}

.item_infos_attr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0px 0px 20px 0;
}

.block_infos_attr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.block_infos_attr:last-child {
  margin-bottom: 0;
}

.block_infos_attr p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 13px;
  color: #888;
}

.block_infos_attr p:last-child {
  color: #000;
  font-weight: bold;
}

.block_infos_attr p del {
  color: #888;
  margin-right: 6px;
  margin-left: 5px;
}

.block_infos_attr p ins {
  text-decoration: none;
  font-size:14px;
  color:#3BBE25;
}

.pbx_product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pbx-price {
    font-size: 13px;
    font-weight: bold;
}

.product_item_qtd{
  width: 140px;
}

.price-element p {
    display: inline;
}

.item_infos_qtd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.item_infos_qtd .quantity {}

.item_infos_qtd .quantity input {
  background: #f4f4f4;
  border: 0;
  border-radius: 10px;
  padding: 7px;
  width: 80px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* QUANTIDADE AQUI */

.item_infos_qtd p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.item_infos_qtd p del {
  color: #888;
}

.item_infos_qtd p ins {
  color: #00aef4;
  text-decoration: none;
}

.product_item_close {
  position: absolute;
  top: 0;
  right: 0;
}

.product_item_close p {
  line-height: 1;
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
}

.cart_resume_pament {
  width: 100%;
  padding: 15px;
  border: 1px #ddd solid;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #f4f4f4;
}

tr.cart_resume_pament_spacer {
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
}

tr.cart_resume_pament_separator {
  height: 1px;
  width: 100%;
  background: #ddd;
}

.cart_resume_pament th {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

section.cart_resume_pament p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.order-total th {
  font-size: 16px;
}

.order-total span {
  font-size: 16px;
  color: #00aef4;
}

@media screen and (max-width: 768px) {

  .item_infos_title h3,
  .item_infos_title a,
  .product_items_info p,
  .item_infos_qtd p,
  .item_infos_qtd select,
  .product_order_type p {
    font-size: 12px;
  }

  .product_item_image {
    width: 85px;
    margin-right: 5px;
  }

  .item_infos_title {
    max-width: 85%;
  }

  .block_infos_attr p {
    font-size: 11px;
  }

  .block_infos_attr p:last-child {
    margin-left: 6px;
  }

  .popup-remove-project {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #fff;
    max-width: 352px;
    text-align: center;
    width: 300px;
    padding: 12px !important;
    border-radius: 10px;
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .together-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .together-product-price {
    margin-top: 8px;
  }

  .together-product-discounted-price {
    font-size: 14px;
  }

  .together-product-original-price {
    font-size: 12px;
  }

  .together-product-cart-container {
    top: 35%;
  }

  .together-product-cart-button {
    padding: 8px;
  }
}

/* CREDIT LINE */
.tudu_discount {
  background-color: #eef9fe;
  border-radius: 5px;
  width: 100%;
  display: block;
  margin: 50px 0 0 0;
}

.tudu_discount a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}

.tudu_discount a img {}

.tudu_discount a p {
  margin: 0;
  padding: 0;
  color: #00bfff;
  font-size: 14px;
}

.tudu_discount a p.rotate_p {
  background: #00bfff;
  width: 145px;
  text-align: center;
  color: #fff;
  margin: 0;
  transform: rotate(-40deg);
  position: absolute;
  left: 0;
}

.tudu_discount a p span {
  border: 1px #00bfff solid;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 20px;
  display: inline-block;
}

@media (max-width: 991px) {
  .tudu_discount a {
    justify-content: center;
  }

  .tudu_discount a p.rotate_p {
    display: none;
  }

  .tudu_discount a p {
    margin: 0;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
  }

  .tudu_discount a p span {
    border: none;
    padding: 0;
    border-radius: inherit;
    margin-left: 8px;
  }
}

/* CREDIT LINE */

/* Popup */
.bg-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: 999;
  opacity: 0.7;
  display: none;
}

.popup-remove-project {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #fff;
  max-width: 354px;
  text-align: center;
  padding: 35px;
  border-radius: 10px;
  display: none;
}

.popup-remove-project .close-popup-remove-project {
  position: absolute;
  color: #ccc;
  top: 0;
  right: 0;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}

.popup-remove-project img {
  width: 50px;
  margin-bottom: 10px;
}

.popup-remove-project h2 {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 23px;
  padding: 10px 20px;
}

.popup-remove-project a.sim {
  display: block;
  width: 100%;
  background: #00bfff;
  border: 1px solid #00bfff;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.popup-remove-project a.nao {
  display: block;
  width: 100%;
  padding: 10px;
  color: #00bfff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
}

.popup-remove-project .loading {
  margin-top: 20px;
}

.product_page_product_shipping_date{
  position: relative;
  width: 115px;
}

.product_page_product_shipping_date > p{
  font-family: Open Sans,helvetica,arial,sans-serif;
  font-size: 13px;
  color: #666666;  
  cursor: default!important;
  margin: 0;
}

.product_page_product_shipping_date > p:hover{
  color: #00aae3;
}

.product_page_product_shipping_date > p:hover > spam{
  background-color: #00aae3;
}

.product_page_product_shipping_date > p > spam{
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
  line-height: 15px;
  display: inline-block;
  background: #a1a1a1;
  text-align: center;
  /* margin: 0 5px; */
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
}

.product_page_product_popup{
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #666666;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
  font-family: Open Sans,helvetica,arial,sans-serif;
  width: 350px;
  position: absolute;
  top: -200px;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .1s linear;
}

.product_page_product_popup::after{
  content: '';
  position: absolute;
  filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, .3));
  left: 31.6%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
}

.product_page_product_popup_title .close_shipping_price{
  position: absolute;
  top: -13px;
  right: -13px;
  font-size: 15px;
  background-color: #FFF;
  border: 1px #fff solid;
  color: #000;
  margin: 0;
  padding: 0 0 3px 0px;
  line-height: 1;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product_page_product_popup_table_shipping{
  width: 100%;
}

.product_page_product_popup_table_shipping img{
  width: 100%;
}

@media screen and (min-width: 992px){
  .product_page_product_shipping_date:hover > .product_page_product_popup{
    z-index: 99999;
    opacity: 1;
    top: -150px;
    visibility: visible;
  }

  .product_page_product_popup::after{
    left: 26%;
  }

  .product_page_product_popup_title .close_shipping_price {
    display: none;
  }
}

.product_page_product_shipping_date.show_shipping_details::before{
  content: '';
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.product_page_product_shipping_date.show_shipping_details > .product_page_product_popup{
  z-index: 99999;
  opacity: 1;
  top: -145px;
  visibility: visible;
}

.product_page_product_popup_title{
  background: #00aae3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product_page_product_popup_title > h2{
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-size: 14px;
}

.product_page_product_popup_info_default{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0 5px 0;
  border-bottom: 1px #dadada solid;
}

.product_page_product_popup_info_name{
  width: 50%;
  text-align: center;
}

.product_page_product_popup_info_name > h3{
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.product_page_product_popup_info_variable{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px 0 10px 0;
}

.product_page_product_popup_price_date{
  width: 50%;
  text-align: center;
}

.product_page_product_popup_price_date > h3{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.product_page_product_popup_info_fixed{
  padding: 0px 0 10px 0;
  line-height: 1;
  text-align: center;  
}

.product_page_product_popup_info_fixed > small{
  font-size: 10px;
  line-height: 1;
  padding: 5px 0;
}

.percent-icon-container {
  color: #107FE6;
}

.percent-icon-container i {
  font-size: 24px;
}

.percent-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.percent-container p {
  margin: 0;
  color: #000;
}

.discount-bar {
  display: flex;
  background-color: #DDDDDD;
  border-radius: 5px;
  width: 80%;
  position: relative;
}

.discount-progress {
  height: 100%;
  border-radius: 5px;
  padding: 4px;
  transition: width 0.3s ease;
  position: relative;
}

.discount-progress::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%); 
  z-index: 1;
}

.discount-bar-text {
  text-align: start;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 1.5rem;
}

.discount-container {
  width: 70%;
}

.modal-body-cart {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-body-cart button {
  background-color: #F99C1B;
  border: none;
  padding: 10px 42px;
  cursor: pointer;
  margin-top: 24px;
  color: #000;
}

.modal-progress-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 0px 32px;
  margin-top: 32px;
}

#discount-bar-text {
  text-align: left;
  font-size: 14px;
  max-width: 80%;
}

#discount-bar {
  width: 100% !important;
  margin-top: 12px;
}

.modal-header {
  justify-content: center;
  align-items: center;
  background-color: #F99C1B;
  text-align: center;
  color: #000;
  padding: 0.5rem;
}

.modal-header h3 {
  font-size: 40px;
  margin: 0;
}

.modal-discount h2{
  font-size: 38px;
}

.modal-content {
  background-color: #383838;
  border-radius: 12px;
  color: #FFF;
}

.discount-bar-modal-container {
  display: flex;
  justify-content: center;
}

.discount-bar-modal {
  width: 60%;
}

.discount-bar-modal .discount-bar-text {
  text-align: center;
  font-size: 14px;
}

.discount-bar-text-container {
  display: flex;
  gap: 4px;
}

.discount-bar-text-container i {
  color: #F99C1B;
}

.exit-modal {
  color: #FFF;
  font-size: 12px;
  margin-top: 16px;
}

.exit-modal:hover {
  color: #FFF;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .modal-progress-dialog {
    width: 100%;
  }

  .modal-header h3{
    font-size: 24px;
  }

  .modal-discount h2 {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .discount-bar-modal {
    width: 100%;
  }

  .discount-bar-modal {
    width: 100%;
  }

  .modal-content .discount-bar-modal {
    margin-top: 32px;
    width: 100%;
  }

  .together-product {
    padding: 8px;
  }
}

@media screen and (max-width: 1200px) {
  .discount-bar-text {
    margin: 0;
  }
}