/****General****/

/*** resetting CSS margin: remove default margin on text tags ***/
* {
  margin: 0;
}

/***Fjerner 30padding på alt***/
.vce {
    margin-bottom: 0px !important;
}

/***ROOT VARIABLES***/
:root {
  --blaa: #0e2d44;
  --blaa-opp5: #071722;
  --blaa-opp2: #081b29;
  --blaa-ned3: #566c7c; 
  --hvit: #ffff; 
  --orange: #F7A431;
  --graa: #333333; 
  --black: #070D0D;
  --besh-opp1: #dcdbd6;  
  --behsh: #f4f3ee;
}

/***Button***/

/**Button**/
.button a {
    background-color: var(--orange) !important;
    color: var(--blaa-opp5) !important;
    padding: 14px 24px 14px 24px;
    border-radius: 30px;
    text-decoration: none !important;  
}

/* Apply padding to the first child */
.button p {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

/* Remove bottom padding for the last child */
.button a:last-child {
    margin-bottom: 0 !important;
}

/**Button**/
.button a:hover {
    background-color: var(--hvit) !important;
}

/**Dark button**/
.dark-button a {
    background-color: var(--blaa) !important;
    color: var(--hvit) !important;
    padding: 14px 24px 14px 24px;
    border-radius: 30px;
    text-decoration: none !important;  
}

.dark-button p {
    margin-top: 48px !important;
}

/**Dark button**/
.dark-button a:hover {
    background-color: var(--orange) !important;
    color: var(--blaa) !important;
}

/***FONTER***/

/*Avoid text overflows*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word !important;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: var(--black) !important;
    margin-top: 0;
    line-height: 1.5em;
    font-weight: 400; 
    /*transition: all 3500ms; 
    white-space: wrap;*/
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 4.3em;
    color: var(--blaa) !important;
    margin-top: 0px;
    line-height: 1.2em;
    font-weight: 600;
    padding-bottom: 24px;
}

.mengde-tekst p {
    color: black !important;
}


.alternate-color h1, p {
    color: #fff;
}


@media (max-width: 1080px) {
    h1 {
        font-size: 3em;
    }
}

@media (max-width: 780px) {
    h1 {
        font-size: 2.5em;
    }
}

@media (max-width: 560px) {
    h1 {
        font-size: 2em;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 1.6em;
    }
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.4em;
    color: var(--black) !important;
    margin-top: 0;
    line-height: 1.3em;
    font-weight: 300;
    white-space: normal; 
    padding-bottom: 16px;
}

@media (max-width: 1080px) {
    h2 {
        font-size: 1.6em;
    }
}

@media (max-width: 780px) {
    h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 560px) {
    h2 {
        font-size: 1.8em;
    }
}

@media (max-width: 320px) {
    h2 {
        font-size: 1.4em;
    }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  color: var(--black) !important; 
  margin-top: 0;
  line-height: 1.4em;
  padding-bottom: 16px; /**endra fra 24px**/
  font-weight: 300;
  white-space: wrap;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.7em;
  }
}

@media (max-width: 780px) {
  h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 560px) {
  h3 {
    font-size: 1.6em;
  }
}

h4{
    font-family: "Roboto", sans-serif;
    font-size: 1.7em;
    color: #000;
    margin-top: 0;
    line-height: 1.5em;
    font-weight: 500;
    white-space: normal; 
    padding-bottom: 15px;
    padding-top: 10px;
}

@media (max-width: 1080px) {
    h4 {
        font-size: 1.6em;
    }
}

@media (max-width: 780px) {
    h4 {
        font-size: 1.4em;
    }
}

@media (max-width: 560px) {
    h4 {
        font-size: 1.3em;
    }
}

@media (max-width: 320px) {
    h4 {
        font-size: 1.3em;
   }
    
}



h6 {
    font-family: "Roboto", sans-serif;
    font-size: 1.4em; 
    color: #fff;
    margin-top: 0;
    line-height: 1.2em;
    font-weight: 300;
    white-space: nowrap; 
}

