:root
{
	--color-pink: #c72167;
	--color-darkBrown: #423f3e;
}


.mainSite
{ 
	font-family: 'Open Sans', sans-serif;
}
.mainSite main
	{
		font-size: 16px;	
		min-height:50vh
	}
.mainSite h1, .mainSite h2, .mainSite h3, .mainSite h4, .mainSite .topMenu .navbar-nav
{
	font-weight: 400;
	font-family:  "Cabin", sans-serif;
	letter-spacing: 1px;
	
}
.mainSite .breadcrumb
{ 
	text-transform: uppercase;
	font-size: 14px;
	color:#333;
}
.mainSite .breadcrumb a
{
	color: inherit;
}
.mainSite ol.breadcrumb
{
	margin:0px;
}
.mainSite .topMenu
{
	z-index: 1;
	background-color: #171717;
    height: 150px;
	min-height: unset;
	position: relative;
}
.mainSite .topMenu .navbar
{
	
	background-color: transparent;
	border: none;
	
}
.mainSite .topMenu .navbar .navbar-right
{
	margin-top: 50px;
}
.mainSite .topMenu .navbar-nav>li {
	color: #FFF;
    font-family: "Open Sans Condensed";
    font-size: 1.7em;
    font-weight: 800;
    letter-spacing: 0.2em;
}
.mainSite .topMenu .navbar-nav>li>a
{
	transition:all 0.3s ease ; 
	color: inherit;
	display: inline-block;
	padding: 10px 6px;
}
.mainSite .topMenu .navbar-nav>li::after
{
	transition:all 0.3s ease ; 
	color:#ccc;
	content: " |";
	display: inline-block;

}
.mainSite .topMenu .navbar-nav:hover>li::after
{
	color:#333;

}
.mainSite .topMenu .navbar-nav>li:last-child::after
{
	content: "";
}

.mainSite .topMenu .nav>li>a:hover, .mainSite .nav>li>a:focus {
    text-decoration: none;
	background-color: transparent;
	border: 2px solid #FFF;
}

.mainSite .topMenu .nav>li>a {
	border: 2px solid transparent;
}

