/*  
Name: Bundeled stylesheets Cartmatic
Version: 3.2
Description: Responsive and clean theme for e-commerce platform Cartmactic (combined)
Theme URI: http://cartmatic.nl
Author: B. van Spaandonk
Tags: cartmatic, theme, fikz.nl
*/

/*  
ROOT INDEX CSS CARTMATIC 3
*/

:root{
	--primary: #4a90e2;
	--primaryHover: #0074cc;

	--secondary: #3296d4;
	--secondaryHover: #3296d4;	

	--tertiary: #4a90e2;
	--tertiaryHover: #0074cc;	

    --accent: #62b265;
    --accentHover: #62b265;	
		
	--links: #4a90e2;
    --loader: #4a90e2;		

    --cart: #66bb6a;
    --cartHover: #28a745;

	--headerBackground: #191919;
	--headerBorderColor: var(--headerBackground);	
	--headerFontColor: #ffffff;

	--contentSectionBackground: #ebf5fb;	
	
	--footerBackground: #e8e8e8;
	--footerFontHeadingColor: #333333;	
	--footerBorderColor: #dddddd;	
	--footerFontColor: #313131;
	--footerFontColorHover: var(--primary);
	--footerSocialIconColor: #111;
	--footerSocialIconColorHover: #000;
	
	--footendBackground: #ffffff;
	--footendFontColor: #313131;

	--infoBannerBackgound: var(--primary);
	--infoBannerFontColor: #ffffff;
	
	--checkboxColor: var(--primary);
	--radioColor: var(--primary);
	
	--filterSliderColor: var(--primary);
	--filterCheckboxColor: var(--primary);
	--filterHeaderColor: #191919;
	--filterCounterBoxColor: var(--primary);
	--filterCounterFontColor: #ffffff;
	
	--labelPromoColor: var(--tertiary); 
	--labelSaleColor: var(--primary); 
	--labelStockColor: green; 
	--labelFontSize: 13px;
	--labelFontWeight: 600;
	--labelPadding: 4px 9px;
	--labelPaddingSmall: 1px 7px;
	--labelFontSizeSmall: 12px;
		
    --fontHeading:'Montserrat', 'Open Sans', 'Verdana', 'Arial', 'Helvetica';
    --fontBody: 'Open Sans', 'Arial', 'Verdana', 'Helvetica';
    --fontDefaultSize: 14px;
    --fontSmall: 12px;
    --fontNormal: 400;
    --fontMedium: 600;

    --colorBody: #333333;
    --colorHeading: #333333;	
	--fontPrimary: #4a90e2;
	--fontSecondary: #004799;
	
	--buttonBuyBackground: #66bb6a;
	--buttonBuyBackgroundHover: #57aa5b;	
	--buttonMainBuyBackgroundHover: #62b265;	
	--buttonBuyFontColor: #ffffff;

	--blue: #007bff;
    --red: #e6141d;	
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --light-gray: #6c757d;	
    --gray-dark: #343a40;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --white: #ffffff;
    --black: #000000;
    --light: #e2dfd8;
    --dark: #2b2b2b;
    --darkFilter: brightness(95%);
    --darkFilter2: brightness(85%);
    --cta: #08ab2d;
    --grey: #898d93;
    --lines: #e1e1e1;
    --positives: #5bcf76;
    --negatives: #ffb000;
    --delivery: #5bcf76;
    --gold: #F2994A;
    --lineHeight: 1.5;
    --lineHeightBig: 1.9;
    --btnHeight: 43px;
    --borderRadius: 4px;
    --borderRadius2: 4px;
    --borderRadius3: 4px;
    --transition: 0.2s;
    --transitionLong: 0.5s;
    --h1size: 45px;
    --h2size: 35px;
    --h3size: 20px;
    --h4size: 14px;
}

/*  
BASE CSS CARTMATIC 3 - CHAPTER 1
*/

/*	Fade Styles
-------------------------------------------------- */
/* Add animation 'fadeIn' */
@keyframes fadeIn {
  from {
    opacity: 0; 
  }
  to {
    opacity: 1; 
  }
}
.fade-in-02{
		  opacity: 0;
		  -webkit-animation: fadeIn ease-in 1;
		  -moz-animation: fadeIn ease-in 1;
		  animation: fadeIn ease-in 1;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-delay: 0.15s;
		  -webkit-animation-fill-mode: forwards;
		  -moz-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
		  -webkit-animation-duration: 0.15s;
		  -moz-animation-duration: 0.15s;
		  animation-duration: 0.15s;
	}

.fade-in-05{
		  opacity: 0;
		  -webkit-animation: fadeIn ease-in 1;
		  -moz-animation: fadeIn ease-in 1;
		  animation: fadeIn ease-in 1;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-delay: 0.5s;
		  -webkit-animation-fill-mode: forwards;
		  -moz-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
		  -webkit-animation-duration: 0.5s;
		  -moz-animation-duration: 0.5s;
		  animation-duration: 0.5s;
	}
	.fade-in-07{
		  opacity: 0;
		  -webkit-animation: fadeIn ease-in 1;
		  -moz-animation: fadeIn ease-in 1;
		  animation: fadeIn ease-in 1;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-delay: 0.7s;
		  -webkit-animation-fill-mode: forwards;
		  -moz-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
		  -webkit-animation-duration: 0.7s;
		  -moz-animation-duration: 0.7s;
		  animation-duration: 0.7s;
	}
	
	.fade-in-09{
		  opacity: 0;
		  -webkit-animation: fadeIn ease-in 1;
		  -moz-animation: fadeIn ease-in 1;
		  animation: fadeIn ease-in 1;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-delay: 0.9s;
		  -webkit-animation-fill-mode: forwards;
		  -moz-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
		  -webkit-animation-duration: 0.9s;
		  -moz-animation-duration: 0.9s;
		  animation-duration: 0.9s;
	}
		
.fade-in-15{
		  opacity: 0;
		  -webkit-animation: fadeIn ease-in 1;
		  -moz-animation: fadeIn ease-in 1;
		  animation: fadeIn ease-in 1;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-duration: 0s;
		  animation-delay: 0s;
		  animation-fill-mode: none;
		  animation-delay: 1.2s;
		  -webkit-animation-fill-mode: forwards;
		  -moz-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
		  -webkit-animation-duration: 1.2s;
		  -moz-animation-duration: 1.2s;
		  animation-duration: 1.2s;
	}
		
	
/*	General Styles
-------------------------------------------------- */
	  body, p, h2, h3, h5, h6, .h2, .h3, .h5, .h6, .cart .btn, .btn {font-family: var(--fontBody);}
	  
	  h1, .h1, h4, .h4 {font-weight: 700; font-family: var(--fontHeading);}
	  body, p {
		  font-size: var(--fontDefaultSize);
	  }	  
	  body {
		  background: #FFF;
		  color: var(--colorBody);
		  line-height:1.6;
	  }
	  h1, .page-header h3, #sidecart h4, h4.name, .tp-button, .tp-button:hover, .tp-button:focus, div.tp-caption, div.tp-caption.bignumbers_white, div.tp-caption.light_heavy_70_shadowed, .contentset .inner, .rich_banner .info_wrapper h4, h2.blog_title {
		  font-family: var(--fontHeading);
	  }
	  .page-header h1 {
		  font-size: 28px;
	  }
	  small, .remove a, .dropd, .product-filter, .product-filter .display li, .product-list .price-tax, .product-page .price-tax, .product-page .price .reward, .product-page .minimum, .product-page .maximum, .review-date, span.error, #copy, #footer .info, .breadcrumb a, .pagination .results, .help, #zoom-image {
		  font-family: var(--fontBody);
		  font-size: 11px;
	  }
	  .dropdown-menu{font-size: var(--fontDefaultSize);}
  
	 
	 @media only screen and (max-width: 479px) {
		 #header .search-trigger{margin-left: -10px}
	 }
	
	 @media only screen and (max-width: 320px) {
		body,
		#header{min-width: 320px;}
		.navbar-fixed-top{position:inherit !important;}
		#content-wrapper{padding-top:0px !important;}
	}
	.cloud-zoom-big {
		left: 0 !important;
	}
	@media only screen and (max-width: 767px) {
		.btn-quickview { display: none !important;}
		.btn-more-info { display: block !important;}
	}	
				
/*	Hide elements for Search Engine (Google)
-------------------------------------------------- */
    .visually-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border-width: 0;
		display: inline-block !important;
    }
    @media (max-width: 767px) {
        .visually-hidden-xs {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            white-space: nowrap;
            border-width: 0;
        }
    }


/*	Extra Bootstrap Styles
-------------------------------------------------- */
		.fa-5x{font-size: 5em;}
		.fa-6x{font-size: 6em;}

		/* Links styles */

		a, a:visited,
		.pagination>li>a, .pagination>li>span { color: #111; outline: 0;}
		a:hover, a:focus {color: #333; outline: 0;}
		input::-moz-focus-inner { 
  		border: 0; 
		}

		li a:hover, li a:focus {color: #2AA9E8;}
		
		.pagination{margin: 20px 0 10px 0;}
		.pagination span.results{float:left;}
		.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
			border-color: #333;
			background: #333;
		}

		a.button-cart { color:#fff; }
		
		/* Blue links styles */
		.product-page .page-header a,
		.product-page .page-header a:visited,
		.product-page .page-header a:hover, 
		.product-page .page-header a:focus{
		  color: #333; 
		  outline: 0;
		}
		
		td img {display: inline;}
		
		 ul.list li {list-style-type: square;}
			ul.list li a { text-decoration:none; }
			ul.list li a:hover { text-decoration:underline; }

		/*	Animations :)
		-------------------------------------------------- */

			#content {
				-webkit-transition: width 0.2s ease;
				-moz-transition: width 0.2s ease;
				-ms-transition: width 0.2s ease;
				-o-transition: width 0.2s ease;
				transition: width 0.2s ease;
			}

		/*	tooltips :)
		-------------------------------------------------- */			
			
			.popover.right{margin-right:30px; font-family:var(--fontBody)}
			.popover h4{font-size: var(--fontDefaultSize); padding:0px; font-weight:bold; font-family:var(--fontBody)}
			.popover .tooltip-image{width:400px; position: relative;}
			.popover .tooltip-left{width:120px;  display:inline-block;float:left; margin:10px 5px 0px 5px; }
			.popover .tooltip-left img{width:100%;}
			.popover .tooltip-right{width:250px; margin-top:0px;  display:inline-block; min-height:95px; margin-top:7px; margin-left:10px;}
			.popover .tooltip-right p{margin-bottom:7px;}
			
			@media (max-width: 767px) {
				.compare-page .compare-info td i.fa-question-circle{display:none;}
			}			
			
		/*	Popover :)
		-------------------------------------------------- */

		.popover {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 99;
				display: none;
				max-width: 500px;
				padding: 1px;
				font-family: var(--fontHeading);
				font-style: normal;
				font-weight: normal;
				letter-spacing: normal;
				line-break: auto;
				line-height: 1.42857143;
				text-align: left;
				text-align: start;
				text-decoration: none;
				text-shadow: none;
				text-transform: none;
				white-space: normal;
				word-break: normal;
				word-spacing: normal;
				word-wrap: normal;
				font-size: var(--fontDefaultSize);
				background-color: #fff;
				-webkit-background-clip: padding-box;
				background-clip: padding-box;
				border: 1px solid #ccc;
				border: 1px solid rgba(0,0,0,0.2);
				border-radius: 0px;
				-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
				box-shadow: 0 5px 10px rgba(0,0,0,0.2);

			}
			.popover-title {		
				margin: 0;
				padding: 10px 14px;
				font-size: var(--fontDefaultSize);
				font-weight:600;
				background-color: #f7f7f7;
				border-bottom: 1px solid #ebebeb;
				border-radius: 0px 0px 0 0;		
			}		

/*	Generic Classes
-------------------------------------------------- */


	.align-center { margin-left: auto; margin-right: auto; text-align: center; }

	.float-left { float: left; }

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

		img.align-left { margin-bottom: 15px; margin-right: 15px; }

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

	.float-right { float: right; }

		img.align-right { margin-bottom: 15px; margin-left: 15px; }

	.fluid-width-video-wrapper {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0;
	}
	.fluid-width-video-wrapper iframe,
	.fluid-width-video-wrapper object,
	.fluid-width-video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/*	Forms
-------------------------------------------------- */

	form { padding: 0; margin: 0; display: inline; }
		
			/* Borders and inner shadows */
			input[type='text'], 
			input[type='password'], 
			input[type='email'],
			input[type='tel'], 
			textarea, 
			select,
			.form-control {
				border-color: #999;
				box-shadow: none;
				border-radius: 0;
				 -webkit-box-shadow: none;
				 -webkit-appearance: none;
			}
			.form-control:focus { 
				box-shadow: none; 
				border-color: #333;
				-webkit-box-shadow: none; }
			
			select { padding: 2px; }

				select:not([multiple]){
		    -webkit-appearance:none;
		    -moz-appearance:none;
		    background-position:calc(100% - 7px) 50%;
		    background-repeat:no-repeat;
		    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
		    padding: .5em;
		    padding-right:2em;
			}

		fieldset { 
			border:1px solid #CCC; 
			border-width: 1px 0 0; 
		}
			legend { 
				font-size: 1.1em; 
				font-weight: bold;
				line-height: 40px;
			}
		.form-group > label, .control-label {
			font-size: 0.9em;
		}
		span.hidden-xs, span.hidden-sm,
		span.hidden-md, span.hidden-lg {
			display: inline;
		}
		div.required .control-label:before {
			content: '* ';
			color: #F00;
			font-weight: bold;
		}
		input[type="radio"], input[type="checkbox"] {
			margin-top: 2px;
		}
		
		/* colored checkboxes */
		input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
			position: relative;
			width: 17px;
			height: 17px;
			-webkit-appearance: none;
			background: white;
			border: 1px solid #dcdcdc;
			border-radius: 0px;
			margin-right: 4px;
			margin-bottom: -3px;
		}	
		input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
			position: absolute;
			top: -1px;
			left: -1px;
			display: block;
			font-family: 'FontAwesome';
			content: "\f00c";
			color: #fff;
			background: var(--checkboxColor);
			padding-left: 3px;
			line-height: 17px;
			font-size: 11px;
			width: 17px;
			height: 17px;
		}

/* colored radio's */

	  input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
		  position: relative;
		  -webkit-appearance: none;
		  border: 1px solid #dcdcdc;
		  border-radius: 1em;
	  }
	  input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
		  background: #fff;
	  }
	  input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
		  margin-right: 2px;
		  margin-bottom: -4px;
		  height: 17px;
		  width: 17px;
			  outline: none;
		  outline-offset: inherit;
	  }
	  input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
		  position: absolute;
		  top: 1px;
		  left: 1px;
		  display: block;
		  content: "";
		  color: #fff;
		  background: var(--radioColor);
		  padding-left: 3px;
		  font-size: 11px;
		  width: 13px;
		  height: 13px;
		  border-radius: 1em;
	  }

		/* Red mark for required fields */

		span.required, 
		.option .required { 
			color: #DD0000; 
			font-weight: bold; 
		}	
		.stock {
			margin: 10px 0;
		}
		.product-thumb .outstock {
			display: inline-block;
			margin-bottom: 10px;
		}
		.outstock { color: #FF595D; /*border-color: #FF595D;*/ }
		.instock { color: green; /*border-color: #66bb6a;*/ }
		.stock .instock i{margin-top: 3px; vertical-align: top;}

		.grid-box .outstock { font-size: 11px; }

		/* Error messages */
		
		input.error, 
		select.error, 
		textarea.error { border: 1px solid #F26B55; }
		
		span.error { 
			display: block; 
			color: #DD4B39; 
			font-family: sans-serif; 
			font-size: 85%;
		}

		/* Help */

		.help { 
			color: #999; 
			font-size: 11px; 
			font-weight: normal; 
			font-family: sans-serif; 
			display: block; 
		}
		.form-actions .checkbox { text-align: left; }



/*	Buttons
-------------------------------------------------- */

	.buttons { /* Buttons container */
		text-align: center;
		clear: both;
		padding: 17px 0;
	}
	.btn:focus { outline: 0 none !important; }
	.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
	}

	.cart .btn,
	.btn,
	.button,
	a.btn {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a.btn, .btn,
	.mainborder a.btn {
		color: #333;
	}
		.btn-primary,
		a.btn-primary,
		.mainborder a.btn-primary,
		.btn-primary.disabled,
		.btn-primary[disabled] {
			/*font-weight: bold;*/
			border-color: var(--primary);
			color: #fff;
			background: var(--primary);
		}
		
		
		.btn-primary:active:hover, 
		.btn-primary.active:hover, 
		.open>.dropdown-toggle.btn-primary:hover, 
		.btn-primary:active:focus, 
		.btn-primary.active:focus, 
		.open>.dropdown-toggle.btn-primary:focus, 
		.btn-primary:active.focus, 
		.btn-primary.active.focus, 
		.btn-primary.disabled:active,
		.btn-primary.disabled:hover,
		.btn-primary.disabled:focus,
		.open>.dropdown-toggle.btn-primary.focus,	
		.btn-primary:hover,
		a.btn-primary:hover,
		.btn-primary:focus,
		.btn-primary:active,
		.btn-primary.active,
		.btn-primary.active:hover{
			color:#ffffff;
			border-color:var(--primaryHover);
			background-color:var(--primaryHover);
		}
	
	.btn-info{border-color: #363636;
			color: #363636;
			background: transparent;
	}
	.btn-info:hover,
	.btn-info:active,
	.btn-info:focus{
			color:#ffffff !important;
			border-color:#363636;
			background-color:#363636;
	}
	.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	  color: #fff;
	  background-color: #363636;
	  border-color: #363636;
	}
	.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
	  color: #fff;
	  background-color: #363636;
	  border-color: #363636;
	}
	
	a.btn.btn-success {color: #fff;}

	.btn-default:hover,
	a.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active{
		background: transparent;
	}

	.payment .btn,
	.cart .btn,
	.btn-cart,
	a.btn-cart,
	.mainborder a.btn-cart,
	#button-confirm {
		color: #ffffff;	
		border-color: #2AA9E8;
		border-width: 2px;
		background: #2AA9E8;
		font-weight: bold;
		outline: none;
	}
	
/*CM: OFF	
	.payment .btn:hover,
	.payment .btn:active,
	.cart .btn:hover,
	.cart .btn:active,
	.btn-cart:hover,
	.btn-cart:active,
	a.btn-cart:hover,
	a.btn-cart:active,
	#button-confirm:hover,
	#button-confirm:active {
		border-color: #2AA9E8;
		color: #2AA9E8;
		background: transparent !important;
	}
*/

	#button-cart,
	#button-checkout,
	.payment .btn {
		padding: 10px 16px;
	}

	.btn-remove, a.btn-remove {
		font-family: Helvetica, arial, sans-serif !important;
		font-weight: 200;
		font-size: 20px;
		background: transparent;
		color: #999 !important;
	}
	.btn-remove:hover, a.btn-remove:hover {
		color: #282828 !important;
	}

/*	Layout
-------------------------------------------------- */

	/*	Main container with shadows */
	#content-wrapper{padding-top: 60px;}
	#header,
	#content-wrapper,
	#footer,
	#footend {
		background: #fff;
	}
		
	#content.maintenance { padding:40px 0 0; }
	.maintenance-msg{padding-bottom:40px;}
	.maintenance-msg h1{font-size:30px;}

	#content { padding-bottom: 30px; }
		
	/*	Sidebars */

	.content-top { margin-top: 10px; }

	.content-bottom { clear: both; }

	.sidebar .list-group {
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 1em;
	}
	.sidebar .panel .list-group {
		border: 0;
		border-radius: 0;
	}


/*	Header
-------------------------------------------------- */

	#header { z-index: 1000; border-bottom: 1px solid transparent; }
	#header.slide-behind.free {position: relative !important;}

	#header.slide-behind.background-dark .search-trigger a,
	#header.slide-behind.background-dark .navbar .nav > li > a, 
	#header.slide-behind.background-dark .rightbox .btn-link,
	#header.slide-behind.background-dark .leftbox .btn {
		color: #fff;
		text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	}
	#header .rightbox .btn-link,
	#header.slide-behind.background-light .search-trigger a,
	#header.slide-behind.background-light .navbar .nav > li > a, 
	#header.slide-behind.background-light .rightbox .btn-link,
	#header.slide-behind.background-light .leftbox .btn,
	#header.slide-behind.background-dark:hover .search-trigger a,
	#header.slide-behind.background-dark:hover .navbar .nav > li > a, 
	#header.slide-behind.background-dark:hover .rightbox .btn-link,
	#header.slide-behind.background-dark:hover .leftbox .btn,
	#header.slide-behind.navbar-fixed-top.background-dark .search-trigger a,
	#header.slide-behind.navbar-fixed-top.background-dark .navbar .nav > li > a, 
	#header.slide-behind.navbar-fixed-top.background-dark .rightbox .btn-link {
		color: #111;
		text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.5);
		outline: none !important;
	}
	
	
	.page-home #header.slide-behind:hover,
	#header.navbar-fixed-top,
	#header.navbar-fixed-top.slide-behind {
		background: var(--headerBackground);
		border-bottom: 1px solid var(--headerBorderColor)
	}
	.header_inner {
		padding: 5px 0;
		border-bottom: 1px solid #ddd;
	}
	.toplogo .header_inner { padding-bottom: 0; }
	
	#header.navbar-fixed-top .header_inner,
	.page-home #header .header_inner {border:0;}
	.page-home .callouts{
		margin-left:-15px;
		margin-right:-15px;	
	}
	
	#header .header_inner .fa-shopping-cart::before{
		content: "\e908";
		font-family: "ShopMatic", Verdana, Arial, sans-serif;
		font-size: 1.4em;
		margin-left: 0px;
		line-height: 31px;
	}
	#header .header_inner .fa-shopping-cart{
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}
	#header .header_inner .myaccount{
		margin-right: -5px;
	}
	
	#header .header_inner .search-trigger .fa-search{
	font-size: 23px;
    margin-top: -2px;}
	
	
/*	Icon menuu
-------------------------------------------------- */	

.icon-menu .titles{margin-top: -40px;
padding-bottom: 35px;}
.page-home .icon-menu{z-index:1 !important;}
.icon-menu.home{padding: 20px 0 0 0; margin-bottom: -25px;}
.icon-menu a{
  border-radius: 5px;
  box-shadow: rgba(0,0,0,.05) 0 2px 3px 3px;
  padding: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: var(--colorBody);
}	
.icon-menu a:hover {
  box-shadow: rgba(0,0,0,.1) 0 2px 3px 3px;
  color: #2c2c2c;
}
.icon-menu .menu-item{margin-bottom:40px;}
.icon-menu img{
  margin-top:-45px;
}	
	
	

