body {
    background: #FEFEFE;
}

.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: #FEFEFE;
    border-bottom: none;
    box-shadow: none;
}

.s-panel-header {
    background: #FEFEFE;
    border-bottom: none;
    box-shadow: none;
    border: none;
}

.s-product-name, .s-product-name a {
    color: #006c32;
}

.s-container-name, .s-container-name a {
    color: #111111;
}

.s-item-total .price-tag, .s-product-price .price-tag {
    font-weight: bold !important;
}

.s-header .btn-primary {
    color: #006c32;
    background-color: #FEFEFE;
    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: #fed400;
    border-top-color: #fed400;
    color: #111111;
}

.s-product-price, .price-tag{
    color: #111111;
}

.btn-primary:hover{
    background-color: #fed400 !important;
    border-color: #fed400 !important;
}

.show-shop-info {
    color: #104246 !important;
}

.s-filter-category a {
    color: #104246 !important;
}

.shop .alert-info, .s-alert{
    background-color: #999082;
    border-color: #999082;
    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;
}

.mb-2.mb-md-0.shipping-method-preset.s-shipping-method{
  color:black;
}
.mb-2.mb-md-0.shipping-date-preset.s-shipping-date{
  color:black;
}
.alert.shipping-presets.s-alert.s-shipping-presets.alert-info{
  background-color:white;
  border-color:white;
}

.action-agree-data-processing {
    color:#104246;
    font-weight: 900 !important;
    font-size: 1.1rem;
}

h5 a{
    color: #006c32;
}

.nav-link.active {
    color: #006c32 !important;
    font-weight: bold;
}