@charset "UTF-8";
.htmx-indicator {
  display: none;
}

.htmx-request .htmx-indicator {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  scroll-behavior: auto !important;
}

html {
  overflow-y: scroll;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

ul {
  padding: 0 0 0 0;
  padding-left: 0 !important;
  margin: 0 0 0 0;
  padding-left: 0;
  white-space: nowrap;
  list-style: none !important;
}

table {
  margin-bottom: 0 !important;
}

tr,
td {
  border: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  width: auto;
  height: auto;
}

.g-recaptcha {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
[data-tooltip]::hover {
  content: attr(data-tooltip);
}

.dvdm-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.dvdm-card {
  color: #fdfdfd;
  text-align: center;
  cursor: pointer;
}

.dvdm-card .dvdm-card-content p {
  font-size: 13px !important;
  color: #fdfdfd;
  font-weight: 300;
  text-transform: uppercase;
}

.dvdm-icon {
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  vertical-align: middle;
  background: #fdfdfd;
}

.dvdm-icon.icon-big {
  height: 40px;
  width: 40px;
  -webkit-mask-size: 40px;
          mask-size: 40px;
}

.dvdm-icon.icon-medium {
  height: 30px;
  width: 30px;
  -webkit-mask-size: 30px;
          mask-size: 30px;
}

.dvdm-icon.icon-small {
  height: 24px;
  width: 24px;
  -webkit-mask-size: 24px;
          mask-size: 24px;
}

.dvdm-card.icon-left .dvdm-card-content {
  text-align: left;
}

.dvdm-card.icon-right .dvdm-card-content {
  text-align: right;
}

.dvdm-card.icon-left .dvdm-icon,
.dvdm-card.icon-right .dvdm-icon {
  display: inline-block;
  vertical-align: middle;
}

.dvdm-card.icon-left .dvdm-card-content,
.dvdm-card.icon-right .dvdm-card-content {
  display: inline-block;
}

.dvdm-card.icon-top .dvdm-icon {
  display: inline-block;
  margin-bottom: 0px;
}

.dvdm-icon.icon-truck {
  -webkit-mask-image: url("../icons/icon-delivery-truck3.svg");
          mask-image: url("../icons/icon-delivery-truck3.svg");
}

.dvdm-icon.icon-box {
  -webkit-mask-image: url("../icons/icon-box.svg");
          mask-image: url("../icons/icon-box.svg");
}

.dvdm-icon.icon-map-marker {
  -webkit-mask-image: url("../icons/icon-map-marker.svg");
          mask-image: url("../icons/icon-map-marker.svg");
}

.dvdm-icon.icon-bag {
  -webkit-mask-image: url("../icons/icon-bag(3).svg");
          mask-image: url("../icons/icon-bag(3).svg");
}

.dvdm-icon.icon-whatsapp {
  -webkit-mask-image: url("../icons/icon-whatsapp.svg");
          mask-image: url("../icons/icon-whatsapp.svg");
}

.dvdm-icon.icon-diameter {
  -webkit-mask-image: url("../icons/icon-diameter.svg");
          mask-image: url("../icons/icon-diameter.svg");
}

.dvdm-icon.icon-user {
  -webkit-mask-image: url("../icons/icon-user2.svg");
          mask-image: url("../icons/icon-user2.svg");
}

.dvdm-icon.icon-filter {
  -webkit-mask-image: url("../icons/icon-filter-triple.svg");
          mask-image: url("../icons/icon-filter-triple.svg");
}

.dvdm-icon.icon-share {
  -webkit-mask-image: url("../icons/icon-share.svg");
          mask-image: url("../icons/icon-share.svg");
}

.dvdm-icon.icon-gift {
  -webkit-mask-image: url("../icons/icon-gift-box3.svg");
          mask-image: url("../icons/icon-gift-box3.svg");
}

.dvdm-icon.icon-phone {
  -webkit-mask-image: url("../icons/icon-phone.svg");
          mask-image: url("../icons/icon-phone.svg");
}

.dvdm-icon.icon-facebook {
  -webkit-mask-image: url("../icons/icon-facebook.svg");
          mask-image: url("../icons/icon-facebook.svg");
}

.dvdm-icon.icon-instagram {
  -webkit-mask-image: url("../icons/icon-instagram2.svg");
          mask-image: url("../icons/icon-instagram2.svg");
}

.dvdm-icon.icon-mail {
  -webkit-mask-image: url("../icons/icon-mail2.svg");
          mask-image: url("../icons/icon-mail2.svg");
}

.dvdm-icon.icon-heart {
  -webkit-mask-image: url("../icons/icon-heart.svg");
          mask-image: url("../icons/icon-heart.svg");
}

.dvdm-icon:hover,
.dvdm-card:hover .dvdm-icon {
  background: #33ccff !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.dvdm-card:hover .dvdm-card-content > * {
  color: #33ccff;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.dvdm-icon:hover > * {
  color: #33ccff;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.dvdm-icon:hover h3 {
  color: #33ccff;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

#header-top-bar .dvdm-card p {
  font-size: 13px !important;
}

#dvdm-header .dvdm-group {
  gap: 8px;
}

.dvdm-module .dvdm-card .dvdm-icon {
  background-color: #424242;
}

.dvdm-module .dvdm-card .dvdm-card-content p {
  color: #424242;
}

.dvdm-module .dvdm-card .dvdm-card-content h3 {
  font-size: 15px !important;
  margin-bottom: 0 !important;
  font-weight: bold;
}

.sidebar-widgets .dvdm-card .dvdm-icon {
  background-color: #9e1b7e;
}

.sidebar-widgets .dvdm-card {
  margin-bottom: 20px;
}

.dvdm-module .dvdm-card .dvdm-icon,
.sidebar-widgets .dvdm-card .dvdm-card-content > * {
  line-height: 17px !important;
  text-transform: uppercase;
  color: #424242 !important;
}

.xoo-wsc-sc-count {
  pointer-events: none !important;
}

html .xoo-wsc-sc-count:hover {
  color: #33ccff !important;
}

.ring-size-field {
  display: block;
  margin-top: 20px;
}

.ring-size-field label {
  display: block;
  margin-bottom: 10px;
}

.ring-size-field input[type=range] {
  width: 100%;
}

.ring-size-field output {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2em;
  vertical-align: middle;
}

input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 3px;
  background: #fdfdfd;
  outline: none;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: 20px;
}

#circumference {
  margin-top: 20px;
}

input[type=range]::-slider-thumb,
input[type=range]::-webkit-slider-thumb,
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  background: #515151;
  border: 2px solid #fdfdfd;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-moz-range-track,
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: radial-gradient(#33ccff, #9e1b7e);
  border-radius: 0px;
}

