/*
Theme Name: Website
Theme URI:
Description: Thema gebouwd voor Inspirerend Leven
Version: 1.0.2
Author: Logo4Life
Author URI: https://www.logo4life.nl/
*/

/*font-family: 'Lora', serif;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Special Elite', cursive;*/
/*font-family: 'echo_soulregular';*/

@import url("css/fonts/stylesheet.css");

p {

}

ul,
ol {
    margin: 0;
    padding: 0;
}


img {
    border: none;
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #24160b;
    background-color: #ffffff;
}

body {
    overflow-x: hidden;
}
body.hideOverflow {
    overflow: hidden;
}
body.mobilemenu-active {
    overflow: hidden;
}
.centered {
    padding-right: calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
}
* {
    margin: 0px;
    padding: 0px;
}

strong {
    font-weight: 600;
}

input:not([type="submit"]),
textarea {
    background-color: #FAF7F0 !important;
    outline: none;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    font-family: "Montserrat", sans-serif;
    height: auto;
    width: calc(100% - 40px);
    padding: 0 20px;
    border: 1px solid #F3E9D2;
    color: #24160b !important;
}
input.flipbook-currentPageInput {
    background-color:transparent !important;
}
textarea {
    height: 200px;
    padding: 20px 20px;
}
input[type="submit"] {
    background-color: #743643;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: none;
    outline: none;
    padding: 12px 38px 12px 18px;
    background-image: url(images/purple-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-position: center right 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
    font-weight: 500;
}
h3 {
    font-size: 23px;
    line-height: 125.5%;
}
h4 {
    font-size: 16px;
    line-height: 125.5%;
}
h2, h3 {
	margin-bottom:15px;
}
.pContent h2 {
	margin-bottom:15px;
}
.pContent h3 {
	margin-bottom:15px;
	font-size:19px;
}
.pContent blockquote p {
	font-size: 16px;
	font-style: italic;
	padding-left: 32px;
	background-image:url(images/quotes.png);
	background-position:top left;
	background-size:24px auto;
	background-repeat:no-repeat;
}
.breadcrumb {
	font-size:12px;
	line-height:22px;
}
.breadcrumb a {
	color:#743643;
}
#mainContent a {
    text-decoration: underline;
}


#mainContent .ld-breadcrumbs-segments a {
    color:#743643 !important;
}


#mainContent .widget_course_return a {
    color:#743643;
}

.productDetails em {
	text-decoration: none;
	color: #743643 !important;
}


.heading {
    font-family: "echo_soulregular";
    font-size: 32px;
    line-height: 64px;
}
.heading em {
    /*font-family: "Special Elite";*/
    font-family: "Lora", serif;
    font-size: 22px;
    line-height: 22px;
    font-style:normal;
}
.shopHeading em {
	font-size:36px;
	line-height:36px;
}
.widgetHeading {
    font-family: "echo_soulregular";
    font-weight: 400;
    font-size: 28px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 18px;
}
.widgetHeading em {
    font-weight: 500;
    font-size: 20px;
    line-height: 62px;
    font-family: "Lora", serif;
    font-style: normal;
}
.singleContent .pContent a.tagBtn {
    background-color: #743643;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    display: inline-block;
    padding: 2px 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration:none !important;
}
.tagBtn:hover {
    filter: brightness(85%);
}
.button,
.woocommerce-cart .woocommerce a.button{
    text-transform: uppercase;
    color: #fff !important;
    background-color: #743643;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    font-weight: 600;
    padding: 14px 14px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration:none !important;
}
.woocommerce-orders-table a.button {
	color:#743643 !important;
}
.button:hover,
.woocommerce-cart .woocommerce a.button:hover{
    background-color: #56232e;
    color: #fff;
}
.button.readMore,
.woocommerce-cart .woocommerce a.button.readMore{
    font-size: 13px;
    line-height: 16px;
    padding: 10px 26px;
}
.button.naarcursus {
	color: #fff !important;
    background-color: #743643 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    padding: 7px 14px !important;
    font-family: "Montserrat", sans-serif !important;
	margin-top:5px !important;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    display:none;
}

