/*
==============================================
    GENERAL
==============================================
*/

body.menu-open {
	overflow: hidden;
}

.wcl-input.success {
	background: rgb(201, 242, 155);
}

.wcl-input.error {
	background: rgb(249, 178, 198);
}

.wcl-preloader {
	display: none;
	justify-content: center;
}

.wcl-preloader svg {
	width: 100px;
}

.wcl-preloader.loading {
	display: flex;
}

.wcl-response-text {
	display: none;
	margin-top: 1rem;
	font-size: 1rem;
	text-align: center;
	color: #f25a86;
}

.wcl-response-text a {
	color: #ec1655;
	font-weight: 500;
}










/*
	* ================================================
	*	Custom Select
	* ================================================
*/

.wcl-custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.wcl-custom-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.wcl-custom-select .dropdown-toggle::after {
	display: none;
}

.wcl-custom-select .btn {
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: inset 2px 0px 4px 1px rgba(0, 0, 0, 0.25);
	border: 0;
	border-radius: 0.5rem;
	text-align: left;
	height: 3.6rem;
	padding: 0.8rem 2.2rem;
	color: #EC1655;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1004 2.875L10.7004 11.3C10.6004 11.4 10.4921 11.4707 10.3754 11.512C10.2587 11.554 10.1337 11.575 10.0004 11.575C9.86706 11.575 9.74206 11.554 9.62539 11.512C9.50872 11.4707 9.40039 11.4 9.30039 11.3L0.875391 2.875C0.642057 2.64166 0.525391 2.35 0.525391 2C0.525391 1.65 0.650391 1.35 0.900391 1.1C1.15039 0.849998 1.44206 0.724998 1.77539 0.724998C2.10872 0.724998 2.40039 0.849998 2.65039 1.1L10.0004 8.45L17.3504 1.1C17.5837 0.866664 17.8711 0.749997 18.2124 0.749997C18.5544 0.749997 18.8504 0.874997 19.1004 1.125C19.3504 1.375 19.4754 1.66666 19.4754 2C19.4754 2.33333 19.3504 2.625 19.1004 2.875Z' fill='%23EC1655'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 95%;
	z-index: 9999;
	position: relative;
}

.wcl-custom-select .bootstrap-select .dropdown-menu {
	margin: 0;
	padding: 0;
	z-index: 2;
	background: #fff;
	box-shadow: inset 2px 0px 4px 1px rgb(0 0 0 / 25%);
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	margin-top: -1rem !important;
	padding-top: 1.3rem;
}

.wcl-custom-select .btn-check:checked+.btn,
.wcl-custom-select .btn.active,
.wcl-custom-select .btn.show,
.wcl-custom-select .btn:first-child:active,
.wcl-custom-select :not(.btn-check)+.btn:active {
	color: #EC1655;
	background-color: #fff;
	border-color: unset;
}

.wcl-custom-select .dropdown-item {
	padding: 0.5rem 2.2rem;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
	line-height: 1.4375rem;
	font-weight: 400;
	color: #EC1655;
}

.wcl-custom-select .dropdown-item.active,
.wcl-custom-select .dropdown-item:active {
	color: #EC1655;
	background-color: transparent;
}

.wcl-custom-select .dropdown-item:focus,
.wcl-custom-select .dropdown-item:hover {
	color: #EC1655;
	background-color: rgba(249, 178, 198, 0.1);
}

.wcl-custom-select .filter-option-inner-inner span,
.wcl-custom-select .dropdown-item span:not(.text) {
	margin-left: 3.2rem;
	font-weight: 500;
}

.wcl-custom-select .filter-option-inner-inner b,
.wcl-custom-select .dropdown-item b {
	font-weight: 500;
}








/*
==============================================
    HEADER
==============================================
*/
.header .header-nav {
	height: 100%;
	justify-content: end;
	align-items: center;
}

