@charset "UTF-8";
/*
Theme Name: Lilleprinsen
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2.1
*/
.slider-wrapper {
  display: none;
}

.topBar {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  line-height: 1;
}

.home .section-title-center a {
  padding-left: 15px;
  padding-right: 15px;
}
.home .section-title-center a:hover {
  color: #8b4d83 !important;
}

.home-hero {
  margin-top: -100px;
  position: relative;
  background-color: #dfdfdf;
}
@media screen and (min-width: 900px) {
  .home-hero {
    margin-top: -120px;
  }
}
.home-hero .flickity-viewport {
  height: 100% !important;
}
.home-hero .ratio-container {
  padding-top: 115.942%;
}
@media screen and (min-width: 550px) {
  .home-hero .ratio-container {
    padding-top: 110%;
  }
}
@media screen and (min-width: 900px) {
  .home-hero .ratio-container {
    padding-top: 39.0625%;
  }
}
.home-hero .slide {
  height: 100%;
}
.home-hero .slider-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-hero .slider-wrapper .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero .slider-wrapper .image-mobile {
  height: 100%;
}
@media screen and (min-width: 900px) {
  .home-hero .slider-wrapper .image-mobile {
    display: none;
  }
}
.home-hero .slider-wrapper .image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .slider-wrapper .image-desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .home-hero .slider-wrapper .image-desktop {
    display: block;
  }
}
.home-hero .slider-wrapper .image-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topBar * {
  margin: 0;
}

body a {
  color: #000000;
}

.sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

#top-bar {
  background-color: #8b4d83;
}

.woocommerce-info.message-wrapper {
  padding: 0.75em;
  border: 1px solid #aec986;
  background-color: rgba(174, 204, 131, 0.25);
  color: #62734d;
  margin-bottom: 0.75em;
  font-size: 14px;
}

@media screen and (min-width: 550px) {
  #masthead.header-main {
    height: 100px;
  }
}
#masthead.header-main #logo .header_logo.header-logo {
  width: 150px;
}
@media screen and (min-width: 550px) {
  #masthead.header-main #logo .header_logo.header-logo {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  #masthead.header-main #logo .header_logo.header-logo {
    width: 240px;
  }
}
@media screen and (min-width: 850px) {
  #masthead.header-main .header-inner > div:nth-child(1) {
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  #masthead.header-main .header-inner > div:nth-child(1) {
    display: block;
    order: 1;
  }
}
@media screen and (min-width: 850px) {
  #masthead.header-main .header-inner > div:nth-child(2) {
    display: block !important;
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  #masthead.header-main .header-inner > div:nth-child(2) {
    display: none !important;
  }
}
@media screen and (min-width: 850px) {
  #masthead.header-main .header-inner > div:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #masthead.header-main .header-inner > div:nth-child(3) {
    display: block !important;
    order: 2;
  }
}
@media screen and (min-width: 850px) {
  #masthead.header-main .header-inner > div:nth-child(4) {
    order: 3;
  }
}
#masthead.header-main .header-inner > div:nth-child(4) .header-search {
  display: none;
}
@media screen and (min-width: 1024px) {
  #masthead.header-main .header-inner > div:nth-child(4) .header-search {
    display: block;
  }
}
.header-wrapper.stuck #masthead {
  background-color: #ffffff;
}
.header-wrapper.stuck #masthead #logo .header-logo {
  max-width: 150px;
}
.header-wrapper.stuck #masthead .nav > li > a {
  line-height: 15px;
}

#header {
  background: transparent;
}
#header .header-wrapper {
  background: rgba(255, 255, 255, 0.95);
}
#header .header-bg-container {
  display: none;
}
#header .header-main {
  background-color: transparent;
}
@media screen and (min-width: 56.125em) {
  #header .header-main {
    height: 130px;
  }
}
#header .container {
  max-width: 100%;
}
#header .header-nav > li > a {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
#header .header-nav.nav-left {
  justify-content: center;
}
#header #logo {
  width: auto;
}
@media screen and (min-width: 56.125em) {
  #header #logo .logo-illustrasjon {
    display: block;
    max-height: 90px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 56.125em) {
  #header #logo .header_logo {
    max-height: 100px;
  }
}

