/* to top */
.pk-scroll-totop {
    z-index: 9;
    opacity: 0;
    box-shadow: none;
    color: #575757;
    &:hover {
        background-color: #313131;
        color: #fff;
    }
    .svgic {
        width: 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 {
    svg {
        width: 40%;
    }
    span {
        top: 50%;
        left: 50%;
        transform: translate(-38%, -86%);
    }
}
