@font-face {
    font-family: 'PeydaWebLight';
    src: url('/emaratkhandeh/fonts/peyda/woff2/PeydaWebFaNum-Light.woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'PeydaWebRegular';
    src: url('/emaratkhandeh/fonts/peyda/woff/PeydaWebFaNum-Regular.woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PeydaWebBold';
    src: url('/emaratkhandeh/fonts/peyda/woff/PeydaWebFaNum-Bold.woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PeydaWebMedium';
    src: url('/emaratkhandeh/fonts/peyda/woff/PeydaWebFaNum-Medium.woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'PeydaWebMedium';
}

.menu{
    display: flex;
    align-items: baseline;
}

.sticky{
    background: unset;
    box-shadow: unset;
}

.image-menu{
    width: 25%;
    margin: 0 auto;
    display: block;
    padding-right: 0px;
}

.sticky .dreamit_menu>ul.user_nav_scroll>li>a {
    background-color: #edf2f4;
    color: #000;
}

.dreamit_menu>ul.user_nav_scroll>li>a:not(#searchButton) {
    background-color:#edf2f4;
}

.logo_img img{
    width: 65%;
    margin: 0 auto;
    display: block;
}

.main_sticky img{
    width: 65%;
    margin: 0 auto;
    display: block;
}

.dreamit_menu{
    align-items: center;
}

.dreamit_menu>ul.user_nav_scroll>li>a#searchButton{
    background-color: #2b2d42;
    color: #fff;
    border-radius: 10px;
}

.dreamit_menu>ul.user_nav_scroll>li>a {
    padding: 7px 15px;
    border-radius: 10px;
}

.dreamit_nav_manu {
    margin-bottom: -115px;
}

.dreamit_menu>ul>li>a{
    margin: 0px 9px;
    font-family: 'PeydaWebMedium';
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.box_product_title
{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-around;
    height: 100%;
}

.dreamit_menu>ul>li>a.item_menu{
    display: flex;
    flex-direction: column;
}

.dreamit_menu>ul>li>a.item_menu i{
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.dreamit_menu>ul>li {
    text-align: center;
    margin: 0 6px;
}

.style-two .header-button i:hover{
    transform:unset !important;
}

.dreamit_menu>ul>li>a:after {
    display:none;
}

.menu_top_header{
    background: rgba(255, 255, 255, 0.61);
    border-radius: 20px;
    margin: 20px 0 0 0;
    height: 95px;
    position: sticky;
    top: 10px;
    z-index: 99999;
    backdrop-filter: blur(10px);
}

.section_slider{
    position: relative;
    min-height: 525px;
    /*min-height: 85vh;*/
}

.style-two .header-button {
    float: unset;
    margin: 0px 0 0 0;
    position: relative;
}
.section_slider video{
    height: 100%;
    min-width: 100%;
    width: 100%;
    filter: brightness(0.5);
}
/*.section_slider video{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    min-width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*    z-index: -100;*/
/*    filter: brightness(0.5);*/
/*}*/

/*.section_slider img {*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    width: 50%;*/
/*    position: absolute;*/
/*    left: 25%;*/
/*    right: 25%;*/
/*    bottom: 50px;*/
/*}*/

/* search */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 45, 66, 0.45);
    z-index: 99999999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.overlay-content {
    padding: 20px;
    border-radius: 5px;
    text-align: right;
    width: 80%;

}

.close-button {
    position: absolute;
    top: -13px;
    right: 74px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

#searchInput {
    padding: 10px;
    width: 90%;
    border-radius: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    height:70px;
    margin: auto;
    display: block;
    text-align: right;
    direction: rtl;
}

.results {

    background: #C7C7C7;
    display: none;
    padding:10px;
    flex-wrap: wrap;
    gap: 10px;
    width: 70%;
    margin: auto;
    min-height: 100px;
    border-radius: 0 0 10px 10px;
}

.food-item {
    background:white;
    text-align: center;
    width: 130px;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
}

.food-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.food-item p {
    margin-top: 5px;
}

.overlay-content i{
    font-size: 35px;
    position: absolute;
    left: 80px;
    top: 34px;
}


#results p{
    direction: rtl;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

/* product */
.title_widget{
    text-align: center;
    margin-top:30px;
    color:#ee1c25;
    font-weight: bolder;
}

.title_widget:after{
    content: '';
    border: 2px dashed red;
    display: block;
    width: 35%;
    position: absolute;
    top: 60%;
    left:0px;
}

.title_widget:before{
    content: '';
    border: 2px dashed red;
    display: block;
    width: 35%;
    position: absolute;
    top: 60%;
    right:0px;
}

.owl-carousel-top-category{
    border-radius: 20px;
    background: #2b2d42 url(/emaratkhandeh/image/pattern.png);
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    align-content: center;
    background-size: 30%;
    padding: 18px 15px;
}

.img-top-category{
    width: 45%;
    margin:0 auto;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}

.title-top-category{
    text-align:center;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

.category-top{
    background: #2b2d42;
    border:2px dashed #fff;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    padding: 5px;
}

.category-top.active{
    background: #fff !important;
    border:2px dashed #2b2d42 !important;
    padding: 5px !important;
}

.category-top.active .title-top-category{
    color:#2b2d42 !important;
    font-family: 'PeydaWebMedium';
    font-weight: 800;
}

.category-top.active .img-top-category{
    background: #2b2d42 !important;
}
.image-box{
    text-align:right;
}

.image-box img.img-pic{
    width: 100%;
    border-radius: 12px;
}

.product_list_body{
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.info-title-box h6{
    text-align: right;
    font-family: 'PeydaWebMedium';
    font-weight: 600;
    cursor: pointer;
}

.info-title-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.info-box{
    border-top: 2px dashed #808080;
    margin-top: 9px;
}

.addToFavoriteButton{
    font-size: 18px;
}

.product-cat{
    direction:rtl;
    display:none;
    height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}

.top-category-list.hidden{
    display:none;
}

.btn-more{
    display:none;
}

.btn-more , .btn-less{
    text-align: center;
    background: rgb(255, 0, 0, 0.16);
    width: 14%;
    margin: 0 auto;
    color: #D90429;
    font-size: 15px;
    padding: 7px 0px 3px;
    border-radius: 12px;
}

.btn-more a, .btn-less a{
    color: #D90429;
}

.btn-more a i, .btn-less a i{
    margin-right: 10px;
}

.btn-more a:hover, .btn-less a:hover{
    color: #404040;
}

.shops{
    margin:0px 0px 50px;
}

.footer .footer-main{
    background: #2c2e43;
    border-radius: 25px;
    padding: 30px;
    position: relative;
}
.footer{
    padding-bottom: 100px;
}

.footer-main:after{
    content: '';
    background: #a3a7b1;
    border-radius: 0 0 25px 25px;
    height: 35px;
    width: 93%;
    margin: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -35px;
}

.footer-main::before{
    content: '';
    background: #dce0e4;
    border-radius: 0 0 25px 25px;
    height: 35px;
    width: 85%;
    margin: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -70px;
}

.logo-footer{
    text-align: right;
}

.logo-footer img{
    width: 25%;
    filter: invert(82%) sepia(100%) saturate(1%) hue-rotate(7deg) brightness(100%) contrast(250%);
}

.enamad a img{
    width: 30%;
    /*filter: invert(82%) sepia(100%) saturate(1%) hue-rotate(7deg) brightness(100%) contrast(250%);*/
}

.aboutfooter h4{
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.aboutfooter p {
    text-align: justify;
    color: #fff;
}

.image_icon{
    width: 10%;
    filter: invert(82%) sepia(100%) saturate(1%) hue-rotate(7deg) brightness(100%) contrast(250%);
    margin-left: 9px;
    margin-bottom: 7px;
}

.address-contacts , .phone-contacts , .worktime-contacts{
    text-align: right;
    color: #fff;
}

.phone-contacts a{
    color: #fff;
}

.address-contacts  h4 , .phone-contacts h4 , .worktime-contacts h4{
    font-size: 18px;
    position: relative;
}

.address-contacts  h4:after , .phone-contacts h4:after
, .worktime-contacts h4:after{
    content:'';
    height: 33px;
    width: 20px;
    display: block;
    background: url("/emaratkhandeh/image/arrow-footer.png") no-repeat;
    filter: invert(82%) sepia(100%) saturate(1%) hue-rotate(7deg) brightness(100%) contrast(250%);
}

.footer-shadow {
    background: #a3a7b1;
    border-radius: 0 0 25px 25px;
    height: 35px;
    width: 75%;
    margin: auto;
}

.footer-shadow2 {
    background: #dce0e4;
    border-radius: 0 0 25px 25px;
    height: 35px;
    width: 70%;
    margin: 0 auto 20px auto;
}

.img-carousel-adver{
    margin: 80px 0px 50px;
    border-radius: 25px;
}

.fa{
    font-family: 'FontAwesome';
}

.copyright_contacts{
    background: #fff;
    padding: 15px 0px 0px;
    border-radius: 12px;
}

.icons_contacts a i{
    font-size: 25px;
    color: #000;
    margin: 0px 5px;
    font-weight: 500;
}

.copyright{
    text-align: right;
}

#owl-carousel-article{
    margin: 20px 0px 40px;
    position: relative;
}

.carousel-article-body{
    padding: 0px 20px 20px;
    background: #fff;
    border-radius: 15px;
    direction: rtl;
    text-align: right;
}

.carousel-article-body img{
    width: 85%;
    margin: 0 auto;
    border-radius: 12px;
}

.icon_article img{
    margin-bottom: 25px;
    width: 100%;
}

.carousel-article-body h4{
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 900;
}

.carousel-article-body a{
    direction: rtl;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: red;
    width: 50%;
    border-radius: 8px;
    padding: 2px 0px;
    color: #fff;
    font-size: 12px;
}

#owl-carousel-article .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    font-size: 20px;
}

#owl-carousel-article .owl-nav .owl-prev{
    float: left;
    margin-left: -28px;
    pointer-events: auto;
    background: rgba(255, 0, 0, 0.23);
    color: red;
    padding: 10px 12px 6px;
}

#owl-carousel-article .owl-nav .owl-next{
    float: right;
    margin-right: -28px;
    pointer-events: auto;
    background: rgba(255, 0, 0, 0.23);
    color: red;
    padding: 10px 12px 6px;
}

#owl-carousel-article .owl-nav .owl-next.disabled ,
#owl-carousel-article .owl-nav .owl-prev.disabled{
    color: #ff6d6d;
}

.carousel-article-body p{
    text-align:center;
    color:#9f9f9f;
    font-size: 12px;
}

.addToFavoriteButton{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.addToFavoriteButton:hover i{
    color:red;
}

.info-price-box span,span.counter{
    font-size: 15px;
    font-family: 'PeydaWebMedium';
}

.addToFavoriteButton i.fa-heart{
    color:red;
}
#modal_like{
    background: rgba(0, 0, 0, .4);
    transition: opacity 250ms 700ms ease;
}

#modal_like .modal-header{
    border-bottom:none !important;
}

#modal_like .modal-content{
    border-radius: 12px;
    border: none;
}

