body.negan-body {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-weight: 500;
}

h5 {
  color: #923c87;
  position: relative;
  padding-left: 12px;
}

.button {
  border-radius: 6px;
  padding: 6px 12px;
}

.btn, .rm-btn-primary {
  border-radius: 6px;
  font-weight: bold!important;
}

.btn-color-black, center > p > a.button, .form-row [name="apply_for_vendor_submit"], .products-list .product_item .product_item--info .add_to_cart_button, .place-order .button, .wc-proceed-to-checkout .button, .widget_shopping_cart_content .button, .woocommerce-MyAccount-content form .button, .lost_reset_password .button, form.register .button, .checkout_coupon .button, .woocomerce-form .button, .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button, .product--summary .single_add_to_cart_button {
  background-image: linear-gradient(to right, #c82080 0%, #9a3787  51%, #c82080  100%);
  background-size: 200% auto;
  transition: 0.5s;
  border-radius: 6px;
}

.btn-color-black:hover, center > p > a.button:hover, .form-row [name="apply_for_vendor_submit"], .products-list .product_item .product_item--info .add_to_cart_button:hover, .place-order .button:hover, .wc-proceed-to-checkout .button:hover, .widget_shopping_cart_content .button:hover, .woocommerce-MyAccount-content form .button:hover, .lost_reset_password .button:hover, form.register .button:hover, .checkout_coupon .button:hover, .woocomerce-form .button:hover, .la-newsletter-popup .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover, .product--summary .single_add_to_cart_button:hover {
  background-position: right center;
}

.restore-item {
  color: #923c87;
  font-weight: bold;
}

#tab-additional_information table th {
  font-weight: bold;
}

.header-right .header-toggle-menu {
  display: none;
}

.woocommerce-info, .woocommerce-message {
  background:rgba(0,0,0, 0.03);
  line-height: 30px;
}

.woocommerce-info::before {
  color: #923c87;
  font-size: 24px;
}

.woocommerce-message::before {
  font-size: 24px;
  color: #CD1983;
}


.footer-column-1 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.product_item .product_item--title {
  font-size: 20px;
}

/* Verbergen sorteren op.... en kolom- of rijweergave + aantal weergeven */

.wc-toolbar .woocommerce-result-count, .wc-toolbar .wc-view-toggle, .wc-toolbar .wc-ordering, .wc-toolbar .wc-view-count {
  display: none;
}

/* Productprijs op productoverzichtpagina verbergen i.v.m. prijsrange  */
.products-grid.products-grid-1 .product_item .price {
  display: none;
}

/* Sidebar verbergen */
#sidebar_primary {
  /* display: none; */
}

.product--summary .product_meta {
  margin-top: 10px;
}

.product--summary .product_title {
  margin: 0 0 10px;
}

.product--summary .product_meta_sku_wrapper {
  margin-bottom: 10px;
  font-size: 12px;
}

.catalog-grid-1 .product-category .cat-information {
  position: relative;
  
}

.catalog-grid-1 .product-category .cat-information h2 {
  box-shadow: 2px 2px rgba(0,0,0, 0.6);
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
}

.catalog-grid-1 .product-category .cat-information h2:hover {
  background-image: linear-gradient(to right, #c82080 0%, #9a3787  51%, #c82080  100%);
  background-size: 200% auto;
  transition: 0.1s;
  border-radius: 6px;
  color: white;
}

.catalog-grid-1 .product-category .cat-information a:after {
  /* display: block;
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "Bekijk producten";
  text-align: center;
  z-index: 999999999999999; */
}

.product-category .cat-img img {
  /* display: none; */
  height: 80px;
}

p.price {
  /* display: none; */
}

.site-main-nav .main-menu > li > a {
  font-size: 16px;
  /* font-family: initial; */
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #4a5361;
}

.site-header-mobile .mobile-menu-wrap .dl-menu > li:hover > a, .cart-flyout .product_list_widget a:hover {
  color: #923c87;
}

.la-banner-box .banner--link-overlay {
  /* display: none; */
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 10;
}

.entry-content .wpb_wrapper > ul {
  /* margin-left: 12px; */
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.entry-content .wpb_wrapper > ul li {
  /* padding-bottom: 12px; */
  margin-bottom: 8px;
  padding: 6px;
  padding-left: 22px;
  line-height: 21px;
  text-align: left!important;
  color: rgba(0,0,0, 0.6)!important;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0,0,0, 0.08);
  border-radius: 6px;
}

.entry-content .wpb_wrapper > ul li:nth-child(odd):before, .entry-content .wpb_wrapper > ul li:nth-child(even):before {
display: block;
position: absolute;
left: 0;
/* height: calc(100% - 12px); */
height: 100%;
/* height: 14px; */
width: 14px;
content: "";
background-size: 200%;
border-radius: 6px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: auto;
}

.entry-content .wpb_wrapper > ul li:nth-child(odd):before {
  /* background: #923c87; */
  background: rgb(146,60,135);
  background: linear-gradient(135deg, rgba(146,60,135,1) 25%, rgba(205,25,131,1) 100%);
}
.entry-content .wpb_wrapper > ul li:nth-child(even):before {
  background: rgb(205,25,131);
  background: linear-gradient(135deg, rgba(205,25,131,1) 25%, rgba(146,60,135,1) 100%);
}

.entry-content .wpb_wrapper > ul li span {
  /* font-weight: normal!important; */
  font-size: 15px!important;
}

.la-headings {
  /* margin-top: 0px!important; */
}

.wpb_raw_code {
  margin-bottom: 0;
}

.badge-out-of-stock {
  display: none;
}

.usp .wpb_wrapper {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 0;
}

.usp h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: .2rem;
  font-size: 20px;
}

