/*
Theme Name: Wengerhaus Theme
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1.29
Template: porto
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.box_how_to_buy{
    height: 100%;
}

.product_title.only-mobile {
    display: none;
}
@media (max-width:991px) {
    .summary.entry-summary .product_title {
        display: none;
    }

    .product_title.only-mobile {
        display: block;
    }
}

.checkout.woocommerce-checkout .woocommerce-error{
    background-color: #6d1a17;
    color: white;
    padding: 20px;
    font-size: 17px;
}

button.woo_order_tip {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 12px;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin: 3px;
    font-size: 11px;
}

button.woo_order_tip_remove,
button.woo_order_tip_apply {
      display: inline-block;
      text-align: center;
      font-weight: 400;
      vertical-align: middle;
      touch-action: manipulation;
      padding: 8px 12px;
      white-space: nowrap;
      line-height: 1.5;
      -webkit-user-select: none;
      -ms-user-select: none;
      margin: 3px;
      font-size: 11px;
}

#wooot_order_tip_form .order_tip_title{
    font: var(--porto-h4-fst, normal) var(--porto-h4-fw, 700) var(--porto-h4-fs, 1.4em)/var(--porto-h4-lh, 27px) var(--porto-h4-ff, var(--porto-body-ff)),
    sans-serif;
    color: var(--porto-h4-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h4-ls, -0.05em);
    margin: 0 0 14px 0;
    border-bottom: 1px solid var(--porto-gray-5);
    letter-spacing: -0.01em;
    font-size: 14px !important;
    font-weight: 600;
}

#side-nav-panel .accordion-menu li.menu-item.active>a,
#side-nav-panel .accordion-menu li.menu-item:hover>a{
    background-color: #282e36;
}

ul.products li.product:hover .add-links .add_to_cart_button,
ul.products li.product:hover .add-links .add_to_cart_read_more{
    color:white;
}