.button.btnPink {
	background-color: #E8C0C0;
	color: #24160B !important;
}
.button.btnPink:hover {
	filter: brightness(85%);
}
.button.btnGrey {
    background-color: #743643;
	color: #FFFFFF;
}
.button.btnGrey:hover {
    filter: brightness(85%);
}
.button.arrowLeft {
    padding-left: 41px;
}
.arrowLeft:before {
    display: block;
    content: "";
    background-image: url(images/purple-arrow.svg);
    background-position: center left;
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    transform: rotate(180deg);
    left: 18px;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.arrowLeft:hover:before {
    left: 12px;
}
.button.arrowWhite {
    padding-left: 30px !important;
}
.arrowWhite:before {
    display: block;
    content: "";
    background-image: url(images/white-arrow.svg);
    background-position: center left;
    background-repeat: no-repeat;
    width: 6px;
    height: 9px;
    position: absolute;
    left: 15px;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.clearfix {
    clear: both;
}

header {
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header .centered {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.onscroll {
    position: fixed;
    top: -100%;
}

header.sticky {
    top: 0;
    z-index: 10;
    box-shadow: 0px 2px 25px 0px rgb(173 173 173 / 44%);
    -webkit-box-shadow: 0px 2px 25px 0px rgb(173 173 173 / 44%);
    -moz-box-shadow: 0px 2px 25px 0px rgb(173 173 173 / 44%);
}

.logocontainer {
    max-width: 357px;
}
.logocontainer a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logocontainer a img {
    display: block;
    max-width: 62px;
}
.logocontainer a img:last-child {
    margin-left: 10px;
    max-width: 212px;
}
.menucontainer {
    display: flex;
    align-items: center;
}
.headerIcons {
    margin-left: 32px;
}
.headerIcons a,
.headerIcons button {
    width: 29px;
    height: 29px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
	cursor: pointer;
}
.headerIcons button,
button.search-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  appearance: none;
  cursor:pointer;
}
button.search-close {
  font-family: "Montserrat",sans-serif;
  background-image: url("images/menu-close.svg");
  background-position:center left;
  background-repeat:no-repeat;
  padding-left:20px;
  background-size:12px auto;
  margin-top:20px;
}
.headerIcons a.basketIcon {
    background-image: url("images/bag-icon.svg");
}
.headerIcons .searchIcon,
.mobileSearch {
    background-image: url("images/search-icon.svg");
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.headerIcons .searchIcon.openedSearch,
.headerIcons .searchIcon[aria-expanded="true"] {
  background-image: url("images/menu-close.svg");
  background-size: 19px;
}
a.mobileSearch {
    background-repeat: no-repeat;
    background-position: right;
    height: 25px;
    width: 25px;
    margin-left: auto;
}
/*header .mobielmenu {
    display: none;
}
.headerIcons a.mobielmenu {
    background-image: url("images/menu.svg");
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.headerIcons a.mobielmenu.opened {
    background-image: url("images/menu-close.svg");
    background-size: 17px 20px;
}*/

.mobielmenu {
  background: none;
  border: 0;
  cursor: pointer;  
}

header button.mobielmenu {
  display:none !important;
  transform:translateY(-12px);	
}

/* Hamburger/kruisje icoon */
.mobielmenu .icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: all .3s ease;
  border:0 !important;
  outline:0 !important;
}
.mobielmenu .icon::before,
.mobielmenu .icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: currentColor;
  left: 0;
  transition: all .3s ease;
}
.mobielmenu .icon::before { top: -7px; }
.mobielmenu .icon::after  { top: 7px; }

.mobielmenu.opened .icon {
  background: transparent;
}
.mobielmenu.opened .icon::before {
  transform: rotate(45deg);
  top: 0;
}
.mobielmenu.opened .icon::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Dialog verbergen via [hidden] */
.mobielmenu-container[hidden] { display: none; }

/* Submenu’s standaard dicht */
.sub-menu[hidden] { display: none; }

/* Submenu toggle */
.submenu-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  padding: .5em;
  font-size: 1em;
  background-image: url(images/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform:translate(5px, -5px);
}
.submenu-toggle:focus-visible { outline: 2px solid; }

.menucontainer ul {
    list-style: none;
}
.menucontainer ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
	padding-right:15px;
}
.menucontainer ul li ul {
    position: absolute;
    background-color: transparent;
    box-shadow: 0px 2px 25px 0px rgb(173 173 173 / 44%);
    -webkit-box-shadow: 0px 2px 25px 0px rgb(173 173 173 / 44%);
    -moz-box-shadow: 0px 2px 25px 0px rgb(173 173 173 / 44%);
    width: 250px;
    z-index: 10;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menucontainer ul li ul li {
    margin-left: 0;
    display: block;
    background-color: #fff;
	padding-right:0;
}
.menucontainer ul li a {
    font-family: "Lora", serif;
    font-size: 15px;
    line-height: 23px;
    color: #24160b;
    text-decoration: none;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.menucontainer ul li ul li a {
    padding: 10px 16px;
    border-bottom: solid 1px #24160b29;
    display: block;
    font-size: 15px;
	position:relative;
	z-index:0;
}
.menucontainer ul li ul li a:focus-visible {
  z-index: 10;
}

@media screen and (min-width:1040px) {
.menucontainer ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
}
/*
.menucontainer ul li:hover ul:before {
    content: '';
    width: 100%;
    display: block;
    background-color: transparent;
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0;
}*/
.menucontainer ul li a:hover {
    border-bottom: solid 1px #24160b;
}.menucontainer ul.menu > li:nth-last-child(1) a  {		border-bottom: solid 1px #cd9494 !important;	}
.menucontainer ul li ul li a:hover {
    border-bottom: solid 1px #24160b8a;
    text-decoration: none;
}
.menucontainer ul li.menu-item-has-children:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 4px;
    background-image: url(images/chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
    top: 50%;
    margin-top: -2px;
}

/* Toon submenu als een item in het LI focus heeft (link of submenu-link) */
.menucontainer ul li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  top: 40px; /* zelfde als hover */
}

/* Zorg dat focus duidelijk is */
.menucontainer a:focus {
  outline: 2px solid #24160b; /* of je eigen focus-stijl */
  outline-offset: 2px;
}

.mainTagline {
    font-family: "Lora", serif;
    font-size: 14px;
    line-height: 26px;
    background: #F3E9D2;
    padding: 15px 22px;
    text-align: center;
}
.mainTagline h1 {
	font-size: 14px;
    line-height: 26px;
}

.bannerPostsSec {
    padding-bottom: 48px !important;
}
.bannerHeading {
    text-align: center;
    color: #000;
    padding-top: 27px;
    padding-bottom: 16px;
}
.bannerPosts {
    height: auto;
    position: relative;
}
.bannerPost.post1 {
    width: 62.7%;
}
.bannerPost.post1 h2 {
	font-size: 19px;
	line-height: 125.5%;
	font-weight: 500;
}
.bannerPost.post2 {
    width: 47.8%;
    position: absolute;
    right: 0;
    height: 75.6%;
    top: 50%;
    transform: translateY(-50%);
}
.bannerPost.post2 h2 {
	font-size: 16px;
	line-height: 125.5%;
	font-weight: 500;
}
.bannerPost a {
    position: relative;
    color: #fff;
    display: block;    
	height:100%;
}
.bannerPost img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.bannerPost .pContent {
    position: absolute;
    bottom: 0;
    padding: 40px;
    width: calc(100% - 240px);
}
.bannerPost.post2 .pContent {
    width: calc(100% - 50px);
    padding: 40px 25px;
}
.bannerPost h2,
.bannerPost h3,
.bannerPost h4,
.bannerPost h4 {
    text-shadow: 0px 4px 4px rgb(0 0 0 / 35%);
}
.bannerPost strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.ctaSec {
    text-align: center;
    color: #fff;
    padding: 20px 0 5px 0 !important;
}
.ctaRow p,
.singleContent .pContent .postCta p {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 144%;
    max-width: 520px;
    margin: 0 auto;
}
.ctaRow .button,
.singleContent .pContent .postCta .button {
    margin-top: 23px;
}

.productsHeading {
    padding-top: 28px;
    padding-bottom: 20px;
}
.prodGrid {
    display: grid;
					
    justify-content: space-between;
    padding-bottom: 60px;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.prodGrid2 {
    margin-top: 60px;
}
.prodGrid .pBox {
    /*width: 23%;*/
	margin-bottom:20px;
}
.pBox .pThumb {
    margin-bottom: 10px;
	position:relative;
}
.prodGrid2 .pBox .pThumb,
.prodGrid2 .pBox .pThumb a{
    height: 317px;
    position: relative;
}
.prodGrid2 .pBox .priceTag {
    padding: 8px 16px;
    background-color: #FAF7F0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.prodGrid2 .pBox .priceTag .woocommerce-Price-amount {
    font-size: 18px;
}
.prodGrid2 .pBox .pThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.prodGrid2 .cat-5653 {
	display:none !important;
}
.pBox .pThumb a img {
    display: block;
    width: 100%;
}
.pBox .pContent .title {
    font-family: "Lora", serif;
    font-size: 24px;
    line-height: 162%;
    color: #313131;
    font-weight: 500;
    margin-bottom: 5px;
}
.pBox .pContent .title h3 {
    font-size: 20px;
    line-height: 162%;
}
.pBox .pContent .title span {
    font-family: "Montserrat", sans-serif;
    color: #743643;
    font-size: 16px;
    display: block;
    margin-bottom: -10px;
}

.nextStep .pBox .pContent .title span {
	display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 14px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: 24px 0 12px;
}

.pBox .pContent p {
    margin-bottom: 20px;
}
.prodGrid2 .readMore {
    background-image: url("images/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 6px;
}
.relevantCatBTNS {
    padding-top: 15px;
}

.filtersWrap {
}

.filterBtnsOuter {
    margin-bottom: 45px;
}
.filterButtons {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.filterButtons .clearfix,
.footerInner .clearfix {
    display: none;
}
.filterButtons button {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #24160b;
    font-family: "Lora", serif;
    padding: 20px 0;
    text-align: center;
    width: 19%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	border:none;
	background:none;
}
.filterButtons button.activeFBtn {
    background-color:#F3E9D2;
	color:#24160B;
}
.filterPosts {
    display: none;
}
.filterPosts.activeFilterPost {
    display: block;
}
.filterPost {
    display: flex;
    justify-content: space-between;
    height: 410px;
    margin-bottom: 64px;
}
.filterPost.postReverse {
    flex-direction: row-reverse;
}
.filterPost .fThumb {
    width: 50%;
}
.filterPost .fThumb a {
    height: 100%;
    display: block;
}
.filterPost .fThumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center center;
}

.filterPost .fContent {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.filterPost .fContent .fInnter {
    background-color: #fff;
    margin-left: -45px;
    width: calc(100% + 45px);
    padding-bottom: 39px;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
}
.filterPost.postReverse .fContent .fInnter {
    margin-left: 0;
    margin-right: -45px;
}
.filterPost .fContent .fInnter .title,
.filterPost .fContent .fInnter p {
    max-width: 649px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.filterPost .fContent .fInnter .title a {
	text-decoration:none !important;
}
.filterPost .fContent .fInnter p.postExcerp {
    margin-top:10px;
}
.filterPost .fContent .fInnter .title {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    /*margin-bottom: 18px;*/
}
.filterPost .fContent .fInnter .title h3 {
    font-size: 20px;
    line-height: 120%;
}
.filterPost .fContent .fInnter .cat {
    display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 14px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: auto;
  margin-bottom: 12px;
}
.filterPost .fContent .fInnter .fAuthor {
    font-weight: 400;
    font-size: 14px;
    line-height: 162%;
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #743643;
    margin-top: 10px;
}
.filterPost .fContent .fInnter p {
    margin-bottom: 22px;
}
.filterPost .fContent .fInnter p:last-child {
    margin-bottom: 0;
}
.goToCat {
    text-align: center;
}

.productCtaSec {
    padding-bottom: 0 !important;
    margin-bottom: -128px;
}
.productCtaSec.productCtaSec2 {
    padding-top: 30px !important;
}
.productCtaSec .ctaHeading {
    margin-bottom: 25px;
}
.productCta {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.homeFlippedCTA .productCta {
    padding-bottom: 70px;
}
.productCta .pThumb {
    width: 200px;
    margin-top: -58px;
    position:relative;
	margin-left:40px;
}
.singleSidebar .productCta .pThumb {
	margin-left:auto;
	margin-bottom:10px;
}
.productCta img {
    display: block;
}
.productCta .title {
    font-family: "Lora", serif;
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 30px;
}
.productCta .title h3 {
    font-size: 21px;
    line-height: 30px;
	margin-bottom: 5px;
}
.singleSidebar .productCta .title {
    font-size: 28px;
}
.productCta .title span {
    font-family: "Montserrat", sans-serif;
    color: #743643!important;
    font-weight: 500;
    font-size: 16px;
    display: block;
    line-height:1;
    margin-bottom:20px;
}
.productCta .pContent {
    width: calc(100% - 300px);
    max-width: 715px;
    padding-top: 45px;
}
.productCta .pPrice {
    margin-top: 15px;
    margin-bottom: 7px;
}

.heading.shopHeading {
    margin-top: 60px;
    margin-bottom: 0;
}
.shopIntro {
    max-width: 507px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ctaSecHome {
    margin-top: 80px;
}
@media screen and (max-width:768px) {
	
	.singleSidebar .productCta {
	display:none !important;
	}
	
}
ins,
del {
    text-decoration: none;
}
.woocommerce-Price-amount {
    font-family: "Lora", serif;
    font-size: 31px;
    /*line-height: 50px;*/
    font-weight: 500;
}
del .woocommerce-Price-amount {
  color: #743643 !important;
}
del .woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgba(116, 54, 67, 0.75);
    margin-right: 24px;
    position: relative;
}
del .woocommerce-Price-amount:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #743643;
    transform: matrix(0.96, -0.09, 0.29, 1, 0, 0);
    top: 14px;
    left: 0;
}
.productContent del .woocommerce-Price-amount,
.custom-add-cart del .woocommerce-Price-amount,
.mobStickyPrice del .woocommerce-Price-amount {
	color:black !important;
}
.productContent del .woocommerce-Price-amount:before,
.custom-add-cart del .woocommerce-Price-amount:before,
.mobStickyPrice del .woocommerce-Price-amount:before {
	background-color: black !important;
}
.mobStickyPrice del .woocommerce-Price-amount:before {
	top:10px;	
}
.mobStickyPrice del span {
	font-size:14px !important;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color:#24160b !important;
}


/* Twee classes voor sticky menu */

footer {
    width: 100%;
    background-color: #FAF7F0;
    padding-top: 105px;
    padding-bottom: 70px;
}
.home footer {
    padding-top:164px;
}
.footerInner {
    display: grid;
    grid-template-columns: 420px auto auto auto auto;
    column-gap: 20px;
}.footerLogo a { text-decoration:none;display:block; }
.footerLogo {
    width: 30%;
    min-width: 278px;
}
.footerLogo img {
    max-width: 62px;
}
.footerLogo img:last-child {
    max-width: 212px;
}
.footerLogo > div {
    margin-top:10px;
}
.logoWidget p {
    font-weight: 400;
    font-size: 16px;
    line-height: 143.5%;
    font-family: "Lora", serif;
    color: #000;
}
.footerAddr p {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}
.footerNav ul {
    list-style: none;
}
.footerNav ul li {
}
.footerNav ul li a {
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #24160b;
    line-height: 200%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footerNav ul li a:hover {
    color: #743643;
}
.footerAddr,
.footerNav {
    margin-top: 20px;
}
footer .socialIcons {
    margin-top: 13px;
}
.mobielmenu-container .mobileSocial {
    margin-bottom: 75px;
}
.socialIcons br {
    display: none;
}
/* Container-uitlijning blijft gelijk */
.mobielmenu-container .socialIcons {
  text-align: right;
}

/* Reset en layout voor de UL met iconen */
.socialIcons {
  display: inline-flex;
  gap: 3px;           /* vervangt margin-right op a */
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom:0 !important;
}

/* Anchors én buttons hetzelfde stylen */
.socialIcons a,
.socialIcons button {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-color: #24160B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; /* basismaat, zie overrides hieronder */
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

/* Focus duidelijk zichtbaar voor toetsenbordgebruikers */
.socialIcons a:focus-visible,
.socialIcons button:focus-visible {
  outline: 2px solid #222;
  outline-offset: 2px;
}

/* Hover */
.socialIcons a:hover,
.socialIcons button:hover {
  background-color: #743643;
}

/* Variant in mobiele menubalk */
.mobielmenu-container .socialIcons a,
.mobielmenu-container .socialIcons button {
  width: 35px;
  height: 34px;
  margin: 0 0 0 20px; /* i.p.v. rechter marge op a */
}

/* Achtergrondafbeeldingen per kanaal */
.socialIcons .iconFb   { background-image: url("images/facebook.svg");  background-size: 10px; }
.socialIcons .iconInsta{ background-image: url("images/insta-icon.svg"); background-size: 20px; }
.socialIcons .iconTw   { background-image: url("images/twitter.svg");   background-size: 23px; }
.socialIcons .iconPin  { background-image: url("images/pinterest.svg"); background-size: 13px; }
.socialIcons .iconMail { background-image: url("images/mail.svg");      background-size: 21px; }
.socialIcons .iconWa   { background-image: url("images/whatsapp.svg");  background-size: 22px; }

.slick-dots {
    list-style: none;
    text-align: center;
}
.slick-dots li {
    font-size: 0;
    display: inline-block;
    margin: 0 3px;
}
.slick-dots li button {
    font-size: 0;
    border: none;
    outline: none;
    height: 6px;
    width: 6px;
    background-color: #545454;
    border-radius: 6px;
}
.slick-dots li.slick-active button {
    background-color: #24160b;
}

.categoryPage {
    background: #FAF7F0;
    padding-top: 45px;
    padding-bottom: 80px;
}
.pageTitle {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 48px;
}
.postsLoppWrap {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.postsLoppWrap .postLoop {
    max-width: 672px;
    margin-bottom: 64px;
    width: calc(50% - 20px);
}
.rebeccaCourses .postsLoppWrap {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
@media screen and (max-width:1200px) {	
	.rebeccaCourses .postsLoppWrap {
	display:grid;
	grid-template-columns:1fr 1fr;
	}	
}
@media screen and (max-width:800px) {	
	.rebeccaCourses .postsLoppWrap {
	display:grid;
	grid-template-columns:1fr;
	}	
}
.rebeccaCourses .postsLoppWrap .postLoop {
	width:auto;
	max-width:100%;
}
.postLoop .thumb {
    height: 350px;
}
.postLoop img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}
.postLoop .pContent {
    background-color: #fff;
    text-align: center;
    padding: 40px;
    width: 76%;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
}
.rebeccaCourses .postLoop .pContent {
	width:90%;
	box-sizing:border-box;
}
.postLoop .pContent p.pExcerpt {
    text-align: left;
    margin-bottom: 20px;
}
.postLoop .pTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    font-family: "Lora", serif;
    margin-bottom: 10px;
}
.postLoop .pTitle a {
	text-decoration:none !important;
}
.postLoop .pTitle h2 {
    font-size: 20px;
    line-height: 26px;
}
.postLoop .pCat {
    display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 14px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 12px;
}
.postLoop .pSub {
	font-weight: 400;
  font-size: 14px;
  line-height: 162%;
  display: block;
  font-family: "Montserrat",sans-serif;
  color: #743643;
  margin-top: 10px;
}
.coursesGrids2 .postLoop .pTitle h3  {
    margin-bottom: 5px;
}
.coursesGrids2 .newBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coursesGrids2 .woocommerce-Price-amount {
    font-size: 24px;
}
.heading.newHeading {
    line-height: 24px !important;
}
.coursesGrids2 .postLoop .pTitle {
    margin-bottom: 25px;
}
.postLoop .pAuthor {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 162%;
    color: #743643;
    font-family: "Montserrat", sans-serif;    
}
.paginationWrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: "Lora", serif;
}
.paginationWrap .next,
.paginationWrap .prev {
    font-size: 0;
    width: 47px;
    height: 44px;
    background-color: #743643;
    display: inline-block;
    background-image: url(images/pagin-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.paginationWrap .prev {
    transform: rotate(-180deg);
}
.paginationWrap .next:hover,
.paginationWrap .prev:hover {
    filter: brightness(85%);
}
.paginationWrap a {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.paginationWrap a:hover,
.paginationWrap .current {
    color: #743643;
}
.paginationWrap .page-numbers {
    margin: 0 15px;
}
.archiveHeading {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
.archiveCats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.archiveCats a {
    background-color: #F3E9D2;
    color: #24160B;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "Lora", serif;
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postContent {
    position: relative;
}
.postContent:before {
    content: "";
    display: block;
    background-color: #faf7f0;
    width: 100%;
    height: 496px;
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
}
.postWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
    position: relative;
}
.singleContent {
    width: calc(100% - 400px);
    max-width: 956px;
    padding-top: 20px;
}
.single-sfwd-courses .singleContent {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}
.single-sfwd-lessons .singleContent {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}
.learndash-wrapper .ld-breadcrumbs {
    background-color:white !important;
    padding:0 !important;
}
.learndash-wrapper .ld-lesson-status {
    border-radius:0 !important;
	background:transparent !important;
}
div.learndash-wrapper #quiz_continue_link, 
div.learndash-wrapper .ld-secondary-background, 
div.learndash-wrapper .learndash_mark_complete_button, 
div.learndash-wrapper #learndash_mark_complete_button, 
div.learndash-wrapper .ld-status-complete, 
div.learndash-wrapper .ld-alert-success .ld-button, 
div.learndash-wrapper .ld-alert-success .ld-alert-icon {
	background-color:#743643 !important;
}
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
    background-color:#743643 !important;
    border-radius:0 !important;
}
.singleSidebar {
    width: 365px;
    padding-top: 84px;
}
.singleSidebar.hideOnDesktop {
    display: none;
}
.singleContent .singleContentTitle  {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    padding: 0 33px;
}
.singleContent .singleContentTitle a {
	text-decoration:none !important;
}
.singleContent .singleContentTitle h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.single-sfwd-courses .singleContent .singleContentTitle h1 {
    text-align:center;
    margin-bottom:20px;
}
.singleContent .pAuthor {
    font-size: 14px;
    line-height: 200%;
    display: block;
    font-family: "Montserrat", sans-serif;color: #743643;    
    margin: 0px 0 15px 0;
}
.singleContent .thumb {
    position: relative;
    height: 472px;
    margin-bottom: 42px;
}
.singleContent .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.singleContentTitle .pCat {
	display: block;
	  font-weight: 500;
	  font-size: 14px;
	  line-height: 162%;
	  background-color: #e8c0c0;
	  color: #24160b;
	  padding: 2px 14px;
	  border-radius: 50px;
	  font-family: "Montserrat",sans-serif;
	  width: fit-content;
	  margin: 24px 0px 12px 0px;
}
.singleContent .pContent {
    padding: 0 33px;
}
.singleContent .pContent p, .doorlopendetekst p {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 25px;
}
.singleContent .pContent h4 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    padding-top: 0px;
}
.singleContent .pContent a {
    color: #743643;
    text-decoration: underline !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.singleContent .pContent a.button {
	text-decoration:none !important;
}

.singleContent .pContent a:hover {
    color: #24160B;
}
.postCta {
    background-color: #979ab2;
    text-align: center;
    margin: 70px -33px;
    color: #fff;
    padding: 15px;
}
.singleContent .pContent .button {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.singleContent .pContent ul,
.singleContent .pContent ol,
.doorlopendetekst ul,
.doorlopendetekst ol {
    padding-left: 24px;
    margin-bottom: 25px;
    line-height: 190%;
}
.postQuote {
    text-align: center;
    max-width: 515px;
    position: relative;
    margin: 68px auto;
}

.postQuote:after,
.postQuote:before {
    display: block;
    content: "";
    position: absolute;
    width: 79px;
    height: 72px;
    top: -18px;
    background-size: cover;
}
.postQuote:after {
    background-image: url("images/quote-right.svg");
    right: -13px;
}
.postQuote:before {
    background-image: url("images/quote-left.svg");
    left: -13px;
}
.postQuote .quoteText {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    font-family: "Lora", serif;
}
.postQuote .quoteMeta,
.postQuote .quoteText {
    position: relative;
    z-index: 1;
}
.singleShare {
    max-width: 604px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 30px auto 68px auto;
}
.singleShare .socialIcons a {
    width: 45px;
    height: 45px;
}
.singleShare .socialIcons a.iconFb {
    background-size: 13px;
}
.singleShare .socialIcons a.iconPin {
    background-size: 21px;
}
.shareText.heading {
    font-size: 40px;
    line-height: 74px;
}
.shareText.heading em {
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    font-family: "Lora", serif;
    font-style: normal;
}
.aboutAuthor {
    background-color: #FAF7F0;
    padding: 33px;
    margin-left: -33px;
    margin-right: -33px;
}
.aboutAuthor .authName {
}
.aboutAuthor p {
    line-height: 200%;
}
.aboutAuthor p a {
    text-decoration: underline !important;
    color: #24160b;
}
.aboutAuthor img {
    border-radius: 50%;
    margin-top: -92px;
    margin-bottom: 20px;
	max-width:80px;
}
.aboutAuthor .authName {
    font-weight: 600;    
    color: #743643;
    margin-bottom: 5px;
}
.aboutAuthor .authorIcon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #743643;
    border-radius: 50%;
    background-image: url("images/web-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 12px;
    margin-right: 7px;
}
.aboutAuthor .authorIcon.iconFB {
    background-image: url("images/facebook.svg");
	background-size: 10px auto;
}
.aboutAuthor .authorIcon.iconLI {
    background-image: url("images/linkedin-icon.svg");
	background-size: 18px auto;
}
.aboutAuthor .authorIcon.iconInsta {
    background-image: url("images/insta-icon.svg");
	background-size: 18px auto;
}
.aboutAuthor .authorIcon:last-child {
    margin-right: 0;
}
.postTags {
    display: flex;
    gap: 17px;
    margin-top: 35px;
    flex-wrap: wrap;
}
.relatedPosts {
    background-color: #F3E9D2;
    margin-top: 100px;
    padding-bottom: 60px;
}
.relatedPosts .heading {
    text-align: center;
    padding-top: 20px;
}
.relatedPosts .heading em {
    font-family: "Lora", serif;
}
.relevantBTNS > div {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 30px;
}
.relevantBTNS > div button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Lora", serif;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 69px;
    cursor: pointer;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border:none;	
}
.relevantBTNS > div button.activeBTN,
.relevantBTNS > div button:hover {
    background-color: #F3E9D2;
    color: #24160B;
}

.popularSlider.slick-slider {
    display: none;
}
.relevantSlider,
.popularSlider {
    margin-left: -17px;
    margin-right: -17px;
    opacity: 0;
    visibility: hidden;
    margin-top: 60px;
}
.relevantSlider.slick-initialized,
.popularSlider.slick-initialized,
.popularSlider.activeSlider,
.relevantSlider.activeSlider {
    visibility: visible;
    opacity: 1;
}
.relevantSlider .slick-slide,
.popularSlider .slick-slide {
    margin: 0 17px;
}
.relevantGrid {
}
.relevantGrid .title {
    text-align: center;
}
.relevantGrid .title a {
	text-decoration:none !important;
}
.relevantGrid .title span {
    display: block;
    line-height: 162%;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}
.relevantGrid .title .cat {
    display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 14px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 12px;
}
.relevantGrid .title .author {
    font-weight: 400;
    font-size: 14px;
    color: #743643;
}
.relevantGrid h3.titleInner {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
}
.relevantGrid .thumb {
    height: 236px;
}
.relevantGrid img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.relevantGrid .rContent {
    background-color: #fff;
    max-width: calc(100% - 116px);
    margin: -33px auto 0 auto;
    position: relative;
    padding: 25px;
}
.relevantGrid .rContent .excerpt {
    margin-top: 15px;
    margin-bottom: 25px;
}
.relevantGrid .rContent p:last-child {
    text-align: center;
}
.relevantGrid .rContent .button {
    padding: 8px 23px;
}
.relevantSlider .slick-dots {
    margin-top: 18px;
}
.slick-arrow {
    background-color: #743643;
    font-size: 0;
    border: none;
    outline: none;
    width: 61px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/pagin-arrow.svg);
    cursor: pointer;
    background-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    margin-top: -60px;
}
.slick-arrow:hover {
    filter: brightness(85%);
}
.slick-arrow.slick-prev {
    transform: rotate(180deg);
    left: -100px;
}
.slick-arrow.slick-next {
    right: -100px;
}
.commentsWrap {
    padding-top: 80px;
}
.commentsWrap .heading {
    text-align: center;
}
#reply-title,
.comment-notes {
    display: none;
}
#commentform p {
    margin-bottom: 15px;
}
#commentform p label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #000000;
    margin-bottom: 8px;
}
#commentform p label .required {
    color: #743643;
    font-size: 18px;
    margin-left: 5px;
}
#commentform p.form-submit {
    margin-top: 40px;
}
.commentsWrap .comment-list {
    list-style: none;
    padding: 0 !important;
}
.comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.comment-list .comment .says {
    display: none;
}
.comment .commentLeft {
    width: 78px;
}
.comment .commentLeft img {
    border-radius: 50%;
}
.comment .commentRight {
    width: calc(100% - 110px);
}
.commentRight .commentHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.commentRight .commentMeta span {
    display: block;
}
.commentRight .commentMeta .cAuthor {
    text-transform: uppercase;
    color: #743643;
    font-weight: 600;
}
.commentRight .commentMeta .cDate {
    text-transform: capitalize;
    margin-top: -7px;
}
.backToCat {
    text-align: center;
    margin-top: 45px;
}

/*sidebar*/
.rpFirst {
    position: relative;
    height: 236px;
    overflow: hidden;
    margin-bottom: 26px;
}
.rpFirst a {
    display: block;
    height: 100%;
}
.rpFirst img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.rpFirst .title {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    font-weight: 500;
    font-size: 18px;
    line-height: 125.5%;
    color: #fff;
    font-family: "Lora", serif;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 35%);
}
.rpAll {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.rpAll .thumb a {
    display: block;
    height: 100%;
}
.rpAll .thumb img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    display: block;
}
.rpAll .thumb {
    width: 120px;
    height: 98px;
    position: relative;
}
.rpAll .title {
    width: calc(100% - 148px);
    background-color: #FAF7F0;
    margin-top: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    font-family: "Lora", serif;
    padding: 13px 10px 15px 38px;
    margin-left: -20px;
	position:relative;
}
.rpAll .title a {
	color:#24160b;
	text-decoration:none !important;
}
.rpAll .title h4{
    font-size: 16px;
    line-height: 150%;
}
.rpAll .title span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 162%;
    font-family: "Montserrat", sans-serif;
    color: #743643;
}
.singleSidebar .productCta {
    display: block;
    color: #000;
}
.singleSidebar .productCta .pThumb {
    width: auto;
    margin-top: 0;
}
.singleSidebar .pThumb img {
    display: block;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
}
.productCta .pButt {
    width: auto;
    margin-top: 0;
    width:140px;
    height:140px;
    background-image:url(images/rondje.png);
    background-repeat:no-repeat;
    background-size:contain;
    position:absolute;
    top:-20px;
    left:-70px;
    text-align:center;
    box-sizing:border-box;
    padding-top:40px;
    font-weight: 500;
    font-size:13px;
}
.productCta .pButt span {
    font-family: "Lora", serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    display:block;
}
.singleSidebar .productCta .pButt {
    left:50%;
    width: 130px;
    height: 130px;
    font-size:11px;
    padding-top:45px;
    transform:translateX(-120%);
}
.singleSidebar .productCta .pButt span {
    font-size:26px;
    line-height:1;
}
.singleSidebar .productCta .pContent {
    width: calc(100% - 60px);
    padding: 30px;
    background-color: #E8C0C0;
    margin-top: -100px;
    padding-top: 100px;
}
.singleSidebar > div {
    margin-bottom:50px;
}
.productCta .title {
    color: #000000;
    margin-top: 0;
}
.productCta .title span {
    color: #fff;
}
del .woocommerce-Price-amount {
    color: #fff;
}


.searchSec {
    padding-top: 60px !important;
}
.searchSec h1 {
    margin-bottom: 32px;
}
.middleContent {
    max-width: 507px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}
.middleContentWide {
    max-width: 591px;
}
.middleContent a, .doorlopendetekst a {
    color: #743643;
}
.searchFormWrap {
    max-width: 590px;
    margin: 0 auto;
    position: relative;
}
.searchFormWrap input {
    background-color: #fff;
    border: none;
    padding-left: 40px;
    height: 37px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchFormWrap button {
    background-image: url(images/search-icon2.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 17px;
    height: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 15px;
    left: 12px;
    cursor: pointer;
}
.catsGridWrap {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
}
.catsGridWrap .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 35px;
}
.catsGrid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 30px 2.5%;
}
.catsGrid .catBox {
    background-color: #979AB2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    position: relative;
    border-bottom: solid 1px transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.catsGrid .catBox:before {
    content: '';
    background: linear-gradient(360deg, rgba(36, 22, 11, 0.45) 0%, rgba(36, 22, 11, 0.072) 90.36%);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.catsGrid .catBox:hover:before {
    opacity: 1;
    visibility: visible;
}
.catsGrid .catBox a {
    font-family: "Lora", serif;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    padding: 0 15px;
    z-index: 6;
}
.catsGrid .catBox img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 4;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.catsGrid .catBox:hover {
    border-bottom: solid 1px #be6a6a;

}
.catsGrid .catBox:hover img {
    transform: scale(1);
}
.relatedPosts.slidersOnCats {
    margin-top: 0;
}
.ctaStyle2 .button {
    background-color: #E8C0C0;
	color: #24160B !important;
    padding-left: 23px;
    padding-right: 23px;
}

.contactBoxes {
    padding-top: 0!important;
}
.contactBox {
    background-color: #fff;
    max-width: 408px;
    padding: 44px 32px 58px 32px;
    margin: 0 auto;
}
.contactBox .contactTag {
    color: #743643;
    font-size: 16px;
    line-height: 162%;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    max-width: fit-content;
}
.contactBox h2 {
    font-size: 21px;
    line-height: 162%;
    text-align: center;
    margin-bottom: 23px;
    margin-top: -4px;
}
.contactBox p {
    font-size: 15px;
    line-height: 162%;
}
.contactBox ul {
    font-size: 16px;
    line-height: 154%;
    list-style: none;
    margin-top: 22px;
}
.contactBox ul li{

}
.contactBox ul li a{
    font-size: 16px;
    line-height: 154%;
    list-style: none;
    color: #24160B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contactBox ul li a:hover{
    color: #743643;
}
.overBannerLeft > .vc_column-inner > .wpb_wrapper {
    padding-left: 45px;
    max-width: 629px;
}
.overBannerLeft {
    position: relative;    
    line-height: 190%;
    padding-top: 65px;
    padding-bottom: 30px;
}
.overBannerLeft:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 175px);
    height: 100%;
    background-color: #FAF7F0;
    top: 0;
    z-index: 0;
    left: -10px;
}
.overBannerLeft p {
    margin-bottom: 30px;
	font-size:15px;
}
.overBannerLeft h2 {
    font-size: 28px;
    line-height: 36px;
    max-width: 625px;
    margin-bottom: 24px;
}
.overHeading {
    padding: 40px 0;
}
.teamSec .overHeading,
.productCtaSec2 .overHeading{
    padding: 0;
}
.heading.overHeading{
    font-size: 38px;
    line-height: 70px;
}
.heading.overHeading em {
    font-size: 22px;
    line-height: 40px;
}
.pageContent {
    max-width: 796px;
    font-size: 16px;
    line-height: 190%;
    padding-left: 45px;
    padding-top: 60px;
}
.pageContent a {
    color: #24160B;
    text-decoration: underline !important;
}
.pageContent p {
    margin-bottom: 30px;
}
.pageContent ul {
    padding-left: 25px;
    margin-bottom: 30px;
}
.pageContent h4 {
    line-height: 190%;
    margin-bottom: 27px;
}
.teamSec {
    background: rgba(241, 232, 212, 0.35);
    padding-top: 70px;
    margin-top: 50px;
    padding-bottom: 80px;
}
.teamSec .teamContent {
    font-size: 16px;
    line-height: 190%;
    max-width: 871px;
    text-align: center;
    margin: 0 auto;
}
.teamWrap {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 55px 26px;
    margin-top: 95px;
}
.teamBox {
    position: relative;
}
.teamBox:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: calc(100% - 40px);
    height: calc(100% - 200px);
    bottom: 0;
    left: 20px;
}
.teamBox .teamThumb {
    height: 233px;
}
.teamBox .teamThumb img{
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.teamBox .tContent {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    margin-top: -15px;
}
.teamBox .tContent p {
    max-width: 344px;
    margin: 0 auto;
    padding: 0 20px;
}
.teamBox .tContent .title {
    text-align: center;
    padding: 0 10px;
}
.teamBox .tContent h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
}
.teamBox .tContent .tDesig {
    font-size: 15px;
    line-height: 162%;
    font-weight: 500;
    color: #743643;
}


/* Mobiel menu popup */
.mobielmenu-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #faf7f0;
    z-index: 99998;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobilemenu-active .mobielmenu-container {
    bottom: 0 !important;
}
.mobielmenu-container .mobileMenuInner {
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}
.mobielmenu-container ul li {
    padding: 15px 0;
    position: relative;		text-align: right;		list-style-type: none;
}
.mobielmenu-container ul li ul {
    padding-right: 15px;
    padding-top: 15px;    
}
.mobielmenu-container ul li ul li {
    padding: 7px 0;
}
.mobielmenu-container ul li ul li a {
    font-size: 18px;
}
.mobielmenu-container a {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    color: #24160b !important;
    border-bottom: 1px solid transparent;
    text-align: right;
    line-height: 26px;
    font-family: "Lora", serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobielmenu--mirror {
  position: sticky;
  top: 15px;
  left:15px;  
  padding: 12px;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  width:50px;  
}

/* Alleen zichtbaar bij toetsenbord-focus */
.mobielmenu--mirror:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Zorg dat hij wel visueel herkenbaar is bij focus */
.mobielmenu--mirror:focus-visible .icon {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}


/*.mobielmenu-container ul.menu li:nth-last-child(2) a {		border-bottom: 1px solid #bd6a6a;	}*/
.footerWidget .title {
    display: none;
}

.footerNav ul li a:hover {
  color: #743643;
}

.contentPageWrap .singleContent .singleContentTitle h1 {
    font-size: 28px;
}
.contentPageWrap .singleSidebar {
    padding-top: 60px;
}
.contentPageWrap .pContent{
    background-color: #fff;
    padding: 35px;
    margin-top: 30px;
}
.contentPageWrap .singleContent {
    padding-top: 60px;
}


.bannerPosts .slick-arrow,
.prodGrid .slick-arrow{
    width: 30px;
    height: 30px;
    background-size: 8px;
    margin-top: -35px;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}
.prodGrid .slick-arrow {
    margin-top: -60px;
}
.bannerPosts .slick-prev,
.prodGrid .slick-prev{
    left: 20px;
}
.bannerPosts .slick-next,
.prodGrid .slick-next{
    right: 20px;
}
.bannerPosts .slick-disabled,
.prodGrid .slick-disabled{
    opacity: 0;
    visibility: hidden;
}

.catFilterDropdown {
    max-width: 375px;
    margin: 0 auto;
    font-family: "Lora", serif;
    position: relative;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
    display: none;
}
.catFilterDropdown span{
    display: flex;
    height: 62px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #979AB2;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;
    background-image: url(images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
}
.catFilterDropdown ul {
    padding: 20px 0;
    background-color: #fff;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    width: 100%;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
    z-index: 3;
    display: none;
}
.catFilterDropdown ul li{
    display: flex;
    height: 52px;
    align-items: center;
    padding: 0 40px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    color: #24160B;
    cursor: pointer;
}
.catFilterDropdown ul li:hover {
    color: #fff;
    background-color: #979AB2;
}

.wooCentered {
    background-color: rgba(241, 232, 212, 0.35);
}
.wooWrap {
    max-width: 950px;
    margin: 0 auto;
}
.woocommerce-cart .wooWrap {
    max-width:1170px;
}
.wooCols {
    display: flex;
    justify-content: space-between;
    /*padding: 60px 0 120px 0;*/
}
.wooCols h3 {
    font-size: 20px;
    color: #24160B;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 30px;
}
.wooCols .rightCol,
.wooCols .leftCol {
    padding-top: 60px;
    padding-bottom: 120px;
}
.cartBread {
	padding-top: 40px;
	margin-bottom: -50px;
	font-size: 12px;
	line-height: 22px;
}
.cartBread a {
	color: #743643;
}
.wooCols .leftCol .leftInner {
    position: relative;
    padding-right: 40px;
}
.wooCols .rightCol {
    width: 31%;
}
.wooCols .leftCol {
    width: calc(100% - 35%);
}
.wooCols .rightCol .cross-sells {
	display:none;
}
@media screen and (max-width:768px) {

	.woocommerce-cart .cartBread,
	.woocommerce-cart .wooCols {
		max-width:95%;
		margin-left:auto;
		margin-right:auto;
	}
	
}
.wooCols .cart_totals {
    width: calc(100% - 60px) !important;
    float: none !important;
    background-color: #fff;
    padding: 30px;
}
.wooCols .cart_totals,
.wooCols .cart_totals table,
.wooCols .cart_totals td,
.wooCols .cart_totals tr,
.wooCols .cart_totals th{
    border: none !important;
}
.cart_totals th {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 190% !important;
}
.cart_totals td,
.cart_totals .woocommerce-Price-amount {
    font-size: 16px !important;
    line-height: 162% !important;
    text-align: right;
}
.wc-proceed-to-checkout,
.wc-proceed-to-checkout a {
    margin: 0 !important;
    padding: 0 !important;
}
.wc-proceed-to-checkout a,
.ajaxLginBtn,
button#place_order{
    height: 51px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #547D60 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #fff !important;
    margin-top: 30px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
	  transition: filter 0.3s ease; 
}
.wc-proceed-to-checkout a:hover {
	 filter: brightness(85%);
}
.cartProductsWrap {

}
.cartProduct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: "Lora", serif;
}
.cartProduct .pThumb {
    width: 75px;

}
.cartProduct .pThumb a {

}
.cartProduct .pThumb img {
    display: block;
    height: 75px;
    width: auto;
    margin: 0 auto;
}
.cartProduct .pName {
    width: calc(100% - 400px);
    padding-left: 15px;
}
.cartProduct .pName span:not(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol ) {
   display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 8px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: 0px 0px 4px 0px;

}
.cartProduct .pName a {
    font-size: 15px;
    line-height: 24px;
    color: #24160B;
}
.cartProduct .pSubTotal {
    width: 80px;
    text-align: center;
}
.cartProduct .pSubTotal .woocommerce-Price-amount,
.cartProduct .pName .woocommerce-Price-amount{
    font-size: 16px !important;
}
.cartProduct .pRemove {
    width: 35px;
    text-align: center;
}
.cartProduct .pRemove a {
    background-image: url(images/p-remove.svg) !important;
    font-size: 0 !important;
    width: 10px !important;
    height: 10px !important;
    background-size: 10px !important;
    background-position: center center !important;
    padding: 5px;
    background-repeat: no-repeat !important;
}
.cartProduct .pRemove a:hover {
    background-color: transparent !important;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.quantity input.qty,
.woocommerce .quantity .qty{
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-family: "Lora", serif;
    background-color: #979AB2;
    border: none;
    color: #fff;
    height: 44px;
    width: 48px !important;
    padding: 0;
    text-align: center !important;
    font-size: 20px;
    font-weight: 500;
}
.quantity input.qtyt::-webkit-outer-spin-button,
.quantity input.qtyt::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.quantity button {
    font-family: "Lora", serif;
    font-size: 20px;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 500;
    color: #24160b;
    width: 11px;
    text-align: center;
    cursor: pointer;
}
.cartLogos {
    text-align: center;
    padding-top: 15px;
}
.cartLogos img {
    display: block;
    margin: 0 auto;
}
.cartProducts {
    padding-top: 50px;
    padding-bottom: 70px;
    max-width: 1170px;
    margin: 0 auto;
}
.whiteCol {
    position: relative;
    background-color: #fff;
}
.whiteCol:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #fff;
    left: calc(50% - 50vw) !important;
    z-index: 0;
}
.woocommerce form .form-row {
    margin-bottom: 20px !important;
}
.woocommerce .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 10px !important;
}
.woocommerce .woocommerce-MyAccount-content form .form-row:nth-last-child(1) {
    margin-bottom: 25px !important;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 14px;
    margin-bottom: 8px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 24px 17px 8px 17px;
}
.woocommerce-EditAccountForm input.input-text,
.woocommerce-address-fields input.input-text,
.woocommerce-form-login input.input-text,
.woocommerce-form-register input.input-text,
.woocommerce-ResetPassword input.input-text {
    padding: 14px 17px 14px 17px !important;
}
.woocommerce-address-fields #billing_country_field label {
    display:block !important;
}
#billing_address_2_field {
    width: 60%;
    float: left;
    clear: none;
}
#billing_address_1_field {
    width: 23%;
    float: right;
    clear: none;
}
#billing_postcode_field {
    float: left;
    clear: none;
    width: 71%;
}
#billing_city_field {
    float: right;
    width: 34%;
    clear: none;
}
.woocommerce form .form-row .optional {
    display: none !important;
}
.rememberLabel {
    margin-bottom: 0 !important;
    display: inline-block;
    margin-top: 11px;
    cursor: pointer;
}
/*.custom-company-check span,
.rememberLabel span{
    position: relative;
    padding-left: 38px;
    font-size: 14px;
    padding-top: 5px;
}
.custom-company-check span:before,
.woocommerce-terms-and-conditions-checkbox-text:before,
.rememberLabel span:before{
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    content: '';
    border: solid 1px #F1E8D4;
    background-color: #FAF7F0;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.custom-company-check.active-company-check span:before,
.order-btn-row #terms:checked + span:before,
.rememberLabel input:checked + span:before{
    background-color: #743643;
    border-color: #743643;
}
.custom-company-check.active-company-check > span:after,
.order-btn-row #terms:checked + span:after,
.rememberLabel input:checked + span:after{
    display: block;
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
}
.rememberLabel input{
    opacity: 0;
    display: none !important;
}
.custom-company-check label {
    cursor: pointer;
}*/
#billing_company_field,
#btw_number_field{
    display: none;
}
#payment div.payment_methods {
    border: none !important;
    padding: 0 !important;
}
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-notices-wrapper {
    background-color: #f2efe8;
    margin: 0 calc(50% - 50vw);
    width: auto;
    padding-left: calc((100vw - 100%)/2);
    padding-right: calc((100vw - 100%)/2);
    padding-bottom: 10px;
    padding-top: 10px;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
	max-width: 950px;
	margin-left: auto;
	margin-right: Auto;
}
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
    background-color:white;
}
.woocommerce-checkout #payment {
    background-color: transparent !important;
    margin-top: 50px;
}
.woocommerce-checkout #payment h3 {
    margin-bottom: 20px;
}
.paymentDesc {
    margin-bottom: 30px;
}
.woocommerce-checkout #payment div.payment_methods div.payment_method_wrap {
    background-color: #F2EFE8;
    border: solid 1px #F1E8D4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
    margin-bottom: 10px;
}
.woocommerce-checkout #payment div.payment_methods div.payment_method_wrap label {
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
    position: relative;
    padding-left: 30px;
}
.woocommerce-checkout #payment div.payment_methods div.payment_method_wrap label:before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #F1E8D4;
    position: absolute;
    left: 0;
    top: 2px;
}
.woocommerce-checkout #payment div.payment_methods div.payment_method_wrap label:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #24160B;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 9px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.woocommerce-checkout #payment div.payment_methods div.payment_method_wrap input:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.woocommerce-checkout #payment div.payment_methods div.payment_method_wrap input {
    display: none;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-checkout #payment div.payment_box select {
    background-color: #fff;
    outline: none;
    height: 34px;
    border: solid 1px #F1E8D4;
    font-size: 14px;
    color: #24160B;
    padding: 0 10px;
    font-family: "Montserrat", sans-serif;
}
.payment_method_mollie_wc_gateway_ideal p:first-child {
    display: none;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}