@media (max-width: 1080px) {
    h6 {
        font-size: 1.2em;
    }
}

@media (max-width: 780px) {
    h6 {
        font-size: 0.9em;
    }
}

@media (max-width: 560px) {
    h6 {
        font-size: 1.1em;
    }
}

@media (max-width: 320px) {
    h6 {
        font-size: 1.1em;
    }
}


/***LENKE***/


/**Linker generelt mengetekst**/
/* unvisited link */
a:link {
     font-weight: 500;
     color: var(--lilla900);
}

/* visited link */
a:visited {
  color: var(--black);
}

/* mouse over link */
a:hover {
  color: var(--lilla1200);
  text-decoration-style: dotted;
}

/***Menu***/

/**menu**/
.vce-basic-menu-container .vce-basic-menu ul .menu-item a {
    text-transform: lowercase !important;
    color: var(--hvit) !important;
}

.vce-basic-menu-container .vce-basic-menu ul .menu-item a:first-letter {
    text-transform: uppercase !important;
}

/**hovermenu**/
.vce-basic-menu-container .vce-basic-menu ul .menu-item a:hover {
    color: var(--orange) !important;
}

nav.menu-meny-container ul li.current-menu-item a {
    color: var(--orange) !important;
}

.menu li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item a {
    color: var(--orange) !important;
}

.vce-basic-menu--style-underline--color-b-44-33-30 .vce-basic-menu nav>ul>li:hover:before {
    background-color: var(--orange) !important;
}

/***Menu-slutt***/


/**kontakt skjema***/


input, select, textarea, button {
        border: 0px solid #ffff !important;
        width: 100% !important;
        margin-top: 6px;
        margin-bottom: 20px;    
}

.box-form-contact-styling span {
        font-size: 18px; 
}

li.hs-form-booleancheckbox {
    list-style: none;
}


input[type=checkbox] {
    margin-bottom: 0 !important;
    margin-top: 7px !important; 
    margin: 5px;
    width: auto !important;
}

.box-form-contact-styling .form-columns-1  {
    max-width: 800px !important; 
}

.box-form-contact-styling .form-columns-2  {
    max-width: 800px !important; 
}

.box-form-contact-styling p {
     font-size: 0.8em
}

input[type="submit"], button {
    font: inherit;
    background: #001B56;
    max-width: 200px;
    padding: 14px 24px;
    color: #ffff;
}

input[type="submit"]:hover {
    font: inherit;
    background: #000e2b;
    max-width: 200px;
    padding: 14px 24px;
    color: #ffff;
}

/**Forespørsel**/
.contact-form-produktnavn {
    display: none;
}


/***Skjema slutt***/


/****General-slutt****/


/****Framside****/

/**framside top**/
.framside-top {
    background-color: var(--blaa) !important;   
    padding: 120px 0;
}

@media  (max-width: 1080px){
    .framside-top{
        padding: 60px 0 !important; 
    }
}

.framside-top h1 {
    color: var(--hvit) !important;   
}

.framside-top p {
    color: var(--hvit) !important;
}


.vce-asset-video-vimeo-player .video {
    max-height: 100%;
}

/**top**/
.header {
    background-color: var(--blaa) !important;
}

/***Kontakt oss box***/
.Kontakt-oss-box h2 {
    color: var(--hvit) !important;
}

.Kontakt-oss-box p {
    color: var(--hvit) !important;
}


/****blog-side****/

/*Nyheter (km: la til margin-top*/ 

.nyheter-title h2{
    margin-bottom: 0; 
    margin-top: 50px;
}

.vce-post-list-item{
    display: inline-block !important; 
}

.vce-post-list-image{
    height: 520px !important; 
    width: 100% !important; 
}

.vce-post-list.vce-posts-grid-container 
.vce-post-list-item--image-left .vce-post-list-content{
    padding: 0 !important; 
}

.vce-post-list-item .vce-post-list-title{
    font-family: 'Roboto', sans-serif !important;
    text-transform: none !important; 
    font-weight: 400 !important; 
    color: #212121 !important; 
    max-width: 300px; 
    word-break: break-word !important;
}

