
.searchlink {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 20px;
    height: 50px;
    padding: 5px;
    position: relative;
}

.searchlink:hover,
.searchlink.open {
    cursor: pointer;
}

.searchlink.open > .searchform {
    display: block;
}

.searchform {
    display: none;
    position: absolute;
    width: 200px;
    height: 70px;
    line-height: 40px;
    top: 70px;
    right: 0;
    padding: 0 15px;
    cursor: default;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    margin-left: -120px;
    z-index: 9999999;
    background-color: #fff;
}

.searchlink.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

#s {
    width: 135px;
    background: #fff;
    padding: 0 11px;
    border: 1px solid #e1e1e1;
    border-right: none;
    color: #888;
    margin: 14px 0;
}

.sbtn {
    display: block;
    position: absolute;
    background: none;
    border: 1px solid #f00f00;
    color: #fff;
    font-size: 0.6em;
    cursor: pointer;
    right: 0px;
    top: 14px;
    width: 35px;
    background-color: #f00f00;
}













.navbar-custom{
    background-color: white;
    color: black;
    border-bottom: 1px solid #FFFFFFCC;
}

.navbar-custom a{
   font-weight: bold;
    color: #A3A3A3;
    
}
.navbar-custom a:hover{
    color: black;
}
.langbox{
     display: inline-block;
     color: #A3A3A3;
}

.navbar-toggler-icon{
    color: black;
}

.order{
    font-family: Montserrat;
    color: #FF0C0C;
    font-weight: bold;
    font-size: 20px;
}

.title{
    font-weight: 900;
    font-size: 40px;
}


.owlcarousel-area .item{
    width: 100%;
    height: 400px;
}
.owlcarousel-area .overlay{
    width: 100%;height: 400px;opacity: 0.2;margin-bottom: -400px;
}
.owlcarousel-area .owl-image{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    
}

.carousel-btn{
    width: 64px; height: 64px;background-color: #222222;
}
.owl-carousel-contaner .owl-stage-outer{
    /*
     overflow: visible;   
     */
}


.owl-carousel-contaner .name{
    letter-spacing: 0.2em;
    color: #222222;
    font-weight: 900;
    font-size: 30px;
}


.owl-carousel-contaner .owl-image{
    height: 450px;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .title{
        font-size: 1.5rem;
    }
    .sbtn{
            margin-left: 25px !important;
            top: 29px;
    }
    
}