.payment_method_mollie_wc_gateway_creditcard {
    flex-wrap: wrap;
}
.payment_method_mollie_wc_gateway_creditcard label{
    order: 1;
}
.payment_method_mollie_wc_gateway_creditcard img {
    order: 2;
}
.payment_method_mollie_wc_gateway_creditcard .payment_box {
    order: 3;
}
#order_review .shop_table,
.thankyouRight .shop_table{
    border: none !important;
}
#order_review .shop_table .product-name,
.thankyouRight .shop_table .product-name{
    padding: 0;
    border: none !important;
}
#order_review .cProduct,
.thankyouRight .cProduct{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px !important;
}
#order_review .pThumb,
.thankyouRight .pThumb{
    width: 65px;
}
#order_review .pThumb a,
.thankyouRight .pThumb a {
	display:block;
}
#order_review .pContent,
.thankyouRight .pContent{
    width: calc(100% - 80px);
}
#order_review .pTitle span,
.thankyouRight .pTitle span{
    color: #743643;
    display: block;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: -4px
}
#order_review .pTitle a,
.thankyouRight .pTitle a{
    color: #24160B;
}
#order_review .pTitle,
.thankyouRight .pTitle{
    font-size: 15px;
    font-family: "Lora", serif;
    font-weight: 500;
    line-height: 162%;
}
#order_review .pMeta,
#order_review .pMeta .woocommerce-Price-amount,
#order_review .pMeta strong,
.thankyouRight .pMeta strong{
    font-family: "Lora", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 162%;
}
#order_review tfoot,
.thankyouRight tfoot{
    background-color: #fff;
}
#order_review tfoot th,
#order_review tfoot td,
.thankyouRight tfoot th,
.thankyouRight tfoot td{
    border: none !important;
}
#order_review tfoot th,
.thankyouRight tfoot th{
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 190% !important;
    padding-left: 25px !important;
}
#order_review tfoot .cart-subtotal th,
#order_review tfoot .cart-subtotal td{
    padding-top: 25px;
}
#order_review tfoot td,
.thankyouRight tfoot td{
    text-align: right;
    padding-right: 25px !important;
}
#order_review tfoot td .woocommerce-Price-amount,
#order_review tfoot td strong,
.thankyouRight td .woocommerce-Price-amount{
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    font-family: "Lora", serif;
    text-align: right;
}
.thankyouRight .payment_method td{
    font-weight: 400 !important;
    font-style: italic;
    font-size: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
.thankyouRight tfoot .cart-subtotal th,
.thankyouRight tfoot .cart-subtotal td {
    padding-top: 30px !important;
}
.order-btn-row td {
    padding: 0 25px !important;
}
.order-btn-row p {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}
.order-btn-row td button#place_order{
    width: 100%;
    margin-top: -20px !important;
}
.woocommerce-terms-and-conditions-checkbox-text {
    text-align: left;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-left: 32px;
    position: relative;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #24160b;
    text-decoration: underline !important;
}
.order-btn-row .required,
.form-row.create-account{
    display: none !important;
}
.checkout-login-frm {
    padding: 20px;
    background-color: rgba(241, 232, 212, 0.35);
    display: none;
    margin-bottom: 35px;
}
.checkout-login-frm input:not([type="submit"]) {
    padding-top:6px;
    padding-bottom:6px;
}
#loginError {
    color:#a00;
    padding-bottom:5px;
}
.clf-message {
    margin-bottom: 20px;
}
.checkout-login-frm .form-row.form-row-wide {
    margin-bottom: 10px !important;
}
.woocommerce .checkoutopmerking {
	margin-bottom: 20px;
	font-size: 14px;
	font-style:italic;
}
.woocommerce .userHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.woocommerce .userHead h3 {
    margin-bottom: 0;
}
.woocommerce .userHead .loginToggle,
.learningEnv {
    display: inline-flex;
    height: 45px;
    align-items: center;
    background-color: #E8C0C0;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #24160B;
    text-transform: uppercase;
    width: 238px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.naarcursus {
	display:inline-block;
	
}
.woocommerce .userHead .loginToggle:hover,
.learningEnv{
    background-color: #bd4242;
}
.clf-actions p {
    font-size: 13px;
    display:block;
    margin-top:4px;
}
.clf-actions a {
    color: #24160b;
    text-decoration: underline !important;
}
.cfl-toggle {
    max-width: 500px;
    margin: 0 auto;
}
.ajaxLginBtn {
    margin-top: 12px !important;
}
.ajaxLginBtn img {
    width: 27px;
}
.clientInfo {
    margin-top: 90px;
}
.orderText p {
    margin-bottom: 30px;
}
.hide-on-thankyou {
    display: none;
}
.addrCols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 35px;
}
.customerCol {

}
.customerCol strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
    display: block;
    margin-bottom: 5px;
}
.customerCol p,
.customerCol address,
.customerCol a{
    ffont-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-style: normal;
}
.customerCol a:hover {
    text-decoration: underline;
}

