
/* ------------------ GLOBAL ------------------ */

body {
    font-size: 10px;
    padding-top: 97px;
}
section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg-offset {
    padding: 50px;
}
.w-unset {
    width: unset!important;
}
.section-gray-bg, .section-grey-bg {
    background-color: #ededed;
}
.section-dark-gray-bg, .section-dark-grey-bg {
    background-color: #3c3c3b;
}
.section-dark-gray-bg .user-content p, .section-dark-grey-bg .user-content p, .section-orange-bg p, .section-orange-bg h2, .section-orange-bg h1, .section-orange-bg h3, .section-orange-bg h4, .section-orange-bg h5, .section-orange-bg h6, .section-orange-bg li, .section-orange-bg span, .section-orange-bg div {
    color: #fff!important;
}
.section-dark-gray-bg h3, .section-dark-grey-bg h3 {
    color: #e84e0f;
    text-transform: uppercase;
}

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

.section-orange-bg a {
  color:white;
  text-decoration:underline;
}

.section-darkgray-bg, .section-darkgrey-bg {
    background-color: #3c3c3b;
}
.text-white {
    color: #fff!important;
}
.text-orange {
    color: #e84e0f;
}
.text-red {
    color: #e8002b;
}

.all-unset {
    all: unset;
    cursor: pointer !important;
}
.border-orange {
    min-height: 640px;
}
.text-size-small {
    font-size: 1.1rem;
}
.text-size-xs { font-size: .7rem!important; border-right:unset!important; }
.text-size-xs span {
    font-size: .7rem!important;
}
.text-decoration-underline {
    text-decoration: underline!important;
}
.uppercase {
    text-transform: uppercase;
}


/* user-content */
.user-content ul {
    margin: 0 0 20px 0;
}
.user-content li {
    padding-left: 15px;
    position: relative;
}
.user-content li::before {
    content: "";
    width: 5px;
    height: 2px;
    position: absolute;
    top: 0.9rem;
    left: 0;
    background-color: #e84e0f;
}
.section-darkgrey-bg .user-content li::before, .section-darkgrey-bg.user-content li::before, .section-orange-bg .user-content li::before, .section-orange-bg.user-content li::before {
    background-color: white;
}

.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6, .user-content h7 {
    display: inline-block;
    font-size: 1.1rem;
    /* color: #e84e0f; */
    margin: 0 30px 20px 0;
}
.user-content p {
    margin: 0 0 20px 0;
}

.user-content h2 {font-size:22px;}

.section-darkgrey-bg .user-content h1, .section-darkgrey-bg .user-content h2, .section-darkgrey-bg .user-content h3, .section-darkgrey-bg .user-content h4, .section-darkgrey-bg .user-content h5, .section-darkgrey-bg .user-content h6, .section-darkgrey-bg .user-content p, .section-darkgrey-bg .user-content span, .section-darkgrey-bg .user-content li, .section-darkgrey-bg.user-content h1, .section-darkgrey-bg.user-content h2, .section-darkgrey-bg.user-content h3, .section-darkgrey-bg.user-content h4, .section-darkgrey-bg.user-content h5, .section-darkgrey-bg.user-content h6, .section-darkgrey-bg.user-content p, .section-darkgrey-bg.user-content span, .section-darkgrey-bg.user-content li {
    color: white;
}

.double-text h3 {
    font-size: 1.4rem;
}

/* end user-content */


h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: black;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: black;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: black;
    font-size: 1rem;
    margin-bottom: 10px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
}
div {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
p strong {
    font-weight: 700;
    font-size: 1.2rem;
}

strong {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
}
a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: unset;
}
a:hover {
    text-decoration: none;
    color: unset;
}
span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2.2rem
}
i {
    color: #E84E0F;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

input[type="text"], input[type="email"] {
    width: 100%;
    margin: 0 0 15px 0;
    background-color: white;
    border-radius: 3px;
    font-size: 1.1rem;
    padding: 5px 10px;
}

.checkbox-holder {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.error {display:none!important;}

.form-control.error {
  border:2px solid red!important;
  background-color:#FFF4F4;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    border: none;
    background-color: white;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5), 0 2px 4px 0 rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: all ease 100ms;
}

/* On mouse-over, add a grey background color */
.checkbox-holder:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-holder input:checked ~ .checkmark {
    background-color: #e84e0f;
    box-shadow: inset 0 1px 0px 0 rgba(0,0,0,0.5), 0 2px 4px 0 rgba(0,0,0,0.5);
}


.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
}

.checkbox-holder input:checked ~ .checkmark:after {
    opacity: 1;
}

.checkbox-holder .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all ease 100ms;
}


.button  {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 70px;
    border: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: white !important;
    background-color: #E84E0F;
    margin: 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all ease 100ms;
    margin-bottom: 15px;
    box-shadow: 0 3px 5px 0 #0000005e;
    -webkit-appearance: unset;
    justify-content: center;
    text-align: center;
    text-decoration:none!important;
}
.button-center {
    margin: 0 auto;
    margin-top: 40px;
}

.button-generic {
    float:left;
    margin:unset;
    margin-top:40px;
    max-width:329px;
    padding:10px 50px 10px 50px;
}

