:root {
  --color-primary: #d00a2d;
  --color-secondary: #032169;
  --color-light: #b2b2b2;
}

.header-search {
  display: none;
}

h1 {
  color: #333 !important;
}

#c6052 {
  text-align: center;
  font-style: italic;
}

body.sticky-nav,
body {
  padding-top: 0;
}
body.sticky-nav .secondary-nav-outer,
body .secondary-nav-outer {
  display: none;
  max-height: 90px !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0rem !important;
}

header .navbar-brand img {
  transform: scale(0.7) !important;
}

#c6064,
#c6072 {
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.1);
}

header {
  border: none;
}
header * {
  border: none;
}
header hr {
  display: none;
}
header nav .lang-select {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
header .secondary-nav .nav-item .nav-link {
  color: var(--color-primary);
}
header .secondary-nav .nav-item .nav-link:hover {
  color: var(--color-secondary);
}

body > header > nav > div > div > div.col-12.d-none.d-xl-block.col-lg-10 > div {
  align-items: center;
  height: 100%;
}

footer .address-container p {
  padding-right: 2rem;
  white-space: normal;
  font-size: 1rem;
  text-decoration: none !important;
  color: #032169 !important;
  font-weight: 600;
}
.scrollToTop-outer {
  background-color: #f2f2f2;
}

nav.pushy .pushy-content-inner {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
nav.pushy hr:not(hr:last-of-type) {
  display: none;
}

main .frame-type-menu_section {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.gizeh-fr-carousel {
  margin: auto;
}
.gizeh-fr-carousel .carousel-inner {
  background: #333;
}
.gizeh-fr-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  -o-object-position: center;
     object-position: center;
  overflow: clip;
}
.gizeh-fr-carousel a:hover {
  cursor: pointer;
}
.gizeh-fr-carousel .fancybox-link {
  position: relative;
}
.gizeh-fr-carousel .fancybox-link .description {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  color: white;
  text-decoration: none;
  filter: drop-shadow(0px 4px 6px black);
}
.gizeh-fr-carousel .fancybox-link .description > div {
  color: white;
  text-decoration: none;
}
.gizeh-fr-carousel .fancybox-link .description .main-title {
  font-weight: bold;
}

.map-gizeh {
  max-height: 500px;
  overflow: clip;
}

.photo-gallery {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.photo-gallery .image-row {
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 250ms;
}
.photo-gallery .image-row.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.photo-gallery .image-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
}
.photo-gallery button {
  padding-right: 3rem !important;
  padding-left: 3rem;
}
.photo-gallery button::after {
  display: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .slick-slider .slick-slide .slide-image img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header-slider-outer {
  height: 100%;
  max-height: 673px;
  overflow: clip;
  position: relative;
}
.header-slider-outer .slick-slider,
.header-slider-outer .slick-slider *:not(img) {
  max-height: inherit;
  height: 100%;
}
.header-slider-outer .title {
  filter: drop-shadow(0px 4px 6px black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  z-index: 1;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: clamp(20px, 10vw, 80px);
}
.header-slider-outer .slide-image {
  position: relative;
}
.header-slider-outer .slide-image .slide-title {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  filter: drop-shadow(0px 1px 1px black);
}
.header-slider-outer .slide-image .slide-title .main-title,
.header-slider-outer .slide-image .slide-title .sub-title {
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  font-weight: bold;
  margin-left: 220px;
  margin-bottom: 20px;
}
.header-slider-outer .slide-image .slide-title .main-title p,
.header-slider-outer .slide-image .slide-title .sub-title p {
  color: white;
  line-height: 1.1;
}
.header-slider-outer .slide-image .slide-title .main-title {
  font-size: clamp(1.5875rem, 5vw, 4.1625rem);
}
.header-slider-outer .slide-image .slide-title .sub-title {
  font-size: clamp(0.75rem, 5vw, 1.6875rem);
}

.teaserbox-wrap h1,
.teaserbox-wrap h2 {
  text-align: center;
}
.teaserbox-wrap .teaserboxes p {
  padding: 5px;
}
.teaserbox-wrap .teaserboxes.color-red .teaserbox {
  min-width: 30%;
  max-width: 33%;
}
.teaserbox-wrap .teaserboxes.color-red .teaserbox a {
  text-decoration: none !important;
  color: #333 !important;
}
.teaserbox-wrap .teaserboxes.color-red .teaserbox .header-red {
  padding: 5px;
  background-color: var(--color-primary);
  color: white;
  text-align: center;
  font-size: clamp(1.6875rem, 5vw, 2.5875rem);
  margin-bottom: 5px;
  font-weight: bold;
  transition: all 250ms ease-in-out;
}
.teaserbox-wrap .teaserboxes.color-red .teaserbox img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaserbox-wrap .teaserboxes.color-red .teaserbox:hover .header-red {
  background-color: white;
  color: #333;
}
.teaserbox-wrap .teaserboxes.color-blue .teaserbox {
  min-width: 30%;
  max-width: 33%;
  border: 1px solid var(--dark);
  border-top: none;
  margin-bottom: 15px;
}
.teaserbox-wrap .teaserboxes.color-blue .teaserbox a {
  text-decoration: none !important;
  color: #333 !important;
}
.teaserbox-wrap .teaserboxes.color-blue .teaserbox .header-blue {
  padding: 5px;
  background-color: var(--color-secondary);
  color: white;
  text-align: center;
  font-size: 2.5875rem;
  font-size: clamp(1.6875rem, 5vw, 2.5875rem);
  margin-bottom: 5px;
  font-weight: bold;
  transition: all 250ms ease-in-out;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.teaserbox-wrap .teaserboxes.color-blue .teaserbox .header-blue img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 125px;
  width: auto;
  aspect-ratio: 1;
  margin-right: 5px;
}
.teaserbox-wrap .teaserboxes.color-blue .teaserbox {
  /*img {
      width: 100%;
      height: auto;
      max-height: 300px;
      min-height: 260px;
      object-fit: cover;
      margin-bottom: 5px;
  }*/
}
.teaserbox-wrap .teaserboxes.color-blue .teaserbox:hover .header-red {
  background-color: white;
  color: #333;
}
.teaserbox-wrap .teaserboxes.certificates .teaserbox {
  min-width: 30%;
  max-width: 33%;
  position: relative;
  outline: 3px solid #f2f2f2;
  padding: 10px;
  aspect-ratio: 1;
}
.teaserbox-wrap .teaserboxes.certificates .teaserbox .text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 5px;
  min-height: 122px;
}
.teaserbox-wrap .teaserboxes.certificates .teaserbox .text > span {
  font-weight: bold;
}
.teaserbox-wrap .teaserboxes.certificates .teaserbox a {
  text-decoration: none !important;
  color: #333 !important;
}
.teaserbox-wrap .teaserboxes.certificates .teaserbox img {
  width: 100%;
  height: auto;
  max-height: 300px;
  min-height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.teaserbox-wrap .teaserboxes.certificates .teaserbox:hover .header-red {
  background-color: white;
  color: #333;
}

.frame-type-image {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
.frame-type-image img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
.frame-type-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

form fieldset {
  margin-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form fieldset .form-element:nth-of-type(1) {
  width: 49%;
}
form fieldset .form-element:nth-of-type(2) {
  width: 49%;
}

@media screen and (max-width: 992px) {
  .header-slider-outer {
    max-height: 500px;
  }
  .header-slider-outer .slide-title .main-title,
  .header-slider-outer .slide-title .sub-title {
    margin-left: 20px !important;
  }
  .teaserbox-wrap .teaserboxes .teaserbox {
    max-width: 49% !important;
    min-width: 49% !important;
  }
}
@media screen and (max-width: 475px) {
  .teaserbox-wrap .teaserboxes .teaserbox {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.gizeh-fr-products .research-bar p {
  font-size: 1.6875rem;
  margin: 0;
  font-weight: bold;
}
.gizeh-fr-products .research-bar hr {
  margin-bottom: 5px;
}
.gizeh-fr-products .research-bar a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.gizeh-fr-products .product-view .product-filter label {
  color: var(--color-secondary);
}
.gizeh-fr-products .product-view .product-filter select {
  outline: none;
  border: none;
  font-weight: 100;
  color: var(--colorPrimary);
}
.gizeh-fr-products .product-view .products .product:hover {
  cursor: pointer;
}
.gizeh-fr-products .product-view .products .product.bestseller .list-view .bestseller-badge {
  display: block;
}
.gizeh-fr-products .product-view .products .product .list-view {
  padding: 5px;
  position: relative;
  min-height: 380px;
}
.gizeh-fr-products .product-view .products .product .list-view .image-wrap {
  position: relative;
}
.gizeh-fr-products .product-view .products .product .list-view .image-wrap .carousel .carousel-control-next,
.gizeh-fr-products .product-view .products .product .list-view .image-wrap .carousel .carousel-control-prev {
  top: 24px;
  bottom: 24px;
}
.gizeh-fr-products .product-view .products .product .list-view .image-wrap .zoom-badge {
  background: var(--color-primary);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  height: 24px;
  width: 24px;
  z-index: 1;
}
.gizeh-fr-products .product-view .products .product .list-view .image-wrap .zoom-badge svg {
  width: 18px;
  height: 18px;
  fill: white;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
}
.gizeh-fr-products .product-view .products .product .list-view .bestseller-badge {
  display: none;
  background: var(--color-primary);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  font-size: 14px;
}
.gizeh-fr-products .product-view .products .product .list-view img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.gizeh-fr-products .product-view .products .product .list-view h3 {
  margin-top: 10px;
}
.gizeh-fr-products .product-view .products .product .detail-view {
  padding: 5px;
  min-height: 380px;
}
.gizeh-fr-products .product-view .products .product .detail-view span.email,
.gizeh-fr-products .product-view .products .product .detail-view span.phonennumber {
  height: 20px;
  margin-right: 5px;
}

/*product view container*/
#c6561 > div {
  max-width: unset !important;
}

@media screen and (max-width: 575px) {
  .product {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .product img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .product-filter {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .filter-wrap {
    margin-top: 10px;
  }
  .research-bar hr {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=gizeh-fr.css.map */