.xoo-wsc-container a {
    text-decoration: none !important;
}
.xoo-wsc-basket {
    display: none !important;
}
.xoo-wsc-cart-trigger .xoo-wsc-sc-subt {
    display: none;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger,
.xoo-wsc-sc-cont{
    position: relative;
    display: inline-block;
}
.xoo-wsc-sc-cont .xoo-wsc-sc-bki img {
    width: 22px;
}
.xoo-wsc-sc-cont .xoo-wsc-sc-count {
    position: absolute;
    font-size: 12px;
    top: -5px;
    right: -7px;
    font-family: "Lora", serif;
}
.xoo-wsc-ft-amt-subtotal {
    align-items: center;
    justify-content: center;
}
.xoo-wsc-pname {
    line-height:20px;
}
.xoo-wsc-footer a {
    font-size:13px !important;
}
.xoo-wsc-ft-btn.button {
	color: #fff !important;
    background-color: #743643 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    padding: 14px 14px !important;
    font-family: "Montserrat", sans-serif;
    position: relative !important;
}
.xoo-wsc-ft-btn.button:nth-child(2) {
    background-color:#547D60 !important;
}
#wooLoginWrap {
    padding-top: 70px;
    padding-bottom: 70px;
}
#wooLoginWrap form {
    border: none;
    background-color: #fff;
}
.woocommerce .wooBTN.button,
.woocommerce .woocommerce-Message a.button{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    background-color: #83AD8C;
    border-radius: 0;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.woocommerce .wooBTN.button:hover,
.woocommerce .woocommerce-Message a.button:hover{
    background-color: #5c9568;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .wooBTN.button {
    background-color: #743643;
}
.woocommerce .woocommerce-MyAccount-content .wooBTN.button:hover {
    background-color: #56232e;
}
#wooLoginWrap .form-row.loginRow {
    margin-bottom: 10px !important;
}
.woocommerce .lost_password a{
    color: #743643;
    font-weight: 500;
    margin-top: 45px;
    display: inherit;
    margin-bottom: 5px;
}
#wooAccountWrap {
    padding-top: 70px;
    padding-bottom: 70px;
}
#wooAccountWrap .woocommerce-MyAccount-navigation,
#wooAccountWrap .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display:none !important;
}
#wooAccountWrap nav {
    margin-bottom: 45px;
    margin-top: 20px;
    border-bottom: solid 1px #e9e1d0;
}
#wooAccountWrap nav li{
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
#wooAccountWrap nav li.is-active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ad9666;
}
#wooAccountWrap nav a{
    color: #24160b;
    padding: 15px 0;
    display: inline-block;
}
.account-left {
    width: 45%;
    float: left;
}
.account-left.orderDetail {
    width: 65%;
}
.account-left.half-col {
    width: 50%;
}
.account-right {
    width: 53%;
    float: right;
}
.account-right.orderDetail {
    width: 33%;
}
.account-right.orderDetail h3 {
    font-size: 21px;
    margin-bottom: 30px;
}
p.order-again {
	display:none;
}
.account-block {
    background-color: #fff;
    padding: 30px 25px;
    margin-bottom: 50px;
}
.account-block h3 {
    margin-bottom: 30px;
    font-size: 21px;
}
.account-block .block-content:not(.addr-block) {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.account-block .block-foot {
    border-top: solid 1px #e9e1d0;
    margin-top: 20px;
    padding-top: 20px;
}
.account-block .block-foot a {
    text-decoration: underline !important;
    font-size: 15px;
    margin-right: 40px;
    color: #24160b;
}
.account-block .flex-col {
    flex: 0 0 calc(50% - 50px);
    max-width: 50%;
    font-size: 15px;
}
.account-block .block-content.addr-block .flex-col {
    max-width: none;
}
.account-block table {
    border: none !important;
    margin-bottom: 0 !important;
}
.account-block table tr th:first-child,
.account-block table tr td:first-child {
    padding-left: 0 !important;
}
.account-block table tr th:last-child,
.account-block table tr td:last-child {
    padding-right: 0 !important;
    text-align: right !important;
}
.account-block table th,
.account-block table td {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    font-size: 15px;
}
.account-block table td a {
    color: #24160b;
}
.account-block table .woocommerce-Price-amount {
    font-size: 15px;
}
.account-block table .order-actions a,
.account-block table .order-actions a:hover{
    background-color: transparent;
    text-transform: initial;
    text-decoration: underline !important;
    font-size: 15px;
    font-weight: 500;
}
.changePassFields {
    display: none;
}
.showPassFields {
    margin-bottom: 30px !important;
}
/*#billing_state_field,*/
/*#billing_country_field {*/
/*display: none;*/
/*}*/

#billing_country_field label {
    display: none !important;
}
.order-btn-row .form-row.place-order {
    padding: 0;
}
#billing_country_field .select2-selection.select2-selection--single {
    background-color: #f2efe8;
    height: 44px;
    border-radius: 0;
    border-color: #f1e8d4;
}
#billing_country_field .select2-selection__rendered {
    margin-top: 9px;
    padding-left: 18px;
}
#billing_country_field .select2-selection__arrow {
    margin-top: 9px;
    margin-right: 10px;
}
.includes_tax .woocommerce-Price-amount{
    font-size: 14px !important;
}

body.woocommerce-checkout .woocommerce form.checkout .form-row {
    position: relative;
}
.woocommerce-checkout form .form-row:not(.custom-company-check) label {
    display: inline-block !important;
    position: absolute;
    left: 15px;
    top: 14px;
    cursor: pointer;
    margin-bottom: 0;
    z-index: 10;
    /*padding: 0 10px;*/
    transition: all .3s ease-in-out;
}
.termCheckWrap label{
    position: static !important;
}
.woocommerce-checkout form .form-row label.active-label {
    top: 6px !important;
    /*background-color: #fff;*/
    line-height: 20px;
    font-size:11px;
    padding-left:6px;
}
.clearfix {
    clear: both;
}
section.woocommerce-info {
    border-top-color:#979ab2;
    background-color:white;
}
section.woocommerce-info::before {
    color:#979ab2;
}

.wooLoginCols {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
    min-height: 550px;
}
.wooLoginCols .wooForm,
.wooLoginCols .wooThumb{
    width: 50%;
}
.wooLoginCols .wooThumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    min-height: 550px;
}
.wooFormInner {
    padding: 35px;
}
.wooFormInner .formHead {
    text-align: center;
}
.wooFormInner h2 {
    font-size: 24px;
}
.wooFormInner .subHead {
    font-size: 18px;
    font-weight: 500;
    color: #743643;
    line-height: 162%;
}
.wooFormInner form {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce .loginBTN.button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: #E8C0C0;
    color: #24160B;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
}
.woocommerce .loginBTN.button:hover {
    background-color: #9b5252;
    color: #fff;
}
.switchWooForm p {

}
.switchWooForm a {
    color: #24160b;
    text-decoration: underline !important;
}
.wooFormInner .woocommerce-privacy-policy-text {
    display: none;
}


.singleProdWrap {

}
.singleProdWrap .wooCols .leftCol {
    width: calc(100% - 50.5%);
}
.singleProdWrap .wooCols .rightCol {
    width: 46%;
}
.woocommerce-page .singleProdWrap div.product div.images,
.woocommerce .singleProdWrap div.product div.summary {
    width: 100%;
    float: none;
}
.woocommerce-page .singleProdWrap div.product div.images {
    margin-bottom: 60px;
}
.woocommerce .singleProdWrap span.onsale {
    display: none;
}
.woocommerce .singleProdWrap div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.woocommerce div.product div.summary {

}
.listPoints ul {
    list-style: none;
}
.listPoints ul li {
    position: relative;
    line-height: 190%;
    padding-left: 25px;
}
.listPoints ul li:before {
    content: '';
    background-image: url(images/circle-tick.svg);
    width: 15px;
    height: 16px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
}
.courseBlock .listPoints ul li:before {
    background-image: url(images/circle-tick-red.svg);
}
.productAbout {
    background-color: #FAF7F0;
    padding: 50px 30px;
    margin-top: 80px;
}
.productAbout.mobile {
	display:none;
}
@media screen and (max-width: 870px) {
	.productAbout {
		background-color:white;
	}
	.productAbout.mobile {
		display:block;
	}
	.productAbout.desktop {
		display:none;
	}
	.single-product .reviewsOuter {
		padding-bottom:60px;
	}
}
.productAbout .aboutImg {
    width: 83px;
    height: 83px;
    border-radius: 100%;
    margin-top: -86px;
}
.productAbout .aboutImg img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center center;
    border-radius: 100%;
}
.aboutCT,
.authorAboutCT{
    font-size: 16px;
    line-height: 200%;
}
.aboutCT strong,
.authorAboutCT strong{
    font-weight: 700;
    color: #743643;
}
.aboutCT a,
.authorAboutCT a{
    color: #24160B;
    text-decoration: underline !important;
}
.productAbout .webLink,
.authorAboutCT .webLink{
    position: relative;
    padding-left: 43px;
    display: inline-block;
    color: #000000;
    margin-top: 15px;
}
.productAbout .webLink:before,
.authorAboutCT .webLink:before{
    content: '';
    width: 35px;
    height: 35px;
    background-color: #743643;
    position: absolute;
    left: 0;
    top: -4px;
    border-radius: 100%;
    background-image: url(images/web-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.reviewsCourses {
	text-align:center;
}
.reviewsCourses .reviewsOuter {
	margin-top:20px;
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.reviewsOuter {
    margin-top: 60px;
}
.reviewsOuter .totalReviews,
.reviewsOuter .heading {
    text-align: center;
    display: block;
}
.reviewsOuter .heading {
    margin-bottom: 5px;
}
.reviewsOuter .totalReviews {
    font-weight: 500;
    font-size: 14px;
    line-height: 162%;
    color: #743643;
    margin-bottom: -7px;
}
.reviewsOuter .reviewsBlock {
    background-color: #FAF7F0;
    padding: 50px 30px;
}
.reviewSlide strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    color: #743643;
}
.reviewsOuter .reviewsNav {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Lora", serif;
    margin-top: 30px;
}
.reviewsNav .slick-arrow {
    position: static;
    margin: 0;
    width: 27px;
    height: 26px;
    background-size: 5px;
}
.singleProdWrap .product_title h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
}
.singleProdWrap .product_title span {
    color: #743643;
    display: block;
}
.singleProdWrap .product_title span:first-child {
	display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 14px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: 24px 0 12px;
}
.singleProdWrap .product_title span:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 162%;
    margin-top: 7px;
}
.pSummaryMob,
.leftCol .product_title {
	display:none;
}
@media screen and (max-width:768px) {
.pSummaryDesk,
.rightCol .product_title {
	display:none;
}
.pSummaryMob,
.leftCol .product_title {
	display:block;
}
}
.singleProdWrap .productDetails {
    margin-top: 30px;
}
.singleProdWrap .productDetails p {
    margin-bottom: 35px;
}
.singleProdWrap .productDetails ul {
    list-style: none;
    margin-bottom: 35px;
}
.singleProdWrap .productDetails ul li {
    position: relative;
    padding-left: 24px;
    line-height: 190%;
    font-size: 16px;
}
.singleProdWrap .productDetails ul li:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #E8C0C0;
    position: absolute;
    left: 7px;
    margin-top: 12px;
}
.singleProdWrap .productDetails blockquote {
    font-size: 15px;
    font-style: italic;
    line-height: 190%;
    margin-bottom: 35px;
}
.singleProdWrap .productDetails blockquote p {
    margin-bottom: 0;
}
.singleProdWrap .productDetails h4 {
    font-size: 18px;
    margin-bottom: 35px;
}
.singleProdWrap .productDetails h5 {
    font-weight: 700;
    line-height: 190%;
    margin-bottom: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}
