/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('js/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('js/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('js/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10000;
	background: url('js/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 809;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('js/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('js/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*  ==========================================================================
    Style for new Fotocadeau menu
    ========================================================================== */
	
	@media screen and (min-width: 770px) {
		.moth-desk {float:right;}
	}
	@media screen and (min-width: 770px) {
		.moth-mob {display:none!important;}
	}
	@media only screen and (max-width: 769px) {
		.moth-desk {display:none;}
	}

	.menu-item {
		padding: 10px 0 10px 0;
		text-align: center;
	}

	.submenu-link a {
		font-weight: bold !important;
		color: #000 !important;
		padding: 10px 0px 0px 0px !important;
		text-align: center !important;
	} 
	
	.beeldbank-products-index .custom-submenu-wrapper ul, .beeldbank-category-index .custom-submenu-wrapper ul {
		padding: 0;
	} 

	.custom-submenu-wrapper {
		z-index: 1 !important;
	}

	.left-menu .back-button {
		display: none;
	}

	@media only screen and (max-width: 769px) {
		 .menu-item {
			padding: 0 0 40px 10px;
			float: left;
			width: 46%;
			max-height: 158px; 
		} 


		.left-menu {
			background-color: #fff;
		}

		ul.fc-submenu li {
			border-bottom: 1px solid #efefef;
			padding: 10px !important;
			font-size: 20px
		}

		.without-childs a {
			padding-top: 10px !important;
			padding-bottom: 10px !important;
			padding-left: 0px !important;
			color: #000 !important;
		}

		.menu-label {
			padding-left: 10px;
			font-size: 17px;
		}

		.menu-customerservice {
			position: absolute;
    		bottom: 0;
    		width: 100%;
		}

		.first-customer-item {
			border-top: 1px solid #efefef;
		}

		.menu-customerservice img {
			height: 20px;
			width: 20px;
		}

		.customerservice-label {
			padding: 15px;
			font-size: 20px;
		}

		.menu-customerservice.title {
			z-index: 0;
		}

		.submenu-link a {
			float: left;
		    padding: 50px 0px 10px 0px !important;
		    text-align: center !important;
		    width: 100%;
		} 
	} 

	@media screen and (min-width: 770px) {
		#header-nav #nav .nav-primary li.level0:first-child a {
			padding: 0px;
		}

		p.without-childs { 
			padding: 5px 0px 5px 0px;
		}

		#header-nav #nav .custom-submenu-wrapper {
			min-height: 675px;
		}
	}
	
	.custom-submenu-wrapper .child-categories {
		display: none;
	}
	
	.custom-submenu-wrapper {
		position: relative;
	}
	
	.custom-submenu-wrapper ul {
		width: 20%;
	}

	.custom-submenu-wrapper ul li div.category-wrapper .child-categories.active {
		position: absolute;
		top: 18px;
		right: 0;
		width: 75%;
		display: block;
	}
	
	.custom-submenu-wrapper ul li div.category-wrapper .child-categories ul.fc-menu li,
	.custom-submenu-wrapper ul li div.category-wrapper span,
	.custom-submenu-wrapper ul li div.category-wrapper p {
		font-size: 16px;
	}
	
	#nav .nav-primary .custom-submenu-wrapper p.without-childs a {
		font-size: 16px;
		text-decoration: none;
		font-family: "Lato Black", sans-serif;
		color: #000;
		padding: 5px 0px;
	}
	
	#header-nav #nav .custom-submenu-wrapper p.without-childs a:hover {
		text-decoration: none;
		color: #000;
	}
	
	.custom-submenu-wrapper ul li div.category-wrapper div.title {
		padding: 5px 10px;
		position: relative;
	}
	
	.custom-submenu-wrapper ul li div.category-wrapper div.title.bg-active {
		background: #f1f1f1;
	}
	
	.custom-submenu-wrapper ul li .child-categories ul.fc-menu li.all-categories a {
		font-weight: bold;
	}

	.custom-submenu-wrapper ul li .child-categories ul.fc-menu li.all-categories a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: none;
		font-weight: normal;
		margin-left: 10px;
		margin-top: 5px;
	}
	
	.custom-submenu-wrapper ul li div.category-wrapper span:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: none;
		position: absolute;
		top: 18px;
		right: 15px;
	}
	
	@media only screen and (min-width: 1179px) {
		body #header-nav #nav .custom-submenu-wrapper {
			max-height: none;
		}
		
		#nav .nav-primary li.level0.parent .custom-submenu-wrapper ul li {
			padding: 0;
		}
		
		#nav .nav-primary li.level0.parent .custom-submenu-wrapper ul li ul.fc-menu li {
			padding-bottom: 10px;
		}
		
		li#nav-category-node-132 {
			float: none;
		}
		
		#header-nav #nav .nav-primary li#nav-category-node-131.level0.parent > a.level0:after {
			border-top-color: #fff;
		}
		
		.left-menu {
			display: inline-block;
			width: 75%;
		}
		
		.right-menu {
			float: right;
			text-align: right;
			display: inline-block;
			width: 25%;
		}
		
		.right-menu .category-wrapper {
			text-align: left;
		}
		
		.custom-submenu-wrapper ul li div.category-wrapper div.title {
			cursor: pointer;
		}
		
		#header-nav #nav .nav-primary li.level0:first-child p.without-childs a {
			padding: 0;
		}
		
	}
	
	@media only screen and (min-width: 769px) {
		
		#nav .nav-primary li.level0 > .custom-submenu-wrapper, .nav-primary li.level0 > ul {
			padding: 15px 30px;
		}
		
		#nav .nav-primary li.level0.parent .custom-submenu-wrapper ul li ul.fc-menu {
			margin: 5px 8px;
		}
		
		.mobile-menu-header {
			display: none;
		}
		
		body .wrapper #header-nav #nav .custom-submenu-wrapper {
			min-height: 675px;
		}

	   .menu-item a {
		  padding: 0px !important;
	   } 
		
	}
	
	@media only screen and (max-width: 769px) {
		
		.custom-submenu-wrapper ul {
			width: 100%;	
		}
		
		body .wrapper #header-nav #nav .custom-submenu-wrapper {
			top: 0 !important;
		}
		
		body .wrapper #header-nav #nav .custom-submenu-wrapper {
			/* Causes weird visual glitch
			 min-height: 400px; */
		}

		body .wrapper #header-nav #nav .menu-item a {
			min-height: 115px;
		}


		.wrapper #nav .nav-primary li.level0.parent li {
			padding: 0;
		}
		
		.wrapper #nav .nav-primary li.level0.parent .custom-submenu-wrapper ul.fc-menu li {
			padding: 10px;
		}
		
		.wrapper #nav .nav-primary li.level0.parent .custom-submenu-wrapper ul.fc-menu li.hide-mobile {
			display: none;
		}
		
		#nav-category-node-131 {
			background-color: inherit !important;
		}
		
		.custom-submenu-wrapper ul li div.category-wrapper .child-categories ul.fc-menu li,
		.custom-submenu-wrapper ul li div.category-wrapper span,
		.custom-submenu-wrapper ul li div.category-wrapper p,
		#nav .nav-primary .custom-submenu-wrapper p.without-childs a {
			font-size: 20px;
		}
		
		#nav .nav-primary .custom-submenu-wrapper p.without-childs a {
			color: #000;
		}
		
		.custom-submenu-wrapper ul li div.category-wrapper div.title {
			border-bottom: 1px solid #efefef;
		}
		
		#header-nav #nav ol.nav-primary {
			background: #fafafa;
		}
		
		.custom-submenu-wrapper ul li div.category-wrapper div.title {
			padding: 10px;
		}
		
		.nav-primary .custom-submenu-wrapper .fc-menu li {
			padding: 10px 0;
			border-bottom: 1px solid #efefef;
		}
				
		.nav-primary .custom-submenu-wrapper .fc-menu li a {
			padding: 0;
		}
		
		.menu-prev:before {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-left: none;
			position: absolute;
			margin-top: 12px;
		}
		
		.menu-prev p {
			margin-left: 15px;
			font-size: 20px;
		}
		
		#nav .nav-primary a {
			font-size: 20px;
		}
		
		#nav .nav-primary .custom-submenu-wrapper a {
			font-size: 18px;
		}
		
		body .wrapper #header-nav #nav .nav-primary li.level0.parent > a.level0:after {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-right: none;
			position: absolute;
			top: 26px;
			right: 15px;
		}
		
		#header-nav #nav ol.nav-primary li.level0 {
			border-bottom: 1px solid #efefef;
		}
		
		.nav-primary .custom-submenu-wrapper ul.fc-menu {
			padding: 0;
		}
		
		.custom-submenu-wrapper ul li div.category-wrapper span:after {
			top: 26px;
		}
		
		.wrapper #header-nav {
			position: fixed;
			top: 0;
			left: 0;
			bottom: 0;
			z-index: 600;
			width: 0;
			overflow-x: hidden;
			transition: 0.15s;
		}
		
		#header-nav #nav {
			height: 100%;
			border-radius: 0;
		}
		
		ol.nav-primary {
			overflow-y: auto;
		}
		
		#header-nav.skip-content {
			display: block !important;
		}
		
		#header-nav.skip-content.skip-active {
			width: calc(100% - 2.8rem);
			border: 0;
		}
		
		#header-nav.skip-content.skip-active .mobile-menu-header {
			position: fixed;
			top: 0;
			width: calc(100% - 2.8rem);
			z-index: 100;
		}
		
		#header-nav #nav ol.nav-primary {
			padding-top: 50px;
		}
		
		.mobile-menu-header {
			text-align: center;
		}
		
		.mobile-menu-header .menu-title {
			width: 80%;
			display: inline-block;
			float: left;
		}
		
		.mobile-menu-header .menu-title p {
			line-height: 53px;
			margin-right: -20%;
		}
		
		.mobile-menu-header .menu-close {
			width: 20%;
			display: inline-block;
			float: left;
			padding-right: 10px;
			text-align: right;
		}
		
		.glow-mobile {
			position: absolute;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			width: 100%;
			height: 100%;
			z-index: 500;
			background-color: rgba(0,0,0,0.65);
		}
		
		.mobile-menu-header span {
			font-size: 30px;
		}
		
		#header-nav #nav ol.nav-primary li.level0.no-border {
			border: 0;
		}
		
		.wrapper #header-nav #nav .nav-primary li.level0.parent > a.level0:after {
			right: 18px !important;
		}
		
		
	}
/*
 * Magmodules.eu - http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Feedbackcompany
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.feedbackcompany-sidebar-block {
    padding: 10px;
}

.feedbackcompany-sidebar-block .rating-name {
    font-style: italic;
}

.feedbackcompany-logo {
    width: 125px;
    margin: auto;
}

.feedbackcompany-medium-image {
    width: 125px;
    padding: 7px;
}

/** Discrete stars **/
.feedbackcompany-sidebar-block .rating-empty {
    float: right;
    display: block;
    width: 80px;
    height: 16px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 -16px;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-1 {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-2 {
    float: left;
    display: block;
    width: 32px;
    height: 16px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-3 {
    float: left;
    display: block;
    width: 48px;
    height: 16px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-4 {
    float: left;
    display: block;
    width: 64px;
    height: 16px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-5 {
    float: left;
    display: block;
    width: 80px;
    height: 16px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

/** Continuous stars **/

.feedbackcompany-small-widget .rating-box {
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-empty.png') no-repeat !important;
    margin: 5px 0 0;
    width: 75px;
}

.feedbackcompany-small-widget .rating {
    display: block;
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-filling.png') no-repeat !important;
}

.feedbackcompany-small-widget .feedbackcompany-small-text {
    padding: 5px 0 0 0;
}

.feedbackcompany-medium-widget .rating-box {
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty.png') no-repeat;
    margin: 10px 0 5px;
    width: 110px;
}

.feedbackcompany-medium-widget .rating {
    display: block;
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling.png') no-repeat !important;
}

.feedbackcompany-medium-widget .feedbackcompany-small-text {
    padding: 4px 0 0 0;
}

.feedbackcompany-small-score .rating-box {
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty.png') no-repeat;
    margin: 5px 15px;
    width: 109px;
    float: left;
}

.feedbackcompany-small-score .rating {
    display: block;
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling.png') no-repeat;
}

.feedbackcompany-small-score .feedbackcompany-small-text {
    padding: 4px 0 0 0;
}

/** big colorful review stars **/
.block-content p.company-name {
    text-align: center;
    margin: 5px auto;
    font-size: 12px;
}

.total-block-text {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.total-block-text p {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 2px;
    font-size: 18px;
}

.total-block-text p.based-on {
    text-align: center;
    padding-top: 0;
    font-size: 11px;
    font-style: italic;
}

.total-block-stars {
    height: 21px;
    width: 110px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty.png') no-repeat;
    margin: 5px auto;
}

.total-block-stars span {
    display: block;
    height: 21px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling.png') no-repeat;
}

/** medium colorful review stars **/
.total-block-stars-medium {
    height: 20px;
    width: 108px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-empty.png') no-repeat;
}

.total-block-stars-medium span {
    display: block;
    height: 20px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-filling.png') no-repeat;
}

/** small colorful review stars **/
.total-block-stars-small {
    height: 14px;
    width: 74px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-empty.png') no-repeat;
    margin: 5px auto;
}

.total-block-stars-small span {
    display: block;
    height: 14px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-filling.png') no-repeat;
}

/** small grayscale review stars **/
.total-block-stars-grey {
    height: 14px;
    width: 74px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-empty.png') no-repeat;
    display: inline-block
}

.total-block-stars-grey span {
    display: block;
    height: 14px;
    background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-filling.png') no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx) {
    /** big colorful review stars **/
    .total-block-stars {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty@2x.png') no-repeat;
        background-size: 110px 21px;
    }

    .total-block-stars span {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling@2x.png') no-repeat;
        background-size: 110px 21px;
    }

    /** medium colorful review stars **/
    .total-block-stars-small {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-empty@2x.png') no-repeat;
        background-size: 108px 20px;
    }

    .total-block-stars-small span {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-filling@2x.png') no-repeat;
        background-size: 108px 20px;
    }

    /** small colorful review stars **/
    .total-block-stars-small {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-empty@2x.png') no-repeat;
        background-size: 74px 14px;
    }

    .total-block-stars-small span {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-filling@2x.png') no-repeat;
        background-size: 74px 14px;
    }

    /** small grayscale review stars **/
    .total-block-stars-grey {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-empty@2x.png') no-repeat;
        background-size: 74px 14px;
    }

    .total-block-stars-grey span {
        background: url('skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-filling@2x.png') no-repeat;
        background-size: 74px 14px;
    }
}

/* CUSTOM BLOCK */
.feedbackcompany-custom {
    font-weight: bold;
    font-size: 13px;
    display: block;
    border: .25em solid #EEE;
    background: #F6F6F6;
    padding: 1.0em;
    width: 30%;
    text-align: center;
}

.feedbackcompany-custom .client {
    font-size: 16px;
}

.feedbackcompany-custom .rating-box {
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.feedbackcompany-custom .number {
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
}

#feedbackcompany-header-widget {
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid silver;
    padding: 10px 15px 10px 10px;
    line-height: 18px;
}

#feedbackcompany-header-widget.feedbackcompany-header-widget-searchbar {
    position: absolute;
    top: 55px;
    right: 25%;
    margin-right: 18px;
}

#feedbackcompany-header-widget .total-block-stars-small {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 10px 0 8px;
}

.feedbackcompany-logo {
    padding: 10px 0;
}

@media (min-width: 961px) {
    #feedbackcompany-header-widget {
        display: inline-block;
    }

    #feedbackcompany-header-widget > * {
        display: inline-block;
    }

    #feedbackcompany-header-widget a:hover {
        text-decoration: none;
    }
}/*  ==========================================
	FONTS
	========================================== */

@font-face {
    font-family: 'open_sansbold';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;osc-checkout-agreements
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-light-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'open_sanssemibold';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('skin/frontend/dollebull/default/css/fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('skin/frontend/dollebull/default/css/fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* "In winkelwagen" button for configurator on mobile */
@media (max-width: 440px) {
	.configurator-bottom #addToCartBtn {
		font-size: 16px;
	}
}

@media (max-width: 420px) {
	.configurator-bottom #addToCartBtn {
		font-size: 15px;
	}
}

@media (max-width: 400px) {
	.configurator-bottom #addToCartBtn {
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	.configurator-bottom #addToCartBtn {
		font-size: 17px;
		line-height: 45px;
	}
}

@media (max-width: 360px) {
	.configurator-bottom #addToCartBtn {
		font-size: 16px;
		line-height: 45px;
	}
}

@media (max-width: 350px) {
	.configurator-bottom #addToCartBtn {
		font-size: 15px;
		line-height: 47px;
	}
}

@media (max-width: 320px) {
	.configurator-bottom #addToCartBtn {
		font-size: 15px;
		line-height: 47px;
	}
}








/* Collapse discountcode */
.discount .discount-form {
	display: block !important;
}

#discount-coupon-form.active .discount-form {
	display: none !important;
}

.discount .discount-form.active {
	display: inline;
}

form#discount-coupon-form.active h2::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Select box in configurator for mobile */
@media only screen and (max-width: 600px) {
	.configuration-step .select-wrapper {
		width: 100%;
	}
}