.header-search-form {
  margin-top: 10px !important;
  width: 100% !important;
}
.header-search-form .header-search-form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper.stuck .header-search-form {
  display: none;
}

.nf-form-fields-required {
  display: none;
}

#nf-form-1-cont .nf-form-content button,
#nf-form-1-cont .nf-form-content input[type=button],
#nf-form-1-cont .nf-form-content input[type=submit] {
  background: var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  line-height: 1;
}

.has-text-align-center {
  text-align: center;
}

#logo .logo-illustrasjon {
  display: none;
}

.custom-brand-layout .brands_index li {
  margin-bottom: 10px;
}

.custom-brand-layout .brands_index li span,
.custom-brand-layout .brands_index li a {
  border-radius: 100%;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}

.custom-brand-layout .brands_index li a:hover {
  border-color: var(--primary-color);
}

.custom-brand-layout .brands a:hover {
  color: var(--primary-color);
}

.custom-brand-layout h3 {
  text-transform: uppercase;
  font-size: 42px;
  color: var(--primary-color);
}

.custom-brand-layout .brands {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
}

.custom-brand-layout .brands li {
  margin-left: 0;
  margin-right: 25px;
}

.product-main .cart {
  margin-top: 12px;
  margin-bottom: 0;
}

.product-main {
  padding-bottom: 0;
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: #f9f9f9 !important;
  text-shadow: 1px 1px 1px #ffffff !important;
  color: #666666 !important;
  border: 1px solid #dddddd;
}

.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  color: #ffffff !important;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px transparent !important;
}

.product-main .tinvwl_add_to_wishlist_button {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.product-small .product-title.woocommerce-loop-product__title {
  margin-bottom: 10px;
}

.product-small .product-title.woocommerce-loop-product__title a {
  min-height: 40px;
  font-size: 16px;
  color: #333333;
}

.product-small .add-to-cart-button {
  width: 100%;
}

.product-small .add-to-cart-button a,
.product-small .add-to-cart-button .add_to_cart_button {
  width: 100%;
  max-width: 100%;
  background-color: #aec986 !important;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-small .price-wrapper {
  position: relative;
  height: 18px !important;
}

.product-small .price {
  font-size: 18px;
}

.product-small.sale ins {
  padding-left: 3px;
}

.product-small.sale ins .amount,
.product-small.sale ins .amount span {
  color: red;
}

.product-small .price-wrapper .tinv-wishlist {
  position: absolute;
  top: -13px;
  left: -6px;
  right: auto;
}

.product-small .box-text .category {
  font-size: 1em;
}

.product-small .ivpa-content {
  padding: 0.25em;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  pointer-events: none;
  margin-bottom: -3px;
}
.product-small .ivpa-content .ivpa_attribute[data-attribute=pa_velg].ivpa_text .ivpa_term.ivpa_active {
  background: #ffffff;
  color: #000000;
}
.product-small .grid-tools .quick-view {
  background-color: #dadada;
  color: #000000;
}
.product-small .grid-tools .quick-view:hover {
  background-color: #cdcdcd;
}
.product-small .ivpa-content .ivpa_outofstock {
  display: none !important;
}
.product-small .ivpa-hidden-price {
  display: none;
}
@media screen and (max-width: 1023px) {
  .product-small .quick-view,
.product-small .quick-view.quick-view-added {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .product-small .image-tools.hide-for-small {
    display: unset !important;
    opacity: 1;
    transform: none;
  }
}
.product-small .grid-tools.image-tools {
  flex-flow: column;
}

/*.product-small .image-tools.hover-slide-in {*/
/*    display: block;*/
/*    opacity: 1;*/
/*    transform: none;*/
/*}*/
/*#main .product .single_add_to_cart_button {*/
/*    background-color: #aec986!important;*/
/*}*/
ul.other_products_list {
  display: flex;
  list-style-type: none;
  flex-flow: row wrap;
}

ul.other_products_list li {
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  border: 1px solid transparent;
  transition: transform 0.2s ease;
}
ul.other_products_list li:hover {
  border: 1px solid #dfdfdf;
  transform: scale(1.25);
}

ul.other_products_list li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 0.1s ease;
  background-size: cover;
  background-position: center center;
}

.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
  opacity: 1;
}

