.so-btnbacktotop {
	bottom: 85px;
	right: 30px;
}
.so-themedropdown.open .so-themedropdownmenu {
	max-height: 400px;
	overflow: hidden;
	overflow-y: visible;
	scrollbar-color: #a8d8f7 #f8f8f8;
    scrollbar-width: thin;
  }
.so-themedropdown.open .so-themedropdownmenu::-webkit-scrollbar {
    width: 8px;
}
.so-themedropdown.open .so-themedropdownmenu::-webkit-scrollbar-track {
    background-color: #f8f8f8;
}
.so-themedropdown.open .so-themedropdownmenu::-webkit-scrollbar-thumb {
    background: #a8d8f7;
}

body.page-checkout modal-open #floating_button_sirena.right {
    right: 320px!important;
    bottom: 10px!important;
}
/* Whatsapp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 9999;
}
    