/* BEELDBANKEN */
.beeldbank .add-to-cart-wrapper label {
	font-weight: bold;
}

.beeldbank .product-image-gallery {
	height: 480px;
	width: 570px;
}

.beeldbank.product-view .short-description-beeldbank {
	background-color: #f1f1f1;
	box-sizing: border-box;
	padding: 15px;
}

.beeldbank.product-view .product-shop .essential {
	box-sizing: border-box;
	padding: 15px;
	background-color: #DDD;
	margin-bottom: 0;
}

.beeldbank .essential:after, .beeldbankFilters:after {
	content: '';
	display: block;
	clear: both;
}

.beeldbank.product-view .product-shop .product-short {
	text-align: right;
	line-height: 65px;
	margin-bottom: 0;
}

.beeldbank .product-short select {
	width: 60%;
}

.beeldbank .mediaclip-upload {
	display: none;
}

.beeldbank .alternatives ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}

.more-views {
	display: inline-block;
}

.beeldbank .alternatives ul li img {
	width: 100%;
	height: 100%;
}

.beeldbank .alternatives > span {
	font-weight: bold;
}

.beeldbank .add-to-cart-wrapper > label {
	float: left;
}

.beeldbankFilters {
	float: left;
	width: 80%;
	padding: 15px;

	background-color: #DDD;
}

.beeldbankFilters .select-wrapper {
	width: 200px;
}

.beeldbankFilters label {
	margin-bottom: 10px;
	font-weight: bold;
}

.beeldbank-grid.products-grid > li {
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	margin-right: 0 !important;
	background-color: #fcfcfc;
}

.beeldbank-products-index .main {
	background-color: #fcfcfc;
}

.beeldbank-grid.products-grid > li > * {
	background-color: white;
}

.beeldbank-grid.products-grid > li a {
	margin-bottom: 0;
}

.beeldbank-grid.products-grid > li:nth-child(3n+1) {
    clear: none;
}

.beeldbank-grid.products-grid > li:nth-child(2n+1) {
    clear: left;
}

.beeldbank-grid.products-grid .product-image {
	height: auto;
}

/* Style for selectboxes */
select {
	border: 0;
	display: inline-block;
	width: 100%;
	border-bottom: 3px solid #d2d2d2;
	height: 35px;
	background-color: #fff;
	line-height: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 5px;
}
/* .product-options .input-box select { */
	/* -webkit-appearance: menulist!important; */
/* } */


.beeldbankFilters {
    background-color: #EEE;
    margin-top: 15px;
}

.beeldbank-grid .product-info b {
    margin-left: 3px;
	font-size: 1.4em;
}

body h2 {
	margin-top: 1.5em;
}

body.beeldbank-products-index .main .breadcrumbs, body.beeldbank-category-index .main .breadcrumbs {
	padding: 0 !important;
}

body.beeldbank-products-index .h2.product-name, body.beeldbank-category-index .h2.product-name {
	margin-top: 5px;
}


@media only screen and (max-width: 769px) {
    body h2 {
		margin-top: 1em;
	}

	body div.main {
		padding-top: 0;
	}

	.beeldbank-category-index .col-main > div:first-of-type, .beeldbank-products-index .col-main > div:first-of-type {
        display: none;
    }


    .beeldbank-category-index .col-main > div:not(:first-of-type), .beeldbank-products-index .col-main > div:not(:first-of-type) {
        float: left;
        width: 100% !important;
    }

    .beeldbankFilters, .beeldbankFilters select, .beeldbankFilters dl, .beeldbankFilters dd {
        width: 100% !important;
    }

	ul.beeldbank-grid {
		padding: 0;
	}

	body.beeldbank-products-index .beeldbank-grid.products-grid > li {
		margin: 0 0 15px 0;
	}

	body.beeldbank-category-index ul, body.beeldbank-products-index .col-main div ul, body.beeldbank-products-index .col-main div ol {
		padding-left: 0;
	}

	body .beeldbank .product-image-gallery {
		width: auto;
		height: auto;
	}

	body .bbmobile {
		display: block;
	}

	.bbtitle {
		display: none;
	}

	body .beeldbank .alternatives > span {
		display: none;
	}

	body .products-grid .product-name {
		width: 60%;
	}
	body .logo img {
		margin-top: 0;
	}

	body.beeldbank-category-index .products-grid .product-image {
		margin-bottom: 0;
	}

	body,beeldbank-category-index .products-grid > li {
		padding: 0;
	}

	body.beeldbank-products-index div.col-main div ul, body.beeldbank-products-index div.col-main div ol {
		padding-left: 30px;
	}

	body ul.products-grid li {
		margin: 15px 0;
	}

	body .categoryMobile {
		display: block;
	}

	.beeldbankFilters .input-box {
		width: 50%;
		float: left;
	}

	.beeldbankFilters .input-box:last-of-type {
		float: right;
	}

	.beeldbankFilters .input-box select {
		width: 92% !important;
	}

	body .beeldbankFilters {
		padding: 5px;
	}

	body .beeldbank-grid.products-grid .product-info .h2.product-name {
		text-align: left;
		padding-left: 5px;
	}
}

.beeldbank-category-index .products-grid li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.categoryMobile {
	display: none;
}

.bbmobile {
	display: none;
}

.beeldbank-category-index ul, .beeldbank-category-index ol, .beeldbank-products-index .col-main div ul, .beeldbank-products-index .col-main div ol {
	padding: 14px 0 14px 30px;
}

nav#nav ol.nav-primary {
	padding: 0 0 0 20px;
}

.beeldbank #product-image-thumbs li, .beeldbank #product-image-thumbs li img {
	max-height: 110px;
}

.categoryMaterials a {
	display: block;
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 0;
}

.categoryMaterials a > * {
	background-color: white;
}

.categoryMaterials a img {
	width: 100%;
}

.categoryMaterials a span {
	width: 100%;
	text-align: center;
	display: inline-block;
	color: black;
	font-size: 1rem;
}

.beeldbank-products-index .beeldbank-grid.products-grid > li {
	width: 44%;
	margin: 0 3% 25px 3%;
	padding: 0 0 25px 0;
	background-color: white;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.beeldbank-category-index div.main {
	background-color: transparent;
}

.beeldbank-category-index .sidebar, .beeldbank-products-index .sidebar {
	background-color: white;
	margin-right: 15px;
	padding: 0 15px 15px 15px;
}

body.beeldbank-products-index .col-main > div:nth-of-type(4) {
	float: right !important;
}

.main-container ol {
	list-style: decimal;
}

.sidebar ul, ul.products-grid, #narrow-by-list ol, #product-favorite-options-list, body .alternatives ul, body .extra-info ul {
	list-style: none;
}

/* Home banner */
div.home-banner-wrap, div.home-banner-wrap p, div.home-banner-wrap h4, div.home-banner-wrap h5{
	font-weight:500 !important;
}
@media only screen and (min-width: 1179px) {
	div.home-banner-wrap .left-wrap{
		width:70%;
		min-height:515px;
		overflow:hidden;
	}
	div.home-banner-wrap .left-wrap img{
		max-width:inherit;
	}
	div.home-banner-wrap .right-wrap{
		width:30%;
	}
	div.home-banner-wrap .home-inner{
		padding:20px;
	}
	div.klantenservice-bottom{
		margin:35px 0;
	}
}
@media only screen and (max-width: 1179px) {
	div.home-banner-wrap .left-wrap{
		width:100%;
	}
	div.home-banner-wrap .right-wrap{
		width:100%;
	}
	div.home-banner-wrap .home-inner{
		padding:20px 0 0 0;
	}
	div.klantenservice-bottom{
		width:50%;
		float:left;
		margin:10px 0;
	}

}
@media only screen and (min-width:625px) and (max-width:1179px){
	ul.klantenservice-usp li{
		width:45%;
		float:left;
	}
}
@media only screen and (max-width:625px){
	ul.klantenservice-usp{
		display:block;
	}
}
@media only screen and (min-width:625px){
	ul.klantenservice-usp{
		display:inline-block;
	}
}
div.home-banner-wrap p{
	//margin: 0 0 1em;
	margin:0;
}
div.home-banner-wrap{
	width:100%;
	display:inline-block;
	clear:both;
}
div.home-banner-wrap .left-wrap{
	float:left;
	display:block;
}
div.home-banner-wrap .right-wrap{
	float:left;
	display:block;
}

div.right-wrap a{
	color:#000;
}
div.right-wrap a:hover{
	color:#6e255f;
}
div.klantenservice-top-wrap{
	width:100%;
	display:inline-block;
	clear:both;
}
div.klantenservice-top-wrap .klantenservice-top-left{
	float:left;
	display:block;
}
div.klantenservice-top-left img{
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
div.klantenservice-top-wrap .klantenservice-top-right, div.klantenservice-top-wrap .klantenservice-top-right span{
	float:left;
	display:block;
}
div.klantenservice-top-wrap h4.kl-title{
    font-weight:600 !important;
}

ul.klantenservice-usp{
	background:#f1f1f1;
	list-style:none;
	margin:-15px 0 0 0 !important;
	padding:10px 10px 25px 10px;
	position:relative;
}
ul.klantenservice-usp li{
	display:block;
	list-style:none;
	line-height:20px;
	padding-left:20px;
}
ul.klantenservice-usp li span{
	top: 22px;
    left: -38px;
    border: none;
    width: 19px;
    height: 19px;
    margin-top: -5px;
    background: url(skin/frontend/dollebull/default/images/usp/cc_nl.png) no-repeat 0 0px;
    background-size: 19px 19px;
    display:block;
    position:relative;
}
div.klantenservice-top-wrap h5{
	display:inline-block;
}
div.klantenservice-top-wrap h5, div.klantenservice-top-wrap h4{
	position:relative;
}
h4.kl-title{
	color:#6e255f;
	margin-right:5px;
	font-size:16px;
	float:inherit;
    margin: 0 5px 0 0;
}
div.klantenservice-bottom{
	display:block;
}
ul.klantenservice-usp li span.paars{
	color:#6e255f;
	top:inherit;
	left:inherit;
	width:inherit;
	height:inherit;
	margin-top:inherit;
	background:inherit;
	background-size:inherit;
	display:inline;
	position:inherit;
	font-weight:700;
}
div.klantenservice-bottom span{
	display:block;
}
div.klantenservice-bottom span span{
    margin-left:20px;
    padding-left: 39px;
    height: 35px;
    margin-top: -5px;

    display:inline-block;
}
div.klantenservice-bottom span span.smiley{
    background: url(skin/frontend/dollebull/default/images/smiley/cc_nl.png) no-repeat 0 0px;
    background-size: 25px 25px;
}
div.klantenservice-bottom span span.fb{
	background: url(skin/frontend/dollebull/default/images/fb/cc_nl.png) no-repeat 0 0px;
    background-size: 25px 25px;
}
div.klantenservice-bottom p img{
	margin-right:3% !important;
	max-height:35px !important;
}
div.klantenservice-bottom p{
	line-height:35px;
}

/* Custom images: Fotocadeau */
.fc_nl ul.klantenservice-usp li span {
	background: url(skin/frontend/dollebull/default/images/usp/fc_nl.png) no-repeat 0 0px;
}
.fc_nl div.klantenservice-bottom span span.fb {
	background: url(skin/frontend/dollebull/default/images/fb/fc_nl.png) no-repeat 0 0px;
}
.fc_nl div.klantenservice-bottom span span.smiley {
    background: url(skin/frontend/dollebull/default/images/smiley/fc_nl.png) no-repeat 0 0px;
}

/* Newsletter */
.newsletter-form {
	width: 100%;
}
.newsletter-form .fields {
	width: 100%;
}
.newsletter-form .fields .side2side {
	float: left;
	width: 50%;
}
.newsletter-form .fields .side2side:first-of-type {
	padding-right: 10px;
}
.newsletter-form .fields .side2side input {
	width: 100%;
}
.newsletter-form .fields > input {
	margin-top: 10px;
	width: 100%;
}
.newsletter-form .submit {
	margin-top: 5px;
}
.newsletter-form .submit input {
	width: 100%;
}
.newsletter-form .message {
	display: none;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 10px 0px;
}

.newsletter-form .message-success {
	background-color: #8aba00;
}

.checkout-cart-index .hellodialog {
	margin: 15px 0px;
}

.checkout-cart-index .hellodialog label {
	font-size: 14px;
}

/* winkelwagen + onepagecheckout + onestepcheckout */
#shopping-cart-totals-table td.totaal,
.checkout-onepage-index #checkout-review-table-wrapper td.totaal,
.onestepcheckout-index-index td.totaal,
.cart-totals h2{
    color: #484848;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    font-size: 28px;
    font-family: "Lato Black", sans-serif;
    font-weight: bold;
    padding: 25px 0 27px;
    margin: 0;
}
#shopping-cart-totals-table tr.totaal,
.checkout-onepage-index #checkout-review-table-wrapper tr.totaal,
.onestepcheckout-index-index tr.totaal{
	border-bottom:inherit;
}
#shopping-cart-totals-table span.winkelwagen-below-tekst,
.checkout-onepage-index #checkout-review-table-wrapper span.winkelwagen-below-tekst,
.onestepcheckout-index-index span.winkelwagen-below-tekst{
	font-weight:bold;
	text-align:center;
	font-style:italic;
	font-size:12px;
	letter-spacing: -0.5px;
}
.onestepcheckout-index-index span.winkelwagen-below-tekst,
.onestepcheckout-index-index table tr td.text-right{
	text-align: right;
}

/* Daydeals popup */
.daydeal {
	margin: 5px 30px 0 30px;
	text-align: center
}

.daydeal > h1 {
	color: #4885FC;
	font-weight: 600;
	margin-bottom: 0;
}

.daydeal > h2 {
	margin-bottom: 25px;
}

.daydeal td.info {
	padding: 0 30px 0 15px;
}

.product-cart-info dl.item-options {
    line-height: 1.2;
}

.daydeal .item-options dd {
	padding-left: 0;
	margin: 0;
}

.daydeal h2.product-name {
	text-align: left;
	font-weight: 600;
	font-size: 14px;
}

.daydeal span.old-price {
	font-size: 20px;
	text-decoration: line-through;
	color: #474747;
}

.daydeal span.new-price {
	font-size: 25px;
	color: #CF006B;
	font-weight: 600;
}

.daydeal > p {
	margin: 20px 0;
	font-size: 15px;
}

.daydeal button.button-accept-daydeal {
	background: #80c746;
	border-bottom: 3px solid #579037;
}

.daydeal a.button-decline-daydeal {
	margin-top: 10px;
	text-decoration: underline;
	color: #989898;
}

.daydeal .logo {
	max-width: 60px;
	position: absolute;
	right: 30px;
}

.daydeal .logo-mobile {
	max-width: 80px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

@media only screen and (max-width: 570px) {
	.daydeal .logo {
		display: none;
	}
	.daydeal .logo-mobile {
		display: block;
	}
	.daydeal td.info {
		display: none;
	}
	.daydeal td:nth-child(3) {
		padding-left: 15px;
	}
	.daydeal table {
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 370px) {
	.daydeal {
		margin-top: 0;
	}
	.daydeal table tr {
		display: grid;
	}
	.daydeal .button-accept-daydeal {
		margin-left: -15px;
		margin-right: -15px;
	}
	.daydeal .logo-mobile {
		display: none;
	}
}

/* Cart's product options visible on click */
@media only screen and (max-width: 769px) {
	.checkout-cart-index .hide-mobile {
		display: none;
	}
	.checkout-cart-index .hide-mobile.show-options {
		display: inline-block!important;
		max-width: 175px;
	}
	.checkout-cart-index div#block-dollebull_cart_banner > div > p > a {
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
	.checkout-cart-index .hide-mobile.show-options {
		display: inline-block;
		max-width: 145px;
	}
}

@media only screen and (min-width: 770px) {
	.checkout-cart-index .hide-desktop {
		display: none;
	}
}

/* Product view, remove content below mediaclip editor on mobile */
@media only screen and (max-width: 769px) {
	.catalog-product-view.remove-product-page div.main, .catalog-product-view.focus-mediaclip div.main {
		padding-bottom: 0;
	}
	.catalog-product-view.remove-product-page div.main div.product-collateral.toggle-content.tabs, .catalog-product-view.remove-product-page div.main > .col-main, .catalog-product-view.focus-mediaclip div.main div.product-collateral.toggle-content.tabs, .catalog-product-view.focus-mediaclip div.main > .col-main {
		margin-bottom: 0;
	}
	.catalog-product-view.remove-product-page div.footer-before-container, .catalog-product-view.focus-mediaclip div.footer-before-container {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	.catalog-product-view.remove-product-page .configuration-step #mediaclip-wrapper, .catalog-product-view.focus-mediaclip .configuration-step #mediaclip-wrapper {
		padding-bottom: 0;
	}
}

/* Loadbar on AddToCart */
#load-addToCart, #upload-loader {
	display: none;
}
.load-addToCart-inner {
	text-align: center;
	margin: 10px;
}
@media only screen and (max-width: 769px) {
	/* Coupons field 100% width on mobile */
	#discount-coupon-form ul {
		padding-left: 0;
	}
	/* Remove upsell on mobile */
	div.box-collateral.box-up-sell {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	div.product-view .product-information {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 979px) {
	/* Set newsletter check to center */
	div.enable-newsletter.hellodialog {
		text-align: center;
		margin-top: 0;
	}
}

/* Onestepcheckout + style template */
#shopping-cart-totals-table span.winkelwagen-below-tekst {
    display: block;
    margin-bottom: 15px;
}
nav#nav ol.nav-primary {
    padding: 0px;
}
body h2 {
    margin-top: 0px;
}
#header-nav #nav .nav-primary li.level0:first-child a {
    padding: 15px 34px 15px 28px;
}
@media only screen and (max-width: 769px) {
    body .main ul {
        padding-left: 0px;
    }
}
@media only screen and (min-width: 1169px) {
    ul.form-list {
        width: 100%;
        display: inline-block;
    }
    #discount-coupon-form .input-text {
        width: 100%;
    }
}
.onestepcheckout-index-index .onestepcheckout-place-order {
    background: #80c746;
    border-bottom: 3px solid #579037;
}
.onestepcheckout-index-index #onestepcheckout-form .payment-methods label {
    font-size: 13px;
}
button.onestepcheckout-place-order:hover,
button.onestepcheckout-place-order:active,
button.onestepcheckout-place-order:focus {
    background: #80c746;
}
span.fb:hover {
    text-decoration: underline;
    color: #000;
}
#cart-comment-form a.button {
    background-color: #9f9f9f;
}
#cart-comment-form a.button:hover {
    background-color: #3b3b3b;
}
@media only screen and (max-width: 770px) {
    .configurator-bottom-wrapper .configurator-bottom .button.next,
    .configurator-bottom-wrapper.stick .configurator-bottom .button.next {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 320px) {
    .footer-main div#block-dollebull_footer_navigation .col2-set > .col-1,
    .footer-main div#block-dollebull_footer_navigation .col2-set .col-2 {
        width: 100%;
    }
    .configurator-bottom-wrapper .configurator-bottom .button.next:after,
    .configurator-bottom-wrapper.stick .configurator-bottom #addToCartBtn.button.next:after {
        right: 4px;
    }
}
@media only screen and (min-width: 1179px) {
    #discount-coupon-form .input-text {
        width: 69%;
    }
    #cart-comment-form a.button {
        margin: 10px 0px;
    }
    #discount-coupon-form a.button {
        float: right;
    }
}
@media only screen and (max-width: 767px) {
    .footer-before-container #block-dollebull_home_other_shops img.shop-fc {
        width: 70%;
    }
}
.messages > li {
    padding: 0 5px 0 70px !important;
}
/* =================================
   Klantenservice blokje homepage
   ================================= */

