/* /var/www/lab.terrible.dk/wp-content/plugins/ftcli/assets/ftcli-styles.css */

.red {
    color:red;
}

.flags {
    display:inline-block
}



 .childPage {
     list-style: square;
     margin-left: 20px;
 }

.product-message {
     margin-bottom: 15px;
     padding: 10px;
     background-color: #f9f9f9;
     border-left: 4px solid #3498db;
 }


 /*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Frederic terrible
Author URI:     http://www.terrible.dk
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	full-width
*/






/*HTML*/
  
.center {
    margin: auto;
} 



table td, table th {
    padding: 0; 

}


/*HEADER*/
  
#masthead {
	opacity: 0.6;
}

#site-header-cart {

 top: 0; 

}
.header-widget-region .widget {
background: yellow;
padding: 1em;
}


/* MENU */

#primary,#secondary{
	background-color:#fff;
	padding:1em;
	opacity: 1;
	display:block;
}


/* MENU EN (childPage)*/
ul.childPage {
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
  overflow: hidden;
  background-color: #555;
}

ul.childPage li {
  float: left;
}

ul.childPage li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

ul.childPage li a:hover {
  background-color: #333;
}

/* WOOCOMMERCE */

.price{
    color: #000;
    font-weight: bold;
}

.single-product div.product p.price{
    font-size: 1.4em;
    color: #000;
    font-weight: bolder;
        padding: 0.6em 0.75em;
    margin:0;
    text-transform: uppercase;
}

.woocommerce-product-details__short-description{
	background-color:#fff;
	padding:10px;
}



.woocommerce-message{
	   background-color: #668000;
	  
}

.woocommerce-breadcrumb{
    text-transform: lowercase;
}

.stock.in-stock {
    color: #668800;

}

.woocommerce-breadcrumb {
    padding: 1.41575em 99em 1.41575em;
    margin-left: -99em;
    margin-right: -99em;
    margin-bottom: 0;
    display:none;
}

.woocommerce-active .site-branding {
    margin: 0!important;
    width:15%!important;
    position: relative;
}

.woocommerce-active .site-header .site-header-cart {
    width: 20%;
    top: 4em;
    position: relative;
}

/*.secondary-navigation ul.menu a, .secondary-navigation ul.menu a:hover { color: #fff;}*/
 
.footer-widget-2 {
 text-align: center;
 }

 ol {
    list-style: none;
}

ol.commentlist .says,
ol.commentlist .reply {
    display: none;
}

.class-item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.class-item .flag-container {
    width: 10%;
    float: left;
    text-align: right;
}

.class-item .details-container {
    width: 40%;
    float: left;
}

.class-item .stock {
    width: 30%;
    float: left;
}
 
 
 @media (min-width: 768px){
 
/* HEADER*/

.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 59% !important;
    margin-right: 1% !important;
}
 

 
/* GALERIE */

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 18%;
    margin-right: 2%;    
}

table td, table th {
    padding: 1em 1.41575em; 

}

/* reviews */
.woocommerce-tabs ul.tabs{
display:none;
}
.woocommerce-Reviews-title{
display:none;
}
.storefront-full-width-content .woocommerce-tabs .panel {
    width: 100%;
}


}

/* FTLANG */

/* .ftlang-switcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
} */

.ftlang-switcher a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ftlang-switcher a:hover {
    background-color: #f0f0f0;
}

.flag-en {
    display: inline-block;
    width: 1.5em;
    vertical-align: middle;
    margin: 0 0.25em;
    background-size: contain;
    background-repeat: no-repeat;
}

