@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


@media (min-width: 2200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
  }
}

.dev-form {
	padding:15px;
	background-color:#FFE2AD;
	border:2px solid orange;
}

.footer-developer {
	margin-left:50px;
}

.footer-developer a {
	text-decoration:underline;
}

.language-links a {
	color:#ffffff;
}

.footer-developer i {
	color:#FF2D56;
	font-size:115%;
}

#cropper .image > img {
	max-width: 100%;
	max-height: 300px;
}

.no-select * {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

.pointer {
	cursor: pointer;
}

.ellipsis-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*PURE MARGIN / PADDING CLASSES*/
.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-25 {
	margin-top: 15px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-t-7 {
	padding-top: 7px;
}

.m-t-50 {
	margin-top: 50px;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-t-2 {
	padding-top: 2px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.home-color-alternately:nth-child(odd) {
	background-color:#ffffff;
}

.home-color-alternately:nth-child(even) {
	background-color:#f8f8f8;
}

.order-line-status {
	display: inline-block;
	border-radius: 20px;
	padding: 10px 20px;
}

.order-line-status.status-0 {
	background-color: #ffffff;
	color: #000000;
}

.order-line-status.status-1 {
	background-color: green;
	color: #ffffff;
}

.order-line-status.status-2 {
	background-color: #89D0E5;
	color: #ffffff;
}

.order-line-status.status-3 {
	background-color: orange;
	color: #ffffff;
}

#retour-form .selected-records .selected-records-arrow {
	width: 50px;
	height: 25px;
	border-left: 1px solid #929292;
	border-bottom: 1px solid #929292;
	margin-left:18px;
	margin-top: 20px;
	position: relative;
	display: inline-block;
}

#retour-form .selected-records .selected-records-arrow:after {
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	top:-2px;
	left: -5px;
	border-left: 1px solid #929292;
	border-top: 1px solid #929292;
	transform: rotate(45deg);
}

#retour-form .selected-records .selected-records-buttons {
	display: inline-block;
	padding-left: 5px;
}

#retour-form .selected-records .selected-records-buttons button {
	background-color: #89D0E5;
	color: #ffffff;
	outline:0;
	border:0;
	padding: 10px 15px;
}

#retour-form .selected-records .selected-records-buttons button[disabled="disabled"] {
	background-color: lightblue;
	cursor: not-allowed;
}

#retour-form .amount-selector {
	display: inline-block;
}

#retour-form .amount-selector input {
	min-width: 50px;
	max-width: 75px;
	padding: 0;
}

#retour-form .amount-selector input.error-field {
	border: 1px solid red;
}

#retour-form .order-details {
	border: 1px solid #000;
	display: block;
	padding: 15px;
	margin-bottom: 25px;
}

#retour-form .order-invoices {
	padding-left: 5px;
	padding-bottom: 25px;
}

#retour-form .order-specs {
	padding-bottom: 25px;
}

#retour-modal table {
	margin-top: 25px;
}

#retour-modal table tr > td:nth-child(1), #retour-modal table tr > th:nth-child(1) {
	padding-left: 10px;
}

#retour-modal table td, #retour-modal table th {
	padding-top: 10px;
	padding-bottom: 10px;
}

#retour-modal table tr:nth-child(odd) {
	background-color: #FAFAFA;
}

#retour-modal table tr:nth-child(even) {
	background-color: #F2F2F2;
}

#retour-modal table thead tr {
	background-color: #F2F2F2 !important;
}

.pswp__bg {
	opacity: 0.88 !important;
}

