.pk-cookie-bar {
    position: fixed;
    bottom: -400px;
    opacity: 0;
    left: 0;
    padding: 22px 0px;
    z-index: 9;
    background-color: #908e8f;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    width: 100%;
}
.pk-cookie-bar > div {
    max-width: 80%;
    margin: 0 auto;
}
.pk-cookie-bar a {
    color: inherit;
    margin-left: 10px;
    text-decoration: underline;
}
.pk-cookie-bar a:hover {
    opacity: 0.8;
}
.pk-cookie-bar button.btn {
    padding: 15px 40px;
    background-color: #f4efeb;
    color: #333;
    letter-spacing: 0.15em;
    border-color: transparent;
}
.pk-cookie-bar button.btn:hover {
    background-color: #333;
    color: #f4efeb;
}
.pk-bar-link {
    margin: 0 45px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: normal;
}
.pk-bar-link a {
    text-decoration: none;
}

/* to top */
.pk-scroll-totop {
    z-index: 9;
    position: fixed;
    box-shadow: none;
    opacity: 0;
    color: #575757;
}
.pk-scroll-totop:hover {
    background-color: #313131;
    color: #fff;
}
.pk-scroll-totop .svgic {
    width: 27px;
    height: 27px;
}

body .sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 1px 5px #eee;
}
#leaflet-map {
    width: 100%;
    z-index: 0;
}
.pk_list_container {
    margin-bottom: 10px;
}
.pk_features_container {
    font-size: 14px;
    line-height: 20px;
}
.pk_feature_item strong {
    padding-right: 3px;
}
.pk_feature_item span {
    padding-left: 3px;
}
.perpage-selector {
    width: 150px;
}
#header .delightmenu .link-block ul {
    flex-direction: column;
}
.pm_filter_image .product-miniature .thumbnail a img {
    filter: brightness(0.97);
}
.pk-cart-button {
    position: relative;
}
.pk-cart-button svg {
    width: 40%;
    height: 40%;
}
.pk-cart-button span {
    position: absolute;
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    border-radius: 7px;
    padding: 0 4px;
    background-color: rgb(198, 2, 2);
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -86%);
}
@media (max-width: 768px) {
    .pk-cookie-bar .flex-container {
        flex-direction: column;
        text-align: center;
    }
    .pk-cookie-bar .flex-container > * {
        margin: 10px 0;
    }
    .pk-bar-link a {
        margin: 0;
    }
}
/*
*[style],
a:not([href])
a[href="#"],
a[href=""],
a[href*="javascript:void(0)"],
img:not([alt]),
img[alt=""],
meta[charset]:not([charset="UTF-8"]),
meta[name="viewport"][content*="user-scalable=no"],
meta[name="viewport"][content*="maximum-scale"],
meta[name="viewport"][content*="minimum-scale"],
input:not([id]),
select:not([id]),
textarea:not([id]),
label:not([for]),
input:not([name]),
select:not([name]),
textarea:not([name]),
form:not([name]):not([id]),
button:empty,
a:empty,
script[type="text/javascript"],
link[rel="stylesheet"][type="text/css"] { border: 1px solid red; }
*/