@media only screen and (max-width: 1179px) {
    div.home-banner-wrap .right-wrap {
        display: none;
    }
}
/* =================================
   Opsomming opties stap 2
   ================================= */

.configuration-step .total li {
    line-height: 26px;
    padding: 15px 22px;
}
/* Uitschakelen share blok */
ul.share-socialmedia {
    display: none;
}
/* Stop inzoomen velden iOS */
.onestepcheckout-index-index input[type="text"],
.onestepcheckout-index-index input[type="tel"],
.onestepcheckout-index-index input[type="email"],
.onestepcheckout-index-index input[type="password"],
.onestepcheckout-index-index select {
    font-size: 16px !important;
}
/* Huisnummer en toevoeging velden */
.input-address-short:not(:first-of-type) {
    display: inline-block;
    box-sizing: border-box;
    width: 50% !important;
}
#billing\:street2 {
    display: block;
}
/* Show customize options on mobile devices */
@media only screen and (max-width: 769px) {
    #mediaclip-wrapper {
        position: relative;
    }
    div#billing_address ul {
        padding-left: 0;
    }
    #shopping-cart-totals-table span.winkelwagen-below-tekst {
        font-size: 11px;
    }
}
#search_mini_form {
    display: none;
}
#shopping-cart-totals-table span.winkelwagen-below-tekst {
    display: block;
    margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
    .cart-table td[data-rwd-label] {
        width: 52%;
        display: inline-block;
    }
    .cart-table .product-cart-actions {
        text-align: center;
        width: 50%;
        display: inline;
        float: right;
    }

	.cart-table .product-cart-info, .cart-table td[data-rwd-label] {
		float: left !important;
	}

	.cart-table .product-cart-actions, .cart-table .product-cart-total {
		margin: 11px 0 0 0;
	}

	td.product-cart-actions.last {
		padding-left: 47px;
	}

	.cart-table .product-cart-actions .btn-remove {
		margin-top: -2px;
	}

}

@media only screen and (max-width: 320px) {
	td.product-cart-actions.last {
		padding-left: 32px;
	}
}

@media only screen and (max-width: 769px) {
	a.skip-link.skip-search {
		display: none;
	}

	.skip-links {
		background: #fbfbfb;
	}

	.skip-links .skip-link {
		width: 33% !important;
	}

	.configurator-bottom-wrapper .configurator-bottom .button.next, .configurator-bottom-wrapper.stick .configurator-bottom .button.next {
		padding-left: 16px !important;
	}

	table.onestepcheckout-totals tr td.a-right, .onestepcheckout-index-index span.winkelwagen-below-tekst, .onestepcheckout-index-index table tr td.text-right {
		text-align: left;
	}

	table.onestepcheckout-totals tr td.a-right span.price {
		float: right;
	}
}
.cms-block {
      padding: 0px;
    }


/* Order totals and coupon field */
@media only screen and (max-width: 769px) {
    .checkout-cart-index .sidebar-wrapper .panels {
	    display: table;
	    width: 100%;
    }
    .checkout-cart-index .cart-forms-wrapper {
	    display: table-header-group;
    }
    .checkout-cart-index .cart-forms-wrapper .cart-forms {
	    margin-bottom: 30px;
	    margin-top: 10px;
    }

    .checkout-cart-index .cart-totals-wrapper {
	    display: table-footer-group;
    }
}


/* Bigger step title on German sites */
html[lang="de"] .configurator-bottom-wrapper .configurator-progress .bar .progress .step, .configurator-bottom-wrapper.stick .configurator-progress .bar .progress .step {
	width: 60px;
}
/* Bigger step title on French sites */
html[lang="fr"] .configurator-bottom-wrapper .configurator-progress .bar .progress .step, .configurator-bottom-wrapper.stick .configurator-progress .bar .progress .step {
	width: 55px;
}

ul#custom-options-totals-list li:first-child .price {
	float: right;
}

ul#custom-options-totals-list .option-old-price {
	display: none;
}

/* NEW UPLOADER */
#progress .bar {
	height: 18px;
	background: rgba(0, 0, 0, 0) linear-gradient(#dc0c80, #bc0f6f) repeat scroll 0 0;
	border: 1px solid #dedede;
	padding: 2px;
}

#progress {
	margin-top: 25px;
	width: 273px;
	padding: 2px;
}

/* Messages sticky */
ul.messages {
	width: 100%;
	z-index: 100;
}

.validation-advice.bank {
	padding: 0px 0px 5px 15px;
}

/* Baklijst option  */

#custom-options-totals-list span.price {
	float: right;
}


.configurator-wrapper .configurator .configurator-step-header {
	padding-bottom: 0px !important;
}
@media (max-width: 768px) {
	#configurator-step-1 {
		padding-bottom: 75px !important;
	}
}

.configurator-bottom-wrapper {
	z-index: 99;
}

@media (max-width: 440px) {
	.configurator-bottom-wrapper {
		position: relative;
	}
}

/* New product view */

.products-grid .price-info .price-label {
	display: inline-block !important;
	margin-left: 5px;
	font-size: 17px;
}

.products-grid .price-info .price {
	margin-left: 5px;
}

.main.category .products-grid .price-info .price-label {
	display: block !important;
	margin-left: 5px;
}

.main.category .products-grid .price-info .price {
	margin-left: 5px;
}


/* New product view */

.products-grid .price-info .price-label {
	display: inline-block !important;
	margin-left: 5px;
	font-size: 17px;
}

.products-grid .price-info .price {
	margin-left: 5px;
}

.main.category .products-grid .price-info .price-label {
	display: block !important;
	margin-left: 0px;
}

.main.category .products-grid .price-info .price {
	margin-left: 0px;
}


.main-container.col1-layout.category {
	max-width: 100%;
	padding: 0;
}

.main-container.col1-layout.category div.page-title.category-title {
	max-width: 1224px;
	padding: 0 22px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.main-container.col1-layout.category .category-products {
	background: #f0f0f0;
	padding-bottom: 50px;
}

.main-container.col1-layout.category .products-grid, .main-container.col1-layout.category .category-description.std {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 22px;
}

.main-container.col1-layout.category .category-products .toolbar {
	display: none;
}

.main.category .products-grid > li {
    position: relative;
    text-align: center;
    padding: 0;
    border-bottom: 0;
    border-radius: 3px;
    background: #fff;
}

.main.category .products-grid > li:hover {
	border-bottom: 0px;
}

.main.category .products-grid .product-image {
	height: inherit;
}

.main.category .category-products .product-info {
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 0px 10px 0px 15px;
	width: 100%;
}

.main.category .products-grid > li {
	position: relative;
	text-align: left;
}

.main.category .category-products .products-grid .price-action .price-info {
	top: 0;
	left: 0;
}

body.catalog-category-view div.wrapper div.page .main.category .products-grid .button {
	float: right;
}

.main.category .products-grid .price-action .price-info {
	color: #000;
	background: none;
	background-color: none;
	border: none;
}

.main.category .category-products .products-grid .product-name a {
	font-size: 22px;
	font-family: 'open_sanssemibold';
	color: #000;
}

.main.category .products-grid .price-action .price-info {
	position: relative;
}

.main.category .price-action .price-info, .main.category .price-action .actions {
	width: 49%;
	display: inline-block;
}

.main.category .products-grid .price-action .price-info .price {
	color: #000;
	font-size: 50px;
	font-family: 'open_sansbold';
}

body.catalog-category-view div.wrapper div.page .main.category .products-grid .button {
	background-color: #008a00;
	border-color: #060;
	color: #fff;
	width: 80%;
	font-family: inherit;
	padding: 0 20px;
	line-height: 48px;
    height: 50px;
	font-size: 20px;
}

body.catalog-category-view div.wrapper div.page .main.category .products-grid .button:hover {
	background-color: #005c00;
	border-color: #003d00;
}

.main.category .products-grid .price-action .price-info .configurable-price-from-label {
	top: 0;
	left: 0;
}

.main.category products-grid .price-action .price-info {
	font-size: 16px;
}

.main.category .products-grid .price-action .price-info {
	padding: 0px;
}

.main.category .category-title {
	margin-bottom: 25px;
}

.main.category .products-grid .product-image {
	margin-bottom: 0px;
}

.main.category .products-grid .product-name, .products-grid .price-info .price-box {
	font-family: "Open Sans", sans-serif;
}

.main.category .products-grid .price-action .price-info .price-label {
	display: block;
	font-size: 17px;
	margin-bottom: 15px;
	font-family: 'open_sansregular';
}

@media only screen and (min-width: 770px) {
	.main.category .products-grid > li {
		float: left;
		width: 32.2%;
		max-width: 390px;
	}

}

@media only screen and (min-width: 1179px) {
	.main.category .products-grid > li {
		margin: 0 19px 19px 0;
	}

	.main.category .products-grid > li:nth-child(3n+3) {
		margin: 0 0 10px 0;
	}

}

@media only screen and (max-width: 420px) {
	.main.category .products-grid .price-action .price-info .price {
		font-size: 34px;
	}
	.main.category .category-products .product-info {
		bottom: 0;
	}
}

@media only screen and (max-width: 769px) {
	.main.category ul {
		padding-right: 0px;
	}
	.main.category .products-grid .product-name {
		margin: 0px;
		width: 100% !important;
	}

	.main.category .col-main .products-grid > li.item {
		margin-bottom: 25px;
	}

	body.catalog-category-view div.wrapper div.page .products-grid .button {
		width: 100%;
	}

	.main.category .products-grid .price-action .price-info .price-label {
		margin-top: 12px;
	}

	.main.category .category-title h1 {
		margin-top: 15px;
		padding-left: 0;
	}

	.main-container.col1-layout.category .main.category div.page-title.category-title {
		margin-bottom: 15px;
	}

	.main.category .category-products {
		margin-top: 0;
	}

}


.products-grid .actions .button {
	padding: 0 20px !important;
}

@media only screen and (max-width: 770px) {
	body.catalog-category-view div.wrapper div.page .main.category .products-grid .button {
		width: 100%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1130px) {
   .main.category .price-action .price-info {
	   width: 33%;
   }

   .main.category .products-grid .price-action .price-info .price {
	   font-size: 35px;
   }

   .main.category .price-action .actions {
	   width: 65%;
   }
}

@media only screen and (max-width: 945px) {
   .main.category .price-action .price-info {
	   width: 44%;
   }

   .main.category .products-grid .price-action .price-info .price {
	   font-size: 30px;
   }

   .main.category .price-action .actions {
	   width: 54%;
   }
}

@media only screen and (min-width: 770px) and (max-width: 1129px) {
   .main.category .products-grid > li {
		float: left;
		width: 46.4%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
   .main.category .col-main .products-grid > li.item {
		margin: 10px;
	}

}

@media only screen and (max-width: 750px) {
	.main.category ul.products-grid.products-grid--max-3-col.first.last.odd {
		max-width: 430px;
	}

	.main.category .col-main .products-grid > li.item {
		width: 100%;
	}

}

@media only screen and (min-width: 980px) and (max-width: 1179px) {
	.main.category {
		max-width: 980px;
		margin: 0 auto;
	}

	.main-container.col1-layout.category .main.category .products-grid {
		max-width: 875px;
	}
}

@media only screen and (min-width: 770px) and (max-width: 979px) {
	.main.category {
		max-width: 770px;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 1180px) {
	.main.category .products-grid > li {
		width: 47%;
	}

	.main-container.col1-layout.category .main.category  .products-grid {
		padding-top: 20px;
	}

}

.checkout-types.bottom .button, .configurator-bottom .button.next, .product-view .product-shop .essential .button.personalize,
button.onestepcheckout-button.onestepcheckout-place-order, .checkout-types.bottom .button.btn-proceed-checkout.btn-checkout {
    background: #008a00;
    border-bottom: 3px solid #060;
}

.checkout-types.bottom .button, .configurator-bottom .button.next:hover, .product-view .product-shop .essential .button.personalize:hover,
button.onestepcheckout-button.onestepcheckout-place-order:hover, .checkout-types.bottom .button.btn-proceed-checkout.btn-checkout:hover {
	background-color: #005c00;
	border-color: #003d00;
}

.messages .success-msg li {
     border-color: #00b900;
     color: #00b900;
}

.messages .success-msg {
     background: #00b900;
     color: #00b900;
}

.onestepcheckout-index-index .onestepcheckout-place-order:active {
	background-color: #00b900 !important;
}

/* Upsell extra option */

.options_wrapper dl.last dt label {
	display: none;
}

.product-view #SCPcustomOptionsDiv .input-box .options-list {
	padding: 15px;
	width: 100%;
}

.product-view #SCPcustomOptionsDiv .input-box .options-list li {
	margin-bottom: 0;
}

.product-view #SCPcustomOptionsDiv .last dd {
	margin: 0;
}

.options_wrapper {
	overflow: hidden;
}

.option-image {
	width: 30%;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.option-text{
	width: 65%;
	display: inline-block;
	float: left;
}
.product-view #SCPcustomOptionsDiv .options_wrapper .mct_customoption_text .option-image img {
	padding: 0;
}

.options_wrapper dl.last {
	width: 60%;
	display: inline-block;
}

.option-text h2 {
	color: #000;
	margin-bottom: 15px;
}

@media only screen and (min-width: 770px) and (max-width: 977px) {

	.full-option {
		overflow: hidden;
	}

	.options_wrapper dl.last {
		/* display: block; */
		width: 100%;
	}

}

@media only screen and (max-width: 769px) {

	.full-option {
		overflow: hidden;
		position: relative;
	}

	.option-image {
		width: 100%;
		margin-bottom: 15px;
	}

	.option-text {
		width: 100%;
	}

	.option-text h2 {
		position: absolute;
		top: 0;
	}

	.options_wrapper dl.last {
		/* display: block; */
		width: 100%;
	}

	.product-view #SCPcustomOptionsDiv .options-list span.price-notice {
		margin-left: 5px;
		display: block;
	}

	.product-view #SCPcustomOptionsDiv > .options_wrapper:not(:first-of-type) {
		padding-top: 20px!important;
	}

}

/* =================================
Upsell extra options
================================= */

.content.full, .configurator .configuration-step .content.full {
   width: 100%;
   padding-bottom: 50px;
}

/* Full fotobehang select */

.product-options dl.full-select {
	width: 100%;
}

/* Product note */

p.product-note {
	font-size: 10px;
	font-style: italic;
}


/* OneStepCheckout overlay with buttons */
.onestepcheckout-index-index .step-disabled {
	z-index: 1;
	color: rgba(130, 130, 130, 0.5);
	opacity: 0.5;
	/*pointer-events: none; */
}

.onestepcheckout-index-index .overlay-button {
	margin: 10px 25px 10px 0;
	width: 100%;
}

