
.acw-form,
.acw-everything-slider,
.acw-product-grid,
.acw-product-slider,
.acw-product-category,
.acw-read-more,
.acw-popup,
.acw-single-product-template,
.acw-archive-product-template,
.acw-single-post-template,
.acw-archive-post-template {
    margin: 20px 0;
}

.acw-product-grid-item,
.acw-product-slide {
    padding: 10px;
}

.acw-read-more-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.acw-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
}
