body {
    background: #ffffff;
}

.s-item-container .card {

    border: none;
    box-shadow: none;
}

:root {
    --s-columns-xs: 2;
    --s-item-width-xs: calc((100vw * 12 / 12 - 30px - 27px) / 2);
    --s-columns-sm: 1;
    --s-item-width-sm: calc((100vw * 7 / 12 - 30px - 10px) / 1);
    --s-columns-md: 2;
    --s-item-width-md: calc((100vw * 8 / 12 - 30px - 21px) / 2);
    --s-columns-lg: 4;
    --s-item-width-lg: calc((100vw * 9 / 12 - 30px - 33px) / 4);
    --s-columns-xl: 4;
    --s-item-width-xl: calc((100vw * 9 / 12 * 9 / 12 - 30px - 30px) / 4);
}

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: #e16ba8;
}

.s-container-name, .s-container-name a {
    color: #104246;
}

.s-item-total .price-tag, .s-product-price .price-tag {
    font-weight: bold !important;
    font-size: 1.1rem;
}

.s-header .btn-primary {
    color: #104246;
    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;
}

header.navbar {
    height: 92px;
}

.logo-small img, .logo-wide img {
    display: inline-block;
    max-height: 150px;
    max-width: 200px;
}

body.login div.col-sm-6:nth-child(1) {
    display: none;
}

footer{
    background-color: #aabf56;
    border-top-color: #aabf56;
}

.s-product-price, .price-tag{
    color: #aabf56;
}

.btn-primary:hover{
    background-color: #aabf56 !important;
    border-color: #aabf56 !important;
}

.show-shop-info {
    color: #104246 !important;
}

.s-filter-category a {
    color: #104246 !important;
}

.shop .alert-info, .s-alert{
    background-color: #104246;
    border-color: #104246;
    color:white;
    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:#104246;
    font-weight: 600 !important;
}

.action-agree-data-processing {
    color:#104246;
    font-weight: 900 !important;
    font-size: 1.1rem;
}

h5 a{
    color: #104246;
}