﻿/*@media (min-width: 981px) {
    .gallery .picture-wrapper,
    .gallery .picture-wrapper > .picture {
        line-height: 350px;
    }
}*/

.gallery .picture-wrapper > .picture {
    margin-bottom: 10px;
}

@media all and (min-width: 240px) {
    .product-sorting .jDropDown {
	    min-width: 190px;
    }
}

.overview .prices {background-color: transparent;}

@media (min-width: 981px) {
    .header-centering, .master-wrapper-page, .home-page-category-grid .item-grid /*, .footer-centering*/ {
        width: 980px;
    }

    .sub-category-grid .item-box,
    .home-page-category-grid .item-box {
        width: 310px
    }
}

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1002;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    opacity: 0.8;
    max-width: 100%;
    margin-left: 0px;
}

.eu-cookie-bar-notification .text {
    width: 50%;
    padding: 5px 10px;
}

.eu-cookie-bar-notification button {
    border: none;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 5px;
}

.eu-cookie-bar-notification button:hover {
    opacity: 0.9;
}

.eu-cookie-bar-notification a {
    display: inline;
    text-decoration: underline;
}

.eu-cookie-bar-notification div {
    display: inline;
}
