﻿@charset "UTF-8";
html {
  scroll-behavior: smooth !important;
}

ul {
  list-style: none;
  padding: 0;
}

.message-failure {
  color: red;
}

span.discount-note {
  color: #000;
  width: 100%;
  float: left;
  margin: 6px 0;
  font-size: 14px;
}

.basket-holder:hover .flyout-cart {
  display: block !important;
}

.product-box .price-list {
  margin-bottom: 10px;
}
.product-box .price-list li {
  padding: 0 5px;
  width: unset;
  display: inline-block;
  margin-bottom: 0;
  width: 100% !important;
}

.block-recently-viewed-products ul {
  list-style: none;
  padding-left: 0;
}

.product-box .img-holder {
  min-height: 260px;
  position: relative;
  z-index: 0;
}
@media (max-width: 658px) {
  .product-box .img-holder {
    min-height: 220px;
  }
}

.priceRangeMinPanel, .priceRangeMaxPanel,
.specification-min-panel, .specification-max-panel {
  font-size: 12px !important;
}

.basket-holder {
  position: relative;
}

.product-selectors > div {
  margin: 0 !important;
}

.jcf-select {
  min-width: unset !important;
  border: none !important;
  background: transparent !important;
}

.product-selectors span {
  vertical-align: middle;
  font-size: 17px;
  font-weight: 500;
  color: #313131;
}

.jcf-select .jcf-select-text {
  line-height: 24px;
}

@media (min-width: 1001px) {
  .product-sorting > span, .product-viewmode > span, .product-page-size > span {
    float: left;
    line-height: 26px;
    margin: 0 5px 0 0;
  }
}
@media (min-width: 1036px) {
  .archive-section .head-box {
    padding: 8px 0 16px;
  }
}
.jcf-select-drop .jcf-select-drop-content {
  width: 135%;
}

.product-wrap .ribbon-position,
.product-item .ribbon-position {
  position: relative !important;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1036px) {
  .product-wrap .ribbon-position,
  .product-item .ribbon-position {
    margin-bottom: 35px;
  }
}
.product-wrap .ribbon-position .product-ribbon,
.product-item .ribbon-position .product-ribbon {
  min-width: 80px !important;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  padding: 6px 5px;
}
@media (min-width: 1036px) {
  .product-wrap .ribbon-position .product-ribbon,
  .product-item .ribbon-position .product-ribbon {
    min-width: 102px !important;
    font-size: 0.8125rem;
    padding: 7px 5px;
  }
}
.product-wrap .ribbon-position .product-ribbon .ribbon-text,
.product-item .ribbon-position .product-ribbon .ribbon-text {
  font: unset;
}
.product-wrap .ribbon-position label,
.product-item .ribbon-position label {
  margin-bottom: 0;
  padding: 0;
  display: unset !important;
}

.product-item .ribbon-position {
  margin-bottom: 0;
}

.badge-con-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 667px) {
  .badge-con-wrapper {
    margin-bottom: 11px;
  }
}

#quickTabs {
  margin: 0;
  border: none;
  padding: 0;
}
#quickTabs .write-review {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
}
#quickTabs .write-review .buttons {
  background: #fff;
  margin: 0 !important;
}
#quickTabs .productTabs-body > div {
  padding: 40px !important;
}
#quickTabs .ui-tabs-nav {
  border-bottom: 0 !important;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0 !important;
}
#quickTabs .ui-tabs-nav li {
  width: 33.33%;
  margin: 0 !important;
  background: #fff;
  border: none;
}
#quickTabs .ui-tabs-nav li a {
  font-size: 20px;
  padding: 27px 5px 23px !important;
  display: block;
  text-align: center;
  border-right: 5px solid #f2f2f2;
  border-bottom: 5px solid #f2f2f2;
  border-top: 0;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  width: 100%;
}
#quickTabs .ui-tabs-nav li:last-child a {
  border-right: none;
}
#quickTabs .ui-tabs-nav .ui-state-active a {
  background: #fff !important;
}
#quickTabs .ui-tabs-nav .ui-state-active a:before {
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  height: 5px;
  background-color: #fff;
}

.product-details-page .productTabs-body .write-review .form-fields .inputs input,
.product-details-page .productTabs-body .write-review .form-fields .inputs textarea {
  width: 98%;
  float: left;
}

.product-details-page .productTabs-body .write-review .form-fields .inputs label {
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  width: 100%;
}

#product-details-form .product-price > span {
  font-size: 30px;
  font-weight: 700;
  color: #000 !important;
}
#product-details-form .add-to-cart-button {
  min-width: 229px;
  font-size: 24px;
  height: auto;
  padding: 12px 10px;
}
@media only screen and (max-width: 768px) {
  #product-details-form .add-to-cart-button {
    min-width: 140px;
    font-size: 14px;
    padding: 8.5px 11px;
  }
}
#product-details-form .qty-input {
  font-size: 24px;
  width: 48px;
  height: 52px;
  background-color: #fff !important;
  padding: 5px;
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  #product-details-form .qty-input {
    width: 30px;
    height: 34px;
    font-size: 18px;
    text-align: center;
  }
}
#product-details-form .overview .add-to-cart-panel {
  margin-bottom: 20px;
}
@media (min-width: 1036px) {
  #product-details-form .overview .add-to-cart-panel {
    margin-bottom: 50px;
  }
}

/* slider */
.slick-track .slick-slide {
  padding: 0 7px;
}

@media (min-width: 1036px) {
  .slick-track .slick-slide {
    padding: 0 21px;
  }
}
.slick-carousel .slick-list, .double-slide .slick-list {
  padding: 6px 0;
  margin: 0 -133px 0 -7px;
}

@media (min-width: 768px) {
  .slick-carousel .slick-list, .double-slide .slick-list {
    margin: 0 -7px;
  }
}
@media (min-width: 1036px) {
  .slick-carousel .slick-list, .double-slide .slick-list {
    margin: 0 -21px;
  }
}
.nop-jcarousel .slick-carousel .item-box {
  padding: 0 !important;
}

.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
  border: 1px solid #cec9c8 !important;
  z-index: 0 !important;
}

@media (min-width: 769px) {
  .jCarouselMainWrapper .nop-jcarousel .carousel-title {
    margin: 0;
    font-size: 20px;
    padding: 0 0px 0;
    text-align: left !important;
    border: 0;
  }
  .jCarouselMainWrapper .slick-next,
  .jCarouselMainWrapper .slick-prev {
    width: 35px !important;
    height: 35px !important;
    z-index: 0 !important;
  }
}
.jCarouselMainWrapper .nop-jcarousel .slick-prev {
  right: 45px;
  left: auto;
}

.nop-jcarousel {
  position: relative;
  margin: 0 0 25px;
}

/* end slider */
.product-grid .item-box .ajax-cart-button-wrapper {
  width: 100% !important;
}
.product-grid .item-box .ajax-cart-button-wrapper a {
  width: 100% !important;
}
@media (min-width: 1001px) and (max-width: 1366px) {
  .product-grid .item-box .ajax-cart-button-wrapper a {
    font-size: 13px !important;
  }
}

.login-page {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.login-page .page-title {
  text-align: center;
  margin-bottom: 15px;
}

.cart-total-right span {
  white-space: nowrap;
}

.shopping-cart-page .cart-options {
  display: none !important;
}
.shopping-cart-page .checkout-buttons,
.shopping-cart-page .terms-of-service {
  display: none !important;
}

table.product-select .qty-input {
  width: 60px;
  height: 28px;
  margin-bottom: 0;
  border: 1px solid #cec9c8;
  text-align: center;
}

.checkout-page #CheckoutStep2 {
  display: none;
}
.checkout-page #CheckoutStep1 .error-panel {
  display: none;
}

@media (min-width: 768px) {
  .form-block .step-holder.address-info .address-holder .address-box {
    max-width: 100%;
    padding: 0 10px;
  }
}
.order-completed-page {
  padding: 20px;
  background: #fff;
}
.order-completed-page h1, .order-completed-page .title {
  text-align: center;
}

.order-details-page {
  padding: 20px;
  background: #fff;
}
.order-details-page .page-title {
  border-bottom: none;
  text-align: center;
}
.order-details-page .actions {
  text-align: center;
}

.login-page .inputs.reversed {
  margin: 5px 0 5px 0;
  text-align: left;
}
.login-page .returning-wrapper .buttons {
  background-color: #fff;
  padding: 14px 0;
}

.dropmenu .simple-list h4 {
  width: 100%;
}

@media (max-width: 1000px) {
  .menu-title {
    display: none;
  }
}
.product-details-page .ui-tabs .full-description {
  display: block;
  white-space: pre-line;
  font-size: 17px;
}

@media (max-width: 667px) {
  .jCarouselMainWrapper .slick-track .slick-slide {
    display: block;
    width: 244px !important;
  }
  .nop-jcarousel {
    margin: 0 0 20px;
  }
}
@media (min-width: 1001px) {
  .product-sorting > span, .product-viewmode > span, .product-page-size > span {
    line-height: 32px !important;
  }
}
.product-selectors select {
  margin: 0 8px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  font-size: 17px;
  position: relative;
  top: 6px;
  border: 2px solid #000;
  border-radius: 4px;
}

.product-review-list {
  margin-top: 30px;
}

.filtersPanel .priceRangeFilterPanel7Spikes .ui-slider-handle, .filtersPanel .specificationFilterPanel7Spikes .ui-slider-handle {
  width: 23px !important;
  height: 23px !important;
}
.filtersPanel .priceRangeFilterPanel7Spikes .ui-slider-handle:last-child,
.filtersPanel .specificationFilterPanel7Spikes .ui-slider-handle:last-child {
  margin-left: -15px !important;
}

.search-page .product-selectors {
  border: 0 !important;
}
.search-page .search-input {
  display: none !important;
}

.full-description-tab {
  white-space: pre-wrap;
}

.html-product-details-page .page-body {
  position: relative;
  margin-bottom: 25px;
}
.html-product-details-page .next-product,
.html-product-details-page .previous-product {
  width: auto;
}
.html-product-details-page .next-product a,
.html-product-details-page .previous-product a {
  width: 34px;
  height: 86px;
  padding: 1px 6px !important;
  z-index: 1 !important;
}
.html-product-details-page .next-product a > span,
.html-product-details-page .previous-product a > span {
  display: none !important;
}
.html-product-details-page .next-product > a,
.html-product-details-page .previous-product > a {
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  position: absolute;
  top: calc(23% + 46px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #70665f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  z-index: 99;
  text-align: center;
}
@media (max-width: 667px) {
  .html-product-details-page .next-product > a,
  .html-product-details-page .previous-product > a {
    top: calc(10% + 46px);
    width: 28px;
    height: 70px;
  }
}
.html-product-details-page .next-product > a:before,
.html-product-details-page .previous-product > a:before {
  background: none !important;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  border: 0 !important;
  bottom: auto !important;
}
.html-product-details-page .next-product > a:hover,
.html-product-details-page .previous-product > a:hover {
  background-color: #4f4843 !important;
}
.html-product-details-page .next-product > a:before {
  content: "\e901";
}
.html-product-details-page .previous-product > a {
  left: 20px;
}
@media (max-width: 667px) {
  .html-product-details-page .previous-product > a {
    left: 0;
  }
}
.html-product-details-page .previous-product > a:before {
  content: "\e900";
}

@media (max-width: 667px) {
  .gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
    max-height: 350px;
    height: auto;
    width: auto !important;
  }
  .gallery {
    margin-bottom: 0 !important;
  }
}
.product-bottom .section-title {
  margin-bottom: 15px;
}

.nop-jcarousel {
  margin-bottom: 25px !important;
}

@media (min-width: 1036px) {
  .BrandMenu .dropmenu {
    padding: 20px;
    border-bottom: 3px solid #000;
  }
}
@media (min-width: 1300px) {
  .BrandMenu .dropmenu .sub-menu {
    max-width: 100%;
  }
}

.contact-block textarea, .contact-block input[type=text],
.contact-block input[type=email],
.contact-block input[type=password], .contact-block select {
  width: 95%;
}

@media (min-width: 768px) {
  .html-category-page .category-description h1, .html-category-page .category-description h2, .html-category-page .category-description h3,
  .html-category-page .category-description-bottom h1,
  .html-category-page .category-description-bottom h2,
  .html-category-page .category-description-bottom h3 {
    font-size: 30px;
  }
}

.category-page .product-selectors {
  border: 0 !important;
}
.category-page .product-viewmode {
  display: none !important;
}

.block-category-navigation .list > .inactive {
  display: none !important;
}
.block-category-navigation .listbox > .list {
  padding: 0 !important;
}
.block-category-navigation .listbox > .list > li {
  padding: 0 !important;
}
.block-category-navigation .listbox > .list > li a {
  padding: 0;
}
.block-category-navigation .listbox > .list > li > a {
  margin-bottom: 10px !important;
  padding: 0;
  color: #000 !important;
}
.block-category-navigation .listbox > .list > li > .sublist > li {
  padding: 5px 0 !important;
}
.block-category-navigation .listbox > .list > li .sublist > li > a {
  font-weight: 700;
  color: #000 !important;
}
.block-category-navigation .listbox > .list > li .sublist > li > .sublist > li > a {
  font-weight: normal !important;
  color: unset !important;
  font-size: 14px;
  padding: 0 !important;
}
.block-category-navigation .listbox > .list > li .sublist > li > .sublist {
  padding-left: 10px;
}
.block-category-navigation .listbox > .list > li .sublist > li > .sublist > li {
  padding: 0 !important;
}
.block-category-navigation .list a:before {
  content: none !important;
}
.block-category-navigation .block .sublist {
  margin: 0 !important;
}
.block-category-navigation .list > .active > a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1036px) {
  .block-category-navigation .list > .active > a {
    font-size: 19px;
  }
}

#gtx-trans {
  display: none !important;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

nav.navigation {
  background-color: #f2f2f2;
}

.sticky .dropmenu {
  top: 61px;
  overflow-y: auto;
}
.sticky ul.mega-menu.left {
  float: left;
}