input[type=range]:hover {
  opacity: 1;
}

input[type=range]:active::-webkit-slider-thumb,
input[type=range]:hover::-moz-range-thumb {
  border: 2px solid #fdfdfd;
  background: radial-gradient(#33ccff, #9e1b7e);
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

input[type=range]::-webkit-slider-runnable-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #9e1b7e;
}

input[type=range]::-moz-range-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #9e1b7e;
}

input[type=range]::-ms-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: transparent;
  background: #9e1b7e;
}

.range-ruler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.range-ruler .unit {
  margin-top: 10px;
  display: block;
}

.range-ruler .unit-line {
  display: block;
  position: relative;
  height: 20px;
}

.range-ruler .unit-line:after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-right: 1px #9e1b7e dotted;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.range-ruler .unit.active .unit-line:after {
  border-right-color: #33ccff;
  border-right-width: 5px;
}

.range-ruler .unit-number {
  display: block;
}

input[type=radio] {
  accent-color: #33ccff;
}

.select2-container {
  width: 100% !important;
  border: 2px dotted #dddddd;
}

.select2-container .select2-selection--single {
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 5px 12px;
}

.berocket_element_above_products_is_hide_toggle {
  height: 20px;
  margin: 30px 0;
  display: inline-block;
  color: #515151;
}

.section {
  margin-bottom: 20px;
}

.subsection {
  margin-left: 20px;
}

.last-updated {
  text-align: right;
  font-style: italic;
  margin-top: 40px;
}

html body .berocket_inline_filters.berocket_inline_filters_count_3.bapf_rst_nofltr.bapf_rst_sel.berocket_single_filter_widget.berocket_single_filter_widget_4670.filter-group.berocket_inline_filters_rewidth[style^="width:33.333%"] {
  clear: none !important;
  width: 10% !important;
  float: right !important;
}

.berocket_single_filter_widget.berocket_inline_filters {
  float: left !important;
  padding: 0 5px 0px 5px !important;
}

.berocket_single_filter_widget.berocket_inline_filters:last-child {
  float: left !important;
  padding-right: 0 !important;
}

.select2-container .select2-selection--multiple {
  min-height: 60px !important;
  border: 0px dotted #ccc;
  border-radius: 0px;
  padding: 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  border: 0px dotted #dddddd;
  border-radius: 0px;
  padding-right: 10px;
  color: #515151;
  font-size: 14px !important;
  margin: 0 10px 0 10px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #515151;
  margin: 0px 8px 0 0;
  cursor: pointer;
  font-size: 25px;
}

.select2-container .select2-search--inline {
  display: inline-block;
  float: none;
}

.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  font-style: italic;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-container .select2-dropdown {
  border-radius: 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0px;
  outline: 0;
}

.bapf_sfilter ul li {
  margin: 0 !important;
  padding: 0 10px 0 10px !important;
  max-width: 100%;
  text-align: left !important;
}

.select2-container .select2-results__option--highlighted {
  color: #fdfdfd;
}

.select2-container .select2-results__option[aria-disabled=true] {
  color: #ccc;
}

.select2-container .select2-results__option[aria-selected=true] {
  background-color: none !important;
  color: #515151;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 5px;
  font-size: 15px;
}

.addtoany_shortcode,
.addtoany_list {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 5px !important;
  line-height: 5px !important;
  color: #33ccff !important;
}

.addtoany_list a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fdfdfd !important;
  font-size: 13px !important;
}

.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 1em;
  border: none !important;
}

.tinv-wishlist .product-action {
  width: 200px !important;
  text-align: center;
}

.yith-wcwl-add-to-wishlist {
  position: relative;
  right: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.wishlist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px !important;
}

.woocommerce table.shop_table.wishlist_table tr td {
  background: var(--color-wishlist-table-background, #ffffff);
  color: var(--color-wishlist-table-text, #6d6c6c);
  border-color: var(--color-wishlist-table-border, #cccccc);
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}

.woocommerce table.shop_table.wishlist_table tr th {
  background: none !important;
  border: none;
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

.tinv-wishlist .tinv-header {
  margin-bottom: 0px;
}

.tinv-wishlist .product-thumbnail {
  width: 300px !important;
  height: auto !important;
}

em {
  font-style: italic;
}

.superscript {
  vertical-align: super;
  font-size: 13px;
}

sup {
  display: inline;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

mark {
  background: none;
  font-weight: bold;
}

small,
.small,
.smallprint,
.woocommerce-remove-coupon,
.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
  line-height: 1.2 !important;
  margin-top: 10px !important;
  clear: both;
  text-align: center;
}

.newsletter-form p {
  line-height: 2.2 !important;
}

a {
  text-decoration: none;
  font-weight: 400;
}

a:visited {
  color: inherit;
}

#bottom-widgets a:hover {
  color: #33ccff !important;
}

.tribe-events-content,
#tribe-events span,
#tribe-events p {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-weight: 300 !important;
  color: #515151;
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
  max-width: 40ch !important;
  margin: 0 auto;
}

p,
.product-name .variation {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-weight: 300 !important;
  color: #515151;
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
}

.variation p {
  font-size: 15px;
  line-height: 15px !important;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  line-height: 1;
  margin: 0;
}

h1 {
  font-size: 36px !important;
  line-height: 36px !important;
  color: #515151 !important;
  margin-bottom: 5px !important;
}

.event-container h1,
.event-container h2 {
  margin: 0 !important;
}

h2,
td.product-name a {
  font-size: 22px !important;
  line-height: 22px !important;
  color: #515151 !important;
}

.navbar h2 {
  margin: 0px 0px 0px 0px !important;
}

h3 {
  font-size: 22px !important;
  line-height: 22px !important;
  margin: 0px 0px 30px 0px !important;
  color: #515151 !important;
}

.dark h1 {
  color: #fdfdfd !important;
}

.dark h2 {
  color: #fdfdfd !important;
}

.dvdm-card .dvdm-card-content h5 {
  font-size: 15px;
  color: #33ccff !important;
  font-weight: normal;
  margin-bottom: 0;
}

#bottom-widgets .small,
#bottom-widgets p,
#bottom-widgets h4 a,
#bottom-widgets a {
  color: #fdfdfd;
  font-weight: 200 !important;
}

#bottom-widgets h6 {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #33ccff !important;
  text-align: center;
  font-size: 22px !important;
  line-height: 40px;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}

.grey p {
  font-weight: 400 !important;
}
.grey h1 {
  color: #515151;
}
.grey h2 {
  color: #9e1b7e !important;
  margin: 0px 0px 10px 0px !important;
}

.red p {
  color: #fdfdfd;
}
.red h1 {
  color: #33ccff !important;
}
.red h2 {
  color: #fdfdfd !important;
  margin: 0px 0px 10px 0px !important;
}