.vce-post-description--excerpt p{ 
    color: #212121 !important; 
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: inherit !important; 
    line-height: inherit !important; 
    display: none; 
}

.vce-post-list-author{
    display: none; 
}

.vce-post-list-item .vce-post-list-meta{
    margin-top: 30px !important;
    margin-bottom: 10px !important; 
    font-family: 'Roboto', sans-serif !important;
    color: #212121 !important; 
    font-style: normal !important; 
    font-weight: 400 !important; 
    font-size: 0.9em !important; 
}

.nyheter-mobil.vce-post-list.vce-posts-grid-container .vce-posts-grid-list{
    display: inline !important; 
}

.nyheter-mobil .vce-post-list-image{
    height: 300px !important; 
    width: 100% !important; 
}

/****blog-side-slutt****/



/****Padding****/
/***Sections***/ 

.padded-section{
    padding: 120px 0 !important; 
}

.padded-section-top{
    padding: 220px 0 0 0 !important; 
}

.padded-section-bottom{
    padding: 0 0 120px 0 !important; 
}

.padded-section-medium{
    padding: 150px 0 !important; 
}

.padded-section-medium-top{
    padding: 150px 0 0 0 !important; 
}

.padded-section-medium-bottom{
    padding: 0 0 150px 0 !important; 
}

.padded-section-big{
    padding: 220px 0 !Important; 
}

.padded-section-big-top{
    padding: 220px 0 0 0 !Important; 
}

.padded-section-big-bottom{
    padding: 0 0 220px 0 !Important; 
}

.padded-section-small{
    padding: 70px 0 !Important; 
}

.padded-section-small-top{
    padding: 60px 0 0 0; 
}

.padded-section-small-bottom{
    padding: 0 0 70px 0; 
}

.padded-section-big{
    padding: 200px 0 !important; 
}


@media  (max-width: 1080px){
    .padded-section-big{
        padding: 100px 0 !important; 
    }

    .padded-section-big-top{
        padding: 100px 0 0 0 !important; 
    }


    .padded-section{
        padding: 60px 0 !important; 
    }

    .padded-section-bottom{
        padding: 0 0 80px 0 !important; 
    }

    .padded-section-top{
        padding: 80px 0 0 0 !important; 
    }

    .padded-section-full-width{
        padding: 45px 60px !important; 
    }
    
    .padded-section-medium{
        padding: 80px 0 !important; 
    }

    .padded-section-medium-top{
        padding: 80px 0 0 0 !important; 
    }

    .padded-section-medium-bottom{
        padding: 0 0 80px 0 !important; 
    }
    
    .padded-section-small{
        padding: 40px 0 !important; 
    }

    .padded-section-small-top{
        padding: 40px 0 0 0 !important; 
    }

    .padded-section-small-bottom{
        padding: 0 0 40px 0 !important; 
    }        
}

/****Padding-slutt****/


/****Foooter****/

/***Footer detaljer***/

.vcv-footer .footer {
    background-color: var(--blaa) !important;
}


/**h3 headinger**/

.footer {
    padding: 120px 0 !important; 
}

@media  (max-width: 1080px){
    .footer {
        padding: 60px 0 !important; 
    }
}

.footer h2 {
    font-size: 1.8em;
    color: var(--hvit) !important;
    padding-bottom: 8px;
}

.footer h3 {
    font-size: 1.5em;
    color: var(--hvit) !important;
    padding-bottom: 8px;
}

@media  (max-width: 1024px) {
.footer h3 {
    font-size: 1.4em; 
    }
}

@media  (max-width: 680px) {
.footer h3 {
    font-size: 1.2em; 
    }
}

/**mengdetekst**/
.footer p {
    font-size: 1.1em;
    color: var(--hvit) !important;  
}

@media  (max-width: 1024px) {
.footer p {
    font-size: 1.0em;
    color: var(--hvit) !important;  
    }
}