.custom-add-cart .quantity{
    display: none;
}
.custom-add-cart {
    margin-bottom: 70px;
}
.custom-add-cart button.single_add_to_cart_button{
    background-color: #547D60 !important;
    display: inline-flex !important;
    height: 51px;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
	transition: filter 0.3s ease;
}
.custom-add-cart button.single_add_to_cart_button:hover{
	 filter: brightness(85%);
}
.custom-add-cart .price {
    margin-bottom: 20px !important;
}
.custom-add-cart .price del {
    /*display: none !important;*/
}
.custom-add-cart .price ins span{
    color: #24160B;
    font-weight: 500;
    font-size: 28px;
}

.mobSticky {
	position:fixed;
	bottom:0;
	width:100%;
	background-color:white;
	border-top:1px solid #dfdfdf;
	box-sizing:border-box;
	padding:10px 15px;
	display:none;
}
.mobStickyInfo::after {
	content:"";
	display:table;
	clear:both;
}
.mobStickyTitle {
	float:left;
	width:calc(100% - 90px);
}
.mobStickyPrice {
	float:left;
	width:90px;	
}
.mobStickyPrice .woocommerce-Price-amount {
	font-size:20px;
}
.mobStickyAddToCart {
	padding-top:10px;
	padding-bottom:10px;
}
.mobStickyAddToCart .quantity {
	display:none;
}
.mobStickyAddToCart button {
	background-color: #83AD8C !important;
	font-family: "Montserrat", sans-serif;
	font-size: 15px !important;
	font-weight: 600 !important;
	width:100%;
}



.sfwdContentPage {
    padding-top: 75px;
    padding-bottom: 75px;
}
.courseSidebar {
    padding-top: 35px;
}
.courseSidebar .button {
    margin-left: 35px;
    margin-bottom: 35px;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item {
    border: none;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading,
.courseSidebar .learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
    color: #24160b;
    font-size: 14px;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
	display:none;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover,
.courseSidebar .learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
    color: #000;
}
.courseSidebar .ld-progress-steps {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    line-height: 22px;
}
.courseSidebar .ld-progress-heading {
    display: block;
    width: 100%;
}
.courseSidebar .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
    display: block;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading,
.courseSidebar .ld-course-navigation-heading,
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before,
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
    display: none;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
    font-weight: 700;
    font-size: 15px;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded {
    max-height: none;
}
.courseSidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded {
    background: transparent;
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: solid 1px #743643;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
    background-color: #743643 !important;
}
.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete {
    border: 2px solid #743643 !important;
}
.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    background-color: transparent !important;
}



.courseSidebar {
    background-color: #e1c0c0;
}
.courseSidebar .blogWidget {
    padding-left: 35px;
    padding-right: 35px;
}

body:not(.logged-in) .ld-course-status-not-enrolled .ld-course-status-seg-price,
body:not(.logged-in) .ld-course-status-not-enrolled .ld-course-status-seg-action {
    display: none !important;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>* {
    border-right: none !important;
}
body:not(.logged-in) .ld-course-status-content .ld-status-waiting {

}
body:not(.logged-in) .ld-course-status-content {
    cursor: pointer;
    position: relative;
}
body:not(.logged-in) .ld-course-status-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
}


@media screen and (max-width:768px) {
	.single-product .custom-add-cart {
		display:none;
	}
	.mobSticky {
		display:block;
	}
}

