
body {
    background: #ffffff;
}

.s-item-container .card {

    border: none;
    box-shadow: none;
}

header {
    background: #fff;
    border-bottom: none;
    box-shadow: none;
}

.s-panel-header {
    background: #fff;
    border-bottom: none;
    box-shadow: none;
    border: none;
}

.s-product-name, .s-product-name a {
    color: #2e2d2c;
}

.s-container-name, .s-container-name a {
    color: #2e2d2c;
}

.s-item-total .price-tag, .s-product-price .price-tag {
    font-weight: bold !important;
    font-size: 1.1rem;
}

.s-header .btn-primary {
    color: #2e2d2c;
    background-color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase !important;
}

.s-header .btn-primary .span {
    text-transform: uppercase !important;
}

.logo-small img, .logo-wide img {
    display: inline-block;
    max-height: 150px;
    max-width: 200px;
}

body.login div.card.mb-3.mb-sm-4.mb-md-5:nth-child(3) .col-sm-6:nth-child(1) {
    display: none;
}

footer {
    background-color: #2e2d2c;
    border-top-color: #2e2d2c;
}

.s-product-price, .price-tag {
    color: #ffcd1c;
}

.btn-primary:hover {
    background-color: #F7ED4A !important;
    border-color: #F7ED4A !important;
}

.show-shop-info {
    color: #2e2d2c !important;
}

.s-filter-category a {
    color: #2e2d2c !important;
}

.shop .alert-info, .s-alert {
    background-color: #2e2d2c;
    border-color: #2e2d2c;
    color: #2e2d2c;
    font-size: 110%;
}

.shop .alert-info, .s-alert a {
    color: white;
}

.customer_register_new .alert-info, .s-alert {
    background-color: white;
    border-color: white;
    font-size: 110%;
}

.customer_register_new .alert-info, .s-alert a {
    color: #2e2d2c;
    font-weight: 600 !important;
}

.action-agree-data-processing {
    color: #2e2d2c;
    font-weight: 900 !important;
    font-size: 1.1rem;
}

h5 a {
    color: #2e2d2c;
}

.shopping_cart_checkout_recurring .multiple-choice-actions {
    display: none;
}
.shopping-cart-reset a {
    display: none;
}
.s-heading {
    font-size: calc(100% + 3vw);
}
