/*!
  Theme Name:         Bloomit
  Theme URI:          https://adtention.dk
  Template:           flatsome
  Description:        A WordPress-theme from Adtention A/S.
  Version:            3.0
  Author:             Adtention A/S
  Author URI:         https://adtention.dk
  Text Domain:        bloomit
*/
* {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.adt-primary-font-family {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.adt-secondary-font-family {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

.h1, .h2, h1, h2 {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

.mb-0 {
  margin-bottom: 0;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

#wrapper button, #wrapper input, #wrapper select, #wrapper textarea {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
#wrapper button,
#wrapper input,
#wrapper textarea,
#wrapper select {
  border-radius: 5px;
}

.lightbox-content {
  border-radius: 15px;
}

.loader {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button span {
  display: inline-block;
  line-height: revert !important;
  vertical-align: middle;
}

.button.is-outline {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.button.is-outline span {
  display: inline-block;
  line-height: initial !important;
  vertical-align: middle;
}

.adt-black-link {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  color: black;
  font-weight: 700;
  font-size: 0.875rem !important;
}
.adt-black-link:hover {
  color: #9D8550;
  border-color: #9D8550;
}

.adt-primary-link {
  border-bottom: 1px solid #9D8550;
  color: #9D8550;
  font-weight: 700;
  font-size: 0.875rem !important;
}
.adt-primary-link:hover {
  color: black;
  border-color: black;
}

#top-bar {
  border-bottom: 1px solid #efefef;
}
#top-bar .nav > li {
  display: flex;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none;
  outline: none;
}
.select-resize-ghost:focus,
.select2-container .select2-choice:focus,
.select2-container .select2-selection:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}

.header-wrapper .header-bottom > .container {
  max-width: 100%;
  padding: 0;
}
.header-wrapper .header-bottom > .container .flex-col {
  width: 100%;
}

.adt-text-white,
.adt-text-white h1,
.adt-text-white h2 {
  color: white !important;
}

.adt-text-primary,
.adt-text-primary a {
  color: #9D8550;
}

.adt-text-primary-dark {
  color: #9b762c;
}

.adt-text-primary-light {
  color: #F5CE77;
}

.adt-text-lightgray {
  color: #C7C7C7;
}

.adt-text-gray {
  color: #95989A;
}

.adt-text-dark {
  color: #30392F;
}

.adt-text-darker {
  color: #000;
}

.adt-text-light {
  color: #808080;
}

.adt-text-lighter {
  color: #fff;
}

.adt-text-review {
  color: #454545;
}

.adt-text-blog-header {
  color: #30392F;
}

.adt-text-select {
  color: #111111;
}

.adt-border {
  border-color: #95989A;
}

.adt-border-light {
  border-color: #E8E8E8;
}

.adt-border-input {
  border-color: #BFBFBF;
}

.ux-menu-link__link {
  min-height: unset;
  padding-bottom: 0.15em;
  padding-top: 0.15em;
}

#footer .ux-menu-link__link {
  color: white;
}

.footer-secondary .payment-icons {
  max-width: 400px;
}

.header-nav .menu-title .ux-menu-link__text {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  color: #30392f;
  margin-bottom: 20px;
  line-height: inherit;
  cursor: pointer;
}

ul.product-features {
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.product-features li {
  list-style-type: none;
  width: 33.33333%;
  font-size: 0;
  margin-top: 40px;
}
ul.product-features li img, ul.product-features li svg {
  box-shadow: none;
  max-width: 30px;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
ul.product-features li div.info {
  width: calc(100% - 45px);
  display: inline-block;
  vertical-align: middle;
}
ul.product-features li div.title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #454545;
}
ul.product-features li div.subtitle {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 0.75rem;
  color: #777;
}

.adt-cover-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 96px;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 70%);
  overflow: hidden;
}
.adt-cover-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  height: 100%;
  z-index: 2;
}
.adt-cover-bar__info {
  display: flex;
}
.adt-cover-bar__icon {
  height: 26px;
  margin-right: 15px;
}
.adt-cover-bar__icon img {
  display: block;
  width: auto;
  height: 100%;
}
.adt-cover-bar__text {
  color: #fff;
  line-height: 1.2;
}
.adt-cover-bar__title {
  font-size: 0.8125rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.adt-cover-bar__description {
  font-size: 0.75rem;
  opacity: 0.8;
}

@media only screen and (max-width: 700px) {
  .adt-cover-bar {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .adt-cover-bar__info:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .adt-cover-bar__info:nth-of-type(3) {
    display: none;
  }
}
.adt-border-top {
  border-top: 1px solid #e8e8e8;
}

.adt-border-between .col:first-child {
  border-right: 1px solid #e8e8e8;
}

.adt-bg-white {
  background-color: white;
}

.adt-container-small {
  max-width: 800px !important;
}

.adt-box-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.page-title-inner.adt-box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.adt-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.adt-title-container-b-border {
  border-bottom: 4px solid #9d8550;
}

.adt-add-title-p-margin p {
  margin-bottom: 1.3em;
}

.adt-skew-top:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: -48px;
  left: 40px;
  height: 50px;
  width: 2000px;
  transform: skewX(-60deg);
}

.adt-text-wall {
  padding: 3.25rem 0 50px 170px;
  width: calc(100% - 330px);
  position: relative;
}

.row.fifth-width .small-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (min-width: 850px) {
  .row.fifth-width .large-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 550px) {
  .row.fifth-width .medium-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
}

#menu-sidebar span.widget-title {
  color: #454545;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: unset;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: calc(1.275rem + 0.1333333333vw);
}
@media (min-width: 1200px) {
  #menu-sidebar span.widget-title {
    font-size: 1.375rem;
  }
}
#menu-sidebar ul.menu > li + li {
  border-top: 0;
}
#menu-sidebar ul.menu > li a {
  color: rgba(48, 57, 47, 0.7);
  transition: all 0.2s;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
}

