.logo_boyut{max-width: 150px; }
.mobil_exit_btn{display: none;}

/* MOBİL MENU */
@media(max-width: 767px) {
.body_no_scroll{overflow: hidden;}
.mobil_menu_bar{position: fixed;z-index: 15;top: 0;right: -100%;width: 100%;height: 100vh;background-color: #262525;opacity: 0;padding-top: 50px;visibility: hidden;pointer-events: none;transition: 0.5s all;}
.mobil_menu_bar_active{right: 0%;opacity: 1;visibility: visible;pointer-events: auto;transition: 0.5s all;overflow-y: scroll;}

.mobil_menu1{display: flex;width: 100%;justify-content: center;flex-wrap: wrap;}
.mobil_menu1 > li{display: flex;width: 100%;justify-content: center;margin: 0 !important;padding-left: 30px;}
.mobil_menu1 > li::before{bottom: 0 !important;}
.mobil_menu1 > li > a{display: flex;width: 100%;justify-content: center;padding: 10px !important;}
.mobil_exit_btn{display: block; position: absolute;top: 20px;right: 5%;width: 35px;height: 35px;background-color: transparent;font-size: 2rem;color: #f7b82d;}
}

.news-section {
    position: relative;
    padding: 100px 0px 5px;
}
.product-block .inner-box {
    position: relative;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
        min-height: 314px;
}
.product-block .inner-box .image-box {
    position: relative;
    margin: 0px;
    padding-top: 0px;
}
.product-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
    max-height: 230px;
       border-top-left-radius: 6px;
       border-top-right-radius: 6px;
       object-fit: cover;
           height: 180px;
}

.satir_1{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow:hidden;}
.satir_2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:hidden;}
.satir_3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow:hidden;}
.filters {
	overflow: hidden;
}

