i[class*=jnews_element_paywall] {
    background-image: url(../../img/admin/vc/vc_sprites_paywall.png) !important;
    background-repeat: no-repeat;
    background-size: auto !important;
    margin-top: -5px !important;
    width: 60px !important;
    height: 45px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    i[class*=jnews_element_paywall] {
        background-image: url(../../img/admin/vc/vc_sprites_paywall@2x.png) !important;
        background-size: 60px !important;
    }
}

.vc_add-element-container .wpb-content-layouts a[id*=jnews_element_paywall] {
    padding-left: 75px;
}

.jnews_element_paywall {
    background-position: 0 0 !important;
}

/** Product Input Style */
.woocommerce_options_panel .multiple-item .short {
    width: 100%
}

.multiple_input_field .wrap .multiple-item {
    width: 25%;
    margin-right: 10px;
    float: left;
}

.multiple_input_field .wrap .multiple-item:last-child {
    margin-right: 0 !important;
}

.multiple_input_field .wrap::after {
    content: "";
    clear: both;
    display: table;
}