﻿.iti { width: 100%; }
.toast-container {
    position: fixed;
    right: 20px;
    top: 20px;
}
.toast:not(.showing):not(.show) {
    display: none !important;
}
.sticky-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #E0E6F6;
    background: #fff;
}
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 5px;
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    background-color: #238be8;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease;
}
.whatsapp-icon:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}
.whatsapp-icon a {
    color: white;
    display: block;
    height: 100%;
    text-decoration: none;
}
a.gflag {
    vertical-align: middle;
    font-size: 22px;
    padding: 1px 0;
    background-repeat: no-repeat;
}

a.gflag img {
    display: none !important
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

#google_translate_element2 {
    display: none !important;
}
.skiptranslate{
    display: none !important;
}    