@media (min-width: 2010px) and (max-width: 2560px) {
  .Boligtilbehor .dropmenu .sub-menu li:nth-child(6) {
    /*position: relative;*/
    top: 2px;
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 1439px) {
  .sticky ul.mega-menu > li.with-dropdown-in-grid > a {
    padding: 21px 17px !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sticky ul.mega-menu > li.with-dropdown-in-grid > a {
    padding: 29px 15px !important;
    font-size: 13px !important;
  }
}
.intro-slider-section .intro-links a {
  padding-bottom: 0 !important;
}
.intro-slider-section .intro-links li:first-child a {
  padding-bottom: 0 !important;
}
.intro-slider-section .intro-links li:nth-child(4) a {
  padding-bottom: 0 !important;
}

.intro-slider-section .nivoSlider a.nivo-imageLink {
  background-color: transparent !important;
}
.intro-slider-section .theme-block1_Image3_slider .intro-links a {
  padding-bottom: 0 !important;
}
.intro-slider-section .theme-block1_Image3_slider .intro-links a:hover {
  opacity: 0 !important;
}

@media (min-width: 1200px) {
  .first-banner .left-img {
    /* width: calc(65% - 90px);*/
    width: 100%;
  }
}
.first-banner .content-holder {
  padding: 98px 100px 78px !important;
}
@media only screen and (min-width: 1200px) {
  .first-banner .content-holder {
    padding: 50px 15px 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .first-banner .left-img img.nivo-main-image, .first-banner .right-img img.nivo-main-image {
    height: 400px;
    object-fit: cover;
  }
}
@media (min-width: 1025px) {
  .first-banner .left-img img.nivo-main-image, .first-banner .right-img img.nivo-main-image {
    height: fit-content;
    object-fit: cover;
  }
}
@media (max-width: 456px) and (min-width: 321px) {
  .first-banner .left-img {
    min-height: 197px !important;
  }
}
@media (min-width: 320px) {
  .first-banner .left-img {
    min-height: 169px;
  }
}
@media (max-width: 1024px) {
  .first-banner .block2-img img.nivo-main-image {
    height: unset;
  }
  .first-banner .content-holder {
    padding: 20px 50px 19px !important;
  }
}

.second-banner .second-banner-list li a {
  padding-bottom: 0 !important;
}
.second-banner .second-banner-list li:first-child a {
  padding-bottom: 0;
}

.right-img .block2-img {
  max-width: none;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .right-img {
    /* width: calc(75% + 90px) !important;*/
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .right-img .img-holder {
    width: auto !important;
  }
}

.master-wrapper-page .html-widget .alert-info > p > a {
  color: rgb(255, 255, 255) !important;
}

.theme-block1_Image1_slider div {
  width: 100%;
  height: 581px;
}

.theme-block1_Image2_slider div {
  width: 100%;
  height: 286px;
}

.theme-block1_Image3_slider div {
  width: 100%;
  height: 286px;
  min-height: 160px;
}
.theme-block1_Image3_slider div:hover {
  opacity: 0.9 !important;
}
@media (max-width: 1024px) {
  .theme-block1_Image3_slider div {
    height: fit-content !important;
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .theme-block1_Image3_slider div {
    width: 100%;
    height: fit-content !important;
    min-height: 160px;
  }
}

.theme-block1_Image4_slider div {
  width: 100%;
  height: 601px;
}

.theme-block2_image3 {
  width: 75%;
  margin: 0 auto;
}

.block2-details .html-widget {
  padding: 0 15px;
}

.spc .navigation {
  display: none !important;
}

.html-blogpost-page .breadcrumb {
  margin-bottom: 15px !important;
}
.html-blogpost-page .blogpost-page .post-navigation {
  display: none !important;
}
@media (max-width: 321px) {
  .html-blogpost-page .blogpost-page .page-title h1 {
    font-size: 2rem;
  }
}
.html-blogpost-page .blogpost-page .rich-blog-image {
  display: none;
}
.html-blogpost-page .blogpost-page .post-date {
  background: transparent;
}
.html-blogpost-page .blogpost-page .fieldset {
  margin: 0;
}
.html-blogpost-page .blogpost-page .fieldset .form-fields .enter-comment-text {
  width: 1000% !important;
}
.html-blogpost-page .blogpost-page .fieldset .form-fields .inputs > label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.html-blog-page .breadcrumb {
  margin-bottom: 15px !important;
}
.html-blog-page .page-title {
  display: flow-root;
  padding: 5px 0;
}
.html-blog-page .page-title .link-rss {
  display: none;
  float: right;
  margin: 15px 0 0;
}
@media (max-width: 1024px) {
  .html-blog-page .page-title .link-rss {
    display: none;
  }
}
.html-blog-page .post {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc !important;
  padding: 10px;
  margin: 0 0 50px !important;
}
@media (max-width: 426px) {
  .html-blog-page .post {
    width: 100%;
  }
}
.html-blog-page .post-head {
  padding: 10px 0px !important;
  background: transparent !important;
}
.html-blog-page .post-head .post-date {
  float: left;
  background: transparent;
}
.html-blog-page .post-head .post-title {
  float: none;
  padding: 0 0 14px;
  display: block;
  font-size: 25px;
}
@media (max-width: 786px) {
  .html-blog-page .post-head .post-title {
    line-height: 28px !important;
  }
}
.html-blog-page .post-head .post-title:hover {
  text-decoration: none !important;
}
@media (max-width: 769px) {
  .html-blog-page .post-body {
    line-height: 15px !important;
    font-size: 12px;
  }
}
.html-blog-page .post-body h2 {
  font-size: 1rem;
}
@media (max-width: 769px) and (min-width: 450px) {
  .html-blog-page .post-footer {
    padding: 0px 10px 0 !important;
  }
}
@media (max-width: 769px) and (min-width: 450px) {
  .html-blog-page .post-footer .post-actions {
    text-align: center;
  }
  .html-blog-page .post-footer .post-actions .read-more {
    float: none !important;
    margin: 6px !important;
    padding: 9px 8px;
    font-size: 10px;
    background: rgb(106, 97, 90) !important;
  }
}
.html-blog-page .post-footer .post-actions .read-more {
  background: rgb(106, 97, 90) !important;
}
@media (max-width: 1025px) {
  .html-blog-page .post-footer .post-actions .read-more {
    font-size: 10px;
  }
}

.news-slider-section .section-title.btn-title {
  margin-top: 20px;
}

.instagram-page .container {
  display: block;
  position: relative;
}
.instagram-page ul.instagram li img {
  height: 223px !important;
  max-width: 275px !important;
}
.instagram-page .news-slider.slick-track {
  width: auto;
}
.instagram-page .slick-track {
  width: 100% !important;
}
.instagram-page ul.instagram {
  width: 100%;
  display: flex;
}
.instagram-page li.instagram {
  display: flex;
}
.instagram-page .slick-slide {
  width: auto !important;
}
.instagram-page .slick-track .slick-slide {
  padding: 0 !important;
}
.instagram-page .slick-arrow.slick-prev {
  right: 68px !important;
}
@media (max-width: 426px) {
  .instagram-page .slick-arrow.slick-prev {
    right: 45px !important;
  }
}
.instagram-page .slick-arrow.slick-next {
  right: 22px !important;
}
@media (max-width: 426px) {
  .instagram-page .slick-arrow.slick-next {
    right: 10px !important;
  }
}
.instagram-page ul.instagram li img:hover {
  background-color: #000 !important;
  opacity: 0.9;
}

@media (max-width: 1024px) and (max-width: 426px) {
  .slick-slider, .news-slider-section {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .slick-slider .slick-arrow, .news-slider-section .slick-arrow {
    padding: 15px !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .slick-slider .slick-arrow, .news-slider-section .slick-arrow {
    top: 0px !important;
  }
}
@media (max-width: 1024px) and (max-width: 475px) {
  .slick-slider .slick-prev, .news-slider-section .slick-prev {
    position: absolute !important;
    right: 45px !important;
  }
}
@media (max-width: 1024px) and (max-width: 475px) {
  .slick-slider .slick-next, .news-slider-section .slick-next {
    position: absolute !important;
    right: 10px !important;
  }
}
.modal-custom .attribute-squares.image-squares li:not(.selected-value) {
  visibility: visible;
}
.modal-custom .attribute-squares.image-squares li {
  display: inline-table;
  width: 24.5%;
  margin: 0px !important;
  height: 365px;
  max-height: 365px;
}
.modal-custom .attribute-squares.image-squares li.selected-value {
  box-shadow: 0 0 10px #000;
}
.modal-custom .tooltip-container {
  display: none !important;
}

.attribute-squares.image-squares li:not(.selected-value) {
  visibility: hidden;
}
.attribute-squares.image-squares li {
  display: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999 !important; /* Sit on top */
  padding-top: 61px !important; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
@media (max-width: 667px) {
  .modal {
    padding-top: 5px !important; /* Location of the box */
  }
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #f2f2f2;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-width: 1300px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.modal-custom .close {
  float: right;
  font-size: 25px;
  font-weight: bold;
  opacity: 1;
  height: 38px;
  padding: 5px 12.5px;
  width: 38px;
  position: relative;
  top: -15px;
  left: 50px;
  border: 1px solid #ccc;
}
.modal-custom .close:hover {
  background-color: #000;
  color: #fff;
  opacity: 1 !important;
  border: 1px solid #000;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.modal-header {
  padding: 2px 16px;
  color: black;
}

.modal-body {
  padding: 60px;
  height: 650px;
  padding-top: 20px;
}
@media (max-width: 680px) {
  .modal-body {
    padding: 60px 15px;
    padding-top: 15px;
  }
}

.modal-footer {
  padding: 15px 16px;
  background-color: rgba(204, 204, 204, 0.28);
  color: black;
}

a.btn-ok {
  padding: 10px 55px;
  border: 1px solid #3b8f43;
  /* border-radius: 3px; */
  background: #3b8f43;
  color: #fff !important;
  float: right;
  position: relative;
  right: 10px;
}
@media (max-width: 680px) {
  a.btn-ok {
    padding: 10px 35px;
    float: inherit;
    position: relative;
    right: 0;
  }
}

a.btn-close {
  float: right;
  padding: 10px 55px;
  border: 1px solid #70665f;
  /* border-radius: 3px; */
  background: #70665f;
  color: #fff !important;
  float: right;
  position: relative;
  right: 50px;
}
@media (max-width: 680px) {
  a.btn-close {
    padding: 10px 45px;
  }
}
@media (max-width: 680px) {
  a.btn-close {
    float: inherit;
    position: relative;
    right: 0;
  }
}

@media (max-width: 680px) {
  .button-container-modal {
    text-align: center;
  }
}
h3.modal-title-container {
  text-align: center;
  padding: 10px;
  background: #f2f2f2;
  position: relative;
  top: 13px;
  z-index: 2;
}
@media (max-width: 680px) {
  h3.modal-title-container {
    font-size: 18px;
  }
}

.container-images {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.container-images h3.modal-title-container {
  text-align: center;
}
.container-images .selected-value .attribute-square-container {
  box-sizing: border-box;
  border: none !important;
  background-color: transparent;
}
.container-images .selected-value .attribute-square-container:after {
  content: "";
  position: absolute;
  margin: -20px;
  width: 65px;
  height: 40px;
  transform: rotate(46deg);
  top: 0;
  right: 0px;
  color: #fff !important;
}
.container-images .selected-value .attribute-square-container .attribute-square {
  border: 1px solid transparent !important;
}
.container-images .attribute-squares .attribute-square {
  display: table !important;
  width: 100% !important;
  height: 300px !important;
  cursor: pointer;
  border: none !important;
}
.container-images .attribute-squares li input {
  visibility: hidden !important;
}
.container-images .details-section {
  z-index: 9999999;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}
.container-images .details-section span.select-name {
  color: #000 !important;
  position: relative;
  z-index: 9999999;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 0;
  margin-bottom: 30px;
}
.container-images .details-section span.select-price {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  color: #2c2c2c;
  margin: -5px 0;
}
.container-images .details-section span.choose-button {
  padding: 5px 42px;
  background: #3b8f43;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  top: 14px;
}
.container-images .details-section span.choose-button:hover {
  background: #3b8f43;
  opacity: 0.7;
}

.onloadValue > .img-thumb:nth-last-child(3) {
  display: none;
}

.modal-custom .slick-track .slick-slide {
  margin: 40px 12px;
  background: #fff;
  padding: 0;
}
.modal-custom .slick-arrow.slick-hidden {
  display: block;
}
.modal-custom .slick-arrow {
  position: unset !important;
  right: 0;
  top: 0;
  width: 35px;
  height: auto;
}
.modal-custom .previous-product.slick-arrow.slick-hidden:before {
  display: none !important;
}
.modal-custom .next-product.slick-arrow.slick-hidden:before {
  display: none;
}
.modal-custom .variant-info-container {
  width: 100%;
  float: left;
  margin: 15px 10px;
}
.modal-custom .variant-info-container p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .modal-custom .variant-info-container p {
    text-align: end;
  }
}
.modal-custom .variant-info-container p:last-child {
  text-align: right;
}
.modal-custom .variant-info-container > p:last-child {
  text-align: right;
}
.modal-custom span.variant-name, .modal-custom span.variant-price-text {
  font-weight: 300;
  font-size: 16px;
  margin-left: 8px;
}
.modal-custom p.variant-price-text-container {
  float: left;
  text-align: left;
  position: absolute;
  right: 0;
  left: 75%;
}

.attributes > dl > dt {
  visibility: hidden;
  height: 0;
}

.attributes > dl > dd .option-list {
  display: none;
}
.attributes > dl > dd .modal-custom .option-list {
  display: block;
}

.onloadValue {
  color: #000 !important;
  position: relative;
  font-size: 14px;
  line-height: 35px;
  white-space: nowrap;
}
.onloadValue img.img-thumb {
  z-index: 1;
  max-width: 60px;
  width: 60px;
  position: relative;
  max-height: 80px;
  height: 100%;
  top: 0;
  padding: 5px 5px 5px 0;
  float: left;
  display: block;
  min-height: 45px;
}
.onloadValue p.option-title {
  max-width: 85%;
  float: left;
  margin-bottom: 0px !important;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #808080;
  margin-left: 5px;
  width: 85%;
}
@media (max-width: 1366px) {
  .onloadValue p.option-title {
    max-width: 71%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .onloadValue p.option-title {
    max-width: 70%;
    width: 70%;
    font-size: 12px;
  }
}
.onloadValue span.category-title {
  font-weight: 800;
  margin: 0;
  color: #000;
  width: 100%;
  float: left;
  text-transform: capitalize;
}
.onloadValue span.category-text {
  float: left;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
}

a#myBtn {
  font-size: 16px !important;
  color: #1f1f1f;
}

a#myBtn span {
  font-size: 14px !important;
  padding: 10px 10px;
  line-height: 5px;
}

.image-squares {
  margin-bottom: 0 !important;
}

.buttons-close-container {
  display: none;
}

span.check-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  color: #000;
  z-index: 9999999999;
  background: transparent;
  right: 0;
  font-size: 20px;
  color: #fff;
  display: none;
}

img.img-thumb {
  z-index: -1;
  width: auto;
  position: relative;
  top: 15px;
  height: 120px;
  max-width: 100%;
  padding: 5px;
  margin: 0 auto;
}

span.attribute-square-container {
  height: 300px;
  max-height: 300px;
  min-height: 300px;
}

.onloadValue::after {
  content: "+";
  float: right;
  font-size: 37px;
  font-weight: 300;
  position: relative;
  color: #000;
  top: 10px;
}

.attributes dl > dd {
  border: none;
  padding: 0px 3px;
  font-size: 16px !important;
  max-width: 100%;
  text-overflow: ellipsis !important;
  overflow: hidden;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 10px 0 !important;
}
.attributes dl > dd select {
  border: none !important;
  background-color: transparent !important;
  font-size: 14px !important;
}
@media (max-width: 700px) {
  .attributes dl > dd {
    max-width: 100%;
  }
}

.attributes select {
  width: 100% !important;
  min-width: 100px;
  max-width: 100%;
}

a.see-more {
  color: #007bff !important;
}

@media only screen and (max-width: 1366px) {
  .sticky ul.mega-menu.left > li > a {
    padding: 23px 16px !important;
    font-size: 14px !important;
  }
  html.html-shopping-cart-page .form-block .btn-holder.basket-page {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .sticky ul.mega-menu.left > li > a {
    padding: 24px 10px !important;
    font-size: 14px !important;
  }
  .basket-description {
    display: block;
    text-align: right;
    padding-right: 29px;
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 1035px) {
  .BrandMenu .dropmenu {
    overflow: auto !important;
  }
  .mega-menu-section .dropmenu {
    overflow: auto;
    border-bottom: 1px solid #ccc;
    max-height: 800px;
  }
  .mega-menu-section .dropmenu .sub-menu > li {
    float: left;
    width: 100%;
    /*display: inline;*/
  }
  .mega-menu-section .dropmenu .sub-menu > li::before {
    display: none;
  }
  .mega-menu-section .dropmenu .sub-menu {
    border-top: none;
    -webkit-column-count: inherit;
    column-count: inherit;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 2;
    widows: 2;
    width: 100%;
    display: block;
  }
  .mega-menu-section .dropmenu .sub-menu ul.sub-list li {
    width: 80% !important;
    display: block;
  }
}
.article-holder .article-item .wrap.product-wrap .delivery {
  margin-bottom: 0 !important;
}

.product-wrap .overview {
  margin-bottom: 0 !important;
}

.delivery > p {
  margin-bottom: 0 !important;
}

.sticky .tekstiler-menu .dropmenu {
  width: 195px;
  left: 220px;
  padding: 10px;
}

.tekstiler-menu .dropmenu {
  width: 195px;
  left: 400px;
  padding: 10px;
}
.tekstiler-menu .dropmenu .sub-menu {
  border-top: none;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 2;
  widows: 2;
  width: auto;
  display: block;
}
.tekstiler-menu .dropmenu .sub-menu a h4 {
  display: block;
  width: auto;
  padding: 0;
  font-size: 16px;
  margin-bottom: 0px;
  color: #615e5e;
  font-weight: 500;
}
.tekstiler-menu .dropmenu .sub-menu a h4:hover {
  color: #42ad4c;
}
.tekstiler-menu .dropmenu .sub-menu li {
  margin-bottom: 15px !important;
}
.tekstiler-menu .dropmenu .sub-menu li:before {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .dropmenu .sub-menu {
    max-width: 100% !important;
  }
  li.altid span {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .buttons-close-container {
    display: block !important;
  }
}
@media only screen and (max-width: 1025px) {
  .basket-holder.sticky {
    display: none;
  }
  .basket-description {
    display: none;
    text-align: right;
    padding-right: 29px;
    padding-top: 0px !important;
  }
  h3.modal-title-container {
    text-align: center;
  }
  .modal-custom .container-images h3.modal-title-container {
    text-align: center;
    margin: 20px 0;
  }
  .modal-custom .modal-content {
    width: 98%;
  }
  .modal-custom .modal-footer {
    background-color: rgb(204, 204, 204);
    z-index: 999;
  }
  .modal-custom .attribute-squares.image-squares li {
    display: inline-table;
    width: 48%;
    margin: 0;
  }
  .modal-custom .container-images {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
  }
  .modal-custom .container-images .attribute-squares .attribute-square {
    display: table !important;
    width: 100% !important;
    height: 250px !important;
    border: 1px solid #ccc !important;
    cursor: pointer;
  }
}
@media only screen and (max-width: 667px) {
  a#myBtn span {
    font-size: 14px !important;
    padding: 0px;
    line-height: 3px;
  }
}
.section.billing-address .row.address-identify {
  display: none;
}

.form-block .user-info {
  padding-top: 10px !important;
}

/* Large devices (laptops/desktops, 1036px and up) */
@media only screen and (min-width: 1036px) {
  .BrandMenu.custom-menu .dropmenu {
    height: auto;
  }
  .BrandMenu.custom-menu .dropmenu .sub-menu > li:nth-child(even):before {
    background-color: transparent !important;
    margin-bottom: 15px !important;
  }
  .BrandMenu.custom-menu .dropmenu .sub-menu {
    border-top: none;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 2;
    widows: 2;
    width: auto;
    display: block;
  }
  .BrandMenu.custom-menu .dropmenu .sub-menu li {
    margin-bottom: 25px !important;
    position: inherit !important;
  }
  .BrandMenu.custom-menu .dropmenu .sub-menu li h4 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .BrandMenu.custom-menu-jul .dropmenu {
    height: auto;
  }
  .BrandMenu.custom-menu-jul .dropmenu .sub-menu > li:nth-child(even):before {
    background-color: transparent !important;
    margin-bottom: 15px !important;
  }
  .BrandMenu.custom-menu-jul .dropmenu .sub-menu {
    border-top: none;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 2;
    widows: 2;
    width: auto;
    display: block;
  }
  .BrandMenu.custom-menu-jul .dropmenu .sub-menu li {
    margin-bottom: 25px !important;
  }
  .BrandMenu.custom-menu-jul .dropmenu .sub-menu li h4 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .BrandMenu.custom-menu.kontor .dropmenu {
    height: auto;
  }
  .BrandMenu.custom-menu.kontor .dropmenu .sub-menu > li:nth-child(even):before {
    background-color: transparent !important;
    margin-bottom: 15px !important;
  }
  .BrandMenu.custom-menu.kontor .dropmenu .sub-menu {
    border-top: none;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 2;
    widows: 2;
    width: auto;
    display: block;
  }
  .BrandMenu.custom-menu.kontor .dropmenu .sub-menu li {
    margin-bottom: 25px !important;
  }
  .BrandMenu.custom-menu.kontor .dropmenu .sub-menu li h4 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}
/* Custom CSS */
@media only screen and (max-width: 1025px) {
  .filter-aside #sliderRight .checkbox-list li label {
    padding: 10px 0 5px 40px !important;
  }
  .has-sublist .dropmenu .sub-menu li {
    border-bottom: 1px solid #ccc !important;
    display: inline-flex;
    width: 100%;
    margin-bottom: 0px !important;
  }
  .has-sublist .dropmenu .html-widget {
    float: left;
    text-align: center;
    width: 100%;
  }
  .html-category-page .filtersTitlePanel {
    float: left;
    width: 48%;
    margin-right: 4px;
  }
  .html-category-page .product-sorting {
    float: right;
    width: 50%;
    height: 37px;
  }
  .html-category-page .product-sorting span {
    display: none;
  }
  .html-category-page .product-sorting select {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    font-size: 17px;
  }
  .html-category-page .product-page-size {
    width: 100%;
    float: left;
  }
  .html-category-page .product-page-size .size-container {
    width: 100%;
    float: left;
    text-align: center;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1920px) {
  .html-category-page .product-page-size .size-container select {
    position: relative;
    top: 7px;
  }
}
@media only screen and (max-width: 1025px) {
  .html-category-page .category-description p:first-child {
    display: none;
  }
}
.cls-container {
  width: 100%;
  text-align: right;
}

a.cls-btn {
  background: #000;
  color: #fff !important;
  padding: 12px 18px;
  position: absolute;
  border-radius: 50px;
  font-size: 19px !important;
  z-index: 5;
  top: 35px;
}

#gls-preselected {
  position: relative;
  margin-top: 0 !important;
  left: 0 !important;
}

footer#footer ul.card-list li a img {
  opacity: 1 !important;
  min-width: 100% !important;
  z-index: 99999;
  position: relative;
  border-radius: 0px;
  top: 3px;
}

@media (max-width: 1024px) and (min-width: 1000px) {
  .sticky ul.mega-menu.left > li > a {
    padding: 24px 7px !important;
    font-size: 13px !important;
  }
  .menu > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 1036px) {
  .basket-description {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .menu > li > a {
    padding: 20px 11px;
  }
}
@media only screen and (max-width: 680px) {
  .aw-grid-search-results__price-box {
    max-width: 100% !important;
  }
  .aw-grid-search-results__item {
    float: left !important;
  }
  .aw-grid-search-results__title {
    white-space: initial;
  }
  .aw-grid-search-results {
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    z-index: 999999;
    width: 100vw !important;
    left: -50px !important;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border: 1px solid #eee;
    max-height: 85vh;
    overflow-y: auto;
  }
  .product-box .btn-list {
    opacity: 1 !important;
  }
}
.partners-list img {
  max-width: 100px !important;
}
.partners-list li {
  padding: 5px 10px !important;
}

@media only screen and (max-width: 1000px) {
  .html-category-page .full-width-section {
    max-width: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .html-home-page .jCarouselMainWrapper .slick-next, .html-home-page .jCarouselMainWrapper .slick-prev {
    position: absolute;
    top: -10px !important;
  }
}
a.body-link {
  width: 100%;
  height: 250px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  outline: none !important;
}
a.body-link:focus {
  outline: none !important;
}

@media only screen and (max-width: 680px) {
  #checkoutForm .coupon-box-panel .coupon-code input {
    width: 60% !important;
    display: inline-block !important;
  }
  #checkoutForm .coupon-box-panel .coupon-code button {
    width: 40% !important;
    font-size: 12px !important;
    float: left !important;
  }
}
@media only screen and (max-width: 680px) and (max-width: 320px) {
  #checkoutForm .coupon-box-panel .coupon-code button {
    font-size: 9px !important;
  }
}
@media only screen and (max-width: 1035px) {
  .basket-holder .flyout-cart > .mini-shopping-cart {
    display: none !important;
  }
  .navigation .container {
    padding: 0;
    width: 100%;
    max-height: fit-content;
    overflow: scroll;
    height: auto;
    max-height: auto;
  }
}
@media only screen and (min-width: 1036px) {
  .breadcrumb {
    max-width: 1306px;
  }
}
@media only screen and (max-width: 480px) {
  .archive-list li {
    width: 50% !important;
    padding: 0 2px 0px;
    margin: 2px 0;
  }
}
@media (min-width: 1036px) {
  .boligtilbehør .dropmenu .sub-menu > li:nth-child(even) {
    margin-bottom: 75px !important;
  }
}
.boligtilbehør .dropmenu {
  max-height: 700px !important;
  overflow: auto !important;
}
.boligtilbehør .dropmenu .sub-menu {
  max-width: 100%;
}
.boligtilbehør .dropmenu .sub-menu h4 {
  width: 80%;
}
.boligtilbehør .dropmenu .sub-menu li {
  border-bottom: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px !important;
}
@media (max-width: 980px) {
  .boligtilbehør .dropmenu .sub-menu li {
    display: flex;
  }
}

.card.card-news .card-img-top {
  width: 100% !important;
}

.archive-section li.product-item.sevenspikes-ajaxcart.aw-item {
  width: 50% !important;
}

.product-box .btn-list {
  opacity: 1 !important;
  visibility: visible !important;
}

.html-not-found-page .nop-jcarousel .slick-prev, .html-not-found-page .nop-jcarousel .slick-next {
  display: none;
}
.html-not-found-page .carousel-item ul {
  list-style: none !important;
}
.html-not-found-page .product-box {
  border: 1px solid #ccc !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) !important;
}
.html-not-found-page .product-box .description-holder {
  padding: 0;
}
.html-not-found-page .product-box .btn-list {
  padding: 0 !important;
}
.html-not-found-page .product-box .price-list li {
  width: 100% !important;
}

.aw-full-search-list .row .col-xs-12 {
  width: 100% !important;
}

a.discount-text {
  padding: 5px 16px;
  font-size: 14px;
  color: #fff;
  background: #e1909f;
  position: relative;
  top: 5px;
}

h6.title-txt {
  margin-bottom: 1px;
  line-height: 16px;
  margin-top: 6px;
  float: left;
  width: 100%;
  font-size: 16px;
}

p.title-body-text {
  font-size: 15px;
  color: #000;
}

.delivery p.gift-text {
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

.tab-description .tab-content p {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 518px) {
  .product-box .description-holder {
    padding: 0 0px 12px !important;
  }
  ul.btn-list li {
    width: 100% !important;
    float: left;
  }
  .home-page-product-grid .carousel-item ul.btn-list li {
    width: 50% !important;
    float: left;
  }
}
@media only screen and (max-width: 375px) {
  .product-box .btn-list li {
    padding: 0 5px;
    width: 100% !important;
    margin: 2px 0;
  }
}
.html-not-found-page .slick-arrow {
  font-size: 0px;
}

.product-grid.cross-sells .product-box {
  margin-bottom: 20px;
}
.product-grid.cross-sells .product-box .img-holder {
  min-height: 200px;
}
.product-grid.cross-sells .item-grid {
  height: 100% !important;
  max-height: 450px !important;
  overflow: auto !important;
}
.product-grid.cross-sells .item-grid .item-box {
  width: 33.33%;
  float: left;
}
.product-grid.cross-sells .item-grid .item-box li {
  list-style: none !important;
}

.filter-aside .filter-box {
  padding: 10px !important;
}

.product-details-page .img-control {
  display: none;
}
.product-details-page .previous-product.hide {
  display: none;
}
.product-details-page .next-product.hide {
  display: none;
}

@media (min-width: 1036px) {
  .menu > li:hover .dropmenu {
    transition-delay: 0.5s !important;
    overflow: auto !important;
    height: auto !important;
  }
  .menu > li.menu-custom:hover .dropmenu {
    transition-delay: 0.5s !important;
    overflow: hidden !important;
    height: auto !important;
  }
}
@media (min-width: 1300px) {
  .Boligtilbehor .dropmenu {
    padding: 30px 20px 5px 20px;
  }
  .Boligtilbehor .dropmenu .sub-menu {
    max-width: 100% !important;
  }
}
@media (min-width: 1036px) {
  .Boligtilbehor .dropmenu .sub-menu > li {
    border-bottom: none;
    display: inline-block;
    width: 90%;
    margin-bottom: 20px;
  }
  .Boligtilbehor .dropmenu .sub-menu {
    border-top: none;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    width: auto;
    display: block;
  }
}

@media (min-width: 1036px) {
  .brands > .dropmenu {
    transition-delay: 0.5s !important;
    overflow: auto !important;
    height: auto !important;
    max-height: 700px !important;
  }
  .menu .born:hover .dropmenu {
    overflow: hidden !important;
  }
  .menu .born .dropmenu {
    overflow: hidden !important;
    height: auto !important;
    max-height: 450px !important;
  }
  .menu .born .dropmenu .sub-menu > li:nth-child(6) {
    margin-bottom: 45px;
    position: relative;
    top: -170px;
  }
}
@media only screen and (max-width: 1280px) {
  .full-height > .dropmenu {
    transition-delay: 0.5s !important;
    overflow: auto !important;
    height: auto !important;
    max-height: 500px !important;
  }
}
@media (min-width: 1035px) {
  .nopAjaxFilters7Spikes .block.filter-block.selected-options a.toggleControl {
    font-size: 17px !important;
  }
  .nopAjaxFilters7Spikes .block {
    margin: 0 auto 0px !important;
  }
  .nopAjaxFilters7Spikes .block .filtersGroupPanel {
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .nopAjaxFilters7Spikes .block .filtersGroupPanel ul.checkbox-list {
    padding: 10px 0;
  }
  .nopAjaxFilters7Spikes .block .filtersGroupPanel ul.checkbox-list label {
    font-size: 13px;
  }
  .nopAjaxFilters7Spikes .block .title {
    background: #fff !important;
  }
  .nopAjaxFilters7Spikes .block .title a.toggleControl {
    padding: 13px 10px 13px 0px !important;
    font-size: 14px !important;
  }
  .nopAjaxFilters7Spikes .block .title a.toggleControl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px !important;
    width: 10px !important;
    height: 16px !important;
    margin-top: -9px;
    background: url(../images/filters-toggle-down2.png) center no-repeat !important;
  }
  .nopAjaxFilters7Spikes .block .title a.toggleControl.closed::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px !important;
    width: 10px !important;
    height: 16px !important;
    margin-top: -9px;
    background: url(../images/filters-toggle-down2.png) center no-repeat !important;
    background: url(../images/toggle-right.png) center no-repeat !important;
  }
  .nopAjaxFilters7Spikes .category-toggle .title a.toggleControl.closed {
    font-weight: 800 !important;
    font-size: 17px !important;
  }
  .nopAjaxFilters7Spikes .category-toggle .title a.toggleControl.closed:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px !important;
    width: 25px;
    height: 19px;
    margin-top: -9px;
    background: none !important;
  }
}
@media only screen and (max-width: 1035px) {
  #sliderRight .filter-box {
    border-bottom: none !important;
  }
  #sliderRight .priceRangeFilterPanel7Spikes {
    margin-bottom: 0px !important;
  }
  #sliderRight .priceRangeFilterPanel7Spikes .title {
    border-bottom: none;
  }
  #sliderRight .block .title a.toggleControl {
    padding: 10px 40px 10px 12px !important;
  }
  #sliderRight .category-toggle .title a.toggleControl {
    padding: 20px 40px 10px 12px !important;
  }
  .category-toggle .title a.toggleControl {
    font-weight: 700 !important;
    color: #000 !important;
  }
  .category-toggle .title a.toggleControl::after {
    background: none !important;
    display: none;
  }
  .filtersGroupPanel {
    top: 57px !important;
    padding: 0;
  }
  .filtersGroupPanel ul.checkbox-list {
    margin-bottom: 45px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1035px) {
  .returned-products-filters-panel {
    margin-top: 0px;
    padding: 12px;
    border: 1px solid #ccc;
    text-align: center;
    background: #4bb07a !important;
    border-top: none;
    color: #fff !important;
    position: relative;
    top: 0px !important;
    font-size: 16px !important;
  }
  .buttons-close-container .filter-title {
    width: 100% !important;
    float: left;
    padding: 6px !important;
  }
  .filter-title p {
    position: relative;
    top: 8px;
  }
}
ul.mega-menu.menu > li.active > a {
  color: #42ad4c !important;
}

