/*
Theme Name:   Allin Towbars
Description:  Write here a brief description about your child-theme
Author:       Tyson Brady
Author URL:   https://codelaide.com.au
Template:     betheme
Version:      12.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  allin-towbars
*/

/* Write here your own personal stylesheet */



ul.products .product {
    box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, 0.05);
}

ul.products .product .desc { 
    padding: 1rem !important;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 0 !important;
}

ul.products .product .desc h4 a {
    font-size: 1rem;
    min-height: 7rem;
    display: inline-block; 
    line-height: 1.25rem;
    color: #000;
    padding: 0.75rem;
}


ul.products .product span.price {
    background: #FADC2A;
    border-top: 1px solid #dcc019;
    padding: 0.5rem;
    text-align: center;
    /* margin-bottom: -1rem; */
}

ul.products .product span.woocommerce-Price-amount.amount {
     font-size: 0.938rem;   
}

ul.products .product small.woocommerce-price-suffix {
    font-size: 0.938rem;     
}

form.cart {
    border: 2px solid #ccc;
    padding: 1rem;
}

label.wc-pao-addon-name {
    color: #000;
}

.alert {
    margin-top: 90px;
}

a.fixed-nav {
    display: none;
}


/* Single Product Page */

.woocommerce-notices-wrapper {
    margin-top: 2.5rem;
}



/* Sidebar Cart */


.woocommerce .widget_shopping_cart ul.product_list_widget li .desc {
    margin-top: 10px;
    margin-left: 7px !important;
}

.woocommerce .widget_shopping_cart img {
    display: none !important;
}

.woocommerce .widget_shopping_cart p.total .amount {
    float: none !important;
}

.woocommerce .widget_shopping_cart p.total .button_cart {
    clear: both !important;
    width: 100%;
}

.woocommerce .widget_shopping_cart a.button_cart {
    text-align: center;
    padding: 5px;
    background: #FCDD2A;
    margin-top: 10px;
    color: #000;
}

.woocommerce .widget_shopping_cart i.icon-layout {
    display: none;
}

.woocommerce .widget_shopping_cart span.button_icon {
    display: none !important;
}

.woocommerce .widget_shopping_cart a.button.button_theme.button_js.checkout {
    width: 100%;
    margin-bottom: -6px;
}

.woocommerce .widget_shopping_cart a.button .button_label {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.woocommerce .widget_shopping_cart a.button_cart {
 padding: 10px 0px;    
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content {
    background: #fff;
    border: 1px solid #f2f2f2;
}

.woocommerce .widget_shopping_cart a.button.button_theme.button_js.checkout {
    margin-bottom: -6px;
}

.woocommerce .widget_shopping_cart h3 {
    font-weight: bold;
    text-transform: uppercase;
    background: #FCDD2A;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}


/* Cart */


.shop_table a.shipping-calculator-button {
    color: #000 !important;
    font-weight: bold;
}

.woocommerce-cart a:visited {
    font-weight: normal;
    color: #626262;
}


/* Facet WP */
.search-products {
    background: #fadc2a;
    text-align: center;
    padding-top: 50px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 2rem;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .search-products {
        padding-top: 120px;
    }
}

@media (min-width: 1240px) {
    .search-products {
        padding-top: 40px;
    }
}

.search-products .search-field {
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
    text-align: center;
}

@media (min-width: 1240px) {
    .search-products .search-field {
        width: 50%;
    }
}

.search-products input {
    margin-top: 10px;
    width: 50%;
    font-weight: 600;
}

.search-filter {
    background: #000;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center
}

.search-note {
    font-size: 1rem;
    line-height: 1.2;
    padding: 1rem 2rem;
}

.facetwp-facet {
    margin-bottom: 0px;
    text-align: right;
}

.search-products-box {
    padding-left: 20px;
    padding-right: 20px;
}

.search-filter .facetwp-facet {
    margin-bottom: 0px;
}

.search-filter__fields {
    display: inline-block;
}

@media (min-width: 1240px) {
    .search-filter__fields {
        width: 80%;
    }
    .facetwp-type-hierarchy_select {
        width: 30%;
        display: inline-block;
    }
    
}


.single-product div.product p.price, .single-product div.product span.price {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 0;
}

.single-product .images {
    margin-bottom: 1rem !important;
}

ul.next-prev-nav {
    display: none;
}

@media (max-width: 768px) {
    h1.product_title.entry-title {
        padding: 1rem !important;
        text-align: center;
        font-size: 1.6rem;
    }

    p.price {
        text-align: center;
    }
}