@media  (max-width: 680px) {
.footer p {
    font-size: 0.9em;
    color: var(--hvit) !important;  
    }
}

/**linkcolor**/
.footer a {
   color: var(--hvit) !important;  
}

/****Footer-slutt****/

/*.video-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-video {
    height: 100%;
    width: auto; /* or use '100%' if you want it to fill the container proportionally 
}
*/


/***Søkfelt utforming***/
.is-search-input   {
    max-width: 60%;
        
}

.top-sok {
    background-color: var(--hvit) !important; 
    }


.is-form-style input.is-search-submit, .is-search-icon {
    border-radius: 30px; 
    background-color: var(--orange) !important;
    border: var(--orange) !important;
}


.top-sok {
    background-color: #efa419;
    }




/****Produkt****/

/***Samleside-produkt***/
.woocommerce .columns-4 {
    padding-top: 120px;
    padding-bottom: 120px;
} 

/***Enkelt produkt***/


/****Aktuelt****/

/***Singel post***/
/**post**/
    .vce-post-list-image {
    display: none; 
}

    .vce-post-list-item .vce-post-list-meta a {
    color: var(--graa) !important;
    text-decoration: underline !important;
}

    .vce-post-list .vce-posts-grid-list a:hover {
    color: var(--black) !important;
    text-decoration: underline !important;
}

    h2 strong  {
    font-size: 0.8em !important;
    line-height: 0.2em !important;
}

    .vce-layout-post-featured-image-wrapper figcaption {
    display: none;
}

    .vce-post-list-item .vce-post-list-meta a:hover {
    color: var(--black) !important;
    text-decoration-style: dotted !important;    
}

.vl-post-title h1 {
    color: var(--blaa) !important;
    font-size: 4.4em;
    padding-top: 32px !important;  
}

/**Utstyr til blogg**/

/*overskrift til block*/
.blogg-utstyr h3 strong {
    text-decoration: none !important;
    border-bottom: 4px solid var(--orange);
    padding-bottom: 18px;
}

/*utlystining*/
.blogg-utstyr ul {
    padding-top: 28px;
    padding-bottom: 28px; 
}

.blogg-utstyr ul li {
    padding-bottom: 4px;
}


/**kontaktskjema aktuelt**/
.aktuel-kontakt-oss h2 {
    color: var(--orange) !important;
}

.aktuel-kontakt-oss p {
    color: var(--hvit) !important;
}

.aktuel-kontakt-oss h2 strong {
    color: var(--hvit) !important;
    text-decoration: none !important;
    border-bottom: 4px solid var(--orange);
    padding-bottom: 18px;
}

.wpcf7 form {
    padding: 0 0px !important;
}


.contact-form textarea {
    max-height: 200px !important;
}

