/* Custom styling for Shopkeeper Nutcrackers - Ditverzinjeniet Live*/

/* Checkout - PostNL form */
#postnl-iframe {
  height: 300px;
}
.post-date:checked+label, .post-tab:hover {
  background: #ed7a5b;
}

/* Change Cookie Notice style */
.has-cookie-bar #catapult-cookie-bar {
  font-size: .8em !important;
}
@media (max-width: 800px) {
  .has-cookie-bar #catapult-cookie-bar {
    font-size: .6em !important;
   }
}

/* Footer */
.pinkbox {
  background: #f7e3e4;
  height: 100%;
  padding: 10px;
}

.site-footer-widget-area {
  margin-bottom: 0;
}
.site-footer-widget-area > .row {
  border-bottom: none;
}
.footer-menu-column a {
  font-weight: normal;
}
.payment-method-icons ul {
  vertical-align: middle;
}
.payment-method-icons li {
  display: inline;
  vertical-align: middle;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 800px) {
  .payment-method-icons li {
    padding-right: 0;
    padding-left: 0;
  }
  .payment-method-icons img {
    -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.7); /* FF3.5+ */
    -ms-transform: scale(0.7); /* IE9 */
    -o-transform: scale(0.7); /* Opera 10.5+ */
    transform: scale(0.7);
    /* IE6–IE9 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713, SizingMethod='auto expand');
  }
}
.kk-rating-summary.kk-stars-theme-yellow-grey {
    /* text-align: center; */
    margin: 0 auto;
    display: table;
}
.kk-rating-summary .kk-rating {
  float:none !important;
}
.newsletter-footer {
    background-color: #e2ebf0;
    padding-top: 25px;
}
#site-footer {
  padding-top: 0 !important;
  margin-top:50px !important;
}

/* New CMS styles */
.data-table {
    margin-top: 20px;
}
.data-table tr td {
    font-size: .8em;
    padding: 5px 10px;
    line-height: 1.4em;
}
.data-table tr:nth-of-type(2n) {
    background-color: #f3f3f3;
}
.data-table tr td, .data-table tr th {
    border:none;
}
.table-bordered {
    border: 1px solid #d0d0d0;
}
td.woocommerce-grouped-product-list-item__status {
    font-size: .9em !important;
    padding-right: 5px;
}
.page h2 {
  margin-bottom:20px;
}
.page h3 {
    color: #4db5a2;
}

/* Hide Mega Menu headers of main navigation */
li.nc-hidden > a:first-child {
    display: none;
}

/* Add styling to highlighted items in main navigation */
.main-navigation ul li.highlight a {
    color: #d46551;
}
.main-navigation ul li.theme-mothersday a {
    background-color: #e9cebf;
    color: #fff;
}
.main-navigation .mega-menu>ul>li>a {
    color: #ec1d46 !important;
}
@media (max-width: 1280px) {
  .main-navigation ul li {
    font-size:12px !important;
  }
}

.klantenservice a {
  text-transform: none !important;
}

/* Increase category description width */
.shop-page .large-6.large-centered.columns {
    width: 80%;
}

/* Remove margin from products row */
.woocommerce ul.products-grid {
    margin: 0px -10px 0;
}

/* Increase header margin on CMS-pages */
.woocommerce #tab-description h2 {
    margin-bottom: 10px;
    font-size: 18px !important;
}

/* Style top header */
.site-top-bar-inner {
    margin-top: 10px !important;
}
#header-usps {
    text-align: center;
}
#header-usps ul {
  list-style: none;
  margin: 0;
  padding: 1;
}
#header-usps ul li {
  display: inline-block;
  padding: 0 10px;
}
#header-usps ul li span {
  color: #d46551;
}
.feedbackcompany-simple .feedbackcompany-stars {
  margin-top: -3px;
}

/* Fix PostNL height problem in the checkout */
#postnl-iframe {
    height: 350px !important;
}
.woocommerce-checkout .col2-set .col-2 {
    margin-top: 0 !important;
}

/* Style brand above product title */
.product_infos .product_summary_top {
  margin-bottom: 0 !important;
}
.product_infos .brand {
  margin: 0 0 5px 0;
  font-weight: bold;
}
.product_infos .brand a {
  color: #a0a0a0;
}
.tob_bar_shop .brand {
  display: none;
}

/* Style tag line under product title */
.tagline {
    margin: -20px 0 20px 1px;
    color: #494949;
    font-size: .9em;
}

/* Style SKU on product page */
.sku {
  font-size: .9em;
  margin-bottom:3px;
}
.sku span {
  color: #868686;
  background-color: #F7E3E4;
  padding: 2px 4px;
  border-radius: 3px;
}

