/*
 Theme Name:   juraLIB Shop
 Theme URI:    http://juralib.de
 Description:  Storefront Child Theme
 Author:       Fritz Mehler
 Author URI:   http://fritz-mehler.de
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  juralib-shop
*/


.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 9999px !important;
    display: inline-block;
    height: 273px !important;
    width: auto !important;
    margin-left: -360px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222;
    pointer-events: none;
    height: 273px !important;
    overflow: hidden;
}

form .quantity{display:none;}
#post-9.hentry{display:none;}

.content-area{width:100% !important;}
.widget-area,.storefront-sorting{display:none;}

.product  .woocommerce-tabs{
	background-color: white;
    padding: 50px;
    display: inline-block;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

.site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children:after, .secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search, button.menu-toggle, button.menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.89);
    border:none;
}
header input[type=search]{
	background-color: white;
}

#billing_country_field,#billing_address_1_field,#billing_address_2_field,#billing_postcode_field,#billing_city_field,#billing_phone_field,#billing_company_field,.woocommerce-additional-fields{display:none !important;}


#place_order {

    display: block;
    width: 100%;
    font-size: 1.4em;

}

table.table.featureTable {
    margin-top: 2em;
    background-color: #ffffffc2;
}

table.table.featureTable thead {
    font-weight: bold;
    font-size: 1.4em;
}

table.table.featureTable .fa {
    font-size: 1.5em;
    vertical-align: inherit;
    margin-right: 0.4em;
}

table.table.featureTable .fa-check {
    color: #6fcca6;
}

table.table.featureTable .fa-times {
    color: darkred;
}
a.blue{color: rgba(88, 88, 157, 1); font-weight:bold;}

#post-6 .entry-title, .page-id-6 .woocommerce-breadcrumb{display: none}
.page-id-6 .entry-content .woocommerce {
    padding-top: 30px;
}


.woocommerce-billing-fields {
    padding: 16px;
    background-color: #fff;
}