/*Skjema

.wpcf7-textarea{ 
	width: 100%; 
	height: 130px; 
}

.wpcf7-text{
width: 100%;
}

input#name, input#email, textarea, .wpcf7-text, input, select{
	padding: 7px 0; 
	border-bottom: 1px solid #737680; 
    border-left: none; 
    border-right: none; 
    border-top: none; 
	margin-bottom: 10px; 
    background-color: transparent; 
    color: #fff !important; 
    background-color: #000617 !important; 
    width: 100%; 
}

select{
    width: 100%; 
    margin-bottom: 0px; 
}

input[type="checkbox"]{
    width: auto; 
}

.contact-form input[type="submit"]{
    background-color: #F2FF93 !important; 
    border: none; 
    color: #000617 !important;  
    padding: 15px 30px; 
    margin-top: 30px; 
    cursor: pointer; 
    transition: 0.5s ease; 
    border-radius: 10px; 
    width: auto; 
} 

.contact-form p{
    margin-bottom: 50px; 
}


.field-one, .field-two{
    width: 48%; 
    float: left; 
}

.field-one{
    margin-right: 4%; 
} 

.field-three{
    width: 100% ; 
    float: left; 
    display: block !important; 
} 

.field-three label{
    width: 100%; 
    float: left; 
}

::placeholder{
    color: #fff; 
}

.wpcf7-list-item{
    margin: 0; 
}

@media (max-width: 600px) {
    .field-one, .field-two{
        width: 100%; 
    }
    .field-one{
        margin-right: 0; 
    }
}

.contact-form-nyhetsbrev input[type="submit"]{
    background-color: #F2FF93 !important; 
    border: none; 
    color: #000617 !important;  
    padding: 15px 30px; 
    cursor: pointer; 
    transition: 0.5s ease; 
    border-radius: 0 10px 10px 0; 
    width: auto; 
    float: left !important; 
} 

.contact-form-nyhetsbrev input#email{
    background-color: #fff !important; 
    margin-bottom: 0 !important; 
    width: 100%; 
    float: left !important; 
    border-bottom: none !important;
    color: #000 !important;
    padding: 15px 30px !important;
    border-radius: 10px 0 0 10px; 
}

.contact-form-nyhetsbrev p{
    margin-bottom: 0 !important; 
}

.contact-form-nyhetsbrev{
    display: flex; 
    max-width: 640px; 
    margin: 50px auto 0 auto; 
}

.contact-form-nyhetsbrev ::placeholder{
    color: #8F9299; 
}

.nyhetsbrev-pamelding p{
    max-width: 500px; 
    margin: 0 auto; 
}
*/

/**Artikkel**/

.dtx-wrap, 
.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, 
.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, 
.vcv-footer>[data-vce-boxed-width=true], .vcv-header>[data-vce-boxed-width=true], 
.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, 
.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content{
    max-width: 85% !important; 
    min-width: 85% !important; 
}

div.vcv-content--boxed .entry-content [data-vce-boxed-width="true"]{
    min-width: 100% !important; 
    max-width: 100% !important; 
    
}

.news-content p, .news-content h1, .news-content h2{
    max-width: 1000px; 
}

/***Sokfelt***/
.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0 !important;
    width: 100%;
    max-width: 100%;
    border-radius: 28px;
}

.is-form-style.is-form-style-3 label {
    width: 100%!important;
}

.is-form-style {
    max-width: 500px;
}

