/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  mrstarsky
*/
bold, strong {
  font-weight: 500;
}
.product-cat-books.woocommerce .single_add_to_cart_button:disabled, .product-cat-books .single_variation_wrap .variations_button .button:disabled {
  background: rgba(0, 0, 0, 0.4) !important;
  cursor: not-allowed;
  opacity: 0.4;
}
.single-product form.cart input {
  width: 100%;
}
/** hide varations and other options on poster and bookpage */
.product-cat-books .variations tr, .product-cat-books .reset_variations, .product-cat-books .quantity.buttons_added, .product-cat-books .product_meta {
  display: none !important;
}
.product-cat-posters .variations tr, .product-cat-posters .reset_variations, .product-cat-posters .quantity.buttons_added, .product-cat-posters .product_meta {
  display: none !important;
}
.fusion-body .quantity, .fusion-body .quantity .minus, .fusion-body .quantity .plus, .fusion-menu-cart-item img, .woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2, .fusion-body .quantity .plus, input.qty {
  border-color: var(--sep_color) !important;
  border: 0.5px solid var(--sep_color) !important;
}
.related.products {
  display: none;
}
.variations tr:last-child {
  display: block;
}
.variations {
  float: left;
  width: auto !important;
}
.single_variation_wrap {
  float: right;
}
.fusion-page-title-captions {
  display: none;
}
.fusion-flexslider, .fusion-flexslider .slides {
  overflow: visible;
}
.fullimage-front {
  max-height: 66px;
}
.product .images, .woocommerce-product-gallery__wrapper {
  width: 320px !important;
}
.product .summary.entry-summary {
  margin-left: 350px !important;
}
.media-body {
  font-family: "Open Sans" !important;
  color: #231f20;
  font-weight: 300;
}
label #add-frame, div.summary.entry-summary > div > form.form-horizontal > div.checkbox > label {
  color: #231f20 !important;
  font-weight: 300 !important;
}
div.popover-content > div > div.media-body > strong > a {
  text-decoration: underline;
  color: #231f20 !important;
  font-weight: 300 !important;
}
.single.single-product .popover-title {
  display: none !important;
}
.popover {
  max-width: 360px !important;
}
.woocommerce-mailchimp-opt-in {
  float: right;
}
:lang(de) #payment > div > div > div.woocommerce-privacy-policy-text > p {
  display: none;
}
.single-product #content {
  max-width: 75%;
  margin: 0 auto !important;
  float: none;
}
.fusion-header-wrapper {
  z-index: 700 !important;
}

/*
.single-product:not(.postid-2242) .product .entry-summary .price, .single-product:not(.postid-2242) .product .entry-summary .post-content:first-child, .single-product:not(.postid-2242) .product .entry-summary .product-border {
  display: none !important;
}*/

.single-product.product-cat-posters .product .entry-summary .price,
.single-product.product-cat-books .product .entry-summary .price,
.single-product.product-cat-posters .product .entry-summary .post-content:first-child,
.single-product.product-cat-books .product .entry-summary .post-content:first-child,
.single-product.product-cat-posters .product .entry-summary .product-border,
.single-product.product-cat-books .product .entry-summary .product-border {
  display: none !important;
}

.product-cat-frames .product_meta {
	display: none!important;
}


.product .entry-summary .post-content {
  clear: both;
}
#order_comments_field {
  display: none;
}
/*
 * mrstarsky-books
 */
.product-cat-books main#main, .bg-wheat {
  background: #fbf2e9;
}
.color-orange {
  color: #da8539;
}
.book-title {
  font-weight: 600;
}
#step-1 > div.step-new-content > div > div:nth-child(2) > div:nth-child(2) > a {
  display: none;
}
.steps.horizontal {
  font-weight: 400 !important;
}
/*
 * mrstarsky-postermap
 */
.fusion-woo-product-design-clean .product.sale .onsale {
  font-size: 28px !important;
  background-color: #ffa055;
  left: 270px;
  top: 0px;
}
#starmap-container {
  height: 0;
  overflow: hidden;
  width: 0;
}
#starmap {
  visibility: hidden;
}
.woocommerce-product-gallery figure {
  width: 100%;
}
div.avada-single-product-gallery-wrapper .bx-wrapper:first-of-type div.bx-viewport {
  /*height:400px!important;*/
  /*max-height:400px!important;*/
  min-height: 405px;
}
.bx-wrapper {
  margin-bottom: 1rem !important;
}
#poster-preview {
  padding-top: 20px;
  font-size: 20px;
  /*height: 430px;*/
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  position: relative;
}
#poster-preview .fusion-alert, #placeholder-img .fusion-alert {
  border: 3px solid #ccc !important;
  border-radius: 10px !important;
  text-align: left;
  padding: 50px 20px 30px;
  display: block !important;
}
#poster-preview img {
  /* width: calc(100% - 30px);
    max-width: none;
    margin: 0 auto;*/
}
/*
#poster-preview:not(.extra-image):before {
  content:"";
  position: absolute;
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 15px);	
  background-size: cover;
  left: 2px;
  top: 13px;
	
}*/
div[data-size="size30x40"]:not(.extra-image) img {
  object-fit: cover;
  width: 271px !important;
  height: 362px !important;
  left: 10px;
  position: relative;
  top: 6px;
  z-index: -1;
}
div[data-size="size30x40"]:not(.extra-image) img.loading, div[data-size="size30x40"] img.loading {
  width: 271px !important;
  left: 10px !important;
}
div[data-size="size30x40"]:not(.extra-image):before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 13px);
  background-size: cover;
  left: 2px;
  top: 13px;
}
div[data-size="size40x50"]:not(.extra-image) img {
  object-fit: cover;
  width: 290px !important;
  height: 365px !important;
  left: 12px;
  position: relative;
  top: 2px;
  z-index: -1;
}
div[data-size="size40x50"]:not(.extra-image):before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 1px);
  background-size: cover;
  left: 2px;
  top: 13px;
}
div[data-size="size50x70"]:not(.extra-image) img {
  object-fit: cover;
  width: 256px !important;
  height: 367px !important;
  left: 14px;
  position: relative;
  top: 2px;
  z-index: -1;
}
div[data-size="size50x70"]:not(.extra-image):before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 1px);
  background-size: cover;
  left: 2px;
  top: 13px;
}
#poster-preview > div > a {
  outline: none;
  outline-width: 0;
}
/** letter poster */
.chooseletter, .choosepattern, .choosecolor {
  margin-bottom: 5px !important;
  font-weight: 700 !important;
}
.form-group.select-letter, .form-group.select-color, .form-group.select-pattern {
  padding-left: 15px;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
}
.magnifier-thumb-wrapper:before {
  background: url(/wp-content/themes/Avada-Child-Theme/mrstarsky-posterstarmap/images/magnifier.png) #ddd no-repeat center;
  background-size: 16px;
  border-radius: 0 0 50% 0;
  content: "";
  height: 32px;
  left: 14px;
  position: absolute;
  width: 32px;
  pointer-events: none;
  top: 6px;
}
.magnifier-lens {
  margin-left: 0;
}
/*oak natural */
#poster-preview[data-color=natural][data-size="size40x50"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-40x50.png);
}
#poster-preview[data-color=natural][data-size="size50x70"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-50x70.png);
}
#poster-preview[data-color=natural][data-size="size30x40"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-30x40.png);
}
/*black */
#poster-preview[data-color=black][data-size="size40x50"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-40x50-black.png);
}
#poster-preview[data-color=black][data-size="size50x70"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-50x70-black.png);
}
#poster-preview[data-color=black][data-size="size30x40"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-30x40-black.png);
}
/*white */
#poster-preview[data-color=white][data-size="size40x50"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-40x50-white.png);
}
#poster-preview[data-color=white][data-size="size50x70"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-50x70-white.png);
}
#poster-preview[data-color=white][data-size="size30x40"]:before {
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/images/houtframe-eiken-30x40-white2.png);
}
#poster-preview:after, .woocommerce-product-gallery:after {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 99;
  right: -40px;
  top: 5px;
  background-size: 120px !important;
}