#main p a {
  color: #9D8550;
  font-weight: 700;
}
#main p a.button {
  color: white;
}
#main p a:hover {
  text-decoration: underline;
}
#main .return-to-shop a {
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
}
#main .return-to-shop a:hover {
  text-decoration: none;
}

.featured-title .page-title-inner {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .featured-title .page-title-inner {
    padding: 20px 15px !important;
  }
}
.featured-title .page-title-inner .col-inner h2 {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.featured-title .page-title-inner .col-inner p {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.45;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.featured-title .page-title-inner .col-inner p:last-child {
  margin-bottom: 0;
}

.adt-page-title {
  margin: 0 0 20px;
  color: #fff;
  max-width: 460px;
  line-height: 60px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: calc(1.625rem + 2vw);
}
@media (min-width: 1200px) {
  .adt-page-title {
    font-size: 3.125rem;
  }
}

.adt-blog-posts-details {
  padding: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: -40px auto 0;
  max-width: 90%;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.adt-blog-posts-details__inner {
  border: 1px solid #9d8550;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adt-blog-posts-details__category {
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #9d8550;
  text-transform: uppercase;
  font-size: 12px;
  max-width: 100%;
}
.adt-blog-posts-details__title {
  color: #30392f;
  line-height: 1.45;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: calc(1.275rem + 0.1333333333vw);
}
@media (min-width: 1200px) {
  .adt-blog-posts-details__title {
    font-size: 1.375rem;
  }
}
.adt-blog-posts-details__date {
  color: #454545;
  margin-top: 10px;
  max-width: 100%;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.adt-blog-posts-details__image-wrapper {
  height: 420px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.adt-blog-posts-details__image-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.adt-box-blog-post {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.adt-box-text {
  padding: 10px;
  width: 95%;
  position: relative;
  margin-top: -25px;
  display: block;
  z-index: 1;
  background-color: #ffffff;
}

.adt-mw-500 {
  max-width: 500px;
}

#footer .ux-menu-link--active .ux-menu-link__link,
#footer .ux-menu-link:hover .ux-menu-link__link {
  color: rgba(255, 255, 255, 0.85);
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.wcpf-field-radio-list .wcpf-inner .wcpf-radio-list {
  display: flex;
  flex-direction: column-reverse;
}

#can-deliever .response {
  text-align: center;
}

.delivery-time-checker .input {
  margin-top: 15px;
}

.product-small.out-of-stock {
  filter: grayscale(0.8) opacity(0.6);
}
.product-small.out-of-stock .out-of-stock-label {
  text-transform: inherit;
}

.products .product-small .product-small .box-image {
  overflow: visible;
}
.products .product-small .product-small .box-image .afwcbm-badge-type-text-445 {
  top: 26%;
  left: 12%;
}

.adt-related-products-button {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translate(-50%, 0);
  z-index: 2;
  background-color: var(--primary-color, beige);
  color: white;
  font-weight: bold;
}

.afwcbm_shop_page_style {
  z-index: 9;
}

.svg-with-text-pos-13 {
  top: calc(22% + 6px);
  left: calc(15% - 3px);
}

.slider-toggle:checked + .slider-viewport .slider-container .slider {
  left: 0;
}

.extra-message {
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
.extra-message .button {
  position: relative;
  background-color: #9D8550;
  display: block;
  opacity: 1;
  width: auto;
  font-size: 14px;
  mix-blend-mode: normal;
  padding: 10px 15px;
  height: auto;
  line-height: 14px;
  border-radius: 5px;
}

ul.dawa-autocomplete-suggestions {
  padding: 0;
}
ul.dawa-autocomplete-suggestions li {
  list-style: none;
}

.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0.3125em;
  background: #fcfcfc;
  box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #333;
  border: 0.0625em solid #ddd;
  border-bottom-width: 0;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #f0f0f0;
}

.yith-wcwl-feedback-messages-container {
  display: none;
}

.needsclick.kl-teaser-WRJqzh {
  left: 50px !important;
}

@media only screen and (max-width: 478px) {
  .hero-banner a.button.primary.lowercase {
    padding: 5px 15px !important;
    margin-right: 10px;
  }
}
.delivery-date-message {
  display: none;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.variations_form .reset_variations {
  display: none !important;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-radio-label {
  display: flex !important;
}
