/* common */

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #8c806e;
	font-display: swap;
}
input,
select,
textarea {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #8c806e;
	font-display: swap;
}
body {
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
	text-decoration: none;
}
ul,
ol {
	list-style: none;
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1 {
	font-size: 45px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 23px;
}
h2 {
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 15px;
}
h3 {
	color: #383f45;
	font-size: 26px;
	font-weight: 700;
}
h4 {
	color: #383f45;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.3px;
}
h5 {
	color: #282f36;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 15px;
}
h6 {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Graphik';
	font-display: swap;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;

}
figure {
	margin-bottom: 0;
}
p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}
.centering {
	width: 100%;
	max-width: 1185px;
	padding: 0px 15px;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/* section  */

#section {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* page wrap */

#page-wrap {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
/* header */

#header-wrap {
	position: relative;
	width: 100%;
	border-top: 1px solid #f79533;
}
.top-block {
	padding: 13px 0px 15px;
}
.top-block .contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 10px;
}
.top-block .contact li,
.top-block .contact li a {
	color: #5c5c5c;
	font-family: 'Nunito Sans', sans-serif;
	font-display: swap;
	font-size: 14px;
	font-weight: 700;
	line-height: 12px;
	padding-right: 9px;
	margin-right: 7px;
	position: relative;
	display: block;
}
.top-block .contact li:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 11px;
	content: "";
	background: #5c5c5c;
}
.top-block .contact li:last-child:after {
	display: none;
}
.top-block .language {
	float: right;
}
.top-block .language li {
	float: left;
	position: relative;
}
.top-block .language li a {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-display: swap;
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	color: #5c5c5c;
	position: relative;
	padding-left: 10px;
}
.top-block .language li.en-lng a {
	color: #f79533;
}
.top-block .language li:after {
	position: absolute;
	left: 5px;
	top: -1px;
	width: 2px;
	height: 14px;
	content: "";
	background: #5c5c5c;
}
.top-block .language li:first-child:after {
	display: none;
}
/* middle-block */

.middle-block {
	padding: 6px 0px 16px;
	position: relative;
}
.middle-block .logo {
	float: left;
	margin-left: 0px;
	margin-top: 4px;
}
.middle-block .logo a {
	display: block;
	width: 160px;
}
.middle-block .right-panel {
	float: right;
	padding: 10px 0px 0px;
}
#header-wrap.scrolled .middle-block .right-panel {
	float: right;
	padding: 14px 0px 0px;
}
.right-panel .nav-block {
	float: left;
	margin: 15px 15px 15px 0px;
}
.right-panel .nav-block ul li {
	float: left;
	margin-left: 46px;
}
.right-panel .nav-block ul li:first-child {
	margin-left: 0;
}
.right-panel .nav-block ul li a {
	display: block;
	color: #383f45;
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	transition: all 300ms ease-in-out;
}
.right-panel .nav-block ul li a:hover {
	color: #f79533;
}
.right-panel .login-block {
	float: left;
	margin-right: 14px;
}
.right-panel .login-block ul li {
	float: left;
	margin-left: 20px;
}
.right-panel .login-block ul li a {
	display: block;
	color: #f79533;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
}
.right-panel .login-block ul li:first-child {
	margin-right: 0;
}
.right-panel .login-block ul li.login a {
	color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	padding: 0px 22px;
	text-align: center;
}
.right-panel .profile-block {
	float: right;
	margin: 10px 6px;
}
.right-panel .profile-block ul li {
	float: left;
	margin-left: 16px;
}
.right-panel .profile-block ul li:first-child {
	margin-left: 0;
}
.right-panel .profile-block ul li a {
	font-size: 16px;
	color: #f79533;
}
/* bottom-block */

.bottom-block {
	width: 100%;
	background-color: #f8f8f8;
	padding: 13px 0px 13px;
}
.bottom-block ul li {
	float: left;
	text-align: center;
}
/*.bottom-block ul li:nth-child(1) {
	margin-right: 117px;
}
.bottom-block ul li:nth-child(2) {
	margin-right: 56px;
}
.bottom-block ul li:nth-child(3) {
	margin-right: 157px;
}*/
.bottom-block ul li {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.bottom-block ul li i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.bottom-block ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}
/* banner */

#banner-wrap {
	width: 100%;
	position: relative;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/banner-img1.jpg)no-repeat center/cover;
}
#banner-wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.48);
}
.banner-block {
	position: relative;
	z-index: 1;
	/*padding: 242px 0px 0px;*/
	padding: 55px 0px 0px;
}
.banner-block .title p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
	color: #ffffff;
}
.search-block {
	margin-top: 53px;
	/*box-shadow: 0 0 15px rgba(0, 0, 0, 0.58);*/
}
.search-block .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search-block .nav .nav-item {
	text-align: center;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.search-block .nav .nav-item .nav-link {
	display: block;
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	background-color: #efefef;
	padding: 20px 20px 22px;
}
.search-block .nav .nav-item .nav-link.active {
	background: #fff;
}
.search-block .nav .nav-item.study-panel .nav-link {
	border-radius: 15px 0 0;
}
.search-block .nav .nav-item.box-panel .nav-link {
	border-radius: 0 15px 0 0;
}
.banner-block .study-panel1,
.banner-block .box-panel1 {
	background: #fff;
	/*padding: 13px 25px 39px 38px;*/
	padding: 26px 25px 31px 38px;
	border-radius: 0px 0px 15px 15px;
	display: none;
}
.banner-block .study-panel1.active,
.banner-block .box-panel1.active {
	display: block;
}
.banner-block .study-panel1 .inner,
.banner-block .box-panel1 .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.banner-block .study-panel1 .panel {
	-ms-flex: 0 0 20.5%;
	flex: 0 0 20.5%;
	max-width: 20.5%;
	margin-right: 1%;
}
.banner-block .study-panel1 .panel .form-control,
.banner-block .box-panel1 .panel .inputbtn {
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: 1px solid #5c5c5c;
	background: #ffffff url(/wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat center right 16px /8px;
	color: rgba(40, 47, 54, 0.5);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: inherit;
	cursor: pointer;
}
.banner-block .study-panel1 .panel .form-group,
.banner-block .study-panel1 .panel .form-group label,
.banner-block .box-panel1 .panel .form-group {
	margin-bottom: 0;
}
.banner-block .study-panel1 .panel .form-group .submitbtn {
	/*margin-top: 16px;*/     /*PHP-GLOBE REMOVED*/
}
.banner-block .study-panel1 .panel:nth-child(5),
.banner-block .box-panel1 .panel:nth-child(2) {
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
	margin-right: 0%;
}
.submitbtn {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-display: swap;
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	border: none;
	outline: 0;
	width: 100%;
	height: 40px;
}
.banner-block .box-panel1 {
	padding: 30px 25px 40px 38px;
}
.banner-block .box-panel1 .panel {
	-ms-flex: 0 0 84%;
	flex: 0 0 84%;
	max-width: 84%;
	margin-right: 2%;
	position: relative;
}
.banner-block .box-panel1 .panel ul {
	border: 2px solid #b5b5b5;
	background-color: #ffffff;
	border-radius: 12px;
	position: absolute;
	top: 88%;
	width: 100%;
}
.banner-block .box-panel1 .panel ul li a {
	display: block;
	padding: 19px 40px 8px;
	border-bottom: 2px solid #b5b5b5;
}
.banner-block .box-panel1 .panel ul li:last-child a {
	border-bottom: none;
}
.banner-block .box-panel1 .panel ul li a p {
	color: #383f45;
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 28px;
}
.banner-block .box-panel1 .panel ul li a span {
	color: #f79533;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.banner-block .box-panel1 .panel ul li a span:after {
	position: absolute;
	left: 0;
	bottom: 9px;
	content: "";
	width: 100%;
	height: 1px;
	background: #f79533;
}
.banner-block .box-panel1 .panel ul li a span:before {
	position: absolute;
	left: 47%;
	top: 0px;
	content: "/";
	width: 15px;
	height: 1px;
	color: #383f45;
}
.banner-block .box-panel1 .panel ul li a span sub {
	color: #f79533;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 6px;
	position: relative;
	top: 0px;
}
.banner-block .box-panel1 .panel .inputbtn::placeholder {
	color: rgba(40, 47, 54, 0.5);
}
/* logo-block */

.logo-block {
	/*padding-top: 15%;*/
	padding-top: 85px;
	padding-bottom: 35px;
}
.logo-block ul {
	display: block;
	text-align: center;
}
.logo-block ul li {
	width: calc(14% - 30px);
	display: inline-block;
	vertical-align: middle;
	margin: 0px 30px 0px 0px;
}
.logo-block ul li img {
	width: 100%;
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	filter: brightness(100%);
}
/*.logo-block ul li img:hover {
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
	filter: brightness(70%);
}*/
/* content */

#content-wrap {
	width: 100%;
}
/* paragraph-block */

.paragraph-block {
	padding: 118px 0px;
}
.paragraph-block .text-content {
	padding-top: 46px;
	padding-right: 53px;
}
.paragraph-block .text-content h2 {
	letter-spacing: 0.4px;
}
.paragraph-block .text-content p {
	margin-bottom: 22px;
	line-height: 27px;
}
.paragraph-block figure.full-left img {
	max-width: inherit;
	position: relative;
	margin-left: 37px;
	margin-top: -38px;
	width: 195%;
}
.primarybtn {
	display: inline-block;
	height: 38px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	padding: 0px 32px;
	cursor: pointer;
}
.primarybtn:hover {
	background-color: #fff;
	color: #f79533;
	border: 2px solid #f79533;
	line-height: 34px;
	padding: 0px 32px;
}
/* summary-block */

.summary-block {
	padding-top: 5%;
	padding-bottom: 3%;
}
.summary-block h2 {
	text-align: center;
}
.summary-block .panel {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	background-color: #ffffff;
	cursor: pointer;
}
.summary-block .panel figure img {
	width: 100%;
}
/* .summary-block .panel figure {
	background-image: linear-gradient(to right, rgba(247, 149, 51, 1), rgba(247, 149, 51, 1));
} */
.summary-block .panel .text {
	padding: 11px 17px 10px 25px;
}
.summary-block .panel .text p {
	margin-bottom: 13px;
	color: #383f45;
}
.summary-block .panel .text .primarybtn,
.excepteur-panel .content .primarybtn,
.primarybtn2,
.excepteur-content .content .primarybtn {
	padding: 0px 14px 0px 14px;
	border: 2px solid #f79533;
	color: #f79533;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	background: #fff;
	margin-bottom: 10px;
}
.summary-block .panel .text .primarybtn:hover {
	background-color: #f79533;
	color: #ffffff;
}
/* mega-content */

.mega-content {
	position: relative;
	background-color: #f2f2f2;
}
.mega-content:after {
	position: absolute;
	left: -200px;
	top: -412px;
	content: "";
	background-color: #f2f2f2;
	transform: rotate(-10deg);
	width: 250%;
	height: 50%;
	z-index: -1;
}
.mega-content:before {
	position: absolute;
	left: -200px;
	bottom: -356px;
	content: "";
	background-color: #f2f2f2;
	transform: rotate(7deg);
	width: 250%;
	height: 50%;
	z-index: -1;
}
.mega-content .paragraph-block {
	padding: 0;
	padding-bottom: 50px;
}
.mega-content .paragraph-block .centering > div {
	background: #fff;
}
.mega-content .paragraph-block .text-content {
	padding-top: 34px;
	padding-right: 0px;
	padding-left: 21px;
}
.mega-content .paragraph-block .text-content h2 {
	line-height: 63px;
}
.mega-content .paragraph-block .text-content .primarybtn {
	padding: 0px 22px;
}
.mega-content .paragraph-block .text-content .primarybtn:hover {
	padding: 0px 20px;
}
.paragraph-block.edu .text-content {
	padding-top: 33%;
	padding-right: 40px;
}
.paragraph-block.edu .text-content h2 {
	margin-bottom: 20px;
}
.paragraph-block.edu figure.full-left img {
	margin-left: 66px;
	width: 181%;
}
/* logo-block bottom */

.logo-block.bottom {
	padding-top: 15px;
	padding-bottom: 18px;
}
.logo-block.bottom ul li {
	margin: 0px 15px 0px 0px;
}
/* quote-block */

.quote-block {
	width: 100%;
	background: url(/wp-content/themes/Avada-Child-Theme/templates/images/quote-img.png)no-repeat center/cover;
	text-align: center;
	position: relative;
}
.quote-block:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(247, 149, 51, 0.82);
}
.quote-block:before {
	position: absolute;
	left: 50%;
	top: 17%;
	width: 30px;
	height: 30px;
	content: "";
	background: url(/wp-content/themes/Avada-Child-Theme/templates/images/quote-icon.svg)no-repeat center;
	transform: translate(-50%, -0%);
	z-index: 2;
}
.quote-block .inner {
	width: 530px;
	margin: 0 auto;
	padding: 102px 0px 59px;
	position: relative;
	z-index: 99;
}
.quote-block p {
	color: #f8f8f8;
	font-family: 'Poppins', sans-serif;
	font-display: swap;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 21px;
}
.quote-block .inner span {
	display: block;
	color: #f8f8f8;
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
}
/* footer wrap */