/* START: This CSS is for ALL themes (some edits might be required for specific themes). */
	.mce-content-body, .mce-content-body * {
		box-sizing: border-box;
	}


	.mce-content-body {
		margin:0 0 0 0;
		padding:0px 100px;
	}

	.mce-content-body > :first-child {
		margin-top:0!important;
	}
	
	.mce-content-body > :last-child {
		margin-bottom:0!important;
	}

	.mce-content-body blockquote {
		padding: 10px 20px;
		margin: 40px auto;
		font-size: 17.5px;
		border-left: 5px solid #eee;
		width:90%;
	}

	.mce-content-body blockquote footer {
		display: block;
		font-size: 90%;
		line-height: 1.42857143;
		color: #777;
	}

	.mce-content-body blockquote footer .quotee,
	.mce-content-body blockquote footer cite {
		font-size:110%;
		font-style:italic;
	}

	.mce-content-body h1,
	.mce-content-body h2,
	.mce-content-body h3,
	.mce-content-body h4,
	.mce-content-body h5 {
		margin:30px 0 10px;
		font-weight:400;
	}

	.mce-content-body p {
		margin:0 0 24px 0;
	}

	.mce-content-body ul {
		list-style-type:disc;
	}

	.mce-content-body ul,
	.mce-content-body ol {
		width:90%;
		margin:40px auto;
		padding-left: 21px;
	}

	.mce-content-body li {
		float:none;
	}

	.mce-content-body table {
		width:90%;
		border-collapse:collapse;
		margin:40px auto;
	}

	.mce-content-body table tr td {
		border:0px solid transparent;
		padding:12px;
		border-bottom:1px solid #dddddd;
	}

	.mce-content-body table tr:nth-child(even) {
		background-color:#f9f9f9;
	}

	.mce-content-body img {
		display:block;
		width:75%;
		padding:0 10px;
		margin:40px auto;
	}

	.mce-content-body img.direction-inline {
		display:inline-block;
		margin: 10px auto;
	}

	.mce-content-body img.direction-left {
		float:left;
		padding:15px 15px 15px 0px;
		margin: auto auto;
	}

	.mce-content-body img.direction-right {
		float:right;
		padding:15px 0px 15px 15px;
		margin: auto auto;
	}

	.mce-content-body img.width-100 {
		width:100%;
	}

	.mce-content-body img.width-75 {
		width:75%;
	}

	.mce-content-body img.width-50 {
		width:50%;
	}

	.mce-content-body img.width-33 {
		width:33.33333333%;
	}

	.mce-content-body img.width-25 {
		width:25%;
	}

	.mce-content-body .embed-responsive {
		position: relative;
		display: block;
		width: 75%;
		margin:40px auto;
		padding: 0;
		height:auto;
		overflow: hidden;
	}

	.mce-content-body .embed-responsive::before {
		display: block;
		content: "";
		padding-top: 56.25%;
	}

	.mce-content-body .embed-responsive iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.mce-content-body .defaultContent {
		box-sizing:border-box;
		border:1px solid rgb(185,185,185);
		background-color:rgb(220,220,220);
		padding:2px;
		width:100%;
		display:block;
		margin:15px auto;
	}

	.mce-content-body .defaultContent:before {
		content:"Standaard Pagina Content";
		color:#000;
		font-weight:bold;
		display:block;
		width:100%
	}
	.mce-content-body .defaultContent:after {
		content:"Op deze locatie komt de standaard vooraf geprogrammeerde content van de pagina te staan. Let op: niet alle pagina's hebben vooraf geprogrammeerde content.";
		width:100%;
		color:#000;
		display:block;
	}
	.full-width-mce .mce-content-body {
		padding-left: 0px;
		padding-right: 0px;
	}
/* START: This CSS is for ALL themes (some edits might be required for specific themes). */

.header-area-page {
  background-image: url(./frissr/img/bannerm.jpg);
  background-size: cover;
  background-position:center center;
  position: relative;
  min-height: 440px;
}

