/*
 Theme Name:   GardenToday
 Author:       Tallest
 Author URI:   https://www.tallest.nl
 Template:     restoration
 Version:      2.2.0
 Text Domain:  gardentoday
*/

/* Bump version number in functions.php */

.gardentoday-after-cart,
.gardentoday-after-cart bdi {
    font-size: 14px;
    color: #5A5958;
}

.gardentoday-shipping-class {
    font-size: 14px;
    color: #5A5958;
}

body.woocommerce.archive .term-description:nth-of-type(2) {
    display: none;
}

#cookie-notice .cn-button {
    background-color: #95c453 !important;
}

#cookie-notice .cn-button:hover {
    color: white;
}

#cookie-notice .cn-button {
    padding: 2px 10px;
    border-radius: 3px;
}

.padding-50 {
    padding: 50px 60px;
}

.webwinkelkeur-rich-snippet {
    background: #e6e6e6;
    font-size: 12px;
}

@media only screen and (max-width: 850px) {
    .webwinkelkeur-rich-snippet {
        padding-bottom: 80px !important;
    }
}

div.gform_heading {
    padding-bottom: 1rem;
    display: block;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
    color: #272525 !important;
}

.product .cart .single_add_to_cart_button {
    background: #4EA0A9;
}

.thb-product-detail.product .product_title {
    color: #96c453;
}

body.home .products .product-category .thb-category-link {
    display: flex;
    flex-flow: column;
    padding-bottom: 0 !important;
}

body.home .products .product-category .thb-category-link:hover {
    background: #17929C;
}

body.home .products .product-category .woocommerce-loop-category__title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #17929C;
    color: #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
}

body.home .products .product-category .thb-product-category-image {
    margin-bottom: 15px;
}

.subheader a {
    color: #fff;
    font-size: .85rem;
}

@media (max-width: 767px) {
    .subheader a {
        display: inline-block;
        max-width: 235px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    body.home .products .product-category .woocommerce-loop-category__title {
        width: calc(100% + 50px);
        margin-left: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    body.home .products .product-category .thb-product-category-image {
        margin-bottom: 25px;
    }
}

html .thb-product-detail .product-information .out-of-stock {
    color: darkorange;
}

.woocommerce-shipping-methods li input[type="hidden"] + label,
.woocommerce-shipping-methods li input:checked + label {
    font-weight: 700;
}

.shop_table .gardentoday-shipping-class,
.shipping-notice {
    color: red;
}

.thb-quick-search,
.thb-quick-cart {
    cursor: pointer;
}

.woocommerce-shipping-totals ul.woocommerce-shipping-methods,
.woocommerce-shipping-totals .woocommerce-shipping-destination {
    width: 100%;
    text-align: right;
}

ul.row.slick-initialized {
    display: block !important;
}

.upsells h2 {
    font-size: 16px;
    display: block;
    border-top: 1px solid #eee;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 32px;
    margin-bottom: 30px;
    letter-spacing: .15em;
}

.product-question-contact-methods {
    margin-top: 16px;
}

.product-question-contact-methods ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-question-contact-methods a:not(:hover) {
    color: inherit;
}

.thb-product-detail .product-question-contact-methods + .thb-product-tabs {
    margin-top: 20px;
}

.header p.woocommerce-store-notice {
    position: static;
    opacity: 0;
    transition: .2s opacity;
    z-index: 0;
}

.header.fixed p.woocommerce-store-notice {
    opacity: 1;
}

.thb-product-detail .product-information .price {
    font-size: 24px;
}

.single-product .thb-product-detail .product-information .single_add_to_cart_button {
    margin-left: 0
}

.single-product .thb-product-detail .product-information .quantity:not(.hidden) + .single_add_to_cart_button {
    margin-left: 10px;
}

@media (max-width: 449px) {
    .woocommerce-pagination .prev,
    .woocommerce-pagination .next {
        font-size: 0;
    }
}

#wc_bis_already_registered .woocommerce-info {
    position: static !important;
    animation: none !important;
    opacity: 1 !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    display: block !important;
}

.wc-block-grid__product-onsale {
    height: auto !important;
}

#cookie-notice {
    border-top: 1px solid #eee
}

#cookie-notice .cn-button {
    padding: 5px 10px;
    color: #121212;
    transition: background-color .2s;
}

#cookie-notice #cn-accept-cookie {
    color: #fff;
}

#cookie-notice #cn-accept-cookie:hover {
    background-color: #84ae48 !important;
}

#cookie-notice #cn-more-info {
    background-color: #fefefe !important;
    color: #121212;
}

#cookie-notice #cn-more-info:hover {
    background-color: #f9f9f9 !important;
}

.woocommerce-error {
    animation-delay: .5s, 10s !important;
}

.woocommerce-error a {
    display: inline-block !important;
    color: #fff;
}

.woocommerce-error a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.checkout-inline-error-message {
    margin-top: .25rem;
    font-size: 85%;
    color: red;
}