.is-form-style button.is-search-submit {
    background: 0 0;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 48px;
    height: 36px;
    position: absolute;
    width: 48px !important;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.is-form-style button.is-search-submit:hover .is-search-icon {
    background-color: var(--blaa) !important;
}

.is-form-style .is-search-submit path {
    fill:  var(--blaa);
    }


.is-form-style .is-search-submit:hover path {
    fill:  var(--hvit);
    }

.is-form-style input.is-search-input {
    font-size: 15px!important;
    padding: 0 21px;
    font-size: 15px!important;
    height: 48px;
}

/***Togglebokser***/

/***FAQ hover***/
.toggle-bp:hover {
    background-color: var(--hvit);
}

.toggle-bp {
    border-bottom: 1px solid #080221; 
    padding: 24px 24px 24px 24px; 
    transition: 0.5s ease;
}

@media  (max-width: 1024px){
.toggle-bp {
    padding: 16px 12px 16px 12px; 
    }
}

@media  (max-width: 680px){
.toggle-bp {
    padding: 16px 12px 16px 12px; 
    }
}

.toggle-bp:first-child {
    border-top: 1px solid #080221;
}

.toggle-bp h3 {
    margin: 0;
    padding: 4px;
}

.vc_toggle_icon {
    background-color: #ffff !important;
}

.vce-faq-toggle-text-block {
    padding-left: 33px;
    padding-top: 20px;
    padding-bottom: 24px;
}

@media  (max-width: 680px){
.vce-faq-toggle-text-block {
    padding-left: 0px !important;
    padding-top: 12px;
    padding-bottom: 12px;  
    }
}

@media  (max-width: 1024px){
.toggle-bp h3 {
    font-size: 1.1em !important; 
    }
}

@media  (max-width: 1024px){
.toggle-bp p {
    margin: 0;
    padding-bottom: 12px;
    padding-left: 0px;
    }
}

@media  (max-width: 680px){
.toggle-bp p {
    font-size: 0.8em !important;
    padding-bottom: 12px;
    }
}

.toggle-bp ol, ul  {
    line-height: 2.0em;
    font-size: 1.0em !important;
    padding-bottom: 12px;
}

@media  (max-width: 680px){
.toggle-bp ol, ul {
    font-size: 0.8em !important;
    }
}

/***Togglebokser-SLUTT***/


.sub-menu {
    white-space: nowrap !important;
}


.sub-menu:hover {
    color: green;
}


.link-videre-h2 h2 {
    font-size: 1.2em; 
}

.link-videre-h2 p {
    font-size: 0.9em; 
}

/*post mobilstørrelse*/
.vce-post-list.vce-posts-grid-container .vce-posts-grid--gap-45 .vce-posts-grid-item {
    margin-bottom: 45px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}


/****Underside-Generel****/

/***Toptekst***/
.top-undersider h1 strong { 
    color: var(--hvit) !important;
    text-decoration: none !important;
    border-bottom: 4px solid var(--orange);
    padding-bottom: 18px;
    
}

.top-undersider h1 {
@media  (max-width: 1080px){
    padding-right: 24px;
    padding-left: 24px;
    }
}


.top-undersider h1 {
@media  (max-width: 560px){
    padding-right: 24px;
    padding-left: 24px;
    }
}


.top-undersider h1 {
@media  (max-width: 380px){
    padding-right: 24px;
    padding-left: 24px;
    }
}



.top-undersider h2 { 
    color: var(--hvit) !important;
}

.top-undersider h4 { 
    color: var(--orange) !important;
}

.fl-heading {
    margin-bottom: 34px;
}

.top-undersider p {
    color: var(--hvit) !important;
    margin-top: 24px; 
    font-size: 1.6em;
    padding-right: 200px;
}

.top-undersider p {
@media  (max-width: 1280px){
    padding-right: 80px;  
    font-size: 1.4em;
    }
}

.top-undersider p {
@media  (max-width: 1080px){
    padding-right: 24px;
    padding-left: 24px;
    font-size: 1.2em;
    }
}

.top-undersider p {
@media  (max-width: 560px){
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 28px;
    font-size: 1.2em;
    }
}

.top-undersider p {
@media  (max-width: 320px){
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 28px;
    font-size: 1.2em;
    }
}


/****Produkt-side-samla****/

/***Produktsida***/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
    padding: .5em 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    color: var(--black) !important;
    margin-top: 0;
    line-height: 1.3em;
    font-weight: 300;
    white-space: normal; 
}

@media (max-width: 1080px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
        font-size: 1.3em;
    }
}

@media (max-width: 780px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
        font-size: 1.3em;
    }
}

@media (max-width: 560px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
        font-size: 1.1em;
    }
}

@media (max-width: 320px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
        font-size: 1.0em;
    }
}


.count {
    background-color: var(--hvit) !important;  
    /*padding: 14px;
    height: 50px !important; 
    width: 50px !important;
    border-radius: 100px;
    color: green !important;*/ 
}




/***Produktsida-inni***/

.dtx-content__title {
    padding-top: 120px !important;   
}

/**price-produkt skjuler denne**/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    display: none;
}

/**Send forespørsel produkt**/
.woocommerce a.wqoecf_enquiry_button {
    background-color: var(--blaa) !important;
    color: var(--hvit) !important;
    padding: 14px 24px 14px 24px;
    border-radius: 30px;
    text-decoration: none !important;  
    font-size: 1.2em;
    margin-top: 28px;
}

.woocommerce a.wqoecf_enquiry_button:hover {
    background-color: var(--orange) !important;
    color: var(--blaa) !important;
}

.wqoecf_eq_icon {
    /*display: none;*/   
}

/**Sortering-skjuler denne**/
.woocommerce .woocommerce-ordering select {
    display: none;
}

/**samle overskrift**/
.woocommerce .woocommerce-result-count {
    padding-bottom:28px;
}

