.nav_block-search{
    display: flex!important;
    align-items: center!important;
    flex: 0 0 90%;
}
 .search{
     display: block;
     margin: 10px 0;
 }
.search_title {
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 16px;

}
.img_wrapper {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
}


.img_full {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px; /* Hauteur maximale pour les appareils mobiles */
    object-fit: cover;
}
.img_small {
    height: 96px;
    object-fit: cover;
    object-position: center;
}
.img_category {
    width: 100%;
    height: 412px;
    object-fit: cover;
    object-position: center;
}

.smallTitle {
    margin-top: 0px;
    font-family: "Open Sans Hebrew",Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    background: url(https://happy.leaderltd.co.il/public/img/separator.png) no-repeat center;
    text-align: center;
    background-position-y: 8px;
    height: 100px;
    line-height: 179px;
}

.strong {
    font-weight: bolder;
}

.btnWhatApp {
    border-width: 1px;
    background-color: #003a30;
    border-radius: 0.25rem;
    text-align: center;
    color: white;
    cursor: pointer;
    line-height: normal;
    padding: 12px 5px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.btnWhatApp.active:focus, .btnWhatApp:active:focus {
    box-shadow: none !important;
}

.btnWhatApp i {
    margin-right: 0;
    display: inline-block;
    margin-left: 5px;
}
.btnWhatApp i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}

.txtWhatApp{
    color: #003a30;
}

.nagishli-trigger-icon:hover {
    background-color: rgb(189, 158, 90)!important;
    color:#fff!important;
}

 .map-responsive{
     height: 450px;
     overflow:hidden;
     padding-bottom:56.25%;
     position:relative;
     box-shadow: 0 4px 4px 0 rgba(0,0,0,0.18), 0 4px 4px 0 rgba(0,0,0,0.15) !important;
 }
 .map-responsive iframe{
     left:0;
     top:0;
     height:100%;
     width:100%;
     position:absolute;
 }

.titlepx {
    background-color: transparent;
    bottom: 0px;
    cursor: pointer;
    height: 22.11%;
    left: 0px;
    pointer-events: auto;
    position: absolute;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    width: 100%;
}
.back {
    background-color: #000000;
    bottom: 0px;
    height: 100%;
    left: 0px;
    opacity: 0.55;
    position: absolute;
    width: 100%;
}

.product_subtitle {
    font-size: 23px;
}

.addon {
    margin-bottom: 5px;
}
.addon h1 {
    font-size: 23px;
    font-weight: bolder;
}
.addon h2 {
    font-size: 20px;
    font-weight: bolder;
}
.addon h3 {
    font-size: 17px;
    font-weight: bolder;
}
.addon h4 {
    font-size: 14px;
    font-weight: bolder;
}
.addon h5 {
    font-size: 11px;
    font-weight: bolder;
}
.addon h6 {
    font-size: 8px;
    font-weight: bolder;
}

.fs20{
    font-size: 20px;
}


.owl-theme .owl-nav {
    margin-top: 0;
}
body .owl-theme .owl-nav [class*="owl-"] {
    background-color: #fff;
    opacity: 0.45;
    color: #222;
    font-size: 26px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 50px;
    text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] i {
    line-height: normal;
}
.owl-theme .owl-dots {
    font-size: 0;
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid rgb(189, 158, 90);
    cursor: pointer;
    margin: 3px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(189, 158, 90);
}