/*SALE */

:lang(nl) .product-cat-posters .woocommerce-product-gallery:after {
	 background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-nl.svg) no-repeat center;
}
:lang(en) .woocommerce-product-gallery:after {
	 background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-en.svg) no-repeat center;
}:lang(de) .woocommerce-product-gallery:after {
  background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-de.svg) no-repeat center;
}
:lang(fr) .woocommerce-product-gallery:after {
	 background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-fr.svg) no-repeat center;
}


body.style-poet2 input[name="poster[wish_1]"]::placeholder {
  color: transparent;
  opacity: 0;
}
#bx-pager a {
  width: 22%;
}
#bx-pager a[data-slide-index='0'] img {
  border-bottom: 2px solid gray !important;
}
#bx-pager a img {
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  width: 20px !important;
  height: 20px !important;
}
.bx-wrapper .bx-next {
  background: url(https://www.mrstarsky.com/wp-content/themes/Avada-Child-Theme/assets/images/right.svg) no-repeat center !important;
  right: -20px !important;
}
.bx-wrapper .bx-prev {
  background: url(https://www.mrstarsky.com/wp-content/themes/Avada-Child-Theme/assets/images/left.svg) no-repeat center !important;
  left: -20px !important;
}
.chooseposter .fusion-imageframe:after {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 99;
  right: -10px;
  top: -14px;
  background-size: 110px !important;
}

/* sale */

:lang(nl) .chooseposter .fusion-imageframe:after {
	 background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-nl.svg) no-repeat center;
}
:lang(en) .chooseposter .fusion-imageframe:after {
	 background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-en.svg) no-repeat center;
}* :lang(de) .chooseposter .fusion-imageframe:after {
  background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-de.svg) no-repeat center;
}
:lang(fr) .chooseposter .fusion-imageframe:after {
	 background: url(/wp-content/themes/Avada-Child-Theme/assets/images/star15-fr.svg) no-repeat center;
}