.like_body{
    direction:rtl;
    text-align:center;
}
.like_body img{
    width: 25%;
}

.like_body h4{
    margin-top: 15px;
}

.like_body h4 , .like_body a{
    color:red;
}

.like_body a{
    font-size: 15px;
    background: rgb(255, 0, 0, 0.16);
    padding: 5px 10px;
    border-radius: 12px;
}

.like_body a:hover{
    background: #ff3333;
    color: pink !important;
    transition: .5s;
}

/* add to cart*/
.js-add-to-cart{
    background: #a8a8a8;
    color: #373737;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    padding: 0px 8px;
    text-align: right;
    border: none;
    width: auto;
    display: inline;
}

.js-add-to-cart-plus{
    background: #a8a8a8;
    color: #373737;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    padding: 6px 8px;
}

.js-remove-from-cart{
    background: #a8a8a8;
    color: #373737;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    padding: 6px 8px;
}

.counter{
    padding: 0px 12px;
}

.add-cart-btns{
    align-items: baseline;
    display:flex;
}

.icon_profile{
    width: 20px !important;
    height: 20px;
}

.user_nav_scroll .sub-menu.smart-menu{
    top: 70px !important;
    color: #000;
    background-color: #edf2f4;
    width: 88px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 9px;
}

.dreamit_menu ul .sub-menu.smart-menu li:hover>a{
    color:#000 !important;
}

