@charset "UTF-8";
/*
* Theme Name: Provoet ecommerce
* Domain Path: /languages
* Author: Witold Brelik (wbrelik@gmail.com)
* Version:      1.0.0
* Text Domain: provoet
* Domain Path: /languages
*/
@import url(css/fa.min.css);
ul.products { display: flex; flex-direction: row; flex-wrap: wrap; padding: 0 15px; margin: 0 -15px; }
ul.products.up-sells { flex-direction: column; }

ul.products li.product { box-sizing: border-box; display: flex; padding: 15px; }
ul.products li.product .product-contents { display: flex; flex-direction: column; justify-content: space-between; background: white; border-radius: 6px; padding: 15px; width: 100%; }
@media (min-width: 1366px) { ul.products li.product .product-contents { padding: 30px 15px; } }
@media (min-width: 1600px) { ul.products li.product .product-contents { padding: 30px; } }
ul.products li.product .product-contents a img { width: 100%; height: 300px; object-fit: contain; max-height: 200px; }
ul.products li.product .product-contents a h2 { font-size: 22px; color: #2d2f33; height: auto; margin: 15px 0 5px 0; }
ul.products li.product .product-contents a .price { /* Text style for "€19.99" */ color: #7e0b80; font-size: 25px; font-weight: 700; font-style: normal; letter-spacing: normal; line-height: normal; }
ul.products li.product .product-contents .add_to_cart_button { border-radius: 6px; font-size: 18px; font-weight: 700; line-height: 20px; padding: 10px 5px; }

.woocommerce .product .woocommerce-product-gallery__wrapper img { object-fit: contain; max-height: 500px; }
.woocommerce .product .woocommerce-product-gallery ol.flex-control-thumbs li { padding: 10px; }
.woocommerce .product .product .woocommerce-product-gallery__wrapper img { object-fit: contain; max-height: 500px; }
.woocommerce .product .product .woocommerce-product-gallery ol.flex-control-thumbs li { padding: 10px; }
.woocommerce .edw_date { margin: 10px 0px; width: 100%; display: block; float: left; }

.shop_table .actions .coupon #coupon_code.input-text { width: 150px; }
@media (max-width: 600px) { .shop_table .actions .coupon { width: 100% !important; }
  .shop_table .actions .coupon input { width: 100% !important; }
  .shop_table .actions .coupon button { width: 100% !important; margin-bottom: 15px; } }

@media (max-width: 650px) { .woocommerce-notices-wrapper .woocommerce-message a { float: left !important; width: 100%; margin-bottom: 10px; } }

.woocommerce-billing-fields input:read-only { background: rgba(126, 11, 128, 0.1); box-shadow: none; border-width: 1px; }
.woocommerce-billing-fields #billing_country_field .select2-container { pointer-events: none; touch-action: none; }
.woocommerce-billing-fields #billing_country_field .select2-container .select2-selection { background: rgba(126, 11, 128, 0.1); box-shadow: none; }
.woocommerce-billing-fields #billing_country_field .select2-container .select2-selection__arrow, .woocommerce-billing-fields #billing_country_field .select2-container .select2-selection__clear { display: none; }

#main-navbar .container .navbar-header { display: flex; width: 100%; justify-content: flex-end; }
#main-navbar .container .navbar-header a.brand-logo-link { margin-right: auto; }
#main-navbar .container .navbar-header .main-menu-wrapper { display: flex; align-items: center; }
#main-navbar .container .navbar-header .widget_block { display: flex; align-items: center; }
#main-navbar .container .navbar-header .widget_block .widget_search { margin-top: 0; border-color: transparent; }
#main-navbar .container .navbar-header .widget_block .widget_search .wp-block-search__inside-wrapper { border-color: transparent; border-radius: 25px; background-color: #f5f5f5; height: 50px; }
#main-navbar .container .navbar-header .widget_block .widget_search .wp-block-search__inside-wrapper input { background-color: #f5f5f5; font-weight: 400; font-size: 18px; color: #4cbfad; padding-left: 10px !important; }
#main-navbar .container .navbar-header .widget_block .widget_search .wp-block-search__inside-wrapper input::placeholder { font-size: 18px; font-weight: 400; color: #a9aaad; }
#main-navbar .container .navbar-header .widget_block .widget_search .wp-block-search__inside-wrapper button { border: none; color: #4cbfad; }
#main-navbar .container .navbar-header .widget_block .widget_search .wp-block-search__inside-wrapper button #search-icon { fill: #4cbfad; width: 31px; height: 31px; }
#main-navbar .container .navbar-header #cart-icon-menu { display: flex; align-items: center; position: relative; }
#main-navbar .container .navbar-header #cart-icon-menu a#cart-icon { position: relative; width: 55px; background-color: transparent !important; border: none; color: #4cbfad; font-size: 14px; font-weight: 500; }
#main-navbar .container .navbar-header #cart-icon-menu a#cart-icon .basket-icon { width: 35px; height: 26px; }
#main-navbar .container .navbar-header #cart-icon-menu a#cart-icon i { font-size: 31px; color: #2c2d2f; }
#main-navbar .container .navbar-header #cart-icon-menu a#cart-icon #cart-count { position: absolute; right: 0; top: 0; }

@media (max-width: 1024px) { #main-navbar .container .navbar-header { flex-wrap: wrap; }
  #main-navbar .container .navbar-header a.brand-logo-link { margin-right: auto; }
  #main-navbar .container .navbar-header .main-menu-wrapper { padding: 15px 0; display: flex; justify-content: center; order: 5; width: 100%; } }
@media (max-width: 767px) { #main-navbar .container .navbar-header a.brand-logo-link { padding-left: 20px; }
  #main-navbar .container .navbar-header .navbar-toggle { margin-top: 25px; margin-right: 0; margin-bottom: 25px; margin-left: 15px; order: 3; }
  #main-navbar .container .navbar-header .main-menu-wrapper { padding: 0; }
  #main-navbar .container .navbar-header .main-menu-wrapper #navbar { width: 100%; } }
@media (max-width: 609px) { #main-navbar .container .navbar-header { margin-left: 0; margin-right: 0; }
  #main-navbar .container .navbar-header .widget_block { order: 5; width: 100%; justify-content: center; }
  #main-navbar .container .navbar-header .widget_block > div { width: 80%; margin-bottom: 15px; } }
.navbar-default .navbar-toggle { margin-top: 40px; }
.navbar-default .navbar-nav li.current_page_item a { color: #4cbfad; }
.navbar-default .navbar-nav li { position: relative; }
.navbar-default .navbar-nav li a { color: #191616; font-size: 18px; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; padding-right: 20px; text-transform: uppercase; font-weight: 400; }
.navbar-default .navbar-nav li a:hover { color: #4cbfad; }
.navbar-default .navbar-nav li:hover > ul { display: block; }
.navbar-default .navbar-nav ul { display: none; position: absolute; top: 2.1em; left: 0; z-index: 99999; width: 100%; min-width: 300px; max-width: 320px; background: #fff; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); list-style: none; padding-left: 0; padding-top: 10px; padding-bottom: 5px; }
.navbar-default .navbar-nav ul li { padding: 10px; }
.navbar-default .navbar-nav ul li a { padding: 5px; }

.menu-bg { background-size: cover; background-repeat: no-repeat; background-position: center; background-color: white; }

.brand-logo { padding-top: 0px; padding-bottom: 0px; }

.navbar { position: relative; min-height: 80px; margin-bottom: 0px; border: 0px solid transparent; border-radius: 0px; }

#mainmenu { margin-right: -15px; }

#mijnPV { display: flex; }
#mijnPV .profile-menu li a#mijnPV-btn1 { font-size: 16px; padding-top: 8px; padding-bottom: 7px; line-height: 20px; }

.footer-wrapper { padding-top: 30px; padding-bottom: 60px; float: left; width: 100%; background-color: white; }
.footer-wrapper h3 { margin-bottom: 20px; color: #4cbfad; font-size: 20px; font-weight: 700; line-height: 31px; }
@media (max-width: 991px) { .footer-wrapper h3 { text-align: center; } }
.footer-wrapper .brand-logo-img { margin-bottom: 20px; }
@media (max-width: 991px) { .footer-wrapper .brand-logo-img { margin: 0 auto 20px auto !important; } }
.footer-wrapper .logo-wrapper-col { align-items: center; display: flex; flex-direction: column; }
@media (max-width: 991px) { .footer-wrapper .logo-wrapper-col { text-align: center; } }
.footer-wrapper .footer-logo-txt { color: #505050; font-size: 18px; font-weight: 400; line-height: 33px; }
.footer-wrapper .footer-hr { border-top: 1px solid #dfe4e9; margin: 0 0 65px 0; }
@media (max-width: 991px) { .footer-wrapper .footer-mobile-hr { border-top: 1px solid #dfe4e9; margin: 30px 0; } }
.footer-wrapper .footer-row-wrapper { margin-top: 100px; }
@media (min-width: 992px) { .footer-wrapper .footer-row-wrapper .text-md-left { text-align: left; } }
@media (min-width: 992px) { .footer-wrapper .footer-row-wrapper .text-md-right { text-align: right; } }
.footer-wrapper .footer-small-text { color: #505050; font-size: 18px; font-weight: 400; }
.footer-wrapper .contact-box { color: #505050; font-size: 18px; font-weight: 400; line-height: 40px; }
@media (max-width: 991px) { .footer-wrapper .contact-box { text-align: center; } }
.footer-wrapper a { font-size: 18px; font-weight: 400; color: #505050 !important; line-height: 40px; margin-left: 10px; }
.footer-wrapper a:hover { color: #4cbfad; }

.footer-icon-wrapper { display: flex; align-items: flex-start; width: 100%; }
.footer-icon-wrapper.two-lines { line-height: 27px; }
.footer-icon-wrapper br { height: 1px; }
.footer-icon-wrapper .footer-icon { width: 24px; margin-right: 10px; align-self: center; }
@media (max-width: 991px) { .footer-icon-wrapper { justify-content: center; } }

.footer-nav-menu { margin: 0px; padding: 0px; }
.footer-nav-menu li { list-style: none; margin: 0px; padding: 0px; display: block; margin-bottom: 12px; }
.footer-nav-menu li a { color: black; margin-left: 0; }
@media (max-width: 991px) { .footer-nav-menu { text-align: center; } }

@media (min-width: 1700px) { .container { width: 1670px; } }
body { background-color: #f9f9f9; font-family: 'Poppins', sans-serif; overflow-x: hidden; }

.bg-gray-color { background-color: #f9f9f9; }

.bg-white-color { background-color: #fff; }

.bg-yellow-color { background-color: #fac100; }

.bg-green-color { background-color: #4cbfad; }

.bg-pink-color { background-color: #d96da1; }

.p-lr-0 { padding-left: 0; padding-right: 0; }

.p-top-70 { padding-top: 70px; }

.p-top-100 { padding-top: 100px; }

.p-b-100 { padding-bottom: 100px; }

.m-top-100 { margin-top: 100px; }

.m-bottom-100 { margin-bottom: 100px; }

.product-template-default { background-color: #f9f9f9; }

h2, h1, h3 { color: #00907b; }

@media (max-width: 767px) { h1 { font-size: 30px; } }

@media (max-width: 1024px) { h2 { font-size: 20px; } }

p { color: #505050; font-size: 18px; }

.woocommerce-info { border-top: 1px solid #d96da1; background-color: transparent; }
.woocommerce-info:before { color: #4cbfad; }

.page-title { color: #212325; font-size: 40px; font-weight: 700; margin-top: 32px; margin-bottom: 32px; }
@media (max-width: 420px) { .page-title { font-size: 1.5em; } }
@media (max-width: 1199px) { .page-title { font-size: 33px; } }

.section-title { color: #212325; font-size: 40px; font-weight: 700; margin-bottom: 32px; }
@media (max-width: 1199px) { .section-title { font-size: 33px; } }

.woocommerce .product_title { color: #212325; font-size: 40px; font-weight: 700; }
@media (max-width: 1024px) { .woocommerce .product_title { font-size: 30px !important; } }

@media (max-width: 420px) { li.product-category { width: 100% !important; }
  li.product-category .category-thumb { min-height: 150px; height: auto; } }

@media (max-width: 420px) { li.product { width: 100% !important; } }

.padded { margin-left: 10px; margin-right: 10px; }

.img-padded { margin-left: 10px; margin-right: 10px; width: auto; min-height: 300px; }

.block-padded { margin-left: -10px; margin-right: -10px; }

a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }

.custom-navbar-left { list-style: none; margin-bottom: 0; padding-left: 0; }
.custom-navbar-left li { font-size: 16px; display: inline-block; }
.custom-navbar-left li:first-child { margin-right: 20px; }
.custom-navbar-left li a { padding: 8px 20px 8px 20px; }
.custom-navbar-left li a:hover { color: #0b9984; }
.custom-navbar-left li a.left::before { position: relative; content: ''; display: inline-block; left: -20px; top: 6px; width: 1px; height: 23px; background: #dddddd; }

.top-menu-bg { background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #fff; }

#top-navbar { background-color: #fff; position: relative; min-height: inherit; margin-bottom: 0px; border-bottom: 1px solid #dedede; border-radius: 0px; height: 55px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 1024px) { #top-navbar { display: none; } }

#topmenu { margin-left: -30px; }
#topmenu li.current_page_item a { color: black; }
#topmenu li:last-child a::after { background: white; display: none; }
#topmenu li:first-child::before { position: relative; content: ''; display: inline-block; left: -20px; top: 6px; width: 1px; height: 23px; background: #dddddd; }
#topmenu li a { display: inline-block; text-transform: inherit; color: #393a3e; font-size: 16px; padding-top: 8px; padding-bottom: 7px; font-weight: 400; letter-spacing: normal; }
#topmenu li a:hover { color: #0b9984; }

.profile-menu { list-style: none; margin-bottom: 0px !important; }
.profile-menu li a { display: inline-block; text-transform: inherit; color: #0b9984; font-size: 12px; padding-top: 10px; padding-bottom: 5px; font-weight: 500; }
.profile-menu li a::after { background: #0b9984; }
.profile-menu li a:hover { color: black; text-decoration: none; }

.footser { clear: both; }

.shop-info-box-wrapper .shop-info-box { padding: 30px; position: relative; display: inline-flex; justify-content: left; align-items: center; }
@media (max-width: 1699px) { .shop-info-box-wrapper .shop-info-box { padding: 30px 15px; } }
@media (min-width: 1200px) { .shop-info-box-wrapper .shop-info-box:not(:last-child):after { height: 60%; width: 1px; background-color: #000000; opacity: 0.1; right: 0; top: 20%; position: absolute; content: ''; } }
@media (max-width: 1199px) { .shop-info-box-wrapper .shop-info-box { padding: 30px 15px; }
  .shop-info-box-wrapper .shop-info-box:not(:nth-child(even)):after { height: 60%; width: 1px; background-color: #000000; opacity: 0.1; right: 0; top: 20%; position: absolute; content: ''; }
  .shop-info-box-wrapper .shop-info-box:nth-child(-n +2) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
@media (max-width: 991px) { .shop-info-box-wrapper .shop-info-box { justify-content: center; }
  .shop-info-box-wrapper .shop-info-box:not(:nth-child(even)):after { background-color: transparent; }
  .shop-info-box-wrapper .shop-info-box:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
.shop-info-box-wrapper .shop-info-box .shop-info-box-icon { width: 46px; height: 42px; margin-right: 20px; }
@media (max-width: 1699px) { .shop-info-box-wrapper .shop-info-box .shop-info-box-icon { margin-right: 10px; } }
.shop-info-box-wrapper .shop-info-box .shop-info-box-text-wrapper { display: flex; flex-direction: column; }
.shop-info-box-wrapper .shop-info-box .shop-info-box-text-wrapper .shop-info-box-text-bold { color: #292a2d; font-size: 19px; font-weight: 700; }
@media (max-width: 1699px) { .shop-info-box-wrapper .shop-info-box .shop-info-box-text-wrapper .shop-info-box-text-bold { font-size: 16px; } }
.shop-info-box-wrapper .shop-info-box .shop-info-box-text-wrapper .shop-info-box-text-normal { color: #7e8088; font-size: 18px; font-weight: 400; }
@media (max-width: 1699px) { .shop-info-box-wrapper .shop-info-box .shop-info-box-text-wrapper .shop-info-box-text-normal { font-size: 15px; } }

.page-content-back, .featured-back { width: 100%; float: left; background-color: #ededed; }

.page-content-back { padding-top: 60px; padding-bottom: 60px; width: 100%; }

.page-content-back-nom { padding-top: 0px; width: 100%; float: left; background-color: white; padding-bottom: 30px; }

.iconos { display: inline-block; width: 18px; height: 18px; background-position: center; background-size: contain; background-repeat: no-repeat; vertical-align: middle; }

.marg-top-15 { margin-top: 15px; }

@media (max-width: 991px) { .marg-991-bottom-30 { margin-bottom: 30px; } }

.marg-top-60 { margin-top: 60px; }

.marg-top-20 { margin-top: 20px; }

.marg-top-30 { margin-top: 30px; }

.marg-bottom-50 { margin-bottom: 50px; }

.post-container { position: relative; float: left; padding-bottom: 60px; width: 100%; }

.promote-color { border: 2px solid red !important; }

.pager-box { padding: 20px; }
.pager-box a { font-size: 25px; color: #68BA96; }

.pager-pages { display: block; float: left; text-align: center; margin: 0px; padding: 0px; width: 100%; }
@media (max-width: 640px) { .pager-pages { text-align: left; } }
.pager-pages li { list-style: none; display: inline-block; }
.pager-pages a { font-size: 25px; padding-left: 10px; padding-right: 10px; }

.sociales-wrapper { float: left; width: 100%; background-color: #c9e5df; }

.widgettitle { font-size: 20px; margin-bottom: 15px; }

.form-controls { width: 45px; text-align: center; font-size: 18px; font-weight: bold; padding: 2px; background: transparent; border: none; }

.control-labels { padding-top: 6px; margin: 0px; padding-left: 15px; }

.areas { position: relative; float: left; width: 100%; }

.zoom { transition: transform .2s; /* Animation */ }
.zoom:hover { transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.search-result-box { padding: 5px; border: 1px solid #0b9984; margin-bottom: 30px; height: 200px; float: left; width: 100%; color: inherit; }
.search-result-box h4 { font-size: 20px; font-weight: 400; margin-bottom: 5px; }
.search-result-box:hover { background-color: whitesmoke; text-decoration: none; color: inherit; }
.search-result-box:visited { text-decoration: none; color: inherit; }
.search-result-box .se-date { margin-bottom: 15px; color: #0b9984; }

.wc-block-product-search__fields { background-color: #f5f5f5; border-radius: 25px; padding: 5px 10px; }
.wc-block-product-search__fields input[type=search] { background: transparent; border: none; color: #0b9984; font-size: 18px; font-weight: 400; outline: none; }
.wc-block-product-search__fields input[type=search] ::placeholder { color: #a9aaad; content: "Zoek"; }
.wc-block-product-search__fields button[type=submit] { color: #0b9984; border: none; background: none; }

.header-related { border-bottom: 1px solid #0b9984; border-top: 1px solid #0b9984; padding-bottom: 15px; background-color: whitesmoke; padding-top: 20px; padding-left: 10px; }

.alignright { float: right; }

.alignleft { float: left; }

.ramka { background-color: #ededed; padding-left: 32.5%; padding-right: 32.5%; margin-left: -31.2%; margin-right: -31.2%; padding-top: 20px; padding-bottom: 20px; margin-bottom: 30px; }

.box { background-color: #ededed; height: 200px; }

.breadcrumbs-bar { background-color: #fff; padding-top: 10px; padding-bottom: 5px; color: #4cbfad; }
.breadcrumbs-bar p { color: #191616; }
.breadcrumbs-bar a { color: #4cbfad; }

.bbar-bg { background-color: #fff; border: 1px solid #4cbfad; margin-bottom: 20px; }

.hr-divider { position: relative; margin-bottom: 100px; width: 100%; text-align: center; }
.hr-divider hr { border-top: 1px solid #ececec; }
.hr-divider span { left: 50%; transform: translateX(-50%); position: absolute; top: -21px; background: inherit; padding: 0 20px; font-weight: bold; font-size: 28px; }
@media (max-width: 550px) { .hr-divider span { font-size: 25px; } }

.woocommerce .columns-3 { margin-top: 25px !important; }

.product-category a { display: block !important; background-color: #c9e5df !important; float: left !important; padding-bottom: 10px; border-radius: 10px; width: 100%; }
.product-category a img { border-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.product-category .count { display: none; }
.product-category .woocommerce-loop-category__title { color: #00907b; text-align: center; font-size: 16px !important; }

.category-thumb { width: 100%; height: 170px; border-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: white; }

.product-box { position: relative; display: block !important; background-color: white; float: left !important; padding-bottom: 10px; border-radius: 10px; width: 100%; border: 1px solid whitesmoke; }
.product-box img { border-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.product-box .added_to_cart { position: absolute; top: 0px; right: 15px; background-color: transparent; color: transparent; }
.product-box .added_to_cart:after { content: "\f07a"; font-family: 'FontAwesome'; background-color: #00907b; color: white; display: inline-block; padding: 4px; padding-left: 8px; padding-right: 8px; border-radius: 4px; }

.product-thumb { width: 100%; height: 200px; border-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.longbox { height: 310px; }
@media (max-width: 1024px) { .longbox { height: 200px; } }

.product-box-text { padding-left: 15px; padding-right: 15px; position: relative; }
.product-box-text .price { display: inherit; color: #7e0b80 !important; left: 15px; margin-bottom: 0px !important; font-weight: 700 !important; font-size: 25px !important; max-width: 160px; }

.product-box:hover .add_to_cart_button { display: block; background-color: #4cbfad !important; }
.product-box:hover .add_to_cart_button:hover { background-color: #7e0b80 !important; }
.product-box a.button.product_type_simple { width: 100%; text-align: center; font-size: 18px; font-weight: 700; text-transform: uppercase; }

.add_to_cart_button { font-size: 18px; font-weight: 700; text-transform: uppercase; background-color: #4cbfad !important; color: white !important; text-align: center; width: 100%; }

.woocommerce-loop-product__title { font-size: 22px !important; font-weight: 400; letter-spacing: -1px; color: #2d2f33 !important; height: 50px; }

.prod-short-desc { font-size: 0.9em; height: 110px; width: 100%; }

.product-folders .prod-short-desc { height: auto; }

.folders-product { height: 450px; }

.img-box { float: left; width: 55%; height: 250px; padding: 10px; text-align: center; }
.img-box .product-thumb { height: 250px; background-size: cover; border: 1px solid silver; border-radius: 0px; }
.img-box img { width: auto !important; max-height: 220px !important; }

.product-box-text-folders { position: absolute; bottom: 15px; right: 15px; }
.product-box-text-folders .price { display: inherit; color: black !important; font-weight: bold !important; font-size: 23px !important; }

.padder-wrapper { padding-left: 15px; padding-right: 15px; padding: 15px; }

.wcmenucart-contents { background-color: #00907b !important; }

.sociales-menu { color: #00907b; font-weight: 600; padding-top: 10px; padding-bottom: 10px; font-size: 15px; }
.sociales-menu i { font-size: 20px; font-weight: normal; vertical-align: baseline; margin-left: 10px; }

.contact-box { line-height: 30px; }

#mijnPV { position: relative; }

#mijnPV-popup { position: absolute; min-width: 280px; max-width: 450px; right: 0px; z-index: 10; padding: 22px; opacity: 100; display: none; background: #f2f2f2; background: #c9e5df; transition: all 0.2s ease; }
#mijnPV-popup::after { content: ''; position: absolute; width: 14px; height: 100%; left: -14px; bottom: 0; background: url(img/shadow-popup-r.png) no-repeat center bottom; left: auto; right: -14px; background-image: url(img/shadow-popup-r.png); }
#mijnPV-popup::before { content: ''; position: absolute; width: 14px; height: 100%; left: -14px; bottom: 0; background: url(img/shadow-popup-l.png) no-repeat center bottom; }

.content-box { background-color: white; border-radius: 10px; padding: 25px; width: 100%; margin-top: 30px; margin-bottom: 30px; }

.home .content-box { background-color: transparent; border-radius: 0px; padding: 0px; width: 100%; margin-top: inherit; margin-bottom: inherit; }

.product-cats1 { list-style: none; padding: 0px; margin-bottom: 30px; }
.product-cats1 li { width: 100%; height: auto; margin-bottom: 5px; }
.product-cats1 li a { font-family: 'Montserrat', sans-serif; display: block; align-items: center; justify-content: left; font-weight: 600; font-size: 12px; height: auto; background-color: #dddddd; padding: 5px; border-radius: 1px; margin: 0px; text-align: left; color: black; }
.product-cats1 li a:hover { background-color: #c9e5df; }

.side-bar .product-cats { list-style: none; padding: 0px; margin-bottom: 30px; display: flex; flex-direction: column; width: 100%; }
.side-bar .product-cats li { width: 100%; float: left; height: auto; margin-bottom: 10px; }
.side-bar .product-cats li a { font-family: 'Poppins', sans-serif; display: block; align-items: center; justify-content: left; font-weight: 400; font-size: 18px; height: auto; background-color: white; padding: 10px; border-radius: 6px; margin: 0px; border: 1px solid #4cbfad; text-align: left; color: #4cbfad; }
.side-bar .product-cats li a:hover { background-color: #4cbfad; color: white; }
.side-bar .product-cats li a.active { background-color: #4cbfad; color: white; }

.wc-tabs { display: none; }

.woocommerce input { padding: 8px; }
.woocommerce .select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 0px; padding: 5px; height: auto; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow { height: 38px; }
.woocommerce .woocommerce-invalid #terms { outline: 1px solid red; outline-offset: 0px; }
.woocommerce .woocommerce form .form-row .input-checkbox { display: block; margin: -2px 8px 0 0; text-align: center; vertical-align: middle; }
.woocommerce .checkbox input[type=checkbox], .woocommerce .checkbox-inline input[type=checkbox], .woocommerce .radio input[type=radio], .woocommerce .radio-inline input[type=radio] { position: relative; margin-top: 0px; margin-left: 0px; }
.woocommerce input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #0b9984; color: #fff; }
.woocommerce input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #00907b; color: #fff; }
.woocommerce .button { vertical-align: middle; }
.woocommerce a.button { line-height: 20px; }

.related { display: none; margin-top: 60px; }
.related h2:first-child { color: black; font-size: 1.4em; margin-bottom: 30px; }
.related .prod-short-desc { font-size: 0.8em; height: 130px; }
.related .woocommerce-loop-product__title { font-size: 1.2em !important; }
.related .product-box { height: 370px; }

.related-wider .related { border-top: 2px solid #00907b; display: block; }

.page-template-default.woocommerce-cart h1 { color: #212325; font-size: 40px; font-weight: 700; margin-top: 32px; margin-bottom: 32px; }
@media (max-width: 420px) { .page-template-default.woocommerce-cart h1 { font-size: 1.5em; } }
@media (max-width: 1199px) { .page-template-default.woocommerce-cart h1 { font-size: 33px; } }
.page-template-default.woocommerce-cart .woocommerce-cart-form .cart_item .product-subtotal { color: #7e0b80; }
.page-template-default.woocommerce-cart .woocommerce-cart-form .coupon button { background-color: #4cbfad; color: #fff; height: 35px; }
.page-template-default.woocommerce-cart .woocommerce-cart-form .coupon button:hover { background-color: #7e0b80; }
.page-template-default.woocommerce-cart .cart-collaterals .cart_totals .order-total .amount { color: #7e0b80; font-size: 18px; }
.page-template-default.woocommerce-cart .cart-collaterals .cart_totals h2 { color: #4cbfad; font-weight: 700; }
.page-template-default.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button { background-color: #4cbfad; color: #fff; }
.page-template-default.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover { background-color: #7e0b80; }
.page-template-default.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout:hover .checkout-button { background-color: #7e0b80; }

#minicart { position: absolute; background-color: #fff; border: 2px solid #4cbfad; margin-top: 5px; width: 360px; right: 15px; padding: 20px; z-index: 1000; display: none; top: 80px; }
#minicart::after { content: ''; position: absolute; width: 14px; height: 100%; left: -14px; bottom: 0; background: url(img/shadow-popup-r.png) no-repeat center bottom; left: auto; right: -14px; background-image: url(img/shadow-popup-r.png); }
#minicart::before { content: ''; position: absolute; width: 14px; height: 100%; left: -14px; bottom: 0; background: url(img/shadow-popup-l.png) no-repeat center bottom; }
#minicart .cart_list li a.remove { color: #d96da1 !important; }
#minicart .cart_list li a.remove:hover { color: #fff; background-color: #d96da1; }
#minicart .quantity .amount { color: #7e0b80; font-weight: 700; }
#minicart .wc-forward { width: 100%; text-align: center; background-color: #4cbfad; color: #fff; }
#minicart .wc-forward:hover { background-color: #7e0b80; }
#minicart .total .amount { color: #7e0b80; }
@media (max-width: 991px) { #minicart { left: 50%; top: 82px; position: fixed; transform: translateX(-50%); } }

.woocommerce-mini-cart__total { border-color: #4cbfad !important; }

.panel { margin-bottom: 20px; background-color: #fff; border: 0px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); }

.woocommerce div.product p.price, .woocommerce div.product span.price { color: black; font-size: 1.5em; font-weight: 700; }

.pdf-see i { position: absolute; font-size: 70px; color: #00907b; }

.personalized_box { padding: 0px 0px 0px 0px; }

.personalized_field { margin-bottom: 10px; width: 100%; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { padding: 10px; }

img.alignright { float: right; margin: 0 0 1em 1em; }

img.alignleft { float: left; margin: 0 1em 1em 0; }

img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

a img.alignright { float: right; margin: 0 0 1em 1em; }

a img.alignleft { float: left; margin: 0 1em 1em 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.hide-on-large { display: none; }
@media (max-width: 767px) { .hide-on-large { display: block; }
  .hide-on-large .product-cats { margin-bottom: 50px; float: left; }
  .hide-on-large .product-cats a { font-size: 20px !important; background-color: #0b9984 !important; padding: 10px !important; border-radius: 5px !important; color: white !important; text-align: center !important; } }

@media (max-width: 767px) { .hide-on-small { display: none; } }

@media (max-width: 1024px) { .hide-on-tablet { display: none; } }

.pdf_preview { margin-top: 0px !important; float: right !important; }

.pdf-preview-btn { font-size: 100%; margin: 0; line-height: 1; cursor: pointer; position: relative; text-decoration: none; overflow: visible; padding: .618em 1em; font-weight: 700; border-radius: 3px; left: auto; border: 0; display: inline-block; background-image: none; box-shadow: none; text-shadow: none; background-color: #0b9984; color: #fff; }

.variations label { color: black !important; font-weight: normal !important; font-size: 13px !important; }

.custom_files_box_outline { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 5px; width: 100%; float: left; margin-bottom: 15px; }

.custom_files_box ul { padding: 0px; margin: 0px; }
.custom_files_box li { list-style: none; margin: 15px; float: left; }

.woocommerce-message { border-top: 1px solid #4cbfad; font-size: 18px; }

.woocommerce-message::before { color: #4cbfad !important; }

.ui-autocomplete { background-color: whitesmoke; }
.ui-autocomplete li { padding: 5px; }

.virus-info { color: red; font-size: 1.2em; text-align: center; background-color: white; padding: 20px; border-radius: 10px; margin-bottom: 30px; border: 2px solid red; }

.woocommerce-terms-and-conditions-link { text-decoration: underline !important; }

.woocommerce.single-product .summary.entry-summary .price { color: #7e0b80; }
.woocommerce.single-product .summary.entry-summary .stock.in-stock { color: #4cbfad; }
.woocommerce.single-product .summary.entry-summary .stock.out-of-stock { color: #b1b1b1; }
.woocommerce.single-product .summary.entry-summary .cart .single_add_to_cart_button { background-color: #4cbfad; font-size: 18px; }
.woocommerce.single-product .summary.entry-summary .cart .single_add_to_cart_button:hover { background-color: #7e0b80; }
.woocommerce.single-product .summary.entry-summary .product_meta a { color: #4cbfad; }
.woocommerce.single-product .woocommerce-tabs .panel { padding: 30px 0 50px 0 !important; border-radius: 0; background-color: transparent; border-top: 1px solid #4cbfad; }
.woocommerce div.product.product_cat-eigen-gepersonaliseerde-bedrijfsvideo .summary.entry-summary { float: left; width: 100%; }
.woocommerce div.product.product_cat-eigen-gepersonaliseerde-bedrijfsvideo .summary.entry-summary #service .option { display: inline-block; width: 25%; }
.woocommerce div.product.product_cat-eigen-gepersonaliseerde-bedrijfsvideo .summary.entry-summary #service .option label { display: block; height: 63px; }
.woocommerce div.product.product_cat-eigen-gepersonaliseerde-bedrijfsvideo .summary.entry-summary #service .option label .input-and-text { display: block; }
.woocommerce div.product.product_cat-eigen-gepersonaliseerde-bedrijfsvideo .summary.entry-summary #service .option a { display: block; width: 150px; position: relative; }
.woocommerce div.product.product_cat-eigen-gepersonaliseerde-bedrijfsvideo .summary.entry-summary #service .option a::before { content: ' '; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.5); background-image: url(/wp-content/themes/provoet/img/play.png); background-repeat: no-repeat; background-position: center; }

.shop-sub-category { min-height: 318px; margin-top: 30px; position: relative; }
@media (min-width: 1200px) { .shop-sub-category:not(:last-child) { box-sizing: border-box; border-right: 15px solid transparent; background-clip: padding-box; }
  .shop-sub-category:not(:first-child) { border-left: 15px solid transparent; background-clip: padding-box; box-sizing: border-box; } }
.shop-sub-category .shop-sub-category-link { display: block; width: 100%; height: 318px; z-index: 1; position: relative; color: #fff; padding: 40px; }
.shop-sub-category .shop-sub-category-link:hover { text-decoration: none; }
.shop-sub-category .shop-sub-category-link:hover .shop-sub-category-button { text-decoration: underline; }
.shop-sub-category .shop-sub-category-link .shop-sub-category-sub-title { font-size: 20px; font-weight: 700; text-transform: uppercase; margin-bottom: 30px; display: block; }
.shop-sub-category .shop-sub-category-link .shop-sub-category-title { font-size: 35px; font-weight: 700; display: block; }
.shop-sub-category .shop-sub-category-link .shop-sub-category-button { display: flex; align-items: center; font-size: 18px; font-weight: 700; text-transform: uppercase; border: none; background-color: transparent; padding: 0; position: absolute; bottom: 40px; }
.shop-sub-category .shop-sub-category-link .shop-sub-category-button .shop-sub-category-btn-icon { margin-right: 15px; width: 16px; }
@media (max-width: 420px) { .shop-sub-category .shop-sub-category-link { padding: 30px; } }
.shop-sub-category .shop-sub-category-img { max-width: 60%; width: auto; height: auto; position: absolute; bottom: 0; right: 0; z-index: 0; }

#testimonial_slider .owl-item p strong { font-size: 19px; color: #292a2d; }
#testimonial_slider .owl-item p { font-size: 18px; color: #5e5f67; }
#testimonial_slider .owl-item p:last-child { color: #b1b1b1; }
#testimonial_slider .owl-dots .owl-dot span { width: 31px !important; height: 9px !important; border-radius: 0 !important; background-color: #d1d1d1 !important; }
#testimonial_slider .owl-dots .owl-dot.active span { background-color: #4cbfad !important; }

#search_by_main_group .sa_hover_fullslide { background-color: transparent !important; }
#search_by_main_group .owl-item p { font-size: 30px; font-weight: 700; color: #143a67; position: absolute; bottom: 40px; left: 35px; }
#search_by_main_group .owl-item p img { margin-left: 17px; }
@media (max-width: 1699px) { #search_by_main_group .owl-item p { font-size: 18px; } }
#search_by_main_group .owl-item :hover p { text-decoration: underline; text-decoration-color: inherit; text-underline-offset: 2px; }
#search_by_main_group .owl-item .sa_hover_container .sa_hover_fullslide .sa_slide_link_icon:hover { background-color: transparent !important; }
#search_by_main_group .owl-item .sa_hover_container { height: 490px; }
@media (max-width: 1699px) { #search_by_main_group .owl-item .sa_hover_container { height: 370px; } }
#search_by_main_group .owl-dots .owl-dot span { width: 31px !important; height: 9px !important; border-radius: 0 !important; background-color: #d1d1d1 !important; }
#search_by_main_group .owl-dots .owl-dot.active span { background-color: #4cbfad !important; }

ul.link-list li a { color: #4cbfad; line-height: 30px; font-size: 18px; }