.breadcrumbs ul {
	margin-bottom: 15px;
}

.category-products ul.products-grid li:hover div.h2.product-name a {
	text-decoration: underline;
}

.col-main .product-view #SCPcustomOptionsDiv .options_wrapper .mct_customoption_text img {
	max-width: 100%;
	width: initial;
}

.configurator .configuration-step .content img {
	margin: 0;
}

.page .breadcrumbs {
    padding: 17px 22px 0px 25px !important;
}

#product-favorite-options {
	clear: both;
}

@media only screen and (max-width: 769px) {

	#shopping-cart-table td.product-cart-info {
		width: 50%;
	}

	.col-main .cart {
		padding-bottom: 0;
	}

	body.checkout-cart-index .main {
		padding: 20px 20px 0 20px;
	}

	body.onestepcheckout-index-index .footer {
		padding: 0;
	}

	body.onestepcheckout-index-index .footer .copyright {
		border: 0;
		background: #f3f3f3;
		color: #999;
	}

	.cart-totals {
		margin-bottom: 30px;
	}

	.onestepcheckout-column-padleft {
		padding: 0;
	}

	.cart-totals-wrapper .cart-totals {
		padding: 25px 20px 5px;
	}

}

@media only screen and (min-width: 770px) {
	.checkout-text, .method-checkout-cart-methods-onepage-bottom fieldset {
		display: none;
	}
}

@media only screen and (min-width: 450px) {
	.footer-mobile .cart-help-wrapper .half-img img {
		max-width: 100px;
		display: block;
		float: right;
	}
}

	.footer-mobile {
		display: none;
	}

	#block-dollebull_footer_help {
		background: #cf0c6d;
		color: #fff;
		padding: 15px 20px 0px 20px;
		overflow: hidden;
		margin: 0;
	}

	.cart-help-wrapper .half-img {
		width: 37%;
		display: inline-block;
		float: left;
	}

	.cart-help-wrapper .half{
		width: 63%;
		display: inline-block;
		float: left;
		padding-left: 15px;
		padding-top: 5px;
	}

	.cart-help-wrapper .half-img img {
		max-width: 100%;
		display: block;
	}

	.cart-help-wrapper .half p.title {
		font-size: 18px;
		font-weight: bold;
	}

	.cart-help-wrapper .half ul {
		margin-top: 5px;
	}

	.cart-help-wrapper .half a {
		color: #fff;
	}

	.cart-help-wrapper .half ul li.phone:before {
		background-image: url(skin/frontend/dollebull/default/images/telefoon.png);
		background-size: 14px 14px;
		display: inline-block;
		width: 14px;
		height: 14px;
		content:"";
		margin-right: 10px;
	}

	.cart-help-wrapper .half ul li.mail:before {
		background-image: url(skin/frontend/dollebull/default/images/mail.png);
		background-size: 15px 18px;
		display: inline-block;
		width: 15px;
		height: 15px;
		content:"";
		margin-right: 10px;
	}

	#block-dollebull_footer_mobile_usp {
		padding: 0px 15px 10px 15px;
		margin: 0;
		text-align: center;
	}

	#block-dollebull_footer_mobile_usp ul li:before {
		background-image: url(skin/frontend/dollebull/default/images/check.png);
		background-size: 15px 15px;
		display: inline-block;
		width: 15px;
		height: 15px;
		content: "";
		margin-right: 10px;
	}

	#block-dollebull_footer_cart_links {
		border-top: 1px solid #e4e4e4;
		padding: 10px 20px;
		margin: 0;
		text-align: center;
	}

	#block-dollebull_footer_cart_links a {
		color: #000;
	}

	.footer-main.hideElement, .footer .footer-main.hideElement, .block.block-cms.hideElement,
	.footer-before-container.hideElement {
		display: none;
	}

	.checkout-text.visibleElement, .footer-mobile.visibleElement {
		display: block;
	}

	#block-dollebull_footer_help.checkout {
		background: #f3f3f3;
		color: #999;
	}

	#block-dollebull_footer_help.checkout img, #block-dollebull_footer_help.checkout .cart-help-wrapper .half ul li.phone:before,
	#block-dollebull_footer_help.checkout .cart-help-wrapper .half ul li.mail:before	{
		display: none;
	}

	#block-dollebull_footer_help.checkout .cart-help-wrapper .half {
		width: 100%;
	}

	#block-dollebull_footer_help.checkout {
		padding: 10px;
		text-align: center;
		border-top: 1px solid #ddd;
	}

	#block-dollebull_footer_help.checkout a {
		color: #999;
	}

	.checkout-text fieldset {
		margin-top: 15px;
		border-top: 1px solid #e0e0e0;
		color: #9f9f9f;
		text-align: center;
	}

	#block-dollebull_footer_usps_2 li:before {
		border: 0;
	}

	body.onestepcheckout-index-index #block-dollebull_footer_cart_links {
		border: 0;
		background: #f3f3f3;
		color: #999;
	}

	body.onestepcheckout-index-index #block-dollebull_footer_cart_links a, body.onestepcheckout-index-index #block-dollebull_footer_cart_links {
		color: #999;
	}

	body.onestepcheckout-index-index .footer .copyright {
		padding-bottom: 10px;
	}

	.footer #block-dollebull_footer_mobile_payment {
		padding: 20px 10px;
		margin: 0;
		text-align: center;
	}

	.footer #block-dollebull_footer_mobile_payment img {
		vertical-align: middle;
		margin-right: 8px;
	}

	/* Loading animation on cart & checkout button */
	@-webkit-keyframes locked {
		0%{
			left:0;
			width:0
		}
		50%{
			left:0;
			width:100%
		}
		to{
			left:100%;
			width:0
		}
	}

	@keyframes locked{
		0%{
			left:0;
			width:0
		}
		50%{
			left:0;
			width:100%
		}
		to{
			left:100%;
			width:0
		}
	}

	.button.btn-proceed-checkout.btn-checkout {
		cursor: pointer;
	}

	.button.btn-proceed-checkout.btn-checkout.loading, .button.onestepcheckout-button.onestepcheckout-place-order.loading {
		position: relative;
		background: rgba(0,185,0,.5)!important;
		border-bottom: 0 !important;
	}

	.button.btn-proceed-checkout.btn-checkout.loading:after, .button.onestepcheckout-button.onestepcheckout-place-order.loading:after {
		background: #00b900!important;
		animation: locked 1s ease 0s infinite;
		position: absolute!important;
		transform: none;
	}

	.button.btn-proceed-checkout.btn-checkout.loading:after, .button.onestepcheckout-button.onestepcheckout-place-order.loading:after {
		-webkit-animation: locked 1s ease 0s infinite;
		-webkit-transform: none;
		display: block!important;
		height: 3px!important;
		padding: 0!important;
		margin: 0!important;
		top: 0!important;
		content: '';
	}

	@media only screen and (max-width: 360px) {

		.cart-totals {
			margin-bottom: 10px;
		}

		.footer #block-dollebull_footer_mobile_payment {
			padding: 10px;
		}

	}

/* Modal style */
#modal-extension, #modal-size, #modal-size-minimum {
	display: none;
}

#modal-inner, #modal-inner-extension, #modal-inner-size, #modal-inner-minimum {
	max-width: 300px;
	margin: 10px;
	padding: 10px;
}

#modal-inner p.title, #modal-inner-extension p.title,
#modal-inner-size p.title, #modal-inner-minimum p.title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

#modal-inner p, #modal-inner-extension p,
#modal-inner-size p, #modal-inner-minimum p {
	margin-bottom: 15px;
}


/* Multiple images in extra option */
.multiple-images {
	overflow: hidden;
}

.col-main .product-view #SCPcustomOptionsDiv .options_wrapper .mct_customoption_text .multiple-images.img-5 img {
	width: 19%;
	display: inline-block;
	float: left;
	margin-right: 1%
}

@media only screen and (max-width: 769px) {

	.multiple-images {
		margin-top: 15px;
	}

	.col-main .product-view #SCPcustomOptionsDiv .options_wrapper .mct_customoption_text .multiple-images.img-5 img {
		width: 49%;
		padding: 2px 0;
	}

}

.header-upload a.get-started {
	color: rgb(0,0,0);
}

span.discount-price {
	position: relative;
	font-size: 30px;
	color: #b3b3b3;
	margin-right: 15px;
}

span.discount-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}

#product-favorite-options a span.price-without-discount {
	position: relative;
	float: left;
	color: #b3b3b3;
	margin-right: 15px;
}

span.option-old-price {
	position: relative;
	color: #b3b3b3;
	order: 1;
	min-width: 60px;
}

.scroll-text span.option-old-price {
	float: inherit;
	margin-right: 1px;
}

#product-favorite-options a span.price-without-discount:before, span.option-old-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}

.method-checkout-cart-methods-onepage-bottom fieldset {
    border-top: 1px solid #e0e0e0;
    text-align: center;
	margin-top: 15px;
	color: #bfbfbf;
}

/* New tool design */

#mobile-tool-usp {
	overflow: hidden;
	background: #e8ebee;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
}

.mobile-usp {
	overflow: hidden;
    width: 84%;
    margin: 0 auto;
}

p.usp-title {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

ul.usp-items li:before {
	content: url('skin/frontend/dollebull/default/images/check.png');
	margin-right: 10px;
}

ul.usp-items li  {
	position: relative;
	margin-bottom: 15px;
}

ul.usp-items li p {
	display: inline-block;
	position: absolute;
    top: 2px;
}

.mobile-usp ul.usp-items li p {
	position: relative !important;
}

.mobile-usp ul.usp-items li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.product-selection {
	display: none;
	height: 70vh;
	padding: 10px;
	background: #e8ebee;
	overflow-x: hidden;
}

.configurator-bottom .button.upload {
	border: 0;
}

@media only screen and (max-width: 768px) {
	#mobile-tool-usp {
		/** height: calc(100v); */
	}

	.configurator-wrapper .configurator .configurator-step-header.active {
		background: #e8ebee;
	}

	.configurator-bottom-wrapper.stick {
		background: #fff;
	}

	.configurator-bottom .button.upload {
		width: 90%;
		margin: 10px 0;
		border-radius: 2px;
		background: #00b900;
		border-bottom: 3px solid #090;
	}

	.configurator-bottom .button.upload:hover {
		background-color: #008600;
		border-color: #005e00;
	}

	.configurator-bottom .button.upload.with-back {
		width: 70%;
		float: right;
		margin-right: 5%;
	}

	.configurator-bottom .button.upload.with-forward {
		width: 70%;
		float: left;
		margin-left: 5%;
	}

	.configurator-bottom .button.upload p {
		padding: 0;
	}

	.configurator-bottom .button.upload p:after, .configurator-bottom .button.upload.with-back.next-mob p:after, .configurator-bottom .button.upload.with-back.cart-button p:after {
		font-family: FontAwesome;
		content: "\f054";
		margin-left: 5px;
		font-size: 17px;
	}

	.configurator-bottom .button.upload.with-back p:after, .configurator-bottom .button.upload.with-forward p:after {
		font-family: FontAwesome;
		content: "\f077";
		margin-left: 5px;
		font-size: 17px;
	}

	.configurator-bottom .button.upload.with-back.save p:after {
		font-family: FontAwesome;
		content: "\f00c";
		margin-left: 5px;
		font-size: 17px;
	}

	.configurator-bottom-wrapper .configurator-bottom, .configurator-bottom-wrapper.stick .configurator-bottom {
		text-align: center;
		height: 65px !important;
	}

	.button-prev {
		height: 45px;
		width: 15%;
		border-radius: 2px;
		display: inline-block;
		margin: 10px 5%;
		background: #c8c8c8;
		border-bottom: 3px solid #868686;
	}

	.button-prev:before {
		font-family: FontAwesome;
		content: "\f053";
		font-size: 17px;
		line-height: 45px;
	}

	.button-prev.close:before {
		font-family: FontAwesome;
		content: "\f00d";
		font-size: 17px;
		line-height: 45px;
	}

	.button-prev.close {
		background: #c8c8c8;
	}

	.button-next {
		height: 45px;
		width: 15%;
		border-radius: 2px;
		display: inline-block;
		margin: 10px 5%;
		background: #c8c8c8;
		border-bottom: 3px solid #868686;
	}

	.button-next:before {
		font-family: FontAwesome;
		content: "\f054";
		font-size: 17px;
		line-height: 45px;
	}

	.button-next:hover, .button-prev:hover {
		border-bottom: 3px solid #000;
		background-color: #9c9a9a;
	}

	.hide {
		display: none;
	}

	.configurator-bottom-wrapper.stick dt {
		text-align: center;
	}

	.configurator-bottom-wrapper.stick label {
		font-size: 18px;
		font-weight: bold;
	}

	.configurator-bottom-wrapper.stick select {
		border-radius: 10px;
		color: #979797;
		border: 1px solid #dedede;
		height: inherit;
		padding: 10px;
	}

	.product-options dl {
		width: 100% !important;
	}

	.product-options .input-box select#custom-orientation {
		height: 46px;
		background: #fff url(skin/frontend/dollebull/default/images/select-arrow.png) no-repeat 96% center;
	}

	.content.full, .configurator .configuration-step .content.full {
		padding-bottom: 0px;
	}

	#configurator-step-3 #configurator-preview {
		display: none !important;
	}

/*
	.single-option-text p, .option-text p {
		display: none;
	}
*/

	.product-view #SCPcustomOptionsDiv .options-list {

	}

	ul#custom-options-totals-list li:first-child .price {
		font-size: 14px;
	}

	#configurator .product-view #SCPcustomOptionsDiv .options-list li {
		font-family: inherit;
	}

	.product-view #SCPcustomOptionsDiv .options_wrapper, .product-view #SCPcustomOptionsDiv dd {
		margin: 0 !important;
	}

	.product-view #SCPcustomOptionsDiv dd {
		border-bottom: 1px solid #bebfbf;
	}

	.product-view #SCPcustomOptionsDiv dt {
		padding-bottom: 0px !important;
	}

	.product-view #SCPcustomOptionsDiv .last dd {
		padding-bottom: 15px;
	}

	.product-view #SCPcustomOptionsDiv .options_wrapper {
		padding: 15px 15px 0 15px !important;
	}

	.option-text h2 {
		position: relative;
	}

	.tooltip .option-text h2 {
		position: absolute;
	}

	.tooltip .option-image {
		margin-top: 30px;
	}

	.options_wrapper h2 {
		margin-bottom: 15px;
		display: inline-block;
	}

	.product-view #SCPcustomOptionsDiv .options-list input {
		margin-right: 10px !important;
		top: 1px;
	}

	.product-view #SCPcustomOptionsDiv .options-list label, .product-view #SCPcustomOptionsDiv .options-list .label .price, .product-view #SCPcustomOptionsDiv .options-list label .price,
	.configuration-step .total li {
		font-family: "Open Sans", sans-serif !important;
	}

	.configuration-step .total li {
		font-weight: normal !important;
	}

	.configuration-step .total li:first-child {
		font-weight: bold !important;
		font-size: 18px;
	}

	.configuration-step .total li {
		border: 0;
	}

	.product-total .price-box .price {
		color: #000;
	}

	.product-view #SCPcustomOptionsDiv .input-box .options-list {
		padding: 15px;
		margin-top: 15px;
	}

	.option-images {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.product-view #SCPcustomOptionsDiv .options-list label {
		float: left;
		padding-left: 30px;
	}

	.option-images li {
		display: inline-block;
		width: 40%;
		margin-right: 15px;
		vertical-align: top;
	}

	.option-images li.selected {
		border: 2px solid #4fb535;
		border-radius: 3px;
	}

	.option-images ul {
		margin: 25px 0;
	}

	.configuration-step .content .option-images li img {
		padding: 0;
		margin-right: 5px;
	}

	.options_wrapper.has-scroller .options-list {
		display: none;
	}

	.input-box select, dl select, #product-switch select {
		border: 1px solid #9e9e9e;
		border-radius: 7px;
		color: #484848;
		height: 45px;
		padding: 10px;
		background: #fff;
		-webkit-appearance: none;
		background: #fff url(skin/frontend/dollebull/default/images/select-arrow.png) no-repeat 96% center;
	}

	#product-options-wrapper #product-favorite-options ol, #product-options-wrapper #product-favorite-options a {
		background-color: inherit;
	}

	#product-options-wrapper #product-favorite-options ol {
		padding: 0;
	}

	.configurator .product-options .favorite-option-text {
		width: 100%;
	}

	.configurator .product-options dl dd {
		margin-right: 18px;
	}

	#product-options-wrapper #product-favorite-options ol li {
		border-bottom: 3px solid #fff;
	}

	.product-options dt {
		text-align: center;
	}

	#mediaclip-confirm img {
		padding: 0;
	}

	.options-wrapper .total {
		background: #fff;
	}

	#configurator .configuration-step .total li:first-child {
		padding: 20px 22px 0 22px;
	}

	#configurator .configuration-step .total li {
		padding: 5px 22px;
	}

	#configurator [data-step="3"] .tier-prices-wrapper, #configurator [data-step="3"] .tier-prices {
		display: block;
	}

	#block-configurator-step-3-below {
		font-size: 16px;
		margin-bottom: 0;
	}

	.configuration-step .total .price-box {
		border-top: 1px solid #bebfbf;
	}

	.product-total {
		margin-top: 15px;
	}

	.desktop-buttons {
		display: none;
	}

	.product-view #SCPcustomOptionsDiv .options-list span.custom-checkbox, .product-view #SCPcustomOptionsDiv .options-list span.custom-checkbox.checked {
		position: absolute;
		left: 0;
	}

	.banner-below-step3-preview-cmsblock .block {
		margin-bottom: 0;
		padding: 18px;
		line-height: 1;
		display: inline-block;
		background-color: #f2f2f2;
	}

	.configurator-step-container, #configurator-step-1 .configurator-options-wrapper {
		padding-bottom: 90px;
		display: block;
		width: 100%;
		overflow-y: scroll;
		background-color: #f1f1f1;
	}

	.configurator-options-wrapper .product-options {
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 770px) {
	.banner-below-step3-preview-cmsblock #block-banner-below-step3-preview {
		margin-bottom: 60px;
	}

	#mobile-tool-usp, .product-selection {
		display: none;
	}

	.configurator-step-header.mobile, #configurator-step-5-title, #configurator-step-6-title {
		display: none;
	}

	.step-options .total, .step-options #mediaclip-confirm, .step-options #confirmation-product-name {
		display: none;
	}

	.step-options #configurator-preview {
		display: none !important;
	}

	.option-images {
		display: none;
	}

}