.newsletter-form p {
  color: #fdfdfd;
}
.newsletter-form h2 {
  color: #33ccff !important;
  margin: 0px 0px 10px 0px !important;
}
.newsletter-form h1 {
  color: #fdfdfd;
}

blockquote {
  font-style: italic;
  font-size: 25px;
  position: relative;
  padding: 15px 0 10px 60px;
  margin: 15px 0;
  line-height: 30px;
}

.wp-caption-text,
.image-description {
  max-width: 100%;
  padding: 5px 0 5px;
  font-style: normal;
  text-align: center;
  background: #fdfdfd;
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-size: 15px !important;
  text-transform: uppercase !important;
  line-height: 1.2em;
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 16px !important;
  color: #515151 !important;
  letter-spacing: 1px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #424242 !important;
}

.dark::before,
.red::before,
.grey::before,
.home-main::before,
.newsletter-form::before,
.reparaties-main::before,
.reparaties-verbeteren::before,
.reparaties-herinneringssieraden::before,
.reparaties-parels::before,
.portfolio-main::after,
#footer::before,
#dvdm-header::before,
#bottom-widgets::before {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/bg.jpg") repeat !important;
  opacity: 0.12;
}

.home-main::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/P9010410.png") center 63% no-repeat !important;
  opacity: 0.1;
}

.vintage-main::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/vintage.png") center center no-repeat !important;
  opacity: 0.07;
}

.home-herinneringssieraden::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/header-herinneringssieraden.jpg") center center/cover no-repeat !important;
  opacity: 0.05;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home-herinneringssieraden::before {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/untitled.png") center center/cover no-repeat !important;
  opacity: 0.1;
}

.home-beadembroidery::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/derp2.jpg") right top/cover no-repeat !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0.06;
}

.h-sieraden-main::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/drawers.png") center center repeat !important;
  opacity: 0.4;
}

.reparaties-main::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/reparaties.jpg") center center/cover no-repeat !important;
  opacity: 0.07;
}

.reparaties-verbeteren::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/drawers.png") center center repeat !important;
  opacity: 0.4;
}

.reparaties-herinneringssieraden::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/drawers.png") center center repeat !important;
  opacity: 0.4;
}

.reparaties-parels::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/reparaties-parels.png") center center/cover no-repeat !important;
  opacity: 0.07;
}

.h-sieraden-verhaal::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/header-herinneringssieraden.jpg") center center/cover no-repeat !important;
  opacity: 0.05;
}

.newsletter-form::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/P8150001.png") right top no-repeat !important;
  opacity: 0.3;
}
@media (max-width: 850px) {
  .newsletter-form::after {
    background: #8c8c8c url("/wp-content/uploads/layout/P8150001.png") no-repeat left !important;
    background-size: cover !important;
    background-position: 40% 40%;
    opacity: 0.2;
  }
}

.home-beadembroidery::after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/layout/derp.jpg") center center/cover no-repeat !important;
  opacity: 0.05;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.red,