/*	Homepage
-------------------------------------------------- */	
	
	.page-home .category-menu {
	
		}
	.page-home .category-menu a {
    	padding: 10px 0;
    	border-top: 1px solid #E8E8E8;
    	line-height: 20px;
		width: 100%;
		text-decoration: none;
		display: inline-block;
		color: var(--colorBody)
	}
	
	.page-home .callout{
		text-align:center;
		margin-bottom:-30px;
	}
	.page-home .callout img, 
	.page-home .banner img {
		width: 100%;
		height: auto;
		display: block;
		max-width:100%
	}
	.page-home .callout .btn-primary{
		margin-top:30px;
		}
	.page-home .banner-content {
		max-width: calc(100% - 80px);
		position: absolute;
		top: 45px;
		z-index: 1;
		color: #fff;
		top: auto;
		bottom: 30px;
		left: 60px;
		max-width: 240px;
	}		
	.banner-content.transparent-gray{
		background: rgba(74,74,74,.5);;
		max-width: 330px;
		padding:20px;
		left:35px;
		bottom:20px;		
	}
	.banner-content.transparent-gray.centered{text-align:center;}
	.banner-content.transparent-gray .title{font-size:24px;}
	
	.page-home .subtitle{
		text-transform: uppercase;
		font-size: 1.1em;
		margin-top: 20px;
		font-family: var(--fontHeading);
	}
	.page-home .title{
		font-weight: bold;
		font-size: 1.85em;
		line-height: 1.3;
		margin-bottom: 20px;
		font-family: var(--fontHeading);
		color: var(--colorHeading);
	}
	.page-home .banner-content.a-right {
		left: auto;
		right: 10%;
	}
	.page-home .banner-content.a-left {
		right: auto;
		left: 10%;
	}
	.page-home .banner-content .title {
		line-height: 1.1;
	}

	.page-home .banner-content .title,
	.page-home .banner-content p{
	 	margin-bottom: 5px;
		color:#ffffff;
	}
	.page-home .callouts .title-block > span {
		position: relative;
		max-width: 275px;
		margin-right: 20px;
	}	
	.page-home .callouts .title-block > span::before {
		content: '';
		display: block;
		position: absolute;
		width: calc(100% + 20px);
		height: 20px;
		bottom: 5px;
		left: -8px;
		background: #FDDD93;
		z-index: 0;
	}
	.page-home .callouts .title-block > span span {
		position: relative;
		z-index: 1;
	}
	.page-home .title-block span::after {
		content: '';
		width: 100%;
		height: 100%;
	}
	
	.page-home .callouts .image{
		background-size: cover;
		background-position: center;
		height: 250px;
	}
	.carousel-image.h300,
	.page-home .callouts .image.h300{height: 300px !important;}
	.carousel-image.h350,	
	.page-home .callouts .image.h350{height: 350px !important;}
	.carousel-image.h400,
	.page-home .callouts .image.h400{height: 400px !important;}
	.carousel-image.h450,
	.page-home .callouts .image.h450{height: 450px !important;}
	.carousel-image.h500,
	.page-home .callouts .image.h500{height: 500px !important;}
	.carousel-image.h550,
	.page-home .callouts .image.h550{height: 550px !important;}	
	.carousel-image.h600,
	.page-home .callouts .image.h600{height: 600px !important;}		
	
	.page-home .callouts .caption_block{	
		left: 0%;
		right: 0%;
		background: rgba(74,74,74,.5);;
		padding: 0px 10px 20px 10px;
		text-shadow: none;
		bottom: 75px;
		position: relative;
		color:#fff;
		height:75px;
	}
	 .popular_links{}
	 .popular_links .header{font-size:15px; padding:10px 0 5px 0; font-weight:700;}
	 	
	 a.premiumlink{color: var(--fontSecondary) !important; border-bottom: 1px solid #dddddd;}
	 a.premiumlink:hover{color: var(--colorBody) !important; border-bottom: 1px solid var(--fontSecondary); text-decoration:none;}
	 
	.seo_brand_desc{padding-bottom:5px !important;} 
	.seo_brand_desc h4{font-weight:700; margin-top: 20px; font-family:var(--fontHeading);}
	
	.page-home .callouts .caption_block h4{font-size:16px; font-weight:600; margin:0;padding-top:18px;}
	.page-home .callouts .caption_block p{margin:0;}
	.page-home .callouts .text_block p{margin-top:-60px; padding-bottom:60px; text-align:left; hyphens:auto;}	
	.page-home .callouts .text_block a{color: var(--fontSecondary); border-bottom: 1px solid #ddddd;}
	.page-home .callouts .text_block a:hover{color: var(--colorBody); border-bottom: 1px solid var(--fontSecondary); text-decoration:none;}
	 #carousel-manufacturer-usp .carousel-caption h4{line-height: 20px; padding-top: 12px; margin-bottom: 5px; font-weight:700;}
	 #carousel-manufacturer-usp .carousel-caption p{margin-bottom:0px;}

	

	.page-home .banner-content.transparent-gray .btn,
	.page-home .callouts .caption_block .btn{
		  margin-top: 19px;
		  border-color: f7941e;
		  font-weight: 600;
		  display: inline-block;
		  padding: 0px 20px;
		  border: 0;
		  font-size: 13px;
		  font-weight: 600;
		  line-height: 38px;
		  height: 38px;
		  border-radius: 0;
		  text-align: center;
		  vertical-align: middle;
		  white-space: nowrap;
		  background: var(--primary);
		  color: #fff;
		  transition: all .15s ease-out;
		  cursor: pointer;
		  text-decoration: none;
		}

	
	@media (max-width: 991px) {
		.page-home .callouts .image.h300, 
		.page-home .callouts .image.h350, 
		.page-home .callouts .image.h400, 
		.page-home .callouts .image.h450, 
		.page-home .callouts .image.h500,
		.page-home .callouts .image.h550,
		.page-home .callouts .image.h600 {
			height: 330px !important;
		}	
	
	}
	@media (min-width: 768px) {
	 	.page-home .callouts{
			margin-top:20px;
			margin-bottom:20px;
			display:inline-block;
		}

		.page-home .category-menu a {
    		line-height: 32px;
		}
		.page-home .title {
			font-size: 2.1em;
		}
	}

	@media (max-width: 767px) {	
		.page-home .callouts .image{	
		  height: 250px;
	}
		.information .page-home .title {font-size:1.6em !important;}
		.page-home .callouts .image.h300, 
		.page-home .callouts .image.h350, 
		.page-home .callouts .image.h400, 
		.page-home .callouts .image.h450, 
		.page-home .callouts .image.h500,
		.page-home .callouts .image.h550,		
		.page-home .callouts .image.h600,
		.carousel-image.h450,
		.carousel-image.h500,
		.carousel-image.h699 {
			height: 400px !important;
		}		
		..page-home .callout{
			margin-bottom:-50px;
	}
		.page-home .category-menu a:hover {
		  color:#000;  
	}
		.page-home .category-menu a::after {
		  font-family: "ShopMatic",Verdana,Arial,sans-serif !important;
		  speak: none;
		  font-style: normal;
		  font-weight: normal;
		  font-variant: normal;
		  text-transform: none;
		  line-height: 1;
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
		  content: "\E900";
		  float: right;
		  font-size: 1rem;
		  color: #838383;
		  line-height: 20px;
		}
		.page-home .category-menu a:hover::after {color:orange;}
		.product-page .options{margin-top:25px;}

	}
	
	
	

/*Extra buttons*/
	
	a.btn-white-outlined {
	color: #ffffff;
	border-color: #ffffff;
	border-width: 2px;
	background: #2AA9E8;
	font-weight: bold;
	outline: none;	
	padding: 10px 20px;
    background-color: transparent !important;
	}
		
	a.btn-white-outlined:hover {
    color: var(--primary);
    border-color: var(--primary);
	}

	.page-home .banner-content a.btn-white-outlined{
	font-size:15px;
	padding:10px 30px;
	}
			
	a.btn-black-outlined {
	color: #313131;
	border-color: #313131;
	border-width: 2px;
	font-weight: bold;
	outline: none;	
	padding: 10px 20px;
    background-color: transparent !important;
	}
	
	a.btn-primair-outlined {
	color: var(--primary) !important;
	border-color: var(--primary);
	border-width: 2px;
	font-weight: bold;
	outline: none;	
	padding: 10px 20px;
    background-color: transparent !important;
	}
	
	
					
	a.btn-black-outlined:hover {
    color: #313131;
    border-color: #313131;
	}
	
	.page-home .banner-content a.btn-black-outlined{
	font-size:15px;
	padding:10px 30px;
	}	
	
	a.btn-primair-outlined {
	color: var(--primary) !important;
	border-color: var(--primary);
	border-width: 2px;
	font-weight: bold;
	outline: none;	
	padding: 10px 20px;
    background-color: transparent !important;
	}	
	
	a.btn-primair-outlined:hover {
    color: #313131 !important;
    border-color: #313131;
	}	
	

		#logo { display: flex; align-items: center; height: 50px; }
			#logo img {
	  			display: inline;
  				max-width: 100%;
				/*Use below 2 css lines for logo correction header*/
  				max-height: 23px;
  				margin-top: -8px;
			}
			#logo span img{vertical-align:-15px;}
			#header .leftbox .btn-header {
				line-height: 50px;
				outline: none;
			}
			#header .rightbox  {
				text-align: right;
				max-height:50px;
			}
			#header .rightbox .hdr-buttons {
				float: right;
				margin-top:5px;
				margin-right:10px;
			}

			#header .rightbox .btn-link { padding: 6px; text-decoration: none; }
			#header .rightbox .btn-link
			#header .rightbox .hdr-buttons .dropdown-menu {line-height: 1.42857143;}
			#header .rightbox .hdr-buttons .dropdown-menu .btn {
				text-align: left;
				background: transparent;
			}
		   label.menu-button-container{width: 22px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; display: flex; height: 17px; margin-top:7px;}	
		  .menu-button,
		  .menu-button::before,
		  .menu-button::after {
			display: block;
			background-color: var(--headerFontColor);
			position: absolute;
			height: 2px;
			width: 22px;
			transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
			border-radius: 2px;
			
		  }
		  
		  .menu-button::before {
			content: '';
			margin-top: -6px;
		  }
		  
		  .menu-button::after {
			content: '';
			margin-top: 6px;
		  }			
			
			
			#header.hdr-dark #logo .btn-header{
				color:#fff;
				padding: 0;
				margin-right: 15px;
				font-size:15px;
			}
		.leftlogo .navbar {
			display: inline-block;
			float: left;
			margin-left:-217px;
			}

		/*icons size*/

		#cart > .btn-link i,
		#top-links > .btn-link i,
		.search-trigger.btn-link i {font-size: 1.5em;}

		.account-status {
			background: #bbb;
			border-radius: 50%;
			display: inline-block;
			height: 7px;
			width: 7px;
			vertical-align: top;
			margin-right: -3px;
		}
		.account-status.logged {
			background: rgb(66, 183, 42);
		}


	/*	Language & Currency dropdowns
	-------------------------------------------------- */

		#wrapselector { 
			position: relative;
			display: inline-block;
		}

		#form-currency .dropdown-toggle,
		#form-language .dropdown-toggle {
			color: #999; 
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#form-currency .dropdown-menu li>button,
		#form-language .dropdown-menu li>button {
			font-size: 13px;
		}

		#form-language .dropdown-menu span.current,
		#form-currency .dropdown-menu span.current {
			color: #999;
			cursor: text;
		}
		#form-language .dropdown-menu span.current:after,
		#form-currency .dropdown-menu span.current:after {
			content: "\f00c";
			font-family: 'FontAwesome';
			margin-left: 5px;
			font-size: 10px;
		}

	/*	Welcome & Important Links
	-------------------------------------------------- */

		.leftlogo #logo { text-align:left; }
		.header_info { margin-top: 10px; }

	/*	Mini Cart (module on the header)
	-------------------------------------------------- */

		#cart {display: inline;}
		#cart .count {
	    top: -18px;
	    position: relative;	
		background-color: var(--primary);
		color: #fff;
		border-radius: 25px;
		padding: 1px 5px;
		font-size: 0.75em;
		margin-left: -12px;
		}
		
		#sidecart {
			list-style: none;
			padding: 20px;
			width: 400px;
		}
		#sidecart.panel-default {
			background-color: #f8f8f8;
			border-color: #e7e7e7;
			text-align: left;
			white-space: normal;
			left: auto !important;
		}
		#sidecart h4 {
			margin: 0 0 10px;
			font-weight: bold;
			color: #333;
			line-height: 3em;
		}
		#sidecart .name {font-weight: bold;}

		.closesidebar {
	    position: relative;
	    text-align: left;
	    background: rgba(255,255,255,0.1) !important;
	    z-index: 99;
	    font-family: Helvetica, arial, sans-serif !important;
	    font-weight: 200;
	    font-size: 24px;
	    line-height: 32px !important;
	    cursor: pointer;
		}
		#sidecart .closesidebar { float: right; }
		.offcanvas .navbar-nav {margin-top: 20px;}
		.offcanvas.navmenu {margin-bottom: 0;}
		
	/*	Mega menu
	-------------------------------------------------- */
		
		.menu_mega li.mega-submenu a {font-weight:600;}	
		.navbar .menu_mega .mega-cat-header{max-height:90px;}
		.menu_mega .dropdown-menu > .column-item .maincat a {color: #313131; text-transform:uppercase;}
		.menu_mega .dropdown-menu > .column-item {padding: 4px 5px;}
		.navbar .menu_mega .dropdown-menu li .image{display:inline-block; margin-right:-25px;}
		.navbar .menu_mega .dropdown-menu li .maincat{display:inline-block; margin-left:15px}
		.navbar .menu_mega .dropdown-menu .mega-submenu{padding-bottom:20px;}
		.navbar .menu_mega .dropdown-menu li.mega-submenu a{font-weight:600; color:#313131;}	
		.navbar .menu_mega .dropdown-menu .mega-submenu .thirdmenu li > a{font-weight:400; color:#999;}	
		

	/*	Inline Mega menu
	-------------------------------------------------- */
		
		.menu_inline_mega li.mega-submenu a {font-weight:600;}	
		.navbar .menu_inline_mega .inline-cat-header{max-height:90px;}
		.menu_inline_mega .dropdown-menu > .column-item .maincat a {color: #313131; text-transform:uppercase;}
		.menu_inline_mega .dropdown-menu > .column-item {padding: 4px 5px;}
		.navbar .menu_inline_mega .dropdown-menu li .image{display:inline-block; margin-right:-25px;}
		.navbar .menu_inline_mega .dropdown-menu li .maincat{display:inline-block; margin-left:15px}
		.navbar .menu_inline_mega .dropdown-menu .inline_mega-submenu{padding-bottom:20px;}
		.navbar .menu_inline_mega .dropdown-menu li.inline_mega-submenu a{font-weight:600; color:#313131;}	
		.navbar .menu_inline_mega .dropdown-menu .inline_mega-submenu .thirdmenu li > a{font-weight:400; color:#999;}	
		.navbar .menu_inline_mega .menu-topbar{height:38px; background-color:var(--primary); margin:15px; padding:7px 10px 10px 10px;}
		.navbar .menu_inline_mega .menu-topbar a{color:#fff; font-weight:600; font-size:16px; text-transform:uppercase; text-decoration:none;}
		.navbar .menu_inline_mega .menu-topbar a:hover{color:#fff !important;}

	/*	Search box
	-------------------------------------------------- */
		
		.search-area {
			background: #f2f2f2;
			margin-top: 0px;
			display: none;
			padding: 6px 0;
			margin-bottom:-1px;
			border-bottom:1px solid #ddd;
		}
		.search-area .search-box{
			background:#fff;
			border:1px solid #ddd;
			padding: 0px 0px;
			width: 100%;
		}
		.search-area .btn {
			border: 0;
			background: transparent;
			font-size: 18px;
		}
		.search-area input {
			display: block;
			width: 100%;
			height: auto;
			margin: 0 0 0 15px;
			padding: 8px 0;
			font-size: 16px;
			background: transparent;
			border: 0;
			outline: none;
			
		}
		.search-trigger{width:30px; margin-left:-5px;}
		.search-area.open .header{border-bottom:none;}
 		.search-trigger .search-close,
		.search-trigger.active .fa,
		.search-trigger.active .bi.bi-search { display: none; } 
		.search-trigger.active .search-close { 
			display: inline-block;
	/*		font-family: Helvetica, arial, sans-serif !important;
			font-weight: normal;
			color: #fff;
			text-shadow: none;
				font-size: 27px;
			line-height: 23px;
			height: 20px; */
		}
		

		/* Live Search*/

			div.live-search {
				border-radius: 0;
				margin-top: 10px;
				top: 100%;
				border: 1px solid #ccc;
				border: 1px solid rgba(0,0,0,.25);
				min-width: 280px;
				padding: 10px;
		    right: 0;
		    left: auto;
		    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		    box-shadow: 0 6px 12px rgba(0,0,0,.175);
			}
			div.live-search ul li,
			div.live-search ul li:nth-child(even) {
		    padding: 0;
		    margin: 0;
		    clear: both;
		    background: transparent;
		    display: block;
		    height: auto !important;
			}
			div.live-search ul li a {
				overflow:hidden;
				margin: 0 10px;
				padding: 10px 0;
				border-bottom: 1px solid #ddd;
			}
			div.live-search ul li:last-child a { border: 0; }
			div.live-search ul li:hover { background-color: transparent; }

			div.live-search ul li .product-name {
				font-weight: normal;
			}
			div.live-search ul li .product-name p {
				font-style: normal;
				font-size: 11px;
				color: #999;
			}
			.live-search ul li .product-price { margin: 0; }
			div.live-search .result-text {
				position: relative;
		    background: #f4f4f4;
		    border-radius: 0;
		    font-size: 1em;
		    line-height: 24px;
		    font-weight: normal;
	    }
			div.live-search .view-all-results,
			div.live-search .view-all-results:hover { 
				color: #282828; 
				border: 1px solid #bbb;
				display: block;
				padding: 5px;
				text-decoration: none;
			}
		

	#topbar .nav .open>a,
	#topbar .nav .open>a:hover,
	#topbar .nav .open>a:focus {
		background: transparent;
	}

	/* Mobile menu */

	.topcanvas { position: relative; }

	#mobmenu .social {
		padding: 15px;
		text-align: center;
	}
	#mobmenu .social a { 
		font-size: 1.5em;
		margin-right: 15px;
	}
	#mobmenu .social a:hover {
		text-decoration: none;
		color: #333;
	}
	.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
		position: fixed;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateZ(0px);
	}


	/*	Page heading
	-------------------------------------------------- */

		.page-header {
			margin-top: 0;
			border-bottom: 0;
		}
		.product-page.page-header h1{font-size:28px;}
			.page-header h1,
			.page-header h3 { 
				font-weight: bold;
				color: #111;
		}	
		.product-page .page-header { 
			margin: 20px 0 0;
			padding-bottom: 0;
		}
		.product-page .page-header h1{font-size:26px !important;}
			
		@media (min-width: 768px){
		.product-page .page-header h1{width: calc(100% - 200px);}
		}
		@media (min-width: 768px) and (max-width: 991px) {
			.product-page .page-header h1{font-size:24px !important;}				
		}
		@media (max-width: 767px) {
			.product-page .page-header h1{font-size:22px !important;}				
		}			
		.page-login .page-header { text-align: center; }

	/*	Breadcrumbs
	-------------------------------------------------- */

		.breadcrumb { 
			background: transparent;
			font-size:0.9em;
			margin-bottom: 10px;
			padding: 8px;
		}
		.breadcrumb > li + li::before{color:var(--links); padding: 0 2px;}
		.breadcrumb a:active,
		.breadcrumb a:hover,
		.breadcrumb a:focus,
		.breadcrumb a{color:var(--links); }
		.breadcrumb li a:hover, .breadcrumb li a:focus {text-decoration:none; }

	/*	Information Boxes
	-------------------------------------------------- */

		#notification { overflow: auto; }

		.alert-success, .alert-danger, .alert-warning, .alert-info {
			width: 100%;
			margin: 25px auto 25px;
			text-align: left;
			color: #555555;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-khtml-border-radius: 0;
			border-radius: 0;
		}
		.alert-success a, .alert-danger a, .alert-warning a, .alert-info a {
			font-weight:bold;
		}
		.alert .close{opacity: 1;}
		.alert .fa {
			font-size: 24px;
			vertical-align: -4px;
			margin-right: 5px;
		}
		.alert-success {
			border: 1px solid #ECF3FC;
			color: #4A90E2;
			border-left: 5px solid #4A90E2;
			background: #ECF3FC;
			text-align: left;
		}
		.alert-success a{
			color: #4A90E2;
		}
		.alert-success .close{
			color: #4A90E2;
		}
			
		.alert-success .fa{
			color:ECF3FC;
		}
		.alert-danger {
			border: 1px solid #fff7f8;
			color: #e74c3c;
			border-left: 5px solid #e74c3c;
			background: #fff7f8;
			text-align: left;
		}
		.alert-danger .fa{
			color:#e74c3c;
		}
		.alert-danger .close{
			color: #e74c3c;
		}
		
		.alert-warning {
			border: 1px solid #FFE6E1;
			color: #333334;
			border-left: 5px solid #e73132;
			background: #FFE6E1;
			text-align: left;
		}
		.alert-warning .close{
			color: #FFA09F;
		}
		.alert-info {
			border: 1px solid #FFF5CC;
			color: #333334;
			border-left: 5px solid #F2DD8C;
			background: #FFF5CC;
			text-align: left;
		}
			

	/*	Table styles
	-------------------------------------------------- */

	.table>thead>tr>th {
		color: #333;
		border-bottom-color: #ccc;
	}

	/*	Pagination
	-------------------------------------------------- */

		.pagination { 
			overflow: hidden;
			display: block;
		}
			.pagination .links { float: left; overflow: hidden; }
				.pagination .links a,
				.pagination .links b {
					padding: 6px 12px;
					line-height: 22px;
					text-decoration: none;
					font-weight: bold;
					border: 1px solid #DDD;
					border-left-width: 0;
					display: block;
					float: left;
				}
				.pagination .links b { 
					font-weight: normal;
					color:#999;
					background: #eee;
				}

				.pagination .links a:hover { background: #f2f2f2; }

			.pagination .links a:first-child,
			.pagination .links b:first-child {
				border-left-width: 1px;
				-webkit-border-radius: 3px 0 0 3px;
				-moz-border-radius: 3px 0 0 3px;
				border-radius: 3px 0 0 3px;
			}
			.pagination .links a:last-child,
			.pagination .links b:last-child {
				-webkit-border-radius: 0 3px 3px 0;
				-moz-border-radius: 0 3px 3px 0;
				border-radius: 0 3px 3px 0;
			}

			.pagination .results { 
				float: right; 
				color: #666; 
				font-family:arial,helvetica,sans-serif; 
				font-size:11px; 
			}
		
		.pagination.brands { height:auto; border: 0; }
		.pagination.brands a {padding: 2px 9px; }

	/*	Fake fieldset (legend style outside forms)
	-------------------------------------------------- */

		.contentset {
			margin: 3em 0 2em;
			text-align:left;
			color:var(--colorHeading);
			/*border-top:1px solid #DDD;*/
		}
			.contentset .inner { 
				margin: -0.65em auto 0;
				font-weight: 700;
				font-size: 1.8em;
			}
				.contentset span { padding-right: 12px;  }

			.sidebar .contentset,
			.sidebar .contentset span {padding-left: 0; text-align: left;}


	/*	Box
	-------------------------------------------------- */

	.box { margin-bottom: 20px; overflow: hidden; }

		.box .box-heading {
			padding: 8px 10px 7px 4px;
			font-size: var(--fontDefaultSize);
			font-weight: bold;
			margin-bottom: 12px;
			line-height: 14px;
			color: #333;
		}

	/* List Groups */

	.sidebar .list-group-item {
		border-width: 0 0 1px 0;
		margin-bottom: 0;
	}
	.list-group-item:last-child,
	#column-left .list-group-item:last-child {border-bottom:none;}
	.list-group-item:first-child {
		border-radius: 0;
	}

	.list-group-item.active,
	.list-group-item.active:focus,
	.list-group-item.active:hover {
		background: #282828;
		border-color: #282828;
	}
	
	
	
	/*	Top category menu on catergory page
	-------------------------------------------------- */
		.top-category-menu{list-style:none; background:#f9f9f9; padding:15px; margin:0;}
		.cid92 .top-category-menu .column{height:195px;}
		
		.top-category-submenu {font-weight:bold;}
		.top-category-menu a{line-height:27px;} 
		.top-category-menu .top-category-submenu a{color:#111;} 
		.top-category-submenu a:hover{text-decoration:none;} 
		.top-category-menu .top-category-submenu .thirdmenu{list-style:none; padding:0;font-weight:400;} 
		.top-category-menu .top-category-submenu .thirdmenu li{margin-bottom:4px;}
		.top-category-menu .top-category-submenu .thirdmenu a{color:#333;line-height:20px;} 
		 @media (max-width:767px){
			.cid92 .top-category-menu .column{height:190px;}
			.top-category-menu .top-category-submenu .thirdmenu .subsubcat span{display:none;} 
			.top-category-menu{ padding:10px 0px}
			
		}
		@media (max-width:535px){
			.cid92 .top-category-menu .column{height:210px;}
		}
		@media (max-width:430px){
			.top-category-menu .column{padding: 0 10px;}
			}
		@media (max-width:380px){
			.top-category-menu .column, .cid92 .top-category-menu .column{height:auto;width:100%;padding: 5px 20px;}
			
		}



    /*	Promotion pages
    -------------------------------------------------- */	

.promotion-item,
.promotions-list .promotion{margin-bottom:20px;}

.promotion-item .promotion .promo-content{position: absolute; background: white; bottom: 20px; width: calc(100% - 40px); left: 20px; padding: 23px 0 0 20px; border-radius: 6px;}
.promotions-list .promotion .promo-content{position: absolute; background: white; bottom: 20px; width: calc(100% - 40px); left: 20px; padding: 23px 0 0 20px; border-radius: 6px;}




.promotion-item .promotion .promo-content img,
.promotions-list .promotion .promo-content img{float: right; margin-top: -50px; margin-bottom: 16px; height:130px; width: 130px; margin-right:20px;}

.promotion-item .promotion .promo-content img{height:150px; width: 150px; margin-top: -70px; margin-right:10px;}


.promotion-item .promotion .promo-content .promo-text{padding:0;}
.promotions-list .promotion .promo-content .promo-text{padding:0 155px 0 0; }

.promotion-item .promotion .promo-content .promo-text h4{font-size: 16px; font-weight: 600;}
.promotions-list .promotion .promo-content .promo-text h4{font-size: 14px; font-weight: 600;}


.promo-card .promo-label,
.promotion-item .promotion .promo-content .promo-label,
.promotions-list .promotion .promo-content .promo-label {border: 1px solid var(--labelPromoColor); border-radius: .25rem !important; color: var(--labelPromoColor) !important; padding: var(--labelPadding); position: relative; font-size: var(--labelFontSize); font-weight: var(--labelFontWeight); background: #fff;}



.image-bottom{margin-bottom: 12px;}
.image-bottom .product-promotions{position:absolute; bottom:0px;}
.product-promotions .promo-label{border: 1px solid var(--labelPromoColor); border-radius: .25rem !important; color: var(--labelPromoColor) !important; padding: var(--labelPadding); position: relative; font-size: var(--labelFontSize); font-weight: var(--labelFontWeight); background: #fff;}
.product-promotions a{text-decoration: none;}
.image-bottom .product-promotions .promo-label-wrapper{margin-bottom:3px;}
.image-bottom .product-promotions .promo-label{display: inline-block;}
.product-layout.product-list .image-bottom{margin-left:-15px;}
.product-layout.product-list .image-bottom .product-promotions{position: inherit;}
.product-layout.product-list .product-thumb-left .image{margin-bottom:-12px;}
.product-layout .promo-label,
.product-layout .onsale{padding: var(--labelPaddingSmall);}




.promo-cards{
	--cm-bg-opacity: 1;
    --cm-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    --cm-shadow-colored: 0 5px 15px var(--cm-shadow-color);
    background-color: rgb(255 255 255 / var(--cm-bg-opacity));
    border-radius: .2rem;
    box-shadow: var(--cm-ring-offset-shadow, 0 0 #0000), var(--cm-ring-shadow, 0 0 #0000), var(--cm-shadow);
    display: flex;
    overflow: hidden;
	padding:25px 20px 15px 20px;
	
	
	margin-top:20px;}



.promo-cards .promo-card .promo-content a{font-size:13px;}
.promo-cards .promo-card .promo-text p{font-size: 13px;}
.promo-cards .promo-card .promo-header p{font-weight: 700; width:100%; margin-top:12px; font-family: var(--fontHeading);margin-bottom: 0px;}




.promo-label:after{background-color: var(--labelPromoColor);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0;
}

.promo-cards .promo-card .promo-label .promo-icon,
.promotion-item .promotion .promo-content .promo-label .promo-icon,
.promotions-list .promotion .promo-content .promo-label .promo-icon{margin-right: 7px; vertical-align: -2px;}


.promotions-list .promotion .promo-period{color:#ababab; margin:-3px 0 12px 0;}

.promotion-item .promotion .promo-thumb-container{
	border-radius: 8px;
    position: relative;
    width: 100%;
    height: 462px; 
    overflow: hidden;
}
.promotions-list .promotion .promotion-content{
	border-radius: 10px;
    position: relative;
    width: 100%; 
    height: 300px; 
    overflow: hidden;
}

.promotion-item .promotion .promo-thumb,
.promotions-list .promotion .promo-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
}

.promotions-list .promotion .promo-thumb { filter: blur(2.5px);}


.promotion-item .promotion .overlay, 
.promotions-list .promotion .overlay
 {  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Overlay laat door op klikken */
}
.promotion-item .promotion .overlay{background-color: rgba(0, 0, 0, 0.5);}
.promotions-list .promotion .overlay{background-color: rgba(0, 0, 0, 0.65);}


.promo-text ol {list-style: none; padding-left:0px; }
.promo-text ol li {
    border-radius: .5rem;
    color: #465053;
    counter-increment: custom-counter;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.promo-text li{position: relative;}
.promo-text li:before{content: "stap" " " counter(custom-counter);font-weight: 700;
    margin-bottom: .25rem;
    text-transform: uppercase; color: var(--tertiary); display: block;
	
}
.promo-text li:after{background-color: var(--tertiary);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0;
	pointer-events: none;}

.promotion-description .promo-text{padding-top:15px;}
.promotion-description .promo-period{font-weight: 700; font-size: 15px; line-height: 19px;}

.promotion-item .promo-logo img,
.promotions-list .promo-logo img{
	z-index: 1;
    position: absolute;
    width: 85px;
    height: auto;
    right: 25px;
    top: 15px;}

@media (max-width: 379px){
	.promotions-list .promotion .promo-content .promo-label .promo-icon,
	.promotion-item .promotion .promo-content .promo-label .promo-icon{display:none;}
	.promotions-list .promotion .promo-content{padding:12px 0 0 12px}
}

@media (min-width: 992px){
	.promotion-item .promotion .promo-content{width: calc(100% - (52.5%));}
	.promotions-list .promotion .promo-content .promo-text{padding-top: 10px; }
	.promotion-description .promo-disclaimer-card{border:1px solid #ccc; padding: 15px; margin-right: 0px;}
	
	
}
@media (max-width: 767px){

	.promotion-description .promo-disclaimer-card{padding-top: 15px;}
	.promotion-item .promotion .promo-thumb-container{height: 310px;}
	.promotions-list .promotion .promo-thumb-container{height: 250px;}

	.promotion-item .promotion .promo-content img,
	.promotions-list .promotion .promo-content img{ margin-top: -50px; margin-bottom: 16px; height:115px; width: 115px; margin-right:12px;}

	.promotion-item .promotion .promo-content .promo-text h4,
	.promotions-list .promotion .promo-content .promo-text h4{font-size: 14px;}

	.promotion-item-list .promotion .promo-content .promo-text,
	.promotions-list .promotion .promo-content .promo-text{padding:0 155px 0 0;}
	
}
@media (min-width: 768px) and (max-width: 991px){
	
	.promotion-description .promo-disclaimer-card{border:1px solid #ccc; padding: 15px; margin-right: 0px;}

	.promotion-item .promotion .promo-thumb-container{height: 300px;}
	.promotions-list .promotion .promo-thumb-container{height: 260px;}
	
	.promotion-item .promotion .promo-content img,
	.promotions-list .promotion .promo-content img{ margin-top: -50px; margin-bottom: 16px; height:120px; width: 120px; margin-right:5px;}

	.promotion-item .promotion .promo-content .promo-text h4,
	.promotions-list .promotion .promo-content .promo-text h4{font-size: 14px;}

	.promotion-item .promotion .promo-content .promo-text,
	.promotions-list .promotion .promo-content .promo-text{padding:0 135px 0 0;}	
}

@media (min-width: 1200px){
	.promotion-item .promotion .promo-content .promo-text {padding-top: 8px;}
	
}

.product-layout.product-list .product-thumb-left .onstock,
.product-layout.product-list .caption-left .product-promotions,
.product-layout.product-grid .product-bottom{display: none;}


		
	/*	Top category banners on category page
	-------------------------------------------------- */		
	.category-details .cat-banner.banner88{background-image: url('../../../../../image/catalog/design/banners/CATEGORY-WASSEN-DROGEN.jpg');}
	.category-details .cat-banner.banner92{background-image: url('../../../../../image/catalog/design/banners/CATEGORY-KEUKENAPPARATUUR.jpg');}
	.category-details .cat-banner.banner64{background-image: url('../../../../../image/catalog/design/banners/CATEGORY-ACCESSOIRES.jpg');}
	.category-details .cat-banner{
		margin-top:20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		background-size: cover;
		background-position: center;
		padding: 100px 20px 40px;
		text-align: center;
		position: relative;
		margin-bottom:-20px;
		height:300px;}
			
	.category-details .cat-banner .title{margin-bottom: 40px;
		font-weight: 700; color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}		
	.category-details .cat-banner .banner-triangle {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 24px;
			color: #f9f9f9;
	}
	.category-details .cat-banner .banner-triangle::after,
	.category-details .cat-banner .banner-triangle::before {
		content: '';
		display: block;
		position: absolute;
		background: #f9f9f9;
		top: 0;
		bottom: 0;
	}
	.category-details .cat-banner .banner-triangle::before {
		left: 0;
		right: calc(50% - -12px);
	}
	.category-details .cat-banner .banner-triangle::after {
		right: 0;
		left: calc(50% - -12px);
	}

	/*	Regular category page
	-------------------------------------------------- */	
	#product-category .category-details .category-list .thirdmenu{display:none;}

	/*	Search box
	-------------------------------------------------- */	
	
	/*	Category boxes
	-------------------------------------------------- */

		.category-accordion {
			border: 1px solid #ddd;
			border-radius: 5px;
		}

		.box-category { margin-top: -5px;  }

			.box-category ul { 
				list-style: none; 
				margin: 0; 
				padding: 0; 
			}
			.category-accordion .box-category > ul {
				padding: 1em; 
			}
			.box-category > ul > li {
				border-top: 1px solid #eee;
				display: block;
				position: relative;
			}
			.box-category > ul > li:first-child { border-top:0; }

			.box-category .expand {
				top: 6px;
				right: 0;
				position: absolute;
				cursor: pointer;
				width:16px;
				height:16px;
				padding: 2px;
				font-family: "FontAwesome";
				font-size: 10px;
			}
			.box-category .expand:before{ content: "\f067"; }

			.box-category ul li a { padding: 8px; display: block; }

			.box-category ul li.double a {
				display: inline-block;
				margin: 0;
			}
			.box-category ul li { position: relative; }

			.box-category > ul > li a.active + .expand:before {
				content: "\f068";
				color: #2AA9E8;
			}
			.box-category > ul > li > a { display: block;}
			
			.box-category > ul > li ul { display: none; padding-left: 10px; }
				.box-category > ul > li a.active { font-weight: bold; }
					.box-category > ul > li a.active + ul { display: block; }
			
			.box-category a:hover { text-decoration:none; }

				.box-category > ul > li ul > li > a { text-decoration: none; }

		/*  Category Slider
		-------------------------------------------------- */
		.category-slider {
			border: 1px solid #ddd;
			padding: 1em 3%;
			margin: 1em 0em 3em;
		}
		.category-slider .owl-carousel { padding: 1em; }
		.category-slider .contentset {
			border-color: #ccc;
			border:0;
		}
		.category-slider .owl-item .item { padding: 10px; }
		.category-slider .owl-item .caption { height: auto !important; }
		.category-slider .owl-item .item .catname {
			border-bottom: 2px solid #ddd;
			padding-bottom: 10px;
			font-family: var(--fontHeading);
		}
		.category-slider .owl-item:hover .item .catname {
			border-bottom-color: var(--primary);
		}
		.category-slider .owl-item .catdesc {
			color: #777;
			font-size: 0.9em;
		}


		/*	MFP Filter boxes
		-------------------------------------------------- */
		
		.mfilter-free-container{border:0px solid #333; box-shadow: rgba(0, 0, 0, 0.3) 5px 0 5px -2px;
		box-shadow: rgba(0, 0, 0, 0.3) 1px 0 0px 0px; padding-left:0px;
		}
		.mfilter-button-bottom {padding: 11px 4px 6px 0;}
		.mfilter-free-button{background: #191919; box-shadow: 0 2px 5px 0 rgba(0,0,0,.1); border:none; font-size: 1.7em; font-weight: normal; font-family: arial; left: 0; margin: 0 0 -1px -9px; padding: 15px calc(7% + 9px) 15px 7%; border-bottom:1px solid #191919; width:86%; z-index:1; text-align:left; color:#fff; }
		.mfilter-free-container .box-content.mfilter-content {padding: 30px 12% 0 10%}	
		@media (max-width: 767px){
					.mfilter-free-container .box-content.mfilter-content {padding: 30px 9% 0 8%}	
					.mfilter-free-button{padding: 15px calc(5% + 9px) 15px 5%; width:90%;}
		}
		
		.mfilter-free-button::after{  content: "\f105"; font-weight: normal; font-family: fontawesome; font-size: 1.2em; padding-top:1px; float:right; color:#fff;}
		.mfilter-free-button::before{  content: "Verberg filters"; font-weight: normal; font-family: var(--fontBody); font-size: 0.7em; padding-left:10px;}

		.mfilter-heading-text > span {
			font-family: var(--fontHeading);
		}
		.mfilter-heading-text .fa-question-circle{margin-left:3px;}
		.mfp-close-btn-in .mfp-close {font-family: Helvetica, arial, sans-serif; font-weight: 200; font-size: 22px;}
		
		.list-options .filter .filter-btn{background-color:#5cb85c; border-color:#4cae4c; color:#fff;}
		a.more-details {
			position: absolute;
			top: 12px;
			right: 40px;
			border-right: 1px solid #ddd;
			padding-right: 10px;
			color: #777;
			text-decoration: none;
		}
		.list-options .filter{
			display: inline-block;
		}
		@media (min-width:992px){
			.list-options .filter{display: none;}	
		}
		
		.mfilter-slider-slider .ui-slider-range,
		 #mfilter-price-slider .ui-slider-range{background:var(--filterSliderColor) !important;}
		.mfilter-counter{background: var(--filterCounterBoxColor) !important; color: var(--filterCounterFontColor) !important;}
		.mfilter-button-reset:before, .mfilter-close:before {color: #E30F4F; content: "\E906" !important; font-family: "ShopMatic", Verdana, Arial, sans-serif !important; font-size:12px;}
		.mfilter-box .mfilter-button-reset .mfilter-reset-icon {display:none;}
		.mfilter-box .mfilter-button-reset:before{padding-right:10px;}
		.mfilter-box .mfilter-button-reset:hover{color:#E30F4F; text-decoration:none !important;}
		.mfilter-box .mfilter-button-reset:focus, .mfilter-box .mfilter-button-reset:active{text-decoration:none !important;}		
		.mfilter-box .mfilter-counter.mfilter-close {text-indent: 0; width: 14px;height: 17px; margin-right:-3px; color: transparent !important; background:#ffffff !important;}
		.mfilter-free-button {background: var(--filterHeaderColor); border-bottom: 1px solid var(--filterHeaderColor);}
		.mfilter-box .mfilter-input-active input[type="checkbox"]:checked::after{background: var(--filterCheckboxColor) !important;}
			

		/*	Filter boxes
		-------------------------------------------------- */

		ul.box-filter, ul.box-filter ul {
			list-style: none;
			margin: 0 0 0 10px;
			padding: 0;
		}
		ul.box-filter span.filter-group {
			font-weight: bold;
			border-bottom: 1px solid #EEEEEE;	
			display: block;
			padding-bottom: 5px;
			margin-bottom: 8px;
		}
		ul.box-filter > li ul {
			padding-bottom: 10px;
		}
		ul.box-filter input[type="checkbox"]:checked + label {
			font-weight: bold;
		}
		.button-filter { text-align: center; }

		ul.box-filter label {
			display: inline-block;
			padding: 1px 3px;
		}
		ul.box-filter input[type="checkbox"] { margin-top: 0; }

	/*	Category info
	-------------------------------------------------- */

		.category-details .page-header {
			border:0;
			margin: 0;
			text-align: left;
		}
		.category-details .page-header h1 {
			margin: 0;
		}
		.category-fullwidth .category-details > .image,
		.category-fullwidth .category-details > .catinfo {
			width: 100%;
			padding: 0;
		}
		
		
		.category-details .image { text-align: center; }
		.category-details .image .img-responsive { display: inline-block; }
		.category-details .catdesc {
			padding-top: 10px;
			margin-bottom:20px;
		}
			
		.category-details .catdesc.top-category{padding-top:30px}
		.category-details .category-filter-top img{width:100%;}
		.category-details .category-filter-top p{margin-top:10px;}
		
		
			.category-list { 
				overflow: hidden; 
				list-style: none;
				padding: 0 0 20px;
			}
				.category-list li {
					float: left;
					margin-right:2px;
					text-align:center;
				}
			.subcat_thumb a span { display: block; }
			.subcat {
				float: left;
			}
			.subcat a,
			.subcat_thumb a {
				padding: 6px 8px;
				border-left: 1px solid #eee;
				font-weight: bold;
				display: inline-block;
				white-space: -o-pre-wrap;
				white-space: -moz-pre-wrap;
				word-wrap: break-word;
			}
			.subcat:first-child a,
			.subcat_thumb:first-child a {
				border-left-color: transparent;
			}
			.subcat a:hover,
			.subcat_thumb a:hover {
				color: #2AA9E8;
			}


	/*	Search
	-------------------------------------------------- */

	.search-criteria { 
		background:#f9f9f9; 
		padding: 2em 2em 1em; 
		text-align:center; 
	}
		.search-criteria .contentset .inner span{ background:#f9f9f9; }
			
			.search-criteria .search-box, 
			.search-criteria select { 
				margin-bottom:10px; 
				background: #FFF;
				display: inline-block !important;
				max-width: 450px;
			}

			.search-criteria .search-box { margin-bottom: 10px; }

		.filter-category { margin-bottom:10px; }

	/*	Sitemap
	-------------------------------------------------- */

	.sitemap-info ul {
		list-style: none;
		border-bottom: 1px solid #eee;
		margin-bottom: 8px;
		padding: 8px;
	}
		.sitemap-info > .col-sm-6 > ul > li > a { 
			font-weight:bold; 
		}

	/*	s
	-------------------------------------------------- */	

		.pagination. { height:auto !important; }

		.pagination. a {
			padding: 0 8px;
			margin-bottom: 2px;
		}
		#-list ul { list-style: none; }

	/*	Empty page
	-------------------------------------------------- */

		.empty { 
			padding: 25px 0; 
			text-align: center; 
		} 
		.empty i.fa,
		.empty i.bi{
			color: #ccc;
			margin-bottom: 10px;
		}
			.empty .alert { display: inline-block;}
			.note-light	{ color: #333; }


/*	Products Category Views
-------------------------------------------------- */

	/* Quick View */

		#quickViewContent {
			background: #FFF;
			max-width: 840px;
			max-height: 760px;
			margin: 0 auto;
			position: relative;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			
		}
		#quickViewContent .product-page {
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 690px;
			padding: 20px;
		}
		
		#quickViewContent .page-header,
		#quickViewContent .page-header h1 {
			font-size: 1.3em;
		}
		#quickViewContent .review{margin-top:-10px; padding-bottom:10px;}
		.quickview {
			visibility: hidden;
			text-align: center;
			z-index: 999;
			width: 100%;
		}
		.cart a.btn-quickview {
			color: #2AA9E8;
			border-color: #2AA9E8;
			background: transparent;
		}
		.cart a.btn-quickview:hover{
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
			opacity: .75;
		}

		.slideup .quickview,
		.fadein .quickview,
		.static .quickview {
			position: absolute;
			top: 30%;
		}
		.overlay .quickview {
			position: absolute;
			bottom: 0;
			right: 0;
			text-align: right;
		}
		.overlay .quickview .btn {
			border-width: 1px 0 0 1px;
			font-size: 1em;
		}
		.overlay .quickview .btn span {display: none;}
		.product-list .quickview {
			position: relative;
			top: auto;
			bottom: auto;
			overflow: hidden;
			text-align: right;
			width: auto;
			visibility: visible !important;
			font-size: 1em;
			z-index: 9;
		}
		.product-list .quickview a.btn { font-size: 1em; }
		.product-list .quickview .btn span { display: none; }
		.product-list .overlay .quickview .btn { border-width: 1px; }
		.sidebar .quickview { display: none !important; }

		.quickview a.btn {
			text-transform: uppercase;
			font-size: 0.9em;
		}
		.quickview .btn span { margin-left: 6px; }

		#quickViewContent .page-header { margin-bottom: 0; margin-top:-12px;}
		#quickViewContent .page-header h1 a { text-decoration: none; }
		#quickViewContent .product-page .rightcol .price { margin-top: 0px; padding-right:25px; }
		.quickview-box .page-header { margin: 0; }
		.quickview-box .page-header h1 { font-size: 2em; }


/* Quick Manufacturer */

		#quickManufacturerContent {
			background: #FFF;
			max-width: 840px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			margin: 0 auto;
			position: relative;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#quickManufacturerContent .usp-main{ height:80vh; overflow-y:scroll; padding:20px 25px 15px 25px; }		
		@media (max-width: 700px){
	
			#quickManufacturerContent{height:100%;}
			#quickManufacturerContent .usp-main {height: calc(100vh - 50px)}
	
			.mfp-container{padding:0px !important;}
			
		}
		
		#quickManufacturerContent a.more-details{z-index:110; line-height:28px;}
		#quickManufacturerContent .mfp-close{margin-top:4px;}
		#quickManufacturerContent .product-page {overflow-y: auto; overflow-x: hidden; padding: 0px;}
		#quickManufacturerContent img.loading-img{height:50px; width:auto}
		
	  .mfp-bg{opacity:0.5 !important;}
	  .mfp-figure::after{background: #fff !important;}
	  .mfp-content .mfp-figure{padding:25px 15px 15px 15px;} 
	  .mfp-gallery{overflow:hidden !important}
/*	  img.mfp-img{padding: !important;} */
	 
	  
	  .mfp-image-holder .mfp-close{background:#f9f9f9;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);height:50px;width:100%;font-size:1.7em;z-index:1090;opacity:1;left:0;color:#212121!important;padding-right:15px!important}
	  .mfp-figure .mfp-bottom-bar{color:@212121 !important; top:0px !important; margin: 15px; z-index: 1090 !important; width:calc(100% - 60px) !important;}	  
	  .mfp-figure .mfp-bottom-bar .mfp-title{color:#212121 !important; font-size:1.1em; line-height:19px !important;}
	  .mfp-figure .mfp-bottom-bar .mfp-counter{color:#212121 !important; right:0px !important; line-height: 21px !important}
	  
	  .mfp-preloader .loader {position: absolute; top: -20px; left: calc(50% - 50px); width: 100px; height: 100px; border: 8px solid #f1f1f1; border-bottom-color: var(--primary); border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation .8s linear infinite; }
	  @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }} 
	  .mfp-preloader #loader-icon{  font-size:30px; position:absolute; color:#FFF; top:6px; width:100%; text-align:center;}   
	
		 #quickManufacturerContent .header{margin-top:0;padding-bottom:10px;background:#f9f9f9;width:calc(100% + 40px);margin-left:-20px;height:50px;border-bottom:1px solid #ddd;z-index:100;box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);position:sticky}
		#quickManufacturerContent .header h4{font-size:16px; margin-left:45px; margin-top:-6px; color:#212121;}
		.quickmanufacturer {
			visibility: hidden;
			text-align: center;
			z-index: 999;
			width: 100%;
		}
		.cart a.btn-quickmanufacturer {
			color: #2AA9E8;
			border-color: #2AA9E8;
			background: transparent;
		}
		.cart a.btn-quickmanufacturer:hover{
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
			opacity: .75;
		}

		.slideup .quickmanufacturer,
		.fadein .quickmanufacturer,
		.static .quickmanufacturer {
			position: absolute;
			top: 30%;
		}
		.overlay .quickmanufacturer {
			position: absolute;
			bottom: 0;
			right: 0;
			text-align: right;
		}
		.overlay .quickmanufacturer .btn {
			border-width: 1px 0 0 1px;
			font-size: 1em;
		}
		.overlay .quickmanufacturer .btn span {display: none;}
		.product-list .quickmanufacturer {
			position: relative;
			top: auto;
			bottom: auto;
			overflow: hidden;
			text-align: right;
			width: auto;
			visibility: visible !important;
			font-size: 1em;
			z-index: 9;
		}
		.product-list .quickmanufacturer a.btn { font-size: 1em; }
		.product-list .quickmanufacturer .btn span { display: none; }
		.product-list .overlay .quickmanufacturer .btn { border-width: 1px; }
		.sidebar .quickmanufacturer { display: none !important; }

		.quickmanufacturer a.btn {
			text-transform: uppercase;
			font-size: 0.9em;
		}
		.quickmanufacturer .btn span { margin-left: 6px; }

		#quickManufacturerContent .page-header { margin-bottom: 0; margin-top:-12px;}
		#quickManufacturerContent .page-header h1 a { text-decoration: none; }
		.quickmanufacturer-box .page-header { margin: 0; }
		.quickmanufacturer-box .page-header h1 { font-size: 2em; }

/*******************************
* MODAL GLOBAL CARTMATIC
* Cartmatic mods for Bootstrao 
*******************************/

.modal-title{font-size:16px; line-height:22px; margin-left:9px; font-weight:600; font-family:var(--fontHeading);}
.modal-header{background: #f9f9f9; box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); height: 50px; padding-right:20px;}
.modal-body{padding:15px 20px;}	
.modal-header .close {margin-top: -1px; font-size: 1.7em; opacity: 1; font-weight: normal; font-family: none;}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*******************************/
	#ModalManufacturerInfo {
	  z-index: 1090;
	}
	.modal.left .modal-dialog, .modal.right .modal-dialog {
	  position: fixed;
	  margin: auto;
	  width: 320px;
	  height: 100%;
	  -webkit-transform: translate3d(0%, 0, 0);
	  -ms-transform: translate3d(0%, 0, 0);
	  -o-transform: translate3d(0%, 0, 0);
	  transform: translate3d(0%, 0, 0);
	}
	
	@media (min-width:768px) {
		.modal.left .modal-dialog,
		.modal.right .modal-dialog {width: 400px;}
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
		-ms-overflow-style: none;  /* IE and Edge */
  		scrollbar-width: none;  /* Firefox */
	}
	
	 /* Hide scrollbar for Chrome, Safari and Opera */
	.modal.left .modal-content::-webkit-scrollbar {
	  display: none;
	}
	.modal.popup .modal-header, .modal.left .modal-header, .modal.right .modal-header {
	  background: #f9f9f9;
	  position: fixed;
	  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	  height: 50px;
	  width: 100%;
	  z-index: 1;
	  font-size: 16px;
	  z-index: 1090;
	}
	.modal.left .modal-header h4, .modal.popup .modal-header h4, .modal.right .modal-header h4 {
	  font-size: 16px;
	  line-height: 20px;
	  font-weight: 600;
	  margin-left: 3px;
	  color: #111;
	}
	.modal.popup .modal-header .close, .modal.right .modal-header .close, .modal.left .modal-header .close {
	  font-family: none;
	  font-size: 1.7em;
	  margin-top: -24px;
	  font-weight: 200;
	  opacity: 1;
	}
	.modal.popup .modal-body, .modal.left .modal-body, .modal.right .modal-body {
	  padding: 50px 15px 15px 15px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {right: 0;}

/*----- MODAL STYLE -----*/
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {border-bottom-color: #EEEEEE; background-color: #FAFAFA;}

/* Product Grid/list */


		.product-grid .stock-note{position: absolute; bottom: 0px;}
		
		.product-grid .product-thumb-left, .product-grid .product-thumb-right, .product-grid .caption-left, .product-grid .caption-right {
		  width: 100%;
		  float: inherit;
		  padding: 0;
		}
		.product-grid .caption-right {
		  padding-left: 20px;
		}
		.product-list .product-thumb.static {
		  min-height: 260px;
		  padding-top: 20px;
		}
		@media (min-width:992px) {
		  .product-list .caption-right {
		    padding: 0;
		  }
		  .product-list .row-eq-height {
		    display: display: -ms-flex;
		    display: -webkit-flex;
		    display: flex;
		  }
		}
		
		@media (min-width:768px) and (max-width:991px) {
		}

	/* Colorbox */

		#cboxContent {
			border: 6px solid #f2f2f2;
			webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
			box-shadow: 0 1px 5px rgba(0,0,0,.5);
		}
		.quickview-box #cboxLoadedContent {
		  margin: 0 !important;
		  padding: 10px 20px;
		  width: auto !important;
		}
		#cboxTopCenter, #cboxTopLeft, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
		  display: none !important;
		}
		#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
		  bottom: 10px !important;
		}
		#cboxClose {
		  top: 10px;
		  right: 10px !important;
		  bottom: auto;
		}


	/*	Products filter
	-------------------------------------------------- */

		.product-filter {
		  border-bottom: 1px solid #ddd;
		  padding: 9px 8px;
		  margin: 10px 0 20px;
		  font-size: 11px;
		  line-height: 24px;
		}
		/*	Buttons for Grid/List view */
		.product-filter .display .btn, .product-filter .product-compare .btn {
		  padding: 6px 12px;
		  margin: 0;
		  background: transparent;
		  -webkit-box-shadow: none;
		  -moz-box-shadow: none;
		  box-shadow: none;
		  border: 0;
		  text-shadow: none;
		}
		.product-filter .display .btn.active, .product-filter .display .btn:hover, .product-filter .display .btn:focus {
		  background: transparent;
		  box-shadow: none;
		  outline: none;
		}
		.product-filter .display .btn:first-child {
		  border-right: 1px solid #ddd;
		}
		.product-filter .product-compare .btn {
		  border-left: 1px solid #ddd;
		}
		.product-filter .display .btn i {
		  opacity: 0.45;
		  -moz-opacity: 0.45;
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
		  filter: alpha(opacity=45);
		  font-size: var(--fontDefaultSize);
		}
		.product-filter .display .btn:hover i, .product-filter .display .btn.active i {
		  opacity: 1;
		  -moz-opacity: 1;
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		  filter: alpha(opacity=100);
		}
		.product-filter .display .btn:hover i {
		  color: #2AA9E8;
		}
		@media (min-width: 321px) and (max-width: 991px) {
		  .product-filter.sticky {
		    position: sticky;
		    top: 61px;
		    background: #fff;
		    left: 0px;
		    z-index: 999;
		    margin-left: calc((100% - 100vw) / 2);
		    margin-right: calc((100% - 100vw) / 2);
		  }
		  .product-filter.sticky .filter-container {
		    margin-right: auto;
		    margin-left: auto;
		  }
		}
		@media (min-width: 321px) and (max-width: 767px) {
		  .product-filter.sticky .filter-container {
		    padding-left: 15px;
		    padding-right: 15px;
		  }
		}
		@media (min-width: 768px) and (max-width: 991px) {
		  .product-filter.sticky .filter-container {
		    width: 750px;
		    padding-left: 23px;
		    padding-right: 23px;
		  }
		}
		/*	Filter options
		-------------------------------------------------- */
		.product-filter .list-options {
		  float: right;
		}
		.product-filter .display .btn:hover i {
		  color: #333;
		}
		.product-filter .dropdown {
		  display: inline-block;
		}
		.product-filter .open .dropdown-toggle {
		  border-bottom-color: #fff !important;
		  z-index: 1001;
		  background: #fff !important;
		  box-shadow: none;
		  border-bottom-right-radius: 0;
		  border-bottom-left-radius: 0;
		  position: relative;
		}
		.product-filter .btn .caret-right {
		  display: inline-block;
		  width: 0;
		  height: 0;
		  margin-left: 6px;
		  vertical-align: middle;
		  border-left: 4px solid;
		  border-bottom: 4px solid transparent;
		  border-top: 4px solid transparent;
		}
		.product-filter .dropdown-menu {
		  border-color: #8c8c8c;
		  border-radius: 0;
		  margin-top: -1px;
		  padding: 0;
		}
		.product-filter .limit .dropdown-menu {
		  max-width: 60px;
		}
		.product-filter .dropdown-menu a {
		  font-size: 12px;
		  padding: 6px 15px;
		}
		.product-filter .sort, .product-filter .limit {
		  display: inline-block;
		  margin-left: 6px;
		}
		.product-filter .sort i {
		  margin-right: 5px;
		  color: #333;
		}
		@media (max-width:767px) {
		  .list-options #input-limit {
		    display: none;
		  }
		}
		
	/*	Compare products
	-------------------------------------------------- */
		.product-compare a {
		  border-left: 1px solid #ddd;
		}

	/*	Price styles
	-------------------------------------------------- */

		.product-page .product-top .price {
		  font-weight: bold;
		  margin-bottom: 4px;
		  font-size: 1.6em;
		}
		.price, .price-new {
		  font-weight: bold;
		  color: #333;
		}
		.price-old {
		  color: #333;
		  text-decoration: line-through;
		  font-weight: normal;
		  font-size: 13px;
		  margin-right: 15px;
		}


		.product-page .discount ul {
		  font-size: 13px;
		  font-weight: normal;
		  font-style: italic;
		  list-style-type: square;
		  padding: 10px 0 0 20px;
		}

	/*	List view
	-------------------------------------------------- */

		.product-listing {
		  overflow: hidden;
		}
		.product-list > div {
		  margin-bottom: 8px;
		  position: relative;
		  float: none;
		  width: 100% !important;
		  text-align: left;
		}
		.product-list > div {
		  border-top: 1px solid #EEEEEE;
		  padding-top: 8px;
		}
		.product-list:first-child > div {
		  border: 0;
		}
		.product-list .image a {
		  text-align: center;
		  display: block;
		}
		.product-list .image img {
		  max-width: 100% !important;
		}
		.product-list .product-thumb .image {
		  float: left;
		  position: relative;
		  margin-left: -10px;
		  margin-right: -10px;
		}
		.product-list .product-thumb .image .thumb{
		  max-width: 220px;
		}
		.product-list .product-thumb.slideup .image {
		  padding-bottom: 100%;
		}
		.product-layout.product-list .caption {
		  text-align: left;
		  overflow-y: hidden;
		  height: auto !important;
		}
		.product-layout.product-list .caption h4{margin-top: 0;}
		.product-list .name {
		  margin-bottom: 5px;
		}
		.product-list .name a {
		  font-weight: bold;
		  text-decoration: none;
		}
		.product-list .rating {
		  text-align: left;
		  font-size: 6px;
		  color: #DD4B39;
		}
		.product-list .price {
		  font-weight: bold;
		  color: #333;
		}
		.product-list .price-tax {
		  font-size: 11px;
		  font-family: sans-serif;
		  font-weight: normal;
		  color: #999;
		}
		.product-list .cart {
		  margin-bottom: 3px;
		}
		.compare a:hover, .wishlist a:hover, .remove a:hover {
		  cursor: pointer;
		  text-decoration: none;
		}
		.product-list .wishlist, .product-list .compare {
		  text-align: right;
		}
		.product-list .grid-box .links {
		  border: 0;
		  text-align: right;
		  padding-right: 20px;
		}
		.product-layout .cart, .owl-carousel .owl-item .cart {
		  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		  opacity: 1;
		}
		.product-layout > div:hover .cart, .owl-carousel .owl-item:hover .cart {
		  opacity: 1;
		}
		@media (max-width: 991px) {
		  .product-list .cart {
		    float: right;
		    margin-top: -55px;
		    margin-right: -10px;
		  }
		  .product-list .price .price-tax {
		    display: none;
		  }
		}
		/* Tablet-Ipad portrait */
		@media only screen and (min-width: 768px) and (max-width: 991px) {
		  .product-list .cart .btn-more-info {
		    display: none;
		  }
		}
	
	/*	Grid view
	-------------------------------------------------- */

		#content.col-sm-6 .cols-3 .grid-box, #content.col-sm-9 .cols-3 .grid-box {
		  width: 33.3%;
		}
		#content.col-sm-12 .grid-box, #content.col-sm-9 .cols-4 .grid-box, .content-bottom .grid-box, .content-top .grid-box {
		  width: 24.9%;
		}
		#content.col-sm-12 .cols-4 .grid-box, .content-bottom .cols-4 .grid-box, .content-top .cols-4 .grid-box, .tabbed-products .grid-box {
		  width: 19.9%;
		}
		.grid-box {	
			text-align: center;
			float: left;
		}

        .onsale, .onstock {
		/*	
          min-height: 18px;
          min-width: 30px;
          line-height: 18px;		
		*/	
          padding: var(--labelPadding);
          background-color: #ffffff;
          font-size: var(--labelFontSize);
          font-weight: var(--labelFontWeight);
          position: absolute;
          text-align: center;
          text-shadow: none;
          z-index: 99;
          border-radius: .25rem !important
        }
        .onsale {
          text-transform: uppercase;
          top: 0;
          left: 0;
          border: 1px solid var(--labelSaleColor);
          color: var(--labelSaleColor) !important;
        }
        .onstock {
          border: 1px solid var(--labelStockColor);
          color: var(--labelStockColor) !important;
          bottom: 5px;
          left: 2px;
        }
        .onsale:after, .onstock:after {
          bottom: 0;
          content: "";
          left: 0;
          opacity: .05;
          position: absolute;
          right: 0;
          top: 0;
        }
        .onstock:after {
          background-color: var(--labelStockColor) !important;
        }
        .onsale:after {
          background-color: var(--labelSaleColor) !important;
        }
        .product-top .onstock {
          line-height: 22px;
        }

        @media (max-width: 479px) {
          .product-layout .onsale, .product-layout .onstock {
            padding: var(--labelPaddingSmall);
            font-size: var(--labelFontSizeSmall);
          }
        }

        @media (max-width: 767px) {
          .product-list .onstock {
            bottom: -25px;
          }
        }
        .product-top .onsale {
          bottom: 40px;
		  top: inherit;
        }
        .product-grid .onsale, .product-list .onsale {
          top: 30px;
        }
        .sidebar .onsale {
          font-size: 10px;
          top: 2px;
          left: 0;
          margin: 0;
        }
        .grid-box .inner {
          padding: 10px 16px;
          text-align: center;
          position: relative;
        }
        .product-grid .product-thumb {
          border: 1px solid #E8E8E8;
          padding: 10px 10px 20px;
          margin-bottom: 30px;
        }
        .product-grid .caption, .product-layout .caption {
          min-height: 180px;
        }
        .product-grid .caption {
          position: relative;
          padding: 0 18px;
          /*	height: 265px; */
        }
        .product-grid .name {
          font-size: 1.15em;
          /* height:50px; */
          overflow: hidden;
          line-height: 1.4em;
          font-weight: bold;
          margin-top: 5px;
        }
        .product-grid .caption .description {
          display: none;
        }
		@media (max-width: 479px) {
        .product-list .caption .description {display: none;}
		.product-list .caption{min-height: 100px;}
			.product-list .product-thumb.static{min-height:auto;}
        
		}

        .product-grid .cart, .owl-carousel .cart {
          margin: 6px 0;
        }
        .product-thumb {
          position: relative;
        }
        .product-thumb .image {
          text-align: center;
          position: relative;
        }
        .grid-box .image img, .product-thumb .image img {
          max-width: 100%;
          height: auto;
		  margin-left: auto;
		  margin-right: auto;
        }
        .grid-box .image, .owl-carousel .image, .product-thumb .image {
          position: relative;
          display: block;
          overflow: hidden;
        }
        /* FADE */
        .fadein .image img {
          max-width: 101% !important;
          width: auto !important;
          height: auto !important;
          display: block;
        }
        .fadein .image .front-image, .fadein .image .back-image {
          display: block;
          width: auto;
          height: auto;
        }
        .fadein .image .front-image img {
          min-width: 100%;
          max-width: 101% !important;
          width: auto !important;
          height: auto !important;
          display: block;
        }
        .fadein .image .back-image img {
          min-width: 100%;
          max-width: 101% !important;
          opacity: 0;
          -webkit-transition: all 200ms ease-out;
          -moz-transition: all 200ms ease-out;
          transition: all 200ms ease-out;
          position: absolute;
          top: 0;
          width: auto !important;
          height: auto !important;
          display: block;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
        }
        .product-thumb:hover .back-image img, .owl-carousel .item:hover .image .back-image img {
          opacity: 1;
        }

			/* Category Products Animation */

/*			#header,.ovrlay, .product-list .image img, .product-layout .cart {
				-moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				-webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			}
*/
			/* OVERLAY */
			.product-grid .overlay, .product-list:first-child > div.overlay, .product-list .overlay, .box .product-layout .overlay, .owl-carousel .item .overlay {
			  border: 1px solid transparent;
			  position: relative;
			  padding: 20px;
			}
			.product-grid .overlay {
			  margin-bottom: 20px;
			}
			.product-list:hover .overlay, .product-list:first-child:hover > div.overlay, .product-grid:hover .overlay, .box .product-layout > div:hover .overlay, .owl-carousel .owl-item:hover .item .overlay {
			  border-color: #777;
			}
			.product-grid .overlay img, .box .product-layout .overlay img, .owl-carousel .item .overlay img {
			  width: 100%;
			  height: auto;
			}
			.product-grid .overlay .ovrlay, .box .product-layout .overlay .ovrlay, .owl-carousel .owl-item .overlay .ovrlay {
			  position: absolute;
			  top: 0;
			  left: 0;
			  right: 0;
			  bottom: 0;
			  z-index: 20;
			  background: rgba(255, 255, 255, 0.9);
			  overflow: hidden;
			  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			  opacity: 0;
			}
			.product-grid:hover .overlay .ovrlay, .box .product-layout:hover .overlay .ovrlay, .owl-carousel .item:hover .overlay .ovrlay {
			  opacity: 1;
			}
			.product-grid .overlay .caption, .box .product-layout .overlay .caption, .owl-carousel .owl-item .overlay .caption {
			  position: absolute;
			  text-align: center;
			  top: 50%;
			  left: 0;
			  width: 100%;
			  padding: 0 20px;
			  z-index: 30;
			  -moz-transform: translateY(-50%);
			  -ms-transform: translateY(-50%);
			  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
			  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			  opacity: 0;
			  -moz-perspective: 1000;
			  -webkit-perspective: 1000;
			  perspective: 1000;
			}
			.product-grid:hover .overlay .caption, .box .product-layout .overlay:hover .caption, .owl-carousel .owl-item:hover .overlay .caption {
			  opacity: 1;
			}
			/* SLIDE UP */

			.product-grid .slideup .image,
			.box .product-layout .slideup .image,
			.product-slider .slideup .image {
				position:relative;
				width:100%;
				overflow:hidden;
				padding-bottom: 100%;
			}
			.product-grid .slideup .image .thumb,
			.product-list .slideup .image .thumb,
			.box .product-layout .slideup .image .thumb,
			.product-slider .slideup .image .thumb {
				display: block;
				float: left;
				position: absolute;
				-webkit-transform: translate3d(0,0,0);
				-moz-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				-o-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
				-webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
				-webkit-transition-delay: .0s;
				-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;

				width: 100%;
				height: 200%;
				display: block;
				margin-bottom: 0;
			}
			.product-grid:hover .slideup .image .thumb,
			.product-list:hover .slideup .image .thumb,
			.box .product-layout > div:hover .slideup .image .thumb,
			.product-slider .owl-item:hover .slideup .image .thumb {
				-webkit-transform: translate3d(0,-50%,0);
				-moz-transform: translate3d(0,-50%,0);
				-ms-transform: translate3d(0,-50%,0);
				-o-transform: translate3d(0,-50%,0);
				transform: translate3d(0,-50%,0);
				-webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
				-webkit-transition-delay: 0s;
				-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
				transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
			}
			.product-grid .slideup .image .front-image img,
			.product-grid .slideup .image .back-image img,
			.product-list .slideup .image .front-image img,
			.product-list .slideup .image .back-image img,
			.box .product-layout .slideup .image .front-image img,
			.box .product-layout .slideup .image .back-image img,
			.product-slider .slideup .image .front-image img,
			.product-slider .slideup .image .back-image img {
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
				opacity: 1;
				padding-bottom:0;
				margin: 0 auto;
				-webkit-transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000);
				-webkit-transition-delay: 0ms;
				-moz-transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000) 0ms;
				-o-transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000) 0ms;
				transition: opacity 1.5s cubic-bezier(0.190,1.000,0.220,1.000) 0ms;
			}

			.links { margin-top: 10px; }
			.page-home .compare{display:none;}
			.logo-top .wishlist{float:right; margin-right:5px;}
			.links .wishlist,
			.links .compare,
			.logo-top .wishlist {
				border:0;
				background: transparent;
				outline: none;
			}
			.product-list .links .compare{margin-bottom:12px;}
			.product-layout .rating,
			.product-grid .rating,
			.owl-carousel .item .rating { 
				font-size: 9px;
				color: #111;
				margin: 3px 0 5px 0;
			}
			.box .product-layout .name,
			.owl-carousel .item .name {
				font-size: 1.1em;
				line-height: 1.4em;
				font-weight: bold;
				margin-top: 5px;
			}
			.product-grid .name a,
			.box .product-layout .name a,
			.owl-carousel .item .name a {
				text-decoration: none;
			}
			.product-grid .price,
			.box .product-layout .price,
			.owl-carousel .item .price {
				font-weight: bold;
				font-size:16px;
			}
				.product-grid .price-tax,
				.content-bottom .product-thumb .price-tax { 
					display: none; 
				}
			.grid-box .name a { color: #000; }

	/* Transform in single column in sidebars */

		.sidebar .owl-carousel .owl-wrapper,
		.sidebar .owl-carousel .owl-item,
		.sidebar .product-layout {
			width: 100% !important;
		}
		.sidebar .product-layout .overlay {
			border: 0;
			padding: 0 0 20px;
		}
		.sidebar .owl-carousel .owl-item .image,
		.sidebar .product-layout .product-thumb .image {
			width: 35%;
			float: left;
			padding-right: 20px;
			z-index: 99;
		}
		.sidebar .product-layout .slideup .image,
		.sidebar .owl-carousel .owl-item .slideup .image {
			padding-bottom: 0%;
		}
		.sidebar .product-layout .slideup .image .thumb,
		.sidebar .owl-carousel .owl-item .slideup .image .thumb {
			position: relative;
		}
		.sidebar .product-layout:hover .slideup .image .thumb,
		.sidebar .owl-carousel .owl-item:hover .slideup .image .thumb {
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			-o-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}
		.sidebar .product-layout .back-image,
		.sidebar .product-layout .links,
		.sidebar .product-layout .cart,
		.sidebar .product-layout .ovrlay,
		.sidebar .owl-carousel .item .back-image,
		.sidebar .owl-carousel .item .cart,
		.sidebar .owl-carousel .item .links,
		.sidebar .owl-controls {
			display: none !important;
		}
		.sidebar .owl-carousel .owl-item .caption,
		.sidebar .product-layout .caption {
			min-height: auto;
			text-align: left;
		}
		.sidebar .product-layout .overlay .caption {
			opacity: 1;
			position: relative;
			text-align: left;
			top: auto;
			left: auto;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		.sidebar .contentset h4 { font-size: 1.2em; }


/*	Single Product page
-------------------------------------------------- */

	.prevnext {float: right;}
	.prevnext .pager { text-align: right; margin: 0; }
    .prevnext .pager i.fa-angle-right{margin-left: 3px;}
    .prevnext .pager i.fa-angle-left{margin-right: 3px;}

	.prevnext  .pager li>a {
		padding: 0;
		width: 30px;
		height: 30px;
		line-height: 26px;
		font-size: 20px;
		text-align: center;
		color: #ccc;
		border-color: #ccc;
	}
	.prevnext  .pager li>a:hover {
		border-color: #666;
		color: #666;
		background: #fff;
	}

	/* Icons
	----------------------------------------*/

		a .fa-times-circle { color: #999; }
		a:hover .fa-times-circle {
			color: #ff4a4a;
			text-decoration: none;
		}
		.btn .fa.fa-heart,
		.btn .fa.fa-heart-o {
			color: #2AA9E8;
		}

	/*	Images
	-------------------------------------------------- */

		.product-page .product-top .image { 
			margin-bottom: 10px;
			text-align: center; 
			position: relative;
		}
		.product-page .image .owl-carousel .owl-buttons > div:hover i {
			color: #2AA9E8;
		}
		.product-page .image #wrap { z-index: 9 !important; } /* fix to keep dropdown menu on the front */

		.product-page .image a:focus { outline: none !important; }

/*CM: BEGIN IMPROVE CLS*/
/*			
		.product-page .image img { max-width:100%; height: auto; max-height: 545px;}
*/
		.product-page .image img { max-width:100%; height: auto;}
		.product-page .left_col .owl-carousel.image-additional{height:116.4px;}
		.product-page #mCSB_1_container,
		.product-page #mCSB_1 {height:116.4px;}

		@media (min-width: 768px) {	
			.product-page .image{height: 500px;}	
		.product-page .image img {max-height: 500px; width:auto; }
		}

		@media (max-width: 767px) {		
		.product-page .image {height: calc(100vw - 30px);}
		.product-page .image img {height: calc(100vw - 30px);}
			
		.product-page .owl-carousel.image-additional .owl-wrapper-outer,
		.product-page .owl-carousel.image-additional .owl-wrapper,
		.product-page .left_col	.owl-carousel.image-additional .owl-item,
		.product-page .left_col .owl-carousel.image-additional .item.no-zoom{height:94px;}
		.product-page .left_col .owl-carousel.image-additional img{height:74px;}
			
		}

		@media (max-width: 320px) {		
		.product-page .image img {height: auto; width: 290px;}
		.product-page .image{height:300px;}	
		}

/*CM: END IMPROVE CLS*/

		.image .expand {
			float: right;
			position: absolute;
			top: 0px;
			right: 0px;
			font-size: 28px !important;
			font-weight: 200;
			z-index: 99;
			border: 1px solid #bbb;
			background: rgba(255,255,255,0.5);
			height: 38px;
			width: 38px;
			line-height: 35px;
			text-align: center;
			display: block;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
		.magnificPopup.expand{right:0px;}
		.image .expand:hover {
			border-color: var(--primary);
			color: var(--primary);
		}
		.image-additional .owl-item {cursor: pointer; text-align: center;}

		.image-additional .owl-controls .owl-buttons .owl-prev,
		.image-additional .owl-controls .owl-buttons .owl-next {
			top: 35%;
		}

		.product-page .image-additional .item {
	    padding: 10px;
	    position: relative;
	    display: inline-block;
	    cursor: pointer;
		}

		.product-page .image-additional .synced .item.no-zoom:after,
		.product-page .image-additional .synced .item a:after {
			content: '';
			background: rgba(0,0,0,0.05);
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			position: absolute;
			-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

		.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail { width: 1px; background-color: transparent !important; }
		.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px !important; }
		.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
		.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
			background: rgba(0,0,0,.15) !important;
		}


		/*product page columns left and right in product-top*/

        @media (min-width: 768px) {
          .product-page .product-top .left_col, .product-page .product-top .rightcol {
            position: sticky;
            top: 75px; /* Sticky vanaf de bovenkant */
            height: auto;
          }
        }
        @media (min-width: 1200px) {
          .product-page .product-top .left_col, .product-page .product-top .rightcol  {
            top: 120px;
          }
        }

		/*Additional images to the left on desktop*/

		@media (min-width: 992px) {
			.product-page.additional-left .left_col .image {
				float: right;
				width: 80%;
			}
			.product-page.additional-left .left_col .image-additional {
				float: left;
				width: 20%;
				position: absolute;
				max-height:500px;
			}
			.product-page.additional-left .left_col .image-additional .owl-wrapper {
				width:auto !important;
				left: 0 !important;
				transform: translate3d(0px,0px,0px) !important;
			}
			 .product-page.additional-left .left_col .image-additional.owl-carousel .owl-item {
				float: none;
				margin-bottom: 10px;
				width: 100% !important;
			}
			.product-page.additional-left .left_col .image-additional.owl-carousel .owl-controls {
				display: none !important;
			} 
			.product-page.additional-left .left_col .image-additional a {
				float: none;
				display: inline-block;
			}
		}


	/*	Description
	-------------------------------------------------- */

		.product-page .description {
			line-height: 1.6;
		}
		.description-section .product-description{display:inline-block; width:56%}
		.description-section .product-description ol{line-height:1.75;}
		.description-section .product-description ul{padding-left: 15px; line-height:1.75; margin-top:-5px;}
		.description-section .intro-specification{width:40%; float:right; margin-left:4%;}
		.description-section .intro-specification ul.list-unstyled{padding-left:8px;}
		.description-section .intro-specification ul.list-unstyled li.tags a{background:var(--accent); color:#fff; padding:3px 6px; border-radius:2px; font-size:12px; white-space:nowrap; margin-right:3px; line-height:28px; text-decoration:none;}
		
		@media (max-width: 768px) {
		.description-section .product-description{display:block; width:100%;}
		.description-section table{display:none;}	
		.description-section .product-description ul,
		.description-section .product-description ol{line-height:1.6;}
		}
	
	/*	Specification table/lists
	-------------------------------------------------- */	
	/*style basic*/
	
	/* Disable table white-grey style	
	.specification-list ul {margin: 0; padding: 10px 0 20px 0; list-style: none;}
	.specification-list li {padding:7px; border-top:1px solid #dddddd;}
	.specification-list li:nth-of-type(2n+1) {background: #f9f9f9;}
	*/
	.specification-list ul {margin: 0; padding: 0 0 0 30px;}
	.specification-list {padding-right:10px; margin-bottom:10px;}
	.specification-list p{padding-top:16px; padding-bottom:3px;}
	.specification-list p:first-child{padding-top:20px;}
	.specification-list strong{font-size:15px; padding-left:7px; margin-top:25px; margin-bottom:10px}
	
	/*Style-l1*/
	.specification-list.style-l1{padding-top:0;padding-right:0px;}
	.specification-list.style-l1 ._label{padding-left:7px ; display: inline-flex; flex-shrink: 0;width: 50%;text-align: left; font-weight: 600; word-break: break-word; white-space: pre-line;
 overflow-wrap: break-word; -ms-word-break: break-word; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}
	.specification-list.style-l1 ._value{padding: 0 15px 0 7px;}
	.specification-list.style-l1 li {padding:7px 0; border-top:1px solid #dddddd; display:flex;}
	.specification-list.style-l1 li:nth-of-type(2n+1) {background: #f9f9f9;}
	.specification-list.style-l1 ul {margin: 0px; padding: 0px; list-style: none;}
	.specification-list.style-l1 ._group-title{padding-left:7px; margin-top:0; margin-bottom:0; padding-top:25px; padding-bottom:10px;}
	.specification-list.style-l1 h3._spec-header {font-size:16px; font-weight: 700; font-family: var(--fontHeading); padding-left:7px; margin-bottom:25px; display:none;}
	.specification-list.style-l1 h4 {font-size:15px;}
	.specification-list.style-l1 h4._group-title{border-top: 1px solid #ddd;}
	.specification-list.style-l1 h4._group-title:first-child{border-top: none;}
	
	.specification-list.style-l1 dt._label{width:50%;}
	.specification-list.style-l1 ._title h4._group-title{border-top: 1px solid #ddd;}
	.specification-list.style-l1 ._title:first-child h4._group-title{border-top: none;}
	.specification-list.style-l1 dt._value{}
	.specification-list.style-l1 ._spec-group ._spec{display:flex; padding:7px 0; border-top: 1px solid #ddd;}
	.specification-list.style-l1 ._spec-group ._spec:nth-of-type(2n+1) {background: #f9f9f9;}
	
	.specification-list.style-l1 dl {margin-bottom: 0px;}
	.specification-list.style-l1 dl div{border-top: 1px solid #dddddd; display: flex; padding: 8.2px 0;}
	.specification-list.style-l1 dl div:nth-of-type(2n+1) {background: #f9f9f9;}
	.specification-list.style-l1 dl div ._value{word-break: break-word;overflow-wrap: break-word;-ms-word-break: break-word;word-break: break-word;}
	
	/*Style-l2*/
	.specification-list.style-l2{padding-top:0; padding-right:0;}
	.specification-list.style-l2 span{padding:0; margin:0;}
	.specification-list.style-l2 ._label i{margin-left:3px;}
	.specification-list.style-l2 ._productLabel{padding-left:7px ; display: inline-flex; flex-shrink: 0;width: 50%;text-align: left; font-weight: 600; word-break: break-word; white-space: normal;
 overflow-wrap: break-word; -ms-word-break: break-word; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}
	.specification-list.style-l2 ._productValue{padding: 0 15px 0 7px;}	
	.specification-list.style-l2 li {}
	.specification-list.style-l2 li:nth-of-type(2n+1) {background: #f9f9f9;}
	.specification-list.style-l2 ul {margin: 0px; padding: 0px; list-style: none; border-bottom: 1px solid #dddddd}	
	.specification-list.style-l2 ul:last-child{border-bottom:none;}
	.specification-list.style-l2 ._specRow {padding:7px 0; border-top:1px solid #dddddd; display:flex;}
	
	.specification-list.style-l2 ._group-title{padding-left:7px; margin-top:25px; margin-bottom:10px;}
	.specification-list.style-l2 h3._spec-header {font-size:16px; font-weight: 700; font-family: var(--fontHeading); padding-left:7px; margin-bottom:25px; display:none;}
	.specification-list.style-l2 h4 {font-size:15px;}
	/*BSH & WSD Style*/
	@media (max-width: 767px) {		
	.wsd-specs-list,
	.bsh-specs-list{padding:19px 10px 0 5px;}	
	.wsd-specs-list strong,
	.bsh-specs-list strong{font-family: var(--fontHeading); color: var(--colorHeading); font-size:14px; line-height:30px;}
	}
	@media (min-width: 768px) {
	.wsd-specs-list,
	.bsh-specs-list{padding:18px 10px 0 5px;}
	.wsd-specs-list strong,
	.bsh-specs-list strong{font-family: var(--fontHeading); color: var(--colorHeading); font-size:15px; line-height:32px;}
	}
	/*	Attributes
	-------------------------------------------------- */

	
		.specification-section .table-responsive,
		.specification-section table{
			border-color:#fff;			
		}
		
		
		.specification-section .section-left .downloads-section{margin-top:55px;}
		.specification-section .section-left .pd-downloads .text-right {display:none;}
		.specification-section .section-left{width: 56%; background:#fff;}
		.specification-section table thead,
		.specification-section table tbody{width:100%;}
		.specification-section .service-tabs{
			width:42%; 
			float:right; 
			margin-left:2%;
		}
		.specification-section .section-left .pd-downloads .text-right,
		.specification-section .section-left .pd-downloads table thead{display:none}

		.specification-section .service-tabs .service-block{
			background-color:#ffffff;
			border:1px solid #ddd;
			padding: 0px 15px 15px 15px;
			margin-bottom: 20px;
		}

		.specification-section .section-left{
			display:inline-block;
			padding: 0px 15px;
			border: 1px solid #ddd;
		}		
	
		@media (min-width: 768px) {


		.specification-section .service-tabs{
			margin-top:0px;
		}
		

		}
		
		@media (max-width: 767px) {
		.specification-section .section-left{width:100%;}
		.specification-section .service-tabs{width:100%;}	
		.specification-section .service-tabs .service-block{margin-top:20px;}
		
		}	

		@media (max-width: 420px) {	
		.specification-section table.specification > tbody > tr > td,
		.specification-section table.specification > tbody > tr > th{width:50%; word-break: break-word; white-space: pre-line; overflow-wrap: break-word; -ms-word-break: break-word; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}		
		}	
	
		
	/*	Fragments - USP's
		-------------------------------------------------- */
			
		.product-page .elements-section{margin-bottom:25px;}
		
		@media (min-width:641px) and (max-width:991px) { 				
		.product-page .usp-main .usp-col {
			margin-bottom: 20px;
		}
		}

		.product-page .usp-main .usp-col > div {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}
		.product-page .usp-main .usp-col:nth-child(2n) {
			direction: rtl;
		}
		.product-page .usp-main .usp-col .usp-image {
			width: 40%;
			padding: 20px 20px;
		}

		@media (min-width:768px) { 	
			.product-page .usp-main .usp-col .usp-image {
				padding: 20px 20px 20px 0px;
			}	
			.product-page .usp-main .usp-col:nth-child(2n) .usp-image {
				padding-right: 0px;
				padding-left: 20px;
				
			}
			
		}
		
		
		@media (min-width:768px) { 	
		
			.product-page .usp-main .usp-col:nth-child(2n) .usp-text p,
			.product-page .usp-main .usp-col:nth-child(2n) .usp-text h4
			 {
				margin-left:-10px;;
				
			}
		}
		
		
		.product-page .usp-main .usp-col .usp-text {
			width: 59%;
			padding-left: 0px;
			padding-right: 0px;
			direction: ltr;
		}
		.product-page .usp-main .usp-col .usp-text p {
			text-align:left;
		}
		.product-page .usp-main .usp-col .usp-text h4{
			display:block !important;
			text-align:left;
			font-weight:700;
			text-transform:none;
			font-family: var(--fontHeading);
			color: var(--colorHeading);
			font-size: 16px;
		}
		.product-page .usp-main .usp-col .usp-text h1{
			display:block !important;
			text-align:left;
			font-weight:700;
			text-transform:none;
			font-family: var(--fontHeading);
			font-size: 16px;
		}
		.product-page .usp-main .usp-col .usp-image img {
			width: 100%;
			height:auto;
		}
		@media (max-width: 767px) {
		.product-page .usp-main .usp-col h4{margin-top:0px;}
		.product-page .usp-main .usp-col .usp-image {
			width: 100%;
			 padding: 30px 0px;
		}
		.product-page .usp-main .usp-col .usp-text {
			width: 100%;
		}
		}
				
/*	Scroll product page
	-------------------------------------------------- */	
		.content-nav ,
		.content-nav a{
			display:none;
		}
		.scroll-page .contentset {
    	margin: 3em 0 2em;
    	text-align: left;
    	color: var(--colorHeading);
    	border-top: none;
		}
		
		.scroll-page .contentset .inner {
    	margin: 0;
		}
		
		.scroll-page h4,
		.section-wrapper.attributes h4{
			display:block !important;
			text-align:left;
			font-weight:700;
			text-transform:none;
			font-family: var(--fontHeading);
			color: var(--colorHeading);
		}
		.section-wrapper.attributes table h4{
			font-size:16px;
		}
		
		.scroll-page #scroll-description .product-description h4{
			margin-top: 18px;
			margin-bottom:10px;
			font-size:16px;
			font-weight:700;
		}
		
		.section-wrapper.bg-grey{
			background: #f9f9f9;
			padding-bottom: 30px;
		}
		.section-wrapper.description.bg-grey{
			box-shadow: 0 4px 8px -4px rgba(0,0,0,.2);
		}

        .product-description .read-more{text-align: center;margin: 30px 0 -5px 0;}
        .product-description .read-more button{border:none; font-weight:400; display: grid;margin-left: auto;margin-right: auto; margin-top: -37px;background: var(--contentSectionBackground);}
        .product-description .read-more hr{border-top: 1px dotted #313131;}
        .product-description .read-more .fa-sort-desc{margin-top:-5px;}

		@media (min-width: 992px) {
		.product-description ul.two-columns{display: grid; grid-template-columns: repeat(2, 1fr);}		
		}

		@media (min-width: 768px) {
		.content-nav {
			display: block;
			width: 100%;
			padding: 0;
			height: 0px;	
			background: #ffffff;
		}	
		
		.inline-menu {
			display: block;
			width: 100%;
			padding: 0;
			height: 45px;
			border-top: 1px solid #E8E8E8;
			border-bottom: 1px solid #E8E8E8;
			background: #ffffff;
		}
					
		.content-nav a,
		.inline-menu a {
			display: block;
			float: left;
			padding: 9px 25px 10px 0px;
			margin: 2px 5px 0 0px;
			color: var(--links) !important;
			font-weight: bold;
		}
		.attop a{
		  padding: 10px 25px 10px 0px;
		}		
		.content-nav a:last-child,
		.inline-menu a:last-child {
			padding-right:0px;
		}
		.scroll-page p,
		.product-page .usp-main .usp-col .usp-text p {
			line-height:1.75;
		}
		.attop {
		  position:fixed;
		  top: 0px;
		  background-color: #ffffff;
		  height: 45px;
		  border-top: 1px solid #ffffff;
		  left: 0;
		  z-index:999;
		  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
		  margin-top: 60px;  
		  border-top: 1px solid #E8E8E8;
		  border-bottom: 1px solid #E8E8E8;
	/*	  transition: all .5s ease-in-out; */
		}

		.topmenu{display:none}		
		.attop .topmenu{
			display:block;
			}
		.attop .inline-menu{
			
			}

		}
		
		@media (max-width: 767px) {
			.inline-menu {display: none;}	
			.section-wrapper.attributes{margin-top: -20px;}	
			.product-description #load-popup-rich-content{margin-top:15px;}			
		}

	/*	Product box (right column)
	-------------------------------------------------- */		
		.rightcol .product-box h4{margin-top:0px; margin-bottom: 20px; font-weight:600;}
		
		

					
	/*	Store USP's
	-------------------------------------------------- */
		.product-page .rightcol .store-usp{
			background: #f9f9f9;	
			padding: 15px;
			margin-top:20px;
		}
		.product-page .rightcol .store-usp ul{
			margin:0;
		}
		.product-page .rightcol .store-usp li::before {
			font-family: 'FontAwesome';
			content: '\f00c';
			margin: 0 15px 0 -30px;
			color: #6FB353;
			font-size: 18px;
			vertical-align: -2px;
		}	
		
		.product-page .rightcol .store-usp ul li {
			list-style-type: none;
			line-height: 14px;
			margin-bottom: 5px;
			line-height: 1.5em;
		}

	/*	Price
	-------------------------------------------------- */

		.product-page .rightcol .price {
			font-size: 16px;
			font-weight: bold;
			color: #333;
			float:right;
			text-align:right;
			padding-top:5px;
		}
			.product-page .product-top .rightcol .price-normal, 
			.product-page .product-top .rightcol .price-new { font-size:22px; }

			.price-tax { 
				display: block;
				font-size: 12px; 
				color: #999;
				font-weight: normal;
			}

			.product-page .price-extras { 
				text-align: left; color: #555; 
				font-weight: normal; 
				margin-bottom: 10px;
			}

				.product-page .discount { 
					padding: 0;
					margin: 0;
					font-size: 13px;
				}
				.product-page .rightcol .discount li {
			    list-style-type: none;
			    display: inline-block;
				}
				.product-page .rightcol .discount li + li:before {
					content: '/';
					margin: 0 8px;
				}

					.product-page .points,
					.product-page .reward,
					.product-page .discount { 
						font-size: 13px; 
					}
					.product-page .points span,
					.product-page .reward span,
					.product-page .discount span {
						font-weight: bold;
					}
					.product-page .price i { margin-right: 5px; }			

/*	Right top column product-box
	-------------------------------------------------- */						
	@media (max-width: 767px) {
		.product-page .rightcol .product-box h4{ padding-top:20px;}
	}
	@media (min-width: 768px) {				
		.product-page .rightcol .product-box{
			background-color: #f9f9f9;
		}
		#quickViewContent .product-page .rightcol{margin-top:-30px;}
	}
	@media (min-width: 768px) and (max-width: 991px) {				
		.product-page .rightcol .product-box{
			padding:15px 15px 25px 15px;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {				
		.product-page .rightcol .product-box{	
			padding:20px;
		}
	}	
	@media (min-width: 1200px) {				
		.product-page .rightcol .product-box{
			padding:25px;
		}
	}
	
	
	@media (min-width: 1199px) {				
		.product-page .rightcol{
			min-height:670px;
		}
		#quickViewContent .product-page .rightcol{
			min-height:50px;
		}
	}
					
	/*	Top attributes
	-------------------------------------------------- */					

		.product-page .top-attributes {
			border-top: 1px solid #E7E7E7;
			padding: 10px 0px 5px 0px;
			margin-bottom: 10px;
		}			
					

	/*	Options
	-------------------------------------------------- */

		.product-page .options {
	/*		use this style without postcode check
			border-top: 1px solid #E7E7E7;
			padding: 10px 5px 0px 5px; */
			padding: 0px 5px 0px 5px;
			margin-bottom: 20px;
			color: var(--colorBody);
		}
		.product-page .options label.control-label,
		#quickViewContent .product-page #product label.control-label{font-size:1em; margin-bottom:0px;}
		
		
		/*
		.product-page .options .radio span.cm-option,
		.product-page .options .checkbox span.cm-option,
		*/
		#cm-edit-cart-options .checkbox span,
		#cm-edit-cart-options .radio span,
		#quickViewContent .product-page #product .checkbox span,
		#quickViewContent .product-page #product .radio span{ 
			float: right;
			
		}
		
		/*BEGIN NEW 01-06-2023*/
		.product-page .options .cm-option-label{width: 100%; font-weight: 400;}
		.product-box  .options .radio input[type="radio"] {margin-left:0px;}
		.product-box  .options .radio{margin: 8px 0px -5.4px 0px;}
		.product-page .options .radio .cm-option-price{position:absolute; display: inline-block; right: 0px;}
		.product-box div.radio img{border:none; height:42px; width:42px;margin-top:-4px;}		
		.product-page .options .cm-checkbox-label{width: 100%; font-weight: 400;}
		.product-box  .options .checkbox input[type="checkbox"] {margin-left:0px;}
		.product-box  .options .checkbox{margin: 8px 0px -5.4px 0px;}
		.product-page .options .checkbox .cm-option-price{position:absolute; display: inline-block; right: 0px;}	
		.product-box div.checkbox img{border:none; height:42px; width:42px;margin-top:-4px;}			
		/*When extra description in option*/
		.dc-option-value-description-element {margin-left: 1px; margin-top:-3px; position: absolute;}		
		.product-page .options .cm-option.cm-plus-info{vertical-align: 8px !important;}
		/*diversen*/
		.product-page .options .cm-option{display:inline-block !important;} 
		/*END NEW*/

		#quickViewContent .product-page #product .radio span,
		#quickViewContent .product-page #product .checkbox span{margin-right:10px;}
		
		.product-page .option-image input { 
		  float: none; 
		  display: inline; 
		  margin-right: 6px; 
	  	}
			

	/*	Cart
	-------------------------------------------------- */

		.product-page .cart { padding: 10px 0; }
		.product-page .cart a { text-decoration:none; }

			.product-page .more-actions { margin:8px 0; }
			.product-page .more-actions span { display: inline-block; margin-right: 6px; 	}
			.product-page .minimum, 
			.product-page .maximum { 
				color: #BBB; 
				font-family: sans-serif; 
				padding-top:8px; 
				display: block;
			}
			.qty-minus, .qty-plus {
				text-align: center;
				cursor: pointer;
				font-size: 1.5em;
				font-weight: 200;
				display: inline;
				padding: 8px 4px;
				color: #999;
			}
			.qty-minus:hover, .qty-plus:hover {
				color: #282828;
			}
			.qty-input-div {
				display: inline-block;
			}
			.input-qty {
				margin-bottom: 10px;
				white-space: nowrap;
			}
			.qty-input-div input[type="text"] { 
				margin: 0;
				width: 45px;
				height: 45px;
				padding: 5px 8px;
				display: inline-block;
				text-align: center;
			}
			.product-page .qty-input-div input[type="text"] { 
				font-size:16px; 
				margin: 0;
				width: 45px;
				height: 45px;
				display: inline-block;
				text-align: center;
				border-radius: 0;
			}

	/*	Review buttons
	-------------------------------------------------- */

		.product-page .review span {
			font-size: 8px;
			color: #111;
		}
		.product-page .page-header .review span{width:2.35em;}
		.product-page .review-wrapper .review span{width:2.35em; font-size:0.7em;}
		.product-page .review-wrapper .stars span{width:2.35em;}

		.product-page .stock-review .review {
			float: right;
		}
		.product-page .stock-review .review span {
			color: #111;
			font-size: 6px;
		}
		.product-page .review .btn { margin-left: 6px; }

	/* Wishlist/Comparison */

		.product-page .links {
			clear: both;
			overflow: hidden;
			margin-top: 0;
			padding-bottom: 10px;
		}
		.product-page .links .btn { color: #666; }
		.product-page .links.both .btn {
			width: 48%;
			float: left;
		}
		.product-page .links.both .btn span { display: none; }
		.product-page .links.both .btn + .btn { margin: 0 0 0 4%; }
		.product-page .links .btn-wishlist i.fa { color: #2AA9E8; }


	/*	Review details
	-------------------------------------------------- */
		#review { margin: 30px 0; text-align: justify; }
		#review .row {
			margin-bottom:20px;
			padding-top: 20px;
		}
		#review .row + .row { border-top: 1px solid #eee; }
		#review .author { font-size: 1.1em; color: #333; }
		#comment_form { margin-bottom: 20px; }
			#add-review {
				border-bottom:1px solid #ddd;
				overflow: hidden;
				margin: 10px 0;
			}
			.layout-accordion #form-review {padding: 1em;}
				.review-date { 
					font-size:0.9em;
					color: #999; 
				}
				#form-review fieldset {
					clear: both;
					border: 1px solid #ccc;
				}
				.layout-accordion #form-review fieldset { margin: 0 15px; }
				#form-review legend {
					margin: 0 0 0 10px;
					padding: 0 10px;
					width: auto;
					border: 0;
				}

				.form-rating .form-rating-container{ float:left }
				.form-rating .form-rating-container label,
				.form-rating .form-rating-container:hover label{ float:right; margin-bottom:0; padding:3px 5px 0 0; cursor:pointer; }
				.form-rating .form-rating-container label i,
				.form-rating .form-rating-container:hover label i{ -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; font-size:18px; }
				.form-rating .form-rating-container label i.fa-star-o,
				.form-rating .form-rating-container:hover label i.fa-star-o{ color:#282828; }
				.form-rating .form-rating-container label i.fa-star,
				.form-rating .form-rating-container:hover label i.fa-star{ color:transparent; }
				.form-rating .form-rating-container input{ display:none }
				.form-rating .form-rating-container:hover label:hover i.fa-star-o,
				.form-rating .form-rating-container:hover label:hover~label i.fa-star-o{ color:#282828 }
				.form-rating .form-rating-container:hover label:hover i.fa-star,
				.form-rating .form-rating-container:hover label:hover~label i.fa-star{ color:#282828 }
				.form-rating input:checked~label i.fa-star-o{ color:#282828 }
				.form-rating input:checked~label i.fa-star{ color:#282828 }

				.layout-accordion #review .col-sm-3,
				.layout-accordion #review .col-sm-9 {
					width: 100%;
					float: none;
					clear: both;
				}
				.layout-accordion #review .col-sm-3 { margin-bottom: 10px; }


	/*	Share buttons
	-------------------------------------------------- */
	@media (min-width: 768px) {
		.product-page .share {
			line-height: normal;
			margin: 0 0 -30px -3px;
		}
	}
		.product-page .share ul { padding: 0;  }
			.product-page .share ul li {
				display: inline-block;
				margin: 0 3px 3px 0;
			}
			.product-page .share a {
				line-height: 16px;
				font-size: 16px;
				display: inline-block;
				padding: 5px;
				text-decoration: none;
				color: #777;
			}
			.product-page .share a:hover { color: #000; }


	/*	Tags
	-------------------------------------------------- */

			.tags a { padding-left: 2px; }

	/*	Tabs
	-------------------------------------------------- */

		.nav-tabs {margin: 20px 0;}
		.nav-tabs > li {display: inline; float: none;}
		
		.nav-tabs > li > a,
		.nav-tabs > .active > a {
			border-width: 0 0 3px !important;
			border-bottom: 3px solid #ddd;
			margin: 0;
			display: inline-block;
		}
		.nav-tabs > li > a i,
		.nav-tabs > .active > a i {
			margin-right: 4px;
			opacity: 0.5;
			display: none;
		}
		.nav-tabs > li > a:hover i,
		.nav-tabs > .active > a:hover i {
			opacity: 1;
		}
		.nav-tabs > li > a:hover {
			background-color: transparent;
		}
		.nav-tabs > li.active > a,
		.nav-tabs > li.active > a:hover,
		.nav-tabs > li.active > a:focus {
			border-bottom-color: #2AA9E8;
			background: transparent;
		}

	/*	Full description
	-------------------------------------------------- */

		.rightcol #full-info {padding-top: 15px;}
		

		.tab-pane > .contentset { display: none; }

		/* Tabs */

		.nav-tabs {
			text-align: center;
			list-style: none;
			border:0;
		}

		.nav-tabs>li {
		  font-size: 1.2em;
		}

		/* Inline */


		@media (min-width: 768px) {
			.layout-inline .nav-tabs { display: none; }
			.layout-inline .contentset { padding-left: 0; display: block; }
			.layout-inline .contentset .inner { font-weight: normal; }

			.layout-inline .tab-content>.tab-pane {
				display: block;
				visibility: visible;
				opacity: 1;
			}
		}

		/* Accordion */

		.panel-group .panel {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border-width: 1px 0 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.panel-default > .panel-heading {
			background-color: transparent;
			border-width: 1px 0 0;
		}
		.panel-title { font-size: 1.1em; }
		.panel-heading .accordion-toggle { display: block; }
		.panel-group .panel-heading+.panel-collapse .panel-body { border: 0; }
		.accordion-toggle:hover,
		.accordion-toggle.active {
			color: #333;
			text-decoration: none;
		}
		.accordion-toggle.active:hover { background: transparent; }

		.accordion-toggle .expand, .accordion-toggle .fa {
			display: block;
			float: right;
			cursor: pointer;
			width: 16px;
			height: 16px;
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(opacity=50);
			font-family: 'FontAwesome';
			text-align: right;
		}
		.accordion-toggle .expand:before {
			content: "\f105";
		}
		.accordion-toggle:hover .expand {
			opacity: 1.0;
			-moz-opacity: 1.0;
			filter: alpha(opacity=100);
			color: #2AA9E8;
		}
		.accordion-toggle.active .expand:before { content: "\f106";}
		.accordion .table td, .accordion .table th { border-top-style: dotted; }
		
		.attribute th { color: #111; }	
		.attribute thead td {
			text-align: center; 
			color: #999;
			padding-top: 15px;
		}
		.tab-pane {
			width: 100%;
			position: relative;
			padding-top: 10px;
		}
		.nav-tabs > li.active > a,
		.nav-tabs > .active > a:hover {
			color: #333;
		}


		/*Attributes*/
			
		.attribute thead td { background: none; }
		.attribute thead td { text-align: center; color: #999; padding-top: 15px; }
		.attribute thead td { background: none; }

		.tabbed-products .tab-content {
			padding: 0;
			margin: 0;
		}

/*	Manufacturer list
-------------------------------------------------- */

	#manufacturer-list li {
		list-style:none; 
		
	}
	

/*	Manufacturer info
-------------------------------------------------- */
	
	.manufacturer .mainborder .page-header h1{margin-top:9px; margin-bottom:-9px;}

/*	Product comparison
-------------------------------------------------- */
	
	.compare-info td { 
		border-top: 1px dotted #ddd;
		border-left: 1px solid #eee; 
		position: relative;
	}
	.compare-info td.name a {
		font-weight: bold;
		font-size: 1.1em;
	}
	.compare-info td div { position: relative; }

	.compare-info td:first-child { border-left: 0; }

	.compare-info td.title {
		text-align:right;
		font-weight: bold;
	}
	.compare-info .description{ white-space:wrap !important;}
	.nav-container {
		padding: 8px;
		text-align: center;
	}
	#header .navcontainer .navbar-nav > li {
    	padding-bottom: 6px;	
	}
	.compare-info .rating { font-size: 11px; }
	@media (max-width:767px){
		.owl-carousel .compare,
		#product-category .links .compare,
		#product-search .links .compare,
		#product-special .links .compare,
		#product-manufacturer .links .compare{display:none;}
		
		#product-category .links, #product-search .links, #product-special .links, #product-manufacturer .links{height:5px;}
	}


/*	Orders, Downloads, Returns, Wishlist, Address
-------------------------------------------------- */
	#wishlist {padding-top: 2em;}
	#wishlist .row + .row,
	#address-list .row + .row {
		border-top: 1px solid #eee;
		margin-top: 8px;
		padding-top: 8px;
	}
	.list-actions {
		text-align: right;
	}
	#wishlist .image,
	#wishlist .stock,
	#wishlist .price {
		text-align: center;
	}
	#wishlist .name h4 {
		font-weight: bold;
		font-size: 1.2em;
		margin: 0 0 0.3em;
	}


/*	Shopping Cart
-------------------------------------------------- */

	.heading h1 span.weight {
		color: #666;
		font-size:16px;
		display:block;
		margin-top:8px;
	} 

	#cart-info { padding: 0px 0 30px 0; }
	#cart-contents table {
		border-bottom: 1px solid #ccc;
		margin-top: 20px;
	}
		#cart-info th {
			color: #333;
			padding: 1.2em 0.5em;
		}
		#cart-info td { padding: 1.3em 0.5em; vertical-align: middle; }
		#cart-info .image {	text-align: center; }

		#cart-info .price,
		#cart-info .total {	text-align: right; }
		#cart .total td { padding: 2px 4px; }

		#cart-info .quantity { white-space: nowrap; text-align: center; }

		#cart-info .name a { color: #333; font-weight: bold; }

		small { color: #444; }

		#cart-info .refresh .btn { margin-bottom: 15px; }
		#cart-info #cart-overview .inner{background-color: #f5f5f5; padding: 1px 15px 10px 15px;}
		#cart-info #cart-overview .table tbody,
		#cart-info #cart-overview #accordion{background-color: #ffffff;}
		.success-page .message-order{border:1px solid #ccc; margin-bottom:25px; padding:25px 25px 20px 25px;}
		.order-overview .store{
			background: #f5f5f5;
			padding:30px 25px 0px 25px
		}
		.order-overview .order{
			background: #f5f5f5;
			padding:30px 25px 30px 25px;
			margin-bottom:30px;
		}
		.order-overview .history{
			background: #ecf3fc;
			padding:25px 25px 40px 25px;
		}
		.order-overview .history table{margin-bottom:5px;}
		.order-overview .order table, .order-overview .history table{background: #ffffff;}
		
	
		@media only screen and (max-width: 991px) {
		#cart-info #cart-overview{margin-bottom: 25px;}
		}


	/* Cart modules */

	
		.quote-shipping { padding: 20px;}
		.quote-shipping h4 { font-weight: normal; }

		#cart-module .panel-group .panel { background: transparent; }
		#cart-module .panel-group .panel:first-child {
			border: 0;
		}
		#cart-module h4 a {
			text-decoration: none;
			display: block;
		}
		#cart-module .control-label {
			display: block;
			width: auto;
			text-align: left;
			float: none;
			padding-bottom: 5px;
		}
		#cart-module .form-group { margin-bottom: 0; }
		#cart-module .input-group-btn {
			display: block;
			width: auto;
			padding-top: 10px;
			clear: both;
		}

				#cart-module .control-label,
				#cart-module .control-label + div {
					text-align: left;
					width: 100%;
					float: none;
					padding-bottom: 5px;
				}
				#cart-module .panel-body > .control-label { display: none; }
				#cart-module #button-quote {margin-top: 5px;}

		#cart-module h4 a .fa { float: right; }

		#cart-module .fa-caret-down:before {
	    content: "\f105";
		}


	/*	Cart Total
	-------------------------------------------------- */

		#total-cart { margin-bottom: 10px; } 
			#total-cart > .inner { 
				padding: 31px 20px 30px 20px; 
				border: 1px solid #ecf3fc;
				background-color:#ecf3fc;
			}
			#total-cart .inner > h4 {
				border-bottom: 2px solid #ccc;
				padding-bottom: 12px;
				margin-bottom: 18px;
				font-weight: bold;
				color: #333;
			}
				#total-cart td { 
					padding: 6px; 
					text-align: right; 
					border-bottom: 1px solid #eee; 
				}
				#total-cart tr:first-child td {border:0;}
				#total-cart td.total.last { 
					font-size: 16px; 
					font-weight: bold; 
				}		
			#total-cart #continue-shopping { margin-top: 6px; font-weight: bold; font-size: var(--fontDefaultSize); padding: 12px 16px;}

/* Account
-------------------------------------------------- */

	.forgotten { float: right; }
	.contentset .fa { margin-right: 6px; }
	

/* Edit cart - modal sxreen */
	#editCartOptionsModal #editCartOptionsButton{color:#ffffff; font-size: var(--fontDefaultSize); font-weight:600; padding: 10px 16px; margin-top:20px;}
	#editCartOptionsModal .modal-header{padding: 15px 15px 15px 13px !important;}
	#editCartOptionsModal {min-width:320px; left: 0px !important; right: 0px !important;}
	#editCartOptionsModal .intro-text{font-size:13px; padding-bottom:5px;}
	#editCartOptionsModal .modal-body-top{padding:15px 20px 0px 20px !important;}
	#editCartOptionsModal .modal-body{padding:0px 20px 40px 20px !important;}
	#editCartOptionsModal .modal-body .control-label{font-size: var(--fontDefaultSize); padding-bottom:0px; margin-bottom:0px;}


/*	Checkout
-------------------------------------------------- */

	#checkout.mainborder {
		padding: 40px 30px;
		border: 4px solid #eee;
	}
	#checkout .panel-default {
		border-width: 1px 0 0 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#checkout .panel-default:first-child {border: 0;}
	#checkout .panel-title {
		font-size: 1.2em;
		color: #777;
	}
	#checkout .panel-title .accordion-toggle {
		text-transform: none;
	}
	#checkout .panel-title a.active {
		text-transform: none;
		text-align: center;
		padding: 1em 0.8em;
		font-size: 1.5em;
		font-weight: bold;
		color: #333;
	}
	#checkout .panel-title a.active .fa { display: none;}
	#checkout .panel-default .panel-body {
		padding-left: 5%;
		padding-right: 5%;
	}
	#checkout .step {
		color: #ccc;
		margin-right: 0.3em;
		font-weight: normal;
	}
	.checkout-confirm .quantity { text-align: center; }
	.checkout-confirm .price,
	.checkout-confirm .total { text-align: right; }
	.checkout-confirm tfoot tr:first-child td { border-top: 2px solid #ccc; }
	#checkout .buttons .pull-right { float: none !important; }
	.login-register { text-align: center; }
	.login-register .nav-tabs {
		border:0;
		display: inline-block;
		margin-bottom: 10px;
	}
	.login-register .tab-content h4 {
		margin-bottom:24px;
		color: #999;
	}
	.login-register .tab-content p { color: #999; }
	.login-register #login label {
		text-align: left;
		display: block;
	}


/*	Chackout Progress Bar
-------------------------------------------------- */

	.checkout-progress {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden
	}
	.checkout-progress:before {
		content: '';
		display: block;
		width: 100%;
		height: 8px;
		background: #E8E8E8;
		position: absolute;
		top: 10px;
		z-index: 0
	}
	.checkout-progress .progress-step {
		display: block;
		float: left;
		width: 33.333%;
		text-align: center;
		position: relative;
		text-decoration: none
	}
	.checkout-progress .progress-step .number {
		width: 28px;
		height: 28px;
		line-height: 28px;
		background: #E8E8E8;
		font-weight: bold;
		font-size: 1.3rem;
		display: block;
		margin: 0 auto;
		color: #838383;
		z-index: 1;
		position: relative
	}
	.checkout-progress .progress-step .label {
		display: block;
		font-weight: bold;
		padding-top: 10px;
		color:#333;
		font-size: 0.9em;
	}
	.checkout-cart-index .checkout-progress .progress-step-1:before {
		content: '';
		display: block;
		height: 8px;
		background: var(--primary);
		position: absolute;
		top: 10px;
		right: 50%;
		width: 400px;
		z-index: 0
	}
	@media only screen and (min-width: 769px) {
	.checkout-cart-index .checkout-progress .progress-step-1:before {
		top: 14px
	}
	}
	.checkout-cart-index .checkout-progress .progress-step-1 .number {
		background: var(--primary);
		color: #FFF
	}
	.checkout-cart-index .checkout-progress .progress-step-1 .label {
		color: var(--primary)
	}
	.checkout-cart-index .checkout-progress .progress-step {
		pointer-events: none
	}
	.checkout-index-index .checkout-progress .progress-step-1:before, 
	.checkout-index-index .checkout-progress .progress-step-2:before, 
	.checkout-success-index .checkout-progress .progress-step-1:before, 
	.checkout-success-index .checkout-progress .progress-step-2:before {
		content: '';
		display: block;
		height: 8px;
		background: var(--primary);
		position: absolute;
		top: 10px;
		right: 50%;
		width: 400px;
		z-index: 0
	}
	@media only screen and (min-width: 769px) {
	.checkout-index-index .checkout-progress .progress-step-1:before, .checkout-index-index .checkout-progress .progress-step-2:before,
	.checkout-success-index .checkout-progress .progress-step-1:before, .checkout-success-index .checkout-progress .progress-step-2:before, .checkout-success-index .checkout-progress .progress-step-3:before {
		top: 14px
	}
	}
	.checkout-index-index .checkout-progress .progress-step-1 .number, .checkout-index-index .checkout-progress .progress-step-2 .number,
	.checkout-success-index .checkout-progress .progress-step-1 .number, .checkout-success-index .checkout-progress .progress-step-2 .number, .checkout-success-index .checkout-progress .progress-step-3 .number {
		background: var(--primary);
		color: #FFF
	}
	.checkout-index-index .checkout-progress .progress-step-1 .label, .checkout-index-index .checkout-progress .progress-step-2 .label, 
	.checkout-success-index .checkout-progress .progress-step-1 .label, .checkout-success-index .checkout-progress .progress-step-2 .label, .checkout-success-index .checkout-progress .progress-step-2 .label, .checkout-success-index .checkout-progress .progress-step-3 .label, .checkout-success-index .checkout-progress .progress-step-3 .label {
		color: var(--primary)
	}
	.checkout-index-index .checkout-progress .progress-step-2, .checkout-index-index .checkout-progress .progress-step-3,
	.checkout-success-index .checkout-progress .progress-step-2, .checkout-success-index .checkout-progress .progress-step-3,  {
		pointer-events: none
	}
	.checkout-success-index .checkout-progress .progress-step {
		pointer-events: none
	}
	.checkout-success-index .checkout-progress .progress-step:before {
		content: '';
		display: block;
		height: 8px;
		background: var(--primary);
		position: absolute;
		top: 10px;
		right: 50%;
		width: 400px;
		z-index: 0
	}
	
	@media only screen and (min-width: 769px) {
	.checkout-success-index .checkout-progress .progress-step:before {
		top: 14px
	}
	}
	.checkout-success-index .checkout-progress .progress-step .number {
		background: var(--primary);
		color: #FFF
	}
	.checkout-success-index .checkout-progress .progress-step .label {
		color: var(--primary)
	}
	@media only screen and (min-width: 769px) {
	.checkout-progress {
		margin: 30px 0 30px
	}
	.quick-checkout .checkout-progress {
		margin: 30px 0 90px
	}
	.checkout-progress:before {
		top: 14px
	}
	.checkout-progress .progress-step .number {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 1.143rem
	}
	.checkout-progress .progress-step .label {
		padding-top: 20px;
		font-size: 1.5rem
	}
	.checkout-progress .progress-step.progress-step-1 {
		padding-left: 17%
	}
	.checkout-progress .progress-step.progress-step-1:before {
		right: 25%
	}
	.checkout-progress .progress-step.progress-step-3 {
		padding-right: 17%
	}
	.checkout-progress .progress-step.progress-step-3:before {
		right: 75%
	}
	}


/*	Footer
-------------------------------------------------- */

	#footer {
		padding: 40px 0;
		border-top: 1px solid #ccc;
	}
	.icons-footer {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.icons-footer i.fa {
		float: left;
		margin-right: 20px;
		font-size: 2em;
		text-align: center;
	}
	.social-footer {
		color:var(--footerSocialIconColor);
		border: 1px solid var(--footerBorderColor);
		border-width: 1px 0;
		padding: 10px 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.social-footer .footer_info { padding: 10px 0;  }
	.social-footer .social { padding: 10px 0; }
	#footer .social a { 
		font-size: 20px;
		display: inline-block;
		text-decoration: none;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		-webkit-border-radius: 99px;
		-moz-border-radius: 99px;
		border-radius: 99px;
	}
	.product-page .share a:hover{text-decoration: none; color: #000;}
	#footer .social a:hover{text-decoration: none; ;color: var(--footerSocialIconColorHover);}

		#footer .contentset {margin: 0 0 10px;border: 0; text-align: left;} 
		#footer .contentset .inner {margin: 0;}
		#footer .contentset span {padding:0; background: transparent;}

		#footer .contentset .inner,
		#footer h3,#footer h4,
		#footer h3 a,#footer h4 a,
		#footer .box-heading { 
			font-weight: bold;
			font-size:16px; 
			line-height: 1.5em;
			color: var(--footerFontHeadingColor);
		}
		#footer h2, 
		#footer h3, 
		#footer h4, 
		#footer h5,
		#footer .contentset span,  
		#footer .box .box-heading {
		color: var(--footerFontHeadingColor);
		}		
		
		#footer h3, #footer h4 {margin-top: 0; font-family: var(--fontHeading);}
		#footer ul {
			list-style:none;
			margin:0;
			padding: 0;
			line-height: 1.8em;
		}
		#footer li a:hover { color: #2AA9E8;}
		#footer li a.btn-link { color: #333; }

		#footer .contact {
			font-size:0.86em; 
			line-height:14px;
		}
			#footer .contact img { 
				margin: 0 0 0 1px; 
				display: inline; 
				vertical-align:bottom; 
			}
			#footer .contact a, 
			#footer .contact a:hover { text-decoration:none; }
		
		#footer .openingtimes{margin-right:-10px;}

		#footend { 
			padding:18px 0; 
			text-align:center;
			font-size: 0.9em;
		}
		#copy, #copy p {
			font-size: 11px;
			line-height: 1.3em;
			color: #777;
		}
		#footer, #footer.ftr-light, #footer.ftr-light .contentset span, #footer.ftr-light .box.newsletter {
    			background-color: #f6f6f6;
		}

	/* Banner */

	.banner .item img.img-responsive {width: 100%;}

	.banner .item .shade,
	.banner .item .title {
		display: none;
	}
	.banner.shade .item .shade {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
		z-index: 20;
		background: rgba(0, 0, 0, 0.3);
		overflow: hidden;
	}
	.banner.shade .item .title {
		display: block;
		border: 1px solid #fff;
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.banner.shade .item .title h3 {
		text-align: center;
		color: #fff;
		text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		top: 45%;
		width: 100%;
		margin: 0;
		position: absolute;
	}


	/*	Revolution Slider
-------------------------------------------------- */

	.tp-bullets.simplebullets.round div.bullet {
		background: transparent; 
		width: 15px;
		height: 15px;
		background: rgba(0, 0, 0, 0.5);
		border: 2px solid rgba(255, 255, 255, 0.3);
		border-radius: 20px;
		box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
		margin: 0px 6px;
	}
	
	@media (max-width: 1199px){
	.rev_slider_wrapper div.tp-rightarrow.default,  
	.rev_slider_wrapper div.tp-leftarrow.default,
	.rev_slider_wrapper .tp-bullets{display:none;}
	}
	.tp-bullets.tp-thumbs {
		z-index: 50;
	}
	.tp-bullets.simplebullets.round div.bullet.selected {background: #2AA9E8;}
	.tp-bannershadow.tp-shadow1,
	.tp-bannershadow.tp-shadow2,
	.tp-bannershadow.tp-shadow3 {display: none;}

	.tp-button, .tp-button:hover, .tp-button:focus {
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
		text-decoration: none;
		background: transparent;
		letter-spacing: 0 !important;
		
		border-radius: 0;
	}
	div.tp-caption.contrast_font,
	div.tp-caption.contrast_font_heading,
	div.tp-caption.contrast_font_heading2,
	div.tp-caption.contrast_font_sub_heading,
	div.tp-caption.main_font,
	div.tp-caption.main_font_heading,
	div.tp-caption.main_font_heading2,
	div.tp-caption.main_font_sub_heading {
		text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
		font-family: arial, sans-serif;
	}
	div.tparrows {
		background: transparent !important;
		border: 2px solid #2AA9E8;
		border-radius: 30px;
		width: 51px;
		height: 51px;
	}
	div.tparrows:before {
		margin-top: 2px;
		width: 35px;
		color: #2AA9E8;
	}
	div.tparrows:hover:before {
		color: #fff !important;
	}
	div.tparrows.default:hover {
		background: #191919 !important;
	}

	
/*	Owl Slider custom styles
	-------------------------------------------------- */

	/* Products carousel */

		div.owl-carousel {
			background: transparent;
			border: 0;
			margin-bottom: 0;
			overflow: visible;
		}
		div.owl-wrapper-outer {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			border:0;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
			box-shadow: none;
		}
		div.owl-controls .owl-page span { background: rgba(0, 0, 0, 0.2); }
		
		div.owl-controls .owl-page span {
			background-color: #fff;
			color: var(--primary);
			border: 1px solid var(--primary);
			box-shadow: none;
			width: 10px;
			height: 10px;}
		div.owl-controls .owl-page.active{vertical-align:-1px;}	
		div.owl-controls .owl-page.active span { background: #2AA9E8; }
		.owl-controls .owl-page {margin: 0px 4px;}
		div.owl-pagination {top: 0;}		
		.owl-carousel .item .inner {
			padding: 10px 10px;
			text-align: center;
			position: relative;
			overflow: visible;
		}
		.owl-carousel .item .inner .onsale { z-index:9999; }
		.owl-carousel .item .cart {
			display: block;
			margin-top:4px;
		}
		.page-home .owl-carousel .item .cart,
		.page-home .tabbed-products .owl-carousel .item .rating,
		.page-home .tabbed-products .owl-carousel .item .price-old {display:none;}
		.page-home .owl-carousel .item .name{min-height: 45px;}
		.page-home .owl-carousel .item .price,
		.page-home .owl-carousel .item .price-new{color: var(--primary); font-size:16px;}
		
		.owl-carousel .item a:hover { text-decoration: none; }
		.owl-carousel .slides img {
			display: inline;
			width: auto;
			max-width: 100%;
		}
		.sidebar .owl-carousel .item .inner { border: 0; }

			div.owl-carousel .owl-buttons .owl-next,
			div.owl-carousel .owl-buttons .owl-prev {
				cursor: pointer;
				background: rgba(255,255,255,0.6);
				background: #fff;
		    -webkit-border-radius: 40px;
		    -moz-border-radius: 40px;
		    -o-border-radius: 40px;
		    border-radius: 40px;
		    border: 1px solid #ccc;
		    width: 30px;
		    height: 30px;
		    line-height: 24px;
		    font-size: 20px;
		    text-align: center;
			}
			div.owl-carousel .owl-buttons div i.fa {
				display: inline;
				vertical-align: middle;
			}
			div.owl-carousel .owl-buttons .owl-next:hover,
			div.owl-carousel .owl-buttons .owl-prev:hover {
				border-color: #2AA9E8;
				color: #2AA9E8;
				background: rgba(255,255,255,0.8);
			}

			.image div.owl-carousel .owl-buttons {
				position: inherit;
				top: auto;
				right: auto;
				width: auto;
				background: transparent;
			}
			.image div.owl-carousel .owl-buttons .owl-next, 
			.image div.owl-carousel .owl-buttons .owl-prev {
				position: absolute;
			}
			.image div.owl-carousel .owl-buttons .owl-prev { left: 10px; }
			.image div.owl-carousel .owl-buttons .owl-next { right: 10px; }

		/* Products Slider styles */
		.product-slider .contentset { margin-bottom: 15px; }
		.product-slider .owl-carousel .owl-buttons div {
			opacity: 1 !important;
			top: -44px;
			right: 0;
		}
		.tabbed-products .product-slider .owl-carousel .owl-buttons div {
			top: -54px !important;
		}
		.product-slider .owl-carousel .owl-buttons .owl-prev {
			left: auto !important;
			right: 30px;
		}
		.product-slider .owl-carousel .owl-buttons .owl-next {
			border-left: 1px solid #ddd;
		}
		.owl-carousel .owl-buttons div i {
			font-size: 18px !important;
		}
		.owl-carousel .owl-buttons div:hover{
			color: #DD4B39;
		}

	/* Banners Carousel */
		.banner-carousel {
			border-top: 1px solid #ddd;
			padding-top: 10px;
		}
		.banner-carousel .owl-prev,
		.banner-carousel .owl-next{top: calc(50% - 15px) !important;}
		 
		 /* specific carrousel css*/
		 #carousel0.banner-carousel{padding: 25px 0 25px 0; margin-top:-10px;}	

	/*	Blog
	-------------------------------------------------- */
	.blog_grid_holder {
		padding-top:13px;
	}
	.blog_item {
		font-size:12px;
		padding:0px 15px 0px 15px;
		display:inline-block;
		vertical-align:top;
		margin-bottom:30px;
		width:100%; /* 1 column grid is default */
	}
	.blog-page.blog-home .blog_item,
	.blog-page.blog-category .blog_item{
		padding:0px;
	}	
	.blog-page .blog_summary.single .date_added .day{font-weight:bold; margin-top:0px !important; color:#111;}
	.blog-page .related-blog .date_added.secondary_background{margin:0;}
	.blog_item .image {
		margin: 10px 0;
	}
	.column-2 .blog_item {
		width:48%; /* 2 columns */
	}
	.column-3 .blog_item {
		width:33%; /* 3 columns */
	}
	.column-4 .blog_item {
		width:24%; /* 3 columns */
	}
	.carousel-1 .blog_item {
		width:100% !important; /* carousel */
		margin-bottom:0px;
	}
	#column-left .blog_item, #column-right .blog_item {
		width:100%; /* carousel */
		margin-bottom:12px;
	}
	.blog_summary { display: table; }
	.blog_summary.single { display: block; }
	.blog_summary .left {
	    display: table-cell;
	    text-align: center;
	    padding-right: 17px;
	    vertical-align: top;
	    font-size: 12px;
	}
	h2.blog_title { 
		font-size: 1.4em;
		line-height: 1.4em;
		margin-top: 0; 
		font-weight: bold;
	}
	#content h2.blog_title { font-size: 1.8em; }
	#content .content-bottom h2.blog_title,
	#content .related h2.blog_title { font-size: 1.4em; }

	h2.blog_title a { text-decoration: none; }
	
	.blog_stats {
		font-size: 0.9em;
		font-weight: normal;
	}
	.blog-single .blog_stats { margin: 10px 0; }
	.blog_stats span {
		display:inline-block;
		margin-right:5px;
		margin-bottom:8px;
		line-height:12px;
	}
	.blog_stats span b { font-weight: normal; }
	.blog_stats span + span {
		padding-left:7px;
		border-left:1px solid #eeeeee;
	}
	.blog_post .share ul { padding: 0;  }
	.blog_post .share li {
    list-style: none;
    display: inline-block;
    padding: 3px 5px;
    vertical-align: middle;
    line-height: 30px;
	}

	.blog_post .tags { padding-top: 1em; border-top: 1px solid #ddd;margin-top: 25px;}
	
	.date_added {
		text-align: center;
    border-right: 1px solid #ddd;
    padding: 10px 10px 5px 10px;
	}
	.blog_post .date_added {
		margin: 15px 10px 20px 0;
		float: left;
	}
	#column-left .date_added{padding:10px 10px 3px 5px;}
	.date_added .day {
    font-size: 32px;
    color: #333;
	font-weight:600;
	font-family:var(--fontHeading);
	width: 40px;
	margin-bottom: 5px;
	margin-top: -3px;
	}
	#column-left .date_added .day {margin-top: -5px;}
	.blog_summary .date_added .day {
	    display: block;
	    font-size: 30px;
	    line-height: 20px;
	}
	
	.blog_post .main_description h4{
		font-weight:700;
		margin-top:20px;
	}

	.blog_item .image{}

	/* Blog slider - full width */
	.content-bottom .box-content.latest,
	.blog-page .related-blog.product-slider,
	.col-sm-12 .box-content.latest{ padding:0px; margin-left:-15px;}
	
	.content-bottom .box-content.latest .blog_item,
	.blog-page .related-blog.product-slider .blog_item,
	.col-sm-12 .box-content.latest .blog_item{padding: 0px 0px 0px 15px;}
	
	.content-bottom .box-content.latest .owl-prev,
	.col-sm-12 .box-content.latest .owl-prev{left: 25px;}
	
/*	.content-bottom .box-content.latest .blog_stats,
	.col-xs-12 .box-content.latest .blog_stats{display:none;}	
*/
	
	/*blog page settings*/
	.blog-page #column-left .latest .image,
	.blog-page #column-left .latest .blog_stats,
	.blog-page #column-left .latest p{display:none;}
	
	.blog-page #column-left .latest h2{font-weight:400; font-size: var(--fontDefaultSize); font-family:var(--fontBody) !important;}
	.blog-page .product-slider .image img{margin-left:auto; margin-right:auto;}
	
	/*blog setup discription text*/
	.main_description .tab-content img {
		float: left;
		margin: 5px 25px 15px 0;
		width: 325px;
	}
	
	 #column-left .blog_summary .left{display: table-cell;}
	 
	 @media (min-width:768px) and (max-width:1199px) {
		.owl-wrapper-outer .blog_summary .left{display: none;}
	 }
	 
	  @media (min-width:540px) and (max-width:767px) {
		.owl-wrapper-outer .blog_summary .left{display: none;}
	 }

  	 @media (max-width:420px) {
		.blog-page .blog_summary .left,
		.blog-page .blog_post .date_added{display: none;}
		.blog_post .page-header h1,
		#content h2.blog_title{font-size:1.5em !important;}
	 }

	  @media (max-width:375px) {
		.owl-wrapper-outer .blog_summary .left{display: none;}
	 }	 
	
	.main_description a {
    	color: var(--primary);
    	text-decoration: none;
	}
	
	.main_description #leesmeerbutton {
    	text-decoration: underline;
    	color: var(--primary);
    	cursor: pointer;
    		}
	.main_description h2{
		font-family: montserrat;
    	font-size: 1.8em;
    	font-weight: 600;
	}
	.main_description h3 {
		font-size: 18px;
    	font-weight: 600;
		margin-top: 20px;	
	}
	.main_description .seperator-line {
		border-top: 1px solid #e6e6e6;
		margin: 25px 15px 15px 15px;
	}
	.main_description .btn.btn-primary{
		border-color: var(--primary)
	}
	.main_description .btn.btn-primary{
		border-color: var(--primary)
	}
	
	.main_description .btn.btn-primary:hover,
	.main_description .btn.btn-primary:focus,
	.main_description .btn.btn-primary:active{
		border-color: #363636
	}

	.main_description .nav-pills > li.active > a, 
	.main_description .nav-pills > li.active > a:hover, 
	.main_description .nav-pills > li.active > a:focus {
		background-color: var(--primary);
		border-radius: 0px;
	}
	
	.main_description .highlight-left {
		background-color: #f5f5f5;
		width: initial;
		padding: 5px 20px;
		margin-left: -10px;
		margin-top: 5px;
	}
	.main_description .grid-section{
		margin-left:-15px; 
		margin-right:-15px;
	}
@media only screen and (max-width:991px) {
	.main_description .tab-content img {
		display: block;
		float: initial !important;
		margin: 20px auto;
		margin-top: 20px;
		margin-top: 50px;
		width: auto;
	}	
	.main_description .highlight-left, .highlight-right {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
}
}

				
/*	Right top Dailydeal box
	-------------------------------------------------- */						
					
	.dailydeal-counter {
    
	   background: #333334;
    margin-bottom: 30px;
    position: relative;
    
	height:90px;
	max-height:90px;
	min-height:90px;
}

.dailydeal-counter::before {
    content: "";
    width: 180px;
    height: 105px;
    display: block;
    background: url(../image/counter-weekendknaller.png) no-repeat 50%;
    position: absolute;
    top: -90px;
    right: 0;
}	
.dailydeal-counter__qty {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: url(../image/voorraadmeter.svg) no-repeat center center;
        background-size: auto auto;
    background-size: 100%;
    top: -15px;
    left: 20px;
}	
.dailydeal-counter__qty::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #333334;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
}

.dailydeal-counter__gauge {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    transform: rotate(-110deg);
}

.dailydeal-counter__gauge::before {
    content: "";
    display: block;
    width: 6px;
    height: 35px;
    background: #333334;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 35px);
}

.dailydeal-counter__gauge.range-0 {
    transform: rotate(-110deg);
}
.dailydeal-counter__gauge.range-1 {
    transform: rotate(-88deg);
}
.dailydeal-counter__gauge.range-2 {
	transform: rotate(-66deg)
}
.dailydeal-counter__gauge.range-3 {
	transform: rotate(-44deg)
}
.dailydeal-counter__gauge.range-4 {
	transform: rotate(-22deg)
}
.dailydeal-counter__gauge.range-5 {
	transform: rotate(0deg)
}
.dailydeal-counter__gauge.range-6 {
	transform: rotate(22deg)
}
.dailydeal-counter__gauge.range-7 {
	transform: rotate(44deg)
}
.dailydeal-counter__gauge.range-8 {
	transform: rotate(66deg)
}
.dailydeal-counter__gauge.range-9 {
	transform: rotate(88deg)
}
.dailydeal-counter__gauge.range-10 {
	transform: rotate(110deg)
}


		/*	Deals
		-------------------------------------------------- */

		.countdown_deals {
			border: 1px solid #dddddd;
			padding: 1em 1.5em;
			margin: 1em 0;
		}
		  
		.countdown_deals .owl-controls { margin-top: 10px; }
		.countdown_deals .owl-carousel { margin: 0; }
		.countdown_deals .contentset {
			border-color: transparent;
			margin: 2em 0 1em;
		}

		.countdown_deals .caption { min-height: auto; }

		.countdown_deals .caption h4.name { height: auto !important; min-height: 43px;}

		.countdown_deals .description { margin-bottom: 10px; font-size: 0.9em; display: none; }

		.countdown_deals .owl-item .product-thumb {
			border-right: 1px solid #ddd;
		}
		.countdown_deals .owl-item:last-child .product-thumb { border: 0; }

		.countdown_deals .hide_cart .cart { display: none; }
		
		.countdown_sec_titles { display: table; width: 100%; }
		.countdown_sec_titles span { display: table-cell; text-align: center; font-size: 0.9em; }

		span.countdown-row {
		  display: block;
		  text-align: right;
		}
		span.countdown-section {
	    display: inline-block;
	    position: relative;
	    text-align: center;
	    -webkit-transition: all 0.4s ease-out;
	    -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	    -o-transition: all 0.4s ease-out;
		}
		span.countdown-section:before{
	    content: ":";
	    float: left;
	    margin-left: -5px;
		}
		span.countdown-section:first-child:before{
		  display: none;
		}
		span.countdown-period {
		  font-size: 11px;
		  display: block;
		}
		


	/*Product page countdown*/

	.box-timer.is-countdown {
	    white-space: nowrap;
	    display: inline-block;
			font-size: 12px;
			font-weight: normal;
	    text-align: center;
	    color: #fde9e9;
	    background: #ff676b;
			border-bottom-right-radius: 20px;
	    padding: 0 14px 0 4px;
	    margin-top: 5px;
	}

/*
	.product-page .box-timer.is-countdown:before {
	    content: "\f017";
	    font-family: "FontAwesome";
	    margin: 0 6px;
	    display: inline-block;
	    color: #fff;
	}
*/	
	span.countdown-row { display: inline-block; border: 0; }

	span.countdown-period { display: none; }
	

	span.countdown-row > span:first-child .countdown-period {
	    display: inline;
	    padding-left: 5px;
	    font-size: inherit;
	    text-transform: uppercase;
	}

	span.countdown-section {
	    display: inline-block;
	    width: auto;
	    background: transparent;
	    padding: 0 5px;
	    line-height: 19px;
	    position: relative;
	    text-align: center;
	    -webkit-transition: all 0.4s ease-out;
	    -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	    -o-transition: all 0.4s ease-out;
	}
	span.countdown-section:before { display: none; margin-right: 5px; }
	span.countdown-section:nth-last-child(2):before,
	span.countdown-section:last-child:before {
	    display: inline-block;
	 }
	

	 span.countdown-amount {
     display: inline;
     background: transparent;
     font-size: inherit;
	 }
	.box-timer.is-countdown {
		white-space: nowrap;
		display: inline-block;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		color: #fff;
		background: transparent;
		border-bottom-right-radius: 0px;
		padding: 0 14px 0 4px;
		margin-top: -3px;
		list-style:none;
		right: 0px;
		position: absolute;
	}
	#quickViewContent .product-page .box-timer.is-countdown {
			background: #313131;
			padding: 15px 15px 2px 15px;
			margin-top: 50px;
			position: inherit;
			/*mods*/
			width:100%;
			text-align:left;
			
	}
	
	
	
	#quickViewContent .product-page .onsale{left:15px;}
	#quickViewContent .product-page .box-timer.is-countdown::after{
			content: "";
			width: 180px;
			height: 105px;
			display: block;
			background: url(../image/counter-weekendknaller.png) no-repeat 50%;
			position: absolute;
			top: -75px;
			right: 0;		
					
	}
	
	
	.countdown_deals .box-timer.is-countdown {
			right: initial;
			position: initial;
			background: #333334;
			padding: 0 5px 0 5px;
	}
	.countdown_deals .owl-carousel .item .cart,
	.countdown_deals .owl-carousel .item .rating{display:none;}
	.countdown_deals .owl-carousel .item .price-new {
			color: var(--primary);
			font-size: 16px;
	}
	
	
	.product-page span.countdown-row{width:190px;}
	.product-page span.countdown-period { display: block; }
    .product-page span.countdown-row > span:first-child .countdown-period {
	    display:list-item;
	    padding-left: 0px;
	    font-size: inherit;
	    text-transform: none;
	}
	.product-page span.countdown-section{text-align:center;  width: 25%;
    display: inline-block;
    line-height: 35px;
   }
	.product-page span.countdown-amount {display: block; background-color: #fff; color:var(--primary); font-size:18px; font-weight:800;}
	.product-page span.countdown-period{margin-top:-6px;}
	.product-page span.countdown-section:before{
	    content: "";
	    float: left;
	    margin-left: -12px;
		}
	.countdown_deals .owl-carousel .owl-wrapper-outer {
    	width: 99.4% !important;
		}	
		
	  @media (max-width: 767px) {				
		  .dailydeal-counter{
				margin-top:95px;
		  }
		  .product-page .box-timer.is-countdown {
			  margin-top:24px;
	  	  }
		  /*
		  .page-home .countdown_deals {
			  border: none;
			  padding: 0;
		  }
		  */	
		  .page-home .box-timer.is-countdown {
			  font-size: 11px;
			  padding: 0 5px 0 0;
			}
		
	  }
	  
	  
	  @media (min-width: 768px) {				
		  .dailydeal-counter{
				margin: -25px -25px 25px;
				padding: 25px 35px 35px 140px;
		  }
	  }	
	    
	   @media (min-width:768px) and (max-width:991px) {
		.dailydeal-counter__qty {
			left: 11px;
			z-index: 1;
		}	
		
	   }

	   @media (min-width:992px) and (max-width:1199px) {
		.dailydeal-counter__qty {
			left: 10px;
			z-index: 1;
		}	
	   }
	  
	/* Rich Banners
	-------------------------------------------------- */

	.rich_banner {
		overflow:auto;
		text-align: center;
		margin: 1em -10px 1em 0;
	}
	.rich_banner .banner { padding: 0 10px 0 0; margin-bottom: 0.6em; }
	.rich_banner .img-responsive {width: 100%;}
	.rich_banner .banner_inner {
		border-left: 1px solid #eee;
		display: block;
		text-decoration: none;
	}
	.rich_banner .image.banner_inner { border-radius: 0; }
	.rich_banner .banner:first-child .banner_inner { border: 0 !important; }
	.rich_banner .info_wrapper {			
		display: block;
		text-align: center;
		bottom: 8px;
		right: 8px;
		left: 8px;
		top: 8px;
		padding: 10px 20px;
		transition: bottom 400ms;
	}
	.rich_banner .image .info_wrapper {
		position: absolute;
		text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	}
	.rich_banner .info_wrapper h4 {
		font-size:18px;
		line-height:26px;
		margin-bottom: 0;
	}
	.rich_banner .info_wrapper a { text-decoration: underline; }
	.banner_inner {
		-webkit-backface-visibility:hidden;
		overflow:hidden;
		position: relative;
	}
	.zoom_image { transition:all 400ms; }
	
	
	/*	Testimonials
	-------------------------------------------------- */
	
	.box.testimonials {
		padding: 15px;
		border: 1px solid rgba(0,0,0,0.3);
		margin-top:40px;
	}
	.box.testimonials .contentset {display: none;}
	.testimonials.carousel {margin-bottom: 0;}
	.item.testimonial {
		text-align:left;
		padding:5px 15px;
		margin-bottom:30px;
	}
	.testimonial_list {
		text-align: center;
		padding:20px 10%;
		margin-top: 20px;
		background: #f6f6f6;
	}
	.carousel .item.testimonial {
		margin-bottom:0px;
		padding:0 5% !important;
		text-align: center;
		width: 100% !important;
	}
	.item.testimonial:before {
		display:none;
	}
	.item.testimonial .heading, .testimonial_list .heading {
		font-size:1.3em;
		line-height:28px;
		margin-bottom:10px;
		color: #111;
		font-weight:700;
	}
	.item.testimonial .review, .testimonial_list .review {
		margin-bottom:10px;
		line-height:21px;
		font-size: 1em;
		display:block;
	}
	@media (min-width: 768px) {
		.carousel .testimonial .review:before {
			font-family: 'FontAwesome';
			font-size: 2em;
			margin: 0 5% 0 5%;
			color: rgba(0,0,0,0.25);
			content:"\f10d";
			float: left;
		}
	}
	.item.testimonial .city, .testimonial_list .city {
		color:#999;
	}
	.item.testimonial .rating, .testimonial_list .rating {
		display:inline-block;
		margin: 0 0 10px;
		position: relative;
		top: auto;
		right: auto;
		display: block;
		font-size: 1em;
		color: #111;
	}
	.testimonial_author {
		display: inline-block;
		border-top: 1px solid #ddd;
		padding: 6px 20px 0;
		margin-top: 10px;
	}
	.testimonials_links {
		padding:0 15px;
		margin-bottom: 10px;
		text-align:right;
		width:100%;
	}
	.testimonials_links a {
		margin-left:5px;
		font-size:13px;
	}
	.testimonials_links .writetest {
		border-left: 1px solid #ddd;
		padding-left: 10px;
		font-weight: bold;
	}	
	.testimonials_links a:hover {
		color:  #2AA9E8;
	}
	.testimonial_list .fa-stack-2x{
		font-size: 1.65em;
	}
	.testimonial_list .fa-stack {
		width: 1.75em;
	}
	.footer_modules .testimonials .contentset,
	.footer_modules .testimonials .testimonials_links {
		display: none;
	}

	/*	Newsletter Signup
	-------------------------------------------------- */

	.box.newsletter {
		background: #f6f6f6;
		padding: 2em;
	}


	/*	Cloud zoom
	-------------------------------------------------- */

		/* This is the moving lens square underneath the mouse pointer. */
		.cloud-zoom-lens {counter-reset: 
			border: 4px solid #888;
			margin:-4px;	/* Set this to minus the border thickness. */
			background-color:#fff;	
			cursor:move;		
		}
		/* This is for the title text. */
		.cloud-zoom-title {
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			position:absolute !important;
			background-color:#000;
			color:#fff;
			padding:3px;
			width:100%;
			text-align:center;	
			font-weight:bold;
			font-size:10px;
			top:0px;
		}
		/* This is the zoom window. */
		.cloud-zoom-big {
			border:1px solid #ccc;
			overflow:hidden;
		}
		/* This is the loading message. */
		.cloud-zoom-loading {
			color:white;	
			background:#222;
			padding:3px;
			border:1px solid #000;
		}
		.mousetrap {max-height: 100%; max-width: 100%;}


		#toTop {
			display:none;
			text-decoration:none;
			position:fixed;
			bottom:10px;
			right:10px;
			overflow:hidden;
			width:51px;
			height:51px;
			border:2px solid var(--primary);
			background:transparent; 
			color: #2AA9E8;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			z-index: 1040;
		}
		#toTop:before {
			font-family: 'FontAwesome';
			content: '\f106';
			color: #2AA9E8;
			font-size: 36px;
			line-height: 44px;
			padding: 12px;
		}
		#toTop:hover { background:var(--primary); }
		#toTop:hover:before {color: #fff; }
			#toTopHover { display: none !important;}

			#toTop:active, #toTop:focus { outline:none; }



/* Layouts
-------------------------------------------------- */

	/* Dark Header */

		#header.hdr-dark,
		#header.hdr-dark.navbar-fixed-top,
		.page-home #header.hdr-dark.slide-behind:hover,
		.home #header.hdr-dark.slide-behind:hover,
		#header.hdr-dark.navbar-fixed-top,
		#header.hdr-dark.navbar-fixed-top.slide-behind { 
			background-color: var(--headerBackground);
			border-color: var(--headerBorderColor);
		}
		#header.hdr-dark .header_inner {
			border:0;
		}
		#header.hdr-dark .rightbox .btn-link,
		#header.hdr-dark .leftbox .btn-header,
		#header.hdr-dark.slide-behind.background-light:hover .search-trigger a,
		#header.hdr-dark.slide-behind.background-light:hover .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.background-light:hover .rightbox .btn-link,
		#header.hdr-dark.slide-behind.background-light:hover .leftbox .btn,
		#header.hdr-dark.slide-behind.background-dark:hover .search-trigger a,
		#header.hdr-dark.slide-behind.background-dark:hover .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.background-dark:hover .rightbox .btn-link,
		#header.hdr-dark.slide-behind.background-dark:hover .leftbox .btn,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-light .search-trigger a,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-light .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-light .rightbox .btn-link,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .search-trigger a,
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .navbar .nav > li > a, 
		#header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .rightbox .btn-link {
			color: #fff;
			text-shadow: none;
		}
		#header.hdr-dark .navbar .nav > li > a,
		#header.hdr-dark .navbar .nav > li:hover > a,
		#header.hdr-dark .navbar .nav > li > a:hover
		#header.hdr-dark .dropdown-menu a:hover {
			color: #fff;
		}
		@media (min-width: 1200px) {
			#header.leftlogo.hdr-dark .rightbox .hdr-buttons {
				border-color: rgba(255,255,255,0.2);
			}
		}

	/* Dark Footer */

		#footer.ftr-dark, #footend.ftr-dark,
		#footer.ftr-dark .contentset span,
		#footer.ftr-dark .box.newsletter {
			color: #b6b6b6;
			background: #333;
		}
		#footer.ftr-dark h3,
		#footer.ftr-dark .box .box-heading,
		#footer.ftr-dark .social a:hover,
		#footer.ftr-dark.contentset span,
		#footer.ftr-dark a.btn-link,
		#footer.ftr-dark .item.testimonial .rating,
		#footer.ftr-dark a,
		#footend.ftr-dark a {
			color: #fff;
		}
		#footer.ftr-dark .social a {
			color: rgba(255,255,255,0.4);
		}
		.ftr-dark .social-footer,
		.ftr-dark .box.testimonials,
		.ftr-dark .testimonial_author,
		.ftr-dark .contentset,
		.ftr-dark .box-category > ul > li,
		.ftr-dark .box-category > ul > li ul li a,
		.ftr-dark .blog_summary .date_added,
		.ftr-dark .blog_stats span + span {
			border-color: rgba(255,255,255,0.1);
		}
		@media only screen and (max-width: 979px) {

			.responsive #footer.ftr-dark  h3.header { color: #fff; }
			
		}

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

			.responsive #footer.ftr-dark h3.header { border-color: #555 #555 #555; }
			.responsive #footer.ftr-dark h3.header:hover {
				background-color: #222;
				background: rgba(0,0,0,0.1);
			}
			.responsive #footer.ftr-dark h3.header.active{ background: rgba(0,0,0,0.1); }

			.responsive #footer.ftr-dark ul li a:hover, 
			.responsive #footer.ftr-dark ul li a:active {
				background: rgba(0,0,0,0.2);
			}
		}

