/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2021 | 13:58:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2021 | 13:48:25 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2021 | 13:45:50 */
.ova_nav .dropdown-menu {width: max-content;}
.elementor-widget-ova_menu .ova_nav ul.menu .dropdown-menu li a {    white-space: nowrap;}
.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-anten-parametreleri {display:none}
#mailjetSubscriptionForm {
    display: flex !important;
}
.whatsappfixed {
    background-color: #1ebea5;
    color: #fff;
    position: fixed;
    right: 35px;
    bottom: 35px;
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;transition: 0.5s all ease-in-out;
}
.whatsappfixed:hover {width:195px; transition: 0.5s all ease-in-out;}
.whatsappfixed a i {
    font-size: 45px;
    color:white !important
}
.whatsappfixed a {display:flex;transition: 0.5s ease-in-out all;align-items: center;justify-content: center;padding: 0 20px;transition: 0.5s all ease-in-out;color:white;}
.whatsappfixed span {
  width:0;
  overflow:hidden;
  padding:0;
  display: block;
  height: 20px;
  white-space: nowrap;
  transition: 0.5s all ease-in-out;
}

.whatsappfixed:hover span {
  width:140px;overflow:hidden;transition: 0.5s all ease-in-out;padding-left:10px
}