/* Style footer menu */
@media (min-width: 768px) {
  .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 33%;
    float: left;
  }
}
.wpb_content_element {
    margin-bottom: 35px;
}

/* Video on product pages */
@media (max-width: 768px) {
    .video-html {
        display: none;
    }
}
.video-html {
  margin: 40px 0;
  text-align: center;
}

/* Giftwrap on product pages */
.gift-wrapping {
    margin-bottom: 5px;
    padding-top: 0 !important;
}
.gift-wrapping input {
    margin: 0 10px 0 0;
}
.gift-wrapping label {
    text-transform: none;
    margin: 0;
}

/* Age verification on product pages */
.age-verification-wrapper .wccpf_label {display:none !important}
.age-verification-wrapper .wcff-option-wrapper-label {text-transform:none !important}

/* Quote link on product pages */
.product_quote {
  border: 1px solid #CCC;
    padding: 5px;
    text-align: center;
    width: 320px;
    border-radius: 3px;
    box-shadow: 1px 1px #CCC;
}
.product_quote a {
    color: #676767;
    text-decoration: none;
    font-size: 0.89em;
    font-weight: bold;
}

/* Adjust add to wishlist link to match the ask for quote link */
.yith-wcwl-add-button {
    padding: 2px 0 2px 30px;
    text-transform: none !important;
}
.yith-wcwl-add-to-wishlist a {
    color: #545454 !important;
    text-transform: none !important;
    font-size: .8125rem;
    font-weight: 700;
}
.yith-wcwl-add-button a {
    padding: 0 12px 0 0;
}
.yith-wcwl-add-to-wishlist a:before {
    content: " \f08a";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .95em;
    padding: 0 10px 0 5px;
}
.yith-wcwl-add-button a:before {
    padding: 5px 0 0 0;
}

/* Hide wishlist link above added products in catalog */
.yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}
#products-grid .yith-wcwl-add-to-wishlist {
    display: none;
}

/* Hide breadcrumbs on product page */
.product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb {
    display: none;
}

/* Feedback Company Widget styling */
.feedbackcompany-reviewcontent {
    font-weight: normal;
}
.feedbackcompany-widgetheader {
    margin-bottom: 10px;
}
.feedbackcompany-source {
    margin-top: 15px;
}

/* Add icons to stock info on product page */
.woocommerce div.product .in-stock::before {
    content: " \f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .95em;
    padding-right: 5px;
}

/* Reduce spacing between child product options on grouped product page */
.product_layout_classic .product_infos .group_table tr td {
    padding-bottom: 0 !important;
}

/* Classic notification styling */
.woocommerce-error:before {
    margin-top: 10px;
}

/* Adjust add to cart button on mobile */
@media only screen and (max-width: 767px) {
    .gift-wrapping label {
        font-size: .8em;
    }
    .product_layout_classic .product_content_wrapper .product_infos .product_summary_top {
        margin-top: -25px;
        padding: 0 !important;
    }
}

/* Style the delivery time on the product page */
.nc_delivery_info {
  color: #4db5a2;
  font-size: .9em;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.nc_tooltip {
  visibility: hidden;
  width: 280px;
  background-color: rgb(255, 255, 255);
  color: #000000;
  border: #444444 1px solid;
  border-radius: 3px;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  opacity: 0;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .nc_tooltip {
  left: 50%;
  margin-left: -100px; /* Use half of the width (negative value) to center the tooltip */
  }
}

.nc_delivery_info:hover .nc_tooltip {
  visibility: visible;
  opacity: 1;
}

.nc_info_icon_svg {
  fill: #333; /* SVG color */
  width: 16px; /* SVG size */
  height: 16px; /* SVG size */
  vertical-align: middle;
  margin-left: 5px;
  cursor: help;
}

.woocommerce div.product-type-simple p.stock {
  float: left;
}

.woocommerce div.product .nc_delivery_time {
  color: #77a464;
  font-size: .92em;
}

.woocommerce div.product form.cart {
  clear: both;
}

/* Checkout */
.woocommerce-checkout form.checkout {
    margin-top: 0 !important;
}
.woocommerce-page form .form-row {
  margin-bottom:3px !important;
  padding: 5px 0 0 0 !important;
} 

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title {
  margin-bottom: 20px !important;
}

#customer_details {
  margin-top: 20px;
}
.shopkeeper_checkout_coupon {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-page table.cart .cart_item td {
    margin-bottom: 0 !important;
  }
  .woocommerce-page table.cart .cart_item td.product-thumbnail {
    margin-bottom: 15px !important;
  }
}

/* Gift card styling modifications */
.woocommerce-cart .ywgc_have_code {
  display: none;
}

