#custom {
	margin: 30px 10px;
}

.custom-row {
	border-top: 1px solid #eeeff0;
	padding: 10px 0;
	font-size: 11pt;
	font-weight: 500;
}

.furniture-container {
	border: 1px solid #eee;
}

.furniture-container h4 {
	background: #2b2a28;
    font-weight: 600;
    color: #FFF;
}

.orange {
	color: #3578b4;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.custom-row2 {
	margin: 12px 0;
	font-size: 11pt;
}

.custom-row2.heading {
	font-weight: 500 !important;
	font-size: 12pt;
}

.custom-row2 .remove {
	background: #f1f1f1;
	width: 35px;
	height: 35px;
	border-radius: 1px;
	border: 2px solid #eaeaea;
	text-align: center;
	font-weight: bold;
	color: #666;
	display: inline-block;
	font-size: 14pt;
	padding-top: 2px;
}

.custom-row2 .remove:hover {
	border: 2px solid #999;
	cursor: pointer;
}

#product-detail-container .align-items-center {
	display: flex; 
	align-items: center;
	justify-content: center; 
}

#product-detail-container .justify-left {
	justify-content: left; 
}

.custom-row2 input[type=text] {
	text-align: center;
}

.custom-row2 input[type=text]:focus {
	box-shadow: 0 !important;
}

.custom-row2 .input-group {
	justify-content: center;
}

.custom-row2 .form-control:disabled {
	background: #FFF;
	color: #000;
	opacity: 1 !important;
}

#custom.product-options {
	text-align: left !important;
}

@media only screen and (max-width: 999px) {
			
	.custom-row2 .remove {
		width: 25px;
	}
	
	#furniture-container .form-control {
		flex: 0 !important;
		width: 23px !important;
	}
	
	#furniture-container *  {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#furniture-container {
		padding: 20px !important;
	}
	
}

@media only screen and (max-width: 439px) {
				
	.custom-row2 {
		zoom: 0.9;
	}
	
	#furniture-container *  {
		padding-left: 0 !important;
		padding-right: 0 !important;
		font-size: 9pt;
	}
	
	#furniture-container input  {
		height: 30px !important;
	}
	
	#furniture-container .remove  {
		height: 30px;
		padding: 6px 0 0 0 !important;
	}
	
}

@media only screen and (max-width: 340px) {
	#furniture-container .form-control {
		flex: 0 !important;
		width: 18px !important;
	}
}

#showInfo {
	margin-left: 10px;
}

#showInfo:hover {
	cursor: pointer;
}

#infoContainer {
	width: 250px;
}

#showInfo:hover #infoContainer {
	display: block !important;
	background: #B3D335;
	color: #FFF;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 20px !important;
	border-radius: 5px;
}

.w-20 {
	width: 20px;
}