/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme-child/
Description: Child téma pre betheme, nutné zásahy a opravy
Author: Pavol Spáčil
Author URI: https://cais4you.sk
Template: betheme
Version: 1.0.2
*/

/*
 * pre filtre plastových obálok */
 .eshop-filtre {
    width: 100%;
    text-align: center;
}

.filter {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    text-align: left;
}

.filter > span {
    margin-bottom: 5px;
	font-weight: bold;
    display: block;
}

.filter select.disabled {
    background-color: lightgray;
}

.bold {
    font-weight: bold;
}

.instock {
    color: green;
}

.outofstock {
    color: red;
}