/* 
Theme Name: Storefront Child 
Theme URL: 
Description: Custom storefront theme for RCP.
Theme Author: Hunter Stratton
Author URL: 
Template: storefront
Version: 1.0.0 
Text Domain: storefront-child 
*/

.storefront-sorting .orderby {
    padding: 5px;
    background-color: #eee;
    border: none;
    border-radius: 5px;
}

.woocommerce-result-count {
    display: none;
}

.tax-product_cat .storefront-breadcrumb {
    display: none;
}

.storefront-breadcrumb > .col-full {
    display: none;
}

.single-product div.product {
    overflow: visible !important;
}

a:focus {
    outline: none !important;
}

.related, .upsells {
    flex-direction: column;
}

.products {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px !important;
}

.products::before {
    content: "";
    z-index: -1;
    display: block !important;
    position: absolute;
    top: -15px;
    left: -50vw;
    width: 200vw;
    height: calc(100% + 70px);
    background-color: #f8f9fa;
}

.products .product {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition: box-shadow 0.25s, border-top 0.25s;
    background-color: white;
    display: flex;
    flex-direction: column;
    place-content: space-between;
    overflow: hidden;
}

.woocommerce-loop-product__title {
    font-size: 1.25rem !important;
    font-weight: 100 !important;
    max-width: 90%;
    margin: auto;
}

.products .product .button {
    margin-bottom: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0px;
    z-index: 2;
}

.products .product:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.archive-img-wrap {
    display: flex;
    place-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 150px;
    min-height: 100px;
}

.products .product img {
    border-radius: 0px;
    margin-bottom: 0.5em !important;
    width: auto;
    height: 100%;
    max-height: 150px;
}

.product-quick-facts {
    padding: 16px;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    background: white;
    transition: opacity 0.35s, top 0.35s;
    pointer-events: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    font-weight: 100;
}

.product-quick-facts-title {
    text-align: left;
    font-size: 18px;
}

.product-meta {
    font-size: 16px;
    display: flex;
}

.product-meta-title {
    flex: 1;
    text-align: left;
}

.woocommerce-Price-amount.amount {
    font-weight: 100;
    color: #444;
}

.xoo-wl-btn-container {
    z-index: 2;
}

.product:hover > .product-quick-facts {
    opacity: 1;
    top: 100px;
}

.tax-product_cat #content{
    background-color: #f8f9fa;
    padding-top: 15px;
}

.alignwide {
    max-width: 1200px !important;
    margin: auto !important;
}
