.rss-placeholder, .rss-container {
    width: 100%;
    position: relative;
}
.ace-rss-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
[builder-element="RssElement"].builder-class-element-selected .btn {
    display: block!important;
}
.ace-button {
    position: absolute;
    display: inline-block;
    border: solid 1px #aaa;
    border-radius: 3px;
    padding: 2px 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    z-index: 1;
    right: 0;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    font-size: 80%;
}
.ace-button:hover {
    background: #555;
    border-color: #555;
    color: #fff;
}
.product-list-widget, .product-widget {
    position: relative;
}
[builder-element=ProductListElement].builder-class-element-selected .ace-controls {
    display: block!important;
}
.builder-class-element-selected[data-preview=yes] .preview-but {
    display: none!important;
}
.builder-class-element-selected[data-preview=yes] .unpreview-but {
    display: block!important;
}
.builder-class-element-selected[data-preview=no] .preview-but {
    display: block!important;
}
.builder-class-element-selected[data-preview=no] .unpreview-but {
    display: none!important;
}
.ace-loading {
    position: relative;
}
.ace-loading::after {
    content: 'aaaa';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff5ee;
    z-index: 1;
    color: transparent;
}
.ace-loading .ace-loader {
    position: absolute;
    top: calc(50% - 120px);
    left: calc(50% - 50px);
    z-index: 2;
}
.ace-loading .ace-loader svg {
    width: 100px;
}
.product-widget[data-id=""] .preview-but {
    display: none!important;
}
.product-placeholder {
    display: block!important;
    top: 0;
    left: 0;
    background: #fbfcfc;
    padding: 30px;
    z-index: 2;
    border: dashed 2px #ddd;
    border-radius: 2px;
    margin: 0;
    opacity: 1;
    width: 100%;
    height: 190px;
}
.product-placeholder img {
    width: 100px;
    display: block;
    margin: auto;
    opacity: 0.7;
    margin-bottom: 20px;
}
.product-placeholder .btn {
    background-color: #fff;
    border-color: #949494;
    border-width: 1px;
    color: #444;
}
.product-placeholder .btnx {
    background-color: transparent;
    border-color: #949494;
    border-width: 0px;
    color: #999!important;
}
.rss-highlight {
    outline: dashed 1px rgb(0 0 0 / 10%);
    background: rgb(0 0 0 / 5%);
    border-radius: 3px;
}
.rss-selected {
    outline: dashed 1px rgb(189 185 0 / 50%);
    background: rgb(255 226 0 / 20%);
    border-radius: 3px;
}
[rss-item] {
    cursor: pointer;
}