Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.32.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : _elementor.scss
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	background-color: transparent !important;
}

/* Carousel */
@media (min-width:992px) {
	.cafe-carousel {
		ul.slick-dots {
			li {
				padding: 0;

				&.slick-active {
					width: 40px;
				}

			}

		}

		.cafe-carousel-btn {
			opacity: 0;
			@include transition(350ms);

			&.prev-item {
				left: 100px;
			}

			&.next-item {
				right: 100px;
			}

		}

		&:hover {
			.cafe-carousel-btn {
				opacity: 1;

				&.prev-item {
					left: -30px;
				}

				&.next-item {
					right: -30px;
				}

			}

		}

	}

}

.elementor-section-full_width {
	.cafe-carousel {
		&:hover {
			.cafe-carousel-btn {
				&.prev-item {
					left: 0;
				}

				&.next-item {
					right: 0;
				}

			}

		}

	}

}

/* Testimonial */

/* Icon Box */
.elementor-widget-icon-box.icon-box-has-border {
	.elementor-icon-box-wrapper {
		.elementor-icon-box-content {
			.elementor-icon-box-title {
				position: relative;

				&:after {
					display: block;
					content: '';
					height: 2px;
					width: 52px;
					background: #fc6702;
					position: absolute;
					left: 0;
					bottom: -15px;
					right: 0;
					margin: 0 auto;
				}

			}

		}

	}

}

/* Banner */
.cafe-wrap-image img{
	width: auto !important;
}
.elementor-widget-clever-banner {
	
	.cafe-banner.normal {
		.cafe-wrap-content {
			.cafe-wrap-extend-content {
				.cafe-button {
					&.normal{
						&:before{
							content: none;
						}
						&:after{
							content: none;
						}
					}
				}

			}

		}

	}
	.cafe-banner .cafe-button.underline {
		&::before {
		max-width: 0px;
	}
	&:hover::before {
		max-width: 100%;
	}
	}

}
.banner-handyman{
	.cafe-banner-description{
		line-height: 1;
		margin: 0;
		*{
			line-height: 1;
			margin: 0;
		}
	}
}

/* Multibanner */
.multi-banner-style-1 {
	.cafe-row.slick-slider {
		.cafe-col {
			padding: 0;

			.cafe-wrap-content-inner {
				background: rgba(0, 0, 0, 0.5);
				padding: 15px 0;
				margin: 30px;

				.cafe-banner-title {
					margin-bottom: 10px;
				}

				.cafe-banner-description {
					margin-bottom: 0
				}

			}

		}

	}

}

/* Deal */
.cafe-products-wrap.layout-1 {
	.cafe-countdown-block {
		display: flex;
		align-items: center;
		background: #000;
		padding: 0 15px;
		border-radius: 6px;
		color: #fff;

		.countdown-block {
			.countdown-times {
				display: flex;
				align-items: center;

				& > div {
					margin: 0 5px !important;
					font-size: 0;
					display: flex;
					align-items: center;
					position: relative;
					height: 30px;

					&.day {
						display: none;
					}

					&.hours {
						b:after {
							content: ":" !important;
						}

						b:before {
							content: "h" !important;
						}

					}

					&.minutes {
						b:after {
							content: ":" !important;
						}

						b:before {
							content: "m" !important;
						}

					}

					&.seconds {
						b:before {
							content: "s" !important;
						}

					}

					b {
						display: block;
						font-size: 16px;
						background: none;
						margin: 0;
						color: #fff;
						position: relative;
						width: 50px;

						&:before {
							text-transform: lowercase;
							color: #fff !important;
							position: absolute;
							top: 50%;
							right: 0px;
							z-index: 1;
							-webkit-transform: translateY(-50%);
							transform: translateY(-50%);
						}

						&:after {
							color: #fff !important;
							position: absolute;
							top: 50%;
							right: -20px;
							z-index: 1;
							-webkit-transform: translateY(-50%);
							transform: translateY(-50%);
						}

					}

				}

			}

		}

	}

}

