@charset "UTF-8";
/*
 * SCSS / CSS for Gisela Strössner Fotografie Website
 * @author Xendopark Webdesign, Enrico Droske
 */
/******************************* Globale Styles ***********************************/
/******************************* Header / Navigation ***********************************/
/******************************* Category Pages ***********************************/
.woocommerce.archive .ld-shop-topbar {
  display: block;
}
.woocommerce.archive .ld-shop-topbar .row .lqd-shop-topbar-breadcrumb {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce.archive .ld-shop-topbar .row .lqd-shop-topbar-view-toggle {
  display: block;
}
.woocommerce.archive .ld-shop-topbar .row .lqd-shop-topbar-view-toggle .lqd-woo-view-toggle {
  justify-content: flex-start;
}
.woocommerce.archive .ld-shop-topbar .row .lqd-shop-topbar-view-count {
  display: block;
}
.woocommerce.archive .ld-shop-topbar .row .lqd-shop-topbar-view-count .lqd-woo-view-count {
  justify-content: flex-end;
}
.woocommerce.archive ul.products li.product .ld-sp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#yith-quick-view-modal div.product div.summary {
  width: 53% !important;
}

/******************************* Product Pages ***********************************/
.woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image .zoomImg {
  opacity: 0 !important;
}
.woocommerce div.product .related ul.products li.product {
  display: flex;
}
.woocommerce div.product .related ul.products li.product .ld-sp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 480px) {
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery {
    padding-left: 145px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    margin-left: -145px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-viewport {
    width: auto;
    flex: 0 0 100%;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-control-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-control-nav li {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery {
    padding-left: 90px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    margin-left: -90px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-control-nav {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product .lqd-woo-single-images {
    padding-inline-end: 30px;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery {
    justify-content: flex-end;
    padding-left: 170px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper {
    max-width: 500px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    margin-left: 0;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-viewport figure.woocommerce-product-gallery__wrapper {
    max-width: none;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-control-nav {
    width: 150px;
  }
  .woocommerce div.product .lqd-woo-single-images div.woocommerce-product-gallery .flex-control-nav li {
    margin-bottom: 20px;
  }
}
/******************************* Search Results Page ***********************************/
.search-results #lqd-site-content .lqd-lp-row .lqd-lp-column .lqd-lp-img {
  max-width: 400px;
}
.search-results #lqd-site-content .lqd-lp-row .lqd-lp-column .lqd-lp-img figure {
  margin-top: 30px;
}/*# sourceMappingURL=gs_foto.css.map */