.bountiful--top-bar {
    display: none;

}

.slot--header-horizontal-menu {
    background: #ff968d;
}
.slot--header-horizontal-menu .navbar-nav > li a {
    color: #fff;
}

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title {
    background: #ff968d;
    color: white;
}

/* --- BUY BUTTON --- */

@media(min-width:768px)  {
 
.slot--article-quantity .tws-article-quantity--input-wrapper {
    max-width: 160px;
}
.bountiful--buy-button-group .slot--article-buy-button {
    max-width: 200px;
    margin: 0;
}
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
    display: inline-block;
	  width: 50%;
}
 }
/* --- LOGGA: centrerad på alla skärmar --- */

/* Grundläggande centrering */
.slot--header-logo {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

/* Bilden */
.slot--header-logo img {
    display: inline-block !important;
    height: 120px !important;
    width: auto !important;
    max-width: 100% !important;
}

/* Mindre logga på mobil */
@media (max-width: 600px) {
    .slot--header-logo img {
        height: 36px !important;
    }
}
body {
    background-image: url("https://cdn.abicart.com/shop/24237/files/Bild%202.jpeg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}