/*amsterdam overlay */
body.page-id-1848179 .swiper-fade .swiper-slide:before {
  display: block;
  position: absolute;
  max-width: 500px;
  right: -2vw;
  width: 30vw;
  height: 50vh;
  content: '';
  background: url(/wp-content/themes/Avada-Child-Theme/assets/images/amsterdam.png) no-repeat center center / cover;
  background-size: cover;
  z-index: 22;
  top: -4vh;
}
/***  sale overlay */
/*


.swiper-fade .swiper-slide:before {
display:block;
position:absolute;
width:100vw;
height: 140px;
content:'';
background: url('/wp-content/themes/Avada-Child-Theme/assets/images/bf-banner-desktop.svg') no-repeat center center/cover;  
background-size: cover;
z-index:22;
top:80px;
}

.mobimagefrontpage  .flexslider:before{
display:block;
position:absolute;
width:100vw;
height: 50px;
content:'';
background: url('/wp-content/themes/Avada-Child-Theme/assets/images/bf-banner-mobiel.svg') no-repeat center center/cover;  
background-size: cover;
z-index:22;
top:40px;
left:-25px;
}
*/
.avada-product-images-thumbnails-bottom > div > figure > div.gallery > a {
  width: 22% !important;
}
#poster-preview:not(.extra-image) {
  margin-bottom: 1em;
}
:lang(nl) .new-style .fusion-imageframe:after {
  background: url(https://www.mrstarsky.com/wp-content/themes/Avada-Child-Theme/assets/images/nieuw.png) no-repeat center;
  width: 80px;
  height: 80px;
  background-size: 80px !important;
  top: -2px;
  right: 10px;
}
:lang(en) .new-style .fusion-imageframe:after {
  background: url(https://www.mrstarsky.com/wp-content/themes/Avada-Child-Theme/assets/images/new.png) no-repeat center;
  width: 80px;
  height: 80px;
  background-size: 80px !important;
  top: -2px;
  right: 10px;
}
:lang(de) .new-style .fusion-imageframe:after {
  background: url(https://www.mrstarsky.com/wp-content/themes/Avada-Child-Theme/assets/images/neu.png) no-repeat center;
  width: 80px;
  height: 80px;
  background-size: 80px !important;
  top: -2px;
  right: 10px;
}
:lang(fr) .new-style .fusion-imageframe:after {
  background: url(https://www.mrstarsky.com/wp-content/themes/Avada-Child-Theme/assets/images/noveau.png) no-repeat center;
  width: 80px;
  height: 80px;
  background-size: 80px !important;
  top: -2px;
  right: 10px;
}


/*book notification
  :lang(en) .book-title:after{
  content: "Binding of picture books is currently unavailable due to holidays. We will start processing all orders on August 25th!";
  display: block;
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #ffefc6;
  color: #444;
  font-size: 0.95rem;
  border-left: 4px solid #f2a900;
  border-radius: 4px;
  font-family: Helvetica Neue, Helvetica, Arial, " sans-serif" !important;
  }

:lang(nl) .book-title::after {
  content: "Het inbinden van voorleesboeken is op dit moment niet mogelijk ivm vakanties. Op 25 augustus gaan we aan de slag met alle bestellingen!";
  display: block;
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #ffefc6;
  color: #444;
  font-size: 0.95rem;
  border-left: 4px solid #f2a900;
  border-radius: 4px;
  font-family: Helvetica Neue, Helvetica, Arial, " sans-serif" !important;
}

:lang(de) .book-title::after {
  content: "Das Binden von Vorlesebüchern ist derzeit wegen der Ferien nicht möglich. Ab dem 25. August beginnen wir mit der Bearbeitung aller Bestellungen!";
  display: block;
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #ffefc6;
  color: #444;
  font-size: 0.95rem;
  border-left: 4px solid #f2a900;
  border-radius: 4px;
  font-family: Helvetica Neue, Helvetica, Arial, " sans-serif" !important;
} */



#placeholder-img .fusion-alert {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#placeholder-img .fusion-alert a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
  z-index: 2;
}
#poster-preview .fusion-alert .continue-error > div {
  cursor: pointer;
  top: -120px;
  left: 265px;
  border: 1px solid #ccc !important;
  padding: 0px 0px 10px;
  width: 20px;
  height: 25px;
  text-align: center !important;
  z-index: 99999999;
  position: relative;
}
/** book alllert **/
.product_cat-books #placeholder-img .fusion-alert {
  height: auto !important;
  display: block !important;
  max-width: 600px;
  padding: 50px;
}
#continue-creating-poster {
  cursor: pointer !important;
}
.fusion-alert.alert .continue-error > div, #continue-creating-book > div {
  position: relative;
  top: -95px;
  left: 100%;
  border: 1px solid #ccc !important;
  padding: 0px 0px 10px;
  width: 20px;
  height: 25px;
  text-align: center !important;
}
.infomessage {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 9;
  background: rgba(121, 169, 158, 0.8);
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  display: none;
  left: 5px;
  width: calc(100% - 15px);
}
#poster-preview[data-size="size50x70"] .infomessage {
  width: calc(100% - 45px);
}
#poster-preview[data-size="size30x40"] .infomessage {
  width: calc(100% - 40px);
}
.postid-1147 .infomessage.illustrations, .postid-44 .infomessage.illustrations {
  display: block;
}
.postid-39889 .infomessage.terra {
  display: block;
}
#wpfront-notification-bar.sticky {
  top: 0px !important;
  z-index: 99 !important;
  position: fixed !important;
}
.logged-in #wpfront-notification-bar.sticky {
  top: 32px !important;
}
.form-horizontal .control-label {
  text-align: left !important;
}
form[name="poster"] .btn-primary {
  background-color: #79a99e;
  border: 0;
  padding: 13px 29px;
  text-transform: uppercase;
}
form[name="poster"] h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
}
#poster_day, #poster_month, #poster_year, #poster_hour, #poster_min {
  display: inline-block;
  width: auto;
}
.fusion-apply-coupon, input[name="apply_coupon"], .fusion-update-cart {
  background: #79a99e !important;
  color: #fff !important;
}
.variations_button .single_add_to_cart_button, .checkout-button, .primarybutton, #place_order, .wpcf7-submit, .single_add_to_cart_button.button {
  color: #fff !important;
  background: #00acf1 !important;
  border-radius: 30px !important;
  border: 0;
  padding: 13px 29px;
  text-transform: uppercase;
}
.quantity.buttons_added {
  border: 0 !important
}
.ls-wrapper .primarybutton {
  font-family: 'Open Sans';
  font-size: 14px;
}
.mobilebuttonhome {
  margin-top: -30px;
  z-index: 3;
}
.mobimagefrontpage {
  margin-top: -70px;
}
.fusion-menu-cart-link {
  max-width: 100%;
}
.fusion-menu-cart-checkout-link, body.woocommerce-checkout .full-width.checkout_coupon /*, #billing_address_1_field, #shipping_address_1_field*/ {
  display: none !important;
}
#menu-language-mobiel {
  left: 0 !important
}
#main .product .product_title {
  font-size: 34px !important;
  margin-top: -40px !important;
  margin-bottom: 30px !important;
  font-family: "Montserrat-thin";
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
}
div.summary.entry-summary > div > h1 {
  display: none;
}
.change-poster-style {
  clear: both; /* Show below Add to cart button */
  font-size: 120%;
  margin-top: 15px;
  text-align: center; /*display:none;*/
  padding-bottom: 10px;
  line-height: 2.5rem;
}
/* On mobile, show below Add to cart. On desktop, show below Poster preview */
.images .change-poster-style {
  display: none;
}
.poster.usps {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 15px;
}
.poster.usps li {
  font-weight: 300 !important;
}
ul.usps:first-child li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  color: orange;
}
ul.usps {
  list-style-type: none;
}
.variations_form.cart {
  margin: 0;
}
.change-poster-style .thumbs {
  display: grid;
  grid-template-columns: repeat(3, 32% [col-start]);
  gap: 1%;
}
/** order thumbs poster creator **/
.thumbs a {
  order: 8;
}
.thumbs .style8 /* terra */ {
  order: 1;
}
.thumbs .style10 /*aqua gold */ {
  order: 2;
}
.thumbs .style17 /*milkyway*/ {
  order: 3
}
.thumbs .style15 /*jade*/ {
  order: 4;
}
.thumbs .style2 /*martha*/ {
  order: 5;
}
.thumbs .style9 /*anna katherina*/ {
  order: 6;
}
.thumbs .style1 /*kars en boom*/ {
  order: 7;
}
@media (min-width: 801px) {
  .images .change-poster-style {
    display: none;
  }
  .summary .change-poster-style {
    /*display: block;*/
  }
}
.change-poster-style a {}
.fusion-flexslider .slides .change-poster-style a, .change-poster-style a {
  /*width: 32%;*/
  border: 1px solid #ececec;
  margin: .1%;
  display: inline-block;
  text-align: left;
}
/*.postid-39889 .change-poster-style {display: none!important;}*/
.fusion-flexslider .slides .change-poster-style a img {
  display: inline-block;
}
/* Niels style */
h1, h2, h3, h4 {
  font-weight: 200;
}
.fusion-main-menu a:hover, a.button-pill:hover {
  text-decoration: none;
}
.text-white, .text-white h2, .text-white h1 {
  color: #ffffff !important;
}
.text-white h2 {
  margin-bottom: 15px !important;
  font-size: 48px !important;
  margin-top: 30px;
}
.text-padding p {
  padding: 0 15px 15px;
}
.text-padding h3 {
  font-size: 38px !important;
  margin-bottom: 15px;
  padding: 0px 15px 0;
}
.fusion-footer .widget-title {
  display: none;
}
.fusion-footer section#text-5 {
  margin-bottom: 0;
}
div[id^='menu-footermenu'] {
  margin-left: -10px !important;
}
.fusion-menu-element-wrapper.collapse-enabled li.menu-item:not(.expanded) {
  border-bottom: 0 !important
}
h2 img {
  margin-top: -30px;
}
.woocommerce-Price-amount {
  color: black !important;
}
div.fusion-header div.fusion-row div.fusion-logo {
  margin-bottom: 5px !important;
}
.company-name strong {
  font-weight: 200 !important;
}
.meta .fusion-date, .post-content blockquote, .review blockquote q {
  font-style: normal !important;
}
.buttonmargin {
  margin-top: 15px;
}
.fusion-widget-area .widget_nav_menu li {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.fusion-widget-area .current-menu-item > a, .fusion-widget-area .current-menu-item > a::before, .fusion-widget-area .current-menu-item > a:hover::before, .fusion-widget-area .widget_nav_menu li a:hover {
  color: black !important;
}
.sidebar .widget h4 {
  margin-bottom: 5px !important;
  color: #000;
  font-weight: 700;
}
body .grecaptcha-badge, .rc-anchor-invisible {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.fusion-builder-row-inner .fusion-text {
  margin-bottom: 20px;
}
/*** coupon checkout ***/
div#coupon-anchor > form.checkout_coupon.woocommerce-form-coupon.ui-dialog-content.ui-widget-content {
  display: block !important;
}
div.woocommerce > form.checkout_coupon.woocommerce-form-coupon.ui-dialog-content.ui-widget-content {
  display: none !important;
}
div.woocommerce-form-coupon-toggle /*, .fusion-body div:not(.woocommerce-NoticeGroup-checkout) .wc-block-components-notice-banner.is-error,*/ .fusion-body .wc-block-components-notice-banner.is-info, div:not(.coupon-special) .fusion-body .wc-block-components-notice-banner.is-success {
  display: none !important;
}


/*form.checkout.woocommerce-checkout > div.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > div > div  {display:block;}*/


.coupon-special .fusion-body .wc-block-components-notice-banner {display: inherit!important;}

.woocommerce .checkout_coupon {
  border: 0;
  background: #ececec;
  justify-content: space-between !important;
}
/** end **/
.fusion-widget-cart-number {
  color: #ffffff !important;
}
.newposter {
  padding: 3px 5px;
  margin-bottom: 15px;
  border-radius: 3px;
  display: inline-block;
}
.newposter img, .woocommerce-content-box img {
  vertical-align: top;
}
.required, abbr[data-original-title], abbr[title] {
  border-bottom: 0 !important;
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
#nav ul li ul li a, #reviews #comments > h2, #sticky-nav ul li ul li a, #wrapper #nav ul li ul li > a, #wrapper #sticky-nav ul li ul li > a, .avada-container h3, .comment-form input[type="submit"], .ei-title h3, .fusion-blog-shortcode .fusion-timeline-date, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a, .fusion-load-more-button, .fusion-main-menu .sub-menu, .fusion-main-menu .sub-menu li a, .fusion-megamenu-widgets-container, .fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover, .fusion-megamenu-wrapper li .fusion-megamenu-title-disabled, .fusion-page-title-bar h3, .gform_page_footer input[type="button"], .meta .fusion-date, .more, .post-content blockquote, /*.review blockquote div strong,*/ .review blockquote q, .ticket-selector-submit-btn[type="submit"], .widget.woocommerce .product-title, .woocommerce .shipping-calculator-form .button, .woocommerce-success-message .button, .wpcf7-form input[type="submit"], body {
  font-family: "Open Sans" !important;
  font-weight: 300;
  letter-spacing: 0px;
}
a.fusion-button-default:hover .fusion-button-text {
  color: #fff !important;
}
input.form-control, .form-group input {
  color: #333333 !important;
}
input#full-size {
  margin-top: 0px;
}
@supports (-webkit-touch-callout: none) {
  input#full-size {
    margin-top: 0px;
  }
}
.form-group.name {
  z-index: 3;
  position: relative;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333 !important;
  opacity: 1 !important; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333 !important;
}
.wc-terms-and-conditions {
  display: block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #ececec;
  max-width: 600px;
  float: right;
  clear: both;
}
.wc-terms-and-conditions label {
  font-weight: 400 !important;
}
/** cart page custom **/
.fusion-apply-coupon {
  height: inherit !important;
  flex: 0.7 !important
}
div.fusion-woo-cart-totals-wrapper div.wc-proceed-to-checkout a {
  text-align: center;
  padding: 15px 20px;
  flex: 1.2;
}
div.fusion-woo-cart-totals-wrapper div.wc-proceed-to-checkout a.fusion-update-cart {
  margin-right: 10px;
}
/** cart upsell **/
.no-frame-upsell .upsell-frame {
  display: none !important;
}
.woocommerce-order-received .avada-order-details, .woocommerce-order-received .avada-customer-details, .woocommerce-checkout .fusion-page-title-bar {
  display: none !important;
}
form.checkout label {
  /*width: 100% !important;*/
}
.checkout .payment_methods li {
  margin-bottom: 20px !important;
}
.payment_methods li img {
  float: left !important;
  margin-right: 10px !important;
  padding: 1px !important;
  border-radius: 3px !important;
  width: 47px;
  border: 1px solid #ccc !important;
  max-width: 47px;
}
.checkout .payment_methods .payment_box {
  padding: 5px 5px 1px !important;
  background-color: #f2f8f7 !important;
}
#payment .payment_methods li p {
  margin: 0.8em !important;
}
body.fr .payment_methods li img {
  margin-top: 0px !important;
}
body.fr .checkout .payment_methods li {
  margin-bottom: 20px !important;
}
.woocommerce-privacy-policy-text {
  max-width: 300px;
}
.form-row.woocommerce-mailchimp-opt-in {
  float: left;
}
.wc_payment_method > input {
  height: 20px;
}
.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li > label, .shipping label {
  background-color: transparent !important;
  padding: 5px 0 !important;
  width: calc(100% - 35px) !important;
  float: left;
  top: -5px;
  display: inline-block !important;
  max-width: 390px;
}
.wc_payment_method > input, .shipping input {
  float: left !important;
  margin-right: 5px;
  display: block !important;
}
.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li > label:after, .fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li > label:before, .shipping label:before, .shipping label:after {
  display: none !important;
}
tr.shipping {
  display: flex;
}
.shipping li {
  min-width: 200px;
  display: flex;
}
.shipping th {
  vertical-align: top;
  padding-top: 8px !important;
}
.shipping label {
  text-align: left;
  align-self: center;
}
.woocommerce-shipping-totals td, .woocommerce-mailchimp-opt-in, .woocommerce-mailchimp-opt-in label, tfoot > tr.woocommerce-shipping-totals.shipping > td, .woocommerce-shipping-totals #shipping_method > li > label {
  width: 100% !important;
}
.woocommerce-shipping-totals #shipping_method > li {
  min-width: inherit !important
}
tr.woocommerce-shipping-totals.shipping > td {
  padding: 0 !important;
}
table > tfoot > tr.woocommerce-shipping-totals.shipping {
  display: table-row;
}
.woocommerce-shipping-totals.shipping label {
  text-align: right !important;
}
.woocommerce-form__label-for-checkbox {
  line-height: 1;
}
.shop_table.woocommerce-checkout-review-order-table .product-total {
  width: 25% !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-name {
  width: 75% !important;
}
.shop_table.woocommerce-checkout-review-order-table tfoot {
  /*display:inline-block;*/
}
.shop_table.woocommerce-checkout-review-order-table tfoot th {
  width: 30% !important;
}
.variation-Voorwoord {
  display: none !important;
}
.avada-checkout-error {
  color: red !important;
  border-color: red !important;
}
tr.cart-discount th, .cpops-coupons-tag span, div.fusion-woo-checkout-order-review-tb.fusion-woo-checkout-order-review-tb-1 > table > tfoot > tr.cart-discount > th {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
/** vologrde betaalmethoden **/
ul.payment_methods.methods {
  display: flex;
  flex-direction: column;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_ideal {
  order: 1;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_applepay {
  order: 3;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_bancontact {
  order: 2;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_maestro {
  order: 4;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_mastercard {
  order: 5;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_visa {
  order: 6;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_banktrans {
  order: 7;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_generic {
  order: 8;
} /** google pay*/ :lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_generic_2 {
  display: none;
} /** carte bancarie*/ :lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_paypal {
  order: 9;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_klarna {
  order: 10;
}
:lang(nl) ul.payment_methods.methods li.payment_method_multisafepay_sofort {
  order: 8;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_ideal {
  order: 1;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_applepay {
  order: 2;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_bancontact {
  order: 9;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_maestro {
  order: 3;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_mastercard {
  order: 4;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_visa {
  order: 5;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_banktrans {
  order: 7;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_generic {
  order: 6;
} /** google pay*/ :lang(en) ul.payment_methods.methods li.payment_method_multisafepay_generic_2 {
  display: none;
} /** carte bancarie*/ :lang(en) ul.payment_methods.methods li.payment_method_multisafepay_paypal {
  order: 11;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_klarna {
  order: 10;
}
:lang(en) ul.payment_methods.methods li.payment_method_multisafepay_sofort {
  order: 8;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_ideal {
  display: none;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_applepay {
  order: 6;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_bancontact {
  order: 5;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_maestro {
  order: 2;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_mastercard {
  order: 3;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_visa {
  order: 4;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_banktrans {
  order: 8;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_generic {
  order: 7;
} /** google pay*/ :lang(de) ul.payment_methods.methods li.payment_method_multisafepay_generic_2 {
  order: 1;
} /** carte bancarie*/ :lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_paypal {
  order: 8;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_klarna {
  display: none;
}
:lang(fr) ul.payment_methods.methods li.payment_method_multisafepay_sofort {
  display: none;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_ideal {
  display: none;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_applepay {
  order: 8;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_bancontact {
  display: none;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_maestro {
  display: none;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_mastercard {
  order: 3;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_visa {
  order: 2;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_banktrans {
  order: 4;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_generic {
  order: 7;
} /** google pay*/ :lang(de) ul.payment_methods.methods li.payment_method_multisafepay_generic_2 {
  display: none;
} /** carte bancarie*/ :lang(de) ul.payment_methods.methods li.payment_method_multisafepay_paypal {
  order: 5;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_klarna {
  order: 6;
}
:lang(de) ul.payment_methods.methods li.payment_method_multisafepay_sofort {
  order: 1;
}
.msp-container-ui .msp-ui-form-control {
  padding: 0 12px !important;
}
.view-cart a:before {
  position: absolute;
  margin-left: -25px;
  font-family: awb-icons;
  content: "\f07a";
  color: inherit;
}
/** checkout styling updates */
.woocommerce-checkout .woocommerce {
  margin-top: 30px;
}
#customer_details > div.col-1, form.checkout.woocommerce-checkout > div.woocommerce-content-box.full-width, .woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
  border: 0px !important;
  padding: 0 3% !important;
}
#customer_details > div.col-2, .avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-2 {
  background-color: #f6f6f6;
  border: 0 !important;
  padding: 30px !important;
}
.woocommerce-form-login-toggle, #customer_details > div.col-1 > div.woocommerce-account-fields {
  /*display: none;*/
}
#customer_details > div.col-1 > div.woocommerce-account-fields > p > label {
  display: inline;
}
a.showlogin {
  text-decoration: underline;
}
.checkbox input {
  margin-bottom: 3px;
}
/** chekout col styling */
.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-1, #customer_details .col-1, .avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-2, #customer_details .col-2 {
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px;
  float: left;
  width: 48%;
}
#customer_details > div.col-1 > div > h3 {
  margin-top: 0 !important;
}
/* new megamenu 2022 */
.fusion-megamenu-holder {
  padding-left: 50px;
}
.fusion-megamenu-wrapper, .fusion-megamenu-holder {
  min-height: 400px;
  height: auto;
  background-color: #fbfaf6 !important;
}
/*.product-cat-posters .fusion-megamenu-holder, .product-cat-books .fusion-megamenu-holder {
	margin-top:-400px;
}*/
.product-cat-posters .woocommerce-product-details__short-description {
  display: none;
}
.fusion-megamenu-holder ul.menu li a, .fusion-megamenu-widgets-container ul .menu-item li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-weight: 400 !important;
  color: #747474 !important;
}
.fusion-megamenu-widgets-container ul {
  padding: 0 !important;
}
.fusion-megamenu-holder ul.menu li, .fusion-megamenu-widgets-container ul .menu-item li {
  border-bottom: 0px solid transparent !important;
  background-color: transparent !important;
  padding: 0;
  list-style: none;
  line-height: 31px;
}
.awb-justify-title {
  Display: block !important;
  Text-align: left !important;
  border-bottom: 1px solid #ececec;
}
.awb-menu.awb-menu_desktop .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
  padding: 0 34px 0 20px !important;
}
.fusion-megamenu-title {
  Padding: 20px 0px 10px 20px !important
}
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu {
  padding: 15px 12% 0 0 !important;
}
#menu-megamenu-2022 .sub-menu > li:first-child, #menu-megamenu-2024 .sub-menu > li:first-child {
  padding-top: 20px;
}
#menu-megamenu-2022 .sub-menu > li:last-child, #menu-megamenu-2024 .sub-menu > li:last-child {
  padding-bottom: 20px;
}
.fusion-megamenu-submenu .widget_nav_menu .heading {
  display: none;
}
.menu-item-165042, .menu-item-165054, .postid-164715 .change-poster-style {
  display: none !important;
}
.awb-menu_em-hover .awb-menu__li:hover > .awb-menu__sub-ul, .awb-menu__sub-ul.awb-menu__sub-ul_main {
  z-index: 9999999999999999999 !important;
}
/** blog and news **/
.blogoverview-image img {
  object-fit: cover;
  height: 300px;
}
@media only screen and (max-width: 800px) {
  li.fusion-megamenu-menu {
    display: none !important;
  }
  .menu-item-165042, .menu-item-165054 {
    display: block !important;
  }
  .product .avada-product-images-global .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
  .magnifier-thumb-wrapper:before {
    left: 17px;
    top: 16px;
  }
  div.avada-single-product-gallery-wrapper.avada-product-images-global.avada-product-images-thumbnails-bottom > div > figure > div.mt-5.mb-3 {
    display: none;
  }
  .info-customize {
    display: flex;
    padding-top: 15px;
    width: 100%;
  }
  .info-customize img {
    width: 21px;
    height: 25px;
    margin-right: 10px;
  }
  .poster-day, .poster-hour {
    margin-top: -1rem;
  }
  .chooseposter .fusion-imageframe:after {
    width: 80px;
    height: 80px;
    background-size: 80px !important;
    right: 0px;
    top: 0px;
  }
}
/*========== end max 800px ================*/
/** radiobutton style **/
body.fr .reason {
  display: none;
}
.reason .input-radio {
  width: 15px;
  float: left;
  clear: left;
  margin-top: 5px;
  height: 13px;
}
.reason label.radio {
  width: 90% !important;
  float: left !important;
}
.form-row-wide.reason {
  min-height: 70px;
}
.reason-order span {
  margin-right: 5px;
}
/** notification checkout page  */ :lang(de) .woocommerce-invalid:after {
  content: "Pflichtfeld bitte ausfüllen" !important;
}
:lang(en) .woocommerce-invalid:after {
  content: "Please enter correct details for this required field." !important;
}
:lang(nl) .woocommerce-invalid:after {
  content: "Geef de correcte details op voor het verplichte veld." !important;
}
:lang(de) .payment_method_multisafepay_ideal, :lang(de) .payment_method_multisafepay_bancontact, :lang(de) .payment_method_multisafepay_maestro {
  display: none;
}
/*#menu-item-72059:lang(en-US), :lang(en) #menu-item-72059, :lang(en) .maakjeboek {
  display: none !important;
}*/
.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {}
.fusion-is-sticky .fusion-header-menu-align-center .fusion-main-menu, .fusion-container-stuck .fusion-header-menu-align-center .fusion-main-menu {
  padding: 5px;
}
.frame-variation {
  display: none;
}
.frame-popover .media-left {
  width: 20%;
}
#morgenbezorgd {
  padding: 0 !important;
  height: 35px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.logged-in .fusion-sticky-header-wrapper .fusion-secondary-main-menu {
  top: 65px !important;
}
.fusion-sticky-header-wrapper .fusion-secondary-main-menu {
  top: 32px !important;
}
/** poster input and form field corrections desktop**/
.product-cat-posters input, .product-cat-posters select, input, #mc_embed_signup .mc-field-group select, #mc_embed_signup .mc-field-group input {
  border: 1px solid #d2d2d2 !important;
  margin-right: 1% !important;
  box-sizing: border-box !important;
  margin-bottom: 10px !important;
  font-weight: 300 !important;
  color: #333333 !important;
}
@media only screen and (min-width: 801px) {
  .product-cat-posters input, .product-cat-posters select, input, #mc_embed_signup .mc-field-group select, #mc_embed_signup .mc-field-group input {
    font-size: 14px !important;
  }
}
.product-cat-posters .form-horizontal .control-label, .product-cat-posters label {
  font-weight: 700 !important;
}
.product-cat-books .product {
  background: white;
}
.product-cat-posters input.invalid {
  border: 1px solid red !important;
}
.product-cat-posters small.errors {
  color: red;
  display: inline-block;
  opacity: 1;
  transition: ease-in-out 0.2s;
  line-height: 0.5rem;
}
.product-cat-posters small.errors::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 20 20'%3E%3Cpath d='M9 15h2V9H9v6zm1-10c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1zm0-4c-5 0-9 4-9 9s4 9 9 9s9-4 9-9s-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7z' fill='%23626262'/%3E%3C/svg%3E");
  vertical-align: middle;
  padding-right: 0.25rem;
  height: inherit;
}
.product-cat-posters small.errors:empty {
  opacity: 0;
}
.product-cat-posters small.errors:empty::before {
  content: " ";
  padding-right: 0;
}
#portfolios-block .owl-item {
  padding: 0 0.1%;
  text-align: center;
}
#portfolios-block .owl-item .fusion-button {
  background: #00adee;
  border-color: #ffffff;
  border-radius: 25px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
#portfolios-block .owl-item .fusion-button:hover {
  background: #0293c9;
}
#mline-block.owl-carousel .owl-nav button.owl-prev, #portfolios-block.owl-carousel .owl-nav button.owl-prev {
  background-image: url(./assets/images/arr_car_left.svg);
  left: -30px;
  border: 0 !important;
  opacity: 0.4;
}
#mline-block.owl-carousel .owl-nav button.owl-next, #portfolios-block.owl-carousel .owl-nav button.owl-next {
  background-image: url(./assets/images/arr_car_right.svg);
  right: -30px;
  border: 0 !important;
  opacity: 0.4;
}
button.owl-next:focus, button.owl-prev:focus {
  border: 0 !important;
  outline: -webkit-focus-ring-color auto 0px !important;
}
#mline-block.owl-carousel .owl-nav button, #portfolios-block.owl-carousel .owl-nav button {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  font-size: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.puq_portfolios_item_content {
  padding: 0 10%;
}
.portfolios-block {
  overflow: visible;
}
.owl-carousel {}
.owl-stage-outer {
  /*width:106%;*/
}
.portfolios-block-section {
  margin-left: auto !important;
  margin-right: auto !important;
}
/** text slider **/
.text_slider_testimonial, .playbutton-wrapper, .text_slider_testimonial_panel .controls {
  display: none;
}
.text_slider_content {
  text-align: center;
}
.textmessageblock {
  min-height: 30px;
}
.fusion-testimonials.clean .author, .fusion-testimonials.classic .author {
  display: none !important;
}
/** support chat */
#launcher {
  left: 0 !important;
  right: inherit !important
}
.fusion-testimonials.classic blockquote q {
  padding: 15px !important;
  text-align: center;
}
.fusion-testimonials.classic blockquote > q > p {
  margin: 0;
  padding: 0;
}
.awb-quote-content p {
  padding: 0 !important;
  margin: 0 !important;
  font-style: normal !important;
}
.active-testimonial > blockquote > div > div > p > strong {
  font-weight: 700 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
/** lang choice */
.fa-shopping-cart:before {
  color: #9e9e9e;
  font-size: 20px !important;
}
.mobilelang {
  height: 45px;
}
.lang {
  background-color: #ececec !important;
  height: 30px;
  width: 40px;
  margin: 2% 0;
  border-left: 1px solid white;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
:lang(nl) .lang.nl, :lang(de) .lang.de, :lang(en) .lang.en, :lang(fr) .lang.fr {
  background-color: rgba(119, 168, 157, 0.5) !important
}
:lang(nl) .lang.nl a, :lang(en) .lang.en a, :lang(de) .lang.de a, :lang(fr) .lang.de a {
  color: #ffffff !important;
}
.menu-item-18 a {
  display: none !important;
}
/* new product page styling knuffel */
.product.woocommerce.add_to_cart_inline {
  padding: 0 !important;
  border: 0 !important;
  margin-top: 1rem;
  font-size: 18px;
}
.fusion-has-button-gradient .woocommerce.add_to_cart_inline .button {
  background: #00adee;
  border-color: #ffffff;
  border-radius: 25px;
}
.product-attribute-specs-table {
  margin-top: 15px;
}
.table-caption {
  text-align: left;
}
td.col.data {
  vertical-align: middle;
  padding: 5px;
}
/*modal close button fix **/
.cp-overlay-close.cp-adjacent-close.cp-adjacent-right {
  /*padding: 7px;
	background: #000;
    border-radius: 40px;
	overflow: hidden;*/
}
.fusion-privacy-bar {
  z-index: 99 !important;
}
.fusion-privacy-bar-bottom {
  bottom: 20vh;
  height: 100vh;
  padding: 20vh 0 0 0 !important;
  z-index: 99999999 !important;
  top: 0;
  background-color: rgba(57, 71, 71, 0.2) !important;
}
.fusion-privacy-bar .fusion-privacy-bar-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-color: #ffffff !important;
  padding: 2%;
  max-width: 600px;
  min-width: 370px;
  margin: 0 auto !important;
  color: #212323 !important;
}
.fusion-privacy-bar .fusion-privacy-bar-main span > a {
  color: #000 !important;
  text-decoration: underline;
}
.woocommerce-notices-wrapper {
  max-height: 90px;
  overflow: hidden;
}
@media only screen and (min-width: 801px) {
  .fusion-is-sticky .menu-item-18:before, .fusion-sticky-transition .menu-item-18:before, .fusion-is-sticky .menu-item-18:before, .fusion-is-sticky .menu-item-18:hover:before, .fusion-sticky-transition .menu-item-18:hover:before, .fusion-is-sticky .menu-item-18:hover:before {
    background: url("https://www.mrstarsky.com/wp-content/uploads/2017/03/mrstarksy-logo-nrm.png") !important;
    background-size: 163px 38px !important;
    display: inline-block !important;
    width: 163px !important;
    height: 38px !important;
    content: "" !important;
    position: inherit !important;
  }
  /*.fusion-is-sticky .menu-item-18, .fusion-container-stuck .menu-item-18 {
display:none;  }*/
  .fusion-is-sticky .menu-item-18 a, .fusion-sticky-transition .menu-item-18 a {
    display: none !important;
  }
  .text_slider_testimonial_panel {
    height: 25px;
  }
  .sticky .mobilelang, .fusion-sticky-transition .mobilelang {
    display: none !important;
  }
  .frame-size, .info-customize {
    margin: 10px 0 0 15px;
    display: inline-block;
  }
  textarea.form-control {
    font-size: 14px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 1050px) {
  .single-product #content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body {
    font-weight: 400;
  }
  .product .summary.entry-summary {
    margin-left: 0 !important;
  }
  #poster-preview {
    margin-right: auto;
  }
  /** letter poster mobiel */
  .product_tag-letterposter div.avada-single-product-gallery-wrapper div.bx-viewport > ul > li {
    max-width: 300px
  }
  .style-letter1 .avada-has-woo-gallery-disabled .product .entry-summary .summary-container, .style-letter1 div.summary.entry-summary > div {
    margin-top: 0 !important;
  }
  .style-letter1 .woocommerce-product-gallery__wrapper .bx-wrapper:nth-child(2) {
    margin-bottom: -1rem !important;
  }
  .style-letter1 .woocommerce-product-gallery__wrapper .bx-wrapper:nth-child(3) {}
  .style-letter2 div[data-size="size30x40"]:not(.extra-image):before, .style-letter1 div[data-size="size30x40"]:not(.extra-image):before {
    width: calc(100% + 12px);
    height: calc(100% + 15px);
  }
  div[data-size="size40x50"]:not(.extra-image) img {
    top: 0
  }
  input#full-size {
    margin-top: -8px;
  }
  body.style-letter2 div.avada-single-product-gallery-wrapper .bx-wrapper:first-of-type div.bx-viewport, body.style-letter1 div.avada-single-product-gallery-wrapper .bx-wrapper:first-of-type div.bx-viewport {
    min-height: 425px;
  }
  body.style-letter1 div.summary.entry-summary > div > form.form-horizontal.postertool > div.form-group.select-color > a:nth-child(7) {
    display: none;
  }
  body.style-letter2 .avada-has-woo-gallery-disabled .product .entry-summary .summary-container, .avada-has-woo-gallery-disabled.product .entry-summary .summary-container {
    margin-top: 0;
  }
  body.style-letter2 div.avada-single-product-gallery-wrapper.avada-product-images-global.avada-product-images-thumbnails-bottom > div > div > div:nth-child(2) {
    margin-bottom: 0;
  }
  /* end */
  .avada-product-images-thumbnails-bottom > div > figure > div:nth-child(3) {
    max-width: inherit !important;
    width: 100%;
  }
  .avada-product-images-thumbnails-bottom > div > figure > div:nth-child(3) .bx-viewport {
    width: calc(100% - 10px) !important;
  }
  .fusion-sticky-header-wrapper {
    top: 33px !important;
  }
  #wpfront-notification-bar.sticky {
    top: 0px !important;
  }
  .logged-in #wpfront-notification-bar.sticky {
    top: 45px !important;
  }
  .logged-in .fusion-sticky-header-wrapper {
    top: 78px !important;
  }
  .text_slider_content {
    max-width: 80vw;
  }
  .messagebar {
    min-height: 52px !important;
  }
  /*mobile menu */
  .fusion-widget-cart a {
    text-align: right; /*padding-left:35px!important;*/
  }
  .mobilemenu.fusion-container-stuck {
    padding-top: 5px !important
  }
  .fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded > ul, .fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded > ul, .awb-menu.collapse-enabled.mobile-mode-collapse-to-button.expanded .awb-menu__main-ul {
    max-height: 100vh !important;
    min-height: 100vh !important;
  }
  body.panel-actice.single-product {
    overflow-y: hidden;
  }
  .panel-active .fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) {
    z-index: 8 !important;
  }
  /* poster tool corrections mobile */
  #poster-preview[data-size="size40x50"] .infomessage {
    width: calc(100% - 16px);
  }
  .poster.usps {
    padding-left: 0;
  }
  #main .product .product_title {
    font-size: 22px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .product-cat-posters input, .product-cat-posters select, .product-cat-posters input, .product-cat-posters select, input, #mc_embed_signup .mc-field-group select, #mc_embed_signup .mc-field-group input {
    font-size: 16px !important;
    padding: 8px 10px 8px 10px !important;
    min-height: 35px;
  }
  .postertool .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  #poster_day {
    width: 25%;
  }
  #poster_month {
    width: 39%;
  }
  #poster_year {
    width: 25%;
  }
  .generated .woocommerce-variation-add-to-cart button, .woocommerce-variation-add-to-cart button.generated {
    position: fixed !important;
    bottom: 2vh;
    left: 10vw;
    width: 80vw;
    z-index: 999;
  }
  /** mobile checkout page */
  body.woocommerce-checkout .avada-myaccount-user {
    display: none !important;
  }
  body.woocommerce-checkout .woocommerce {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  body.woocommerce-checkout .checkout.woocommerce-checkout {
    /*margin-top:-30px;*/
  }
  body.woocommerce-checkout #main {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .woocommerce-mailchimp-opt-in-checkbox-text, .woocommerce-terms-and-conditions-checkbox-text {
    width: 90%;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 5px;
    vertical-align: top;
  }
  #payment > div > div > p > label > abbr {
    display: none;
  }
  .gdlr-core-input-wrap.gdlr-core-large input:not([type="button"]):not([type="submit"]):not([type="file"]) {
    /* padding: 20px 22px; */
    padding: 0;
  }
  .checkbox input {
    width: 15px;
    height: 15px;
    padding: 7px !important;
  }
  li.wc_payment_method input {
    margin-top: -7px;
    margin-right: 15px !important;
  }
  .avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-2 {
    padding: 3% !important;
  }
  h3 .woocommerce-form__label-for-checkbox {
    line-height: 0.5 !important;
  }
}
/*cart pops */
.cpops-cart-item__image img {
  border: 0px !important;
}
.cpops-cart-item__image {
  background-color: #fff !important
}
.cpops-cart-item__container {
  min-width: 230px !important;
}
.cpops-powered-by {
  display: none !important
}
#cpops-floating-cart .cpops-floating-cart__count {
  display: none;
}
#cartpops-drawer .cpops-cart-line-items__discount-value span > span:before {
  content: "-";
  width: 10px;
  height: 20px;
}
.cpops-cart-item__product--link a {
  letter-spacing: 0 !important;
}
.cpops-floating-cart__button, #cpops-floating-cart {
  display: none;
}
.single-product .cpops-floating-cart__button, .single-product #cpops-floating-cart {
  display: block;
}
@media only screen and (min-width: 420px) {
  .visible-mobile {
    display: none !important;
  }
}
@media (max-width: 544px) {
  #cartpops-drawer .cpops-cart-item__quantity input[type=number], #cpops-coupon-input {
    font-size: 16px !important;
  }
  .quantity__button--up {
    margin-left: -12px !important;
  }
  .cpops-cart-item__image {
    margin-right: 8px !important;
  }
}
@media (max-width: 420px) {
  .fusion-privacy-bar .fusion-privacy-bar-main {
    max-width: 80vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .reason-order span {
    margin-right: 0px;
  }
  .usp-landing.fusion-content-boxes.content-boxes-clean-horizontal .col {
    padding: 0 !important
  }
  .product-cat-posters #launcher, .product-cat-books #launcher {
    display: none;
  }
  .visible-mobile {
    display: block;
  }
  .chooseposter .button-large {
    padding: 6% 9% !important;
    font-size: 14px;
  }
  :lang(de) .chooseposter .button-large {
    font-size: 10px !important
  }
  .chooseposter .fusion-builder-row-inner .fusion-text {
    /*min-height: 200px;*/
    margin-bottom: 0 !important;
  }
}
@media (max-width: 800px), screen and (max-device-width: 800px), screen and (device-aspect-ratio: 3/4) {
  .width-100 .nonhundred-percent-fullwidth, .width-100 .fusion-fullwidth {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  h1, h2, h3 {
    line-height: 1.2
  }
  h2 img {
    margin-top: 15px;
  }
  h1, h2, h3, h4, h5 {
    font-family: Helvetica Neue, Helvetica, Arial, " sans-serif" !important;
    font-weight: 300 !important;
  }
  .single-product #main {
    padding-top: 15px;
  }
  .fusion-footer-widget-area, .fusion-footer-widget-area .jtwt, .fusion-footer-widget-area .jtwt .jtwt_tweet, .fusion-footer-widget-area .widget li.recentcomments, .fusion-footer-widget-area .widget_archive li, .fusion-footer-widget-area .widget_categories li, .fusion-footer-widget-area .widget_layered_nav li, .fusion-footer-widget-area .widget_links li, .fusion-footer-widget-area .widget_meta li, .fusion-footer-widget-area .widget_nav_menu li, .fusion-footer-widget-area .widget_pages li, .fusion-footer-widget-area .widget_product_categories li, .fusion-footer-widget-area .widget_recent_entries li, .fusion-footer-widget-area article.col, #wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li a, .fusion-footer-widget-area .fusion-accordian .panel-title a, .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a, .fusion-footer-widget-area .jtwt .jtwt_tweet a, .fusion-footer-widget-area .widget li a::before, .fusion-footer-widget-area a {
    color: #272727 !important;
  }
  footer.fusion-footer-widget-area {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .fusion-mobile-menu-icons a::before {
    color: #2e2e2e !important;
  }
  .fusion-is-sticky .fusion-mobile-menu-icons {
    position: fixed;
    top: 35px;
    right: 20px;
  }
  .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo {
    float: inherit !important;
  }
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo {
    width: 100%;
    float: left;
  }
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo a {
    width: 220px;
  }
  .fusion-is-sticky .fusion-sticky-menu-.fusion-mobile-menu-design-modern, .fusion-is-sticky .fusion-sticky-menu-.fusion-mobile-menu-design-modern .fusion-header {
    height: 85px;
  }
  #mobile-menu-item-11857 button {
    width: 100%;
    text-align: right;
  }
  .shop_table .product-info .variation dt:nth-child(odd) {
    display: block !important;
  }
  .product-info, .product-subtotal, .product-price {
    text-align: left !important;
  }
  .quantity.buttons_added {
    margin: inherit !important;
  }
  /** custom cart page **/
  div.fusion-woo-cart-totals-wrapper.buttons-floated div.wc-proceed-to-checkout, div.fusion-woo-cart_coupons.buttons-layout-floated .avada-coupon-fields {
    flex-direction: column !important;
    align-items: flex-end !important;
    padding-right: 3px;
  }
  div.fusion-woo-cart-totals-wrapper div.wc-proceed-to-checkout a {
    margin-right: 0px !important;
    margin-top: 15px !important;
  }
  /*image slider mobile */
  .fusion-slider-sc:not(.fusion-has-margin) .flexslider {
    margin-bottom: 0 !important;
  }
  .flex-control-nav {
    display: none !important;
    ;
  }
}
@media (max-width: 550px), screen and (max-device-width: 550px) {
  /*** new mobile menu 2021 ****/
  .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper {
    width: 100px;
    padding: 0 5px 0 0px !important;
    margin-left: 0;
  }
  .fusion-mobile-logo, .fusion-sticky-logo-1.fusion-header-v5 .fusion-standard-logo {
    max-height: 54px !important;
  }
  .fusion-sticky-logo-1.fusion-header-v5 .fusion-mobile-logo {
    /*display: block !important*/
  }
  .fusion-sticky-header-wrapper {
    top: 30px !important
  }
  #side-header .fusion-logo, .fusion-header .fusion-logo, .fusion-flyout-cart-wrapper {
    order: 2;
  }
  .fusion-is-sticky .fusion-mobile-menu-design-flyout .fusion-header {
    top: 35px
  }
  .admin-bar .fusion-header-has-flyout-menu .fusion-header {
    top: 76px !important
  }
  .fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
    position: relative !important
  }
  .fusion-privacy-bar .fusion-privacy-bar-main .fusion-privacy-bar-acceptance, .fusion-privacy-bar .fusion-privacy-bar-main > span {
    margin: 0px 15px 40px !important;
  }
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: inherit;
    line-height: 1.2 !important;
  }
  input {
    font-size: 16px !important;
  }
  /** end **/
}
@media (max-width: 550px), screen and (max-device-width: 550px), screen and (device-aspect-ratio: 3/4) {
  #wpfront-notification-bar.sticky {
    top: 0px !important;
  }
  .logged-in #wpfront-notification-bar.sticky {
    top: 46px !important;
  }
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo {
    width: calc(100% - 81px);
  }
  .fusion-is-sticky .fusion-sticky-menu-.fusion-mobile-menu-design-modern, .fusion-is-sticky .fusion-sticky-menu-.fusion-mobile-menu-design-modern .fusion-header {
    height: 65px;
  }
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo a {
    width: 180px;
  }
  .fusion-is-sticky .fusion-mobile-menu-icons {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  #poster-preview .fusion-alert .continue-error > div {
    top: -120px;
    right: -245px;
  }
  .android .fusion-alert .continue-error > div {
    top: -120px;
    right: -285px;
  }
  #poster-preview .fusion-alert {
    border: 3px solid #ccc !important;
  }
  /*book **/
		
  .fusion-alert.alert .continue-error > div, #continue-creating-book > div {
    top: -185px;
    left: 105%;
  }
  /* payemnt methods checkout */ :lang(de) .payment_methods li label {
    margin-bottom: 2px;
    display: grid;
    grid-template-columns: 1fr 3px;
    width: calc(100% - 75px) !important;
  }
  :lang(de) .wc_payment_method > input {
    float: left;
    margin-right: 5px;
  }
  input#ss_wc_mailchimp_opt_in, input#terms {
    margin-top: -5px;
  }
  /**coupon checkout */
  #coupon-anchor .ui-dialog.coupon-special {
    max-width: 100%;
  }
  .woocommerce .checkout_coupon {
    padding: 10px;
    margin-bottom: 0;
    justify-content: space-around;
  }
  .checkout_coupon p.form-row.form-row-first {
    width: 140px;
    margin-bottom: 0;
  }
  .checkout_coupon p.form-row.form-row-last {
    max-width: 40%;
    margin-left: 2%;
  }
}
/*
 * BOOK PRODUCT STYLES
 */