@media screen and (max-width: 1225px) {
    .centered {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 1170px) {
    .footerInner{
        grid-template-columns: 300px auto auto auto auto;
    }
}
@media screen and (max-width: 1100px) {
    #wooAccountWrap .woocommerce-MyAccount-navigation {
        overflow: auto;
    }
    #wooAccountWrap .woocommerce-MyAccount-navigation ul {
        min-width: 1100px;
    }
}
@media screen and (max-width: 1040px) {
    header nav
    /*.headerIcons .searchIcon*/ {
        display: none;
    }
	.headerIcons .searchIcon {
		margin-left:10px;		
	}
    .headerIcons {
        margin-left: 0;
    }
    .headerIcons button.mobielmenu {
        display: inline-block !important;
    }
}
@media screen and (max-width: 1010px) {
    .bannerPost h3 {
        font-size: 28px;
    }
    .bannerPost h4 {
        font-size: 24px;
    }
    .bannerPost .pContent {
        padding: 30px;
    }
    .bannerPost.post2 .pContent {
        padding: 30px 20px;
    }
    /*.prodGrid .pBox {*/
        /*width: 48%;*/
        /*margin-bottom: 50px;*/
    /*}*/
    .productCta .pContent p {
        padding-right: 25px;
    }
    .footerInner {
        grid-template-columns: 370px auto auto auto auto;
    }
    .teamWrap {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        gap: 50px 25px;
        margin-top: 90px;
    }
    .teamSec .teamContent {
        line-height: 175%;
        font-size: 15px;
    }
    .filterButtons li {
        font-size: 18px;
        display: flex;
        width: auto;
        max-width: 156px;
        text-align: center;
        background-color: #fff;
        margin-left: 10px;
        margin-right: 9px;
        padding: 0 25px;
        height: 62px;
        align-items: center;
        float: left;
    }
    .filterButtons,
    .filterButtons .clearfix {
        display: block;
    }
    .filterBtnsOuter {
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    .filterButtons {
        min-width: 1010px;
    }
    .filterBtnsOuter::-webkit-scrollbar {
        width: 0px;
    }
    .footerInner {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 40px;
    }

}

@media screen and (max-width: 991px) {
    .singleContent .singleContentTitle h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .singleContent .thumb {
        height: 400px;
    }
    .singleSidebar {
        width: 340px;
    }
    .singleContent {
        width: calc(100% - 375px);
    }
    .singleContent .singleContentTitle {
        padding: 0 25px;
    }
    .postQuote .quoteText {
        font-size: 22px;
        line-height: 150%;
    }
    .catsGrid .catBox a {
        font-size: 24px;
        line-height: 30px;
    }
    .overBannerLeft h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .resetPassCol.account-left.half-col {
        width: 100%;
    }
    .prodGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 950px) {
    .account-right, .account-left {
        float: none;
        width: 100% !important;
    }
}
@media screen and (max-width: 870px) {
    .singleContent .singleContentTitle h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .singleSidebar {
        padding-top: 35px;
    }
    .wooCols {
        display: block;
    }
    .wooCols .rightCol {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        padding-top: 45px;
    }
    .singleProdWrap .wooCols .rightCol {
        width: 100%;
        max-width: none;
    }
    .wooCols .leftCol,
    .singleProdWrap .wooCols .leftCol{
        width: 100%;
        padding-bottom: 0;
    }
    .whiteCol:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        width: 109vw;
        height: 100%;
        background-color: #fff;
        left: -96px;
        z-index: 0;
        right: 0;
    }
    .wooCols .leftCol .leftInner {
        padding-right: 0;
    }
    .woocommerce-checkout #payment {
        padding-bottom: 60px;
    }
    .wooLoginCols .wooForm {
        width: 55%;
    }
    .wooLoginCols .wooThumb {
        width: 45%;
    }
    .singleProdWrap.wooWrap {
        max-width: 580px;
    }

    .relevantCatBTNS {
        margin-left: -25px;
        margin-right: -25px;
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    .relevantCatBTNS ul {
        min-width: 870px;
    }
    .relevantCatBTNS::-webkit-scrollbar {
        width: 0px;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }
    /*#wooAccountWrap .woocommerce-MyAccount-navigation {*/
        /*overflow: auto;*/
    /*}*/
    /*#wooAccountWrap .woocommerce-MyAccount-navigation ul{*/
        /*min-width: 750px;*/
    /*}*/
    .filterBtnsOuter .filterButtons{
        display: none;  
    }
    .catFilterDropdown {
        display: block;
        margin-bottom: 60px;
    }
    .singleShare .socialIcons a {
        width:35px;
        height:35px;
    }
    .singleShare .socialIcons a.iconFb {
        background-size:10px;
    }
    .singleShare .socialIcons a.iconTw {
        background-size:20px;
    }
    .singleShare .socialIcons a.iconPin {
        background-size:16px;
    }
    .singleShare .socialIcons a.iconMail {
        background-size:18px;
    }
    .singleShare .socialIcons a.iconWa {
        background-size:18px;
    }

    .footerLogo img:first-child {
        width: 50px;
    }
    .footerLogo img:last-child {
        width: 155px;
        margin-left:8px !important;
    }
    .logoWidget p {
        font-size:17px;
    }
    .logocontainer img:first-child {
        width: 50px;
    }
    .logocontainer img:last-child {
        width: 155px;
        margin-left:8px !important;
    }
    .centered {
        padding-right: 15px;
        padding-left: 15px;
    }
    .prodGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    /*.heading,*/
    /*.heading.overHeading,*/
    /*.shareText.heading{*/
    /*font-size: 45px !important;*/
    /*line-height: 64px !important;*/
    /*}*/
    /*.heading em,*/
    /*.heading.overHeading em,*/
    /*.shareText.heading em{*/
    /*font-size: 24px;*/
    /*line-height: 26px;*/
    /*margin-left: 5px;*/
    /*}*/
    .ctaRow p,
    .singleContent .pContent .postCta p {
        font-size: 20px;
    }
    .productCta {
        display: block;
    }
    .productCta .pThumb,
    .productCta .pContent {
        width: 100%;
    }
    .productCta img {
        margin: 0 auto;
        max-height:260px;
    }
    .wpb_content_element.productCtaContent {
        margin-left: -25px;
        margin-right: -25px;
        background-color: transparent !important;
        position: relative;
        margin-bottom: 0;
    }
    .wpb_content_element.productCtaContent .wpb_wrapper {
        position: relative;
        z-index: 2;
        margin-top: 50px;
    }
    .wpb_content_element.productCtaContent:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        background-color: #cd9494;
        height: calc(100% - 180px);
        z-index: 0;
        bottom: 0;
        left: 0;
    }
    .productCta .pContent {
        width: calc(100% - 50px);
        margin-left: 25px;
        max-width: unset;
    }
    .productCtaSec {
        margin-bottom: 0;
    }
    .filterPost {
        height: auto;
        margin-bottom: 35px;
    }
    .filterPost p,
    .filterPost .fAuthor {
        display: none !important;
    }
    .filterPost .postExcerp {
        display:block !important;
        padding:0px 25px 0px 48px;
        font-size:14px;
        line-height:162%;
        text-align:left !important;
        overflow: hidden;
        max-height:70px;
    }
    .filterPost .fThumb {
        width: calc(28% + 30px);
        position: relative;
        z-index: 2;
    }
    .filterPost .fContent .fInnter .title {
        font-size: 22px;
        text-align: left;
        padding: 20px 25px 20px 48px;
    }
    /*.filterPost .fContent .fInnter .title h3 {*/
    /*font-size: 22px;*/
    /*}*/
    /*.filterPost .fContent .fInnter .cat {*/
    /*font-size: 16px;*/
    /*}*/
    .filterPost .fContent {
        width: 72%;
        z-index: 0;
        display: block;
        background-color: #fff;
        margin-left: -30px;
    }
    .filterPost.postReverse {
        flex-direction: inherit;
    }
    .filterPost .fContent .fInnter {
        margin-left: 0px;
        background-color: transparent;
        padding: 0;
        width: auto;
    }
    .filterPost .fThumb img {
        height: 90%;
        margin-top: -10px;
    }
    .filterPost.postReverse .fContent .fInnter {
        margin-left: 0px;
        margin-right: 0;
    }
    .bannerPosts {
        margin-right: -25px;
        margin-left: -25px;
    }
    .bannerPost.post2 {
        position: static;
        transform: unset;
    }
    .bannerPost h3,
    .bannerPost h4 {
        font-size: 20px;
        line-height: 125.5%;
    }
    .bannerPost strong {
        font-size: 14px;
        line-height: 17px;
    }
    .bannerPost .pContent {
        width: calc(100% - 50px);
        padding: 25px;
    }
    .bannerPostsSec {
        padding-bottom: 15px !important;
    }
    .vc_section.productCtaSec {
        background-color: #fff !important;
        padding-top: 60px !important;
    }
    .productCta .title,
    .productCta .title h3{
        font-size: 20px;
    }
    .productCta .title span,
    del .woocommerce-Price-amount {
        color: #fff;
    }
    .mainTagline {
        font-size: 10px;
        padding: 10px 25px;
    }
    .productCta .pContent p.pPrice {
        text-align: center;
    }
    .productCta p:last-child {
        text-align: center;
    }
    .productCta .title span {
        font-size: 16px;
    }
    .productCta .pButt {
        left: 50%;
        width: 130px;
        height: 130px;
        font-size: 11px;
        padding-top: 45px;
        transform: translateX(-130%);
    }
    .productCta .pButt span {
        font-size:28px;
        line-height:1;
    }
    footer {
        padding-top: 80px;
    }
    .home footer,
    .page-id-48 footer{
        padding-top: 80px;
    }
    .footerInner {
        display: block;
        text-align: center;
    }
    .footerLogo {
        width: unset;
        max-width: 351px;
        margin-left: auto;
        margin-right: auto;
    }
    .footerWidget3 ul {
        margin: 0 auto;
        margin-left: 50px;
    }
    .footerWidget3 ul li {
        display: inline-block;
        width: 49%;
        text-align: left;
    }
    .footerWidget2 .textwidget p br:first-child {
        display: none;
    }
    .footerWidget .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 200%;
        font-family: "Lora", serif;
        display: block;
    }
    .footerAddr,
    .footerNav {
        margin-top: 35px;
    }
    .footerNav ul li a,
    .footerAddr p {
        font-size: 13px;
    }
    .footerWidget {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .postsLoppWrap .postLoop {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: initial;
        margin-bottom: 10px;
    }
    .postsLoppWrap {
        margin-left: -25px;
        margin-right: -25px;
    }
    .postLoop .thumb,
    .postLoop .pTitle {
        height: auto;
    }
    .postLoop .pTitle,
    .postLoop .pTitle h3{
        font-size: 17px;
        line-height: 150%;
    }
    .postLoop .thumb a {
        display: block;
    }
    .postLoop img {
        object-fit: unset;
        height: auto;
        width: 100%;
        max-width: initial;
    }
    .postLoop .pContent p.pExcerpt {
        font-size: 14px;
    }
    .paginationWrap {
        margin-top: 50px;
    }
    .archiveHeading,
    .archiveCats {
        display: none;
    }
    .postLoop .pContent {
        text-align: left;
    }
    .postWrap {
        display: block;
    }
	 .postWrap.sfwdContentPage {
        display: flex;
    }
    .courseSidebar {
        order: 2;
        width: calc(100% - 60px);
    }
    .singleContent {
        width: 100%;
    }
    .singleSidebar {
        margin: 0 auto;
    }
    .centered.postContent {
        padding-left: 0;
        padding-right: 0;
    }
    .singleContent .singleContentTitle,
    .singleContent .pContent {
        padding: 0 30px;
    }
    .contentPageWrap .pContent {
        padding: 30px;
    }
    .relevantGrid h3.titleInner {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .relevantGrid .title {
        height: auto;
        text-align: left;
    }
    .singleShare {
        display: block;
        text-align: center;
    }
    .comment-list .comment {
        display: block;
    }
    .comment .commentRight {
        width: 100%;
    }
    .relevantGrid .rContent .excerpt,
    .relevantGrid .rContent .button,
    .relevantGrid .title .author {
        display: none;
    }
    .relevantSlider,
    .popularSlider {
        margin-left: 0;
        margin-right: 0;
        display: none;
    }
    .relevantSlider.activeSlider,
    .popularSlider.activeSlider {
        display: block;
    }
    .relevantGrid {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .relevantGrid .thumb {
        width: 180px;
        height: 150px;
        position: relative;
        z-index: 2;
    }
    .relevantGrid .rContent {
        width: calc(100% - 220px);
        margin-top: 10px;
        text-align: left;
        margin-bottom: -15px;
        margin-left: -15px;
        padding-left: 30px;
    }
    .blogWidget.widget_text:nth-child(2),
    .hideOnMobile {
        display: none;
    }
    .contentPageWrap .blogWidget:nth-child(2) {
        display: block;
    }
    .singleSidebar.hideOnDesktop {
        display: block;
        width: 100%;
    }
    .postCta {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .singleSidebar .productCta .pContent {
        width: 100%;
        margin-left: -30px;
        margin-right: -30px;
    }
    .bannerPost a {
    }
    .bannerPost a img {
        height: 270px;
        margin-top: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .slick-current .bannerPost a img {
        height: 300px;
        margin-top: 0;
    }
    .bannerPosts.slick-slider {
        min-height: 340px;
    }
    .catsGrid .catBox a {
        font-size: 16px;
        line-height: 20px;
    }
    .catsGrid .catBox {
        height: 92px;
    }
    .catsGrid {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }
    .catsGridWrap {
        max-width: 450px;
        padding-top: 20px;
    }
    .searchSec {
        padding-top: 50px !important;
    }
    .middleContent {
        font-size: 15px;
        max-width: 450px;
    }
    .searchFormWrap {
        max-width: 450px;
        padding-top: 25px;
        overflow: hidden;
    }
    .searchSec h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .catRelatedSec {
        padding-left: 35px !important;
    }
    .searchFormWrap button {
        top: 39px !important;
    }
    .catRelatedSec .relatedPosts .heading {
        padding-top: 0;
    }
    .overBannerLeft {
        padding-top: 45px;
        padding-bottom: 0;
    }
    .overBannerLeft h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .overHeading {
        padding: 30px 0;
    }
    .oveBannerRight img {
        margin-top: 40px;
    }
    .pageContent {
        padding-top: 25px;
    }
    .overBannerLeft > .vc_column-inner > .wpb_wrapper,
    .pageContent{
        padding-left: 0;
    }
    .pageContent {
        font-size: 15px;
        line-height: 175%;
    }
    .teamSec {
        padding-top: 45px;
        margin-top: 20px;
        padding-bottom: 45px;
    }
    h4 {
        font-size: 18px;
    }
    .overBannerLeft {
        font-size: 15px;
        line-height: 175%;
    }
    .categoryPage {
        padding-bottom: 20px;
    }
    .wooCols h3 {
        margin-bottom: 15px;
    }
    .wooLoginCols {
        display: block;
        min-height: auto;
    }
    .wooLoginCols .wooForm {
        width: 100%;
    }
    .wooLoginCols .wooThumb {
        width: 100%;
        height: 300px;
    }
    .wooLoginCols .wooThumb img {
        min-height: auto;
    }

    /*.bannerPosts.slick-slider .slick-track {*/
    /*margin-top: 315px;*/
    /*}*/
}
@media screen and (max-width: 650px) {
    .relevantGrid .title,
    .relevantGrid h3.titleInner {
        height: auto;
        max-height: initial;
    }
    .relevantBTNS ul {
        gap: 18px;
    }
    .relevantBTNS ul li {
        height: 70px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
    .teamWrap {
        grid-template-columns: 100%;
        margin-top: 50px;
    }
}
@media screen and (max-width: 600px) {
    .prodGrid {
        position: relative;
        padding-bottom: 25px;
        margin-right: -25px;
        margin-left: -25px;
    }
    .prodGrid2 {
        margin-left: 0;
        margin-right: 0;
    }
    .prodGrid .slick-dots {
        position: absolute;
        width: 100%;
        top: -35px;
    }
    .pBox .pContent .title {
        display: none;
    }
	.prodGrid .pBox .pContent .title {
		display:block;
	}
    .prodGrid .slick-slide > div {
        margin: 0 13px;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last,
    #billing_postcode_field,
    #billing_address_1_field,
    #billing_address_2_field,
    #billing_city_field {
        width: calc(100% - 6px) !important;
        float: none !important;
    }
}
.showMobile {
    display: none;
}
@media screen and (max-width: 580px) {
    .heading,
    .heading.overHeading,
    .shareText.heading{
        font-size: 28px !important;
        line-height: 36px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .heading em,
    .heading.overHeading em,
    .shareText.heading{
        font-size: 16px;
        line-height: 26px;
    }
	.shopHeading em { 
		font-size:26px;
		line-height:26px;
	}
    .blogsHeading.heading em,
    .productCtaSec .heading em,
    .shareText.heading em,
    .heading.overHeading{
        display: inline-block;
    }
    .ctaRow p,
    .singleContent .pContent .postCta p {
        font-size: 14px;
    }
    .button {
        font-size: 15px;
        line-height: 18px;
    }
    .filterPost .fContent .fInnter .title,
    .filterPost .fContent .fInnter .title h3{
        font-size: 16px;
    }
    .filterPost .fContent .fInnter .cat {
        font-size: 12px;
    }
    .filterButtons li {
        font-size: 16px;
        padding: 0 28px;
        line-height: 18px;
    }
    .mainTagline {
        font-size: 10px;
        padding: 10px 25px;
        line-height: 16px;
    }
    .singleContent .pContent p, .doorlopendetekst p, .overBannerLeft p, .authorAboutCT p, .aboutCT p, .coursesBlock p {
        font-size: 14px;
        line-height: 162%;
        margin-bottom: 20px;
    }
    .singleContent .pContent ul,
    .singleContent .pContent li,
	.doorlopendetekst ul,
    .doorlopendetekst li	{
        font-size: 14px;
        line-height: 162%;
    }
    .singleContent .thumb {
        height: 215px;
    }
    .singleContent .thumb .pCat {
        height: 35px;
        font-size: 14px;
    }
    .postContent:before {
        display: none;
    }
    .singleContent .pContent h4 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .postQuote .quoteText {
        font-size: 16px;
    }
    .postQuote {
        max-width: 90%;
        margin: 50px auto;
    }
    .postQuote:after,
    .postQuote:before {
        /*display: none;*/
        background-size: contain;
        width: 50px;
        background-repeat: no-repeat;
        top: -10px;
    }

    .relevantGrid .thumb {
        width: 120px;
        height: 100px;
    }
    .relevantGrid .rContent {
        width: calc(100% - 160px);
    }
    .relevantGrid h3.titleInner {
        font-size: 16px;
        line-height: 24px;
    }
    .relevantGrid .title .cat {
        font-size: 12px;
    }
    .hideMobile {
        display: none;
    }
    .cartProduct .pName {
        width: calc(100% - 130px);
        padding-left: 15px;
    }
    .wooCols .rightCol {
        max-width: none;
    }
    .cartProduct {
        align-items: flex-start;
    }
    .showMobile {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .quantity {
        width: 80px;
        margin-top: 10px;
    }
    .quantity input.qty, .woocommerce .quantity .qty {
        height: 34px;
        width: 40px !important;
    }
    .cartProduct .pName .woocommerce-Price-amount {
        margin-top: 5px;
    }
    .prodGrid2 {
        grid-template-columns: repeat(1, 1fr);
    }
}


#search-form-banner {
    position: fixed;
    justify-content: center;
    width: calc(100% - 30px);
    align-items: center;
    top: 84px;
    left: 0;
    background-color: #f2efe8;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    height: calc(100% - 84px);
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    text-align: center;
}
body.admin-bar #search-form-banner {
    top: 110px;
    height: calc(100% - 110px);
}
#search-form-banner.visible-search {
    visibility: visible;
    opacity: 1;
}
#search-form-banner .search-inner {
    width: 100%;
}
#search-form-banner .heading {
    margin-bottom: 30px;
}
#search-form-banner .form-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.search-form form {
    display: flex;
}
.search-form form input[type=text] {
    margin: 0;
    width: calc(100% - 53px);
    background-color:white !important;
}
.search-form form button {
    background-image: url(images/search-icon2.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 17px;
    height: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 15px;
    left: 12px;
    cursor: pointer;
}


.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 1000000;
    display: none;
}
.popup-wrap {
    width: 96%;
    position: fixed;
    z-index: 1000001;
    max-width: 950px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    display: none;
}
.popup-wrap .closePopup {
    background-image: url(images/popup-close.svg);
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: -25px;
    cursor: pointer;
	border:0;
	background-color:transparent !important;
}
/*.showPop {*/
/*display: block;*/
/*}*/
/*.fadePop {*/
/*opacity: 1;*/
/*visibility: visible;*/
/*}*/
.popup-inside {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #743643;
    box-shadow: 0px 4px 45px rgb(0 0 0 / 55%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.popupLeft {
    width: 38.95%;
}
.popupLeft img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.popupRight {
    width: calc(60% - 60px);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}
.popupRight .heading {
    line-height:1;
}
.popupRight .heading em{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    display:block;
}
.popupRight p {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}
.popForm {
    text-align: left;
    width: 100%;
}
.popForm .inputWrap {
    position: relative;
    display: block;
}
.popForm .inputWrap em {
    color: #743643;
}
.popForm .inputWrap label {
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}
.popForm .inputWrap {
    font-size: 14px;
    line-height: 28px;
}
.popForm .inputWrap input:not(.button) {
    max-width: calc(100% - 183px);
    padding-top:6px;
    padding-bottom:6px;
}
.popForm .inputWrap input.button {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding-top: 14px;
    padding-bottom: 13px;
    background-color: #F3E9D2;
    background-image: none;
    padding-left: 25px;
    padding-right: 25px;
	color: #24160B !important;
}
.popForm .inputWrap input.button.disabled {
    opacity: 0.5;
}
.popForm form {
    min-height: 109px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.msgLoading,
.msgSuccess,
.msgFailed {
    margin-bottom: 0 !important;
    display: none;
}
.msgSuccess {
    color: #d8fbd8;
}

.newsletterWidget {
    background-color: #743643;
    color: #FFF;
    padding: 35px;
}
.newsletterWidget .popForm {
	margin-top:20px;
}
.newsletterWidget .wpcf7-checkbox span {
    margin-left: 0;
}
.newsletterWidget .wpcf7-checkbox input {
    width: auto;
}
.newsletterWidget p em {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    font-style: normal;
}
.newsletterWidget .button {
    background-color: #E8C0C0;
}
@media screen and (max-width: 768px) {
    .popupLeft img,
    .popupLeft{
        width: 100%;		
    }	
	.popupLeft img {
		height: 100% !important;
	}
    .popupRight {
        width:  calc(100% - 40px);
    }
    .popupLeft {
        height: 100px;
        margin-bottom: 20px;
    }
    .popup-inside {
        display: block;
    }
    .popup-wrap {
        height: auto;
    }
    .popupRight {
        padding-bottom: 20px;
    }
    .popupRight .heading em {
        font-size: 20px;
        line-height: 30px;
		margin-bottom:0;
    }
    .popupRight .heading {
        font-size: 40px;
        line-height: 80px;
    }
    .popupRight p {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.ld-progress-steps {
    display:none;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    background-color:#979ab2 !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color:white !important;
    min-width:100px !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
    color:#743643 !important;
}

.progressbar {
    margin-top:20px;
}

.progressbar .learndash-wrapper {
    background-color: #979ab2 !important;
    border-radius: 6px;
    display: flex;
    padding: .5em 1em;
}

.progressbar .learndash-wrapper .ld-progress {
    margin:0 !important;
    flex:1 !important;
    flex-wrap: nowrap !important;
}

.progressbar .learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading {
    order:0 !important;
}

.progressbar .learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
    margin-right:1em !important;
}

.learndash-wrapper .ld-button {
    border-radius:0 !important;
    color:white !important;
    background-color:#979ab2 !important;
}
.learndash-wrapper .learndash_mark_complete_button {
    background-image:none !important;
    border-radius:0 !important;
    background-color:#743643 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color:#FAF7F0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #FAF7F0 !important;
}
.vc_tta-title-text {
    color:black;
    font-size:15px;
}

.boekenIntro .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.boekenHeading {

}
.boekenHeading h1 {
    font-size: 48px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.boekenHeading h1 em {
    font-size: 28px;
}
.boekenContent {
    position: relative;
    width: 62.2%;
}
.boekenContent > .wpb_wrapper {
    padding-left: 70px;
    padding-right: 35px;
    padding-top: 140px;
    padding-bottom: 140px;
    max-width: 515px;
}
.boekenContent:after {
    content: '';
}
.boekenContent p {
    font-weight: 600;
    margin-bottom: 35px;
}
.boekenContent h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.bookBannerLeft,
.bookBanner{
    padding-bottom: 25px;
}
.bookBannerLeft .button {
    font-size: 15px;
    background-color: #743643;
    padding: 14px 25px;
}
.bookBannerLeft .button:hover {
     filter: brightness(85%);
}
.boekenImg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 47.2%;
    transform: translateY(-50%);
}
.bookBannerImg {
    margin-bottom: 0 !important;
}


.bookSec {
    padding-top: 50px;
    padding-bottom: 150px;
}
.bookBox {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 30px 0;
    gap: 35px;
    margin-bottom: 40px;
}
.bookBox:before {
    content: '';
    background-color: #FAF7F0;
    position: absolute;
    width: 85%;
    height: 100%;
    z-index: 0;
    right: 0;
}
.bookBox .bookImg {
    display: block;
    width: 25.8%;
    position: relative;
}
.bookBox .bookImg img {
    display: block;
}
.bookBox .bookContent {
    width: calc(74% - 75px);
    position: relative;
    padding-right: 40px;
}
.bookContent .bookAuthor {
    font-size: 16px;
    font-weight: 500;
    color: #743643;
}
.bookContent p {
    font-size: 15px;
    line-height: 164%;
    margin-top: 12px;
}
.bookContent .bookFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 70px;
}
.bookFooter .button {
    font-size: 13px;
    height: 43px;
    align-items: center;
    display: inline-flex;
    padding: 0 15px;
    width: 162px;
    justify-content: center;
}
.bookFooter .bookPrice {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", serif;
}
.bookFooter .bookPrice span {
    font-style: italic;
    font-size: 16px;
    line-height: 164%;
    font-weight: 400;
}
.heading.booksHeading {    
    padding-bottom: 20px;
}

.bookCta p{
    max-width: none;
}
.productCtaSec.productCtaSec2.bookProductCta {
    padding-top: 120px !important;
    margin-bottom: -100px;
}
.ebookPageContent.pageContent {
    padding-top: 30px;
}

.eBookListSec {
    background: rgba(241, 232, 212, 0.35);
}
.eBookIntro {
    text-align: center;
    max-width: 871px;
    font-size: 16px;
    margin: 0 auto;
}
.ebooksWrap {
    display: grid;
    grid-template-columns: calc(33% - 40px) calc(33% - 40px) calc(33% - 40px);
    gap: 65px;
    padding-top: 60px;
    padding-bottom: 100px;
}
.ebooksWrap a {
	text-decoration:none !important;
}
.ebookBox {
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.ebookBox .ebookThumb {

}
.ebookBox .ebookThumb img{
    display: block;
    margin: 0 auto;
}
.ebookContent {
    padding-top: 30px;
}
.ebookContent p {
    color: #743643;
    font-size: 17px;
    font-weight: 500;
}
.ebookContent h3 {
    color: #24160B;
    padding-top: 7px;
}
.eBookListSec .heading.overHeading {
    padding-bottom: 15px;
}
.coursesBlock p {
	margin-bottom:24px;
}
.coursesRow {

}
.coursesRow .wpb_single_image {
    margin-bottom: 0 !important;
}
.coursesCol .vc_column-inner{
    margin-left: -15px;
}
.coursesBlock {
    padding-left: 30px;
}
.coursesBlock em {
    font-style: normal;
    color: #743643;
	font-weight:500;
	font-size:16px;
}
.coursesBlock h3 {
    margin-bottom: 20px;
}
.coursesBlock ul {    
    padding-left: 30px;
}


.shopAccordion {
    max-width: 709px;
    margin-left: auto;
    margin-right: auto;
}
.shopAccordion .vc_tta-panel {
    margin-bottom: 10px;
}
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: #FAF7F0 !important;
}
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
    border-color: #FAF7F0 !important;
}
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before{
    border-color: #CD9494;
}
.shopAccordion.vc_tta.vc_general .vc_tta-panel-title {
    font-family: "Montserrat", sans-serif;
}
.shopAccordion.vc_tta.vc_general .vc_tta-panel-title>a {
    padding-top: 13px;
    padding-bottom: 13px;
}
.shopAccordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.shopAccordionSec {
    padding-top: 120px;
}
.shopAccordionSec h3 {
    text-align: center;
}

.bannerProduct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 110px;
}
.bannerProduct .bannerProdFoot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.bannerProduct .productContent {
    width: calc(51.3% - 80px);
    background-color: #FAF7F0;
    padding:	30px 40px 40px 40px;
}
@media screen and (max-width:768px) {
	.bannerProduct .productContent { 
		order:1;
	}
}
.bannerProduct .productContent h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
}
.bannerProduct .productContent .subTitle {
	display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 162%;
  background-color: #e8c0c0;
  color: #24160b;
  padding: 2px 14px;
  border-radius: 50px;
  font-family: "Montserrat",sans-serif;
  width: fit-content;
  margin: 24px 0 12px;
}

.courseBlock .detail .subTitle {			
    font-size: 15px;
    color: #CD9494;
    font-weight: 500;
}
.bannerProduct .productContent p {
    font-size: 15px;
    line-height: 190%;
    margin-bottom: 18px;
}
.bannerProduct .productContent .button {
    background-color: #743643;
    width: 210px;
    text-align: center;
}
.bannerProduct .productContent .button:hover {
    background-color: #56232e;
}
.bannerProduct .productThumb {
    width: 48.7%;
	position:relative;
}
.bannerProduct .productThumb a {
	display:block;
}
.bannerProduct .productThumb img {
	border: none;
    max-width: 100%;  
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/1.7;
}
.bannerProductLabel {
	display:inline-block;
	background-color:#F3E9D2;
	color:#24160B;
	text-transform:uppercase;
	padding:10px 20px;
	position:absolute;
	right:-20px;
	top:30px;
	font-weight:600;
	font-size:14px;
}

@media screen and (max-width: 991px) {
    .bannerProduct .productContent h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .bookContent .bookAuthor {
        font-size: 16px;
    }
    .bookContent h3 {
        font-size: 22px;
    }
    .ebooksWrap {
        grid-template-columns: calc(33% - 27px) calc(33% - 28px) calc(33% - 28px);
        gap: 45px;
    }
}
@media screen and (max-width: 910px) {
    .ebooksWrap {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
        gap: 30px;
    }
    .ebookBox {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .bannerProduct .productThumb,
    .bannerProduct .productContent {
        width: 100%;
    }
    .bannerProduct .productThumb img {
        display: block;
        width: 100%;
    }
    .bannerProduct {
        padding-bottom: 40px;
    }
    .coursesRow .vc_single_image-wrapper,
    .bookBannerImg .vc_single_image-wrapper,
    .coursesRow .vc_figure ,
    .bookBannerImg .vc_figure {
        display: block !important;
    }
    .coursesRow .vc_figure img,
    .bookBannerImg .vc_figure img {
        width: 100%;
    }
    .shopAccordionSec {
        padding-top: 80px;
    }
    .productCtaSec.productCtaSec2.bookProductCta {
        margin-bottom: -40px;
    }
    .bookBannerLeft, .bookBanner {
        padding-bottom: 20px;
    }
    .bookBox .bookImg,
    .bookBox .bookContent {
        width: 100%;
    }
    .bookBox .bookContent {
        padding-left: 35px;
    }
    .bookBox:before {
        width: 100%;
        height: calc(100% - 225px);
        bottom: 0;
    }
    .bookBox {
        margin-bottom: 25px;
    }
    .bookContent .bookFooter {
        margin-top: 30px;
    }

}
@media screen and (max-width: 480px) {
    .ebooksWrap {
        grid-template-columns: auto;
    }
    .ebookBox {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .bannerProduct .productContent h2 {
        font-size: 22px;
        line-height: 28px;
    }
}


.doorlopendetekst {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 704px;
    padding: 0 30px;        
}
/*.childArrow {*/
    /*position: absolute;*/
    /*background-color: #fff;*/
    /*height: 100%;*/
    /*width: 25px;*/
    /*right: -27px;*/
    /*top: 0;*/
/*}*/


.videoAuthSec {
    margin-top: 100px;
    margin-bottom: 100px;
}
.authorAboutCT {
    margin-left: -25px;
    padding: 50px 30px;
    margin-top: -41px;
}
.authorAboutCT .webLink {
    font-size: 0;
}
.authorAbout .authImg {
    margin-bottom: 0 !important;
}
.videoAuthSec .videoCT {
    margin-top: 42px;
}
@media screen and (max-width: 1240px) {
    .authorAboutCT {
        margin-left: 0;
    }
    .authorAbout .authImg {
        margin-left: 30px;
    }
    .videoAuthSec .videoCT {
        margin-top: 0;
    }
    .videoAuthSec {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mijn-cursussen-tegel {
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
	color:#743643;
	max-width:250px;
	vertical-align:top;
}

.mijn-cursussen-tegel img {
	width:250px !important;
	height:250px !important;
	object-fit:cover;
}
tr.coupon-code td {
    border: none !important;
    padding: 0 !important;
				  
}
tr.coupon-code .coupon-form {
    background-color: #fff;
    margin-bottom: 15px;
}
tr.coupon-code .coupon-form form {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
tr.coupon-code .coupon-form input[type="text"] {
    background-color: transparent !important;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Montserrat", sans-serif;
}
tr.coupon-code .coupon-form input[type="submit"] {
    border-radius: 0;
    background-color: transparent;
    color: #83AD8C !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
}
tr.coupon-code .coupon-form input:focus::placeholder {
    color: transparent;
}					
.wpc-search-field::placeholder {
  color: #545454 !important;
}
.mpForm ul {
	padding:0 !important;
}
.mpForm li {
	list-style-type:none;
}	   
.mpForm input[type="checkbox"] {
	width: auto;
	margin-right:20px;
}
.mpForm .mpFormField {
	margin-bottom: 10px;
}
.mpForm .mpFormField ul {
	margin-bottom: 0;
}


.minjCourseItem {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    margin-bottom: 50px;
}
.minjCourseItem img,
.ebookItem img{
    display: block;
}
.minjCourseItem .detail {
    background-color: #fff;
    padding: 50px;
}
.single .minjCourseItem .detail {
	background-color: #f2efe8;
}
.minjCourseItem .detail span {
    font-size: 16px;
    color: #fff;
    background-color: #743643;
    display: inline-flex;
    padding: 0 12px;
    height: 32px;
    align-items: center;
    margin-bottom: 10px;
}
.minjCourseItem h3,
.ebookItem h3 {
    font-size: 28px;
}
.minjCourseItem p,
.ebookItem p {
    margin-bottom: 30px;
}
.minjCourseItem a.button,
.ebookItem a.button{
    background-color: #547D60 !important;
    display: inline-flex !important;
    align-items: center;
    padding: 16px 26px !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.minjCourseItem.courseBlock a.button {
    background-color: #743643 !important;
    transition: all 0.3s ease-in-out;
}
.minjCourseItem.courseBlock a.button:hover {
    background-color: #56232e !important;
}

.ebookItem {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    padding: 20px 35px;
    background-color: #fff;
    margin-bottom: 50px;
}
.ebookItem .content {
    margin-left: auto;
    padding-left: 30px;
}
.ebookItem .content span {
    color: #743643;
    font-weight: 600;
}

#wooAccountWrap nav li.rightBTN {
    margin-left: auto;
    float: right;
    margin-right: 0;
}
#wooAccountWrap nav li.rightBTN:after {
    display: none;
}
#wooAccountWrap nav li.rightBTN a {
    display: inline-flex;
    width: 200px;
    justify-content: center;
    height: 51px;
    align-items: center;
    background-color: #743643;
    color: #fff;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.adcContent {
    padding: 18px 15px;
    background-color: #F2EFE8;
    margin-bottom: 25px;
    color: #24160B;
    position: relative;
    margin-top: 20px;
}
.adcContent:before {
    content: '';
    background-image: url(images/attentie.svg);
    position: absolute;
    width: 44px;
    height: 45px;
    top: -23px;
    left: 10px;
}
.adcContent p {
    margin-bottom: 0 !important;
}

.boekdbsWrap {
    border-top: solid 1px #e3dcdb;
    border-bottom: solid 1px #e3dcdb;
    margin: 30px 0
}
.boekdbWrap {
    padding: 25px 0;
    border-bottom: solid 1px #e3dcdb;
}
.boekdbsWrap .boekdbWrap:last-child {
    border-bottom: none;
}
.boekdbWrap h3 {
    font-size: 23px;
    line-height: 30px;
    color: #743643;
    font-weight: 500;
    margin-bottom: 25px;
}
.boekdbWrap .boekdbDetails {
    display: grid;
    grid-template-columns: 22% calc(78% - 45px);
    gap: 45px;
}
.boekdbWrap .boekdbContent p {
    font-size: 16px !important;
    color: #40160b;
    line-height: 26px !important;
}
.boekdbWrap .boekdbContent label,
.boekdbWrap .boekdbContent span {
    display: block;
}
.boekdbWrap .boekdbContent label {
    color: #743643;
    font-size: 16px;
    font-weight: 500;
    font-family: "Lora", serif;
    margin-bottom: 15px;
    margin-top: -5px;
}
.boekdbWrap .boekdbContent span {
    font-size: 12px;
    line-height: 26px;
    color: #40160b;
    font-weight: 600;
}
.boekdbWrap .bookPoweredBy {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #40160b;
    font-size: 12px;
    gap: 10px;
}
.customBtn a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    font-weight: 600;
    padding: 14px 20px;
    font-family: "Montserrat",sans-serif;
    position: relative;
    transition: all .3s ease-in-out;
    text-align: center;
	
	margin-bottom:24px;
}
.customBtn a.rood {
    background-color: #743643;
}
.customBtn a.groen {
    background-color: #83ad8c;
}
.customBtn a.volledig {
    width: calc(100% - 40px);
}
.customBtn a.rood:hover {
    background-color: #56232e;
}
.customBtn a.groen:hover {
    background-color: #4d7656;
}
.customBtn a.klein {
	font-size: 13px;
	line-height: 16px;
    padding: 10px 26px;
}
.customBtn a.volledig.klein {
	width: calc(100% - 52px);
}
.couponLabel {
    font-size: 12px;
}

.learndash-wrapper:not(.customCourseBtn) .ld-course-status {
    display: none !important;
}

.customCourseBtn a {
    background-color: #743643 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.customCourseBtn a:hover {
    background-color: #56232e !important;
}

.minjCourseItem.courseBlock {
    margin-bottom: 25px;
}
.minjCourseItem.courseBlock .thumb {
    height: 300px;
    margin-bottom: 0;
}
.minjCourseItem.minjCourseItem.courseBlock .detail {
    padding: 25px;
    padding-right: 0;
}
.minjCourseItem.minjCourseItem.courseBlock .listPoints ul {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .minjCourseItem.courseBlock h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 768px) {
    .minjCourseItem,
    .ebookItem {
        grid-template-columns: 100%;
    }
    .minjCourseItem h3, .ebookItem h3 {
        font-size: 26px;
        line-height: 100%;
    }
    .minjCourseItem a.button,
    .ebookItem a.button {
        padding: 0 25px;
    }
    .ebookItem {
        padding: 20px 20px;
    }
    .productCta .title {
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;

    }
}

@media screen and (max-width: 580px) {
    .boekdbWrap .boekdbDetails {
        display: block;
    }
    .boekdbThumb {
        max-width: 300px;
        margin-bottom: 30px;
    }
}


.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
color:#24160b !important;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
color:#24160b !important;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete {
border:2px solid #24160b !important;
}
.learndash-wrapper .ld-breadcrumbs,
.learndash-wrapper .ld-topic-status {
background-color:transparent !important;
}
.learndash-wrapper .ld-topic-status .ld-progress {
padding:0 !important;
}


.bookshop .head {
	background:#FAF7F0;
	padding:80px 0;
	text-align:center;
}
.bookshop .head h1{
    font-family: "echo_soulregular";
	font-size: 60px;
	font-weight: 400;
    line-height: 90.86px;
	text-align: center;
	color: #24160B;
}
.bookshop .head p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.4px;
    text-align: center;
    color: #24160B;
    width: 52%;
    margin: 0 auto;
}
.bookshop .head p a{
	color: #24160B;
	text-decoration:underline !important;
}
.bookshop-wrap{
	padding-right: calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
	padding-top:80px;
	padding-bottom:80px;
	display:flex;
	flex-wrap:wrap;
	gap:50px;
	align-items: flex-start;
}
.bookshop-wrap .filter-space{
    width: 255px;
    background: #FAF7F0;
    padding: 18px;
}
.bookshop-wrap .book-container{
	width:calc(100% - 342px);
	display:flex;
	flex-wrap:wrap;
	column-gap:50px;
	row-gap:30px;
}
.bookshop-wrap .book-container .book-content{
    width: calc(33.33% - 33.33px);
}
.bookshop-wrap .book-container .book-content a.book {
	text-decoration:none !important;
}
.bookshop-wrap .book-container img{
	height:304px;
	object-fit:cover;
	object-position:center;
}
.bookshop-wrap .book-container .book-image{
	position:relative;
	margin-right: 30px;
}
.bookshop-wrap .book-container .book-image .category, 
.bookshop-wrap .book-container .book-image .verwacht {
	position:absolute;
	right:-25px;
	bottom:20px;
	padding: 8px;
	background: #FAF7F0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17.07px;
	text-align: center;
	color: #24160B;
}
.bookshop-wrap .book-container .book-image .verwacht {
	top:20px;
	bottom:auto;
	color:#24160B;
	background-color:#E8C0C0;
}
.bookshop-wrap .book-container h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.92px;
	text-align: left;
	color: #743643;
    margin-top: 5px;
	margin-bottom: 0;
}
.bookshop-wrap .book-container .desc{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #24160B;
	margin-top:5px;
	margin-bottom: 0;
}
.bookshop-wrap .book-container .price{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.94px;
	text-align: left;
	color: #743643;
	margin-top:10px;
}
.bookshop-wrap .book-container .price span{
	color:#24160B;
	display:inline-block;
	position:relative;
	margin-right:10px;
}
.bookshop-wrap .book-container .price span:after{
	content:'';
	width:100%;
	height:1px;
	background:#24160B;
	position:absolute;
	left:0;
	top:50%;
	transform: translate(0, -50%) skew(-10deg, -10deg);
}
.book-detail-container{
	padding-right: calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
}
.book-detail-container .book-detail-main{
	padding:80px 0;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.book-detail-container .book-detail-main .book-cover{
	width: 253px;
}
.book-detail-container .book-detail-main .book-cover img{
	width: 253px;
	height: 385px;
	object-fit:cover;
	object-position:center;
}
.book-detail-container .book-detail-main .book-content{
	width:calc(100% - (253px + 349px + 60px));
}
.book-detail-container .book-detail-main .book-content .subtitle{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
	color: #743643;
	margin-bottom:5px;
}
.book-detail-container .book-detail-main .book-content h1 {    
	margin-bottom:10px;
}
.book-detail-container .book-detail-main .book-content h2.actual_subtitle{
    font-size:17px;
	margin-bottom:0;
}
.book-detail-container .book-detail-main .book-content .tags span{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22.68px;
	text-align: left;
	color: #743643;
	margin-top:14px;
	display:inline-block;
	padding:0 15px;
	position:relative;
	margin-right: -5px;
}
.book-detail-container .book-detail-main .book-content .tags span:before{
	content:'';
	width:4px;
	height:4px;
	background:#24160B;
	position:absolute;
	left:0;
	top:9px;
	border-radius:50%;
}
.book-detail-container .book-detail-main .book-content .tags span:first-child{
	padding-left:0;
}
.book-detail-container .book-detail-main .book-content .tags span:first-child:before{
	content:none;
}
.book-detail-container .book-detail-main .book-content .book-description p{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28.5px;
	text-align: left;
	color: #24160B;
	margin-top:15px;
}
.book-detail-container .book-detail-main .book-info{
	width: 349px;
	
}
.book-detail-container .book-detail-main .book-info .book-info-inner{
	padding:30px 20px;
	background: #FAF7F0;
} 
.book-detail-container .book-detail-main .book-info h3{
    font-family: "Lora", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 48.6px;
	text-align: left;
	color: #24160B;
	margin-top:0;
	margin-bottom:10px;
}
.book-detail-container .book-detail-main .book-info p.checke{
	padding-left:25px;
	position:relative;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28.5px;
	text-align: left;
	color: #24160B;
}
.book-detail-container .book-detail-main .book-info p.checke:after{
	content:'';
	width:15px;
	height:15px;
	position:absolute;
	left:0;
	top:14px;
	transform:translate(0,-50%);
	background-image: url(images/circle-tick.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:15px;
}
.book-detail-container .book-detail-main .book-info .btn{
	background: #547D60;
	padding:15px;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 18.29px;
	text-align: center;
	color: #FFFFFF;
	display:inline-block;
	margin-bottom:20px;
	width:calc(100% - 30px);
	text-transform:uppercase;
	transition: filter 0.3s ease;
	text-decoration:none !important;
}
.book-detail-container .book-detail-main .book-info .btn:hover{
	filter: brightness(85%);
}
.book-detail-container .read-more {
	font-family: "Montserrat", sans-serif;
}

.book-detail-container .tab-container{
	padding-bottom:80px; 
}
.book-detail-container .tab-container .tabs{
	margin:0 !important;
}
.book-detail-container .tab-container .tab {
    padding: 13px 40px !important;
    border: none !important;
    cursor: pointer;
    background: transparent !important;
    font-family: "Lora", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30.72px;
	text-align: center;
	color: #24160B;
}
.book-detail-container .tab-container .tab.active{
	background: #FAF7F0 !important;
}
.book-detail-container .tab-container .tab-content{
	border:none !important;
	background: #FAF7F0 !important;
	padding:40px !important;
}
.book-detail-container .tab-container .tab-content .author-info{
	display:flex;
	flex-wrap:wrap;
	gap:35px;
	align-items:center;
}
.book-detail-container .tab-container .tab-content .image{
	width:301px;
}
.book-detail-container .tab-container .tab-content .image img{
	width:100%;
}
.book-detail-container .tab-container .tab-content .content{
	width:calc(100% - (301px + 35px));
}
.book-detail-container .tab-container .tab-content .content h3{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	color: #743643;
	margin:0;
}
.book-detail-container .tab-container .tab-content .content p{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #24160B;

}
.book-detail-container .tab-container .tab-content .content p.web-link{
	padding-left:45px;
	position:relative;
	min-height:35px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #000000;
	margin-top: 10px;
}
.book-detail-container .tab-container .tab-content .content p.web-link:after{
	content:'';
	width:35px;
	height:35px;
	background-image:url(https://dev.logo4life.nl/inspirerendleven/wp-content/uploads/2024/08/Group-258.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:35px;
	position:absolute;
	left:0;
	top:0;
}
.bookshop-wrap .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    text-align: center;
    margin: 0 auto;
	width:100%;
}

.bookshop-wrap .pagination a, 
.bookshop-wrap .pagination span {
    color: #000;
    text-decoration: none;
    margin: 0 5px;
    padding: 6px 15px;
    display: inline-block;
    background-color: transparent;
    font-family: Lora;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: center;
}

.bookshop-wrap .pagination .current {
    color: #743643;
    background-color: transparent;
}

.bookshop-wrap .pagination a:hover {
    filter: brightness(85%);
}

.bookshop-wrap .pagination .prev, 
.bookshop-wrap .pagination .next {
	background-color: #743643;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    margin: 0;
}
.bookshop-wrap .pagination .prev:hover, 
.bookshop-wrap .pagination .next:hover {
	filter: brightness(85%);
}
.bookshop-wrap .pagination .prev {
    background-image: url('https://dev.logo4life.nl/inspirerendleven/wp-content/uploads/2024/09/arrow-left-pagination.svg');
}

.bookshop-wrap .pagination .next {
    background-image: url('https://dev.logo4life.nl/inspirerendleven/wp-content/uploads/2024/09/arrow-right-pagination.svg');
}

.bookshop-wrap .pagination .prev:hover, 
.bookshop-wrap .pagination .next:hover {
    background-color: #808090;
}

.filter-space .wpc-term-item-content-wrapper{
    align-items: flex-start !important;
}
.filter-space .wpc-term-item-content-wrapper input{
	width: auto;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    margin-right: 10px !important;
}
.filter-space .wpc-term-item-content-wrapper a{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #24160B;
	margin-top: -9px;
}
.filter-space li.wpc-term-item{
	margin-bottom: 15px !important;
}
.filter-space .widget-title.wpc-filter-title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #743643;
    margin-bottom: 20px;
}
.book-detail-container .tab-container {
    margin-top: 20px;
}

.book-detail-container .tab-container .tabs {
    display: flex;
    margin-bottom: 10px;
}

.book-detail-container .tab-container .tab {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #f4f4f4;
}

.book-detail-container .tab-container .tab.active {
    background-color: #ddd;
}

.book-detail-container .tab-container .tab-content {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
}
.boekenwereld-wrapper{
	display: flex;
    justify-content: left;
    gap: 10px;
    margin-top: 20px;
	align-items:center;
	margin-bottom:20px;
}
.boekenwereld-wrapper img {
	width: 100%;
	height: 40px;
	display: block;
}
.main-book-archive-cta{
    background-color: #CD9494;
    max-width: 1100px;
    padding: 40px;
    margin-bottom: -90px;
    position: relative;
}
.main-book-archive-cta .pThumb{
    width: 300px;
    margin-top: -100px;
    margin-left: 0;
}
.main-book-archive-cta .pContent{
	width: calc(100% - 350px);
    padding-top: 0;
}
.inner-wrapper-cta{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
}
.main-book-archive-cta .pContent h3{
	color: #fff;
    font-family: "Lora", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 62.5px;
    text-align: left;
	margin:0;
}
.main-book-archive-cta .pContent p{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.24px;
    text-align: left;
}
.main-book-archive-cta .pContent .pPrice{
	margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}
.main-book-archive-cta .pContent .sm-book-title{
	color:#743643;
}
.post-type-archive-boekdb_boek footer {
 	padding-top: 130px;
}
.main-book-archive-cta-wrapper .main-cta-title{
	font-family: 'Special Elite', cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 62.5px;
    text-align: center;
    margin-bottom: 30px;
}
.main-book-archive-cta-wrapper .main-cta-title .echo-font{
	font-family: "echo_soulregular";
	font-size: 60px;
	font-weight: 400;
	line-height: 109.86px;
	text-align: left;
	color: #24160B;
}
.main-book-archive-cta .sale-price{
	font-family: "Lora", serif;
	font-size: 38px;
	font-weight: 500;
	text-align: left;
}
.main-book-archive-cta .pPrice .reg-price{
	color: #743643BF;
	display:inline-block;
	position:relative;
	margin-right:10px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
}
.main-book-archive-cta .pPrice .reg-price:after{
	content:'';
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	top:50%;
	transform: translate(0, -50%) skew(-10deg, -10deg);
}
@media only screen and (min-width: 2px) and (max-width: 1190px){
	.book-detail-container,.bookshop-wrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.book-detail-container .book-detail-main {
		padding: 50px 0;
	}
	.bookshop-wrap .book-container img {
		height: 290px;
	}
}
@media only screen and (min-width: 2px) and (max-width: 1050px){
	.bookshop-wrap .book-container .book-content {
		width: calc(50% - 25px);
	}
	.bookshop-wrap .book-container img {
        height: 400px;
    }
	.inner-wrapper-cta {
		width: 100%;
	}
}
@media only screen and (min-width: 2px) and (max-width: 1000px){
	.book-detail-container .book-detail-main .book-info {
		width: 275px;
	}	
	.book-detail-container .book-detail-main .book-info .btn {
		padding: 15px 5px;
		font-size: 13px;
		width: calc(100% - 10px);
	}
	.book-detail-container .book-detail-main .book-content {
		width: calc(100% - (253px + 275px + 60px));
	}
}
@media only screen and (min-width: 2px) and (max-width: 980px){
	.bookshop-wrap .book-container img {
        height: 350px;
    }
	.bookshop-wrap .book-container {
		column-gap: 30px;
	}
	.bookshop-wrap .book-container .book-content {
		 width: calc(32% - 15px);
	}
	.bookshop-wrap .book-container{
		width:100%;
	}
}
@media only screen and (min-width: 2px) and (max-width: 900px){
	.bookshop-wrap .book-container img {
        height: 310px;
    }
}
@media only screen and (min-width: 2px) and (max-width: 850px){
	.book-detail-container .book-detail-main .book-content {
        width: 100%;
    }
	.book-detail-container .book-detail-main .book-info {
		width: 100%;
	}
	.book-detail-container .tab-container .tab-content .content {
		width:  100%;
	}
	.book-detail-container .tab-container .tab-content .author-info {
		gap: 12px;
	}
	.inner-wrapper-cta {
        display: block;
    }
	.main-book-archive-cta .pThumb {
		width: 250px;
	}
	.main-book-archive-cta .pContent {
		width: 100%;
	}
}
@media only screen and (min-width: 2px) and (max-width: 810px){
	.bookshop-wrap .book-container img {
        height: 285px;
    }
}
@media only screen and (min-width: 2px) and (max-width: 780px){
	.bookshop-wrap .filter-space {
        padding: 15px 20px;
        width: 100%;
    }
	.bookshop-wrap .book-container {
		width: 100%;
	}
	.bookshop-wrap {
		padding-top:50px;
		padding-bottom: 50px;
		gap: 30px;
	}
	body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
		margin: 0;
	}
	.wpc-filters-widget-content.wpc-show-counts-no.wpc-opened{
		margin-top:20px;
	}
}
@media only screen and (min-width: 2px) and (max-width: 720px){
	.bookshop-wrap .book-container img {
        height: 250px;
    }
	.bookshop .head p{
	    width: 94%;
	}
	.main-book-archive-cta-wrapper .main-cta-title {
		font-size: 25px;
	}
	.main-book-archive-cta-wrapper .main-cta-title .echo-font {
		font-size: 35px;
	}
	.main-book-archive-cta .pContent{
		margin:0;
	}
	.main-book-archive-cta .title {
        text-align: left;
        padding:0;
    }
    .main-book-archive-cta p.pPrice {
        text-align: left !important;
        padding: 0;
    }
	.main-book-archive-cta .sale-price {
		font-size: 30px;
	}
}