.header-area-page:before {
  content:'';
  display:block;
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  background-image: -webkit-linear-gradient(
  313deg
  , #e91e62 0%, #ff5a21 68%);
  background-color: #000;
  opacity: 0.75;
}

.header-area {
  background-image:url('./frissr/img/header.jpg');
  background-image:url('./frissr/img/bannerm.jpg');
  background-size:cover;
  position:relative;
  min-height:800px;
}

.header-area:before {
  content:'';
  display:block;
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  background-image: -webkit-linear-gradient(
  313deg
  , #e91e62 0%, #ff5a21 68%);
  background-color: #000;
  opacity: 0.75;
}

.header-content {
  position: relative;
  z-index: 1;
}

.homepage-banner-content {
  margin-top:160px;
  padding-bottom:350px;
  align-items:center;
  justify-content:space-between;
  display:flex;
}


.page-banner-content .hero__content .main-title {
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  margin-top: 61px;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: white;
  font-size: 20px;
  margin-top:32px;
}

.breadcrumbs i {
  margin:0 20px;
  padding-top:0px;
  font-size:16px;
}

.generic-page-content {
  padding-top:140px;
  padding-bottom:150px;
  position:relative;
}

.generic-page-content > .container {
  max-width:1170px;
}

.generic-page-content h2 {
  margin-bottom:20px;
}

.generic-page-content h3 {
  margin-bottom:20px;
}

.generic-page-content p {
  margin-bottom:40px;
}

.generic-page-content img {
  width:100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

.generic-page-content .theme_btn {
  margin-bottom:40px;
}

.generic-page-content :last-child {
  margin-bottom:0 !important;
}

.header-content {
  position: relative;
  z-index: 1;
}

.homepage-banner-content {
  margin-top:160px;
  padding-bottom:350px;
  align-items:center;
  justify-content:space-between;
  display:flex;
}

.theme_btn {
  color:#fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme_btn > i {
  margin-left:15px;
}

.theme_btn.outline-variant {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 100px;
}

.homepage-banner-content .contact-form-area {
  max-width:370px;
  padding:55px 50px 60px 50px;
  margin-right:60px;
  margin-left:200px;
}

.hero__content .sub-title {
  font-size:28px;
  margin-bottom:65px;
}

.menu-shadow {
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
}

.more-right-padding {
  padding-right:30px;
}

.main-head-bg {
  background: transparent;
  position: relative;
}

.more-left-padding {
  padding-right:30px;
}

.homepage-banner-content .hero__content .main-title {
  font-size:125px;
  font-weight:800;
  max-width: 1260px;
  margin-bottom:120px;
}

.main-head-bg-bar {
    display: flex;
    height: 100px;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.logo-wrapper {
  height:100%;
  margin-right:35px;
  padding: 13px 0 31px 0;
  flex-shrink:0;
}

.logo-wrapper .logo {
  height:100%;
  display: flex;
  position:relative;
  align-items: center;
}

.logo-wrapper .logo img {
  height:100%;
}

.main-head-bg-bar {
  display:flex;
  height:100px;
}

@media (max-width: 767px) {
  .main-header-area.sticky .logo_before {
    padding: 9px 15px;
  }
}

.main-head-bg {
  background: transparent;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-head-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .main-head-bg {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-menu {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu {
    margin: 0;
  }
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-menu ul li {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 15px;
  }
}
.main-menu ul li > a {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  padding: 37px 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.caa_extra_side_link a {
    font-weight: bolder;
}

.main-menu ul li > a i {
  font-size: 14px;
  line-height: 1;
}
.main-menu ul li > a.active {
  color: #E91E63;
}
.main-menu ul li:hover > a {
  color: #E91E63;
}
.main-menu ul li ul.submenu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 265px;
  z-index: 9;
  border-top: 4px solid #E91E63;
  text-align: left;
  padding: 25px 0;
}
.main-menu ul li ul.submenu li {
  display: block;
}
.main-menu ul li ul.submenu li a {
  padding: 10px 30px;
  display: block;
  margin: 0;
  border: 0;
  color: #010000;
}
.main-menu ul li ul.submenu li a::before {
  display: none;
}
.main-menu ul li ul.submenu li a:hover {
  color: #E91E63;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-nav {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-nav {
    margin-top: 8px;
  }
}
.right-nav li .cart_input {
  margin-right: 27px;
}
.right-nav li .cart_input a {
  color: #010000;
}
.right-nav li .search_input {
  margin-right: 27px;
}
.right-nav li .search_input a {
  color: #010000;
}
.right-nav li a i {
  color: #010000;
  font-size: 18px;
}
.right-nav li .quote_btn {
  background: #010000;
}
@media (max-width: 767px) {
  .right-nav li .quote_btn {
    display: none;
  }
}
.right-nav li .quote_btn .icon_box i {
  color: #ffffff;
}
.right-nav li .quote_btn:hover {
  background: #E91E63;
}

.page-banner-content .hero__content .main-title {
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  margin-top: 61px;
}

.hero__content .main-title {
  color: #ffffff;
  font-size: 90px;
  line-height: 1;
}


.custom-shape-divider-bottom-1618905472 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1618905472 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1618905472 .shape-fill {
  fill: #FEF8F6;
}

.custom-shape-divider-bottom-1618905472-e {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1618905472-e svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1618905472-e .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1622549118 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1622549118 svg {
  position: relative;
  display: block;
  width: calc(120% + 1.3px);
  margin-left: -19%;
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1622549118 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-63456345643563 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-63456345643563 svg {
  position: relative;
  display: block;
  width: calc(120% + 1.3px);
  margin-left: -19%;
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-63456345643563 .shape-fill {
  fill: #fef8f6;
}

.custom-shape-divider-top-1622718560 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1622718560 svg {
  position: relative;
  display: block;
  width: calc(120% + 1.3px);
  margin-left:-19%;
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1622718560 .shape-fill {
  fill: #FFFFFF;
}

.main-header-area {
	padding-top:10px;
	padding-bottom:10px;
}

.main-head-bg {
	padding-left:50px;
	padding-right:50px;
}

.hero__content {
  position: relative;
  z-index: 3;
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero__content {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero__content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget.fot_abot {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__widget .footer-logo {
  display: inline-block;
}
.footer__widget .semi-title {
  color: #010000;
  font-size: 24px;
  line-height: 1;
}
.footer__widget .fot-list li {
  margin-bottom: 8px;
}
.footer__widget .fot-list li a {
  color: #596277;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Montserrat", "Ubuntu", sans-serif;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__widget .semi-title {
	font-weight:700;
}

.times-open span {
    display: inline-block;
    width: 130px;
}

.address-list li a i {
    color: #E91E63;
    font-size: 14px;
    margin-right: 18px;
}

.footer-area {
	line-height:1.6;
	font-size:16px;
	color: #596277;
}

.footer-area .row {
    border-bottom: 1px solid #f4f4f4 !important;
}

.footer__widget .fot-list li a:hover, .footer__widget .fot-list li a:focus {
  color: #E91E63;
}

span.message {
	display: block;
    margin-top: 20px;
    color: #2251a7;
    font-weight: 500;
}