.button.button-large {
    padding-top: 25px;
    padding-bottom: 25px;
}
.button.no-shadow {
    box-shadow: none;
}
.button:focus {
    outline: none;
}
.button:hover {
    filter: brightness(1.1);
}
.button.shadow:hover {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.6);
}
.button i {
    font-size: 2rem;
    margin-right: 20px;
    color:white;
}
.button.button-black {
    background-color: black;
}
.button.button-black:hover {
    background-color: #191919;
}
.button.button-orange {
    background-color: #E84E0F;
}
.button.button-green {
    background-color: #17724D;
}
.button.button-white {
    color: #FB6300 !important;
    background-color: #fff;
}
.button:hover, .button.button-orange:hover, .button.button-green:hover {
    color: white !important;
}

.button_default {
  width:203px;
  height:33px;
  line-height:33px;
  padding:0px!important;
  font-size:18px!important;
}

.link-smalllabel {
    display: flex;
}

.link-smalllabel i {
    width: 40px;
    font-size: 1.4rem;
}

.link-biglabel:hover label, .link-social:hover {
    filter: brightness(1.1);
}
.link-biglabel label {
    background-color: #e84e0f;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 1.1rem;
    pointer-events: none;
    flex-shrink: 0;
    font-weight: 500;
}
/* ------------------ END GLOBAL ------------------ */



/* ------------------ SECTION TEMPLATE 1 ------------------ */

.section-template-1 .button {
    min-width: 60%;
    max-width: 80%;
    width: 350px;
    justify-content: center;
    margin: 20px 0 0 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.section-template-1 p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.nav-right-up .link-biglabel label {
    padding: 2px 20px;
    margin: 0;
}
.nav-right-up .link-biglabel i {
    color: white;
}

.section-template-1 img {
    margin: 0 auto 40px auto;
    display: block;
}



/* ------------------ END SECTION TEMPLATE 1 ------------------ */



/* ------------------ SECTION TEMPLATE 2 ------------------ */

.section-template-2 {
    padding: 0 !important;
}
.section-template-2 .user-content {
    padding: 8vh;
}
.section-template-2 .section-template-2-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
}

/* ------------------ END SECTION TEMPLATE 2 ------------------ */




/* ------------------ SECTION TEMPLATE DOUBLETEXT ------------------ */

.section-template-doubletext .button {
    min-width: 60%;
    max-width: 80%;
    width: 350px;
    justify-content: center;
    margin: 20px 0 0 0;
    padding-left: 0;
    padding-right: 0;
}
.section-template-doubletext p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.section-template-doubletext .col-md-6, .section-template-doubletext .col-md-5 {
    margin: 10px 0 30px 0;
}

/* ------------------ END SECTION TEMPLATE DOUBLETEXT ------------------ */



/* ------------------ HEADER ------------------ */

