.grecaptcha-badge { visibility: hidden !important; }

/* Estilos do aviso de cookies */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
  font-family: Arial, sans-serif;
  z-index: 1000;
  display: none; /* Inicialmente oculto */

  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cookie-consent p {
  margin: 0;
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    height: 100vh;
    display:flex; 
    flex-direction:column;
}

button {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

h1 {
  margin: 0;
}

a {
    text-decoration: none;
    color:#1a73e8;
}

li + li {
  margin-top: 8px;
}

h3 {
  margin: 8px 0;
}

/* Remove arrows from number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

footer {
  width: 100%;
  background-color: #FAF9F9;
  background: url("/img/top/sakura_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:auto; 
}

.footer
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    gap: 32px;
    flex-wrap: wrap;

    margin-left: auto;
    margin-right: auto;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 0px;
  gap: 10px;

  width: 300px;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.footer-link {
  font-size: 18px;
  color: #000000;
  transition: all 0.5s;
  margin-bottom: 10px;
}

.footer-link:hover {
  color: #BC002D;
}

.footer-copyright {
  background-color: #BC002D;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
}

.footer-pagetop {
  display: block;
  margin: 0 0 0 auto;
  max-width: 1200px;
  text-align: right;
  width: 100%;
  height: 0;
}

.footer-pagetop__btn {
  display: inline-flex;
  right: 15px;
  bottom: 60px;
  opacity: 1;
  position: relative;
  background-color: #BC002D;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: border-color .25s ease,background-color .25s ease,color .25s ease,opacity .25s ease,box-shadow .25s ease!important;
}

.footer-pagetop__btn.is-fixed {
  position: fixed;
  bottom: 15px;
}

.footer-pagetop__btn.is-fixed.is-scroll-up {
  opacity: 1;
}
.footer-pagetop__btn.is-fixed.is-scroll-down {
  opacity: 0;
}

.footer-newsletter {
  width: calc(100% - 20px);
}

@media (min-width: 1200px)
{
    .container {max-width: 1312px;}
    .footer {max-width: 1312px;}
    .kpb-pagetop__btn.is-fixed {right: 30px;}
}

@media (max-width: 432px)
{
    .footer-column {width: calc(100% - 32px);}
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.logo {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 100%;
}

.mobile{
    display: none !important;
    overflow: hidden;
    position: relative;
}
.mobile #myLinks {
    display: none;
    background-color:#BC002D;
    text-align:center;
}
.menu_item_link_mobile {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
}
.menu_item_link_mobile:hover {
  background-color: #BC002D;
}
.menu_mobile {
  text-align:left;
  width: 100%;
  display: inline-block;
  background-color:#BC002D;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding-top:5px;
  padding-bottom:5px;
}

.top-urgent-news {
  width: calc(100% - 16px);
  text-align: center;
  padding: 8px;
  background-color: #BC002D;
  color: #FFFFFF;
}
.top-urgent-news a {
  color: #43ffd2;
}

.top-news {
  width:100%;
  
  display:flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.top-menu
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 18px;
    font-size: 16px;

    height: 114px;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.top-menu-mobile
{
    /* Auto layout */
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 0px;
    font-size: 16px;

    height: 90px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9999;

    transition: all 0.2s;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;

    pointer-events: auto;
}

.fixed-menu-mobile-not {
  position: fixed;
  top: -100px;
}

.fixed-menu-mobile {
  position: fixed;
  top: 0;
}

.top-menu-logo
{
    /* Auto layout */

    text-align:center;
    padding: 0px;

    width: 280px;
    height: auto;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.top-menu-right
{
    /* Auto layout */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;

    max-width: 1090px;
    min-height: 114px;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.top-menu-right-top
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: 64px;

    background: #FFFFFF;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.top-menu-right-top-left
{
  text-align: left;
}

.top-menu-right-top-right
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    height: 64px;

    background: #FFFFFF;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.top-menu-right-bottom
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;

    max-width: 1090px;
    height: 50px;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.top-menu-right-mobile
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    max-width: 1090px;
    min-height: 90px;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.top-menu-left-mobile
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    max-width: 1090px;
    min-height: 90px;


    /* Inside auto layout */

    flex: none;
    order: -1;
    flex-grow: 0;
}

.menu_item_link_bottom
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 6px;

    position: relative;
    height: 50px;

    color: #9E9295;
    background: #FFFFFF;

    border-top: 1px solid #E1D5D8;

    transition: all 0.5s;
}

.menu_item_link_bottom:hover {
    border-top: 1px solid #BC002D;
    color: #BC002D;
}

