/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* ------------- CORE:ROOT ------------- */

:root{
	--color: #222;
	--color2: #fff;
	--color3: #555;
	
	--bgColor: #3F1E55;
	--bgColor2: #351749;
	--bgColor3: #FFB302;
	--bgColor4: #DF9C00;
	--bgColor5: #EDEAEF;
	--bgColor6: #E0D6E7;
	--bgColor7: #E1D7BF;
	
	--bgColorRgba: rgba(63, 30, 85, 0.8);
	
	--linkColor: #000;
	--linkHoverColor: #3F1E55;
	
	--borderRadius: 10px;
	
	--mobileMenuColor: #222;
	--mobileMenuBtnColor: #fff;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #351749;
	--mobileMenuContentBgColor: #fff;
	--mobileMenuSearchBtnColor: #fff;
	--mobileMenuNotificationsColor: #fff;
	
	--btnColor: #000;
	--btnBgColor: #FFB302;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #3F1E55;
	
	--dialogBgColor: #3F1E55;
	--dialogBgColor2: #DF9C00;
	--dialogHeadingColor: #fff;
}

/* ------------- CORE:OVERWRITE ------------- */

.core-steps .core-steps-buttons .btn.active{
	color: #fff !important;
}

/* ------------- DOCUMENT ------------- */

/* Body */
body{
	background-color: var(--bgColor5);
	font-family: Lato, Helvetica, Arial, sans-serif;
}

/* Headings */
h1, h2, h3{
	font-weight: normal;
	font-family: Lato, Helvetica, Arial, sans-serif;
}

/* Menu */
#menu-banner{
	background-color: var(--bgColor);
}

	/* eCommerce */
	#menu-banner .ecommerce-banner{
		color: var(--color2);
	}
	
		#menu-banner .ecommerce-banner a{
			color: var(--color2);
		}
	
		#menu-banner .ecommerce-banner .basket-num,
		#menu-banner .ecommerce-banner .wish-list-num{
			color: var(--color);
			background-color: var(--bgColor3);
		}

	/* Menu */
	#menu-banner .menu-banner{
		background-color: var(--bgColor3);
	}

		/* Ecommerce Menu{ */
		#menu-banner .ecommerce-menu{}
		
			#menu-banner .ecommerce-menu .products-categories-menu{}
			
				#menu-banner .ecommerce-menu .products-categories-menu .title{
					font-weight: bold;
					text-transform: uppercase;
					background-color: var(--bgColor3);
				}

		/* Menu */
		#menu-banner .menu-banner ul{
			padding: 5px 0;
		}
		
			#menu-banner .menu-banner ul li a{
				color: var(--color);
				padding: 13px 20px;
				margin-right: 3px;
				text-transform: uppercase;
				border-radius: var(--borderRadius);
			}

				#menu-banner .menu-banner ul li:hover > a,
				#menu-banner .menu-banner ul li.active-li > a{
					color: #fff;
					background-color: var(--bgColor);
				}

		#menu-banner .menu-banner ul ul{
			padding: 0;
			border-radius: var(--borderRadius);
		}
			
			#menu-banner .menu-banner ul ul li{
				margin: 5px;
			}
		
				#menu-banner .menu-banner ul ul li a{
					color: var(--color);
				}
			
				#menu-banner .menu-banner ul ul li:hover > a,
				#menu-banner .menu-banner ul ul li.active-li > a{
					color: var(--color2);
					background-color: var(--bgColor2);
				}
			
/* eCommerce Splash */
#ecommerce-splash{
	padding: 60px 0;
	position: relative;
	background-color: var(--bgColor);
}

	#ecommerce-splash > canvas{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		position: absolute;
	}

	#ecommerce-splash > .container{
		z-index: 1;
		position: relative;
		border: 5px solid #fff;
		background-color: #fff;
		border-radius: var(--borderRadius);
	}

		#ecommerce-splash > .container > .menu{
			overflow: visible;
			background-color: #fff;
		}

			#ecommerce-splash > .container > .menu .title,
			#ecommerce-splash > .container > .menu .menu .menu-item > a{
				text-transform: uppercase;
			}
		
		#ecommerce-splash > .container > .slider{
			overflow: hidden;
		}
		
			#ecommerce-splash > .container > .slider > div{
				border-radius: var(--borderRadius);
			}
		
/* eCommerce Menu */
#ecommerce-menu{
	margin: 10px;
	overflow: hidden;
}
	