.dreamit_menu ul .sub-menu.smart-menu li>a{
    color:#000 !important;
}

.dreamit_menu ul .sub-menu {
    right: unset;
    left: 0px;
    font-family: 'PeydaWebMedium';
}

.dreamit_menu ul .sub-menu.smart-menu li.user-nav-icons a{
    padding: 9px 0px 9px 0px;
    justify-content: center;
}

.dreamit_menu ul .sub-menu.smart-menu li.user-nav-icons {
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
}

.dreamit_menu ul .sub-menu.smart-menu li.user-nav-icons a i.isax-logout{
    margin-left: 5px;
    font-size: 20px;
    transform: rotateY(180deg);
}

.box_product_title p{
    text-align: justify;
    direction: rtl;
    color: gray;
    font-size: 11px;
    margin: 0;
}
.box_product_title:hover{
    color:#2b2d42;
}
/*popup dt product*/
.swal2-container.swal2-center>.swal2-popup.dt-swal2{
    width: 75%;
    background: rgb(255 255 255 / 58%);
    backdrop-filter: blur(10px);
    height: 85vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 999999;
    border-radius: 8px;
    margin-top: 45px;
}

.row_body_main{
    margin-top: 25px;
}

.cart_like{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.subtractCart {
    color: #373737;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #a8a8a8;
    line-height: 2.3;
    width: 35px;
    height: 35px;
    text-align: center;
    align-content: center;
}

.CartTop{
    color: #373737;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #a8a8a8;
    width: 35px;
    height: 35px;
    text-align: center;
    align-content: center;
}

.img_subtractCart{
    width: 100%;
    border-radius: 12px;
    height: auto;
    max-width: max-content;
    margin: 0 auto;
    display: block;
}

.subtractCart-theme{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.btn-cart-popup{
    display:flex;
    align-items: baseline;
}

.btn-cart-popup .food-item-qty{
    margin: 0px 15px;
}

.title_subtractCart{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
}

.row-popup{
    align-items: center;
}

.title_subtractCart h2{
    font-weight:bolder;
    font-size: 28px;
}

.title_subtractCart h3 {
    font-weight: bolder;
    font-size: 28px;
}

.text_subtractCart{
    font-size: 16px;
    color:#000;
    text-align:right;
    margin-top: 15px;
}

.h5_subtractCart{
    font-size: 22px;
    color: #000;
    margin: 14px 0px 0px 0px;
    text-align: right;
}

.h6_subtractCart{
    font-size: 16px;
    color: #565656;
    margin-top: 15px;
    margin-right: 15px;
    text-align: right;
}

.addToCart{
    color: #373737;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    padding: 2px 14px 0 14px;
    margin:0px;
}

.food-item-p{
    color: #373737;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    padding: 2px 14px 0 14px;
    margin:0px;
}

.primary-style{
    background:#2B2D42;
    border:1px solid #707070;
    float:left;
}

.title-similar{
    font-size: 22px;
    margin: 25px 0px;
    text-align: center;
}

.similar-card-product{
    background:white;
    border-radius:10px;
    width:100%;
    align-items: center;
    margin-right: 0px;
}

.similar-card-product img.similar-img{
    width: 100%;
    margin: auto 0;
    border-radius:10px;
}

.similar-card-product .similar-h5{
    margin-top: 15px;
    font-size: 18px;
    text-align:right;
}

.box-price-item p.similar-p{
    margin-top: 10px;
    font-size: 15px;
}

.btn-addToCart{
    color: #373737;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    padding: 0px 10px 0 10px;
}

.box-price-item{
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.swal2-close.my-close-swal2{
    color: #000 !important;
    box-shadow: none !important;
}

#swal2-html-container{
    overflow-y: scroll;
    scrollbar-width: none;
}

.not-found{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e5e5;
    padding: 25px;
    border-radius: 12px;
}

.not-found h3{
    font-size: 22px;
    margin-right: 15px;
}

.not-found img{
    width: 8%;
}


#owl-carousel-video.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

#owl-carousel-video .owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#owl-carousel-video .owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#owl-carousel-video .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#owl-carousel-video .owl-dot {
    display: inline-block;
}

#owl-carousel-video .owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px;
}