.slider-nav-reveal .flickity-button svg {
  margin-top: 0 !important;
}

.slider-nav-reveal .flickity-button,
.slider-nav-reveal .flickity-button:hover {
  width: 50px;
  height: 50px;
  top: calc(50% - 50px);
  left: 0;
  box-shadow: none;
}

.product-summary .woocommerce-Price-currencySymbol {
  vertical-align: unset;
}

.product .product-title {
  color: #000000;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

.product .price-wrapper p,
.product .price-wrapper span {
  color: #000000;
  margin: 0;
  font-weight: 500;
}

.product .price-wrapper {
  /*padding-bottom: 1em;*/
  /*margin-bottom: 1em;*/
}

.product #ivpa-content,
.product .ivpa-content {
  margin-top: 0;
}

.product #ivpa-content .ivpa_title {
  margin-top: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.product #ivpa-content .ivpa_attribute .ivpa_term.ivpa_active {
  background-color: transparent !important;
  border: 1px solid #dddddd;
  color: #000000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product #ivpa-content .ivpa_attribute .ivpa_term.ivpa_instock:hover {
  border: 1px solid #000000;
}

.product #ivpa-content .ivpa_attribute .ivpa_term.ivpa_instock.ivpa_clicked {
  border: 1px solid #000000;
}

.product #ivpa-content .ivpa_attribute .ivpa_term.ivpa_active.ivpa_outofstock {
  color: #666666;
  opacity: 0.4;
}

.product #ivpa-content .ivpa_attribute .ivpa_term.ivpa_active.ivpa_outofstock::after {
  filter: brightness(0);
  opacity: 0.35;
}

.product .product-info .stock.in-stock {
  display: none;
}

.absolute-footer {
  display: none;
}

#footer a {
  color: var(--primary-color);
}

#footer a:hover {
  text-decoration: underline;
}

#footer #custom_html-6 {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}

#footer .custom-html-widget {
  width: 100%;
}

#footer .footer-widget-4 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
}
#footer .footer-widget-4 .cc {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  display: block;
}
#footer .footer-widget-4 .cc a {
  display: block;
  width: 100%;
}
#footer .footer-widget-4 .cc a:hover {
  text-decoration: none;
  color: #8b4d83;
}
#footer .footer-widget-4 .cc .small {
  display: block;
  font-size: 12px;
}
#footer .footer-widget-4 > div {
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 850px) {
  #footer .footer-widget-4 > div {
    max-width: calc(200px);
  }
}
#footer .footer-widget-4 > div img {
  max-width: 120px;
}

#footer .footer2-widget2 {
  text-align: right;
}

.lightbox-content {
  padding: 30px;
  border-radius: 5px;
}

.product-info .yith-wcwl-wishlistexistsbrowse {
  margin-bottom: 10px;
}

.product-info .yith-wcwl-add-button {
  margin-bottom: 20px;
}

.product-info .single_add_to_wishlist {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #ffffff;
  color: #666666;
  border: 1px solid #dddddd;
}

.product-info .single_add_to_wishlist:hover {
  color: #ffffff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px transparent;
}

.add-to-cart-wrapper .add-to-cart-button a {
  margin-top: 0;
}

.add-to-cart-wrapper {
  margin-top: 0.75em;
  display: flex;
  align-items: center;
}

.badge-container .badge {
  flex: 0 0 auto;
  backface-visibility: visible;
}

.badge-container .badge + .badge {
  width: 2.8em;
  height: 2.8em;
}

.badge-container .badge.new {
  margin-top: -20px;
  background-image: url("assets/img/heart-web-ny2.png");
  background-size: contain;
}

/* hide pagination on Nyheter and Salg - custom pages */
.page-id-1511 .woocommerce-pagination,
.page-id-448532 .woocommerce-pagination {
  display: none;
}

.next-prev-thumbs {
  display: none;
}

.flickity-viewport {
  /*transition: height 1s ease;*/
}

.woocommerce-product-gallery .wishlist-icon {
  display: none;
}