.header .menu li:not(:last-child) {
	margin-right: 1.5rem;
}

.header .menu li.current-menu-item::after {
	visibility: visible;
	opacity: 1;
}

.header .menu-btn-wrapp {
	height: 100%;
	display: flex;
	align-items: center;
}


@media only screen and (max-width: 1199px) {
	.header .menu {
		margin: auto;
	}
}


@media only screen and (max-width: 1439px) {
	.header .menu li:not(:last-child) {
		margin-right: 1rem;
	}
}




@media only screen and (max-width: 1199px) {
	.header .wcl-logo-holder {
		position: relative;
		z-index: 1001;
	}

	.header .menu li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}










/*
==============================================
    BANNER
==============================================
*/
.section-banner .banner-img {
	text-align: center;
}









/*
==============================================
    SECTION PRODUCTS
==============================================
*/
.section-products .product-wrapper {
	text-align: center;
}

.section-products .wcl-select {
	width: 100%;
	max-width: 300px;
	background: #fff;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	border: 1px solid #ec1655;
}

.section-products .product-benefits {
	margin-top: 2rem;
	max-width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

.section-products .product-benefits ul {
	text-align: left;
}

.section-products .product-benefits ul li {
	margin-bottom: 0.8rem;
	position: relative;
}

.section-products .product-benefits ul li::before {
	content: '';
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	position: absolute;
	left: -0.65rem;
	top: 0.55rem;
	background: #0CBAC6;
}

.section-products .product-btm-wrapper {
	margin-top: 2rem;
}

.section-products .product-btm-wrapper .btn {
	width: 100%;
	max-width: 300px;
	padding: 0.3rem 2.9rem;
}









/*
==============================================
    LOGOS SECTION
==============================================
*/
.section-logos .logos-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}












/*
==============================================
		IMAGE AND CONTENT SECTION
==============================================
*/
.section-image-content .wcl-image-left {
	flex-direction: row-reverse;
}


.section-image-content-three .wcl-image-right .image {
	margin-right: -0.7rem;
	margin-left: auto;
}

.section-image-content-three .wcl-image-left .image {
	margin-right: auto;
	margin-left: -0.7rem;
}


@media only screen and (max-width: 991px) {

	.section-image-content-three .wcl-image-right .image-1,
	.section-image-content-three .wcl-image-left .image-1 {
		margin-right: auto;
		margin-left: auto;
	}
}















/*
==============================================
    REVIEWS SECTION
==============================================
*/
.card-review .card-title .user-avatar {
	border-radius: 100%;
	overflow: hidden;
}

.wcl-section-reviews .section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.9rem;
}

.wcl-section-reviews .data-average-review {
	text-align: center;
}

.wcl-section-reviews .card-review .card-title,
.wcl-section-reviews .card-review .card-footer {
	padding: 0 1.4rem;
}

.wcl-section-reviews .section-title .rating-wrapper,
.wcl-section-reviews .card-review .rating-wrapper {
	display: flex;
}

.wcl-section-reviews .section-title .rating-wrapper .rating-item:not(:last-child),
.wcl-section-reviews .card-review .rating-wrapper .rating-item:not(:last-child) {
	margin-right: 5px;
}

.wcl-section-reviews .section-title .rating-wrapper .rating-item.active svg,
.wcl-section-reviews .card-review .rating-wrapper .rating-item.active svg {
	fill: #EC1655;
}

.wcl-section-reviews .review-form-wrap .comment-notes,
.wcl-section-reviews .review-form-wrap .comment-reply-title {
	display: none;
}

.wcl-section-reviews .review-form-wrap .logged-in-as {
	font-size: 16px;
}

.wcl-section-reviews .review-form-wrap .logged-in-as a {
	color: #EC1655;
}

.wcl-section-reviews .review-form-wrap .rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

.wcl-section-reviews .review-form-wrap .rating-title {
	margin-bottom: 0;
	margin-right: 1.9rem;
}

