/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

:root {
    --matthiashof--me--gold: #b99764;
}

.header-stack #Top_bar .logo #logo {
    height: 150px;
}

#Top_bar nav#menu, .header-stack #Top_bar .top_bar_right {
    margin-bottom: 20px;
}

#Top_bar {
    border-bottom: solid 5px var(--matthiashof--me--gold);
}

#Top_bar:after, #Top_bar:before {
    z-index: 2;
    top: 98.3%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#Top_bar:before {
    border-top-color: #b99764;
    border-width: calc(80px + 7px);
    margin-left: calc(-80px - 7px);
}

#Top_bar:after {
    border-top-color: #4b4b4b;
    border-width: 80px;
    margin-left: -80px;
}

body #Content {
    padding-top: 80px;
}

.woocommerce ul.products li.product a img {
    max-height: 640px;
    width: auto;
}

.woocommerce.single-product .wp-post-image {
    max-height: 700px;
    width: auto !important;
}

.woocommerce ul.products .image_links, .woocommerce.single-product .woocommerce-product-attributes-item--weight {
    display: none;
}

@media only screen and (max-width: 767px) {
    #Top_bar:after, #Top_bar:before {
        top: 93.3%;
    }
}