#footer-wrap {
	width: 100%;
	background-color: #383f45;
}
.footer-block {
	padding: 29px 35px 0px;
}
.footer-block .inner {
	padding-bottom: 50px;
	border-right: solid 2px rgba(255, 255, 255, 0.15);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-block .panel {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.footer-block .panel ul li a {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	line-height: 27px;
	font-family: 'Helvetica-Normal';
	font-display: swap;
	font-weight: 400;
}
.footer-block .panel.contact {
	padding: 5px 0px 0px 22px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-block .panel.apps {
	padding: 5px 0px 0px 36px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-block .panel.apps ul li {
	margin: 9px 0px 0px;
}
.footer-block .panel.apps ul li a {
	display: inline-block;
}
/* overzicht-page */

.overzicht #banner-wrap {
	background: url(/wp-content/themes/Avada-Child-Theme/templates/images/banner-img2.png)no-repeat center/cover;
}
.overzicht .banner-block {
	padding: 36px 0px 34px;
}
.overzicht .search-block {
	margin-top: 0;
}
.breadcrumbs-block {
	padding: 34px 0px 20px;
}
.breadcrumbs-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
}
.breadcrumbs-block ul li {
	position: relative;
	padding-right: 10px;
	margin-right: 14px;
}
.breadcrumbs-block ul li a {
	color: #383f45;
	font-family: 'Poppins', sans-serif;
	font-display: swap;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
}
.breadcrumbs-block ul li:last-child:after {
	display: none;
}
.breadcrumbs-block ul li:after {
	position: absolute;
	right: -3px;
	top: 3px;
	content: "";
	width: 1px;
	height: 13px;
	background: #000;
	transform: rotate(15deg);
}
/* ovr-service-block */

.ovr-service-block {
	padding-bottom: 12px;
}
.ovr-service-block .content {
	padding: 0px 20px;
}
.ovr-service-block .content h2 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-right: 30px;
}
.ovr-service-block .content span {
	display: inline-block;
	vertical-align: middle;
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	top: 7px;
}
.tick-panel {
	padding: 25px 0px 0px;
	display: flex;
}
.tick-panel .form-group {
	margin-bottom: 0;
	flex-grow: 1;
}
.tick-panel .form-group input {
	display: none;
}
.tick-panel .form-group input + label {
	position: relative;
	cursor: pointer;
	color: #383f45;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.tick-panel .form-group input + label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #383f45;
	border-radius: 4px;
	padding: 9px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}
.tick-panel .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.tick-panel .form-group input:checked + label:before {
	background: #448ffa;
	border: 1px solid #448ffa;
}
/* team-member-block */

.team-member-block .centering {
	max-width: 1335px;
}
.team-panel {
	box-shadow: 0 0 99px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 30px;
}
.team-panel .img-panel {
	width: 21.9%;
	float: left;
	margin-right: 2%;
}
.team-panel .text-panel {
	width: 76.1%;
	float: right;
	padding: 43px 0px 0px;
}
.team-panel .text-panel h4 {
	display: inline-block;
	margin-right: 20px;
}
.secondarybtn {
	border: 1px solid #5c5c5c;
	background-color: rgba(0, 0, 0, 0);
	color: #5c5c5c;
	font-family: 'Poppins', sans-serif;
	font-display: swap;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	border-radius: 4px;
	padding: 4px 18px;
	text-align: center;
}
.team-panel .text-panel ul li,
.team-panel2 .text-panel ul li {
	color: #383f45;
	font-size: 19px;
	font-weight: 400;
	line-height: 31px;
	padding-left: 35px;
	position: relative;
}
.team-panel .text-panel ul li:after,
.team-panel2 .text-panel ul li:after {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/wp-content/themes/Avada-Child-Theme/templates/images/tick.svg)no-repeat center;
}
.team-panel .text-panel .permonth span {
	display: block;
	color: #383f45;
	font-size: 20px;
	font-weight: 400;
	padding-left: 45px;
	margin-bottom: 6px;
}
.team-panel .text-panel .permonth strong {
	font-size: 40px;
	line-height: 43px;
	font-weight: 900;
	display: block;
	color: #383f45;
	padding-left: 45px;
}
.moreinfo {
	color: #f79533;
	font-size: 18px;
	font-weight: 700;
	line-height: 56px;
	text-decoration: underline;
}
.moreinfo:hover {
	color: #f79533;
}
.team-panel .text-panel .link-bottom {
	margin: 26px 0px 0px;
}
.team-panel .text-panel .link-bottom .primarybtn {
	margin: 0px 17px 0px 52px;
	padding: 0px 24px;
}
.team-panel .text-panel .link-bottom .primarybtn:hover {
	padding: 0px 22px;
}
/* team-member2-block */

.team-member2-block .inner-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 55px 0px 52px;
	border-top: 1px solid #b5b5b5;
}
.team-member2-block .inner-panel .img-panel {
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
	margin-right: 2%;
}
.team-member2-block .inner-panel .info-panel {
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}
.team-member2-block .inner-panel .info-panel .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.team-member2-block .inner-panel .info-panel .left-side {
	float: left;
	width: 78%;
	position: relative;
	min-height: 254px;
}
.team-member2-block .inner-panel .info-panel .left-side .heading {
	position: relative;
}
.team-member2-block .inner-panel .info-panel .left-side h4 {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}
.team-member2-block .inner-panel .info-panel .left-side .secondarybtn {
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-display: swap;
	font-weight: 400;
	padding: 4px 13px;
	display: inline-block;
}
.team-member2-block .inner-panel .info-panel .left-side ul {
	position: relative;
	margin-bottom: 21px;
}
.team-member2-block .inner-panel .info-panel .left-side ul li {
	color: #f79533;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 8px;
	float: left;
	margin-right: 10px;
	position: relative;
	text-decoration: underline;
}
.team-member2-block .inner-panel .info-panel .left-side ul li:after {
	position: absolute;
	right: -3px;
	top: 7px;
	content: "";
	height: 16px;
	width: 1px;
	background: #383f45;
	transform: rotate(19deg);
}
.team-member2-block .inner-panel .info-panel .left-side ul li:nth-child(2):after {
	display: none;
}
/* .team-member2-block .inner-panel .info-panel .left-side ul:after {
	position: absolute;
	left: 0;
	bottom: 5px;
	content: "";
	height: 2px;
	width: 25.5%;
	background: #f79533;
} */

.team-member2-block .inner-panel .info-panel .left-side P {
	margin-bottom: 53px;
}
.team-member2-block .inner-panel .info-panel .right-side {
	float: right;
	width: 22%;
	position: relative;
	min-height: 254px;
}
.team-member2-block .inner-panel .info-panel .discount {
	padding: 30px 6px 70px;
	background: #fff;
}
.team-member2-block .inner-panel .info-panel .discount span {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: 700;
	display: block;
}
.team-member2-block .inner-panel .info-panel .discount .dis {
	margin-bottom: 10px;
	position: relative;
}
.team-member2-block .inner-panel .info-panel .discount .dis:after {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 55px;
	height: 1px;
	content: "";
	background: #aaaaaa;
	transform: rotate(-5deg);
}
.team-member2-block .inner-panel .info-panel .discount strong {
	color: #383f45;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 7px;
	display: block;
	line-height: 25px;
}
.team-member2-block .inner-panel .info-panel .discount strong em {
	background-color: #2699fb;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
	margin-top: -7px;
	text-align: center;
	padding: 5px 7px;
	font-style: normal;
	border-radius: 4px;
}
.team-member2-block .inner-panel .info-panel .discount ul li {
	float: left;
	margin-right: 10px;
}
.team-member2-block .inner-panel .info-panel .discount .mstsold,
.team-member2-block .inner-panel .info-panel .left-side .heading .mstsold {
	background-color: #2699fb;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -14px;
	padding: 6px 15px;
	border-radius: 0px 10px 0px 0px;
}
.addtocart {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	display: inline-block;
	padding: 12px 28px 11px 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.addtocart:after {
	position: absolute;
	left: 20px;
	top: 10px;
	content: "";
	background: url(/wp-content/themes/Avada-Child-Theme/templates/images/addtocart.svg)no-repeat center/18px;
	width: 18px;
	height: 18px;
}
.addtocart:hover {
	color: #ffffff;
}
.team-member2-block .inner-panel .info-panel .nodiscount {
	padding: 0px 0px 70px 6px;
}
.team-member2-block .inner-panel .info-panel .nodiscount ul li {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #383f45;
	margin-right: 10px;
}
.team-member2-block .inner-panel .info-panel .nodiscount ul li .green {
	color: #00a70d;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 0px;
	display: inline-block;
	vertical-align: middle;
}
.team-member2-block .inner-panel .info-panel .nodiscount ul li.bld {
	font-weight: 700;
}
.team-member2-block .inner-panel .info-panel .nodiscount ul li.green {
	color: #00a70d;
}
.team-member2-block .row:first-child .inner-panel {
	padding: 40px 0px 33px;
}
.team-member2-block .row:last-child {
	margin-bottom: 230px;
	border-bottom: 1px solid #b5b5b5;
}
.team-member2-block .inner-panel .info-panel .addtocart {
	padding: 12px 26px 11px 50px;
}
.team-member2-block .inner-panel .info-panel .addtocart:hover {
	background-color: #fff;
	color: #f79533;
	border: 2px solid #f79533;
	padding: 12px 24px 11px 48px;
}
.team-member2-block .inner-panel .info-panel .addtocart:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center/18px;
}
/* details-summary page */

/* top-breadcrumbs-block */

.top-breadcrumbs-block {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 22px 0px 12px;
}
.top-breadcrumbs-block ul {
	width: 80%;
	float: left;
}
.top-breadcrumbs-block ul li {
	float: left;
	margin-right: 30px;
}
.top-breadcrumbs-block ul li a {
	color: #f79533;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.top-breadcrumbs-block ul li.active a,
.top-breadcrumbs-block ul li a:hover {
	color: #383f45;
}
.top-breadcrumbs-block .addtocart {
	font-size: 14px;
	position: relative;
	margin-top: -11px;
	float: right;
	padding: 12px 28px 11px 50px;
}
.top-breadcrumbs-block .addtocart:hover {
	border: solid 2px #f79533;
	color: #f79533;
	background: #fff;
	padding: 10px 27px 9px 48px;
}
.top-breadcrumbs-block .addtocart:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center;
	top: 9px;
}
.details-summary .breadcrumbs-block,
.kortingspakket .breadcrumbs-block,
.details-offline .breadcrumbs-block {
	padding: 20px 0px 15px;
}
/* fullsummary-block */

.fullsummary-block {
	margin-bottom: 170px;
}
.fullsummary-block .top-panel h2 {
	letter-spacing: 0.2px;
	margin: 0;
	line-height: 60px;
	color: #383f45;
}
.fullsummary-block .top-panel sub {
	color: #383f45;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
	display: inline-block
}
.fullsummary-block .top-panel sub:after {
	position: absolute;
	left: -1px;
	top: -2px;
	width: 20px;
	height: 20px;
	content: "";
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/time-icon.svg)no-repeat center;
}
.fullsummary-block .top-panel p {
	margin-bottom: 45px;
}
.list-style {
	width: 34.5%;
	float: left;
	margin-bottom: 55px;
}
.list-style li a {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 35px;
	position: relative;
}
.list-style li a:after,
.full-panel .bottom .text span:after {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 20px;
	height: 20px;
	content: "";
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/tick.svg)no-repeat center;
}
.fullsummary-block .top-panel figure {
	margin-bottom: 70px;
}
.fullsummary-block .middle-panel {
	margin-bottom: 60px;
}
.fullsummary-block .middle-panel h3 {
	margin-bottom: 25px;
}
.fullsummary-block .middle-panel p {
	margin-bottom: 30px;
	color: #383f45;
}
.fullsummary-block .repeat {
	padding-top: 20px;
	margin-bottom: 65px;
}
.fullsummary-block .repeat h3 {
	margin-bottom: 20px;
}
.fullsummary-block .repeat .text {
	width: 400px;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px 15px 0px;
}
.fullsummary-block .repeat .text figure {
	float: left;
}
.fullsummary-block .repeat .text h5 {
	float: right;
	width: calc(100% - 26%);
}
.fullsummary-block .repeat .text h5 p {
	padding-top: 15px;
}
.fullsummary-block .supplements {
	margin-bottom: 72px;
}
.fullsummary-block .supplements ul li {
	display: table;
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px solid #efefef;
	padding-top: 20px;
	position: relative;
}
.fullsummary-block .supplements ul li:after {
	position: absolute;
	left: -1px;
	bottom: 8px;
	width: 18px;
	height: 18px;
	content: "";
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/pdf-icon.svg)no-repeat center/15px;
}
.fullsummary-block .supplements ul li h5 {
	margin-bottom: 0;
	float: left;
}
.fullsummary-block .supplements ul li a {
	float: right;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	padding: 15px 35px;
	margin-top: 4px;
}
.fullsummary-block .supplements ul li a:hover {
	border: 2px solid #f79533;
	color: #f79533;
	background: #fff;
	padding: 13px 33px;
}
.fullsummary-block .faq {
	margin-bottom: 80px;
}
.fullsummary-block .faq h5 {
	position: relative;
	cursor: pointer;
}
.fullsummary-block .faq h5:after {
	position: absolute;
	left: -40px;
	top: 50%;
	content: "+";
	width: 29px;
	height: 32px;
	color: #f79533;
	font-size: 48px;
	font-weight: 400;
	line-height: 30px;
	transform: translate(-0%, -50%);
}
.fullsummary-block .faq h3 {
	margin-bottom: 25px;
}
.fullsummary-block .faq ul li {
	border-bottom: 1px solid #efefef;
	padding: 20px 30px 20px 40px;
}
.fullsummary-block .faq ul li h5 {
	margin-bottom: 0;
}
.fullsummary-block .faq ul li p {
	display: none;
	color: #383f45;
	padding: 16px 0px 0px;
}
.fullsummary-block .faq ul li h5.active:after {
	content: "-";
}
.fullsummary-block .review {
	margin-bottom: 60px;
}
.fullsummary-block .review h3 {
	margin-bottom: 25px;
}
.fullsummary-block .review .text {
	padding-left: 20px;
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-radius: 15px;
	padding-right: 10px;
}
.top-breadcrumbs-block ul li:nth-child(6) {
	margin-right: 0px;
}
.fullsummary-block .review .text h5 {
	margin-bottom: 10px;
}
/* priceOptions-block */

.priceOptions-block {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
	background-color: #f8f8f8;
	padding: 44px 30px 22px 45px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.priceOptions-block .top strong {
	float: left;
	color: #383f45;
	font-size: 32px;
	font-weight: 700;
}
.priceOptions-block .top ul {
	float: right;
	margin-top: 8px;
	text-align: right;
}
.priceOptions-block .top ul li {
	color: #00a70d;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.priceOptions-block .top ul li.bld {
	color: #383f45;
	font-weight: 700;
}
.priceOptions-block .middle {
	padding: 29px 11px 50px 0px;
	position: relative;
}
.priceOptions-block .middle ul li {
	display: table;
	width: 100%;
	padding-bottom: 14px;
}
.priceOptions-block .middle ul li p {
	float: left;
	margin-right: 14px;
}
.priceOptions-block .middle ul li span {
	float: right;
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
}
.cstm-radio input {
	display: none;
}
.cstm-radio input + label {
	position: relative;
	cursor: pointer;
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
}
.cstm-radio input + label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #383f45;
	border-radius: 50%;
	padding: 9px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 5px;
	margin-top: -3px;
}
.cstm-radio input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	width: 10px;
	height: 10px;
	background: #f79533;
	border-radius: 50%;
}
.cstm-radio input:checked + label:before {
	background: #f79533;
	border: 1px solid #f79533;
}
.discount {
	color: #f8f8f8;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	background-color: #2699fb;
	border-radius: 4px;
	padding: 5px 7px;
	margin-top: 3px;
	display: inline-block;
	font-style: normal;
}
.priceOptions-block .middle .addtocart {
	width: 100%;
	text-align: center;
	bottom: -16px;
	position: relative;
}
.priceOptions-block .middle .addtocart:after {
	left: 14%;
}
.priceOptions-block .middle .addtocart:hover {
	border: 2px solid #f79533;
	color: #f79533;
	background: #fff;
	padding: 10px 28px 9px 15px;
}
.priceOptions-block .middle .addtocart:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center/18px;
	top: 9px;
}
.priceOptions-block .bottom .list-style {
	width: 100%;
	margin-bottom: 0;
	float: none;
}
.priceOptions-block .bottom .list-style li a i {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/tick-round.svg)no-repeat center/20px;
	width: 34px;
	height: 20px;
	display: inline-block;
}
/* advantage-panel */