@media print {
	body {width:1200px;}
	div[class|=col-]{float:left;}
	.col-sm-6{width:50%}
}

/* Energylabels */
.product.energy-thumb{
	position:absolute;
	top:0px;
}

.icon.energy-thumb{
	position:relative;
}

.energy-label {
	background-clip: padding-box;
	font-size: 2rem;
	line-height: 3.8rem;
	min-width: 5rem;
	padding: 0px 0rem 0px 1.6rem;
	background: #fff;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	position: absolute;
	vertical-align: top;
	z-index: 2;
	margin-top: 4px;
}
.energy-label.xs{
	line-height:2.6rem;
	font-size: 1.4rem;
	padding: 0px 0rem 0px 1rem;
	margin-top: 0px;
	min-width: 3rem;
}

.energy-label.xs sup{
	top: -0.8em;
	font-size: 57%;
}
.product-list .energy-label.xs{
	margin-left:-15px;
}
.energy-label:first-letter {
	font-size: 2.3rem;
	vertical-align: bottom
}
.energy-label.xs:first-letter {
	font-size: 1.7rem;
}
.energy-label:after {
	border-width: 1.9rem 0px 1.9rem 2rem;
	right: -1.95rem;
	border-color: transparent;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	top: 0;
	width: 0
}

.energy-label.xs:after {
	border-width: 1.3rem 0px 1.3rem 1.5rem;
	right: -1.45rem;
}