nav.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:white;
}
nav.navbar::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: white;
    z-index: 1;
    top: 0;
}
.nav-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.nav-right-up {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-right-down {
    display: flex;
    justify-content: flex-end;
}

.navbar-brand {
    max-width: 50vw;
    margin: 0 0 15px 0;
    padding: 0;
    width: 270px;
}

a.language-picker {
    color: #3c3c3b;
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
    color: #8c8c8c !important;
}
.language-picker i {
    color: #8c8c8c;
    margin-right: 5px;
    font-size: 1rem;
}
.mobile-buttons .language-picker i {
    color: #e84e0f;
    margin-right: 5px;
    font-size: 2rem;
    margin-top: 8px;
}
.mobile-buttons .language-picker::after {
    content: unset !important;
}
.nav-right-up a {
    color: #e84e0f;
    font-size: 1.2rem;
    margin-left: 25px;
}

.searchbar {
    display: flex;
    border: 1px solid darkgrey;
    border-radius: 3px;
    align-items: center;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 265px;
}
.searchbar input {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    font-size: 1rem;
    color: gray;
    line-height: 2rem;
    outline: none !important;
}
.searchbar i {
    color: gray;
    font-size: 1rem;
}

.nav-right-down a {
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 25px;
    display: flex;
    align-items: center;
    transition: all ease 100ms;
    border-bottom: 3px solid rgba(0,0,0,0);
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav-right-down a:hover {
    border-bottom: 3px solid #e84e0f;
    color: #464646;
}

.nav-link.dropdown-toggle::after {
    content: none;
}

.navbar .nav-link:focus, .nav-link:hover {
    text-decoration: none;
    padding-bottom: 14px!important;
    border-bottom: 3px solid #E84E0F;
}
.navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 17px;
    margin-right: 20px;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {margin-right:0px;}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(232,78,15, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.as-bs-1 {
    -webkit-box-shadow: 0 0 30px #c8c8c8;
    -moz-box-shadow:  0 0 30px #c8c8c8;
    box-shadow:  0 0 30px #c8c8c8;
    z-index: -1;
}

.navbar h4 a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700!important;
    color: #E84E0F;
    font-size: 22px!important;
    line-height:30px!important;
    margin-bottom: 20px;
}
.navbar .collapsed-nav ul {
    display: inline-block;
    margin-right: 100px;
}
.navbar .link-biglabel.icon-white label i  {
    color: #fff;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    padding-bottom: 14px!important;
    border-bottom: 3px solid #E84E0F;
}

.nav-spacer {margin-top:24px;}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 17px;
    margin-right: 20px;
    font-size:18px;
    line-height:28px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(232,78,15, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.as-bs-1 {
    -webkit-box-shadow: 0 0 30px #c8c8c8;
    -moz-box-shadow:  0 0 30px #c8c8c8;
    box-shadow:  0 0 30px #c8c8c8;
    z-index: -1;
}
.collapsed-nav {

}
.collapsed-nav h4 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #E84E0F;
    font-size: 22px;
    margin-bottom: 20px;
}
.collapsed-nav ul {
    display: inline-block;
    margin-right: 100px;
}
.collapsed-nav ul li a {

}
.link-biglabel.icon-white label i  {
    color: #fff;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 15px 15px;
    box-sizing: content-box;
    margin-left: -15px;
    box-shadow: 0 4px 8px -2px #00000059;
    margin-top: 0;
}

.navbar-nav .dropdown-menu.large {
    position: fixed !important;
    padding: 20px 0 40px 0;
    top: 94px;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 20px;
    /*height: 330px;*/
    background-color: white;
    border: 0px;
    border-radius: 0px;
    box-shadow: inset 0 5px 10px 1px rgba(0,0,0,0.11), 0 2px 4px 0 rgba(0,0,0,0.11);
    margin: 0;

}
.strong-link {
    font-weight: 700;
    word-break: keep-all;
    color: #EE5C29!important;
}
.pos-bottom {
    position: absolute;
    bottom: -20px;
}
.dropdown-menu.large a {
  font-size:18px;
  line-height:24px;
}

.mobile-buttons .navbar-toggler {
    padding: 0;
    margin-left: 10px;
    border: none;
    outline: none;
}
.mobile-buttons .fa-phone {
    transform: rotate(90deg);
    font-size: 24px;
}

.mobile-buttons a {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    cursor: pointer;
}
nav.navbar > div {
    z-index: 1;
}

/* ------------------ END HEADER ------------------ */



/* ------------------ SECTION HERO ------------------ */

section.hero {
    padding: 0;
    overflow: visible;
    position: relative;
    margin-bottom: 25px;
}
.heroCarousel {
    width: 100%;
}
.heroCarousel .carousel-inner {
    height: 394px;
}

.hero-bottom-bar-left {
    position: absolute;
    bottom: 0;
    background-color: #3C3C3B;
    transform: translateY(50%);
    height: 60px;
    left: 0;
    width: 50%;
}
.hero-bottom-bar-container {
    height: 60px;
    transform: translateY(50%);
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-bottom-bar-main {
    background-color: #3C3C3B;
    height: 60px;
    display: flex;
    align-items: center;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.hero-bottom-bar-mobile {
    background-color: #3C3C3B;
    width: 100%;
    padding: 5px 0 5px 0;
}
.hero-bottom-bar-main h1 {
    font-size: 1.8rem;
    color: white;
}
.hero-bottom-bar-mobile h1 {
    font-size: 1.4rem;
    color: white;
}
.hero-slider-controls {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: flex-end;
    position: static;
}
.hero-slider-controls-mobile {
    list-style: none;
    margin: 0;
    justify-content: flex-end;
    padding: 10px 15px 15px 0;
}
.hero-slider-controls li {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 30px;
    transform: translateY(-50%);
    margin-left: 15px;
    cursor: pointer;
    transition: all ease 200ms;
    opacity: 1;
    background-color: rgba(0,0,0,0);
}
.hero-slider-controls-mobile li {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 30px;
    margin-left: 15px;
    cursor: pointer;
    transition: all ease 200ms;
    opacity: 1;
    background-color: rgba(0,0,0,0);
}

.hero-slider-controls li.active, .hero-slider-controls-mobile li.active {
    background-color: #E84E0F;
}

.hero-slider-controls-mobile li.active:nth-child(1) + .hero-slider-controls {
    background-color: green;
}
.hero-slider-controls-mobile li.active:nth-child(1) + .hero-slider-controls li:nth-child(1) {
    background-color: #E84E0F;
}
.hero-slider-controls-mobile li.active:nth-child(2) + .hero-slider-controls li:nth-child(2) {
    background-color: #E84E0F;
}
.hero-slider-controls-mobile li.active:nth-child(3) + .hero-slider-controls li:nth-child(3) {
    background-color: #E84E0F;
}
.hero-slider-controls-mobile li.active:nth-child(4) + .hero-slider-controls li:nth-child(4) {
    background-color: #E84E0F;
}
.hero-slider-controls-mobile li.active:nth-child(5) + .hero-slider-controls li:nth-child(5) {
    background-color: #E84E0F;
}
.hero-slider-controls-mobile li.active:nth-child(6) + .hero-slider-controls li:nth-child(6) {
    background-color: #E84E0F;
}
.hero-slider-controls-mobile li.active:nth-child(7) + .hero-slider-controls li:nth-child(7) {
    background-color: #E84E0F;
}

.hero .carousel-control-prev {
    z-index: 0;
}
.hero .carousel-item {
    height: 100%;
    background-position: left 20%;
    background-size: cover;
    transition: all ease 1000ms;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transform: translateY(-50%);
}
.hero-overlay.hero-overlay-small {
    padding: 50px;
    background-color: hsla(0, 0%, 43%, 0.65);
}
.hero-overlay.hero-overlay-small h2 {
    color: white;
    text-transform: unset;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
}
.hero-overlay.hero-overlay-small strong {
    font-size: 1.3rem;
    font-weight: 800;
}
.hero-overlay .button {
    margin: 0;
}
.hero-overlay.hero-overlay-big {
    padding: 25px;
    background-color: #EDEDED;
    opacity: 1;
    box-shadow: 0 5px 5px -3px #0c0c0c8a;
    width: 32vw;
    /* min-width: 350px; */
}
.hero-overlay.hero-overlay-big .button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.table-data {
    display: flex;
}
.table-data .table-data-header {
    width: 120px;
    font-size: 1.1rem;
    color: #e84e0f;
    font-weight: 700;
    text-transform: capitalize;
}
.table-data .table-data-value {
    font-size: 1.1rem;
    width: 100%;
    font-weight: 500;
    color: black;
}
.carousel-indicators {
    justify-content: flex-end;
    margin-right: 2%;
    margin-left: 2%;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 10px;
    border: 1px solid #fff;
}
/* ------------------ END SECTION HERO ------------------ */


/* ------------------ SECTION INTRODUCTION ------------------ */

.section-introduction {
    padding: 60px 0;
}

.section-introduction .intro-buttons {
    display: flex;
    justify-content: center;
}
.section-introduction .intro-buttons .button {
    /* margin: 0 40px 40px 40px; */
    margin: 0 40px;
    width: 30%;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    text-align: center;
}


/* ------------------ END SECTION INTRODUCTION ------------------ */

/* ------------------ SECTION USP ------------------ */

.intro-pill {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    justify-content: flex-start;
    font-size: 1.2rem;
}
.intro-pill i {
    font-size: 1.6rem;
    margin-right: 20px;
}


/* ------------------ END SECTION USP ------------------ */



/* ------------------ SECTION REVIEWS ------------------ */

.section-reviewpanorama .reviewlogo {
    height: 100%;
    border-right: 1px solid #ededed;
}
.section-reviewpanorama .reviewlogo:last-of-type {
    border-right: none;
}

.section-reviewpanorama .reviewlogo a, .section-reviewpanorama .reviewlogo button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-reviewpanorama .reviewlogo img {
    width: 80%;
}
.section-reviewpanorama .current-review {
    width: 30px;
    height: 30px;
    background-color: #ededed;
    position: absolute;
    bottom: 0;
    transform: translateY(50%) rotate(45deg);
    transition: all ease 200ms;
    opacity: 0;
}

.section-reviewpanorama .reviewlogo a.active .current-review, .section-reviewpanorama .reviewlogo button.active .current-review {
    opacity: 1;
}
.section-reviewpanorama .review {
    background-color: #ededed;
    padding: 25px 0;
}

.section-reviewpanorama .reviewmessage {
    padding: 0 70px;
    height: 100%;
    font-size: 1.2rem;
    color: black;
    position: relative;
    min-height: 125px;
}
.section-reviewpanorama .reviewmessage::before, .section-reviewpanorama .reviewmessage::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 28px;
    background-repeat:no-repeat;
    background-position:center center;

}
.section-reviewpanorama .reviewmessage::before {
    left: 20px;
    top: 0;
    background-image: url('/images/quote2.svg');
}
.section-reviewpanorama .reviewmessage::after {
    bottom: 0;
    right: 20px;
    background-image: url('/images/quote1.svg');
}


.section-reviewpanorama .reviewerorigin {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-reviewpanorama .button {
    display: inline-block;
    float: right;
    margin-top: 40px;
}
.section-reviewpanorama .tab-content>.active {
    display: flex;
    min-height: 125px;
}


.section-reviewpanorama.review-list ul {
    margin-top:80px;
    margin-bottom:80px;
}

.section-reviewpanorama.review-list .reviewlogo {
  border-top:1px solid #ededed;
}

.section-reviewpanorama.review-list .reviewlogo a, .section-reviewpanorama.review-list .reviewlogo button {
  padding-top:25px;
  padding-bottom:25px;
  -webkit-appearance:none;
  border:0px;
  background: white;
}

.section-reviewpanorama.review-list .reviewlogo button:focus {outline:0;}

.section-reviewpanorama.review-list .reviewlogo:nth-child(6n+6) {border-right:none;}

.section-reviewpanorama.review-list .reviewlogo:nth-child(-n+6) {border-top:none;}

.popover {
  max-width:680px;
  border:0px;
  box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.5);
}

.popover-header {
  background-color:#3C3C3B;
  border-radius:0px;
  border:0px;
  font-weight:normal;
  font-size:18px;
  line-height:24px;
  color:white;
  padding:40px 60px 23px 60px;
}

.popover-header::before {
  display: block!important;
  content: ''!important;
  position: absolute!important;
  left: 20px!important;
  top: 30px!important;
  background-image: url(/images/quote2.svg)!important;
  width: 28px!important;
  height: 32px!important;
}

.popover-header::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 70px;
  right: 30px;
  width: 29px;
  height: 30px;
  background-image: url(/images/quote1.svg);
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* display: block; */
    /* width: 1rem; */
    /* margin-left: -.5rem; */
    /* content: ""; */
    /* border-bottom: 1px solid #f7f7f7; */
}

.popover-body {
  background-color:#3C3C3B;
  border:0px;
  font-weight:bold;
  color:white;
  font-size:18px;
  line-height:24px;
  text-transform:uppercase;
  padding:0px 60px 40px 60px;
}

.popover .arrow {transform:scale(4);}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {border-bottom-color:#3C3C3B;}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::after {border-bottom-color:#3C3C3B;}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {border-top-color:#3C3C3B;}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {border-top-color:#3C3C3B;}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {border-bottom:0px;}


/* mobile */

.reviewpanorama-mobile .reviewpanorama-mobile-control-prev, .reviewpanorama-mobile .reviewpanorama-mobile-control-next {
    position: absolute;
    top: 0;
    height: 160px;
    display: flex;
    align-items: center;
    width: 60px;
    font-size: 2.4rem;
}
.reviewpanorama-mobile .reviewpanorama-mobile-control-next {
    right: 0;
    justify-content: flex-end;
}
.reviewpanorama-mobile .reviewpanorama-mobile-control-prev i, .reviewpanorama-mobile .reviewpanorama-mobile-control-next i {
    font-size: 2.7rem;
}

.reviewpanorama-mobile-indicators {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    margin-left: 15px;
    position: static;
    justify-content: flex-start;
}
.reviewpanorama-mobile-indicators li {
    width: 15px;
    height: 15px;
    background-color: white;
    border: 2px solid #E84E0F;
    border-radius: 30px;
    margin: 25px 10px 10px 0;
    cursor: pointer;
    opacity: 1;
    box-sizing: border-box;
    background-clip: unset;
    transition: all ease 150ms;
}
.reviewpanorama-mobile-indicators li.active {
    background-color: #E84E0F;
}

.reviewpanorama-mobile-content {
    border: 1px solid #bbbbbb;
    padding: 15px;
}
.reviewpanorama-mobile-logo {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 25%;
}
.reviewpanorama-mobile-logo img {
    height: 90%;
}
.reviewpanorama-mobile-logo::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    transform: translateY(50%) rotate(45deg);
    background-color: white;
    bottom: 0;
    border-color: #bbbbbb;
    border-style: solid;
    border-width: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}

.reviewpanorama-mobile p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
}
.reviewpanorama-mobile strong {
    font-size: 1.2rem;
}

/* ------------------ END SECTION INTRO ------------------ */




/* ------------------ COMPONENT INSCHRIJVEN ------------------ */

.component-inschrijven {
    /*position: absolute;
    left: calc(50% + 15px);
    right: 0;*/
    background-color: #EDEDED;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 10;
    flex-grow: 1;
}

.component-inschrijven-header {
    padding: 20px;
    background-color: #e84e0f;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.component-inschrijven-header h2 {
    color: white;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 5px;
}
.component-inschrijven-header h3 {
    color: white;
    font-size: 1.2rem;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
}

.component-inschrijven-content {
    padding: 0 20px 25px 20px;
}


.component-inschrijven-content button {
    background-color: white;
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px;
    font-size: 1.2rem;
    transition: all ease 200ms;
    margin-top: 25px;
}
.component-inschrijven-content button:hover {
    background-color: #d8d8d8;
}
.component-inschrijven-content button i {
    font-size: 2.2rem;
    line-height: 20px;
}

/* zowel normal als de variant */
.component-inschrijven-content .component-inschrijven-dropdown-inner {
    padding: 12px 0 0px 20px;
}
.component-inschrijven-content .component-inschrijven-dropdown-inner span {
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 15px;
}
.component-inschrijven-dropdown-inner-row {
    margin: 0px 0 0 0;
}

.component-inschrijven-dropdown input[type=submit] {
    font-size:18px;
    width:200px;
    height:34px;
    line-height:34px;
    padding:0px;
    max-width:100%;
    margin-bottom:0px;
}


/* dropdown normal */
.component-inschrijven-dropdown-normal .component-inschrijven-dropdown-normal-text {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.component-inschrijven-dropdown-normal button {
    margin: 0;
    padding: 2px 25px;
    width: 30%;
    justify-content: center;
    border-radius: 4px;
    white-space: nowrap;
}

.component-inschrijven-content .component-inschrijven-dropdown-inner .text-size-small span:first-of-type, .component-inschrijven-content .component-inschrijven-dropdown-inner .text-size-small span:last-of-type {
    display: block;
}


/* ------------------ END COMPONENT INSCHRIJVEN ------------------ */



/* ------------------ SECTION QUOTE ------------------ */

.section-quote {
}

.section-quote .quote-text {
    padding: 0 53px;
    height: 100%;
    font-size: 1.2rem;
    color: black;
    position: relative;
}
.section-quote .quote-text::before, .section-quote .quote-text::after {
    content: "";
    position: absolute;
    background-image: url('/images/quote1.svg');
    width: 29px;
    height: 30px;
    background-size: contain;
}
.section-quote .quote-text::before {
    left: 0;
    top: 0;
    transform: translateY(-5px) rotate(180deg);
}
.section-quote .quote-text::after {
    bottom: 0;
    right: 0;
}
.section-quote .quote-origin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.section-quote .quote-origin strong {
    font-size: 1.2rem;
    font-weight: 700;
    color: black;
    letter-spacing: -1px;
}


/* ------------------ END SECTION QUOTE ------------------ */




/* ------------------ SECTION SOFTWAREOVERZICHT ------------------ */

.section-softwareoverzicht h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.display-software {
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
    box-shadow: 3px 6px 6px -2px #0000008a;
    margin: 0px 1vw 60px 1vw;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    transition: all ease 200ms;
}
.display-software:hover {
    box-shadow: 0px 8px 16px -7px #000000de;
}

.display-software .button.display-software-button {
    filter: brightness(1.1);
}

.display-software-header {
    background-color: #3C3C3B;
    color: white;
    padding: 15px;
}

.display-software-header h3 {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    white-space: nowrap;
}
.display-software-image {
    height: 200px;
    background-image: url(https://via.placeholder.com/350x200);
    background-size: cover;
    background-position: center;
}
.display-software-content {
    padding: 15px;
    flex: 1 1 auto;
    min-height: 250px;
}
.display-software-content p {
    font-size: 1.2rem;
}
.button.display-software-button {
    width: 100%;
    justify-content: center;
    margin: 0;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.as-scroll-down {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 999;
}
.as-scroll-down i {
    font-size: 2.5rem;
    opacity: .7;
    color: #8c8c8c;
    cursor: pointer;
}

/* ------------------ END SECTION SOFTWAREOVERZICHT ------------------ */

/* ------------------ SECTION OPLEIDINGSOVERZICHT ------------------ */

section.section-opleidingsoverzicht {
    margin-bottom: -40px;
}

.section-opleidingsoverzicht h2 {
    font-size: 1.4rem;
    margin-left: 40px;
    margin-bottom: 30px;
}

.display-opleiding {
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
    box-shadow: 3px 6px 6px -2px #0000008a;
    margin-bottom: 60px;
    display: block;
    transition: all ease 200ms;
}
.display-opleiding:hover {
    box-shadow: 0px 8px 16px -7px #000000de;
}
.display-opleiding:hover .display-opleiding-button.button {
    filter: brightness(1.1);
}


.display-opleiding-header {
    background-color: #3C3C3B;
    color: white;
    padding: 15px;
}
.display-opleiding-header h3 {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    white-space: nowrap;
    margin-top: 5px;
}
.display-opleiding-image {
    height: 200px;
    background-image: url(https://via.placeholder.com/350x200);
    background-size: cover;
    background-position: top;
}
.display-opleiding-content {
    padding: 15px;
}
.display-opleiding-content p {
    font-size: 1.2rem;
}
.display-opleiding-button.button {
    width: 100%;
    justify-content: center;
    margin: 0;
    box-shadow: none;
}


.display-opleiding-content h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6rem;
    height: 70px;
}

.display-opleiding-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    position: relative;
    border-top: 2px solid #b5b5b5;
    padding-top: 10px;
    height: 153px;
}
.display-opleiding-detail-duration {
    color: #878787;
    position: absolute;
    right: 0;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.display-opleiding-detail-duration p {
    font-size: 1rem;
}
.display-opleiding-detail-duration i {
    font-size: 1.1rem;
    color: #a2a2a2;
    margin-right: 10px;
    line-height: 1.6rem;
}
.display-opleiding-detail {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    color: #878787;
    margin: 5px 0;
}
.display-opleiding-detail i {
    font-size: 1.1rem;
    color: #a2a2a2;
    margin-right: 10px;
    line-height: 1.6rem;
}

/* ------------------ END SECTION OPLEIDINGSOVERZICHT ------------------ */


/* ------------------ SECTION NEWSOVERVIEW ------------------ */

.newsoverview-pageheader {
    margin-bottom: 80px;
}
.newsoverview-pageheader h2 {
    font-size: 1.4rem;
}
.newsoverview-pageheader p {
    font-size: 1.1rem;
    font-weight: 600;
}

.section-newsoverview .col-12.col-xl-4 {
    margin-bottom: 70px;
}
.display-news {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 18px;
    position: relative;
    transition: all ease 200ms;
}
.display-news:hover {
    background-color: whitesmoke;
}
.display-news-header {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #3C3C3B;
    color: white;
    margin: 0;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.1rem;
    border-radius: 3px;
}
.display-news-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.display-news-content {
    padding: 25px 15px;
}
.display-news-content h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.display-news-content p {
    font-size: 1.1rem;
}

/* ------------------ END SECTION NEWSOVERVIEW ------------------ */



/* ------------------ SECTION NEWSDETAIL ------------------ */

.newsdetail h2 {
    margin: 0;
    font-size: 1.5rem;
}
.newsdetail span {
    font-size: 1rem;
    color: #E84E0F;
    font-weight: 400;
}
.newsdetail .user-content {
    margin-top: 30px;
}

.user-content p {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    color: black;
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.user-content p b {
    font-weight: 700;
    font-size: 1.2rem;
}
.user-content h6 {
    margin: 0 0 20px 0;
    font-size: 1rem;
    color: black;
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.user-content a, .educational-bulks-last a {
    color: #E84E0F;
    text-decoration: underline;
}
.user-content b a {
    font-weight: 700;
}

.newsdetail-img {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0;
}

.newsdetail-share h2 {
    display: inline-block;
    margin-right: 30px;
    margin: 35px 15px 25px 0;
}

.addthis_inline_share_toolbox {
    display: inline-block;
    transform: translateY(7px);
}
.at-style-responsive .at-share-btn {
    padding: 0px 8px 3px !important;
    margin: 0 10px 0 0 !important;
}


.newsdetail-back {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}
.newsdetail-back p {
    color: #E84E0F;
    text-decoration: underline;
    font-size: 1.1rem;
    font-weight: 600;
}
.newsdetail-back i {
    margin-right: 25px;
    font-size: 1.9rem;
    text-decoration: none;
}

/* ------------------ END SECTION NEWSDETAIL ------------------ */



/* ------------------ SECTION AGENDA ------------------ */

section.agenda {
    padding: 40px 0 0 0;
}

.agenda table td, .agenda-filter-group select {
    font-size: 1.1rem;
    color: black;
    font-weight: 400;
}
.agenda table strong {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform:none;
}
.agenda ul, .agenda li {
    display: none;
}

.agenda-filter-group {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 50px;
    margin-bottom: 40px;
}

.agenda-filter-group label {
    margin: 0;
    width: 70px;
    font-weight: 700;
    font-size: 1.2rem;
}
.agenda-filter-group select {
    display: inline-block;
    width: unset;
    border: none;
    border-radius: 0;
}
#agenda-filter-date {
    text-transform: capitalize;
}
#agenda-filter-date option {
    text-transform: capitalize;
}


.agenda table {
    width: 100%;
    position: relative;
}
.agenda-tableheader-overlay {
    width: 100%;
    position: absolute;
    height: 46px;
    z-index: 0;
}

.agenda table th {
    padding: 7px 0 35px 0;
}
.agenda table td {
    padding: 7px 0;
}
.agenda table .button {
    margin: 0;
    width: 100%;
    padding: 3px 10px;
    justify-content: center;
}
.agenda table td p {
    font-size: 1rem;
}

.agenda table .button.button-white:hover {
    cursor: auto;
    color: #E84E0F !important;
}


/* pagination */

.pagination-prevnext button {
    background-color: snow;
    border: none;
    background: none;
    padding: 10px 0;
    outline: none;
    display: flex;
    align-items: center;
}
.pagination-prevnext i {
    font-size: 1.9rem;
}
.pagination-prevnext button:first-of-type {
    margin-right: 80px;
}
.pagination-prevnext button:first-of-type i {
    margin-right: 15px;
}
.pagination-prevnext button:last-of-type i {
    margin-left: 15px;
}

.pagination-select select {
    background-color: #ededed;
    outline: none;
    padding: 3px 10px;
    border-radius: 3px;
    border-color: #bbbbbb;
    margin: 0 10px;
}

#AgendaPagination_Results {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 6px;
}

.agenda table tr:first-of-type {
    display: table-row !important;
}

.agenda table tr:first-of-type th:nth-child(1) {
    width: 10%;
}
.agenda table tr:first-of-type th:nth-child(2) {
    width: 27%;
}
.agenda table tr:first-of-type th:nth-child(3) {
    width: 20%;
}
.agenda table tr:first-of-type th:nth-child(4) {
    width: 20%;
}

.agenda table tr {
    display: none;
}
.agenda table tr.tr-active {
    display: table-row;
}

/* ------------------ END SECTION AGENDA ------------------ */





/* ------------------ SECTION SOFTWARE BUNDLE ------------------ */

.software-bundle .software-bundle-display {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 5px 10px -5px black;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 100%;
}


/* ------------------ END SECTION SOFTWARE BUNDLE ------------------ */


/* ------------------ CONTACT ------------------ */

#contact-form h3 {
    text-transform: uppercase;
    color: #212529;
    font-weight: 700;
}

/* ------------------ END CONTACT ------------------ */

.contact-intro .button {
    margin-top: 50px;
}
.contact-intro a {
    padding-left: 10px;
    padding-right: 10px;
}
/* ------------------ FOOTER ------------------ */

.upper-footer {
    background-color: #E84E0F;
    color: white;
    text-align: center;
    padding: 80px 0;
}
.upper-footer div {
    font-size: 2.6rem;
}
.upper-footer .button {
    font-weight: 600;
    display: inline-block;
    background-color: white;
    color: #E84E0F !important;
}
.upper-footer .button:hover {
    color: #bb400d !important;
}

.main-footer {
    background-color: #3C3C3B;
    color: white;
    padding: 8vh 0 0 0;
}

footer h2 {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
footer p {
    font-size: 1.15rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
    font-weight: 300;
}


footer .checkbox-holder {
    margin: 20px 0 40px 0;
}
footer .checkbox-holder strong {
    text-transform: none;
}
footer .button {
    display: block;
    width: 100%;
    padding: 5px 0;
}

.footer-left > div {
    margin-top: 60px;
}
.footer-left > div:first-of-type {
    margin-top: 0;
}

.footer-left a {
    display: block;
    font-size: 1.2rem;
    padding: 5px 0;
    margin: 5px 0;
    display: flex;
    align-items: baseline;
    font-weight: 300;
}
footer i {
    color: white;
}

footer .link-biglabel label {
    margin: 0 20px 0 0;
    box-shadow: 0 3px 5px 0 #00000069;
}
footer .link-biglabel {
    align-items: center;
}

.footer-left a.link-social {
    margin: 0 5px 0 0;
    display: inline-flex;
    background-color: #e84e0f;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 1.4rem;
    box-shadow: 0 3px 5px 0 #00000069;
    color: white;
    width: 50px;
    justify-content: center;
}
.lower-footer {
    padding: 30px 0;
}

.lower-footer p {
    margin: 0;
}
.lower-footer a {
    font-weight: 300;
    font-size: 1.2rem;
    text-decoration: underline;
}
.s2s-footer-logos {
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
    position: absolute;
    bottom: -32px;
    padding: 42px 16px 42px 16px;
    left: 0;
}
/* ------------------ END FOOTER ------------------ */

/* ------------------ START CHECKOUT -------------- */
.shopping-cart-top h2 {
    margin-bottom: 50px;
}
.active-tab {
    color: #fff;
    background-color: #3c3c3b;
}
.shop-top-bar {
    border-right: 2px solid #949494;
    text-align: center;
    padding: 10px 0;
}
.shop-top-bar span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.shop-top-bar:last-of-type {
    border-right: unset;
}
.shop-tab {
    padding: 40px 0;
    border-bottom: 2px solid #e2e2e2;
}
.shop-tab:last-of-type {
    border-bottom: unset;
}
.shop-tab .button, .as-button {
    font-family: 'Open Sans', sans-serif;
    padding: 4px 37px;
    border: 0;
    font-size: 1rem;
    color: white !important;
    background-color: #E84E0F;
    border-radius: 3px;
    transition: all ease 100ms;
    box-shadow: 0 3px 5px 0 #0000005e;
    -webkit-appearance: unset;
    text-align: center;
}

.shop-tab .button-shop-fixed {
  width:262px;
  font-size:18px;
  padding:4px 0px;
  margin-top:10px;
  margin-right:18px;
}

.shop-tab table {
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}
.shop-tab input {
    font-size: 18px!important;
}
.shop-tab input[type="text"], .shop-tab input[type="email"], .shop-tab input[type="number"], .shop-tab select, .shop-tab textarea {

    border: 1px solid #C6C6C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.shop-tab h3, .shopping-cart h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.shop-tab textarea {
    width: 100%;
    padding: 10px;
}
.shop-tab select {
    width: 100%;
    padding: 3px;
}
.cart-product span {
    font-size: 18px;
    margin-right: 5px;
    font-weight: 500;
}
.cart-product select {
    margin-right: 30px;
    padding: 0 10px;
}
.cart-link {
    font-size: 18px;
    text-decoration: underline;
    color: #E84E0F;
}
.cart-link:hover {
    text-decoration: underline;
    color: #ca3f0c;
}
p.info-alert {
    font-size: 18px;
    font-weight: 500;
    width: 95%;
}
.form-group {
    margin-bottom: 0;
}
.no-border {
    border: unset!important;
}
.custom-control-label {
    font-size: 16px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #C6C6C6;
    background-color: #E84E0F;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: unset;
}
.shopping-cart {
    border: 1px solid #C6C6C6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.shopping-cart h3 {
    margin: 20px;
}
.cart-item {
    margin: 20px;
    padding-bottom: 25px;
    font-size: 18px;
    border-bottom: 2px solid #ededed;
}
.cart-item .item-qty {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
}
.cart-item table {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
}
.cart-item th {
    text-transform: uppercase;
}
.no-border th {
    text-transform: unset;
}
.cart-item tbody {
    margin-top: 20px;
}
.cart-item tbody td:nth-child(2) {
    padding-left: 10px;
}
.cart-item tbody td:nth-child(1) {
    border-right: 1px solid #000;
    padding-right: 10px;
}
.cart-checkbox p {
    font-size: 18px;
}
.cart-checkbox .avg {
    color: #878787;
}
.cart-checkbox .avg a {
    text-decoration: underline;
}
.payment-method {
    padding: 20px;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.payment-method .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -50px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border-radius: 2px!important;
    border: #adb5bd solid 1px;
}
.payment-method .custom-control-label {
    font-size: 16px;
    margin-left: 50px;
    font-weight: 800;
}
.payment-method small {
    font-size: 16px;
    margin-left: 50px;
}
/* ------------------ END CHECKOUT -------------- */

/* ------------------ 404 -------------- */

.error-page img {
    margin-bottom: 10vh;
}

.error-page-content {
    border-top: 1px solid #afafaf;
    padding-top: 15px;
    margin-top: 50px;
}
.error-page-content h1 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
}
.error-page-content a {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.error-page-content a i {
    margin-right: 20px;
    color: #E84E0F;
}
/* ------------------ END 404 ------------------ */


/* ------------------ COOKIE ------------------ */

#cookie-message {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: rgb(255, 255, 255);
    width: 420px;
    max-width: calc( 100% - 70px );
    padding: 15px;
    z-index: 999;
    border-radius: 6px;
    box-shadow: 0 0 10px #000000b0;
    display:none;
}
#cookie-message p {
  margin: 0;
  padding: 10px 0 5px 0;
}
#cookie-message h4 {
  margin: 0;
  padding: 0;
}
#cookie-message a {
  display: block;
}
#cookie-message span {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}
#cookie-message span:hover {
  color: #ccc;
}

/* ------------------ END COOKIE ------------------ */


.educational-bulks-last li {
    padding-left: 15px;
    position: relative;
}
.educational-bulks-last li::before {
    content: "";
    width: 5px;
    height: 2px;
    position: absolute;
    top: 0.9rem;
    left: 0;
    background-color: #e84e0f;
}


.contact-checkbox {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contact-checkbox-checkmark {
    position: absolute;
    top: 0;
    margin-top:2px;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-checkbox:hover input ~ .contact-checkbox-checkmark {
    background-color: #f4f4f4;
}
.contact-checkbox input:checked ~ .contact-checkbox-checkmark {
    background-color: #E84E0F;
}

.contact-checkbox .contact-checkbox-checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 11px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-checkbox input:checked ~ .contact-checkbox-checkmark:after {
    display: none;
    opacity: 1;
}



.line-height {
    line-height: 25px;
}

/*Keuzehulp*/

.s2s-select {
    background-color: #E84E0F;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}
.s2s-select label {
    margin: auto;
    font-size: 16px;
    color: #fff;
}
.s2s-select select {
    max-width: 60%;
    float: right;
}

/*----------*/