:root {
  --accent: #ffef1e;
  
  --dark: #111111;
  --green: #5CD197;
  --red: #FF3434;
  --grey: #797979;
}

@font-face{font-family:icomoon-new;src:url(icomoon-new.eot);src:url(icomoon-new.eot?t89gzy#iefix) format('embedded-opentype'),url(icomoon-new.ttf) format('truetype'),url(icomoon-new.woff) format('woff'),url(icomoon-new.svg?t89gzy#icomoon) format('svg');font-weight:400;font-style:normal;font-display:block}[class^=icon-new-]{font-family:icomoon-new!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-new-arrow-left:before{content:"\e900"}.icon-new-arrow-right:before{content:"\e901"}.icon-new-arrow:before{content:"\e902"}.icon-new-blocks:before{content:"\e903"}.icon-new-cart:before{content:"\e904"}.icon-new-check:before{content:"\e905"}.icon-new-compare:before{content:"\e906"}.icon-new-cross:before{content:"\e907"}.icon-new-edit:before{content:"\e910"}.icon-new-envelop:before{content:"\e911"}.icon-new-fb:before{content:"\e912"}.icon-new-filter:before{content:"\e913"}.icon-new-in:before{content:"\e914"}.icon-new-info:before{content:"\e915"}.icon-new-instagram:before{content:"\e916"}.icon-new-min:before{content:"\e917"}.icon-new-phone:before{content:"\e918"}.icon-new-plus:before{content:"\e919"}.icon-new-search:before{content:"\e91a"}.icon-new-shipping:before{content:"\e91b"}.icon-new-wishlist:before{content:"\e91c"}

.mobile-only { display: none !important; }

.btn { background: var(--dark); border-radius: 5px; height: 45px; }
.btn.white { background: #fff; color: var(--dark); }
.btn.accent-bg { color: var(--dark); }
.btn.grey { background-color: #F1F1F1; color: var(--dark); }
.btn.yellow { background-color: var(--accent); color: var(--dark); }

.standard-input { border-radius: 4px; font-size: 14px; }

.ui.checkbox { padding-bottom: 2px; }
.ui.checkbox .box, .ui.checkbox label { color: var(--grey); padding-left: 20px; }
.ui.checkbox input:checked:focus~.box:before, .ui.checkbox input:checked:focus~label:before, .ui.checkbox input:indeterminate:focus~.box:before, .ui.checkbox input:indeterminate:focus~label:before, .ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before, .ui.checkbox input:focus~.box:before, .ui.checkbox input:focus~label:before, .ui.checkbox .box:before, .ui.checkbox label:before { background: #fff !important; border: 1px solid #C4C4C4 !important; height: 12px; width: 12px; }
ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before, .ui.checkbox input:focus~.box:before, .ui.checkbox input:focus~label:before, .ui.checkbox input:checked:focus~.box:before, .ui.checkbox input:checked:focus~label:before, .ui.checkbox input:indeterminate:focus~.box:before, .ui.checkbox input:indeterminate:focus~label:before, .ui.radio.checkbox label:after { border-color: var(--accent) !important; }
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after, .ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after { color: var(--dark) !important; font-size: 8px; margin-left: -1px; margin-top: 1px; }

.ui.selection.dropdown { border: 1px solid #797979; border-radius: 5px; color: var(--grey); }

/* Scrollbar */
/* width */
.scrollbar::-webkit-scrollbar { height: 2px; width: 2px; }
/* Track */
.scrollbar::-webkit-scrollbar-track { border-radius: 10px; }
/* Handle */
.scrollbar::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.1); border-radius: 0; }
/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.3); }

.message-container { z-index: 99; }

.alertbar { position: fixed; top: 0; width: 100%; z-index: 2; }
.alertbar .inner { color: var(--dark); height: 50px; }
.alertbar .container { align-items: center; display: flex; justify-content: center; position: relative; }
.alertbar .icon { opacity: 0.5; right: 15px; }
.alertbar .icon:hover { color: inherit; opacity: 1; }
#header .alertbar .alertbar-link { background-color: var(--dark); height: 35px; }
#header .alertbar .alertbar-link:hover { color: #fff; }

.cookiebar { background: #fff; bottom: 0; box-shadow: 0 4px 32px rgb(0 0 0 / 15%); position: fixed; width: 100%; z-index: 9999; }
.cookiebar .close-cookie { margin-left: 15px; }

#header { padding-top: 90px; transition: 0.2s; }
#header .main-header { background-color: var(--dark); padding: 17px 0; position: fixed; top: 0; transition: 0.2s; width: 100%; z-index: 1; }
.main-header .logo { max-width: 243px; }
.main-header .logo img { width: 100%; }

.search-bar input { font-size: 16px; min-width: 335px; }
.search-bar .search-icon { font-size: 18px; }

#header .header-icons > ul > li { color: #fff; font-size: 16px; font-weight: bold; order: 0; z-index: auto; }
#header .header-icons > ul > li.order-1 { order: 1; }
#header .header-icons > ul > li.order-2 { font-size: 20px; line-height: 0; order: 2; }
#header .header-icons > ul > li a .dot { background: var(--green); border-radius: 50%; display: inline-block; height: 12px; margin-right: 10px; position: relative; width: 12px; }
#header .header-icons > ul > li a .dot.offline { background: var(--red); }
#header .header-icons > ul > li.service:hover .dot .tooltip { opacity: 1; }
#header .header-icons > ul > li:last-of-type { order: 3; }
#header .header-icons > ul > li:not(:first-of-type) { margin-left: 15px; }
#header .header-icons .cart { background: transparent; font-size: 22px; height: auto; margin: 0; width: auto; }
#header .header-icons .cart .quantity { color: var(--dark); font-size: 12px; font-weight: 400; height: 14px; top: 0; width: 14px; }

.tooltip { background: #fff; border-radius: 5px; box-shadow: 0 0 32px rgba(0,0,0,0.25); color: var(--dark); font-size: 16px; font-style: italic; left: 50%; max-width: 100%; min-width: 400px; padding: 20px; pointer-events: none; top: calc(100% + 25px); transition: 0.2s; transform: translateX(-50%); }
.tooltip b { display: block; font-size: 18px; font-style: normal; font-family: 'Poppins'; margin-bottom: 10px; }

.login-popup { border-radius: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; top: calc(100% + 18px); transition: 0s; width: 600px; }
.login-popup::before { background: var(--dark); content: ''; height: 100vh; left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: 0.2s; width: 100%; z-index: -1; }
.login-popup.active::before { opacity: 0.5; }
.login-popup .title, .cart-dropdown .dropdown-title { font-size: 24px; margin-bottom: 15px; text-transform: none; }
.login-popup .cols { 	color: var(--dark); overflow: hidden; }
.login-popup .col { padding: 20px 30px 0; }
.login-popup .inputs .input { padding-top: 0; }
.login-popup .inputs .input label { font-size: 12px; }
.login-popup .inputs .input input { border-radius: 2px; color: #9C9C9C; font-size: 12px; font-weight: normal; height: 30px; }
.login-popup .buttons .link { color: var(--dark); font-size: 10px; font-weight: bold; margin-top: 10px; text-decoration: underline; }
.login-popup .cols .col:last-child { background: #fff; box-shadow: 0 0 32px rgb(0 0 0 / 8%); }
#header .header-icons .login-popup .usp li, .login-popup .usp li { font-size: 12px; font-weight: normal; margin-bottom: 10px; }
.login-popup .usp .icon:after { display: none; }
.login-popup .usp .icon { background: var(--accent) !important; color: var(--dark); min-width: 16px; height: 16px; }
.login-popup .usp .icon i { color: var(--dark); font-size: 8px; }	

.cart-dropdown { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; color: var(--dark); padding-top: 15px; top: calc(100% + 23px); transition: 0s; width: 400px; }
.cart-dropdown::before { background: var(--dark); content: ''; height: 100vh; left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: 0.2s; width: 100%; z-index: -1; }
.cart-dropdown.active::before { opacity: 0.5; }
.cart-dropdown .dropdown-title { align-items: center; display: flex; font-size: 18px; margin-bottom: 10px; justify-content: space-between; padding: 0; text-transform: none; }
.cart-dropdown .dropdown-title i { cursor: pointer; font-size: 15px; opacity: 0.5; }
.cart-dropdown .no-products { font-weight: normal; margin: 0; padding: 0; }
.cart-dropdown .cart-products td { border: none; padding: 10px 0; }
.cart-dropdown .cart-products .image-wrap img { width: 50px; }
.cart-dropdown .cart-products .info { font-size: 12px; font-weight: normal; margin-left: 15px; margin-right: 20px; }
.cart-dropdown .cart-products td:last-child { padding-right: 38px; position: relative; }
.cart-dropdown .cart-products td .qty { margin-left: -8px; }
.cart-dropdown .cart-products td .price { display: inline-block; }
.cart-dropdown .cart-products td .delete { align-items: center; border-radius: 50%; box-shadow: 0 0 8px rgb(0 0 0 / 15%); cursor: pointer; display: inline-flex; font-size: 13px; height: 25px; justify-content: center; margin-left: 5px; position: absolute; right: 3px; top: 50%; transform: translateY(-50%); width: 25px; }
.cart-dropdown .cart-products td .delete:hover { color: var(--dark); opacity: 0.6; }
.cart-dropdown .cart-products td .delete i { pointer-events: none; }
.cart-dropdown .totals { max-width: 160px; }
.cart-dropdown .totals td { font-size: 12px; font-weight: normal; padding: 0; }
.cart-dropdown .totals tr:last-child td:last-child { font-size: 16px; }
.cart-dropdown .totals td .free-shipping { color: var(--green); font-size: 12px; }
.cart-dropdown .buttons .btn { background-color: var(--green); height: 40px; }
.cart-dropdown .payments { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
.cart-dropdown .payments a { width: 40px; }
.cart-dropdown .payments a img { width: 100%; }

.search-bar { border-radius: 2px; }
.search-bar.results-active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.search-bar::before { background: var(--dark); content: ''; height: 100vh; left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: 0.2s; width: 100%; z-index: -1; }
.search-bar.results-active::before { opacity: 0.5; }
.search-bar .autocomplete { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); padding: 25px 0 0px; }
.search-bar .heading { font-size: 24px; font-weight: bold; padding: 0 30px 10px; }
.search-bar .cats { align-items: center; border-bottom: 1px solid #efefef; display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-bottom: 10px; padding: 0 30px 10px; }
.search-bar .cats li { margin-bottom: 10px; margin-right: 10px; }
.search-bar .cats li a { background-color: #F1F1F1; border-radius: 5px; display: block; font-weight: bold; padding: 2px 6px; }
.search-bar .cats li a:hover { color: var(--dark); }
.search-bar .cats li.no-results { font-style: italic; padding-top: 10px; }
.search-bar .search-products { padding: 0; }
.search-bar .search-products .small-product { padding: 10px 30px; }
.search-bar .search-products .small-product .image-wrap img { margin-right: 15px; width: 50px; }
.search-bar .search-products .small-product .info { align-items: center; display: flex; justify-content: space-between; width: 100%; }
.search-bar .search-products .small-product .stars { min-width: 80px; }
.search-bar .search-products .small-product .title { margin-bottom: 0; margin-right: auto; }
.search-bar .search-products .small-product .price { flex-wrap: wrap; justify-content: flex-end; min-width: fit-content; }
.search-bar .search-products .small-product .price .price-new { margin-right: 0; order: 2; }
.search-bar .search-products .small-product .price .per { display: inline-flex; order: 3; }
.search-bar .search-products .small-product .price .price-old { margin-right: 0; order: 1; text-align: right; width: 100%; }
.search-bar .autocomplete .more { color: var(--dark); padding: 0; text-decoration: none;  }
.search-bar .autocomplete .more button { background: white; display: block; font-size: 16px; padding: 13px; border: none; width: 100%; text-decoration: underline; }
.autocomplete.noresults .notfound { padding: 10px 30px; }


.usp-bar-wrap { box-shadow: 0 4px 32px rgba(0,0,0,0.15); z-index: 1; }
.usp-bar-wrap .usp-bar { max-width: calc(100% - 200px); }
.usp-bar-wrap .usp-wrap { align-items: center; display: flex; justify-content: space-between; margin: 6px 0; min-height: 28px; }
.usp-bar { justify-content: flex-start; margin: 0; }
.usp-bar .item:not(:last-of-type) { margin-right: 20px; }
.usp-bar .item i { font-size: 7px; position: relative; }
.usp-bar .item i::after { background: var(--accent); border-radius: 50%; content: ''; height: 15px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 15px; z-index: -1; }

.stars i { color: #FFBB00; }
.stars i.grey { color: #828282 !important; }

.usp-bar-wrap .review { margin-left: auto; }
.usp-bar-wrap .main-widget img { height: 28px; margin-right: 12px; }
.usp-bar-wrap .main-widget .stars { font-size: 17px; margin-bottom: 0; }
.usp-bar-wrap .main-widget .stars i { margin-right: 4px; }
.usp-bar-wrap .main-widget .stars i.fa-star-half { margin-top: 3px; position: absolute; }
.usp-bar-wrap .main-widget .info .text { color: var(--dark); font-size: 10px; font-weight: bold; }

/* #header .main-menu .menu-wrap.overflow { max-width: calc(100% - 230px); overflow-x: scroll; }
#header .main-menu .menu-wrap.overflow::-webkit-scrollbar { height: 5px; width: 5px; }
#header .main-menu .menu-wrap.overflow::-webkit-scrollbar-track { border-radius: 10px; }
#header .main-menu .menu-wrap.overflow::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 5px; }
#header .main-menu .menu-wrap.overflow::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.4); } */

/* #header .main-menu ul li:nth-child(2) .has-subs-a { background-color: #fad211; padding: 6px 10px; color: #1d1d1b; } */

#header .main-menu ul li { font-size: 14px; height: 50px; margin-right: 30px; text-transform: none; }
#header .main-menu ul li:last-of-type { margin-right: 0; }
#header .main-menu ul li.has-subs::before { background: var(--dark); content: ''; height: 100vh; left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: opacity .2s ease-in-out; width: 100%; z-index: -1; }
#header .main-menu ul li.has-subs:hover::before { opacity: 0.5; }
/* #header .main-menu .menu-wrap.overflow ul li { height: 45px; } */
#header .main-menu .main-menu-inner > ul > li { border-bottom: 3px solid transparent; border-top: 3px solid transparent; transition: 0.2s; }
#header .main-menu .main-menu-inner > ul > li:hover { border-bottom-color: var(--dark); }
#header .main-menu .main-menu-inner > ul > li.has-subs::after { background: var(--dark); content: ''; height: 100vh; left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: 0.2s; width: 100%; z-index: -1; }
#header .main-menu .main-menu-inner > ul > li.has-subs:hover::after { opacity: 0.5; }
#header .main-menu ul li.home { margin-right: 15px; }
/* #header .main-menu .mega-menu { top: calc(100% - 5px); } */
#header .main-menu .mega-menu .main-col { padding: 20px 0 50px; }
#header .main-menu .mega-menu .menu-title { margin-bottom: 5px; }
#header .main-menu .mega-menu .custom-cols { display: flex; justify-content: space-between; padding-top: 30px; }
#header .main-menu .mega-menu .custom-cols .cols { column-count: 2; width: 100%; }
#header .main-menu .mega-menu .custom-cols .image-wrap img { border-radius: 5px; max-height: 240px; object-fit: contain; width: 400px; }
#header .main-menu .mega-menu .sub-col.with-image { margin-bottom: 10px; }
#header .main-menu .mega-menu .sub-col.with-image .image-wrap { margin-right: 30px; padding: 0; width: 40px; }
#header .main-menu .mega-menu .sub-col.with-image .image-wrap img { width: auto; }
#header .main-menu .mega-menu .sub-col.with-image .image-wrap:after { display: none; }
#header .main-menu .mega-menu .sub-col.with-image .menu-title { font-weight: normal; }

#header .main-menu ul { justify-content: flex-start !important; }
#header .main-menu ul li { margin-right: 30px !important; font-size: 13px; }
#header .main-menu .mega-menu .menu-title { display: flex; align-items: center; }
#header .main-menu .mega-menu .menu-title img { min-height: 40px; min-width: 40px; max-height: 40px; max-width: 40px; object-fit: cover; margin-right: 8px; }
#header .main-menu .mega-menu .menu-title .image-wrap { min-height: 40px; min-width: 40px; max-height: 40px; max-width: 40px; margin-right: 8px; }

.main-menu-inner { display: flex; justify-content: space-between; }
.main-menu-inner .vat-switch { margin-right: 0; }
.vat-switch .switch { background: none; border-radius: 0; cursor: pointer; height: auto; margin: 0 10px; padding: 0; width: auto; z-index: 0; }
.vat-switch .switch span { -webkit-appearance: none; -moz-appearance: none; appearance: none; align-items: center; background-color: #B8B8B8; border-radius: 25px; box-shadow: inset 0 0 25px rgb(0 0 0 / 25%); color: #fdea7b; display: inline-flex; height: 25px; left: 0; padding: 0 5px; position: relative; top: 0; transition: background-color 0.1s 0.3s ease-out, box-shadow 0.1s 0.3s ease-out; width: 50px; }
.vat-switch .switch span::before { background-color: #d7d7d7; border-radius: 50%; content: ""; display: block; height: 1.2em; transition: background-color 0.1s 0.3s ease-out, transform 0.3s ease-out; width: 1.2em; z-index: 1; }
.vat-switch .switch span::after { background: linear-gradient(transparent 50%, rgba(0,0,0,0.15) 0) 0 50% / 50% 100%, repeating-linear-gradient(90deg,#bbb 0,#bbb,#bbb 20%,#999 20%,#999 40%) 0 50% / 50% 100%, radial-gradient(circle at 50% 50%,#888 25%, transparent 26%); background-repeat: no-repeat; border: 0.25em solid transparent; border-left: 0.4em solid #d8d8d8; border-right: 0 solid transparent; content: ""; display: block; height: 1em; transform-origin: 25% 50%; transform: translateX(-22.5%); transition: border-left-color 0.1s 0.3s ease-out, transform 0.3s ease-out; width: 1.2em; }
.vat-switch[data-active="excl"] .switch span { box-shadow: inset 0 0 25px rgb(0 0 0 / 5%); left: 0; }
.vat-switch[data-active="excl"] .switch span:before { background-color: currentColor; transform: translateX(125%); }
.vat-switch[data-active="excl"] .switch span:after { transform: translateX(-2.5%) rotateY(180deg); }


.main-content.body-wrap { display: flex; flex-direction: column; overflow-x: hidden; }
#article { overflow-x: unset !important; }
.main-content.body-wrap > div { order: 5; }
.main-content.body-wrap > .home-banners { order: 0; }
.main-content.body-wrap > .home-categories { order: 1; }
.main-content.body-wrap > .home-products { order: 2; }
.main-content.body-wrap > .home-blog { order: 3; }
.main-content.body-wrap > .home-content { order: 4; }


.home-banners { margin-top: 40px; }
.home-banners .banner-cols .headlines-slider .banner { height: 360px; }
.home-banners .banner-cols { display: block; margin: 0; }
.home-banners .banner-cols .headlines-slider { margin-bottom: 30px; }
.home-banners .banner-cols .headlines-slider .banner { border-radius: 5px; padding: 30px; }
.home-banners .banner-cols .headlines-slider .banner .text-box { align-items: center; display: flex; flex-direction: column; height: 228px; justify-content: center; text-align: center; max-width: 240px; }
.home-banners .banner-cols .headlines-slider .banner .title { font-size: 20px; }
.headlines-slider .owl-dots .owl-dot span { background: transparent; border-width: 2px; height: 16px; width: 16px; }
.headlines-slider .owl-nav { bottom: 30px; display: flex !important; position: absolute; right: 30px; }
.headlines-slider .owl-nav > div { align-items: center; background-color: #fff; border-radius: 50%; font-size: 0; display: flex; height: 40px; justify-content: center; line-height: 0; width: 40px; }
.headlines-slider .owl-nav > div::after { font-family: 'FontAwesome'; font-size: 25px; position: relative; }
.headlines-slider .owl-nav .owl-prev { margin-right: 20px; }
.headlines-slider .owl-nav .owl-prev::after { content: "\f104"; right: 1px; }
.headlines-slider .owl-nav .owl-next::after { content: "\f105"; left: 1px; }
.home-banners .banner-cols .banners { display: flex; justify-content: space-between; }
.home-banners .banner-cols .banners .banner { align-items: flex-end; border-radius: 5px; color: #fff; height: 240px; margin-bottom: 0; min-height: 0; overflow: hidden; padding: 30px; position: relative; width: calc(100% / 3 - (80px / 3)); }
.home-banners .banner-cols .banners .banner::before { background: #00000030; content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.home-banners .banner-cols .banners .banner a::before { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.home-banners .banner-cols .banners .banner .content { position: relative; }
.home-banners .banner-cols .banners .banner .title { font-size: 20px; margin-bottom: 0; }
.home-banners .banner-cols .banners .banner .text { line-height: normal; margin-bottom: 0; }
.home-banners .banner-cols .banners .banner .buttons { margin-top: 0; }
.home-banners .banner-cols .banners .banner .link { margin-top: 2px; }

.banner-cols.custom-grid-banners .banner .content { flex-wrap: wrap; }


.title-featured { align-items: flex-start; margin-bottom: 35px; }
.title-featured .title { font-size: 28px; text-transform: none; }
.title-featured .subtitle { font-size: 18px; margin-top: 5px; }

.home-products { margin-top: 0; overflow: hidden; padding-top: 30px; position: relative; }
.home-products .title-featured { align-items: center; margin-bottom: 10px; padding-bottom: 30px; }
.home-products .title-featured::after { box-shadow: 0 4px 32px rgb(0 0 0 / 8%); content: ''; height: 120px; left: 50%; pointer-events: none; position: absolute; top: 0; transform: translateX(-50%); width: 100%; }
.home-products .tabs li a { color: initial; font-size: 16px; font-weight: normal; }
.home-products .tabs li.active a { border: none; color: initial !important; font-weight: bold; height: auto; padding: 0; }

.home-products .products { margin-bottom: 0; margin-top: 0; }
.home-products .products-slider .owl-stage-outer { padding-bottom: 0; }
.home-products .products-slider .owl-stage { display: flex; }
.home-products .products-slider .owl-item .item { display: flex; height: 100%; }
.home-products .products-slider .product { padding-bottom: 50px; }

.products .product { padding: 20px; }
.products .product .inner { height: 100%; min-height: 400px; padding-bottom: 102px; padding-top: 30px; transition: 0.2s; }
.products .product .inner:hover { box-shadow: 0 0 32px rgba(0,0,0,0.15) !important; }
.products .product .inner:after { display: none; }
.products .owl-item.active .product .inner { box-shadow: 0 4px 32px rgb(0 0 0 / 8%); }
.products .product .product-labels-wrap { align-items: flex-start; flex-direction: column; left: 20px; top: 0; z-index: 1; }
.products .product .image-wrap { max-height: 200px; }
.products .product .image-wrap img.bestseller { left: -34px; margin-bottom: -20px; margin-top: -32px; position: relative; }
.products .product .image-wrap img.lente { margin-bottom: 10px; }
.products .product .image-wrap::before { content: ''; display: block; padding-top: 100%; }
.products .product .image-wrap > img { left: 50%; max-height: 100%; max-width: calc(100% - 40px); position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; height: 100%; }
.products .product .image-wrap > .sec { background: #fff; height: 100%; text-align: center; }
.products .product .image-wrap > .sec img { margin: 0 auto; max-height: 100%; max-width: calc(100% - 40px); width: auto; }
.products .product .info { display: flex; flex-direction: column; margin-top: 20px; }
.products .product .info > * { order: 2; }
.products .product .info .product-title { font-size: 14px; height: auto; padding: 0 20px; order: 1; }
.products .product .info .product-top { padding: 0 20px; }
.products .product .description { font-size: 12px; margin-top: 5px; padding: 0 20px 5px; list-style-position: inside; }
.products .product .price-stock-wrap { bottom: 0; position: absolute; width: 100%; }
.products .product .price-stock-wrap-inner { display: flex; flex-direction: row-reverse; justify-content: space-between; margin-bottom: 20px; padding: 15px 20px 0; }
.description + .price-stock-wrap .price-stock-wrap-inner { padding-top: 10px; }
.small-products .small-product .price .price-new, .products .product .price .price-new, .deal-product .price .price-new { font-size: 16px; margin-right: 10px; }
.products .product .stock { font-weight: normal; margin-top: 0; }
.products .product .stock .dot { height: 11px; position: relative; width: 11px; }
.products .product .stock.in-stock-color .dot::before { color: #fff; content: "\e905"; font-family: 'icomoon'; font-size: 6px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.products .product .stock.else-stock-color { color: #5cd197 !important; }
.products .product .stock.else-stock-color .dot { background: #5cd197 !important; }
.products .product .stock.else-stock-color .dot::before { color: #fff; content: "\e905"; font-family: 'icomoon'; font-size: 6px; left: 50%; position: absolute; top: 50%;
transform: translate(-50%, -50%); }


.products .product .price { margin-top: 0; }
.small-products .small-product .price .price-old, .products .product .price .price-old, .deal-product .price .price-old { color: #666; margin-left: 0; margin-right: 10px; }
.products .product .add-cart-outer { align-items: center; border-top: 1px solid rgba(17, 17, 17, 0.2); display: flex; height: 45px; justify-content: space-between; }
.products .product .add-cart-outer .link { font-weight: bold; margin-left: auto; margin-right: auto; }
.products .product .add-cart { background-color: var(--accent); border-radius: 0; color: var(--dark); font-size: 22px; height: 45px; margin-right: 0; width: 45px; }

.product-label { background: var(--dark); border-radius: 5px; font-size: 12px; height: 23px; margin-bottom: 5px; padding: 0 10px; text-align: center; }

.product-images .product-labels-wrap, .product-images .product-labels-wrap img.lente { margin-bottom: 10px; }

.products-slider .owl-item { transform: translate(-20px, 0); }
.products-slider .owl-next, .categories-slider .owl-next, .small-articles .owl-next { align-items: center; background: #fff !important; border-radius: 100%; box-shadow: 0 0 10px rgb(0 0 0 / 25%); color: var(--dark); display: flex; font-size: 30px; height: 50px; justify-content: center; position: absolute; right: -5px; top: 50%; transform: translateY(-50%); width: 50px; }


.home-categories { background: #F9F9F9; margin-top: 50px; padding-bottom: 40px; padding-top: 40px; }
.categories { margin: -20px; }
.categories .category { padding: 20px; }
.categories .category .cat-wrap { align-items: center; background-color: #fff; border-radius: 100px; box-shadow: 0 0 10px rgba(0,0,0,0.15); display: flex; height: 80px; justify-content: space-between; overflow: hidden; padding: 0 20px; position: relative; text-align: center; }
.categories .category .cat-wrap > a::after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.categories .category .info { margin-top: 0; }
.categories .category i { font-size: 24px; margin-right: 10px; }

.home-blog { margin-top: 0; padding-bottom: 50px; }
.small-articles { margin: 0 0 0 -10px; }
.small-articles .owl-stage-outer { padding: 0 20px; }
.small-articles .owl-item { transition: transform .2s ease-in-out; transform: translate(-20px, 0) !important; }
.small-articles.last-active .owl-item { transform: translate(-30px, 0) !important; }
.small-articles .owl-prev { display: none; }
.small-articles .owl-next { right: -25px; }
.small-articles .small-article { padding: 0 0 0 10px; }
.small-article .inner { border-radius: 5px; box-shadow: none; height: 260px; overflow: hidden; padding: 0; position: relative; }
.small-article .inner::after { background: #00000030; content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.small-article .image-wrap { height: 100%; margin-right: 0; width: 100%; }
.small-article .image-wrap a::after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
.small-article .image-wrap img { height: 100%; object-fit: cover; transition: 0.2s; width: 100%; }
.small-article .inner:hover .image-wrap img { transform: scale(1.1); }
.small-article .inner .info { bottom: 0; padding: 20px; position: absolute; z-index: 1; }
.small-article .date { color: #fff; font-size: 12px; font-weight: bold; }
.small-article .title { color: #fff; }


.home-content { margin-bottom: 50px; }
.home-content .title-featured { margin-bottom: 0; }
.home-content .content { overflow: auto; padding-right: 0; }
.home-content .content-wrap { position: relative; }
.home-content .content-wrap.overflow .content { height: 300px; overflow: hidden; }
.home-content .content-wrap.overflow::after { background: linear-gradient(0deg, rgba(255,255,255) 0%, rgba(255,255,255,0) 100%); bottom: 0; content: ''; height: 200px; left: 0; position: absolute; width: 100%; }
.home-content .more { bottom: -30px; cursor: pointer; font-size: 48px; opacity: 0.2; position: absolute; text-align: center; width: 100%; z-index: 2; }
.home-content .content-wrap:not(.overflow) .more { transform: rotate(180deg); }
.home-content .more::before { background: #fff; padding: 0 25px; }
.home-content .more::after { background: #000; content: ''; height: 1px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: -1; }
.general-content .simplebar-content { color: var(--grey); }
.general-content h4 { font-size: 20px; }
.general-content p { line-height: 1.7; }
.home-content .content .content-flex { display: flex; justify-content: space-between; }
.home-content .content .content-flex .col { max-width: 610px; width: 48%; }


#footer .footer-widget { background: #fff; margin-top: 50px; padding: 0 0 60px; }
#footer .footer-widget.small { border-top: 1px solid #0001; padding: 23px 0; }
#footer .footer-widget .widget-wrap { flex-direction: column; }
#footer .footer-widget .total { font-size: 16px; }
#footer .footer-widget .total .stars { font-size: 30px; margin: 0 20px; }
#footer .footer-widget .total .stars i:not(:last-of-type) { margin-right: 10px; }
#footer .footer-widget .total .stars .fa-star-half { margin-top: 5px; position: absolute; }
#footer .footer-widget .total img { height: 28px; margin-left: 20px; }

#footer .footer-widget .widget-reviews { align-items: center; background: #F9F9F9; border-radius: 5px; justify-content: space-between; margin-top: 18px; width: 100%; }
#footer .footer-widget .review-slider { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 25%); flex-basis: 600px; margin: 40px 40px 40px 10px; padding: 20px; width: 0; }
#footer .footer-widget .widget-reviews > img { margin-left: 40px; margin-right: 30px; margin-top: auto; }
#footer .footer-widget .widget-reviews > ul { font-size: 16px; list-style: none; margin: 0; padding: 0; }
#footer .footer-widget .widget-reviews > ul li { padding-left: 30px; position: relative; }
#footer .footer-widget .widget-reviews > ul li:not(:last-of-type) { margin-bottom: 20px; }
#footer .footer-widget .widget-reviews > ul li i { align-items: center; background-color: var(--green); border-radius: 50%; color: #fff; display: inline-flex; font-size: 10px; height: 20px; justify-content: center; left: 0; position: absolute; width: 20px; }
#footer .footer-widget .review-slider .widget-review { align-items: flex-start; margin: 0; max-width: 100%; width: 100%; }
#footer .footer-widget .review-slider .widget-review .text { color: var(--grey); max-width: 380px; padding-bottom: 20px; }
#footer .footer-widget .review-slider .widget-review .details { align-items: flex-start; margin-left: auto; text-align: right; }
#footer .footer-widget .review-slider .widget-review .details .date { color: var(--grey); }
#footer .footer-widget .review-slider .widget-review .details .score { font-size: 32px; font-weight: bold; }
#footer .footer-widget .review-slider .widget-review .details .fa-star-half { margin-top: 3px; position: absolute; }
#footer .footer-widget .review-slider .owl-dots { bottom: 20px; justify-content: flex-start; margin: 0; position: absolute; }
#footer .footer-widget .review-slider .owl-dots .owl-dot { margin-right: 10px; padding: 0; }
#footer .footer-widget .review-slider .owl-dots .owl-dot span { background: transparent; border: 1px solid var(--dark); height: 10px; width: 10px; }
#footer .footer-widget .review-slider .owl-dots .owl-dot.active span { background-color: var(--dark); }

#footer .main-footer { padding: 40px 0; }
#footer .footer-title, #footer .main-footer .footer-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
#footer .main-footer .inner .footer-col { width: 25%; }
#footer .main-footer .footer-links-wrap ul li { margin-bottom: 5px; }
#footer .main-footer .newsletter { padding-bottom: 0; }
#footer .footer-bottom .top-wrap { background: var(--dark); color: #F9F9F9; }
#footer .footer-bottom .top-wrap .inner { border-top: 1px solid #ffffff20; height: auto; padding-bottom: 30px; padding-top: 30px; }
#footer .footer-bottom .top-wrap form { margin-top: 20px; }
#footer .footer-bottom .top-wrap form .standard-input { margin-right: 20px; max-width: 100%; width: 280px; }
#footer .footer-bottom .top-wrap form .btn { color: var(--dark); height: 40px; }
#footer .footer-bottom .top-wrap .disclaimer { color: #a8a8a8; display: inline-block; font-size: 0.857em; margin-top: 5px; }
#footer .footer-bottom .top-wrap .disclaimer:hover { color: #888; }
#footer .footer-bottom .top-wrap ul.service { list-style: none; margin: 0; padding: 0; }
#footer .footer-bottom .top-wrap ul.service li { align-items: center; display: flex; }
#footer .footer-bottom .top-wrap ul.service li a { align-items: center; display: flex; }
#footer .footer-bottom .top-wrap ul.service li:not(:last-of-type) { margin-bottom: 15px; }
#footer .footer-bottom .top-wrap ul.service li i { font-size: 19px; width: 36px; }
#footer .footer-bottom .top-wrap ul.service li i.icon-new-phone { font-size: 25px; }
#footer .footer-bottom .top-wrap .socials { align-items: flex-start; flex-direction: column; max-width: 100%; width: 280px; }
#footer .footer-bottom .top-wrap .socials ul li { margin-right: 17px; }
#footer .footer-bottom .top-wrap .socials ul li a { align-items: center; border-radius: 50%; border: 3px solid #fff; display: flex; font-size: 1.5em; height: 43px; justify-content: center; width: 43px; }
#footer .footer-bottom .bottom-wrap .inner { margin: 0 -5px; padding: 12px 0; }
#footer .bottom-wrap .copy { border-top: 1px solid #00000010; padding: 18px 0 20px; text-align: center; }



.breadcrumbs { font-weight: 400; margin-left: 0; padding-bottom: 15px; padding-top: 15px; }
.breadcrumbs .crumb i { font-size: 16px; margin: 0 7px; position: relative; top: 1px; }

#catalog, #service-page { margin-bottom: 80px; /*overflow-x: hidden;*/ }
.catalog-image { position: relative; }
.catalog-image p { margin: 0; }
.catalog-image img { border-radius: 0 !important; left: 50%; max-height: 400px; object-fit: cover; position: relative; transform: translateX(-50%); width: 100vw !important; }
.catalog-image .breadcrumbs { color: #fff; position: absolute; top: 0; }
.catalog-image .title-featured { position: absolute; top: 50%; transform: translateY(-50%); }
.catalog-image .title-featured .title { color: #fff; }


#catalog .collection-content { border: none; margin-bottom: 30px; }
#catalog .collection-content .title-featured .title { font-size: 24px; }
#catalog .collection-content .general-content h1, #catalog .collection-content .general-content h2, #catalog .collection-content .general-content h3, #catalog .collection-content .general-content h4 { font-size: 14px; }
#catalog .general-content h3 { margin-bottom: 10px; }
#catalog .collection-content .image img { margin-left: 50px; width: auto; }


#collection { margin-top: 0; }
#collection .top { background-color: #F9F9F9; margin-bottom: 15px; padding-bottom: 25px; }
#collection .top .wrap { display: flex; }
#collection .advies-block { background: #fff; border-radius: 5px; box-shadow: 0 0 32px rgba(0,0,0,0.08); }
#collection .advies-block .content, #product-reviews .advies-block .content { position: relative; }
#collection .advies-block .content > *:not(img), #product-reviews .advies-block .content > *:not(img) { position: relative; z-index: 1; }
#collection .advies-block .content img, #product-reviews .advies-block .content img { bottom: 0; max-width: 86px; position: absolute; right: 5px; }
#collection .advies-block .subtitle, #product-reviews .advies-block .subtitle { color: var(--grey); }
#collection .advies-block .links, #product-reviews .advies-block .links { margin-top: 15px; }
#collection .advies-block .links a, #product-reviews .advies-block .links a { align-items: center; background-color: var(--accent); border-radius: 5px; display: inline-flex; height: 30px; justify-content: center; vertical-align: middle; width: 30px; }
#collection .advies-block .links a i.icon-new-phone, #product-reviews .advies-block .links a i.icon-new-phone { font-size: 17.5px; }
#collection .advies-block .links a i.icon-new-envelop, #product-reviews .advies-block .links a i.icon-new-envelop { font-size: 14px; }
#collection .advies-block .links a:hover, #product-reviews .advies-block .links a:hover { color: var(--dark); }
#collection .advies-block .links a:not(:last-of-type), #product-reviews .advies-block .links a:not(:last-of-type) { margin-right: 10px; }
#collection .top .title-featured { margin-bottom: 12px; }
#collection .top .title-featured .title { font-size: 24px; }
#collection .top .content-wrap { color: var(--grey); width: 100%; }
#collection .top .advies-block + .content-wrap { width: calc(100% - 305px); }
#collection .top .collection-subs { margin: -10px; margin-top: 20px; }
#collection .top .collection-subs .collection-sub { padding: 5px 10px; }
#collection .top .collection-sub .inner { background: #fff; border-radius: 5px; border: none; box-shadow: 0 0 32px rgba(0,0,0,0.08); }
#collection .top .collection-sub .title { font-size: 14px; text-align: center; width: 100%; }
#collection .col-main { margin-top: 20px; }
#collection .collection-headline { height: 200px; margin-bottom: 20px; }
#collection .collection-headline .content .title { font-size: 32px; }
#collection .collection-headline .content .subtitle { font-size: 24px; }
#collection .collection-subs { margin-bottom: 15px; }
#collection .collection-sub .inner { background-color: #fff; border-radius: 5px; border: none; box-shadow: 0 0 32px rgb(0 0 0 / 8%); }
#collection .content-wrap { border-bottom: 1px solid #0001; }
#collection .content-wrap .title-featured { margin-bottom: 15px; }
#collection .content-wrap .title-featured .title { font-size: 24px; }

#filter_form { margin-top: 15px; }
.active-filter-form ~ #filter_form { margin-top: 0; }
#filter_form .inner { flex-direction: row-reverse; }
#filter_form .modes { margin-right: 20px; }
#filter_form .modes a { margin-right: 10px; }
#filter_form .modes i { color: var(--grey); font-size: 18px; }
#filter_form .modes i:hover { color: var(--accent); }
#filter_form .sort label { cursor: pointer; font-size: 16px; font-weight: normal; margin-right: 30px; transition: 0.2s; }
#filter_form .sort label:hover { color: var(--accent); }
#filter_form .sort input { display: none; }
#filter_form .sort-block .custom-select { display: none; }
#collection .sort.top { background: transparent; border: none; margin-bottom: 30px; padding-bottom: 0; padding-top: 5px; }
#collection .sort.top .custom-pager > *:not(.total) { display: none; }
#collection .sort.top .custom-pager > .total { font-size: 16px; font-weight: normal; }

#collection .col-side { margin-right: 30px; max-width: 280px; min-width: 280px; }
#collection .filters { display: flex; flex-direction: column; }
#collection .filters .breadcrumbs { order: -1; }
#collection .filters .advies-block { margin-bottom: 20px; order: -1; }
#collection .filters .header b { font-size: 18px; order: 0; }
#collection .filters .header i { display: none; }
.filter-wrap { margin-bottom: 20px; }
.filter-wrap:not(.active) { margin-bottom: -10px; }
.filters .active-filter-form { margin-top: 15px; }
.filters .active-filter-form .filter-wrap .filter-title { margin-bottom: 0; }
.active-filters ul .active-filter { background: var(--dark); border-radius: 50px; color: #fff; line-height: 30px; padding: 0 10px; }
.active-filters ul .active-filter:not(:last-of-type) { margin-bottom: 10px; }
.active-filters label i { color: #fff; cursor: pointer; font-size: 11px; }
.filter-wrap .filter-title { border-bottom: none; border-top: 1px solid #0001; font-size: 16px; justify-content: flex-start; margin-bottom: 10px; padding-top: 17px; position: relative; text-transform: none; }
.filter-wrap .filter-title .info .icon { align-items: center; background: var(--dark); color: #fff; display: flex; font-size: 10px; height: 12px; justify-content: center; margin-left: 10px; width: 12px; }
.filter-wrap .filter-title .info .tooltip { top: calc(100% + 5px); }
.filter-wrap .filter-title .info:hover .tooltip { opacity: 1; }
.filter-wrap .filter-title .icon-toggle::before, .filter-wrap .filter-title .icon-toggle::after { background: var(--dark); content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); }
.filter-wrap .filter-title .icon-toggle::before { height: 2px; right: 0; width: 10px; }
.filter-wrap:not(.active) .filter-title .icon-toggle::after { height: 10px; right: 4px; width: 2px; }
.filter-wrap.price-filter .filter-content { flex-direction: column-reverse; }
.filter-wrap.price-filter .price-filter-range { align-items: center; color: var(--grey); font-weight: normal; margin-bottom: 0; margin-top: 25px; }
.filter-wrap .collection-filter-price .ui-slider-range { background: var(--dark); }
.filter-wrap.price-filter .price-filter-range label { font-size: 0; margin-bottom: 0; }
.filter-wrap.price-filter .price-filter-range input { border: 1px solid #C4C4C4; border-radius: 1px; font-size: 14px; font-weight: 400; height: 32px; padding: 0 10px; width: 68px; }

#fixed-filter-btn { display: none; }

#collection .products .product .add-cart-outer { opacity: 0; pointer-events: none; transition: 0.2s; }
#collection .products .product:hover .add-cart-outer { opacity: 1; pointer-events: initial; }

#collection .usp-bar-wrap { background: #F9F9F9; box-shadow: none; }
#collection .usp-bar { justify-content: center; }
#collection .usp-bar .item:not(:last-of-type) { margin-right: 43px; }

#collection .sort.bottom { border-bottom: none; border-top: 1px solid #0001; margin-bottom: 50px; margin-top: 20px; padding-bottom: 0; padding-top: 20px; }
#collection .sort.bottom .sort-block:not(.custom-pager) { display: none; }
#collection .sort.bottom .sort-block.custom-pager { margin: 0 auto; }
#collection .custom-pager ul li a { align-items: center; border-radius: 4px; display: flex; font-size: 16px; font-weight: bold; height: 26px; justify-content: center; width: 26px; }
#collection .custom-pager ul li.active a { background: var(--dark); color: #fff; }
#collection .custom-pager ul li.dots a { border: none; color: var(--dark); }
#collection .custom-pager .arrow.disabled { display: none; }
#collection .custom-pager .arrow a { background-color: var(--dark); border-radius: 4px; font-size: 16px; font-weight: bold; height: 40px; padding: 0 17px; width: auto; }
#collection .custom-pager .arrow a i { font-size: 26px; }
#collection .custom-pager .arrow.next a i { margin-left: 10px; }
#collection .custom-pager .arrow.prev a i { margin-right: 10px; }

.collection-content { margin-bottom: 80px; }
.collection-content .title-featured { margin-bottom: 10px; }
.collection-content .title-featured .title { font-size: 20px; }
.collection-content .general-content p { color: var(--grey); line-height: 1.8; }


#sticky-buy { background-color: #F1F1F1; border-top: 1px solid #E9E9E9; box-shadow: 0 4px 16px rgba(0,0,0,0.15); position: fixed; top: 0; transition: 0.2s; width: 100%; z-index: 9; }
#sticky-buy .container { height: 60px; }
#sticky-buy img { margin-right: 25px; }
#sticky-buy p { font-weight: bold; margin-bottom: 0; }
#sticky-buy p.price { font-size: 18px; margin-left: 20px; }
#sticky-buy .stock { margin-left: auto; }
#sticky-buy .stock i { align-items: center; border-radius: 50%; color: #fff !important; display: inline-flex;  font-size: 6px; height: 11px; justify-content: center; margin-top: -2px; vertical-align: middle; width: 11px; }
#sticky-buy .stock i.icon-new-check { background: var(--green); }
#sticky-buy .stock i.icon-new-cross { background: var(--red); }
#sticky-buy .btn { height: 40px; margin-left: 20px; padding: 0 17px; }
#sticky-buy .btn i { font-size: 22px; }
#sticky-buy .stock.else-stock-color { color: #5CD197 !important; }

#productpage { overflow-x: hidden; }
#productpage .container > .row { display: flex; flex-wrap: wrap; }
#productpage .container > .row > div { order: 5; }
#productpage .container > .row > div:first-of-type { order: 0; }
#productpage .container > .row > div.col-desktop-info { order: 1; }
#productpage .container > .row > div.col-12 { order: 2; }

.title-featured.productpage .breadcrumbs { margin-bottom: 0; }
#productpage .title-featured .title { font-size: 20px; }
#productpage .title-featured.productpage .title { font-size: 24px; }
#productpage .title-featured.productpage .productpage-info-wrap { flex-direction: row-reverse; justify-content: flex-end; padding-top: 5px; }
#productpage .title-featured.productpage .productpage-info-wrap .add-review-link { margin-left: 8px; text-decoration: none; }
#productpage .title-featured.productpage .productpage-info-wrap .product-brand { position: relative; }
#productpage .title-featured.productpage .productpage-info-wrap .product-brand::before { content: '|'; left: 0; position: absolute; }
#productpage .title-featured.productpage .productpage-info-wrap .score-wrap .productreviewsSummary { align-items: center; display: flex; }
#productpage .title-featured.productpage .productpage-info-wrap .score-wrap .ts-stars-reviewCount { color: var(--dark); display: block; font-size: 14px !important; margin-left: 6px; }
#productpage .title-featured.productpage .productpage-info-wrap .score-wrap .ts-reviewSummary-averageRating {  }
#productpage .title-featured.productpage .productpage-info-wrap .score-wrap .ts-reviewSummary-averageRating span { color: var(--dark); font-size: 14px !important; }

#productpage .productpage-slider .owl-nav > div { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 0 10px rgb(0 0 0 / 25%); display: flex; font-size: 25px; height: 50px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 50px; }
#productpage .productpage-slider .owl-nav > div.disabled { opacity: 0.5; }

#productpage .product-images { display: flex; flex-direction: column-reverse; margin-bottom: 0; max-height: initial; }
.product-images:after { display: none; }
#productpage .product-images .images { width: 100%; }
#productpage .product-images .thumbs { display: flex; margin-bottom: 60px; margin-top: -10px; max-width: 100%; min-width: calc(100% + 1px); padding-top: 25px; }
#productpage .product-images .thumbs.scrollbar { margin-left: -25px; overflow-x: scroll; padding-bottom: 25px; padding-left: 25px; }
#productpage .product-images .thumbs .thumb { border-radius: 5px; border: 1px solid #C4C4C4; display: flex; margin: 0; }
/* #productpage .product-images .thumbs .thumb { border-radius: 5px; border: 1px solid #C4C4C4; display: flex; margin: 0; margin-right: 20px; min-width: 106px; width: 106px; } */
/* #productpage .product-images .thumbs .thumb:last-of-type { margin-right: 1px; } */
#productpage .product-images .thumbs .thumb.active { border-color: var(--accent); box-shadow: 0 0 32px rgb(0 0 0 / 8%); }
#productpage .product-images .thumbs .thumb .image-wrap { margin: auto; position: relative; }
#productpage .product-images .thumbs .thumb .image-wrap i { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 0 32px rgb(0 0 0 / 15%); display: flex; font-size: 20px; height: 48px; justify-content: center; left: calc(50% - 24px); position: absolute; top: calc(50% - 24px); width: 48px; z-index: 1; }

#productpage .youtube-video i { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 0 32px rgb(0 0 0 / 15%); display: flex; font-size: 20px; height: 48px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 48px; }

#productpage .product-info { margin-bottom: 45px; position: relative; }
#productpage .product-info img.energielabel { position: absolute; right: 30px; top: 30px; }
#productpage .product-info .price .price-old { color: #666666; font-size: 24px; font-weight: normal; }
#productpage .product-info .price .price-new { font-size: 40px; }
#productpage .product-info .product-configure { margin-bottom: 16px; }
#productpage .product-option .label-wrap { align-items: flex-start; flex-direction: column-reverse; margin-bottom: 5px; }
#productpage .product-option .label-wrap .stock { font-weight: normal; margin-bottom: 20px; margin-left: 0; }
#productpage .product-option .label-wrap label { font-size: 14px; line-height: initial; }
#productpage .product-info .option-block { margin-right: 10px; }
#productpage .product-info .option-block a { border: 1px solid #79797950; box-shadow: 0 0 16px rgba(0,0,0,0.08); color: var(--grey); font-size: 18px; height: 35px; justify-content: center; min-width: 110px; }
#productpage .product-info .option-block.active a { background: var(--dark); color: #fff !important; font-weight: normal; }
#productpage .product-info .option-block.unavailable:not(.active) { opacity: 0.5; }
#productpage .product-info .option-block.unavailable:not(.active) a { overflow: hidden; position: relative; }
#productpage .product-info .option-block.unavailable:not(.active) a::after { background: var(--grey); content: ''; height: 1px; left: 50%; opacity: 0.5; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(15deg); width: 95%; }
.input-wrap { position: relative; }
.input-wrap input { border-radius: 5px; border: 1px solid #79797950; color: var(--grey); font-size: 18px; margin: 0; max-width: 100%; min-height: 45px; width: 100px; }
.input-wrap a { background: transparent; border-radius: 0; border: none; left: 0; position: absolute; }
.input-wrap a:hover { background: transparent; }
.input-wrap a.up { left: auto; right: 0; }
.input-wrap a span { color: var(--grey); height: 1px; width: 10px; }
#productpage .product-info .cart .btn { background: var(--green); }
#productpage .product-info .actions-wrap { display: flex; justify-content: space-between; padding-bottom: 5px; padding-top: 30px; text-align: center; }
#productpage .product-info .actions-wrap > div { width: 50%; }
#productpage .product-info .actions-wrap .ui.checkbox { padding: 0; }
#productpage .product-info .actions-wrap .ui.checkbox label { color: var(--dark); }
#productpage .product-info .actions-wrap .ui.checkbox label::before, #productpage .product-info .actions-wrap .ui.checkbox label::after { display: none; }
#productpage .product-info .actions-wrap .ui.checkbox label i.icon-new-compare { font-size: 20px; margin-right: 6px; vertical-align: middle; }
#productpage .product-info .wishlist i { font-size: 18px; margin-right: 10px; }
#productpage .product-info .wishlist a { color: var(--dark); font-weight: normal; height: auto; }
#productpage .product-info .else-stock-color { color: #5CD197 !important; }
#productpage .product-info .else-stock-color .dot { background: #5CD197 !important; }

#productpage .shadow-box { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); padding: 25px 30px; }
#productpage .offer-discounts { flex-direction: column; }
#productpage .offer-discounts > * { width: 100%; }
#productpage .offer-discounts .offer .offer-title img { margin-right: 15px; position: relative; top: -15px; }
#productpage .offer-discounts .offer-title .title { font-size: 14px; }
#productpage .offer-discounts .offer-title .subtitle { font-size: 12px; }
#productpage .discounts ul { justify-content: space-between; margin-left: 0; margin-right: 0; }
#productpage .discounts ul li { flex-direction: column; padding: 0; width: calc(50% - 10px); }
#productpage .discounts ul li .discount-label { background: #fff; box-shadow: 0 0 16px rgb(0 0 0 / 15%); font-weight: 600; height: 45px; margin-right: 0; position: relative; width: 100%; }
#productpage .discounts ul li span:not(.discount-label) { align-items: flex-end; background: #F1F1F1; border-radius: 5px; box-shadow: inset 0 0 16px rgb(0 0 0 / 15%); display: flex; font-size: 12px; height: 45px; justify-content: center; margin-top: -15px; padding-bottom: 7px; text-align: center; width: 100%; }

#productpage .offer-discounts .offer { align-items: center; display: flex; justify-content: space-between; margin-right: 0; }
#productpage .offer-discounts .discounts + .offer { margin-top: 30px; }
#productpage .offer-discounts .offer .offer-title { margin-bottom: 0; text-align: center; }
#productpage .offer-discounts .offer .btn { background: #F1F1F1; border: none; color: var(--dark); width: calc(50% - 10px); }
#productpage .offer-discounts .offer .btn i { font-size: 22px; margin-right: 10px; }

#product_configure_form_bulk .products-wrap .product .quantity .input-wrap a { left: auto; right: 0; }
#product_configure_form_bulk .products-wrap .product .price { margin-left: 10px; }

#productpage .product-usp .usp-bar-wrap { background: transparent; box-shadow: none; padding: 0; }
#productpage .product-usp .check-icon-wrap { background: transparent; }
#productpage .product-usp .check-icon-wrap i { background: var(--accent); color: var(--dark); font-size: 7px; height: 15px; min-height: 0; min-width: 0; width: 15px; }

#productpage .product-tabs { position: relative; }
#productpage .product-tabs::before { background: #F1F1F1; content: ''; height: 100%; left: 50%; position: absolute; transform: translateX(-50%); width: 100vw; }
#productpage .product-tabs ul { padding: 15px 0; position: relative; }
#productpage .product-tabs ul li a { background-color: #fff; border-radius: 50px; box-shadow: 0 0 8px rgb(0 0 0 / 15%); font-size: 14px; font-weight: bold; margin-right: 10px; min-height: 30px; }
#productpage .product-tabs ul li a:hover { color: var(--dark); }

#productpage .contens-block-tab { display: block; }

#productpage .contents .general-content { color: var(--grey); }
#productpage .contents .general-content > .title-featured { display: none; }
#productpage .contents .general-content p { line-height: 1.8; }
#productpage #product-content { margin-top: 20px; }

#productpage .plus-min ul { color: var(--grey); }
#productpage .plus-min .icon { font-size: 16px; }
#productpage .product-contents .plus-min .icon.plus { color: var(--green); }
#productpage .plus-min .icon.min { color: #bfbfbf; }
#productpage .plus-min .icon.min:after { background: #fff; }

#productpage .specs dl { margin-top: 25px; column-gap: 50px; column-count: 2; }
#productpage .specs dl .spec-container { align-items: center; background-color: #F1F1F1; display: inline-block; min-height: 50px; padding: 15px 20px; width: 100%;}
#productpage .specs dl .spec-container .single-spec-wrapper { display: flex; }
/* #productpage .specs dl div { align-items: center; background-color: #F1F1F1; display: flex; min-height: 50px; padding: 15px 20px; } */
#productpage .specs dl div:nth-child(even) { background-color: #F9F9F9; }
#productpage .specs dl div.clear { background: transparent; }
#productpage .specs dl dt { width: 42%; }
#productpage .specs dl dd { width: 58%; }


#productpage .related-products .products { border-radius: 5px; box-shadow: 0 0 32px rgba(0,0,0,0.08); margin: 0; }
.related-list { align-items: center; border-bottom: 1px solid #0001; display: flex; justify-content: space-between; padding: 10px 15px; width: 100%; }
.related-list .image-wrap { margin-right: 20px; }
.related-list .title { font-weight: bold; margin-right: auto; width: 50%; }
.related-list .price { margin-right: 50px; text-align: right; }
.related-list .price .price-new { font-size: 18px; font-weight: bold; line-height: 1; }
.related-list .price .price-old { color: #ADADAD; font-size: 16px; font-weight: 600; text-decoration: line-through; }
.related-list .stock { align-items: center; display: flex; font-weight: normal; }
.related-list .stock .fa { font-size: 8px; margin-right: 5px; }
.related-list .stock .on-stock { color: var(--green); }
.related-list .stock .no-stock { color: var(--red); }
.related-list .stock i { align-items: center; border-radius: 50%; color: #fff !important; display: inline-flex;  font-size: 6px; height: 11px; justify-content: center; margin-right: 10px; width: 11px; }
.related-list .stock i.on-stock { background: var(--green); }
.related-list .stock i.no-stock { background: var(--red); }
.related-list .add-cart { align-items: center; background-color: var(--accent); border-radius: 5px; color: var(--dark); display: flex; font-size: 20px; height: 45px; justify-content: center; min-width: 45px; text-align: center; }


#combinations { padding-bottom: 25px; padding-top: 50px; position: relative; }
#combinations::before { background: #F1F1F1; content: ''; content: ''; height: 100%; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 100vw; z-index: -1; }
#combinations .title-featured { position: relative; }

.bundles .bundle { border: none; padding: 0; }
.bundle .bundle-wrap { align-items: center; display: flex; justify-content: space-between; }
.bundle .bundle-products { flex-wrap: nowrap; overflow-x: scroll; padding-bottom: 25px; }
.bundle .bundle-products .bundle-product { background: #fff; box-shadow: 0 4px 32px rgba(0,0,0,0.08); border-radius: 8px; min-width: 263px; padding: 20px; width: 263px; }
.bundle .bundle-products .bundle-product .inner { flex-direction: column; height: 300px; text-align: center; }
.bundle .bundle-products .bundle-product .image-wrap { margin-bottom: 20px; }
.bundle .bundle-products .bundle-product img { width: auto; }
.bundle .bundle-products .bundle-product .bundle-title { line-height: 1.8; }
.bundle .bundle-products .bundle-product .product-price { font-size: 18px; font-weight: bold; margin-top: 5px; }
.bundle .bundle-products .plus { color: var(--dark); font-size: 25px; margin: 0 30px; }
.bundle .bundle-info { margin-left: 30px; }
.bundle .bundle-info .price { margin-bottom: 5px; }
.bundle .bundle-info .price b { font-size: 20px; font-weight: bold; }
.bundle .bundle-info .price span { color: var(--grey); font-size: 16px; margin-left: 10px; text-decoration: line-through; }
.bundle .bundle-info .stock { align-items: center; display: flex; margin-top: 15px; }
.bundle .bundle-info .stock i { align-items: center; border-radius: 50%; color: #fff !important; display: inline-flex;  font-size: 6px; height: 11px; justify-content: center; margin-right: 10px; width: 11px; }
.bundle .bundle-info .stock.instock { color: var(--green); }
.bundle .bundle-info .stock.outofstock { color: var(--red); }
.bundle .bundle-info .stock.instock i { background: var(--green); }
.bundle .bundle-info .stock.outofstock i { background: var(--red); }
.bundles .bundle .cart { margin-top: 15px; }
.bundle .bundle-info .btn { background-color: var(--green); }

.bundles .owl-nav div { align-items: center; background-color: #fff; border-radius: 50%; color: var(--dark); display: flex; font-size: 25px; height: 40px; justify-content: center; line-height: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 40px; }
.bundles .owl-nav div.owl-next { right: -50px; }
.bundles .owl-nav div.owl-prev { left: -50px; }
.bundles .owl-nav div.disabled { display: none; }

#productpage #product-reviews { margin-bottom: 50px; }
#product-reviews .wrap { align-items: flex-start; display: flex; justify-content: space-between; }
#product-reviews .wrap.double > * { width: calc(50% - 30px); }
#product-reviews .reviews-total + p { margin-top: -20px; }
#product-reviews .advies-block { background-color: #fff; padding: 0; }
#product-reviews .advies-block .content { padding: 25px 30px; width: 100%; }
#product-reviews .advies-block .content img { max-width: 157px; right: 15px; }
#product-reviews .advies-block .content .title { font-size: 18px; }
#product-reviews .advies-block .content .subtitle { font-size: 16px; }
#product-reviews .advies-block .content ul { list-style: none; margin: 30px 0 0; padding: 0; }
#product-reviews .advies-block .content ul li:not(:last-of-type) { margin-bottom: 15px; }
#product-reviews .advies-block .content ul li i { align-items: center; background-color: var(--accent); color: var(--dark); border-radius: 50px; display: inline-flex; font-size: 10px; height: 20px; justify-content: center; margin-right: 10px; width: 20px; }

#blog .col-main { width: 100%; }
#blog .col-main img { width: 50%; height: auto; display: flex; margin: 0 auto; }

#offer-popup { border-radius: 5px; max-width: 500px; min-width: 0; }
#offer-popup .title-wrap { margin-bottom: 40px; }
#offer-popup .title-wrap .title { font-size: 24px; text-transform: none; }
#offer-popup .title-wrap .subtitle a.accent-color { color: var(--dark); font-weight: bold; }
#offer-popup form .form-inner .input-col.col-50 { padding: 0 7px 15px; width: 100%; }
#offer-popup form input[type="text"], #offer-popup form textarea { border-radius: 2px; }
#offer-popup form .form-inner .submit-form { background: var(--green); }


.fancybox-is-open .fancybox-bg { background: var(--dark); opacity: 0.5; }
.fancybox-close-small { right: 20px; top: 20px; transform: none; }
.fancybox-close-small:after { background: transparent; color: #0005; font-size: 20px; }
.fancybox-close-small:hover::after { background: transparent; color: var(--dark); }

#add-cart-popup { border-radius: 5px; }
#add-cart-popup .title-wrap { margin-bottom: 40px; }
#add-cart-popup .main-product .info-wrap { display: flex; flex-direction: column; }
#add-cart-popup .main-product .info-wrap > * { order: 1; }
#add-cart-popup .main-product .info-wrap > .product-title { margin-bottom: 0; order: 0; }
#add-cart-popup .main-product .info-wrap .score-wrap .count { color: var(--dark); font-size: 10px; }
#add-cart-popup .main-product .info-wrap .price .price-new { font-size: 32px; }
#add-cart-popup .main-product .btn-wrap { max-width: 240px; }
#add-cart-popup .main-product .btn-wrap .btn.accent-bg-2 { background-color: var(--green); }
#add-cart-popup .main-product .btn-wrap .btn.btn-grey { background-color: #F1F1F1; color: var(--dark); }

#add-cart-popup .related-wrap { border-top: 1px solid #0002; margin-bottom: 0; margin-top: 25px; padding-top: 20px; }
#add-cart-popup .related-wrap .products-slider .owl-stage-outer { padding-bottom: 0; padding-top: 15px; }
#add-cart-popup .related-wrap .title-wrap { margin-bottom: 10px; }
#add-cart-popup .related-wrap .title-wrap .title { font-size: 24px; }
#add-cart-popup .related-wrap .products .product .inner { border-radius: 5px; overflow: hidden; padding-top: 20px; }
#add-cart-popup .related-wrap .products .product .product-labels-wrap { top: 0; }
#add-cart-popup .related-wrap .products .product .price-stock-wrap-inner { flex-direction: column-reverse; }
#add-cart-popup .related-wrap .products .product .stock { margin-top: 10px; }
#add-cart-popup .related-wrap .products .product .add-cart-outer { background-color: var(--dark); }
#add-cart-popup .related-wrap .products .product .add-cart-outer a { color: #fff; font-size: 16px; }
#add-cart-popup .related-wrap .products .product.related .add-cart { display: none; }


#cart-page { margin-bottom: 100px; padding-top: 0; }
#cart-page .title-featured { border-bottom: none; margin-bottom: 20px; padding-bottom: 0; }
#cart-page .title-featured .title { font-size: 24px; }

#cart-page .nothing-found-wrap { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); padding: 30px; }
#gui-form-cart { background: #fff; border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); position: relative;  }
#gui-form-cart .title-featured { padding: 25px 30px 0; }
#cart-page .cart-row .cart-col.products-col { max-width: calc(100% - 443px); min-width: calc(100% - 443px); }
#cart-page .cart-products .heading { align-items: center; border-bottom: 1px solid #0001;  display: flex; font-weight: bold; padding: 0 30px 10px; }
#cart-page .cart-products .heading .h-product { margin-right: auto; }
#cart-page .cart-products .heading .h-price { width: 85px; }
#cart-page .cart-products .heading .h-quantity { width: 100px; }
#cart-page .cart-products .heading .h-subtotal { width: 100px; }
#cart-page .cart-products .product { padding: 20px 30px; }
#cart-page .cart-products .image-wrap { margin-right: 20px; width: 50px; }
#cart-page .cart-products .image-wrap img { width: 50px; }
#cart-page .cart-products .product-title { font-size: 14px; }
#cart-page .cart-products .stock { align-items: center; color: var(--green); display: flex; }
#cart-page .cart-products .stock.outofstock { color: var(--red); }
#cart-page .cart-products .stock i { align-items: center; background: var(--green); border-radius: 50%; color: #fff; display: inline-flex; font-size: 6px; height: 11px; justify-content: center; margin-right: 5px; width: 11px; }
#cart-page .cart-products .stock.outofstock i { background: var(--red); }
#cart-page .cart-products .price-base { font-weight: bold; margin-left: 25px; width: 60px; }
#cart-page .cart-products .price .price-new { font-size: 14px; }
#cart-page .cart-products .product .quantity-wrap { padding: 0 20px; width: auto; }
#cart-page .cart-products .input-wrap input { font-size: 14px; min-height: 36px; min-width: 80px; width: 80px; }
#cart-page .cart-products .input-wrap a { min-width: 34px; }
#cart-page .cart-products .input-wrap a span { width: 8px; }
#cart-page .cart-products .price { line-height: normal; }
#cart-page .cart-products .wishlist i { margin-right: 0; }
#cart-page .cart-products .wishlist-delete-wrap > div { margin-left: 10px; }
#cart-page .cart-products .delete-product { align-items: center; border-radius: 50%; box-shadow: 0 0 8px rgb(0 0 0 / 15%); height: 25px; justify-content: center; margin: 0; width: 25px; }
#cart-page .cart-products .delete-product i { margin-right: 0; }

#cart-page .bottom-bar { box-shadow: inset 0 0 32px rgb(0 0 0 / 8%); margin-top: -10px; padding: 30px 30px 20px; }
#cart-page .bottom-bar .btn-grey { background: #F1F1F1; }
#cart-page .bottom-bar .shipping-notification { flex-grow: 0; font-size: 14px; font-weight: normal; padding-left: 20px; padding-right: 20px; }

#cart-page .cart-row .cart-col.total-col { max-width: 443px; min-width: 443px; padding-left: 30px; }
#cart-page .total-block { background: #fff; border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); margin-bottom: 40px; padding: 25px 30px 40px; }
#cart-page .total-block .total-block-title { font-size: 16px; }
#cart-page .total-block .cart-totals-block { margin-top: 0; }
#cart-page .total-block .cart-totals-block .total-block-title { margin-bottom: 10px; }
#cart-page .total-block table { font-size: 14px; font-weight: bold; }
#cart-page .total-block table tr.discount td { padding-bottom: 15px; }
#cart-page .total-block table tr:nth-last-child(3) td { padding-bottom: 15px; padding-top: 15px; }
#cart-page .total-block table tr:nth-last-child(2) td { border-bottom: 1px solid #EDEDED; padding-bottom: 15px; padding-top: 15px; }
#cart-page .total-block table tr:last-of-type { font-size: 24px; }
#cart-page .total-block .button .btn.cart-btn { background-color: var(--green); }
#cart-page .total-bottom-wrap { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); margin-bottom: 40px; padding: 23px; }

#cart-page .discount-block, #cart-page .rewards-block { border-bottom: 1px solid #EDEDED; margin-bottom: 20px; padding-bottom: 20px; }
#cart-page .total-bottom-wrap .total-block-title { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
#cart-page .discount-block form .form-inner { align-items: center; display: flex; }
#cart-page .discount-block form input { border-radius: 5px; border: 1px solid #797979; height: 40px; padding: 10px; text-align: center; width: 100%; }
#cart-page .discount-block form a.btn { font-size: 14px; height: 40px; margin-left: 10px; min-width: 131px; padding: 0 20px; }
#cart-page .rewards-block .rewards-wrapper { border: none; display: block; padding-top: 0;  }
#cart-page .usp-bar-list { border-bottom: 1px solid #EDEDED; margin-bottom: 15px; margin-top: 0; padding-bottom: 20px; }
#cart-page .usp-bar-list .item { align-items: center; display: flex; }
#cart-page .usp-bar-list .item:not(:last-of-type) { margin-bottom: 10px; }
#cart-page .usp-bar-list .check-icon-wrap { background: none; margin-right: 10px; }
#cart-page .usp-bar-list .check-icon-wrap i { background: var(--accent); color: var(--dark); font-size: 8px; }
#cart-page .payments { padding: 0; }
#cart-page .payments img { height: 45px; }
#cart-page .kiyoh-widget { border-top: 1px solid #EDEDED; margin-top: 20px; padding-top: 20px; }
#cart-page .kiyoh-widget .total .image img { height: 28px; }
#cart-page .kiyoh-widget .total .info .score { flex-wrap: wrap; font-size: 10px; font-weight: bold; }
#cart-page .kiyoh-widget .total .info .stars { font-size: 18px; margin: 0; order: -1; width: 100%; }
#cart-page .kiyoh-widget .total .info .stars i { margin-right: 4px; }
#cart-page .kiyoh-widget .total .info .stars i.fa-star-half { margin-top: 4px; position: absolute; }

#giftcard-modal-wrapper .giftcard-modal .giftcard-modal-label { color: var(--dark); font-weight: bold; }
#giftcard-modal-wrapper .giftcard-modal #giftcard-check-btn { background: var(--dark); }

#cart-page .upsells-wrap { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); margin-top: 30px; overflow: hidden; padding: 26px 30px 30px; }
#cart-page .upsells-wrap .title-wrap .title-featured { margin-bottom: 0; }
#cart-page .upsells-wrap .products-slider .owl-stage-outer { overflow: visible; padding: 20px 0 0; }
#cart-page .upsells-wrap .products-slider .owl-stage { display: flex; }
#cart-page .upsells-wrap .products-slider .owl-item, #cart-page .upsells-wrap .products-slider.last-active .owl-item { transform: none !important; }
#cart-page .upsells-wrap .products-slider .item { display: flex; height: 100%; }
#cart-page .upsells-wrap .products { margin: -24px -15px; }
#cart-page .upsells-wrap .products .product { padding: 30px 15px; }
#cart-page .upsells-wrap .products .product .inner { padding-bottom: 98px; }
#cart-page .upsells-wrap .products .product .image-wrap { margin-bottom: 15px; max-height: 176px; }
#cart-page .upsells-wrap .products .product .info { margin-top: 0; }
#cart-page .upsells-wrap .products .product .info .product-title { font-size: 12px; line-height: normal; }
#cart-page .upsells-wrap .products .product .price-stock-wrap-inner { flex-direction: row; margin-bottom: 15px; padding-top: 0; }
#cart-page .upsells-wrap .products .product .stock { bottom: 26px; position: absolute; right: 20px; }
#cart-page .upsells-wrap .products .product .add-cart-outer { border: none; height: 30px; margin-bottom: 20px; margin-left: 20px; }
#cart-page .upsells-wrap .products .product .add-cart { border-radius: 5px; font-size: 16px; height: 30px; min-width: 0; width: 30px; }
#cart-page .upsells-wrap .products .product .add-cart-outer .link { display: none; }

#cart-page .upsells-wrap .products-slider .owl-nav { align-items: center; display: flex; position: absolute; right: 12px; top: -7px; }
#cart-page .upsells-wrap .products-slider .owl-nav > div { align-items: center; background: transparent; box-shadow: none; display: flex; font-size: 15.5px; height: 40px; justify-content: center; width: 40px; }
#cart-page .upsells-wrap .products-slider .owl-nav > div i::before { font-family: 'icomoon-new'; }
#cart-page .upsells-wrap .products-slider .owl-prev { margin-right: 5px; }
#cart-page .upsells-wrap .products-slider .owl-prev i::before { content: '\e900'; }
#cart-page .upsells-wrap .products-slider .owl-next { position: relative; right: 0; top: 0; transform: none; }
#cart-page .upsells-wrap .products-slider .owl-next i::before { content: '\e901'; }


#service-page .faq { display: none; }
#service-page .service-blocks > ul > li.subs > a { pointer-events: none; }

#service-page .breadcrumbs { margin-left: 0; }
#service-page .flex-row { margin-top: 0; }
#service-page .col-sidebar { max-width: 280px; min-width: 280px; }

#service-page .service-links ul { list-style: none; margin: 0; padding: 0; }
#service-page .service-links > ul > li { border-bottom: 1px solid #0001; }
#service-page .service-links > ul > li > a { color: #000; display: block; font-size: 16px; font-weight: bold; padding: 15px 0; }
#service-page .service-links > ul > li:last-of-type > a { border-bottom: none; }
#service-page .service-links > ul > li.subs > a::after { content: '+'; float: right; font-size: 18px; font-weight: 600; }
#service-page .service-links > ul > li.subs.active > a::after { content: '-'; }
#service-page .service-links > ul ul { display: none; }
#service-page .service-links > ul > li.subs.active ul { display: block; padding-bottom: 10px; }
#service-page .service-links > ul ul li a { color: #797979; display: block; padding-bottom: 5px; }
#service-page .service-links > ul ul li a:hover { color: #000; }

#service-page .col-main { display: flex; flex-direction: column; }
.block-shadow { border-radius: 2px; box-shadow: 0 0 16px rgba(0,0,0,0.15); }
#service-page .contact-info-block { margin-bottom: 40px; order: 1; padding-bottom: 0; position: relative; }
#service-page .contact-info-block .title-featured { margin-bottom: 20px; }
#service-page .contact-info-block .title { font-size: 24px; margin-bottom: 0; text-transform: none;  }
#service-page .contact-info-block ul.usp-list i { align-items: center; background: var(--accent); border-radius: 50%; color: #000; display: flex; font-size: 10px; height: 20px; justify-content: center; margin-right: 5px; min-height: 0; min-width: 0; width: 20px; }
#service-page .contact-info-block ul.blocks { align-items: center; display: flex; flex-wrap: wrap; margin-top: 30px; max-width: 680px; }
#service-page .contact-info-block ul.blocks li { background-color: #fff; border-radius: 2px; border: 1px solid var(--accent); box-shadow: 0 0 16px rgb(0 0 0 / 15%); color: #000; flex-direction: column; margin: 0 30px 30px 0; min-width: 310px; padding: 17px 20px; }
#service-page .contact-info-block ul li img { height: 21px; margin-right: 10px; }
#service-page .contact-info-block ul li .icon { background: none !important; color: #000 !important; font-size: 38px; margin: 0 0 10px; }
#service-page .contact-info-block ul.blocks li .text { font-weight: bold; text-align: center; word-break: break-word; }
#service-page .contact-info-block > img { bottom: 0; position: absolute; right: 0; z-index: -1; }
#service-page .contact-info-block > .open { align-items: center; display: flex; font-size: 16px; font-weight: bold; position: absolute; right: 30px; top: 25px; }
#service-page .contact-info-block > .open .dot { background-color: var(--green); border-radius: 50%; height: 12px; margin-right: 8px; width: 12px; }
#service-page .contact-info-block > .open .dot.offline { background-color: var(--red); }
#service-page .contact-info-block > .open .dot .tooltip { left: auto; }
#service-page .contact-info-block > .open .dot:hover .tooltip { opacity: 1; }

#service-page .faq { border: none; margin: 0 auto 60px; max-width: 800px; order: 0; padding: 0; }
#service-page .faq .title-featured { margin-bottom: 20px; }
#service-page .faq .title-wrap .title { font-size: 24px; }
#service-page .faq .faq-block .faq-title { color: #000 !important; font-size: 16px; letter-spacing: normal; }
#service-page .faq .faq-block .faq-items .faq-item .tab { font-size: 16px; padding: 15px 0; }
#service-page .faq .faq-block .faq-items .faq-item .tab i { color: #000 !important; transform: none !important; }
#service-page .faq .faq-block .faq-items .faq-item .tab i::before { content: '+'; font-size: 20px; font-weight: bold; line-height: 0; }
#service-page .faq .faq-block .faq-items .faq-item.active .tab i::before { content: '-'; font-size: 25px; margin-right: 1px; }
#service-page .faq .faq-block .faq-items .faq-item .page { background: #fff; color: #797979; margin-bottom: 20px; padding: 0; }

#service-page .service-blocks { margin: 0 auto; max-width: 800px; order: 2; padding-left: 25px; }
#service-page .service-blocks ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
#service-page .service-blocks > ul > li { margin-bottom: 50px; margin-right: 15px; width: calc(100% / 3 - 10px); }
#service-page .service-blocks > ul > li:nth-of-type(3n) { margin-right: 0; }
#service-page .service-blocks > ul > li > a { color: #000; font-size: 16px; font-weight: bold; position: relative; }
#service-page .service-blocks > ul > li > a > img { left: -25px; position: absolute; top: 4px; }
#service-page .service-blocks > ul ul { flex-direction: column; margin-top: 5px; }
#service-page .service-blocks > ul ul li a { color: #797979; display: block; padding-bottom: 5px; }
#service-page .service-blocks > ul ul li a:hover { color: #000; }

#service-page .nothing-found-wrap { margin-bottom: 30px; }

#service-page .contact-message-block { margin-bottom: 100px; order: 3; }
#service-page .contact-message-block .title { font-size: 24px; margin-bottom: 20px; text-transform: none; }
#service-page .contact-message-block form { display: flex; flex-wrap: wrap; justify-content: space-between; }
#service-page .contact-message-block form input, #service-page .contact-message-block form textarea { border-color: rgba(0,0,0,0.07) !important; border-radius: 2px; color: #9C9C9C; font-size: 14px; padding: 10px; }
#service-page .contact-message-block form input[type="text"] { color: #9C9C9C; }
#service-page .contact-message-block form input[type="text"]::placeholder { color: #9C9C9C; opacity: 1; }
#service-page .contact-message-block form input[type="text"]:-ms-input-placeholder { color: #9C9C9C; }
#service-page .contact-message-block form input[type="text"]::-ms-input-placeholder { color: #9C9C9C; }
#service-page .contact-message-block form textarea::placeholder { color: #9C9C9C; opacity: 1; }
#service-page .contact-message-block form textarea:-ms-input-placeholder { color: #9C9C9C; }
#service-page .contact-message-block form textarea::-ms-input-placeholder { color: #9C9C9C; }
#service-page .contact-message-block form .w-50, #service-page .contact-message-block form input.w-50 { width: calc(50% - 15px); }
#service-page .contact-message-block form select { border: 1px solid #D7DCE1; border-radius: 2px; color: #9C9C9C; font-size: 14px; height: 40px; padding: 5px; }
#service-page .contact-message-block form .btn-wrap { width: 100%; }
#service-page .contact-message-block form .btn-wrap .btn { background: var(--green); border-radius: 2px; font-size: 14px; text-transform: uppercase; font-family: var(--headingFont); }
#service-page .contact-message-block form .btn-wrap .required-notification { font-size: 14px; font-weight: normal; }

#service { display: flex; flex-direction: column; }
#service > .message-container { order: 2; }
#service > #service-banner { order: 1; }
#service > #service-page { order: 3; width: 100%; }

#service-banner { align-items: center; background-position: center; background-size: cover; display: flex; flex-direction: column; height: 400px; justify-content: center;  margin-bottom: -100px; margin-top: -30px; text-align: center; }
#service-banner h1 { color: #fff; font-size: 36px; font-weight: bold; margin-top: -35px; max-width: 870px; }
#service ul.btn-list { align-items: center; display: flex; flex-wrap: wrap; list-style: none; margin: 25px 0 0; max-width: 1280px; padding: 0; }
#service ul.btn-list li:not(:last-of-type) { margin-right: 25px; }
#service ul.btn-list li a { background-color: #fad211; height: 40px; padding: 0; position: relative; text-transform: uppercase; color: #1D1D1B; }
#service ul.btn-list li a span { font-family: var(--headingFont); position: relative; z-index: 2; margin-top: 2px; }
#service ul.btn-list li a i { margin-left: 15px; margin-right: 0; }

#service-banner + #service-page { margin: 0 auto; }
#service-banner + #service-page.main .container { background: #fff; border-radius: 10px; max-width: 1440px; }
#service-banner + #service-page.text { background: #fff; border-radius: 10px; margin-bottom: 80px; max-width: 800px; }
#service-banner + #service-page .col-main { padding: 0 10px; }
#service-banner + #service-page .breadcrumbs { margin-bottom: 15px; margin-top: 20px; padding-bottom: 0; }

#service-page .col-main .overview { margin-bottom: 50px; margin-top: 30px; }
#service-page .col-main .overview h2 { font-weight: bold; margin-bottom: 25px; font-size: 24px; }
#service-page .col-main .overview .d-flex { display: flex; }
#service-page .col-main .overview .item { border: 1px solid #D7DCE1; border-radius: 2px; margin-right: 30px; overflow: hidden; width: calc(20% - 24px); }
#service-page .col-main .overview .item:nth-of-type(5n) { margin-right: 0; }
#service-page .col-main .overview .item .img-wrap { height: 126px; }
#service-page .col-main .overview .item:first-child span { font-size: 12px; }
#service-page .col-main .overview .item .img-wrap img { height: 100%; object-fit: cover; width: 100%; }
#service-page .col-main .overview .item span { align-items: center; display: flex; font-size: 16px; font-weight: bold; height: 40px; justify-content: space-between; padding: 0 10px;}

#service-page.text .col-main { padding: 0; }
#service-page.text .col-main .content h2, #service-page.text .col-main .content h3, #service-page.text .col-main .content h4, #service-page.text .col-main .content h5 { font-weight: bold; margin-bottom: 10px; }
#service-page.text .col-main .content h2 { font-size: 24px; }
#service-page.text .col-main .content h3 { font-size: 14px; }
#service-page.text .col-main .content p, #service-page.text .col-main .content ul, #service-page.text .col-main .content ol { color: #797979; margin-bottom: 25px; }
#service-page.text .col-main .content a { color: #000 !important; font-weight: bold; }

#service-page.text .col-main .content .faq-new-group { margin-top: 20px; margin-bottom: 40px; }
#service-page.text .col-main .content .faq-new-title a { color: #797979 !important; }
#service-page.text .col-main .content .faq-new { margin-top: 0px !important; border-radius: 0px !important; border: none; border: 1px solid rgba(0,0,0,0.07); margin-bottom: 20px; }
#service-page.text .col-main .content .faq-new:nth-child-last(){ margin-bottom: 0px; }
#service-page.text .col-main .content .faq-new-title { margin-bottom: 0px !important; }
#service-page.text .col-main .content .faq-new .faq-new-heading { border-radius: 0px !important; background: #f5f6f8; padding: 0px !important; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a { text-decoration: none; font-weight: bold; font-size: 14px; display: block; padding: 15px 20px; padding-right: 15%; font-weight: 300; background-color: #ffffff; line-height: 29px; position: relative; font-family: "Arimo", Helvetica, sans-serif !important; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a:hover, #service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a:active { text-decoration: none; cursor: pointer; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; background-color: rgba(0,0,0,0.02); }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a span { float: right; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; margin: 29px 30px; position: absolute; right: 0; top: 0; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a .bar, #service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a .bar:after { border-width: 1px; border-style: solid; width: 20px; border-radius: 10px; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a .bar:after { content: ""; height: 0; position: absolute; left: 0px; top: -1px; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a.collapsed { position: relative; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a.collapsed .bar { border-color: #75767F; }
#service-page.text .col-main .content .faq-new .faq-new-heading .faq-new-title a.collapsed .bar:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); border-color: #75767F; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; }
#service-page.text .col-main .content .faq-new-collapse { border-top: 1px solid rgba(0,0,0,0.07); }
#service-page.text .col-main .content .faq-new-collapse .faq-new-body { background-color: #ffffff; border: 0px solid !important; line-height: 26px; font-weight: 300;	padding: 20px 30px; color: #797979; }

#service-page.text .voordelen ul { list-style: none; padding: 0; }
#service-page.text .voordelen ul li::before { color: var(--green); content: '\e90c'; font-family: 'icomoon'; font-size: 11px; margin-right: 10px; }
#service-page.text .col-main .voordelen .btn { background-color: var(--green); color: #fff !important; }

/* #service-page.text .col-main { padding: 0; }
#service-page.text .col-main .content, #service-page.text .col-main .nothing-found-wrap { margin: 15px 15px 0; }
#service-page.text .col-main .content h2, #service-page.text .col-main .content h3, #service-page.text .col-main .content h4, #service-page.text .col-main .content h5 { font-weight: bold; margin-bottom: 10px; }
#service-page.text .col-main .content h2 { font-size: 20px; }
#service-page.text .col-main .content h3 { font-size: 14px; }
#service-page.text .col-main .content p, #service-page.text .col-main .content ul, #service-page.text .col-main .content ol { color: var(--grey); margin-bottom: 25px; }
#service-page.text .col-main .content a { color: var(--dark) !important; font-weight: bold; }

#service-page.text .voordelen ul { list-style: none; padding: 0; }
#service-page.text .voordelen ul li::before { color: var(--green); content: '\e90c'; font-family: 'icomoon'; font-size: 11px; margin-right: 10px; }
#service-page.text .col-main .voordelen .btn { background-color: var(--green); color: #fff !important; } */

#categories-block { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); justify-content: center; margin: 30px 0; padding: 65px 45px 75px; text-align: center; }
#categories-block h2 { font-size: 24px; font-weight: bold; margin-bottom: 40px; }
#categories-block .blocks { display: flex; width: 100%; }
#categories-block .blocks .category { margin-right: 30px; padding: 0; width: calc(20% - ( 120px / 5 )); }
#categories-block .blocks .category:last-of-type { margin-right: 0; }
#categories-block .blocks .category .cat-wrap { border-radius: 5px; border: 1px solid var(--dark); box-shadow: 0 0 32px rgb(0 0 0 / 8%); flex-direction: column; height: auto; min-height: 100%; padding: 30px; }
#categories-block .blocks .category .image-wrap { margin-bottom: 15px; padding: 0; }
#categories-block .blocks .category .info { margin-bottom: auto; }

#blocks-wrap { display: flex; flex-wrap: wrap; }
#blocks-wrap .block { align-items: flex-end; border-radius: 5px; display: flex; margin-bottom: 30px; margin-right: 30px; min-height: 280px; padding: 20px; width: calc(100% / 3 - 20px); }
#blocks-wrap .block:nth-of-type(3n) { margin-right: 0; }
#blocks-wrap .block .content b { color: #fff; font-size: 20px; font-weight: bold; }
#blocks-wrap .block .content span { color: #fff; display: block; font-size: 16px; font-weight: bold; }


.block-shadow { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); padding: 30px; }


#account-login { margin-bottom: 50px; }
#account-login .gui-login { padding-bottom: 30px; }
 
/* zakelijke pagina */
.custom-headline { display: flex; height: 300px; }
.custom-headline .container { z-index: 1; }
.custom-headline:before { z-index: 0; content: ""; height: 300px; width: 100%; position: absolute; background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%); } 
.custom-headline .breadcrumbs { position: absolute; top: 0; color: white; }
.custom-headline .title-featured .title { color: white; }
.custom-headline .text-wrapper { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.custom-headline .text-wrapper .title-featured { margin-bottom: 0 !important; }
.general-content.custom { margin: 0 auto; margin-top: 30px; color: #797979; }
.general-content.custom strong { color: #111111; }
.general-content.custom .container { display: flex; justify-content: space-between; }
.general-content .general-content-wrapper { width: 48%; max-width: 580px; }
.general-content .benefit-wrapper { width: 48%; max-width: 580px; }
.general-content .benefit-wrapper h2 { margin-top: 0; }
.general-content-wrapper h2 { margin-top: 0; }
.general-content.custom .container:before, .general-content.custom .container:after { display: none; }
.general-content .benefit-wrapper ul { border: none; }
.general-content .benefit-wrapper ul li { padding: 0; padding-bottom: 10px; border: none; background: none; }
.general-content .benefit-wrapper ul li img { margin-right: 10px; height: 15px; width: 15px; }
.categories-block.custom .blocks { display: flex; flex-wrap: wrap; }
.categories-block.custom { margin-top: 20px; }
.categories-block.custom .category { border-radius: 5px; position: relative; height: 220px; padding: 0; width: calc((100% / 3) - (60px / 3)); margin-right: 30px; margin-bottom: 30px; }
.categories-block.custom .category:nth-child(3n) { margin-right: 0; }
.categories-block.custom .category .category-title { font-size: 16px; color: white; font-weight: 700; }
.categories-block.custom .category .cat-wrap { height: 100%; display: flex; justify-content: center; align-items: center; }
.categories-block.custom .category:before { border-radius: 5px; content: ""; position: absolute; top: 0; left; 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }
.categories-block.custom .category .info { z-index: 1; }


.main-content[id*="account"], #challenge { margin-bottom: 80px; }
.main-content[id*="account"] .container > .title-featured, #challenge .container > .title-featured { flex-direction: column-reverse; }
.main-content[id*="account"] .gui-block { border: none; border-radius: 5px; box-shadow: 0 0 32px rgba(0 0 0 / 8%); padding: 30px; }
.main-content[id*="account"] .gui-block .gui-block-title { border-bottom: 1px solid #0001; color: var(--dark); font-size: 16px; padding: 0 0 15px; }
.main-content[id*="account"] .gui-block .gui-block-title strong { color: var(--dark); font-weight: bold; }
.main-content[id*="account"] .gui-block .gui-block-content { padding: 15px 0 0; }
.main-content[id*="account"] .gui-col2-left-col2 .gui-buttons a.gui-button-link { background: #F1F1F1; border-radius: 5px; color: var(--dark); font-size: 16px; font-weight: bold; padding: 9px 30px; }

.gui-block-linklist li { border: none; }

body .gui-login .gui-block, body .gui-register .gui-block { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); }
.gui-input-phone-number .gui-input-phone-number-code-wrapper { margin: 8px !important; }
.gui-input-phone-number .gui-input-phone-number-code-placeholder { top: 1px; }
.gui-input-phone-number #gui-form-details-phone-number { padding-left: 90px !important; }
.gui-input input, .gui-number input, .gui-text textarea, .gui-select .gui-value { min-height: 40px; padding: 10px 15px; }
body .gui-select { border-radius: 2px; }
.gui-select select { border: 1px solid #ccc !important; border-radius: 3px; }
.main-content .gui { color: var(--dark); }
.main-content .gui-block-linklist li a { color: var(--grey); padding: 5px 0; }
.gui-page-title, .gui a.gui-bold, .gui-block-subtitle, .gui-table thead tr th, .gui ul.gui-products li .gui-products-title a, .gui-form label, .gui-block-title.gui-dark strong, .gui-block-title.gui-dark strong a, .gui-content-subtitle { color: var(--dark) !important; }
.gui-block .gui-block-content .gui-block-subtitle { font-size: 16px; }
.gui-block .gui-block-content div[role="group"] { border-radius: 5px; box-shadow: 0 0 32px rgb(0 0 0 / 8%); min-height: 157px; padding: 17px 20px; }
.gui-block .gui-block-subcontent { color: var(--grey); line-height: 1.7; padding-top: 5px; }
.gui .gui-col2-left-col2 .gui-block a { color: var(--dark); font-size: 14px; font-weight: bold; }
.gui-form .gui-radio label:before, .gui-form .gui-checkbox label:before { border-color: #ccc; }
.gui-form .gui-field > label { font-size: 14px; }
.gui-form .gui-radio label, .gui-form .gui-checkbox label { font-weight: 400; }
.gui .gui-account-cart .gui-block-content { padding: 0 !important; }
.gui .gui-account-cart .gui-block-productlist .gui-image { border: none; }
.gui .gui-account-cart .gui-block-productlist li { align-items: center; border-color: #0001; display: flex; padding: 10px 0; }
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-text { align-items: center; display: flex; font-size: 10px; }
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-text a { font-weight: 400; margin-right: 10px; max-width: 140px; overflow: hidden; text-overflow: ellipsis; }
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-text p { font-weight: bold; margin-bottom: 0;}
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-text p strong { display: none; }
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-option { float: none; margin-left: auto; margin-top: 0; position: relative; right: 0; top: 5px; }
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-option a { background: none; color: var(--grey); font-size: 0; height: auto; text-indent: 0; width: auto; }
.gui .gui-account-cart .gui-block-productlist li .gui-block-productlist-option a::after { content: '\e90f'; font-family: 'icomoon'; font-size: 10px; }
.gui .gui-account-cart .gui-block-content .gui-buttons { border-color: #0001; padding: 15px 0 0; }
.gui .gui-account-cart .gui-buttons .gui-button-link { color: var(--dark); font-size: 10px; }
.gui .gui-account-cart .gui-buttons .gui-button-small { background-color: var(--green) !important; border: none; font-size: 12px; padding: 2px 32px; }

.body-wrap.mobile-menu-open { transform: none; }
.mobile-menu { transform: translate(-327px, 0px); width: 327px; }
.mobile-menu ul { margin-bottom: 10px; }
.mobile-menu ul li.heading { border-bottom: 1px solid rgba(0,0,0,0.1); color: var(--dark); display: block; font-weight: bold; padding: 12px 20px; }
.mobile-menu ul li.heading.main, .mobile-menu ul li.heading.category { border: none; text-align: center; }
.mobile-menu ul li.heading i { margin-top: 3px; position: absolute; }
.mobile-menu ul li.heading.category i.fa-angle-left { font-size: 30px; left: 5px; margin-top: -5px; width: 30px; }
.mobile-menu ul li.heading.main i { right: 15px; }
.mobile-menu ul li.heading.category i { left: 15px; }
.mobile-menu ul li { font-size: 16px; }
.mobile-menu ul li a { color: var(--dark) !important; padding: 15px 20px 15px 18px; }
.mobile-menu ul li a img { margin-right: 15px; }
.mobile-menu ul li .more-cats { color: var(--dark); font-size: 20px; top: 4px; }
.mobile-menu ul:not(.sub-menu) ul { height: 100% !important; }
.mobile-menu ul:not(.sub-menu) li.active > a, .mobile-menu ul:not(.sub-menu) li.active > span { display: none; }

.mobile-menu ul.sub-menu li > a { border: none; font-weight: 400; padding: 5px 20px; }


@media (min-width: 1200px) {
	.container { max-width: 1340px; }
}
@media (max-width: 1199px) {
  #header .open-menu { color: #fff; }
  .search-bar .ui.selection.dropdown { z-index: 0; }
  
  .usp-bar { max-width: 80%; }
  
  .mobile-search { position: relative; top: 0; transition: 0.2s; }
  .mobile-search .container { display: flex; }
  .mobile-search .search-bar { border-right: 1px solid #efefef; margin-right: 20px; }
  .vat-switch { margin-right: 0; }
  .vat-switch label { font-size: 10px; white-space: nowrap; }
  .vat-switch label.hidden-sm { margin-top: 4px; }
  
  #productpage .product-info .cart .btn { padding: 0; }
  #productpage .product-info .cart .btn i { display: none; }
  
  .bundle .bundle-products .bundle-product { min-width: 225px; width: 225px; }
  
  #productpage .advies-block { margin-top: 0; }
  #productpage .offer-discounts .offer .offer-title img { margin-right: 0; max-width: 55px; }
  #productpage .offer-discounts .offer .btn { font-size: 14px; min-width: 200px; }
  #product-reviews .advies-block .content img { max-width: 130px; right: 10px; }
  
  #cart-page .cart-row .cart-col.total-col { padding-left: 10px; }
  
  #service-page .contact-info-block ul.blocks li { margin-right: 15px; min-width: auto; }
  
  #categories-block .blocks .category .cat-wrap { padding: 15px; }
  #categories-block .blocks .category .image-wrap { margin-bottom: 10px; }
  
  #blocks-wrap .block { min-height: 170px; }
  
  #footer .footer-widget .widget-reviews > ul { font-size: 14px; }
  #footer .footer-widget .review-slider { flex-basis: 400px; }
  #footer .footer-widget .review-slider .widget-review .text { max-width: 70%; }
  
  #collection .usp-bar-wrap { max-width: 678px; }
  #collection .usp-bar { max-width: 100%; padding: 0 20px; }
  #collection .usp-bar .item:not(:last-of-type) { margin-right: 20px; }
  #collection .usp-bar .item { opacity: 1; white-space: initial; }
  #collection .usp-bar .item i { margin-left: 5px; }
  
  #product_configure_form_bulk .products-wrap { margin-left: -30px; width: calc(100% + 60px); }
  #product_configure_form_bulk .products-wrap .product { padding-right: 30px; }
  
  #cart-page .cart-row .cart-col.products-col { max-width: 100%; min-width: 100%; }
  #cart-page .cart-row .cart-col.total-col { max-width: 100%; min-width: 100%; }
  
  #service-page .contact-info-block ul.blocks li { margin-right: 15px; min-width: auto; }
}
@media (max-width: 991px) {
  .usp-bar { max-width: 70%; }
  
  #header .alertbar .inner { padding: 0; }
  
	.home-banners .banner-cols .headlines-slider { margin-bottom: 15px; }
  .home-banners .banner-cols .headlines-slider .banner { padding: 20px; }
  .headlines-slider .owl-nav { display: none !important; }
  .home-banners .banner-cols .banners .banner { padding: 20px; width: calc(100% / 3 - (30px / 3)); }
  
/*   .title-featured .title { font-size: 28px; } */
  
  #footer .footer-widget .total { border: none; font-size: 14px; flex-wrap: wrap; }
  #footer .footer-widget.small .total { margin-bottom: 0; padding-bottom: 0; }
  #footer .footer-widget .widget-reviews > ul { padding-right: 20px; }
  
  #footer .footer-widget .widget-reviews { display: flex; flex-wrap: wrap; padding-top: 15px; }
  #footer .footer-widget .review-slider { flex-basis: 100%; margin: 30px; }
  
  #footer .footer-bottom .top-wrap .inner > div {padding-right: 20px; }
  #footer .footer-bottom .top-wrap form .standard-input { margin-bottom: 15px; margin-right: 0;  }
  #footer .footer-bottom .top-wrap form .btn { width: 100%; }
  #footer .footer-bottom .top-wrap .socials { width: auto; }
  
  #catalog { margin-top: 15px; }
  
  .tooltip b { font-size: 16px; }
  
  #filter_form .inner { flex-direction: row; }
  .filter-btn .open-filters { background: var(--dark) !important; border-radius: 5px; font-weight: bold; }
  .filter-btn i { font-size: 16px; margin-left: 10px; }
  
  #collection .filters { display: block; overflow-x: hidden; padding: 0; }
  #collection .filters .advies-block { display: none; }
  #collection .filters .header { background: var(--accent); padding: 14px 15px; position: relative; text-align: center; }
  #collection .filters .header i { cursor: pointer; display: block; left: 0; padding: 15px; position: absolute; top: 50%; transform: translateY(-50%); }
  #collection .filters .header b { font-size: 16px; }
  .filters .active-filter-form { margin-top: 0; padding: 0 15px; }
  #filter_form { margin: 0; padding: 0 15px 70px; }
  .filter-wrap .filter-title .info .tooltip { min-width: 100%; }
  #collection .filters .submit { border: none; box-shadow: 0 -4px 16px rgb(0 0 0 / 8%); }
  #collection .filters .submit .btn { font-size: 14px; }
  #collection .filters .link.close-filters { display: none; }
  
  #fixed-filter-btn { background: #fff; bottom: -50px; box-shadow: 0 -4px 16px rgb(0 0 0 / 8%); display: block; left: 0; padding: 5px 15px; position: fixed; transition: 0.2s; width: 100%; z-index: 9; }
  #fixed-filter-btn .btn { font-size: 14px; width: 100%; }
  #fixed-filter-btn .btn i { font-size: 16px; margin-right: 13px; }
  
  #collection .usp-bar-wrap { max-width: 100%; }
  
  #productpage { margin-top: 25px; }
  #productpage .container > .row { display: block; }
  #productpage .container > .row > div { clear: both; }
  #productpage .related-products-block .title-featured { pointer-events: none; }
  #productpage .related-products-block .visible-xs { display: none !important; }
  
  #productpage .related-products-block .contents { display: block; }
  
  #productpage .product-images .thumbs { margin-bottom: 20px; }
  #productpage .product-images .thumbs.scrollbar { padding-bottom: 15px; }
  #productpage .product-info .cart .btn i { display: block; }
  
  #productpage .product-tabs { margin-bottom: 30px; }
  
  #product-reviews .wrap { flex-direction: column; }
  #product-reviews .wrap.double > * { width: 100%; }
  #productpage .advies-block { margin-top: 30px; }
  
  #product_configure_form_bulk .products-wrap .product { padding-left: 15px; }
  
  .bundle .bundle-products .bundle-product { min-width: 200px; width: 200px; }
  .bundle .bundle-products .bundle-product .inner { height: 250px; }
  .bundle .bundle-products .bundle-product img { width: 140px; }
  .bundle .bundle-products .plus { font-size: 20px; margin: 0 20px; }
  .bundles .bundle .cart .btn { font-size: 14px; padding: 0; }
  
  #gui-form-cart { margin-top: 20px; }
  
  #service-page .flex-row { margin-top: 0; }
  #service-page .col-sidebar { display: none; }
  #service-page .service-blocks > ul > li { margin-bottom: 20px; margin-right: 20px; width: calc(100% / 3 - (40px / 3)); }
  
  #service-page .col-main .overview .item { margin-right: 15px; width: calc(20% - 12px); }
  #service-page .col-main .overview .item .img-wrap { height: 130px; }
  #service-page .col-main .overview .item span { font-size: 14px; }
  
  #service-page .service-blocks { margin-bottom: 30px; max-width: 90%; padding-left: 0; }

  #service ul.btn-list { flex-direction: column; flex-wrap: unset; margin-bottom: 30px; }
	#service ul.btn-list li { margin-bottom: 10px; }
  #service ul.btn-list li:last-child {	margin-bottom:0; }
  
  #service-page.text .breadcrumbs + .title-featured { margin-bottom: 0; margin-top: 15px; }

  #service-page.text .col-main .content { margin-top: 30px; }
  
  #categories-block { padding-bottom: 55px; }
  #categories-block .blocks { flex-wrap: wrap; justify-content: center; }
  #categories-block .blocks .category { margin-bottom: 20px; margin-right: 20px; width: 30%; }
  
  .main-content[id*="account"] { margin-bottom: 50px; margin-top: 15px; }
  .main-content[id*="account"] a.gui-button-small { padding: 0 20px; }
  
  .gui-block .gui-block-content div[role="group"] { margin-bottom: 15px; width: 100%; }
  #account-dashboard .gui-block-content .gui-spacer { display: none; }
}
@media (max-width: 767px) {
  .mobile-only { display: flex !important; }
  .desktop-only { display: none !important; }
  
  .btn { height: 40px; }
  
  .usp-bar, .usp-bar-wrap .usp-bar { max-width: 100%; }
  
  .alertbar .container { width: 100%; }
  .alertbar .icon { right: 0; }
  
  #header { padding-top: 0; }
	#header .main-header { padding: 10px 0; position: relative; }
  #header .main-header .logo img { height: 25px; }
  #header .header-icons > ul > li:not(:first-of-type) { margin-left: 0; }
  
  .login-popup { max-width: 100%; top: 100%; width: auto; }
  .login-popup .title { font-size: 16px; }
  .login-popup .formLogin { margin-bottom: 10px; }
  
  .cart-dropdown { max-width: 100%; top: 100%; }
  .cart-dropdown .dropdown-title { font-size: 16px; margin-bottom: 5px; }
  .cart-dropdown .no-products { color: var(--dark); font-size: 14px; }
  .cart-dropdown .payments { display: none; }
  
  .mobile-search .search-bar { margin-right: 15px; }
  .search-bar.search-bar-mobile input { padding-right: 0; }
  .search-bar input { font-size: 12px; }
  .search-bar .search-icon { border-left: none; padding-right: 15px; width: auto; }
  
  .search-bar .inner { position: initial; }
  .mobile-search .search-bar.results-active::after { background: var(--dark); content: ''; height: 100vh; margin-top: 1px; opacity: 0.5; pointer-events: none; position: absolute; width: 100%; }
  .search-bar .heading { font-size: 16px; }
  .search-bar .search-products .small-product .image-wrap img { margin-right: 20px; width: 65px; }
  .search-bar .search-products .small-product .info { align-items: flex-start; flex-direction: column; }
  .search-bar .search-products .small-product .stars { display: none; }
  .search-bar .search-products .small-product .price { justify-content: flex-start; margin-top: 3px; }
  .search-bar .search-products .small-product .price .price-old { text-align: left; }
  
  .vat-switch .switch { display: none; }
  .vat-switch { align-self: center; background: #fff; border-radius: 5px; box-shadow: inset 0 0 8px rgb(0 0 0 / 15%); font-size: 10px; height: 32px; margin-right: 15px; position: relative; z-index: 0; }
  .vat-switch::after { background: var(--accent); border-radius: 5px; content: ''; height: 30px; position: absolute; top: 50%; transform: translateY(-50%); width: 39px; }
  .vat-switch[data-active="incl"]::after { right: 2px; }
  .vat-switch[data-active="excl"]::after { left: 2px; }
  .vat-switch[data-active="incl"] label[for="excl_vat_mobile"] { display: none; }
  .vat-switch[data-active="excl"] label[for="incl_vat_mobile"] { display: none; }
  .vat-switch label { position: relative; text-align: center; width: 40px; z-index: 1; }
  .vat-switch label.hidden-sm { margin-top: 0; }
  
  .home-banners { margin-top: 15px; }
  .home-banners .banner-cols .headlines-slider .banner { padding: 0; height: 200px; }
  .home-banners .banner-cols .headlines-slider .banner .text-box { display: none; }
  .home-banners .banner-cols .banners { flex-direction: column; }
  .home-banners .banner-cols .banners .banner { height: 170px; margin-bottom: 15px; width: 100%; }
  .home-banners .banner-cols .banners .banner .text { display: none; }
  
  .home-categories { margin-top: 15px; padding-bottom: 30px; padding-top: 30px; }
  .categories { margin-bottom: 0; }
  .categories .category { padding: 15px 15px 0; }
  .home-categories .slider-bar { display: none; }
  .home-categories .link-bottom a { align-items: center; background-color: var(--dark); border-radius: 5px; color: #fff; display: flex; font-size: 14px; height: 45px; justify-content: center; margin-top: 15px; width: 100%; }
  
  .title-featured .title { font-size: 16px; }
  .title-featured .subtitle { font-size: 14px; }
  
  .home-products { margin-top: 25px; padding-top: 0; }
  .home-products .title-featured { margin-bottom: 25px; padding-bottom: 0; position: relative; }
  .home-products .title-featured::before { box-shadow: 0 4px 32px rgb(0 0 0 / 8%); content: ''; height: calc(100% + 15px); left: -15px; position: absolute; top: 0px; width: calc(100% + 30px); }
  .home-products .title-featured::after { display: none; }
  .home-products .tabs { padding-top: 12px; position: relative; }
  .home-products .tabs::before { background: #efefef; content: ''; height: 1px; left: -15px; position: absolute; top: 0; width: calc(100% + 30px); }
  .home-products .tabs li a { font-size: 14px; }
  .home-products .products { margin-left: -15px; margin-right: -15px; }
  .products-slider .owl-item { transform: none; }
  .products .product { padding: 15px calc(15px / 2) 30px; }
  .products .product .inner { min-height: 379px; }
  .products .owl-item.active .product .inner { border-radius: 5px; overflow: hidden; }
  .products .product .product-labels-wrap { top: -10px; }
  .products .product .image-wrap img { left: 0; margin: 0 auto; max-height: 140px; max-width: 100%; right: 0; transform: translateY(-50%); width: auto; }
  .products .product .image-wrap::before { padding-top: 180px; }
  .products .product .image-wrap img.bestseller { transform: none; }
  .products .product .info { margin-top: 0; }
  .products .product .info .product-title { font-size: 12px; padding-right: 10px; }
  .products .product .description { display: none; }
  .products .product .price-stock-wrap-inner { flex-direction: column; padding-top: 5px; }
  .products .product .stock { font-size: 12px; margin-bottom: 10px; }
  .products .product .stock.in-stock-color .dot::before { line-height: 0; }
  
  .home-blog { margin-top: 0; padding-bottom: 15px; padding-top: 30px; }
  .home-blog .title-featured { margin-bottom: 15px; }
  .small-articles { margin: 0; }
  .small-articles .owl-stage-outer { padding: 0; }
  .small-articles .owl-next { font-size: 20px; height: 32px; right: -10px; width: 32px; }
  .small-articles .owl-item { transform: none !important; }
  .small-articles .small-article { padding: 0; }
  .home-blog .link-bottom a { align-items: center; background-color: var(--dark); border-radius: 5px; color: #fff; display: flex; font-size: 14px; height: 45px; justify-content: center; margin-top: 15px; width: 100%; }
  
  .home-content .content .content-flex { flex-direction: column; }
  .home-content .content .content-flex .col { max-width: 100%; width: 100%; }
  
  #footer .footer-widget { margin-top: 10px; padding-bottom: 0; }
  #footer .footer-widget .total .score { align-items: center; display: flex; justify-content: center; width: 100%; }
  #footer .footer-widget .total .stars { font-size: 25px; margin: 10px 0; }
  #footer .footer-widget .total .stars i:not(:last-of-type) { margin-right: 12px; }
  #footer .footer-widget .widget-reviews { flex-direction: row-reverse; margin-left: -15px; padding: 20px 15px; position: relative; width: 100vw; }
  #footer .footer-widget .widget-reviews > img { bottom: 0; margin: 0; position: absolute; right: 0; width: 68px; }
  #footer .footer-widget .widget-reviews > ul { padding-right: 60px; }
  #footer .footer-widget .review-slider { display: none; }
  
  #footer .main-footer { padding-bottom: 0; padding-top: 20px; }
  #footer .main-footer .inner .footer-col { width: 100%; }
  #footer .main-footer .footer-toggle-wrap { border-bottom-color: #ffffff20; }
  #footer .footer-bottom .top-wrap .inner { flex-wrap: wrap; padding-bottom: 0; }
  #footer .footer-bottom .top-wrap .inner > div { margin-bottom: 30px; padding-right: 0; width: 100%; }
  #footer .footer-title, #footer .main-footer .footer-title { font-size: 16px; }
  #footer .footer-bottom .top-wrap form .standard-input { width: 100%; }
  #footer .footer-bottom .top-wrap .socials { align-items: center; color: var(--dark); flex-direction: row; margin-bottom: 0 !important; height: 40px; justify-content: space-between; position: relative; }
  #footer .footer-bottom .top-wrap .socials::before { background: #F9F9F9; content: ''; height: 100%; left: -15px; position: absolute; width: calc(100% + 30px); }
  #footer .footer-bottom .top-wrap .socials > * { margin-bottom: 0; position: relative; z-index: 1; }
  #footer .footer-bottom .top-wrap .socials ul li a { border: none; height: auto; width: auto; }
  #footer .footer-bottom .bottom-wrap ul.bottom-links li { font-size: 12px; }
  #footer .footer-bottom .bottom-wrap .payments { border-top: 1px solid #efefef; justify-content: center; margin: 0; margin-top: 10px; padding: 0; padding-top: 10px; }
  #footer .bottom-wrap .copy { font-size: 12px; }
  
  #catalog .collection-content .title-featured .title { font-size: 16px; }
  
  #collection .content-wrap { border: none; position: relative; }
  #collection .content-wrap::after { background: #F9F9F9; content: ''; height: calc(100% + 16px); left: -15px; position: absolute; top: -20px; width: 100vw; z-index: -1; }
  
  #collection .collection-headline { height: 100px; }
  #collection .collection-headline .content { padding: 0 20px; }
  #collection .collection-headline .content .title { font-size: 16px; }
  #collection .collection-headline .content .subtitle { font-size: 14px; }
  #collection .content-wrap .title-featured .title { font-size: 16px; }
  #collection .collection-subs { margin: 10px -5px 0; padding-bottom: 16px; }
  #collection .collection-subs .collection-sub { padding: 5px; width: 50%; }
	#collection .collection-sub .title { font-size: 14px; font-weight: 400; }
  #collection .collection-subs .more-subs a { border-color: var(--grey); color: var(--dark); padding: 11.5px 10px; }
  
  #collection .usp-bar-wrap { border-bottom: 1px solid #0001; border-top: 1px solid #0001; margin-left: -5px; min-width: 100vw; }
  #collection .usp-bar { margin: 20px 0; }
  
  #filter_form { margin-top: 8px; }
  .sort > #filter_form { padding: 0; }
  #filter_form .modes { display: none; }
  #filter_form .sort-block .custom-select { display: block; }
  
  #collection .products .product .add-cart-outer { opacity: 1; pointer-events: initial; }
  #collection .custom-pager .arrow a { font-size: 0; height: 32px; padding: 0; width: 32px; }
  #collection .custom-pager .arrow.next a i { margin-left: 0; }
  #collection .custom-pager .arrow.prev a i { margin-right: 0; }
  #collection .sort.bottom .custom-pager .pager-text, #collection .sort.bottom .custom-pager .total { display: none !important; }
  
  #sticky-buy { bottom: -62px; top: auto; }
  #sticky-buy p { font-size: 12px; }
  #sticky-buy p.price { font-size: 12px; margin-right: 10px; }
  #sticky-buy .stock { display: none; }
  #sticky-buy .btn { font-size: 0; margin-left: auto; padding: 0; min-width: 40px; }
  #sticky-buy .btn i { margin-right: 0; }
  
  #productpage { margin-bottom: 50px; margin-top: 15px; }
  #productpage .title-featured.productpage .title { font-size: 16px; }
  #productpage .title-featured.productpage .productpage-info-wrap { align-items: flex-start; flex-direction: column; }
  #productpage .title-featured.productpage .productpage-info-wrap .product-brand { padding-bottom: 0; }
  #productpage .title-featured.productpage .productpage-info-wrap .product-brand::before { display: none; }
  #productpage .product-images .images img { height: 200px; width: auto; }
  #productpage .productpage-slider .owl-nav > div { font-size: 20px; height: 32px; width: 32px; }
  #productpage .productpage-slider .owl-nav > div.owl-prev { left: 0; }
/*   #productpage .product-images .thumbs .thumb { margin-right: 12px; min-width: 59px; width: 59px; } */
  #productpage .product-images .thumbs .thumb .image-wrap i { font-size: 12px; height: 28px; left: calc(50% - 14px); top: calc(50% - 14px); width: 28px; }
  #productpage .shadow-box { border-radius: 0; box-shadow: none; padding: 0; }
  #productpage .product-info img.energielabel { right: 0; top: 0; }
  #productpage .product-info .price-shipping { margin-bottom: 5px; }
  #productpage .product-info .price { align-items: center; display: flex; }
  #productpage .product-info .price .price-old { color: var(--grey); font-size: 16px; margin-right: 5px; }
  #productpage .product-info .price .price-new { font-size: 16px; }
  #productpage .product-info .product-configure { margin: 0; }
  .custom-product-options .custom-product-option { padding: 0; }
  #productpage .product-option .label-wrap .stock { margin-bottom: 10px; }
  #productpage .product-info .option-block { margin-right: 0; }
  #productpage .product-info .cart { margin-top: 20px; }
  .input-wrap input { min-height: 40px; }
  #productpage .product-info .actions-wrap { padding-bottom: 0; padding-top: 20px; }
  
  #product_configure_form_bulk .products-wrap { margin-left: -15px; width: calc(100% + 30px); }
  #product_configure_form_bulk .products-wrap .product { padding-left: 15px; padding-right: 15px; }
  #product_configure_form_bulk .products-wrap .product .image-wrap { flex-basis: calc(100% - 180px); }
  #product_configure_form_bulk .products-wrap .product .title { max-width: 41%; width: auto; }
  #product_configure_form_bulk .products-wrap .product .stock { margin-left: auto; }
  #product_configure_form_bulk .products-wrap .product .price { flex-direction: column; margin-left: 15px; }
  
  #productpage .product-info { margin-bottom: 30px; }
  #productpage .offer-discounts { padding: 30px 0 35px; position: relative; }
  #productpage .offer-discounts::before { background: #F9F9F9; border-bottom: 1px solid #0001; border-top: 1px solid #0001; content: ''; height: 100%; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 100vw; }
  #productpage .offer-discounts .offer { flex-direction: column; position: relative; }
  #productpage .offer-discounts .offer .offer-title { margin-right: auto; text-align: left; }
  #productpage .offer-discounts .offer .offer-title img { left: 30px; margin-right: 0; max-height: 45px; position: absolute; top: 40px; transform: rotate(-15deg); }
  #productpage .offer-discounts .offer .btn { margin-left: auto; margin-top: 10px; }
  #productpage .offer-discounts .offer-title i { display: none; }
  #productpage .discounts { position: relative; }
  #productpage .discounts ul li .discount-label { height: 40px; }
  #productpage .discounts ul li span:not(.discount-label) { font-size: 10px; height: 40px; margin-top: -10px; }
  #productpage .product-usp-bar { align-items: center; flex-direction: column; margin-top: 5px; }
  #productpage .product-usp-bar .usp { font-size: 13px; }
  #productpage .product-usp .check-icon-wrap { margin-right: 5px; }
  
  #productpage .title-featured .title { font-size: 16px; }
  .product-content blockquote { margin: 0; }
  #productpage .container > .col-xs-12 { margin: 0 -15px; width: 100vw; }
  #productpage .product-tabs { margin-bottom: 5px; }
  #productpage .product-tabs::before { border-bottom: 1px solid #0001; border-top: 1px solid #0001; }
  #productpage .product-tabs ul li a { font-size: 12px; margin-right: 0; }
  #productpage .visible-xs i.tab-arrow::before { content: '\f067'; }
  #productpage .title-featured.active .visible-xs i.tab-arrow::before { content: '\f068'; }
  .title-featured.small-title.mobile-tab { border-color: #0001; }
  .contents-block .contents { padding-top: 0; }
  #productpage .plus-min.contens-block-tab { display: none; }
  #productpage #product-content .title-featured { border-top: none; }
  #productpage #product-content .plus-min { flex-direction: column; margin-bottom: 20px; }
  #productpage #product-content .plus-min .title-featured { margin-bottom: 5px; }
  #productpage #product-content .plus-min .title { font-size: 14px; }
  #productpage .contents .general-content > .title-featured { color: var(--dark); display: block; margin-bottom: 5px; }
  #productpage .contents .general-content > .title-featured .title { font-size: 14px; }
  
  #productpage .specs .contents { padding-bottom: 20px; }
  #productpage .specs dl { column-count: 1; font-size: 13px; margin-bottom: 0; margin-top: 0; }
  #productpage .specs dl div.clear { display: none; }
  
  #productpage #product-reviews { border-bottom: 1px solid #0001; margin-bottom: 0; }
  #product-reviews .title-reviews { display: none; }
  
  #productpage #product-content { margin-top: 0; }
  
  #productpage .related-products { margin-right: 0; margin-top: 0; }
  #productpage .related-products .products { box-shadow: none; }
/*   #productpage .related-products .contents { display: block; } */
  .related-list { padding: 10px 0; }
  .related-list .image-wrap { margin-right: 15px; }
  .related-list .image-wrap img { max-width: 50px; }
  .related-list .title { font-size: 12px; }
  .related-list .price { margin-right: 15px; }
  .related-list .price .price-old { font-size: 13px; }
  .related-list .price .price-new { font-size: 15px; }
  
  #offer-popup { margin-top: 20px; max-width: calc(100% - 30px); padding: 20px; }
  #offer-popup .title-wrap .title { font-size: 16px; }
  #offer-popup .title-wrap .subtitle { font-size: 12px; }
  .fancybox-close-small { right: 0; top: 12px; }
  .fancybox-close-small:after { font-size: 15px; }
  #offer-popup .title-wrap { margin-bottom: 25px; }
  #offer-popup form input[type="text"] { height: 35px; }
  #offer-popup form textarea { min-height: 80px; }
  #offer-popup form .input-col.col-20 { display: none !important; }
  
  #add-cart-popup { min-width: calc(100% - 30px); padding: 20px 15px; }
  #add-cart-popup .title-wrap .title { font-size: 16px; }
  #add-cart-popup .main-product .btn-wrap { max-width: 100%; }
  #add-cart-popup .main-product .btn-wrap .btn { font-size: 14px; }
  #add-cart-popup .related-wrap .title-wrap .title { font-size: 16px; }
  #add-cart-popup .main-product .info-wrap .price .price-old { margin-left: 0; margin-right: 10px; }
  #add-cart-popup .main-product .info-wrap .price .price-new { font-size: 16px; }
  #add-cart-popup .products-slider.owl-carousel { position: relative; width: 100%; }
  
  #combinations { margin-top: 0 !important; padding-bottom: 0; padding-top: 0; }
  #combinations::before { display: none; }
  #combinations .bundles-slider-new { margin-left: -15px; width: 100vw; }
  .bundle .bundle-wrap { align-items: flex-start; flex-direction: column; }
  .bundle .bundle-products { padding-left: 15px; padding-right: 15px; width: 100%; }
  .bundle .bundle-products .bundle-product .inner { font-size: 13px; height: auto; }
  .bundle .bundle-products .bundle-product img { width: 120px; }
  .bundle .bundle-products .bundle-product .product-price { display: none; }
  .bundle .bundle-info { margin-left: 15px; }
  .bundles .bundle .info { border: none; margin: 0; padding: 0; }
  .bundles .owl-nav div { background: transparent; bottom: 0; top: auto; transform: none; }
  .bundles .owl-nav div.owl-next { right: 0; }
  .bundles .owl-nav div.owl-prev { left: auto; right: 50px; }
  
  #gui-form-cart .title-featured { border-bottom: 1px solid #ededed; margin-bottom: 0; padding: 30px; }
  #cart-page .title-featured .title { font-size: 16px; }
  #cart-page .cart-products .product { padding-right: 20px; }
  #cart-page .cart-products .product .top-wrap { align-items: center; flex-direction: initial; flex-wrap: wrap; }
  #cart-page .cart-products .product .title-wrap { flex: auto; margin-bottom: 10px; width: 100%; }
  #cart-page .cart-products .product-title { font-size: 13px; }
  #cart-page .cart-products .stock { font-size: 13px; margin-top: 5px; }
  #cart-page .cart-products .product .quantity-wrap { padding-left: 0; padding-right: 0; }
  #cart-page .cart-products .price-wrap { align-items: center; width: 60%; }
  #cart-page .bottom-bar { flex-direction: column-reverse; }
  #cart-page .bottom-bar .shipping-notification { margin-bottom: 10px; margin-top: 0; }
  
  #cart-page .total-block { margin-bottom: 20px; }
  #cart-page .total-block table tr:last-of-type { font-size: 16px; }
  #cart-page .total-block table tr:last-of-type td { padding-top: 10px; }
  #cart-page .total-block table .total-price { font-size: 20px; }
  #cart-page .total-block .button .btn.cart-btn { font-size: 14px; height: 40px; }
  #cart-page .total-bottom-wrap { margin-bottom: 0; }
  #cart-page .payments img { height: 36px; }
  
  #cart-page .upsells-wrap { margin-top: 0; }
  #cart-page .upsells-wrap .title-wrap i { display: none; }
  #cart-page .upsells-wrap .products .product .inner { margin: 0 auto; max-width: 235px; min-height: 355px; }
  #cart-page .upsells-wrap .products .product .stock { bottom: 7px; max-width: calc(100% - 80px); min-height: 34px; }
  
  /* Zakelijke pagina */
  .general-content.custom .container { flex-direction: column; }
  .general-content .general-content-wrapper { width: 100%; max-width: unset; }
  .general-content .benefit-wrapper { width: 100%; max-width: unset; }
  .categories-block.custom .category { width: calc((100% / 2) - (30px / 2)); }
  .categories-block.custom .category:nth-child(3n) { margin-right: 30px; }
  .categories-block.custom .category:nth-child(2n) { margin-right: 0; }
  
  #service-page .col-main { padding-top: 0; }
  #service-page .col-main {  }
  
  #service-page .contact-info-block { display: flex; flex-direction: column; padding: 20px; }
  #service-page .contact-info-block .title { font-size: 16px; }
  #service-page .contact-info-block ul.blocks { margin-top: 0; max-width: 100%; order: 1; }
  #service-page .contact-info-block ul.blocks li { margin-bottom: 16px; margin-right: 0; padding: 8px; width: 100%; }
  #service-page .contact-info-block ul.blocks li:last-of-type { margin-bottom: 25px; }
  #service-page .contact-info-block ul.blocks li .icon { font-size: 27px; margin-bottom: 2px; }
  #service-page .contact-info-block ul.blocks li img { height: 16px; }
  #service-page .contact-info-block ul.usp-list { order: 2; }
  #service-page .contact-info-block > img { max-width: 70px; right: 10px; }
  #service-page .contact-info-block > .open { font-size: 14px; top: 18px; }
  
  #service-page .service-blocks { margin-bottom: 20px; margin-top: 20px; }
  #service-page .service-blocks > ul > li { margin-right: 15px !important; width: calc(50% - 7.5px); }
  #service-page .service-blocks > ul > li:nth-of-type(2n) { margin-right: 0 !important; }
  
  #service-page .faq .title-wrap .title { font-size: 16px; }
  #service-page .faq .faq-wrap .faq-block { padding: 25px 0 10px; }
  #service-page .faq .faq-block .faq-title { font-size: 14px; }
  #service-page .faq .faq-block .faq-items .faq-item .tab { font-size: 14px; }
  
  #service-page .contact-message-block { margin-bottom: 30px; }
  #service-page .contact-message-block .title { font-size: 16px; }
  #service-page .contact-message-block form input.w-50 { width: 100%; }
  
  #service-page .contact-message-block form .w-50, #service-page .contact-message-block form input.w-50 { width: 100%; margin-bottom: 15px; }
  
  #service-banner { height: 190px; margin-bottom: 10px; margin-top: -15px; }
  #service-banner h1 { font-size: 22px; margin-top: 0; max-width: calc(100% - 30px); }
  #service-banner + #service-page .col-main { padding: 0; }
  
  #service ul.btn-list { align-items: flex-start; flex-direction: column; margin: 5px 0 0; margin-bottom: 30px; }
  #service ul.btn-list li { margin-bottom: 20px; }
  #service ul.btn-list li:nth-child(2) a::after { display: none; }
  #service ul.btn-list li:nth-child(3) a::after { left: calc(100% - 6.5px); right: auto; }
  #service ul.btn-list li a { font-size: 14px; padding-left: 15px !important; }
  
  #service-page .col-main .overview { margin-bottom: 0; margin-top: 0px; }
  #service-page .col-main .overview h2 { font-size: 16px; }
  #service-page .col-main .overview .d-flex { margin-left: -15px; margin-right: -15px; overflow-x: scroll; padding-left: 15px; padding-right: 15px; }
  #service-page .col-main .overview .item { margin-bottom: 15px; min-width: 190px; width: 190px; }
  
  #blocks-wrap .block { margin-bottom: 15px; margin-right: 15px !important; width: calc(50% - 7.5px); }
  #blocks-wrap .block:nth-of-type(2n) { margin-right: 0 !important; }
  #blocks-wrap .block .content b { font-size: 16px; }
  #blocks-wrap .block .content span { font-size: 12px; }
  
  #blog .col-main img { width: 100%; }
  
  body .gui-login .gui-block-title, body .gui-login .gui-content-title, body .gui-register .gui-block-title, body .gui-register .gui-content-title { font-size: 16px; }
  .main-content[id*="account"] .container { margin: 0; }
  .main-content[id*="account"] .container > .title-featured, #challenge .container > .title-featured { margin-bottom: 15px; }
  .main-content[id*="account"] .gui-buttons a { font-size: 14px; padding: 0 20px; }
  .main-content[id*="account"] .gui-col2-big .gui-col2-big-col1 { width: 100%; }
  .main-content[id*="account"] .gui-col2-big .gui-col2-big-col2 { margin-top: 30px; width: 100%; }
  
  .gui-account > .gui-col2-left { display: flex; flex-direction: column; }
  .gui-account > .gui-col2-left > div { width: 100%; }
  .gui-account > .gui-col2-left > .gui-col2-left-col1 { display: flex; flex-direction: column-reverse; order: 2; }
  .gui-account > .gui-col2-left > .gui-col2-left-col2 { order: 1; }
  .gui-account .gui-col2-left-col2 .gui-buttons { align-items: flex-start; display: flex; flex-direction: column-reverse; margin-bottom: 0; margin-top: 0; }
  .gui-account .gui-col2-left-col2 .gui-buttons .gui-right { margin-bottom: 15px; width: auto; }
  .gui-block .gui-block-content div[role="group"] { min-height: 0; }
  .gui .gui-account-cart .gui-block-content .gui-buttons { align-items: center; display: flex; justify-content: space-between; }
  .gui .gui-account-cart .gui-block-content .gui-buttons .gui-right { width: auto; }
  .gui .gui-account-cart .gui-block-content .gui-buttons .gui-clear { display: none; }
  .gui .gui-account-cart .gui-buttons .gui-button-small { width: auto; }
  #gui-block-password { margin-bottom: 15px; }
}
@media (max-width: 576px) {
  .login-popup { left: 0; }
  .cart-dropdown { width: 100%; }
  
  .categories .category { width: 100%; }
  .categories .category .cat-wrap { border-radius: 5px; }
  .categories .category .category-title { font-size: 14px; }
  
  .home-products .products.row { height: 420px; }
  .products-slider.owl-carousel { width: 510px; position: absolute; }
  
  .product-label { line-height: 1; }
  
  #collection .products { margin: -15px; }
  #collection .products .product { border-bottom: 1px solid #0001; padding: 0; width: 100%; }
  #collection .products .product .product-labels-wrap { left: 0; top: 0; }
  #collection .products .product .inner { display: flex; min-height: 0; padding: 15px; }
  #collection .products .product .image-wrap { padding: 0; }
  #collection .products .product .image-wrap::before { display: none; }
  #collection .products .product .image-wrap img { max-height: 120px; position: relative; transform: none; }
  #collection .products .product .image-wrap .sec img { top: 50%; transform: translateY(-50%); }
  #collection .products .product .product-labels-wrap img { max-height: none; }
  #collection .products .product .info { padding-bottom: 55px; width: calc(100% - 120px); }
  #collection .products .product .price-stock-wrap { position: unset; }
  #collection .products .product .price-stock-wrap-inner { margin-bottom: 0; }
  #collection .products .product .stock { bottom: 20px; font-size: 13px; margin-bottom: 0; max-width: calc(100% - 210px); min-height: 36px; position: absolute; width: 100%; }
  #collection .products .product .add-cart-outer { border: none; bottom: 15px; position: absolute; right: 15px; }
  #collection .products .product .add-cart-outer .link { display: none; }
  #collection .products .product .add-cart { border-radius: 5px; height: 40px; width: 40px; }
  
  #collection .usp-bar-wrap { border-top: none; }
  #collection .usp-bar { flex-direction: column; margin: 15.5px 0; }
  #collection .usp-bar .item:not(:last-of-type) { margin-bottom: 10px; margin-right: 0; }
  
  .products .product .image-wrap img.bestseller { left: -22px; margin-bottom: -17px; }
  
  #collection .sort.bottom { border-bottom: 1px solid #0001; border-top: 0; margin-bottom: 20px; margin-left: -15px; margin-top: 35px; padding: 0; width: 100vw; }
  
  .collection-content { margin-bottom: 40px; }
  .collection-content .title-featured .title { font-size: 16px; }
  
  #productpage .product-info img.energielabel { max-height: 20px; }
    
  #cart-page .cart-products .price-wrap { width: 50%; }
  #cart-page .bottom-bar .shipping-notification { font-size: 10px; min-height: 40px; }
  #cart-page .upsells-wrap .products-slider { position: relative; width: 100%; }
  #cart-page .discount-block form input { width: 130px; }
  #cart-page .discount-block form a.btn { padding: 0 25px; }
  
    /* Zakelijke pagina */
  .categories-block.custom .category { width: 100%; margin-right: 0; }
  .categories-block.custom .category:nth-child(3n) { margin-right: 0; }
  .categories-block.custom .category:nth-child(2n) { margin-right: 0; }
  
  #service-page .contact-info-block { margin-bottom: 15px; }
  #service-page .contact-info-block ul.usp-list li { font-size: 13px; }

  #service-page .faq { margin-bottom: 15px; margin-top: 0; padding: 20px 0; }
  #service-page .faq .faq-wrap .faq-block:last-of-type { padding-bottom: 5px; }
  #service-page .service-blocks > ul > li { margin-bottom: 15px; width: 100%; }
  #service-page .service-blocks > ul > li, #service-page .service-blocks > ul > li:nth-of-type(3n) { margin-right: 0; }
  
  #categories-block { padding: 30px; }
  #categories-block h2 { font-size: 16px; margin-bottom: 25px; }
  #categories-block .blocks { align-items: center; flex-direction: column; }
  #categories-block .blocks .category { margin-right: 0; max-width: 100%; width: 214px; }
  
  #blocks-wrap .block { margin-right: 0 !important; width: 100%; }
}
@media (max-width: 340px) {
	.bundles .owl-nav div.owl-prev { right: 30px; }
  
  #cart-page .discount-block form input { width: 115px; }
  #cart-page .discount-block form a.btn { padding: 0 10px; }
}


/* TRUSTPILOT STYLING */
.tp-widget-wrapper { max-width: unset; }


/* Cookies */
.cookiebar { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.6); position: fixed; pointer-events: auto; left: 0; top: 0; z-index: 99999999; display: flex; justify-content: center; align-items: center; padding: 0 30px; }
.cookiebar .cookie-wrapper { max-width: 600px; background: white; }
.cookiebar .inner { display: flex; flex-direction: column; align-items: flex-start; padding: 20px 30px; }
.cookiebar .close-cookie { margin-left: 0; border-radius: 5px; min-width: unset; font-size: 16px; background: #fad211 !important; border: none; font-family: "Poppins", Helvetica, sans-serif; height: 40px; position: relative; margin-top: 20px; width: 100%; color: #1D1D1B; }
.cookiebar .cookies-title { font-size: 24px; font-family: "Poppins", Helvetica, sans-serif; font-weight: bold; margin-top: -5px; margin-bottom: 10px; }
@media (max-width: 767px){
  .cookiebar .cookies-title { font-size: 18px; }
  .cookiebar .inner span { font-size: 12px; }
  .cookiebar .close-cookie { font-size: 14px; height: 40px; }
  .cookiebar { padding: 0 15px; }
  .cookiebar .inner { padding: 15px 20px; }
}
@media (max-width: 320px){ 
  .cookiebar .inner span { height: 240px; overflow-y: scroll; }
}