#custom {
	margin: 30px 10px;
}

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

.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: 3px;
}

.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;
}

@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;
}

#furniture-extended > .row {
    border: 1px solid #ddd;
    border-top: 0;
}

#furniture-extended > .row:first-of-type {
    border-top: 1px solid #ddd;
}

/*COMMIT*/
/* #furniture-extended .heading {
    color: #343a40;
    font-weight: 600;
    font-size: 1.8rem;
} */

#furniture-extended .heading {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2B3B5D;
}
/*COMMIT*/

#furniture-extended .price {
    color: #2B3B5D;

    /*COMMIT*/
    /* font-weight: 700; */
    /*COMMIT*/

    font-weight: 600;
    font-size: 2rem;
}

#furniture-extended .discounted-price {
    text-decoration: line-through;
    color: #8d8d8d;
    font-size: 1.2rem;
}

#furniture-extended .info {
    font-size: 1.2rem;
    color: #8d8d8d;
    width: 200px;
}

#furniture-extended .increase,
#furniture-extended .decrease {
    border: 1px solid #ddd;
    font-size: 2rem;
    color: #8a131f;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

#furniture-extended .increase {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 5px;
}

#furniture-extended .decrease {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 5px;
}

#furniture-extended .form-control {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    outline: none !important;
    box-shadow: none !important;
    color: #343a40;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;  
}

#furniture-extended .increase:hover,
#furniture-extended .decrease:hover {
    color: #343a40;
}

@media only screen and (max-width: 1199px) {
	#furniture-extended .info {
		width: 130px
	}
}

@media only screen and (max-width: 767px) {
	#furniture-extended .info {
		width: auto !important;
	}
}

#furniture-extended .img img {
    width: 100%;
    height: auto;
    max-height: 200px;
}

#furniture-extended .img button:first-of-type {
    position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	background: transparent;
	z-index: 10;
}

#furniture-extended .img button:nth-of-type(2) {
    position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	background: transparent;
	z-index: 10;
}

/*COMMIT*/
/* #furniture-extended .img i {
    color: #8a131f;
    font-size: 2.7rem;
} */
#furniture-extended .img i.fa-search-plus {
    font-size: 1.6rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #8a131f;
}
#furniture-extended .img i.fa-angle-left,
#furniture-extended .img i.fa-angle-right {
	color: #FFF;
	width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2.7rem;
}
/* #furniture-extended .img i:hover {
    color: #cd636e;
} */
/*COMMIT*/

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#furniture-extended .form-control {
		font-size: 2rem;
		width: 35px;
		height: 40px;
		line-height: 50px;
	}
	#furniture-extended .increase,
	#furniture-extended .decrease {
		font-size: 1.4rem;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
}