
.footer {
  background-color: #FFFFFF;
  bottom: 0;
  width: 100%;
  flex: 0 1 40px;
  text-transform: uppercase;
}

.footer-link {
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-piva {
  font-weight: bold;
}

.footer-lower {
  padding: 15px 45px;
  width: 100%;
}

.footer-info{
    width: 100%;
    display:flex;
    gap: 10px;
}

html,
body {
  height: 100%;
  margin: 0;
  color: #000000;
}

body {
  background-color: #F2F2F2;
  font-family: 'Hanken Grotesk', sans-serif;
}

.header {
  background-color: #FFFFFF;
  margin: 0;
  width: 100%;
  flex: 0 1 auto;
}


.header-logo a img {
  max-height: 70px;
}

.header-lower {
  padding: 15px 45px;
}

.header-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 45px;
  gap: 21px;
}

.header-left, .header-center, .header-right {
  flex: 1;
}

.header-left {
  text-align: left;
}

.header-center {
  display: flex;
  justify-content: center;
}

.header-logo {
  margin: 0;
}

  .header-logo a img {
    max-height: 70px;
  }

.header-button {
  color: #FFFFFF;
  border-radius: 6px !important;
  padding: 12px 21px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 17px;
  row-gap: 6px;
  width: max-content;
}

.header-button:hover {
  background-color: #1A3A4D;
}

.tmb-popup {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.tmb-popup-content {
  background-color: #fefefe;
  padding: 21px;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  max-width:50%;
  position: relative;
  text-align: center;
}

.tmb-popup-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #aaa;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
}

.tmb-popup-close-button:hover,
.tmb-popup-close-button:focus {
  color: black;
}

select.custom-language-selector {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='13px' viewBox='0 -960 960 960' width='13px' fill='%235f636'> <path d='M480-432 296-248l-56-56 240-240 240 240-56 56-184-184Z' transform='rotate(180 480 -480)'/> </svg>") no-repeat; background-position: calc(100%) center !important;
  padding-right: 6px !important;
  float: right;
}

.master-wrapper-page {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.master-wrapper-content {
  flex: 1 1 auto;
  margin-top: 151px;
  width: 75%;
}

.topic-block-title {
  text-transform: uppercase;
}

.topic-block-title h2 {
  font-weight: 700;
}

.page-title h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.tmb-grey-bg {
  background-color: #EDEDED;
}

.tmb-light-grey-bg {
  background-color: #F5F5F5;
}

.tmb-blue-bg {
  background-color: #265874;
}

.tmb-green-bg {
  background-color: #90AD83;
}

.tmb-green-fg {
  color: #90AD83;
}

.tmb-white-fg {
  color: #FFFFFF;
}

.tmb-black-fg {
  color: #000000;
}

.tmb-grey-fg {
  color: #9A9A9A !important;
}

.tmb-dark-grey-fg {
  color: #3B3B3B;
}

.tmb-light-grey-fg {
  color: #BBBBBB;
}

.tmb-text {
  font-size: 16px;
  line-height: 20.85px;
  color: #000000;
}

.tmb-small-text {
  font-size: 14px;
  line-height: 18.24px;
  color: #000000;
}

.tmb-small-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 23.45px;
}

.tmb-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 23.45px;
}

.tmb-title-noupper {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.45px;
}