.ywgc_have_code {
  padding-top: 0;
  text-align: center;
  margin: 0 auto !important;
  word-wrap: break-word;
  padding: 0;
}

.ywgc_have_code .woocommerce-info,
.shopkeeper_checkout_coupon,
.shopkeeper_checkout_login {
  text-align: center !important;
  font-weight: 700 !important;
  color: #000000 !important;
  font-size: 14px !important;
}

.ywgc_have_code .woocommerce-info:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f06b";
  font-size: 32px;
  padding: 0 10px 8px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #000000;
}
.ywgc_have_code span {
    color: #000000;
    font-size: .95rem;
    padding-right: 5px;
}
.ywgc_have_code .woocommerce-info a {
    text-transform: uppercase;
    font-size: .85rem;
    text-decoration: none !important;
    border-bottom: none !important;
}
@media only screen and (max-width: 40.063em) {
    .ywgc_have_code a {
        display: block;
    }
}
@media only screen and (min-width: 40.063em) {
    .ywgc_enter_code {
      border: 3px dashed rgba(84,84,84,0.15) !important;
      padding: 28px 20px;
      width: 695px;
      max-width: 100%;
      margin: 0 auto 30px !important;
      float: none !important;
    }
}
@media only screen and (max-width: 40.063em) {
    .ywgc_enter_code {
        border: 3px dashed rgba(84,84,84,0.15) !important;
        padding: 28px 20px;
        width: 695px;
        max-width: 100%;
        margin: 0 auto 30px;
        float: none !important;
    }
}
.ywgc_enter_code input {
    float: left;
}
body.gbt_classic_notif .woocommerce-info::before {
    display: none;
}
#giftcard_code {
    margin-right: 15px;
    height: 50px;
    border: 1px dashed;
    font-size: 1rem;
}
.ywgc_have_code .notice_text{
    font-size: 16px !important;
}
body.gbt_classic_notif .ywgc_have_code .woocommerce-info .notice_text a{
    margin-left: 8px;
    border-bottom: none !important;
}

/* Header banner on category pages */
.shop_header.with_featured_img .shop_header_bkg {
    background-position: 0 !important;
}
@media only screen and (max-width: 767px) {
    .shop_header.with_featured_img .shop_header_bkg {
        background-position: 50% 0px !important;
    }
}
.shop_header.with_featured_img {
    padding-top: 200px;
    padding-bottom: 180px;
}
.shop_header.with_featured_img h2 {
    color: #fff;
}
.shop_header.with_featured_img a {
    color: white;
    text-decoration: underline;
}
.shop-page .shop_header.with_featured_img .large-6.large-centered.columns {
    width: 100%;
}

/* Define spacing of the child product links in the header of category pages */
.list_shop_categories {
    margin-top: 15px;
    margin-bottom: 0;
}

/* Hide main navigation in checkout */
.woocommerce-checkout .main-navigation, .woocommerce-checkout #footer-nav-menu {
    display: none;
}
.woocommerce-checkout #page_wrapper.sticky_header .content-area{
    padding-top: 120px !important;
}

@media only screen and (max-width: 40.063em) {
    .shop-page {
        padding-top: 100px !important;
    }
}

.ht-notification-wrap, .ht-notification-section.ht-n-top {
    z-index: 8888 !important;
}

.site-footer-widget-area .large-12 {
    width: 100% !important;
}

/* Match related products block title with Conversio's related products block title */
.product_layout_classic section.related h2 {
    font-size: 21.328px !important;
    text-transform: lowercase;
    margin-bottom: 8px;
    padding-bottom: 20px;
}
.product_layout_classic section.related h2::first-letter {
    text-transform: uppercase;
}

/* Style product stock alert form on product page of out of stock products */
.stock_alert_button {
    margin-top: 10px;
    padding: 8px 10px;
}

/* Hide the YITH gift card preview on the gift card product page */
.product_infos .ywgc-preview {
    display: none;
}

/* YITH product bundles styling */
.yith_wcpb_bundle_widget {
    list-style-type: none;
    margin: 75px 0 100px 0 !important;
}
ul.yith-wcbm-widget-bundled-items li {
    height: 0 !important;
    display: inline-table;
}
ul.yith-wcbm-widget-bundled-items li img {
    float: left !important;
    margin: 0 15px 0 0 !important;
    width: 100px !important;
}
ul.yith-wcbm-widget-bundled-items span.product-title {
    display: none;
}
ul.yith_wcpb_bundle_list_widget>li {
    padding-bottom: 0 !important;
}
div.yith-wcbm-widget-bundle-container a {
    text-transform: none !important;
    margin-bottom: 5px;
    color: #000 !important;
}
.yith-wcbm-widget-bundle-price ins {
    background-color: #FFF !important;
    color: #ec7a5c;
}

