/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.logo.avia-svg-logo { padding: 10px; }

@media only screen and (max-width: 767px) {
	#header { padding-top: 10px !important; padding-bottom: 10px !important; }
	.cart_dropdown_link.avia-svg-icon.avia-font-svg_entypo-fontello { padding-right: 0px !important; }
}

.vertical-align-bottom .content { vertical-align: bottom !important; }

#av_product_description { min-height: 200px; }

//https://kriesi.at/documentation/enfold/sidebar/#toggle-id-4
/* Sidebar at the bottom in mobile */
@media only screen and (max-width: 786px) {


.container {
display: flex!important;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}


/* Sidebar */
#top .container aside {
order: 2;
flex-grow: 1;
}



/* Main Content */
#top .container main {
order: 1;
flex-grow: 1;
padding: 0 50px 0 0;
}
}


/* Side bar after content on product pages */
/* mobile duplicate sidebar under product tabs */
.mobile-product-sidebar {
    display: none;
}

@media only screen and (max-width: 786px) {
    .mobile-product-sidebar {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 30px;
    }

    .mobile-product-sidebar .inner_sidebar {
        margin: 0;
        padding: 0;
    }

    /* hide the original top sidebar on mobile */
    #top.single-product .single-product-main-image > aside.sidebar {
        display: none !important;
    }
}