.mainSite  .topMenu .navbar-toggle .icon-bar
{
	display: block;
    width: 26.1px;
    height: 3px;
    border-radius: 1px;
    border-color: #FFF;
    background-color: #FFF;
}
.mainSite  .topMenu .navbar-brand>img {
    display: block;
    min-width: unset;
	width: 80%;
    margin-top: 25px;
    max-width: unset;
}
.mainSite .newsPage
{
	margin: 30px 0px;
}
.mainSite #mainHeader
{
	z-index: 0;
	min-height: 30vh;
	background-image: url(/image/defaultHeader.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 30px;
}
.mainSite #mainHeader > * 
{
	color: #FFF;
	z-index: 1; 
}
.mainSite #mainHeader::after
{
	z-index: -1;
	content: "";
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(35,31,30,.4);

} 

.mainSite #mainHeader a:not(.cta)
{
	color:inherit;
	text-decoration: underline;
}
.mainSite .cta
{
	background-color: #a4bf2d;
	color: #000;
	font-family: "Cabin";
	display: inline-block;
	padding: 10px 15px;
	letter-spacing: .1em;
}
.mainSite #mainHeader .headerTxt
{
	font-family: "Cabin";
	text-align: center;
    margin: 10vh auto 10vh auto;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
	line-height: 1.6;
	letter-spacing: .1em;
}

.mainSite #mainHeader .headerTxt h1
{
	font-family: "Cabin";
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 2.2em;
}

.mainSite .socialRow {
    display: block;
    margin-top: 20px;
}

.mainSite .socialRow .socialIcon {
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 35px;
    width: 35px;
	margin: 0 5px;
	text-align: center;
}

.mainSite .socialRow .socialIcon svg {
	height: 25px;
	width: 25px;
	margin-top:5px;
}

.mainSite .itemHeading {
	margin-top: 60px;
	margin-bottom: 45px;
	font-family: "Open sans condensed";
	font-weight: 800;
}
.mainSite .itemHeading span {
	color: var(--color-darkBrown);
	font-size: 30px;
	border: 3px solid var(--color-darkBrown);
	padding: 10px 25px;
	text-transform: uppercase;
}

article.itemBlock {
	width: 100%; 
	/*padding:25px 25px 25px 0px;*/
	background-color: #a4bf2d;
	color: #FFF;
	margin: 15px 0; 
	overflow: hidden;
} 

article.itemBlock a {
	color: #FFF; 
	font-size: 16px;
	display: flex;
	height: 200px;
} 
article.itemBlock a > div {
flex: 0 0 auto
} 
article.itemBlock p {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 200;
}
article.itemBlock h1
{
	margin-top: 0px;;
	font-size: 19px;
}

article.itemBlock .imgWrapper {
	width: 41.66666667%;
	height: 215px;
}
article.itemBlock .itemInfo {
	flex: 1 1 auto;
	padding: 15px;
}
article.itemBlock .itemImg { 
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content:space-around;
	font-size: 2em;
	font-family: "Open Sans Condensed";
	font-weight: 600;
	text-shadow: 0px 0px 13px #000000;
} 

.btmBackground {
	width: 100%;
	background: #FFF;
	padding-bottom: 170px;
}

.mainSite .footerMenu {
	list-style: none;
	padding: 0;
}

.mainSite .footerLogo {
	max-width: 50%;
	margin: auto;
}


.mainSite footer
{
	line-height: 2em;
	color: #FFF;
	background-color: #362f2d;
	background-image: url("/image/footerbg.jpg");
	background-size: cover;
	padding-top: 5vh ;
}
.mainSite footer h3
{
	text-transform: none;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.mainSite footer a
{
	color: inherit;
}

.mainSite footer .copyright
{
	margin-top: 5vh;
	padding-top: 20px;
	padding-bottom: 25px;
	color:#FFF;

}
.mainSite footer .copyright a
{
	color: inherit;
}

.mainSite .brownBar
{
    background-color: #171717;
    min-height: 150px;
    color: #FFF;
    font-weight: 200;
	}
.mainSite .contactPage .brownBar
{
	background-color: #171717;
    min-height: 150px;
    color: #FFF;
    font-weight: 200;
    margin-top: 30px;
    padding: 30px 0px;
}
	
.mainSite .contactPage #contactImage {
	padding-top: 100%;
    position: relative;
    display: block;
    width: 100%;
    /* height: 500px; */
    background-position: center;
    background-size: cover;
}

.mainSite .webshop {
	margin-bottom: 40px;
}

.mainSite .webshop #mainHeader {
	margin-bottom:0;
}

.mainSite .webshop .subMenu {
	margin: 20px 0;
	background-color: #FFF;
	padding: 15px 10px;
	border: 3px solid #f5f5f5;
}
.mainSite .webshop .subMenu a {
	color: #333;
}
.mainSite .webshop .subMenu h3 {
	margin-top:0;
	text-transform: uppercase;
}

.mainSite .webshop .subMenu ul {
	list-style: none;
	padding:0;
	margin: 0;
}

.mainSite .webshop .subMenu li {
	padding: 5px 0;
}

.mainSite .webshop .subMenu li ul {
	padding-left: 10px;
}

.mainSite .webshop .subMenu li:not(:last-of-type) {
	border-bottom: 1px solid #a9a9a9;
}

.mainSite .webshop .subMenu li.active {
	font-weight: 600;
}

.mainSite .webshop .overzichtTop {
	margin: 20px 0;
}

.mainSite .webshop .overzichtTop a {
	color: #000;
	text-decoration: underline;
}