/* YITH frequently bougth together styling */
.yith-wfbt-section {
    margin: 60px 0;
}

/* Client review banner */
.clientReview {
    text-align: center;
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}
.clientReview .clientReviewDate {
    font-size: 12px;
}
.clientReview .clientReviewText {
    min-height: 95px;
    display: block;
}
.clientReview .clientReviewCustomerRating {
    text-align: left;
    font-weight: bold;
}
.clientReview .clientReviewSummary {
    border-right: 1px dashed #333333;
}
.clientReview .clientReviewRating {
    font-size: 45px;
    font-weight: bold;
}

/* Remove the standard top margin in the checkout */
@media only screen and (min-width: 63.9375em) {
    .woocommerce-checkout #page_wrapper.sticky_header .content-area {
        margin-top: 0 !important;
    }
}

/* Free shipping notice in cart */
.free-shipping-notice {
    margin: 0 0 10px 0;
    background: url("images/free-shipping-100.png") no-repeat;
    padding-left: 110px
}

.woocommerce div.product .out-of-stock {
    display: none;
}

/* Styling for CMS-page side navigation menu's */
.page-sidenav, .page-sidenav ul {
    padding: 0;
    margin: 0;
}
.page-sidenav li {
    list-style: none;
}
.page-sidenav > li > a:first-of-type {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    display: block;
    color: #000;
}

/* Define max width for elements. Used on CMS pages */
.max-1710 {
    max-width: 1710px;
    margin: auto;
}

/* Styling of the checkout message */
.checkout-message {
    padding: 10px 15px 10px 15px;
    text-align: center;
    margin-top: 20px;
}
.product_layout_classic .product_infos .out_of_stock_wrapper {
    margin-top: 2.5rem;
}

/* Styling of the hashbars (top bars) */
.ht-n-top .ht-notification-wrap, .ht-n-bottom .ht-notification-wrap {
    padding: 0 0 10px 0 !important;
}
.ht-n-container, .ht-notification-text {
    max-width: unset !important;
}

@media only screen and (max-width: 1024px) {
    .ht-notification-section.ht-n-top {
        top: 50px !important;
    }
    #header-usps ul {
        font-size: 12px !important;
    }
    #page_wrapper.sticky_header {
        padding-top: 0 !important;
    }
}

/* homepage content margins */
@media only screen and (min-width: 500px) {
  .home .content-area {
    padding: 0 !important;
    margin-top:10px !important;
  }
}
@media only screen and (max-width: 500px) {
  .home .content-area {
    padding: 0 !important;
    margin-top:5px !important;
  }
}

@media only screen and (min-width: 1920px) {
  .content-area {
          padding: 35px 0 0 0 !important;
      }
}
@media only screen and (max-width: 1920px) {
  .content-area {
      padding: 0 0 0 0 !important;
      margin-top: 30px !important;
    }
}
@media only screen and (max-width: 400px) {
  .product-template-default .content-area {
    margin-top: 0 !important;
  }
}

/* Styling of the page title to fit to the viewport width */

@media all and (max-width: 600px) { .page-title { font-size:1.6em !important;  } }
@media all and (min-width: 600px) { .page-title { font-size:2.6em !important;;  } }


/* Styling of order thank you page */

.woocommerce-order-received h1 {
    display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: x-large;
    text-align: center;
    margin-bottom: 25px;
    padding: 1em;
}

/* Styling of the discontinued message on the product page */
.discontinued {
    border: dashed 1px #999;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    margin: 25px 0;
}

/* Styling of Sovendus div on thank you page */
@media only screen and (min-width: 767px) {
  #sovendus-container-1 {
      margin: 20px auto;
      width: 600px;
  }
}
#sovendus-container-1 {
  margin-top: 20px;
}

/* Styling of banner font size */
.shortcode_banner_simple_height_inside .banner_subtitle {
    text-shadow: 0px 0px 4px #000000;
}
.shortcode_banner_simple_height_inside .banner_title {
    font-size: 20px !important;
    text-shadow: 0px 0px 12px #000000;
}
@media only screen and (min-width: 768px) {
    .shortcode_banner_simple_height_inside .banner_title {
        font-size: 28px !important;
    }
}

/* Styling of CTA-banners on CMS pages */
.cta-banner h2 {
    color: #ffffff;
    font-size: 6vw !important;
}
.cta-banner h4 {
    color: #ffffff;
    font-size: 2vw !important;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .cta-banner h2 {
        font-size: 10vw !important;
    }
    .cta-banner h4 {
        font-size: 4vw !important;
    }
}