#dvdm-header,
#bottom-widgets,
.portfolio-nav,
.woocommerce-order-overview,
.tribe-events-sub-nav,
.xoo-wsc-header {
  position: relative !important;
  background: -webkit-gradient(linear, left top, right top, from(#72155b), color-stop(25%, #9c1d7c), color-stop(50%, #9c1d7c), color-stop(75%, #9c1d7c), to(#72155b)) #9e1b7e !important;
  background: linear-gradient(to right, #72155b 0%, #9c1d7c 25%, #9c1d7c 50%, #9c1d7c 75%, #72155b 100%) #9e1b7e !important;
}

/* Grey Gradient */
.grey {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#ddd), color-stop(25%, #eee), color-stop(50%, #fff), color-stop(75%, #eee), to(#ddd)) #ddd !important;
  background: linear-gradient(to left, #ddd 0%, #eee 25%, #fff 50%, #eee 75%, #ddd 100%) #ddd !important;
}
@media (max-width: 767px) {
  .grey {
    background: -webkit-gradient(linear, right top, left top, from(#ddd), color-stop(25%, #fff), color-stop(50%, fff), color-stop(75%, #fff), to(#ddd)) #eee !important;
    background: linear-gradient(to left, #ddd 0%, #fff 25%, fff 50%, #fff 75%, #ddd 100%) #eee !important;
  }
}

.grey.outline {
  outline-offset: -20px;
  outline: 1px dotted #848484;
}

.red.outline,
#dvdm-header,
.woocommerce-thankyou-order-details,
#bottom-widgets {
  outline-offset: -20px;
  outline: 1px dotted #ba54a1;
}

#footer,
.newsletter-form,
.dark-section,
.dark.outline {
  outline-offset: -20px;
  outline: 1px dotted #848484;
}

.spacer,
.transparant {
  height: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#424242), color-stop(25%, #424242), color-stop(50%, #515151), color-stop(75%, #424242), to(#424242)) #424242 !important;
  background: linear-gradient(to left, #424242 0%, #424242 25%, #515151 50%, #424242 75%, #424242 100%) #424242 !important;
  background: #424242 !important;
}

.dark,
.dark-section,
.newsletter-form,
.featured_image_header,
#header-top-bar,
#footer {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#444), color-stop(50%, #666), to(#444)) #666 !important;
  background: linear-gradient(to right, #444 0%, #666 50%, #444 100%) #666 !important;
  background: -webkit-gradient(linear, right top, left top, from(#515151), color-stop(25%, #424242), color-stop(50%, #424242), color-stop(75%, #515151), to(#424242)) #424242 !important;
  background: linear-gradient(to left, #515151 0%, #424242 25%, #424242 50%, #515151 75%, #424242 100%) #424242 !important;
}

.grey .fancy .tatsu-button-wrap {
  background: url("/wp-content/uploads/layout/logo-bg-dark-big.png") center center no-repeat !important;
  height: 100px !important;
  background-size: 100px 100px !important;
}

.red .fancy .tatsu-button-wrap {
  background: url("/wp-content/uploads/layout/logo-bg-new.png") center center no-repeat !important;
  height: 100px !important;
  background-size: 100px 100px !important;
}

.fancy .tatsu-button-wrap a {
  line-height: 100px !important;
  border: none;
}

.fancy .tatsu-button {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 100px !important;
  font-weight: 500 !important;
  outline: 0px !important;
}

.grey .fancy .tatsu-button {
  color: #515151 !important;
}

.red .fancy .tatsu-button {
  color: #fdfdfd !important;
}

.tribe-common .tribe-common-l-container {
  padding: 0 !important;
  margin: 0 auto !important;
}

.tribe-events-calendar-list {
  text-align: center;
  margin: 0 auto !important;
}

.event-container {
  text-align: center;
  max-width: 700px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
}

.event-container:last-child {
  margin-bottom: 60px !important;
}

.event-container a {
  text-transform: uppercase;
  font-size: 15px !important;
}

.tribe-events-calendar-list__month-separator {
  font-size: 25px !important;
  color: #9e1b7e !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0 0 0 !important;
  display: block !important;
}

.event-container h3 {
  margin-bottom: 0 !important;
}

.tribe-postal-code,
.tribe-street-address,
.tribe-locality {
  text-transform: uppercase;
}

.date-day,
.date-month,
.date-year,
.date-time,
.date-separator {
  color: #9e1b7e !important;
  text-transform: uppercase;
}

.date-day,
.date-year {
  font-size: 48px !important;
  color: #9e1b7e;
}

.date-month {
  font-weight: 400 !important;
  font-size: 25px !important;
}

.dates-container.multiday .date-month {
  display: inline;
}

.event-address {
  font-weight: 400 !important;
  margin-bottom: 0px !important;
  color: #515151 !important;
  text-transform: uppercase !important;
}

.date-separator {
  display: block;
  text-transform: uppercase;
  font-size: 16px !important;
}

.date-time {
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #515151 !important;
}

.tribe-events-list-event-description.tribe-events-content {
  margin-bottom: 20px;
}

.venue {
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  color: #9e1b7e !important;
  font-weight: 400;
}

.tribe-events-venue-map {
  background: none !important;
  border: 0px !important;
  border-radius: 0px !important;
  display: inline-block !important;
  margin: 45px 0px 45px 0px !important;
  padding: 0px !important;
  vertical-align: top !important;
  width: 100% !important;
}

.date-container {
  display: inline-block !important;
}

.half-circle {
  display: inline-block;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 !important;
}

.half-circle.left,
.half-circle.right {
  width: 62px;
  height: 100px;
  -webkit-mask: url("./images/circle-half.svg");
          mask: url("./images/circle-half.svg");
  -webkit-mask-size: 100px 100px;
          mask-size: 100px 100px;
  background: -webkit-gradient(linear, left top, right top, from(#d72dac), color-stop(30%, #9c1d7c), color-stop(50%, #9c1d7c), color-stop(70%, #9c1d7c), to(#d72dac)) #9e1b7e !important;
  background: linear-gradient(to right, #d72dac 0%, #9c1d7c 30%, #9c1d7c 50%, #9c1d7c 70%, #d72dac 100%) #9e1b7e !important;
}

.half-circle.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.half-circle.top,
.half-circle.bottom {
  width: 120px;
  height: 40px;
  -webkit-mask: url("./images/circle-half-horizontal.svg");
          mask: url("./images/circle-half-horizontal.svg");
  -webkit-mask-size: 120px 40px;
          mask-size: 120px 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d72dac), color-stop(30%, #9c1d7c), color-stop(50%, #9c1d7c), color-stop(70%, #9c1d7c), to(#d72dac)) #9e1b7e;
  background: linear-gradient(to top, #d72dac 0%, #9c1d7c 30%, #9c1d7c 50%, #9c1d7c 70%, #d72dac 100%) #9e1b7e;
}

.half-circle.top.small,
.half-circle.bottom.small {
  width: 60px;
  height: 20px;
  -webkit-mask-size: 60px 20px;
          mask-size: 60px 20px;
}

.half-circle.top {
  margin-bottom: -8px !important;
}

.half-circle.bottom {
  margin-top: 8px !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#footer {
  padding: 40px 0px !important;
}

#footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center !important;
  padding: 40px 0px 40px 0px !important;
}
@media (max-width: 480px) {
  #footer-wrap {
    padding: 20px 0px 20px 0px !important;
  }
}

#footer-wrap .footer-center-area {
  padding: 0px !important;
}

#footer-wrap .footer-center-area .footer-content-inner-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 767px) {
  #footer-wrap .footer-center-area .footer-content-inner-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footer-wrap .made-by {
  display: inline-block;
}

#footer-wrap .made-by img {
  margin: 0 auto;
  display: block;
  width: 100px !important;
  height: auto !important;
}
@media (max-width: 480px) {
  #footer-wrap .made-by img {
    width: 90px !important;
  }
}

#footer-wrap .made-by {
  text-transform: uppercase;
  font-size: 11px !important;
}

#footer-wrap .made-by a {
  color: #dddddd !important;
  font-weight: 300 !important;
  letter-spacing: 1px;
  opacity: 0.8;
}

#footer-wrap .made-by a span {
  color: #fdfdfd !important;
  font-weight: 500;
  opacity: 0.8;
}

#bottom-widgets-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 767px) {
  #bottom-widgets-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#bottom-widgets .column-block {
  margin: 40px 0px 20px 0px !important;
}
@media (max-width: 767px) {
  #bottom-widgets .column-block {
    margin: 20px 0px 20px 0px !important;
  }
}

#bottom-widgets .column-block:last-child {
  margin: 40px 0px 0px 0px !important;
}
@media (max-width: 767px) {
  #bottom-widgets .column-block:last-child {
    margin: 20px 0px 0px 0px !important;
  }
}

#bottom-widgets .widget {
  margin-bottom: 20px !important;
}

.widget_nav_menu .menu-item::before {
  content: "" !important;
  display: none;
}

#bottom-widgets .widget_nav_menu {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}

#bottom-widgets ul li,
#bottom-widgets ol li {
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

.textwidget.custom-html-widget {
  text-align: center;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.mc4wp-checkbox label {
  cursor: pointer;
}

::-moz-selection {
  background: #9e1b7e;
}

::selection {
  background: #9e1b7e;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 5px;
  top: 15px;
  cursor: pointer;
  background: #dddddd;
  padding: 5px;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "👁";
  text-decoration: none;
  color: #fdfdfd;
  font-size: 25px;
}

.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 5px !important;
}

.wpcf7-submit,
.dvdm-button,
.bapf_button,
.xoo-wsc-ft-buttons-cont .button.xoo-wsc-ft-btn-checkout,
.xoo-wsc-ft-buttons-cont .button.xoo-wsc-ft-btn-cart,
.btn-inline,
.wc-block-components-button,
.single_add_to_cart_button,
.woocommerce #respond input#submit,
html .xoo-el-action-btn,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce-page button.button,
html .button.alt,
html .woocommerce input.button,
html .woocommerce #respond input#submit.alt,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt {
  color: #fdfdfd !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px !important;
  text-align: center;
  cursor: pointer;
  line-height: normal;
  border-radius: 0px !important;
  border: 0px !important;
  outline: 1px dotted #fdfdfd;
  outline-offset: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#2bf), color-stop(50%, #3cf), to(#2bf)) #33ccff !important;
  background: linear-gradient(to right, #2bf 0%, #3cf 50%, #2bf 100%) #33ccff !important;
  display: inline;
  -webkit-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
}