.product-selection .total, .product-selection #configurator-edit, .product-selection #configurator-preview {
	display: none;
}

.product-selection .product-options {
	background: none;
	padding: 22px 0 0px 22px;
}

.button.upload.hide, .button.next.hide {
	display: none;
}

#product-favorite-options-list-mobile {
	list-style: none;
}

#product-favorite-options label {
	margin-bottom: 10px;
}

#info-box {
	display: none;
}

.info-box-inner {
	padding: 10px;
}

.info-box-inner span.info-icon {
	display: none;
}

.info-option {
	padding: 5px 10px;
	background: #fff;
	min-height: 56px;
	text-align: center;
	white-space: normal;
}

span.option-price {
	display: block;
}

.beeldbank .configurator-bottom .button.upload.with-forward {
	display: none;
}

.configurator-bottom .button.upload:focus {
	background: #4fb535;
}

.product-view #SCPcustomOptionsDiv .options-list input {
	display: none;
}

.product-view #SCPcustomOptionsDiv .options-list span.custom-checkbox {
	height: 23px;
	width: 23px;
	border-radius: 5px;
	border: 1px solid #000;
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 10px;
	background: #fff;
}

.product-view #SCPcustomOptionsDiv .options-list span.custom-checkbox.checked {
	background: #fff url(skin/frontend/dollebull/default/images/checked.svg) no-repeat center center;
	background-size: 17px auto;
}

.product-view #SCPcustomOptionsDiv .input-box .options-list li {
	position: relative;
}

/* Custom option text */
.product-view #SCPcustomOptionsDiv .tooltipInfo {
	margin-left: 5px;
	color: #087FD1;
	cursor: pointer;
	display: none;
	font-size: 20px;
}
.fancybox-inner .tooltip .option-image, .fancybox-inner .option-text p {
	display: inherit;
}
.fancybox-inner .tooltip .tooltipInfo {
	display: none;
}

.fancybox-inner .tooltip img {
	max-width: 100%;
}

.show-mobile, .button.show-mobile.personalize, .product-view .total .tier-prices-wrapper.show-mobile {
	display: none!important;
}

.option-scroller {
	display: flex!important;
	flex-wrap: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 12px;
	margin-left: -5px;
	margin-right: -15px;
}

.option-scroller .scroll-value {
	flex: 0 0 38%;
	margin: 5px;
	border: 2px solid transparent;
}

@media only screen and (min-width: 500px) and (max-width: 619px) {
	.option-scroller .scroll-value {
		flex: 0 0 26%;
	}
}

@media only screen and (min-width: 620px) and (max-width: 768px) {
	.option-scroller .scroll-value {
		flex: 0 0 23%;
	}
}

@media only screen and (min-width: 770px) {
	.option-scroller .scroll-value {
		flex: 0 0 23%;
	}
}

@media only screen and (min-width: 978px) {
	.option-scroller .scroll-value {
		flex: 0 0 30%;
	}
}

@media only screen and (min-width: 981px) {
	.option-scroller .scroll-value {
		flex: 0 0 30%;
	}
}

@media only screen and (min-width: 1181px) {
	.option-scroller .scroll-value {
		flex: 0 0 23%;
	}
}

.option-scroller .scroll-value .item {
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	height: 100%;
	flex-flow: row wrap;
	cursor: pointer;
	position: relative;
	padding: 10px;
}

.option-scroller .scroll-value .item img {
	padding: 0;
	max-width: 180px;
	max-height: 90px;
	margin: 10px auto 10px auto;
}

.option-scroller .scroll-value.selected {
	border: 2px solid #4fb535;
	border-radius: 5px;
}

.option-scroller .scroll-value.selected .item:after {
	width: 25px;
	height: 25px;
	position: absolute;
	border-radius: 0 0 5px 0;
	background-color: #4fb535;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	left: -1px;
	top: -1px;
}

.option-scroller .scroll-value .item .scroll-text {
	margin: auto;
	width: 70%;
}

.custom-options-totals-list span.option-title-list {
	display: inline-block;
	width: 80%;
}



#SCPcustomOptionsDiv .hide-mobile, #SCPcustomOptionsDiv .button.hide-mobile.personalize {
	display: none!important;
}

#SCPcustomOptionsDiv .button.show-mobile.personalize {
	display: inherit;
}

.options_wrapper .scroller-button-hide {
	display: none;
}

.options_wrapper .option-scroller-buttons {
	position: relative;
}

.options_wrapper .scroller-button {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: calc(50% - 21px);
	background-color: #fff;
	text-align: center;
	padding-top: 2px;
	border: 2px solid grey;
	z-index: 999;
}

.options_wrapper .scroller-previous {
	left: -15px;
	padding-right: 2px;
}
.options_wrapper .scroller-next {
	right: -29px;
	padding-left: 3px;
}

@media only screen and (min-width: 770px) {
	.has-scroller.hide-scroll dl.last .option-scroller {
		overflow-x: auto;
	}
	
	.has-scroller.hide-scroll dl.last .option-scroller .scroll-value {
		flex: 1;
		max-width: 280px;
	}
	
	.has-scroller.hide-scroll .scroller-button {
		display: none;
	}
}

@media only screen and (max-width: 769px) {
	.options_wrapper .scroller-button {
		display: none;
	}
	
	.product-view #SCPcustomOptionsDiv .options_wrapper.has-tooltip > .mct_customoption_text .option-text > p,
	.product-view #SCPcustomOptionsDiv .options_wrapper.has-tooltip > .mct_customoption_text .single-option-text > p,
	.product-view #SCPcustomOptionsDiv .options_wrapper.has-tooltip.is-editing p,
	.product-view #SCPcustomOptionsDiv .options_wrapper.has-tooltip.is-editing .option-images {
		display: none;
	}

	.product-view #SCPcustomOptionsDiv .options_wrapper select {
		display: none;
	}

	.product-view #SCPcustomOptionsDiv h2 {
		color: #000;
	}

	.product-view #SCPcustomOptionsDiv .tooltipInfo {
		display: inline-block;
	}

	.product-view #SCPcustomOptionsDiv .options_wrapper.has-scroller dd {
		border-bottom: 0;
	}

	.product-view #SCPcustomOptionsDiv .option-scroller {
		border-bottom: 1px solid #bebfbf;
	}

	#configurator-edit #mediaclip-wrapper {
		background-color: #E9EAEC;
	}

	.configurator-step-header[data-step="1"], .configurator-step-header[data-step="3"] {
		height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		max-height: 100vh;
		height: 100%;
	}

	/* Custom option scroll */
	.show-mobile {
		display: inherit;
	}

	.option-scroller .scroll-value .item img {
		max-width: 130px;
	}

	
}

@media only screen and (min-width: 769px) {
	#configurator .configurator .configurator-step-header {
		min-height: calc(100vh - 100px) !important;
	}
}

#configurator-step-4 .banner-below-step3-preview-cmsblock {
	margin-top: 20px;
	display: inline-block;
}

/* Tooltip for configurable */
.product-options .configurableTooltip {
	margin-left: 5px;
	font-size: 20px;
	color: #087FD1;
	cursor: pointer;
}
/* Title on Mediaclip designer */
.mediaclip-title {
	display: none;
	background-color: #E9EAEC;
	position: absolute;
	width: 100%;
	bottom: 95px;
	height: 40px;
	padding-bottom: 15px;
	line-height: 30px;
}
.mediaclip-title .text-center {
	font-size: 17px;
	margin: 0% 5%;
	text-align: center;
}

@media only screen and (max-height: 568px) {
	.product-view #product-options-wrapper {
		padding-top: 10px;
	}
	.product-view #product-options-wrapper dd {
		margin-bottom: 10px;
	}

	.show-mobile.favorite-option-text {
		padding: 10px;
		margin-bottom: 10px;
	}

	.product-view  #product-favorite-options label {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 355px) {
	#product-favorite-options ol li.tip:before {
		display: none!important;
	}
}
@media only screen and (max-width: 769px) {
	#mediaclip-wrapper iframe#mediaclip-designer {
		height: 90%;
	}

	.configurator-bottom div.button:hover {
		background: #9c9a9a;
		border-bottom: 3px solid #000;
	}

	.show-product-page {
		position: absolute;
		top: 0;
		min-width: 50%;
		text-align: center;
		padding: 10px;
		height: 45px;
		border-radius: 2px;
		border-bottom: 3px solid #868686;
		display: inline-block !important;
		margin: 15px 0;
		background-color: #c8c8c8;
		cursor: pointer;
	}

	.remove-product-page .show-product-page:hover {
		border-bottom: 3px solid #000;
		background-color: #9c9a9a;
	}

	.product-view #SCPcustomOptionsDiv .options_wrapper:last-of-type {
		padding-bottom: 12px!important;
	}


	#mediaclip-wrapper.mobile-title .mediaclip-title {
		display: inherit;
	}

	body.catalog-product-view.remove-product-page header#header, body.catalog-product-view.remove-product-page div.product-information {
		display: none;
	}

	body.catalog-product-view.remove-product-page .configurator-bottom-wrapper.stick {
		border-bottom: 0;
	}
	body.catalog-product-view.remove-product-page .configurator, body.catalog-product-view.focus-mediaclip .configurator {
		border-top: 0;
		border-bottom: 0;
	}

	.configurator-bottom .button {
		line-height: 39px;
	}

	#configurator .configurator-bottom-wrapper, .configurator-bottom-wrapper.stick {
		background-color: #fff;
	}

	#configurator .configurator-bottom-wrapper.stick {
		border-color: #000;
	}

	#configurator .configurator-bottom-wrapper .configurator-progress .bar .progress .step, .configurator-bottom-wrapper.stick .configurator-progress .bar .progress .step {
		color: #000;
	}

	#configurator .configurator-bottom-wrapper .configurator-progress .bar, .configurator-bottom-wrapper.stick .configurator-progress .bar {
		background-color: #000;
	}

	#configurator .configurator-bottom-wrapper .configurator-bottom .button.image #camera, .configurator-bottom-wrapper.stick .configurator-bottom .button.image #camera {
		fill: #fff;
	}

	#configurator .configurator-bottom-wrapper .configurator-progress, .configurator-bottom-wrapper.stick .configurator-progress {
		background-color: #848183;
	}

	#configurator .configurator-bottom-wrapper .configurator-bottom .button.image, .configurator-bottom-wrapper.stick .configurator-bottom .button.image {
		border-color: #fff;
	}

	#configurator .configurator-bottom-wrapper .configurator-progress .bar .progress, .configurator-bottom-wrapper.stick .configurator-progress .bar .progress {
		background-color: #c8c8c8;
	}

	#configurator .configurator-bottom-wrapper .configurator-progress, .configurator-bottom-wrapper.stick .configurator-progress {
		background-color: #fff;
	}

	.add-to-cart-wrapper a.button:hover, #configurator .mobile-buttons .button.upload:hover, .show-mobile.start-configurator .button:hover {
		background: #00b900!important;
		border-bottom: 3px solid #090!important;
	}
	#configurator .mobile-buttons .button-prev:hover, #configurator .mobile-buttons .button-next:hover, #mobile-tool-usp .show-product-page:hover {
		background: #c8c8c8!important;
		border-bottom: 3px solid #868686!important;
	}

	.fancybox-inner .tooltip {
		margin: 5px;
		overflow-x: hidden;
	}

	#product-favorite-options ol li.tip:before {
		left: inherit;
		right: 14%;
		background-color: inherit;

		border: 1px solid #6e255f;
		color: #6e255f;
		font-weight: inherit;
		font-size: 12px;
		line-height: 20px;
		padding: 0;
		width: 105px;
		height: 22px;
		top: 10px;
	}

	#product-favorite-options ol li.tip:after {
		display: none!important;
	}

	.configurator #options-wrapper #product-favorite-options a.select-custom {
		padding-left: 26px;
	}
	.configurator #options-wrapper #product-favorite-options a.select-custom:before {
		left: 0px;
	}

	.product-view #SCPcustomOptionsDiv .options-list label {
		width: 100%;
	}
}

.start-configurator {
	text-align: center;
}

.start-configurator a {
	width: 100%;
	background: #00b900;
	border-bottom: 3px solid #090;
}
.start-configurator a:hover {
	background-color: #008600!important;
    border-color: #005e00!important;
}

.start-configurator span {
	font-family: 'Caveat', cursive;
	text-align: center;
	font-size: 25px;

	margin-top: 20px;
	display: inline-block;
}

.start-configurator span:after {
	content: "";
    display: block;
    height: 8px;
    width: auto;
    background-image: url(skin/frontend/dollebull/default/images/configurator-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.show-product-page {
	display: none;
}


.fancybox-inner .tooltip ul {
	list-style: inside;
}

.favorite-option-text {
	padding: 22px;
	border-bottom: 2px solid #ffffff;
	background-color: #fff;
	color: #484848;
	font-size: 15px;
	border-radius: 3px 3px 0 0;
	width: fit-content;
	margin: auto;
	margin-bottom: 15px;
}
.favorite-option-text .fa {
	font-size: 15px;
}

#header-nav #nav .custom-submenu-wrapper p a:before {
	display: none;
}

#zendeskform input#coupon.input-text.hide, label.hide {
	display: none;
}

#zendeskform label {
	margin-bottom: 10px;
}

#modal-quote {
	display: none;
}

#modal-quote p.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

#modal-quote p {
	margin-bottom: 10px;
}

#zendeskform p.info-line {
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
}

.product-essential .loader-logo {
	height: calc(100% - 95px);
}
.loader-logo {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 949;
	background-color: #e8ebee;
}
.loader-logo .logo {
	background: url('skin/frontend/dollebull/default/images/preloader-large.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px;
	background-color: #ffffff;
	opacity: 1;
	width: 70px;
    height: 70px;
    border-radius: 42px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

#zendeskform ul.form-list {
	list-style: none;
}

#zendeskform ul.form-list li {
	margin-left: 0;
}

#zendeskform li#submitItem {
	margin-top: 25px;
}

#zendeskform input#attachment {
	display: block;
}

#zendeskform button, #zendeskform input.input-file.attachment {
	margin-bottom: 10px;
}

#modal-coupon, #modal-contact {
	display: none;
}

.mobile-buttons .close {
	float: none;
}

@media only screen and (max-width: 769px) {
	.col-main .col3-set .bottom-link {
		position: relative;
	}

	.main-container h1 {
		margin-top: 25px;
	}

}

/* DHL PICKUP POINTS */

.dhlpointsPage {
	margin-bottom: 15px;
}

.dhlpointsPage .store-pickup-fieldset {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

.dhlpointsPage .search-results {
	display: none;
}

.dhlpointsPage .search-results.found-results {
	overflow-y: scroll;
	height: 250px;
	padding: 10px;
	background: #F6F6F6;
	display: inherit;
}

.dhlpointsPage .search-results-not-found {
	padding: 10px;
	background: #F6F6F6;
	display: none;
	border-left: 3px solid #dc3545;
}

.dhlpointsPage ul#list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dhlpointsPage ul#list li:first-child {
	padding-top: 0;
}

.dhlpointsPage ul#list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.dhlpointsPage ul#list li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	position: relative;
}

.dhlpointsPage p {
	margin: 0;
	line-height: 1.5em;
}

.dhlpointsPage p.name {
	color: #595a56;
	font-weight: 700;
}

.dhlpointsPage .page {
	overflow: hidden;
	padding: 25px;
}

.dhlpointsPage button.shop {
	position: absolute;
	right: 25px;
	top: 50px;
}

/* DHL POINTS CHECKOUT */

.onestepcheckout-index-index .dhlpointsPage .search-dhl-point input {
	width: 80% !important;
	float: left;
	border-right: 0 !important;
}

.onestepcheckout-index-index .dhlpointsPage .search-dhl-point.loader input {
	background: url(skin/frontend/base/default/images/scp-ajax-loader.gif) no-repeat right center !important;
	padding-right: 10px !important;
	background-origin: content-box !important;
}

