@charset "UTF-8";
/*
Theme Name:  BikeShore Shop
Theme URI:   http://example.com/bikeshore-shop/
Description: Storefront Child Theme
Author:      Marc Müller
Author URI:  http://example.com
Template:    storefront
Version:     1.0.2
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: storefront-child
*/
html {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #f5f5f5;
  font-family: inherit;
  overflow-anchor: auto;
}

.site {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
}

.site-content {
  flex: 1 1 auto;
}

.col-full {
  max-width: 1400px !important;
  box-sizing: border-box !important;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header,
body.search .site-header {
  margin-bottom: 2em !important;
}

.site-header {
  padding-top: 1em !important;
}
@media (max-width: 768px) {
  .site-header {
    display: grid;
    grid-template: "logo button"/1fr auto;
    align-items: center;
  }
  .site-header > .col-full {
    grid-area: logo;
  }
  .site-header .storefront-primary-navigation {
    grid-area: button;
  }
}
.site-header .site-branding {
  margin-bottom: 0 !important;
}
.site-header .site-branding .home {
  display: inline-block;
}
@media (max-width: 768px) {
  .site-header .site-branding .home .logo {
    height: 50px;
  }
}
.site-header .handheld-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 2em;
  background: #fff;
  box-shadow: 0 1em 2em -1em #bbb;
}

@supports (display: grid) {
  ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr));
    grid-gap: 2em;
    align-items: start;
    margin: 0 0 2em !important;
    padding: 0 !important;
  }
  ul.products::after, ul.products::before {
    display: none !important;
  }
  ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    background: #fff !important;
    border-radius: 5px !important;
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.125) !important;
    text-align: left !important;
    font-size: 1em !important;
  }
  ul.products li.product .button {
    display: none !important;
  }
  ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100% !important;
  }
  ul.products li.product img {
    display: block !important;
    width: 100% !important;
    margin: 0 0 1em !important;
    border-radius: 5px 5px 0 0 !important;
  }
  ul.products li.product h2 {
    margin: 0 0 0.5em !important;
    padding: 0 1em !important;
    color: #000 !important;
    font-weight: 500 !important;
  }
  ul.products li.product .price {
    display: block !important;
    margin: 0 0 1em !important;
    padding: 0 1em !important;
  }
  ul.products li.product .price del {
    margin-right: 0.5em !important;
  }
  ul.products li.product .price ins {
    margin-left: 0 !important;
  }
  ul.products li.product .price .woocommerce-Price-currencySymbol {
    margin-right: 0.25em !important;
  }
  ul.products li.product .onsale {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    margin: 0;
    padding: 0.2em 0.6em;
    border: none;
    border-radius: 0.125em;
    background: #5a5;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  ul.products li.product .rating {
    padding: 0 1em !important;
    -webkit-user-select: none;
            user-select: none;
    white-space: nowrap;
  }
  ul.products li.product .count {
    font-weight: inherit !important;
  }
  .single-product .product .woocommerce-tabs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 2em;
  }
  .woocommerce-tabs .tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
    grid-template-rows: auto;
    grid-gap: 1em;
    grid-row: 1/2;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    border: none !important;
  }
  .woocommerce-tabs .tabs li {
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    outline: none !important;
  }
  .woocommerce-tabs .tabs li a {
    padding: 0.5em 0 !important;
  }
  .woocommerce-tabs .tabs li::after {
    display: none !important;
  }
  .woocommerce-tabs .tabs li.active {
    border-bottom-width: 2px !important;
  }
  .woocommerce-tabs .panel {
    grid-row: 2/3;
    width: 100% !important;
    float: none !important;
  }
}
.single-product .product .woocommerce-product-rating {
  margin-top: 0 !important;
}
.single-product .product .woocommerce-product-rating .rating {
  float: left;
  margin-right: 0.5em;
}

#reviews .commentlist li .comment_container .comment-text .rating {
  float: right;
}

.storefront-sorting {
  margin: 2em 0 !important;
}

.storefront-handheld-footer-bar {
  height: 55px;
  border: none !important;
  box-shadow: 0 -1em 2em -1em rgba(0, 0, 0, 0.25) !important;
}
.storefront-handheld-footer-bar ul li a::before {
  font-family: "Material Icons" !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 32px !important;
  line-height: 55px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  -webkit-font-feature-settings: "liga" !important;
  -webkit-font-smoothing: antialiased !important;
}
.storefront-handheld-footer-bar ul li.my-account a::before {
  content: "\e853" !important;
}
.storefront-handheld-footer-bar ul li.search a::before {
  content: "\e8b6" !important;
}
.storefront-handheld-footer-bar ul li.cart a::before {
  content: "\e8cb" !important;
}
.storefront-handheld-footer-bar ul li.cart .count {
  left: calc(50% + 0.5em);
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.single-product div.product p.price {
  margin: 1em 0 !important;
}

.widget-area .widget a:not(.button) {
  font-weight: 500 !important;
}

.widget_product_categories ul li {
  color: #444 !important;
}

.widget_product_categories ul li::before {
  opacity: 0.5 !important;
}

.widget_product_categories ul li.current-cat a {
  color: #5a5 !important;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #222 !important;
}

/* ----- Checkout ----- */
.checkout-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 1.41575em 1.41575em;
  font-weight: 500;
  color: darkred;
}
.checkout-info .material-icons {
  font-size: 2em;
  margin-right: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
  margin: 0 0 1em !important;
  color: inherit !important;
}

table td, table th {
  padding: 0.4em 0.6em;
  text-align: left;
  vertical-align: top;
}

.storefront-product-section .section-title {
  font-size: 1.5em !important;
}

.page-template-template-homepage .entry-header h1 {
  font-size: 2em !important;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_parent a,
.secondary-navigation ul li.wpml-ls-current-language a,
.site-title a:hover,
.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a {
  color: #5a5 !important;
}

.site-header-cart.focus .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
  background: #fff !important;
}

.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total {
  background: none !important;
}

.woocommerce-breadcrumb {
  margin: 0 !important;
  padding: 2em 0 !important;
}

.pswp {
  z-index: 999999;
}

.site-footer {
  padding: 2em 0 !important;
  background: #222 !important;
  color: #eee !important;
}

.footer-info {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 !important;
}
.footer-info .footer-nav {
  margin-left: auto;
}
.footer-info .footer-nav a {
  color: inherit !important;
  text-decoration: none;
}
.footer-info .footer-nav a:hover {
  text-decoration: underline;
}

#wwof_product_listing_container {
  overflow-x: auto !important;
}

#wwof_product_listing_table {
  table-layout: fixed !important;
}

.contact {
  display: flex;
  flex-flow: row wrap;
}
.contact .field {
  flex: 1 1 350px;
  padding: 0.5em;
}
.contact .field.message, .contact .field.recaptcha, .contact .field.submit {
  flex-basis: 100%;
}
.contact .field br {
  display: none;
}
.contact input,
.contact textarea {
  width: 100%;
  padding: 0.5em;
  background: #fff !important;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}
.contact input:focus,
.contact textarea:focus {
  border-color: #777;
}
.contact input.wpcf7-not-valid, .contact input.wpcf7-not-valid,
.contact textarea.wpcf7-not-valid,
.contact textarea.wpcf7-not-valid {
  border-color: #e55;
}
.contact input[type=submit] {
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
  background: #5a5 !important;
  border-color: #5a5;
  color: #fff;
}
.contact textarea {
  height: 150px;
  min-height: 150px;
  resize: vertical;
}
.contact input:-webkit-autofill,
.contact textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fcfcfc inset;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}/*# sourceMappingURL=style.css.map */