/* Begin Hikashop Store */

.notifyjs-corner {
    position: fixed !important;
    margin: 5px !important;
    z-index: 10050 !important;
}

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    position: relative !important;
    display: block !important;
    height: inherit !important;
    width: inherit !important;
    margin: 3px !important;
}
<style>
.notifyjs-container {
    display: none !important;
    z-index: 10050 !important;
    position: absolute !important;
}
.notifyjs-container {
    min-width: 250px !important;
}
    
.notifyjs-metro-info {
    color: #000  !important;
    background-color: #fff !important;
    border: 1px solid #3f4d65 !important;
}
.notifyjs-metro-base, .notifyjs-metro-lite-base {
    position: relative !important;
    min-height: 200px !important;
    color: #444 !important;
}

.notifyjs-metro-base .image {
    display: table !important;
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    left: 25px !important;
    top: 50% !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.notifyjs-metro-base .text-wrapper {
    margin: 10px 10px 10px 52px !important;
}
.notifyjs-metro-base .text-wrapper, .notifyjs-metro-lite-base .text-wrapper {
    display: inline-block !important;
    vertical-align: top !important;
    text-align: left !important;
    clear: both !important;
    font-family: 'Segoe UI' !important;
}

.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    font-size: 15px !important;
    font-weight: bold !important;
}

.notifyjs-metro-base .text, .notifyjs-metro-lite-base .text {
    font-size: 12px !important;
    font-weight: normal !important;
    vertical-align: middle !important;
}