.advantage-panel {
	background-color: #f8f8f8;
	padding: 28px 35px 14px 40px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.advantage-panel .top span,
.advantage-panel .top sub,
.advantage-panel .bottom span,
.advantage-panel .bottom sub {
	color: #f79533;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	display: block;
}
.advantage-panel .top sub {
	color: #383f45;
}
.advantage-panel .top {
	padding: 12px 0px 12px;
}
.advantage-panel .bottom span {
	display: inline-block;
	vertical-align: middle;
	color: #b5b5b5;
	margin-right: 5px;
	position: relative;
}
.cross:after {
	position: absolute;
	left: 2px;
	bottom: 10px;
	width: 82%;
	height: 2px;
	background: #b5b5b5;
	content: "";
	transform: rotate(-20deg);
}
.advantage-panel .bottom sub {
	display: inline-block;
	vertical-align: middle;
	color: #383f45;
	margin-top: -10px;
}
.advantage-panel .bottom {
	padding-bottom: 7px;
}
.advantage-panel figure {
	width: 43px;
	height: 41px;
	text-align: center;
	line-height: 38px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	margin-left: 17px;
	margin-top: 13px;
	position: relative;
}
.advantage-panel figure:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart.svg)no-repeat center/18px;
	width: 18px;
	height: 18px;
}
.advantage-panel figure:hover {
	border: 2px solid #f79533;
	color: #f79533;
	background: #fff;
}
.advantage-panel figure:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center/18px;
}
.advantage-panel .row > div {
	padding-right: 0;
}
.summary-block.othr .panel {
	background-color: #f8f8f8;
	box-shadow: inherit;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 15px;
}
.summary-block.othr .panel .text {
	padding: 42px 2px 10px 15px;
}
.summary-block.othr .panel .text p strong {
	font-weight: 700;
}
.summary-block.othr .panel .text .primarybtn {
	margin-top: 9px;
	width: 95%;
}
.summary-block.othr .panel:hover{
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
	background-color: #f8f8f8;
}
.details-summary .summary-block.othr .text .primarybtn:hover,
.summary-block.othr .panel .text .primarybtn:hover {
    background-color: #f79533;
    color: #fff;
    border: 2px solid ##f79533;
}
/* asks-block */

.asks-block {
	background-color: #f8f8f8;
	padding: 35px 17px 30px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.asks-block h4 {
	margin-bottom: 20px;
}
.asks-block ul li a {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 42px;
}
.asks-block ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-top: -4px;
}
.summary-block.othr .panel h4 {
	display: inline-block;
	margin-right: 10px;
	color: #282f36;
}
.summary-block.othr .panel .secondarybtn {
	padding: 4px 7px;
}
.summary-block.othr .panel .small {
	font-size: 18px;
}
.summary-block.othr .panel .big {
	color: #383f45;
	font-size: 30px;
	font-weight: 700;
}
/* kortingspakket page-4 */

.mega-box-panel {
	padding: 22px 0px 70px;
}
.mega-box-panel h3 {
	margin-bottom: 8px;
}
.box-panel1 {
	display: table;
	width: 100%;
	border-bottom: 1px solid #efefef;
	padding-top: 22px;
}
.box-panel1:last-child {
	border: none;
}
.box-panel1 figure,
.box-panel .text {
	display: table-cell;
	vertical-align: middle;
}
.box-panel1 .link {
	display: table-cell;
	vertical-align: bottom;
	width: 15%;
	position: relative;
}
.box-panel1 .link a {
	line-height: 49px;
}
.box-panel1 .link i {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat center/20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 25%;
	transform: translate(-50%, -0%);
	cursor: pointer;
}
.box-panel1 figure {
	width: 7.5%;
	top: -7px;
	position: relative;
}
.box-panel1 .text {
	width: 100%;
}
.box-panel1 .text h4 {
	line-height: 28px;
	margin-bottom: 0;
}
.box-panel1 .text p {
	line-height: 45px;
	color: #383f45;
	font-weight: 700;
}
.box-panel1 .text p span {
	font-weight: 400;
	margin-right: 5px;
}
/* megafull-panel */