.search-dhl-point button {
	width: 20%;
	float: left;
	border: 0;
	border-bottom: 3px solid #090;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	background: #00b900;
}

.store-info .left {
	width: 75%;
	float: left;
}
.store-info .right {
	width: 25%;
	float: left;
	display: flex;
	border-bottom: 3px solid #090;
	justify-content: center;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	background: #00b900;
	cursor: pointer;
}

.store-info .right:hover {
	background: #008600;
	border-color: #005e00;
}

.store-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search-dhl-point button:hover {
	background: #008600;
	border-color: #005e00;
}

.dhlpointsPage .select-pickup-point {
	background: #fafafa;
	padding: 10px;
	border-left: 3px solid #090;
}

.dhlpointsPage {
	margin-left: 20px;
}

.dhlpointsPage p {
	width: 100%;
	display: block;
}

.dhlpointsPage p.shop {
	max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 5px 10px;
    background: #fbb102;
    text-align: center;
    color: white;
    border-radius: 2px;
	cursor: pointer;
}

.dhlpointsPage .store-pickup-fieldset input#searchDHL {
	margin: 5px 0;
}

.dhlpointsPage p.address {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.dhlpointsPage button#searchDhlPickup {
	cursor: pointer;
	background: #fbb102;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	border: 0;
}

.dhlpointsPage label.search {
	position: relative;
}

.dhlpointsPage label.search img.dhl-loader {
	position: absolute;
	top: 0;
	right: 10px;
}

.selected-shop-info p.shop {
	display: none;
}

.selected-shop-info {
	padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
}

button.selected-other-pickup {
	/* text-decoration: underline; */
	cursor: pointer;
	background: #fbb102;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	border: 0;
}

#billing_address li#input_dhl_pickup label {
	display: block;
	margin-top: -25px;
	margin-left: 20px
}

.dhlpointsPage .search-results.found {
	overflow-y: scroll;
	height: 250px;
	padding: 10px;
}

.dhlpointsPage .search-results.not-found p.dhl-no-results {
	color: red;
}

#billing_address_list {
	position: relative;
	padding-bottom: 40px;
}

li[id="billing:postcode_input:checkbox"] {
	position: absolute;
	bottom: 0;
}

iframe#sendcloudshipping_service_point_map {
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: 0;
}

@media only screen and (max-width: 500px) {
	iframe#sendcloudshipping_service_point_map {
		max-height: 100%!important;
		height: 100%!important;
	}
}

@media only screen and (min-width: 501px) {
	iframe#sendcloudshipping_service_point_map {
		max-height: 80%;
	}
}

#confirmation-product-name {
	display: inline-block;
	width: 100%;
	padding: 10px 22px 10px 22px;
	background-color: #fff;
	font-size: 18px;
}

.product-view #SCPcustomOptionsDiv .options-list label {
	display: flex !important;
	flex: 1;
}

.price-right {
	flex: 1;
}

.product-view #SCPcustomOptionsDiv .options-list span.price-notice {
	order: 2;
}

#SCPcustomOptionsDiv .price-right-inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

ol.osc-checkout-agreements.checkout-agreements {
	list-style: none;
	display: block!important;
}

.onestepcheckout-shipping-method-block .radio-info {
    max-width: calc(100% - 29px);
}

.informatie .grey {
    margin: 20px 0;
}

.informatie .grey ul.info {
    padding: 22px;
}

/* Spacing on thumbnails */
.product-view.mediaclip-no .more-views {
	padding-top: 15px!important;
}

.product-view.mediaclip-no .more-views {
	text-align: center;
}

.product-view.mediaclip-no .more-views ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
}

.product-view .more-views li {
	float: left;
}

/* Make add to cart button look like it is in the block */
.product-view.mediaclip-no .add-to-cart-wrapper .product-options {
	margin-bottom: 0;
	padding: 10px 35px;
	padding-bottom: 0;
}
.product-view.mediaclip-no .add-to-cart .qty-wrapper {
	display: none;
}

.product-view.mediaclip-no .add-to-cart-buttons {
	background-color: #f1f1f1;
	padding: 0 35px 35px 35px;
	width: 100%;
	display: inline-block;
}

.product-view.mediaclip-no .add-to-links {
	display: none;
}

/* Change add-to-cart button color */
.product-view.mediaclip-no .product-shop .essential .button {
	background-color: #00b900;
	border-color: #005e00;
}

/* Options block 100% width */
.product-view.mediaclip-no .product-shop .product-short {
	width: 100%;
}

.product-view.mediaclip-no .add-to-cart-wrapper {
	padding-left: 0;
}

/* Product options */
/* - input */
.mediaclip-no .product-options dd {
	margin: 0;
	padding-bottom: 15px;
	margin-right: 0!important;
}

.mediaclip-no .product-options dl {
	width: 100%;
	display: inline-grid;
}

/* - label */
.mediaclip-no .product-options dt label {
	font-weight: normal;
	font-family: inherit!important;
}

.mediaclip-no .product-options dt {
	margin-bottom: 0;
}

/* Re-position price */
/* Position price */
.product-view.mediaclip-no .product-shop .essential .price-wrapper {
	width: 119px;
	height: 119px;
}

.product-view.mediaclip-no .product-shop .essential .regular-price .price {
	font-size: 22px;
}

.product-view.mediaclip-no .product-shop .essential .price-wrapper .price-box .configurable-price-from-label {
	top: 15px;
	font-size: 14px;
}

.product-view.mediaclip-no .product-shop .essential .price-info {
	width: 19.6%;
	position: absolute;
	top: -120px;
	right: 10px;
	z-index: 500;
}

.product-view.mediaclip-no .product-shop .product-name {
	margin-bottom: 10px;
}

.product-view.mediaclip-no .product-name {
	max-width: calc(100% - 140px);
}

.product-view.mediaclip-no .product-name span.h1 {
	margin-bottom: 0;
    padding-bottom: 0;

}

@media screen and (max-width: 769px) {
	.product-view.mediaclip-no .product-shop .essential {
		position: relative;
	}
	
	.product-view.mediaclip-no .product-information .product-shop .essential .price-info {
		width: 95px;
	}
	
	.product-view.mediaclip-no .product-information .product-shop .essential .price-info .price-wrapper {
		width: 95px;
		height: 95px;
	}
	
	.product-view.mediaclip-no .product-shop .essential .price-wrapper .price-box .configurable-price-from-label {
		font-size: 16px!important;
		top: 12px!important;
	}
	
	.product-view.mediaclip-no .product-shop .essential .regular-price .price {
		font-size: 18px!important;
		top: 6px!important;
	}
	
	.product-view.mediaclip-no .product-shop .essential .price-info {
		right: 0px;
		top: -95px!important;
	}
	
	.product-view.mediaclip-no .product-shop .product-name {
		max-width: calc(100% - 110px);
	}
	
	.product-view .product-img-box .product-name h1 {
		display: none;
		
	}
}

@media screen and (max-width: 1180px) and (min-width: 770px) {
	.product-view.mediaclip-no .product-shop .essential .price-info {
		right: 60px;
		top: -70px!important;
	}
}

@media screen and (min-width: 1180px) {
	.product-view.mediaclip-no .product-shop .product-name {
		min-height: 95px;
		display: flex;
		align-items: center;
	}
}

/* Set Z-index for sub-menu items */
.catalog-product-view #header-nav #nav .custom-submenu-wrapper {
	z-index: 999;
}

.second_discount .fancybox-skin {
    padding: 0 !important;
}

.second-discount-popup img {
    display: inline-block;
}

.second-discount-popup .content {
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
}

.second-discount-popup .content p {
    font-size: 16px;
}

.second-discount-popup .content i {
    font-weight: normal;
}

.second-discount-popup .content .shop-other-product {
    background: #feb300;
    border-bottom: 3px solid #d49604;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.second-discount-popup .content .shop-other-product:hover {
    background: #d49604;
    border-bottom: 3px solid #d49604;
}

.second-discount-popup .content .btn-proceed-checkout {
    background: #00b900;
    border-bottom: 3px solid #090;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-left: 0;
}

.second-discount-popup .content .btn-proceed-checkout:hover {
    background: #090;
    border-bottom: 3px solid #090;
}

@media screen and (max-width: 650px) {
    .second-discount-popup {
        background: #fff;
    }

    .second-discount-popup img {
        display: none;
    }
}

.checkout-cart-index .accessories {
    background-color: #F2F2F2;
    padding: 22px !important;
}

.checkout-cart-index .accessories-container {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
}

.checkout-cart-index .accessories-container .accessoir {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
    vertical-align: top;
    background-color: #fff;
    padding-bottom: 20px;
    flex: 1;
    max-width: 229px;
}

.checkout-cart-index .accessories-container .accessoir:first-of-type {
    margin-left: 0;
}

.checkout-cart-index .accessories-container .accessoir img {
    height: 150px;
    width: 150px;
    margin: 15px auto;
    display: block;
}

.checkout-cart-index .accessories-container .accessoir a.product-title {
    word-break: normal;
    padding: 0 10px;
    white-space: normal;
    flex-grow: 1;
    color: #000;
    text-align: center;
    width: 200px;
    margin: 10px auto;
}

.checkout-cart-index .accessories-container .accessoir .accessoir-buttons {
    margin-bottom: auto;
    padding: 0 15px;
    height: 41px;
}

.checkout-cart-index .accessories-container .accessoir .accessoir-buttons .accessoir-info-button {
    background-color: #0D7FCD;
    color: #fff;
    padding: 3px 12px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-top: 6px;
}

.checkout-cart-index .accessories-container .accessoir .accessoir-buttons .cross-sell-content {
    display: none;
    text-align: center;
}

.checkout-cart-index .accessories-container .accessoir .accessoir-buttons .accessoir-cart-button {
    background-color: #26B54C;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    float: right;
    border: none;
}

@media screen and (max-width: 979px) {
    .cart.display-single-price {
        display: flex;
        flex-direction: column;
    }

    .cart.display-single-price .sidebar-container {
        order: 2;
    }

    .cart.display-single-price .accessories {
        margin-top: -25px;
    }

    .checkout-cart-index .accessories-container {
        order: 1;
    }

    .checkout-cart-index .accessories-container .accessoir {
        flex: 0 0 40%;
    }

    .checkout-cart-index .accessories-container .accessoir a.product-title {
        width: auto;
    }

    .checkout-cart-index .accessories {
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .checkout-cart-index .accessories-container .accessoir {
        flex: 0 0 55%;
    }
}

@media screen and (max-width: 550px) {
    .checkout-cart-index .accessories-container .accessoir {
        flex: 0 0 70%;
    }
}

@media screen and (max-width: 400px) {
    .checkout-cart-index .accessories-container .accessoir {
        flex: 0 0 75%;
    }
}
/*  
	=======================================
	Mediaclip Hub
	======================================= 
*/

	.mediaclip-designer-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	body {
		overflow-y: visible !important;
	}
	
	#configurator-step-3 #preview-image-mediaclip {
		width: 100%;
	}
	
	.configurator .configuration-step .content img {
		margin: 0 auto;
	}
	
	#mediaclip-wrapper iframe {
		height: 100% !important;
	}

	@media screen and (min-width: 1200px) {
	    
		.mediaclip-designer-wrapper {
			margin-top: -37px;
		}

		.photoalbum-editor.active, .hexagon-editor.active, .collage-editor.active  {
			margin-top: 37px;
		}

	}

	@media screen and (max-width: 780px) {
	    
		.mediaclip-designer-wrapper {
			height: 85%;
		}

	}


/*  
	=======================================
	Mediaclip Hub Photobooks Designer
	======================================= 
*/

	.photoalbum-editor {
		display: none;
	}
	
	.hexagon-editor #addToCartBtn {
		display: none;
	}

	#restore-projects, #load-photobook-modal, #login-photobook, #load-projects-modal {
		display: none;
	}

	.login-modal-content, .project-modal-content {
		width: 650px;
		padding: 25px;
	}

	.photobook-modal-content, .hexagon-modal-content, .collage-modal-content {
		width: 300px;
		text-align: center;
		padding: 15px;
	}

	.photobook-modal-content img {
		margin-bottom: 10px;
	}

	.photoalbum-editor.active, .hexagon-editor.active, .collage-editor.active {
		display: inherit;
		width: 100%;
		height: 100%;
	}

	body.product-fotoboeken.open-mediaclip .header-language-background,
	body.open-mediaclip header,
	body.product-fotoboeken.open-mediaclip .page-header,
	body.product-fotoboeken.open-mediaclip #header-nav,
	body.product-fotoboeken.open-mediaclip .breadcrumbs,
	body.product-fotoboeken.open-mediaclip .product-view,
	body.product-fotoboeken.open-mediaclip .footer-before-container,
	body.product-fotoboeken.open-mediaclip .footer-container,
	body.product-fotoboeken.open-mediaclip .mediaclip-title,
	body.product-fotoboeken.open-mediaclip .mediaclip-upload  {
		display: none;
	}

	body.open-mediaclip.hexagon header {
		display: block;
	}

	/*body.product-fotoboeken.open-mediaclip .photoalbum-editor #mediaclip-wrapper {
		height: 100vh;
		padding-bottom: 0;
	}*/

	body.open-mediaclip .main,
	body.open-mediaclip .main-container {
		width: 100%!important;
		max-width: 100%!important;
		padding: 0;
		margin: 0;
	}

	body.open-mediaclip .photoalbum-bar {
		display: none;
		height: 55px;
		padding: 6px 20px 10px 20px;
	}
	
	body.open-mediaclip .hexagon-bar {
		height: 55px;
		padding: 6px 20px 10px 20px;
	}

	body.open-mediaclip .collage-bar{
		height: 5vh;
		padding: 6px 20px 10px 20px;
	}

	body.open-mediaclip .photoalbum-bar .button, body.open-mediaclip .hexagon-bar .button,
	body.open-mediaclip .photoalbum-bar .button, body.open-mediaclip .collage-bar .button{
		background: #00b900;
		border-bottom: 3px solid #090;
		margin: auto;
		float: right;
		width: 360px;
	}
	
	body.open-mediaclip .hexagon-bar .button.prev,
	body.open-mediaclip .collage-bar .button.prev {
		display: none;
		float: left;
		background-color: #bfc0c1;
		border-bottom: 3px solid #a4a7a9;
	}

	body.open-mediaclip .photoalbum-bar .button.disabled, body.open-mediaclip .hexagon-bar .button.disabled,
	body.open-mediaclip .photoalbum-bar .button.disabled, body.open-mediaclip .collage-bar .button.disabled{
		filter: unset;
		opacity: 1;
		cursor: pointer;
	}

	body .mediaclip-no .add-to-cart .add-to-cart-buttons .button.hide-mobile.personalize {
		display: block !important;
	}

/*  
	=======================================
	Mediaclip Hub Photobooks Login
	======================================= 
*/


	.login-modal-content {
		background: #fff;
	}
	
	#photbook-login-wrapper span.photobook-htitle {
		font-size: 40px;
		color: #000;
		text-transform: uppercase;
		margin-bottom: 15px;
		font-weight: bold;
	}
	
	form#photobook-form .form-row {
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	form#photobook-form .form-row-submit {
		overflow: hidden;
		text-align: right;
		margin-bottom: 10px;
	}
	
	form#photobook-form .form-row-submit span {
		font-size: 13px;
		vertical-align: middle;
		color: #cf0c6d;
		margin-right: 15px;
	}
	
	form#photobook-form .form-label {
		width: 30%;
		display: inline-block;
		float: left;
		margin-right: 5%;
	}
	
	form#photobook-form .form-label label {
		font-size: 24px;
		font-weight: bold;
	}
	
	form#photobook-form .form-field {
		width: 65%;
		display: inline-block;
		float: left;
	}
	
	img#photobook-load-image {
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.dotted {
		border: 3px dotted #cf0c6d; 
		border-style: none none dotted; 
		color: #fff; 
		background-color: #fff;
		margin: 25px 0;
	}
	
	p.continue-without-login {
		margin-bottom: 15px;
		width: 50%;
		color: #cf0c6d;
		cursor: pointer;
	}

