	
	/* Sliding Wardrobe Doors */
	
	
	/*---------------------------------------------------
	Main
	---------------------------------------------------*/
	.swatch {
	width: 75px;
	margin-inline-end: 20px;
	}
	
	.card {
	text-align: left;
	}
	
	/*---------------------------------------------------
	Configurations
	---------------------------------------------------*/
	
	
	
	/*
	
	
	.config-button a {
	background-color: var(--sw-light-grey);
	border: 1px solid var(--sw-light-grey);
	color: var(--body-color);
	font-size: 16px;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	transition: 0.6s;
	line-height: 1.5;
	border-radius: 3px;
	font-weight: normal;
	text-transform: none;
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	margin-top: 5px;
	}
	.config-button a:hover {
	color: var(--body-color);
	background-color: #B9AB98;
	border: 1px solid #B9AB98;
	}
	@media (min-width: 992px) {
	.config-button a {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-top: 0px;
	}
	}
	.config-hdr-button {
	font-size: 22px;
	letter-spacing: 2px;
	display: inline-block;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	width: 100%;
	margin-bottom: 10px;
	}
	
	
	*/
	
	
	
		
	/*---------------------------------------------------
	Frame Styles
	---------------------------------------------------*/	
	.profile-graphic {
	height: 120px;
	width: 120px;
	margin: 25px;
	}
	.finish-graphic {
	height: 100px;
	width: 100px;
	margin: 25px;
	}
	@media (min-width: 992px) { 
	.profile-graphic {
	height: 200px;
	width: 200px;
	}
	.finish-graphic {
	height: 150px;
	width: 150px;
	}
	}
	