.energy-label:hover, .energy-label:active {
	text-decoration: none
}
.energy-label:visited, .energy-label:visited:hover {
	color: #fff
}
.energy-label.alt-level-0 {
	background-color: #019947;
	min-width: 7.1rem;
}

.energy-label.alt-level-0.new{
	min-width: 5rem;
}
.energy-label.xs.alt-level-0.new{min-width: 3rem;}

.energy-label.xs.alt-level-0 {
	min-width: 1rem;
}
.energy-label.alt-level-0:after {
	border-left-color: #019947;
}
.energy-label.alt-level-1 {
	background-color: #50b849;
	min-width: 5.8rem;
}
.energy-label.xs.alt-level-1 {
	min-width: 0.8rem;
}
.energy-label.alt-level-1:after {
	border-left-color: #50b849
}
.energy-label.alt-level-2 {
	background-color: #c0d731
}
.energy-label.alt-level-2:after {
	border-left-color: #c0d731
}
.energy-label.alt-level-3 {
	background-color: #fae508
}
.energy-label.alt-level-3:after {
	border-left-color: #fae508
}
.energy-label.alt-level-4 {
	background-color: #fcb913
}
.energy-label.alt-level-4:after {
	border-left-color: #fcb913
}
.energy-label.alt-level-5 {
	background-color: #f37020
}
.energy-label.alt-level-5:after {
	border-left-color: #f37020
}

