.uppercase{
	text-transform: uppercase;
}

.light-grey-text{ color: #b4b3b3; }

.ng-hide{ display: none; }

.text-right{
	text-align: right;
}

/* Icon 1 */

#nav-icon3{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 10px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	background: rgba(255,255,255,0.4);
	padding: 5px 8px;
	float: right;
	margin-top: 17px;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;	
  left: auto;
  right: 10px;
  background: #363434;
  opacity: 1;
  width: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 12px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 19px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.page-header nav a.active{
	color: #adadad;
}

@media screen and (min-width: 992px){
	.with-bg .logo{
		margin-left: 75px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 992px){
	
	.header-spacer{
		height: 75px;
	}
	
	.page-header.with-bg:not(.white-bg) #nav-icon3.open{
		background: none;
	}

	.page-header.with-bg:not(.white-bg) #nav-icon3.open span{
		background: #adadad;
	}


	.page-header.with-bg:not(.white-bg) #nav-icon3{
		background: #5e5d5d;
	}

	.page-header.with-bg:not(.white-bg) #nav-icon3 span{
		background: #fff;
	}

	.page-header.with-bg:not(.white-bg) nav{
		background: #363434;
	}

	.page-header.with-bg:not(.white-bg) nav a{
		color: #fff !important;
	}
}

.mobile-nav-toggle{
	display: none;
}


.slide h1{
	margin: 0;
	line-height: 1;
}

.slide .left,
.slide .right{
	font-size: 18px;
}

.slide ul{
	padding-left: 20px;
	margin: 55px 0;
}

.hero{
	background-repeat: no-repeat;
}

.hero.vertical-top .flex-container{
        align-items: flex-start;
	
}
.hero.vertical-bottom .flex-container {
    align-items: flex-end;
}

.page-header .dropdown-download{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAArCAYAAAAOnxr+AAAB1klEQVRYhe2YzUobURSAv5tJ84f5odFF00VaFTQNdlUQH6C0XXQlpAtxI4Jv0D5JF4Kgi1JxL8RlQfAFxAiFCKNlinTaOgZip8lkXNkuksAMc1RG51vee+45H3PPvcyMcl3XJQTEblvAK5GoNJGoNJGoNKKiDfuCd9++8uFUl0wLQFwy2U+nw3brNzOpjGRa4L5u/XUSGlFPPfrJ+sGKcTR0PhfT+D71QmzdIO7WE73i1UiB9dJk37hSg+NruVHejjzsGz/p2swe7fsp7U/0gVLkNc1zfEIpEgPiz3rec1wRmq2PRKUJLHpgt3mpNzCdTt/cZ8tkyWjiEPyzLJCoCywbTfbaLd7oh1hO99/clmWyYjTZskw2LTOoZzBRBWyUJilqcRr2Be9PjwE4c7osG016wGJhjIX82O2KAkwl09TLFYpaHL1jA3DS+UsPqOWKfHz0lCHXrC9EDlM1maFerpCP/b8fa7kia48n0EQ0BU99NZlhp/yMbExjXlgShF+cn6cyfHlSZTyREpUEYVGA6WRaOiVwny78myI0or56dK/d4rV+GLjoH7fne40v0V9Ol932ue8iEngSnUtnWS2NixdPKO+dp6I/zsJEotJEotJEotKERvQS5ot4rbdb7gEAAAAASUVORK5CYII='); 
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 55px;
	cursor: pointer;
	
}