.wpcf7-submit,
.dvdm-button:hover,
.bapf_button:hover,
.xoo-wsc-ft-buttons-cont .button.xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-ft-buttons-cont .button.xoo-wsc-ft-btn-cart:hover,
input[type=reset]:hover,
button[type=submit]:hover,
input[type=submit]:hover,
.wc-block-components-button:hover,
.single_add_to_cart_button:hover,
.woocommerce #respond input#submit:hover,
html .xoo-el-action-btn:hover,
html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .button.alt:hover,
html .woocommerce-page button.button:hover,
html .woocommerce input.button:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover {
  background: -webkit-gradient(linear, left top, right top, from(#72155b), color-stop(25%, #9c1d7c), color-stop(50%, #9c1d7c), color-stop(75%, #9c1d7c), to(#72155b)) #9e1b7e !important;
  background: linear-gradient(to right, #72155b 0%, #9c1d7c 25%, #9c1d7c 50%, #9c1d7c 75%, #72155b 100%) #9e1b7e !important;
  color: #fdfdfd !important;
  border: 0 !important;
}

html .mc4wp-form-fields input {
  margin: 0px 0px 10px 0px !important;
}

html .xoo-el-fields input {
  margin: 0px 0px 0px 0px !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background-color: var(--color-primary);
}

.woocommerce-input-wrapper {
  display: block;
  height: 50px;
  margin: 0px 0px 15px 0px !important;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  line-height: 1em;
}

.mollie-component-label,
label,
html .bapf_head h3 {
  color: #515151 !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin: 0px 0px 0px 0px !important;
  letter-spacing: 1px;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  padding-left: 0px !important;
  font-size: 14px !important;
  line-height: unset !important;
}

#payment label,
#shipping_method label {
  font-size: 13px !important;
}

.required {
  text-decoration: none;
}

@media (max-width: 767px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
    overflow: visible;
  }
}
.woocommerce .form-entry,
.woocommerce .form-entry-four-fifths,
.woocommerce .form-entry-fifth,
.woocommerce .form-entry-two-thirds,
.woocommerce .form-entry-third,
.woocommerce .form-entry-wide {
  float: left !important;
}

.form-entry {
  width: 50% !important;
}

.form-entry-four-fifths {
  width: 80% !important;
}

.form-entry-fifth {
  width: 20% !important;
}

.form-entry-two-thirds {
  width: 66.666% !important;
}

.form-entry-third {
  width: 33.333% !important;
}
@media (max-width: 850px) {
  .form-entry-third .newsletter-form .form-entry-third {
    width: 20% !important;
  }
}

.form-entry-wide {
  width: 100% !important;
}

.form-entry p,
.form-entry-wide p,
.form-entry-third p,
.form-entry-two-thirds p,
.form-entry-four-fifths p,
.form-entry-fifth p {
  margin-bottom: 5px !important;
  padding: 0px;
  color: #515151 !important;
}

.mollie-components-description {
  padding-top: 5px;
}

.mollie-component.mollie-component--cardHolder,
.mollie-component.mollie-component--cardNumber,
.mollie-component.mollie-component--verificationCode,
.mollie-component.mollie-component--expiryDate {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0px;
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-weight: normal !important;
  background: #fdfdfd !important;
  color: #515151 !important;
  padding: 10px !important;
}

.mollie-component.mollie-component--cardHolder input,
.mollie-component.mollie-component--cardNumber input,
.mollie-component.mollie-component--verificationCode input,
.mollie-component.mollie-component--expiryDate input {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #515151 !important;
  padding: 10px !important;
  font-size: 15px !important;
  width: 100%;
}

.mollie-component.mollie-component--cardHolder,
.mollie-component.mollie-component--cardNumber,
.mollie-component.mollie-component--verificationCode,
.mollie-component.mollie-component--expiryDate,
html body .mollie-component input,
textarea,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=date],
input[type=phone],
input[type=number],
input[type=url] {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  margin: 0px 0px 10px 0px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 2px dotted #dddddd !important;
  border-radius: 0px !important;
  height: 50px !important;
  font-weight: normal !important;
  background: #fdfdfd !important;
  color: #515151 !important;
  padding: 10px !important;
  font-size: 15px !important;
  width: 100%;
}

#range-number {
  display: inline;
  width: 50px;
  outline: none;
}

input[type=checkbox] {
  accent-color: #33ccff;
  margin-right: 5px;
  color: #fdfdfd;
}

.woocommerce-invalid-required-field input {
  border: 2px dotted #9e1b7e !important;
}

.checkout-inline-error-message {
  display: none !important;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin: 0px 0px 10px 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    padding-right: 0px;
  }
}

textarea {
  height: 150px !important;
}

@media only screen and (max-width: 767px) {
  .button {
    display: inline-block;
    width: 100%;
  }
  .form-entry,
  .form-entry-four-fifths,
  .form-entry-fifth,
  .form-entry-two-thirds,
  .form-entry-third,
  .form-entry-wide {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
  }
  .mobile-full {
    width: 100%;
  }
}
.mc4wp-form-fields {
  text-align: center;
}