.tmb-title-number {
  font-size: 12px;
  line-height: 23.45px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mr-8{
  margin-right: 8px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-8 {
  margin-left: 8px;
}

.tmb-checkout-logo {
  max-width: 70px;
  max-height: 88px;
}


.tmb-social-icon {
  max-height: 15px;
  max-width: 15px;
  vertical-align: middle;
  display: inline-block;
}
.tmb-social-span {
  vertical-align: middle;
}

.tmb-social-button {
  width: 100%;
}

.tmb-social-buttons-container {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto;
}

.tmb-social-buttons-outer-container {
  justify-self: center;
}

.tmb-big-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35.2px;
  word-break: break-word;
}

.tmb-accordion-header {
  padding: 20px 0;
}

.tmb-accordion-section {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.tmb-accordion-section-open {
  background-color: #FFFFFF !important;
}

.tmb-accordion-content {
  padding: 4% 15% 2% 15%;
}

.tmb-accordion-table-content {
  padding: 3% 8% 2% 8%;
}

.tmb-accordion-content-col {
  flex: 1;
  flex-grow: inherit;
  flex-basis: max-content;
}

.tmb-login-info-block {
  padding: 8% 4%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tmb-login-block {
  padding: 3% 4%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tmb-login-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.tmb-generic-block {
  padding: 4% 5%;
}

.tmb-register-block {
  padding: 4% 5%;
}

.tmb-checkout-completed-block {
  padding: 3% 23% 6% 23%;
}

.tmb-block {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid transparent;
  overflow: auto;
}

.tmb-small-block {
  background-color: #D9D9D940;
  border-radius: 8px;
  border: 1px solid transparent;
  height: 100%;
  padding: 3%;
  text-align: left;
  display: flex;
}

.tmb-small-block:hover {
  cursor: pointer;
}

.tmb-select {
  padding: 0 25px !important;
  width: 100% !important;
  display: block;
  color: #000000;
  border: none;
  min-height: 50px;
}

select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 25px) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 25px !important;
}

.tmb-input {
  width: 100% !important;
  padding: 15px 21px !important;
  display: block;
  min-height: 50px;
}

.tmb-label {
  display: block;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  border: none !important;
  color: #000000;
  background-color: #EDEDED !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  border: none !important;
  color: #000000;
  background-color: #EDEDED !important;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover {
  border: none !important;
  color: #000000;
  background-color: #EDEDED !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #EDEDED !important;
}

.tmb-green-link {
  color: #90AD83 !important;
}

.tmb-green-link:hover {
  color: #90AD83 !important;
  text-decoration: underline !important;
}

.tmb-link {
  color: #245673 !important;
}

.tmb-link:hover {
  color: #245673 !important;
  text-decoration: underline !important;
}

.tmb-link-nohover {
  color: #245673 !important;
  text-decoration: none;
}

.tmb-underline {
  text-decoration: underline !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

hr {
  border: 0;
  height: 1px;
  background-color: #EDEDED;
}

.tmb-button {
  border-radius: 10px;
  border: 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 14.33px;
}

.tmb-button:disabled {
  opacity: 0.5;
}

.tmb-login-button {
  padding: 21px 75px;
}

.tmb-popup-button {
  padding: 12px 36px;
}

.tmb-login-social-button {
  padding: 12px 39px;
}

.tmb-pdp-forward-button {
  padding: 21px 72px;
  margin-left: clamp(1px, 1vw ,10px);
}

.tmb-pdp-pay-button {
  padding: 21px 33px;
}

.tmb-pdp-edit-button {
  padding: 21px 40px;
}

.tmb-pdp-back-button {
  padding: 21px 52px;
  margin-right: clamp(1px, 1vw ,10px);
}

.tmb-register-button {
  padding: 21px 75px;
}

.tmb-register-social-button {
  padding: 12px 39px;
}

.tmb-pdp-forward-button:hover {
  background-color: #6B8D6A;
}


.tmb-login-button:hover {
  background-color: #6B8D6A;
}

.tmb-popup-button:hover {
  background-color: #6B8D6A;
}

.tmb-register-button:hover {
  background-color: #6B8D6A;
}

.tmb-pdp-pay-button:hover {
  background-color: #6B8D6A;
}

.tmb-pdp-back-button:hover {
  background-color: #B3B3B3;
}

.tmb-register-social-button:hover {
  background-color: #DBDBDB;
}

.tmb-login-social-button:hover {
  background-color: #DBDBDB;
}

input[type="radio"] {
  height: 22px;
  width: 22px;
  margin-right: 16px;
}

input[type="radio"]:hover {
  cursor: pointer;
}

.tmb-radio {
  /* hiding browser el */
  appearance: none;
  /* Safari support */
  -webkit-appearance: none;
  border: 4px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bbbbbb;
}
.tmb-radio:hover {
  cursor: pointer;
}
/* keyboard navigation focus appearance */
.tmb-radio:focus-visible {
  outline-offset: 0;
}


.tmb-radio:checked {
  background-color: #90AD83;
  border-color: #f4f4f4;
}

.tmb-accordion-content-img {
  margin-right: 30px;
  max-width: 80px;
}

.tmb-table {
  border: 1px solid #EDEDED;
  border-radius: 8px 8px 0px 0px;
  border-spacing: 0;
  border-collapse: separate;
}

.tmb-table-header {
  background-color: #D9D9D940;
}

.tmb-table-header-th {
  padding: 19px 54px;
}

.tmb-table-body-td {
  padding: 38px 0px 33px 54px;
  vertical-align: baseline;
}

.opc .step {
  margin: 0px;
  padding: 0px;
}

.tmb-summary-title{
  padding-right: 33%;
  padding-left: 33%;
}

.tmb-login-info-title{
  padding-right: 57%;
}

.payment-info .info {
      padding: 0 !important;
}

.tmb-table-simple {
  display: block;
}


.tmb-table-exploded {
  display: none;
}


@media only screen and (max-width: 600px) {
  .tmb-table-simple {
    display:none;
  }


  .tmb-table-exploded {
    display: block;
  }

  .header-left-button-text{
    display: none;
  }
  
  .tmb-login-blocks {
    display: block;
  }

  .tmb-login-info-block {
    padding: 15% 12%;
  }

  .tmb-login-block {
    padding: 10% 12%;
  }

  .tmb-generic-block {
    padding: 15% 12%;
  }

  .tmb-register-block {
    padding: 15% 10%;
  }

  .tmb-checkout-completed-block {
    padding: 15% 8% 20% 8%;
  }

  .tmb-small-block {
    padding: 9%;
    flex-wrap: wrap;
  }

  .tmb-accordion-content {
    padding: 8% 8% 5% 8%;
  }
  
  .tmb-accordion-table-content {
    padding: 8% 8% 6% 8%;
  }

  .tmb-pdp-forward-button {
    padding: 18px 39px;
    margin-left: 0;
  }

  .tmb-pdp-back-button {
    padding: 18px 30px;
    margin-right: 0;
  }

  .tmb-pdp-edit-button {
    padding: 18px 27px;
  }

  .tmb-login-button {
    padding: 18px 54px;
  }

  .tmb-popup-button {
    padding: 12px 36px;
  }

  .tmb-login-social-button {
    padding: 9px 27px;
  }

  .tmb-pdp-pay-button {
    padding: 18px 33px;
  }

  .tmb-register-button {
    padding: 18px 54px;
  }

  .tmb-register-social-button {
    padding: 9px 27px;
  }

  .tmb-table-header-th {
    padding: 12px 30px;
  }

  .tmb-table-body-td {
    padding: 24px 30px 20px 30px;
  }

  .tmb-summary-title{
    padding-right: 15%;
    padding-left: 15%;
  }

  .tmb-login-info-title{
    padding-right: 0%;
  }

  .tmb-vehicletype-radio {
    order: 1;
  }

  .tmb-vehicletype-image {
    order: 2;
    margin-bottom: 16px;
  }

  .tmb-vehicletype-text {
    order: 3;
  }

  .tmb-payment-radio {
    order: 1;
  }

  .tmb-payment-image {
    order: 2;
    margin-bottom: 16px;
  }

  .tmb-payment-text {
    order: 3;
  }



  .tmb-type-block {
    flex-wrap: nowrap;
  }

}


@media only screen and (min-width: 600px) and (max-width: 992px) {
  .tmb-small-block {
    padding: 6%;
  }

  .tmb-summary-title{
    padding-right: 10%;
    padding-left: 10%;
  }

  .tmb-login-info-title{
    padding-right: 0%;
  }

  .tmb-table-simple {
    display: none;
  }


  .tmb-table-exploded {
    display: block;
  }

  .tmb-table-body-td {
    padding: 24px 30px 20px 30px;
  }



  
  
}

@media only screen and (min-width: 992px) and (max-width: 1165px) {
  .tmb-login-info-title{
    padding-right: 7%;
  }
}



@media only screen and (min-width: 1165px) and (max-width: 2145px) {
  .tmb-login-info-title{
    padding-right: 46%;
  }
}

