﻿ @import url("https://use.typekit.net/jij5tdd.css"); /* "rift", sans-serif 300, 400, 500, 600, 700 */
 @import url("https://use.typekit.net/vyi8zqm.css"); /* "oscine", sans-serif 300, 400, 700, 800  */

body {
    --template-nav-gap: 24px;
    --template-nav-height: 37px;
    --template-nav-font-size: 20px;
    --template-nav-small-font-size: 13px;
    --template-nav-letter-spacing: .05em;
    --template-nav-font-weight: 500;
    --template-nav-color: #333;
    --template-nav-text-transform: initial;
    --template-nav-background: #fff;
    --template-nav-font-family: "rift", sans-serif;
}

body .header__inner {
    padding: 6vw;
}

body .header__title .logo {
    content: "";
    background-image: url(https://resources.citybreak.com/bookvisit/flamsbrygga/logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 180px;
    height: 21px;
}

body .header__title .logo img {
    display: none; 
}

body .nav__item--cart {
    background-color: #480412 !important;
    color: #f6e2bf !important;
}

/*body .icon__cart,
body .icon__lang {
    transform: scale(.9);
}*/

body .icon__lang {
    border-radius: 30px;
}

@media (max-width: 999px) {
    body .nav__item--cart .text__price {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    body .header__inner {
        padding: .8vw 3vw;
        min-height: calc(1.6vw + 58px);
    }

    body .header__title .logo {
        width: 385px;
        height: 45px;
    }

    body .nav__item--cart {
        padding: 0 16px;
        transition: all .2s;
        height: 58px !important;
    }
}