.energy-label.alt-level-10, .energy-label.alt-level-9, .energy-label.alt-level-8, .energy-label.alt-level-7, .energy-label.alt-level-6 {
	background-color: #ed1b24
}
.energy-label.alt-level-10:after, .energy-label.alt-level-9:after, .energy-label.alt-level-8:after, .energy-label.alt-level-7:after, .energy-label.alt-level-6:after {
	border-left-color: #ed1b24
}

.energy-label.energy-img {color: transparent; background-repeat: no-repeat;}
.energy-label.energy-img.A{background-image: url('/image/energy-icons/energy-a.svg'); background-color:transparent}
.energy-label.energy-img.B{background-image: url('/image/energy-icons/energy-b.svg'); background-color:transparent}
.energy-label.energy-img.C{background-image: url('/image/energy-icons/energy-c.svg'); background-color:transparent}
.energy-label.energy-img.D{background-image: url('/image/energy-icons/energy-d.svg'); background-color:transparent}
.energy-label.energy-img.E{background-image: url('/image/energy-icons/energy-e.svg'); background-color:transparent}
.energy-label.energy-img.F{background-image: url('/image/energy-icons/energy-f.svg'); background-color:transparent}
.energy-label.energy-img.G{background-image: url('/image/energy-icons/energy-g.svg'); background-color:transparent}
.energy-label.energy-img::after{display:none;}
.energy-label.energy-img.xs{background-size:52px auto; width:52px; height:28px;}
.energy-label.energy-img.lg{background-size:70px auto; width:70px; height:38px;}
/* new stars */