.attachement-container {
  width: 100%;
  margin-top: 40px;
}
.attachement-container .file-attachments .title {
  display: none;
}
.attachement-container a.attachmentLink {
  color: #000;
}
.attachement-container a.attachmentLink.attachmentLinkImg {
  background: url(../images/pdf-logo.png);
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
.attachement-container a.attachmentLink.attachmentLinkImg img {
  display: none;
}
.attachement-container .attachment-category ul li::before {
  content: "";
  background: url(../images/pdf-logo.png);
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
.attachement-container .attachment-category ul > li > a.attachmentLinkImg:nth-child(2) {
  display: none;
}

.k-widget.k-window.ajaxCart {
  background: #f2f2f2 !important;
}

a.k-window-action.k-link {
  padding: 10px;
  border: 1px solid #ccc;
}

.product-grid.cross-sells .product-box:hover {
  box-shadow: 2px 2px 4px #ccc;
}

.cross-sells .title {
  text-align: center !important;
}

.gallery .picture-wrapper {
  display: table !important;
  width: 100% !important;
  min-height: 650px !important;
  overflow: hidden !important;
}
@media only screen and (max-width: 680px) {
  .gallery .picture-wrapper {
    min-height: 400px !important;
  }
}
.gallery .picture-wrapper .picture {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

img.cloud-zoom-gallery-img:focus {
  outline: none !important;
}

section.news-slider-section .news-slider article.card.card-news > a:first-of-type {
  display: block;
  max-height: 250px;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  margin-top: 0;
}
@media (max-width: 690px) {
  section.news-slider-section .news-slider article.card.card-news > a:first-of-type {
    max-height: 180px;
  }
}
section.news-slider-section .news-slider article.card.card-news > a:first-of-type img.card-img-top {
  object-fit: cover;
  vertical-align: middle;
}

.html-blog-page .rich-blog-image img {
  max-width: 400px !important;
  width: 100%;
  height: 250px;
}

.modal-body #image-squares {
  display: block;
}

.image-squares .slick-track {
  margin: auto;
}

@media only screen and (max-width: 1366px) {
  .html-product-details-page .next-product > a {
    right: -40px !important;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 640px) {
  .html-product-details-page .next-product > a {
    right: -20px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .html-product-details-page .previous-product > a {
    left: -40px;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 640px) {
  .html-product-details-page .previous-product > a {
    left: -20px !important;
  }
}
@media only screen and (max-width: 650px) {
  .modal-custom .close {
    top: 0px !important;
    left: 0px !important;
    z-index: 3;
  }
  .modal-custom span.variant-name, .modal-custom span.variant-price-text {
    font-weight: 300;
    font-size: 12px;
    margin-left: 0px;
    width: 100%;
    float: left;
  }
  .modal-custom .variant-info-container p {
    text-align: left;
  }
  .modal-custom .variant-info-container p:last-child {
    text-align: right;
  }
  p.variant-price-text-container {
    text-align: right !important;
  }
}
.row-holder.show[row-name="Shipping.GLS"] .row {
  background-color: #fff;
  margin: auto;
  padding: 18px;
  max-width: 919px;
  margin-top: 50px !important;
  overflow-x: hidden;
  max-height: 600px;
  overflow-y: auto;
}

@media (max-width: 680px) {
  .top-info .info-list {
    padding: 11px 0 0 !important;
  }
}
.top-info .info-list li {
  padding: 0 25px !important;
}
@media (max-width: 1366px) {
  .top-info .info-list li {
    padding: 0 17px !important;
  }
  .top-info .info-list li:first-child {
    padding: 0 20px !important;
  }
}
@media (max-width: 1200px) {
  .top-info .info-list li {
    width: 20% !important;
    float: left !important;
  }
}
@media (max-width: 780px) {
  .top-info .info-list li {
    padding: 0 5px !important;
    width: 25% !important;
    float: left !important;
  }
  .top-info .info-list li:last-child {
    width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
.top-info .trustpilot-widget {
  max-width: 200px;
  float: left;
  padding-top: 0;
}

.image-squares button.slick-next.slick-arrow {
  top: calc(35% + 46px) !important;
  right: -40px;
  position: absolute !important;
  transform: translateY(-50%);
  background: #70665f;
  height: 88px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  color: #000 !important;
}
.image-squares button.slick-next.slick-arrow::before {
  color: #fff !important;
}
@media (max-width: 414px) {
  .image-squares button.slick-next.slick-arrow {
    right: -15px !important;
  }
}
.image-squares button.slick-prev.slick-arrow {
  height: 88px;
  background: #70665f;
  top: calc(35% + 46px) !important;
  left: -40px;
  position: absolute !important;
  transition: background-color 0.15s linear;
  -webkit-transition: background-color 0.15s linear;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  z-index: 8 !important;
  text-align: center;
}
.image-squares button.slick-prev.slick-arrow::before {
  color: #fff !important;
}
@media (max-width: 414px) {
  .image-squares button.slick-prev.slick-arrow {
    left: -15px;
  }
}

.article-item .product-wrap .variant-selector.required-value {
  border: 1px solid #000 !important;
}

.trustbox-container {
  width: 200px;
}

.nopAjaxFilters7Spikes .block {
  min-height: 30px;
  margin: 0 auto 10px;
  border-bottom: none !important;
}

div#emaerket-widget-uc0cegwbtqn {
  width: 100px;
  position: relative;
  top: 2px;
}
@media (max-width: 670px) {
  div#emaerket-widget-uc0cegwbtqn {
    margin: 10px auto;
  }
}

.html-product-details-page .customer-entered-price label.enter-price-label {
  width: 32%;
  float: left;
}
@media (max-width: 670px) {
  .html-product-details-page .customer-entered-price label.enter-price-label {
    width: 100%;
  }
}
.html-product-details-page .customer-entered-price .price-input input {
  text-align: left;
  padding: 8px;
}
.html-product-details-page .customer-entered-price .price-range {
  font-size: 14px;
  color: #000 !important;
}
.html-product-details-page .giftcard {
  margin: 0 0 0px;
  overflow: hidden;
}
.html-product-details-page .giftcard label {
  font-weight: bold;
  color: #444;
  float: left;
  width: 30%;
  padding-top: 10px;
  text-align: start;
  margin-right: 10px;
}
@media (max-width: 680px) {
  .html-product-details-page .giftcard label {
    width: 100%;
  }
}
.html-product-details-page .giftcard div {
  margin: 0 0 20px;
}
@media (max-width: 680px) {
  .html-product-details-page .giftcard div {
    margin: 0 0 10px;
  }
}
.html-product-details-page .giftcard input {
  height: 40px;
}

.html-shopping-cart-page .cart-collaterals .giftcard-box {
  margin-left: auto;
  max-width: 490px;
  width: 100%;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  min-height: 98px;
  margin-top: 10px;
}
@media (max-width: 667px) {
  .html-shopping-cart-page .cart-collaterals .giftcard-box {
    font-size: 17px;
  }
}
.html-shopping-cart-page .cart-collaterals .giftcard-box .hint {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.html-shopping-cart-page .cart-collaterals .giftcard-box .gift-card-coupon-code {
  width: 70% !important;
  display: inline-block;
  float: left;
  height: 40px;
}
@media (max-width: 667px) {
  .html-shopping-cart-page .cart-collaterals .giftcard-box .gift-card-coupon-code {
    width: 60% !important;
  }
}
.html-shopping-cart-page .cart-collaterals .giftcard-box #applygiftcardcouponcode {
  float: left;
  width: 30%;
  display: inline-block;
  height: 40px;
  border: 0;
  background-color: #5b534d;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  border-color: #5b534d;
}
@media (max-width: 667px) {
  .html-shopping-cart-page .cart-collaterals .giftcard-box #applygiftcardcouponcode {
    width: 40% !important;
    padding: 5px 6px;
    font-size: 11px;
  }
}

#header .trustbox-container span.trustbox-text {
  float: left;
  width: 90px !important;
  font-size: 12px;
  font-weight: 500 !important;
  position: relative;
  top: 4px;
}
@media (max-width: 667px) {
  #header .trustbox-container span.trustbox-text {
    width: 80px !important;
    font-size: 10px;
  }
}
#header .trustbox-container img {
  width: 100px;
  float: left;
}
@media only screen and (min-width: 800px) and (max-width: 1280px) {
  #header .trustbox-container img {
    width: 80px !important;
  }
}

/* Tooltip container */
.ajax-cart-button-wrapper {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.hiddenTxt span#tooltip-text {
  visibility: hidden;
  position: absolute;
  width: 130px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 9px !important;
  border-radius: 6px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.6s;
  font-size: 12px;
}
.hiddenTxt span#tooltip-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ajax-cart-button-wrapper:hover span#tooltip-text {
  visibility: visible;
}

.hiddenTxt {
  visibility: hidden;
}

.hidden-element {
  display: none;
  cursor: no-drop !important;
}

