<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */

.sticy_element_contact_part {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 9999;
}
.sticy_element_contact_part ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.whatsapp {
    position: absolute;
    right: 0;
    top: 0;
}
.sticy_element_contact_part ul&gt;li.whatsapp&gt;a {
    background: #29d067;
	border-radius: 50px;
}
.sticy_element_contact_part ul&gt;li&gt;a {
    width: max-content;
    height: 55px;
    display: flex;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
	text-decoration:none;
}
.whatsapp i {
    font-size: 28px;
}
.main-nav .menu &gt; li &gt; a:hover{
	color:#fff !important;
	text-decoration:none !important;
}
.santa-hat {
	    position: absolute;
    z-index: 9;
    left: 112px;
    top: -16px;
}
.santa-hat lottie-player { 
	width:140px
}
.act-scroll .santa-hat { 
	left: 87px;
    top: -16px;
}

.act-scroll .santa-hat lottie-player { 
	width:100px
}
.act-scroll.main-header {
    background: #000 !important;
    box-shadow: none !important;
}
.go-to-top-rocket {
	position: fixed;
    bottom: 10%;
    right: 10px;
    width: 60px; 
    z-index: 999999;
	-webkit-animation: mover2 1s infinite alternate;
    animation: mover2 1s infinite alternate;
	cursor:pointer;
	transition:0.5s all;
}
/* .go-to-top-rocket:hover {
	bottom: 35px !important
} */
.go-to-top-rocket img { 
	width:100%
}
@-webkit-keyframes mover2 {
    0% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes mover2 {
    0% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.go-to-top-rocket.gototop {
	bottom:100%
}

@media(max-width:992px){
	.santa-hat {
		display:none !important;
	}
}</pre></body></html>