@media (max-width: 767px) {
  .wpcf7 label {
    display: block !important;
    width: 100% !important;
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.tatsu-hamburger {
  z-index: 9999;
}

html .tatsu-header-row.tatsu-wrap {
  margin: 0 auto !important;
}

@media (max-width: 1280px) {
  .tatsu-header-wrap,
  .slideshow-section .tatsu-wrap,
  .tatsu-header-row.tatsu-wrap,
  html .tatsu-wrap,
  html .be-wrap {
    max-width: calc(100% - 100px) !important;
    border: 0px solid blue;
  }
}
@media (max-width: 1024px) {
  .tatsu-header-wrap,
  .slideshow-section .tatsu-wrap,
  html .tatsu-wrap,
  .tatsu-header-row.tatsu-wrap,
  html .be-wrap {
    max-width: calc(100% - 100px) !important;
    border: 0px solid yellow;
  }
}
@media (max-width: 767px) {
  .tatsu-header-wrap,
  .slideshow-section .tatsu-wrap,
  html .tatsu-wrap,
  .tatsu-header-row.tatsu-wrap,
  html .be-wrap {
    max-width: calc(100% - 100px) !important;
    border: 0px solid red;
  }
}
@media (max-width: 480px) {
  .tatsu-header-wrap,
  .slideshow-section .tatsu-wrap,
  html .tatsu-wrap,
  .tatsu-header-row.tatsu-wrap,
  html .be-wrap {
    max-width: calc(100% - 70px) !important;
    border: 0px solid fuchsia;
  }
}
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navbar {
  padding: 40px;
  text-align: center;
  color: #fdfdfd;
}

.caroussel {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  #section-account .woocommerce {
    padding: 40px;
    outline: 2px dotted #dddddd;
    outline-offset: -3px;
    overflow: auto;
  }
  .dvdm-module.outline,
  .woocommerce-MyAccount-content {
    padding: 40px;
    outline: 2px dotted #dddddd;
    overflow: visible;
    margin-bottom: 40px !important;
  }
}
.dvdm-module.prevnext {
  margin: 40px 0px 0px 0px !important;
}

.full-width {
  position: relative;
  right: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  width: 100vw;
}

@media (max-width: 767px) {
  .full-width-mobile {
    position: relative;
    right: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
  }
}

.left-sidebar-page,
.right-sidebar-page,
.no-sidebar-page .be-section-pad:first-child,
.page-template-page-940-php #content,
.no-sidebar-page #content-wrap {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.woocommerce-products-header__title.page-title,
.woocommerce .page-title,
.title-module {
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  padding: 40px 0px 20px 0px;
  text-align: center !important;
  font-weight: 300 !important;
}

.featured_image_header {
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 766px) {
  .featured_image_header {
    min-height: 70vh;
  }
}

.custom_featured_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  #left-sidebar,
  .right-sidebar-page #page-content {
    margin-right: 40px !important;
  }
  #page-content.content-single-sidebar {
    width: 53% !important;
  }
  #left-sidebar,
  #right-sidebar {
    width: 33% !important;
    display: inline-block !important;
    float: none !important;
  }
  #left-sidebar.dvdm-module.outline,
  #right-sidebar.dvdm-module.outline {
    padding: 60px 20px 60px 20px;
  }
}
@media (max-width: 1280px) {
  .right-sidebar-page.outline-page #content-wrap,
  .left-sidebar-page.outline-page #content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #section-contact .right-sidebar-page.outline-page #content-wrap,
  #section-contact .left-sidebar-page.outline-page #content-wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #left-sidebar,
  .right-sidebar-page #page-content {
    margin-right: 0px !important;
  }
  #page-content.content-single-sidebar {
    width: 100% !important;
  }
  #left-sidebar,
  #right-sidebar {
    width: 100% !important;
    display: block !important;
    float: none !important;
  }
  #left-sidebar.dvdm-module.outline,
  #right-sidebar.dvdm-module.outline {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widgets {
  font-size: 15px !important;
}

.no-page-builder,
.right-sidebar-page,
.left-sidebar-page {
  padding: 0px !important;
}

.left-column {
  width: 50%;
}
@media (max-width: 767px) {
  .left-column {
    width: 100%;
  }
}

.right-column {
  width: 50%;
}
@media (max-width: 767px) {
  .right-column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.account-buttons .dvdm-module {
  margin-right: 40px;
}

.related-events {
  margin-top: 40px;
  padding-bottom: 40px !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex.account-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.account-buttons .dvdm-module {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.not-found {
  padding: 0 !important;
}

#dvdm-header {
  padding: 15px 0 20px 0;
}

.tatsu-slide-menu {
  background: -webkit-gradient(linear, left top, right top, from(#72155b), color-stop(25%, #9c1d7c), color-stop(50%, #9c1d7c), color-stop(75%, #9c1d7c), to(#72155b)) #9e1b7e !important;
  background: linear-gradient(to right, #72155b 0%, #9c1d7c 25%, #9c1d7c 50%, #9c1d7c 75%, #72155b 100%) #9e1b7e !important;
}

#header-bottom-bar {
  background-color: #fdfdfd !important;
}

.tatsu-hamburger {
  z-index: 9999;
}

.tatsu-hamburger div > span,
.tatsu-mobile-menu-icon div > span {
  display: block;
  background: #fdfdfd !important;
  background-color: #fdfdfd !important;
  width: 22px !important;
  height: 1px !important;
  margin-bottom: 0px;
  margin-bottom: 6px !important;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tatsu-sidebar-menu a {
  text-transform: uppercase;
  color: #fdfdfd !important;
  text-decoration: none;
  font-size: 14px;
}

.slider-user-menu a {
  text-transform: uppercase;
  color: #fdfdfd !important;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
}

.slider-user-menu li {
  margin: 0px;
  padding: 0px;
}

.tatsu-sidebar-menu a:hover {
  color: #33ccff !important;
}

.tatsu-sidebar-menu .xoo-el-myaccount-menu a {
  color: #fdfdfd !important;
}

#tatsu-header-container {
  -webkit-filter: drop-shadow(#515151, 0.5rem 0.5rem 1rem);
          filter: drop-shadow(#515151, 0.5rem 0.5rem 1rem);
}

#dvdm-main-menu {
  background: #fdfdfd;
  padding: 8px 0 !important;
}

#dvdm-main-menu .menu-item a {
  padding: 0px 12px 0px 12px !important;
  color: #9e1b7e !important;
  letter-spacing: 1px;
  font-size: 13px !important;
  border-right: 1px dotted #9e1b7e;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin: 4px 0px;
}

#dvdm-main-menu .menu-item:last-child a,
#dvdm-main-menu .sub-menu:last-child a {
  border-right: 0px !important;
}

#dvdm-main-menu > ul > li.menu-item-has-children {
  padding-right: 0px !important;
}

#dvdm-header .tatsu-menu > ul > li > span.sub-menu-indicator {
  display: none;
}

#dvdm-header .tatsu-menu > ul > .xoo-el-myaccount-menu.li {
  padding: 0 !important;
}

#dvdm-header .tatsu-menu > ul > li.menu-item {
  padding-right: 0px !important;
}

#dvdm-header .tatsu-menu > ul > li > a {
  padding: 0px !important;
}

#dvdm-header .tatsu-menu > ul > li > span.sub-menu-indicator svg polyline {
  stroke: #fdfdfd !important;
}

#dvdm-header .tatsu-menu > ul > li.xoo-el-myaccount-menu > a {
  padding: 0px !important;
}

ul.tatsu-sub-menu {
  background: #9e1b7e !important;
}

#dvdm-main-menu .menu-item a:hover,
#dvdm-main-menu .current-menu-item a,
#dvdm-main-menu .current-menu-parent a,
#mobile-menu a:hover {
  color: #33ccff !important;
  text-decoration: none;
}

.xoo-el-logout-menu {
  margin-top: 10px;
  font-size: 13px;
  float: right;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}

ul.payment_methods {
  text-align: left;
  padding: 20px !important;
  border: 0px solid #dddddd;
  margin: 0;
  list-style: none outside;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  position: relative;
  padding: 10px 15px 15px 0px !important;
  margin: 0px;
  white-space: wrap;
}