.related-products-wrapper .product-section-title {
  text-transform: none;
  padding-left: 0;
}

.related-products-wrapper .container-width {
  max-width: 100%;
}

.sale-perc {
  display: none;
}

.single-product-brands a {
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.single-product-brands a:hover {
  text-decoration: underline;
  color: #000000;
}

.single-product-brands svg {
  width: 24px;
  margin-right: 5px;
}

.single-product .price-wrapper ins .amount {
  color: red;
}
.single-product .badge-inner.on-sale {
  background: #000000;
}

/* black styles */
/*.badge-inner .onsale {*/
/*    position: relative;*/
/*    font-size: 11px;*/
/*}*/
/*.badge-container {*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*    align-items: flex-end;*/
/*    left: auto;*/
/*    top: 10px;*/
/*    right: 0;*/
/*}*/
/*.badge-container .badge-inner {*/
/*    background-color: #000000!important;*/
/*}*/
/*.badge-container .badge-inner.on-sale {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.badge-container .badge-circle,*/
/*.badge-container .badge,*/
/*.badge-container .badge.new {*/
/*    background-color: #000000;*/
/*    background-image: none;*/
/*    color: #ffffff;*/
/*    text-transform: uppercase;*/
/*    font-size: 11px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: auto;*/
/*    height: auto;*/
/*    padding: 0.25em 0.5em;*/
/*    margin-left: 0;*/
/*    height: 24px;*/
/*}*/
/*.badge-container .badge.new::before {*/
/*    content: "Nyhet";*/
/*}*/
/*.badge-circle+.badge {*/
/*    margin-top: 0.5em;*/
/*    margin-left: 0;*/
/*}*/
.product-small .tinv-wraper {
  position: absolute;
  right: 0;
  z-index: 1;
}

.product-small .badge-inner.on-sale {
  background: #000000;
}

.product-small .tinv-wraper a {
  color: #000000;
}

.product-small .ivpa-content {
  margin-top: 0;
  pointer-events: none;
}

.product-small .tinv-wraper .tinvwl_add_to_wishlist_button {
  transform: scale(1.5);
  transition: all 0.2s ease;
}

.product-small .tinv-wraper .tinvwl_add_to_wishlist_button:hover {
  transform: scale(2);
}

.nav-top-link:hover {
  color: #000000 !important;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a:hover, .header:not(.transparent) .header-bottom-nav.nav > li.active > a, .header:not(.transparent) .header-bottom-nav.nav > li.current > a, .header:not(.transparent) .header-bottom-nav.nav > li > a.active, .header:not(.transparent) .header-bottom-nav.nav > li > a.current {
  color: #000000 !important;
  font-weight: 700;
}

.product-page-accordian {
  margin-top: 15px;
}

.product-page-accordian ul {
  list-style-type: none;
}

.product-page-accordian ul li::before {
  font-family: "fl-icons";
  content: "\e000";
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.ced {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.ced .col {
  max-width: 100%;
  flex-basis: 100%;
}
.ced .col .product-small {
  display: flex;
  flex-flow: row;
}
.ced .col .product-small .box-image {
  width: 200px;
  height: 100px;
  padding-top: 20%;
}
.ced .col .product-small .tinv-wraper,
.ced .col .product-small .badges-container {
  display: none;
}
.ced .col .product-small .box-text {
  padding-bottom: 0;
}
.ced .col .product-small .add-to-cart-wrapper {
  display: none;
}
.ced .col .product-small .image-tools {
  display: none !important;
}
.ced .col .product-small .title-wrapper .category {
  font-size: 12px;
}
.ced .col .product-small .product-title {
  font-size: 14px !important;
}
.ced .col .product-small .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related {
  padding-top: 8px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
}
.related .row-small > .flickity-viewport > .flickity-slider > .col,
.related .row-small > .col {
  padding-bottom: 10px;
}

.ced h2,
.related .product-section-title {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 1em;
  letter-spacing: initial;
}

.added_to_cart.wc-forward {
  display: none;
}

/* FILTERS */
.bapf_sfilter {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.bapf_slidr_main {
  margin-left: 6px;
  margin-right: 5px;
}

.berocket_aapf_widget_selected_filter {
  display: flex;
}

.bapf_sfa_taxonomy {
  margin-right: 10px;
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
}

.bapf_sfa_taxonomy span {
  font-weight: 700;
}

.bapf_sfa_taxonomy ul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}

.bapf_sfa_taxonomy ul li {
  margin-right: 4px !important;
}

.bapf_sfa_taxonomy ul li a {
  border: 1px solid #dfdfdf;
  padding: 0.35em;
  border-radius: 4px;
  font-size: 12px;
}

.bapf_sfa_taxonomy ul li a::before {
  content: "×";
  display: inline-block;
  margin-right: 2px;
}

.berocket_ajax_group_filter_title {
  display: none;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0;
  line-height: 0;
  padding: 0.5em 1em;
  background: #8b4d83;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
  background: #733f6c;
}

.bapf_button_berocket {
  border-bottom: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.bapf_ckbox_sqchck input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  width: 5px;
  height: 9px;
  top: 0;
  left: 3px;
}

.bapf_ckbox_sqchck ul li {
  display: flex;
  height: 25px;
}

.bapf_ckbox_sqchck ul li label {
  font-weight: 400;
}

.bapf_ckbox_sqchck ul li label:hover {
  text-decoration: underline;
}

.braapf_unselect_all {
  color: #000000;
}

.braapf_unselect_all::before {
  content: "×";
  display: inline-block;
}

.bapf_head.bapf_colaps_togl h3 {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bapf_head.bapf_colaps_togl h3::before {
  content: "▲";
  font-size: 10px;
  display: inline-block;
  margin-right: 5px;
}

.bapf_head.bapf_colaps_togl.collapsed h3::before {
  transform: rotate(180deg);
}

.bapf_body label {
  color: #777777;
}
.bapf_body .bapf_tax_product_cat {
  display: block;
  height: auto;
  position: relative;
}
.bapf_body .bapf_tax_product_cat input {
  margin-bottom: 10px;
}
.bapf_body .bapf_tax_product_cat > ul {
  margin-top: 0;
  margin-bottom: 8px;
}
.bapf_body .bapf_tax_product_cat.bapf_parent_0 > ul {
  display: none;
}
.bapf_body .has-children::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#brands_a_z h3:target {
  text-decoration: none;
}

@media screen and (min-width: 850px) {
  .menu-item .icon-angle-down {
    display: none;
  }
}

.off-canvas .sidebar-menu {
  padding-top: 0;
}

.off-canvas .nav-vertical > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
}

.archive #main .col.large-3 {
  max-width: 280px;
}

.product-info .accordion-inner {
  padding-left: 0;
  padding-right: 0;
}

.product-info .accordion-item:first-child .accordion-inner {
  position: relative;
}
.product-info .accordion-item:first-child .accordion-inner.is-overflow {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-info .accordion-item:first-child .accordion-inner.is-overflow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, white 90%);
  z-index: 1;
  pointer-events: none;
}
.product-info .accordion-item:first-child .accordion-inner.is-overflow .read-more {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #777777;
}
.product-info .accordion-item:first-child .accordion-inner.is-expanded {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.product-info .accordion-item:first-child .accordion-inner.is-expanded .read-less {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #777777;
}

.other-products-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.other-products-wrapper .ivpa_title {
  color: #000000;
  font-weight: 400;
}

.price-wrapper {
  margin-bottom: 20px;
}

.single_variation_wrap .woocommerce-variation.single_variation {
  display: none;
}

#mc_embed_signup {
  margin-top: 6px;
}
#mc_embed_signup label {
  display: none;
}
#mc_embed_signup #mc-embedded-subscribe {
  display: block;
  width: 100%;
  background-color: #8b4d83;
}
#mc_embed_signup #mce-success-response {
  padding: 0.5em;
  background-color: #0b8c51;
  color: #ffffff;
  margin-bottom: 0.5em;
}