/* Styling of Yith add to wishlist button and NC product high lights on productpages */
@media only screen and (max-width: 767px) {
    .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
        float: none;
    }
    .product_highlights {
        display: inline-block;
    }
}

/* Styling of unique selling points on homepage */
.usps ul li {
    font-size: 20px;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .usps ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* Styling of product results block */
.woocommerce .tob_bar_shop {
  margin-bottom: 10px !important;
}
.woocommerce-ordering .select2-container {
  height: 24px !important;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center !important;
}
.columns-5 .woocommerce-result-count {
  float: left !important;
}
.columns-5 .woocommerce-ordering {
  margin-bottom: 15px !important;
}

/* Styling of unique selling points on productpages */
.checklist-usp {
    list-style-type: none;
    display: inline-block;
}
.checklist-usp li {
    font-size: 16px;
}
.checklist-usp li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    float: left;
    margin-left: -1.5em;
    color: #77a464;
}

/* Temporarily hide 'Add to wishlist' on product pages */
.product_layout_classic .product_infos .yith-wcwl-add-to-wishlist {
    display: none;
}

/* Styling of main navigation links */
.highlight-gold a {
  color: #c38c31 !important;
}

/* Styling of product results block */
.wpb_wrapper .woocommerce .woocommerce-result-count {
  display: block !important;
  float: left !important;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center !important;
}

/* Styling of category page title and header */
h1.woocommerce-products-header__title.page-title.on-shop {
  font-size: 2em !important;
  color: #4db5a2;
}
.shop_header {
    margin-bottom: 0px !important;
}

/* Styling of category page headers */
.woocommerce .term-description h2 {
  font-size: 1.3125rem !important;
}

/* Hide product navigation (previous / next product links) on product page */
.product_navigation {
  display: none !important;
}

/* Styling of USP icons bar on homepage */
.usp-bar .vc_col-sm-4 {
  max-height: 30px;
}

/* Styling of unique selling points on homepage */
.usps ul li {
  font-family: Merriweather, sans-serif;
  font-size: 20px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .usp-bar-mobile {
    margin-top:-30px !important;
    text-align: center;
  }
  .usps ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .usp-bar .vc_col-sm-4 {
    max-height: 60px;
  }
}

/* Styling of unique selling points on productpages */
.checklist-usp {
  list-style-type: none;
  display: inline-block;
}
.checklist-usp li {
  font-size: 16px;
}
.checklist-usp li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.5em;
  color: #77a464;
}

/* Styling of mobile header */
@media screen and (max-width: 63.9375em) {
  .top-headers-wrapper .site-header.menu-under .site-header-wrapper .site-branding {
    display: contents !important;
  }
  .site-header .row {
    padding: 0 10px !important;}
}

/* Styling of tags on product page */
.tagged_as {
  font-size: .9rem;
}
.tagged_as a {
  background-color: #F4CE40;
  padding: 2px 6px;
  color: #FFF;
  border-radius: 3px;
}
.tagged_as a:hover {
  color: #FFF;
}

/* Styling of product recommendations on product detail page */
.wc-prl-location-after_tabs, .wc-prl-location-before_tabs {
  margin-top:40px;
}
.wc-prl-location-after_tabs h2, .wc-prl-location-before_tabs h2{
  font-size:24px;
  text-align: center;
  margin-bottom: 15px;
}

/* Styling main navigation */
@media only screen and (min-width: 767px) {
  .moederdag-menu-item {
    background-color: #e68175;
  }
  .moederdag-menu-item a {
    color: #FFF !important;
  }
  .vaderdag-menu-item {
    background-color: #e68175;
  }
  .vaderdag-menu-item a {
    color: #FFF !important;
  }
  .blackfriday-menu-item {
    background-color: #000;
  }
  .blackfriday-menu-item a {
    color: #FFF !important;
  }
  .sale-menu-item {
    background-color: #e68175;
  }
  .sale-menu-item a {
    color: #000 !important;
  }
  .valentine-menu-item {
    background-color: #f981bf;
  }
  .valentine-menu-item a {
    color: #000 !important;
  }
}

/* Styling of MailerLite checkout opt-in checkbox label */
#woo-ml-subscribe label {
    display: contents;
    font-weight: normal;
    text-transform: none;
    font-size: .8em;
}

/* Styling of MailerLite sign up form in footer */
#footer-newsletter-subscription-form {
  margin-top: -20px;
}