@media only screen and (min-width: 2px) and (max-width: 680px){
	.bookshop-wrap .filter-space {
		width: 85%;
	}
	.bookshop-wrap .book-container {
		width: 100%;
	}
	.bookshop-wrap .book-container img {
        height: 400px;
    }
	.bookshop-wrap .book-container .book-content {
        width: calc(50% - 15px);
    }
	body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
        width: 100%;
    }
}
@media only screen and (min-width: 2px) and (max-width:590px){
	.bookshop-wrap .book-container img {
        height: 330px;
    }
	.main-book-archive-cta-wrapper .main-cta-title {
        margin-bottom: 50px;
    }
	.main-book-archive-cta .pContent h3 {
		font-size: 25px;
	}
	.main-book-archive-cta {
		padding: 40px 20px;
	}
}
@media only screen and (min-width: 2px) and (max-width:500px){
	.bookshop-wrap .book-container img {
        height: 275px;
    }
}
@media only screen and (min-width: 2px) and (max-width:430px){
	.bookshop-wrap .book-container img {
        height: 235px;
    }
}
@media only screen and (min-width: 2px) and (max-width: 650px){
	.book-detail-container .tab-container .tab {
		padding: 5px 20px !important;
		font-size: 16px;
	}
	.book-detail-container .tab-container .tab-content {
		padding: 20px !important;
	}
	.book-detail-container .tab-container {
		padding-bottom: 50px;
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 2px) and (max-width: 400px){
	.book-detail-container .tab-container .tab {
        padding: 2px 10px !important;
        font-size: 14px;
    }
	.bookshop-wrap .book-container .book-content {
        width: calc(100%);
    }
	.bookshop-wrap .book-container img {
        height: auto;
    }
}

.wpc-filter-search-form input {
	box-sizing: border-box;
    width: 100%;
    background-color: white !important;
    padding: 10px 30px;
}

.wpc-filter-search-form { 
	margin-top:-15px;
}



/* WCAG */

a[href]:not([tabindex='-1']),
label:not([tabindex='-1']),
area[href]:not([tabindex='-1']),
input:not([disabled]):not([tabindex='-1']),
select:not([disabled]):not([tabindex='-1']),
textarea:not([disabled]):not([tabindex='-1']),
button:not([disabled]):not([tabindex='-1']),
iframe:not([tabindex='-1']),
[tabindex]:not([tabindex='-1']),
[contentEditable=true]:not([tabindex='-1']) {
	outline: 0;
}

a[href]:not([tabindex='-1']):focus-visible,
label:not([tabindex='-1']):focus-visible,
area[href]:not([tabindex='-1']):focus-visible,
button:not([disabled]):not([tabindex='-1']):focus-visible,
iframe:not([tabindex='-1']):focus-visible,
[tabindex]:not([tabindex='-1']):focus-visible,
[contentEditable=true]:not([tabindex='-1']):focus-visible {
	outline-color: #0010ff !important;
	outline-width: 3px !important;
	outline-style: solid !important;
	outline-offset: 3px !important;
}
input:not([disabled]):not([tabindex='-1']):focus-visible,
select:not([disabled]):not([tabindex='-1']):focus-visible,
textarea:not([disabled]):not([tabindex='-1']):focus-visible {
	outline-color: #743643 !important;
	outline-width: 2px !important;
	outline-style: solid !important;
}

a.skip-link {
	background-color: #743643;
	color: #fff;
	display: block;
	padding: 1rem;
	text-align: center;
	text-decoration: underline;
	word-wrap: normal;	
}

.courseSidebar .skip-link {
	margin-bottom:20px;
	background-color:#743643; 
}

a.skip-link[href]:not([tabindex='-1']):focus-visible {
	outline-width: 0px !important;
}

.visually-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	left: -10000px;
	top: auto;
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.focusable {
	clip: rect(1px, 1px, 1px, 1px);
	height: 0;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 0;
}

.focusable:active,
.focusable:focus {
	clip: auto;
	height: auto;
	overflow: auto;
	position: static !important;
	white-space: normal;
	width: auto;
}

.focus-sentinel {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	pointer-events: none;
	/* 👈 prevents mouse clicks too */
}

.focus-sentinel:focus {
	outline: none !important;
	/* 👈 suppress visible outline */
}

.boekdbThumb a, .xoo-wsc-img-col a {
	display:block;
}

/* === Layout voor labels === */
.termCheckWrap .woocommerce-form__label,
.custom-company-check .woocommerce-input-wrapper > label.checkbox,
.rememberLabel {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: .5rem;
  /*padding-left: 32px; /* ruimte voor custom box */
}

/* === Echte checkboxes: niet display:none; wel onzichtbaar === */
.termCheckWrap .woocommerce-form__input-checkbox,
.custom-company-check input[type="checkbox"],
.rememberLabel input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: .1em;
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;               /* visueel weg */
  pointer-events: none;     /* klik gaat naar label */
  display: block !important;/* override evt. display:none */
}