.wcl-section-reviews .review-form-wrap .stars {
	margin-right: 1.3rem;
	position: relative;
	display: flex;
	padding-top: .4rem;
}

.wcl-section-reviews .review-form-wrap .icon {
	width: 2rem;
	height: 2rem;
	flex: 0 0 2rem;
	margin-right: .25rem;
	cursor: pointer;
}

.wcl-section-reviews .review-form-wrap .icon svg {
	transition: all .25s ease-in-out;
}

.wcl-section-reviews .review-form-wrap .icon.active svg,
.wcl-section-reviews .review-form-wrap .icon.checked svg {
	fill: #EC1655;
}

.label-pink {
	display: inline-block;
	color: #fff;
	visibility: visible;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 2rem;
	background-color: #EC1655;
	border-radius: 31.25rem;
	padding: 0 1rem;
}

.acf-comment-fields {
	display: none;
}

@media only screen and (max-width: 1199px) {

	.wcl-section-reviews .card-review .card-title,
	.wcl-section-reviews .card-review .card-footer {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.wcl-section-reviews .review-form-wrap .rating {
		justify-content: center;
	}

	.wcl-section-reviews .review-form-wrap .rating-title {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		font-size: 20px;
		text-align: center;
	}
}







/*
==============================================
    BUY NOW PAGE
==============================================
*/
.wcl-select-product-form {
	position: relative;
}

.wcl-select-product-form.loading .form-group,
.wcl-select-product-form.loading .btn {
	opacity: .3;
	pointer-events: none;
}

.wcl-select-product-form .wcl-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}











/*
==============================================
    CART PAGE
==============================================
*/
.section-cart .product-card .product-title {
	text-transform: capitalize;
}

#wcl-payment-form {
	position: relative;
}

#wcl-payment-form.loading .form-group,
#wcl-payment-form.loading .btn {
	opacity: .3;
	pointer-events: none;
}

#wcl-payment-form .wcl-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}











/*
==============================================
    FREE PRODUCTS SUCCESSFUL PAGE
==============================================
*/
.wcl-section-great {
	position: relative;
}

.wcl-section-great .banner-img {
	margin-bottom: 5rem;
}

.section-banner.wcl-section-great .banner-img .image-one {
	margin-left: 0;
}

.wcl-section-great .data-title {
	margin-bottom: 1.5rem;
}

.wcl-section-great .data-title span {
	text-shadow: -0.06em -0.03em 0 #F8285C, 0.06em 0.03em 0 #03E4E6;
}


.wcl-section-great .icons {
	position: absolute;
	inset: 0;
}

.wcl-section-great .icons .icon {
	position: absolute;
}

.wcl-section-great .icons .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcl-section-great .icons .icon:first-child {
	left: 9rem;
	top: 6rem;
	width: 2.5rem;
	height: 2.5rem;
	transform: rotate(-30deg);
}

.wcl-section-great .icons .icon:nth-child(2) {
	left: 18.7rem;
	top: 8rem;
	width: 1.25rem;
	height: 1.25rem;
	transform: rotate(-13deg);
	opacity: 0.3;
}

.wcl-section-great .icons .icon:nth-child(3) {
	left: 13.1rem;
	top: 16rem;
	width: 1.6875rem;
	height: 1.6875rem;
	transform: rotate(18deg);
	opacity: 0.6;
}

.wcl-section-great .icons .icon:nth-child(4) {
	left: 18.1rem;
	top: 19.4rem;
	width: 2.875rem;
	height: 2.875rem;
	transform: rotate(-2deg);
}

.wcl-section-great .icons .icon:nth-child(5) {
	width: 1.8rem;
	height: 1.8rem;
	top: 27rem;
	left: 12.6rem;
	opacity: 0.6;
}