.products-section .filters .filter-tabs {position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.products-section .filters li {flex-shrink: 0; }

/*Modal css*/
    .modal-overlay { display: none !important; align-content: center; align-items: center; position: fixed; box-sizing: border-box; top: 0; left: 0; width: 100%; height: 100%; padding: 5rem; background: rgba(0, 0, 0, .75);text-align: center; }
    .modal-overlay.is-open {display: flex !important; z-index: 99999; }
    .modal-iframe {max-width: 700px; width: 100%; height: 100%; margin-right: auto; margin-left: auto; }
    .modal-iframe {max-width: 700px; width: 100%; height: 100%; margin-right: auto; margin-left: auto; }
    .modal-iframe2 {max-width: 860px; width: 100%; height: 100%; margin-right: auto; margin-left: auto; position: relative; }
    .modal-button-close {position: absolute; top: 0; right: 0; background-color: #a40301; color: #fff; padding: 5px;cursor: pointer; }

    .modal-content{background-color: #fff; width: 500px; margin-left: auto; margin-right: auto; overflow: hidden; }
    .modal_body{width: 100%;; height: 100%; padding: 10px; min-height: 200px;}
    .modal_body h3{font-family: sans-serif; margin-bottom: 0px;font-size: 25px;}

    @media(max-width: 750px) {
    .modal-overlay{padding:0px !important; }
        /*.modal-button-close{display: none !important;}*/
        .modal-content{ margin: 0px 10px;}
    }

/*Modal css*/


/*.main-header .header-top {position: relative; background-color: #cc0033; }*/
.main-header .header-top .info-list li a {color: #ffffff;}
.main-header .header-top .info-list li {color: #ffffff;}
.main-header .header-top .top-right .social-box li a {color: #ffffff;}

.main-header .header-upper {background-color: #ffffff; }


.main-header .outer-box .order {
  position: relative;
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}

.main-header .outer-box .order span {
  position: relative;
  display: block;
}

.main-header .outer-box .order span a {
  position: relative;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.main-header .outer-box .order span a:hover {
  color: #231f20;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #f7b443;
}
.main-menu .navigation > li::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 20px;
  width: 0%;
  height: 2px;
  opacity: 0;
  background-color: #f7b443;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    opacity: 1;
    color: #000;
    text-transform: capitalize;
    padding: 30px 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main_slider_area .sm_text {color: #6bb53a;}

.main_slider_area .slider_button .view_all_btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #6bb53a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  border-radius: 5px;
}

.btn-style-three {background-color: #f2b10b; }

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
    color: #f7b82d;
}


.main-header .header-upper .logo-outer {
    height: 95px;
    float: left;
    z-index: 25;
    padding: 0px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-header .logo-outer .logo img 
{
    position: relative;
    display: inline-block;
    max-width: 230px;
    max-height: 85px;
}
@media only screen and (max-width: 767px) {
      .navbar-light .navbar-toggler {display: inline-block; z-index: 12; width: 50px; height: 40px; float: none; padding: 0px; text-align: center; border-radius: 0px; background: #f1b00a; border: 1px solid #f1b20b; margin-top: 30px;
      }

    .navbar-toggler .icon{color: #fff; }
    .mobil_exit_btn {color: #f7b443;}
    .main-menu .navigation > li > a {color: #fff !important; }
    .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {color: #ffffff;}
    .main-menu .navigation > li::before {background-color: #f7b443;}


    .main-header .header-upper {height: 70px; }
    .header-upper{margin-top: -10px; width: 100%; }


    .main-header .header-upper .logo-outer {
        height: 70px;
        float: left;
        z-index: 25;
        padding: 0px;
        -webkit-transition: all 600ms ease;
        transition: all 600ms ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-header .logo-outer .logo img 
    {
        position: relative;
        display: inline-block;
        max-width: 200px;
        max-height: 60px;
    }

}

/*Duyuru css*/
.duyuru_box {position: relative; margin-bottom: 40px; padding: 20px 20px; background-color: #ffffff; -webkit-box-shadow: 0px 0px 13px 0px #e8e8e8; box-shadow: 0px 0px 13px 0px #e8e8e8;  
font-family: sans-serif;} 
.duyuru_box h3{font-family: sans-serif; margin-bottom: 0px;font-size: 25px;}
.centery{
    display: flex !important;
    align-content: center;
    align-items: center;
}

.main-header .logo-outer .logo img {
    margin-top: 2px;
}


.dyrimg{height: 40px;filter: invert(70%) sepia(6%) saturate(4111%) hue-rotate(52deg) brightness(89%) contrast(85%);}
.mb5{margin-bottom: 5px;}
@media only screen and (max-width: 767px) { 
.duyuru_box h3 {font-family: sans-serif; margin-bottom: 0px; font-size: 20px; }
}

/*Filitre duyuru*/
.filters{width: calc(100% - 50px) !important;}
.fiters_box{ display: flex; flex-wrap: nowrap;margin-bottom: 40px;}
.sol{width: 20px; cursor: pointer;margin-right: 5px;display: flex; align-items: center;}
.sag{width: 20px;cursor: pointer;margin-left: 5px;display: flex; align-items: center;}
.sag img,.sol img{height: 20px;}
.products-section .filters {margin-top: 0px; margin-bottom: 0px; }
.filter{display: flex !important; align-items: center; padding: 0px !important;}
@media only screen and (max-width: 767px) { .sag img, .sol img {height: 15px; } }
.swiper-button-disabled{display: none !important;}

.sidebar-news {position: relative; margin-bottom: 40px; padding: 20px 28px; background-color: #ffffff; -webkit-box-shadow: 0px 0px 13px 0px #e8e8e8; box-shadow: 0px 0px 13px 0px #e8e8e8; text-align: center; } 

.main-header .header-top {background-color: #1b1b1b; }
/*.main-header .header-upper {background-color: #000000; }*/
.main-menu .navigation > li > a {color: #211d1e;} 
.main-header .outer-box .order span a {color: #f7b443;}
.main-header .outer-box .order span a:hover{color: #231f20;}
.slider-content .sub-title {color: #bf0606;}
.delivery-section {background-color: #000000; }
.btn-style-five {background: #f7b443;}
.product-block .inner-box .lower-content .price {color: #f7b443;}
.flavour-block .inner-box .image .overlay-box .content .title {
    background-color: #f7b443;}
/*foter css*/
    .main-footer {background-color: #f7b443;}
    .main-footer:before {background-color:inherit !important; }
    .main-footer .footer-widget h4 {color: #000000;}
    .main-footer .footer-widget h4:before {background-color: #b48651; }
    .main-footer .info-widget .number {color: #ffffff;}
    .main-footer .timing-list li {color: #ffffff;}
    .main-footer .info-widget .email-list li a {color: #ffffff;}
    .main-footer .footer-bottom .copyright {color: #ffffff;}
    .main-footer .logo-widget .text {color: #ffffff;}

/*foter css*/
.lower-box{display: none !important;}