.fa-stack-1x{display: none !important;}
.fa-stack-2x {
    font-size: 1.9em;
}

.fa-star::before {
    content: "\E916" !important;
    font-family: "ShopMatic", Verdana, Arial, sans-serif !important;
    color: #66bb6a;
}

.fa-star-o::before {
    content: "\E916" !important;
    font-family: "ShopMatic", Verdana, Arial, sans-serif !important;
    color: #ccc;
}
.product-page .page-header .review{margin-top:-10px; padding-bottom:10px;}
.product-page #review article .fa-stack-2x {font-size: 2.5em;}
.product-page #review article .fa-stack{width:2.55em; height:2.6em}

.testimonials .rating{font-size:10px !important;}
.testimonials .fa-stack{width:2.2em}


/* Reviews overview block with progress */

#rating-stars {
	padding-top:10px;
}

#rating-stars #progresses .fa-stack-2x {
    font-size: 1.6em;
}
#rating-stars #progresses .fa-star-o {display:none;}
#rating-stars #progresses .fa-stack {
    width: 1.7em;
    height: 1.7em;
}
#rating-stars #progresses .stars{direction:rtl; right:30px;}

@media (min-width: 768px) {
	#rating-stars #progresses {
		padding-right: 0px;
	}
}
#rating-stars #progresses .stars {
	line-height: 28px;
}
#rating-stars #progresses .stars .fa-stack {
	vertical-align: super;
}
#rating-stars #progresses .progress-container {
	padding-left: 0;
	margin-top: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#rating-stars #progresses .stars {
		padding-right: 0px;
	}
	#rating-stars #progresses .progress-container {
		padding-left: 15px;
		padding-right: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#rating-stars #progresses .progress-container {
		padding-right: 30px;
	}
}
#rating-stars #progresses .progress {
	height: 14px;
	margin-bottom: 0px;
	position: relative;
	width:90%;
}
#rating-stars #progresses .progress-value {
	height: 14px;
	margin-top: -19px;
	width:10%; 
	display:inline-block; 
	float:right;	
}

#rating-stars #progresses .progressbar-back-text {
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
}
#rating-stars #rating-stars hr {
	margin-left: 15px;
	margin-right: 15px;
}
#rating-stars .total-points .points {
	font-size: 60px;
	line-height: 30px;
	font-weight:600;
	font-family: var(--fontHeading);
}
.review-section #review h4{
	font-family: var(--fontHeading);
	font-weight: 600;
}
#rating-stars .total-points .help-block {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 0px;
	color: #000;
}
#rating-stars .total-points .help-block a {
	font-size: 12px;
}


/* Reviews selection with stars */
.form-rating .control-label {
	margin-right: 25px;
	float: left
}
.form-rating .form-rating-container {
	float: left
}
.form-rating .form-rating-container label, .form-rating .form-rating-container:hover label {
	float: right;
	margin-bottom: 0;
	padding: 3px 5px 0 0;
	cursor: pointer;
	width: 29px;
}
.form-rating .form-rating-container label i, .form-rating .form-rating-container:hover label i {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 25px
}
.form-rating .form-rating-container label i.ic-star-block, .form-rating .form-rating-container:hover label i.ic-star-block {
	color: #ccc;
}
.form-rating .form-rating-container input {
	display: none
}
.form-rating .form-rating-container:hover label i.ic-star-block {
	color: #ccc
}
.form-rating .form-rating-container:hover label:hover i.ic-star-block, .form-rating .form-rating-container:hover label:hover~label i.ic-star-block {
	color: #66bb6a;
}
.form-rating input:checked~label i.ic-star-block {
	color: #66bb6a
}


	/* Add to cart block */

.cart .add-to-cart .btn,
#quickViewContent .cart .btn{
    background: var(--buttonBuyBackground);
	border-color: var(--buttonBuyBackground);
	border:none;
    color: var(--buttonBuyFontColor);
	position:relative;
	height:45px;
	padding-right:45px !important;
}

.cart .add-to-cart .btn:hover,
#quickViewContent .cart .btn:hover{
    background: var(--buttonMainBuyBackgroundHover) !important;
	border-color: var(--buttonMainBuyBackgroundHover) !important;
    color: var(--buttonBuyFontColor) !important;
	border:none !important;
}
.cart .add-to-cart .btn::after,
#quickViewContent .cart .btn:after {
    content: "\E909";
	font-family: "ShopMatic", Verdana, Arial, sans-serif !important;
    position: absolute;
    height: 45px;
    line-height: 39px;
    padding: 10px 14px;
    background: var(--buttonBuyBackgroundHover);
    right: 0;
    top: 0;
    box-sizing: border-box;
	display: block;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 27px;
	font-weight:normal;
}
#quickViewContent .cart .btn,
#quickViewContent .cart .btn:after {height: 45px;}

/* Base Color Theme */

.mainborder a {
	color: #333;
}