.html-home-page .product-grid.cross-sells .button-container, .html-shopping-cart-page .product-grid.cross-sells .button-container {
  width: 96%;
  text-align: right;
  margin: 0 auto;
}
.html-home-page .product-grid.cross-sells .button-container button.btn.btn-primary, .html-shopping-cart-page .product-grid.cross-sells .button-container button.btn.btn-primary {
  background: #70665f !important;
}
.html-home-page .product-grid.cross-sells .button-container button.btn, .html-shopping-cart-page .product-grid.cross-sells .button-container button.btn {
  padding: 9px 35px;
  width: 184px;
  margin: 0 8px;
}
.html-home-page .product-grid.cross-sells .button-container button.btn:last-child, .html-shopping-cart-page .product-grid.cross-sells .button-container button.btn:last-child {
  margin-right: 0;
}
.html-home-page .product-grid.cross-sells .item-grid .item-box, .html-shopping-cart-page .product-grid.cross-sells .item-grid .item-box {
  width: 100% !important;
}
.html-home-page .product-grid.cross-sells .product-box, .html-shopping-cart-page .product-grid.cross-sells .product-box {
  width: 100%;
  float: left;
  padding-bottom: 0;
}
.html-home-page .product-grid.cross-sells .product-box .img-holder, .html-shopping-cart-page .product-grid.cross-sells .product-box .img-holder {
  width: 25%;
  float: left;
  min-height: 100px !important;
}
.html-home-page .product-grid.cross-sells .product-box .img-holder img, .html-shopping-cart-page .product-grid.cross-sells .product-box .img-holder img {
  max-width: 140px;
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
}
.html-home-page .product-grid.cross-sells .product-box .description-holder, .html-shopping-cart-page .product-grid.cross-sells .product-box .description-holder {
  width: 55%;
  float: left;
}
.html-home-page .product-grid.cross-sells .product-box .description-holder h6, .html-shopping-cart-page .product-grid.cross-sells .product-box .description-holder h6 {
  text-align: left;
  font-size: 15px;
}
.html-home-page .product-grid.cross-sells .product-box .description-holder p.short-desc, .html-shopping-cart-page .product-grid.cross-sells .product-box .description-holder p.short-desc {
  text-align: left;
  font-size: 13px;
}
.html-home-page .product-grid.cross-sells .product-box .description-holder a, .html-shopping-cart-page .product-grid.cross-sells .product-box .description-holder a {
  width: 60% !important;
  float: left;
}
.html-home-page .product-grid.cross-sells .product-box .description-holder ul.price-list, .html-shopping-cart-page .product-grid.cross-sells .product-box .description-holder ul.price-list {
  display: inline-block;
  float: right;
  width: 30%;
  text-align: right;
  position: relative;
  top: 20px;
}
.html-home-page .counter-container, .html-shopping-cart-page .counter-container {
  width: 20%;
  float: left;
  padding: 15px;
  position: relative;
  left: 20px;
  top: 20px;
}
.html-home-page .counter-container a.minus-btn, .html-shopping-cart-page .counter-container a.minus-btn {
  display: inline-block;
  float: left;
  background: #70665f;
  color: #fff;
  border: none;
  width: 23px;
  height: 23px;
}
.html-home-page .counter-container input.counter-field, .html-shopping-cart-page .counter-container input.counter-field {
  display: inline;
  text-align: center;
  width: 30px;
  border: none;
  float: left;
  margin: 0 8px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  color: #000;
}
.html-home-page .counter-container input.counter-field:focus, .html-shopping-cart-page .counter-container input.counter-field:focus {
  border: none !important;
  outline: none;
}
.html-home-page .counter-container a.add-btn, .html-shopping-cart-page .counter-container a.add-btn {
  float: left;
  display: inline;
  background: #28a745;
  color: #fff;
  border: none;
  width: 23px;
  height: 23px;
}

.html-product-details-page .product-grid.cross-sells .button-container {
  width: 96%;
  text-align: right;
  margin: 0 auto !important;
}
.html-product-details-page .product-grid.cross-sells .button-container button.btn.btn-primary {
  background: #70665f !important;
}
.html-product-details-page .product-grid.cross-sells .button-container button.btn {
  padding: 9px 35px;
  width: 184px;
  margin: 0 8px;
}
.html-product-details-page .product-grid.cross-sells .button-container button.btn:last-child {
  margin-right: 0;
}
.html-product-details-page .product-grid.cross-sells .item-grid .item-box {
  width: 100% !important;
}
.html-product-details-page .product-grid.cross-sells .product-box {
  width: 100%;
  float: left;
  padding-bottom: 0;
}
.html-product-details-page .product-grid.cross-sells .product-box .img-holder {
  width: 25%;
  float: left;
  min-height: 100px !important;
}
.html-product-details-page .product-grid.cross-sells .product-box .img-holder img {
  max-width: 140px;
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
}
.html-product-details-page .product-grid.cross-sells .product-box .description-holder {
  width: 55%;
  float: left;
}
.html-product-details-page .product-grid.cross-sells .product-box .description-holder h6 {
  text-align: left;
  font-size: 15px;
}
.html-product-details-page .product-grid.cross-sells .product-box .description-holder p.short-desc {
  text-align: left;
  font-size: 13px;
}
.html-product-details-page .product-grid.cross-sells .product-box .description-holder a {
  width: 60% !important;
  float: left;
}
.html-product-details-page .product-grid.cross-sells .product-box .description-holder ul.price-list {
  display: inline-block;
  float: right;
  width: 30%;
  text-align: right;
  position: relative;
  top: 20px;
}
.html-product-details-page .counter-container {
  width: 25%;
  float: left;
  padding: 15px 0;
  position: relative;
  left: 20px;
  top: 20px;
}
@media only screen and (min-width: 820px) and (max-width: 1035px) {
  .html-product-details-page .counter-container {
    width: 25% !important;
    top: 20px !important;
  }
}
.html-product-details-page .counter-container a.minus-btn {
  display: inline-block;
  float: left;
  background: #70665f;
  color: #fff;
  border: none;
  width: 23px;
  height: 23px;
}
.html-product-details-page .counter-container input.counter-field {
  display: inline;
  text-align: center;
  width: 39% !important;
  border: none;
  float: left;
  margin: 0 5.5%;
  height: 24px;
  padding: 0;
  font-size: 12px;
  color: #000;
}
.html-product-details-page .counter-container input.counter-field:focus {
  border: none !important;
  outline: none;
}
.html-product-details-page .counter-container a.add-btn {
  float: left;
  display: inline;
  background: #28a745;
  color: #fff;
  border: none;
  width: 23px;
  height: 23px;
}

@media (max-width: 1285px) {
  .html-product-details-page .wrap .img-control .previous-product > a {
    left: 0px;
  }
  .html-product-details-page .wrap .img-control .next-product > a {
    right: 0px !important;
  }
}

.html-blogpost-page .description-section .container {
  padding: 0 !important;
  margin-top: 30px;
}
.html-blogpost-page .blogpost-page .container .row {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .html-blogpost-page .blogpost-page .container .row {
    margin-right: 0 !important;
  }
}
.html-blogpost-page .blogpost-page .col-md-8 {
  background: #fff !important;
  padding: 50px !important;
}
.html-blogpost-page .blogpost-page .col-md-8 .page-title h1 {
  font-size: 25px !important;
}
@media (max-width: 768px) {
  .html-blogpost-page .blogpost-page .col-md-8 {
    padding: 10px !important;
  }
}

.data-disabled .modal-deactivated {
  display: none !important;
}
.data-disabled .onloadValue {
  pointer-events: none !important;
}
.data-disabled .onloadValue::after {
  content: "" !important;
}

.thumb-attibute-image {
  width: 100%;
  height: 100px;
  position: relative;
}
.thumb-attibute-image img {
  z-index: 1;
  height: auto;
  width: auto;
  display: inline-block;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 680px) {
  .thumb-attibute-image img {
    z-index: 1;
    height: auto;
    width: auto;
    display: inline-block;
    max-width: 20%;
    max-height: 100px;
    float: left;
    margin-bottom: 25px;
  }
}

.dataLoadValue {
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  width: 19%;
  right: -5px;
  top: 0px;
  position: relative;
  background: #42ad4c;
  padding: 5px 5px;
  transition-duration: 0.3s !important;
  float: left;
}
.dataLoadValue:hover {
  background-color: #3b8f43;
  transition-duration: 0.3s;
}
@media (max-width: 680px) {
  .dataLoadValue {
    font-size: 10px;
    width: 30%;
    text-align: center;
    float: left;
    left: 2%;
    font-size: 10px;
    width: 30%;
    text-align: center;
    float: left;
    left: 2%;
    top: 0;
  }
}

p.option-title.indented {
  text-indent: 60px;
}

.modal-custom-Data .modal-content {
  width: 650px;
}
.modal-custom-Data .modal-content .modal-body {
  padding: 15px !important;
  overflow: visible;
  height: auto;
  max-height: 850px;
}
@media (max-width: 680px) {
  .modal-custom-Data .modal-content .modal-body {
    max-height: 650px;
  }
}
.modal-custom-Data .modal-content .modal-body span#modal-closeBtn {
  position: absolute;
  right: 5%;
  top: 2%;
}
.modal-custom-Data .modal-content .modal-body .image-box {
  width: 100%;
  float: left;
  text-align: center;
  max-height: 200px;
  height: 200px;
}
.modal-custom-Data .modal-content .modal-body .image-box .img-thumb {
  z-index: 2;
  width: auto;
  display: block;
  height: 100%;
}
.modal-custom-Data .modal-content .modal-body .desc-container {
  width: 100%;
  float: left;
  padding: 10px !important;
  margin-top: 20px;
  max-height: 580px;
  overflow: hidden;
  height: auto;
}
@media (max-width: 680px) {
  .modal-custom-Data .modal-content .modal-body .desc-container {
    max-height: 480px;
  }
}
.modal-custom-Data .modal-content .modal-body .desc-container p {
  font-size: 17px;
  color: #808080;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 300;
}

@media (max-width: 680px) {
  .category-page .category-description-con .img-con {
    display: none;
  }
}
.filter-aside .filter-box .custom-control {
  margin-bottom: 5px;
  font-size: 13px;
  color: #444;
}
.filter-aside .filter-box .from-to label {
  font-size: 14px !important;
  display: block;
  margin-bottom: 10px;
  color: #444 !important;
  font-weight: 900;
}
.filter-aside .filter-box .from-to input {
  font-size: 13px;
}

.intro-slider-section .intro-links li:nth-child(5) {
  width: 100%;
}

li.desktop-mode {
  display: block;
}

li.mobile-mode {
  display: none;
}

.text-desc {
  display: none;
}

@media (max-width: 680px) {
  li.mobile-mode {
    display: block;
  }
  .modal-custom-Data .modal-content {
    width: 95%;
    top: 20px;
  }
  .modal-custom-Data .modal-body .desc-container p {
    font-size: 12px;
    color: #808080;
    margin: 0;
    margin-bottom: 18px;
    line-height: 18px;
    font-weight: 300;
  }
}
ul.data-images {
  text-align: center;
  margin: 10px auto;
}

ul.data-images li {
  float: left;
  margin-left: 10px;
}

ul.data-images li img {
  width: 100px;
  height: auto;
}

ul.data-images .img-thumb {
  height: 80px;
  z-index: 0;
}

.dataImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.dataImg:hover {
  opacity: 0.7;
}

#myModalThumb {
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#myModalThumb .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  height: 450px;
  z-index: 9999;
}
#myModalThumb .modal-content img {
  width: 100%;
}
#myModalThumb #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#myModalThumb .modal-content, #myModalThumb #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#myModalThumb .close {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1 !important;
  background: #000;
  padding: 3px 12px;
}
#myModalThumb .close:hover,
#myModalThumb .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #myModalThumb .modal-content {
    width: 100%;
  }
}

.home-page-product-grid .swiper-container {
  position: relative;
  z-index: 0;
}

.center-2.faq-content {
  width: 100%;
  float: left;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .center-2.faq-content {
    padding: 10px;
  }
}
.center-2.faq-content .search-faqs .form-list {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.center-2.faq-content .page-title, .center-2.faq-content form#search-faqs {
  width: 100%;
  margin: 15px auto;
  max-width: 1280px;
  float: none;
  text-align: center;
}
.center-2.faq-content button.button {
  background: #42ad4c !important;
}
.center-2.faq-content form#search-faqs .input-box .input-text {
  float: left;
  width: 225px;
  border-radius: 2px 0px 0px 2px;
  border-right: none;
  font-weight: normal;
  font-family: arial;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #ccc;
}
.center-2.faq-content ul#accordion {
  float: none;
  max-width: 1280px;
  margin: 100px auto;
}
.center-2.faq-content ul#accordion .faq-que-ans ul li {
  border: 1px solid #ccc;
  border-bottom: none;
}
.center-2.faq-content ul#accordion .faq-que-ans ul li .outer ul li {
  border: none !important;
  padding: 5px;
}
.center-2.faq-content ul#accordion .faq-que-ans ul li .outer {
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #ccc;
}
.center-2.faq-content ul#accordion .faq-que-ans ul li .outer:last-of-type {
  border-bottom: 1px solid #ccc;
}
.center-2.faq-content ul#accordion .faq-que-ans ul li .outer p, .center-2.faq-content ul#accordion .faq-que-ans ul li .outer ul {
  font-size: 12px !important;
}
.center-2.faq-content ul#accordion .heading {
  text-transform: none;
  font-weight: normal;
  font-family: Arial;
  margin: 0;
  margin-bottom: 0px;
  color: #636363;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  padding: 15px;
}
.center-2.faq-content ul#accordion .heading:last-child {
  border-bottom: 1px solid #ccc;
}
.center-2.faq-content .sidebar .category-sidebar {
  border: none;
}
.center-2.faq-content .sidebar .category-sidebar h2.faq-cat-title {
  color: #000;
}
.center-2.faq-content .sidebar .category-sidebar ul.main-cat {
  padding: 10px;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.center-2.faq-content .sidebar .category-sidebar ul.main-cat li {
  display: inline !important;
  float: right;
  margin: 0 5px;
  width: 220px;
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
@media (max-width: 680px) {
  .center-2.faq-content .sidebar .category-sidebar ul.main-cat li {
    float: left;
    width: 47%;
    margin: 5px;
  }
}
.center-2.faq-content .sidebar .category-sidebar ul.main-cat li a {
  padding: 0;
}
.center-2.faq-content .sidebar .category-sidebar ul.main-cat li a:hover {
  text-decoration: none;
}

#accordion li.faq {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0px !important;
}

.outer:last-child {
  border-bottom: 1px solid #ccc;
}

#accordion li.faq:last-child {
  border-bottom: 1px solid #cccccc !important;
}

.gallery .cloudzoom-zoom-inside {
  position: relative;
  z-index: 2;
}

