/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
  font-family: "Gotham Rounded";
  src: url("assets/fonts/GothamRounded-Light.eot");
  src: url("assets/fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GothamRounded-Light.woff2") format("woff2"), url("assets/fonts/GothamRounded-Light.woff") format("woff"), url("assets/fonts/GothamRounded-Light.ttf") format("truetype"), url("assets/fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded Book";
  src: url("assets/fonts/GothamRounded-Book.eot");
  src: url("assets/fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GothamRounded-Book.woff2") format("woff2"), url("assets/fonts/GothamRounded-Book.woff") format("woff"), url("assets/fonts/GothamRounded-Book.ttf") format("truetype"), url("assets/fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("assets/fonts/GothamRounded-Medium.eot");
  src: url("assets/fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GothamRounded-Medium.woff2") format("woff2"), url("assets/fonts/GothamRounded-Medium.woff") format("woff"), url("assets/fonts/GothamRounded-Medium.ttf") format("truetype"), url("assets/fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("assets/fonts/GothamRounded-Bold.eot");
  src: url("assets/fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GothamRounded-Bold.woff2") format("woff2"), url("assets/fonts/GothamRounded-Bold.woff") format("woff"), url("assets/fonts/GothamRounded-Bold.ttf") format("truetype"), url("assets/fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham Rounded Book";
}

* {
  font-family: "Gotham Rounded Book";
}

body > header section:first-child .elementor-shape-bottom svg path:first-child,
body > header section.elementor-element-b2c0b5b .elementor-shape-bottom svg path:first-child {
  d: path("M0 0L0 0 2600 69.1 0 0z") !important;
}

body > header section:first-child .elementor-shape-bottom svg path:nth-child(2),
body > header section.elementor-element-b2c0b5b .elementor-shape-bottom svg path:nth-child(2) {
  d: path("M0 0L2600 0 0 69.1 0 69.1z") !important;
}

.aerobus-inline-section {
  display: inline-block;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0;
  background-color: white;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #00a7b5;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #00a7b5;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#submit_redsys_payment_form {
  background-color: #00a7b5;
  border: 2px solid #00a7b5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  padding: 15px 30px;
  min-height: 47px;
  font-family: inherit;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#submit_redsys_payment_form:hover {
  border-color: #008f9c;
  color: white;
  background-color: #008f9c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #ef6079;
  border: 2px solid #ef6079;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  border-color: #ed4965;
  background-color: #ed4965;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 11px 6px 11px;
  border-radius: 10px;
  width: auto !important;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
  height: 40px;
}

body.woocommerce-checkout .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 40px;
}

body.woocommerce-page h1.entry-title {
  font-size: 2.2rem;
  color: #00a7b5;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce-page h3 {
  font-size: 1.4rem;
  color: #00a7b5;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce-page h3#order_review_heading {
  margin-top: 2rem;
}

body.woocommerce-cart .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.woocommerce-cart .woocommerce table.shop_table {
  border-radius: 0;
}

body.woocommerce-cart .woocommerce table.shop_table th {
  font-weight: 700;
  font-size: 1rem;
}

body.woocommerce-cart .woocommerce table.shop_table a.remove {
  color: #f01849 !important;
  font-size: 1.2rem;
  border: 1px solid #f01849;
  line-height: 0.8;
  width: 18px;
  height: 18px;
}

body.woocommerce-cart .woocommerce table.shop_table a.remove:hover {
  color: white !important;
  background: #f01849;
}

body.woocommerce-cart .woocommerce table.shop_table .variation {
  font-size: 0.9rem;
}

body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding-right: 20px;
  }
}

body.woocommerce-cart .woocommerce .cart-collaterals {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding-left: 20px;
  }
}

body.woocommerce-cart .woocommerce .cart-collaterals h2 {
  font-size: 1.4rem;
  font-weight: 800;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

table.woocommerce-cart-form__contents {
  border-right: none !important;
}

table.woocommerce-cart-form__contents thead tr th {
  border-bottom: none;
}

table.woocommerce-cart-form__contents thead tr th:not(:last-child) {
  border-right: none;
}

table.woocommerce-cart-form__contents .product-price {
  display: none;
}

table.woocommerce-cart-form__contents tr.cart_item td:not(:last-child) {
  border-right: none;
}

table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail {
  max-width: none;
  width: 25%;
}

table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail a {
  display: block;
}

table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail a img {
  height: auto;
  width: auto;
  max-width: 150px;
}

table.woocommerce-cart-form__contents tr.cart_item td.product-name a {
  color: black;
  font-size: 0.9rem;
}

table.woocommerce-cart-form__contents td.actions {
  border-top: none;
}
/*# sourceMappingURL=style.css.map */