/* 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;
}

input,
select,
textarea {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    color: #8c806e;
}

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: 1.3;
    margin-bottom: 15px;
}

h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}

h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

h6 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Graphik';
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

p {
    color: #000000;
    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: #fff;
}

/* 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 #f08f08;
}

.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-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: 2px;
    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-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: #f08f08;
}

.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: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    transition: all 300ms ease-in-out;
}

.right-panel .nav-block ul li a:hover {
    color: #f08f08;
}

.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: #f08f08;
    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: #f08f08;
    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: #f08f08;
}

/* bottom-block */

.bottom-block {
    width: 100%;
    background-color: #f8f8f8;
    padding: 13px 0px 13px;
}

.bottom-block ul li {
    float: left;
}

.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 a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 9px;
}

.bottom-block ul li a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.bottom-block ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

/* banner */

#banner-wrap {
    width: 100%;
    position: relative;
    background: url(../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: 60px 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: #000000;
    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;
    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(../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;
}

.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: #f08f08;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    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: #000000;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.banner-block .box-panel1 .panel ul li a span {
    color: #f08f08;
    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: #f08f08;
}

.banner-block .box-panel1 .panel ul li a span:before {
    position: absolute;
    left: 47%;
    top: 0px;
    content: "/";
    width: 15px;
    height: 1px;
    color: #000000;
}

.banner-block .box-panel1 .panel ul li a span sub {
    color: #f08f08;
    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-bottom: 35px;
}

.logo-block ul {
    display: block;
    text-align: center;
}

.logo-block ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px 0px 0px;
}

.logo-block ul li img {
    width: 100%;
    cursor: pointer;
    -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: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    border-radius: 80px;
    background-color: #f08f08;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    padding: 0px 32px;
    cursor: pointer;
    border: 2px solid #f08f08;
    transition: 0.4s;
}

.primarybtn:hover {
    background-color: #fff;
    color: #f08f08;

}

/* 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: #000000;
}

.summary-block .panel .text .primarybtn,
.excepteur-panel .content .primarybtn,
.primarybtn2,
.excepteur-content .content .primarybtn {
    padding: 0px 14px 0px 14px;
    border: 2px solid #f08f08;
    color: #f08f08;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    background: #fff;
    margin-bottom: 10px;
}

.summary-block .panel .text .primarybtn:hover {
    background-color: #f08f08;
    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(../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(../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-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: #000000;
}

.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-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(../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: #000000;
    font-family: 'Poppins', sans-serif;
    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: #000000;
    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: #000000;
    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 #000000;
    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 11px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.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-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: #000000;
    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: 3px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/tick.svg) no-repeat center;
}

.team-panel .text-panel .permonth span {
    display: block;
    color: #000000;
    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: #000000;
    padding-left: 45px;
}

.moreinfo {
    color: #f08f08;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    text-decoration: underline;
}

.moreinfo:hover {
    color: #f08f08;
}

.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-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: #f08f08;
    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: #000000;
    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: #f08f08;
} */

.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: #000000;
    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: #f08f08;
    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(../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: #000000;
    margin-right: 0px;
}

.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: #f08f08;
    border: 2px solid #f08f08;
    padding: 12px 24px 11px 48px;
}