.basket-holder, .favorite-holder, .profile-holder {
  max-width: 70px !important;
  padding: 25px 0px 0 0 !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  padding: 10px 0 0 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .basket-holder, .favorite-holder, .profile-holder {
    padding: 10px 0 0 0 !important;
  }
}
@media (max-width: 680px) {
  .basket-holder, .favorite-holder, .profile-holder {
    max-width: 40px !important;
    padding: 10px 5px 0 20px !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    padding: 10px 0 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.favorite-holder a.wish {
  font-size: 30px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
  left: 0px;
}
.favorite-holder a.wish:hover {
  color: #42ad4c;
}

a.user-profile {
  font-size: 30px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
}
a.user-profile:hover {
  color: #42ad4c;
}

span.text-description {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.basket-holder .basket {
  font-size: 30px !important;
  width: auto;
  height: auto;
  display: inline-block;
}
@media (max-width: 680px) {
  .basket-holder .basket {
    font-size: 24px !important;
    width: auto;
    height: auto;
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  .logo-holder {
    width: calc(100% - 240px);
    padding-top: 12px;
  }
}
@media (max-width: 1024px) {
  a.user-profile {
    font-size: 24px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    left: 10px;
    position: relative;
  }
  .favorite-holder a.wish {
    font-size: 24px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
    left: 15px;
  }
  .wish span.wishlist-qty {
    font-size: 9px !important;
    position: absolute !important;
    background: #42ad4c !important;
    border-radius: 50px !important;
    padding: 0px !important;
    color: #fff;
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    left: 15px !important;
    top: 12px !important;
  }
  .basket-holder .basket {
    font-size: 24px !important;
    width: auto;
    height: auto;
    display: inline-block;
  }
}
@media (max-width: 680px) {
  .logo-holder {
    width: calc(100% - 240px);
    padding-top: 12px;
  }
  a.user-profile {
    font-size: 24px;
    display: inline-block;
    color: #000;
    text-decoration: none;
  }
  .favorite-holder a.wish {
    font-size: 24px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
    left: 0px;
  }
  .text-description {
    display: none;
  }
  .wish span.wishlist-qty {
    font-size: 9px !important;
    position: absolute !important;
    background: #42ad4c !important;
    border-radius: 50px !important;
    padding: 7px 0px 5px 4px !important;
    color: #fff;
    width: 14px !important;
    height: 14px !important;
    line-height: 0px !important;
    left: 15px !important;
    top: 12px !important;
  }
  .basket-holder .basket {
    font-size: 24px !important;
    width: auto;
    height: auto;
    display: inline-block;
  }
}
.menu-icons {
  max-width: 130px;
  display: inherit;
  display: none;
}
@media (min-width: 1035px) {
  .menu-icons {
    max-width: 190px;
  }
}

.main-box .menu-icons {
  max-width: 130px;
  display: inherit;
}

a.btn-wishlist {
  padding: 0;
  display: table;
  color: #000;
  text-decoration: none;
  position: relative;
  top: 5px;
  left: 10px;
}

.html-wishlist-page a.btn-wishlist {
  display: table;
  color: #000;
  text-decoration: none;
  float: right;
  position: relative;
  z-index: 2;
}
.html-wishlist-page a.add-to-wishlist-button {
  float: left;
  position: relative;
  position: relative;
  z-index: 2;
}
.html-wishlist-page a.add-to-wishlist-button i.icon-heart {
  font-size: 24px;
}

span.icon-data {
  font-size: 28px;
  color: #f00;
  transition-duration: 0.6s;
}
span.icon-data:hover {
  color: #42ad4c;
  transition-duration: 0.6s;
}

.product-item .add-to-wishlist-button {
  background-image: none !important;
  background-color: transparent !important;
}
.product-item .add-to-wishlist-button:focus {
  border: none !important;
  outline: none;
}

.wish span.wishlist-qty {
  font-size: 11px;
  position: absolute;
  background: #42ad4c;
  border-radius: 50px;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 23px;
  left: -17px;
  top: 0px;
  text-align: center;
}

i.icon-user-info:before {
  content: " ";
  height: 24px;
  width: 24px;
  position: absolute !important;
  background: url(../images/toggle-right.png) center no-repeat !important;
}

span.icon-user:before {
  content: "\e971";
  background: url(../images/user-shape.png) center no-repeat !important;
}

.profil-bottm-content {
  float: left;
  width: 100%;
}

.html-account-page.html-customer-info-page .page-body, .html-topic-page .page-body {
  background-color: #e8e1da;
}
.html-account-page.html-customer-info-page .content-container, .html-topic-page .content-container {
  max-width: 1150px;
  margin: 0 auto;
  max-height: 220px;
  height: 200px;
  background-color: #f2f2f2;
  padding: 15px;
}
.html-account-page.html-customer-info-page a.btn-logout, .html-topic-page a.btn-logout {
  float: right;
  color: rgb(112, 102, 95) !important;
}
.html-account-page.html-customer-info-page a.btn-logout:hover, .html-topic-page a.btn-logout:hover {
  text-decoration: none;
}
.html-account-page.html-customer-info-page .links-container, .html-topic-page .links-container {
  max-width: 1306px;
  margin: 0 auto;
  min-height: 1200px;
  background: transparent;
  padding-top: 60px;
}
@media (max-width: 680px) {
  .html-account-page.html-customer-info-page .links-container, .html-topic-page .links-container {
    min-height: 800px;
  }
}
.html-account-page.html-customer-info-page .links-container .links-row, .html-topic-page .links-container .links-row {
  max-width: 80%;
  margin: 0 auto;
  height: 200px;
}
@media (max-width: 680px) {
  .html-account-page.html-customer-info-page .links-container .links-row, .html-topic-page .links-container .links-row {
    max-width: 100%;
  }
}
.html-account-page.html-customer-info-page .links-container .links-row .icon-container, .html-topic-page .links-container .links-row .icon-container {
  width: 33.33%;
  float: left;
  display: block;
  text-align: center;
  margin: 20px 0px;
}
@media (max-width: 680px) {
  .html-account-page.html-customer-info-page .links-container .links-row .icon-container, .html-topic-page .links-container .links-row .icon-container {
    width: 47%;
    float: left;
    display: block;
    text-align: center;
    margin: 20px 4px;
  }
}
.html-account-page.html-customer-info-page .links-container .links-row .icon-container a:hover, .html-topic-page .links-container .links-row .icon-container a:hover {
  text-decoration: none;
}
.html-account-page.html-customer-info-page .links-container .links-row .icon-container p, .html-topic-page .links-container .links-row .icon-container p {
  margin: 15px;
  font-family: "Trajan Pro";
  color: #000;
  text-decoration: none;
  color: rgb(112, 102, 95) !important;
  text-align: center;
}
@media (max-width: 480px) {
  .html-account-page.html-customer-info-page .links-container .links-row .icon-container p, .html-topic-page .links-container .links-row .icon-container p {
    font-size: 10px;
  }
}
.html-account-page.html-customer-info-page .links-container .links-row .icon-container p:hover, .html-topic-page .links-container .links-row .icon-container p:hover {
  text-decoration: none !important;
}

h1.members-name {
  text-align: CENTER;
  font-family: "Trajan Pro";
  color: rgb(112, 102, 95) !important;
  margin: 40px 0 0;
}

p.welcome-text {
  text-align: center;
  font-family: "Trajan Pro";
  color: rgb(112, 102, 95) !important;
}

.icon-heart:before {
  content: "\e907";
  color: #908984;
}

section.account-banner-full {
  background: #e8e1da;
}

.content-container {
  max-width: 1150px;
  margin: 0 auto;
  max-height: 220px;
  height: 200px;
  background-color: #f2f2f2;
  padding: 15px;
}

.html-registration-page .page.registration-result-page, .html-registration-result-page .page.registration-result-page {
  background: #f2f2f2;
}
.html-registration-page .message-error.validation-summary-errors, .html-registration-result-page .message-error.validation-summary-errors {
  background: #f2f2f2;
  padding: 5px;
}
.html-registration-page .message-error.validation-summary-errors li, .html-registration-result-page .message-error.validation-summary-errors li {
  text-align: center;
}
.html-registration-page .buttons, .html-registration-result-page .buttons {
  margin: 0 !important;
}
.html-registration-page .inputs input[type=text], .html-registration-page .inputs input[type=email], .html-registration-page .inputs input[type=tel], .html-registration-page .inputs input[type=password], .html-registration-page .inputs select, .html-registration-page .inputs textarea, .html-registration-result-page .inputs input[type=text], .html-registration-result-page .inputs input[type=email], .html-registration-result-page .inputs input[type=tel], .html-registration-result-page .inputs input[type=password], .html-registration-result-page .inputs select, .html-registration-result-page .inputs textarea {
  margin: 0 auto;
}
.html-registration-page #main, .html-registration-result-page #main {
  margin: 0 auto;
  background: #e8e1da;
}
.html-registration-page #wrapper, .html-registration-result-page #wrapper {
  position: relative;
  overflow: hidden;
}
.html-registration-page .external-authentication, .html-registration-result-page .external-authentication {
  margin-bottom: 0 !important;
}
.html-registration-page .fieldset, .html-registration-page .section, .html-registration-result-page .fieldset, .html-registration-result-page .section {
  position: relative;
  margin: 0 0 0px;
  background: #f2f2f2;
}
.html-registration-page .fieldset .title, .html-registration-page .section .title, .html-registration-result-page .fieldset .title, .html-registration-result-page .section .title {
  margin: 0 0 15px;
  padding: 60px 10px 33px 10px;
  font-size: 20px;
  /* color: #444; */
  text-align: center;
  font-size: 47px;
  font-family: "Trajan Pro";
  color: #b8a99a !important;
}
.html-registration-page .fieldset .title p.page-text, .html-registration-page .section .title p.page-text, .html-registration-result-page .fieldset .title p.page-text, .html-registration-result-page .section .title p.page-text {
  font-size: 14px;
  margin: 0 auto;
  font-size: 14px;
  max-width: 500px;
  margin: 10px auto;
  /*font-family: sans-serif;*/
  color: #000;
}
.html-registration-page .fieldset .form-fields, .html-registration-page .section .form-fields, .html-registration-result-page .fieldset .form-fields, .html-registration-result-page .section .form-fields {
  border-top: none !important;
  padding: 1px 15px !important;
  background-color: #f2f2f2 !important;
}
.html-registration-page .fieldset .form-fields .inputs, .html-registration-page .section .form-fields .inputs, .html-registration-result-page .fieldset .form-fields .inputs, .html-registration-result-page .section .form-fields .inputs {
  max-width: 400px;
  margin: 10px auto;
}
.html-registration-page .fieldset .form-fields .inputs label, .html-registration-page .section .form-fields .inputs label, .html-registration-result-page .fieldset .form-fields .inputs label, .html-registration-result-page .section .form-fields .inputs label {
  width: auto !important;
  margin: 0;
}
.html-registration-page .fieldset .form-fields input:focus, .html-registration-page .section .form-fields input:focus, .html-registration-result-page .fieldset .form-fields input:focus, .html-registration-result-page .section .form-fields input:focus {
  outline: none !important;
}
.html-registration-page .fieldset .form-fields input::placeholder, .html-registration-page .section .form-fields input::placeholder, .html-registration-result-page .fieldset .form-fields input::placeholder, .html-registration-result-page .section .form-fields input::placeholder {
  font-size: 12px;
  font-style: italic;
  color: #ccc;
}
.html-registration-page p.warning-message, .html-registration-result-page p.warning-message {
  /* text-align: center; */
  width: 400px;
  margin: auto;
  padding: 0 0 12px 0;
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 680px) {
  .html-registration-page p.warning-message, .html-registration-result-page p.warning-message {
    width: 350px !important;
  }
}
.html-registration-page .buttons, .html-registration-result-page .buttons {
  background-color: #f2f2f2;
  padding: 30px 0;
  text-align: center;
}
.html-registration-page .buttons input#register-button, .html-registration-result-page .buttons input#register-button {
  width: 400px;
  background: #3e342a;
}
.html-registration-page footer#footer, .html-registration-result-page footer#footer {
  background: #e8e1da;
}
.html-registration-page .page.registration-page, .html-registration-page .page.registration-result-page, .html-registration-result-page .page.registration-page, .html-registration-result-page .page.registration-result-page {
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .html-topic-page.inspiration .text-block.mb-4.mb-md-0:last-child {
    position: relative;
  }
}
.html-topic-page.inspiration .text-block.mb-4.mb-md-0:last-child {
  position: relative;
}
.html-topic-page.inspiration #wrapper {
  position: relative;
  overflow: hidden;
}
.html-topic-page.inspiration #footer {
  background-color: #e8e1da !important;
  float: left;
  width: 100%;
}
.html-topic-page.inspiration .tekstside-section .text-block {
  padding: 51px 53px 107px;
  max-width: 1150px;
  margin: 0 auto;
  background-color: transparent;
  padding-top: 0;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .tekstside-section .text-block {
    padding: 0;
  }
}
.html-topic-page.inspiration main#main {
  background: #e8e1da;
}
.html-topic-page.inspiration a.btn-reg {
  padding: 16px 30px;
  width: 200px !important;
  margin-right: 60px;
  text-decoration: none;
  background: #3e342a;
  color: #fff;
  font-family: "Trajan Pro";
  line-height: 15px;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration a.btn-reg {
    display: block;
    margin: 5px auto !important;
  }
}
.html-topic-page.inspiration a.btn-login {
  padding: 16px 40px;
  width: 200px !important;
  margin-left: 60px;
  text-decoration: none;
  background: #b8a99a;
  color: #fff;
  font-family: "Trajan Pro";
  line-height: 15px;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration a.btn-login {
    display: block;
    margin: 0px auto !important;
  }
}
.html-topic-page.inspiration .buttons-container {
  text-align: center;
  position: relative;
  top: -19px;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .buttons-container {
    top: -60px;
  }
}
.html-topic-page.inspiration .left-image-container .image-cont {
  width: 25%;
  float: left;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .left-image-container .image-cont {
    width: 100%;
  }
}
.html-topic-page.inspiration .left-image-container .image-cont .img-box {
  max-width: 270px;
  max-height: 270px;
  height: 270px !important;
  float: left;
  overflow: hidden;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .left-image-container .image-cont .img-box {
    height: auto !important;
    float: none;
    margin: 0 auto;
  }
}
.html-topic-page.inspiration .left-image-container .image-cont .img-box img {
  display: block;
  max-width: 100%;
  border-radius: 146px;
  margin: auto;
}
.html-topic-page.inspiration .left-image-container .text-cont {
  width: 68%;
  float: left;
  height: 270px;
  display: table;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .left-image-container .text-cont {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.html-topic-page.inspiration .left-image-container .text-wrapper {
  vertical-align: middle !important;
  display: table-cell !important;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .left-image-container .text-wrapper {
    display: block !important;
    text-align: center;
    margin: 12px 0;
  }
}
.html-topic-page.inspiration .left-image-container .text-wrapper h4.body-title {
  font-family: "Trajan Pro";
  font-size: 29px !important;
  margin-bottom: 12px !important;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .left-image-container .text-wrapper h4.body-title {
    margin-bottom: 100px;
  }
}
.html-topic-page.inspiration .right-image-container .image-cont {
  width: 25%;
  float: right;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .image-cont {
    width: 100%;
    float: left;
    margin: 0 auto;
  }
}
.html-topic-page.inspiration .right-image-container .image-cont .img-box {
  max-width: 270px;
  max-height: 270px;
  height: 270px !important;
  float: right;
  overflow: hidden;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .image-cont .img-box {
    height: auto !important;
    float: none;
    overflow: hidden;
    margin: 0 auto;
  }
}
.html-topic-page.inspiration .right-image-container .image-cont .img-box img {
  display: block;
  max-width: 100%;
  border-radius: 146px;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .image-cont .img-box img {
    margin: 10px auto;
  }
}
.html-topic-page.inspiration .right-image-container .text-cont {
  width: 68%;
  float: left;
  height: 270px;
  display: table;
  position: relative;
  right: -75px;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .text-cont {
    width: 100%;
    right: 0px;
    height: 100%;
    margin-bottom: 25px;
  }
}
.html-topic-page.inspiration .right-image-container .text-wrapper {
  vertical-align: middle !important;
  display: table-cell !important;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .text-wrapper {
    display: block !important;
  }
}
.html-topic-page.inspiration .right-image-container .text-wrapper h4.body-title {
  font-family: "Trajan Pro";
  font-size: 29px !important;
  margin-bottom: 12px !important;
  text-align: right;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .text-wrapper h4.body-title {
    text-align: center;
  }
}
.html-topic-page.inspiration .right-image-container .text-wrapper p.body-text {
  float: right;
  text-align: right;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .right-image-container .text-wrapper p.body-text {
    float: left;
    text-align: left;
    margin-bottom: 20px;
  }
}
.html-topic-page.inspiration .bottom-content-row {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #e8e1da !important;
}
.html-topic-page.inspiration section.end-section {
  width: 100%;
  float: left;
  background: #e8e1da;
  padding: 60px 0;
}
.html-topic-page.inspiration section.end-section .end-container {
  max-height: 484px;
  height: 484px;
}
.html-topic-page.inspiration section.end-section .end-container .content-container-image {
  width: 45%;
  float: left;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration section.end-section .end-container .content-container-image {
    width: 100%;
    height: auto !important;
  }
}
.html-topic-page.inspiration section.end-section .end-container .content-container-text {
  width: 55%;
  float: left;
  height: 436px !important;
  background: url(/images/uploaded/inspiration/OmKlubJacobsen_boks_1000.png);
  display: table;
  overflow: hidden;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration section.end-section .end-container .content-container-text {
    width: 100%;
    height: auto !important;
  }
}
.html-topic-page.inspiration section.end-section .end-container .content-container-text .body-container {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 60px;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration section.end-section .end-container .content-container-text .body-container {
    padding: 35px 10px 35px 10px;
    display: block;
  }
}
.html-topic-page.inspiration section.end-section .end-container .content-container-text .text-infos {
  max-width: 600px;
}
.html-topic-page.inspiration section.end-section .end-container .content-container-text h4.body-title {
  font-family: "Trajan Pro";
  font-size: 29px !important;
  margin-bottom: 12px !important;
  color: #fff;
}
.html-topic-page.inspiration section.end-section .end-container .content-container-text p {
  color: #fff;
}
.html-topic-page.inspiration .desc-container h4.disclaimer {
  font-size: 12px !important;
  text-align: center;
  font-weight: 300 !important;
  margin: 0 !important;
  line-height: 0px;
  color: #bfab9b;
}
.html-topic-page.inspiration .desc-container .buttons {
  width: 400px;
  margin: 10px auto;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .desc-container .buttons {
    max-width: 100%;
  }
}
.html-topic-page.inspiration .desc-container .buttons input#register-button {
  width: 100%;
  padding: 10px;
  background: #3e342a;
  border: none;
  color: #fff;
}
.html-topic-page.inspiration .desc-container .buttons input#login-button {
  width: 100%;
  padding: 10px;
  background: #b8a99a;
  border: none;
  color: #fff;
}
.html-topic-page.inspiration .desc-container p.warning-message {
  width: 400px;
  margin: 9px auto !important;
  font-size: 13px !important;
  font-style: italic;
}
.html-topic-page.inspiration .desc-container h3.modal-title-text {
  text-align: center;
  font-family: "Trajan Pro";
  margin: 20px 0;
  color: #bfab9b;
  font-weight: 500;
}
.html-topic-page.inspiration .desc-container input.button-1.login-button {
  width: 100%;
  border: none;
  padding: 10px;
  background: #d2c5bb;
  color: #fff;
  text-transform: uppercase;
  font-family: "Trajan Pro", sans-serif;
}
.html-topic-page.inspiration .desc-container .form-fields {
  background-color: transparent;
  border: none;
  padding: 0;
}
.html-topic-page.inspiration .desc-container .form-fields .inputs.reversed {
  margin: 0 auto;
  text-align: left;
  max-width: 400px;
}
.html-topic-page.inspiration .desc-container .form-fields .inputs label {
  width: 60px;
  margin-top: 0;
  font-style: italic;
}
.html-topic-page.inspiration .desc-container .form-fields span.forgot-password {
  float: right;
  position: relative;
  top: 5px;
  font-size: 14px;
  font-style: italic;
}
.html-topic-page.inspiration .desc-container .form-fields span.forgot-password a {
  color: #000;
}
.html-topic-page.inspiration .desc-container .form-fields input {
  margin: 10px auto;
  max-width: 400px;
  background-color: #fff;
}
@media (max-width: 680px) {
  .html-topic-page.inspiration .desc-container .form-fields input {
    max-width: 100%;
    padding: 10px;
  }
}
.html-topic-page.inspiration .desc-container .form-fields input::placeholder {
  font-size: 12px !important;
  font-style: italic !important;
  color: #ccc !important;
}
.html-topic-page.inspiration .desc-container .form-fields input:focus {
  outline: none;
}
.html-topic-page.inspiration #login-modal .modal-custom-Data .modal-content {
  width: 600px;
  height: 450px !important;
}
.html-topic-page.inspiration #reg-modal .modal-custom-Data .modal-content {
  width: 620px;
  height: 450px !important;
}
.html-topic-page.inspiration #reg-modal .fieldset {
  margin: 0 0 20px !important;
}

.inspiration #login-modal .modal-custom-Data .modal-content {
  width: 600px;
  height: 450px !important;
}
.inspiration #reg-modal .modal-custom-Data .modal-content {
  width: 620px;
  height: 450px !important;
}
@media (max-width: 680px) {
  .inspiration #reg-modal .modal-custom-Data .modal-content {
    position: relative !important;
    top: 30px !important;
  }
}
.inspiration footer#footer {
  background: #e8e1da;
}

.html-login-page main#main {
  background: #e8e1da;
  padding-bottom: 80px;
}
.html-login-page main#main .login-page {
  background: #f2f2f2;
  max-width: 1150px;
  margin: 0 auto;
}
.html-login-page main#main .login-page p.login-title-text {
  max-width: 500px;
  margin: 0 auto;
  color: #1f1f1f;
  text-align: center;
  font-size: 15px;
}
.html-login-page main#main .login-page h1 {
  color: #b8a99a;
  font-family: "Trajan Pro", sans-serif;
  margin-top: 15px;
}
.html-login-page main#main .login-page .returning-wrapper {
  float: none;
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .html-login-page main#main .login-page .returning-wrapper {
    width: auto;
  }
}
.html-login-page main#main .login-page .returning-wrapper .form-fields {
  background-color: transparent !important;
  border: none;
}
@media (max-width: 680px) {
  .html-login-page main#main .login-page .returning-wrapper .form-fields {
    padding: 30px 0 0;
  }
}
.html-login-page main#main .login-page .returning-wrapper .form-fields input {
  background-color: #fff;
  width: 100% !important;
  margin: 10px 0;
}
.html-login-page main#main .login-page .returning-wrapper .form-fields input::placeholder {
  font-size: 12px;
  font-style: italic;
  color: #ccc;
}
.html-login-page main#main .login-page .returning-wrapper .form-fields input[type=checkbox] {
  width: 4% !important;
}
.html-login-page main#main .login-page .returning-wrapper .buttons {
  background-color: transparent !important;
}
.html-login-page main#main .login-page .returning-wrapper .buttons input.button-1.login-button {
  width: 100%;
  background-color: #b8a99a;
}
.html-login-page footer#footer {
  background: #e8e1da;
}

