@charset "utf-8";
/* CSS Document */
.banner {
	/* max-height: 600px; */
	margin-bottom: 1rem;
	overflow: hidden;
}
.section-headline .view-all {
	font-size: 0.938rem;
	margin-left: auto;
	
}
.section-headline .view-all > img {
	vertical-align: 1px;
}
.card.card-package {
	border-radius: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.card-package .btn {
	text-transform: uppercase;
	position: absolute;
	left: 1.25rem;
	bottom: 1.25rem;
	font-size: 0.875rem;
	z-index: 1;
}
.category-box {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	color: #333;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.25rem;
	padding: 1rem;
	text-align: center;
}
.category-box-image {
	max-height: 200px;
	max-width: 200px;
	margin: 0 auto 1rem;
}
.category-box-image > img, .card-item .card-image img {
	height: 96px;
	width: 96px;
}
.category-box h5 {
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card.card-ads {
	border-radius: 0.5rem;
	overflow: hidden;
}

span.like-icon {
	color: #333;
	font-size: 1.333rem;
	position: absolute;
	z-index: 101;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: #eee;
	display: block;
	line-height: 1;
	height: 32px;
	width: 32px;
	padding: 6px 0;
	border-radius: 30px;
	text-align: center;
	transition: all .4s;
}

.star-rating {
	margin-bottom: 0.5rem;
}

.star-rating.poor > span {
	color: #f00;
}
.star-rating.good > span {
	color: #fc0;
}
.star-rating.excellent > span {
	color: #0c0;
}
.star-rating > span > i {
	font-size: 1rem;
}
.star-rating > small {
	color: #777;
}
.item-price {
	color: #777;
}
.item-price .discount-price {
	color: #333;
	font-size: 1.35rem;
}
.item-price .discount-price > span {
	color: #000;
	font-weight: 600;
}
.delivery-date {
	color: #555;
}
.card .verified {
	position: absolute;
	right: 0;
	bottom: 1rem;
	border: 1px solid var(--webColor);
	border-radius: 0.1rem;
	height: 13px;
	width: 13px;
}
.card .verified::before {
	content: '';
	position: absolute;
	background-color: var(--webColor);
	top: 1px;
	left: 1.5px;
	height: 8px;
	width: 8px;
	border-radius: 8px;
}
.card.card-promo {
	border-radius: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.card-item {
	margin-bottom: 1.5rem;
	padding-top: 1rem;
	text-align: center;
}
.card-item h4 {
	display: -webkit-box;
	font-size: 1.125rem;
	max-width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-item .card-image {
	position: relative;
}
.card-item .card-image .badge {
	position: absolute;
	right: 1rem;
	top: 1rem;
	text-transform: uppercase;
	z-index: 2;
}
.card-item h4 > a {
	color: #333;
}
.card-item h4 > a:hover {
	color: var(--siteColor);
}
.card-item p {
	color: #777;
	font-size: 0.875rem;
	margin-bottom: 0;
}
.partner-carousel .card {
	align-items: center;
}
.partnetimage {
	height: 128px;
}
.card .nonverified {
	position: absolute;
	right: 0;
	bottom: 1rem;
	border: 1px solid #dc3545;
	border-radius: 0.1rem;
	height: 13px;
	width: 13px;
}
.card .nonverified::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 1px;
	background-color: initial;
	top: 0px;
	left: 1px;
	border-radius: inherit;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #dc3545;
}
.card.card-promo .card-image img {
	width: 100%;
}
/*footer {
	padding-top: 6.5rem;
}*/
.footer-service {
	color: #eee;
	position: relative;
	width: 100%;
	z-index: 9
}
.footer-service .content {
	background-color: var(--siteColor);
	border-radius: 0.3rem;
	padding: 1.5rem 1rem;
}
.footer-service .content .d-sm-flex {
	align-items: center;
}
.footer-service .content .d-sm-flex small {
	font-style: italic;
}

/* RESPONSIVE */
@media (min-width: 992px) {
.partner-carousel {
	margin-bottom: 1rem;
}
.footer-service {
	margin-bottom: -4rem;
}
}
@media only screen and (max-width: 991.98px) {
.footer-service {
	margin-bottom: 1rem;
}
.footer-service .content .row{
	margin-bottom: -1rem;
}
.footer-service .content .d-sm-flex {
	margin-bottom: 1rem;
}
}
@media only screen and (max-width: 767px) {
.banner .container {
	padding: 0;
}
ul#menu-v {
	display: none;
}
.card.card-package, .card.card-promo {
    border-radius: 0.5rem;
}
.category-box {
	margin-bottom: 1rem;
	padding: 0.75rem;
}
.card-item {
	margin-bottom: 1rem;
}
}
@media only screen and (max-width: 575.98px) {

.footer-service .d-sm-flex img.me-3{
	height:48px;
	width:48px;
}
}


/* END HOME */