.team-member2-block .inner-panel .info-panel .addtocart:hover:after {
    background: url(../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: #f08f08;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.top-breadcrumbs-block ul li.active a,
.top-breadcrumbs-block ul li a:hover {
    color: #000000;
}

.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 #f08f08;
    color: #f08f08;
    background: #fff;
    padding: 10px 27px 9px 48px;
}

.top-breadcrumbs-block .addtocart:hover:after {
    background: url(../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: #000000;
}

.fullsummary-block .top-panel sub {
    color: #000000;
    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(../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: #000000;
    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(../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: #000000;
}

.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: 15px;
    top: 22px;
    width: 18px;
    height: 18px;
    content: "";
    background: url(../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: #f08f08;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    border: 2px solid #f08f08;
    padding: 13px 33px;
    margin-top: 4px;
    transition: 0.4s;
}

.fullsummary-block .supplements ul li a:hover {
    border: 2px solid #f08f08;
    color: #f08f08;
    background: #fff;
}

.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: #f08f08;
    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: #000000;
    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 15px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    padding: 44px 30px 22px 45px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.priceOptions-block .top strong {
    float: left;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.priceOptions-block .top ul {
    float: right;
    margin-top: 8px;
    text-align: right;
}

.priceOptions-block .top ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.priceOptions-block .top ul li.bld {
    color: #000000;
    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: #000000;
    font-size: 18px;
    font-weight: 700;
}

.cstm-radio input {
    display: none;
}

.cstm-radio input + label {
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.cstm-radio input + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    /*margin-right: 15px;*/
    margin-right: 32px;
    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: #f08f08;
    border-radius: 50%;
}

.cstm-radio input:checked + label:before {
    background: #f08f08;
    border: 1px solid #f08f08;
}

.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 #f08f08;
	color: #f08f08;
	background: #fff;
	padding: 10px 28px 9px 15px;
} */
.priceOptions-block .middle .addtocart:hover:after {
    background: url(../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(../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: #f08f08;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: block;
}

.advantage-panel .top sub {
    color: #000000;
}

.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: #000000;
    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: #f08f08;
    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(../images/addtocart.svg) no-repeat center/18px;
    width: 18px;
    height: 18px;
}

.advantage-panel figure:hover {
    border: 2px solid #f08f08;
    color: #f08f08;
    background: #fff;
}

.advantage-panel figure:hover:after {
    background: url(../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: 12px;
    cursor: pointer;
    margin-bottom: 15px;
}

.summary-block.othr .panel .text {
    padding: 20px;
}

.summary-block.othr .panel .text p strong {
    font-weight: 700;
}

.summary-block.othr .panel .text .primarybtn {
    margin-top: 9px;
    width: auto;
}

.summary-block.othr .panel {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    background-color: #fdf6eb;
}

.details-summary .summary-block.othr .text .primarybtn:hover,
.summary-block.othr .panel .text .primarybtn:hover {
    background-color: #f08f08;
    color: #fff;
    transition: 0.4s;
    border: 2px solid # #f08f08;
}

/* asks-block */

.asks-block {
    background-color: #fdf6eb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}

.asks-block h4 {
    margin-bottom: 20px;
}

.asks-block ul li a {
    color: #000000;
    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: #000000;
}

.summary-block.othr .panel .secondarybtn {
    padding: 4px 7px;
}

.summary-block.othr .panel .small {
    font-size: 18px;
}

.summary-block.othr .panel .big {
    color: #000000;
    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(../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: #000000;
    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: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 35px;
}

.full-panel > span,
.full-panel .top-heading span {
    color: #f08f08;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #f08f08;
    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: #000000;
    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: #000000;
    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: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}

.full-panel .bottom .text span {
    color: #000000;
    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: #000000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 0px 19px;
    -webkit-appearance: none;
    background: url(../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: #000000;
}

.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-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: #f08f08;
    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: #000000;
    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: #000000;
}

.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: #f08f08;
    border: 2px solid #f08f08;
}

.jaar-panel .top ul li {
    float: left;
}

.jaar-panel .top ul li a {
    color: #f08f08;
    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: #f08f08 #f08f08 #f08f08;
}

.jaar-panel .top ul li a:hover,
.jaar-panel .top ul li.active a {
    background: #f08f08;
    color: #fff;
}

.jaar-panel .top .nav-tabs .nav-link.active,
.jaar-panel .top .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #f08f08;
    border-color: #f08f08 #f08f08 #f08f08;
}

.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(../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: #000000;
    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: #000000;
    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: #f08f08;
    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: #000000;
    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: #000000;
}

.services-list {
    padding-bottom: 20px;
}

.services-list li a {
    color: #000000;
    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(../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: #f08f08;
}

.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(../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: #000000;
    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: #000000;
    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: #f08f08;
    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: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 15px;
}

.inputbtn::placeholder {
    color: #000000;
}

.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: #000000;
}

.categories-panel .top-heading .primarybtn {
    border: none;
}

.categories-panel .top-heading .primarybtn:hover {
    border: 2px solid #f08f08;
    color: #f08f08;
    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-size: 20px;
    font-weight: 700;
    display: block;
}

.pagination ul li.active span {
    color: #000000;
}

.pagination ul li.active i {
    background: #fff;
}

.pagination ul li.active i:after {
    background: #f08f08;
}

.pagination ul li.active i:before {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f08f08;
    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: #000000;
}

.billing-panel .login2 h5 a {
    display: inline-block;
    text-decoration: underline;
    color: #f08f08;
}

.billing-panel .login2 h5 a:hover {
    color: #ec8823;
}

.billing-panel h4 {
    margin-bottom: 20px;
}

.oldnew-select.tick,
.inputbtn.tick {
    background: url(../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: #000000;
    font-size: 18px;
    font-weight: 400;
    background: url(../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: #000000;
    font-size: 18px;
    font-weight: 700;
}

.mega-order-panel ul li {
}

.mega-order-panel ul li span {
    color: #000000;
    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: #000000;
    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: #000000;
    font-size: 18px;
}

.product-panel .panel .text span {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

/* .product-panel .panel .drpdwn .form-control.select {
	width: 220px;
	padding: 0px 20px;
	color: #000000;
	height: 51px;
	border-radius: 10px;
	border: 1px solid #000000;
	background: url(../images/arrow-down.svg)no-repeat right 18px center/13px;
} */

.product-panel .panel .price span {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.DivSelectyze > a {
    width: 220px;
    height: 51px;
    display: block;
    border: 1px solid #000000;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    color: #000000;
    background: url(../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 #000000;
    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: #000000;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding: 15px 15px;
    border-bottom: 1px solid #000000;
}

.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: #000000;
    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: #000000;
    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 #f08f08;
    color: #f08f08;
    background: #fff;
    padding: 10px 28px 9px 15px;
}

.packers-block .summary-block .panel .text .addtocart:hover:after {
    background: url(../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: #000000;
    font-size: 14px;
    font-weight: 700;
}

.discount-code .inputbtn {
    border-radius: 10px;
    color: #000000;
    height: 51px;
    border: 1px solid #000000;
    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: #000000;
    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 #f08f08;
    color: #f08f08;
    background: #fff;
    padding: 11px 28px 10px 15px;
}

/* my-account */

.my-account-block {
    padding: 25px 0px 120px;
}

.my-account-block h2 {
    color: #000000;
}

.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: #000000;
}

.team-panel2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f08f08;
    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: #000000;
    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: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    display: block;
}

.recently-ordered ul li.top {
    border-bottom: 1px solid #000000;
    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 29%;
    flex: 0 0 29%;
    max-width: w9%;
    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: #000000;
    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: #000000;
    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: #f08f08;
    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 #000000;
}

.account-information .form-control.select {
    width: 100%;
    height: 48px;
    background: url(../images/arrow-down.svg) no-repeat right 18px center/15px;
    border: 1px solid #000000;
    color: #000000;
}

.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: #000000;
}

.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: #000000;
    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: #000000;
    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: #000000;
}

/* slider-panel */

.mega-slider-panel {
    margin-bottom: 50px;
}

.mega-slider-panel > h2 {
    margin-bottom: 48px;
    color: #000000;
    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: #f08f08;
    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: #f08f08;
    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: #000000;
}

.progress-bar-block {
    padding-right: 40px;
}

.progress-bar-block .progress-bar {
    border-radius: 10px 0 0 10px;
    background-color: #f08f08;
}

.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: #000000;
    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: #f08f08;
    border: 2px solid #f08f08;
}

.mega-element-block .summary-block .panel .addtocart:hover:after {
    background: url(../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: #f08f08;
    border: 2px solid #f08f08;
}

.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: #f08f08;
    border: 2px solid #f08f08;
}

.megafull-panel .full-panel .price .addtocart:hover:after {
    background: url(../images/addtocart-orange.svg) no-repeat center/18px;
}

.mega-element-block h2 {
    color: #000000;
}

.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: 12px;
}

.overzicht-modal .modal-body {
    padding: 0px 40px 60px;
}

.overzicht-modal .close {
    font-size: 3.5rem;
    color: #000000;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 37px;
    top: 25px;
    z-index: 99;
}

.overzicht-modal .fullsummary-block {
    margin-bottom: 0;
    padding: 60px 0px 0;
}

.overzicht-modal .fullsummary-block .top-panel h2 {
    margin: 0px 0px 7px;
    line-height: 55px;
    color: #000000;
}

.overzicht-modal .fullsummary-block .top-panel p {
    margin-bottom: 25px;
    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;*/
    margin-top: 20px;
    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;
    position: relative;
}

.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: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}

.login-form h2 {
    color: #000000;
    margin-bottom: 40px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form .form-group a {
    color: #f08f08;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.login-form .form-group a:hover {
    color: #f08f08;
}

.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: #f08f08;
}

.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: #f08f08;
    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(../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: #000000;
}

.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 {
    position: absolute;
    width: 100%;
    border-top: 1px solid #f08f08;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
    transition: all .3s;
}

#header-wrap.scrolled {
    position: fixed;
    border-bottom: 1px solid #f08f08;
}

#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: #f08f08;
    color: #fff;
}

.summary-block .panel .text .primarybtn.bg:hover {
    background-color: #fff;
    color: #f08f08;
    border: 2px solid # #f08f08;
}


/* new css start */
.centering.large {
    max-width: 1335px;
}

.ovr-service-block .centering {
    padding: 0;
}

.partner_section {
    padding: 30px 0 50px;
}

.partner_section .left_part h2 {
    line-height: 1.2;
}

.partner_section .right_part h4 {
    color: #000000;
    text-align: right;
}

.partner_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner_card .partner_logo {
    width: 48%;
    padding: 20px;
}

.partner_card .partner_logo .image img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.team-member-block.new .team-panel {
    display: flex;
    flex-wrap: wrap;
}

.team-member-block.new .text-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-member-block.new .team-panel .img-panel {
    margin-right: 0;
}

.team-member-block.new .team-panel .text-panel {
    padding-top: 0;
}

.team-member-block.new .team-panel .img-panel {
    width: 25%;
    padding: 30px;
}

.team-member-block.new .team-panel .text-panel {
    width: 75%;
    padding: 30px 28px;
}

.team-member-block.new .team-panel .img-panel figure {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team-member-block.new .team-panel .img-panel.object_fit figure img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
}

.team-member-block.new .team-panel .img-panel.object_fit {
    padding: 0;
}

.team-member-block h1, .team-member-block h2, .team-member-block h3, .team-member-block h4, .team-member-block h5, .team-member-block h6,
.team-member-block p, .team-member-block li, .team-panel .text-panel ul li, .team-panel2 .text-panel ul li {
    color: #000000;
}

.team-member-block .left_part {
    width: 70%;
}

.team-member-block .right_part {
    width: 30%;
    padding-left: 33px;
    position: relative;
    padding: 20px 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.team-member-block .right_part .inner_text .permaand .percentage_off {
    position: relative;
    top: -8px;
    margin-left: 5px;
}

.team-member-block p, .team-panel .text-panel ul li, .team-panel2 .text-panel ul li, .team-member-block li {
    font-size: 16px;
    line-height: 24px;
}

.team-panel .text-panel ul li, .team-panel2 .text-panel ul li, .team-member-block li {
    margin-bottom: 4px;
}

.team-member-block p, .team-member-block ul {
    margin-bottom: 25px;
}

.team-member-block .button_box {
    text-align: center;
    margin-top: 30px;
    float: left;
}

.button_box .addtocart:after {
    display: none;
}

.button_box .addtocart {
    padding: 10px 15px 10px 15px;
    transition: 0.4s;
    border: 2px solid #f08f08;
    font-size: 16px;
    min-width: 200px;
    position: static;
}

.button_box .addtocart .cart_bag {
    position: relative;
    padding-left: 24px;
}

.button_box .addtocart .cart_bag::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    background: url(../images/addtocart.svg) no-repeat center/18px;
    width: 18px;
    height: 18px;
}

.button_box .addtocart:hover {
    background-color: #fff;
    color: #f08f08;
}

.button_box .addtocart:hover .cart_bag::after {
    background: url(../images/addtocart-orange.svg) no-repeat center/18px;
}

.team-panel .sticky_orange_bar {
    background: #f08f08;
    text-align: center;
    position: absolute;
    top: -30px;
    right: -28px;
    width: 100%;
    border-top-right-radius: 10px;
    padding: 6px 10px;
}

.team-panel .sticky_orange_bar p {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}

.team-panel .bespaar {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.bespaar p {
    background: #669f48;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 8px;
}

.team-panel .permaand p {
    color: #000;
    font-weight: 700;
    line-height: 27px;
}

.team-panel .permaand p strong {
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
}

.team-panel .perjaar p {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    font-style: italic;
    line-height: 27px;
}

.team-panel .perjaar .green {
    color: #669f48;
}

.team-panel.orange_bg {
    background-color: #fdeeda;
}

.team-panel.orange_bg_light {
    background-color: #fdf6eb;
}

.percentage_off {
    background: #669f48;
    color: #ffffff;
    font-weight: 700;
    padding: 6px;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
}

.text_decoration {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.text_decoration::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.team-panel .text-panel h4 {
    margin-right: 0;
    margin-bottom: 10px;
}

.orange_text {
    color: #f08f08;
}

.green_text {
    color: #669f48;
}

.first_ship_date li::after {
    display: none;
}

.team-panel .text-panel .first_ship_date li, .team-panel2 .text-panel .first_ship_date li {
    padding-left: 0;
    margin-bottom: 0;
}

.team-panel.box_shadow_remove {
    box-shadow: unset;
    border-radius: unset;
}

.team-panel.border_bottom {
    border-bottom: 1px solid #000;
}

.team_member_block_repeat .team-member-block:last-child .team-panel.border_bottom {
    border-bottom: unset;
}

/* summary-block css */
.tick_list ul li {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 35px;
}

.tick_list ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/tick.svg) no-repeat center;
}


.team-panel .text-panel ul li.notick::after,
.tick_list ul li.notick:after {
    content: "";
    background: none;
}

.team-panel .text-panel ul li.notick,
.tick_list ul li.notick {
    padding-left: 0px;
}

.tick_list ul {
    margin-bottom: 20px;
}

.fullsummary-block .inner_part h2 {
    margin-bottom: 15px;
    line-height: 1.2;
}

.fullsummary-block .content_editor {
    padding-bottom: 30px;
}

.fullsummary-block .content_editor p {
    color: #000;
    margin-bottom: 20px;
}

.fullsummary-block .left_part p a {
    color: #000000;
    text-decoration: underline;
}

.fullsummary-block .full_image_box {
    margin-bottom: 20px;
}

.fullsummary-block .full_image_box.two img {
    width: auto;
    display: block;
    margin: 0 auto 5px;
    border-radius: unset;
}

.fullsummary-block .full_image_box img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.product_packages {
    padding-bottom: 20px;
    padding-right: 30px;
}

.product_packages h3, .product_packages h4, .fullsummary-block .content_editor p, .fullsummary-block .content_editor h3, .fullsummary-block .content_editor h4 {
    color: #000;
}

.product_packages h3 {
    margin-bottom: 25px;
}

.package_card h4 {
    margin-bottom: 15px;
}

.package_card .card_repeats {
    display: flex;
    flex-wrap: wrap;
}

.package_card .card_block {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 30px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 20px 0;
}

.package_card .card_block:nth-child(3n) {
    margin-right: 0;
}

.package_card .image {
    padding: 0 30px;
    position: relative;
}

.package_card .image img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.package_card .text {
    padding: 30px 30px 0;
}

.package_card .text h4 {
    font-weight: normal;
    text-align: center;
}

.package_card .text ul li {
    font-size: 15px;
    color: #000;
}

.fullsummary-block {
    padding-top: 30px;
}

.fullsummary-block .right_part .priceOptions-block .bottom li {
    line-height: 1.2;
}

.kortingspakket .priceOptions-block .middle .button_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.fullsummary-block .right_part .priceOptions-block .middle .addtocart {
    width: auto;
    margin: 0 auto;
}

.fullsummary-block .right_part .summary-block .button_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fullsummary-block .right_part .summary-block {
    margin-bottom: 50px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.fullsummary-block .right_part .asks-block h4 {
    margin-bottom: 0;
}

.fullsummary-block .right_part .asks-block p {
    color: #000000;
}

.fullsummary-block .right_part .asks-block p a {
    color: inherit;
}

.fullsummary-block .right_part .asks-block .button_box {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.best_deal {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.best_deal p {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 4px 15px;
    background: #f08f08;
}

.leaf_icon {
    position: relative;
}

/*.leaf_icon:after{content: "";position: absolute;right: -30px;top: 42%;transform: translateY(-50%);background: url(../images/leaf.png)no-repeat center;width: 19px;height: 28px;}*/
.leaf_icon:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 27%;
    transform: translateY(-50%);
    background: url(../images/duurzaam.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.color_icon {
    position: relative;
}

/*.color_icon:after{content: "";position: absolute;right: -30px;top: 42%;transform: translateY(-50%);background: url(../images/color.png)no-repeat center;width: 19px;height: 28px;}*/
.color_icon:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 27%;
    transform: translateY(-50%);
    background: url(../images/kleurwiel.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.print_icon:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 25%;
    transform: translateY(-50%);
    background: url(../images/printer.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.bw_icon:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 25%;
    transform: translateY(-50%);
    background: url(../images/zwartwit.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.bw_icon_abonnement:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 27%;
    transform: translateY(-50%);
    background: url(../images/zwartwit.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.bw_icon_pakket:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 31%;
    transform: translateY(-50%);
    background: url(../images/zwartwit.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.bw_icon_samenvatting:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 31%;
    transform: translateY(-50%);
    background: url(../images/zwartwit.png) no-repeat center;
    width: 19px;
    height: 28px;
}

.full_image_box.two {
    background: #f0f0f0;
    padding: 20px;
    position: relative;
}

.full_image_box.two .overlap_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.full_image_box.white_bg {
    background: #ffffff;
}

.productspecificaties {
    margin-bottom: 50px;
}

.productspecificaties h4 {
    margin-bottom: 15px;
}

.productspecificaties li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin-bottom: 12px;
}

.productspecificaties li span:first-child {
    width: 40%;
    float: left;
    padding-right: 10px;
}

.supplements {
    margin-bottom: 50px;
}

.supplements .logged_in_box {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    padding: 40px;
    text-align: center;
    margin-bottom: 25px;
}

.supplements .logged_in_box p {
    margin-bottom: 0;
}

.supplements .logged_in_box .icon {
    width: 100%;
}

.supplements .logged_in_box .icon img {
    width: auto;
    display: block;
    margin: 0 auto 10px;
}

.search_icon {
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../images/search-icon.png) center no-repeat;
    width: 14px;
    height: 21px;
}

.ook_interessant .team-panel {
    padding: 30px 20px 20px;
    position: relative;
}

.ook_interessant .team-panel:last-child {
    margin-bottom: 0;
}

.ook_interessant .team-panel p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.ook_interessant .team-panel .img-panel {
    width: 25%;
    margin-right: 0;
}

.ook_interessant .team-panel .text-panel {
    padding-top: 0;
    width: 75%;
    padding-left: 30px;
}

.ook_interessant .team-panel .search_icon {
    top: 20px;
}

.ook_interessant .team-panel .text-panel h4 {
    margin-right: 40px;
}

.ook_interessant .botton_sec {
    margin-top: 10px;
}

.ook_interessant .botton_sec .text_link {
    width: auto;
    float: left;
}

.ook_interessant .botton_sec .right_text {
    width: auto;
    float: right;
}

.ook_interessant .botton_sec .right_text p {
    font-weight: 700;
}

.ook_interessant .botton_sec .right_text p strong {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}

.ook_interessant .title_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ook_interessant .title_box h3 {
    width: 48%;
}

.ook_interessant .bespaar {
    width: 50%;
    text-align: right;
}

.fullsummary-block .supplements ul li {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 15px 40px;
    margin-bottom: 25px;
}

.fullsummary-block .supplements ul li h5 {
    font-weight: normal;
    width: 65%;
    float: left;
}

.fullsummary-block .supplements ul li h5 strong {
    font-weight: 700;
}

.fullsummary-block.bg_color {
    background: #fdf6eb;
    margin-bottom: 50px;
}

/*.fullsummary-block .right_part .middle ul li label small,.overzicht-modal .priceOptions-block .middle ul li label small{display: block;margin-left: 40px;font-style: italic;line-height: 1;}*/
.fullsummary-block .right_part .middle ul li label small, .overzicht-modal .priceOptions-block .middle ul li label small {
    font-size: 81%;
    display: block;
    margin-left: 60px;
    font-style: italic;
    line-height: 1;
}

.benefits_subscription {
    margin-bottom: 20px;
}

.benefits_subscription .card_box {
    text-align: center;
    padding: 20px;
}

.benefits_subscription .card_box .icon {
    width: 80px;
    height: 80px;
    background: #f08f08;
    border-radius: 100%;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.benefits_subscription .card_box .icon img {
    max-width: 40px;
}

.texteditor_fullwidth {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.texteditor_fullwidth p {
    margin-bottom: 25px;
}

.text_and_image, .texteditor_with_iframe {
    margin-bottom: 50px;
}

.text_and_image .inner_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.text_and_image .left_text {
    width: 65%;
    float: left;
}

.text_and_image.blockquote .left_text p {
    font-size: 24px;
    line-height: 30px;
}

.text_and_image .right_image {
    width: 30%;
    float: right;
}

.text_and_image .right_image .image img {
    width: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.text_and_image.blockquote .right_image .image img {
    border-radius: 100%;
}

.text_and_image .right_image .image {
    position: relative;
}

.text_and_image.blockquote .right_image .image::after {
    content: "";
    position: absolute;
    right: -35%;
    top: -40%;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: #fff6eb;
    pointer-events: none;
}

.texteditor_with_iframe h2 {
    margin-bottom: 0;
}

.texteditor_with_iframe iframe {
    width: 100%;
    display: block;
    margin-top: 15px;
    height: 450px;
}

.text_and_image.bg_color {
    background: #fff6eb;
    padding: 30px 0;
}

.text_and_image.bg_color p {
    margin-bottom: 15px;
}

.text_and_image.bg_color h2 {
    margin-bottom: 0;
}

.faq_section {
    margin-bottom: 20px;
    padding: 80px 0;
    position: relative;
}

.faq_section::before {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fdf6eb;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}

.faq_section p {
    margin-bottom: 25px;
}

.faq_section .product_packages {
    padding-bottom: 0;
    padding-right: 30%;
}

.faq_section .package_card .card_block {
    background: #ffffff;
}

.faq_section .accordian {
    margin-top: 20px;
}

.faq_section .accordian .acc-items {
    margin-bottom: 30px;
}

.faq_section .accordian .acc-title h3 {
    background: #f08f08;
    color: #ffffff;
    padding: 10px 60px 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}

.faq_section .accordian .acc-content {
    padding: 10px 20px;
    display: none;
}

.faq_section .accordian .acc-title h3::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 21px;
    height: 12px;
    background: url(../images/arrow-down-white.png) center no-repeat;
}

.faq_section .accordian .acc-title.active h3::after {
    background: url(../images/arrow-up.png) center no-repeat;
    top: 17px;
}

/* clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%); */

.left_slide_popup {
    position: fixed;
    top: 50%;
    z-index: 99999;
    left: -1000px;
    transition: 0.5s;
    transform: translateY(-50%);
}

/*.left_slide_popup{display:none;}*/ /* hide  the uitklapper*/
.left_slide_popup.active {
    left: 0;
}

.slide_popup_box {
    width: 1000px;
    background: #f08f08;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.slide_popup_box .image {
    width: 213px;
}

.slide_popup_box .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slide_popup_box .text {
    width: calc(100% - 213px);
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slide_popup_box .text h2 {
    color: #ffffff;
    margin-bottom: 25px;
}

.slide_popup_box .text h3 {
    color: #ffffff;
}

.slide_popup_box .star {
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slide_popup_box .star span {
    font-size: 50px;
    margin: 0 2px;
}

.slide_popup_box .text p {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 0;
}

.fixed_textbar {
    display: inline-block;
    transform: translate(762px, -329px) rotate(-90deg);
    position: absolute;
}

.fixed_textbar p {
    background: #f08f08;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 14px 60px 14px 20px;
    position: relative;
    cursor: pointer;
}

.fixed_textbar p::after {
    content: " + ";
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.slide_popup_box .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.slide_popup_box .close_btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 25px;
    height: 4px;
}

.fixed_textbar.hide {
    opacity: 0;
    visibility: hidden;
}

.overzicht-modal .modal-body .tick_list ul li {
    font-size: 16px;
}

small .percentage_off {
    font-size: 9px;
    border-radius: 6px;
    padding: 3px;
}

.slide_popup_box .text .inner_part {
    height: 490px;
    overflow: auto;
}

.modal {
    overflow-y: scroll;
}

/* new css end */

.mobile_show_text {
    display: none;
}

.productspecificaties li {
    display: flex;
    flex-wrap: wrap;
}

.productspecificaties li span {
    width: 40%;
    float left;
}

.productspecificaties li span:nth-child(2) {
    width: 60%;
    float right;
}

.fullsummary-block .row.block_order_change {
    display: flex;
    flex-wrap: wrap;
}


/* responsive */

@media only screen and (max-width: 1599px) {
    .excepteur-panel figure img {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 1439px) {

    .bottom-block ul li:nth-child(3) {
        margin-right: 150px;
    }

    .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;
    }

    .fixed_textbar {
        transform: translate(803px, -300px) rotate(-90deg);
    }

    .fixed_textbar p {
        font-size: 20px;
        padding: 10px 60px 10px 20px;
    }

    .slide_popup_box .text h1 {
        font-size: 36px;
    }

    .slide_popup_box .text h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .slide_popup_box .text p {
        font-size: 22px;
    }

    .slide_popup_box .text .inner_part {
        height: 420px;
    }

    .slide_popup_box .image {
        width: 180px;
    }

    .slide_popup_box .text {
        width: calc(100% - 180px);
    }

}

@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;
    }

    .bottom-block ul li:nth-child(1),
    .bottom-block ul li:nth-child(2),
    .bottom-block ul li:nth-child(3) {
        margin-right: 50px;
    }

    .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;
        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 #f08f08;
    }

    .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;
        line-height: 59px;
        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(../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;
    }

    .slide_popup_box .image {
        width: 20%;
    }

    .slide_popup_box .text {
        width: 80%;
        padding: 50px 45px;
    }

    .slide_popup_box .text h1 {
        font-size: 30px;
    }

    .slide_popup_box .text h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .slide_popup_box .star span {
        font-size: 40px;
    }

    .slide_popup_box .text p {
        font-size: 21px;
    }

    .slide_popup_box .text .inner_part {
        height: 355px;
    }

    .slide_popup_box {
        width: 855px;
    }

    .fixed_textbar {
        transform: translate(673px, -248px) rotate(-90deg);
    }

    .fixed_textbar p {
        font-size: 18px;
        padding: 8px 60px 8px 20px;
    }

    .left_slide_popup {
        left: -855px;
    }

    .package_card .card_block {
        width: 31%;
        margin-right: 3.5%;
    }

    .product_packages {
        padding-right: 0;
    }

    .package_card .image {
        padding: 0 20px;
    }

    .package_card .text {
        padding: 20px 20px 0;
    }

    .package_card .text ul li {
        font-size: 15px;
    }

    .fullsummary-block .full_image_box.two img {
        margin-bottom: 15px;
    }

    .productspecificaties li span:first-child {
        width: 37%;
    }

    .productspecificaties li, .tick_list ul li {
        font-size: 16px;
        line-height: 25px;
    }

    .fixed_textbar p::after {
        top: 9px;
        font-size: 27px;
    }


}

@media only screen and (max-width: 1023px) {

    .bottom-block ul li a {
        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;
    }

    .bottom-block ul li:nth-child(1),
    .bottom-block ul li:nth-child(2),
    .bottom-block ul li:nth-child(3) {
        margin-right: 35px;
    }

    .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);
    }

    .team-member-block.new .team-panel .img-panel {
        width: 100%;
    }

    .team-member-block.new .team-panel .img-panel figure {
        justify-content: flex-start;
    }

    .team-member-block.new .team-panel .img-panel.object_fit figure img {
        width: auto;
        height: auto;
    }

    .team-member-block.new .team-panel .text-panel {
        width: 100%;
    }

    .team-panel .sticky_orange_bar {
        right: 0;
        top: 0;
        width: auto;
        padding: 8px 30px;
    }

    .team-member-block.new .right_part {
        position: static;
        align-items: unset;
    }

    .team-member-block.new .team-panel {
        position: relative;
    }

    .partner_section .right_part h4 {
        text-align: left;
    }

    .partner_section .right_part {
        margin-top: 20px;
    }

    .slide_popup_box {
        width: 690px;
    }

    .left_slide_popup {
        left: -690px;
    }

    .slide_popup_box .text {
        padding: 45px 30px;
    }

    .slide_popup_box .text h1 {
        font-size: 26px;
    }

    .slide_popup_box .text h2 {
        font-size: 21px;
    }

    .slide_popup_box .star span {
        font-size: 35px;
        line-height: 1.2;
    }

    .slide_popup_box .text p {
        font-size: 19px;
    }

    .slide_popup_box .text .inner_part {
        height: 315px;
    }

    .fixed_textbar {
        transform: translate(527px, -223px) rotate(-90deg);
    }

    .fixed_textbar p {
        font-size: 16px;
    }

    .team-member-block.new .team-panel .img-panel.object_fit {
        padding: 30px;
    }

    .package_card .text h4 {
        text-align: left;
    }

    .ook_interessant .team-panel:last-child {
        margin-bottom: 50px;
    }

    .text_and_image.blockquote .right_image .image::after {
        width: 30vw;
        height: 30vw;
        right: -8%;
        top: -15%;
    }

    .text_and_image.blockquote .left_text p {
        font-size: 20px;
        line-height: 32px;
    }

    .texteditor_with_iframe iframe {
        height: 360px;
    }

    .faq_section .product_packages {
        padding-right: 15%;
    }

}

@media only screen and (max-width: 991px) {
    .mobile_show_text {
        display: block;
    }

    .desktop_show_text {
        display: none;
    }

    .fullsummary-block .row.block_order_change {
        flex-flow: column !important;
    }

    .fullsummary-block .row.block_order_change .left_side {
        order: 2
    }

    .fullsummary-block .row.block_order_change .right_side {
        order: 1
    }
}

@media only screen and (max-width: 959px) {
    .bottom-block ul li a {
        font-size: 14px;
    }

    .bottom-block ul li a img {
        width: 13px;
    }

    .bottom-block ul li:nth-child(1),
    .bottom-block ul li:nth-child(2),
    .bottom-block ul li:nth-child(3) {
        margin-right: 14px;
    }

    .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;
    }

    .fullsummary-block .right_part .priceOptions-block .middle .addtocart {
        margin: unset;
    }

    .kortingspakket .priceOptions-block .middle .button_box {
        justify-content: flex-start;
    }


}

@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(../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;
    }

    .left_slide_popup {
        display: none;
    }

    .ovr-service-block .centering {
        padding: 0 15px;
    }

    .ovr-service-block .content {
        padding: 0;
    }

    .team-member-block .left_part {
        width: 100%;
    }

    .team-member-block .right_part {
        width: 100%;
        padding-left: 0;
    }

    .team-member-block.new .team-panel .img-panel, .team-member-block.new .team-panel .img-panel.object_fit {
        padding-bottom: 0;
    }

    .team-panel .bespaar {
        text-align: left;
    }

    .team-member-block .button_box {
        margin-top: 0;
    }

    .top-panel.inner_part {
        margin-top: 30px;
    }

    .faq_section .product_packages {
        padding-right: 0;
    }

    .benefits_subscription .card_box p br {
        display: none;
    }

    .text_and_image.blockquote .left_text p {
        font-size: 18px;
        line-height: 28px;
    }


}

@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(../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;
    }

    .team-member-block .left_part {
        padding-top: 0 !important;
    }

    .team-panel .sticky_orange_bar {
        padding: 3px 30px;
    }

    .package_card .card_block {
        width: 48%;
        margin-right: 4%;
    }

    .package_card .card_block:nth-child(3n) {
        margin-right: 4%;
    }

    .package_card .card_block:nth-child(2n) {
        margin-right: 0;
    }

    .ook_interessant .team-panel .text-panel {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .ook_interessant .team-panel .img-panel {
        width: 100%;
    }

    .fullsummary-block .supplements ul li h5 {
        width: 100%;
    }

    .fullsummary-block .supplements ul li a {
        float: left;
        margin-top: 15px;
    }

    .fullsummary-block .supplements ul li {
        padding-left: 50px;
    }

    .ook_interessant .botton_sec .right_text {
        float: left;
        margin-top: 10px;
    }

    .ook_interessant .title_box h3 {
        width: 100%;
    }

    .ook_interessant .bespaar {
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }

    .faq_section .accordian .acc-title h3 {
        font-size: 22px;
    }

    .faq_section .accordian .acc-title h3::after {
        background-size: 17px;
        top: 18px;
    }

    .faq_section .accordian .acc-title.active h3::after {
        background-size: 17px;
    }

    .text_and_image .left_text {
        width: 100%;
    }

    .text_and_image .right_image {
        width: 50%;
        margin-top: 30px;
    }

    .text_and_image.blockquote .right_image .image::after {
        width: 46vw;
        height: 46vw;
        right: -21%;
        top: -7%;
    }

    .text_and_image.blockquote .left_text {
        margin-bottom: 30px;
    }

    .texteditor_with_iframe iframe {
        height: 300px;
    }

}

@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;

    }

    .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;
    }

    .team-panel .sticky_orange_bar {
        width: 100%;
        border-top-left-radius: 10px;
    }

    .team-member-block.new .team-panel .img-panel {
        margin-top: 10px;
    }

    .team-panel .permaand p strong {
        font-size: 25px;
    }

    .percentage_off {
        padding: 4px;
        font-size: 12px;
        border-radius: 6px;
    }

    .productspecificaties li span:first-child {
        width: 100%;
    }


}

@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;
    }

    .team-member-block.new .team-panel .text-panel {
        padding: 30px 20px;
    }

    .team-member-block.new .team-panel .img-panel.object_fit, .team-member-block.new .team-panel .img-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .package_card .card_block {
        width: 100%;
        margin-right: 0% !important;
    }

    .text_and_image .right_image {
        width: 100%;
    }

    .text_and_image.blockquote .right_image .image::after {
        display: none;
    }

}