.html-address-edit-page section.archive-section {
  margin-bottom: 0;
}
.html-address-edit-page footer#footer {
  background: #e8e1da;
}
.html-address-edit-page .address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  margin-bottom: 0;
}
.html-address-edit-page .account-page .buttons {
  text-align: center;
  background: #f9f9f9;
  padding-bottom: 30px;
}
.html-address-edit-page input.button-1.save-address-button {
  width: 100%;
  max-width: 400px;
  background: #e8e1da;
  padding: 12px 0 !important;
}
.html-address-edit-page .inputs label {
  text-align: left !important;
}
.html-address-edit-page .inputs input {
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  font-size: 15px;
  color: #000;
}
.html-address-edit-page .inputs input:focus {
  outline: none;
}
.html-address-edit-page input#Address_PhoneNumber {
  border: 1px solid #fff;
  padding: 0 10px;
}
.html-address-edit-page input#Address_PhoneNumber:focus {
  outline: none;
}

.html-registration-result-page .buttons {
  margin: 0 0 0px !important;
}
.html-registration-result-page #main {
  margin: 0 auto;
  background: #e8e1da;
  padding-bottom: 40px;
}
.html-registration-result-page .registration-result-page .result {
  margin: 0 0 0px;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  color: #b8a99a !important;
  font-family: "Trajan Pro";
  text-transform: lowercase;
}
.html-registration-result-page a.button-1.register-continue-button {
  background: #3e342a;
  width: 100%;
  max-width: 500px;
}
.html-registration-result-page a.button-1.register-continue-button:hover {
  text-decoration: none;
}

.modal-custom-Data .modal-content .modal-body .desc-container p.register-link {
  text-align: center;
  font-size: 14px !important;
  color: #000 !important;
  line-height: 24px;
  position: relative;
  top: 20px;
  font-weight: 300;
}
.modal-custom-Data .modal-content .modal-body .desc-container p.register-link a {
  color: #000;
  text-decoration: underline;
}

.inspiration .modal-custom-Data .desc-container .fieldset p.password-message {
  width: 400px;
  margin: 9px auto !important;
  font-size: 13px !important;
  font-style: italic;
  color: #c0ad9d !important;
  font-weight: 400;
}
@media (max-width: 680px) {
  .inspiration .modal-custom-Data .desc-container .fieldset p.password-message {
    width: 100%;
  }
}

.about-us-page section.news-slider-section.instagram-page, .about-us-page .description-section {
  display: none;
}
.about-us-page .account-page-banner.container {
  max-height: 500px !important;
  overflow: hidden;
}
@media (max-width: 680px) {
  .about-us-page .left-image-container {
    margin-bottom: 15px;
    width: 100%;
    float: left !important;
  }
}
.about-us-page .left-image-container .image-cont {
  width: 25%;
  float: left;
  text-align: center;
}
@media (max-width: 680px) {
  .about-us-page .left-image-container .image-cont {
    width: 100%;
  }
}
.about-us-page .left-image-container .image-cont .img-box {
  max-width: 270px;
  max-height: 270px;
  height: 270px !important;
  overflow: hidden;
}
@media (max-width: 680px) {
  .about-us-page .left-image-container .image-cont .img-box {
    margin: 0 auto;
    max-width: 170px;
    max-height: 170px;
    height: 170px !important;
  }
}
.about-us-page .left-image-container .image-cont .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 150px;
}
.about-us-page .left-image-container .text-cont {
  width: 75%;
  float: left;
  height: 270px;
  display: table;
}
@media (max-width: 680px) {
  .about-us-page .left-image-container .text-cont {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.about-us-page .left-image-container .text-wrapper {
  vertical-align: middle !important;
  display: table-cell !important;
}
@media (max-width: 680px) {
  .about-us-page .left-image-container .text-wrapper {
    vertical-align: top !important;
  }
}
@media (max-width: 680px) {
  .about-us-page .right-image-container {
    margin-bottom: 15px;
    width: 100%;
    float: left !important;
  }
}
.about-us-page .right-image-container .image-cont {
  width: 25%;
  float: right;
}
@media (max-width: 680px) {
  .about-us-page .right-image-container .image-cont {
    width: 100%;
  }
}
.about-us-page .right-image-container .image-cont .img-box {
  max-width: 270px;
  max-height: 270px;
  height: 270px !important;
  float: right;
  overflow: hidden;
}
@media (max-width: 680px) {
  .about-us-page .right-image-container .image-cont .img-box {
    float: none;
    margin: 0 auto;
    max-width: 170px;
    max-height: 170px;
    height: 170px !important;
  }
}
.about-us-page .right-image-container .image-cont .img-box img {
  display: block;
  max-width: 100%;
  border-radius: 146px;
  height: 100%;
}
.about-us-page .right-image-container .text-cont {
  width: 75%;
  float: left;
  height: 270px;
  display: table;
  position: relative;
}
@media (max-width: 680px) {
  .about-us-page .right-image-container .text-cont {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.about-us-page .right-image-container .text-wrapper {
  vertical-align: middle !important;
  display: table-cell !important;
}
@media (max-width: 680px) {
  .about-us-page .right-image-container .text-wrapper {
    vertical-align: top !important;
  }
}
.about-us-page .right-image-container h4.body-sub-title {
  font-size: 13px !important;
  line-height: 20px;
}
.about-us-page .right-image-container ol {
  padding: 0 15px;
}
.about-us-page .right-image-container ol li {
  line-height: 27px;
  font-size: 14px;
}
.about-us-page .first-data .image-container {
  width: 35%;
  text-align: center;
  float: right;
}
@media (max-width: 680px) {
  .about-us-page .first-data .image-container {
    width: 100%;
  }
}
.about-us-page .first-data .image-container .img-box-cont img {
  border-radius: 182px;
  height: 373px;
  width: 370px;
  position: relative;
  top: -140px;
  left: 65px;
}
@media (max-width: 680px) {
  .about-us-page .first-data .image-container .img-box-cont img {
    top: 0px;
    left: 0px;
    height: 250px;
    width: 250px;
  }
}
.about-us-page .first-data .text-container {
  width: 65%;
  float: left;
  display: table;
  position: relative;
  right: 30px;
  height: 200px;
}
@media (max-width: 680px) {
  .about-us-page .first-data .text-container {
    width: 100%;
    right: 0;
  }
}
.about-us-page .first-data .text-wrapper-cont {
  vertical-align: middle !important;
  display: table-cell !important;
}
.about-us-page .tekstside-section .text-block {
  padding: 51px 53px 107px;
  background: #f2f2f2;
}
@media (max-width: 680px) {
  .about-us-page .tekstside-section .text-block {
    padding: 50px 10px 10px;
  }
}
.about-us-page .bottom-content {
  width: 100%;
  float: left;
  position: relative;
  top: -140px;
}
@media (max-width: 680px) {
  .about-us-page .bottom-content {
    top: 0;
  }
}
.about-us-page section.account-banner-full {
  background: #f2f2f2;
}
.about-us-page h1.body-title.first {
  font-family: "Trajan Pro", sans-serif;
  font-size: 36px !important;
}
@media (max-width: 680px) {
  .about-us-page h1.body-title.first {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .about-us-page .image-cont.last {
    display: none;
  }
}

.inspiration p.banner-content.wishlist-content-banner {
  max-width: 570px;
  line-height: 22px;
}

html.html-account-page.html-customer-info-page .content-container {
  display: none;
}

span.club-text-style {
  font-family: "Sottalica", sans-serif;
  font-weight: 300;
  font-size: 52px;
  letter-spacing: 5px;
}

.html-product-details-page p.short-description.test {
  margin-bottom: 10px !important;
}
.html-product-details-page .overview .add-to-wishlist-button {
  background-image: url(../images/wishlist-button.png);
  background-color: transparent;
  position: relative;
  left: -15px;
  color: #3b8f43;
  font-size: 18px;
  max-width: 200px !important;
  width: 100%;
  float: left;
}
.html-product-details-page .overview .add-to-wishlist-button:hover {
  background-color: transparent;
  color: #3b8f43;
  text-decoration: underline;
}
.html-product-details-page .overview .add-to-wishlist-button:focus {
  outline: none !important;
}

#footer input#checkbox-newsletter {
  width: 5%;
  height: 15px;
  float: left;
}

#footer label.inline-editor {
  float: left;
  width: 95%;
}

#footer label.inline-editor p {
  line-height: 12px;
  position: relative;
  top: -3px;
  left: 5px;
}

.modal a.close-btn {
  font-size: 21px;
  float: right;
  text-align: right;
  background: #3e342a;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  width: 30px;
  height: 30px;
  position: relative;
  top: -25px;
  right: -24px;
}

.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
  text-align: center !important;
}

.product-box {
  position: relative !important;
}
.product-box a.btn-wishlist.add-to-like-button {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}

div#tab-with-cross-sell {
  padding: 15px;
}
div#tab-with-cross-sell .cross-sells .title {
  display: none !important;
}
div#tab-with-cross-sell div#specs1-0 {
  padding: 10px 25px;
}
div#tab-with-cross-sell .cross-tabs {
  /*.counter-container {
      width: 20%;
      float: left;
      padding: 15px;
      position: relative;
      left: 20px;
      top: 20px;

      @media only screen and (min-width:800px) and (max-width:821px) {
          width: 26%;
      }
  }*/
}
div#tab-with-cross-sell .cross-tabs .product-grid.cross-sells .item-grid {
  max-height: 100% !important;
  overflow: hidden !important;
}
div#tab-with-cross-sell .cross-tabs ul.price-list {
  display: inline-block;
  float: left;
  width: 40% !important;
  text-align: right;
  position: relative;
  top: 20px;
}
div#tab-with-cross-sell .cross-tabs .product-grid.cross-sells .product-box .description-holder {
  width: 50%;
  float: left;
  padding: 0;
}
div#tab-with-cross-sell .cross-tabs .product-grid.cross-sells .product-box .img-holder img {
  max-width: 100px;
  max-height: 90px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 680px) {
  div#tab-with-cross-sell .cross-tabs .product-grid.cross-sells .product-box .img-holder img {
    max-width: 70px;
  }
}

.html-product-details-page .variant-selector {
  margin-bottom: 0px;
}
.html-product-details-page .add-to-wishlist {
  margin-top: 30px;
}

@media (min-width: 1036px) {
  html.html-product-details-page .price-list {
    margin-bottom: 38px;
    float: left;
    width: 100%;
  }
}
@media (min-width: 1036px) {
  html.html-product-details-page .swiper-wrapper .item-box .price-list {
    margin-bottom: 38px;
    float: none !important;
    width: 100%;
  }
}

.attribute-values input {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#newsletter-result-block ul.footer-listed {
  list-style: disc;
  padding: 0 0 0 30px;
}
#newsletter-result-block p {
  margin-bottom: 10px !important;
}

.product-grid.cross-sells .item-box .product-icon-con {
  position: absolute;
  right: 5px;
  top: 0px;
}
.product-grid.cross-sells .item-box .newproduct-badge {
  height: 0px !important;
  width: 0px !important;
  font-size: 8px;
  padding: 10px 4px;
  display: initial !important;
}

html.html-product-details-page span.icon-data {
  font-size: 20px !important;
}
html.html-product-details-page a.btn-wishlist.add-to-like-button {
  position: relative;
  top: 0px;
  right: -37px;
  left: 0px;
}

.isGroupList .product-selectors {
  display: none;
}

.half-section {
  max-width: 100% !important;
  float: left;
  margin: 10px 0;
}
.half-section .description-holder a {
  color: #fff !important;
}

.toggled ul.sub-menu li {
  margin-bottom: 0 !important;
}
.toggled ul.sub-menu li h4 {
  margin-bottom: 0 !important;
}
.toggled ul.sub-menu li .sub-list {
  display: none;
}

