/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
:root {
  --custom-box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1);
}
.main-menu-wrap {
  background-color: var(--color-content-primary);
  padding: 5px 2em;
  border-radius: 4em;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .main-menu-wrap {
    padding: 0 1em;
  }
  #page-header .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: var(--color-content-primary);
    color: #fff;
  }
}

.default-box-shadow {
  box-shadow: var(--custom-box-shadow);
}
.faq-container .w-tabs-section {
  border: none !important;
}
@media screen and (max-width: 600px) {
  .faq-container h3.w-tabs-section-title {
    font-size: 20px !important;
  }
}

#page-header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#page-header.sticky {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.chip-grid .w-grid-list {
  display: flex !important;
  gap: 0.4em !important;
  flex-wrap: wrap;
}
.chip-grid .w-grid-item {
  position: relative;
  width: auto !important;
}
.title-chip,
.breadcrumb-chips .g-breadcrumbs-item {
  background: var(--color-alt-content-bg-alt);
  color: var(--color-content-text);
  border-radius: 0.2em;
  padding: 12px 18px !important;
  font-size: 16px;
  transition: all 0.2s ease-in;
}
.title-chip:hover,
.breadcrumb-chips .g-breadcrumbs-item:hover {
  background: #9da0b2;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 1024px) {
  #hero-image .w-image-h {
    position: absolute;
    top: 50px;
    width: 700px;
    height: auto;
    right: -5%;
  }
}

.wpb_wrapper .grw-content-inner .grw-reviews {
  padding: 0.5em 0 !important;
}
.breadcrumb-chips {
  display: flex;
  align-items: center;
}
.breadcrumb-chips .g-breadcrumbs-item {
  font-weight: normal;
  color: #000;
}

.hero-blue-box {
  border-radius: 1rem;
  box-shadow: var(--custom-box-shadow);
  padding: 2.5em;
  background: var(--color-content-bg-alt);
}
.hero-blue-box .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* .current-menu-item span {
  color: var(--color-content-secondary) !important;
} */
.grey-box .vc_column-inner {
  border-radius: 1rem;
  box-shadow: var(--custom-box-shadow);
  padding: 2.5em !important;
  background: var(--color-content-border);
  margin: 1rem;
}

/**
SHOP STYLES
*/

.woocommerce-price-suffix {
  font-size: 16px;
  opacity: 0.6;
}
.bundle-product-grid .woocommerce-price-suffix,
.layout_1253 .woocommerce-price-suffix {
  display: inline-block;
}

/* Product Page */

.woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 0.2em;
  box-shadow: var(--custom-box-shadow);
}
.woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery
  .woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery__image--placeholder img {
  border-radius: 1em;
}

/* Grid Item Styles */

.product-grid-lg {
  padding: 1em;
}
.product-grid-lg .w-grid-item img,
.vm-product-grid .w-grid-item img {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.vm-product-row .w-grid-item-h {
  background-color: #eaeaea;
}
.vm-product-row .w-vwrapper {
  margin-top: 2em;
}
.product-grid-lg .w-grid-item-h,
.vm-product-grid .w-grid-item-h,
.vm-blog-grid .w-grid-item-h,
.vm-product-row .w-grid-item-h {
  box-shadow: var(--custom-box-shadow);
}
.vm-blog-grid-content {
  padding: 2em;
}

.grid-item-lg-content {
  padding: 2em;
}
.grid-item-lg-content .product_field,
.single-product .hero-blue-box .product_field {
  font-size: 2em;
}

.vm-grid-item-content {
  padding: 1em;
}
.vm-grid-item-content .w-hwrapper {
}
.grid-item-lg-content .w-hwrapper {
  justify-content: space-between;
  align-items: center;
}
.grid-item-lg-content .product_field.price {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  gap: 0.2em;
}

.product_field {
  color: var(--color-content-secondary);
  font-weight: bold;
}
.single-product .breadcrumbs {
  display: flex;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .grid-item-lg-content .action-wrapper {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.5em;
  }
  .product-grid-lg {
    padding: 0em;
  }
  .grid-item-lg-content .product_field,
  .single-product .hero-blue-box .product_field {
    font-size: 1.25em;
  }
  .single-product .breadcrumbs {
    display: none;
  }
}

.layout_shop_modern .w-grid-item-h {
  box-shadow: var(--custom-box-shadow) !important;
  border-radius: 0.25em !important;
}
/**

PAGE ELEMENTS STYLES

*/
.info-chip {
  border-radius: 0.2em;
  background: var(--color-content-border);
  padding: 0.8em 1.5em;
  box-shadow: var(--custom-box-shadow);
  color: var(--color-content-secondary);
}
.info-chip .w-text-h {
  display: flex;
  font-weight: bold;
  align-items: center;
  gap: 0.5em;
}
.info-chip i {
  font-size: 2em;
}

.icao-steps-wrap i {
  font-size: 1.5em;
  color: var(--color-content-primary);
  margin-right: 1em;
}
.airline-logo-wrap {
  justify-content: space-evenly !important;
  align-items: center !important;
}
.airline-logo-text {
  font-size: 1.25em;
  opacity: 0.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .airline-logo-text {
    display: none;
  }
}
/** Reusable Blocks */

.vm-angebote-row .vc_column-inner {
  padding: 1.5em 1.5em 1.5em 2em;
  background: var(--color-content-border);
  margin: 0 1em;
  border-radius: 1em;
  box-shadow: var(--custom-box-shadow);
}

/** Footer */
#page-footer {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
#page-footer h6 {
  color: #fff !important;
}