/* Styling of bulk discount table on product pages */
table#sort_customizable_table span.title{
  font-size: .9em;
  margin-bottom:3px;
}
tr.wdr_bulk_table_tr.bulk_table_row {
  border: 1px #d8d8d8 solid;
  display: block;
  margin-bottom: 10px;
  padding: 3px;
  font-size: .9em;
  max-width: 300px;
}
tr.wdr_bulk_table_tr.bulk_table_row.selected {
  border: 2px #3dae9a solid;
  background-color: #d1f1eb;
}
tr.wdr_bulk_table_tr.bulk_table_row:hover {
  cursor: pointer;
}
td.wdr_bulk_table_td.wdr_bulk_title {
  border:none;
}
td.wdr_bulk_table_td.wdr_bulk_title.col_index_1 {
  float: right;
  padding-right: 5px;
  color:#ec7a5c;
}
td.wdr_bulk_table_td.wdr_bulk_range.col_index_2 {
  padding: 0 5px;
  border: none;
}
td.wdr_bulk_table_td.wdr_bulk_table_discount.col_index_3 {
    border: none;
}
table#sort_customizable_table {
  margin-bottom: 5px;
}

/* Style out of stock subscribe button */
.cwg_popup_submit {
  pointer-events: all !important;
  background-color: #333 !important;
  font-size: 10px !important;
}

/* Styling of general conditions checkout opt-in label */
.woocommerce-privacy-policy-text p, .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 11px !important;
}

/* Styling of MailerLite checkout opt-in checkbox label */
.place-order #woo-ml-subscribe label {
    display: contents !important;
    font-weight: normal;
    text-transform: none;
    font-size: .75em;
}

/* Correction for double cart on external product pages caused by the Improved External Products plugin */
.product-type-external .cart .single_add_to_cart_button {
  display: none;
}
.product-type-external .cart ~ .cart{
  display: block;
}
.product-type-external .product_infos > .gift-wrapping {
  display: none;
}
.product-type-external .product_infos > .gift-wrapping ~ .gift-wrapping {
  display: block;
}

/* Footer styling */
.footer-usps {
  background-color: #ffffff !important;
}
.footer-usp-icon {
  margin-bottom: 0px !important;
}

/* Product Page */
.single-product .product_layout_classic .woocommerce-tabs {
  padding-top: 20px;
}

.single-product .product_title,
.single-product .price .amount {
  font-family: "Dosis", sans-serif;
}

/* Product page - Buy box */
@media only screen and (max-width: 767px) {
.single-product .product_summary_buy_box {
  padding: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .single-product .product_summary_buy_box {
    min-width: 420px;
    max-width: 500px;
  }
}

.single-product .product_summary_buy_box .price {
  margin-bottom: 10px;
}
.single-product .product_summary_buy_box .price .amount {
  font-size: 1.6em;
}
.single-product .product_summary_buy_box .price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: none;
}
.single-product .product_summary_buy_box .price .amount span.price-decimal {
  font-size: 18px;
  margin: 6px 0 0 0;
  vertical-align: top;
  display: inline-block;
}

/* styling of decimals on mobile */
@media only screen and (max-width: 767px) {
  .single-product .product_summary_buy_box .price .amount span.price-decimal {
    margin: -5px 0 0 0px !important;
  }
}

.single-product .product_summary_buy_box .stock {
  float: none !important;
  margin: 0;
}
.single-product .product_summary_buy_box .stock.in-stock {
  color: #3dae9a;
}
.single-product .product_summary_buy_box .stock.in-stock::before {
  content: "\f058";
}
.single-product .product_summary_buy_box .nc_delivery_time {
  color: inherit !important;
  margin-bottom: 0 !important;
}
.single-product ._wholesalex .product_summary_buy_box .nc_delivery_time {
  margin-bottom: 20px !important;
  display: block;
}
.wholesalex-price-table {
  padding-bottom: 0 !important;
}
.wholesalex-price-table table {
  margin-bottom: 10px !important;
}
.single-product .product_summary_buy_box form.cart {
  margin-bottom: 10px !important;
}
.single-product .product_summary_buy_box .woocommerce-grouped-product-list {
  margin-bottom: 0 !important;
}
.single-product .product_summary_buy_box input.qty {
  visibility: visible;
}

@media only screen and (max-width: 640px) {
  .single-product .product_summary_buy_box {
    width: 100vw;
    margin: 0px -30px;
    border: none;
  }
  .single-product .product_summary_middle {
    margin: 20px -15px;
  }
  .single-product .tagline {
    margin-bottom: 0;
  }
}

.outofstock input.cwg_popup_submit {
  padding: 10px !important;
  min-width: 50px;
}

.single-product td.woocommerce-grouped-product-list-item__radio {
    width: 30px;
}
.single-product td.woocommerce-grouped-product-list-item__price {
  max-width: 150px;
}
.single-product td span.woocommerce-Price-amount.amount {
  font-size: 15px;
  float: none;
}

/* Product page - USPS */
.single-product .product_summary_buy_box .nc-usps {
  background: #e2ebf0;
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 10px;
}