.wcl-section-great .icons .icon:nth-child(6) {
	top: 5rem;
	right: 15.8rem;
	opacity: 0.3;
	width: 1.9375rem;
	height: 1.9375rem;
	transform: rotate(-16deg);
}

.wcl-section-great .icons .icon:nth-child(7) {
	top: 13rem;
	right: 21.4rem;
	width: 2.8875rem;
	height: 2.8875rem;
	transform: rotate(0deg);
}

.wcl-section-great .icons .icon:nth-child(8) {
	top: 17.2rem;
	right: 12.1rem;
	opacity: 0.6;
	width: 2.5rem;
	height: 2.5rem;
	transform: rotate(46deg);
}

.wcl-section-great .icons .icon:nth-child(9) {
	width: 3.8125rem;
	height: 3.8125rem;
	right: 16.9rem;
	top: 23.5rem;
}

.wcl-section-great .icons .icon:nth-child(10) {
	opacity: 0.3;
	right: 11.8rem;
	top: 28rem;
	width: 1.25rem;
	height: 1.25rem;
	transform: rotate(-40deg);
}


@media only screen and (max-width: 1199px) {
	.wcl-section-great .icons .icon:first-child {
		left: 4rem;
	}

	.wcl-section-great .icons .icon:nth-child(2) {
		left: 12.7rem;
	}

	.wcl-section-great .icons .icon:nth-child(3) {
		left: 8.1rem;
	}

	.wcl-section-great .icons .icon:nth-child(4) {
		left: 13.1rem;
	}

	.wcl-section-great .icons .icon:nth-child(5) {
		left: 5.6rem;
	}

	.wcl-section-great .icons .icon:nth-child(6) {
		right: 9rem;
	}

	.wcl-section-great .icons .icon:nth-child(7) {
		right: 13.4rem;
	}

	.wcl-section-great .icons .icon:nth-child(8) {
		right: 4.1rem;
	}

	.wcl-section-great .icons .icon:nth-child(9) {
		right: 8.9rem;
	}

	.wcl-section-great .icons .icon:nth-child(10) {
		right: 4.8rem;
	}
}



@media only screen and (max-width: 991px) {
	.wcl-section-great .icons .icon:nth-child(2) {
		left: 10rem;
	}

	.wcl-section-great .icons .icon:nth-child(3) {
		top: 14rem;
	}

	.wcl-section-great .icons .icon:nth-child(4) {
		left: 4rem;
	}

	.wcl-section-great .icons .icon:nth-child(5) {
		left: 8.6rem;
	}

	.wcl-section-great .icons .icon:nth-child(7) {
		right: 4.4rem;
	}

	.wcl-section-great .icons .icon:nth-child(8) {
		right: 8rem;
	}

	.wcl-section-great .icons .icon:nth-child(9) {
		right: 3.9rem;
	}

	.wcl-section-great .icons .icon:nth-child(10) {
		right: 2.8rem;
	}
}


@media only screen and (max-width: 767px) {
	.wcl-section-great .banner-img {
		margin-bottom: 7rem;
	}

	.wcl-section-great .icons .icon:first-child {
		top: 1rem;
	}

	.wcl-section-great .icons .icon:nth-child(5) {
		top: 17rem;
		left: 4rem;
	}

	.wcl-section-great .icons .icon:nth-child(4) {
		width: 2rem;
		height: 2rem;
		left: 2.1rem;
		top: 9.4rem;
	}

	.wcl-section-great .icons .icon:nth-child(5) {
		left: 3.6rem;
		top: 21rem;
	}

	.wcl-section-great .icons .icon:nth-child(6) {
		right: 8rem;
	}

	.wcl-section-great .icons .icon:nth-child(7) {
		right: 2.4rem;
		top: 0;
	}

	.wcl-section-great .icons .icon:nth-child(8) {
		top: 9.2rem;
		right: 1rem;
	}


	.wcl-section-great .icons .icon:nth-child(9) {
		top: 15rem;
		right: 7rem;
	}

	.wcl-section-great .icons .icon:nth-child(10) {
		top: 22rem;
	}
}