/**Produkt-enkelt**/
.dtx-content-right-sidebar .dtx-sidebar {
    display: none;
}

/**pris**/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: none; 
}

/**descripsion-samla**/
.woocommerce div.product .woocommerce-tabs .panel {
/*background-color: blue;*/
}

.woocommerce div.product div.summary {

}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 8em;
}


/**brødsmulesti-skjuler**/
.rank-math-breadcrumb {
    display: none;
}

/**Kategeori under knapp**/
.product_meta {
    margin-top: 48px !important;
}

/**Tabell-produkt**/

.produkt-tabel {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    padding: 20px;
}

.produkt-tabel th, .produkt-tabel td {
    padding: 8px;
    text-align: left;
}

.produkt-tabel tr:nth-child(even) {
    background-color: #fef6ea;
}

.produkt-tabel tr:nth-child(odd) {
    background-color: #f9b65a; 
}

/**Samleprodukt**/
.relatedproducts h2 { 
    padding-top: 120px !important;
}

.related.products { 
    margin-bottom: 120px !important;
    background-color: #f4f3ee;
    padding: 80px 80px 80px 80px; 
}




.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
    margin-top: 24px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
}

/***popup-skjema***/
/**generelt**/
.wqoecf-pop-up-box {
    width: 50%;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #f4f3ee;
    z-index: 99999999999;
    transform: translateY(-50%);
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 24px #0e2d44 10% !important;
}

/**Topkontaktskjema**/
div.wqoecf-pop-up-box p.wqoecf_form_title {
    background-color: var(--blaa);
    border-radius: 8px 8px 0px 0px;
    padding-bottom: 20px; 
    color: var(--hvit) !important;  
    
}

/**close**/
.wqoecf_close span {
    background: var(--hvit) !important;  
    transition: all 0.3s ease;
}

.wqoecf_close {
    width: 25px !important;
}

.wqoecf_close:hover span {
    background: var(--orange) !important;  
}


/***meny-mobil***/
/*.menu-mobil button {
    width: 5% !important;
}*/

button.vce-sandwich-side-menu-close-button {
    width: 5% !important;
}

/**Button-forespørsel**/
a.wqoecf_enquiry_button:hover .wqoecf_eq_icon {
    background-image: url(https://vossliftut2stg.wpenginepowered.com/wp-content/uploads/mail.png);
}


.vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon:hover a, .vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon:hover span {
    color: var(--iconHoverColor) !important;
}

.c-product-info__title {
    padding: 12px 0;
}

.c-product-info__block {
    margin-bottom: 0px;
}

.c-product-info__text {
    padding: 20px 16px;
    background: var(--behsh); 
}

.c-tab__container {
    background: var(--behsh); 
    padding: 60px 30px;
    border: 0px solid #b3b5b7;
}


.c-tab__item {
    background: var(--hvit); 
    border: 0px solid #b3b5b7;
    border-bottom: 2px solid #bfbfbf; 
    margin-right: 0px;
}


.c-tab__item.is-active {
    background: #fff;
    border: 0px solid #b3b5b7;
    border-bottom: 4px solid var(--orange) !important; 
    border-bottom: 0;
}

.c-product-categories__item:hover>a:after {
    background-color: var(--blaa-ned3) !important;
}


.p-product__content h1 {
    font-family: "Roboto", sans-serif;
    font-size: 3.0em;
    color: var(--blaa) !important;
    line-height: 1.2em;
    font-weight: 600;
}

@media (max-width: 1080px) {
    .p-product__content h1 {
        font-size: 2.6em;
    }
}

@media (max-width: 780px) {
    .p-product__content h1 {
        font-size: 2.3em;
    }
}

@media (max-width: 560px) {
    .p-product__content h1 {
        font-size: 2em;
    }
}

@media (max-width: 320px) {
    .p-product__content h1 {
        font-size: 1.6em;
    }
}

.c-product-info__block.is-active svg{
    transform: rotateZ(180deg);    
}


.is-review {
        display: none;
}