body{
    top: 0!important;
}
.acr-header .mutiple-search button{
    right: 0!important;
}
.acr-header.header-style-4 .input-group>.custom-select:not(:last-child), .acr-header.header-style-4 .input-group>.form-control:not(:last-child){
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.acr-header.header-style-4 .middle-header{
    padding: 10px 0;
}
.splide__slide img{
    height: 100%;
}
.cart-content-title{
    font-size: 12px;
    position: absolute;
    background-color: red;
    width: 25px;
    height: 25px;
    border-radius: 24px;
    color: #ffffff;
    left: 30px;
    top: -2px;
    text-align: center;
}

.acr-auth-content form{
    max-width: unset!important;
}
select{
    height: 50px!important;
}
.whatsapp-btn{
    background-color: #25D366;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
}

select.counties-list{
    border-radius: 11px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
    border: 2px solid rgba(0,0,0,0.2) ;
    outline: none;
}

@media screen and (max-width: 991px) {

    .header-center-menu-items{
        display: none!important;
    }
    .middle-header .container .row{
        justify-content: space-around;
    }
    .mutiple-search button{
        right: 5px;
    }
}
@media screen and (min-width: 500px) {
    .mobil-bottom-bar{
        display: none!important;
    }
}
@media screen and (max-width: 500px) {
    .acr-header .middle-header .desktop-logo{
        width: 115px;
    }
}

.mobil-bottom-bar{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 99;
    color: #ffffff;
    font-weight: bold;
}
.mobil-bottom-bar ul{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mobil-bottom-bar ul li{
    margin:0;
    flex: 1;
    line-height: 55px;
    text-align: center;
}
.mobil-bottom-bar ul li:nth-child(1){
    background-color: var(--theme-color-1);
}

.mobil-bottom-bar ul li:nth-child(2){
    background-color: var(--theme-color-2);
}

.mobil-bottom-bar ul li:nth-child(3){
    background-color: #25D366;
}
.mobil-bottom-bar ul li a {
    color: #ffffff;
    font-weight: bold;
}
.skiptranslate.goog-te-gadget span{
    display: none;
}
footer .dropdown select{
    height: 50px!important;
    padding: 10px 25px;
    outline: none;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 11px;
}
.goog-te-banner-frame{
    display: none!important;
}

.section.section-padding{
    padding: 50px 0 50px;
}

.header-center-menu-items a{
    display: inline-block;
    padding:  5px 15px;
    font-weight: 600;
    position: relative;
}
.header-center-menu-items a::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    border-radius:20px ;
    background-color: var(--theme-color-1);
    left: 0;
    top: 8px;
    opacity: .5;
}

.header-center-menu-items a:first-child::before{
    display: none;
}
.acr-header .topbar{
    padding: 0;
}

.acr-header .topbar.style-2 .right-side>li{
    margin-bottom: 0;
}