.cafe-deal-action-link {
	.action-link {
		display: flex;
		align-items: center;

		&:after {
			content: "\c270";
			font-family: "cleversoft";
			font-size: 22px;
			margin-left: 5px;
		}

	}

}

/* Product with Banner */


.filter-tabs-title-1{
	.cafe-head-product-filter{
		justify-content: center;
		margin-bottom: 50px;
		font-size: 16px;
		text-transform: uppercase;
		color: #666;
	}
}
.filter-tabs-title-2{
	.cafe-head-product-filter{
		justify-content: center;
		margin-bottom: 50px;
		font-size: 14px;
		color: #ccc;
		ul{
			li{
				padding: 0 8px;
				a{
					padding: 5px 15px;
					border-radius: 15px;
				}
				a.active,a:hover{
					color: #fff;
					background: #000;
					
				}
			}
		}
	}
}

/* Instagram */
.wrap-instagram {
	.instagram-item{
		padding: 0;
	}
}

/* Slider */
.cafe-slider-slides{
	.slick-slide-inner{
		padding: 0 15px !important;
	}
	@media (min-width:992px) {
		.slick-arrow{
			opacity: 0;
			@include transition(350ms);
		}
		&:hover{
			.slick-arrow{
				opacity: 1;
			}
		}
	}
	
	ul.slick-dots{
		li{
			button{
				background: none;
				border: 2px solid #fff;
			}
			&.slick-active{
				button{
					background: #fff;
					border: none;
				}
			}
		}
	}
}
.slider-kids{
	.slick-arrow{
		width: 40px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		border: 0;
		text-align: center;
		border-radius: 50%;
		background-color: #ff4d9d;
		&:before{
			display: block;
			height: 40px;
		}
	}
	
}

/* Video lightbox */
.cafe-video-light-box img {
	width: 100%;
}

.elementor-widget-clever-posts{
	.cafe-pagination .cafe_pagination-item{
		background: var(--border-color);
		height: 40px;
		min-width: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 1.125rem;
		display: inline-block;
		margin: 0 3px;
		color: var(--black-color);
		font-weight: 400;
		&.current, &:hover {
			background: var(--accent-color);
			color: var(--white-color);
			border-color: var(--accent-color);
		}

	}
	.list-layout {
		.wrap-post-item-content {
			&>*:last-child {
				margin-bottom: 0px;
			}
			border-bottom: 1px solid var(--border-color);
			padding-bottom: 35px;
			margin-bottom: 35px;
		}
		.post-info {
			margin-bottom: 10px;
			li {
					margin-right: 10px;
					&.list-cat {
						text-transform: capitalize;
						a {
						text-transform: capitalize;
						font-size: inherit;
						}
					}
				}
			}
	}
}


/* Clever Team */
.cafe-team-member.style-2{
	.cafe-member-ava{
		box-shadow: none !important;
		img{
			width: 100%;
		}
	}
}
.cafe-team-member .cafe-member-ava .mash-color {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

/* Accordion */
.elementor-accordion{
	.elementor-tab-title{
		display: flex;
		align-items: center;
	}
}

.sub_cate .wrap-category-item{
	margin-bottom: 20px;
}

.cafe-deal-action-link .action-link{
	color: #000;
}
.cafe-site-footer .elementor-widget-wp-widget-mc4wp_form_widget {
	.mc4wp-form-fields {
		border: none;
		.mail-form {
			display: flex;
			width: 100%;
			input {
				padding: 0px 10px;
				height: 40px;
				background: var(--white-color);
				border: 1px solid var(--border-color);
				min-width: 100px;
				&[type="submit"] {
					@include px2rem(13);
					margin-left: 5px;
					background: var(--accent-color);
					color: var(--white-color);
					&:hover {
						background: var(--black-color);
					}
				}
			}
		}
	}
}

/* Product */
.view-more-button {
	margin-top: 15px;
}
© 2025 XylotrechusZ