.single-product .nc-usps ul li,
.single-product .nc-usps h3 {
  font-family: "Dosis", sans-serif;
  color: #5c5c5c;
}

.single-product .nc-usps ul {
  list-style: none;
  margin: 0;
}
.single-product .nc-usps ul li {
  margin-top: 10px;
}
.single-product .nc-usps ul li::before {
  content: " \f00c";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}
 
/* Extra product options styling */
.extra-product-options {
  border: 1px solid #c1c1c1;
  margin-bottom: 25px;
  padding: 20px 20px 0;
  background-color: #fff7f3;
}
.extra-product-options .wpb_text_column {
  margin-bottom:15px !important;
}
.extra-product-options .products {
  margin-bottom:0 !important;
}
.extra-product-options .columns-3 {
  max-width: 500px;
  margin: auto;
}
.woocommerce #tab-description h2.woocommerce-loop-product__title {
  font-size: 14px !important;
}

/* Bestsellers */
.yith-wcbsl-bestseller-quantity {
  display: none !important;
}

.yith-wcbsl-bestseller-wrapper,
.yith-wcbsl-bestseller-container,
.yith-wcbsl-bestseller-position {
  border-radius: 0 !important;
  border: none !important;
}

.yith-wcbsl-bestseller-position {
  background: #4db5a2 !important;
  top: 10px !important;
  left: 10px !important;
}

.yith-wcbsl-bestseller-content-wrapper h3,
.yith-wcbsl-bestseller-content-wrapper .price {
  text-align: left !important;
}
.yith-wcbsl-bestseller-content-wrapper h3 {
  margin: 15px 0px 5px 0px !important;
  font-weight: normal !important;
  font-family: "Dosis", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  text-transform: none !important;
}
.yith-wcbsl-bestseller-content-wrapper .woocommerce-Price-amount {
  font-size: 13px !important;
  font-weight: bold !important;
  font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif !important;
  color: rgba(84, 84, 84, 0.8) !important;
}
.yith-wcbsl-bestseller-content-wrapper .price del > span.amount {
  display: inline-block !important;
  text-decoration: line-through !important;
}
.yith-wcbsl-subtitle-and-feed-container {
    display: none;
}

/* Reposition scroll to top button */
.cd-top {
  bottom: 100px !important;
}

/* Format sale end date on product page */
.sale-date {
  font-size: .6em;
  padding:4px 6px;
  background-color:#fff0d9;
  color:#000;
}

/* Format the 'request quote' block on product page */
#request-quote {
  padding:25px;
  border:1px #333 solid;
}
#request-quote ul {
  list-style: none;
  margin-left:0;
}
#request-quote ul li::before {
  content: " \f00c";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}

/* Format the subcategory menu on the category pages */
@media only screen and (max-width: 800px) {
  .subcategory-menu {
    display:none;
  }
}
.subcategory-menu {
  text-align:center;
}
.subcategory-menu li{
  display: inline-flex;
  margin: 5px 0px;
}
.subcategory-menu a{
  border: 2px solid #000;
  padding: 8px 13px;
  margin-right: 11px;
  color: #000;
  background: #FFF;
}

/* Make embedded Youtube video's responsive */
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  margin: 20px 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style bold headers */
.bold-header h3 {
  font-family: Dosis;
  color: #000;
  font-size:1.8em;
  font-weight:bold;
  text-transform: uppercase;
}

/* Style store notice */
.woocommerce-store-notice {
  background-color: #000 !important;
}
.store-notice-message {
 margin: 0 40px;  
}
.store-notice-message a {
 text-decoration: none !important;  
}

/* Single Product Page column width's */

@media screen and (min-width: 64.0625em) and (max-width: 75em) {
  .product_layout_classic .product_content_wrapper > .row > .large-4 {
    padding-left: calc(50px - 0.625rem);
    width: 41.6% !important;
  }
  .single-product .product_summary_buy_box {
    min-width: auto !important;
  }
}

.single p.gift-wrapping * {
    font-family: var(--cfw-body-font-family);
    font-weight: normal;
}

/* Add to cart button */

.product_summary_buy_box .cart .single_add_to_cart_button {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 30px !important;
}

button.single_add_to_cart_button.button.alt {
    font-size: 16px !important;
}
.product_summary_buy_box .cart .single_add_to_cart_button .btn {
    font-size: 16px !important;
}

.cart .quantity {
  display: none !important;
}

/* CheckoutWC Side Cart */

#cfw-side-cart .row {
    padding: 0px;
}
#cfw-side-cart .cfw-side-cart-coupon-wrap a:not(.cfw-primary-btn):not(.cfw-secondary-btn) {
    color: #3eae9a !important;
}