/*  
	=======================================
	Mediaclip Hub Photobooks Projects
	======================================= 
*/

	#photobook-project-wrapper {
		width: 600px;
	}

	.photobook-title-wrapper, .photobook-project-bottom {
		text-align: center;
	}
	
	.photobook-title-wrapper span.photobook-htitle {
		font-size: 40px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.projects-container {
		width: 600px;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	
	li.photobook-project-restore {
		position: relative;
		width: 50%;
		display: inline-block;
		float: left;
		margin-bottom: 25px;
		overflow: hidden;
		cursor: pointer;
		height: 150px;
	}
	
	li.photobook-project-restore:nth-child(odd) {
		padding-right: 3%;
	}
	
	li.photobook-project-restore:nth-child(even) {
		padding-left: 3%;
	}
	
	li.photobook-project-restore img {
		display: block;
		opacity: 1;
		width: 100%;
		height: auto;
		transition: .5s ease;
		backface-visibility: hidden;
		max-height: 110px;
	}

	li.photobook-project-restore:hover img {
		opacity: 0.1;
	}

	li.photobook-project-restore:hover .middle {
		opacity: 1;
	}

	li.photobook-project-restore .middle {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}

	li.photobook-project-restore .text {
		background-color: #feb300;
		color: white;
		font-size: 16px;
		padding: 5px 10px;
	}

	.photobook-project-title {
		background: #cf0c6d;
		color: #fff;
		padding: 10px 15px;
	}
	
	#photobook-project-overview button.button, ul.projects-container .text,
	form#photobook-form .button, button#photobook-new-project {
		background: #008a00;
		border-bottom: 3px solid #060;
	}
	
/*  
	=======================================
	Mediaclip Hub Fotoboeken nieuw product
	======================================= 
*/

	body.open-mediaclip .header-language-background,
	body.open-mediaclip #header-nav,
	body.open-mediaclip .breadcrumbs,
	body.open-mediaclip .product-information,
	body.open-mediaclip .footer-before-container,
	body.open-mediaclip .footer-container,
	body.open-mediaclip .mediaclip-title,
	body.open-mediaclip .mediaclip-upload   {
		display: none;
	}

	body.open-mediaclip .main,
	body.open-mediaclip .main-container {
		width: 100%!important;
		max-width: 100%!important;
		padding: 0;
		margin: 0;
	}

	body.product.open-mediaclip .photoalbum-bar {
		display: none;
		height: 55px;
		padding: 6px 20px 10px 20px;
	}
	
	body.product.open-mediaclip .hexagon-bar {
		height: 55px;
		padding: 6px 20px 10px 20px;
	}

	body.open-mediaclip .photoalbum-bar .button, body.open-mediaclip .hexagon-bar .button {
		background: #00b900;
		border-bottom: 3px solid #090;
		margin: auto;
		float: right;
		width: 360px;
	}

	body.open-mediaclip .photoalbum-bar .button.disabled, body.open-mediaclip .hexagon-bar .button.disabled {
		filter: unset;
		opacity: 1;
		cursor: pointer;
	}

	body .mediaclip-no .add-to-cart .add-to-cart-buttons .button.hide-mobile.personalize {
		display: block !important;
	}
	
	dd#wrapper_photobook_pages select option:disabled, dd#wrapper_photobook_pages select option[disabled] {
		display: none;
	}

	dt#label_photobook_pages, dd#wrapper_photobook_pages {
		display: none;
	}
	

/*  
	=======================================
	Mediaclip Hub Photobooks Mobile
	======================================= 
*/

	@media screen and (min-width: 770px) {

		body.open-mediaclip .photoalbum-editor #mediaclip-wrapper, body.open-mediaclip .hexagon-editor #mediaclip-wrapper {
			height: 94vh;
			padding-bottom: 0;
		}

		body.open-mediaclip .mediaclip-designer-wrapper {
			height: 94vh;
		}

	}

	@media screen and (max-width: 769px) {

	    .login-modal-content, .project-modal-content, 
	    .login-modal-content #photobook-project-wrapper,
	    .project-modal-content #photobook-project-wrapper {
	    	width: 300px;
	    	padding: 0px;
	    }

	    #photobook-project-overview ul.projects-container li.photobook-project-restore,
	    #photobook-project-wrapper ul.projects-container li.photobook-project-restore {
	    	width: 100%;
	    	margin-bottom: 25px;
	    }

	    #photbook-login-wrapper form#photobook-form .form-label, 
	    #photbook-login-wrapper form#photobook-form .form-field,
	    #photbook-login-wrapper .inner-wrapper p.continue-without-login {
	    	width: 100%;
	    }

	    #photbook-login-wrapper form#photobook-form .form-row-submit {
	    	text-align: left;
	    }

	    #photbook-login-wrapper .inner-wrapper span.photobook-htitle,
	    #photobook-project-overview .photobook-title-wrapper span.photobook-htitle,
	    #photobook-project-wrapper .photobook-title-wrapper span.photobook-htitle {
	    	font-size: 24px;
	    }

	    #photbook-login-wrapper .inner-wrapper form#photobook-form .form-label label {
	    	font-size: 16px;
	    }

	    #photbook-login-wrapper .form-wrapper form#photobook-form input.button {
	    	margin-top: 15px;
	    }

	    #photobook-project-overview .photobook-title-wrapper hr.dotted {
	    	margin: 15px 0;
	    }
		
		.add-to-cart-wrapper fieldset dt {
			text-align: left;
		}
		
		li.photobook-project-restore .middle {
			width: 60%;
		}
		
		#photobook-project-wrapper .projects-container {
			white-space: nowrap;
			overflow-x: scroll;
			display: flex;
			margin: 25px 0;
			width: auto;
		}
		
		#photobook-project-wrapper ul.projects-container li.photobook-project-restore {
			overflow: unset;
			margin-bottom: 0;
		}
		
		#photobook-project-wrapper {
			padding: 15px 0;
		}
		
		li.photobook-project-restore img {
			width: 100%;
			min-height: 110px;
		}
		
		li.photobook-project-restore:nth-child(3) {
			padding-left: 6%;
		}
		
		.login-modal-content {
			padding: 15px 0;
		}

		body.open-mediaclip #photoAlbum .photoalbum-bar, body.open-mediaclip #hexagon .hexagon-bar {
	        height: 10%;
		    text-align: center;
		    position: absolute;
		    bottom: 0;
		    z-index: 1;
			width: 100%;
			padding: 0;
		}

		.photoalbum-editor.active .mediaclip-designer-wrapper, .hexagon-editor.active .mediaclip-designer-wrapper {
			height: 90%;
		}

		#photoAlbum #mediaclip-wrapper, #hexagon #mediaclip-wrapper {
			padding-bottom: 0;
		}

		body.open-mediaclip .photoalbum-bar .button.disabled, body.open-mediaclip .hexagon-bar .button.disabled {
			float: none;
		}

	}

	@media screen and (max-width: 769px) and (orientation: landscape) {

		.photoalbum-editor.active .mediaclip-designer-wrapper, .hexagon-editor.active .mediaclip-designer-wrapper {
			height: 85%;
		}

		body.open-mediaclip #photoAlbum .photoalbum-bar, body.open-mediaclip #hexagon .photoalbum-bar {
	        height: 15%;
		    text-align: center;
		    position: absolute;
		    bottom: 0;
		    z-index: 1;
			width: 100%;
			padding: 0;
		}

	}
	
.white-space, .options-list .price-right .price-notice {
	white-space: nowrap;
}

@media screen and (min-width: 600px) and (max-width: 769px) {
	ul#product-image-thumbs {
	    display: none;
	}
}
@media screen and (max-width: 769px) {
	#SCPcustomOptionsDiv dt#original-label {
		display: none;
	}
}

#load-hexagon-modal {
	display: none;
}

#hexagon .mediaclip-designer-wrapper {
	background: #e8ebee url('skin/frontend/dollebull/default/images/preloader-large.gif') no-repeat center center;
}

.hexagon-bar .configurator-bottom .button.prev {
	max-width: 142px;
}

body.open-mediaclip .hexagon-bar .button img {
	vertical-align: middle;
	margin-bottom: 5px;
}

body.open-mediaclip .hexagon-bar .button.next img {
	margin-left: 5px;
}

body.open-mediaclip .hexagon-bar .button.prev img {
	margin-right: 5px;
}

body.open-mediaclip .hexagon-bar .button.next {
	background: #00b900;
    border-bottom: 3px solid #090;
}

body.open-mediaclip .hexagon-bar img.cart-loader {
	display: none;
	margin-right: 5px;
}

body.catalog-product-view.hexagon #SCPcustomOptionsDiv {
	display: none;
}

@media screen and (max-width: 769px) {
	
	/* .hexagon-editor .mediaclip-designer-wrapper { */
		/* height: 80%; */
	/* } */
	
	body.open-mediaclip.hexagon header {
		display: none;
	}
	
	.hexagon-bar .configurator-bottom  .button.prev {
		height: 45px;
		width: 15%;
		border-radius: 2px;
		display: inline-block;
		margin: 10px 5%;
		background: #c8c8c8;
		border-bottom: 3px solid #868686;
	}
	
	.hexagon-bar .configurator-bottom  .button.prev:before {
		font-family: FontAwesome;
		content: "\f053";
		font-size: 17px;
		line-height: 45px;
	}
	
	.hexagon-bar .configurator-bottom  .button.next:after {
		font-family: FontAwesome;
		content: "\f054";
		margin-left: 5px;
		font-size: 17px;
	}

	#hexagon .configurator-bottom .configurator-progress {
		background-color: #fff;
		height: 30px;
		width: 100%;
		display: block;
		padding: 10px 20px;
	}
	
	#hexagon .configurator-bottom .configurator-progress .bar .progress {
		background-color: #c8c8c8;
		height: 10px;
		border-radius: 5px;
	}
	
	#hexagon .configurator-bottom .configurator-progress .bar {
		height: 10px;
		background-color: #000;
		position: relative;
		border-radius: 5px;
	}

	#hexagon .configurator-bottom .configurator-progress .bar .progress .step {
		width: 46px;
		height: 20px;
		margin-top: -5px;
		color: #000;
		background-color: #fff;
		border-radius: 5px;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		margin-left: -46px;
		text-align: center;
	}
	
	#hexagon .hex-buttons .col-3:nth-child(2),
	#collage .collage-buttons .col-3:nth-child(2){
		display: none;
	}
	
	#hexagon .hex-buttons .col-3:nth-child(1),
	#collage .collage-buttons .col-3:nth-child(1) {
		width: 20%;
		display: inline-block;
		float: left;
	}
	
	#hexagon .hex-buttons .col-3:nth-child(3),
	#colalge .collage-buttons .col-3:nth-child(3){
		width: 75%;
		display: inline-block;
		float: right;
	}
	
	#hexagon .hex-buttons .col-3.full,
	#collage .collage-buttons .col-3.full{
		width: 100%;
	}
	
	body.open-mediaclip #hexagon .hexagon-bar,
	body.open-mediaclip #collage .collage-bar {
		height: inherit;
	}
	
	#hexagon .hexagon-bar .hex-buttons,
	#collage .collage-bar .collage-buttons {
		overflow: hidden;
	}

	#hexagon .hexagon-bar .configurator-bottom .button.next.full {
		max-width: 100%;
	}
	
	#hexagon .hexagon-bar .configurator-bottom .button.prev, #hexagon .hexagon-bar .configurator-bottom .button.next,
	#hexagon .hexagon-bar .configurator-bottom .button#loadExtraOptions {
		min-width: 0;
		margin: 0;
		width: 100%;
	}
	
	body.open-mediaclip .photoalbum-bar .button, body.open-mediaclip .hexagon-bar .button#addToCartBtn {
		width: 100%;
	}
	
	#hexagon #mediaclip-wrapper .back-product-page, #collage .collage-bar .back-product-page {
		padding: 7px 5px 5px 5px;
		background: #cf0c6d;
		color: #fff;
	}
	
	#hexagon #mediaclip-wrapper .back-product-page a, #collage .collage-bar .back-product-page a {
		color: #fff;
	}
	
	#hexagon #mediaclip-wrapper .back-product-page a:before, #collage .collage-bar .back-product-page a:before {
		font-family: FontAwesome;
		content: "\f053";
		font-size: 16px;
		line-height: 45px;
		margin-right: 10px;
	}

	#collage .collage-bar .back-product-page {
		text-align: left;
	}
	
	#hexagon .mediaclip-designer-wrapper {
		height: 75%;
	}
	
	#hexagon #mediaclip-wrapper.mobile-title .mediaclip-title {
		top: 15px;
		padding-bottom: 0;
		height: 35px;
		width: 30%;
		right: 2px;
	}
	
	#hexagon .hexagon-bar .configurator-wrapper .configurator-bottom {
		padding: 5px 20px;
	}
	
	#hexagon .mediaclip-title {
		background: none;
	}
	
	#hexagon .mediaclip-title .text-right {
		font-size: 16px;
		margin: 0% 5%;
		text-align: right;
		color: #fff;
	}

	body.open-mediaclip #hexagon .mediaclip-designer-wrapper {
		height: 77vh;
	}
	
	body.hexagon .product-view.mediaclip-no .product-shop .essential .regular-price .price {
		font-size: 16px!important;
	}
	
	body.catalog-product-view.hexagon #SCPcustomOptionsDiv,
	body.catalog-product-view.collage #SCPcustomOptionsDiv {
		overflow-y: scroll;
	}
	
	body.hexagon.open-mediaclip .product-view div.configurator-wrapper,
	body.collage.open-mediaclip .product-view div.configurator-wrapper{
		margin: 0 0 5px 0;
		right: 0;
	}
	
}

@media screen and (min-width: 770px) {

	body.open-mediaclip .hexagon-editor #mediaclip-wrapper {
		height: 70vh;
		padding-bottom: 0;
	}

	body.open-mediaclip .hexagon-editor .mediaclip-designer-wrapper ,
	body.open-mediaclip .collage .mediaclip-designer-wrapper {
		height: 70vh;
	}
	
	body.open-mediaclip .hexagon-editor #mediaclip-wrapper {
		max-width: 1180px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 30px;
	}

	body.open-mediaclip .collage-editor #mediaclip-wrapper {
		margin: 0 auto;
		overflow: hidden;
		height: 90vh;
	}
	
	body.open-mediaclip .hexagon-bar {
		max-width: 1180px;
		margin: 0 auto;
		padding: 0;
	}

	body.open-mediaclip .collage-bar {
		max-width: 97vw;
		margin: 0 auto;
		padding: 0;
	}
	
	body.open-mediaclip .hexagon-bar .configurator-bottom {
		float: none;
		overflow: hidden;
		margin-left: 0px;
		padding: 25px 0 0 0;
	}

	body.open-mediaclip .collage-bar .configurator-bottom {
		float: none;
		overflow: hidden;
		margin-left: 0px;
		padding: 10px 0;
		width: 100%;
	}
	
	body.open-mediaclip .hexagon-bar .configurator-bottom .col-3,
	body.open-mediaclip .collage-bar .configurator-bottom .col-3{
		width: 33%;
		display: inline-block;
		float: left;
		min-height: 1px;
	}
	
	body.open-mediaclip .hexagon-bar .configurator-bottom .col-3 .progress-steps,
	body.open-mediaclip .collage-bar .configurator-bottom .col-3{
		text-align: center;
		padding-top: 10px;
	}
	
	body.open-mediaclip #header .page-header-container {
		padding: 0px 0 20px;
	}
	
	body.open-mediaclip #hexagon #mediaclip-wrapper  {
		position: relative;
	}
	
	body.open-mediaclip #hexagon #mediaclip-wrapper .back-product-page {
		position: absolute;
		z-index: 10;
		top: 0;
		padding-top: 5px;
		width: 100%;
		background: #fff;
	}

	body.open-mediaclip #collage .collage-bar .back-product-page {
		display: block;
		text-align: left;
	}

	body.open-mediaclip #hexagon #mediaclip-wrapper .back-product-page a:before, body.open-mediaclip #collage .collage-bar .back-product-page a:before {
		font-family: FontAwesome;
		content: "\f053";
		font-size: 16px;
		line-height: 45px;
		margin-right: 10px;
	}
	
	/* Hexagon extra options */

	body.catalog-product-view.hexagon #SCPcustomOptionsDiv,
	body.catalog-product-view.collage #SCPcustomOptionsDiv {
		background: #f2f2f2;
		height: 70vh;
		padding-top: 25px;
	}

	body.catalog-product-view.collage #SCPcustomOptionsDiv {
		width: 97vw;
		height: 95vh;
		margin: 0 auto;
		padding: 25px;
	}

	#SCPcustomOptionsDiv .options-wrapper {
		width: 50%;
	}

	button#loadExtraOptions {
		display: none;
	}

}

@media only screen and (max-width: 600px) {
	
	body ul#product-image-thumbs {
		display: inherit;
		white-space:nowrap;
		overflow-x: scroll;
		padding: 0;
		margin-top: -30px;
	}
	
	body .more-views {
		position: relative;
		display: block;
	}

	body.focus-mediaclip .more-views {
		margin-top: 40px;
	}
	
	body .product-img-box .more-views li {
		display:inline;
		width: 30%;
		margin-right: 10px;
		float: none;
	}
	
	body .product-view.mediaclip-no .product-essential .product-information .more-views {
		padding-top: 0 !important;
	}

	body.focus-mediaclip .product-view .product-information .product-shop .essential .price-info {
		top: -250px;
	}
	
}

@media only screen and (min-width: 1200px) {
	body.hexagon .product-view.mediaclip-no .product-shop .essential .regular-price .price {
		top: 12px;
	}
}

@media only screen and (max-width: 769px) {
	#product-favorite-options dt .show-mobile.favorite-option-text {
		display: inherit!important;
	}
}
/* Gifting products designer buttons */

#configurator.configurator-wrapper .configurator-bottom .button.next img.next-loader {
	vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 769px) {
	
	.mobile-buttons .button.upload.with-back.next-mob p {
		display: inline-block;
	}
	
	.mobile-buttons .button.upload.with-back.next-mob img.next-loader {
		vertical-align: middle;
		margin-bottom: 5px;
		margin-right: 5px;
	}
	
}

@media screen and (max-width: 320px) {
	body .mediaclip-no .add-to-cart .add-to-cart-buttons .button.hide-mobile.personalize span {
		font-size: 11px;
	}
}

