#index #columns{
  padding-top: 0px !important;
}
#home-page-tabs {
  display: none;
}
#iqitcontentcreator.block{
  margin-bottom: 0 !important;
}
#iqitcontentcreator .iqit-fullwidth{
  margin: 0 -501% !important;
}
#iqitcontentcreator .iqitcontent-element-id-32 .iqit-fullwidth-row{
  background-position: center top;
  background-size: contain;
  height: 256px;
}
.iqitcontent-element-id-54 {
  margin-top: 0 !important;
}
.iqitcontent-element-id-54 > .iqitcontent-column-inner > p{
  margin: 0 !important;
}
.iqitcontent-element-id-32 .iqit-fullwidth.iqit-fullwidth-row {
  display: flex;
  align-items: center;
}
.iqitcontent-element-id-32 > .iqit-fullwidth{
  display: flex;
  align-items: center;
  justify-content: center;
}
.iqitcontent-element-id-32 > .iqit-fullwidth .iqitcontent-element-id-54 .fp_image{
  position: absolute;
  left: 0;
  width: 100%;
}
.iqitcontent-element-id-54 .iqitcontent-column-inner .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.iqitcontent-element-id-54 .container h1 {
  text-align: center;
  height: 35px;
  margin: 0;
  font-size: xx-large !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-family: "klavikaRegular"  !important;
}
.iqitcontent-element-id-53 .title_block{
  text-align: center;
  height: 35px;
  font-size: xx-large !important;
  color: #ffffff !important;
  font-family: "klavikaRegular"  !important;
}
/* first row including search and icons */
div#iqitcontentcreator > .row:first-child > div:nth-child(1) {
  margin-top: 14px;
}

/* first row including search and icons end */
.banner-custom .aa-the-form{
  width: 120%;
  left: -10%;
  position: relative;
}
.banner-custom .aa-the-form .aa-search-input{
  width: 100%;
  min-width: 23em;
  height: 45px;
  display: flex;
  margin:26px 0;
  background: #fff;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 43px !important;
  border: 0 !important;
}
.banner-custom .ps16-search_block_top{
  padding: 0 !important;
  width: 100%;
}
.banner-custom .aa-the-form .aa-search-input:focus{
  outline: 0;
  box-shadow: none;
}
.banner-custom .aa-the-form .b-magnifying-glass{
  background-color: transparent !important;
  background: transparent !important;
  left: 0;
  position: absolute;
  left: 15px;
  top: 50% !important;
  border: 0;
}
.banner-custom .algolia-advanced-search-icon-link{
  display: none !important;
}
.banner-custom .aa-the-form .b-magnifying-glass:before{
  color: white !important;
  content: '';
  background-image: url(/img/marineudstyr/magnifying-glass.svg);
  height: 40px;
  width: 40px;
  background-size: 20px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: -12px;
}
.banner-custom .iqitcontent-column-inner{
  display: flex;
  justify-content: center;
}
.iqitcontent-element-id-53 .aa-the-form #search_query_top{
  position: relative;
  vertical-align: top;
  float: none;
  background: #fff;
  height: 45px;
  border-radius: 7px;
}
.ned_centered{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  color: white;
}
.ned_centered svg{
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#algolia-autocomplete-listbox-0{
  width: 100%;
  top: 62% !important;
}

