/*
Theme Name:     Spalab Child
Theme URI: 		http://themes-demo.com/spalab/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Spalab theme powered by DesignThemes
Template:       spalab
Version:        1.0
*/
header#header {
    background-color: #e67fb9;
}

.bykwork-coupon-wrapper .bykwork-coupon-check-form .bykwork-coupon-input {
	transition: all 0.3s;
}
.bykwork-coupon-wrapper .bykwork-coupon-check-form .error {
	color: #f00;
	border-color: #f00;
}
.bykwork-coupon-wrapper .bykwork-coupon-check-form .error::placeholder {
	color: #f00;
}

.bykwork-coupon-cf7-form-wrapper input.bykwork-coupon-cf7-control {
	margin-bottom: 15px;
}
.bykwork-coupon-cf7-form-wrapper .wpcf7-response-output {
	margin-bottom: 40px !important;
}
.grecaptcha-badge {
	display: none !important;
}
#toTop {
	bottom: 85px !important;
}

/* HTML: <div class="loader"></div> */
.bykwork-coupon-check-form .bykwork-coupon-loader {
	display: inline-block;
	width: 30px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 5px solid lightblue;
	border-right-color: orange;

	vertical-align: middle;
	margin-left: 15px;
	transition: opacity 0.1s;
	opacity: 0;
}
.bykwork-coupon-check-form .bykwork-coupon-loader.active {
	opacity: 1;
	animation: l2 1s infinite linear;
}
@keyframes l2 {
	to {
		transform: rotate(1turn);
	}
}
.single-product table.variations th.label {
	display: none;
}
.single-product .woocommerce-variation-price {
	margin-bottom: 20px !important;
}

.widget .woocommerce-product-search:before {
	display: none;
}

.widget_product_categories li.current-cat::before,
.widget_product_categories li.current-cat > a {
	color: #e67fb9 !important;
}

.dt-header-menu ul.dt-primary-nav > li i.fa-user + span {
	display: none;
}

.dt-header-menu ul.dt-primary-nav>li>a.icon-position-right>.menu-item-icon {
	display: inline-block !important;
}


.bykwork-cart-icon {
	position: relative;
}
.bykwork-cart-icon i {
	font-size: 24px;
}

.bykwork-cart-icon span {
	position: absolute;
	right: -3px;
	top: -3px;
	min-width: 18px;
	text-align: center;
	padding: 2px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	color: #e67fb9;
	font-size: 14px;
	line-height: 14px;
}

@media (max-width: 992px) {
    .mobile-menu li.wpmenucart:not(:has(a.selected)) > ul{
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    .mobile-menu li.wpmenucart > ul {
        padding-top: 50px;
    }
}

.product_meta .tagged_as {
    display: none;
}

.woocommerce p.stars a.star-1:after {
    content: "\e021"
}
.woocommerce p.stars a.star-2:after {
    content: "\e021\e021"
}
.woocommerce p.stars a.star-3:after {
    content: "\e021\e021\e021"
}
.woocommerce p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}
.woocommerce p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}

@media (max-width: 768px) {
    #header {
        min-height: 55px;
    }
}

@media (max-width: 480px) {
    #header {
        min-height: 55px;
    }
}

.woocommerce ul.products li.product .product-thumb:after {
    z-index: -1 !important;
}