﻿
/* ************************* LAYOUT  - positionering av de större blocken ************************* */
body,
body.showWarning {
    margin-top: 0;
    background-position: 0;
}

.cookieWarning {
    position: relative;
    top: unset;
}

/* ************************* STYLE ************************* */


/* ************************* NAVIGERINGSTRÄD ************************* */


/* ************************* VARUKORG ************************* */


/* ************************* KNAPPAR ************************* */


/* ************************* VYSIDOR ************************* */


/* ************************* SKYLTNING / VARUGRUPP / SÖKRESULTAT ************************* */
.sky-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
    font-size: 16px;
}

.sky-header {
    display: flex;
    width: 100%;
}

.sky-text {
    float: left;
    width: 210px;
    margin: 25px 20px 10px;
}

.sky-wrapper .sky-category {
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.sky-wrapper a img {
    display: block;
}

/* Slick slider */
.slick-slider {
    max-width: 750px;
}
.slick-slider .slick-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.slick-slider .slick-dots li button::before,
.slick-slider .slick-dots li.slick-active button::before {
    color: #296A88;
}
/* end Slick slider */

@media screen and (max-width: 999px) {
    .sky-text,
    .slick-slider {
        width: 100%;
        margin: 0;
    }
    
    .sky-header {
        flex-direction: column;
    }
    
    .sky-wrapper .sky-category {
        max-width: 50%;
    }
}

@media screen and (min-width: 1000px) {
    .sky-wrapper {
        width: 1000px;
    }
    
    .theme-beta .sky-wrapper {
        width: 950px;
    }
    
    .theme-beta .slick-slider {
        max-width: 700px;
    }

    .theme-beta .sky-wrapper .sky-category {
        max-width: 25%;
    }
}

.vy, .vy > * {
    box-sizing: border-box;
}
.vy {
    color: #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
}
.vy .vy-text {
    padding: 10px 15px;
}
.vy h1 {
    margin-bottom: 0.25em;
    font-weight: normal;
    text-transform: uppercase;
}
.vy p {
    font-size: 13px;
    line-height: 160%;
    margin: 0;
    padding: 0;
    word-spacing: 1px;
}

@media screen and (max-width: 999px) {
    .vy .vy-text {
        color: #808080;
        text-align: center;
        margin-bottom: 2em;
    }
    
    .vy h1 {
        margin-top: .5em;
    }
    
    .vy + p {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .vy {
        width: 1000px;
        min-height: 270px;
        padding: 20px;
    }
    
    .vy h1 {
        margin-top: .4em;
    }
    
    .vy .vy-text {
        width: 225px;
        height: 230px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .vy .vy-image {
        display: none;
    }

    /* Vardagsrum */
    .vy.vard {
        background-image: url(../Images/user/vinjett_1000_vardagsrum.png);
    }
    /* Matrum */
    .vy.mat {
        background-image: url(../Images/user/vinjett_1000_matrum.png);
    }
    /* Sovrum */
    .vy.sov {
        background-image: url(../Images/user/vinjett_1000_sovrum.png);
    }
    /* Inspiration / Inredningsdetaljer */
    .vy.inred {
        background-image: url(../Images/user/vinjett_1000_inspiration.png);
    }
    /* Nyheter */
    .vy.nyheter {
        background-image: url(../Images/user/vinjett_1000_nyheter.png);
    }
}

/* Listvisning */

/* Fönstervisning och utökad lista gemensamt */
.window-view .productContainer .product-code,
.extended-view .productContainer .produt-code {
    display: none;
}
.window-view .buy-wrapper .buy-inner > .fw-button,
.extended-view .buy-wrapper .buy-inner > .fw-button,
.window-view .buy-wrapper .quantity,
.extended-view .buy-wrapper .quantity {
    display: none;
}

/* Fönstervisning */
.window-view .productContainer {
    position: relative;
}
.window-view .productContainer .info-wrapper {
    align-items: center;
}
.theme-alfa .window-view .productContainer .inner {
    position: static;
}
.window-view .attribute-image {
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
}

/* Utökad listvisning */
.extended-view .productContainer {
    position: relative;
}
.extended-view .attribute-image {
    position: absolute;
    top: 0;
    left: 0;
}

/* BETA */
.theme-beta .header img {
    width: auto;
    max-width: none;
    max-height: 2.9rem;
}
.theme-beta .header #top-header-container #Logo a {
    padding:0;
}
.theme-beta .prodlistView .prodlist-wrapper .price-wrapper .price {
    font-size: 14px;
}
.theme-beta .prodlistView .prodlist-wrapper .price-wrapper .price:first-child .value {
    font-weight: normal;
}
.theme-beta .product-wrapper .product .product-images .slider .disable {
    visibility: hidden;
}

/* Sortering / filtrering */
.theme-alfa .filter-search-wrapper,
.theme-alfa .filterbox {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.filter-search, .filterbox {
	border-bottom: 0 none;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .theme-alfa .hits {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 1em;
        width: auto;
    }
    
    .theme-alfa .filter-search {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    
    .theme-alfa .filterCombosWrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    
    .theme-alfa .filters .filterOn {
        margin-right: .5em;
    }
    
    .theme-alfa .filterCombos {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0;
    }
    
    .theme-alfa .filterCombos .comboBoxTextBox {
        border-color: #808080;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    
    .theme-alfa .sort-page-settings {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack:unset;
        -ms-flex-pack:unset;
        -webkit-justify-content:unset;
        justify-content:unset;
    }
    
    .theme-alfa .filters .sortcolumns {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .theme-alfa .dpnoofrows {
        margin-right: 2rem;
    }
    
    .theme-alfa .filters .selectionBox {
        margin: 0;
    }
    
    .theme-alfa .sort-page-settings > div > span {
        margin-right: .5em;
    }

    .theme-alfa .filters .dpnoofrows .selectionBox {
        width: 75px;
    }
    
    .theme-alfa .filters .pager {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto;
    }
}

/* ************************* TABELLER ************************* */


/* ************************* PRODUKTSIDAN ************************* */
/* Bildzoom */
.zoomWindow {
    background-color: #fff !important;
    border: 1px solid #999 !important;
    box-shadow: 2px 2px 2px #8f8f8f;
}


/* ************************* CROSSELLING ************************* */
.cross-item .buy-wrapper .buy-inner > .fw-button {
    display: none;
}
.cross-item .cross-code {
    display: none;
}
.cross-header {
    position: relative;
}
.cross-text .crossTextCorner {
    position: absolute;
    top: 0;
    left: 0;
}
.cross-text h2 {
    margin-top: 1.5em;
}

.cross-header h2.cross-title {
    margin-top: 1.5em;
}

/* ************************* KASSASIDAN ************************* */
.sectionRadiobuttons .images img {
    margin-right: 10px;
}

/* ************************* FOOTER ************************* */


/* ************************* FELMEDDELANDEN ************************* */


/* ************************* EGNA SIDOR ************************* */
.userpage {
    margin-top: 50px !important;
}
.theme-alfa .myPage {
    font-size: 14px;
    font-family: Arial, Tahoma, sans-serif;
    color: #666666;
}
.myPage h1, .myPage h2, .myPage h3 {
    margin: 0.3em 0 0.6em;
}
.myPage h1 {
    text-transform: uppercase;
}
.myPage p {
    margin: 0.5em 0;
}
/* Våra butiker */
.storesPage .store {
    position: relative;
    min-height: 300px;
    padding: 1em;
    border-top: 1px solid #dddddd;
}
.storesPage .store:last-child {
    border-bottom: 1px solid #dddddd;
}
.storesPage .map iframe {
    height: 280px;
}

@media screen and (min-width: 700px) {
    .storesPage .storeInfo {
        float: left;
    }
    .storesPage .map {
        float: right;
    }
}
/* Lediga tjänster */
.jobsPage {
    margin: 2em 0 0;
    padding: 0;
    font-size: 13px;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.jobsPage h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.jobsPage h3 {
    margin-bottom: 0.5em;
}
.jobsPage dl {
    margin-bottom:20px;
}
.jobsPage dl dt {
    float: left;
    width: 150px;
    margin-right: 5px;
    padding: 3px 0;
    font-weight: bold;
}
.jobsPage dl dd {
    margin: 5px 0;
    padding: 3px 0;
}
.jobsPage .jobWrapper {
    border-bottom: 1px solid #aaa;
}

/* ************************* INFOLIST OM DEMOSAJT ************************* */
#demoDiv {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 7px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: rgba(239,8,8,0.8);   /*#ef0808*/
    z-index: 5;
}
#demoDiv a {
    padding-left: 1em;
    vertical-align: middle;
}


/* ************************* IE-FIX ************************* */
.groupview-wrapper .group-image {
    flex-shrink: 0;
}
