/*
Custom CSS Styles
*/

form p {
	color: red;
	font-size: 0.9em;
}

.description p {
	color: black;
	font-size: 1em;
}

.form-group.required.control-label:before {
	color: red;
	content: "*";
	position: absolute;
	margin-left: -10px;
}

ul.timeline {
	list-style-type: none;
	position: relative;
}

ul.timeline:before {
	content: " ";
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline>li {
	margin: 20px 0;
	padding-left: 20px;
}

ul.timeline>li:before {
	content: " ";
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}

.commentscroll {
	margin: 4px, 4px;
	padding: 12px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
}

.image-area {
	position: relative;
	width: 50%;
	background: #333;
}

.image-area img {
	max-width: 100%;
	height: auto;
}

.remove-image {
	display: none;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 10em;
	padding: 2px 6px 3px;
	text-decoration: none;
	font: 700 21px/20px sans-serif;
	background: #555;
	border: 3px solid #fff;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

.remove-image:hover {
	background: #e54e4e;
	padding: 3px 7px 5px;
	top: -11px;
	right: -11px;
}

.remove-image:active {
	background: #e54e4e;
	top: -10px;
	right: -11px;
}

/************************************
Product
*************************************/
.product {
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 8px;
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 6;
	transition: 0.3s ease;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
}

.product .fa-star {
	font-size: 13px;
	margin-bottom: 13px;
	margin-top: 13px;
	color: #ccc !important;
}

.product .checked {
	font-size: 13px;
	margin-bottom: 13px;
	margin-top: 13px;
	color: #eb2331 !important
}

.fa-star {
	font-size: 13px;
}

.product.borderless {
	border: 0;
}

.product:hover {
	border: 0px solid transparent;
	box-shadow: 0px 5px 5px 0 rgba(53, 78, 84, 0.15);
	z-index: 20;
	transition: 0.3s ease;
}

.product:hover .product-select button {
	transform: scale(1) translateY(-20px);
}

.product:hover:after {
	height: 30px;
	box-shadow: 0px 10px 10px 0 rgba(53, 78, 84, 0.15);
	opacity: 1;
	bottom: -30px;
}

.product:after {
	content: "";
	/* position: absolute;
display: block; */
	bottom: 0px;
	left: 0;
	height: 0px;
	width: 100%;
	background-color: white;
	z-index: 0;
	opacity: 0;
	border: 1px solid transparent;
	transition: 0.3s;
}

.product .product-img {
	display: flex;
	margin-bottom: 0;
	justify-content: center;
	align-items: center;
	padding-top: 5%;
	margin: 0 auto;
	height: 180px;
}

.product .product-img img {
	max-width: 100%;
	max-height: 100%;
}

.product .product-type {
	font-size: 12px;
	color: #eb2331;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;
	height: 15px;
}

.product .product-name {
	font-weight: 800;
	margin: 8px 0 8px 0
}

.products-section {
	padding: 0 0 30px 0
}

.products-section h2 {
	font-size: 26px;
	position: relative;
	text-align: center;
	font-weight: 800;
	padding: 10px 0 10px 0;
	margin: 0px 0 60px 0;
}

.products-section h2:before {
	position: absolute;
	height: 3px;
	width: 38px;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #0d58a3;
	margin: 0 auto
}

.product-title h5 {
	font-size: 12px;
	font-weight: 700;
	color: #eb2331;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.product-title h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .5px;
}

.product-title h6 {
	font-size: 18px;
}

.product-title h6 span {
	color: #a7a5a2;
	display: inline-block;
	font-size: 15px;
	text-decoration: line-through
}

.right-heading {
	border-bottom: solid 1px #ebebeb;
	line-height: 40px;
	position: relative;
	padding: 0 0 5px 0;
	margin: 0 0 30px 0
}

.right-heading:before {
	content: "";
	left: 0;
	position: absolute;
	bottom: -2px;
	width: 57px;
	height: 3px;
	background: #eb2331
}

.right-heading h3 {
	font-size: 20px;
	position: relative;
	padding: 0 0 5px 0;
	margin: 0
}

.item.list-group-item {
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem;
	border: 0;
}

.view-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
}

.view-group .product-table {
	display: none
}

.view-group .card-body {
	padding: 0;
	text-align: center
}

.view-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
}

.thumbnail {
	margin-bottom: 30px;
	padding-bottom: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	position: relative;
}

.list-group-item .product-price span {
	margin: 13px 10px 20px 0 !important;
	display: block
}

.list-group-item .product {
	min-height: inherit !important
}

.item.list-group-item {
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem;
	border: 0;
}

.list-group-item .product-select {
	position: relative;
}

.item.list-group-item .img-event {
	float: left;
	width: 30%;
}

.item.list-group-item .list-group-image {
	margin-right: 10px;
}

.item.list-group-item .thumbnail {
	margin-bottom: 0px;
	display: inline-block;
}

.item.list-group-item .caption {
	float: left;
	width: 70%;
	margin: 20px 0 0 0;
	text-align: left;
}

.list-group-item .card-body p {
	text-align: left
}

.product-table a {
	text-align: left
}

.list-group-item .product-table {
	text-align: left
}

.item.list-group-item .sale-flag-side {
	left: 17px;
	right: inherit;
}

.item.list-group-item:before,
.item.list-group-item:after {
	display: table;
	content: "";
}

.item.list-group-item:after {
	clear: both;
}


.title-h {
	border-bottom: 1px solid #dee2e6;
}

.coupon {
	border-bottom: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
}

.product-name {
	font-size: 14px;
	font-weight: 700
}

.product-name p {
	font-size: 14px;
	font-weight: 700;
	width: 200px;
	margin: 0
}

.product-thumbnail {
	width: 100px;
}

.input-number {
	text-align: center;
	width: 40px;
	text-align: center;
	height: 40px;
}

.quality .input-group-btn {
	width: 40px;
	height: 40px;
	border: 0;
	outline: none
}

.entry-header {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.product-boder {
	border-bottom: 1px solid #dee2e6;
}

.ul-css ul {
	margin: 20px 0 20px 18px;
	padding: 0;
}

.ul-css li {
	margin: 0;
	padding: 0;
	list-style: none
}

.ul-css li p {
	font-size: 12px;
	line-height: 24px;
	padding: 0 30px 0;
}

.checkbox-lg .form-check-input {
	top: .8rem;
	scale: 1.8;
	margin-right: 0.7rem;
}

.radio-lg .form-radio-input {
	top: .8rem;
	scale: 1.8;
	margin-right: 0.7rem;
}

.form-check-input:checked {
	background-color: green !important;
	border: 0;
}

.checkbox-lg .form-check-label {
	padding-top: 13px;
}

.checkbox-xl .form-check-input {
	top: 1.2rem;
	scale: 1.7;
	margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
	padding-top: 19px;
}