/* === Custom box basis === */
/* Company checkbox → use label::before */
.custom-company-check .woocommerce-input-wrapper > label.checkbox::before,
/* Terms → span::before */
.woocommerce-terms-and-conditions-checkbox-text::before,
/* Remember → span::before */
.rememberLabel span::before {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  content: '';
  border: solid 1px #F1E8D4;
  background-color: #FAF7F0;
  left: 0;
  top: 0;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

/* === Checked state === */
.custom-company-check.active-company-check span::before,
.order-btn-row #terms:checked + span::before,
.rememberLabel input:checked + span::before,
.custom-company-check .woocommerce-input-wrapper > label.checkbox:has(input:checked)::before {
  background-color: #743643;
  border-color: #743643;
}

/* === Checkmark teken === */
.order-btn-row #terms:checked + span::after,
.rememberLabel input:checked + span::after,
.custom-company-check .woocommerce-input-wrapper > label.checkbox:has(input:checked)::after {
  display: block;
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
}

/* === FOCUS-RING OP HET CUSTOM BOXJE === */
/* Terms checkbox */
.termCheckWrap .woocommerce-form__input-checkbox:focus-visible
  + .woocommerce-terms-and-conditions-checkbox-text::before {
  outline: 3px solid #0010ff;
  outline-offset: 2px;
}

/* Remember checkbox */
.rememberLabel input[type="checkbox"]:focus-visible + span::before {
  outline: 3px solid #0010ff;
  outline-offset: 2px;
}

/* Company checkbox */
.custom-company-check .woocommerce-input-wrapper > label.checkbox:has(input:focus-visible)::before {
  outline: 3px solid #0010ff;
  outline-offset: 2px;
}

.custom-company-check label.checkbox {
  padding-left:32px;
}

.woocommerce-checkout .custom-company-check label.checkbox.active-label {
  font-size:14px !important;
  line-height:28px !important;
  padding-left:32px !important;
  top:auto !important;  
}

/* === Hover feedback (optioneel) === */
.termCheckWrap .woocommerce-form__label:hover
  .woocommerce-terms-and-conditions-checkbox-text::before,
.rememberLabel:hover span::before,
.custom-company-check .woocommerce-input-wrapper > label.checkbox:hover::before {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
}

/* === Tekststijl terms === */
.woocommerce-terms-and-conditions-checkbox-text {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

/* === EXTRA === */

#mp-subsubmit2 {
  background-color: #743643 !important;
  color: #fff !important;
  border: none !important;
}

#mp-closetext2 {
  color: black !important;
}

.ld-lesson-title:hover {
  color: #743643 !important;
}

.ld-topic-title:hover {
  color: #743643 !important;
}

.ld-item-title:hover {
  color: #743643 !important;
}

.ld-item-list-item-expanded .ld-table-list-header.ld-primary-background {
  background-color: #743643 !important;
}

.ld-expand-button .ld-text.ld-primary-color {
  color: #743643 !important;
}
.ld-item-details .ld-expand-button .ld-icon-arrow-down.ld-icon.ld-primary-background {
  background-color: #743643 !important;
}


.ld-item-list-actions .ld-expand-button.ld-primary-background {
  background-color: #743643 !important;
}


#ld-expand-button-128384 {
  background-color: #743643 !important;
}

#mainContent .ld-course-step-back {
  text-decoration: none;
  color: #743643 !important;
}


.ld-lesson-topic-list .ld-table-list-header.ld-primary-background {
  background-color: #743643 !important;
}

.singleContent .pContent .learndash_post_sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action .ld-button {
  background-color: #743643 !important;
}

.singleContent .pContent .learndash_post_sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action .ld-button {
  background-color: #743643 !important;
}

.ld-item-component {
  color: #545454 !important;
}