.fabrikk--header-wrapper {
    background: #000; 
}
.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image, .tws-article-search-page--list .tws-list--type-grid .tws-article-list--product-image {
    border: none;
}

.slot--top-bar-html {
text-align:center;
}

.customPageHtml iframe {
max-width:100%;
}

.tws-mini-cart .tws-mini-cart--header-cart-button {
    margin: 0;
    height: auto;
    width: auto;
    color: #64ec0e;
    transition: all .3s;
    cursor: pointer;
    padding: 10px 30px;
}


@media only screen and (max-width: 992px) {
.tws-mini-cart .tws-mini-cart--header-cart-button {
    padding: 28px 29px;
}
}