#owl-carousel-video .owl-dot.active span {
    background-color: #000;
}

.nav-tabs{
    border:none !important;
}

li.nav-item.item-categores {
    padding-right: 15px !important;
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .section_slider {
        min-height: 300px;
    }

    .title_widget:before {
        border: 1px dashed red;
        width: 22%;
    }

    .title_widget:after {
        border: 1px dashed red;
        width: 22%;
    }

    .title_widget{
        font-size: 20px;
        margin-top: 20px;
    }
    .owl-carousel-top-category{
        position: relative;
        text-align: center;
    }

    .owl-carousel-top-category .owl-nav{
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 45%;
        width: 100%;
        transform: translateX(4%);
    }

    .owl-carousel-top-category .owl-nav .owl-prev{
        float: left;
        position: absolute;
        left: 5px;
    }

    .owl-carousel-top-category .owl-nav .owl-next{
        float: right;
        position: absolute;
        right: 5px;
    }
    .footer-main:after{
        width: 85%;
    }
    .footer-main::before {
        width: 75%;
    }
    .owl-carousel-top-category{
        text-align:center;
    }

    .owl-carousel-top-category .owl-nav .owl-next.disabled
    , .owl-carousel-top-category .owl-nav .owl-prev.disabled{
        color:gray;
    }

    .btn-more, .btn-less{
        width: 40%;
    }

    .product-cat{
        height: 320px;
    }

    .info-title-box h6 {
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
    }

    .info-box .row{
        flex-direction: column-reverse;
    }

    body {
        background: #f5f5f5;
        padding-bottom: 0px;
    }

    .carousel-article-body a{
        width: 75%;
    }

    .carousel-article-body {
        padding: 0px 15px 20px;
    }

    .carousel-article-body img {
        width: 100%;
    }

    .carousel-article-body h4 {
        font-size: 13px;
    }

    #owl-carousel-article .owl-nav .owl-prev{
        padding: 5px 5px 3px;
        margin-left: -7px;
    }

    #owl-carousel-article .owl-nav .owl-next {
        padding: 5px 5px 3px;
        margin-right: -7px;
    }

    .icons_contacts{
        text-align: center;
    }

    .footer-shadow2{
        width: 60%;
    }

    .mobile-menu-area{
        background: #fff0;
        position: absolute;
        width: 95%;
        left: 10px;
        z-index: 100;
        top: 0px;
    }

    .mobile-menu-area .mobile-menu{
        background: rgba(255, 255, 255, 0.61);
        border-radius: 20px;
        margin: 20px 0 0 0;
        height: 75px;
        padding: 8px 0px 0px;
        position: sticky;
        top: 10px;
        z-index: 99999;
        backdrop-filter: blur(10px);
    }

    .logo_img img {
        width: 22%;
        margin: 3px 10px 0;
        display: block;
        float: right;
    }

    .section_slider img{
        left: 0;
        right: 0;
        width: 100%;
    }

    .icon_hamburger{
        background: #2b2d42;
        color: #fff;
        margin-left: 16px;
        height: auto;
        border-radius: 10px;
        padding: 2px 8px;
        line-height: 1;
    }
    .btn-menu-search{
        background: #2b2d42;
        color: #fff;
        margin-left: 5px;
        border-radius: 10px;
        padding: 7px 9px;
        line-height: 1;
    }

    .btn-menu-search i{
        font-size: 26px;
    }

    .icon_hamburger i{
        font-size: 33px;
    }

    .dreamit_menu ul{
        display:none;
    }

    .dreamit_menu{
        flex-direction: row-reverse;
    }

    .overlay-content{
        width: 100%;
    }

    .close-button{
        top: -25px;
        right: 35px;
    }

    .overlay-content i {
        font-size: 25px;
        position: absolute;
        left: 50px;
        top: 40px;
    }
    .img-carousel-adver{
        margin: 20px 0px 50px;
    }
}