#pwgc-redeem-button {
  margin-bottom: 0;
}

#shipping_method label {
  font-size: 1em;
}

#shipping_method .shipping__list_label .woocommerce-Price-amount {
  float: right;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

#payment #place_order {
  width: 100%;
}

.product-lightbox .cart .price-wrapper {
  display: none;
}

.woocommerce #payment .wc_payment_method {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.woocommerce #payment .wc_payment_method.payment_method_stripe {
  display: block;
}
.woocommerce #payment .payment_method_dibs img,
.woocommerce #payment .payment_method_kco img {
  margin-left: 10px;
}
.woocommerce #payment .payment_method_vipps .payment_box {
  display: none !important;
}

.product-quick-view-container #ivpa-content .ivpa_term.ivpa_outofstock {
  display: none !important;
}
.product-quick-view-container ins .amount,
.product-quick-view-container ins .amount span {
  color: red;
}

.woocommerce-orders-table .woocommerce-button.button.cancel {
  display: none;
}

body.woocommerce-cart #pwgc-redeem-gift-card-form {
  display: none;
}
body.woocommerce-cart #pwgc-redeem-gift-card-container br {
  display: none;
}
body.woocommerce-cart .coupon {
  display: flex;
  flex-flow: row wrap;
  row-gap: 8px;
}
body.woocommerce-cart .coupon .widget-title {
  flex: 0 0 auto;
  width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.woocommerce-cart .coupon input {
  margin-bottom: 0;
  height: 40px;
}
body.woocommerce-cart .coupon #coupon_code {
  flex: 1 1 auto;
  width: auto;
}
body.woocommerce-cart .coupon input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  margin-right: 0;
  margin-left: -1px;
}
body.woocommerce-cart .coupon input[type=submit]:hover {
  background-color: #1a1a1a;
}