/* Changed style for img productpages */
.product-img-box .more-views li {
	margin: 11px 11px 11px 11px !important;
}

/* Information popup*/

#info-popup {
	display: none;
}

.info-popup-content .info-popup-top-header img {
	width: 50px;
	height: 50px;
}

.info-popup-content .info-popup-header {
	margin-bottom: 25px;
}

.info-popup-content .info-popup-title {
	font-size: 30px;
	line-height: 30px;
	color: #e10e80;
	font-weight: 700;
	margin-bottom: 10px;
}

.info-popup-content .info-popup-subtitle {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.info-popup-content .info-popup-message {
	color: #85939d;
}

.info-popup-content .info-popup-message p {
	margin-bottom: 10px;
}


@media screen and (min-width: 669px) {
	
	.info-popup-content {
		max-width: 580px;
		padding: 25px;
		text-align: center;
	}
	
}

@media screen and (max-width: 668px) {
	
	.info-popup-content {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	
}

/*  ==========================================================================
    Style for Pro Form
    ========================================================================== */
	
	#proform-wrapper #proform ul.form-list,
	#quote-form-wrapper ul.form-list{
		list-style: none;
	}
	
	#proform-wrapper #proform ul.form-list li,
	#quote-form-wrapper ul.form-list li{
		margin-left: 0;
	}
	
	#proform-wrapper #proform textarea,
	#quote-form-wrapper textarea{
		min-height: 140px;
	}
	
	#proform-wrapper #proform button,
	#quote-form-wrapper button{
		float: right;
	}

	#quote-form-wrapper input, #quote-form-wrapper textarea {
		border: 2px solid #e4e4e4;
		background: #f6f6f6;
		font-size: 14px;
		border-radius: 2px;
	}

	#quote-form-wrapper .button {
		background: #feb300;
		color: #fff;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 17px;
		border: 0;
		font-size: 17px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		border-radius: 2px;
	}

/*  ==========================================================================
	Trusted shops country text.
	========================================================================== */

	.trustedshops-country-text {
		margin-top: 5px;
		font-size: 12px;
		font-style: italic;
	}

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

		div#block-trusted_shops_footer {
			display: none;
		}

	}

	body.open-mediaclip div[id^="trustbadge-container"],
	body.focus-mediaclip div[id^="trustbadge-container"] {
		display: none;
	}

/*  ==========================================================================
	Cookie notice
	========================================================================== */

	#cookie-notice {
		width: 100%;
		top: 0;
		left: 0;
		background-color: #666;
		padding: 4px 0;
		color: #fff;
		font-size: 12px;
		z-index: 0;
		position: relative;
	}

	#cookie-notice .page-header-container {
		padding: 5px 0;
	}

	#cookie-notice .page-header-container .cookie-notice-content {
		text-align: center;
		line-height: 1;
	}

	#cookie-notice .page-header-container .cookie-notice-content a {
		color: #fff;
	}

	#cookie-notice .page-header-container .cookie-notice-content a.close-link {
		font-weight: 800;
		margin-left: 10px;
	}

/*  ==========================================================================
	Most selected
	========================================================================== */

	#product-favorite-options ol li.tip:before {
		left: 29%;
		background: none;
		color: #6e255f;
		font-weight: inherit;
		font-size: 12px;
		line-height: 20px;
		padding: 0;
		width: 100px;
		height: 22px;
		top: 10px;
		border-bottom: 0;
		border: 1px solid #6e255f;
	}

	body #product-favorite-options ol li.tip:after {
		display: none;
	}

/*  ==========================================================================
	Discount block
	========================================================================== */

	@media screen and (min-width: 770px) {
		body .wrapper #options-wrapper fieldset#product-options-wrapper dt .favorite-option-text {
			display: block !important;
		}
	}

#nav > ol > li.left-menu > ul {
	padding: 0 !important;
}

#onestepcheckout-li-password {
	display: inline-block;
}

body.collage #SCPcustomOptionsDiv .options_wrapper {
	width: 100%;
	border-bottom: 1px solid #a4a7a9;
}

body.collage #SCPcustomOptionsDiv .options_wrapper:last-child {
	border: 0;
}

body.collage .option-scroller .scroll-value .item img {
	padding: 0;
	max-width: 100%;
	max-height: 119px;
	margin: 10px auto 10px auto;
	display: block;
}

@media screen and (max-width: 769px) {

	body.open-mediaclip #collage .configurator-bottom {
		padding: 10px 0;
	}

	body.open-mediaclip #collage .collage-bar .col-3:first-child {
		width: 15%;
		display: inline-block;
		float: left;
		overflow: hidden;
	}

	body.open-mediaclip #collage .collage-bar .col-3:last-child {
		width: 80%;
		display: inline-block;
		float: right;
	}

	body.open-mediaclip .collage-bar .button {
		width: 100%;
	}

	body.open-mediaclip #collage .configurator-bottom {
		padding: 14px 0 14px;
	}

	#collage .collage-bar .back-product-page, #collage .collage-bar .back-product-page .button.prev {
		background-color: #bfc0c1;
		border-bottom: 3px solid #a4a7a9;
		padding: 10px 10px 6px 10px;
	}

	body.collage #SCPcustomOptionsDiv .options_wrapper {
		width: 100%;
	}

	#collage .collage-bar .back-product-page a, #collage .collage-bar .button.prev {
		display: block;
		overflow: hidden;
		text-indent: -9999px;
	}

	#collage .collage-bar .back-product-page a:before, #collage .collage-bar .button.prev:before {
		color: #fff;
		float: left;
		font-size: 26px;
		line-height: 26px;
		margin: 0;
		text-indent: 0;
	}

	#collage .collage-bar .button.prev:before {
		font-family: FontAwesome;
		content: "\f053";
		padding-top: 9px;
	}

	body.collage #SCPcustomOptionsDiv .options_wrapper {
		border: 0;
	}

	body.open-mediaclip .collage-bar {
		padding: 0 10px;
	}

	body.collage.open-mediaclip .product-view div.configurator-wrapper {
		margin: 0;
	}

	body.open-mediaclip.collage .product-collateral {
		margin-bottom: 0;
	}

	body.open-medialcip.collage .configurator-bottom {
		background: #fff;
	}

	body.open-mediaclip.collage .mediaclip-designer-wrapper,
	body.catalog-product-view.collage #SCPcustomOptionsDiv {
		height: 87%;
	}

	body.catalog-product-view.collage #SCPcustomOptionsDiv {
		display: none;
	}

	body.open-mediaclip.collage #mediaclip-wrapper {
		padding-bottom: 0;
	}

	body.open-mediaclip.collage .col1-layout .col-main {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	body.catalog-product-view.collage #SCPcustomOptionsDiv {
		max-width: 1180px;
	}

	#collage .mediaclip-designer-wrapper {
		margin-top: 0px;
	}
}

@media screen and (min-width: 700px) {
	body.open-mediaclip #collage .mediaclip-designer-wrapper {
		height: 90vh;
	}
}

dt#label_collage_formaat_keuze, dd#wrapper_collage_formaat_keuze {
	display: none;
}

#collage .options_wrapper dl.last {
	width: 100%;
}

@media only screen and (min-width: 1181px) {
	#collage .option-scroller .scroll-value {
		flex: 0 0 19%;
	}

	#collage .options_wrapper .scroller-next {
		display: none;
	}
}

body.collage #SCPcustomOptionsDiv {
	overflow-x: hidden;
	overflow-y: auto;
}

body.collage #loadExtraOptions {
	display: none;
}

/*  ==========================================================================
	Product: countdown timer
	========================================================================== */

#product-timer {
	overflow: hidden;
}

#product-timer #countdown-timer {
	text-align: center;
	font-size: 17px;
	background-color: #fcf8c8;
	min-height: 45px;
	padding: 8px 10px 0px 10px;
	margin-top: -35px;
}

#product-timer .countdown-text {
	font-weight: bold;
}

@media only screen and (max-width: 769px) {
	#product-timer #countdown-timer .hide-mobile {
		display: none;
	}

	#product-timer	#countdown-timer {
		font-size: 16px;
		padding: 8px 5px 0px 5px;
	}

	#product-timer #countdown-timer .show-mobile {
		display: inherit!important;
	}

	body.remove-product-page #product-timer {
		display: none;
	}

}

@media only screen and (min-width: 769px) {
	#product-timer #countdown-timer {
		margin-top: 0 !important;
	}
}

body.open-mediaclip.hexagon #product-timer,
body.open-mediaclip.collage #product-timer,
body.open-mediaclip #product-timer {
	display: none;
}

body.open-mediaclip #cookie-notice,
body.focus-mediaclip #cookie-notice {
	display: none;
}

/*  ==========================================================================
	Beeldbank: collections
	========================================================================== */

.product-image-gallery .gallery-image.visible {
	max-height: 480px;
}

.beeldbank-products.full, .products-top.full, .cat-footer.full {
	width: 100%;
}

body.beeldbank-product-page .description-wrapper > h2 {
	display: block;
	font-size: 20px;
	text-align: left;
	border: 0;
	padding-bottom: 0;
}

body.beeldbank-products-index.beeldbank-ean .beeldbankFilters {
	width: 100%;
}

@media only screen and (max-width: 769px) {

	body.beeldbank-products-index.beeldbank-ean .col-main > div:first-of-type {
		display: block;
	}

}

/*  ==========================================================================
	Short attributes
	========================================================================== */

@media only screen and (max-width: 769px) {

	.predefined-wrapper {
		width: 100%;
		text-align: left;
		margin-bottom: 17px;
	}

	.predefined-wrapper.closed {
		margin-bottom: 0px;
	}

	.predefined-wrapper.closed .predefined {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.predefined {
		padding-bottom: 10px;
		border-bottom: 1px solid #dedede;
	}

	.predefined-choice {
		width: 48%;
		display: inline-block;
		font-size: 15px;
		position: relative;
		text-align: right;
		padding-right: 40px;
	}

	span.predefined-choice:after {
		background-image: url(skin/frontend/dollebull/default/images/check-icon.png);
		background-size: 45px 25px;
		display: inline-block;
		width: 40px;
		height: 40px;
		content: "";
		background-repeat: no-repeat;
		position: absolute;
		top: -5px;
		right: 0;
	}

	.predefined-text {
		width: 60%;
		display: inline-block;
		font-style: italic;
		font-size: 14px;
	}

	.predefined-edit {
		font-size: 14px;
		color: #CF0C6D;
		width: 40%;
		text-align: right;
		float: right;
		padding-right: 45px;
	}

	.product-options dl.predefined-data dt label {
		width: 50%;
		vertical-align: top;
	}

	.configurator-options-wrapper .product-options {
		padding: 15px
	}

	#product-options-wrapper dl.predefined-data dd {
		display: none;
	}

	fieldset#product-options-wrapper.product-options dt {
		text-align: left;
	}

}

@media only screen and (min-width: 769px) {

	span.predefined-choice, .row.edit {
		display: none;
	}

}

fieldset.photo-upload {
	background: #f1f1f1;
	padding: 10px 35px 35px 35px;
}

fieldset.photo-upload label {
	font-size: 16px;
}

a.photo-upload-button {
	width: 100%;
	height: 45px;
	cursor: pointer;
	border: 1px solid #ececec;
	background: url('skin/frontend/dollebull/default/images/download.svg') #fff;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 2% center;
	text-align: center;
	line-height: 45px;
	display: block;
	color: #000;
}

a.photo-upload-button:hover, a.photo-upload-button:active  {
	color: #000;
}

.image-response {
	display: inline-block;
	width: 100%;
	max-width: 50%;
	text-align: center;
	padding: 10px;
	background: 0 0;
	box-sizing: border-box;
	border: 1px solid #ececec;
	margin-bottom: 10px;
	margin-top: 10px;
}

.image-response {
	background: #fff;
}


.image-response p {
	margin-bottom: 15px;
}

.image-response img {
	max-width: 100%;
}

.main-container.col1-layout.category .category-description.std {
	float: none;
	padding: 0 22px 50px 22px;
}

.product-name-h1 h1.h1 {
	font-size: 24px;
	font-weight: bold;
	color: #484848;
}

/** Search Bar */

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	#header-search.search-bar-enabled {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {

	#header-search.search-bar-enabled {
		width: 500px;
		height: 50px;
		display: block;
	}

	body.catalog-product-view .product-view .product-shop {
		padding-top: 60px;
	}

}

@media only screen and (max-width: 769px) {

	#header-search {
		display: block;
	}

	#header-search.search-bar-enabled form#search_mini_form #search {
		width: 100%;
	}

}

#header-search.search-bar-enabled  #search_mini_form {
	display: block;
	width: 100%;
}

#header-search.search-bar-enabled #search_mini_form .input-box {
	width: 100%;
}

#header-search.search-bar-enabled .search-autocomplete {
	margin-top: -10px;
}

#header-search.search-bar-enabled  .input-text:focus {
	outline: 0;
}

.skip-link-wrapper.wrapper-search-bar-enabled#skip-link-wrapper-search {
	top: 20px;
	right: 300px;
}

#header-search.search-bar-enabled .search-autocomplete {
	z-index: 1000;
	border-top: 1px solid #dedede;
}

#header-search.search-bar-enabled .search-autocomplete:before {
	display: none;
}

#header-search.search-bar-enabled  #search_mini_form .input-box {
	width: inherit;
}

#header-search.search-bar-enabled .search-autocomplete:before {
	border-bottom: 7px solid #fff;
}

#header-search.search-bar-enabled .search-autocomplete ul li {
	background: #fff;
	border-bottom: 0;
	padding: 10px 8px;
	font-size: 12px;
}

#header-search.search-bar-enabled .search-autocomplete ul li.selected {
	background-color: #f1f1f1 ;
	color: #000;
}

body.catalogsearch-result-index .col3-layout .col-wrapper {
	width: 100%;
}

@media only screen and (max-width: 769px) {

	body #header-search.search-bar-enabled .search-autocomplete ul li {
		padding: 10px;
	}

	#header-search.search-bar-enabled form#search_mini_form #search {
		font-size: 16px;
	}

	body.catalog-product-view #header-search.search-bar-enabled {
		display: none;
	}

	body #header-search {
		padding: 20px 5% 10px 5%;
	}

	.catalogsearch-result-index .products-grid > li {
		padding: 0;
	}

	.catalogsearch-result-index .page-title {
		margin-top: 20px;
	}

	.catalogsearch-result-index .products-grid {
		padding: 0;
	}

	#header-search.search-bar-enabled .search-autocomplete {
		margin-left: auto;
		margin-right: auto;
		left: 0 !important;
		right: 0 !important;
		width: 90% !important;
		white-space: pre-wrap;
	}

}

body.onestepcheckout-index-index #header-search.search-bar-enabled,
body.checkout-cart-index #header-search.search-bar-enabled,
body.open-mediaclip #header-search.search-bar-enabled {
	display: none;
}

#search_mini_form .search-button {
	cursor: inherit;
}

body #search_mini_form .search-button > span {
	display: none;
	background: url(skin/frontend/dollebull/default/images/ajax-loader.gif) no-repeat;
	background-size: 20px 20px;
}

body #search_mini_form .search-button > span.show {
	display: inline-block;
}

#quote-form-wrapper input.field.error {
	color: #de3737;
	border-color: #de3737;
	margin: 0;
}

.main.category .category-products .products-grid .product-name a {
	line-height: 1;
}

/** Product switch */

#product-switch-wrapper {
	background: #f1f1f1;
}

#product-switch {
	padding: 10px 35px 0 35px;
}

#product-switch label {
	font-size: 16px;
}

/* ======================================
   Search results page
   ====================================== */

#search-results-header {
	color: #484848;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

#search-results-header h1 {
	width: 80%;
	display: inline-block;
	border: 0;
	margin-bottom: 0;
}

p.custom-search-amount {
	width: 19%;
	display: inline-block;
	text-align: right;
}

.col1-layout #search-results-page .products-grid > li {
	margin: 0 1% 0px 0 !important;
}

#search-results-page .sorter, #search-results-page li::marker {
	display: none;
}

#search-results-page .pages li {
	width: 30px;
}

.main-container #search-results-page ol {
	list-style: none;
}

#search-results-page .pager {
	width: 100%;
}

#search-results-page .toolbar-bottom .pager {
	display: block;
}

#search-results-page .pager .pages {
	justify-content: center;
	display: flex;
	width: 100%;
}

#search-results-page .pages {
	font-size: 16px;
}

#search-results-page .pages .current {
	padding-top: 1px;
	text-align: left;
}

#search-results-page .pages li a.previous,
#search-results-page .pages li a.next {
	display: none;
}

#search-results-page .toolbar-bottom {
	color: #484848;
	border-top: 1px solid #EDEDED;
	padding-bottom: 2px;
	margin-top: 30px;
	padding-top: 20px;
}

@media only screen and (max-width: 769px) {

	#search-results-header {
		padding-top: 15px;
	}

	#search-results-header h1 {
		width: 100%;
	}

	p.custom-search-amount {
		width: 100%;
		text-align: left;
	}

}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('skin/frontend/dollebull/default/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('skin/frontend/dollebull/default/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('skin/frontend/dollebull/default/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('skin/frontend/dollebull/default/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('skin/frontend/dollebull/default/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('skin/frontend/dollebull/default/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