.megafull-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.full-panel {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 17px 30px 10px;
}
.full-panel:nth-child(2n) {
	margin-right: 0;
}
.full-panel .top-heading {
	position: relative;
	cursor: pointer;
}
.full-panel .top-heading i {
	position: absolute;
	right: -5%;
	top: 50%;
	width: 15px;
	height: 12px;
	display: inline-block;
	transform: translate(-50%, -50%);
}
.full-panel h2 {
	display: inline-block;
	color: #383f45;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 35px;
}
.full-panel > span,
.full-panel .top-heading span {
	color: #f79533;
	font-family: 'Poppins', sans-serif;
	font-display: swap;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #f79533;
	background-color: rgba(0, 0, 0, 0);
	padding: 4px 10px;
	margin-top: -15px;
	border-radius: 4px;
}
.full-panel .green {
	color: #00a70d !important;
	border: 1px solid #00a70d !important;
}
.full-panel .red {
	color: #ff0000 !important;
	border: 1px solid #ff0000 !important;
}
.full-panel .timing {
	display: table;
	width: 100%;
	padding: 8px 0px 8px;
	border-bottom: 1px solid #efefef;
}
.full-panel .timing span {
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	display: table-cell;
	vertical-align: top;
	width: 22%;
}
.full-panel .timing p {
	display: table-cell;
	vertical-align: middle;
	width: 78%;
	color: #383f45;
	font-size: 16px;
	line-height: 24px;
}
.full-panel .bottom {
	display: table;
	width: 100%;
	padding: 8px 0px;
}
.full-panel .bottom figure {
	float: left;
	width: 18%;
	margin-right: 3%;
}
.full-panel .bottom .text {
	float: right;
	width: 79%;
	padding: 6px 0px;
}
.full-panel .bottom .text h5 {
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}
.full-panel .bottom .text span {
	color: #383f45;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
.full-panel .bottom .text span:after {
	left: 2px;
	top: 2px;
}
.priceOptions-block .middle .selectbtn {
	padding: 33px 0px 0px;
}
.priceOptions-block .middle .selectbtn h5 {
	margin-bottom: 0;
}
.priceOptions-block .middle .selectbtn .form-control {
	height: 48px;
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	border-radius: 10px;
	border: 1px solid #383f45;
	background-color: #ffffff;
	padding: 0px 19px;
	-webkit-appearance: none;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat right 20px center/12px;
	cursor: pointer;
}
.priceOptions-block .middle .selectbtn label {
	margin-bottom: 0;
}
.kortingspakket .priceOptions-block .middle {
	padding: 29px 11px 30px 0px;
}
.kortingspakket .priceOptions-block .discount {
	border: 1px solid #707070;
	color: #5c5c5c;
	background-color: #f8f8f8;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}
/* .details-offline page */

.details-offline .fullsummary-block .top-panel figure {
	margin-bottom: 3px;
}
.details-offline .fullsummary-block .repeat {
	margin-bottom: 36px;
}
.details-offline .fullsummary-block {
	margin-bottom: 106px;
}
.contact-form h3 {
	margin-bottom: 30px;
}
.contact-form p {
	margin-bottom: 28px;
	color: #383f45;
}
.contact-form .form-group input {
	border-radius: 5px;
	border: 1px solid #5c5c5c;
	background-color: #ffffff;
	color: rgba(40, 47, 54, 0.5);
	font-family: 'Poppins', sans-serif;
	font-display: swap;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 73.5%;
	padding: 9px 14px;
	margin-right: 2.5%;
}
.contact-form .form-group input::placeholder {
	color: rgba(40, 47, 54, 0.5);
}
.contact-form .form-group button {
	outline: none;
	border: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 12px;
	text-align: center;
	width: 20%;
	padding: 14px 14px;
}
.details-offline .full-panel {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: 0%;
	margin-bottom: 9%;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 17px 40px 10px;
}
.full-panel .price {
	position: relative;
	padding: 7px 0px;
	margin-bottom: 15px;
}
.full-panel .price strong {
	color: #383f45;
	font-size: 22px;
	font-weight: 700;
}
.full-panel .price .addtocart {
	position: absolute;
	right: -10px;
	bottom: 3px;
}
.full-panel .price .addtocart img {
	margin: -8px 8px 0px 12px;
	width: 14px;
}
.details-offline .megafull-panel {
	margin-bottom: 0;
}
.map-panel figure {
	margin-bottom: 40px;
}
.map-panel figure:last-child {
	margin-bottom: 0;
}
.details-offline .fullsummary-block .right .contact-form {
	display: none;
}
/* subscription page */

/* subscription-block */

.subscription-block {} .subscription-block .heading {
	text-align: center;
	margin-bottom: 63px;
}
.subscription-block .heading .list-style {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.subscription-block .heading .list-style li {
	display: inline-block;
	margin: 0px 30px;
}
.subscription-block .heading h2 {
	margin-bottom: 6px;
	color: #383f45;
}
.subscription-block .heading p {
	margin-bottom: 14px;
}
/* jaar-panel */

.jaar-panel {
	position: relative;
	margin-bottom: 26%;
}
.jaar-panel .top {
	text-align: center;
	margin-bottom: 58px;
}
.jaar-panel .top ul {
	display: inline-block;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	border: 2px solid #f79533;
}
.jaar-panel .top ul li {
	float: left;
}
.jaar-panel .top ul li a {
	color: #f79533;
	font-size: 14px;
	font-weight: 700;
	line-height: 12px;
	background-color: #ffffff;
	width: 285px;
	border-radius: 80px 0px 0px 80px;
	padding: 12px 0px;
	display: block;
}
.nav-tabs .nav-item {
	margin-bottom: 0px;
}
.jaar-panel .nav-tabs .nav-link:hover,
.jaar-panel .nav-tabs .nav-link:focus {
	border-color: #f79533 #f79533 #f79533;
}
.jaar-panel .top ul li a:hover,
.jaar-panel .top ul li.active a {
	background: #f79533;
	color: #fff;
}
.jaar-panel .top .nav-tabs .nav-link.active,
.jaar-panel .top .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: #f79533;
	border-color: #f79533 #f79533 #f79533;
}
.jaar-panel .top ul li.perjaar a {
	border-radius: 0px 80px 80px 0px;
}
.jaar-panel .selectbtn .form-group {
	margin: 0;
}
.jaar-panel .selectbtn {
	position: absolute;
	right: -35px;
	top: -18px;
}
.form-control.select {
	display: block;
	background-clip: inherit;
	transition: inherit;
	width: 238px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #5c5c5c;
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	-webkit-appearance: none;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat right 18px center/10px;
	cursor: pointer;
	padding: 0px 23px;
}
.tab-content,
.tab-content .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tab-content .tab-pane {
	width: 100%;
}
.tab-content .panel {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	padding: 22px 15px 35px 15px;
	min-height: 420px;
	position: relative;
	cursor: pointer;
	margin-right: 1.3%;
}
.tab-content .panel:last-child {
	margin-right: 0;
}
.tab-content .panel:hover {
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.tab-content .panel.active {
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.tab-content .panel h5 {
	margin-bottom: 10px;
}
.tab-content .panel span {
	color: #383f45;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
}
.tab-content .panel span em {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.tab-content .panel span strong {
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}
.tab-content .panel ul {
	padding: 44px 0px;
}
.tab-content .panel ul li {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.tab-content .panel ul li.bld {
	font-weight: 700;
}
.tab-content .panel .primarybtn {
	width: 90%;
	position: absolute;
	left: 15px;
	bottom: 33px;
	padding: 0px 10px;
}
..mega-tabs-panel .tab-content .panel .primarybtn:hover,
.tab-content .panel .primarybtn:hover {
	background-color: #f79533;
	color: #fff;
}
/* excepteur-panel */

.excepteur-panel {
	padding: 54px 0px;
	margin-bottom: 30%;
	position: relative;
}
.excepteur-panel figure img {
	max-width: inherit;
	margin-left: -128px;
}
.excepteur-panel .content {
	padding: 10px 77px;
}
.excepteur-panel .content h2,
.excepteur-content .content h2,
.address-form-panel .heading h2 {
	color: #383f45;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.3px;
	margin-bottom: 8px;
}
.excepteur-panel .content p,
.excepteur-content .content p {
	margin-bottom: 27px;
	color: #383f45;
}
.services-list {
	padding-bottom: 20px;
}
.services-list li a {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 20px;
	position: relative;
}
.services-list li a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 25px;
	content: "";
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/angle-right.svg)no-repeat center;
}
.excepteur-panel .content .primarybtn,
.excepteur-content .content .primarybtn {
	padding: 0px 21px;
}
.excepteur-panel .content .primarybtn:hover,
.excepteur-content .content .primarybtn:hover {
	color: #fff;
	background: #f79533;
}
.excepteur-content .row > div {
	padding-right: 0;
}
.excepteur-content .row {
	margin-bottom: 180px;
}
.excepteur-content .reverse {
	display: flex;
	flex-direction: row-reverse;
}
.excepteur-content .content {
	padding: 60px 0px 0px;
}
.excepteur-content .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fff url( /wp-content/themes/Avada-Child-Theme/templates/images/angle-right2.svg)no-repeat top 37px center/30px;
	text-align: center;
	cursor: pointer;
}
.excepteur-panel:after,
.address-form-panel:after {
	position: absolute;
	left: -90%;
	top: -35px;
	height: 85%;
	width: 350%;
	content: "";
	background-color: #f2f2f2;
	z-index: -1;
	transform: rotate(7deg);
}
.excepteur-panel:before,
.address-form-panel:before {
	position: absolute;
	left: -90%;
	bottom: -43px;
	height: 85%;
	width: 350%;
	content: "";
	background-color: #f2f2f2;
	z-index: -1;
	transform: rotate(-10deg);
}
/* address-form-panel */

.address-form-panel {
	padding: 124px 0px;
	position: relative;
	margin-bottom: 137px;
}
.address-form-panel:after {
	transform: rotate(-9.7deg);
	top: -85px;
	height: 60%;
}
.address-form-panel:before {
	transform: rotate(7deg);
	bottom: -105px;
	height: 60%;
}
.address-form-panel .heading {
	text-align: center;
	width: 60%;
	margin: 0 auto 115px;
}
.address-form-panel .heading h2 {
	margin-bottom: 22px;
}
.address-form-panel .heading.heading2 {
	width: 100%;
	margin: 0;
	text-align: left;
	padding-right: 20%;
	padding-bottom: 33px;
}
.address-form-panel .heading.heading2 h2 {
	margin-bottom: 8px;
}
.address-form-panel address,
.address-form-panel ul li,
.address-form-panel ul li a {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 33px;
}
.address-form-panel ul li {
	margin-bottom: 0;
}
.address-form-panel ul li:last-child {
	margin-top: 30px;
}
/* billing-panel */

.billing-panel {
	padding: 0px 5px;
}
.billing-panel2 form {
	margin-bottom: 55px;
}
.billing-panel .form-group {
	margin-bottom: 16px;
}
.billing-panel label {
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.billing-panel .primarybtn {
	float: right;
}
.billing-panel button,
.mega-order-panel button {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 80px;
	background-color: #f79533;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 12px;
	width: 100%;
	height: 40px;
	border: none;
	margin-top: 10px;
}
.inputbtn {
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #5c5c5c;
	background-color: #ffffff;
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 15px;
}
.inputbtn::placeholder {
	color: #383f45;
}
.subscription-block .fullsummary-block figure img {
	max-width: inherit;
	margin-left: 132px;
	position: relative;
	margin-top: -183px;
}
/* checkout-page */

.categories-panel {
	padding: 25px 0px 85px;
}
.categories-panel .top-heading {
	margin-bottom: 33px;
}
.categories-panel .top-heading h2 {
	color: #383f45;
}
.categories-panel .top-heading .primarybtn {
	border: none;
}
.categories-panel .top-heading .primarybtn:hover {
	border: 2px solid #f79533;
	color: #f79533;
	background: #fff;
}
.pagination ul li {
	float: left;
	margin: 0px 20px 0px 15px;
	position: relative;
}
.pagination ul li i {
	background: #b5b5b5;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: block;
	margin: 28px auto;
}
.pagination ul li i:after {
	position: absolute;
	left: 54%;
	top: 34%;
	background: #b5b5b5;
	content: "";
	height: 2px;
	width: 140%;
	transform: translate(-0%, -50%);
}
.pagination ul li:nth-child(3) i:after {
	display: none;
}
.pagination ul li span {
	color: #b5b5b5;
	font-family: "Nunito Sans";
	font-display: swap;
	font-size: 20px;
	font-weight: 700;
	display: block;
}
.pagination ul li.active span {
	color: #383f45;
}
.pagination ul li.active i {
	background: #fff;
}
.pagination ul li.active i:after {
	background: #f79533;
}
.pagination ul li.active i:before {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #f79533;
	position: absolute;
	left: 50%;
	top: 33%;
	content: "";
	transform: translate(-50%, -50%);
	z-index: -1;
}
.billing-panel .login2 {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	background-color: #ffffff;
	padding: 22px 16px 18px;
	margin-bottom: 30px;
}
.billing-panel .login2 h5 {
	margin-bottom: 0;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #383f45;
}
.billing-panel .login2 h5 a {
	display: inline-block;
	text-decoration: underline;
	color: #f79533;
}
.billing-panel .login2 h5 a:hover {
	color: #ec8823;
}
.billing-panel h4 {
	margin-bottom: 20px;
}
.inputbtn.tick {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/tick.svg)no-repeat right 10px center;
}
.billing-panel .half {
	display: table;
	width: 100%;
}
.billing-panel .half .form-group {
	width: 47%;
	margin-right: 6%;
	float: left;
}
.billing-panel .half .form-group:nth-child(2n) {
	margin-right: 0;
}
.middle-categories .billing-panel .form-control.select {
	width: 100%;
	height: 48px;
	padding: 0px 12px;
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat right 18px center/15px;
}
.billing-panel .tick-panel {
	padding: 25px 0px 0px;
	border-bottom: solid 1px #efefef;
}
.billing-panel .tick-panel .form-group {
	float: none;
	width: 100%;
}
.billing-panel .tick-panel .form-group input + label {
	font-size: 18px;
	line-height: 18px;
}
.tick-panel .form-group input + label:before {
	border: 1px solid #707070;
	/* 	border-radius: inherit; */
}
.billing-panel .account-info {
	padding: 36px 0px 13px;
	border-bottom: solid 1px #efefef;
	margin-bottom: 30px;
}
.payment-use ul li {
	padding-bottom: 15px;
}
.payment-use ul li label i {
	position: absolute;
	right: -45px;
	top: 0;
	width: 100%;
	height: 35px;
}
.payment-use ul li label img,
.payment-use ul li label {
	display: inline-block;
	vertical-align: middle;
}
.payment-use .cstm-radio input:checked + label:after {
	top: 48%;
	transform: translate(0%, -50%);
}
/* mega-order-panel */

.mega-order-panel {
	box-shadow: 0 0 99px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 42px 34px 35px;
	border-radius: 15px;
}
.mega-order-panel h4 {
	margin-bottom: 17px;
}
.mega-order-panel .order {
	display: table;
	width: 100%;
	padding: 15px 0px 5px;
	border-bottom: solid 1px #efefef;
}
.mega-order-panel .order figure,
.mega-order-panel .order .text,
.mega-order-panel .order .price {
	display: table-cell;
	vertical-align: middle;
	width: 14%;
}
.mega-order-panel .order .text {
	width: 73%;
}
.mega-order-panel .order .text h5 {
	margin-bottom: 5px;
}
.mega-order-panel .order .price {} .mega-order-panel .order .price strong {
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
}
.mega-order-panel ul li {} .mega-order-panel ul li span {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}
.mega-order-panel ul.price {
	padding: 22px 0px 3px;
}
.mega-order-panel ul.price li span.right {
	float: right;
	padding-right: 35px;
}
.mega-order-panel ul.price li.bld span {
	font-weight: 700;
}
.mega-order-panel ul.price li.bld span.right {
	padding-right: 23px;
}
.mega-order-panel .tick-panel .form-group {
	width: 100%;
	float: none;
	margin-bottom: 0;
}
.mega-order-panel .tick-panel .form-group input + label {
	font-size: 18px;
	line-height: 18px
}
.mega-order-panel button {
	margin-top: 25px;
}
/* cart page */

.product-panel {
	padding-right: 45px;
	padding-top: 40px;
}
.product-panel .panel h5 {
	color: #383f45;
	font-size: 18px;
	margin-bottom: 0;
}
.product-panel .panel .left {
	float: left;
}
.product-panel .panel .right {
	float: right;
	padding-right: 25px;
}
.product-panel .panel {
	display: table;
	width: 100%;
	padding: 20px 0px;
	border-bottom: solid 1px #f0f0f0;
}
.product-panel .panel.top {
	padding: inherit;
	border-bottom: inherit;
}
.product-panel .panel .clsbtn {
	display: table-cell;
	vertical-align: middle;
	width: 5%;
}
.product-panel .panel .p-img {
	display: table-cell;
	vertical-align: middle;
	width: 6%;
}
.product-panel .panel .text {
	display: table-cell;
	vertical-align: middle;
	width: 42.5%;
}
.product-panel .panel .drpdwn {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	position: relative;
}
.product-panel .panel .price {
	display: table-cell;
	vertical-align: middle;
	width: 7%;
}
.product-panel .panel .text h5 {
	margin-bottom: 10px;
	color: #383f45;
	font-size: 18px;
}
.product-panel .panel .text span {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}
/* .product-panel .panel .drpdwn .form-control.select {
	width: 220px;
	padding: 0px 20px;
	color: #383f45;
	height: 51px;
	border-radius: 10px;
	border: 1px solid #383f45;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat right 18px center/13px;
} */

.product-panel .panel .price span {
	color: #383f45;
	font-size: 18px;
	font-weight: 700;
}
.DivSelectyze > a {
	width: 220px;
	height: 51px;
	display: block;
	border: 1px solid #383f45;
	border-radius: 10px;
	position: relative;
	vertical-align: middle;
	color: #383f45;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat right 18px center/13px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	padding: 15px 15px;
}
.DivSelectyze ul {
	position: absolute;
	width: 220px;
	top: 88%;
	left: 0;
	display: none;
	background: #fff;
	border: 1px solid #383f45;
	border-top: 0px;
	z-index: 999;
	border-radius: 10px;
}
.DivSelectyze ul li a {
	width: 218px;
	height: 51px;
	display: block;
	position: relative;
	vertical-align: middle;
	color: #383f45;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	padding: 15px 15px;
	border-bottom: 1px solid #383f45;
}
.DivSelectyze ul li:last-child a {
	border: none;
	border-radius: 10px;
}
.DivSelectyze ul li:first-child a {
	border-radius: 10px 10px 0px 0px;
}
/* packers-block */

.packers-block {
	padding: 80px 0px 25px;
}
.packers-block h2 {
	color: #383f45;
	font-size: 30px;
	font-weight: 700;
	line-height: 67px;
	margin-bottom: 0;
}
.packers-block .summary-block {
	padding-top: 0;
	padding-bottom: 3%;
}
/* .packers-block .summary-block figure:hover {
	background-image: linear-gradient(to right, rgba(247, 149, 51, 0.25), rgba(247, 149, 51, 0.25));
} */
.packers-block .summary-block figure img {
	height: 140px;
}
.packers-block .summary-block .panel {
	background-color: #f8f8f8;
	box-shadow: inherit;
	border-radius: inherit;
	position: relative;
}
.packers-block .summary-block .panel:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
	background-color: #f8f8f8;
}
.packers-block .summary-block .panel .text {
	padding: 30px 25px 25px 25px;
}
.packers-block .summary-block .panel .text h4 {
	margin-bottom: 20px;
}
.packers-block .summary-block .panel .text .price {
	color: #383f45;
	font-size: 26px;
	font-weight: 700;
	display: block;
	padding: 25px 0px;
}
.packers-block .summary-block .panel .text .addtocart {
	font-size: 16px;
	width: 100%;
	position: relative;
	text-align: center;
}
.packers-block .summary-block .panel .text .addtocart:hover {
	border: 2px solid #f79533;
	color: #f79533;
	background: #fff;
	padding: 10px 28px 9px 15px;
}
.packers-block .summary-block .panel .text .addtocart:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center/18px;
	;
}
.packers-block .summary-block .panel .text .addtocart img {
	margin: -7px 12px 0px 30px;
	width: 14px;
}
/* discount-code */

.discount-code {
	padding: 31px 30px 20px 5px;
}
.discount-code h6 {
	color: #383f45;
	font-size: 14px;
	font-weight: 700;
}
.discount-code .inputbtn {
	border-radius: 10px;
	color: #383f45;
	height: 51px;
	border: 1px solid #383f45;
	font-family: 'arial';
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 18px;
}
.discount-code .list-style {
	width: 100%;
	float: none;
	margin-top: 32px;
}
.packers-block .total-price {
	width: 100%;
	height: 280px;
	box-shadow: 0 0 99px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	margin-top: 25px;
	padding: 22px 20px 22px 20px;
}
.packers-block .total-price span {
	color: #383f45;
	font-size: 18px;
	line-height: 38px;
	display: inline-block;
}
.packers-block .total-price span.name {
	width: 70%;
}
.packers-block .total-price .total span {
	font-weight: 700;
}
.packers-block .total-price .addtocart {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
.packers-block .total-price .addtocart:after {
	display: none;
}
.packers-block .total-price .addtocart:hover {
	border: 2px solid #f79533;
	color: #f79533;
	background: #fff;
	padding: 11px 28px 10px 15px;
}
/* my-account */

.my-account-block {
	padding: 25px 0px 120px;
}
.my-account-block h2 {
	color: #383f45;
}
.my-account-block .mega-tabs-panel {
	box-shadow: 0 0 99px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	border-radius: 10px;
	padding-bottom: 55px;
}
.mega-tabs-panel .tab-content2 {
	padding: 35px 60px 0px;
}
.mega-tabs-panel .top-tabs ul {
	background-color: #efefef;
}
.mega-tabs-panel .top-tabs ul li {
	flex: 1;
	text-align: center;
}
.mega-tabs-panel .top-tabs .nav-tabs .nav-link {
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding: 24px 0px 22px 0px;
	display: block;
}
.top-tabs .nav-tabs .nav-link.active {
	color: #383f45;
}
.team-panel2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #f79533;
	background-color: #ffffff;
	border-radius: 15px;
	margin-bottom: 62px;
}
.team-panel2 .img-panel {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.team-panel2 .text-panel {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding: 42px 24px;
}
.team-panel2 .text-panel h4 {
	margin-bottom: 18px;
}
.team-panel2 .text-panel ul {
	margin-bottom: 38px;
}
.team-panel2 .text-panel .link-bottom span {
	color: #383f45;
	font-size: 20px;
	font-weight: 400;
	margin-right: 30px;
}
/* recently-ordered */

.recently-ordered {
	padding: 0px 10px;
}
.recently-ordered ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 18px;
	padding-bottom: 23px;
	border-bottom: 1px solid #efefef;
}
.recently-ordered ul li span {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	display: block;
}
.recently-ordered ul li.top {
	border-bottom: 1px solid #383f45;
	padding-bottom: 2px;
	margin-bottom: 42px;
}
.recently-ordered ul li.top span {
	font-weight: 700;
}
.recently-ordered ul li .no {
	-ms-flex: 0 0 9%;
	flex: 0 0 9%;
	max-width: 9%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.recently-ordered ul li .date {
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.recently-ordered ul li .product-txt {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: top;
}
.recently-ordered ul li .price {
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: top;
	font-weight: 700;
}
.recently-ordered ul li .status {
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: top;
}
.recently-ordered ul li .status.underline {
	text-decoration: underline;
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	display: block;
}
.recently-ordered ul li .status.underline:hover {
	font-weight: 700;
}
.recently-ordered ul li .button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
	justify-content: flex-end;
}
.recently-ordered ul li .button .primarybtn {
	width: 90%;
}
.product-txt .p-img,
.product-txt .inner-text {
	display: inline-block;
	vertical-align: middle;
}
.product-txt .p-img {
	margin-right: 5px;
}
.product-txt .inner-text h5 {
	margin-bottom: 0;
}
.recently-ordered ul li.b-none {
	border-bottom: none;
	padding-top: 17px;
	padding-bottom: 0px;
}
.mega-tabs-panel .my-details {
	padding: 5px 10px;
}
.mega-tabs-panel .my-details h4 {
	margin-bottom: 20px;
}
.mega-tabs-panel .my-details .contact-info ul li.bld {
	font-weight: 700;
}
.mega-tabs-panel .my-details .contact-info ul li,
.mega-tabs-panel .my-details .contact-info ul li a,
.mega-tabs-panel .my-details .address {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.mega-tabs-panel .my-details .contact-info ul li.chng-pwd a {
	text-decoration: underline;
}
.mega-tabs-panel .tab-pane {
	display: none;
}
.mega-tabs-panel .tab-pane.active {
	display: block;
}
.mega-tabs-panel .subscription-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 10px;
	margin-bottom: 30px;
}
.mega-tabs-panel .tab-content .panel:hover {
	box-shadow: inherit;
	background-color: inherit;
}
.mega-tabs-panel .tab-content .panel .primarybtn.active {
	background-color: #b5b5b5;
	color: #fff;
	border: none;
	line-height: 40px;
	pointer-events: none;
}
.mega-tabs-panel .recently-ordered.order {
	padding: 30px 10px 130px;
}
.recently-ordered ul li span.w-help {
	color: #f79533;
	text-decoration: underline;
}
.mega-tabs-panel .tab-pane.sub {
	margin-bottom: 58px;
}
.mega-tabs-panel .fullsummary-block {
	margin-bottom: 0px;
}
.mega-tabs-panel .fullsummary-block .supplements {
	margin-bottom: 0px;
	padding: 27px 10px;
}
.account-information label {
	font-weight: 400;
}
.account-information .inputbtn {
	border: 1px solid #383f45;
}
.account-information .form-control.select {
	width: 100%;
	height: 48px;
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down.svg)no-repeat right 18px center/15px;
	border: 1px solid #383f45;
	color: #383f45;
}
.account-information {
	padding: 18px 0px 0px;
}
.account-information h5 {
	margin-bottom: 60px;
}
/* web elements page*/

.paragraph-wrap {
	padding: 30px 0px;
}
.paragraph-wrap .panel h2,
.pst-grid-panel h2,
.team-members h2 {
	margin-bottom: 30px;
	color: #383f45;
}
.paragraph-wrap .panel p {
	margin-bottom: 35px;
}
.paragraph-wrap .panel2 {
	margin-bottom: 10px;
}
.paragraph-wrap .panel3 {
	margin-bottom: 20px;
}
.paragraph-wrap .list-style {
	width: 100%;
	float: none;
}
.pst-grid-panel h2 {
	margin-bottom: 8px;
}
.pst-grid-panel .summary-block ul li {
	font-size: 18px;
	color: #383f45;
	font-weight: 400;
	padding-bottom: 8px;
}
.pst-grid-panel .summary-block ul li i {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 17px;
	margin-right: 10px;
}
.pst-grid-panel .summary-block.othr .panel .text {
	padding: 27px 55px 0px 25px;
}
.pst-grid-panel .summary-block.othr .panel .text h4 {
	margin-bottom: 20px;
	margin-right: 0;
	font-weight: 900;
	line-height: 30px;
}
.pst-grid-panel .summary-block.othr .panel .text p {
	margin-bottom: 12px;
}
.team-members {
	padding: 44px 0px 60px;
}
.team-members h2 {
	margin-bottom: 70px;
}
.team-members .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.member-panel {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	margin-right: 1.3%;
}
.member-panel:last-child {
	margin-right: 0;
}
.member-panel figure {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	margin-bottom: 50px;
}
.member-panel .text {
	text-align: center;
}
.member-panel .text h4 {
	margin-bottom: 10px;
	font-weight: 900;
}
.member-panel .text span {
	font-size: 18px;
	color: #383f45;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
}
.paragraph-wrap .fullsummary-block {
	margin-bottom: 0;
}
.paragraph-wrap .fullsummary-block .faq h2 {
	margin-bottom: 0px;
	line-height: 60px;
	color: #383f45;
}
/* slider-panel */

.mega-slider-panel {
	margin-bottom: 50px;
}
.mega-slider-panel > h2 {
	margin-bottom: 48px;
	color: #383f45;
	letter-spacing: 0.4px;
}
.t-member {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.t-member .t-img {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.t-member .t-text {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	padding: 40px 56px;
}
.t-member .t-text h2 {
	letter-spacing: 0.4px;
}
.t-member .t-text p {
	margin-bottom: 20px;
}
.t-member .t-text .primarybtn {
	padding: 0px 23px;
}
.t-member .t-text .primarybtn:hover {
	padding: 0px 21px;
}
.mega-slider-panel .slick-dots li button:before {
	font-size: 44px;
	color: #b5b5b5;
	opacity: 1;
}
.mega-slider-panel .slick-dots li.slick-active button:before {
	color: #f79533;
	opacity: 1;
}
.mega-slider-panel .slick-dots {
	bottom: 36px;
	left: -27px;
}
.mega-slider-panel .slick-dots li {
	margin: 0 3px;
}
/* button-link */

.button-link .primarybtn {
	padding: 0px 24px;
}
.button-link .primarybtn2 {
	margin-bottom: 0;
	padding: 0px 22px;
}
.button-link ul li {
	margin-bottom: 23px;
}
.primarybtn3 {
	color: #f79533;
	font-size: 18px;
	font-weight: 700;
	line-height: 12px;
	padding: 10px 22px;
	display: inline-block;
}
.button-link ul {
	-ms-flex: 0 0 27%;
	flex: 0 0 27%;
	max-width: 27%;
	padding-left: 15px;
	;
}
.primarybtn.blue,
.primarybtn2.blue {
	background-color: #2699fb;
}
.primarybtn2.blue {
	border: 2px solid #2699fb;
	background: #fff;
	color: #2699fb;
}
.primarybtn3.blue {
	color: #2699fb;
}
.primarybtn2:hover,
.primarybtn3:hover {
	color: #0056b3;
}
/* design-bar */

.design-bar {
	margin-bottom: 73px;
}
.design-bar h2,
.tabbing-panel h2,
.paragraph-wrap .fullsummary-block .review h2 {
	color: #383f45;
}
.progress-bar-block {
	padding-right: 40px;
}
.progress-bar-block .progress-bar {
	border-radius: 10px 0 0 10px;
	background-color: #f79533;
}
.progress-bar-block .progress {
	border-radius: 10px;
	height: 10px;
	background-color: #efefef;
	margin-bottom: 40px;
}
.progress-bar-block .progress .p-bar2 {
	border-radius: 0px;
	background-color: rgba(247, 149, 51, 0.51);
}
/* Tabbing-panel */

.tabbing-panel {
	margin-bottom: 80px;
}
.tabbing-panel h2 {
	margin-bottom: 25px;
}
.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-item {
	width: 20%;
	text-align: center;
}
.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-item:first-child .nav-link.active {
	border-left: solid 1px #b5b5b5;
}
.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-item:last-child .nav-link.active {
	border-right: solid 1px #b5b5b5;
	margin-right: -0.9px;
}
.tabbing-panel .mega-tabs-panel .tab-content2 {
	padding: 68px 40px 40px;
	border: solid 1px #b5b5b5;
	border-top: inherit;
	border-radius: 0px 0px 15px 15px;
}
.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-img {
	-ms-flex: 0 0 42.5%;
	flex: 0 0 42.5%;
	max-width: 42.5%;
}
.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-text {
	-ms-flex: 0 0 57.5%;
	flex: 0 0 57.5%;
	max-width: 57.5%;
	padding: 0px 0px 0px 30px;
}
.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-text h2 {
	line-height: 55px;
}
.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-text p {
	margin-bottom: 40px;
}
.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-link.active {
	border-color: inherit;
	border: none;
	border-top: solid 1px #b5b5b5;
}
.tabbing-panel .mega-tabs-panel .top-tabs ul {
	border-bottom: none;
}
/* vertical-tab*/

.v-tab-panel .mega-tabs-panel {
	width: 100%;
	border: 1px solid #b5b5b5;
	background-color: #ffffff;
	border-radius: 15px;
}
.v-tab-panel .mega-tabs-panel .nav .nav-link {
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	padding: 25px 0px 35px;
	background-color: #efefef;
}
.v-tab-panel .mega-tabs-panel .nav .nav-link:first-child {
	border-radius: 15px 0px 0px 0px;
}
.v-tab-panel .mega-tabs-panel .nav .nav-link:nth-child(6) {
	border-radius: 0px 0px 0px 15px;
}
.v-tab-panel .mega-tabs-panel .nav-pills .nav-link.active,
.v-tab-panel .mega-tabs-panel .nav-pills .show > .nav-link {
	color: #383f45;
	background-color: #ffffff;
}
.mega-tabs-panel .tab-content3 .t-member {
	padding: 40px 0px 25px;
}
.mega-tabs-panel .tab-content3 .t-member .t-img {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}
.mega-tabs-panel .tab-content3 .t-member .t-text {
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
	padding: 0px 43px;
}
.mega-tabs-panel .tab-content3 .t-member .t-text h2 {
	line-height: 50px;
}
.paragraph-wrap .fullsummary-block .review h2 {
	text-align: center;
	margin-bottom: 58px;
}
.paragraph-wrap .fullsummary-block .review .text {
	margin-bottom: 60px;
	padding-right: 60px;
}
/* mega-element-block */

.mega-element-block {
	padding: 20px 0px 30px;
}
.mega-element-block .summary-block {
	padding: 0;
}
.mega-element-block .summary-block .panel .big {
	margin-bottom: 25px;
	display: block;
}
.mega-element-block .summary-block .panel .addtocart {
	position: relative;
	display: block;
	text-align: center;
	width: 95%;
	margin-bottom: 15px;
}
.mega-element-block .summary-block .panel .addtocart:after {
	left: 18%;
}
.mega-element-block .summary-block .panel .addtocart:hover {
	background-color: #fff;
	color: #f79533;
	border: 2px solid #f79533;
}
.mega-element-block .summary-block .panel .addtocart:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center/18px;
}
.mega-element-block .tab-content .panel {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 5px 30px;
}
.mega-element-block .tab-content .panel:hover {
	box-shadow: inherit;
	background-color: inherit;
}
.mega-element-block .tab-content .panel .primarybtn {
	width: 98%;
	left: 5px;
	bottom: 45px;
}
.mega-element-block .tab-content .panel .primarybtn:hover {
	background-color: #fff;
	color: #f79533;
	border: 2px solid #f79533;
}
.mega-element-block .megafull-panel {
	margin-bottom: 0;
}
.mega-element-block .megafull-panel .full-panel {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.megafull-panel .full-panel .price .addtocart {
	position: absolute;
	right: 0px;
	bottom: 3px;
	width: 100%;
	max-width: 175px;
	text-align: right;
}
.megafull-panel .full-panel .price .addtocart:hover {
	background-color: #fff;
	color: #f79533;
	border: 2px solid #f79533;
}
.megafull-panel .full-panel .price .addtocart:hover:after {
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/addtocart-orange.svg)no-repeat center/18px;
}
.mega-element-block h2 {
	color: #383f45;
}
.updwn {
	width: 32px;
	height: 32px;
	background: #2699fb;
	border-radius: 6px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}
.updwn i {
	display: block;
	width: 12px;
	padding: 10px 0px;
	margin: 0 auto;
}
.overzicht-modal .modal-dialog {
	max-width: 1060px;
	margin: 0 auto;
}
.overzicht-modal.modal {
	background: rgba(0, 0, 0, 0.66);
	z-index: 999999;
}
.overzicht-modal .modal-header {
	padding: 0px 0px;
	border-bottom: none;
}
.overzicht-modal .modal-content {
	border-radius: 5px;
}
.overzicht-modal .modal-body {
	padding: 0px 40px 60px;
}
.overzicht-modal .close {
	font-size: 3.5rem;
	color: #383f45;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 37px;
	top: 25px;
	z-index: 99;
}
.overzicht-modal .fullsummary-block {
	margin-bottom: 0;
	padding: 47px 0px 0;
}
.overzicht-modal .fullsummary-block .top-panel h2 {
	margin: 0px 0px 7px;
	line-height: 55px;
	color: #383f45;
}
.overzicht-modal .fullsummary-block .top-panel p {
	margin-bottom: 30px;
	font-size: 18px;
}
.overzicht-modal .fullsummary-block .list-style {
	width: 45%;
}
.overzicht-modal .fullsummary-block .list-style li a {
	font-size: 16px;
}
.overzicht-modal .priceOptions-block {
	margin-bottom: 0;
	margin-top: 60px;
	padding: 32px 40px 0px 32px;
	background-color: #f8f8f8;
	box-shadow: inherit;
}
.overzicht-modal .priceOptions-block .top ul {
	margin-top: -8px;
}
.overzicht-modal .priceOptions-block .top ul li {
	font-size: 12px;
	line-height: 18px;
}
.overzicht-modal .priceOptions-block .middle .cstm-radio input + label {
	font-size: 14px;
}
.overzicht-modal .priceOptions-block .middle {
	padding: 20px 3px 17px 0px;
}
.overzicht-modal .priceOptions-block .middle ul li {
	padding-bottom: 12px;
}
.overzicht-modal .priceOptions-block .middle ul li span {
	font-size: 14px;
}
.overzicht-modal .priceOptions-block .bottom .list-style li a {
	font-size: 14px;
}
.overzicht-modal .priceOptions-block .middle .addtocart {
	bottom: -3px;
	font-size: 16px;
	margin-bottom: 9px;
}
.overzicht-modal .priceOptions-block .middle .cstm-radio input:checked + label:after {
	top: 9px;
}
.overzicht-modal .priceOptions-block .middle .cstm-radio .discount {
	background-color: #00a70d;
}
.checkout-modal .modal-dialog {
	max-width: 440px;
	margin: 0 auto;
}
.checkout-modal .modal-body {
	padding: 30px 40px 60px;
}
.checkout-modal .close {
	right: 47px;
	top: 51px;
}
.login-form label {
	color: #383f45;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 3px;
}
.login-form h2 {
	color: #383f45;
	margin-bottom: 40px;
}
.login-form .form-group {
	margin-bottom: 20px;
}
.login-form .form-group a {
	color: #f79533;
	font-family: 'Helvetica Neue';
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}
.login-form .form-group a:hover {
	color: #f79533;
}
.login-form .form-group button {
	border: none;
	width: 100%;
	margin-top: 10px;
}
/* home */

.mtoggle {
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translate(-0%, -50%);
	display: none;
	z-index: 99999;
}
.profile-block.mblock {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(-0%, -50%);
	display: none;
}
.profile-block.mblock ul {} .profile-block.mblock ul li {
	float: left;
	margin-left: 16px;
}
.profile-block.mblock ul li a {
	font-size: 16px;
	color: #f79533;
}
.mtoggle a {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.8px;
	line-height: 35px;
	text-transform: uppercase;
}
.closebtn {
	display: none;
	padding: 12px 0px;
	border-top: 1px solid #e8e8e8;
	background-color: #fcfcfc;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
.closebtn a {
	color: #f79533;
	font-family: 'arial';
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.8px;
	line-height: 35px;
	text-transform: uppercase;
	float: right;
	margin-right: 60px;
}
.footer-block .inner .panel h6 {
	position: relative;
	cursor: pointer;
}
.footer-block .inner .panel h6:after {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
	height: 12px;
	content: "";
	background: url( /wp-content/themes/Avada-Child-Theme/templates/images/arrow-down-white.svg)no-repeat center/12px;
	transform: translate(-0%, -50%);
	display: none;
}
.mega-content .paragraph-block figure {
	margin-left: -10px;
	width: 99%;
}
.ovr-service-block .content h2 {
	color: #383f45;
}
.details-summary .updwn {
	background-color: #efefef;
	border-radius: 50%;
}
.full-panel .inner {
	display: none;
}
.mega-element-block .megafull-panel .full-panel .inner {
	display: block;
}
.recently-ordered ul li > *:before {
	content: attr(data-title);
	display: none;
	width: 100%;
	font-size: 16px;
	padding-bottom: 8px;
	color: #000;
	font-weight: 700;
}
.m-show {
	display: none;
}
.m-show-hide {
	display: none;
}
.m-show-hide li:after {
	display: none;
}
.mstsold.m-show-hide {
	display: none!important;
}
#page-wrap {
	position: relative;
}
#header-wrap {
	width: 100%;
	border-top: 1px solid #f79533;
	z-index: 9999;
	background: #fff;
	top: 0;
	left: 0;
	transition: all .3s;
}
#header-wrap.scrolled {
	position: fixed;
	border-bottom: 1px solid #f79533;
}
#header-wrap.scrolled .middle-block .logo a {
	width: 75%;
	display: block;
}
#header-wrap.scrolled .middle-block .logo {
	margin-top: 15px;
}
#header-wrap.scrolled .top-block,
#header-wrap.scrolled .bottom-block {
	display: none;
}
.top-breadcrumbs-block {
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	position: relative;
	transition: all .3s;
}
.top-breadcrumbs-block.fixed {
	position: fixed;
}
.summary-block .panel .text .primarybtn.bg{
	background-color: #f79533;
	color: #fff;
}
.summary-block .panel .text .primarybtn.bg:hover{
	background-color: #fff;
	color: #f79533;
	border: 2px solid ##f79533;
} 

