:root {
--font: 'Montserrat', 'Tungsten';



--base-color: #E01839;


--base-text-color: #fff;


--footer-color: #3C3C3C;


--footer-text-color: #fff;

--button-color: #417505;


--button-hover-color: #335D04;



--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

#body {
    background-color: #fff;
}
.menu-bar {
    background-color: #fff;
    border: 2px solid #eee;
}

.header-wrapper .inner-wrapper {
    background-color: #fff;
}

/* MENU */
.menu-bar-item-label {
    display: block;
    color: #323232;
}
.menu-bar-items {
    padding: 0 10px;
}
.menu-bar-item-label:hover,
.menu-bar-item-label:focus {
    color: #919191;
  text-decoration: underline;
  text-decoration-color: #cc0000;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.product-search-input-container {
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 10px
}
i.fas.fa-search.product-search-button {
    transform: scale(0.7);
    opacity: 0.5;
}
.menu-bar-desktop-categories-menu {
    background-color: #fff;
}
.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
    background-color: #0071b8;
}
.resource-menu-desktop {
    background-color: #fff;
}
.resource-menu-desktop ul li > ul > li:hover {
    background-color: #0071b8;
}

/* ICONS */
.minibasket-nbr-items {
    right: -5px;
}
.minibasket .minibasket-icon {
	color: #000;
    background-color: #fff;
    border-radius: 5px;
}
.minibasket .minibasket-icon:hover {
 /* Change color on hover */
  color: #0071b8;
}
.product-comparison-icon {
	color: #000;
    background-color: #fff;
    border-radius: 2px;
}
.product-comparison-icon:hover {
 /* Change color on hover */
  color: #0071b8;
}
.fa-shopping-cart::before {
    content: "\f291";
}
.fa-sign-in-alt::before {
    content: "\f2bd";
}
.badge.warning {
    background: #0071b8;
    color: #ffffff;
    font-weight: bold;
}
.tab-expand, .tab-expand-inner, .tab-fold {
    color: #0071b8;
}

/* FRONT PAGE */
.promotion-item.only-product .promotion-item-info p {
    margin: 0;
    white-space: nowrap;
}

/* =====================================
			Stock Info Start
===================================== */
.promotion-item .product__stock--no-stock .product__stock--info{
    visibility: hidden;
}
.promotion-item .product__stock--no-stock .product__stock--info:after{
    visibility: visible;
    color: #f7931e;
    content: "Begr\00E4 nsat";
}

.promotion-item .product__stock--info{
    color: #ebebeb;
    visibility: hidden;
}
.promotion-item .product__stock--info:after{
    color: #479a26;
    visibility: visible;
    content: "Lagervara";
}

.product__stock-expected-container {
    display: inline;
    margin-left: 8px;
}
/* Grid View */
.large-grid .product__stock--info {
    position: absolute;
    left: 0;
    bottom: 10px;
}
/* Product Card */
.product__stock {
     line-height: 18px;
}

.product__stock--info {
    visibility: hidden;    
    display: inline-block;
}
.product__stock--info:after{
    visibility: visible;
    color: #479a26;
    display: block;
    content: "Lagervara";
}
.product__stock--no-stock .product__stock--info {
    color: #e60000;
    visibility: hidden;
}
.product__stock--no-stock .product__stock--info:after{
    visibility: visible;
    color: #f7931e;
    display: block;
    content: "Begr\00E4 nsat lager";
}
.product__stock-incoming-label:before {
    content: "Vid konfiguration Ã¤r leveranstiden ca 3 veckor ";
    color:red;
    font-weight: bold;
    visibility: visible;
}
.quick-search-overlay .quick-search h2:after {
    font-size: 0.8em;
    /*margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;*/
    content: "(Tryck enter f\00F6 r fler resultat)";
}
/* TEXT SIZE & ADJUSTMENTS */
/* Product name */
.product-list__details {
    margin-top: 1px;
}
    .promotion-item:not(.document) h5 {
        font-size: 0.9rem;
    }
.product-card h1 {
    font-weight: bold;
    font-size: 20px;
}  
.product-card .product-card-price .price .price-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
}  
.prodlist-row {
    --small-row-height: 90px;
    --medium-row-height: 123px;
    --large-row-height: 350px;
    --content-row-height: 190px;
    --buy-button-height: 36px;
}
.large-grid .product__stock--info {
    bottom: 3px;
}
.quick-search-overlay .quick-search .search-result-products .prodlist-row .prodlist-row__content-wrapper .product-list__details .product-list__title {
    line-height: 1.0;
}
@media (max-width: 639px) {
    .prodlist-row:has(.has-text) .buy-form-container .buy-button {
        max-height: 100px;
        height: 36px;
    }
}
@media (max-width: 639px) {
    .prodlist-row__prodinfo {
        padding: 1px 5px;
    }
}
/* Product description */
.promotion-item.only-product .promotion-item-info p {
    font-size: 0.7rem;
}

/* BUTTONS */
.prodlist-row:has(.has-text) .buy-form-container .buy-button.has-text {
    font-size: 13px;
}
.product-card-buy-button .buy-button .buy-button-text {
    border-radius: 15px;
    font-size: 13px;
}
.buy-button {
    border-radius: 15px;
    font-size: 13px;
}
.promotion-item .promotion-buy .buy-button .buy-button-text {
    font-size: 13px;
}
.quick-search-overlay .quick-search .buy-button .buy-button-text {
    font-size: 13px;
}
.quick-search-overlay .quick-search .search-result-products .prodlist-row .prodlist-row__buy-wrapper .quick-buy button {
    height: 30px;
}
.button {
    line-height: 2;
}
.buy-quantity__input {
    height: 30px;
}