.usp img {
  width: 80px;
  height: 80px;
  padding: 1rem 2rem;
  margin: auto;
}

.usp .hover {
  display: none;
}

.usp .wpb_wrapper:hover .static {
  display: none;
}

.usp .wpb_wrapper:hover .hover {
  display: block;
}

.usp4 .wpb_wrapper:hover .hover {
  /* transform: scale(1.1); */
  /* transform-origin: center; */
  /* -webkit-animation: heartbeat 1.5s ease-in-out infinite both; */
  /* animation: heartbeat 2.5s ease-in-out infinite both; */
  /* transform:; */
}

.la-custom-pright .wc-tabs {
  margin-left: initial;
}

.loginprice {
  font-size: 18px;
  color: #923c87;
}

.site-footer .menu li {
  margin-bottom: 6px;
}

.site-footer .widget .widget-title {
  margin-bottom: 10px;
}

.wc-tabs-outer p {
  font-size: 17px;
}


.product--summary .product_title {
  font-size: 34px;
  margin-bottom: 0;
}

.product--summary .product_meta {
  margin-top: 4px;
  margin-bottom: 12px;
}

.product--summary p {
  font-size: 17px;
}

.woocommerce-tabs > ul > li > a {
  font-size: 20px;
}

.entry-content {
  border: 1px solid rgba(0,0,0, 0.1);
  border-top: none;
  padding: 16px 20px;
  /* border-radius: 5px; */
  margin-top: -1px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.tab-content p {
  font-size: 16px;
}

.wc-tabs {
  /* border-bottom: 1px solid rgba(0,0,0, 0.1); */
  margin-bottom: 0;
}


.wc-tabs .active a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  /* overflow: hidden; */
}