.desc-container {
  width: 100%;
  float: left;
}
.desc-container .category-description {
  width: 50%;
  float: left;
  height: 400px;
  position: relative;
}
@media (max-width: 680px) {
  .desc-container .category-description {
    width: 100%;
    float: left;
    height: 178px;
    position: relative;
  }
}
.desc-container .category-description .desc-data-container {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.desc-container .image-container-inside {
  width: 50%;
  float: left;
}
@media (max-width: 680px) {
  .desc-container .image-container-inside {
    width: 100%;
  }
}
.desc-container .image-container-inside .image-data-container {
  padding: 30px;
  margin: 0 auto;
  max-width: 80%;
  max-height: 350px;
  overflow: hidden;
  text-align: center;
}
.desc-container .image-container-inside .image-data-container img {
  height: 300px !important;
  width: auto;
  margin: 0 auto;
}
.desc-container .image-container-inside .image-data-container .slider-wrapper img {
  max-width: 100%;
  height: 350px;
  width: 350px !important;
  background: white;
  /*border-radius: 220px;*/
  margin: 0 auto;
}
@media (max-width: 680px) {
  .desc-container .image-container-inside .image-data-container .slider-wrapper img {
    height: auto !important;
  }
}

/*.lamper-category {
    .pager > ul:first-of-type {
        display: none;
    }
}*/
label, label + * {
  vertical-align: initial !important;
}

.product-box .btn-list .btn {
  padding: 3px 15px;
  line-height: 1.4;
  font-size: 14px !important;
}

.tabset-description.pgroup a {
  pointer-events: none;
}
.tabset-description.pgroup li {
  cursor: pointer;
}

@media (max-width: 768px) {
  .search-holder.popup-active button.search-btn {
    display: none !important;
  }
}
.basket-page i.icon-lock {
  position: relative;
  left: -10px;
}
@media (max-width: 768px) {
  .basket-page i.icon-lock {
    left: 0;
  }
}

.isGroup .desc-container {
  display: none;
}

p.notes {
  text-align: center;
  width: 100%;
  font-size: 12px !important;
  color: #000;
  font-weight: bold;
}

@media (max-width: 800px) {
  .search-box .aw-grid-search-results {
    width: 78vw !important;
  }
  .search-holder .search-box input {
    padding: 5px 6px 5px 10px;
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .aw-grid-search-results__price-box {
    max-width: 100% !important;
  }
  .aw-grid-search-results__action-btn {
    width: 150px !important;
  }
}
@media (max-width: 320px) {
  .search-holder .search-box input {
    background-color: #fff;
    border: none;
    height: 46px;
    width: 100%;
    padding: 5px 0px 5px 5px !important;
    outline: none;
    font-size: 8px !important;
  }
  .logo {
    width: auto !important;
  }
}
.nav-opener {
  width: 46px !important;
}

.custom-checkbox-attr label {
  visibility: hidden;
}
.custom-checkbox-attr li.ng-scope {
  padding: 5px 10px 6px;
  background: #77aa64;
  color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.custom-checkbox-attr li.ng-scope label {
  visibility: visible !important;
  font-size: 15px;
  margin-bottom: 0;
}
.custom-checkbox-attr li.ng-scope input {
  width: 19px;
  height: 19px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
}

.checkbox-holder {
  padding-left: 0;
}
.checkbox-holder .option-list input {
  width: 19px;
  height: 17px;
  position: relative;
  left: -1px;
  margin-right: 8px;
  border: 1px solid black !important;
}
.checkbox-holder .option-list label.ng-binding {
  margin-bottom: 0;
}

.product-sorting select {
  color: #444;
  border: 2px solid black;
  border-radius: 3px;
  position: relative;
  top: -1px;
}

p.link-container a {
  padding: 10px;
  background: #70665f;
  color: #fff;
  text-decoration: none;
}

.test {
  display: block !important;
}

.another-test {
  display: none;
}

.custom-checkbox-attr_2 {
  width: 50% !important;
  padding-right: 22px;
  padding-left: 22px;
  float: left;
}

.topic-custom .blog-posts .html-widget {
  width: 33% !important;
  float: left !important;
  display: inline-block !important;
  margin: 0 1px !important;
}
@media (max-width: 900px) {
  .topic-custom .blog-posts .html-widget {
    width: 49.75% !important;
  }
}
@media (max-width: 640px) {
  .topic-custom .blog-posts .html-widget {
    width: 100% !important;
  }
}
.topic-custom .blog-posts .html-widget .post {
  width: 100%;
}
.topic-custom .blog-posts .html-widget .buttons {
  float: left;
  width: 100% !important;
  text-align: center !important;
}

#custom-topic-page .post {
  margin: 0 0 2px !important;
}
#custom-topic-page .buttons a.read-more {
  background: #70665f !important;
}

@media (max-width: 680px) {
  .page.blogpost-page .buttons {
    margin: 0 auto 39px !important;
    text-align: center;
  }
  .page.blogpost-page .row .col-sm a > img {
    width: 100% !important;
  }
}
.category-page .category-description-con .img-con-2 {
  width: 35%;
  float: left;
  padding-right: 25px;
  margin-bottom: 15px;
}
@media (max-width: 680px) {
  .category-page .category-description-con .img-con-2 {
    display: none;
  }
}
@media (max-width: 680px) {
  .bed-category ul.icon-list-beds li {
    width: 50% !important;
    float: left !important;
    text-align: left !important;
    margin: 5px 0;
    height: 44px;
  }
  .bed-category ul.icon-list-beds li:last-child .bed-category ul.icon-list-beds li:last-child {
    float: right !important;
    text-align: left;
  }
  .bed-category ul.icon-list-beds li i {
    font-size: 32px !important;
  }
  .bed-category section.logo-icons {
    height: auto !important;
    padding: 0px 0 15px;
  }
  .bed-category ul.icon-list-beds {
    margin: 12px 0 !important;
  }
}
.bed-category .category-page {
  display: none;
}
.bed-category .second-banner {
  margin-bottom: 40px;
  padding-top: 9px;
  width: 100%;
  float: left;
}
.bed-category #footer {
  float: left;
  width: 100%;
}
.bed-category .category-grid.sub-category-grid .item-grid .item-box {
  width: 14%;
  float: left;
  margin: 25px 15px;
}
@media (max-width: 680px) {
  .bed-category .category-grid.sub-category-grid .item-grid .item-box {
    width: 40%;
  }
}
.bed-category .category-grid.sub-category-grid .item-grid .item-box .category-item {
  width: 200px;
}
@media (max-width: 680px) {
  .bed-category .category-grid.sub-category-grid .item-grid .item-box .category-item {
    width: 100% !important;
  }
}
.bed-category .category-grid.sub-category-grid .item-grid .item-box .sub-category-item {
  width: 200px;
}
@media (max-width: 680px) {
  .bed-category .category-grid.sub-category-grid .item-grid .item-box .sub-category-item {
    width: 100% !important;
  }
}
.bed-category .category-grid.sub-category-grid .item-grid .item-box .picture {
  height: 200px;
}
@media (max-width: 680px) {
  .bed-category .category-grid.sub-category-grid .item-grid .item-box .picture {
    height: 140px;
  }
}
.bed-category .category-grid.sub-category-grid .item-grid .item-box .picture img {
  width: 100%;
}
.bed-category section.logo-icons {
  float: left;
  width: 100%;
  /*height: 100px;*/
  background: #afb8bc;
  margin-bottom: 20px;
  padding: 25px 0 45px 0;
}
.bed-category .description-box {
  background: #8b9b8f;
  width: 100%;
  float: left;
}
.bed-category ul.icon-list-beds {
  margin: 40px 0;
}
.bed-category ul.icon-list-beds li {
  display: inline;
  width: 25%;
  float: left;
  color: #fff !important;
  text-align: center;
}
.bed-category ul.icon-list-beds li:last-child {
  float: right;
}
.bed-category ul.icon-list-beds li .icon-heart:before {
  content: "\e907";
  color: #fff;
}
.bed-category ul.icon-list-beds li .icon-ecommerce:before {
  color: #fff;
}
.bed-category ul.icon-list-beds li .icon-cart:before {
  color: #fff;
}
.bed-category ul.icon-list-beds li .icon-time:before {
  color: #fff;
}
.bed-category ul.icon-list-beds li i {
  font-size: 33px;
}
.bed-category ul.icon-list-beds li span {
  position: relative;
  left: 5px;
  font-family: Open Sans;
}
.bed-category li.hurtig span {
  position: relative;
  top: 13px;
  font-size: 18px;
}
.bed-category li.dages span {
  position: relative;
  /*top: -3px;*/
}
.bed-category li.hurtig img {
  width: 70px !important;
  position: relative;
  /* height: 37px !important; */
  top: 11px;
}
@media (max-width: 844px) {
  .bed-category li.hurtig img {
    width: 40px !important;
  }
}
.bed-category li.altid span {
  position: relative;
  top: -5px;
}
.bed-category ul.icon-list-beds li:last-child {
  float: right !important;
  text-align: center;
}
.bed-category ul.icon-list-beds li:nth-child(2n+1) {
  text-align: center;
}
.bed-category ul.icon-list-beds li img {
  width: 17%;
}
.bed-category .bed-footer-title {
  font-family: "Sottalica", sans-serif;
  font-weight: 300;
  font-size: 8em;
  letter-spacing: 5px;
  color: #fff;
}
@media (max-width: 680px) {
  .bed-category .bed-footer-title {
    text-align: center;
    margin: 15px;
  }
}
.bed-category .guide-to-bedroom-container {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.bed-category .guide-to-bedroom-container .section-title {
  font-family: "Sottalica", sans-serif;
  font-weight: 300;
  font-size: 52px;
  letter-spacing: 5px;
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.bed-category .guide-to-bedroom-container .sub-title {
  font-family: "Trajan Pro", sans-serif;
  text-align: center;
}
.bed-category .guide-container {
  width: 100%;
  float: left;
}
.bed-category .guide-container .guide-item-box {
  margin: 10px;
  text-align: center;
  float: left;
  /*padding: 10px 20px 20px 20px;*/
  border: 1px solid #ccc;
  width: 31%;
  transition-duration: 0.6s;
}
.bed-category .guide-container .guide-item-box:hover {
  border: 1px solid #ccc;
  transition-duration: 0.6s;
}
@media (max-width: 680px) {
  .bed-category .guide-container .guide-item-box {
    width: 100% !important;
    margin: 20px 0;
    text-align: center;
    float: left;
    padding: 0;
    border: 1px solid transparent;
  }
}
.bed-category .guide-container .guide-item-box .guide-desc h3 {
  /* font-family: 'Trajan Pro';*/
  margin: 15px;
  text-align: left;
}
@media (max-width: 680px) {
  .bed-category .guide-container .guide-item-box .guide-desc h3 {
    font-size: 20px;
  }
}
.bed-category .guide-container .guide-item-box .guide-desc p {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  padding: 0 15px;
}
.bed-category .guide-container .guide-item-box .guide-desc a.read-more-button {
  /*font-family: 'Trajan Pro';*/
  font-size: 14px;
  color: #000;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-style: normal !important;
}
.bed-category .guide-container .guide-item-box .guide-desc a.read-more-button:hover {
  text-decoration: none;
}
.bed-category .guide-container .guide-item-box .guide-desc a.read-more-button:hover span {
  border-bottom: 2px solid transparent;
  background-size: 100% 2px;
  transition: 0.7s background-size;
}
.bed-category .guide-container .guide-item-box .guide-desc a.read-more-button span {
  padding-bottom: 5px;
  background: linear-gradient(#8b9b8f, currentColor) bottom/0 2px no-repeat;
  transition: 0.7s background-size;
  background-position: left bottom;
  border-bottom: 2px solid #ccc;
}
.bed-category .guide-container .guide-item-box a.read-more-button {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-style: italic;
}
.bed-category .guide-container .guide-item-box a.read-more-button:hover span {
  border-bottom: 2px solid transparent;
  background-size: 100% 2px;
  transition: 0.7s background-size;
}
.bed-category .guide-container .guide-item-box a.read-more-button span {
  padding-bottom: 5px;
  background: linear-gradient(#8b9b8f, currentColor) bottom/0 2px no-repeat;
  transition: 0.7s background-size;
  background-position: left bottom;
  border-bottom: 2px solid #ccc;
}
.bed-category .guide-container .guide-item-box .button-container a.next-button {
  margin: 0 15px;
  /* font-family: "Trajan Pro", sans-serif; */
  font-size: 14px;
  color: #000;
  background: #afb8bc;
  padding: 6px 20px 6px 20px;
  color: #fff !important;
}
.bed-category .guide-container .guide-item-box .button-container a.next-button span {
  padding-bottom: 5px;
  /*border-bottom: 1px solid #ccc;*/
}
.bed-category .guide-footer-container {
  width: 38% !important;
  margin: 0 auto !important;
  float: left;
  flex: none !important;
  -webkit-box-flex: 0;
}
@media (max-width: 680px) {
  .bed-category .guide-footer-container {
    width: auto !important;
  }
}
.bed-category .guide-footer-container h4 {
  color: #51624e;
  font-size: 27px;
  font-weight: 500;
  font-family: sans-serif;
}
@media (max-width: 680px) {
  .bed-category .guide-footer-container h4 {
    text-align: center;
  }
}
.bed-category .guide-footer-container p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 29px;
  margin-top: 35px;
}
@media (max-width: 680px) {
  .bed-category .guide-footer-container p {
    text-align: center;
  }
}
.bed-category .description-box {
  padding-bottom: 0;
}
.bed-category section.description-section.bed-section {
  width: 100%;
  float: left;
}

h1.choose-title {
  text-align: center;
  font-family: "Sottalica", sans-serif;
  font-weight: 300;
  margin: 15px;
  font-size: 53px;
  letter-spacing: 1px;
}

h3.choose-title-sub {
  text-align: center;
  font-family: "Trajan Pro";
}

ul.steps-circle {
  margin: 0 auto;
  text-align: center;
}
ul.steps-circle li {
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 15px;
  background: #ddd;
  margin: 0 2px;
}
ul.steps-circle li.active {
  background: #8e8e8d;
  border: 1px solid #8e8e8e;
}

span.line {
  width: 70px;
  border: 1px solid;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.guide-img img {
  width: 100%;
}

.intro-slider-section.bed-section .intro-links li:first-child {
  width: 45.7%;
}
@media (max-width: 680px) {
  .intro-slider-section.bed-section .intro-links li:first-child {
    width: 100%;
  }
}
.intro-slider-section.bed-section .intro-links li {
  width: 26.5%;
}
@media (max-width: 680px) {
  .intro-slider-section.bed-section .intro-links li {
    width: 100%;
  }
}
.intro-slider-section.bed-section .intro-links li:nth-child(4) {
  width: 53%;
}
@media (max-width: 680px) {
  .intro-slider-section.bed-section .intro-links li:nth-child(4) {
    width: 100%;
  }
}

#grad1 {
  float: left;
  margin: 0 auto;
}

#ad_block_5 img.ad-banner {
  width: 100%;
}

.content-container-left {
  width: 40%;
  float: left;
  padding: 10px;
}
@media (max-width: 680px) {
  .content-container-left {
    width: 100%;
  }
}

.content-container-right {
  width: 60%;
  padding: 10px;
  float: left;
}
@media (max-width: 680px) {
  .content-container-right {
    width: 100%;
  }
}

h3.section-title {
  font-family: "Open Sans";
  color: #999;
  font-size: 26px;
  font-weight: 300;
}

h1.section-title {
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 300;
}

div.wrapper {
  float: left;
}

div.wrapper label {
  float: left;
  width: 75%;
  text-align: right;
}

div.wrapper span {
  float: right;
  width: 20%;
  text-align: left;
}

div.clearboth {
  clear: both;
}

input#myCheckBox {
  width: 17px;
  height: 17px;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  position: relative;
  left: 15px;
  top: -2px;
}

img.ad-banner {
  min-height: 186.5px !important;
}

ul.size-list-container {
  max-height: 400px;
  height: 400px;
}
@media (max-width: 680px) {
  ul.size-list-container {
    height: auto;
  }
}
ul.size-list-container .size-list {
  text-align: left;
  float: left;
  width: 50% !important;
}
ul.size-list-container .size-list input[type=checkbox], ul.size-list-container .size-list input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
  right: -30px;
}

@media (max-width: 680px) {
  .imgad-holder img {
    height: auto !important;
  }
  #ad_block_5 img.ad-banner {
    width: 100%;
    height: auto !important;
  }
}
li.finansering img {
  width: 40px;
}

input.next.action-button.step_1 {
  visibility: hidden !important;
}

.box_719, .box_720, .box_750, .box_751 {
  display: none;
}

.bed-category footer#footer {
  border-top: 1px solid #ccc;
  margin-top: 45px;
}

input.next.action-button {
  border-radius: 0 !important;
  background-color: #90a2b2 !important;
  float: right;
  padding: 10px !important;
  line-height: 10px !important;
  font-size: 16px !important;
  font-family: "Trajan Pro";
  color: #fff !important;
  height: 40px !important;
}

a.clone-button-next, a.clone-button-next2 {
  border-radius: 0 !important;
  background-color: #90a2b2 !important;
  float: right;
  padding: 10px 10px 5px 10px !important;
  line-height: 20px 0 !important;
  font-size: 16px !important;
  font-family: "Trajan Pro";
  color: #fff !important;
  width: 165px;
}
a.clone-button-next:after, a.clone-button-next2:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(../images/right-chevron.png) center no-repeat !important;
}
@media (max-width: 840px) {
  a.clone-button-next:after, a.clone-button-next2:after {
    height: 11px;
  }
}
@media (max-width: 844px) {
  a.clone-button-next, a.clone-button-next2 {
    width: 48%;
    font-size: 12px !important;
  }
}

input.previous.action-button {
  visibility: hidden !important;
}

@media (max-width: 844px) {
  .bed-category .product-grid.nop7SpikesAjaxFiltersGrid.archive-list {
    width: 100%;
  }
}
.back-container {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.back-container .history-back-button {
  border-radius: 0 !important;
  background-color: #90a2b2 !important;
  float: left;
  padding: 10px 10px 5px 10px !important;
  line-height: 20px 0 !important;
  font-size: 16px !important;
  font-family: "Trajan Pro";
  color: #fff !important;
  width: 165px;
  text-transform: uppercase;
  border: none;
}
.back-container .history-back-button span.icon-left {
  width: 16px;
  height: 14px;
  z-index: 88888;
  display: block;
  float: left;
  position: relative;
  left: 30px;
}
@media (max-width: 840px) {
  .back-container .history-back-button span.icon-left {
    height: 11px;
    left: 20px !important;
  }
}
@media (max-width: 844px) {
  .back-container {
    width: 48%;
    font-size: 12px !important;
  }
}

input.next.action-button.step2 {
  visibility: hidden !important;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}

#msform input.field,
#msform textarea.field {
  width: 100% !important;
  padding-left: 20px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  background-color: rgb(234, 236, 238);
  border-radius: 25px;
  border: none;
  margin-bottom: 20px;
}

#msform input.field:focus,
#msform textarea.field:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border: 1px solid #0099d8;
  outline-width: 0;
}

#msform select.field {
  width: 100% !important;
  /* height: 47px; */
  padding-left: 20px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  background-color: rgb(234, 236, 238);
  border-radius: 25px;
  border: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  margin-bottom: 20px;
}

#msform textarea.field {
  height: 100px;
}

#msform .action-button {
  color: #fff;
  border: none;
  padding: 0 35px;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  background-color: #0099d8;
  background-image: none;
  border-radius: 24px;
  width: auto;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #0099d8;
}

#msform .action-button.previous {
  background: #999;
}

#msform .action-button.next {
  background: #616161;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid #0099d8;
}

.card .subcard {
  padding: 30px;
}

.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative;
}

#progressbar #company:before {
  font-family: FontAwesome;
  content: "\f044";
}

#progressbar #contact:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #require:before {
  font-family: FontAwesome;
  content: "\f0ca";
}

#progressbar #require-2:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #0099d8;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204px;
  height: 104px;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.steps {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.steps ul.steps-circle {
  width: 30%;
  text-align: center;
  border-bottom: 2px solid #afb8bc;
  line-height: 0.1em;
  margin: 0 auto;
}
.steps ul.steps-circle span {
  background: #f2f2f2;
  padding: 0 30px;
  position: relative;
  top: 5px;
}
@media (max-width: 680px) {
  .steps ul.steps-circle span {
    padding: 0 5px;
  }
}

.bed-category .nopAjaxFilters7Spikes .checkbox-list label:hover::before {
  background: url("/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jacobsen/Content/images/filters-checkbox-checked.png") no-repeat center !important;
}

.goto-step2 .button-container {
  margin: 15px 0;
}

.fieldset_container1 .guide-item-box:hover {
  border: 1px solid #ccc;
}

.fieldset_container3 .guide-img {
  height: 200px !important;
  width: 100%;
  float: left;
  min-height: 172px;
  margin-bottom: 20px;
  overflow: hidden;
}
.fieldset_container3 .guide-img img {
  width: 100%;
  display: block;
  height: 100%;
}

.bed-category .bed-section .description-box {
  background-color: #8b9b8f !important;
}
@media (max-width: 840px) {
  .bed-category .bed-section .description-box {
    width: 100vw !important;
  }
}

input.next.action-button.step3 {
  width: 165px !important;
  height: 34px !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 13px 0px !important;
}

.bed-category .nopAjaxFilters7Spikes .checkbox-list .checked label:after {
  background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jacobsen/Content/images/filters-checkbox-checked.png) no-repeat center !important;
  float: right;
  position: relative;
  top: 8px;
}
.bed-category .nopAjaxFilters7Spikes .checkbox-list label::before {
  border: #cec9c8 solid 1px !important;
  border-color: #70665f !important;
  width: 1.0625rem !important;
  height: 1.0625rem !important;
  background: none !important;
  float: right;
  position: relative;
  top: 8px;
  left: -17px;
  border-radius: 3px;
}

input#EAN-input {
  width: 63.5%;
}
@media only screen and (min-width: 320px) and (max-width: 1035px) {
  input#EAN-input {
    width: 100%;
  }
}

.fieldset_container2 .checkbox-list > .checkbox-item {
  max-width: 300px;
}

h3.guide-title {
  font-size: 19px;
}