.menu_item
{
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px 0px;
    gap: 10px;

    height: 27px;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.menu_item_button
{
    /* Auto layout */

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    color: #FFFFFF;
    flex-direction: row;
    padding: 8px 16px;
    margin-right: 16px;
    margin-left: 16px;
    gap: 10px;

    background: #BC002D;
    border-radius: 20px;

    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;

    transition: all 500ms;
}
.menu_item_button:hover {
  transform: scale(1.1) perspective(1px)
}

.menu_text
{
    /* Label */
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

@media only screen and (max-width:1070px) {
    .desktop{display: none !important;}
    .mobile{display: flex !important;}
    .logo{width:80%;max-width:250px;}
    .dropdown {width:100%;}
    .dropdown-content {width:100%;}
    .avatar {width:100px;
      height:100px;}
    .news-img {width:100%;}
}

.subnav {
    float: left;
    overflow-x: hidden;
    margin-top: -2px;
  }
  .subnavtop {
    float: left;
    overflow: hidden;
    margin-top: -2px;
  }
  
  .subnav .subnavbtn {
    border: none;
    border-top: 1px solid #E1D5D8;
    outline: none;
    color: #9E9295;
    padding: 14px 16px;
    background-color: inherit;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    position: relative;
    cursor: pointer;

    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .subnavtop .subnavtopbtn {
    border: none;
    outline: none;
    color: #9E9295;
    padding: 14px 16px;
    background-color: inherit;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    position: relative;
  }

  .subnavbtn:hover {
    border-top: 1px solid #BC002D;
    color: #BC002D;
  }

  .subnavbtn:hover img {
    transform: rotate(180deg);
    filter: invert(8%) sepia(97%) saturate(1500%) hue-rotate(339deg) brightness(105%) contrast(105%);
  }

  .caret-img {
    margin-left:8px;
    transition: all 200ms;
    filter: invert(68%) sepia(7%) saturate(361%) hue-rotate(295deg) brightness(87%) contrast(83%);
  }

  .cart-icon img{
    transition: all 200ms;
    filter: invert(68%) sepia(7%) saturate(361%) hue-rotate(295deg) brightness(87%) contrast(83%);
  }
  .cart-icon:hover img {
    filter: invert(11%) sepia(73%) saturate(6720%) hue-rotate(339deg) brightness(78%) contrast(105%);
  }

.subnavtopbtn:hover {
  color: #BC002D;
}
  
  .navbar a:hover, .subnav:hover .subnavbtn, .subnavtop:hover .subnavtopbtn {
    background-color: #fdfafa;
    /*color: #FFFFFF;*/
  }
  
  .subnav-content {
    display: flex;
    position: absolute;
    /*left: 0;*/
    /*top: 41px;*/
    background-color: #fdfafa;
    z-index: 1;
    padding-left:28px;
    padding-right:28px;
    padding-top:16px;
    padding-bottom:16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 500ms, left 0ms;
    top: -500000px;
  }
  /*.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #FAFAFA;
    width: 100%;
    z-index: 1;
    padding-top:20px;
    padding-bottom:20px;
    align-items: center;
    justify-content: center;
  }*/
  
  .subnav-content a {
    float: left;
    color: #9E9295;
    text-decoration: none;
    margin-bottom: 14px;
  }
  
  /*.subnav-content a:hover {
    background-color: #eee;
    color: black;
  }*/
  
  .subnav:hover .subnav-content {
    top: 112px;
    opacity: 1;
  }

  .subnavtop:hover .subnav-content {
    top: 50px;
    opacity: 1;
  }

  .subnav-content a:hover {
    color: #BC002D;
  }

  .mobile-menu-btn {
    border: none;
    outline: none;
    color: #9E9295;
    padding: 14px 16px;
    background-color: inherit;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    position: relative;
    cursor: pointer;

    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: -999;
    top: 90px;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: opacity 200ms, width 0ms;
    padding-top: 20px;
    opacity: 0;
    pointer-events: auto;
  }

  .sidenav-show {
    opacity: 1;
  }

  .sidenav a{
    padding: 16px 24px 16px 24px;
    text-decoration: none;
    color: #9E9295;
    display: block;
    transition: 0.3s;
  }

  .subnavbtn-mobile {
    padding: 16px 24px 16px 24px;
    text-decoration: none;
    color: #9E9295;
    border: 0;
    transition: 0.3s;

    width: 100%;
    outline: none;
    background-color: inherit;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    position: relative;

    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;

    cursor: pointer;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .rotate45 {
    transform: rotate(45deg);
  }
  .rotate180 {
    transform: rotate(180deg);
  }

  .subnav-mobile {
    border-bottom: 1px solid #E1D5D8;
    font-size: 16px;
  }

  .subnav-content-mobile {
    display: flex;
    /*left: 0;*/
    /*top: 41px;*/
    padding-left:28px;
    padding-right:28px;
    padding-bottom:16px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;  
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  @media only screen and (max-width:600px) {
    .sidenav {
      width:100%;
    }
}

.menu_item .btn-line {
  width: 24px;
  height: 4px;
  margin: 0 0 4px 0;
  background: #9e9295;
  transition: all 0.3s ease-out;
}

/* Adding transform to the X */


/* Styling the three lines
  to make it an X */
.menu_item.close .btn-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu_item.close .btn-line:nth-child(2) {
  opacity: 0;
}

.menu_item.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.text-field {
  border-radius: 20px;
  height: 20px;
  border: 1px #E1D5D8 solid;
  padding: 5px 15px 5px 15px;
  color: #3a3536;
  font-size: 14px;
}

.text-field-product-url-top {
  border-radius: 32px;
  height: 32px;
  border: 1px #E1D5D8 solid;
  padding: 5px 20px 5px 20px;
  color: #3a3536;
  font-size: 16px;
  width:calc(100% - 40px);
  max-width:800px;
  margin-top:16px;
}

.select-field {
  border-radius: 20px;
  border: 1px #E1D5D8 solid;
  padding: 5px 25px 5px 15px;
  color: #9E9295;
  font-size: 14px;
  height: 32px;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E1D5D8;
  opacity: 1; /* Firefox */
}

.textarea {
  border-radius: 5px;
  border: 1px #E1D5D8 solid;
  padding: 5px 5px 5px 5px;
  color: #3a3536;
  font-size: 14px;
}

.top-search-field {
  width: 400px;
  padding-left: 35px;
}

.search-icon {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 20px;
  width: 20px;
  z-index: 10;
  border-radius: 10px;
  border: none;
  background: #fff; /* Set the bg image here. with "no-repeat" */
  background-image: url("/img/icons/lupa.png");
  background-repeat: no-repeat;
}

.search {
  position: relative;
}

.search-sidemenu {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.search-sidemenu-input {
  width: calc(100% - 40px);
  padding-left: 35px;
}

.top-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 49px;

  width: 100%;
  max-height: 408px;

  background: url("/img/top/sakura_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.top-banner-left {
  position: relative;
  width: 400px;
  height: 211px;

  /* Inside auto layout */

  display: flex;
  align-items: flex-start;
  justify-content:space-between;
  flex-direction: column;
  order: 0;
  flex-grow: 0;
  gap: 24px;
}

.top-banner-big-p {
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  margin: 0;

  text-align: left;

  color: #000000;
}

.top-banner-small-p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;

  margin: 0;

  text-align: left;

  color: #000000;
}

.top-banner-right {
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.top-cost-calculator-banner {
  display:flex;
  justify-content:center;
  flex-direction:row;
  gap:64px;
  padding: 32px 0;
  font-family:'PT Sans Caption', sans-serif;
}

@media only screen and (max-width: 900px) {
  .top-cost-calculator-banner {
    flex-direction:column;
    gap: 16px;
    align-items: center;
  }
}

.top-dashboard-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 49px;

  width: 100%;
  max-height: 408px;

  background: url("/img/top/dashboard-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;

  border-top:1px #E1D5D8 solid;
  border-bottom:1px #E1D5D8 solid;
}

.button
{
    text-align: center;

    font-size: 18px;
    line-height: 24px;

    color: #FFFFFF;
    padding: 8px 16px;

    background: #BC002D;
    border-radius: 20px;
    border-width: 0;

    cursor: pointer;

    transition: all 200ms;

    box-shadow: 4px 5px 3px rgba(0, 0, 0, 0.4);

    display: inline-block;
}
.button:hover {
  /*transform: scale(1.1) perspective(1px)*/
  background: #dd0d3e;
}
button:disabled,
button[disabled] {
  opacity: 0.3;
  cursor:default;
}
.button-small-font {
  font-size: 16px;
}

.button-inverse
{
    text-align: center;

    font-size: 18px;
    line-height: 24px;

    color: #BC002D;
    padding: 8px 16px;

    background: #FFFFFF;
    border-radius: 20px;
    border-width: 0;
    border: 1px #BC002D solid;

    cursor: pointer;

    transition: all 200ms;

    box-shadow: 4px 5px 3px rgba(0, 0, 0, 0.4);
}
.button-inverse:hover {
  /*transform: scale(1.1) perspective(1px)*/
  background: #FAF9F9;
}

.button-disabled {
  text-align: center;

  font-size: 18px;
  line-height: 24px;

  color: #FFFFFF;
  padding: 8px 16px;

  background: #BC002D;
  border-radius: 20px;
  border-width: 0;

  transition: all 200ms;

  opacity: 0.3;
}

.top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 10px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.why-use {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  flex: none;
  align-self: stretch;
  flex-grow: 0;
  gap: 32px;
}

.titulo1 {
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.titulo2 {
  font-family: 'PT Sans Caption', sans-serif;
  text-align: center;
}

.service-fees-topic {
  display: flex;
  align-items:center;
  gap: 12px;
  font-size: 18px;
  margin-top:16px;
  margin-bottom:16px;
}

.sakura-topic {
  display: flex;
  align-items:center;
  gap: 12px;
  font-size: 18px;
  margin-top:16px;
  margin-bottom:16px;
}

.sakura-topic-title {
  display: flex;
  align-items:center;
  gap: 12px;
  font-size: 18px;
}

.sakura-topic-text {
  margin-left: 0;
}

.sakura-topic-sub {
  display: flex;
  align-items:center;
  gap: 12px;
  font-size: 18px;
  margin-top:16px;
  margin-bottom:16px;
  margin-left: 16px;
}

.sakura-topic-top {
  display: flex;
  align-items:center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
}

.sakura-topic-always-broken {
  display: flex;
  align-items:flex-start;
  gap: 12px;
  font-size: 18px;
  margin-top:16px;
  margin-bottom:16px;
  flex-direction: column;;
}

.sakura-topic-always-broken-text {
  margin-left: 32px;
}

.why-use-text {
  max-width: 40%;
  background-color:#FAF9F9;
  padding:12px 12px 12px 24px;
  border-radius: 25px;
  font-size: 18px;
}

.why-use-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;

  width: 20%;
}

.como-funciona {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;

  width: 33%;
}

.top-bigger-ball {
  width: 250px;
}

.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}

.horizontal-no-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}

.horizontal-lojas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 24px), 1fr));
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.como-funciona-text {
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.top-ready-to-buy {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

.top-ready-to-buy-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-ready-to-buy-img {
  max-height: 350px;
}

.top-ready-to-buy-button {
  width: 201px;
}

.center {
  text-align: center;
}

.shop-card {
  padding: 12px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px #E8E8E8 solid;
  width: 100%;
  box-sizing: border-box;
}

.shop-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shop-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .horizontal-lojas {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .horizontal-lojas {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .horizontal-lojas {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  padding: 14px;
  gap: 12px;
  text-align: left;
  font-size: 14px;
  color: #000000;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px #E8E8E8 solid;
  transition: all 0.2s ease;

  opacity: 1;
  transform: none;
  visibility: visible;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card-img-container {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.product-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  box-sizing: border-box;
}

.product-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-card-title {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
  margin: 0;
  color: #000000;
}

.product-card-price {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.product-card-price-used {
  font-size: 14px;
  color: #666666;
}

.product-card-stock {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 0;
}

.product-card-stock.in-stock {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.product-card-stock.in-stock-used {
  background-color: #fff3e0;
  color: #ef6c00;
}

.product-card-stock.out-of-stock {
  background-color: #ffebee;
  color: #c62828;
}

.product-card-prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 8px;
}

.product-card-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.product-card-price-label {
  font-size: 12px;
  color: #666666;
}

.product-card-price-value {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Responsive grid layout */
.horizontal-product-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .horizontal-product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .horizontal-product-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .horizontal-product-cards {
    grid-template-columns: repeat(5, 1fr);
  }
}

.horizontal-product-cards.horizontal-product-cards-4 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .horizontal-product-cards.horizontal-product-cards-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .horizontal-product-cards.horizontal-product-cards-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.horizontal-product-cards.horizontal-product-cards-3 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .horizontal-product-cards.horizontal-product-cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.horizontal-product-cards.horizontal-product-cards-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .horizontal-product-cards.horizontal-product-cards-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.horizontal-product-cards.horizontal-product-cards-1 {
  grid-template-columns: repeat(2, 1fr);
}

/* Remove any floating/absolute positioning from the link wrapper */
.horizontal-product-cards > a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 350px;

  color: #000000;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.blog-card-img {
  width: 350px;
}

.blog-card-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.blog-card-text {
  font-size: 18px;
}

.blog-card-keep-reading {
  font-size: 14px;
  text-align: right;
  width: 100%;
  color: #1a73e8;
}

.blog-listing-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 250px;

  color: #000000;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.blog-listing-card:hover {
  opacity: 0.7;
}

.blog-listing-card-img {
  width: 250px;
  border-radius: 20px;
}

.blog-listing-card-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.blog-listing-card-text {
  font-size: 14px;
}

.opinion-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;

  width: 306px;

  color: #000000;
  background: #FFFFFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: 1px #F0F0F0 solid;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.opinion-card-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;

  width: 265px;
  height: 72px;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.opinion-card-img {
  width: 50px;
}

.opinion-card-name {
  font-size: 18px;
}

.opinion-card-user {
  font-size: 18px;
  clear: both;
  color: #BC002D;
}

.opinion-card-text {
  font-size: 18px;
}

.sns-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;


  width: 48px;
  height: 48px;

  background: #BC002D;
  border-radius: 50%;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.opinion-sns-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;

  width: 100%;
  height: 64px;


  /* Inside auto layout */

  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.faq-top {
  width: 100%;
  max-width: 850px;
  border-bottom: 1px solid #E1D5D8;
}

.faq-top-question {
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  position: relative;

  width: 100%;

  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #000000;
  cursor: pointer;
}

.faq-top-answer {
  display: flex;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 41px;*/
  z-index: 1;
  font-size: 18px;
  /*padding-left:28px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;*/
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  opacity: 1;
  transition: all 300ms;
  /*top: -500000px;*/
  height: 0;
  overflow: hidden;
}

.faq-top-answer-content {
  padding-left:48px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;
}

.faq-top-subtitle {
  font-size: 28px;
  font-weight: bold;
  padding-top: 32px;
  padding-bottom: 22px;
  text-align: center;
}

.faq-top-text {
  font-size: 18px;
  max-width: 950px;
  text-align: center;
}

.top-faq-contact-bubble {
  padding: 32px;
  border-radius: 40px;
  background-color: #FAF9F9;
}

.about-us {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  flex: none;
  align-self: stretch;
  flex-grow: 0;
  gap: 32px;
}

.about-us-text {
  max-width: 100%;
  padding:12px 12px 12px 24px;
  border-radius: 25px;
  font-size: 18px;
}

.about-us-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;

  width: 20%;
}

.about-us-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  text-align: center;
  font-size: 18px;
  color: #000000;

  width: 100%;
  max-width: 400px;

  background: #FFFFFF;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;

  border: 1px #F0F0F0 solid;
}

.about-us-card-img {
  width: 200px;
  border-radius: 200px;
}

.about-us-card-name {
  font-size: 18px;
  font-weight: bold;
}

.news {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  flex: none;
  align-self: stretch;
  flex-grow: 0;
  gap: 32px;
}

.news-text {
  max-width: 100%;
  width:100%;
  background-color:#FAF9F9;
  border-radius: 25px;
  font-size: 18px;

  text-align: left;
}

.blog-text {
  max-width: 100%;
  width:100%;
  background-color:#FAF9F9;
  border-radius: 25px;
  font-size: 18px;

  text-align: left;

  line-height: 28px;
}

.blog-text h2 {
  margin-bottom: 0;
  font-size:24px;
  text-align: center;
}

.blog-main-image {
  max-width: 800px;
  width:100%;
}

.breadcrumb {
  margin-top: 16px;
}

@media only screen and (max-width:900px) {
  .top-banner {flex-direction: column;max-height: 640px;}
  .top-banner-right {height: auto;}
  .top-banner-left {align-items: center;width:100%;}
  .top-banner-big-p {font-size: 28px;text-align: center;}
  .top-banner-small-p {font-size: 16px;text-align: center;}
  .responsive-image {max-width: calc(100% - 20px) !important;}

  .top-menu-logo{width:calc(100% - 110px);}

  .horizontal {flex-direction: column;align-items: center;}
  .horizontal-no-wrap {flex-direction: column;align-items: center;}
  .como-funciona {width:80%;gap: 10px;}
  .top-bigger-ball {width:200px;}
  .center-on-mobile {text-align: center;}
  .footer {flex-direction: column;align-items: center;}

  .sakura-topic {flex-direction: column;align-items:flex-start;}
  .sakura-topic-sub {flex-direction: column;align-items:flex-start;}
  .sakura-topic-title {margin-bottom: 0;}
  .sakura-topic-text {margin-left: 32px;}

  .why-use {flex-direction: column-reverse;}
  .why-use-text {max-width: calc(100% - 20px);}
  .why-use-item {width:80%;gap: 10px;}

  .about-us {flex-direction: column-reverse;}
  .about-us-text {max-width: calc(100% - 20px);}
  .about-us-item {width:80%;gap: 10px;}
  .about-us-card {width: calc(100% - 40px);}

  .news-text {max-width: calc(100% - 20px);}

  .blog-text {max-width: calc(100% - 20px);}

  .top-ready-to-buy {gap:0;}
  .top-ready-to-buy-img {max-height: 150px;}
  .top-ready-to-buy-button {width: 150px;}
}

.reveal{
  position: relative;
  opacity: 0;
  transition: 1s transform ease, 1s opacity ease, 1s scale ease;
}
.reveal.active{
  opacity: 1;
}
.reveal-up{
  transform: translateY(150px);
}
.reveal-up.active{
  transform: translateY(0);
}
.reveal-right{
  transform: translateX(-150px);
}
.reveal-right.active{
  transform: translateX(0);
}
.reveal-left{
  transform: translateX(150px);
}
.reveal-left.active{
  transform: translateX(0);
}
.reveal-appear{
  transform: scale(0.9);
}
.reveal-appear.active{
  transform: scale(1);
}

.site-color {
  color: #BC002D;
}

.proxy-definition {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  max-width: 800px;
  margin: 32px;
  border: 2px solid #F0E9E9;
}

.how-it-works-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;

  max-width: 1000px;
  width: calc(100% - 40px);
  padding-left: 24px;
  padding-right: 24px;
}

.how-it-works-row-inner {
  border: none;
  outline: none;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;

  font-family: 'Lato';
  font-style: normal;
  font-size: 18px;
  text-align: left;

  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 36px;
  padding: 12px 24px;

  position: relative;
  cursor: pointer;

  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.how-it-works-number {
  font-size: 28px;
}

.how-it-works-number-div {
  background-color: #BC002D;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 8px;
  width: 35px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.how-it-works-answer {
  display: flex;
  z-index: 1;
  font-size: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  opacity: 1;
  transition: all 300ms;
  height: 0;
  overflow: hidden;
  max-width: 900px;
}

.how-it-works-answer-content {
  padding-left:48px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;
}

.how-it-works-img-desktop {
  display:block;
  width: 50px;
}

.how-it-works-img-mobile {
  float: left;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 8px;
  display:none;
  width: 50px;
}

.how-it-works-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  gap: 10px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.how-it-works-choices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.how-it-works-choice-on
{
    text-align: center;

    font-size: 20px;
    line-height: 24px;
    width: 200px;

    color: #FFFFFF;
    padding: 8px 16px;

    background: #8d0022;
    border-radius: 20px;

    transition: all 500ms;
}
.how-it-works-choice-off
{
    text-align: center;

    font-size: 20px;
    line-height: 24px;
    width: 200px;

    color: #BC002D;
    padding: 8px 16px;

    background: #FFFFFF;
    border-radius: 20px;

    transition: all 500ms;
    cursor: pointer;

    border: 1px solid #BC002D;

    box-shadow: 4px 5px 3px rgba(0, 0, 0, 0.4);
}
.how-it-works-choice-off:hover {
  transform: scale(1.05) perspective(1px)
}

.how-it-works-definition {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  max-width: 800px;
}

.how-it-works-click-exp {
  width: 100%;
  max-width: 1000px;
  text-align: right;
  font-size: 16px;
  padding-bottom: 12px;
}

.service-fees-number {
  font-size: 20px;
}

.service-fees-number-div {
  background-color: #BC002D;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 8px;
  width: 25px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.service-fees-click-exp {
  width: 100%;
  max-width: 800px;
  text-align: right;
  font-size: 16px;
  padding-bottom: 12px;
}

.shipping-covid-warning-container {
  border-top: 1px #E1D5D8 solid;
}

.why-use-service-div {
  margin-bottom: 16px;
  max-width: 800px;
  text-align: center;
}

.our-services-storage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  flex: none;
  flex-grow: 0;
  gap: 32px;
}

.our-services-optional-table {
  background-color: #FFFFFF;
  text-align:center;
  max-width:600px;
  margin:auto;
  margin-top:32px;
  padding-top: 16px;
}

.our-services-optional-cell {
  padding: 8px;
  border-top: 3px #FAF9F9 solid;
}

.shipping-methods-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color:#FFFFFF;
  border-radius: 50px;
  padding: 32px;
  margin-right: auto;
  margin-left: auto;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.contact {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  text-align: left;
  width: 800px;
  font-family: 'Lato';
}

.contact-field {
  width: 400px;
}

.contact-textarea {
  border-radius: 5px;
  border: 1px #E1D5D8 solid;
  padding: 5px 5px 5px 5px;
  color: #3a3536;
  font-size: 14px;
  resize: none;
  width: 97%;
  height:100px;
  font-family: 'Lato';
}

.product-url-textarea {
  border-radius: 5px;
  border: 1px #E1D5D8 solid;
  padding: 5px 5px 5px 5px;
  color: #3a3536;
  font-size: 14px;
  width: 100%;
  font-family: 'Lato';
  padding: 16px;	
  font-size: 14px;
  box-sizing: border-box;
}

.shipping-calculator-form {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

@media only screen and (max-width:900px) {
  .how-it-works-row {gap: 12px;flex-direction: column;width: calc(100% - 10px);}
  .how-it-works-row-inner {gap: 0;}
  .how-it-works-number-div {width: 45px;}
  .how-it-works-img-desktop {display:none;}
  .how-it-works-img-mobile {display:block;}
  .how-it-works-choices {flex-direction: column;gap:16px;}
  .how-it-works-answer-content {padding-left: 28px;}
  .our-services-storage {flex-direction: column-reverse;}
  .contact {width:90%;padding:16px;}
  .contact-field {width: 90%;}
  .contact-textarea {width:93%;}
  .shipping-calculator-form {flex-direction: column;gap: 16px;}
}

.table-shipping-methods {
  background-color: #FAF9F9;
  font-size: 16px;
  width: 800px;
  table-layout:fixed;
  margin: auto;
  margin-top: 24px;
}

.table-shipping-methods-left {
  background-color: #BC002D;
  color: #FFFFFF;
  padding: 8px;
  margin: 4px;
  text-align: center;
  width: 100px;
}

.table-shipping-methods-title {
  background-color: #FFFFFF;
  color: #000000;
  padding: 8px;
  margin: 4px;
  text-align: center;
  width: 120px;
}

.table-shipping-methods-td {
  background-color: #FFFFFF;
  color: #000000;
  padding: 4px;
  margin: 4px;
  text-align: center;
  width: 120px;
}

.shipping-methods-value-icon {
  background-color: #BC002D;
  color: #FFFFFF;
  border-radius: 25px;
  width: 19px;
  display: inline-block;
  padding: 1px;
  margin-right: 3px;
}

.shipping-methods-value-icon-disabled {
  background-color: #333333;
  color: #666666;
  border-radius: 25px;
  width: 19px;
  display: inline-block;
  padding: 1px;
  margin-right: 3px;
}

.table-shipping-methods-div {
  overflow: auto;
  width: 100%;
}

.table-shipping-methods-products {
  width: 600px;
}

.table-shipping-methods-left-product {
  width: 50px;
}

@media only screen and (max-width:900px) {
  .table-shipping-methods-products {width: 100%;}
}

.forbidden-item-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.forbidden-item {
  background-color: #FFFFFF;
  border-radius: 25px;
  width: 400px;
  max-width: calc(100% - 32px);
  padding: 16px;
  margin: 8px 16px 8px 16px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.forbidden-item-img {
  width: 75px;
}

.forbidden-item-right {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  gap: 16px;
}

.forbidden-item-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.battery-rules-div {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  max-width: 800px;
}

.forbidden-item-table {
  padding-top:16px;
  padding-bottom:16px;
  width: 100%;
}

.forbidden-item-table table{
  width: 100%;
  border-collapse: collapse;
}
.forbidden-item-table th{
  text-align: center;
  width: 25%;
  padding: 8px;
  background-color: #BC002D;
  color: #FFFFFF;
  vertical-align: middle;
  
}
.forbidden-item-table td{
  text-align: center;
  width: 25%;
  padding: 8px;
  border: 1px solid #AAAAAA;
}

@media only screen and (max-width:1070px) {
  .forbidden-item-img {width: 50px;}
  .forbidden-item-group {flex-direction: column;}
}

@media only screen and (max-width:432px) {
  .forbidden-item {width:calc(100% - 32px);}
  .forbidden-item-table table{font-size: 14px;}
}

.faq-category-question {
  border: none;
  outline: none;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;

  font-family: 'Lato';
  font-style: normal;
  font-size: 18px;
  text-align: left;

  width: calc(100% - 64px);
  max-width: 500px;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 36px;
  padding: 12px 24px;

  position: relative;
  cursor: pointer;

  box-shadow: 4px 
  4px 4px rgba(0, 0, 0, 0.25);
}

.faq-category-question-number {
  font-weight: bold;
  color: #BC002D;
  padding-right: 32px;
}

.same-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.faq-number {
  font-size: 20px;
}

.faq-number-div {
  background-color: #BC002D;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 4px;
  width: 25px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.service-fees-step {
  background-color: #FFFFFF;
  border-radius: 25px;
  width: 800px;
  max-width: calc(100% - 32px);
  padding: 24px;
  margin: 8px 16px 8px 16px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;

  border: 2px solid #f0e9e9;
}

.service-fees-step-tip {
  background-color: #FFFFFF;
  width: 600px;
  max-width: calc(100% - 32px);
  padding: 24px;
  margin: 8px 16px 8px 16px;
  border: 2px solid #BC002D;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.service-fees-step-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  border-top: 2px solid #f0e9e9;
}

.service-fees-topic {
  display: flex;
  align-items:center;
  gap: 24px;
  font-size: 18px;
  margin-top:16px;
  margin-bottom:16px;
}

@media only screen and (max-width:500px) {
  .service-fees-topic{align-items:flex-start;gap:8px;}
}

.faq-top-question {
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  position: relative;

  width: 100%;

  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #000000;
  cursor: pointer;
}

.input-label-top {
  margin-bottom: 8px;
}

.container hr {
  border-top: 2px solid #BC002D;
}

.dashboard-main {
  width:100%;
  display:flex;
  flex-direction: row;
  background-color: #ffffff;
}

.dashboard-menu {
  width: 250px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}

.dashboard-submenu {
  padding-left: 16px;
  width: calc(100% - 16px);
}

.dashboard-content {
  width:calc(100% - 20px);
  background-color: #ffffff;
  margin: 15px;
}

.top-menu-dashboard {
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 18px;
    font-size: 16px;

    border-bottom: 1px solid #BC002D;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.top-menu-dashboard-title {
  font-size: 24px;
  font-weight: bold;
  color: #BC002D;
}

.top-menu-user {
  height: 100%;
  margin-right: 20px;
  padding: 10px;
}

.top-menu-user-button {
  background-color: #FFFFFF;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.top-menu-user-button-img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  margin-right: 10px;
}

.top-menu-user-button-name {
  font-size: 16px;
  margin-right: 10px;
  transition: color 500ms;
}

.top-menu-user-content {
  display: flex;
  position: absolute;
  /*left: 0;*/
  /*top: 41px;*/
  background-color: #fdfafa;
  z-index: 1;
  padding-left:28px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 500ms, left 0ms;
  top: -500000px;
}

.top-menu-user-content a {
  float: left;
  color: #9E9295;
  text-decoration: none;
  margin-bottom: 14px;
}

.top-menu-user:hover .top-menu-user-content {
  top: 60px;
  opacity: 1;
}

.top-menu-user:hover .top-menu-user-button-name{
  color: #BC002D;
}

.top-menu-user-content a:hover {
  color: #BC002D;
}

.dashboard-menu-link {
  font-size: 16px;
  color: #555555;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: calc(100% - 30px);
  border-radius: 10px;

  transition: color 500ms;
}

.dashboard-menu-link:hover {
  background-color: #FAF9F9;
  color: #BC002D;
}

.dashboard-menu-link:hover img {
  filter: invert(11%) sepia(32%) saturate(7311%) hue-rotate(331deg) brightness(121%) contrast(120%);
}

.dashboard-menu-toggle {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 8px;
  gap: 8px;
}

.dashboard-menu-img {
  width:20px;
  filter: invert(35%) sepia(2%) saturate(4%) hue-rotate(315deg) brightness(92%) contrast(95%);
  transition: filter 500ms;
}

.admin-content-hr {
  border-top: 1px solid #BC002D;
  max-width: 400px;
  margin: 0;
}

.admin-order-separator-hr {
  border-top: 1px solid #EEEEEE;
  width: 100%;
  margin-top: 16px;
}

.admin-order-separator-hr-thick {
  border-top: 2px solid #BC002D;
  width: 95%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.admin-order-field-changed {
  border: 2px solid #BC002D;
}

.dashboard-breadcrumb {
  font-size: 14px;
}

.dashboard-button {
  text-align: center;

  font-size: 14px;
  line-height: 18px;

  color: #FFFFFF;
  padding: 8px 16px;

  background: #BC002D;
  border-radius: 10px;
  border-width: 0;

  cursor: pointer;

  box-shadow: 4px 5px 3px rgba(0, 0, 0, 0.4);

  display: inline-block;
}
.dashboard-button:hover {
  background: #a30127;
}

.dashboard-button-cancel {
  text-align: center;

  font-size: 14px;
  line-height: 18px;

  color: #000000;
  padding: 8px 16px;

  background: #dddddd;
  border-radius: 10px;
  border-width: 0;

  cursor: pointer;
  
  border: 1px #E1D5D8 solid;
}
.dashboard-button-cancel:hover {
  background: #cccccc;
}

.dashboard-button-new {
  text-align: center;

  font-size: 14px;
  line-height: 18px;

  color: #FFFFFF;
  padding: 8px 16px;

  background: #00850b;
  border-radius: 10px;
  border-width: 0;

  cursor: pointer;
}
.dashboard-button-new:hover {
  background: #01690a;
}

.dashboard-button-back {
  text-align: center;

  font-size: 14px;
  line-height: 18px;

  color: #BC002D;
  padding: 8px 16px;

  background: #FFFFFF;
  border-radius: 10px;
  border-width: 0;
  border: 1px #BC002D solid;

  cursor: pointer;

  box-shadow: 4px 5px 3px rgba(0, 0, 0, 0.4);

  display: inline-block;
}
.dashboard-button-back:hover {
  background: #FAF9F9;
}

.dashboard-filter {
  display: flex;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 41px;*/
  z-index: 1;
  font-size: 16px;
  /*padding-left:28px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;*/
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  opacity: 1;
  transition: all 300ms;
  /*top: -500000px;*/
  height: 0;
  overflow: hidden;
}

.dashboard-filter-content {
  padding-top:16px;
  padding-bottom:16px;
  width: 100%;
}

.dashboard-filter-content table{
  width: 100%;
}
.dashboard-filter-content th{
  text-align: right;
  width: 17%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.dashboard-filter-content td{
  text-align: left;
  width: 83%;
  padding-left: 10px;
  padding-bottom: 10px;
}

.dashboard-field {
  width: calc(100% - 50px);
  max-width: 500px;
  color: #3a3536;
}

.dashboard-table-div {
  overflow:auto;
  width:100%;
}
.dashboard-table-div table{
  width: 100%;
  margin-top: 20px;
  min-width: 800px;
}
.dashboard-table-div tr:not(:first-child):hover{
  background-color: #FAF9F9;
}
.dashboard-table-div th{
  text-align: left;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.dashboard-table-div td{
  text-align: left;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.dashboard-grid-button {
  text-align: center;

  font-size: 14px;
  line-height: 18px;

  color: #000000;
  padding: 4px 8px;

  background: #f4f4f4;
  border-radius: 10px;
  border-width: 0;

  cursor: pointer;
  
  border: 1px #ddd solid;
}
.dashboard-grid-button:hover {
  background: #e4e4e4;
}
.dashboard-grid-actions-div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.dashboard-table-div-bottom {
  font-size: 14px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.pagination-buttons {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.pagination-button {
  background-color: #BC002D;
  color: #FFFFFF;
  padding: 4px;
  border-radius: 5px;
}

.dashboard-filter-bar {
  margin-top:20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dashboard-form-content {
  padding-top:16px;
  padding-bottom:16px;
  width: 100%;
}

.dashboard-form-content table{
  width: 100%;
}
.dashboard-form-content th{
  text-align: right;
  width: 17%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.dashboard-form-content td{
  text-align: left;
  width: 83%;
  padding-left: 10px;
  padding-bottom: 10px;
}

.dashboard-form-div {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}

.dashboard-form-div table{
  width: 100%;
  margin-top: 20px;
}
.dashboard-form-div th{
  text-align: right;
  width: 17%;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.dashboard-form-div td{
  text-align: left;
  width: 83%;
  padding-left: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width:1070px) {
  .dashboard-field{width: calc(100% - 20px);}
}

.dashboard-label {
  font-size: 16px;
  margin-right: 10px;
}

.dashboard-message {
  width: calc(100% - 40px);
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
}

.dashboard-form-validation-error {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  color: #FFFFFF;
  background-color: #6d0404;
}

.dashboard-field-label {
  margin-top:16px;
}

.dashboard-text-field {
  border-radius: 32px;
  height: 32px;
  border: 1px #E1D5D8 solid;
  padding: 5px 20px 5px 20px;
  color: #3a3536;
  font-size: 16px;
  width:calc(100% - 40px);
  margin-top:8px;
}

.dashboard-text-field-disabled {
  background-color: #EEEEEE;
}

.dashboard-order-estimate {
  display: flex;
  flex-direction: row;
  gap: 32px;

  width: 100%;
  margin-top: 32px;

  font-size: 16px;
}
.dashboard-product-details .divTable{
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.dashboard-product-details .divTableRow {
	display: table-row;
  border-bottom: 1px solid #EEE;
}

.dashboard-product-details .divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.dashboard-product-details .divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 8px 8px;

  vertical-align: middle;
}
.dashboard-product-details .divTableBody {
	display: table-row-group;
}
.dashboard-product-details .divTableButton {
  font-size: 16px;
}

.dashboard-product-details-list-mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.dashboard-product-details-mobile {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 16px;
}

.dashboard-ok-cancel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

@media only screen and (max-width:900px) {
  .dashboard-order-estimate {flex-direction: column;}
  .selection-table {min-width:1px !important;}
}

.modal {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(126, 126, 126, 0.7);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  width:100%;
  height:100%;

  z-index: 999999;
}
.modal-content {
  position: absolute;
  background: white;
  width: calc(100% - 100px);
  padding: 1em 2em;
  border-radius: 10px;
  max-width: 300px;
}
.image-modal-content {
  position: absolute;
  background: white;
  padding: 1em 2em;
  border-radius: 10px;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 100px);

  display: flex;
  text-align: center;
  justify-content: center;
}
.image-modal-content img {
  object-fit: contain;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 100px);
}
.modal:target {
  visibility: visible;
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 8px;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
}

.fake-a {
  color: #1a73e8;
  cursor: pointer;
}
.fake-a2 {
  color: #1a73e8;
  cursor: pointer;
  font-size: 12px;
  vertical-align: super;
}

.tab-list-dashboard {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  height: 50px;
  margin-top:32px;

  flex: none;
  order: 1;
  flex-grow: 0;

  border-bottom: 1px solid #E1D5D8;
  width:100%;
}

.tab-list-dashboard-item
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    gap: 6px;

    position: relative;
    height: 50px;

    color: #9E9295;
    background: #FFFFFF;

    cursor: pointer;

    border-radius: 8px 8px 0 0;
}

.tab-list-dashboard-item-active{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  gap: 6px;

  position: relative;
  height: 50px;

  color: #BC002D;
  background: #FAF9F9;

  cursor: default;

  border-radius: 8px 8px 0 0;
  border: 1px solid #BC002D;
  font-weight: bold;
}

.tab-list-dashboard-item:hover {
    border-bottom: 1px solid #BC002D;
    color: #BC002D;
}

.tab-list-dashboard-item-inner
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;

    height: 27px;

    flex: none;
    order: 1;
    flex-grow: 0;
    overflow-wrap: break-word;
    width:100%;
}

.tab-list-dashboard-text
{
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size:16px;

    flex: none;
    order: 0;
    flex-grow: 0;

    overflow-wrap: break-word;
    width:100%;
}

.alert_badge {
  background-color: #BC002D;
  border-radius: 20px;
  color: #BC002D;
 
  width:20px;
  height:20px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -10px;
  left: -10px;
}

.dashboard-order-list {
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.dashboard-order-list-top {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px #D5D9D9 solid;
  border-radius: 8px 8px 0 0;
  background-color: #F0F2F2;
  gap: 16px;
}
.dashboard-order-list-top-piece {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.dashboard-order-list-top-button {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 8px;
}
.dashboard-order-list-bottom {
  display: flex;
  flex-direction: column;
  border-left: 1px #D5D9D9 solid;
  border-bottom: 1px #D5D9D9 solid;
  border-right: 1px #D5D9D9 solid;
  border-radius: 0 0 8px 8px;
}
.dashboard-order-list-bottom-title {
  padding: 8px;
  display: flex;
  flex-direction: row;
}
.dashboard-order-list-bottom-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dashboard-order-list-bottom-item-outer {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.dashboard-order-list-bottom-item {
  border: 1px #D5D9D9 solid;
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
}

@media only screen and (max-width:1070px) {
    .tab-list-dashboard-item-inner{height:auto;}
    .tab-list-dashboard-text{font-size:14px;}
    .dashboard-order-list-top {flex-direction:column;gap:0;}
    .dashboard-order-list-top-piece {gap:0;}
    .dashboard-order-list-top-button {justify-content:flex-start;padding:8px;}
}

.order-details-payment-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 20px;
  border: 2px #BC002D solid;
  padding: 16px;
  margin-top: 16px;
}

.radio {
  --s: 1em;     /* control the size */
  --c: #BC002D; /* the active color */
  
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #939393;
  padding: calc(var(--s)/8);
  background: 
     radial-gradient(farthest-side,var(--c) 94%,#0000) 
     50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
}
.radio:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}

.radio:disabled {
  background: 
     linear-gradient(#939393 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}

.checkbox {
  --s: 1em;     /* control the size */
  --c: #BC002D; /* the active color */
  
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #939393;
  padding: calc(var(--s)/8);
  background: 
     linear-gradient(var(--c) 94%,#0000) 
     50%/0 0 no-repeat content-box;
  border-radius: 0%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
  margin-right: 16px;
}
.checkbox:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}

.checkbox:disabled {
  background: 
     linear-gradient(#939393 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}

.button-check {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 10px;
  border-width: 0;
  padding: 8px 16px 8px 32px;

  cursor: pointer;
  transition: all 200ms;
}

.button-check-approve {
  background-color: #009900;
}
.button-check-approve:hover {
  background-color: #00BB00;
}

.button-check-reject {
  background-color: #990000;
}
.button-check-reject:hover {
  background-color: #BB0000;
}

.button-check-unchecked {
  background-image: url('/img/icons/button-check-unchecked.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
}
.button-check-checked {
  background-image: url('/img/icons/button-check-checked.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
}

.order-details-card {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 20px;
  background-color: #FAF9F9;
  max-width: 400px;
  min-width: 300px;
  box-shadow: 4px 5px 3px rgba(0, 0, 0, 0.4);
}

.order-details-card th {
  text-align: right;
  width: 100px;
  border-bottom: 1px #D5D9D9 solid;
  padding: 8px;
}

.order-details-card td {
  border-bottom: 1px #D5D9D9 solid;
  padding: 8px;
}

.alert_badge_dashboard {
  background-color: #BC002D;
  border-radius: 20px;
  color: #FFFFFF;
 
  width:20px;
  min-width:20px;
  height:20px;
  min-height:20px;

  text-align:center;
  font-size: 12px;

  top: 50%;
  line-height: 20px;
}

.alert_badge_right {
  background-color: #BC002D;
  border-radius: 20px;
  color: #FFFFFF;
 
  width:20px;
  height:20px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -4px;
  right: 0px;

  text-align:center;
  font-size: 12px;

  line-height: 20px;
}

.alert_badge_right_small {
  background-color: #BC002D;
  border-radius: 20px;
  color: #FFFFFF;
 
  width:10px;
  height:10px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -2px;
  right: -12px;

  text-align:center;
  font-size: 8px;

  line-height: 10px;
}

.dashboard-card-link {
  color: #555555;
  text-decoration: none;
  transition: all 300ms;
}
.dashboard-card {
  width: 85px;
  height: 85px;
  position: relative;
  display: inline-block;
}
.dashboard-card-div{
  display:flex;
  flex-direction:column;
  gap:0px;
  align-items: center;
}
.dashboard-card-text{
  font-size:14px;
}
.dashboard-card .img-top {
  /*display: none;*/
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 85px;
  height: 85px;
  transition: all 300ms;
}
.dashboard-card .img-bottom {
  width: 85px;
  height: 85px;
  transition: all 300ms;
}
.dashboard-card-link:hover .img-top {
  /*display: inline;*/
  opacity: 1;
}
.dashboard-card-link:hover .img-bottom {
  /*display: none;*/
  opacity: 0;
}
.dashboard-card-link:hover {
  color: #BC002D;
}
.dashboard-card-link-make-order {
  border: 2px solid #7f7f7f;
  border-radius:100px;
  height:67px;
  display:flex;
  flex-direction:row;
  align-items:center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.dashboard-card-link-make-order:hover {
  border: 2px solid #BC002D;
}
.dashboard_alert_badge_right {
  background-color: #BC002D;
  border-radius: 20px;
  color: #FFFFFF;
 
  width:24px;
  height:24px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0px;
  right: -4px;

  text-align:center;
  font-size: 14px;

  line-height: 24px;
}
.dashboard-top-title {
  padding-left:8px;
  padding-right:16px;
  padding-top:6px;
  padding-bottom:6px;
  color:#FFFFFF;
  width:100%;
  max-width:300px;
  font-size:18px;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.dashboard-top-icons-div {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:64px;
  row-gap:16px;
  padding:32px;
}
.dashboard-top-title1 {
  background-color:#999999;
}
.arrow-right1 {
  border-left: 15px solid #999999;
}
.dashboard-top-icons-div1 {
  border-left: 6px solid #999999;
  border-image: linear-gradient(#999999, #FFFFFF) 1;
}
.dashboard-top-title2 {
  background-color:#777777;
}
.arrow-right2 {
  border-left: 15px solid #777777;
}
.dashboard-top-icons-div2 {
  border-left: 6px solid #777777;
  border-image: linear-gradient(#777777, #FFFFFF) 1;
}
.dashboard-top-title3 {
  background-color:#555555;
}
.arrow-right3 {
  border-left: 15px solid #555555;
}
.dashboard-top-icons-div3 {
  border-left: 6px solid #555555;
  border-image: linear-gradient(#555555, #FFFFFF) 1;
}
.dashboard-top-title4 {
  background-color:#333333;
}
.arrow-right4 {
  border-left: 15px solid #333333;
}
.dashboard-top-icons-div4 {
  border-left: 6px solid #333333;
  border-image: linear-gradient(#333333, #FFFFFF) 1;
}

.hub-table {
  border: 1px solid #D5D9D9;
  border-collapse: collapse;
  width: 100%;
}
.hub-table tr:not(:first-child):hover{
  background-color: #FAF9F9;
}
.hub-table th {
  border: 1px solid #D5D9D9;
  padding: 8px;
  background-color:#F0F2F2;
}
.hub-table td {
  border: 1px solid #D5D9D9;
  padding: 8px;
}

.hub-table tr:nth-child(odd) {
  background-color: #FCFCFC;
}

.pagination_link {
  width: 20px;
  height: 20px;
  border: 1px solid #BC002D;
  color: #BC002D;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-align:center;
  padding: 4px;
}

.pagination_link_active {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  background-color: #BC002D;
  border-radius: 100px;
  text-align:center;
  padding: 4px;
}

.selection-table {
  border-collapse: collapse;
  min-width:800px;
}
.selection-table tr {
  border-top: 1px solid #D5D9D9;
  cursor: pointer;
}
.selection-table tr:hover {
  background-color: #FAF9F9;
}
.selection-table td {
  padding: 8px;
}

.product-details-board {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  padding: 32px;
}

.product-details-price-tabs {
  display: flex;
  flex-direction: row;
  gap: 0;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}

.product-details-price-tab {
  padding: 8px 32px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: none;
  font-size: 16px;
  color: #666666;
}

.product-details-price-tab.active {
  background-color: #BC002D;
  color: #FFFFFF;
}

.product-details-price {
  font-size: 32px;
  font-weight: 600;
  color: #BC002D;
  margin-top: -8px;
}

.product-details-main {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.product-details-images {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-details-main-image {
  width: 450px;
  height: 450px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-details-thumbnails {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.product-details-thumbnail {
  width: 144px;
  height: 144px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.product-details-thumbnail.active {
  border: 2px solid #BC002D;
}

.product-details-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-details-name {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.product-details-original-name {
  font-size: 16px;
  color: #666666;
}

.product-details-stock {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}

.product-details-stock.in-stock {
  background-color: #E8F5E9;
  color: #2E7D32;
}

.product-details-stock.out-of-stock {
  background-color: #FFEBEE;
  color: #C62828;
}

.product-details-shipping {
  font-size: 14px;
  color: #666666;
  padding: 8px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-details-tabs {
  margin-top: 32px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.product-details-tab {
  padding: 16px 0;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  position: relative;
}

.product-details-tab.active {
  color: #BC002D;
}

.product-details-tab.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #BC002D;
}

.product-details-tab-content {
  font-size: 16px;
  padding: 32px 0;
  display: none;
}

.product-details-tab-content.active {
  display: block;
}

.product-details-start-shopping-button-div {
  display:flex;flex-direction:row;gap:16px;justify-content:flex-end;width:100%;margin-top:16px;
}

.product-details-start-shopping-button-div a {
  text-decoration:none;
  color:#FFFFFF;
}

.product-details-start-shopping-button {
  height:40px;background-color:#BC002D;border-radius:200px;color:#FFFFFF;text-decoration:none;display:inline-block;padding-right:8px;width:100%;
}

.product-details-start-shopping-button-div-img-div {
  display:flex;align-items:center;justify-content:center;background-color:white;border-radius:100px;width:40px;height:40px;
}

.product-details-start-shopping-button-div img {
  border-radius:100px;width:36px;
}

.product-details-category {
  font-size: 12px;
  color: #666666;
  padding: 4px 8px;
  border-radius: 16px;
  background-color: #F5F5F5;
}

.product-details-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1000px) {
  .product-details-main {
    flex-direction: column;
  }

  .product-details-images {
    width: 100%;
  }

  .product-details-main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .product-details-thumbnails {
    justify-content: center;
  }

  .product-details-thumbnail {
    width: 100px;
    height: 100px;
  }

  .product-details-tabs {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.product-filters-container {
  background-color: #FFFFFF;
  border-radius: 16px;
  width: calc(100% - 48px);
  border: 1px solid #CCCCCC;
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.product-filters-container.no-transition {
  transition: none;
}

.product-filters-container.show {
  max-height: 1000px;
  opacity: 1;
  margin-bottom: 32px;
  padding: 24px;
  margin-bottom: 32px;
}

.product-filter-section {
  margin-bottom: 24px;
}

.product-filter-section h3 {
  margin-bottom: 16px;
  color: #333;
  font-size: 18px;
}

.product-filter-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.product-filter-toggle-container {
  margin-bottom: 16px;
  text-align: center;
}

.product-filter-row {
  display: flex;
  gap: 32px;
}

.product-filter-row .product-filter-section {
  flex: 1;
}

@media (max-width: 768px) {  
  .product-filter-actions {
    flex-direction: column;
  }
  
  .product-filter-actions .button,
  .product-filter-actions .button-inverse {
    width: 100%;
  }

  .product-filter-row {
    flex-direction: column;
    gap:0;
  }
}

.product-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.product-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-pagination a, .product-pagination span {
  text-decoration: none;
}

.product-listing-details-category {
  background-color: #F5F5F5;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #E1D5D8;
  user-select: none;
  font-size: 14px;
  color: #666666;
}

.product-listing-details-category:hover {
  background-color: #F0F0F0;
}

.product-listing-details-category.selected {
  background-color: #BC002D;
  color: white;
  border-color: #BC002D;
}

.no-results-message {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  text-align: center;
}

.no-results-icon {
  width: 200px;
  margin-bottom: 24px;
}

.no-results-message p {
  font-size: 18px;
  color: #666666;
  max-width: 500px;
  margin: 0;
  line-height: 1.5;
}

.store-details-board {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
}

.store-details-board-logo-description {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 16px 32px 24px 32px;
  align-items: center;
}

.store-details-board-logo-description-top-separator {
  width: 90%;
  border-bottom: 1px solid #CCCCCC;
  display: none;
}

.store-details-board-row {
  display:flex;flex-direction:row;
}

.store-details-board-row button {
  width: fit-content;
}

.store-details-board-row-item {
  display:flex;flex-direction:row;gap:16px;align-items:center;
}

.store-details-board-row-item-types {
  display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center;
}

.store-details-board-store-type {
  padding-top:0;
  padding-bottom:0;
}

.store-details-board-item-type {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
  font-size:16px;
  font-weight: 600;
  width:150px;
}

.store-details-board-item-type-green {
  background-color: #E8F5E9;
  color: #2E7D32;
}

.store-details-board-item-type-yellow {
  background-color:rgb(253, 241, 204);
  color: rgb(172, 140, 15);
}

.store-details-board-item-type-red {
  background-color: #FFEBEE;
  color: #C62828;
}

.tag-shape-circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 3px solid #2E7D32;
  border-radius: 50%;
}

.tag-shape-triangle {
  width: 16px;
  height: 16px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid rgb(172, 140, 15);
}

.tag-shape-cross {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}

.tag-shape-cross::before,
.tag-shape-cross::after {
  content: '';
  position: absolute;
  background-color: #C62828;
  width: 3px;
  height: 16px;
  top: 0;
  left: 6.5px;
}

.tag-shape-cross::before {
  transform: rotate(45deg);
}

.tag-shape-cross::after {
  transform: rotate(-45deg);
}

.store-details-categories-list {
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  justify-content: center;
}

.store-details-item-category-list {
  width:244px;
}

.store-details-item-category {
  border: 1px solid #DDDDDD;
  padding: 4px 8px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #555555;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.store-details-logo-image {
  border: 2px solid #DDDDDD;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-details-logo-image-div {
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
  padding: 0 32px;
}

.store-details-store-type {
  background-color: #F5F5F5;
  padding: 4px 16px;
  border-radius: 16px;
  font-size:16px;
  color:#555555;
}

.store-details-start-shopping-button-div {
  display:flex;flex-direction:row;gap:16px;justify-content:flex-end;width:100%;margin-top:16px;
}

.store-details-start-shopping-button-div a {
  text-decoration:none;
  color:#FFFFFF;
}

.store-details-start-shopping-button {
  height:40px;background-color:#BC002D;border-radius:200px;color:#FFFFFF;text-decoration:none;display:inline-block;padding-right:8px;
}

.store-details-start-shopping-button-div-img-div {
  display:flex;align-items:center;justify-content:center;background-color:white;border-radius:100px;width:40px;height:40px;
}

.store-details-start-shopping-button-div img {
  border-radius:100px;width:36px;
}

.store-details-category-card {
  background-color: #FAF9F9;border-radius: 100px;padding: 8px 8px;margin-top:16px;border: 1px solid #DDDDDD;width:70px;height:70px; display:flex;align-items:center;justify-content:center;
}

.store-details-shopping-guide-div {
  display:flex;flex-direction:row;gap:32px;align-items:center;background-color: #FFFFFF;padding: 32px 48px;margin-top:32px;border-radius: 16px;border: 1px solid #DDDDDD;justify-content:space-between;
}

.store-details-shopping-guide-div-container {
  width:1000px;
}

@media (max-width: 1000px) {
  .store-details-board-logo-description {
    flex-direction: column;
  }
  .store-details-board-logo-description-top-separator { display: block; }
  .store-details-board-row { flex-direction:column; align-items: center; }
  .store-details-board-store-type { padding-top:16px; padding-bottom:16px; width:100%; align-items:center; }
  .store-details-board-item-type { width:40%; min-width:120px; }
  .store-details-board-row-item { flex-direction:column;justify-content: center; }
  .store-details-item-category-list { width:calc(50% - 4px); }
  .store-details-shopping-guide-div { flex-direction:column; }
  .store-details-shopping-guide-div-container { width:100%; }
}

/* CTA Box Styles */
.cta-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    max-width: 76px;
}

.cta-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
}

.cta-description {
    font-size: 1rem;
    margin-bottom: 20px;
    opacity: 0.95;
    position: relative;
    line-height: 1.5;
}

.cta-button {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.cta-box a:not(.cta-button):not(.cta-button-social-media) {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.7);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    transition: all 0.3s ease;
}

.cta-box a:not(.cta-button):not(.cta-button-social-media):hover {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.cta-button-container-social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.cta-button-social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    border-radius: 25px;
    padding: 10px 22px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    border: none;
    max-width: 200px;
}

.cta-button-social-media:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px) scale(1.04);
}

.cta-button-social-media img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 600px) {
    .cta-button-container-social-media {
        flex-direction: column;
        gap: 16px;
    }
    .cta-button-social-media {
        width: 100%;
        justify-content: center;
    }
}

.shipping-estimate-grandparent {
  background-color:#FFFFFF;
  padding:8px;
  margin-top:32px;
  max-width: max-content;
}
.shipping-estimate-parent {
  display:flex;
  flex-direction:row;
  gap:16px;flex-wrap:wrap;
  margin-top:8px;
}

.shipping-estimate-medium {
  display:flex;
  flex-direction:column;
  gap:8px;
}

.shipping-estimate-child {
  padding:16px;
  border:2px #F0F0F0 solid;
  border-radius:10px;
  width:300px;
  transition: all 0.2s ease;
}

.shipping-estimate-child:hover {
  border-color: #1a73e8;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.15);
  transform: translateY(-2px);
  cursor: pointer;
}

.shipping-estimate-child-unavailable {
  padding:16px;
  border:2px #F0F0F0 solid;
  border-radius:10px;
  width:300px;
  color: #BC002D;
  background-color: #F0F0F0;
}

@media (max-width: 600px) {
    .shipping-estimate-child {
        width:auto;
    }
    .shipping-estimate-child-unavailable {
        width:auto;
    }
}

.cost-estimate-section {
  background: #f8f9ff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  border-left: 4px solid #667eea;
}

.cost-estimate-section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cost-estimate-country-select {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.cost-estimate-estimate-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.cost-estimate-estimate-card {
  background: white;
  border: 3px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cost-estimate-estimate-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.cost-estimate-estimate-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.cost-estimate-estimate-card:hover::before {
  transform: scaleX(1);
}

.cost-estimate-estimate-card.selected {
  border-color: #667eea;
  background: #f8f9ff;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
}

.cost-estimate-estimate-card.selected::before {
  transform: scaleX(1);
}

.cost-estimate-card-icon {
  font-size: 2.5rem;
  display: block;
}

.cost-estimate-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
}

.cost-estimate-card-description {
  color: #718096;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cost-estimate-card-best-for {
  background: #e6fffa;
  color: #234e52;
  padding: 8px 12px;
  border-radius: 20px;
  line-height: 40px;
  font-size:16px;
}

/* Error styling for form validation */
.cost-estimate-form-input-small.error {
  border: 2px solid #e53e3e !important;
  box-shadow: 0 0 0 1px #e53e3e !important;
  background-color: #fef2f2;
}

.cost-estimate-form-input-small.error:focus {
  border-color: #e53e3e !important;
  box-shadow: 0 0 0 1px #e53e3e !important;
  outline: none;
}

/* Smooth transition for error borders */
.cost-estimate-form-input-small {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cost-estimate-card-title-div {
  display:flex;flex-direction:row;gap:16px;align-items:center;
}

.cost-estimate-progress-bar {
  background: #e2e8f0;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 40px;
  overflow: hidden;
}

.cost-estimate-progress-fill {
  background: linear-gradient(90deg, #667eea, #764ba2);
  height: 100%;
  width: 30%;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.valueCell {
  text-align: right;
  font-weight: bold;
  background-color: #FAFAFA;
}

.cost-estimate-estimate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
}

.cost-estimate-estimate-title {
    font-weight: 600;
    color: #2d3748;
}

.cost-estimate-total-badge {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 12px 36px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.cost-estimate-total-badge-container {
  display: flex;
  align-items: center;
  flex-direction:column;
}

.cost-estimate-total-badge-top {
  display: flex;
  align-items: flex-end;
}
.cost-estimate-total-badge-brl {
  font-size:12px;
  color: #FAFAFA;
}

.cost-estimate-info-box {
    background: #ebf8ff;
    border: 1px solid #bee3f8;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.cost-estimate-info-box h3 {
    color: #2b6cb0;
    margin-bottom: 10px;
    font-size: 1.1rem;
    margin:0;
}

.cost-estimate-info-box p, .cost-estimate-info-box li {
    color: #2c5282;
    line-height: 1.6;
    margin-bottom:0;
    font-size:16px;
}

.cost-estimate-info-box ul {
    margin-left: 20px;
    margin-top: 10px;
}

.cost-estimate-breakdown {
    display: grid;
    gap: 20px;
}

.cost-estimate-phase-section {
    background: white;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.cost-estimate-phase-header {
    background: #667eea;
    color: white;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 1.1rem;
}

.cost-estimate-cost-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.cost-estimate-cost-item:last-child {
    border-bottom: none;
}

.cost-estimate-cost-label {
    font-weight: 500;
    color: #4a5568;
}

.cost-estimate-cost-sublabel {
    font-size: 0.9rem;
    color: #718096;
    margin-top: 2px;
}

.cost-estimate-cost-value {
    font-weight: 600;
    color: #2d3748;
    font-size: 1.1rem;
    text-align:right;
}

.cost-estimate-cost-range {
    color: #e53e3e;
}

.cost-estimate-highlight {
    background: #fff5f5;
    border-left: 3px solid #e53e3e;
    padding: 10px 15px;
    margin: 10px 0;
    margin-top:24px;
    border-radius: 0 4px 4px 0;
    line-height: 1.6;
}

.cost-estimate-highlight li {
  font-size:14px;
}

.cost-estimate-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cost-estimate-btn {
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.cost-estimate-btn-primary {
    background: #bc002d;
    color: white;
}

.cost-estimate-btn-primary:hover {
    background: #bc002d;
    transform: translateY(-2px);
}

.cost-estimate-btn-secondary {
    background: white;
    color: #bc002d;
    border: 2px solid #bc002d;
}

.cost-estimate-btn-secondary:hover {
    background: #bc002d;
    color: white;
}

.cost-estimate-subtitle {
  margin:auto;margin-bottom:48px;max-width:800px;width:100%;
  display:flex;flex-direction:column;align-items:center;gap:16px;
  text-align:center;
}
.cost-estimate-parent-div {
  margin-bottom:16px;max-width:800px;width:100%;padding: 64px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background-color: #FFFFFF;
}
.cost-estimate-form-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
}
.cost-estimate-form-section.active {
    opacity: 1;
}
.cost-estimate-form-group {
      display: flex;
      flex-direction: column;
  }
  .cost-estimate-form-label {
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
  }
  .cost-estimate-unit-label {
      font-size: 0.9rem;
      color: #718096;
      margin-left: 5px;
  }
  .cost-estimate-form-input {
      padding: 12px 15px;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      font-size: 1rem;
      transition: border-color 0.3s ease;
  }

  .cost-estimate-form-input:focus {
      outline: none;
      border-color: #667eea;
      box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  }
  .cost-estimate-form-input-small {
      padding: 10px 12px;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      font-size: 0.8rem;
      transition: border-color 0.3s ease;
      width: 50px;
  }

  .cost-estimate-form-input-small:focus {
      outline: none;
      border-color: #667eea;
      box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  }
  .cost-estimate-form-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-bottom: 20px;
  }
  .cost-estimate-tip-box {
      background: #fffbeb;
      border: 1px solid #f6e05e;
      border-radius: 8px;
      padding: 15px;
      margin: 20px 0;
  }

  .cost-estimate-tip-box h4 {
      color: #744210;
      margin-bottom: 8px;
      font-size: 1rem;
      margin-top:0;
  }

  .cost-estimate-tip-box p {
      color: #975a16;
      font-size: 0.9rem;
      line-height: 1.5;
      margin:0;
  }
  .cost-estimate-detailed-form {
      background: #f8f9ff;
      border-radius: 12px;
      padding: 25px;
      margin-bottom: 20px;
  }
  
  .cost-estimate-box-extra-services {
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
  }
  
  .cost-estimate-box-extra-services h4 {
      margin-bottom: 15px;
      font-size: 1.1rem;
      margin-top: 0;
  }
  
  .cost-estimate-box-extra-services .cost-estimate-form-group {
      border: 1px solid #e2e8f0;
      border-radius: 6px;
      padding: 8px;
      background: white;
      transition: all 0.3s ease;
      cursor: pointer;
      font-size: 14px;
  }
  
  /* Box extra services form grid */
  .cost-estimate-box-extra-services .cost-estimate-form-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
  }
  
  .cost-estimate-item-row {
      display: flex;
      gap: 15px;
      padding: 0;
      border-bottom: 1px solid #e2e8f0;
      flex-direction: column;
  }

  .cost-estimate-item-row-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
    padding: 0;
  }

  .cost-estimate-item-row:not(:last-child) {
      padding-bottom: 32px;
  }
  .cost-estimate-item-row:last-child {
      border-bottom: none;
  }

  .cost-estimate-item-header {
      flex: 0 0 auto;
      min-width: 80px;
      font-size: 14px;
      display: flex;
      flex-direction: column;
      gap: 4px;
  }
  
  /* Extra services specific styling for horizontal layout */
  .extra-services-header {
      flex-direction: row !important;
      flex-wrap: wrap !important;
      align-items: center !important;
      gap: 8px !important;
      width: 100% !important;
      min-width: 0 !important;
  }
  
  .cost-estimate-item-header strong {
      color: #2d3748;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
  }
  .cost-estimate-select {
      position: relative;
      width: 100%;
      max-width: 400px;
  }

  .cost-estimate-select select {
      width: 100%;
      padding: 15px 20px;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      font-size: 1rem;
      background: white;
      appearance: none;
      cursor: pointer;
      transition: border-color 0.3s ease;
  }

  .cost-estimate-select select:focus {
      outline: none;
      border-color: #667eea;
      box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  }

  .cost-estimate-select::after {
      content: '▼';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #718096;
  }

  .cost-estimate-item-type-select {
      padding: 8px 12px;
      border: 2px solid #e2e8f0;
      border-radius: 6px;
      font-size: 0.9rem;
  }

  .cost-estimate-add-item-btn {
      background: #e6fffa;
      color: #234e52;
      border: 2px dashed #4fd1c7;
      border-radius: 8px;
      padding: 12px 20px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
      margin: 0;
      font-size: 14px;
  }

  .cost-estimate-add-item-btn:hover {
      background: #b2f5ea;
      border-color: #38b2ac;
      transform: translateY(-1px);
  }

  .cost-estimate-remove-btn {
      background: #fed7d7;
      color: #c53030;
      border: none;
      border-radius: 6px;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 0.9rem;
      font-weight: 600;
      transition: all 0.3s ease;
      min-width: 80px;
  }

  .cost-estimate-remove-btn:hover {
      background: #feb2b2;
      transform: translateY(-1px);
  }

  /* Items Summary Styles */
  .cost-estimate-items-summary {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 30px;
  }

  .cost-estimate-item-summary-row {
      background: white;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }

  .cost-estimate-item-summary-header {
      border-bottom: 2px solid #667eea;
      padding-bottom: 10px;
      margin-bottom: 15px;
  }

  .cost-estimate-item-summary-header strong {
      color: #2d3748;
      font-size: 1.1rem;
  }

  .cost-estimate-item-summary-details {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
  }

  .cost-estimate-item-summary-field {
      display: flex;
      flex-direction: column;
      gap: 4px;
  }

  .cost-estimate-item-summary-label {
      font-size: 0.85rem;
      color: #718096;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  .cost-estimate-item-summary-value {
      font-size: 1rem;
      color: #2d3748;
      font-weight: 500;
  }

  .cost-estimate-extra-service-tag {
      display: inline-block;
      background: #e6fffa;
      color: #234e52;
      padding: 4px 8px;
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 600;
      margin-right: 8px;
      margin-bottom: 4px;
  }

  .cost-estimate-items-total {
      background: #f8f9ff;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      padding: 20px;
  }

  .cost-estimate-items-total-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid #e2e8f0;
  }

  .cost-estimate-items-total-row:last-child {
      border-bottom: none;
  }

  .cost-estimate-items-total-label {
      font-weight: 600;
      color: #4a5568;
      font-size: 16px;
  }

  .cost-estimate-items-total-value {
      font-weight: 700;
      color: #2d3748;
      font-size: 16px;
      text-align: right;
  }

@media (max-width: 768px) {
  .cost-estimate-estimate-types {
    grid-template-columns: 1fr;
  }
  .cost-estimate-parent-div {
    padding: 24px !important;
  }
  .cost-estimate-subtitle {
    margin-bottom:24px !important;
  }
  .cost-estimate-form-grid {
    grid-template-columns: 1fr;
  }
  .cost-estimate-item-summary-details {
      grid-template-columns: 1fr;
  }
  .cost-estimate-estimate-header {
    flex-direction: column;
    text-align: center;
  }
  .cost-estimate-total-badge-container {
    align-items: center;
  }
  .cost-estimate-cost-item {
    flex-direction: column;
  }
  .cost-estimate-cost-item-header {
    width: 100%;
  }
  .cost-estimate-cost-value {
    width: 100%;
    padding-top:8px;
  }
  .cost-estimate-items-total-row {
    flex-direction: column;
  }
  .cost-estimate-items-total-value {
    width: 100%;
    padding-top:8px;
  }
  .cost-estimate-items-total-label {
    width:100%;
  }
  .cost-estimate-actions {
    flex-direction: column;
  }
}
  
  .cost-estimate-extra-services-explanation {
      background: white;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  
  .cost-estimate-explanation-header {
      border-bottom: 2px solid #667eea;
      padding-bottom: 15px;
      margin-bottom: 0;
  }
  
  .cost-estimate-explanation-header h4 {
      color: #2d3748;
      font-size: 1.1rem;
      transition: color 0.3s ease;
  }
  
  .cost-estimate-explanation-header:hover h4 {
      color: #667eea;
  }
  
  .cost-estimate-extra-services-explanation h5 {
      font-size: 1rem;
      margin-bottom: 12px;
  }
  
  .cost-estimate-extra-services-explanation h6 {
      font-size: 0.9rem;
      margin-bottom: 8px;
  }
  
  /* Mobile responsiveness for box extra services */
  @media (max-width: 768px) {
    .cost-estimate-box-extra-services .cost-estimate-form-grid {
      grid-template-columns: 1fr !important;
      gap: 15px;
    }
    
    .cost-estimate-box-extra-services .cost-estimate-form-group {
      padding: 12px;
      margin-bottom: 10px;
    }
    
    .cost-estimate-box-extra-services .cost-estimate-form-group label {
      font-size: 14px;
    }
  }
  
  /* Item extra service divs styling */
  .extra-service-item {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 0;
  }
  
  .extra-service-item:hover {
    background-color: #f7fafc;
  }
  
  /* Make labels clickable with pointer cursor */
  .extra-service-item label {
    cursor: pointer;
    user-select: none;
  }
  
  /* Disabled button styling */
  .cost-estimate-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .cost-estimate-btn:disabled:hover {
    transform: none;
    box-shadow: none;
  }
  
  /* Loading button state */
  .cost-estimate-btn.loading {
    position: relative;
    color: transparent;
  }
  
  .cost-estimate-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }
  
  /* Mobile responsive styling for extra services */
  @media (max-width: 768px) {
    .extra-services-header {
      gap: 6px !important;
      justify-content: flex-start !important;
    }
    
    .extra-service-item {
      padding: 6px 8px;
      font-size: 13px;
      flex: 0 1 auto !important;
      max-width: calc(50% - 3px) !important;
    }
  }
  
  /* Extra small mobile devices */
  @media (max-width: 480px) {
    .extra-service-item {
      max-width: 100% !important;
      flex: 1 1 100% !important;
    }
  }
  
  /* Country select error styling */
  .cost-estimate-select select.error {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 1px #e53e3e !important;
    background-color: #fef2f2;
  }
  
  .cost-estimate-select select.error:focus {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 1px #e53e3e !important;
    outline: none;
  }

  .cost-estimate-child-shipping-method {
    text-align: center;
  }

  .shipping-method-tag {
    background-color: #28a745;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    white-space: nowrap;
  }

  .shipping-method-tag.cheapest {
    background-color: #28a745;
  }

  .shipping-method-tag.fastest {
    background-color: #007bff;
  }

  .shipping-method-tag.both {
    background: linear-gradient(45deg, #28a745 50%, #007bff 50%);
  }

  .cost-estimate-alert-title {
    font-weight: 700;
    color: #2c2c54;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cost-estimate-warning-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.cost-estimate-warning-item {
    background: rgba(255,255,255,0.8);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(10px);
    max-width:370px;
}

.cost-estimate-warning-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.cost-estimate-warning-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #2c2c54;
}
.cost-estimate-expandable {
    margin-top: 20px;
    margin-bottom: 8px;
}

.cost-estimate-expand-toggle {
    background: none;
    border: none;
    color: #4facfe;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cost-estimate-expand-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.cost-estimate-expand-content.open {
    max-height: 500px;
}

.cost-estimate-detailed-warnings {
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 15px;
}

.info-tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
    margin-left: 5px;
}

.info-tooltip::after {
    content: 'ℹ️';
    font-size: 0.8rem;
}

.tooltip-content {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c2c54;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.8rem;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    max-width: 300px;
    width: max-content;
    text-align: center;
}

/* Mobile-specific tooltip positioning */
@media only screen and (max-width: 768px) {
    .tooltip-content {
        left: 50%;
        transform: translateX(-50%);
        max-width: 200px;
        white-space: normal;
        word-wrap: break-word;
        z-index: 9999 !important;
    }
}

.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #2c2c54;
}

.info-tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}