.owl-carousel-new{
    z-index:1000;
    max-height:960px;
    /*margin: 20px 0 100px 0;*/
    margin: 20px 0 20px 0;
}

@media (min-width: 1400px) {
    .owl-carousel-new{
        max-width: 1355px;
        margin-left:auto;
        margin-right:auto;

    }

}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel-new .owl-stage-outer{

}
.owl-carousel .owl-stage{

/*height: 300px;*/
}
.owl-item {
  height: inherit !important;
}
.owl-item img{
    border-radius:9px;
    /*height:100%;*/
}


/*.country-phone{*/
/*    #DDAE51*/
/*}*/
.country-phone-option:hover{
    color:#DDAE51;
    background-color:white;
}
.country-phone-search{
    /*margin-bottom:2px!important;*/
    border:none!important;
    border-radius:unset!important;
}
.country-phone-search-label{
    padding:12px 12px!important;
    position:static;
    margin-bottom:0px!important;
    background-color:white!important;
    width:100%!important;
    max-width:100%!important;

}
.country-phone-selected img {
    margin: 0 0 5px 5px;
}

.owl-theme .owl-nav [class*='owl-'] {
    /*background:transparent;*/
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:25px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
/* background: #869791; */
/*    background:none;*/
}
.owl-prev{
/*background-image: url("../img/prev.svg")!important;*/
background-size: cover;
width: 30px;
height: 30px;
position:absolute;
left:30px;
top:50%;
border-radius:30px;
fill:#947F3F;
z-index:1200;
}
.owl-next{
/*background-image: url("../img/next.svg")!important;*/
background-size: cover;
width: 30px;
height: 30px;
position:absolute;
right:30px;
top:50%;
border-radius:30px;
fill:#947F3F;
z-index:1200;

}

.country-phone-options{
    border:none;
}


.owl-next img{
    width:15px;
    height:20px;
    padding-right:3px;
}
.owl-prev img{
    width:15px;
    height:20px;
    padding-left:3px;
}


.choice_restaurant label {
    height:auto!important;
}

@media screen and (max-width: 375px) {
  .owl-stage {
    height: 230px !important;
  }
}
@media screen and (max-width: 425px) and (min-width: 375px) {
  .owl-stage {
    height: 270px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 425px) {
  .owl-stage {
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .owl-stage {
    height: 750px !important;
  }

}
@media screen and (max-width: 1140px) and (min-width: 1024px) {
  
}
@media screen and (min-width: 1140px) {
  
}