body {
    color: #000;
}

.sylius-product-name a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

#sylius-product-name {
    font-size: 1.5rem !important;
    margin-left: 1rem;
}

.ui.blue.buttons .button, .ui.blue.button, .button.icon {
    background-color: #2478D6 !important;
}

.flex {
    display: flex;
}
.security-menu {
    margin-top: 0px !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.ui.menu {
    margin-bottom: 0 !important;
}

.header-bottom .ui.menu .item {
    color: #ffffff !important;
    border: 0px solid black !important;
}

.header-bottom .ui.menu {
    border: none;
    background-color: transparent !important;
}

#bitbag_elasticsearch_search_box_search {
    background-color: #ffffff !important;
}

#bitbag_elasticsearch_search_box_query {
    border-radius: 16px;
}

.ui.action.input:not([class*="left action"]) > .dropdown:last-child, .ui.action.input:not([class*="left action"]) > .button:last-child, .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
    border-radius: 0px 16px 16px 0px;
}
.header-bottom .ui.menu a {
    color: #ffffff;
}

.ui.segment {
    color: #000;
}
.ui.button {
    color: #ffffff;
}

#subcategories {
    /*background-color: #fff !important;*/
    border: 0px !important;
}

.select-option-link {
    color: #000000;
}
.select-option-link.active {
    border: 1px solid #2478D6 !important;
    color: #2478D6 !important;
}

.select-option-link.disabled {
    cursor: not-allowed;
    opacity: .2;
}

.sylius-product-name {
    color: #2D2C2C !important;
    font-size: 1rem !important;
}

#subcategories .column a {
    background-color: #f8f8f7;
    padding: 1rem;
    display: block;
    border: 1px solid rgba(34, 36, 38, 0.15);
}
#subcategories .column {
    background-color: #fff !important;
    padding: 0.6rem;
}

header .ui.button {
    color: rgba(0, 0, 0, .6);
}

#footer, .ui.inverted.segment, .ui.primary.inverted.segment {
    /*background-color: #0b294b !important;*/
    background-color: #358ad1 !important;
    background-image: linear-gradient(#1966b4, #2c90e5) !important;
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1440px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ui.grid.container {
        width: calc(1440px + 2rem) !important;
    }

    .ui.relaxed.grid.container {
        width: calc(1440px + 3rem) !important;
    }

    .ui.very.relaxed.grid.container {
        width: calc(1440px + 5rem) !important;
    }
}

.header-bottom {
    background-image: linear-gradient(#1966b4, #2685d5) !important;
}

i.circular.icon {
    font-size: 1em !important;
}


.header-top {
    background-color: #358ad1 !important;
    background-image: linear-gradient(#1966b4, #2c90e5) !important;
    /*background: transparent !important;*/
}

a {
    color: #2c90e5;
}

a:hover {
    color: #1966b4;
}

body.pushable .pusher {
    background-color: #fff;;
}

.ui.segment {
    background-color: #f8f8f7;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.card.product-card {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ui.cards > .card > .content, .ui.card > .content {
    border-top: none !important;
}

.sylius-product-price {
    color: #1966b4;
    font-weight: bold;
}