.mainSite .webshopListItem {
    margin: 20px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

.mainSite .webshopListItem .prodInfo a {
	color: var(--color-darkBrown);
	text-decoration: none;
}

.mainSite .webshopListItem h1 {
	font-size: .8em;	
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.mainSite .webshopListItem h1>span.merk {
	display: block;
	border: 2px solid;
	padding: 5px;
	font-size: 1.2em;
	margin: 10px 0;
	text-align: center;
	height: 33px;
	overflow: hidden;
	display: block;
}

.mainSite .webshopListItem h1>span.collectie {
	height: 31px; 
	overflow: hidden;
	display: block;
}

/* .mainSite .webshopListItem .webshopListImg {
	max-width: 100%;
	height: 335px;
} */

.mainSite .webshopListItem .prijsBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 32px;
	/* display: block; */
}

.mainSite .webshopListItem .prijsBar .oldPrice {
	color: #cccccc;
	text-decoration: line-through;
	font-size: 1em;
}

.mainSite .webshopListItem .prijsBar .prijs {
	font-size: 1.2em;
	font-weight: 600
}

.mainSite .webshopListItem .webshopListImgPosHolder {
	display: flex;
	justify-content: center;
	height: 335px;
	overflow: hidden;
}

.mainSite .productPage .productHolder {
	margin: 30px 0;
}
.mainSite .productPage .imgHolder {
	display: flex;
	justify-content: center;
	position: relative;
	/* flex-direction: column; */
}

.mainSite .productPage .imgHolder span.label {
	position: absolute;
	top: 0;
	left: 0;
}

#webshopList .prodInfo .label,
.mainSite .productPage .imgHolder span.label {
	color: #000;
	background-color: #a4bf2d;
	padding: 5px 10px;
	max-width: 160px;
	overflow: hidden;
}

.mainSite .productPage .prodPrevImg {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.mainSite .productPage .prodPrevImg .prodSmallImg {
	max-width: 100%;
	display: block;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 15px 0;
}

.mainSite .productPage .productHolder #prodImg {
	max-width: 100%;
	max-height: 500px;
	margin: 20px 0;
}
.mainSite .productPage .productHead .itemH1 {
	font-size: 2.25em;
	margin: 0 0 20px 0;
}

.mainSite .productPage .productHolder .offerDetail {
	padding: 30px;
	margin:20px 0;
	background-color: #efefef;
}

.mainSite .productPage .productHolder .offerDetail a.info {
	color: #333;
}

.mainSite .productPage .offerDetail .prodInfo .amount, .mainSite .productPage .offerDetail .prodInfo .attributes .attr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width:50%; */
	margin: 10px 0;
}

.mainSite .productPage .offerDetail .prodInfo .amount input, .mainSite .productPage .offerDetail .prodInfo .attributes .attr select, .mainSite .productPage .offerDetail .prodInfo .size input {
	border:none;
	padding: 5px 10px;
	width: 50%;
}

.mainSite .productPage .offerDetail .prodInfo .size {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}

.mainSite .productPage .offerDetail .prodInfo .size>* {
	width: 50%;
}

.mainSite .productPage .offerDetail .prodInfo .size>* input {
	width: 100%;
}

.mainSite .productPage .offerDetail .prodInfo .size .errorMsg {
	color: #d80000;
	font-size: 0.8em;
}

.mainSite .productPage .offerDetail .prodInfo .attributes {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* .mainSite .productPage .offerDetail .prodInfo .attributes .attr {
	display: flex;
	justify-content: space-between;
	align-items: center;
} */

.mainSite .productPage .productHolder .offerDetail .btn.cta {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom:0;
	background-color: #a4bf2d;
	margin: 15px 0;
}

.mainSite .productPage .productHolder .offerDetail .price {
	font-size: 2em;
	font-weight: 700;
}

.mainSite .productPage .productHolder .offerDetail .priceOld {
	font-size: 1em;
	text-decoration: line-through;
	color: #4a3d3dcc;
}

.mainSite .productPage .productHolder .offerDetail hr {
	border-color: #ccc;
}

.mainSite .productPage .productHolder .offerDetail .uspBlock ul {
	list-style: none;
	padding: 0;
}

.mainSite .productPage .productHolder .offerDetail .uspBlock li:before {
	content: "\E194";
    font-family: "Glyphicons Regular";
    margin-right: 10px;
    color: #a4bf2d;
    font-size: 17px;
    position: relative;
}

.mainSite .winkelwagen {
	margin: 30px 0;
}

.mainSite .winkelwagen .cartList a {
	color: #000;
}

.mainSite #miniCart
{
	position: fixed;
    z-index: 10;
    right: 0px;
    top: 85%;
	color: #333;
}
.mainSite #miniCart a
{   
	text-decoration: none;
	padding: 5px 15px 5px 5px;
	background-color: #FFF;
	border: 15px solid #a4bf2d;
	border-right: 0px;
	display: block;
	color: inherit;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.6em;
}

.mainSite #miniCart a:hover {

}