@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;
    }
}

.bi {
    color: #FFFFFF;
    font-size: 24px;
}

.card_block {
    position: relative;
    padding-bottom: 110px !important;
}

.php-verzenddatum {
    position: absolute;
    bottom: 20px;
}

.btnManage {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    border-radius: 80px;
    background-color: #f08f08;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    padding: 12px 28px 11px 28px;
}

.btnManage:hover {
    color: #f08f08;
    background-color: #ffffff;
}

a.btnCancelSubscription:hover {
    color: #f08f08;
}

/** changes for o/n **/
.info_icon .DivSelectyze {
    position: relative;
    top: -20px;
    left: 30px;
}

.info_icon .DivSelectyze > a {
    width: 294px !important;
    height: 56px !important;
    display: inline-block !important;
}

.info_icon .DivSelectyze ul {
    width: 294px !important;
}

.info_icon .DivSelectyze ul li a {
    width: 292px !important;
    height: 66px !important;
}

.info_icon {
    padding-left: 6px;
}

.info_icon img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.popupinfo {
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    top: -25px;
    left: -200px;

}

.info_icon .DivSelectyze.css3 ul {
    width: 351px !important;
}

.info_icon .DivSelectyze.css3 > a {
    width: 351px !important;
    height: 66px !important;
    display: inline-block !important;
}


.info_icon .DivSelectyze.css3 ul li a {
    width: 351px !important;
    height: 66px !important;
}

.oldnewinfo {
    border:5px solid #f08f08;
    position: absolute !important;
    display: none;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    position: relative;
    top: 185px;
    right: 315px;
    width: 365px;
    color: #f08f08;
    font-size: 14pt;
    z-index:9999;
}

.oldnewinfo2 {
    border:5px solid #f08f08;
    position: absolute !important;
    display: none;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    position: relative;
    top: 150px;
    left: 150px;
    width: 365px;
    color: #f08f08;
    font-size: 14pt;
    z-index:9999;
}

.oldnewinfo3 {
    border:5px solid #f08f08;
    position: absolute !important;
    display: none;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    position: relative;
    top: 200px;
    right: 400px;
    width: 365px;
    color: #f08f08;
    font-size: 14pt;
    z-index:9999;
}

.oldnew-select{
    background-color: white;
    border:1px solid black;
    border-radius: 10px;
    width:100%;
    font-size:14pt;
    padding:10px;
    color:black !important;
    height: 50px;
}

.productspecificaties li span img{
    margin-left:10px;
    display: inline-block;
}