.red {
	color: red;
}

.message_margin {
	margin: 2.1rem;
}

.border_none {
	border: none;
}

.bold {
	font-weight: bold;
}

.no_border {
	border-radius: 0px !important;
}

.item_detail_image {
	flex-shrink: 0;
	width: 100%;
}

.description {
	word-break: break-all;
}
.color-option {
	padding-left: 27px;
	position: relative;
	margin: 0px 0px 12px 4px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} 
.color-picker {
	margin: 0px 0px 0px 0px;
}
.color-option input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #e6e3e3;
}
.details-action-wrapper .btn-product.btn-wishlist:before {
	display: none;
}
.btn-product.btn-cart:hover span, .btn-product.btn-cart:focus span {
	color: #fff;
}
.disabled {
	cursor: not-allowed;
}

.table.table-summary tbody td {
	height: 50px;
}