@media (min-width: 768px) {
	.mainSite main {
		font-size: 18px;
		line-height: 1.8em;		
	}

	article.itemBlock h1
	{
		font-size: 21px;
	}
 
}


 
 
 
@media (min-width: 992px) {
	.mainSite .topMenu
	{

	}
	.mainSite  .topMenu .navbar-brand>img {
		min-width: 175px;
		width: 15vw;
		max-width: 342px;
		margin-top: 25px;
	}
	article.itemBlock h1
{
	font-size: 24px;
}
.btmBackground {
	background: linear-gradient(to right, #FFFF 50%, #ededed 50%);
}
}

@media (min-width: 1200px) {

}

/* 
-----------------------------------------------------------------
Formulier */

.mainSite input, .mainSite textarea, .mainSite select {	
	border-radius: 0px;
}
input[type="button"], button, .uploadifive-button {
	cursor: pointer;
	display:inline-block;
	color: #FFF;
	background: none;
	border: none;
	padding: 15px;
	background-color: #414a54;
 
}
.mainSite option {
	color: #333;
}


/* Basiselementen */


.inWindow {
	background-color: #FFF;
	border: 5px #069 solid;
	border-radius: 10px;
	margin: auto;
	margin-top: 50px;
	width: 436px;
	min-height: 140px;
}
.inWindowHeader {
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 426px;
	background-color: #069;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px
}
.adminTransBg {
	z-index: 9999;
	display: none;
	padding: 10px;
	overflow: scroll;
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#settingsWindow td, .inWindow td {
	border-bottom: 1px dotted #CCC;
}
#settingsWindow label, .inWindow label {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
.bottomButtons {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.bottomButtons input[type="button"] {
	margin: 5px;
}
.loadingMsg {
	background-color: #FFF;
	border-radius: 5px;
	display: block;
	font-size: 18px;
	color: #666;
	padding: 10px;
}
.loadingMsg img {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.admin-modal {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.admin-modal span.help-block {
	font-size: 12px;
}
.modal {
	margin-top: 30px;
}
.loadModal {
	height: 200px;
	background-image: url(/login/image/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* BOOTSTRAP */
/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .topMenu.menuFixed .navbar-default .navbar-nav>.active>li>a {
} */
@media (min-width: 992px)
{
.modal-xl {
    width: 90%;
}
}

.mainSite .btn {
	font-size: 16px;
	border-radius: 0px;
	text-transform:uppercase;
	font-weight:bold;
	border: none;
	padding: 10px 20px;
	color: #fff;
	margin: 15px 5px;
	background-color: #777;
}

@media (min-width: 768px) {
	.btn {
	font-size: 18px;
}	
}

.mainSite .btn-primary {
	background-color: #a4bf2d;
	color:#FFF
}

.mainSite .btn-secondary {
	background-color: #a4bf2d;
}

.mainSite .btn-primary:hover, .mainSite .btn-secondary:hover {
	background-color: #a4bf2d;	
	color: #fff;
	transition:all .15s ease-in-out;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
	border-radius:0px;
	font-size:14px;
}
.modal-content input, .modal-content select{
	height:auto;
	border-radius:0px;
	font-size:1em;
	padding:10px;
	font-size:18px;
	max-width: 100%;
}
.modal-content .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-content .btn {
    padding: 8px 16px;
    font-size: 14px;
	border-radius:0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background-color:transparent; 
}
.navbar-default .navbar-toggle:hover {
     background-color:#373737; 
}
.navbar-default .navbar-toggle {
   border-color:transparent;
       margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #8a171f;
}

.navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0px;
    overflow: visible !important;
}

.temp404 {
	margin: 150px 200px;	
}
/*
xs < 768
sm 768-991
md > 992
*/