div.payment_box p {
  font-size: 14px !important;
  line-height: 22px !important;
}

table.cart img {
  width: 100px !important;
  height: auto;
}

table.cart a.remove {
  font-size: 30px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #515151;
  display: inline-block;
}

table.cart td.actions {
  text-align: right;
}

/* Style the toggle button */
#toggle-edit-password,
#toggle-delivery-notes {
  display: block;
  cursor: pointer;
}

#toggle-edit-password {
  margin: 20px 0px 20px 0;
}

/* Optional: Style the delivery notes field when it's visible */
#order_comments_field {
  margin-top: 20px;
}

.woocommerce-order-overview {
  list-style: none;
  padding: 40px !important;
  margin-bottom: 0px;
}

.woocommerce-customer-details {
  padding: 20px 0px 60px 0px !important;
}

.tinvwl-shortcode-add-to-cart {
  margin-top: 10px;
}

.woocommerce-Address {
  margin-bottom: 40px;
}

#customer_details {
  margin-right: 20px;
}

.woocommerce-additional-fields {
  display: block !important;
  clear: both;
}

@media (min-width: 767px) {
  #order_review {
    display: block;
    padding: 20px;
    outline: 2px dotted #dddddd;
    outline-offset: -2px;
  }
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 0px !important;
}

.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
  vertical-align: top;
}

@media (min-width: 850px) {
  #customer_details {
    width: 50%;
    float: left;
  }
  #order_review {
    width: 47%;
    float: left;
    overflow: auto;
    margin-bottom: -1px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .u-column1.col-1.woocommerce-Address,
  .u-column2.col-2.woocommerce-Address {
    width: 50% !important;
    margin-bottom: 20px !important;
  }
}
.xoo-el-tabs .xoo-el-login-tgr,
.xoo-el-tabs .xoo-el-reg-tgr {
  border-bottom: 3px solid #9e1b7e;
}

.xoo-el-tabs .xoo-el-active {
  border-bottom: 10px solid #9e1b7e;
  color: #515151 !important;
}

/* SideCart */
.xoo-el-login-tgr a,
.xoo-el-reg-tgr a,
.xoo-el-myaccount-menu.menu-item a {
  color: #fdfdfd !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 400;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background-color: transparent !important;
}

.xoo-wsc-pname,
.xoo-wsch-text {
  text-transform: uppercase;
  font-weight: normal;
}

.xoo-el-myaccount-menu a {
  font-size: 12px !important;
  text-decoration: none !important;
}

.xoo-aff-input-group .xoo-aff-input-icon {
  background-color: #9e1b7e;
  color: #fdfdfd;
  max-width: 40px;
  min-width: 40px;
  border-color: #ccc;
  border-right-color: rgb(204, 204, 204);
  border-width: 1px;
  border-right-width: 0px;
}

.xoo_el_reg_terms_cont a {
  font-weight: bold !important;
}

.xoo-el-main {
  padding: 20px 20px;
}

.xoo-aff-group.xoo-el-login-btm-fields {
  margin: 5px 0 10px 0 !important;
}
@media (max-width: 360px) {
  .xoo-aff-group.xoo-el-login-btm-fields {
    display: block !important;
  }
}
.xoo-aff-group.xoo-el-login-btm-fields .xoo-el-main {
  padding: 20px 10px;
}

.xoo-wsc-footer {
  background-color: #515151 !important;
  color: #fdfdfd !important;
  padding: 20px 20px;
}

.xoo-wsc-ftx-row {
  padding: 8px 0;
  border-top: 0px !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #fdfdfd;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
  clear: both;
  display: block !important;
  cursor: pointer;
  margin: 10px 0 10px 0 !important;
}

.xoo-el-action-form > a.xoo-el-lostpw-tgr {
  display: table;
  float: none !important;
  margin-top: 10px !important;
  clear: both;
  text-transform: none !important;
  font-size: 13px !important;
  cursor: pointer;
  margin-bottom: 0px;
}

.xoo-wsch-text {
  font-size: 14px !important;
}

.xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt-value {
  text-transform: uppercase;
  font-size: 13px !important;
}

.xoo-wsc-product {
  position: relative;
}

.xoo-el-main,
.xoo-el-main label {
  color: #515151 !important;
}

.xoo-el-main a {
  color: #9e1b7e !important;
}

.xoo-el-form-container ul.xoo-el-tabs li {
  background-color: #fdfdfd;
  color: #33ccff;
  font-size: 16px;
  padding: 10px 20px;
}

html span.xoo-wsc-sc-count {
  background: none;
  border-radius: 50%;
  height: 18px;
  line-height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  left: 3px;
  position: absolute;
  top: 11px;
}

html span.xoo-wsc-sc-count:hover,
html .xoo-wsc-sc-cont:hover {
  color: #33ccff;
}

.xoo-aff-group {
  margin-bottom: 25px;
}

.xoo-wsc-sc-bki {
  font-size: 24px;
  color: #fdfdfd;
}

.xoo_el_reg_terms a {
  font-weight: bold;
}

.xoo-wsc-product {
  display: block !important;
}

.xoo-wsc-img-col,
.xoo-wsc-sum-col {
  width: 100% !important;
  display: block !important;
}

.xoo-wsc-img-col {
  margin-bottom: 20px !important;
}

.xoo-wsc-sum-col {
  padding-left: 0 !important;
}

.xoo-wsc-sm-right {
  max-width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

#section-checkout .woocommerce .col2-set .col-1,
#section-checkout .woocommerce-page .col2-set .col-1,
#section-checkout .woocommerce .col2-set .col-2,
#section-checkout .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

html .woocommerce-order-overview.woocommerce-thankyou-order-details .woocommerce-column--shipping-address,
html .woocommerce-order-overview.woocommerce-thankyou-order-details .woocommerce-column--billing-address {
  float: left !important;
  width: 50% !important;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  float: left !important;
  width: 40% !important;
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table th,
  .woocommerce-page table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    display: block;
    width: 100%;
    padding: 2px 0px 2px 0px !important;
  }
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    border: 0px !important;
  }
  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    float: none !important;
    width: 100% !important;
    padding-top: 40px;
  }
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: none;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: 100% !important;
  border: 0px !important;
}

table.shop_table td,
table.shop_table th {
  border: none;
  padding: 12px 5px 12px 0px !important;
  vertical-align: middle;
  color: #515151 !important;
}

table.shop_table .cart_item td,
table.shop_table .cart_item th {
  padding: 0px 5px 12px 0px !important;
}

table.shop_table tr {
  vertical-align: middle;
}

table.shop_table tfoot td,
table.shop_table tfoot th {
  border-top: 2px dotted #dddddd !important;
  vertical-align: middle !important;
}

