.search-result-categories>li>a {
	color: #b6b6b6;
	font-weight: 400
}

.search-result-categories>li>a:hover {
	background-color: #ddd;
	color: #555
}

.search-result-categories>li>a>.glyphicon {
	margin-right: 5px
}

.search-result-categories>li>a>.badge {
	float: right
}

.search-results-count {
	margin-top: 10px
}

.search-result-item {
	padding: 0px;
	background-color: #fff;
	border-radius: 4px
}

.search-result-item:after,
.search-result-item:before {
	content: " ";
	display: table
}

.search-result-item:after {
	clear: both
}

.search-result-item .image-link {
	display: block;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

@media (min-width:768px) {
	.search-result-item .image-link {
		display: inline-block;
		padding-right: 20px;
		float: left;
		width: 200px
	}
}

@media (max-width:767px) {
	.search-result-item .image-link {
		max-height: 200px
	}
}

.search-result-item .image {
	max-width: 100%
}

.search-result-item .info {
	margin-top: 2px;
	font-size: 12px;
	color: #999
}

.search-result-item .description {
	font-size: 14px
}

.search-result-item+.search-result-item {
	margin-top: 20px
}

@media (min-width:768px) {
	.search-result-item-body {
		margin-left: 200px
	}
}

.search-result-item-heading {
	font-weight: 400
}

.search-result-item-heading>a {
	color: #555
}

@media (min-width:768px) {
	.search-result-item-heading {
		margin: 0
	}
}

section.guest-page-main-section-padding-top {
	padding-top: 7.5rem;
}

.btn-decrement {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.btn-increment {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;
}

.text-divider span {
    background-color: #fff;
    padding: 1em;
}

.text-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
}

form div.required label.col-form-label:after {
	content: " * ";
	color: red;
}

.iti {
	width: 100%;
}

.icon-feature {
  font-size: 4rem;
}

.text-gradient {
  background: -webkit-linear-gradient(#2937f0, #9f1ae2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

