
html, body {
    max-width: 100%;
    /*max-width: 100vw !important;*/
    overflow-x: hidden;
}
.category_image_box .category_image_box_wrapper {
    overflow: hidden;
}
.category_image_box .category_image_box_wrapper img {
    margin-top: 15px;
    border-radius: 12px;
    width: 100%;
    height: auto;
}
a.add_to_compare {
    cursor: pointer;
}
.product-list__seo a {
    color: #4c69b6 !important;
}

body {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .w-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.product-category .cat-list {
    margin-bottom: 10px !important;
}
.product-category .cat-list .cat-list__wrapper,
.product-category .product-list,
body.product-product .breadcrump-section
{
    padding-top: 15px;
}