body.woocommerce-checkout #pwgc-redeem-gift-card-form {
  display: none;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle + p {
  font-weight: 600;
  color: #222;
  font-size: 0.9em;
}
body.woocommerce-checkout .coupon,
body.woocommerce-checkout .checkout_coupon {
  padding: 0;
  display: block !important;
  border: none;
}
body.woocommerce-checkout .coupon p,
body.woocommerce-checkout .checkout_coupon p {
  font-weight: 600;
  color: #222;
  font-size: 0.9em;
}
body.woocommerce-checkout .coupon input,
body.woocommerce-checkout .checkout_coupon input {
  height: 40px;
}
body.woocommerce-checkout .coupon button,
body.woocommerce-checkout .checkout_coupon button {
  height: 40px;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal;
}
body.woocommerce-checkout #mailpoet_woocommerce_checkout_optin_field {
  margin-top: 20px;
}
body.woocommerce-checkout input {
  box-shadow: none;
}

/*************** 600 and up  ***************/
@media screen and (min-width: 37.5em) {
  .ced .col {
    max-width: 50%;
    flex-basis: 50%;
  }
}
/*************** 850 and up  ***************/
@media screen and (min-width: 53.125em) {
  .logo-inner {
    display: flex;
  }

  .ced .col {
    max-width: 33.3334%;
    flex-basis: 33.3334%;
  }

  .custom-brand-layout #brands_a_z {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .custom-brand-layout .brands_index li span,
.custom-brand-layout .brands_index li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .custom-brand-layout h3 {
    width: 240px;
    font-size: 96px;
    line-height: 1;
  }

  .custom-brand-layout .brands {
    width: calc(100% - 300px);
    font-size: 16px;
    align-items: flex-start;
  }

  .top {
    width: 60px;
    text-align: center;
  }

  .brands_index {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
/*************** 1024 and up  ***************/
@media screen and (min-width: 64em) {
  .ced .col {
    max-width: 25%;
    flex-basis: 25%;
  }

  .flickity-viewport {
    /*max-height: 400px;*/
  }

  #footer .widget-title {
    font-size: 1.25em;
  }

  .product-page-accordian {
    margin-top: 35px;
  }

  .product-footer {
    margin-top: 50px;
  }
}
/*************** 1366 and up  ***************/

/* Lilleprinsen Flickity layout stability, 2026-09-03.
 * Keep geometry reserved while Flatsome moves wrap-around cells into place. */
@media screen and (min-width: 34.375em) {
  .row-slider.large-columns-6:not(.flickity-enabled) {
    opacity: 0;
  }

  .product-info .accordion .accordion-item:first-child .accordion-inner {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