table.shop_table tfoot th {
  text-align: left;
}

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td {
  text-align: right;
  font-weight: 400 !important;
}

.woocommerce table.shop_table.cart thead tr th {
  border-bottom: 0px !important;
  padding-bottom: 20px;
  font-weight: bold;
}

#billing_country_field {
  display: none !important;
}

table.shop_table tbody td.product-total {
  min-width: 100% !important;
  width: 100% !important;
  display: block !important;
  text-align: right !important;
  font-weight: normal;
  color: #515151;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.product-subtotal {
  text-align: right !important;
}

.woocommerce-order-overview {
  list-style: none;
  padding: 20px;
  margin-bottom: 40px;
}

html .woocommerce .woocommerce-order-overview li {
  color: #fdfdfd;
  font-size: 13px !important;
  font-weight: bold !important;
  border-right: 0px dashed #dfdbdf;
}

.woocommerce-order-overview li strong {
  font-size: 25px;
  font-weight: normal !important;
}

.woocommerce-table__product-table.product-total {
  text-align: right !important;
}

.woocommerce-order-overview h3 {
  color: #fdfdfd !important;
}

.product_meta:not(a),
.tagged_as:not(a),
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  color: #515151 !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  line-height: 18px;
}

.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td {
  border: none !important;
}

.woocommerce table.shop_table .cart_item th,
.woocommerce-page table.shop_table .cart_item th {
  text-transform: uppercase !important;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 30px 0px 0px 0px !important;
  border-top: none !important;
}

@media (min-width: 767px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 50%;
    float: left;
  }
  .woocommerce-MyAccount-navigation {
    display: inline-block;
    width: 25%;
  }
  .woocommerce-MyAccount-content {
    display: inline-block;
    width: 75%;
  }
}
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .woocommerce-orders-table {
    display: block;
    width: 100%;
  }
  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-orders-table tbody,
  .woocommerce-orders-table tr,
  .woocommerce-orders-table td {
    display: block;
    width: 100%;
  }
  .woocommerce-orders-table tr {
    margin-bottom: 15px;
    border: 2px dotted #dddddd;
    padding: 20px;
  }
  .woocommerce-orders-table td {
    text-align: right;
    padding: 5px 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  /* Create pseudo-headers */
  .woocommerce-orders-table td::before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
.dvdm-product-grid {
  height: 600px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.dvdm-product.colliers {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
}

.dvdm-product.hangers {
  grid-row: span 2/span 2;
  grid-column-start: 4;
}

.dvdm-product.oorbellen {
  grid-column-start: 2;
  grid-row: 3/span 2;
}

.dvdm-product.ringen {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 3;
}

.dvdm-product.broches {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}

.dvdm-product {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.dvdm-product:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.dvdm-product__outline {
  content: " ";
  position: absolute;
  inset: 0;
  outline: 2px dotted #dddddd;
  outline-offset: -4px;
  isolation: isolate;
  pointer-events: none;
}
.dvdm-category .dvdm-product__outline {
  opacity: 0.5;
  outline: 2px dotted #fdfdfd;
  outline-offset: -20px;
}

.dvdm-product .dvdm-product__background {
  background-position: center center !important;
}

.dvdm-product__image,
.dvdm-product__background {
  display: block;
  position: relative;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

.dvdm-product__background:before {
  content: " ";
  position: absolute;
  inset: 0;
  background: #9e1b7e;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e1b7e), color-stop(5%), color-stop(#33ccff), color-stop(15%), color-stop(#9e1b7e), to(25%));
  background: linear-gradient(#9e1b7e, 5%, #33ccff, 15%, #9e1b7e, 25%);
  background: #515151;
  opacity: 0.34;
  mix-blend-mode: normal;
}

.dvdm-product__image {
  aspect-ratio: 16/20;
}

.dvdm-product__content {
  isolation: isolate;
  display: block;
  padding: 40px;
}
@media (max-width: 480px) {
  .dvdm-product__content {
    padding: 40px !important;
  }
}

.prevnext .dvdm-product__content {
  padding: 40px;
}
@media (max-width: 480px) {
  .prevnext .dvdm-product__content {
    padding: 40px !important;
  }
}

.dvdm-product__titles {
  z-index: 2 !important;
  margin: 20px 0 0 0;
}

.dvdm-product h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  color: #515151;
}

.dvdm-category h2 {
  max-width: 40ch;
  text-overflow: ellipsis;
  color: #fdfdfd !important;
  font-size: 25px !important;
}

.dvdm-product h3 {
  color: #9e1b7e !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dvdm-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.dvdm-nav-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.dvdm-nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dvdm-grid-item h2,
.dvdm-grid-item h3 {
  color: #fdfdfd !important;
}

.dvdm-grid-item::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.79);
}

.woocommerce-notices-wrapper a {
  color: #fdfdfd !important;
  font-weight: bold !important;
}

.dvdm-button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  outline: none;
  color: #515151 !important;
  font-size: 36px !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 10px 10px 10px 10px !important;
  margin: 0px 0px 40px 0px !important;
  position: relative !important;
  list-style: none outside;
  border-radius: 0px;
  width: auto;
  border-radius: 0px !important;
}

.woocommerce-notice,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice a,
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  text-transform: uppercase;
  font-weight: 300 !important;
  background-color: transparent !important;
}

.woocommerce-notice {
  color: #fdfdfd !important;
  color: #b98600 !important;
  outline-color: #b98600 !important;
}

.woocommerce-message {
  color: #fdfdfd !important;
  color: #36c55b !important;
  outline-color: #36c55b !important;
}

.woocommerce-error {
  color: #9e1b7e !important;
  outline-color: #9e1b7e !important;
}

.woocommerce-info {
  color: #33a3ff !important;
  outline-color: #33a3ff !important;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  float: left !important;
  margin-bottom: 20px !important;
}

html .woocommerce #payment ul.payment_methods,
html .woocommerce-page #payment ul.payment_methods {
  text-align: left;
  border: 2px dotted #dddddd;
  margin: 0;
  list-style: none outside;
}

ul.payment_methods li input,
ul#shipping_method li input {
  margin: 0 1.5em 0 0;
}

#place_order {
  width: 100%;
}

.woocommerce .product-single-boxed-content {
  margin-bottom: 0px !important;
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 13px !important;
  text-align: center;
  padding-top: 60px;
}

.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
  float: none !important;
}

.woocommerce-checkout .price {
  font-size: 25px;
  margin-top: 0px;
}

.product .price {
  font-size: 25px;
  margin-bottom: 20px !important;
}

#place_order {
  width: 100%;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 12px;
}

.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
  height: 150px;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last,
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  float: left !important;
  margin-bottom: 20px !important;
}/*# sourceMappingURL=global.css.map */