/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: Klemens Hechenberger
Author URI: https://hechenbros.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* MENUx */

.fusion-main-menu{
	overflow:visible;
}

.menu-button-alt .fusion-button,
.fusion-button.button-green.button-flat {
    background-image: none;
    border-width: 2px;
    background-color: white;
    border-color: #bc9a6c;
    color: #bc9a6c;
}

.menu-button-alt .fusion-button:hover,
.fusion-button.button-green.button-flat:hover {
    background-color: #46344b;
    border-color: white;
    color: white;
}

.border-radius {
    border-radius: 10px;
}

@media only screen and (min-width: 1085px) {
    /* .home .fusion-header-wrapper {
    top: 20px;
  } */
    /* html.avada-header-color-not-opaque .layout-wide-mode.home .fusion-header-wrapper {
    left: 20px;
    right: 20px;
  } */
}

.fusion-page-title-bar.fusion-tb-page-title-bar {
    background-color: #46344b;
    padding: 20px;
}

.fusion-main-menu-cart .fusion-widget-cart-number{
	position:absolute;
	font-size:12px;
	right:-12px;
	top:25px;
	background:transparent;
}

/** Mobile Menu **/

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
    background-color: #332637;
}

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a:hover {
    background-color: #59425f;
}

body .fusion-mobile-nav-holder>ul {
    border-radius: 10px;
}

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
    border-color: rgba(255, 255, 255, 0.1);
}

.fusion-mobile-nav-item:first-child a {
    border-radius: 10px 10px 0 0;
}

.fusion-mobile-nav-item:last-child a {
    border-radius: 0 0 10px 10px;
}

.fusion-mobile-selector {
    background-color: #46344b;
    border-color: rgba(255, 255, 255, 0.74);
    border-radius: 10px;
}

.white-text,
.white-text .title h3 {
    color: white;
}


/* COOKIE BANNER */

#wt-cli-privacy-save-btn,
#cookie_action_close_header {
    background-color: #46344b;
    padding: 13px 29px;
    border-radius: 30px;
    border: 2px solid;
    border-color: white;
}

#wt-cli-privacy-save-btn:hover,
#cookie_action_close_header:hover {
    background-color: white !important;
    border-color: #bc9a6c;
    color: #bc9a6c !important;
    font-weight: 500;
}

#cookie-law-info-again {
    box-shadow: none;
    border-radius: 10px 10px 0 0;
    border: 1px solid;
    border-bottom: none;
}


/* TO TOP */

.to-top-container #toTop {
    border-radius: 10px 10px 0 0;
}


/* Single Product */

.single-product .wc-tabs>li,
.single-product .wc-tabs>li a {
    border-radius: 10px 10px 0 0;
}

.single-product .fusion-woo-short-description-tb h1 {
    margin-top: 0;
}

.single-product .fusion-woocommerce-tab-title {
    display: none;
}

.single-product .fusion-meta-tb .fusion-tb-categories {
    display: none;
}

body.fusion-body .fusion-woo-cart-1 .fusion-button-wrapper .button {
    border-width: 2px;
}


/* Product Carousel */

.fusion-woo-product-slider .fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
    max-width: 75%;
}

.fusion-body .fusion-woo-product-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.fusion-body .fusion-woo-product-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
}

.fusion-body .fusion-woo-product-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
    left: auto !important;
    right: -15px !important;
}

.fusion-body .fusion-woo-product-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
    left: -15px;
}

.fusion-woo-product-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover {
    background-color: transparent;
}

.fusion-body .fusion-woo-product-slider .fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,
.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
    color: #46344b;
    line-height: 50px;
    font-size: 40px;
}


/* SHOP */

body .fusion-woo-notices-tb.fusion-woo-notices-tb-1 .woocommerce-message {
    background-color: #46344b;
}

.fusion-woo-product-design-clean .products .product .product-title,
.fusion-woo-product-design-clean .slides .product .product-title {
    font-style: normal;
}

.product p.wc-gzd-additional-info {
    text-align: center;
    font-size: .7rem;
    margin: 0;
}

.product-grid-view .fusion-product-content {
    padding-bottom: 10px;
}

.fusion-woo-product-design-clean .product .fusion-image-size-fixed,
.fusion-woo-product-design-clean .product .fusion-image-wrapper .fusion-rollover,
.fusion-woo-product-slider .fusion-rollover,
.fusion-woo-product-slider .product .fusion-image-wrapper,
.fusion-woo-product-slider .fusion-carousel .fusion-carousel-item img,
.border-radius-image,
.fusion-testimonials .review blockquote q,
.fusion-imageframe,
.fusion-parallax-none {
    border-radius: 10px;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:hover:not(:checked)+label:before,
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    border-color: black;
}


/* CHECKOUT */

.woocommerce-checkout-nav .is-active a {
    font-weight: 500;
}

.woocommerce-checkout-nav li a {
    color: #46344b;
}

@media (max-width:800px) {
    .woocommerce-checkout-nav {
        display: none;
    }
}


/* .woocommerce-checkout-nav li:nth-child(2) {
    display: none;
}

#customer_details .continue-checkout:first-of-type {
    display: none;
} */