#footer, #footend,  #footer.ftr-dark, #footend.ftr-dark, #footer.ftr-dark .contentset span, #footer.ftr-dark .box.newsletter {
	color: var(--footerFontColor);
}
#footer li a, #footer li a:link, #footer li a:visited,  #footend a, #footend a:link, #footend a:visited,  #footer a.btn-link {
	color: var(--footerFontColor);
}
#header,  #header.navbar-fixed-top,  .page_external #header.slide-behind:hover,  .home #header.slide-behind:hover,  #header.navbar-fixed-top,  #header.navbar-fixed-top.slide-behind {
	background-color: var(--headerBackground);
}
#header .search-trigger{}
#header #top-links svg.bi, #header #cart svg.bi, #header .search-trigger svg.bi{ fill:var(--headerFontColor);}

 @media (min-width: 1200px) {
.nav-light.navbar .dropdown-menu {
	border-color: #191919;
}
.nav-dark.navbar .dropdown-menu {
	background-color: #ffffff;
	border-color: #313131;
}
.nav-dark.navbar .nav > li.dropdown:hover>a:after {
	border-bottom-color: #313131;
}
.nav-dark.navbar .dropdown-menu li>a:hover,  .nav-dark.navbar .dropdown-menu li>a:focus,  .nav-dark.navbar .dropdown-submenu:hover>a {
	color: var(--primary);
}
.navbar .nav > li > a,  #header .rightbox .btn-header, #header.slide-behind.background-light .search-trigger a, #header.slide-behind.background-light .navbar .nav > li > a, #header.slide-behind.background-light .rightbox .btn-header, #header.slide-behind.background-light .leftbox .btn, #header.slide-behind.background-dark:hover .search-trigger a, #header.slide-behind.background-dark:hover .navbar .nav > li > a, #header.slide-behind.background-dark:hover .rightbox .btn-header, #header.slide-behind.background-dark:hover .leftbox .btn, #header.slide-behind.navbar-fixed-top.background-dark .search-trigger a, #header.slide-behind.navbar-fixed-top.background-dark .navbar .nav > li > a, #header.slide-behind.navbar-fixed-top.background-dark .rightbox .btn-header {
	color: var(--headerFontColor);
	text-shadow: none;
}
}
/* HEADER color style */
				
#header.hdr-dark .rightbox .btn-header,  #header.hdr-dark .leftbox .btn-header,  #header.hdr-dark.slide-behind.background-light:hover .search-trigger a,  #header.hdr-dark.slide-behind.background-light:hover .navbar .nav > li > a,  #header.hdr-dark.slide-behind.background-light:hover .rightbox .btn-header,  #header.hdr-dark.slide-behind.background-light:hover .leftbox .btn,  #header.hdr-dark.slide-behind.background-dark:hover .search-trigger a,  #header.hdr-dark.slide-behind.background-dark:hover .navbar .nav > li > a,  #header.hdr-dark.slide-behind.background-dark:hover .rightbox .btn-header,  #header.hdr-dark.slide-behind.background-dark:hover .leftbox .btn,  #header.hdr-dark.slide-behind.navbar-fixed-top.background-light .search-trigger a,  #header.hdr-dark.slide-behind.navbar-fixed-top.background-light .navbar .nav > li > a,  #header.hdr-dark.slide-behind.navbar-fixed-top.background-light .rightbox .btn-header,  #header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .search-trigger a,  #header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .navbar .nav > li > a,  #header.hdr-dark.slide-behind.navbar-fixed-top.background-dark .rightbox .btn-header,  #header.hdr-dark .navbar .nav > li > a,  #header.hdr-dark .navbar .nav > li:hover > a,  #header.hdr-dark .navbar .nav > li > a:hover{
	color: var(--headerFontColor);
	text-shadow: none;
}

#header.hdr-dark .dropdown-menu a:hover{
	color: var(--links);
}
	
/*Buttons*/
							
.payment .right .button,  .cart .btn,  .btn-cart,  a.btn-cart,  #button-confirm {
	border-color: var(--primary);
	background-color: var(--primary);
	color: #fff;
}

.mainborder a.btn-cart{
	border-color: var(--buttonBuyBackground);
	background-color: var(--buttonBuyBackground);
	color: var(--buttonBuyFontColor);
}
.mainborder a.btn-cart:hover, .mainborder a.btn-cart:focus, .mainborder a.btn-cart:active{
	border-color: var(--buttonBuyBackgroundHover) !important;
	background-color: var(--buttonBuyBackgroundHover) !important;
	color: var(--buttonBuyFontColor) !important;
}

.mainborder a.btn-red{
	border-color: var(--red);
	background-color: var(--red);
	color: #fff;
	border-width: 2px;
}
.mainborder a.btn-red:hover, .mainborder a.btn-red:focus, .mainborder a.btn-red:active{
	border-color: #var(--red) !important;
	background-color: #var(--red) !important;
	color: #fff !important;
}

.mainborder a.btn-blue{
	border-color: var(--primary);
	background-color: var(--primary);
	color: #fff;
	border-width: 2px;
}
.mainborder a.btn-blue:hover, .mainborder a.btn-blue:focus, .mainborder a.btn-blue:active{
	border-color: var(--primary) !important;
	background-color: var(--primary) !important;
	color: #fff !important;
}

a.btn-primair,
#related-products a.btn-primair,
.mainborder a.btn-primair{
	border-color: var(--primary);
	background-color: var(--primary);
	color: #fff;
	border-width: 2px;
}
a.btn-primair:hover, a.btn-primair:focus, a.btn-primair:active,
#related-products a.btn-primair:hover, a.btn-primair:focus, a.btn-primair:active,
.mainborder a.btn-primair:hover, .mainborder a.btn-primair:focus, .mainborder a.btn-primair:active{
	border-color: var(--primary) !important;
	background-color: var(--primary) !important;
	color: #fff !important;
	border-width: 2px;
}


.payment .right .btn:hover,  .payment .right .btn:active,  .cart .btn:hover,  .cart .btn:active,  .btn-cart:hover,  .btn-cart:active,  a.btn-cart:hover,  a.btn-cart:active,  #button-confirm:hover,  #button-confirm:active,  .cart a.btn-quickview {
	color: var(--primary) !important;
	border-color: var(--primary);
	background-color: transparent !important;
}

#product-search .btn-quickview .fa-expand,
#product-manufacturer .btn-quickview .fa-expand,
#product-special .btn-quickview .fa-expand,
#related-products .cart a.btn-quickview .fa-expand,
#product-category .btn-quickview .fa-expand{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin-left:-3px;	
	}

#product-search .btn-quickview,
#product-manufacturer .btn-quickview,
#product-special .btn-quickview,
#product-special .btn-quickview,
#related-products .cart a.btn-quickview,
#product-category .btn-quickview{	
	border-color: var(--buttonBuyBackground);
	background-color: var(--buttonBuyBackground) !important;
	color: var(--buttonBuyFontColor) !important;
	height:40px;
}

#product-search .btn-quickview:hover,
#product-manufacturer .btn-quickview:hover,
#product-special .btn-quickview:hover,
#related-products .cart a.btn-quickview:hover,
#product-category .btn-quickview:hover{	
	border-color: var(--buttonBuyBackgroundHover);
	background-color: var(--buttonBuyBackgroundHover) !important;
	opacity:1;
}

#product-search .btn-quickview .fa-expand::before,
#product-manufacturer .btn-quickview .fa-expand::before,
#product-special .btn-quickview .fa-expand::before,
#related-products .cart a.btn-quickview .fa-expand::before,
#product-category .btn-quickview .fa-expand::before{
    content: "\e908";
	font-family: "ShopMatic", Verdana, Arial, sans-serif;
	font-size:24px;
	line-height:26px;
}

#product-search .btn-more-info,
#product-manufacturer .btn-more-info,
#related-products .btn-more-info,
#product-special .btn-more-info,
#product-category .btn-more-info{
	height: 40px;
	color: #fff;
	line-height: 24px;
}

.manufacturer-cat-logo{height:25px; width:auto;}


.logo-cat-Primare,
.logo-cat-Dali,

.logo-cat-NAD{height:35px;}
.product-grid .logo-cat-Primare,
.product-grid .logo-cat-Dali,
.product-grid .logo-cat-NAD{margin-top:-17px;}

.logo-cat-Focal{height:28px; margin-bottom:-2px;}

.logo-cat-Bowers{height:26px; margin-bottom:-1px;}

.logo-cat-Cambridge,
.logo-cat-Quooker,
.logo-cat-Zanussi{height:24px !important;}

.logo-cat-Yamaha,
.logo-cat-Smeg,
.logo-cat-Braun,
.logo-cat-Elac,
.logo-cat-KEF,
.logo-cat-Loewe{height:18px !important;}
.logo-cat-Rotel,
.logo-cat-Dynaudio,
.logo-cat-Numatic{height:16px !important;}


.logo-cat-Samsung{height:15px !important;}

.logo-cat-Sony,

.logo-cat-Panasonic,
.logo-cat-Sonos,
.logo-cat-Denon,
.logo-cat-Domo,
.logo-cat-Hisense,
.logo-cat-Schulthess,
.logo-cat-Philips{height:14px !important;}

.logo-cat-Sharp,
.logo-cat-Nokia,
.logo-cat-Salora{height:12px !important;}


.logo-cat-Inventum,
.logo-cat-Marantz,
.logo-cat-Bluesound,
.logo-cat-Moccamaster,
.logo-cat-Nilfisk{height:11px !important; margin-top:4px;}
.logo-cat-Rowenta{height:9px !important; margin-top:7px;}





.product-page .manufacturer-logo{height:40px; width:auto; margin-top:-3px;}

.product-page .logo-Primare,
.product-page .logo-Dali,
.product-page .logo-NAD{height:50px; margin-top:0px;}

.product-page .logo-Focal,
.product-page .logo-Bowers{height:45px; margin-top:0px;}

.product-page .logo-Bowers{height:40px; margin-top:0px;}

.product-page .logo-Zanussi{height:38px; margin-top:-2px;}

.product-page .logo-Quooker,
.product-page .logo-Cambridge{height:34px; margin-top:0px;}

.product-page .logo-Braun,
.product-page .logo-Elac,
.product-page .logo-KEF,
.product-page .logo-Loewe{height:28px; margin-top:6px;}

.product-page .logo-Rotel,
.product-page .logo-Yamaha,

.product-page .logo-Numatic{height:26px; margin-top:7px;}

.product-page .logo-Smeg,
.product-page .logo-Philips,
.product-page .logo-Denon,
.product-page .logo-Dynaudio,
.product-page .logo-Sonos,
.product-page .logo-Hisense,
.product-page .logo-Samsung,
.product-page .logo-Domo,
.product-page .logo-Sony{height:22px; margin-top:7px;}

.product-page .logo-Schulthess,
.product-page .logo-Panasonic{height:20px; margin-top:8px;}

.product-page .logo-Sharp,
.product-page .logo-Nokia,
.product-page .logo-Marantz,
.product-page .logo-Salora{height:18px; margin-top:9px;}

.product-page .logo-Nilfisk,

.product-page .logo-Inventum{height:16px; margin-top:10px;}

.product-page .logo-Moccamaster,
.product-page .logo-Bluesound,
.product-page .logo-Rowenta{height:14px; margin-top:11px;}



	@media (min-width: 768px) {
		.btn-more-info i{
			display:none;
		}
		.btn-more-info{
			padding-left: 8px;
			padding-right: 8px;}
		
	}
	@media (max-width: 767px) {
		.btn-more-info span{display:none}
		.btn-more-info{padding-left:15px; padding-right:15px; font-size: var(--fontDefaultSize); background-color:var(--tertiary) !important; border-color:var(--tertiary) !important;}
		.hidden-xxs{display:none;}
	}
	@media (max-width: 370px) {
		.hidden-xxs{display:none;}
	}

#product-search .product-grid .cart,
#product-manufacturer .product-grid	.cart,
#product-special .product-grid	.cart,	
#product-category .product-grid	.cart{
	float:right;
	margin-right:20px;
	margin-top:-55px;
}

#product-search .product-grid	.cart .btn-more-info,
#product-manufacturer .product-grid	.cart .btn-more-info,
#product-special .product-grid	.cart .btn-more-info,
#product-category .product-grid	.cart .btn-more-info,

#product-search .product-grid	.name.extended,
#product-manufacturer .product-grid	.name.extended,
#product-special .product-grid	.name.extended,
#product-category .product-grid	.name.extended,

#product-search .product-list	.name.short,
#product-manufacturer .product-list	.name.short,
#product-special .product-list	.name.short,
#product-category .product-list	.name.short	{
	display:none;
}	

.btn-green{
	border-color: var(--buttonBuyBackground);
	background-color: var(--buttonBuyBackground);
	color: var(--buttonBuyFontColor) !important;
	border-width: 2px;
}
.btn-green:hover, .btn-green:focus, .btn-green:active{
	border-color: var(--buttonBuyBackgroundHover) !important;
	background-color: var(--buttonBuyBackgroundHover) !important;
	color: var(--buttonBuyFontColor) !important;
}
.btn-blue{
	border-color: var(--primary);
	background-color: var(--primary);
	color: #fff !important;
	border-width: 2px;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
	border-color: var(--primaryHover) !important;
	background-color: var(--primaryHover) !important;
	color: #fff !important;
}

/*Accent details*/
div.owl-carousel .owl-buttons .owl-prev:hover,  div.owl-carousel .owl-buttons .owl-next:hover,  #toTop {
	border-color: var(--primary);
	color: var(--primary);
}
div.tp-rightarrow.default,  div.tp-leftarrow.default{
	border-color: #191919;
	color: #191919;
}
div.tp-rightarrow.default:before,  div.tp-leftarrow.default:before{
	color: #191919;
}
#toTop:before,  #ajax_search_results tr:last-child a,  .product-page .image .owl-carousel .owl-buttons > div:hover i,  .product-page .links .btn-wishlist i.fa, .box-category > ul > li a.active + .expand:before,  .subcat a:hover,  .subcat_thumb a:hover,  .product-filter .display .btn:hover i,  #mobmenu li.dropdown.open > a.dropdown-toggle .caret:before,  .date_added .month,  .testimonials_links a:hover,  .product-compare a:hover,  li a:hover, li a:focus,  .sidebar .list-group-item:hover,  .accordion-toggle:hover .expand,  .image .expand:hover {
	color: var(--primary);
	text-decoration:none;
}

#footer li a:hover{color: var(--footerFontColorHover);}

.tp-bullets.simplebullets.round div.bullet.selected,  div.owl-controls .owl-page.active span,  div.tparrows.default:hover{
	background-color: var(--primary);
}
div.owl-controls .owl-page.active span{
	  background-color: var(--primary);  
	  height: 12px;
	  width: 12px;
	  vertical-align: 10px;
	  }


.nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
	border-bottom-color: var(--primary);
}
/*
.countdown_deals,  .image .expand:hover {
	border-color: var(--primary);
}
*/
.category-slider .owl-item:hover .item .name {
	border-bottom-color: var(--primary);
}

	/*end $button_color */

														
.information h1, .information h2, .information h3, .information h4{font-family: var(--fontHeading);}
.information h3{
  	margin-top:20px;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
}

h1, .page-header h3, #sidecart h4, h4.name,  .tp-button, .tp-button:hover, .tp-button:focus,  div.tp-caption,  div.tp-caption.bignumbers_white,  div.tp-caption.light_heavy_70_shadowed,  .contentset .inner,  .rich_banner .info_wrapper h4,  h2.blog_title {
	font-family: var(--fontHeading) !important;
}
.page-header h1 {
	font-size: 32px;
}
small, .remove a, .dropd, .product-filter, .product-filter .display li, .product-list .price-tax, .product-page .price-tax, .product-page .price .reward, .product-page .minimum, .product-page .maximum, .review-date, span.error, #copy, #footer .info, .breadcrumb a, .pagination .results, .help, #zoom-image {
	font-family: var(--fontHeading);
	font-size: 11px;
}
.product-page .minimum, .product-page .maximum{color:var(--fontBody); text-align:right;padding:0 5px 0 0;}
#footer, #footer.ftr-light, #footer.ftr-light .contentset span, #footer.ftr-light .box.newsletter {
	background-color: var(--footerBackground)
}

@media (max-width:767px) {
#logo {
	text-align: left;
}
}

		/*	Fragments - USP's  brandpage
		-------------------------------------------------- */
			
		.manufacturer .usp-main .usp-col {
		}
		.manufacturer .usp-main .usp-col > div {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}
		.manufacturer .usp-main .usp-col:nth-child(2n) {
			direction: rtl;
		}	
		.manufacturer .usp-main .usp-col .usp-image {
			width: 50%;

		}
		.manufacturer .usp-main .usp-col .usp-text {
			width: 49%;
	
			padding: 0px 20px;
			direction: ltr;
		}
		.manufacturer .usp-main .usp-col .usp-text p {
			text-align:left;
		}
		.manufacturer .usp-main .usp-col .usp-text h1{
			display:block !important;
			text-align:left;
			font-weight:700;
			text-transform:none;
			font-family: var(--fontHeading);
			font-size: 28px;
		}
		.manufacturer .usp-main .usp-col .usp-image img {
			width: 100%;
		}
		
		.manufacturer .usp-main .usp-col:nth-child(2n) .usp-text {
			padding-left: 0px;
		}		
		
		.manufacturer .usp-main a:hover{text-decoration:none;}
		.manufacturer .usp-main ul{margin-top:20px;}
		.manufacturer .usp-main ul a{color:#333333;}
		.manufacturer .usp-main ul a:hover{color:var(--primary);}
		.manufacturer .usp-main ul a:after{
			content: "\f105";
			font-size: var(--fontDefaultSize);
			display: inline-block;
			font-family: 'FontAwesome';
			margin-left: 10px;
		}
		
		.manufacturer .button-ghost,
		.information .button-ghost{
			display: inline-block;
			padding: 5px 50px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			border: 0;
			font-size: 13px;
			font-weight: 700;
			line-height: 40px;
			height: 50px;
			border-radius: 0;
			text-align: center;
			vertical-align: middle;
			white-space: nowrap;
			background: var(--primary);
			color: #fff;
			transition: all .15s ease-out;
			cursor: pointer;
			margin-top: 20px;
			text-decoration:none;
		}
		.manufacturer .usp-main .usp-col:last-child{padding-bottom:0px;}
		@media (max-width: 991px) {
		.manufacturer .usp-main .usp-col .usp-image {
			width: 100%;
		}
		.manufacturer .usp-main .usp-col .usp-text {
			width: 100%;
		}
		.manufacturer .usp-main .usp-col .usp-text{padding:0 0 30px 0;}
		
		}


		/*	Fragments - USP's  blog-post
		-------------------------------------------------- */
			
		.blog_post .usp-main .usp-col {
		}
		.blog_post .usp-main .usp-col > div {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}
		.blog_post .usp-main .usp-col:nth-child(2n) {
			direction: rtl;
		}	
		.blog_post .usp-main .usp-col .usp-image {
			width: 50%;

		}
		.blog_post .usp-main .usp-col .usp-text {
			width: 49%;
	
			padding: 0px 20px;
			direction: ltr;
		}
		.blog_post .usp-main .usp-col .usp-text p {
			text-align:left;
		}
		.blog_post .usp-main .usp-col .usp-text h1{
			display:block !important;
			text-align:left;
			font-weight:700;
			text-transform:none;
			font-family: var(--fontHeading);
			font-size: 28px;
		}
		.blog_post .usp-main .usp-col .usp-image img {
			width: 100%;
			height: auto;
		}
		
		.blog_post .usp-main .usp-col:nth-child(2n) .usp-text {
			padding-left: 0px;
		}		
		
		.blog_post .usp-main a:hover{text-decoration:none;}
		.blog_post .usp-main ul{margin-top:20px;}
		.blog_post .usp-main ul a{color:#333333;}
		.blog_post .usp-main ul a:hover{color:var(--primary);}
		.blog_post .usp-main ul a:after{
			content: "\f105";
			font-size: var(--fontDefaultSize);
			display: inline-block;
			font-family: 'FontAwesome';
			margin-left: 10px;
		}
		
		.blog_post .button-ghost{
			display: inline-block;
			padding: 5px 50px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			border: 0;
			font-size: 13px;
			font-weight: 700;
			line-height: 40px;
			height: 50px;
			border-radius: 0;
			text-align: center;
			vertical-align: middle;
			white-space: nowrap;
			background: var(--primary);
			color: #fff;
			transition: all .15s ease-out;
			cursor: pointer;
			margin-top: 20px;
		}

		.blog-section.full-width{margin-left:-15px; margin-right:-15px; margin-top:25px; display:inline-block;}
		.blog_post .usp-main .usp-col:last-child{padding-bottom:0px;}
		@media (max-width: 991px) {
		.blog_post .usp-main .usp-col .usp-image {
			width: 100%;
		}
		.blog_post .usp-main .usp-col .usp-text {
			width: 100%;
		}
		.blog_post .usp-main .usp-col .usp-text{padding:0 0 30px 0;}
		
		}


		/*	Fragments - Carousel  manufacturer
		-------------------------------------------------- */
		#carousel-manufacturer-usp {
			margin-bottom: 55px;
		}
		#carousel-manufacturer-usp .carousel-image {
			background-size: cover;
			background-position: center;
			height: 390px;
		}
		#carousel-manufacturer-usp .carousel-caption {
			left: 0%;
			right: 0%;
			background: rgba(74,74,74,.75);
			padding: 0px 10px 20px 10px;
			text-shadow: none;
			bottom:0px;
		}
		.carousel-indicators{margin-bottom: -60px}
		.carousel-indicators li {
			background-color: #fff;
			color: var(--primary);
			border-color: var(--primary);
			
		
		}
		.carousel-indicators span{display:none;}
		.carousel-indicators .active {background-color: var(--primary);}
		#carousel-manufacturer-usp .carousel-caption h3 {
			font-family: var(--fontHeading);
			font-weight: 600;
		}
		#carousel-manufacturer-usp .carousel-caption .button {
			display: inline-block;
			padding: 0px 20px;
			border: 0;
			font-size: 13px;
			font-weight: 700;
			line-height: 38px;
			height: 38px;
			border-radius: 0;
			text-align: center;
			vertical-align: middle;
			white-space: nowrap;
			background: var(--primary);
			color: #fff;
			transition: all .15s ease-out;
			cursor: pointer;
			margin-top: 10px;
			text-decoration: none;
		}
		 @media (min-width: 992px) {
			 
		#carousel-manufacturer-usp .carousel-caption {
			left: 20px;
			right: 56%;
			background: rgba(74,74,74,.75);
			padding: 0px 10px 20px 10px;
			text-shadow: none;
			bottom:20px;
		}	 
			 
		#carousel-manufacturer-usp .carousel-indicators {
			margin: 0;
			left: 0;
			width: 100%;
			bottom: -40px;
			border: 1px solid #ededed;
			height: 40px;
			padding: 0;
		}
		.carousel-indicators span{display:block; color:#313131;}
		.carousel-indicators li.active span{color:var(--primary);}
	
		#carousel-manufacturer-usp .carousel-indicators li {
			display: inline-block;
			height: 0;
			margin: 0;
			text-indent: inherit;
			border: none;
			border-radius: 0;
			cursor: pointer;
			background-color: #f9f9f9;
			margin-left: -2px;
			margin-right: -2px;
			padding-top: 8px;
			height: 38px;
			margin-left: -2px;
			margin-right: -2px;
			padding-top: 9px;
			border-left: 1px solid #ededed;
		}
		#carousel-manufacturer-usp .carousel-indicators li:first-child {
			border-left: none;
		}
		#carousel-manufacturer-usp .carousel-indicators .active {
			background-color: #f1f1f1;
			color: orange;
		}
		#carousel-manufacturer-usp .menu-6 .carousel-indicators li {
			width: 16.6666667%;
		}
		#carousel-manufacturer-usp .menu-5 .carousel-indicators li {
			width: 20%;
		}
		#carousel-manufacturer-usp .menu-4 .carousel-indicators li {
			width: 25%;
		}	
		#carousel-manufacturer-usp .menu-3 .carousel-indicators li {
			width: 33.3333333%;
		}
		}

	#d_quickcheckout #payment_address_email-error{display:none !Important;}


/*	BEGIN Loader for pages
-------------------------------------------------- */


.checkout-page{}


.checkout-page .input-dummy{
height: 41px;
width: 100%;
border: 1px solid #999;
margin-top: -10px;
background:#f9f9f9;
}
.checkout-page .dummy-data{height: 16px; width: 70%; background: #ccc; margin-top: 13px; margin-left: 10px; display:none;}

.checkout-page .dummy-productname{  width: 80%; height: 20px; background: #ccc;}
.checkout-page .dummy-description{  width: 60%; height: 14px; margin-top:4px; background: #333;}

.checkout-page .dummy-ammount{width: 40%; height: 20px; background: #bbb; float: right;}
.checkout-page .dummy-price{width: 60%; height: 20px; background: #bbb; float: right;}
.checkout-page .dummy-total{width: 75%; height: 20px; background: #333; float: right;}






/*CM: Loader + overlay */


#checkout-overlay{ position:fixed; height:100%; z-index:1000; top:60px; left:0px; bottom:0px; right:0px; background:rgba(219,219,219,0.8); transition: 1s 0.4s; min-height:100%; }

.loader {position: absolute; top: calc((100vh / 2) - 120px); left: calc(50% - 50px); width: 100px; height: 100px; border: 8px solid #f1f1f1; border-bottom-color: var(--primary); border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation .8s linear infinite; }
@keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }} 
#loader-icon{  font-size:24px; position:absolute; color:var(--primary); color:var(--primary); top:calc((100vh / 2) - 90px); width:100%; text-align:center; }   







/*	BEGIN Basic Checkout modification
-------------------------------------------------- */

.checkout-page .subtitle{
		text-transform: uppercase;
		font-size: 1.1em;
		margin-top: 20px;
		font-family: var(--fontHeading);
}
.checkout-page .title{
		font-weight: bold;
		font-size: 1.75em;
		line-height: 1.3;
		font-family: var(--fontHeading);
}


.checkout-page .page-header h1{font-size:28px; padding-bottom:0px;}
.checkout-page nav{margin-top:-20px;}
.checkout-page .panel-group{margin-top:-9px;}

.contact-page .form-group > label, .control-label{font-size: 0.9em;}

.account-page .form-group > label, .control-label,
.checkout-page .form-group > label, .control-label{font-size: 0.85em;}
.contact-page .form-group label.control-label,
.account-page .form-group label.control-label,
.checkout-page .form-group label {
  margin-bottom: 0px;
  margin-left: 8px;
  background: white;
  padding: 0 3px;
}



#payment-existing .radio.checked,
#shipping-existing .radio.checked{background: #66bb6a; color:#fff;}

#payment-existing .radio,
#shipping-existing .radio{margin:0px; border-bottom: 1px solid #e6e6e6;}

#payment-existing label,
#shipping-existing label{width:100%; padding: 10px 15px;}

#payment-existing .radio:last-child,
#shipping-existing .radio:last-child{border-bottom: none;}

/*
#payment-existing .radio input[type="radio"],
#shipping-existing .radio input[type="radio"]{display:none;}
*/



#payment-existing ul.options-list {
       margin: 0;
      display: block;
    list-style: none;
    font-family: Arial;
      padding-right: 20px;
    text-align: left;
    width: 100%;
}
#payment-existing ul.options-list li {
     position: relative;
    padding: 17px 17px;
    background-color: #F6F6F6;
    color: #2a4753;
   /* cursor: pointer;*/
    max-height: 150px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin-bottom: 16px;
    margin-top: 15px;
}
#payment-existing ul.options-list li.sel_bk_color{
        background-color: red;
}


#payment-existing,
#shipping-existing{border: 1px solid #e6e6e6;}

#payment-existing .radio:hover,
#shipping-existing .radio:hover{background:#f9f9f9;}

#payment-existing .radio.checked:hover,
#shipping-existing .radio.checked:hover{background:#57aa5b;}

.checkout-page .well{background-color:#fff; border-color: #d4dbe3; padding:15px;}
.checkout-page #mollie_issuers,
.checkout-page textarea.form-control{border-color: #d4dbe3;}
.radio.payment-methods input[type="radio"]{margin-top:7px;}
.radio.payment-methods label{margin-bottom:5px;}

.account-page .confirm-step .form-group label,
.checkout-page .confirm-step .form-group label{background: #ecf3fc;}

.contact-page #contact-form .form-horizontal .form-group{margin:0;}
.contact-page #input-enquiry{margin-top: -10px; padding-top: 15px; max-width: 100%; max-height: 500px;}
.contact-page input[type="text"],
.account-page input[type="text"],
.account-page input[type="password"],
.account-page select,
.checkout-page input[type="text"],
.checkout-page input[type="password"],
.checkout-page select{
	margin-top:-10px;
	height: 41px;
	padding: 10px 12px 6px 12px;
}

.account-page textarea{
	margin-top:-10px;
	height: 80px;
	padding: 10px 12px 6px 12px;
	max-width:100%;
}


.account-page .text-danger,
.checkout-page .text-danger {
  font-size: 0.85em;
}

.checkout-page #warning-for-payment-method .alert-danger{margin:20px 0 5px 0;padding: 10px 12px;}
.checkout-page img.payment-icon{height:30px;}
.checkout-page #button-confirm{border-color: #66bb6a;
background-color: #66bb6a;}

.checkout-page #button-confirm:hover{
color: #fff !important;
border-color: #57aa5b;
background-color: #57aa5b !important;
}

.checkout-page #column-right.col-sm-3{
	width:100%;
	padding:0;
}

     .account-page ::-webkit-input-placeholder,
     .checkout-page ::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     .account-page :-moz-placeholder,
     .checkout-page :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent !important;
    }
     .account-page ::-moz-placeholder,
     .checkout-page ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent !important;
    }
    .account-page :-ms-input-placeholder ,
    .checkout-page :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent !important;
    }
     .account-page input::placeholder,	
     .checkout-page input::placeholder {
         color: transparent !important;
    }


