puppyvillage CSS

by Marcel Landeweerd

CSS

@media screen and (max-width: 910px) and (orientation: portrait) {
.wwk-sidebar--top {
    height: 44px !important;
    margin-top: -6px !important; }
.wwk-sidebar--top-wrapper, .wwk-sidebar {
    box-shadow: none !important; }
.wwk-sidebar--top .wwk-sidebar__footer-wrapper {
    background-color: #202322 !important;
    padding-left: 58px !important; 
    padding-bottom: 2px; }
.wwk-sidebar--top .wwk-sidebar__reviews-wrapper, .wwk-sidebar--top .wwk-sidebar__footer-wrapper {
    height: 22px !important; }
.wwk-sidebar--top .wwk-sidebar__reviews-wrapper .wwk-sidebar__stars .wwk-stars .wwk-stars__star {
    font-size: 10px !important; }
.wwk-sidebar--top .wwk-sidebar__reviews-wrapper .wwk-sidebar__reviews_count {
    font-size: 11px !important;
    margin-top: 2px; }
.wwk-sidebar--top .wwk-sidebar__balloon {
    background-size: 30px !important;
    height: 28px !important;
    font-size: 11px !important; }
.wwk-sidebar--top .wwk-sidebar__reviews-wrapper {
    padding: .35rem 0 .35rem 55px;
    background-color: #202322 !important; 
    color: #fff !important; }
body .wwk-sidebar--top .wwk-sidebar__reviews-wrapper .wwk-sidebar__close {
    top: calc(50% - -6px / 2) !important;
    right: 15px !important;
    width: 12px !important;
    height: 12px !important;
    font-size: 18px !important; 
    color: rgba(255,255,255,0.8) !important; }
}

JavaScript

(function(url,id){var script=document.createElement('script');script.async=true;script.src=url+'/js/sidebar.js?id='+id+'&c='+cachebuster(10,id);var ref=document.getElementsByTagName('script')[0];ref.parentNode.insertBefore(script,ref);function cachebuster(refreshMinutes,id){var now=Date.now();var interval=refreshMinutes*60e3;var shift=(Math.sin(id)||0)*interval;return Math.floor((now+shift)/interval);}})('https://www.webwinkelkeur.nl',1208763);