/*
==============================================
    Contact Form 7
==============================================
*/
.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #dc3232;
}

.wpcf7-not-valid-tip {
	font-size: 1rem;
}










/*
==============================================
    404 Page
==============================================
*/

.wcl-section-404 {
	position: relative;
}

.wcl-section-404 .wcl-section-404-title {
	display: inline-block;
	font-weight: 700;
	font-size: 14rem;
	line-height: 1.2;
	letter-spacing: 0.8rem;
	text-shadow: -0.06em -0.03em 0 #F8285C, 0.06em 0.03em 0 #03E4E6;
}

.wcl-section-404 .banner-img {
	width: 100%;
	margin-bottom: 6rem;
}

.wcl-section-404 .banner-content {
	position: relative;
	z-index: 1;
}

.wcl-section-404 .banner-content h2 {
	font-size: 32px;
	line-height: 1.2;
}

.wcl-section-404 .banner-content .data-description {
	width: 100%;
	max-width: 460px;
	margin-right: auto;
	margin-left: auto;
}

.wcl-section-404 .banner-content .btn {
	width: 19.6rem;
	padding: 0.45rem 1rem;
	margin-top: 1.1rem;
}

.wcl-section-404 .icons {
	position: absolute;
	inset: 0;
}

.wcl-section-404 .icons .icon {
	position: absolute;
}

.wcl-section-404 .icons .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcl-section-404 .icons .icon:first-child {
	left: 9rem;
	top: 6rem;
	width: 2.5rem;
	height: 2.5rem;
	transform: rotate(-30deg);
}

.wcl-section-404 .icons .icon:nth-child(2) {
	left: 18.7rem;
	top: 8rem;
	width: 1.25rem;
	height: 1.25rem;
	transform: rotate(-13deg);
	opacity: 0.3;
}

.wcl-section-404 .icons .icon:nth-child(3) {
	left: 13.1rem;
	top: 16rem;
	width: 1.6875rem;
	height: 1.6875rem;
	transform: rotate(18deg);
	opacity: 0.6;
}

.wcl-section-404 .icons .icon:nth-child(4) {
	left: 18.1rem;
	top: 19.4rem;
	width: 2.875rem;
	height: 2.875rem;
	transform: rotate(-2deg);
}

.wcl-section-404 .icons .icon:nth-child(5) {
	width: 1.8rem;
	height: 1.8rem;
	top: 27rem;
	left: 12.6rem;
	opacity: 0.6;
}

.wcl-section-404 .icons .icon:nth-child(6) {
	top: 5rem;
	right: 15.8rem;
	opacity: 0.3;
	width: 1.9375rem;
	height: 1.9375rem;
	transform: rotate(-16deg);
}

.wcl-section-404 .icons .icon:nth-child(7) {
	top: 13rem;
	right: 21.4rem;
	width: 2.8875rem;
	height: 2.8875rem;
	transform: rotate(0deg);
}

.wcl-section-404 .icons .icon:nth-child(8) {
	top: 17.2rem;
	right: 12.1rem;
	opacity: 0.6;
	width: 2.5rem;
	height: 2.5rem;
	transform: rotate(46deg);
}

.wcl-section-404 .icons .icon:nth-child(9) {
	width: 3.8125rem;
	height: 3.8125rem;
	right: 16.9rem;
	top: 23.5rem;
}

.wcl-section-404 .icons .icon:nth-child(10) {
	opacity: 0.3;
	right: 11.8rem;
	top: 28rem;
	width: 1.25rem;
	height: 1.25rem;
	transform: rotate(-40deg);
}


