:root{
--wd-container-w: 1800px;
}

@media (min-width: 1800px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1800px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1800px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}



.wd-product .hover-img {
    background-color: #f2f2f2 !important;
}

.product-element-top {
    background-color: #f2f2f2;
}

.product_cat-bikes.product-grid-item .product-image-link {
    padding: 87px 15px 30px;
}