/*
Theme Name: Haakon Ørland
Author: Sondre Ørland
Author URI: https://sondreor.land/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
    font-family: Keyboard, sans-serif;
    font-feature-settings: "salt";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #080808;
    color: #fff;
    scroll-behavior: smooth;
    --scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

b,
strong {
    font-weight: 500;
}

em {
    color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.uk-container {
    max-width: 1200px;
}

@media screen and (max-width: 640px) {
    .uk-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: unset;
    font-weight: 400;
    color: unset;
    text-transform: none;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Regular.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Light-italic.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Light-italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Bold-italic.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Medium-italic.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Medium-italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Light.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Bold.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Black-Italic.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Black-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Black.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Regular-italic.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Regular-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: Keyboard;
    src: url('/wp-content/themes/haakonorland/fonts/woff2/Keyboard-Medium.woff2') format('woff2'),
        url('/wp-content/themes/haakonorland/fonts/woff/Keyboard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

#wpadminbar {
    z-index: 999999999999 !important;
}

/* -- Accessibility -- */


.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

a:focus {
    outline: 4px auto;
}

.hk-skip-content a {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.hk-skip-content a:focus,
.hk-skip-content a:active {
    font-size: 0.92rem;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #FF1B1C;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow: auto;
    padding: 22px 36px;
    z-index: 9999999999999999999;
    outline: #000 auto 0px !important;
}


/* NAVBAR */

.hk-navbar-ontop {
    position: absolute;
    z-index: 999999999;
    display: inline-block;
    width: 100%;
}

.hk-navbar-fixed {
    position: relative;
    width: 100%;
    top: 0;
    background: transparent;
}

.hk-navbar-container {
    max-width: 100%;
    padding: 60px 100px 60px 100px;
    display: flex;
}

.hk-logo {
    margin: 0px 120px 0px 0px;
}

.hk-logo a {
    padding: 40px 20px;
    margin: -40px -20px;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hk-logo a:hover {
    opacity: 0.4;
}

.hk-logo a:focus {
    outline: 4px auto #fff !important;
}

.hk-logo svg {
    width: 80px;
    margin: -10px 0px 0px 0px;
}

.hk-navbar-nav {
    visibility: hidden;
}

.hk-navbar-nav > * {
    visibility: visible;
    transition: opacity 150ms linear 100ms;
}

.hk-navbar-nav:hover > * {
    opacity: 0.4;
}

.hk-navbar-nav > *:hover {
    opacity: 1;
    transition-delay: 0ms, 0ms;
}

.uk-navbar-nav li a {
    font-family: unset;
}

.hk-navbar-nav li a {
    font-weight: 400;
    font-family: unset;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: lowercase;
}

.uk-navbar-nav li a:hover {
    color: #fff;
}

.uk-navbar-nav li a:focus {
    color: #fff;
    outline: 4px auto #fff !important;
}

.hk-navbar-nav li:first-child {
    margin-left: -15px;
}

/*

.hk-navbar-nav-nettbutikk > *  {
    opacity: 0.4;
}

#nettbutikk {
    opacity: 1;
}

*/


/*

.hk-navbar-nav-right {
    visibility: hidden;
}

.hk-navbar-nav-right > * {
    visibility: visible;
    transition: opacity 150ms linear 100ms;
}

.hk-navbar-nav-right:hover > * {
    opacity: 0.4;
}

.hk-navbar-nav-right > *:hover {
    opacity: 1;
    transition-delay: 0ms, 0ms;
}

*/

.hk-language-switcher {
    display: none;
}

.hk-language-switcher span {
    font-weight: 500;
    font-family: unset;
    color: #fff !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.8px;
    margin-top: 2px;
    text-transform: uppercase;
}

.hk-language-switcher:focus {
    outline: 4px auto #fff !important;
}

.hk-language-switcher svg {
    margin-right: 8px;
    width: 20px;
    pointer-events: none;
}

.hk-language-switcher:hover .language-1 {
    pointer-events: fill;
    cursor: pointer;
}

.hk-handlekurv {
    margin-right: -15px;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.hk-handlekurv:hover {
    opacity: 0.4;
}

.hk-handlekurv:focus {
    outline: 4px auto #fff !important;
}

.hk-handlekurv svg {
    width: 32px;
    margin-top: -5px;
}

.hk-handlekurv div {
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 20px;
    margin-left: 3px;
    margin-top: 0px;
}

.hk-handlekurv div span {
    text-align: center;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.8;
}

@media screen and (max-width: 1400px) {

    .hk-navbar-container {
        padding: 60px 70px 60px 70px;
    }

}

@media screen and (max-width: 1300px) {

    .hk-navbar-container {
        padding: 60px 40px 60px 40px;
    }

}

@media screen and (min-width: 1211px) {

    .uk-navbar-center {
        display: none;
    }

    .hk-navbar-button {
        display: none;
    }

    .hk-navbar-nav-secondary {
        display: none;
    }

}

@media screen and (max-width: 1210px) {

    .noscroll {
        overflow-y: hidden;
        height: 100%;
        width: 100%;
        position: fixed;
    }

    .hk-navbar-container-before {
        font-family: unset;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        top: 0;
        z-index: 10;
        z-index: 999999;
        position: relative;
    }

    .hk-navbar-container {
        padding: 25px 15px 25px 15px;
        align-items: center;
        background-color: transparent;
        z-index: 1;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .open-menu .hk-navbar-container {
        background: #101010;
    }

    .uk-navbar-left {
        flex-wrap: unset;
    }

    .hk-logo {
        display: none;
    }

    .hk-navbar-button {
		background: transparent;
		border: 0;
		padding-right: 60px;
		padding-bottom: 35px;
		padding-left: 25px;
		padding-top: 35px;
		outline: 0;
		margin-left: -14px;
		transform: scale(.93);
		margin-top: 4px;
		touch-action: manipulation;
    }
	
    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .hk-nav-icon-container {
        position: relative;
        display: initial;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transform: rotate(0deg);
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .hk-nav-icon-container #hk-nav-icon {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
        transform: scale(1.3);
    }

    .hk-nav-icon-container #hk-nav-icon .hk-bar {
        width: 100%;
        height: 1px;
        display: block;
        position: relative;
        background: #fff;
        transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition-delay: 0s;
    }

    .hk-nav-icon-container #hk-nav-icon .hk-bar.topBar {
        transform: translateY(0px) rotate(0deg);
    }

    .open-menu .topBar {
        transform: translateY(4px) rotate(45deg) !important;
    }

    .hk-nav-icon-container #hk-nav-icon .hk-bar.bottomBar {
        transform: translateY(6px) rotate(0deg);
    }

    .open-menu .bottomBar {
        transform: translateY(3px) rotate(-45deg) !important;
    }
	
	.hk-nav-meny {
		font-weight: 500;
		color: #fff;
		letter-spacing: 1.8px;
		position: absolute;
		margin-top: -14px;
		margin-left: 22px;
		font-size: .8rem;
		font-family: Keyboard,sans-serif;
		transition: all .3s cubic-bezier(.22,.61,.36,1);
	}

    .hk-navbar-mobile {
        position: fixed;
        top: 128px;
        height: calc(100% - 6.75rem);
        overflow-y: auto;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #101010;
        opacity: 0;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-timing-function: cubic-bezier(.34, 0, .29, 1);
        transition-duration: 0.4s, 0.7s;
        /* transition-delay: 0s, .2s; */
        border-top: 1px solid #222;
    }

    .open-menu .hk-navbar-mobile {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .hk-navbar-nav {
        list-style: none;
        padding: 0;
        display: block;
        visibility: hidden;
        transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.6s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .open-menu .hk-navbar-nav {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    .hk-navbar-nav > * {
        visibility: unset;
        transition: unset;
    }

    .open-menu .hk-navbar-nav > * {
        visibility: visible;
    }

    .hk-navbar-nav li {
        padding: 1rem 0;
        border: 0;
    }
	
    @keyframes linkfadeIn {
        100% {
            opacity: 1;
        }
    }

    .open-menu .hk-navbar-nav li {
        animation: linkfadeIn 2.0s forwards;
        opacity: 0;
    }
	
	.open-menu .hk-navbar-nav li:nth-child(1) {
        animation-delay: 0.2s;
    }

    .open-menu .hk-navbar-nav li:nth-child(2) {
        animation-delay: 0.25s;
    }

    .open-menu .hk-navbar-nav li:nth-child(3) {
        animation-delay: 0.30s;
    }

    .open-menu .hk-navbar-nav li:nth-child(4) {
        animation-delay: 0.35s;
    }

    .open-menu .hk-navbar-nav li:nth-child(5) {
        animation-delay: 0.40s;
    }

    .open-menu .hk-navbar-nav li:nth-child(6) {
        animation-delay: 0.45s;
    }

    .open-menu .hk-navbar-nav li:nth-child(7) {
        animation-delay: 0.50s;
    }

    .open-menu .hk-navbar-nav li:nth-child(8) {
        animation-delay: 0.55s;
    }

    .open-menu .hk-navbar-nav li:nth-child(9) {
        animation-delay: 0.60s;
    }

    .open-menu .hk-navbar-nav li:nth-child(10) {
        animation-delay: 0.65s;
    }

    .open-menu .hk-navbar-nav li:nth-child(11) {
        animation-delay: 0.70s;
    }

    .open-menu .hk-navbar-nav li:nth-child(12) {
        animation-delay: 0.75s;
    }

    .open-menu .hk-navbar-nav li:nth-child(13) {
        animation-delay: 0.80s;
    }

    .hk-navbar-nav li:first-child {
        margin-left: 0px;
        margin-top: 35px;
    }
	
	.hk-navbar-nav li:last-child {
		margin-bottom: 40px;
	}

	.hk-navbar-nav li a {
		color: #fff;
		text-decoration: none;
		font-size: .895rem;
		position: relative;
		min-height: 36px;
		display: block;
		margin-left: 15px;
	}

    .hk-navbar-nav-secondary {
        border-top: 1px solid #222;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        margin-bottom: 25px;
    }

	.hk-logo-mobile {
		display: block;
		margin: 0 0 0 10px;
	}

    .hk-logo-mobile a:hover {
        opacity: 1;
    }

    .hk-logo-mobile svg {
        width: 78px;
        margin: -5px 0px 0px 0px;
    }

    .uk-navbar-right {
        margin-right: 10px;
    }

	.hk-handlekurv {
		transform: scale(.95);
		margin-top: -2px;
	}

    .hk-language-switcher-mobile-hide {
        display: none;
    }

}


/* FRONT PAGE */

@keyframes textFadein {
    100% {
        opacity: 1;
    }
}


.hk-background-color {
    height: auto;
}

.hk-background {
    background: #000;
    height: auto;
}

.hk-background-color-front {
    background: #000000!important;
    z-index: 999!important;
    position: relative!important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.hk-background-front {
    background: linear-gradient(292deg, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/wp-content/themes/haakonorland/images/jpg/bakgrunn.jpg) !important;
    background-position: 100% 100%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 100vh;
    position: absolute!important;
    z-index: -1!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    animation: textFadein 1.6s forwards!important;
    animation-delay: 400ms!important;
    opacity: 0;
}

.hk-front-heading-center {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.hk-front-heading h1 {
    color: #fff;
    font-weight: 100;
    animation-delay: 200ms;
}

.hk-front-heading h1 strong {
    font-weight: 400;
}

.hk-front-heading h1 {
    animation-delay: 400ms;
}

.hk-front-heading h1 div {
    animation: textFadein 1.6s forwards;
    opacity: 0;
}

.hk-front-heading h1 div {
    display: inline;
}

.hk-front-heading h1 div:nth-child(1) {
    animation-delay: 300ms;
}

.hk-front-heading h1 div:nth-child(2) {
    animation-delay: 300ms;
}


.hk-front-heading span::before {
    content: "";
    position: absolute;
    margin-top: 24px;
    width: 20px;
    border-bottom: 2px solid;
    animation: textFadein 1.6s forwards;
    opacity: 0;
    animation-delay: 1000ms;
}

.hk-front-heading span {
    display: block;
    margin: 30px 0px 20px 0px;
}

.hk-front-heading span svg {
    margin-left: 50px;
    width: 210px;
    animation-delay: 1800ms;
    animation: textFadein 1.6s forwards;
    animation-delay: 1000ms;
    opacity: 0;
}

.hk-social {
    visibility: hidden;
    bottom: 70px;
    left: 100px;
    position: absolute;
}

.hk-social > * {
    visibility: visible;
    transition: opacity 150ms linear 100ms;
}

.hk-social:hover > * {
    opacity: 0.4;
    text-decoration: none;
}

.hk-social > *:hover {
    opacity: 1;
    transition-delay: 0ms, 0ms;
}

.hk-social .facebook {
    margin-right: 20px;
}

.hk-social .facebook svg {
    width: 11px;
}

.hk-social .instagram svg {
    width: 21px;
}

.hk-next {
    bottom: 95px;
    right: 100px;
    position: absolute;
}

.hk-next a {
    border: 1.4px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: 30px 52px 30px 68px;
    font-size: 0.8rem;
    letter-spacing: 1.6px;
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    text-transform: uppercase;
}

.hk-next a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.hk-next a:hover .pil-1 {
    fill: #000;
    stroke: #000;
}

.hk-next a span svg {
    width: 16px;
    margin-top: -2.1px;
    margin-left: 25px;
    margin-right: -18px;
}

.hk-next-mobile {
    bottom: 40px;
    right: 25px;
    position: absolute;
}

.hk-next-mobile a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 28px 28px 30px 26px;
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    text-transform: uppercase;
}

.hk-next-mobile a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.hk-next-mobile a:hover .pil-1 {
    fill: #000;
    stroke: #000;
}


.hk-next-mobile a span svg {
    width: 28px;
}

@media screen and (max-width: 1400px) {

    .hk-social {
        bottom: 70px;
        left: 70px;
    }

    .hk-next {
        bottom: 95px;
        right: 70px;
    }

}

@media screen and (max-width: 1300px) {

    .hk-social {
        bottom: 40px;
        left: 40px;
    }

    .hk-next {
        bottom: 65px;
        right: 40px;
    }

}


/* 
@media screen and (min-width: 720px) and (max-width: 1200px) {
    
    .hk-background-front {
        background-position: 56% 110% !important;
        background-size: 143% !important;
    }
    
}
*/

@media screen and (min-width: 1300px) and (max-width: 1400px) {
	.hk-front-heading-center {
		margin-left: 65px;
	}
}

@media screen and (max-width: 719px) {

    .hk-background-front {
        background: linear-gradient(292deg, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/wp-content/themes/haakonorland/images/jpg/bakgrunn-mobile.jpg) !important;
        background-position: 65% 110% !important;
        background-size: 225% !important;
        background-repeat: no-repeat !important;
    }

    .hk-front-heading h1 {
        font-size: 2.1rem;
    }

    .hk-front-heading span {
        margin: 20px 0px 20px 0px;
    }

    .hk-front-heading span svg {
        width: 175px;
        margin-top: 5px;
        margin-left: 40px;
    }

    .hk-social {
        bottom: 70px;
        left: 25px;
    }

    .hk-next {
        display: none;
    }

}

@media screen and (min-width: 620px) {

    .hk-next-mobile {
        display: none;
    }

}


/* ALL PAGES */

main {
    z-index: 9999;
    position: relative;
    padding-top: 200px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1010px) {

    main {
        padding-top: 130px;
    }
}

@media screen and (min-width: 520px) {

    .br-mobile {
        display: none !important;
    }

}

@media screen and (max-width: 520px) {

    .br-desktop {
        display: none !important;
    }
}


/* SHOP PAGE */

.uk-subnav-pill {
    margin-bottom: 15px;
}

.uk-subnav-pill > * > :first-child {
    font-family: unset;
    font-weight: 500;
    color: #fff !important;
    letter-spacing: 1.1px;
    font-size: 0.86rem;
    opacity: 0.5;
    margin-left: -10px;
    margin-right: 10px;
    margin-bottom: 15px;
    z-index: 99999999999999;
    position: relative;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.uk-subnav-pill > * > :first-child:hover {
    background: transparent !important;
    color: #fff !important;
    opacity: 1;
}

.uk-subnav-pill > * > :first-child:focus {
    background: transparent !important;
    color: #fff !important;
    opacity: 1;
    outline: 4px auto #fff !important;
}

.uk-subnav-pill > .uk-active > a {
    background-color: transparent;
    color: #fff !important;
    opacity: 1;
}

.hk-shop-items li {}

.hk-shop-items li:nth-child(1) {
    animation-delay: 200ms;
}

.hk-shop-items li:nth-child(2) {
    animation-delay: 300ms;
}

.hk-shop-items li:nth-child(3) {
    animation-delay: 400ms;
}

.hk-shop-items li:nth-child(4) {
    animation-delay: 500ms;
}

.hk-shop-items li:nth-child(5) {
    animation-delay: 600ms;
}

.hk-shop-items li:nth-child(6) {
    animation-delay: 700ms;
}

.hk-shop-items li:nth-child(7) {
    animation-delay: 800ms;
}

.hk-shop-items li:nth-child(8) {
    animation-delay: 900ms;
}

.hk-shop-items li:nth-child(9) {
    animation-delay: 1100ms;
}

.hk-shop-items li:nth-child(10) {
    animation-delay: 1200ms;
}

.hk-shop-items li:nth-child(11) {
    animation-delay: 1300ms;
}

.hk-shop-items li:nth-child(12) {
    animation-delay: 1400ms;
}

.hk-shop-items li:nth-child(13) {
    animation-delay: 1500ms;
}

.hk-shop-items li:nth-child(14) {
    animation-delay: 1600ms;
}

.hk-shop-items li:nth-child(15) {
    animation-delay: 1700ms;
}

.hk-shop-items li:nth-child(16) {
    animation-delay: 1800ms;
}

.hk-shop-items li:nth-child(17) {
    animation-delay: 1900ms;
}

.hk-shop-items li:nth-child(18) {
    animation-delay: 2000ms;
}

.hk-shop-items li:nth-child(19) {
    animation-delay: 2100ms;
}

.hk-shop-items li:nth-child(20) {
    animation-delay: 2200ms;
}

.hk-shop-items li a {}

/*
.hk-shop-items li a:hover .hk-shop-item-body img {
    transition: .2s ease-in-out;
    transform: translate(0px, 6px);
}

.hk-shop-items li a:hover .hk-shop-item-name {
    transition: .2s ease-in-out;
    transform: translate(25px, -0px);
    box-shadow: 0px 49px 185px 65px rgba(18, 18, 18, 0.69);
}
*/

.hk-shop-item {}

.hk-shop-item:hover {
    text-decoration: none;
}

.hk-shop-item-body {
    height: 500px;
    margin-bottom: 60px !important;
}

.hk-shop-item-body img {
    height: 500px;
    transition: .2s ease-in-out;
}

.hk-shop-item-name {
    background: #fff;
    padding: 20px 55px;
    color: #080808;
    font-weight: 500;
    position: absolute;
    z-index: 99999;
    margin-top: -93px;
    display: block;
    margin-left: -25px;
    letter-spacing: 0.3px;
    font-size: 0.9rem;
    transition: .2s ease-in-out;
}

.hk-shop-loadmore {
    text-align: center;
}

.hk-shop-loadmore a {
    color: #fff;
    display: inline-block;
    padding: 20px 35px;
    font-weight: 500;
    font-size: 0.88rem;
    margin-top: 40px;
    margin-bottom: 60px;
    z-index: 999999999999999999999999999;
    position: relative;
    letter-spacing: 0.2px;
}

@media screen and (max-width: 719px) {

    .uk-subnav-pill > * > :first-child {
        font-size: 0.843rem !important;
        margin-right: 5px;
    }

    .hk-shop-item-body {
        height: auto;
    }

    .hk-shop-item-body img {
        height: auto;
    }

    .hk-shop-item-name {
        display: block;
        margin: -95px 40px 0px 40px;
        position: relative;
        text-align: center;
    }
}



/* SHOP SINGLE ITEM */


.hk-shop-single-item {}



/* PERSONVERN */

.hk-personvern {
    max-width: 800px;
}

.hk-personvern h1 {
    font-weight: 500;
}

.hk-personvern h4 {
    font-weight: 500;
    margin-bottom: -15px;
    margin-top: 40px;
}

.hk-personvern h5 {
    display: inline-block;
    margin: 0;
    font-size: 0.9rem;
}

.hk-personvern h5 span {
    background: #fff;
    padding: 5px 15px;
    color: #080808;
    font-weight: 500;
    margin-left: 5px;
    letter-spacing: 0.2px;
}

.hk-personvern a {
    color: #06D6A0;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.hk-personvern-kontakt span {
    display: block;
    margin-top: 30px;
}

.hk-personvern-kontakt span a:last-child {
    margin-left: 20px;
}

.hk-personvern-kontakt adress {
    margin-top: 20px;
    display: block;
}

@media screen and (max-width: 719px) {

    .hk-personvern h1 {
        font-size: 1.85rem;
    }

}



/* SALGSBETINGELSR */

.hk-salgsbetingelser {
    max-width: 800px;
}

.hk-salgsbetingelser h1 {
    font-weight: 500;
}

.hk-salgsbetingelser h4 {
    font-weight: 500;
    margin-bottom: -15px;
    margin-top: 40px;
}

.hk-salgsbetingelser h5 {
    display: inline-block;
    margin: 0;
    font-size: 0.9rem;
}

.hk-salgsbetingelser h5 span {
    background: #fff;
    padding: 5px 15px;
    color: #080808;
    font-weight: 500;
    margin-left: 5px;
    letter-spacing: 0.2px;
}

.hk-salgsbetingelser a {
    color: #06D6A0;
    font-weight: 500;
    letter-spacing: 0.2px;
}


/* ERROR 404 */

.hk-error404 {
    padding-bottom: 50px;
}

.hk-error404 h1 {
    font-weight: 500;
    letter-spacing: 0.4px;
}

.hk-error404 h5 {
    margin-top: -5px;
}

.hk-error404 span {}

.hk-error404 a {
    font-weight: 500;
    background: #fff;
    padding: 20px 50px;
    color: #080808;
    letter-spacing: 0.4px;
    margin-top: 10px;
    display: inline-block;
    font-size: 0.875rem;
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hk-error404 a:hover {
    opacity: 0.4;
    text-decoration: none;
}



/* FOOTER */

footer {
    padding: 0px 100px 0px;
    background: #101010;
	color: #fff;
    z-index: 99999;
    position: relative;
}

footer hr {
    border-top: 1px solid #222222;
    margin: 0 !important;
}

.hk-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hk-footer-second {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hk-footer-links {
    visibility: hidden;
    text-align: left;
}

.hk-footer-links > * {
    visibility: visible;
    transition: opacity 150ms linear 100ms;
}

.hk-footer-links:hover > * {
    opacity: 0.4;
}

.hk-footer-links > *:hover {
    opacity: 1;
    transition-delay: 0ms, 0ms;
}

.hk-footer-links li {
	display: inline-block;
	margin: -10px 0px 0px 10px;
}

.hk-footer-links a {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: unset;
    /* color: #FF1B1C; */
    padding: 10px;
}

.hk-footer-links li:first-child {
    margin-left: -10px;
}

.hk-footer-links li:last-child {
    margin-right: 0px;
}

.hk-footer-links a:hover {
    text-decoration: none;
}

.hk-betalingsmetoder {
    text-align: right;
}

.hk-betalingsmetoder svg {
    width: 460px;
}

.hk-betalingsmetoder-mobile {
    text-align: center;
}

.hk-betalingsmetoder-mobile svg {
    width: 280px;
}

.hk-copyright {
    font-size: 0.84rem;
    letter-spacing: 0.3px;
}

.hk-organisasjonsnummer {
    text-align: center;
}

.hk-organisasjonsnummer a {
    font-weight: 500;
    font-size: 0.84rem;
    letter-spacing: 0.3px;
    color: unset;
    padding: 10px;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hk-organisasjonsnummer a:hover {
    text-decoration: none;
    opacity: 0.4;
}

.hk-sondre {
    text-align: right;
    font-size: 0.84rem;
    letter-spacing: 0.3px;
}

.hk-sondre a {
    font-weight: 500;
    color: #33d096;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hk-sondre a:hover {
    text-decoration: none;
    opacity: 0.4;
}

@media screen and (min-width: 1021px) {

    .hk-betalingsmetoder-mobile {
        display: none;
    }

}

@media screen and (max-width: 1020px) {

    footer {
        padding: 0px 25px 0px;
    }

    .hk-footer-first {
        padding-bottom: 30px;
    }

    .hk-betalingsmetoder {
        display: none;
    }

    .hk-footer-links {
        margin-top: -25px;
        text-align: center;
    }

    .hk-footer-links a {
        font-size: 0.75rem;
    }
	
	.hk-footer-links li {
		margin: 0px;
	}

    .hk-footer-links li:first-child {
        margin-left: 0px;
    }

    .hk-footer-second {
        padding-top: 35px;
    }

    .hk-copyright {
        text-align: center;
    }

    .hk-sondre {
        text-align: center;
    }

}

@media screen and (max-width: 363px) {

    .hk-footer-links a {
        display: block;
    }

    .hk-footer-links a:nth-child(2) {
        margin: 10px 0px;
    }
}


    
/* WORDPRESS RELATERT */

.woocommerce-ordering {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-page .fotografier {
    opacity: 1;
}

.term-malerier .malerier {
    opacity: 1;
}


/* CATEGORIES PAGE */

.woocommerce-products-header__title {
	font-weight: 500;
    margin-bottom: 35px;
}

.woocommerce-loop-category__title mark {
    background: none;
    color: #080808;
    /* display: none; */
}

/* PRODUCT LOOP */

.woocommerce .products ul, .woocommerce ul.products {
	
}

/* SINGLE PRODUCT PAGE */

.woocommerce .woocommerce-breadcrumb {
    margin: 0px -6px 20px;
    font-size: .855rem;
    color: rgb(255 255 255 / 65%);
	letter-spacing: 0.2px;
	line-height: 1.75;
}

.woocommerce .woocommerce-breadcrumb a {
    color: rgb(255 255 255 / 65%);
    margin-right: 7px;
    margin-left: 7px;
	transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/*.single-product .woocommerce-breadcrumb a:first-child {
	display: none;
}*/

.woocommerce .woocommerce-breadcrumb a:hover {
	color: #fff;
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb i {
    font-style: normal;
    font-size: 0.98rem;
}

/*.single-product .woocommerce-breadcrumb i:nth-child(2) {
	display: none;
}*/

.woocommerce .woocommerce-breadcrumb span {
    margin-left: 7px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

.woocommerce img, .woocommerce-page img {
    border: 2px solid #111;
}

.woocommerce-product-gallery__image {
	margin-bottom: 20px;
}

.uk-lightbox {
	z-index: 9999999999999999 !important;
}

.uk-lightbox-items>*>:not(iframe) {
    border: 0 !important;
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgb(0 0 0 / 0%);
}

.uk-lightbox-toolbar-icon {
    padding: 10px;
    color: #fff;
    margin: 5px;
	filter: drop-shadow(0px 8px 7px rgba(0, 0, 0, 0.35));
}

.woocommerce div.product div.images {
    margin-bottom: 0px;
}

.product_title {
	font-weight: 500;
}

.woocommerce-product-details__short-description p {
    opacity: 0.8;
    font-size: 0.9rem;
    max-width: 430px;
    line-height: 1.55;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.8px;
	font-size: 1.9rem;
}

.woocommerce-Price-amount {
    margin: 22px 0px 24px 0px;
    display: inline-block;
}

.woocommerce div.product .stock {
    color: rgb(255 255 255 / 0.7);
    font-weight: 500;
    margin-top: -2px;
	max-width: 310px;
}

.woocommerce div.product .in-stock {
    color: #06d6a0;
}

.woocommerce div.product form.cart .variations {
    display: block;
    margin-bottom: 0px;
}

.woocommerce div.product form.cart table td {
	display: block;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	font-size: 0.9rem;
	display: none;
}

.woocommerce div.product form.cart table td {
	display: block;
}

.woocommerce div.product form.cart .variations select {
    padding: 10px 41px;
    font-weight: 500;
    font-family: Keyboard, sans-serif;
    letter-spacing: 0.4px;
    border: 0;
    font-size: 14px;
    color: #000000;
    width: 310px;
    margin-top: 8px;
    height: 64px;
	text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.uk-select:not([multiple]):not([size]) {
    background-position: 95% 50%;
}

.woocommerce div.product form.cart {
    max-width: 310px;
}

.qib-container:not(#qib_id):not(#qib_id) {
	font-family: Keyboard, sans-serif;
	background: #222;
}

.qib-button:not(#qib_id):not(#qib_id) {
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    background: transparent;
    border: 0;
    float: left;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    border-style: solid;
    border-width: 1px;
    transition: none;
    border-radius: 0;
	border: 0;
	font-family: Keyboard, sans-serif;
	touch-action: manipulation;
}

.qib-button:hover:not(#qib_id):not(#qib_id) {
    background: #444;
}

.qib-button:focus:not(#qib_id):not(#qib_id) {
	outline: 0;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    line-height: 1;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    box-shadow: none;
    font-size: 15px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 0;
    border-radius: 0;
    border: 0;
	color: #fff;
	font-family: Keyboard, sans-serif;
	touch-action: manipulation;
}

.qib-container .quantity input.qty:focus:not(#qib_id):not(#qib_id) {
    border: 0;
	background: #444;
}

form.cart .qib-container+button[type=submit]:not(#qib_id):not(#qib_id), form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
    margin-left: 0px;
}

.woocommerce-cart .qib-container {
	display: inline-block !important;
}

.qib-container {
	display: none !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #222;
    color: #fff;
    border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #222;
    color: #fff;
    opacity: 0.6;
}

.product-template-default .single_add_to_cart_button {
    color: #fff;
    background-color: #222;
    float: none !important;
    display: block;
    padding: 18px !important;
    text-align: center !important;
    font-size: .875rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    font-family: Keyboard,sans-serif;
    border-radius: 0 !important;
    width: 100%;
    transition: all .3s cubic-bezier(.22,.61,.36,1) 0s;
    line-height: 2 !important;
    height: auto !important;
}

.product-template-default .single_add_to_cart_button:focus {
    outline: none !important;
}

.product-template-default .vipps-buy-now {
	margin-top: 18px !important;
	color: #fff;
    background-color: #222;
    float: none !important;
    display: block;
    padding: 18px !important;
    text-align: center !important;
    font-size: .875rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    font-family: Keyboard,sans-serif;
    border-radius: 0 !important;
    width: 100%;
    transition: all .3s cubic-bezier(.22,.61,.36,1) 0s;
    line-height: 2 !important;
    height: auto !important;
}

.product-template-default .vipps-buy-now  img{
	border: 0;
}

.product-template-default .vipps-buy-now:hover {
	background-color: #fe5b24 !important;
	color: #fff !important;
	opacity: 0.6;
}

.single_add_to_cart_button span {
	
}

.single_add_to_cart_button span img {
    height: 24px;
    border: 0;
    margin-top: -6px;
    margin-left: 3px;
}

.posted_in {
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.775rem;
	color: rgb(255 255 255 / 0.7);
}

.posted_in a {
	color: #fff;
}


@media screen and (max-width: 640px) {
	
	
	
	.woocommerce div.product .product_title {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    	margin-bottom: 0px;
	}
	
	.woocommerce-product-gallery__image {
		margin-bottom: 18px;
	}
	
	.woocommerce div.product form.cart .variations select {
		width: 100%;
	}
	
	.woocommerce div.product form.cart {
    	max-width: 100% !important;
	}
	
	.woocommerce div.product .stock {
		max-width: 100% !important;	
	}
	
	.woocommerce div.product form.cart .variations select {
		font-size: 16px;	
	}
	
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		font-size: 16px;
	}
}

@media screen and (max-width: 380px) {
	
	
}

.admin-bar .fancybox-container {
    z-index: 999999999999999;
}

.fancybox-container {
    z-index: 999999999999999;
}



/* HANDLEKURV */

.woocommerce-cart {
	background: #fff;
	color: #222;
}

.woocommerce-checkout {
	background: #fff;
	color: #222;
}

.woocommerce-cart .hk-navbar-fixed {
    background: #111;
}

.woocommerce-checkout .hk-navbar-fixed {
	background: #111;
}

.woocommerce-cart .woocommerce {
	margin-top: 60px;
}

.woocommerce-checkout .woocommerce {
	margin-top: 60px;
}

.woocommerce table.shop_table th {
    font-weight: 500;
    padding: 9px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 0.8rem;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 25px !important;
    background: #111 !important;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.875rem;
}





.hk-new {
    position: absolute;
    background: #F71735;
    color: #fff;
    padding: 17px 14px;
    margin: 27px;
	margin: 29px;
	/* margin: 30px; */
    border-radius: 40px;
    font-weight: 400;
    font-size: 0.74rem;
    letter-spacing: 0.8px;
    height: 50px;
    width: 50px;
	z-index: 99;
}

.hk-bestselger {
    background: #06d6a0;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 10px 18px;
    font-weight: 500;
    font-size: .68rem;
    letter-spacing: .6px;
    margin: 2px;
	z-index: 99;
}




.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: #fff;
    font-weight: 500;
    padding: 15px 30px;
    font-size: 0.875rem;
    border-radius: 0px;
    color: #080808;
    text-transform: uppercase;
    letter-spacing: 0.8px;
	display: none;
}

@media only screen and (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: auto;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin-top: -52px;
    background: #fff;
    padding: 25px;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
    color: #080808;
    font-weight: 500;
    font-size: 0.93rem;
		box-shadow: 4px 13px 30px 1px rgba(0, 0, 0, 0.35);
	position: relative;
}

.woocommerce ul.products li.product .price {
	display: none !important;
}

.products .columns-3 ul li:nth-child(1) {
	    animation-delay: 300ms;
	
}

.related {
	display: inline-block;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
}

.woocommerce-shipping-destination {
	display: none;
}


.product_cat-malerier .woocommerce-Price-amount {
	margin-top: 0px !important;
	margin-bottom: 0px !important;	
}

.product_cat-installasjoner .woocommerce-Price-amount {
	margin-top: 0px !important;
	margin-bottom: 0px !important;	
}

.product_cat-malerier .button {
	width: 100%;
}

.product_cat-installasjoner .button {
	width: 100%;
}


.product_cat-malerier .vipps-buy-now {
	margin-top: 18px !important;
}


.product_cat-installasjoner .vipps-buy-now {
	margin-top: 18px !important;
}

@media screen and (max-width: 640px) {
	.product_cat-malerier .cart {
   		max-width: 100% !important;
	}
	
	.product_cat-installasjoner .cart {
   		max-width: 100% !important;
	}
	
}


/* PORTRETT-SAMTALE */

.hk-background-color-info {
    background: #000000;
    z-index: 999;
    position: relative;
    height: 780px;
}

.hk-background-info {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 780px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: textFadein 1.6s forwards;
    opacity: 0;
}

.hk-info-pages-center {
	
}

.hk-info-pages-center h1 {
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 3.1rem;
    margin-top: -100px;
	filter: drop-shadow(rgba(0, 0, 0, 0.28) 0px 8px 7px);
}

.hk-info-pages-waves {
	
}

.hk-info-pages-waves svg {
    transform: rotate(180deg);
    position: absolute;
    bottom: -1px;
}

.hk-info-pages-text {
    max-width: 800px;
    margin-top: -220px;
    margin-bottom: 60px;
}

.hk-breadcrumb-pages {
	font-size: .855rem;
}

.hk-breadcrumb-pages a {
	color: rgb(255 255 255 / 65%);
}

.hk-breadcrumb-pages span {
	font-weight: 500;
	color: #fff !important;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 14px;
    font-size: .855rem;
    color: rgb(255 255 255 / 65%);
}

.hk-info-pages-text p {
	line-height: 1.7;
}

@media screen and (max-width: 640px) {
	
	.hk-background-color-info {
		height: 380px;	
	}
	
	.hk-background-info {
		height: 380px;
	}
	
	.hk-info-pages-center h1 {
    	font-size: 2.2rem;
    	margin-top: 0px;
	}
	
	.hk-info-pages-text {
    	margin-top: -110px;
	}
	
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #06D6A0;
    color: #fff;
    border: 0;
    font-size: 0.875rem;
}

.woocommerce-message a {
	font-weight: 500 !important;
    background: #fff !important;
    color: #07d6a0 !important;
    font-size: 0.875rem !important;
    border-radius: 0 !important;
    padding: 15px 22px !important;
}

.woocommerce-info.vipps-info::before {
	display: none;
}

.woocommerce-info.vipps-info {
    background-color: #fe5b24;
    padding: 20px;
    text-align: center;
}

.woocommerce-info.vipps-info a {
    color: #fff;
}

.woocommerce-info.vipps-info img {
    border: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 18px;
	border: 1px solid #e5e5e5;
	font-family: Keyboard, sans-serif;
	font-size: 14px;
	-webkit-appearance: none;
	border-radius: 0px;
}

.woocommerce-checkout img {
	border: 0;
}

.woocommerce-cart img {
	border: 0;
}

.woocommerce-checkout h3 {
	font-weight: 500;
}

.woocommerce-cart h3 {
	font-weight: 500;
}

.woocommerce-cart h2 {
	font-weight: 500;
}

#ship-to-different-address {
	margin-top: 20px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0px;
	border: 1px solid #e5e5e5;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: #f7f7f7;
	color: #333;
	font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 500;
	margin: 10px 0px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    padding: 30px 55px;
    margin: 10px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    font-family: Keyboard, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 39px;
    vertical-align: middle;
    height: 23px;
}

.about-paypal {
	display: none;
}

li.wc_payment_method.payment_method_vipps img {
    max-width: 100px;
}

.stripe-amex-icon {
	display: none;
}

a.button.vipps-express-checkout img {
    max-width: 100%;
    width: 280px;
    filter: none;
    padding: 10px 10px;
    background: #fe5b23;
    border-radius: 0px;
    margin: 15px 15px;
}

@media only screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ":";
    font-weight: 500;
    float: left;
}
}

@media screen and (max-width: 640px) {
	a.button.vipps-express-checkout {
		padding: 0;
		margin-left: 0;
		text-align: center;
		display: block !important;
		margin: 10px;
		width: auto !important;
	}
	
	a.button.vipps-express-checkout img {
		width: 100%;
		margin: 0px;
	}
	
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: block;
		margin: 25px 0px;
		border: 1px solid #e5e5e5;
	}
	
	.product-remove {
		padding: 22px 12px !important;
	}
	
	 #place_order {
		float: none !important;
		margin: 0px !important;
		margin-top: 20px !important;
	}
	
}

.woocommerce table.shop_table {
	border: 0;
}

/* HK KONTAKT INFOSIDER */

.hk-kontakt-infosider {
    text-align: center;
    display: block;
    font-size: 1.2rem;
    margin-top: 45px;
}

.hk-kontakt-infosider span {
	margin: 0px 20px;
	display: inline-block;
}

.hk-kontakt-infosider a {
	font-weight: 500;
	color: #fff;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	
	.hk-kontakt-infosider {
		text-align: left;
	}
	
	.hk-kontakt-infosider span {
		display: none;
	}
	
	.hk-kontakt-infosider a {
		display: block;
	}
	
	.hk-kontakt-infosider a:last-child {
		margin-top: 15px;
	}
	
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: -10px 0px 50px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    height: 45px;
    width: 45px;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
	margin: 0px 7px;
	transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.next {
	width: auto !important;
	padding: 15px 0px !important;
}

.next:hover, .next:focus {
	background: rgb(0 0 0 / 0%) !important;
	color: #fff !important;
	opacity: 0.4;
}

.prev {
	width: auto !important;
	padding: 15px 0px !important;
}

.prev:hover, .prev:focus {
	background: rgb(0 0 0 / 0%) !important;
	color: #fff !important;
	opacity: 0.4;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff;
    color: #080808;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.related h2 {
	font-weight: 500;
	margin-top: 30px;
    font-size: 1.7rem;
	margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1010px) {
	.hk-info-pages-text {
    margin-top: -130px;
}
}

.hk-kontakt-side {
    margin-bottom: 40px !important;
    margin-top: -10px;
}

@media screen and (max-width: 640px) {
	.hk-kontakt-side { 
		margin-top: 0px;
	}
	
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
		font-size: 16px;
	}
	
}

.wc-backward {
    background: #111 !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 25px 38px !important;
    font-size: 0.875rem !important;
	border-radius: 0px !important;
}

.woocommerce-info:before {
    color: #fff;
    display: none;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #06d6a0;
    color: #fff;
    border: 0;
    font-size: .875rem;
    padding: 25px 34px;
    text-align: center;
}

.single-product #wc-stripe-payment-request-button-separator {
	display: none !important;
}

.single-product #wc-stripe-payment-request-wrapper {
	margin-top: 18px !important;
	padding-top: 0px !important;
}

.single-product .gpay-button {
    padding: 19px 35px 16px;
    border-radius: 0px !important;
    box-shadow: none;
}

.gpay-button {
	box-shadow: none;
}

.single-product #wc-stripe-payment-request-button {
	padding: 1px;
	background: #fff;
}

.woocommerce-cart #wc-stripe-payment-request-button {
	border: 1px solid #e5e5e5;
}

.hk-levering {
    float: right;
    color: #fff;
}

.outofstock .hk-levering {
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 0;
}

.hk-frakt-info {
    margin-top: 30px;
	font-weight: 500;
    font-size: .875rem;
    letter-spacing: 0.2px;
	margin-bottom: -12px;
}

.hk-frakt-info span {
  margin-right: 10px;
}

.hk-frakt-info span img {
    height: 17px;
    border: 0;
    margin-top: -1px;
}

.outofstock .hk-fotograf-info {
	display: none;	
}

.hk-fotografi-info-button {
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
    z-index: 99;
    border-radius: 100px;
    border: 0 !important;
    transition: all .3s cubic-bezier(.22,.61,.36,1) 0s;
    display: block;
    margin-bottom: 12px;
    margin-top: 5px;
}

.hk-fotografi-info-button:hover {
	text-decoration: none;
	opacity: 0.6;
	color: #fff;
}

.hk-fotografi-info-button span {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    background: #fff;
    color: #080808;
    display: inline-block;
    padding: 0 7px;
    position: absolute;
    border-radius: 40px;
    font-size: .8rem;
    transform: scale(0.9);
    margin-top: 1px;
}

.uk-modal.uk-open {
    opacity: 1;
    z-index: 999999999999;
}

.hk-foto-modal {
	color: #111;
}

.hk-foto-modal .uk-modal-dialog {
    width: 600px;
}

.hk-foto-modal th {
	letter-spacing: 0.8px;
	font-weight: 500;
	color: #888;
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 12px;
    border: 0;
    background: transparent;
}

.hk-table-info {
	margin-top: 10px;
}

.woocommerce div.product form.cart .variations {
    display: table;
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.hk-fotografi-info {
		max-width: 100% !important;	
	}
	
	.hk-table-info {
    	margin-top: 37px !important;
	}
	
}

.postid-656 .woocommerce-Price-amount {
    margin: 22px 0px 24px 0px !important;
}

.hk-strandgaten-slider {
	margin-top: -25px;
    margin-bottom: 65px;
}

.hk-samtale-container {
}

.hk-samtale-container h1 {
	font-weight: 300;
}

.hk-samtale-container h1 strong {
	font-weight: 400;
}

.hk-samtale-container h5 {
	font-style: italic;
}

.hk-samtale-before {
	    top: 50%;
    transform: translateY(-50%);
	position:absolute;
	margin-top: -50px;
}

.page-id-25 .hk-background-info {
	background: linear-gradient(0deg,hsl(0 0% 0% / 0.7) 5%,hsl(0 0% 10% / 0.5) 74%),url(https://haakonor.land/wp-content/uploads/f112473c-2200x1507.jpeg) !important;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/*.page-id-1091 .hk-info-pages-text {
	max-width: 800px;
	margin-top: -200px;
	margin-bottom: 60px;
	background: #111111;
	padding-top: 35px;
	padding-bottom: 50px;
}*/

.hk-samtale-mobile h1 {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.3;
}

.hk-samtale-mobile h1 strong {
	font-weight: 400;
}

.hk-samtale-mobile h5 {
	font-style: italic;
}

@media screen and (min-width: 1320px) and (max-width: 1500px) {

	.hk-samtale-before {
		margin-top: -20px;
	}
	
}

@media screen and (max-width: 1300px) {
	
	.page-id-25 .hk-background-info {
		background: linear-gradient(0deg,hsl(0 0% 0% / 0.2) 5%,hsl(0deg 0% 10%/30%) 74%),url(https://haakonor.land/wp-content/uploads/f112473c-2200x1507.jpeg) !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}
	
	.hk-samtale-container {
		display: none;
	}
}

@media screen and (min-width: 1301px) {
	.hk-samtale-mobile {
		display: none;
	}
}

.hk-product-badge {
	position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 500;
    font-size: 0.68rem;
    letter-spacing: 0.8px;
    z-index: 99;
    padding: 10px 18px;
    margin: 2px;
	text-transform: uppercase;
}

.hk-sold-badge {
	background: #F71735;
	color: #fff;
	z-index: 9999;
}

.hk-new-badge {
	background: rgb(6, 214, 160);
	color: #fff;
	z-index: 999;
}

.outofstock .hk-new-badge {
	display: none;
}

.hk-sytti6 a svg {
	height: 20px;
}