.page-header .dropdown-link{
	background: rgba(255, 255, 255, 0.4);
	padding: 0px 17px;
	padding-right: 50px;
	background-image: url(https://www.pompalloon.com/media/1047/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 115px 22px;
	margin-left: 30px;
	width: 150px;
	height: 52px;
    display: inline-block;
    line-height: 52px;
	color: #363434;
}

.page-header .dropdown-link:hover{
	text-decoration: none;
	border: none;
}

.page-header.with-bg .dropdown-link{
	background: none;
	background-image: url(https://www.pompalloon.com/media/1048/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 115px 22px;
	
}

.page-header.white-bg .dropdown-link{
	background: rgba(255, 255, 255, 0.4);
	padding: 0px 17px;
	padding-right: 50px;
	background-image: url(https://www.pompalloon.com/media/1047/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 115px 18px;
	margin-left: 30px;
	line-height: 42px;
}

.page-header .dropdown a{
	color: #363434;
	padding: 15px 17px;
	display: block;
	font-size: 18px;
}

.page-header .dropdown{
    position: absolute;
    right: 40px;
    top: 66px;
    background: rgba(255,255,255,0.4);
    width: 156px;
    text-align: left;
    line-height: 1;
	width: 150px;
}

.page-header.with-bg .dropdown{
	background: #363434;
}

.page-header.with-bg .dropdown a{
	color: #fff;
}

.page-header.white-bg .dropdown a{
	color: #363434;
}


.page-header .dropdown-link:hover + .dropdown{
	display: block;
}

.page-header .dropdown:hover{
	display: block
}

.page-header.white-bg .dropdown{
	background: #fff !important;
}

@media screen and (max-width: 992px){
	
	.accordion{
		margin: 60px auto;
	}

	
	.mobile-nav-toggle{
		display: inline-block;
	}
	
	.page-header{		
		height: 75px;
		line-height: 55px;
	}
	
	.page-header .dropdown-link,
	.page-header.white-bg .dropdown-link{
		background: rgba(255, 255, 255, 0.4);
		padding: 0px 12px;
		padding-right: 34px;
		background-image: url(https://www.pompalloon.com/media/1047/arrow-black.png);
		background-repeat: no-repeat;
		background-position: 50px 17px;
		margin-left: 0px;
		/* float: right; */
		margin-top: 17px;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		float: right;
		margin-right: 10px;
		color: #363434;
		width: 75px;
	}
	
	.page-header .dropdown{
		width: 75px;
		right: 65px;
		top: 65px;
	}
	
	.page-header.with-bg .dropdown-link{
		background-image: url(https://www.pompalloon.com/media/1048/arrow-white.png);
				background-repeat: no-repeat;
		background-position: 50px 17px;
	}
	
		.page-header .logo{
			
			display: inline-block;
			height: 75px;
    		line-height: 75px;
		}

			.page-header .logo img{
				height: 40px;		
			}
	
	.page-header nav{
		visibility: hidden;
		background: rgba(255,255,255,0.4);
		position: fixed;
		top: 57px;
		right: 15px;
		padding: 0px 0;
		width: 40px;
		height: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		overflow: hidden;
	}
	
	.page-header nav a{
		display: block;
		color: #363434 !important;
		line-height: 1;
		padding: 0 10px 20px;
		margin: 0;
	}
	
	.page-header nav a:not(.dropdown-link):last-child{
		padding-bottom: 5px;
	}
	
	.page-header nav.open{
		visibility: visible;
		height: auto;
		width: 116px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	.hero .container img{
		height: auto !important;
	}
	
	.page-header .dropdown-download{
		display: none;
	}
	
	.hero{
		overflow: hidden;
	}
	
	.hero.vertical-bottom .no-width-container{
		align-items: flex-end;
	}
	
	.hero .container, .hero .no-width-container{
		font-size: 15px;
	}
	
	.hero h2{
		margin-bottom: 25px;
	}
	
	.hero .text-column{
		margin: 50px 0;
	}

	
	.hero .container{
	    width: 100%;
		position: static;
		transform: none;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	/*.hero{
		background-size: cover;
		background-position: 0 0;
		background-attachment: fixed;
		background-repeat: no-repeat;
		min-height: initial;
	}*/
	
	.cards{
		padding: 30px 0;
	}
	
	.cards .card{
		margin: 0px 0;
		width: 33%;
	}
	
	.cards .card img{
		max-height: 60px;
		margin: 0;
	}
	
	.cards .card h2{
		font-size: 19px;
		margin: 15px 0;
	}
	
	.cards .card p{
		display: none;
	}
	
	.slide{
		min-height: 100vh !important;
		height: auto !important;
	}
	
	.slide .left,
	.slide .right{
	    width: 65% !important;
		position: static !important;
		margin: 100px 20px 0 !important;
		transform: none !important;
	}
	
	.slide .right{
		margin: 20px 20px 40px !important;
	}
	
	.slide img{
		max-height: initial !important;
		width: 20% !important;
		right: 8% !important;
		left: auto !important;
	}
	
	.slide .download-btn{
		font-size: 12px;
	}
	
	.accordion .acc-item .acc-header i img{
		width: 25px;
	}

	
	.cta-scroll{
		width: 285px;
		bottom: 50px !important;
	}
	
	.hero .banner{
		margin: 20px 0 !important;
		max-width: 400px !important;
		padding: 40px !important;
	}
	
	.hero .container .col-md-6{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}



@media (min-width: 768px) and (max-width: 992px){

	.hero .container{
		width: 90%;
	}
}



.catalogue-modal{
	display: none;
}

.catalogue-modal.show{
	display: block;
}

.catalogue-modal .backdrop{
	position: fixed;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.catalogue-modal .box{
	max-width: 750px;
	width: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #333;
	font-size: 18px;
}

.catalogue-modal .box header{
	padding: 40px 115px;
	background: #2CD5C4;
}

.catalogue-modal .box h2{
	margin-bottom: 30px;
}

.catalogue-modal .box a{
	color: #fff;
	border-bottom: 2px solid #fff;
	position: relative;
}

.catalogue-modal .box a:hover{
	text-decoration: none;
	color: rgba(255,255,255,0.8);
}

.catalogue-modal .box a:after{
	content: '';
	background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAZCAMAAADt/kXiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAATlBMVEUAAAAK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgK1sgAAABpMARvAAAAGHRSTlMAkFtwRtCgvmRQHDQb3PE3D8mo+dSSnYKfGo77AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAHxJREFUKM+tzkkOgCAMQNE6gDPWufc/qbUSTbU7/WzgkUABrhJKwOqbp9lZLp7HUwqOzry4jyfHXvijUryUfSFevd6v/ve6EW9q7W0XevY+dK1yHCiMNAYaUL/DFxMvYfUvX1BkPQ/ONKM1Jy5ozn/3r6/Zs1XcysHmrbYdQiIObQG9AG4AAAAASUVORK5CYII=");
	display: inline-block;
	width: 23px;
	height: 25px;
	position: absolute;
	right: -40px;
}

.catalogue-modal .box ul{
	padding: 40px 115px;
}

.catalogue-modal .box header h2{
	color: #fff;
}

.hero a,
.text-module a{
    color: #2CD5C4;
    border-bottom: 2px solid #2CD5C4;
}

.hero a:hover,
.text-module a:hover {
    text-decoration: none;
    color: #08afa4;
}

.hero img{
	max-width: 100%;
}

.hero .banner{
	margin: 40px 0;
	padding: 40px;
	max-width: 600px;
}

.hero.center-aligned .banner{
	margin: 0 auto;
}

.hero.right-aligned .banner{
	margin-left: auto;
}

.hero .banner.theme-color{
	background: #2CD5C4;
}

.hero .banner.theme-color h2{
	color: #fff;
}

.hero .banner{
	background: #fff;
}


header.page-header .splash{
	background: url("/media/1022/diy-splash.png");
	position: absolute;
	left: 100px;
	top: 0;
	width: 120px;
	height: 105px;
	display: none;
}

header.page-header.with-bg .splash{
	display: block;
}

.accordion .acc-item .acc-header{
	flex-flow: initial;
}

.store .store-container{
	margin-top: 100px;
	display: flex;
	min-width: 100%;
}

	.store .product{
		float: none;
		font-family: Norwester, arial;
	}

		.store .product img{
			max-height: 530px;
		}

.store .product h6{
	text-transform: uppercase;
}

		.store .product .product-price{
			font-size: 47px;
			color: #fff;
			position: absolute;
			right: 35px;
			bottom: 100px;
			font-family: Norwester, arial;
		}

		.store .product a{
			color: #fff;

		}

		.store .product .pricegroup{
			font-size: 12px;
		}
		
		.store .product .product-text{
			font-family: Montserrat;
			text-align: left;
		}

.color-picker{
	height: 40px;
	background: #333;
	color: #fff;
	position: relative;
	width: 100%;
	max-width: 290px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

	.color-picker > div{
		height: 40px;
		background: #333;
		color: #fff;
		line-height: 40px;
		padding-left: 10px;
	}

	.color-picker > ul{
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		display: flex;
		padding: 0;
		margin: 0;
		z-index: 1000;
	}

		.color-picker > ul > li{
			height: 50px;
			width: 50px;
			display: inline-block;
			overflow: hidden;
			text-indent: -99999px;
		}

	.color-picker span{
		float: right;
	}


.page-header{
	text-align:left;
}

.page-header .logo > img{
	display: none;
}

.page-header.with-bg .logo .white{
	display: inline-block;
}

.page-header.white-bg .logo .inactive{
		display: inline-block;
}


.page-header.white-bg .logo .inactive.white{
		display: none;
}

.page-header .logo .active{
	display: none;
}

.page-header .logo:hover .inactive{
	display: none;
}

.page-header .logo:hover .active{
	display: inline-block;
}

.page-header.white-bg{
	background: #fff;
	color: #363434;
}

.page-header.white-bg a{
	color: #363434;
}

.page-header nav{
	text-align:right;
}

.page-footer.white-bg{
	background: #fff;
	color: #adadad;
}
.page-footer.white-bg a{
	color: #adadad;
}

.text-module{
	padding: 100px 0;
}

.text-module h1{
	margin-top: 0;
	margin-bottom: 25px;
}

.reverse-container{
	flex-direction: row-reverse;
}

.hero .reverse-container .col-md-6:first-child{
	text-align: center;
}

.hero .container .col-md-6{
	padding-top: 50px;
	padding-bottom: 50px;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.cta-scroll{
    max-width: 300px;
    margin: 20px auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    top: 9vh;
}

.cta-scroll img{
	margin: 15px auto;
  /*-moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;*/
	display: block;
}


.hero.height-content{
	min-height: auto;
}

.popup-form{
	height: 0;
	overflow: hidden;
	position: relative;
}

.popup-form .umbraco-forms-submitmessage{
    text-align: center;
    display: flex;
	font-size: 70px;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	min-height: 300px;
	margin: 30px 0;
}

.popup-form .umbraco-forms-form{
	margin-bottom: 100px;
}
	
.umbraco-forms-form{
	margin: 40px 0;
}

.page-footer > .clearfix{
	max-width: 95%;
	margin: 0 auto;
}

.page-footer .card-icons{
	text-align: right;
}

.page-footer .card-icons img{
	margin-top: -20px;
	display: inline-block;
}

@media (max-width: 992px){
	.page-footer > .clearfix{
		max-width: 100%;
		margin: 0 auto;
	}

	.page-footer .card-icons{
		text-align: center;
		
	}

	.page-footer .card-icons img{
		margin-top: 0px;
		display: inline-block;
		margin: 22px 0 10px;
	}

}

@media (max-width: 767px){
	.visible-xs.hero {
		display: flex !important;
	}
}

@media (max-width: 1199px) and (min-width: 992px){
.visible-md.hero {
    display: flex !important;
}
}

@media (min-width: 1200px){
.visible-lg.hero{
    display: flex !important;
}
}

@media (min-width: 992px) and (max-width: 1250px){
	.cards .card{
		width: 33%;
		margin: 0;
	}
}

.text-module + .catalogueList-container{
	margin-top: -60px;
}

.catalogueList{
	list-style: none;
	max-width: 400px;
	margin: 0 0 100px;
	padding: 0;
}

.catalogueList li{
	list-style: none;
	margin-bottom: 20px;
}

.catalogueList li a{	
	color: #fff;
	display: block;
	display: flex;
	height: 40px;
	text-transform: uppercase;
	font-size: 18px;
}	
	
.catalogueList li img{
	width: 50px;
}

.catalogueList li span{
	background: #363434;
	<!--margin-left: 30px;-->
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	flex-grow: 1;
}

.video-container{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	background: #000;
}

.video-foreground,
.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}


.umbraco-forms-form textarea{
	height: 125px;
}

.row-fluid{
	margin: 0 -15px;
}

.umbraco-forms-page .btn{
    float: right;
    color: #000;
    background: none;
    border: 2px solid #2CD5C4;
	text-transform: uppercase;
    width: 100%;
    max-width: 300px;
	outline: 0;
	margin-right: 20px;
}

.umbraco-forms-page .btn:hover{
	color: #fff;
}

.umbraco-forms-form legend{
	font-size: 18px !important;
	font-weight: normal !important;
}

.umbraco-forms-tooltip.help-block{
	color: #adadad;
}

label.umbraco-forms-label{
	font-weight: normal !important;
	margin-bottom: 20px;
}

.umbraco-forms-indicator{
	color: #2CD5C4;
}

.umbraco-forms-form .umbraco-forms-field-wrapper input.text, 
.umbraco-forms-form .umbraco-forms-field-wrapper textarea {
    max-width: 100% !important;
    width: 100%;
	border: none;
    border-bottom: 1px solid #b4b3b3;
	margin-bottom: 30px;
	outline: 0;
	padding: 4px 0;
	font-size: 18px;
}
.umbraco-forms-form .umbraco-forms-field-wrapper textarea {
	background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 54px, #b4b3b3 54px, #b4b3b3 55px, white 55px);
	background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 54px, #b4b3b3 54px, #b4b3b3 55px, white 55px);
	background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 54px, #b4b3b3 54px, #b4b3b3 55px, white 55px);
	background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 54px, #b4b3b3 54px, #b4b3b3 55px, white 55px);
	background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 54px, #b4b3b3 54px, #b4b3b3 55px, white 55px);
	background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 54px, #b4b3b3 54px, #b4b3b3 55px, white 55px);
    background-size: 100% 100%, 100% 100%, 100% 55px;
    line-height: 55px;
	border: none;
	height: 165px;
}

.umbraco-forms-form .radiobuttonlist input{
	margin-right: 15px;
}

.umbraco-forms-field-wrapper{
margin-bottom: 30px;
}

.checkbox-label {
    display: block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: none;
	border: 2px solid #2CD5C4;
  border-radius: 50%;
}

.checkbox-label:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2CD5C4;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b3b3;
    opacity: 1; /* Firefox */
}

.umbraco-forms-form .radiobuttonlist {
	margin-bottom: #b4b3b3;
}

.medallion{
	position: absolute;
	left: 50%;
	background: #aaa;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	top: 411px;
	text-align: center;
}

.medallion.shield{
	transform: rotateZ(45deg) translateX(-50%);
    transform-origin: left;
}

.medallion img{
	max-width: 90%;
}

.medallion.shield img{
    transform: rotate(-45deg);
}

.medallion.round{
	border-radius: 70px;
}



.product-post .price{
	font-size: 72px;
	font-family: Norwester, arial;
}

.product-post .price span{
	font-size: 18px;
}

.product-post select{
	background: #333;
}


.customise-control{
	height: 40px !important;
	background: #333 !important;
	color: #fff;
	line-height: 40px; 
	padding-left: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 290px;
	text-align: left;
}

.minibasket span{
	font-family: Montserrat;
	color: #fff;
	font-size: 18px;
}

.white-bg .minibasket span{
	color: #333;
}

.minibasket{
	font-size: 20px !important;
}

.minibasket.active{
	color: #2CD5C4 !important;
}

.minibasket img{ width: 45px; }


.store,
.product-post{
	color: #fff;
	background-color: #817b7c;
    background-image: url(/media/1037/background-grain.png?width=1920) , radial-gradient(ellipse at center, #817b7c 1%,#3a3838 100%);
}


.cart-item{
	margin: 10px 0;
}

.cart-item .input-simple{
	max-width: 70px;
	height: 40px;
	background: #ebebeb;
	border: none;
	text-align: center;
}

.cart-item .cart-item-controllers .btn{
	display: block;
	
}

.cart-item .cart-item-controllers .btn{
	display: block;
	width: 20px;
	height: 15px;
}

.cart-item img{
	max-height: 200px;

}

.cart-item-count{
	display: flex;
}

.cart-item-controllers{
	width: 20px;
}

.cart-item-count button{
	height: 20px;
	width: 20px;
	padding: 0;
	font-size: 13px;
	display: block;
	background: #363434;
	color: #fff;
	line-height: 20px;
}

.cart-item__remove{
	background: none;
	color: #dfdfdf;
}

.co-voucher-code{
	display: flex;
}

.co-voucher-code .btn{
	height: 45px;
}

.shipping-row{
	border-top: 1px solid #dfdfdf;
	padding: 10px 0;
}

.shipping-row:last-child{
	border-bottom: 1px solid #dfdfdf;
}

.btn-grey{
	background: #363434;
	color: #fff;
}

.btn-grey:hover{
	background: #363434;
	color: #fff;
}

.flickity-button{
	background: none !important;
	color: #fff;
}

.carousel-descriptions .flickity-button{
	display: none;
}

.carousel-descriptions.flickity-enabled.is-fade .flickity-slider > .is-selected{
	visibility: visible;
}

.carousel-descriptions.flickity-enabled.is-fade .flickity-slider > * {
	visibility: hidden;
}

.carousel-descriptions h3{
    font-family: selfie;
    font-size: 60px;
    line-height: 60px;
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 100;
}

.carousel-column{
	margin: 40px 0 0;
}

.carousel-images{
    max-width: 500px;
}

.carousel-images.flickity-enabled:before {
    content: '';
    width: 100%;
    background: rgba(255,255,255,.15);
    position: absolute;
    top: 35px;
    bottom: 90px;
}



@media screen and (max-width: 600px){
	.text-module {
    padding: 50px 0;
}
	
	
	.carousel-images .crop-field{
		height: 425px;
		overflow: hidden;
	}	
	
	.carousel-column{
		margin-top: 0;
	}
	
	.carousel-container.flex-container{
		flex-direction: column;

	}
	
	.carousel-container .text-column{
		margin-bottom: 5px;
	}
	
	.carousel-descriptions{
		text-align: left;
		margin-bottom: 50px;
	}
	.carousel-images.flickity-enabled:before {
    content: '';
    width: 100%;
    background: rgba(255,255,255,.15);
    position: absolute;
    top: 83px;
    bottom: auto;
		height: 342px;
	}
}

#printing .image-column {
	margin-top: 10px;
}




.carousel-descriptions .flickity-slider {
  transform: none !important;
}

.text-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.text-cell.is-selected {
  opacity: 1;
  z-index: 0
}