.categoryLists{
  margin: 0 3px;
}
.categoryLists ul{
  display: grid;
  grid-template-columns: repeat(6, 19%);
  padding: 0px 25px;
  gap: 11px;
  width: 100%;
  max-width: 100%;
}
.categoryLists ul li{
  /* width: 100%;
  padding: 0 10px; */
  width: 100%;
  padding: 4px;
  background: #d3e2ec;
}
.categoryLists ul li > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d6e5ec;
}
.categoryLists ul li > div a.categoryName{
  height: 45px;
  color: #356686 !important;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  margin-top: 2.5rem;
}
.categoryLists ul li > div a.btn{
  background-color: #026788;
  transition: all 0.3s ease 0s;
  width: 80%;
  padding: 0;
  color: white !important;
  line-height: 38px;
  border: 1px solid #E7E7E7;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 20px;
}
.categoryLists ul li > div a.categoryName{
  color: #356686;
  line-height: 16px;
  font-size: 14px;
}
.categoryLists ul li > div a{
  width: 100%;
}
.categoryLists ul li > div a img{
  width: 100%;
  height: 160px;
  object-fit: none;
}
body .slick-prev::before{
  content: '' !important;
  background-image: url('/img/marineudstyr/home-slide-prev.png');
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .slick-next::before{
  content: '' !important;
  background-image: url('/img/marineudstyr/home-slide-next.png');
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .slick-prev:hover,body .slick-next:hover{
  background-color: white !important;
}
body .slick-prev,body .slick-next{
  display: block;
  width: 56px !important;
  height: 56px !important;
  background-color: #fff !important;
  border-radius: 28px;
  -webkit-box-shadow: 0px 0px 10px -1px rgb(204 204 204);
  -moz-box-shadow: 0px 0px 10px -1px rgba(204,204,204,1);
  box-shadow: 0px 0px 10px -1px rgb(204 204 204);
}
body #columns .content-inner .block .title_block,body  #columns .content-inner .block h4{
  border-bottom : 0 !important;
}
.iqitcontent-element-id-37{
  margin-top: 20px !important;
  padding: 20px 0 10px 0;
  background-color: #F5F5F5;
}
.iqitcontent-element-id-45{
  padding: 0 15px;
}
.iqitcontent-element-id-45 .iqit-fullwidth-row{
  background: linear-gradient(180deg, rgba(226,236,240,1) 0%, rgba(214,229,237,1) 26%, rgba(204,229,230,1) 87%);
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.forside-tekst > .iqitcontent-column-inner > h2{
  line-height: 28px;
  font-size: 24px !important;
  margin-top: 0;
  margin-bottom: 10px !important;
  color: #026788;
  font-weight: normal !important;
}
.forside-tekst,
.forside-tekst .iqitcontent-column-inner > .container{
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 900px) {
.forside-tekst .iqitcontent-column-inner > .container{
  display: contents !important;
}
}
.forside-tekst .iqitcontent-column-inner > .container{
  display: flex;
}
.forside-tekst .iqitcontent-column-inner > .container > div{
  padding:0 15px;
}
.forside-tekst .text-block h3{
  color: #026788!important;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.forside-tekst .text-block h3,
.forside-tekst .text-block p{
  text-align: center;
}
.forside-tekst .text-block p{
  color: #626365;
  line-height: 1.5;
}
.iqitcontent-element-id-31 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* 2nd row below search row */

#iqitcontentcreator > .row:nth-child(4) {
  max-width: 100%;
  margin: 8px auto 0;
  padding: 0px 1px;
}

div#iqitcontentcreator > .row:nth-child(4) > div:nth-child(1) {
  margin-top: 14px;
}

#iqitcontentcreator > .row:nth-child(4) .ajax_block_product {
  padding: 6px 12px;
}

/* 2nd row below search row end*/

/* 3 boxes */

#iqitcontentcreator > .row:nth-child(5) {
  margin: 0 -7px;
}

#iqitcontentcreator > .row:nth-child(5) > div {
  margin-top: 17px;
  padding: 0 7px;
}

/* 3 boxes end */

/* last product section front page */
/*#iqitcontentcreator > .row:nth-child(6) > div {
  margin-top: 30px;
  padding: 0px 1px;
}
*/
.footer-container #footer .bullet li{
    float: left;
    display: flex;
}

#iqitcontentcreator > .row:nth-child(6) .product-name-container {
  height: 40px !important;
}

#iqitcontentcreator > .row:nth-child(6) .button-container {
  margin-top: 0 !important;
}

/* last product section front page end */

@media screen and (max-width:999px) {
    div#iqitcontentcreator > .row:first-child > div:nth-child(1) {
        margin-top: 7px;
        margin-bottom: 8px;
    }
    #iqitcontentcreator .iqitcontent-element-id-32 .iqit-fullwidth-row {
        height: 21.4vw;
        padding-bottom: 36px;
    }
    #index ul.product_list.grid > li {
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    #iqitcontentcreator .iqitcontent-element-id-32 .iqit-fullwidth-row {
        height: auto !important;
    }
}

@media (max-width: 425px) {
   .ned_centered ul li{
     flex-direction: column;
     text-align: center;
     margin-right: 0 !important;
     padding: 0 5px;
   }
   .ned_centered ul li img{
     margin-right: 0 !important;
   }
   .iqitcontent-element-id-53 .title_block{
     font-size: 25px !important;
     display: flex !important;
     align-items: center;
     justify-content: center;
   }
   .iqitcontent-element-id-53 #search_block_top .button-search{
     left: -10px;
     top: -38px !important;
   }
   body #columns .content-inner .block .title_block,
   body #columns .content-inner .block h4{
     margin: 5px;
     padding: 5px;
     line-height: normal;
   }
   .categoryLists ul {
       grid-template-columns: repeat(2, 50%);
   }
}
@media (min-width: 426px) and (max-width: 576.98px) {
  .categoryLists ul {
      grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 576.98px) {
}

@media (min-width: 577px) and (max-width: 768px) {
  .categoryLists ul {
      grid-template-columns: repeat(3, 33.3333%);
  }
}

@media (max-width: 768px) {

}
@media (max-width: 992px) {

}

@media (max-width: 1200px) {

}