/* responsive */

@media only screen and (max-width: 1599px) {
	.excepteur-panel figure img {
		margin-left: -50px;
	}
}
@media only screen and (max-width: 1439px) {

	.footer-block {
		padding: 34px 20px 0px;
	}
	.team-panel .text-panel ul li {
		font-size: 18px;
		line-height: 25px;
	}
	.team-panel .text-panel .link-bottom {
		margin: 0;
	}
	.team-panel .text-panel {
		padding: 30px 0px 0px;
	}
	.jaar-panel .selectbtn {
		position: absolute;
		right: 30px;
	}
	.addtocart {
		font-size: 16px;
	}
	.team-member2-block .inner-panel .info-panel .nodiscount ul li.green {
		font-size: 19px;
	}
	.excepteur-panel figure img {
		margin-left: 0;
		max-width: 100%;
	}
	.product-panel {
		padding-right: 25px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1279px) {
	.summary-block .panel .text .primarybtn,
	.excepteur-panel .content .primarybtn,
	.primarybtn2,
	.excepteur-content .content .primarybtn {
		width: max-content;
	}
	.paragraph-block .text-content {
		padding-top: 30px;
		padding-right: 0;
	}

	.summary-block .panel {
		margin-bottom: 30px;
	}
	.paragraph-block figure.full-left img,
	.paragraph-block.edu figure.full-left img {
		margin-left: 0;
	}
	.footer-block .panel.contact {
		padding: 0px 0px 0px px;
	}
	.mega-content .paragraph-block .text-content {
		padding-top: 15px;
		padding-right: 0px;
		padding-left: 0;
	}
	.mega-content .paragraph-block .text-content h2 {
		line-height: 46px;
		font-size: 35px;
	}
	p {
		font-size: 16px;
		line-height: 25px;
	}
	.paragraph-block {
		padding: 60px 0px;
	}
	h2 {
		line-height: 46px;
		font-size: 35px;
	}
	.mega-content .paragraph-block {
		padding-bottom: 0;
	}
	.paragraph-block.edu .text-content {
		padding-top: 30%;
		padding-right: 0;
	}
	/* overzicht */
	.tick-panel .form-group {
		width: max-content;
		margin-right: 21px;
	}
	.ovr-service-block .content h2 {
		margin-right: 20px;
	}
	h4 {
		font-size: 20px;
	}
	.team-panel .text-panel .link-bottom .primarybtn {
		margin: 0px 0px 0px 20px;
	}
	.middle-block {
		padding: 25px 0px 25px;
	}
	.middle-block .logo {
		float: none;
		margin: 0px;
		text-align: center;
		display: block;
	}
	.middle-block .logo a {
		display: inline-block;
	}
	#header-wrap.scrolled .middle-block .logo a {
		width: 14%;
		display: inline-block;
	}
	.middle-block .right-panel {
		position: absolute;
		top: 0%;
		left: -2px;
		background: #ffffff;
		width: 0%;
		z-index: 999!important;
		overflow: hidden;
		transition: all .3s;
		border-top: solid 1px #000;
		border-right: solid 1px #000000;
	}
	.right-panel .nav-block {
		float: none;
		margin: 0;
		width: 100%;
		background: #fff;
		padding-top: 100px;
	}
	.right-panel .nav-block ul {
		border-top: solid 1px #f79533;
	}
	.right-panel .nav-block ul li {
		float: none;
		margin-left: 0;
		border-bottom: 1px solid #efefef;
		background-color: #ffffff;
	}
	.right-panel .nav-block ul li a {
		line-height: 59px;
		padding: 0px 30px;
		font-size: 14px;
		color: #000;
	}
	.right-panel .login-block {
		display: block;
		padding-bottom: 300px;
		float: none;
	}
	.right-panel .login-block ul li {
		border-bottom: 1px solid #efefef;
	}
	.right-panel .login-block ul li a,
	.right-panel .login-block ul li.login a {
		color: #000000;
		font-size: 14px;
		font-weight: 700;
		padding: 0px 30px;
	}
	.right-panel .login-block ul li.login a {
		box-shadow: inherit;
		border-radius: inherit;
		background-color: inherit;
		text-align: inherit;
		padding: 0px 30px;
	}
	.right-panel .login-block ul li {
		float: none;
		margin-left: 0px;
	}
	.right-panel .profile-block {
		position: absolute;
		right: 5%;
		top: 5%;
	}
	.closebtn {
		display: block;
	}
	.mtoggle,
	.profile-block.mblock {
		display: block;
	}
	/* mijn */
	.mega-tabs-panel .tab-content2 {
		padding: 35px 30px 0px;
	}
	.team-panel2 .text-panel {
		padding: 20px 15px 0;
	}
	.team-panel2 .text-panel h4 {
		margin-bottom: 10px;
	}
	.team-panel2 .text-panel ul {
		margin-bottom: 10px;
	}
	.team-panel2 .text-panel ul li {
		font-size: 17px;
	}
	.recently-ordered ul li span {
		font-size: 15px;
		line-height: 20px;
	}
	h5 {
		font-size: 17px;
	}
	.recently-ordered ul li .button .primarybtn {
		width: max-content;
	}
	.primarybtn {
		font-size: 16px;
	}
	.mega-tabs-panel .top-tabs .nav-tabs .nav-link {
		font-size: 16px;
	}
	.tab-content .panel span strong {
		font-size: 30px;
	}
	.tab-content .panel ul li {
		font-size: 16px;
		line-height: 27px;
	}
	/* overzicht */
	.team-member2-block .inner-panel .img-panel {
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	.team-member2-block .inner-panel .info-panel {
		-ms-flex: 0 0 89%;
		flex: 0 0 89%;
		max-width: 89%;
	}
	.team-member2-block .inner-panel .info-panel .left-side {
		width: 77%;
	}
	.team-member2-block .inner-panel .info-panel .right-side {
		width: 23%;
	}
	.addtocart {
		padding: 12px 15px 11px 15px;
	}
	.team-member2-block .inner-panel .info-panel .nodiscount ul li,
	.team-member2-block .inner-panel .info-panel .nodiscount ul li.green {
		font-size: 18px;
	}
	.team-member2-block .inner-panel .info-panel .left-side h4 {
		max-width: 500px;
	}
	.team-member2-block .inner-panel .info-panel .left-side .secondarybtn {
		position: absolute;
		right: 30px;
	}
	.team-member2-block .inner-panel {
		padding: 45px 0px 45px;
	}
	.overzicht .team-member-block .team-panel .text-panel .heading {
		position: relative;
	}
	.overzicht .team-member-block .team-panel .text-panel .heading .secondarybtn {
		position: absolute;
		right: -10px;
	}
	.overzicht-modal .modal-dialog {
		max-width: 90%;
		margin: 0 auto;
	}
	.checkout-modal .modal-dialog {
		max-width: 440px;
		margin: 0 auto;
	}
	.overzicht-modal .priceOptions-block .middle .cstm-radio input:checked + label:after {
		top: 7px;
	}
	.cstm-radio input:checked + label:after {
		top: 7px;
	}
	.fullsummary-block .top-panel h2 {
		letter-spacing: 0;
	}
	.list-style {
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}
	.list-style li a {
		font-size: 16px;
		line-height: 25px;
	}
	.list-style li a:after {
		top: 1px;
		background: url( /wp-content/themes/Avada-Child-Theme/templates/images/tick.svg)no-repeat center/15px;
	}
	.top-breadcrumbs-block ul li a {
		font-size: 15px;
	}
	.box-panel1 figure,
	.box-panel .text {
		vertical-align: top;
	}
	.box-panel1 figure {
		top: 0;
	}
	.box-panel1 .text h4 {
		line-height: 20px;
		margin-bottom: 0;
	}
	.box-panel1 .text p {
		line-height: 22px;
	}
	.moreinfo {
		font-size: 18px;
	}
	.full-panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
		padding: 17px 30px 10px;
	}
	.excepteur-panel .content {
		padding: 10px 40px;
	}
	.excepteur-panel {
		margin-bottom: 200px;
	}
	.excepteur-content .content {
		padding: 30px 0px 30px;
	}
	.excepteur-content figure img {
		margin: 0 auto;
	}
	.excepteur-content .row {
		margin-bottom: 0;
	}
	.jaar-panel .selectbtn {
		top: 35px;
	}
	.address-form-panel .heading {
		width: 100%;
		margin: 0 auto 50px;
	}
	.pagination ul li span {
		font-size: 17px;
	}
	.pagination ul li.active i:before {
		top: 35%;
	}
	.pagination ul li i:after {
		left: 57%;
		top: 36%;
	}
	.mega-order-panel .order .price strong {
		font-size: 15px;
	}
	.mega-order-panel ul li span {
		font-size: 18px;
	}
	.mega-order-panel .tick-panel .form-group input + label,
	.billing-panel .tick-panel .form-group input + label {
		font-size: 18px;
	}
	.product-panel .panel .drpdwn {
		width: 39%;
	}
	.product-panel .panel .price {
		width: 8%;
	}
	.member-panel figure {
		width: 220px;
		height: 218px;
		margin-bottom: 30px;
	}
	.categories-panel .top-heading .primarybtn {
		padding: 0px 20px;
	}
	.team-member2-block .inner-panel .info-panel .addtocart {
		padding: 12px 30px 11px 56px;
	}
	.megafull-panel .full-panel .price .addtocart {
		text-align: center;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1023px) {
	.bottom-block ul li{
		font-size: 16px;
	}
	.paragraph-block .full-left {
		margin-top: 30px;
		position: relative;
		left: 60px;
	}
	.paragraph-block.edu .full-left {
		left: 360px;
	}
	.mega-content .paragraph-block .text-content .primarybtn {
		margin-bottom: 30px;
	}
	.mega-content:before {
		bottom: -300px;
	}
	.paragraph-block {
		padding: 60px 0px 0px;
	}
	/* mijn */
	.product-txt .p-img {
		width: 40px;
	}
	.tab-content .panel {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 1.3%;
		margin-right: 0;
	}
	.inputbtn,
	.middle-categories .billing-panel .form-control.select {
		font-size: 16px;
		height: 44px;
	}
	.overzicht .team-panel .img-panel,
	.overzicht .team-panel .text-panel {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	.overzicht .team-panel .text-panel {
		padding-left: 20px;
	}
	.addtocart {
		padding: 12px 15px 11px 10px;
		font-size: 14px;
	}
	.team-member2-block .inner-panel .info-panel .nodiscount ul li,
	.team-member2-block .inner-panel .info-panel .nodiscount ul li.green {
		font-size: 17px;
	}
	.overzicht-modal .fullsummary-block .top-panel h2 {
		line-height: 35px;
		font-size: 30px;
	}
	.overzicht-modal .fullsummary-block .list-style {
		width: 50%;
		margin-bottom: 0;
	}
	.fullsummary-block .repeat .text {
		width: auto;
	}
	.fullsummary-block .repeat .text h5 {
		width: calc(100% - 15%);
	}
	.top-breadcrumbs-block ul li {
		margin-right: 25px;
	}
	.top-breadcrumbs-block .addtocart {
		margin-top: -30px;
	}
	.cstm-radio input:checked + label:after {
		top: 8px;
	}
	.address-form-panel .heading.heading2 {
		padding-right: 0%;
	}
	.jaar-panel {
		margin-bottom: 15%;
	}
	.paragraph-wrap .panel p {
		margin-bottom: 20px;
	}
	.paragraph-wrap .panel2,
	.paragraph-wrap .panel3 {
		margin-bottom: 0px;
	}
	.member-panel {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-right: 0%;
	}
	.member-panel figure {
		margin: 0 auto 30px;
	}
	.member-panel .text span {
		font-size: 16px;
	}
	.button-link ul {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pagination ul li span {
		font-size: 16px;
	}
	.pagination ul li i:after {
		left: 58%;
	}
	.top-breadcrumbs-block .addtocart {
		margin-top: -15px;
	}

	.DivSelectyze ul {
		top: 87%;
	}
	.DivSelectyze > a {
		height: 47px;
		padding: 13px 15px;
	}
	.pst-grid-panel .summary-block ul li {
		font-size: 15px;
	}
	.team-panel2 .text-panel ul li {
		font-size: 16px;
	}
	.team-panel2 .text-panel .link-bottom span {
		font-size: 18px;
	}
	.modal.fade .modal-dialog {
		-webkit-transform: translate(0, 17px);
		transform: translate(0, 17px);
	}
}
@media only screen and (max-width: 959px) {
	.bottom-block ul li {
		font-size: 14px;
	}
	.bottom-block ul li img {
		width: 13px;
	}

	.footer-block .panel {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.footer-block .inner {
		padding-bottom: 0px;
		margin-bottom: 20px;
		border-right: inherit;
		border-bottom: solid 2px rgba(255, 255, 255, 0.15);
	}
	.logo-block.bottom ul li {
		margin: 0px 37px 20px 0px;
	}
	.banner-block .study-panel1 .panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-block .study-panel1 .panel:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-block .inner .panel h6:after {
		display: block;
	}
	.footer-block .inner .panel ul {
		display: none;
	}
	.banner-block .box-panel1 .panel {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	.banner-block .box-panel1 .panel:nth-child(2) {
		-ms-flex: 0 0 18%;
		flex: 0 0 18%;
		max-width: 18%;
	}
	.banner-block .title p br {
		display: none;
	}
	/* 	.banner-block .title p {
		font-size: 18px;
	} */
	.team-panel2 .text-panel ul li {
		font-size: 14px;
		line-height: 24px;
	}
	.team-panel2 .text-panel .link-bottom span {
		font-size: 15px;
		margin-right: 15px;
	}
	.link-bottom .primarybtn {
		padding: 0px 20px;
		height: 30px;
		line-height: 30px;
	}
	.team-panel2 .img-panel,
	.team-panel2 .text-panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-panel2 .text-panel {
		padding: 20px 15px 10px;
	}
	.recently-ordered {
		padding: 0px 10px;
	}
	h5 {
		font-size: 15px;
	}
	.mega-tabs-panel .top-tabs ul li {
		flex: inherit;
		width: 100%;
	}
	.mega-tabs-panel .top-tabs .nav-tabs .nav-link {
		padding: 15px 0px;
	}
	.account-information h5 {
		margin-bottom: 40px;
	}
	.billing-panel {
		margin-bottom: 50px;
	}
	.billing-panel label {
		font-size: 16px;
	}
	.top-block {
		display: none;
	}
	.team-member2-block .inner-panel .img-panel,
	.team-member2-block .inner-panel .info-panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-member2-block .inner-panel .info-panel .left-side h4 {
		max-width: 380px;
	}
	.team-member2-block .inner-panel .info-panel .discount strong {
		font-size: 25px;
	}
	.addtocart img {
		margin: -5px 5px 0px 5px;
	}
	.team-member2-block .inner-panel .info-panel .left-side {
		width: 75%;
	}
	.team-member2-block .inner-panel .info-panel .right-side {
		width: 25%;
	}
	.team-member2-block .inner-panel .info-panel .nodiscount ul li,
	.team-member2-block .inner-panel .info-panel .nodiscount ul li.green {
		font-size: 16px;
		line-height: 20px;
	}
	.top-breadcrumbs-block ul {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.top-breadcrumbs-block ul li {
		float: none;
		text-align: center;
	}
	.top-breadcrumbs-block .addtocart {
		float: none;
		margin-top: 0px;
	}
	.top-breadcrumbs-block ul li a {
		font-size: 14px;
		line-height: 30px;
	}
	.mega-box-panel {
		padding: 22px 0px 30px;
	}
	.subscription-block .billing-panel {
		margin-top: 50px;
	}
	.subscription-block .fullsummary-block figure img {
		max-width: 100%;
		margin-left: 275px;
		margin-top: 0;
	}
	.product-panel .panel .text h5,
	.product-panel .panel .text span {
		font-size: 17px;
	}
	.product-panel .panel .drpdwn .form-control.select {
		width: 170px;
		height: 45px;
	}
	.product-panel .panel .drpdwn {
		width: 37%;
	}
	.product-panel .panel .price {
		width: 10%;
	}
	.t-member .t-img,
	.t-member .t-text,
	.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-img,
	.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.t-member .t-text {
		padding: 20px 10px;
	}
	.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-text {
		padding: 20px 0px 0px 0px;
	}
	.v-tab-panel .mega-tabs-panel .nav .nav-link {
		padding: 25px 0px 25px;
	}
	.categories-panel .top-heading .primarybtn {
		padding: 0px 11px;
		font-size: 13px;
	}
	.recently-ordered ul li.top {
		display: none;
	}
	.recently-ordered ul li > *:before {
		display: block;
	}
	.recently-ordered ul li .no,
	.recently-ordered ul li .date,
	.recently-ordered ul li .product-txt,
	.recently-ordered ul li .price,
	.recently-ordered ul li .status,
	.recently-ordered ul li .button {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.team-member2-block .inner-panel .info-panel .addtocart {
		padding: 12px 30px 11px 50px;
	}
	.middle-block {
		padding: 16px 0px 16px;
	}
	#header-wrap.scrolled .middle-block .logo a {
		width: 130px;
	}
	.excepteur-panel {
		margin-bottom: 146px;
		padding: 54px 0px 0;
	}
	.address-form-panel {
		padding: 80px 0px 0px;
		margin-bottom: 90px;
	}
	.fullsummary-block {
		margin-bottom: 80px;
	}
	.excepteur-panel {
		margin-bottom: 146px;
		padding: 0;
	}
	h2 {
		line-height: 50px;
		font-size: 25px;
	}
	.pagination ul li {
		margin: 0px 20px 0px 8px;
	}
	.pagination ul li i:after {
		left: 54%;
	}
	.categories-panel .top-heading .primarybtn:hover {
		padding: 0px 10px;
	}
	.DivSelectyze ul {
		top: 94%;
	}
	.inputbtn.tick {
		background-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.mega-content:before {
		bottom: -250px;
	}
	.bottom-block ul li {
		float: none;
		text-align: center;
	}
	.quote-block .inner {
		width: 100%;
	}
	.banner-block .box-panel1 .panel:nth-child(2) .submitbtn {
		font-size: 15px;
	}
	.paragraph-block .full-left {
		display: none;
	}
	/* mijn */
	h4 {
		font-size: 18px;
	}
	.secondarybtn {
		font-size: 12px;
		padding: 4px 10px;
	}
	.overzicht .team-member-block .team-panel .text-panel .heading .secondarybtn {
		right: -40px;
		top: 0px;
	}
	.team-member2-block .inner-panel .info-panel .left-side .secondarybtn {
		font-size: 12px;
		padding: 2px 10px;
	}
	.team-member2-block .inner-panel .info-panel .left-side h4 {
		max-width: 315px;
	}
	.team-member2-block .inner-panel .info-panel .discount strong em {
		font-size: 12px;
		padding: 3px 6px;
	}
	.team-member2-block .inner-panel .info-panel .discount strong {
		font-size: 21px;
	}
	.addtocart {
		font-size: 13px;
	}
	.team-panel .text-panel ul li {
		font-size: 16px;
		line-height: 22px;
	}
	.moreinfo {
		font-size: 17px;
		line-height: 40px;
	}
	.team-member2-block .row:last-child {
		margin-bottom: 100px;
	}
	.priceOptions-block,
	.advantage-panel {
		padding: 25px 25px 25px 25px;
	}
	.cstm-radio input:checked + label:after {
		top: 7px;
	}
	.contact-form .form-group input,
	.contact-form .form-group button {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.excepteur-content .video {
		width: 60px;
		height: 60px;
		background: #fff url( /wp-content/themes/Avada-Child-Theme/templates/images/angle-right2.svg)no-repeat top 20px center/18px;
	}
	.product-panel .panel,
	.product-panel .panel .clsbtn,
	.product-panel .panel .text,
	.product-panel .panel .drpdwn,
	.product-panel .panel .price {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.product-panel .panel .price {
		text-align: right;
	}
	.pst-grid-panel .summary-block.othr .panel .text {
		padding: 27px 15px 0px 25px;
	}
	.mega-slider-panel .slick-dots {
		bottom: -4px;
		left: 0px;
	}
	.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-item {
		width: 100%;
	}
	.tabbing-panel .mega-tabs-panel .tab-content2 .t-member .t-text h2 {
		line-height: 33px;
		font-size: 25px;
	}
	.mega-tabs-panel .tab-content3 .t-member .t-img,
	.mega-tabs-panel .tab-content3 .t-member .t-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.mega-tabs-panel .tab-content3 .t-member .t-text {
		padding: 20px 10px;
	}
	.mega-tabs-panel .tab-content3 .t-member .t-text h2 {
		line-height: 36px;
	}
	.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-link.active {
		border-top: solid 1px #b5b5b5;
		border-left: solid 1px #b5b5b5;
		border-right: solid 1px #b5b5b5;
	}
	.tabbing-panel .mega-tabs-panel .top-tabs .nav-tabs .nav-item:last-child .nav-link.active {
		margin-right: 0;
	}
	.full-panel .top-heading i {
		right: 0%;
	}
	.tabbing-panel .mega-tabs-panel .tab-content2,
	.mega-tabs-panel .tab-content3 .t-member {
		padding: 40px 20px 40px;
	}
	.fullsummary-block .review {
		margin-bottom: 0;
	}
	.tabbing-panel,
	.design-bar,
	.fullsummary-block .faq {
		margin-bottom: 30px;
	}
	.team-members {
		padding: 40px 0px 40px;
	}
	.categories-panel .top-heading .primarybtn {
		margin-top: 20px;
	}
	.logo-block,
	.subscription-block .fullsummary-block figure img {
		display: none;
	}
	.paragraph-block.edu .text-content {
		margin-bottom: 30px;
	}
	.kortingspakket .fullsummary-block .centering > .row,
	.details-offline .fullsummary-block .centering > .row,
	.details-summary .fullsummary-block .centering > .row {
		flex-flow: column-reverse nowrap;
	}
	.details-offline .fullsummary-block .right .contact-form {
		display: block;
	}
	.map-panel {
		margin-bottom: 30px;
	}
	.details-offline .fullsummary-block .contact-form {
		display: none;
	}
	.team-member2-block .inner-panel .info-panel .addtocart {
		width: 200px;
		text-align: center;
	}
	.kortingspakket .bottom-block,
	.cart .bottom-block,
	.checkout .bottom-block,
	.details-offline .bottom-block,
	.details-summary .bottom-block,
	.mijn .bottom-block,
	.overzicht .bottom-block,
	.web .bottom-block {
		display: none;
	}
	.overzicht .search-block {
		margin-bottom: 0px;
	}
	.search-block {
		margin-bottom: 60px;
	}
	.banner-block {
		padding: 80px 0px 0px;
	}
	.paragraph-block .text-content {
		padding-right: 10px;
	}
	.DivSelectyze ul {
		top: 100%;
	}
	.mega-tabs-panel .my-details .contact-info ul li,
	.mega-tabs-panel .my-details .contact-info ul li a,
	.mega-tabs-panel .my-details .address {
		font-size: 16px;
		line-height: 28px;
	}
	 .product-panel .panel .clsbtn{
		 display:table;
		 width:100%;
		 padding-right: 30px;
	 }
	.product-panel .panel .clsbtn img{
		float:right;
		cursor:pointer;
	} 
	.product-panel .panel .p-img{
		display:none;
	}
	.top-breadcrumbs-block {
		padding: 22px 0px 22px;
	}
		.bottom-block{
		display:none!important;
	}
}
@media only screen and (max-width: 639px) {
	.top-block {
		display: none;
	}
	.middle-block .logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.middle-block .logo a {
		display: inline-block;
	}

	h1 {
		font-size: 40px;
	}
	h2 {
		line-height: 38px;
		font-size: 30px;
	}
	.excepteur-panel .content h2,
	.excepteur-content .content h2,
	.address-form-panel .heading h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.mega-content .paragraph-block .text-content h2 {
		line-height: 38px;
		font-size: 30px;
	}
	.primarybtn {
		font-size: 15px;
	}
	.paragraph-block.edu .full-left {
		left: 200px;
	}
	.logo-block ul li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.logo-block ul li img {
		display: inline-block;
	}
	.logo-block.bottom {
		padding-top: 0;
		padding-bottom: 15px;
	}
	.mega-content:before {
		bottom: -150px;
	}
	.footer-block .panel,
	.footer-block .panel.contact,
	.footer-block .panel.apps {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.banner-block .box-panel1 .panel ul li a {
		padding: 15px 15px 8px;
	}
	.search-block .nav .nav-item .nav-link {
		font-size: 16px;
		padding: 18px 18px 18px;
	}
	.mega-tabs-panel .my-details .address {
		margin-top: 20px;
	}
	.mega-tabs-panel .my-details .contact-info ul li,
	.mega-tabs-panel .my-details .contact-info ul li a,
	.mega-tabs-panel .my-details .address {
		font-size: 16px;
	}
	.billing-panel .half .form-group {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
	.overzicht .team-member-block .team-panel .text-panel .heading .secondarybtn {
		right: 10px;
		top: 0px;
	}
	.overzicht .team-member-block .team-panel .text-panel .heading {
		padding-top: 40px;
	}
	.overzicht .team-member-block .team-panel .text-panel .heading .secondarybtn {
		right: inherit;
		top: 0px;
		left: 0;
	}
	.tick-panel .form-group {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.team-member2-block .inner-panel .info-panel .left-side,
	.team-member2-block .inner-panel .info-panel .right-side {
		width: 100%;
		min-height: auto;
	}
	.team-member2-block .inner-panel .info-panel .right-side {
		min-height: auto;
	}
	.team-member2-block .inner-panel .info-panel .nodiscount ul li {
		width: 100%;
	}
	.team-member2-block .inner-panel .info-panel .left-side .heading {
		padding-top: 35px;
	}
	.team-member2-block .inner-panel .info-panel .left-side .secondarybtn {
		right: inherit;
		left: 0;
		top: 0;
	}
	.team-panel .text-panel .link-bottom .primarybtn {
		margin: 10px 0px 10px 0px;
	}
	.team-panel .text-panel .link-bottom {
		padding-left: 30px;
	}
	.overzicht-modal .fullsummary-block .list-style {
		width: 100%;
	}
	.overzicht-modal .fullsummary-block .top-panel p {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.overzicht-modal .fullsummary-block .list-style li a {
		font-size: 16px;
	}
	.overzicht-modal .list-style li a:after {
		top: 1px;
		background: url( /wp-content/themes/Avada-Child-Theme/templates/images/tick.svg)no-repeat center/15px;
	}
	.priceOptions-block .top strong {
		font-size: 26px;
	}
	.overzicht-modal .priceOptions-block {
		margin-top: 10px;
	}
	.cstm-radio input:checked + label:after {
		top: 8px;
	}
	.full-panel .timing p {
		font-size: 16px;
	}
	.megafull-panel {
		margin-bottom: 30px;
	}
	h5 {
		line-height: 18px;
	}
	.box-panel1 .text h4 {
		font-size: 16px;
	}
	.full-panel h2 {
		font-size: 30px;
	}
	.kortingspakket .cstm-radio input:checked + label:after {
		top: 7px;
	}
	.jaar-panel .top ul li a {
		width: 220px;
	}
	.address-form-panel {
		padding: 80px 0px 0;
	}
	.services-list li a {
		font-size: 15px;
		line-height: 25px;
	}
	.tick-panel .form-group input:checked + label:after {
		top: 5px;
	}
	.checkout-modal .modal-dialog {
		max-width: 90%;
	}
	.checkout-modal .close {
		top: 40px;
	}
	.paragraph-wrap .fullsummary-block .review .text {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.fullsummary-block .repeat .text h5 {
		width: calc(100% - 18%);
	}
	.m-show {
		display: block !important;
	}
	.m-show-hide,
	.moreinfo.m-info {
		display: block !important;
	}
	.m-hide {
		display: none;
	}
	.moreinfo {
		display: none;
	}
	.team-member2-block .inner-panel .info-panel .discount .mstsold {
		display: none;
	}
	.team-member2-block .inner-panel .info-panel .discount {
		padding: 30px 6px 0px;
	}
	.team-member2-block .inner-panel .info-panel .left-side P {
		margin-bottom: 0;
	}
	.team-member2-block .inner-panel .info-panel .left-side .heading .mstsold {
		top: 0;
	}
	.mstsold.m-show-hide {
		display: block!important;
	}
	.billing-panel button,
	.mega-order-panel button,
	.packers-block .total-price span {
		font-size: 16px;
	}
	.asks-block h4 {
		margin-bottom: 15px;
	}
	.asks-block ul li a {
		font-size: 16px;
		line-height: 36px;
	}
	.tick-panel {
		display: block;
	}
	.ovr-service-block .content span {
		top: 0px;
	}
}
@media only screen and (max-width: 539px) {
	h4 {
		font-size: 16px;
	}
	.tab-content .panel span strong {
		font-size: 20px;
	}
	.tab-content .panel ul li {
		font-size: 14px;
		line-height: 24px;
	}
	.fullsummary-block .supplements ul li a {
		font-size: 15px;
		padding: 15px 24px;
		margin-top: 0;
	}
	.top-breadcrumbs-block .addtocart {
		width: 100%;
		text-align: center;
	}
	.fullsummary-block .top-panel h2 {
		line-height: 35px;
	}
	.fullsummary-block {
		margin-bottom: 70px;
	}
	.list-style {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.fullsummary-block .top-panel figure {
		margin-bottom: 40px;
		margin-top: 25px;
	}
	.fullsummary-block .top-panel p,
	.fullsummary-block .middle-panel p {
		margin-bottom: 20px;
	}
	.fullsummary-block .middle-panel {
		margin-bottom: 30px;
	}
	.middle-block .logo a {
		width: 150px;
	}
	.middle-block {
		padding: 15px 0px 15px;
	}
	.right-panel .nav-block {
		padding-top: 60px;
	}
	.right-panel .profile-block {
		top: 2.5%;
	}
	.box-panel1 figure,
	.box-panel .text,
	.box-panel1 .link {
		display: block;
		width: 100%;
	}
	.kortingspakket .cstm-radio input:checked + label:after {
		top: 8px;
	}
	.full-panel h2 {
		font-size: 25px;
	}
	.full-panel,
	.details-offline .full-panel {
		padding: 17px 20px 10px;
	}
	.subscription-block .fullsummary-block figure img {
		margin-left: 160px;
	}
	.excepteur-panel .content {
		padding: 10px 10px;
	}
	.form-control.select {
		width: 200px;
		font-size: 15px;
	}
	.tick-panel .form-group input:checked + label:after {
		top: 4px;
	}
	.inputbtn,
	.middle-categories .billing-panel .form-control.select {
		font-size: 16px;
	}
	.mega-order-panel {
		padding: 30px 15px 30px;
	}
	.payment-use .cstm-radio input:checked + label:after {
		top: 49%;
	}
	.mega-order-panel .order figure,
	.mega-order-panel .order .text,
	.mega-order-panel .order .price {
		display: block;
		width: 100%;
	}
	.mega-order-panel ul li span {
		font-size: 15px;
	}
	.pst-grid-panel {
		margin-top: 30px;
	}
	.member-panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fullsummary-block .repeat .text h5 {
		width: calc(100% - 0%);
	}
	.fullsummary-block .repeat .text figure {
		margin-bottom: 15px;
	}
	.tab-content .panel ul {
		padding: 35px 0px;
	}
	.subscription-block .heading {
		margin-bottom: 40px;
	}
	.tab-content .panel {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 350px;
		margin-bottom: 20px;
	}
	.excepteur-panel .content h2,
	.excepteur-content .content h2,
	.address-form-panel .heading h2 {
		font-size: 26px;
		line-height: 33px;
	}
	.inputbtn,
	.middle-categories .billing-panel .form-control.select,
	.account-information .form-control.select {
		height: 36px;
	}
	.top-breadcrumbs-block.fixed ul {
		display:none;
	}
}
@media only screen and (max-width: 479px) {
	.paragraph-block.edu .full-left {
		left: 100px;
	}
	.paragraph-block .full-left {
		left: 30px;
	}
	.banner-block .box-panel1 {
		padding: 30px 10px 50px 20px;
	}
	.banner-block .study-panel1,
	.banner-block .box-panel1 {
		padding: 30px 10px 50px 20px;
	}
	.banner-block .box-panel1 .panel ul li a p {
		font-size: 12px;
		line-height: 12px;
	}
	.banner-block .box-panel1 .panel ul li a span {
		font-size: 12px;
	}
	.banner-block .study-panel1 .panel .form-control,
	.banner-block .box-panel1 .panel .inputbtn {
		font-size: 16px;
	}
	.banner-block .box-panel1 .panel:nth-child(2) .submitbtn {
		font-size: 12px;
		height: 30px;
	}
	.primarybtn {
		font-size: 14px;
	}
	/* mijn */
	.mega-tabs-panel .subscription-panel {
		padding: 15px 10px;
		margin-bottom: 15px;
	}
	.mega-tabs-panel .tab-content2 {
		padding: 15px 20px 0px;
	}
	.fullsummary-block .supplements ul li h5 {
		margin-bottom: 30px;
		float: none;
	}
	.fullsummary-block .supplements ul li a {
		float: none;
		display: block;
		text-align: center;
		max-width: 100px;
		font-size: 12px;
		padding: 10px 10px;
	}
	.fullsummary-block .supplements ul li:after {
		bottom: 54px;
	}
	.overzicht-modal .modal-body {
		padding: 0px 20px 30px;
	}
	.overzicht-modal .priceOptions-block {
		padding: 15px 15px 0px 15px;
	}
	.jaar-panel .top ul li a {
		width: 150px;
		font-size: 12px;
	}
	.pagination ul li span {
		font-size: 12px;
	}
	.pagination ul li.active i:before {
		width: 40px;
		height: 40px;
		top: 37%;
	}
	.pagination ul li i:after {
		left: 60%;
		top: 39%;
	}
	.mega-order-panel .tick-panel .form-group input + label,
	.billing-panel .tick-panel .form-group input + label {
		font-size: 16px;
	}
	.tick-panel .form-group input:checked + label:after {
		top: 4px;
	}
	.checkout-modal .modal-header {
		padding: 15px 0px 0px;
	}
	.login-form .form-group a {
		font-size: 18px;
	}
	.checkout-modal .close {
		top: 25px;
		right: 35px;
	}
	.paragraph-wrap .panel h2,
	.pst-grid-panel h2,
	.team-members h2 {
		margin-bottom: 20px;
	}
	.team-member2-block .inner-panel .info-panel .discount {
		padding: 30px 6px 41px;
	}
	.team-member2-block .inner-panel .info-panel .left-side ul li {
		font-size: 10px;
	}
	.team-member2-block .inner-panel .info-panel .discount {
		padding: 20px 6px 41px;
		width: 100%;
	}
	.team-member2-block .inner-panel .info-panel .discount .dis {
		display: inline-block;
		margin-right: 30px;
	}
	.team-member2-block .inner-panel .info-panel .discount strong {
		display: inline-block;
	}
	.team-member2-block .inner-panel .info-panel .left-side ul li:after {
		top: 10px;
		height: 10px;
	}
	.moreinfo.m-info {
		position: relative;
		top: 38px;
		font-size: 15px;
	}
	.team-panel .text-panel .permonth span {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		margin-top: 10px;
	}
	.team-panel .text-panel .permonth strong {
		font-size: 25px;
		line-height: 28px;
		display: inline-block;
		vertical-align: middle;
		margin-top: 10px;
	}
	.team-member2-block .inner-panel .info-panel .nodiscount ul li,
	.team-member2-block .inner-panel .info-panel .nodiscount ul li.green,
	.team-member2-block .inner-panel .info-panel .nodiscount ul li .green {
		font-size: 13px;
		line-height: 20px;
	}
	.overzicht .team-panel .text-panel ul li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 25px;
	}
	.team-panel .text-panel ul li:after,
	.team-panel2 .text-panel ul li:after {
		background-size: 15px;
	}
	.search-block {
		margin-bottom: 40px;
	}
	.form-control.select {
		width: 170px;
		font-size: 13px;
		height: 34px;
		padding: 0px 15px;
	}
	.address-form-panel:before {
		bottom: -40px;
	}
	.middle-block .logo a {
		width: 130px;
	}
	.banner-block {
		padding: 50px 0px 0px;
	}
	.packers-block h2 {
		font-size: 26px;
	}
	.packers-block .summary-block .panel .text .price {
		padding: 15px 0px;
		font-size: 23px;
	}
	.discount-code .inputbtn {
		height: 40px;
	}
	.product-panel .panel .text h5,
	.product-panel .panel .text span {
		font-size: 15px;
	}
	.priceOptions-block .middle ul li {
		padding-bottom: 6px;
	}
	.priceOptions-block .middle .selectbtn .form-control {
		height: 44px;
	}
	.details-offline .fullsummary-block {
		margin-bottom: 50px;
	}
	.priceOptions-block .top ul li {
		font-size: 13px;
		line-height: 20px;
	}
	.summary-block.othr .panel .small {
		font-size: 15px;
	}
	.fullsummary-block .top-panel sub {
		font-size: 11px;
	}
	.member-panel figure {
		width: 160px;
		height: 160px;
	}
	.paragraph-wrap {
		padding: 20px 0px;
	}
	.pst-grid-panel .summary-block.othr .panel .text {
		padding: 20px 15px 0px 20px;
	}
	.paragraph-wrap .fullsummary-block .review h2 {
		margin-bottom: 20px;
	}
	.mega-tabs-panel .recently-ordered.order {
		padding: 30px 10px 30px;
	}
	.my-account-block {
		padding: 25px 0px 30px;
	}
	.mega-tabs-panel .tab-pane.sub {
		margin-bottom: 0;
	}
	.my-account-block .mega-tabs-panel {
		padding-bottom: 10px;
	}
	.billing-panel {
		padding: 0px 0px;
	}
	.billing-panel2 form {
		margin-bottom: 40px;
	}
	.recently-ordered ul li .button .primarybtn {
		padding: 0px 22px;
	}
	.inputbtn,
	.middle-categories .billing-panel .form-control.select {
		font-size: 15px;
	}
	.team-member2-block .inner-panel .info-panel .left-side ul {
		margin-bottom: 5px;
	}
	.team-panel .text-panel .permonth span,
	.team-panel .text-panel .permonth strong {
		padding-left: 25px;
	}
	.search-block .nav .nav-item .nav-link {
		font-size: 14px;
		padding: 12px 12px 12px;
	}
	.team-member2-block .inner-panel .info-panel .addtocart {
		width: 175px;
	}
	.team-member2-block .inner-panel .info-panel .left-side h4 {
		font-size: 17px;
	}
	.mega-tabs-panel .tab-content3 .t-member .t-text h2 {
		font-size: 25px;
	}
	.full-panel .price strong {
		font-size: 18px;
	}
	.full-panel .price {
		padding: 10px 0px;
	}
	.advantage-panel .top span,
	.advantage-panel .top sub,
	.advantage-panel .bottom span,
	.advantage-panel .bottom sub {
		font-size: 16px;
		line-height: 18px;
	}
	.full-panel .bottom .text h5 {
		font-size: 16px;
	}
	 .product-panel .panel .clsbtn{
		 padding-right: 0px;
	 }
}
@media only screen and (max-width: 359px) {
  .jaar-panel .top ul li a {
    width: 130px;
    font-size: 9px;
  }
  .summary-block .panel .text .primarybtn, .excepteur-panel .content .primarybtn, .primarybtn2, .excepteur-content .content .primarybtn {
    font-size: 14px;
  }
  .full-panel>span, .full-panel .top-heading span {
    font-size: 11px;
  }
  .priceOptions-block, .advantage-panel {
    padding: 15px 15px 15px 15px;
  }
  .advantage-panel .top span, .advantage-panel .top sub, .advantage-panel .bottom span, .advantage-panel .bottom sub {
    font-size: 16px;
  }
  .priceOptions-block .top strong {
    font-size: 23px;
  }
  h2 {
    font-size: 24px;
  }
  .mega-tabs-panel .tab-content3 .t-member .t-text {
    padding: 20px 0px;
  }
  .mega-slider-panel .slick-dots {
    bottom: -15px;
  }
  .full-panel h2 {
    margin-right: 15px;
  }
  .megafull-panel .full-panel .price .addtocart {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
  }
  .megafull-panel .full-panel .price .addtocart:after {
    left: 18%;
  }
  .summary-block.othr .panel .secondarybtn {
    margin-bottom: 10px;
    display: inline-block;
  }
  .packers-block .summary-block .panel .text {
    padding: 25px 20px 25px 20px;
  }
  .pagination ul li {
    margin: 0px 15px 0px 8px;
  }
  .pagination ul li i:after {
    left: 55%;
    top: 38%;
  }
  .payment-use .cstm-radio input:checked+label:after {
    top: 12px;
  }
  .middle-block .logo a {
    width: 110px;
  }
  .services-list li a {
    font-size: 14px;
  }
}
.nav-block {
  position: relative;
}



.sub-menu li {
  margin-left: 0px!important;
  z-index: 2000!important;
  width: 100%;
}

.fusion-main-menu .sub-menu li a:hover, .fusion-main-menu .sub-menu .current-menu-item>a {
  background-color: transparent;
}
#header-wrap {
  position: fixed;
  z-index: 999!important;
}
@media only screen and (min-width: 320px) {}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .bottom-block ul li {
    width: 50%;
    height: 40px;
  }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  .bottom-block ul li {
    margin-top: 7px;
    width: 25%;
    height: auto;
  }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1290px) {}
@media only screen and (max-width: 1280px) {
  .nav-block {
    display: none;
  }
  .nav-blockMob {
    margin-top: 100px;
  }
  .nav-blockMob ul li {
    border-bottom: 1px solid #efefef;
  }
  .nav-blockMob ul ul li {
    border-bottom: 1px solid #fff;
  }
  .nav-blockMob ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 59px;
    padding-left: 30px;
  }
  .nav-blockMob ul li::after {
    clear: both;
  }
}
.nav-blockMob ul li a:nth-child(2) {
  padding: 0;
}
.openMaker {
  float: right;
  color: #000;
}
.nav-blockMob ul ul {
  display: none;
}
.nav-blockMob ul ul li {
  background-color: #eee;
}
.nav-blockMob ul ul li a {
  margin-left: 20px;
}
.nav-blockMob ul ul li a:nth-child(2) {
  margin-left: 0px;
}
.nav-blockMob ul ul ul li {}
.nav-blockMob ul ul ul li {
  background-color: #ddd;
}
.nav-blockMob ul ul ul li a {
  margin-left: 40px;
}
.nav-blockMob ul ul ul {
  display: none;
}
.laatMaarZien {
  display: block !important;
}
.nav-blockMob ul li, .nav-blockMob ul ul li, .nav-blockMob ul ul ul li {
  clear: both !important;
}
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  .openMaker {
    margin: 5px 15px 0 0;
  }
  .nav-blockMob ul li a, .login-block ul li a {
    line-height: 35px
  }
  .nav-blockMob {
    margin-top: 50px;
  }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .openMaker {
    margin: 15px;
  }
  .nav-blockMob ul li a, .login-block ul li a {
    line-height: 59px !important;
  }
  .nav-blockMob {
    margin-top: 100px;
  }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1280px) {
  #mob-menu {
    display: none !important;
  }
  .nav-blockMob {
    margin-top: 0px;
  }
  .login-block ul li a {
    line-height: 43px !important;
  }
}

.fusion-main-menu .sub-menu{
	width: 180px;
}

.fusion-main-menu .sub-menu ul{
	left:180px!important;
}

.sub-menu li a{
	line-height: 18px!important;
	padding-bottom: 6px!important;
}


/* extra voor knop inschrijven */

.addtocart {
    padding: 12px 35px 11px 15px!important;
    font-size: 14px;
}

.addtocart:after {
    position: absolute;
    left: auto!important;
    right: 15px;
    top: 10px;
    content: "";
    background: url(/wp-content/themes/Avada-Child-Theme/templates/images/addtocart.svg)no-repeat center/18px;
    width: 18px;
    height: 18px;
}