#page-footer .w-menu.layout_ver {
  font-size: 0.9em;
}
#page-footer .w-menu a {
  transition: all 300ms ease-in;
}
#page-footer .w-menu a:hover {
  text-decoration: underline !important;
  transition: all 300ms ease-in;
}

#section-reviews.l-section {
}
.grey-image {
  filter: grayscale(1);
}
.grey-image img {
  max-width: 50%;
  margin: 0 auto;
}
.bundle-product-grid article .w-grid-item-h {
  padding: 1.5em;
  border-radius: 1em;
  background: var(--color-content-border);
  box-shadow: var(--custom-box-shadow);
}
/* .vm-iconbox-icon {
  font-size: 3em;
  color: rgba(20, 37, 123, 0.60);
} */

/** Cart and Checkout Styles 
*/
.woocommerce-cart .cart_totals,
#order_review,
.woocommerce-info {
  border-radius: 0.2em;
  box-shadow: var(--custom-box-shadow);
}
.woocommerce-cart .remove-link {
  font-size: 0.8em;
  color: var(--color-content-text);
}
.woocommerce-cart .shop_table th.product-remove,
.woocommerce-cart .shop_table td.product-remove {
  display: none;
}
.woocommerce-cart .shop_table th.product-price,
.woocommerce-cart .shop_table td.product-price,
.woocommerce-cart .shop_table th.product-quantity,
.woocommerce-cart .shop_table td.product-quantity {
  display: none;
}
.woocommerce .cart_totals:not(.w-cart-totals) h2 {
  font-size: 1.2em;
  display: block !important;
}
.shop_table.woocommerce-cart-form__contents td {
  padding: 1.5em 1em;
}

.cross-sells img {
  border-radius: 0.2em;
  box-shadow: var(--custom-box-shadow);
  max-width: 200px;
}
.cross-sells {
  display: none !important;
}
.woocommerce-checkout .shop_table,
.woocommerce-checkout-review-order-table {
  background-color: transparent !important;
}

.woocommerce-cart-form__cart-item.bundled_table_item {
}
.cart_upsell_wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  gap: 2em;
  align-items: center;
  align-content: flex-start;
}
.cart_upsell_text {
  flex: 2;
}
.cart_upsell_add_to_cart {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .cart_upsell_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart_upsell_text,
  .cart_upsell_add_to_cart {
    width: 100%;
    text-align: left;
  }
}
.cart_upsell_wrap .price.product_field {
  font-size: 1.2em;
}
/* Hero 
*/
.hero-select-form {
  max-width: 75%;
}
@media screen and (max-width: 900px) {
  .hero-select-form {
    max-width: 90%;
  }
}
.hero-select-form label {
  font-weight: bold;
  margin-bottom: 0.75em;
  display: inline-block;
}
#redirectForm {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#wrapExamDate.hidden {
  display: none;
}
.title-chip-wrap {
  display: flex;
  flex-direction: row;
  display: flex !important;
  gap: 0.4em !important;
  flex-wrap: wrap;
  align-items: flex-start;
}
.title-chip-wrap .title-chip {
  width: 45%;
}
.title-chip-wrap .title-chip a {
  color: #000 !important;
}
@media scree and (max-width: 1200px) {
  .w-nav.type_mobile.m_layout_fullscreen
    .w-nav-control.active
    + .w-nav-list.level_1 {
    background: var(--color-header-top-bg) !important;
  }
}
@media screen and (max-width: 1024px) {
  .title-chip-wrap .title-chip {
    width: 75%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  .w-iconbox-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
@media screen and (max-width: 900px) {
  .footer-socials .w-socials-item {
    padding: 0.5em !important;
  }
  .footer-logo {
    margin: 2em 0;
  }
  .grid-item-lg-content {
    padding: 1em !important;
  }
  #section-reviews {
    background-size: contain !important;
    background-position: center center !important;
  }
  .home-large-grid .g-cols.via_flex,
  .home-small-grid.g-cols.via_flex {
    gap: 1em;
  }
  .w-tabs .w-tabs-section-header {
    padding-left: 0px;
    padding-right: 0px;
  }
  .w-tabs .w-tabs-section-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  #home-hero-row > .l-section-h.i-cf {
    padding-top: 40px;
  }
  /* #home-hero-row .vc_column-overlay {
    background: rgba(0, 0, 0, 0.4) !important;
  } */
}
.vm-track-tabs .w-tabs-section-title {
  color: var(--color-content-secondary);
}
.vm-track-tabs .w-tabs-section.active .w-tabs-section-title {
  color: var(--color-content-primary);
}

#order_review_heading {
  float: left !important;
  width: 100% !important;
}