body.product-cat-books #main {
  padding: 0 !important;
}
body.product-cat-books #main > .fusion-row {
  max-width: none;
}
body.product-cat-books #content {
  max-width: none !important;
}
body.product-cat-books .product .summary.entry-summary {
  margin-left: 0 !important;
}
body.product-cat-books .avada-single-product-gallery-wrapper {
  display: none;
}
/* Books */
.woocommerce .wheat-toolbar-overlay, .woocommerce .panel-active .bg-wheat-form {
  /* display: none !important; */
}
.woocommerce .flipbook-wrapper {
  height: calc(60vh - 15rem);
  width: 60vh;
  margin: 2rem auto;
}
.woocommerce ul.steps.horizontal {
  height: calc(100vh - 33vh - 8rem);
}
.woocommerce .white-toolbar-overlay, .woocommerce .wheat-toolbar-overlay, .woocommerce .book-container .book-overlay {
  z-index: 2;
}
.woocommerce ul.steps.horizontal {
  margin-top: auto;
}
.woocommerce ul.steps.horizontal .step.active {
  top: 4.5rem;
}
.woocommerce .book-container .book-overlay {
  height: 0;
}
.woocommerce ul.steps.horizontal.active .step-new-content .container {
  z-index: 3;
  left: 0;
  right: 0;
}
.woocommerce.product-cat-books .variations_form.cart {
  /* display: none !important; */
}
.woocommerce.panel-active .bg-wheat-form {
  height: 0;
}
.woocommerce.panel-active ul.steps.horizontal .step-new-content {}
.woocommerce.panel-active.product-cat-books .bg-wheat, .woocommerce.panel-active.product-cat-books .pac-container {
  z-index: 99999;
}
.woocommerce.panel-active ul.steps.horizontal.active .mobile-toolbar {
  margin: 0;
  width: 100%;
}
.woocommerce.panel-active.product-cat-books input {
  font-size: 1rem;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 2.5rem;
}
.white-toolbar-overlay {
  height: 13rem;
}
.woocommerce.panel-active .container-lg {
  max-width: unset /*!important;*/
}
@media only screen and (min-width: 993px) and (min-height: 720px) {
  .woocommerce ul.steps.horizontal {
    height: calc(100vh - 33vh - 15rem);
  }
  .woocommerce .book-container .book-overlay {
    height: 100%;
  }
  .woocommerce.panel-active .container-lg {
    max-width: 960px !important;
  }
  .woocommerce ul.steps.horizontal, .woocommerce.panel-active ul.steps.horizontal.active {
    margin-top: -22vh;
    height: 26rem;
  }
  .woocommerce ul.steps.horizontal.active .step-new-content {
    padding-bottom: 10rem;
  }
  .woocommerce ul.steps.horizontal .step.active {
    top: auto;
  }
  .woocommerce.panel-active .bg-wheat-form {
    height: 21rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 720px) {
  .woocommerce.panel-active .container-lg {
    max-width: 1140px !important;
  }
}
@media only screen and (orientation: portrait) {
  .woocommerce #wrapper .product .summary.entry-summary {
    margin-left: auto !important;
    width: 100% !important;
  }
}
@media only screen and (max-height: 400px) and (orientation: landscape) {
  .woocommerce ul.steps.horizontal {
    height: calc(100vh);
  }
}
@media only screen and (min-height: 401px) and (orientation: landscape) {
  .woocommerce ul.steps.horizontal {
    height: 26rem;
  }
}
@media (min-width: 0px) {
  .woocommerce ul.steps.horizontal .container {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 900px) {
  .woocommerce ul.steps.horizontal, .woocommerce.panel-active ul.steps.horizontal.active {
    margin-top: -15vh;
  }
}
.location-coords {
  display: none;
}
.woocommerce-cart .fusion-price-rating {
  display: none !important;
}
.woocommerce-cart .add_to_cart_inline {
  text-align: center;
}
.woocommerce-cart-form .cart_item .description {
  display: none
}
.woocommerce-cart-form .cart_item:nth-child(1) .description {
  display: block;
}
.select-letter button, .select-letter button:hover, .select-letter button:focus {
  font-weight: 600;
  color: #4a4e57;
  text-decoration: none;
  font-size: 28px !important;
  padding-top: 0 !important;
  background-color: #f8f4f3;
  margin-bottom: 10px;
  position: relative;
}
.postertool .btn-active {
  vertical-align: top;
}
button.py-1.btn-active:after {
  position: absolute;
}
.postertool .btn-active:after {
  background: #4a4e57;
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  margin-top: 8px;
}
.select-letter .btn-active:after {
  margin-top: 1px;
}