/*
 Theme Name:   Lilac Child
 Theme URI:    https://lilac.wpengine.com/
 Description:  Lilac Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     lilac
 Version:      1.0.0
 Text Domain:  lilac-child
*/

.wdt-popup-box-window-9ce9b38 {
	display: none;
}

html {
	overflow: auto !important; 
}

.pre_loader_image {
  animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.suggested-product-list {
	display: none !important;
}


.contact-us-floating-icon {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: var(--wdtSecondaryColor);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    text-indent: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

#contact-us-floating {
	position: fixed;
	display: none;
	text-decoration: none;
	bottom: 20px;
	left: 20px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	z-index: 9;
	text-indent: -9999px;
	border: none;
	isolation: isolate;
	background-color: #ecdec1;
	color: var(--wdtSecondaryColor);
	background-image: linear-gradient(45deg, var(--wdtSecondaryColor) 50%, var(--wdtPrimaryColor) 50%) !important;
	background-size: 300%;
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	border-radius: 50%;
  	animation: hoverWave linear 1s infinite;
}

.product-loop-sorting-item .select2-container {
	margin: 0 !important;
}
.wdt-logo-container img {
	min-width: 50px;
}

@media screen and (max-width: 767px) {
	#contact-us-floating {
		width: 48px;
		height: 48px;
	}
	.contact-us-floating-icon {
		font-size: 20px;
	}
	.no-padding-mobile .elementor-widget-wrap.elementor-element-populated {
		padding: 0 !important;
	}
}

@keyframes hoverWave {
	0% {
		-webkit-box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 0 rgba(236, 222, 193, 0.2),
			0 0 0 0 rgba(236, 222, 193, 0.2);
		box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 0 rgba(236, 222, 193, 0.2),
			0 0 0 0 rgba(236, 222, 193, 0.2);
	}

	40% {
		-webkit-box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 10px rgba(236, 222, 193, 0.2),
			0 0 0 0 rgba(236, 222, 193, 0.2);
		box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 10px rgba(236, 222, 193, 0.2),
			0 0 0 0 rgba(236, 222, 193, 0.2);
	}

	80% {
		-webkit-box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 20px rgba(236, 222, 193, 0),
			0 0 0 18px rgba(236, 222, 193, 0.067);
		box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 20px rgba(236, 222, 193, 0),
			0 0 0 18px rgba(236, 222, 193, 0.067);
	}

	100% {
		-webkit-box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 20px rgba(236, 222, 193, 0),
			0 0 0 30px rgba(236, 222, 193, 0);
		box-shadow:
			0 8px 10px rgba(236, 222, 193, 0.3),
			0 0 0 20px rgba(236, 222, 193, 0),
			0 0 0 30px rgba(236, 222, 193, 0);
	}
}


.full-height-video .elementor-video, .height-100vh {
  height: 100vh !important;
}

.elementor-widget-wdt-logo div.wdt-logo-container a img {
    aspect-ration: 1 / 1;
}

.no-padding .elementor-container.elementor-column-gap-no, .no-padding .elementor-container.elementor-column-gap-default {
	padding: 0 !important;
}

.height-auto div.wdt-logo-container a img {
	height: auto;
}

.woocommerce ul[class*="product-hover-secimage-hinge"].product-thumb-bg-image li.product.product-with-secondary-image:hover .product-thumb .image .primary-image, .woocommerce ul[class*="product-hover-secimage-hinge"]:not(.product-thumb-bg-image) li.product.product-with-secondary-image:hover .product-thumb .image .primary-image img {
  opacity: 1 !important;
}

.woocommerce ul.products.product-hover-secimage-hingeleft.product-thumb-bg-image li.product.product-with-secondary-image:hover .product-thumb .image .primary-image, .woocommerce ul.products.product-hover-secimage-hingeleft:not(.product-thumb-bg-image) li.product.product-with-secondary-image:hover .product-thumb .image .primary-image img {
  -webkit-transform: none !important;
  transform: none !important;
}

.secondary-image {
	display: none !important;
}

.popup-form {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: #00000033;
	z-index: 1000;
	align-content: center;
}
.popup-form-content {
	box-shadow: 0px 0px 10px 0px #1515151A;
	height: 100%;
	width: 100%;
}
.svg-close svg {
	width: 30px;
	height: 30px;
}
.popup-form-content .elementor-widget-wrap.elementor-element-populated  {
	height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	display: flex;
	flex-flow: wrap row;
	align-content: flex-start !important;
}
.svg-close {
	cursor: pointer;
}
.partner-form .col-1 p input {
	white-space: break-spaces;
}

@media screen and (min-width: 1024px) {
	.wpcf7-form-control-wrap[data-name="your-email"] {
		width: calc(50% - 10px);
		margin-left: 20px;
	}
	.wpcf7-form-control-wrap[data-name="your-name"] {
		width: calc(50% - 10px);
	}
}
    

.form-width {
	margin: auto;
	width: 65%;
}

@media screen and (max-width: 1024px) {
	.form-width {
		width: 75%;
	}
}

@media screen and (max-width: 768px) {
	.form-width {
		width: 75%;
	}
}

@media screen and (max-width: 512px) {
	.form-width {
		width: 100%;
	}
}

.woocommerce .companion-offers {
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}

.woocommerce .companion-offers__list {
	padding-left: 3.6% !important;
	padding-right: 3.6% !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin: 0;
	padding: 60px 20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.woocommerce .companion-offers__list h2 {
	color: var(--wdtHeadAltColor);
	display: inline-block;
	font-family: var(--wdtFontTypo_Alt);
	font-weight: bold;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 15px;
	min-width: 65px;
	width: 100%;
	font-size: 1.6rem;
}
.woocommerce .companion-offers__slider {
	width: 100%;
}
.woocommerce .companion-offers__nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.woocommerce .companion-offers__list {
	  	padding: 25px 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.woocommerce .companion-offers__list h2 {
		margin-left: 0;
    	margin-right: 0;
		display: block;
		text-align: center;
		width: 100%;
	}
}