
.btn-primary.btn-shadow {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(136 136 136 / 90%) !important;
}

.bg-darker {
    background-color: #2a2a2a !important;
}

.footer {
    background-color: #363636 !important;
}

.btn-market {
    background-color: #00000070 !important;
}

.bg-white .btn-market {
    background-color: #000000 !important;
}

.btn-market:hover {
    opacity: 0.85;
}


.widget-categories .accordion-button {
    color: #c50008;
}

.text-right {
    text-align: right;
}

.steps-light .step-progress {
    background-color: #0000005c !important;
}

.steps-light .step-count {
    background-color: #0000007a !important;
}

.widget-categories .accordion-button.collapsed {
    color: #4b566b !important;
}

a.black-link {
    color: #4b566b;
}

.navbar-tool .navbar-tool-label:empty {
    display: none;
}


#search-result-holder, #search-result-holder-mob, #search-result-holder-desktop {
    position: relative;
    z-index: 1000;
    width: 100%;
}

#search-result:empty, #search-result-mob:empty, #search-result-desktop:empty {
    display: none;
}

#search-result, #search-result-mob, #search-result-desktop {
    position: absolute;
    width: 100%;
    background-color: white;
    cursor: pointer;
    max-height: 750px;
    overflow-y: auto;
}


#search-result img, #search-result-mob img, #search-result-desktop img {
    width: 100px;
    height: 75px;
    object-fit: cover;
}

#search-result .search-result__category, #search-result-mob .search-result__category, #search-result-desktop .search-result__category {
    font-size: 12px;
    color: #aaa;
    padding-bottom: 3px;
}

#search-result h3, #search-result-mob h3, #search-result-desktop h3 {
    font-size: 16px;
    color: black;
    margin-bottom: 3px;
}

#search-result h3 a, #search-result-mob h3 a, #search-result-desktop h3 a {
    color: black !important;
}

#search-result .snippet, #search-result-mob .snippet, #search-result-desktop .snippet {
    font-size: 12px;
    color: #aaa;
}

#search-result .row, #search-result-mob .row, #search-result-desktop .row {
    border-top: 1px solid #ddd;
    margin-top: 8px;
    padding-top: 8px;
}

#search-result .row:first-child, #search-result-mob .row:first-child, #search-result-desktop .row:first-child {
    margin-top: 0px;
    border-bottom: none;
}


#search-result .row:hover, #search-result-mob .row:hover, #search-result-desktop .row:hover {
    opacity: 0.85;
}

.header-menu img, .category-grid img, .product-card img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.alert-holder:empty {
    display: none;
}

.form-control.input-fixed {
    border-color: white;
    padding-left: 0px;
    padding-top: 0px;
    color: #888;
}

.payment-method__paytrail2 input[type=image] {
    height: 45px;
    margin: 8px;
}

.language-switcher img {
    height: 24px;
    margin-left: 3px;
    border-radius: 2px;
}

.language-switcher img.flag-en {

}

.product-description p a {
    color: #0070e2 !important;
    cursor: pointer;
}

.product-description p a:hover {
    color: #0070E2 !important;
    text-decoration: underline;
}

.alert p {
    margin-bottom: 0px;
}

.alert p + p {
    margin-bottom: 8px;
}

.navbar .container {
    max-width:none;
}