.wc-tabs .active a:before{
  display: block;
  content: "";
  position: absolute;
  left: -16px;
  top: -20px;
  height: 100px;
  /* max-height: 100%; */
  width: 90px;
  background: url("images/printherinnering-wolk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1111;
  transform: none;   
}

.wrap-addto {
  display: none;
}

.wc-tabs li {
  /* margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; */
  /* margin-bottom: -2px; */
}

.wc-tabs .additional_information_tab {
  /* margin-bottom: 0; */
}

.wc-tabs li.active > a::after {
  display: none;
}

.wc-tabs li a {
  padding-bottom: 4px;
  text-transform: capitalize;
}


.wc-tabs li.active a:after {
  /* display: none; */
}

.wc-tabs li.active {
  padding: 8px;
  background: white;
}

.description_tab {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.out-of-stock {
  position: relative;
  background: none;
  color: rgba(0,0,0, 0.7);
  font-weight: bold;
  font-size: 15px;
}

/* .out-of-stock:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -18px;
    height: 60px;
    width: 100px;
    background: url("images/printherinnering-wolk.svg");
    background-size: 60px 60px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: none;   
} */

.out-of-stock:before {
  display: none;
}

.out-of-stock {
  border-bottom: 1px solid #CCC;
  padding: 8px 12px;
}

.vc-hoverbox-front h2 {
  margin-bottom: 2px;
  margin-top: 0;
  font-size: 18px;
}

.vc-hoverbox-front {
  background-image: none!important;
}

.subtitle h2 {
  font-size: 14px;
  color: rgba(0,0,0, 0.5);
  margin-top: 0;
}


@keyframes heartbeat {
  from {
    -webkit-transform: scale(1.2);
    /* -webkit-transform-transform: scale(1); */
    -webkit-transform-origin: center center;
    -webkit-transform-origin-transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-timing-function-animation-timing-function: ease-out;
  }
  14% {
    -webkit-transform: scale(1.1);
    /* -webkit-transform-transform: scale(0.91); */
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-timing-function-animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: scale(1.15);
    /* -webkit-transform-transform: scale(0.98); */
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-timing-function-animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: scale(1.06);
    /* -webkit-transform-transform: scale(0.87); */
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-timing-function-animation-timing-function: ease-in;
  }
  55% {
    -webkit-transform: scale(1.2);
    /* -webkit-transform-transform: scale(1); */
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-timing-function-animation-timing-function: ease-out;
  }
}

rs-module .tp-bullets {
  /* left: 0!important; */
}

.persoonlijke-opdruk {
  box-shadow: -6px 6px 2px rgba(0,0,0, 0.6);
}

.site-footer .footer-logo, .site-footer .footer-logo-allprint {
  margin-bottom: 18px;
}

.footer-logo img {
  max-height: 117px;
  display: block;
  width: 250px;
}

.header-left {
  position: relative;
}

:target {
  /* top: -120px;  */
  /* visibility: hidden; */
}

.anchor {
  display: block;
  content: "";
  position: absolute;
  top: 90px;
  /* transform: translate(0, -50vh); */
}

.wpb_wrapper {
  position: relative;
}

.anchorbottom {
  position: absolute;
  bottom: 40px;
}

h5:before {
display: block;
content: "";
position: absolute;
/* left: -8px; */
left: 0;
top: -24px;
height: 60px;
width: 100px;
background: url("images/printherinnering-wolk.svg");
background-size: 60px 60px;
background-repeat: no-repeat;
z-index: -1;
transform: none;
}

.subheading-tag .la-text {
  text-shadow: 2px 2px rgba(0,0,0, 0.6);
}

.la-separator .la-line {
  border-color: #E0037F!important;
}

.la-headings h2 {
  font-size: 22px;
  font-weight: bold;
}

.block-max-width-720 {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}


.site-header .site-branding img {
  max-height: 80%;
}

.hide {
  display: none;
}

.front-icons .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-icons img {
  width: 90px;
  height: 90px;
}

.front-icons .vc-hoverbox-front {
  background-size: 12%;
  background-repeat: no-repeat;
  background-position-x: left;
  margin-left: 30px;
}

.front-icons .vc-hoverbox-front p {
  font-size: 18px;
  color: rgba(0,0,0, 0.5);
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li > a, .mega-menu .mm-popup-narrow li.menu-item > a {
  font-weight: bold;

}

.products-grid.products-grid-1 .product_item .product_item--info .add_to_cart_button {
  color: #923C87;
}

.product_item .product_item--thumbnail .wrap-addto .button:hover {
  background: #923C87;
  color: white;
}

rs-layer {
  /* font-size: 18px; */
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

rs-module rs-mask-wrap .rs-layer, rs-module rs-mask-wrap :last-child, .wpb_text_column rs-module rs-mask-wrap .rs-layer, .wpb_text_column rs-module rs-mask-wrap :last-child {
  /* margin-top: 34px; */
  /* margin-bottom: 15px; */
}

rs-layer p {
  font-size: 18px;
  /* margin-top: 0; */
  color: rgba(0,0,0, 0.7);
  max-width: 100%;
  overflow: hidden;
}


rs-slides h2 {
  margin-top: 34px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 12px;
  padding-left: 26px;
  color: #923C87;
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 100%;
}

rs-slides h2:before {
  display: block;
  content: "";
  position: absolute;
  /* left: -8px; */
  left: 0;
  top: -18px;
  height: 80px;
  width: 60px;
  background: url("images/printherinnering-wolk.svg");
  background-size: 60px 40px;
  background-repeat: no-repeat;
  z-index: 9999;
  transform: none;
}

@media (max-width: 991px) {
  .site-header-mobile .site-branding img {
    max-height: 80%;
    /* left: 0; */
    /* position: relative; */
    left: 60px;
  }
  
  .site-header-mobile .header-main {
    /* display: grid;
    grid-column: auto; */
  }
  .header-mb-v2 .site-header-mobile .site-branding img {
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1829px) {
  .usp h2 {
    font-size: 18px;
  }
}

@media (max-width: 1269px) {
  .usp .wpb_wrapper {
    display: block;
    text-align: center;
  }
}

@media (max-width: 799px) {
  .la-wc-tabs-wrapper .woocommerce-Tabs-panel--additional_information {
    display: block!important;
    /* text-align: center; */
  }
  .woocommerce-tabs .entry-content {
    border-top: 1px solid rgba(0,0,0, 0.1);
  }

  #tab-additional_information {
    padding-top: 4px;
    padding-bottom: 2px;
  }

  #tab-additional_information:before {
    display: block;
    content: "Extra informatie";
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  #tab-description.active {
    margin-bottom: 20px;
  }

  .wc-tabs .additional_information_tab {
    display: none;
  }

}