.brand-specs li.brands:hover span {
  border-bottom: 2px solid transparent;
  background-size: 100% 2px;
  transition: 0.7s background-size;
}
.brand-specs li.brands span {
  padding-bottom: 5px;
  background: linear-gradient(#8b9b8f, currentColor) bottom/0 2px no-repeat;
  transition: 0.7s background-size;
  background-position: left bottom;
  border-bottom: 2px solid #ccc;
}

.bed-category.lamper-category .category-grid.sub-category-grid .item-grid .item-box .picture p {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 17px;
  font-family: sans-serif;
}

.fieldset_container3 .back-container {
  padding: 0 30px;
}
.fieldset_container3 .back-container span.icon-left {
  width: 16px;
  height: 14px;
  z-index: 88888;
  display: block;
  float: left;
  position: relative;
  left: 30px;
}
@media (max-width: 840px) {
  .fieldset_container3 .back-container span.icon-left {
    height: 11px;
    left: 20px !important;
  }
}
@media (max-width: 844px) {
  .fieldset_container3 .back-container {
    padding: 0 !important;
  }
}
.fieldset_container3 .back-container a.clone-button-next2.step3 {
  position: relative;
  left: -30px;
}

.guide-desc {
  width: 100%;
  float: left;
}

.brand-specs {
  text-align: left;
}
.brand-specs li {
  width: 38%;
  float: left;
  padding-left: 15px;
  margin: 15px 30px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-right: 15px;
}
.brand-specs li:before {
  content: "";
  background: url(../images/check-circle-solid.png) center no-repeat !important;
  height: 24px;
  width: 24px;
  position: absolute;
  margin-right: 26px;
  margin-top: -5px;
  margin-left: -30px;
}
.brand-specs li:last-child:before {
  content: "";
  display: none;
}

.bed-category .bed-guide .guide-container .guide-item-box {
  width: 100%;
}

.bed-guide .slick-arrow.slick-prev {
  right: 0px;
  position: relative;
  top: 250px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  text-indent: -999999px;
  border: 1px solid #ccc;
  background: #f2f2f2 !important;
}
.bed-guide .slick-arrow {
  border: none;
  background: rgba(242, 242, 242, 0.8);
  transition-duration: 0.6s;
}
.bed-guide .slick-arrow:hover {
  background: rgb(242, 242, 242);
  transition-duration: 0.6s;
}
.bed-guide .slick-arrow.slick-prev:before {
  content: "\e900";
  text-indent: 0;
}
.bed-guide .slick-arrow:before {
  font-size: 28px;
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 400;
  color: #ccc;
}
.bed-guide button.slick-next.slick-arrow {
  top: 250px;
  width: 80px;
  height: 80px;
  border-radius: 80%;
  right: -20px;
  text-indent: -999999px;
  border: 1px solid #ccc;
  background: #f2f2f2 !important;
}
.bed-guide .slick-arrow.slick-next:before {
  text-indent: 0;
}

@media (max-width: 1024px) and (max-width: 475px) {
  .bed-guide .slick-slider .slick-prev {
    position: absolute !important;
    right: 94% !important;
    top: 200px !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
  .bed-guide button.slick-next.slick-arrow {
    position: absolute !important;
    right: -3% !important;
    top: 200px !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
}
@media (max-width: 897px) {
  .bed-category .guide-footer-container p {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    margin-top: 35px;
  }
  .bed-category .guide-footer-container h4 {
    color: #51624e;
    font-size: 21px;
    font-weight: 500;
    font-family: sans-serif;
  }
  .bed-category .guide-footer-container .bed-footer-title {
    text-align: center;
    margin: 29px 0 5px;
  }
}
li.altid span {
  position: relative !important;
  top: 8px !important;
  font-size: 18px;
}

li.dages span {
  top: 12px;
}

li.finansering img {
  top: 19px !important;
  position: relative;
}

li.finansering span {
  position: relative;
  top: 17px !important;
  font-size: 18px;
}

li.dages img {
  position: relative;
  top: 12px;
}

a.clone-button-next2 {
  right: 4.9%;
  position: relative;
}

@media (max-width: 640px) {
  .bed-category ul.icon-list-beds li span {
    font-size: 13px;
  }
}
ul.sub-list h4 {
  display: none !important;
}

html .menu-custom div.sub-list h4 > a {
  color: #000;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  transition: 0.9s background-size;
  background-position: left bottom;
}
html .menu-custom div.sub-list h4 > a:hover {
  color: #000;
  background-size: 100% 0.1em;
  transition: 0.9s background-size;
}
html .menu-custom ul.sub-list li > a {
  color: #000;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  transition: 0.9s background-size;
  background-position: left bottom;
}
html .menu-custom ul.sub-list li > a:hover {
  color: #000;
  background-size: 100% 0.1em;
  transition: 0.9s background-size;
}
html .menu-custom .dropmenu {
  padding: 0 20px 0px 20px !important;
  overflow: auto !important;
  height: 700px !important;
}
html .menu-custom .dropmenu h4.title-menu:after {
  content: "";
  float: right;
  background: url("../images/carret-right-solid.png");
  width: 16px;
  height: 16px;
  cursor: pointer;
}
html .menu-custom .dropmenu .sub-menu {
  column-count: 1;
  -webkit-column-count: 1;
  width: 30%;
  float: left;
  border-right: 1px solid #ccc;
  padding: 30px 20px 5px;
}
html .menu-custom .dropmenu .sub-menu h4 {
  cursor: pointer;
  font-size: 18px !important;
}
html .menu-custom .dropmenu .sub-menu div.sub-list {
  position: absolute;
  display: none;
  width: 60% !important;
  top: -1px;
  height: 600px;
  left: 29%;
  column-count: 2;
  -webkit-column-count: 2;
  overflow: hidden;
  top: 15px;
}
html .menu-custom .dropmenu .sub-menu ul.sub-list {
  position: absolute;
  display: none;
  width: 62% !important;
  top: -1px;
  height: 530px;
  left: 29%;
  column-count: 2;
  -webkit-column-count: 2;
  overflow: hidden;
  column-fill: balance;
}
html .menu-custom .dropmenu .sub-menu .sub-list.active h4 {
  position: relative;
  left: 16%;
}
html .menu-custom .dropmenu .sub-menu > li {
  width: 100%;
  margin-bottom: 10px;
}
html .menu-custom .dropmenu .sub-menu a.anchor {
  font-size: 20px !important;
  color: #000 !important;
}
html .menu-custom .dropmenu .sub-list.active {
  display: block !important;
}
html .menu-custom .dropmenu div.sub-list > h4 {
  display: block !important;
  position: relative;
  z-index: 999;
  width: 300px;
  float: left;
}
html .menu-custom .dropmenu ul.sub-list.active {
  top: 30px !important;
  line-height: 25px;
  left: 10px;
}
html .menu-custom .dropmenu ul.sub-list.active > h4 {
  position: relative;
  left: 22%;
  top: 43px;
  display: block !important;
}
html .menu-custom .dropmenu ul.sub-list.active li {
  position: relative;
  left: 22%;
}
@media (min-width: 769px) {
  html .hasAdditionalSubCategory ul.sub-list.active {
    column-count: 1 !important;
    left: -5.5% !important;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li {
    font-weight: 500;
    width: 65% !important;
    cursor: pointer;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li ul.child-sub-list {
    position: fixed !important;
    width: 29%;
    left: 51.6%;
    height: 100vh;
    z-index: 8;
    display: none;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li ul.child-sub-list li {
    font-weight: normal !important;
    cursor: pointer;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li ul.child-sub-list li:after {
    content: none !important;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li div.child-sub-list {
    display: none;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li div.child-sub-list.active {
    position: fixed !important;
    display: block !important;
    top: 92px;
    left: 53%;
    z-index: 9;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li div.child-sub-list.active {
    width: 100%;
    position: absolute;
    height: 600px;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li div.child-sub-list.active a {
    color: #000;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li ul.child-sub-list.active {
    display: block !important;
    position: relative;
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li div.child-sub-list.active h5 {
    position: relative;
    left: 5%;
    z-index: 99;
    color: #000 !important;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li:after {
    content: "";
    float: right;
    background: url("../images/carret-right-solid.png");
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  html .hasAdditionalSubCategory ul.sub-list.active li.no-carret:after {
    content: none !important;
    float: right;
    background: none !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
}
html div.sub-list > h4 {
  display: none !important;
}

.guide-to-bedroom-container .guide-col {
  cursor: pointer;
}

h5.default-title.hidden {
  display: none;
}

.list-item.no-carret:after {
  content: none !important;
}

.navigation.sticky .overlap-logo-holder {
  width: 10%;
}
.navigation.sticky .container {
  display: flex;
  justify-content: center;
}
@media (min-width: 1036px) {
  .navigation.sticky .menu {
    justify-content: center !important;
    width: 100% !important;
  }
}
.navigation.sticky .menu-custom .dropmenu.drop-container {
  width: 110%;
}
.navigation.sticky .header-icon-sticky {
  display: flex !important;
  float: right;
}
.navigation.sticky .header-icon-sticky .profile-holder.sticky {
  justify-content: center !important;
  margin-right: -47% !important;
  margin-left: 0 !important;
}
.navigation.sticky .header-icon-sticky .profile-holder.sticky .text-description {
  text-align: center !important;
}
.navigation.sticky .header-icon-sticky .profile-holder.sticky a#login-modal-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto 5px;
}
.navigation.sticky .header-icon-sticky .favorite-holder.sticky {
  z-index: 9999;
  float: left;
  top: -16px !important;
  display: flex !important;
  margin-left: 70px !important;
  justify-content: center !important;
}
.navigation.sticky .header-icon-sticky .favorite-holder.sticky .text-description {
  text-align: center !important;
}
.navigation.sticky .header-icon-sticky .basket-holder.sticky {
  display: flex;
  margin-left: 135px;
  justify-content: center !important;
}
.navigation.sticky .header-icon-sticky .basket-holder.sticky .text-description {
  margin-top: 1px;
  text-align: center !important;
  left: 5px;
}

.lamper-category .category-grid.sub-category-grid .item-grid .item-box .picture {
  text-align: center !important;
  margin: 0 auto !important;
}

.lamper-category-grouplist .category-description-con {
  display: none;
}

.html-shopping-cart-page .form-block .btn-holder .btn {
  padding: 7px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .html-order-details-page table.data-table tbody td label {
    margin: 0 !important;
  }
  .html-real-opc-page .row-holder.show[row-name="Shipping.GLS"] .row {
    display: block !important;
    width: 90vw !important;
  }
  .ajaxCart {
    width: 90vw !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .html-blogpost-page .comment-info {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .html-blogpost-page .comment-info span.username {
    border: none !important;
    padding: 10px !important;
  }
  .html-shopping-cart-page .coupon-code button {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1035px) {
  #header span.text-description {
    font-size: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .logo-holder .logo img {
    max-width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 760px) and (max-width: 2560px) {
  html.html-wishlist-page.customer-loggedout .col-md-8.col-xl-9.col-xl-12.full-width-section.active {
    max-width: 100% !important;
    flex: none;
  }
  html.html-wishlist-page.customer-loggedout .col-md-8.col-xl-9.col-xl-12.full-width-section.active .archive-list {
    display: block !important;
  }
  html.html-wishlist-page.customer-loggedout .col-md-8.col-xl-9.col-xl-12.full-width-section.active .archive-list li.product-item {
    float: left;
    width: 33.33%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 680px) {
  .html-real-opc-page .payment-method .payment-holder img {
    max-width: 180px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1035px) {
  #header .logo-holder {
    width: 67% !important;
  }
  #header span.text-description {
    font-size: 14px !important;
    height: 0;
    visibility: hidden;
  }
  #header .basket-holder, #header .favorite-holder, #header .profile-holder {
    padding-top: 5px !important;
  }
}
.html-category-page .counter-container input.counter-field {
  width: 53% !important;
}
.html-category-page .cross-sells .counter-container input.counter-field {
  width: 39.5% !important;
  display: inline;
  text-align: center;
  border: none;
  float: left;
  margin: 0 8px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  color: #000;
}
.html-category-page .productAddedToCartWindow .counter-container a {
  display: inline-block;
  float: left;
  background: #70665f;
  color: #fff;
  border: none;
  /*height: 23px;*/
}
.html-category-page .productAddedToCartWindow .counter-container a.add-btn {
  width: 25% !important;
  height: 24px !important;
}
.html-category-page .productAddedToCartWindow .counter-container a.minus-btn {
  width: 25% !important;
  height: 24px !important;
}

.html-product-details-page .counter-container a.add-btn, .html-product-details-page .counter-container a.minus-btn {
  width: 25% !important;
  height: 24px !important;
}
@media only screen and (min-width: 820px) and (max-width: 1035px) {
  .html-product-details-page .counter-container a.add-btn, .html-product-details-page .counter-container a.minus-btn {
    width: 25% !important;
  }
}
.html-product-details-page .wrap.tab-description .tab-content #specs2-0 input.counter-field {
  /*width: 32% !important;*/
}
.html-product-details-page .cross-sells .product-box-add-to-cart-button {
  font-size: 13px;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .html-product-details-page .cross-sells .product-box-add-to-cart-button {
    font-size: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .html-product-details-page .wrap.tab-description .tab-content .description-holder .price-list {
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 1020px) and (max-width: 1035px) {
  .mega-menu > li {
    display: flex !important;
  }
  .navigation .mega-menu .has-sublist .dropmenu .sub-menu, .navigation .mega-menu .has-sublist .dropmenu .slider-wrapper {
    display: none;
  }
  .navigation .mega-menu .has-sublist .dropmenu .sub-menu li > .opener {
    visibility: hidden !important;
  }
}
.category-description-con .img-con.video-container {
  width: 50%;
}
.category-description-con .img-con.video-container video {
  width: 100%;
  height: 100%;
}
.category-description-con .category-description.extended {
  width: 50% !important;
}

@media only screen and (min-width: 320px) and (max-width: 1100px) {
  .simple-product span.custom-rec-con.rectagle.prod {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  .simple-product strong.kun-text > span {
    font-size: 28px !important;
  }
  .simple-product .price-list .price {
    font-size: 28px !important;
    margin-left: 5px;
  }
}

.group-product span.custom-rec-con.rectagle.prod {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.group-product .viabill-pricetag.viabill-pricetag-optional-styles {
  margin: 0 !important;
}

.custom-topic-pages .video-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.custom-topic-pages .video-container .frame-container {
  padding: 56.25% 0 0 0;
  position: relative;
}
.custom-topic-pages .video-container .frame-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.personlig section.full-width-section {
  float: left;
  width: 100%;
  margin: 50px 0;
}
.personlig section.full-width-section .left-col {
  width: 45%;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .personlig section.full-width-section .left-col {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.personlig section.full-width-section .left-col img {
  width: 100%;
}
.personlig section.full-width-section .right-col {
  width: 55%;
  float: left;
  background: #b7cfe3;
  padding: 4% 17% 4% 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .personlig section.full-width-section .right-col {
    padding: 4% 4% 0% 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .personlig section.full-width-section .right-col {
    max-width: 100% !important;
    width: 100% !important;
    padding: 4% !important;
  }
}
.personlig section.full-width-section .right-col h1.custom-title {
  text-align: center;
  font-weight: 800;
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .personlig section.full-width-section .right-col h1.custom-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .personlig section.full-width-section .right-col h1.custom-title {
    font-size: 26px;
    padding: 15px 0;
  }
}
.personlig section.full-width-section .right-col p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .personlig section.full-width-section .right-col p {
    text-align: center;
  }
}
.personlig .content-container {
  height: auto !important;
  padding: 30px 0;
}
.personlig .content-container p {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
.personlig .text-holder h3 {
  font-size: 35px !important;
  font-family: "British Shorthair", sans-serif !important;
  color: #000;
  font-weight: 800;
  text-transform: initial;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .personlig .text-holder h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .personlig .text-holder {
    padding: 10px !important;
  }
}
.personlig .video-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.personlig .video-container .frame-container {
  padding: 56.25% 0 0 0;
  position: relative;
}
.personlig .video-container .frame-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.personlig .description-box {
  margin-bottom: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .personlig .description-box .row {
    display: block !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .personlig .description-box {
    width: auto !important;
    margin: 0 !important;
  }
}
.personlig .container {
  margin-bottom: 36px;
}
.personlig .container .col-md-6.text-holder p {
  font-size: 16px !important;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .personlig .container .col-md-6.text-holder {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.personlig .container .col-md-6.img-holder {
  background: #b7cfe3;
  height: 100%;
  padding: 4% 4% 0;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .personlig .container .col-md-6.img-holder {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.personlig .container .col-md-6.img-holder p.right-title {
  font-size: 24px;
  margin: 20px 0 0 0;
  font-weight: 800;
  font-family: "Trajan Pro", sans-serif;
  color: #000;
}
.personlig .container .col-md-6.img-holder p.right-sub-title {
  font-family: "Trajan Pro", sans-serif;
  font-size: 20px;
  margin: 10px 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .html-category-page .ajaxCart .cross-sells .counter-container input.counter-field {
    width: 31.5% !important;
  }
  .html-category-page .ajaxCart .cross-sells .counter-container a.minus-btn, .html-category-page .ajaxCart .cross-sells .counter-container a.add-btn {
    width: 30% !important;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .button-container {
    width: 96%;
    text-align: right;
    margin: 0 auto;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .button-container button.btn.btn-primary {
    background: #70665f !important;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .button-container button.btn {
    padding: 9px 35px;
    width: 184px;
    margin: 0 8px;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .button-container button.btn:last-child {
    margin-right: 0;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .item-grid .item-box {
    width: 100% !important;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box {
    width: 100%;
    float: left;
    padding-bottom: 0;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .img-holder {
    width: 25%;
    float: left;
    min-height: 100px !important;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .img-holder img {
    max-width: 140px;
    max-height: 110px;
    width: auto;
    height: auto;
    display: block;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .description-holder {
    width: 39% !important;
    float: left;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .description-holder h6 {
    text-align: left;
    font-size: 15px;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .description-holder p.short-desc {
    display: none !important;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .description-holder a {
    width: 60% !important;
    float: left;
  }
  .html-category-page .productAddedToCartWindow .product-grid.cross-sells .product-box .description-holder ul.price-list {
    display: inline-block;
    float: right;
    width: 39% !important;
    text-align: right;
    position: relative;
    top: 20px;
  }
  .html-category-page .productAddedToCartWindow .counter-container {
    width: 35% !important;
    float: left;
    padding: 15px;
    position: relative;
    left: 20px;
    top: 20px;
  }
  .html-category-page .productAddedToCartWindow .counter-container input.counter-field {
    display: inline;
    text-align: center;
    border: none;
    float: left;
    margin: 0 8px;
    height: 24px;
    padding: 0;
    font-size: 12px;
    color: #000;
  }
  .html-category-page .productAddedToCartWindow .counter-container input.counter-field:focus {
    border: none !important;
    outline: none;
  }
}
@media (max-width: 1035px) {
  #wrapper .navigation {
    top: 0 !important;
    width: 80% !important;
    padding-bottom: 0 !important;
    z-index: 1050;
    height: 100vh !important;
  }
  #wrapper .navigation .container {
    margin-left: 0 !important;
    background: #fff !important;
    height: calc(100% - 165px) !important;
  }
  @supports (-webkit-touch-callout: none) {
    #wrapper .navigation .container {
      height: calc(85% - 165px) !important;
    }
  }
  #wrapper .navigation .opener {
    width: 52px;
    height: 46px;
    border: none !important;
    position: relative;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jacobsen/Content/images/filters-toggle-down2.png) right center no-repeat;
    background-position: 20px 15px;
    transform: rotate(-90deg);
    transition: all 350ms !important;
  }
  #wrapper .navigation .opener:before {
    display: none !important;
  }
  #wrapper .navigation .opener:after {
    display: none !important;
  }
  #wrapper .navigation .has-sublist.active.vallid {
    background-color: #eee;
    border-bottom: 1px solid #e0ecec !important;
  }
  #wrapper .navigation .has-sublist.active.vallid a.hasSub {
    transform: rotate(90deg);
  }
  #wrapper .navigation .has-sublist.active.vallid span {
    color: #000 !important;
  }
  #wrapper .navigation .mega-menu {
    border-top: 1px solid #ccc;
  }
  #wrapper .navigation .mega-menu li {
    border-bottom: 1px solid #e0ecec !important;
  }
  #wrapper .navigation .sub-menu {
    background-color: #fff !important;
    border-top: 1px solid #e0ecec !important;
    position: relative;
  }
  #wrapper .navigation .sub-menu .sub-list {
    border-top: 1px solid #e0ecec !important;
  }
  #wrapper .navigation .html-widget {
    display: none;
  }
  #wrapper .navigation .link-list.NoSub h4 {
    width: 100%;
  }
  #wrapper .navigation .link-list.NoSub h4 a {
    z-index: 99;
  }
  #wrapper .navigation .link-list.NoSub a.opener.subCat {
    position: absolute;
    right: 0;
  }
  #wrapper .navigation .link-list.withSub.active a.opener.subCat {
    transform: rotate(0deg) !important;
  }
  .overlay-backdrop {
    background-color: rgba(30, 30, 30, 0);
    transition: all 350ms !important;
  }
  body.nav-active .overlay-backdrop {
    top: 0 !important;
    background-color: rgba(30, 30, 30, 0.82);
    backdrop-filter: blur(0.5px);
    transition-delay: 10ms !important;
    height: 100vh;
    position: absolute;
    z-index: 1020;
    width: 100%;
    top: 0;
    left: 0;
  }
  .overlap-logo-holder {
    display: block !important;
  }
  .overlap-logo-holder .logo {
    width: 200px;
    margin: 10px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  .personlig .description-section .container .description-box .row {
    align-items: center;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .html-product-details-page .price-list .custom_price .price {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1036px) and (max-width: 1199px) {
  #header .logo-holder {
    width: 30% !important;
  }
  #header .search-holder {
    width: 50% !important;
    padding: 2% !important;
  }
  #header .search-holder .search-box {
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .html-home-page .home-page-product-grid .carousel-item .item-box ul.btn-list li {
    width: 50% !important;
  }
}
.backtostep1Btn {
  font-weight: 300;
  font-size: 16px;
}
.backtostep1Btn:hover {
  text-decoration: underline !important;
}

.basket-holder .text-description {
  position: relative;
  top: 3px;
}