.checkout-page .checkout-order-header .form-group{padding:0;}
.checkout-page .confirm-step{background-color:#ecf3fc; padding:15px;}
.checkout-page .panel-default>.panel-heading {
    display: none;
    border: none;
}		

.account-page small,
.checkout-page small {
    color: #444;
}
.account-page .form-group{padding:0 0 10px 0; margin:0;}

.checkout-page #account .form-group,
.checkout-page #address .form-group,
.checkout-page #shipping-address .form-group{padding-left:0; padding-right:0;}

.checkout-page .confirm-step .pull-left a{font-size:12px; margin-left:-10px; margin-top:-2px;}
.checkout-page .confirm-step .pull-left i{font-size:9px; margin-right:2px; vertical-align:0.25px;}

@media (min-width: 768px){
.account-page .form-group.col-right,
.checkout-page #account .form-group.col-right,
.checkout-page #address .form-group.col-right,
.checkout-page #shipping-address .form-group.col-right{padding-left:10px;}

}


.checkout-page .checkout_shopping_cart ul.checkout-module{background-color:#f5f5f5; padding: 16px 15px 1px 15px;}
.checkout-page .checkout_shopping_cart ul.checkout-module .table.products > tbody > tr > td{background-color:#fff;}
.checkout-page .checkout_shopping_cart ul.checkout-module .table.products > thead.products-header > tr > td{border:none;}
.checkout-page .checkout_shopping_cart ul.checkout-module .table>thead>tr>th{border:none; margin-bottom:0;}

.checkout-page .checkout_shopping_cart ul.checkout-module .table.totals{margin-top:30px;}
.checkout-page .checkout_shopping_cart ul.checkout-module .table.totals.table > tbody > tr > td{}
.checkout-page .checkout_shopping_cart ul.checkout-module .table.totals.table > tbody > tr:last-child{font-size:16px; font-weight:700;} 
.checkout-page .checkout_shopping_cart ul.checkout-module .table.borderless{margin-bottom:0px;}

.checkout-page .panel-group .panel+.panel {
    margin-top: 0px;
    border: none;
}
#checkout .buttons .pull-right{float: right !important;}
.guest-shipping .form-group{margin-left:0;margin-right:0}
#checkout.mainborder{padding:0; border:none;}
#checkout .panel-default .panel-body{padding:0;}


.checkout-page .panel .collapsing{

    -moz-transition : height 0s;
    -webkit-transition : height 0s;
    -o-transition : height 0s;
    transition : height 0s; 
}




/*	END Basic Checkout modification
-------------------------------------------------- */



/* BEGIN Progress steps */



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

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;

  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #f9f9f9;
  border-radius: 0;
}
#media (min-width:768 px){
  max-width: 768px;
}
#media (min-width:1200 px){
.cd-breadcrumb, .cd-multi-steps {
  max-width: 1270px;

}
}

.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 13px;
  color: #0074cc;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: orange;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: var(--primaryHover);
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 13px;
    font-weight:600;
  }
}

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

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #0074cc;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #0074cc;
    border-color: #0074cc;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}
/* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 0px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 7px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: var(--primary);
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #181818;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 144%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: 0;
    background-color: #edeff0;
    font-style:normal;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: var(--primaryHover);
    text-decoration: none;
  }
  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: var(--primary);
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}
/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #0074cc;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}

.progress-background {
    margin-bottom:55px;
    width: 100%;
 }
 
.bg-left {
    background: var(--primary); 
    left: 0;
    bottom: 0;
    margin-top: -40.5px;
    width: 27%;
    height:7px;
}
.bg-right {
    float:right;
    margin-top: -7px;
    bottom: 0;
    background: #edeff0; 
    width: 27%;
    height:7px;
}
.bg-right.completed{background: var(--primary); }
@media (max-width:380px){
.cd-multi-steps li {margin: 0.4em 22px 0.4em 0;}
.cd-multi-steps{width:283px}
.bg-left,
.bg-right{width: calc((100% - 261px) / 2)}		
}

@media (min-width:381px) and (max-width:767px){
.cd-multi-steps{width:343px}	
.bg-left,
.bg-right{width: calc((100% - 340px) / 2)}	
}

@media (min-width:768px){
.cd-multi-steps{width:672px}	
.bg-left,
.bg-right{width: calc((100% - 670px) / 2)}
}


/* END Progress steps */	
	

		

/*  
AJAX COMPARE MODULE CSS CARTMATIC 3 - CHAPTER 2 
*/

#product_compare_list .slideUp{margin-top:3px;margin-right:-7px;height:30px}#product_compare_list .container{padding:0 12px}#product_compare_list .slideDown{margin-top:-3px;margin-right:-7px}.compare_fixed{position:fixed!important;bottom:0;z-index:1039}@media (max-width:767px){.compare_fixed{width:257px}}@media (min-width:768px) and (max-width:991px){.compare_fixed{width:200px}}@media (min-width:992px) and (max-width:1199px){.compare_fixed{width:197px}}@media (min-width:1200px) and (max-width:1299px){.compare_fixed{width:240px}}@media (min-width:1300px){.compare_fixed{width:260px}}#product_compare_wrapper .bg-lightgray{background-color:#fff!important;color:#f2f2f2!important;margin-right:0;border:1px solid #ddd!important;width:100%;padding:10px;margin-left:0}#product_compare_wrapper .box{position:relative;background:#fff}#product_compare_wrapper .box.box-danger{border-top-color:#f56954}#product_compare_wrapper .box.box-warning{border-top-color:#f39c12}#product_compare_wrapper .box.box-success{border-top-color:#00a65a}#product_compare_wrapper .box.height-control .box-body{max-height:300px;overflow:auto}#product_compare_wrapper .box .box-header:after,#product_compare_wrapper .box .box-header:before{display:table;content:" "}#product_compare_wrapper .box .box-header:after{clear:both}#product_compare_wrapper .box .box-header .box-title,#product_compare_wrapper .box .box-header>.fa{display:inline-block;padding:10px 10px 10px 10px;margin:0;font-size:20px;font-weight:400;float:left;cursor:default;color:#fff}#product_compare_wrapper .box .box-header a{color:#444}#product_compare_wrapper .box .box-header>.box-tools{padding:0 7px 0 0;margin-top:4px}#product_compare_wrapper .box .box-body{padding:10px 0}#product_compare_wrapper .box .box-footer{border-top:1px solid #f4f4f4;padding:10px;background-color:#fff}#product_compare_wrapper .box.box-solid{border-top:0;box-shadow:0 0 8px 3px rgba(0,0,0,.15);margin-bottom:0}#product_compare_wrapper .box.box-solid .col-custom-1{box-shadow:none;border:1px solid #fff!important;border-bottom:1px solid #ccc!important;padding-left:0}#product_compare_wrapper .box.box-solid>.box-header .btn.btn-default{background:0 0}#product_compare_wrapper .box .box-header{position:relative;z-index:1}#product_compare_wrapper .box.box-solid.box-primary>.box-header{color:#fff;background:#3c8dbc;background-color:#3c8dbc}#product_compare_wrapper .box.box-solid>.box-header{padding-bottom:0!important}#product_compare_wrapper .box.box-solid.box-info>.box-header{color:#fff;background-color:#191919;height:40px}#product_compare_wrapper .box.box-solid.box-info>.box-header a{color:#444}#product_compare_wrapper .box.box-solid.box-info>.box-header h3{font-size: var(--fontDefaultSize);font-weight:700;line-height:18px}#product_compare_wrapper .box.box-solid.box-info>.box-header h3 span{color:#e30f4f;background-color:#fff;border-radius:100%;padding:0 3px 2px 6px;margin-right:10px;text-align:center}#product_compare_wrapper .box.box-solid.box-danger>.box-header{color:#fff;background:#f56954;background-color:#f56954}#product_compare_wrapper .box.box-solid.box-danger>.box-header a{color:#444}#product_compare_wrapper .box.box-solid.box-warning>.box-header{color:#fff;background:#f39c12;background-color:#f39c12}#product_compare_wrapper .box.box-solid.box-warning>.box-header a{color:#444}#product_compare_wrapper .box.box-solid.box-success>.box-header{color:#fff;background:#00a65a;background-color:#00a65a}#product_compare_wrapper .box.box-solid.box-success>.box-header a{color:#444}#product_compare_wrapper .box.box-solid>.box-header>.box-tools .btn{border:0;box-shadow:none;background:0 0;color:#fff}#product_compare_wrapper .box.box-solid.collapsed-box .box-header{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#product_compare_wrapper .box.box-solid[class*=bg]>.box-header{color:#fff}#product_compare_wrapper{position:relative}#product_compare_wrapper .container{background-color:transparent!important;border:none!important}#product_compare_list .pImage{float:left;font-size:42px;color:#aaa;background:#fff;text-align:center;margin-right:5px;width:70px;height:100%;margin-left:0;font-weight:700;border:1px solid #fff}#product_compare_list .pImage img{position:relative;z-index:99;padding:0;width:auto;height:65px}#product_compare_list .box-body .container{width:100%}#product_compare_list .noImage{line-height:50px;border:1px solid #ddd;background:#f9f9f9;width:50px;margin-right:18px;margin-left:9px}#product_compare_list .cLoader{text-indent:-9999px;background:#fff url(../image/cloading.gif) center center no-repeat}#product_compare_list .pName{display:inline-block;font-size:.9em;font-weight:600;color:#333;padding-top:3px;width:calc(100% - 85px);height:30px}#product_compare_list .pInfo{margin-bottom:12px;background:#ecf3fc;color:#4a90e2;padding:3px 8px;font-weight:400}#product_compare_list .prating .fa-stack-2x{font-size:1.25em}#product_compare_list .prating .fa-stack{width:1.25em;height:1.25em}#product_compare_list .btn-cool{height:25px;padding:0;position:absolute;right:2px;top:10px;outline:0;z-index:999}#product_compare_list #pCompareButton{margin:8px 0 0 -15px}#product_compare_list #pCompareButton{margin-left:-5px}@media (max-width:767px){#product_compare_wrapper{display:none}#product_compare_wrapper div.hidden-sm{display:none}#product_compare_wrapper .box{margin-bottom:20px}#product_compare_wrapper .bg-lightgray{float:left;width:45%;padding:10px;margin-left:0;margin-right:3%}#product_compare_wrapper .bg-lightgray:nth-child(even){margin-right:0;margin-left:7%}#product_compare_wrapper .bg-lightgray:nth-child(3),.bg-lightgray:nth-child(4){margin-bottom:0}#product_compare_list .pImage{width:100%;height:100%;margin-left:0}#product_compare_list #pCompareButton{margin-left:0}}.canvas-menu #cboxClose::before{background:url(images/modal-close-white.png) no-repeat;background-size:22px 22px;opacity:.95}.canvas-menu #cboxClose{top:18px;right:25px;height:22px;width:22px}#product_compare_wrapper .box.box-solid .col-custom-1:last-child{margin-right:0;margin-bottom:3px}#pListWrapper .col-custom-1:first-child{margin-top:-10px}

/*  
RESPONSIVE CSS CARTMATIC 3 - CHAPTER 3
*/

#supercontainer {
	background: #fff;
	margin: 0 auto;
	padding: 0 36px;
	border: 1px solid #eee;
	border-width: 0 1px
}
@media (min-width:1200px) {
#supercontainer {
	width: 1240px
}
.header_inner.toplogo {
	padding-bottom: 0
}
.navbar {
	background: 0 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	z-index: 1001;
	overflow-y: visible;
	position: relative
}
.navbar-collapse {
	max-height: none;
	padding: 0;
	position: relative;
	text-align: center
}
.navbar-toggle {
	float: left;
	background: #fff
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #777
}
.toplogo ul.navbar-nav {
	float: none;
	display: inline-block
}
.navbar .nav>li>a {
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
	font-size: 1.1em;
	color: #333;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
.navbar .nav>li.dropdown:hover>a:before {
	position: absolute;
	bottom: -6px;
	left: calc(50% - 7px);
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #191919;
	border-left: 7px solid transparent;
	border-bottom-color: #191919;
	content: ''
}
#menu .nav>li>a>.caret {
	display: none
}
.navbar .nav li.dropdown:hover>ul.dropdown-menu {
	display: block
}
.navbar .dropdown-menu {
	margin-top: 0;
	margin-left: 0!important;
	white-space: nowrap;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left
}
.navbar .dropdown-menu li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 20px;
	color: #999;
	white-space: nowrap
}
.navbar .dropdown-menu li .image {
	text-align: center
}
.navbar li.dropdown-submenu {
	position: relative
}
.navbar li.dropdown-submenu>a:before {
	font-family: FontAwesome;
	content: "\f0da";
	float: right;
	color: rgba(0,0,0,.3);
	margin-right: -10px
}
.navbar li.dropdown-submenu:hover>.thirdmenu {
	display: block;
	left: 100%;
	top: 0
}
.fullwidth .nav>li .thirdmenu {
	display: block;
	padding: 0 0 0 20px;
	border: 0
}
.navbar .fullwidth li.dropdown-submenu:hover>.thirdmenu {
	left: auto;
	top: auto
}
.navbar .dropdown-menu>li.column-menu {
	display: table-cell;
	border-right: 1px solid #eee;
	vertical-align: top
}
.navbar .dropdown-menu>li.column-menu:last-child {
	border-right: 0
}
.navbar .dropdown-menu>li.column-menu ul {
	padding-left: 0
}
.navbar .dropdown-menu>li.column-menu ul li {
	list-style: none
}
.home-hidden, .home-icon span, .home-text i.fa {
	display: none!important
}
.dropdown-menu.cols-1 {
	width: 160px
}
.dropdown-menu.cols-2 {
	width: 320px
}
.dropdown-menu.cols-3 {
	width: 460px
}
.dropdown-menu.cols-4 {
	width: 600px
}
.dropdown-menu.cols-5 {
	width: 640px
}
.dropdown-menu.cols-6 {
	width: 880px
}
.dropdown-menu ul.childcats {
	padding: 4px
}
.dropdown-menu ul.childcats li {
	list-style: none
}
.dropdown-menu ul.childcats li a {
	color: #777
}
.dropdown-menu>.column-item {
	float: left;
	padding: 4px 8px
}
.dropdown-menu>.column-item a {
	text-decoration: none!important;
	display: block;
	color: #999
}
.dropdown-menu.cols-1>.column-item {
	width: 100%
}
.dropdown-menu.cols-2>.column-item {
	width: 50%
}
.dropdown-menu.cols-3>.column-item {
	width: 33.3%
}
.dropdown-menu.cols-4>.column-item {
	width: 25%
}
.dropdown-menu.cols-5>.column-item {
	width: 20%
}
.dropdown-menu.cols-6>.column-item {
	width: 16.6%
}
.brands .column-item.logo>a:focus, .brands .column-item.logo>a:hover, .brands .column-item.logoname>a:focus, .brands .column-item.logoname>a:hover {
	background-color: transparent;
	color: #333
}
.brands .column-item.logoname .name {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
	color: #999
}
.brands .column-item .image {
	text-align: center;
	display: block
}
.brands .column-item.logo .name {
	display: none
}
.brands .column-item.name .image {
	display: none
}
.column-item .maincat {
	font-weight: 700;
	margin-bottom: 4px;
	display: block;
	padding: 3px
}
.dropdown-menu>.column-item .maincat a {
	color: #fff
}
.column-item ul {
	list-style: none;
	padding-left: 0
}
.column-item ul li a {
	padding: 3px 9px;
	display: block
}
.block-contents .dropdown-menu {
	max-width: 600px;
	white-space: normal
}
.navbar .label {
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: 400;
	vertical-align: top
}
.fullwidth .nav>li {
	position: inherit
}
.fullwidth .nav>li>a {
	z-index: 1111;
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-width: 0 1px
}
.fullwidth .nav li.dropdown ul.dropdown-menu {
	width: 100%;
	max-width: 100%;
	margin-left: auto!important
}
.navbar-fixed-top .navbar-nav.navbar-right {
	display: block
}
.navbar-fixed-top .navbar-brand img {
	max-height: 42px
}
#mobmenu.navmenu-fixed-left {
	left: auto;
	width: 100%
}
.navmenu-fixed-left.navbar-fixed-top {
	left: 0;
	right: auto;
	bottom: auto;
	overflow-y: inherit
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: 0 0
}
.nav-light.navbar .dropdown-menu {
	border-color: #333;
	background-color: #fff
}
.hdr-dark .nav-light.navbar .dropdown-menu {
	border-top: 0
}
.hdr-dark .nav-dark.navbar .dropdown-menu {
	border-color: #fff
}
.hdr-dark .nav-dark.navbar .nav>li:hover>a:before, .hdr-dark .nav-light.navbar .nav>li:hover>a:before {
	border-color: transparent transparent #fff
}
.hdr-dark .nav-dark.navbar .nav>li:hover>a:after, .hdr-light .nav-dark.navbar .nav>li:hover>a:after {
	border-color: transparent transparent #191919
}
.hdr-light .nav-dark.navbar .nav>li:hover>a:after {
	bottom: 0
}
.nav-light .dropdown-menu>.column-item .maincat a {
	color: #000
}
.nav-light .dropdown-menu li>a, .nav-light .dropdown-menu>.column-item a {
	color: #555
}
.nav-dark.navbar .dropdown-menu li>a:focus, .nav-dark.navbar .dropdown-menu li>a:hover, .nav-dark.navbar .dropdown-submenu:hover>a {
	background-color: transparent;
	color: #4a90e2;
	text-decoration: none
}
}
#menu .menu_inline_mega .dropdown-menu {
	position: fixed;
	top: 61px;
	width: 1140px;
	left: calc((100% - 1140px) /2)
}
@media (min-width:1300px) {
#menu .menu_inline_mega .dropdown-menu {
	width: 1240px;
	left: calc((100% - 1240px) /2)
}
}
@media (min-width:1400px) {
#menu .menu_inline_mega .dropdown-menu {
	width: 1290px;
	left: calc((100% - 1290px) /2)
}
}
@media (max-width:1199px) {
#supercontainer {
	background: #fff;
	width: 1080px;
	margin: 0 auto;
	padding: 0 36px;
	border: 1px solid #eee;
	border-width: 0 1px
}
.centerlogo .header_info, .toplogo .header_info {
	display: none
}
.toplogo .header_inner {
	padding-bottom: 10px
}
#cart .canvas-slid {
	position: fixed!important;
	width: 100%
}
#mobmenu {
	width: 400px
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0
}
#mobmenu .navbar-nav {
	margin: 0 -15px;
	float: none
}
#mobmenu .nav>li {
	float: none;
	clear: both
}
#mobmenu .nav>li+li {
	border-bottom: 1px solid rgba(0,0,0,.1)
}
#mobmenu .nav>li:last-child {
	border: 0
}
#mobmenu .nav>li.open {
	background: #fff
}
#mobmenu .nav>li>a {
	font-weight: 700;
	font-size: 1.1em;
	background: 0 0;
	padding: 12px 15px;
	color: #333
}
#mobmenu .nav>li>a.closesidebar {
	font-size: 24px
}
#mobmenu .nav>li .column-item a {
	padding: 5px 15px;
	display: block;
	text-decoration: none
}
#mobmenu .nav>li .column-item ul {
	padding-left: 5px;
	list-style-type: none
}
#mobmenu .nav .column-menu a, #mobmenu.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: var(--colorBody);
	padding: 5px 15px
}
#mobmenu.navbar-default .navbar-nav .open .dropdown-menu>li.viewall>a {
	color: #555
}
#mobmenu li.dropdown>a+a.dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%
}
#mobmenu .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
#mobmenu .label {
	font-size: 10px;
	vertical-align: middle
}
#mobmenu .browse-options .dropdown-menu {
	clear: both
}
#mobmenu .browse-options .btn-group, #mobmenu .browse-options .dropdown-toggle, #mobmenu .browse-options form {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1em
}
#mobmenu .browse-options .btn-group.dropdown.open {
	background: #fff
}
#mobmenu .browse-options .btn-group.dropdown.open .dropdown-toggle {
	color: inherit
}
#mobmenu .browse-options .caret {
	float: right
}
#mobmenu .browse-options .btn.dropdown-toggle {
	padding: 10px 15px;
	text-decoration: none
}
#mobmenu .browse-options .dropdown-menu .btn {
	text-align: left;
	text-decoration: none;
	background: 0 0
}
#mobmenu .account-options {
	clear: both
}
#mobmenu .account-options .fa {
	font-size: 1.2em
}
#mobmenu .login-options {
	position: absolute;
	top: 12px;
	right: 15px;
	z-index: 99;
	border: 0!important
}
#mobmenu .login-options>li>a {
	display: block;
	line-height: 20px;
	color: #999;
	padding: 5px 15px 5px 25px
}
.menu_block .dropdown-menu>li {
	padding: 12px 20px
}
.menu_block .dropdown-menu ul {
	padding-left: 15px
}
#mobmenu li.brands .image {
	display: none
}
#mobmenu .dropdown>a.dropdown-toggle .caret, #mobmenu .dropdown>button.dropdown-toggle .caret {
	float: right;
	border: 0;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-left: 10px
}
#mobmenu a.dropdown-toggle .caret:before, #mobmenu button.dropdown-toggle .caret:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 16px
}
#mobmenu .dropdown.open>a.dropdown-toggle .caret:before, #mobmenu .dropdown.open>button.dropdown-toggle .caret:before {
	content: "\f106"
}
#mobmenu .thirdmenu {
	display: block;
	padding-left: 20px
}
#mobmenu .social {
	text-align: center;
	display: block;
	padding: 20px 0;
	background: #f8f8f8;
	margin-top: -1px;
}
#mobmenu .social a {
	font-size: 1.4em;
	padding: .3em
}
#mobmenu .social a:hover {
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1
}
#header.leftlogo .rightbox .hdr-buttons {
	border: 0;
	padding-left: 0;
	margin-left: 0;

}
#mobmenu .account-options .dropdown-menu {
	background: #fff;
	margin-bottom: -1px;
	border-radius: 0
}
.navcontainer .navbar-nav .account-options {
	margin-bottom: -1px
}
}
@media only screen and (max-width:979px) {
#supercontainer {
	width: auto;
	padding: 0;
	border: 0
}
#logo {
	max-height: 100%
}
.product-info .add_cart {
	float: none
}
#closecart {
	display: block
}
#links {
	display: none
}
}
@media (min-width:768px) {
.product-list .product-thumb .image {
	float: left;
	margin-right: 20px;
/*	max-width: 220px; */
	width: 100%;
	position: relative
}
.product-list .product-thumb.slideup .image {
	height: 220px;
	min-height: 220px;
	padding-bottom: 0
}
#column-left .collapse {
	display: block;
	height: auto!important
}
#footer ul.content {
	display: block!important
}
}

@media (min-width:479px) and (max-width:767px) {
.product-layout.product-grid {
	width: 49.9%!important
}
}	

@media only screen and (max-width:767px) {
body {
	padding: 0
}
#header.navbar-fixed-top .header_info {
	display: none
}
#header .rightbox .hdr-buttons {
	float: none
}
#cart, .search-field {
	top: 0
}
.framed_layout #cart, .framed_layout .search-field {
	top: 15px
}
.grid-box.alpha {
	margin-left: 0!important
}
.navbar #cart, .navbar .search-field {
	display: none
}
#header.slide-behind.hdr-light.background-dark .leftbox .btn-link, #header.slide-behind.hdr-light.background-dark .rightbox .btn-link {
	color: #111;
	text-shadow: none
}
#header.slide-behind.hdr-dark.background-dark .leftbox .btn, #header.slide-behind.hdr-dark.background-dark .rightbox .btn, #header.slide-behind.hdr-dark.background-light .rightbox .btn {
	color: #fff;
	text-shadow: none
}
div.live-search ul li .product-name p {
	display: none
}
.page-header h1, .page-header h3 {
	font-size: 1.6em!important
}
.page-header .review span {
	font-size: 6px
}
.blog_post .date_added {
	margin-top: 15px
}
#content.span9 .slideshow {
	margin: 0 -10px
}
#product-category #column-left {
	display: block!important;
	margin: 0 0 10px 0
}
#column-left .inner {
	border-width: 1px 1px 0
}
#column-left .inner>div {
	display: none;
	border: 0;
	margin-bottom: 0;
	background: 0 0
}
#column-left .inner .panel-default {
	border: 0;
	background: 0 0;
	margin: 0
}
#column-left #cat_accordion {
	background: #fff
}
#column-left .inner>div.category, #column-left .inner>div.category-accordion, #column-left .inner>div.filter {
	display: block;
	border-bottom: 1px solid #777;
	border-radius: 0
}
#column-left .inner .list-group {
	border: 0;
	border-radius: 0
}
#column-left .inner>div .btn-default {
	text-align: left;
	font-weight: 700;
	padding: 8px 12px;
	border: 0;
	background: 0 0
}
#column-left .inner>div .btn-default i, .subcat-btn i {
	float: right;
	font-size: 18px
}
.subcat-btn {
	display: block;
	margin: 0 0 10px;
	text-align: left
}
#subcategories .category-list {
	margin-top: 0
}
.category-info .image {
	display: none
}
.navbar.navbar-default {
	text-align: left
}
.cart-inner {
	padding: 0
}
.checkout .nav-tabs>.active>a, .checkout .nav-tabs>li>a {
	padding-left: 1em;
	padding-right: 1em;
	letter-spacing: 0;
	font-size: .85em
}
	
.product-compare {
	display: none
}
.product-slider .item .cart, .product-thumb .cart {
	opacity: 1;
	-moz-opacity: 1
}
.product-list .product-thumb.slideup .image {
	height: 220px;
	min-height: 220px;
	padding-bottom: 0;
	width: 100%
}
.box .product-layout>div:hover .slideup .image .thumb, .product-grid:hover .slideup .image .thumb, .product-list:hover .slideup .image .thumb, .product-slider .owl-item:hover .slideup .image .thumb {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: none;
	-webkit-transition-delay: 0s;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
.product-list .product-thumb .image .back-image {
	display: none
}
.box .product-layout .overlay .caption, .owl-carousel .owl-item .overlay .caption, .product-grid .overlay .caption {
	position: relative;
	text-align: center;
	top: auto;
	left: auto;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none
}
.box .product-layout .overlay, .owl-carousel .item .overlay, .product-grid .overlay, .product-list .overlay, .product-list:first-child>div.overlay {
	padding: 0 10px;
	border: 0
}
.box .product-layout .overlay .caption, .owl-carousel .owl-item .overlay .caption, .product-grid .overlay .caption {
	opacity: 1;
	padding: 0
}
.box .product-layout:hover .overlay .ovrlay, .owl-carousel .item:hover .overlay .ovrlay, .product-grid:hover .overlay .ovrlay {
	display: none
}
.product-info .cart, .product-info .description, .product-info .links, .product-info .price, .product-info .review, .product-info .share, .product-info .tags {
	text-align: center
}
.product-info .cart .input-qty {
	display: inline-block
}
.owl-carousel .owl-item .cart, .product-layout .cart {
	opacity: 1!important
}
#full-info {
	padding: 0
}
#full-info .tab-content img {
	max-width: 100%;
	height: auto!important
}
.mousetrap {
	max-width: 100%
}
#cloud-zoom-big {
	max-width: 100%;
	left: 0!important
}
#zoom-image {
	display: none
}
.accordion-heading .accordion-toggle {
	font-weight: 700
}
.prevnext .pager {
	text-align: center
}
.list-actions {
	text-align: center;
	padding-bottom: 10px
}
.info-inner img {
	max-width: 100%;
	height: auto!important
}
#footer .column {
	margin-bottom: -1px
}
#footer h3.header {
	padding: 8px 0;
	margin: 0;
	cursor: pointer
}
#footer h3.header.active, #footer h3.header:active, #footer h3.header:hover {
	outline: 0
}
#footer h3.header:after {
	content: "\f107";
	font-size: var(--fontDefaultSize);
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 10px;
	float: right
}
#footer ul.content {
	display: none
}
#footer ul li a {
	padding: 5px 12px;
	font-size: var(--fontDefaultSize);
	display: block
}
#footer ul li table, #footer ul.ft_content {
	margin-left: 12px
}
#footer .contact {
	text-align: center;
	margin-top: 14px
}
#footer .footer_info, #footer .social {
	text-align: center
}
}
@media only screen and (max-width:479px) {
#top-links {
	display: none
}
#mobmenu, #sidecart {
	width: 90%!important
}
.category-list .subcat_thumb img {
	display: none
}
.product-list .product-thumb .image {
	max-width: 120px;
	margin-left: -15px;
	margin-right: -15px
}
.box .product-layout .name, .owl-carousel .item .name, .product-grid .name, .product-list .name {
	font-size: 1em
}
.product-list .description, .product-list .list-unstyled {
	font-size: .9em
}
.countdown_deals .owl-item .product-thumb {
	border: 0
}
.contentset .inner {
	font-size: 1.45em
}
#toTop {
	display: none!important
}
.column-2 .blog_item {
	width: auto
}
.column-3 .blog_item {
	width: auto
}
.column-4 .blog_item {
	width: auto
}
#cart-info .price span, #cart-info thead .total span {
	display: none
}
#cart-info .price, #cart-info .total {
	text-align: left
}
#cart-info .quantity input[type=text] {
	display: inline-block
}
#cart-info .tag {
	display: inline;
	margin-right: 5px;
	color: #777;
	font-weight: 400
}
#total-cart table {
	float: none;
	margin: 0 auto
}
#total-cart .buttons {
	text-align: center;
	margin-bottom: 14px
}
#total-cart .buttons a {
	float: none
}
#total-cart .cart {
	float: none;
	clear: both;
	display: block
}
#total-cart #checkout {
	display: block;
	margin: 0 15%
}
.checkout-confirm table .price {
	display: none
}
#checkout .panel-title a.active {
	font-size: 1.1em
}
#checkout.mainborder {
	padding: 0
}
.confirmation td {
	padding: 2px
}
.confirmation thead td {
	font-size: 11px
}
.table-adjust td {
	padding: 2px;
	font-size: 11px
}
#content .info-inner {
	padding: 20px
}
.compare-info td, .compare-info th {
	white-space: normal!important
}
.tabbed-products .nav-tabs {
	text-align: left
}
.nav-tabs>li {
	height: auto;
	float: none;
	font-size: 1em
}
}
@media only screen and (max-width:767px) {
.modal-body #column-left .inner>div {
	display: block
}
.modal-body #column-left {
	padding: 0
}
}

/*update side menu*/
.navbar-fixed-top{
    width: 100%;
}
#header{
	left: 0px !important;
}
.topcanvas {
    position: initial !important;
    left: 0px !important;
}
.attop {
    left: 0px !important;
}

/** External content **/

/* loadbee */
iframe#loadbeeIframeId #header{display:none !important;}

/*Flixmedia
#flix_hotspots{display: none !important;}
*/