#cfw-side-cart input#cfw-promo-code-btn {
    min-width: auto;
    font-size: 16px;
    height: auto!important;
    padding: 0.82rem !important;
    margin: 5px 0px;
    border-radius: 5px !important;
    font-family: var(--cfw-body-font-family) !important;
	  font-weight: normal;
}

#cfw-side-cart td.product-gift-wrap * {
  font-family: var(--cfw-body-font-family);
    text-transform: capitalize;
    font-weight: normal;
    text-rendering: optimizelegibility!important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 14px;
}

/* CheckoutWC Cart Icon */

.cfw-side-cart-floating-button {
    bottom: 20px !important;
}

/* Product recommendations on category pages */

.wc-prl-page-product_archive h2.wc-prl-title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 25px;
}

/* Styling of side cart message */
.nc-side-cart-message {
  background-color: #c93b2a;
  padding: 10px;
  color: #FFF;
  text-align: center;
}
.nc-side-cart-message:not(:first-child) {
  display: none;
}

/* Styling of quote button on B2B product pages */
.ask-quote-button {
  display: inline-block;
  background-color: #000000;
  color: white;
  padding: 8px 38px;
  text-decoration: none;
}
.ask-quote-button:hover {
  background-color: #363636;
  color: white;
}

/* Styling of VAT excluded text on B2B product pages */
.woocommerce div.product p.price small {
  font-size: .6em;
  color: #666;  
  font-family: 'Dosis';
}
.woocommerce.single div.product p.price small {
  display: block;
}

/* Styling for the B2B header dropdown */
.vat-dropdown {
  position: relative;
  /*display: inline-block;*/
  display:none;
  width: 150px;
  background-color: #e7e7e7;
}

.vat-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.vat-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-transform: none;
}

.vat-dropdown-content a:hover {
  background-color: #f1f1f1;
  color: black;
}

.vat-dropdown:hover .vat-dropdown-content {
  display: block;
}

.dropbtn {
  padding: 6px 10px;
  font-family: Dosis;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dropbtn span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-transform: none;
}

.vat-dropdown .small-text {
  font-size: 12px;
  display: block;
  line-height: 1.2;
  font-weight: normal;
}

.dropbtn .chevron {
  margin-left: 18px;
  font-size: 12px;
  margin-left: auto;
}

.dropbtn:hover {
  color: black;
}

/* Hide the shop_header */
.woocommerce-products-header.shop_header.with_featured_img {
  display: none;
}

/* Style Chat-Data chatbot */
.chatBubble {
  right: 2.9rem !important;
  bottom: 2.5rem !important;
}

.ti-sticky-button {
  margin-right: 6em;
}

/* Style the countdown flip clock */
.countdown_column1 h2 {
  text-align: right;
}
.countdown_column3 h2 {
  text-align: left;
}
@media only screen and (max-width: 1600px) {
  .flipdown {
    transform: scale(0.9); /* Scale down to 90% */
    transform-origin: left; /* Adjust the origin point */
  }
}
@media only screen and (max-width: 1400px) {
  .flipdown {
    transform: scale(0.80); /* Scale down to 80% */
    transform-origin: left; /* Adjust the origin point */
  }
}
@media only screen and (max-width: 1280px) {
  .flipdown {
    transform: scale(0.74); /* Scale down to 74% */
    transform-origin: left; /* Adjust the origin point */
  }
}
@media only screen and (max-width: 768px) {
  .flipdown {
    transform: scale(1); /* Scale back to 100% */
    transform-origin: left; /* Adjust the origin point */
  }
  .countdown_column1 h2 {
    text-align: center;
  }
  .countdown_column3 h2 {
    text-align: center;
  }
}

/* Center the form container */
.wpforms-container.wpf-center {
  margin: 0 auto !important;
  max-width: 500px !important;
  width: 500px !important;
  text-align: center; /* Ensures text and inline elements are centered */
}

/* Center all input fields */
.wpf-center .wpforms-field {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Ensure input fields do not expand beyond their container */
.wpf-center .wpforms-field input {
  width: 100% !important;
  max-width: 400px; /* Adjust as needed */
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

/* Center submit button and make it full width */
.wpf-center .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

/* Ensure submit button does not expand beyond container */
.wpf-center .wpforms-submit {
  max-width: 200px; /* Adjust as needed */
  width: 100%;
}

/* Mobile responsiveness */
@media only screen and (max-width: 600px) {
  .wpforms-container.wpf-center {
      max-width: unset !important;
      width: auto !important;
  }

  .wpf-center .wpforms-field input {
      max-width: 100%;
  }

  .wpf-center .wpforms-submit {
      max-width: 100%;
  }
}