#duplica-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#duplica-modal-loader {
    position: absolute;
}
.duplica-duplicate ul {
    display: none;
    background: #f6f7f7;
    width: 120px;
    margin-top: -3px;
    padding: 5px 5px 0px 5px;
    box-shadow: 1px 1px 4px 0 #b3b2b2c9;
    border-radius: 4px;
    margin-bottom: 0;
}
.duplica-duplicate a:hover + ul, .duplica-duplicate ul:hover {
    display: block;
}
.row-actions .duplica .duplica-duplicate {
    display: inherit;
    position: relative;
}
.row-actions .duplica .duplica-duplicate ul {
    position: absolute;
    left: 0;
    background: #f6f7f7;
}

/* EasyCommerce Promo */
.duplica .cx-wrapper.cx-sections-1 {
    grid-template-columns: 5fr 1fr;
    padding-bottom: 0;
}
.duplica #easycommerce-promo {
    margin-bottom: -4px;
}