/** Shopify CDN: Minification failed

Line 37:19 Expected identifier but found bad string token
Line 37:20 Unterminated string token

**/
ul.desktop-tabs-list {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
}

ul.desktop-tabs-list:after {
    background: #efefef;
    border-radius: 20px;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

ul.desktop-tabs-list li{
    background: none;
    color: #333;
    display: inline-block;
    padding: 18px 20px;
    /* margin-inline:15px; */
    cursor: pointer;
    position: relative;
    /* margin: 0 15px; */
    font-size:18px;'
    font-weight:800;
}

ul.desktop-tabs-list a {
    font-size: 18px;
    font-weight:800;
}

ul.desktop-tabs-list>li.active:after {
    background: #33363a;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

ul.desktop-tabs-list>li.active:first-child:after {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

ul.desktop-tabs-list>li.active:last-child:after {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.tab_content > div:not(.active) {
    display: none;
}

h2.page-subtitle {
    font-size: 20px;
}

.tab_content p{
  font-size:14px;
  color:#5f5f5f;
}
.tab_content{
  font-size:14px;
}
ul.desktop-tabs-list > li:not(.active) a {
    color: #7e7e7e;
}

.international_delivery_table .justify-between {
    width: 100%;
}
.international_delivery_table .col-sm-12 {
    width: 100%;
}

.row.delivery-form > div {
    width: 100%;
}
/**nutri info**/
.nutriInfo {
    border: 2px solid #000;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #5f5f5f;
}

#nutriInfo .nutriTitle {
    color: #2e4988
}

.nutriInfo {
    border: 2px solid #000
}

.nutriInfo.table thead th {
    border: 2px solid #000;
    padding-left: 0;
    text-align: left;
    padding-block: 0;
}

.nutriInfo.table thead th .title {
    color: #000;
    font-size: 26px;
    margin-block: 10px;
    padding: 0 10px
}

.nutriInfo.table tr.dark {
    background-color: #333
}

.nutriInfo.table tr.light {
    background-color: #dbdcdb
}

.nutriInfo.table tr .size {
    color: #fff;
    font-size: 16px;
    margin: 5px 0
}

.nutriInfo.table tr td {
    border-color: #222;
    border-right: 1px solid;
    color: #222
}

.nutriInfo.table tr td h5 {
    color: #222;
    font-size: 18px;
    margin-bottom: 0
}

.nutriInfo.table tr td:last-child {
    border-right: none
}

table {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f3f3f3;
}

#tab-Næringsindhold .row > div {
    flex: 1;
}

#tab-Næringsindhold .row {
    display: flex;
    width: 100%;
    gap:30px;
}

.text-secondary {
    color: var(--theme-blue) !important;
}

.informationTabs h3 {
    font-size: 16px!important;
    margin: 20px 0;
}

.nutriInfo.table tr td:last-child {
    font-size: 14px;
}


/**description**/
.thumbs-info .thumb-square-wrapper {
    background: #f5f5f5;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    height: 100%;
    text-align: center;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.thumbs-info .thumb-square-wrapper .thumb-infograph-desc {
    background: #f5f5f5;
    color: #32363a;
    font-size: 18px;
    margin-top: auto;
    padding: 5px;
}
.thumbs-info .thumb-square-wrapper .thumb-infograph-dos {
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-top: auto;
    padding: 15px 10px;
}
h5.imgSection-block_title {
    font-size: 18px;
    text-align: center;
}

/***mobile accordian**/
.accordion-item > div {
    padding-inline: 15px;
}



.accordion-item .accordion-header {
    color: #333;
    cursor: pointer;
    padding: 18px 15px;
    width: 100%;
    font-weight: 600;
    text-align: left;
    border: none;
    font-size: 20px;
    background: transparent;
    outline: none;
}
.accordion-header:not(.active) {
    margin: 0;
    padding-block: 18px;
    background: #f8f9fa;
}
.accordion .accordion-panel {
  display: none;
  overflow: hidden;
  padding: 10px;
}

.accordion .accordion-header {
  padding: 10px;
  cursor: pointer;
}

.accordion .accordion-header.active + .accordion-panel {
  display: block;
}

.accordion-item {
    border-top: 1px solid #ccc;
}

.accordion .accordion-header {
   position: relative;
}

.accordion-item span.icon-accordian {
    position: absolute;
    right: 20px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item .accordion-header.active span.icon-accordian {
    transform: translateY(-50%) rotate(180deg);
}

.mobile-accordion > .accordion-item span.icon-accordian svg {
    width: 15px;
    height: 15px;
}

.accordion.mobile-accordion.large-up-hide {
    margin-top: 0;
}

.owl-carousel .owl-prev, 
.owl-carousel .owl-next {
  transition: transform 0.5s ease-in-out, opacity 0.1s ease-in-out;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    background: rgba(36,36,36,.3)!important;
    opacity:0;
    transition: transform 0.5s ease-in-out, opacity 0.1s ease-in-out;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.owl-carousel:hover .owl-prev {
    opacity:1;
    transform: translateY(-50%) translateX(20%)!important;
}

.owl-carousel:hover .owl-next {
    opacity:1;
    transform: translateY(-50%) translate(-20%)!important;
}

.tab_content a {
    color: #699;
}

.owl-nav .owl-next span, .owl-nav .owl-prev span {
    color: #fff;
    font-size: 50px;
    line-height: 30px;
}
#allReviews .masonry-item:not(.active) {
    flex: calc(100%/3 - 20px * 2/3);
    max-width: calc(100%/3 - 20px * 2/3);
} 
.product-reviews:not(.product-reviews-active) {
    display: flex!important;
    gap:20px;
}
@media(min-width:800){
.product--tabs .owl-carousel:not(.owl-loaded) .item {
    --grid-desktop-horizontal-spacing:20px;
    width: calc(100%/3 - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(100%/3 - var(--grid-desktop-horizontal-spacing) / 2);
}
}
@media(max-width:799){
.product--tabs .owl-carousel:not(.owl-loaded) .item {
    --grid-desktop-horizontal-spacing:15px;
    width: calc(100%/2 - var(--grid-desktop-horizontal-spacing) * 1/ 2);
    max-width: calc(100%/2 - var(--grid-desktop-horizontal-spacing) / 2);
}
}
@media(max-width:600px){
.product--tabs .owl-carousel:not(.owl-loaded) .item {
    width: 100%;
    max-width: 100%;
}
}