body{
	font-family: sans-serif !important;
}
a:focus {
    outline: none !important;
}
#site-logo #site-logo-inner a:hover img{
    opacity: 1;
}
.time-select li.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.best-seller {
	margin-left: 10px;
	background: #13aff0;
	margin-bottom: 9px;
	border-radius: 20px;
	padding: 0 10px;
	display: inline-block;
	line-height: 1.4;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.wc-block-cart__submit-button, .wc-block-cart__submit-button:hover{
        background: #d6838d;
    border-radius: 4px;
    color: #fff;
}

.date_select ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.time-select{
	margin-top: 20px
}
.time-select ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.date_select li{
	border: 1px solid #e2e2e2;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
	font-family: sans-serif;
}
.date_select li strong{
	font-size: 18px;
}
.time-select li{
	border: 1px solid #e2e2e2;
	padding: 4px 7px;
	border-radius: 10px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
	font-family: sans-serif;
}
.date_select li.active, .time-select li.active{
	border: 2px solid #d6838d;
	background: #d6838d;
	color: #fff;
}
.checkout_date_time_select{
	margin-bottom: 20px;
}
.service-duration-pill{
	background: #d6838d;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	display: inline-block;
}
.widget_product_categories li:not(.active) > .children{
	display: none;
}
.widget_product_categories li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.woocommerce .widget_product_categories li.cat-parent:after{
	content: '\f078';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	z-index: 999;
	cursor: pointer;
}
.woocommerce .widget_product_categories li.cat-parent.active:after{
	content: '\f077';
}