@media only screen and (max-width: 1199px) {
	.wcl-section-404 .icons .icon:first-child {
		left: 4rem;
	}

	.wcl-section-404 .icons .icon:nth-child(2) {
		left: 12.7rem;
	}

	.wcl-section-404 .icons .icon:nth-child(3) {
		left: 8.1rem;
	}

	.wcl-section-404 .icons .icon:nth-child(4) {
		left: 13.1rem;
	}

	.wcl-section-404 .icons .icon:nth-child(5) {
		left: 5.6rem;
	}

	.wcl-section-404 .icons .icon:nth-child(6) {
		right: 9rem;
	}

	.wcl-section-404 .icons .icon:nth-child(7) {
		right: 13.4rem;
	}

	.wcl-section-404 .icons .icon:nth-child(8) {
		right: 4.1rem;
	}

	.wcl-section-404 .icons .icon:nth-child(9) {
		right: 8.9rem;
	}

	.wcl-section-404 .icons .icon:nth-child(10) {
		right: 4.8rem;
	}
}



@media only screen and (max-width: 991px) {
	.wcl-section-404 .icons .icon:nth-child(2) {
		left: 10rem;
	}

	.wcl-section-404 .icons .icon:nth-child(3) {
		top: 14rem;
	}

	.wcl-section-404 .icons .icon:nth-child(4) {
		left: 4rem;
	}

	.wcl-section-404 .icons .icon:nth-child(5) {
		left: 8.6rem;
	}

	.wcl-section-404 .icons .icon:nth-child(7) {
		right: 4.4rem;
	}

	.wcl-section-404 .icons .icon:nth-child(8) {
		right: 8rem;
	}

	.wcl-section-404 .icons .icon:nth-child(9) {
		right: 3.9rem;
	}

	.wcl-section-404 .icons .icon:nth-child(10) {
		right: 2.8rem;
	}
}


@media only screen and (max-width: 767px) {
	.wcl-section-404 .banner-img {
		margin-bottom: 7rem;
	}

	.wcl-section-404 .icons {
		display: none;
	}
}






/*
==============================================
    SECTION CARDS
==============================================
*/
.card-buy .card-title .h4 {
	margin-bottom: 0;
	flex: 1;
}







/*
==============================================
    SECTION WHY BEST
==============================================
*/
.section-why-best ul li .h5 {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	font-weight: 600;
}









/*
==============================================
    SECTION REVIEWS
==============================================
*/
.card-review .card-title .h4 {
	font-style: normal;
	margin-bottom: 0;
}









/*
==============================================
    SECTION CTA
==============================================
*/
.section-cta .btn-wrap .h4 {
	max-width: 19rem;
	margin: 0 auto;
	line-height: 2rem;
}

.section-cta .col-buttons .h4 {
	font-weight: 400;
}











/*
==============================================
    SECTION STEPS
==============================================
*/
.section-steps .step .h5 {
	margin-bottom: 0.75rem;
	padding-left: 0;
	font-size: 1.25rem;
	line-height: 1.4375rem;
	font-weight: 600;
}









/*
==============================================
    SECTION FAQS
==============================================
*/
.faqs-item .btn .h5 {
	margin-bottom: 0;
	font-size: 1.25rem;
	line-height: 1.4375rem;
	font-weight: 600;
}









/*
==============================================
    SECTION GUIDE
==============================================
*/
.section-guide .guide-item .h4 {
	margin-bottom: 0.6rem;
	margin-left: 0.7rem;
	position: relative;
}

.section-guide .guide-item .h4::before {
	content: '';
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	background: #F25A86;
	position: absolute;
	left: -1.6rem;
	top: 0.3rem;
}












/*
==============================================
    SECTION GET FREE
==============================================
*/
@media only screen and (max-width: 991px) {
	.section-get-free .row {
		flex-direction: column-reverse;
	}
}








/*
==============================================
    FOOTER
==============================================
*/
.footer .h4 {
	display: block;
	font-weight: 400;
	margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.footer .h4 {
		margin-bottom: 1rem;
	}
}