/* Sum Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row .sum-row-wrapper > .title,
	#sum-div .sum-row:not(.categories) .sum-row-wrapper .sum-column > .title{
		position: relative;
		font-size: var(--fontSize200);
	}

		#sum-div .sum-row .sum-row-wrapper > .title:after,
		#sum-div .sum-row:not(.categories) .sum-row-wrapper .sum-column > .title:after{
			left: 35%;
			bottom: 0;
			width: 30%;
			content: '';
			position: absolute;
			border-bottom: 3px solid var(--bgColor3);
		}
	
	/* Products */
	#sum-div .sum-row.products{}

	/* How To */
	#sum-div .sum-row.how-to{
		background-color: var(--bgColor);
	}
	
		#sum-div .sum-row.how-to .sum-column{
			color: #fff;
		}
	
			#sum-div .sum-row.how-to .sum-column > .image{
				width: 140px;
				margin: 30px auto 0;
			}
	
			#sum-div .sum-row.how-to .sum-column > .title{
				font-size: 140%;
			}
	
	/* Categories */
	#sum-div .sum-row.categories{
		background-color: var(--bgColor5);
	}

/* Sum-Div - Products */
#sum-div .products .categories{}

	#sum-div .products .categories .category{
		overflow: hidden;
		background-color: #fff;
	}

		#sum-div .products .categories .category:hover, 
		#sum-div .products .categories .category:focus, 
		#sum-div .products .categories .category:active{
			z-index: 100;
			box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
		}

		#sum-div .products .categories .category .title{
			height: 65px;
			display: flex;
			padding: 20px;
			align-items: center;
			justify-content: center;
			max-width: calc(100% - 40px);
			font-size: var(--fontSize120);
		}

/* Body */
#body{
	margin: 60px auto 30px;
}

	/* Left & Right */
	#left,
	#right{}
		
		/* Label Box */
		#left > .label-box,
		#right > .label-box{}

			#left > .label-box > .title,
			#right > .label-box > .title{
				width: 80%;
				margin: 0 auto;
				border-bottom: 3px solid var(--bgColor3);
			}

			#left > .label-box > .content,
			#right > .label-box > .content{}

				#left > .label-box > .content .image{
					margin-bottom: 20px;
					border: 2px solid var(--bgColor6);
				}

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}

			/* Title */
			#content > .spread > .title{
				width: 93%;
				margin: 0 auto;
				position: relative;
			}

				#content > .spread > .title:before{
					left: 0;
					width: 300px;
					content: '';
					bottom: -3px;
					height: 3px;
					position: absolute;
					border-radius: 5px 0 0 5px;
					background-color: var(--bgColor3);
				}

			/* Data */
			#content > .spread > .data{}

				/* H3 */
				#content > .spread > .data h3{
					color: var(--color3);
					font-size: var(--fontSize140);
					border-bottom: 1px solid var(--bgColor6);
					text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
				}

#body.wide{}

	#content{}

		/* Panel */
		#content > .panel{}

		#content > .panel:nth-child(even){
			background-color: var(--bgColor5);
		}
		
			#content > .panel h1,
			#content > .panel h2{}

				#content > .panel h1:after,
				#content > .panel h2:after{
					left: 35%;
					bottom: 0;
					width: 30%;
					content: '';
					position: absolute;
					border-bottom: 3px solid var(--bgColor3);
				}
		
			#content > .panel h3{
				border-bottom: 1px solid var(--bgColor6);
			}

/* Page Options */
#page-options{
	background-color: var(--bgColor);
}

	#page-options a{
		color: #fff;
	}

	#page-options .left:hover,
	#page-options .right:hover{
		background-color: var(--bgColor2);
	}

/* Footer */
#footer{
	color: #fff;
	background-color: var(--bgColor2);
}

	#footer .title{
		color: #fff;
	}

	#footer a{
		color: #fff;
	}

		#footer a:hover{
			color: #fff;
		}

/* 1750px */		
@media screen and (max-width: 1750px){}

/* 1650px */		
@media screen and (max-width: 1650px){}

/* 1550px */		
@media screen and (max-width: 1550px){
	#menu-banner .menu-banner ul li a{
		padding: 12px 18px;
	}
}

/* 1380px */		
@media screen and (max-width: 1380px){}

/* 1250px */		
@media screen and (max-width: 1250px){
	#menu-banner .menu-banner ul li a{
		padding: 11px 17px;
	}
}

/* 1150px */		
@media screen and (max-width: 1150px){}

/* 1024px */		
@media screen and (max-width: 1024px){
	#menu-banner .menu-banner ul li a{
		padding: 10px 15px;
	}
}

/* 600px */
@media screen and (max-width: 600px){
	#ecommerce-splash{
		padding: 10px;
	}

		#ecommerce-splash > .container{
			width: 100%;
			flex-direction: column;
		}
	
	#body{
		margin: 10px auto 0;
	}

	#content > .spread > .title{
		width: 80%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 3px solid var(--bgColor3);
	}

		#content > .spread > .title:before{
			display: none;
		}
}