.hero {
	height: 40%;
}

.breadcrumb span {
	font-size: 1rem;
	color: #eee;
}

.itemProducts {
	padding: 15rem 0;
}

.blockTable {
	overflow: auto;
}

.blockTable .product-image {
	width: 200px;
}

.blockTable thead th {
	padding: 30px;
	text-align: center;
	border-width: 0px !important;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
}
.blockTable td {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.8);
}
.blockTable tbody tr:first-child td {
	border-top: 1px solid #3b5d50 !important;
}

.num {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3b5d50;
}

.num .input-group {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
	padding: 32px 0;
}

.num .input-group .iconbtn {
	margin: 0 1rem;
}

.iconbtn {
	font-weight: 600;
	color: #2f2f2f;
	border: none;
	background: transparent;
}

.iconbtn:hover {
	color: #744312;
}

.iconbtn i {
	font-size: 1.5rem;
	color: #744312;
}

@media (max-width: 960px) {
	.num .input-group {
		max-width: 50px;
		padding: 0;
	}
}

/* //////////////////////////////////// */

.checkout-container {
	margin: 180px auto;
	max-width: 1100px;
}

.checkout-container .card {
	border-radius: 15px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.checkout-container .card-header {
	background: #744312;
	color: #fff;
	border-radius: 15px 15px 0 0 !important;
}

.checkout-container .btn-place-order {
	background: #744312;
	color: #fff;
	border-radius: 10px;
}

.checkout-container .btn-place-order:hover {
	background: #744312;
}
