@import url(https://fonts.googleapis.com/css?family=Poppins:600,700|Rubik:400,500,700&display=swap&subset=latin-ext);#myNav,.main-nav {
    z-index: 99999999
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    border-radius: 8px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
    
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #007e27;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
   display:none
}
.menu-overlay a,.row.full-bg.align-items-center .text-center.categorie,.row.full-bg.align-items-center h2.text-center,.row.full-bg.align-items-center p.text-center,.row.full-bg.align-items-center p.text-center a.btn,.row.recipes h3.text-center,.row.recipes p.text-center {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.owl-dot:focus,a.btn.btn-pnr {
    outline: unset
}

img#bottom,img#boxes1,img#boxes2,img#cover {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: Rubik,sans-serif;
    background-color: #f4f4f4
}

body.home {
    background: #e5e5e5
}

.container-fluid.green-bg .content h2,.recipe-single .content .title,.row.full-bg.align-items-center h2.text-center,.row.product-cat .overlay p,.row.product-cat h3.text-center,.row.recipes h3.text-center {
    font-family: Poppins,sans-serif
}

div#nav-height {
    height: 0;
}

.main-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px
}

#myNav,.menu-overlay {
    height: 100%;
    top: 0;
    right: 0
}

ul.float-right.right-nav {
    list-style: none;
    margin: 72px 0 0 0!important;
    padding: 0;
    display: flex;
    float: unset!important
}

ul.float-right.right-nav li {
    text-align: left
}

ul.float-right.right-nav li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto
}

a.nav-trigger i {
    font-size: 40px
}

a.nav-trigger i:nth-child(2) {
    margin: 7.5px 0
}

a.nav-trigger i:first-child {
    margin-top: 5px
}

a.nav-trigger {
    padding-top: 5px
}

a.navbar-brand {
    margin-top: 34px
}

#myNav {
    position: fixed;
    width: 0;
    overflow-x: hidden;
    transition: .5s;
    background: rgba(35,35,35,.5)
}

.menu-overlay {
    width: 30%;
    position: absolute;
    background-color: #006e2c
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-left: 109px
}

.menu-overlay a {
    text-decoration: none;
    display: block;
    transition: .3s;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin-bottom: 32px
}

.menu-overlay a:focus,.menu-overlay a:hover {
    color: #f1f1f1
}

.menu-overlay .closebtn {
    position: absolute;
    top: 49px;
    left: 28%;
    font-size: 60px;
    z-index: 999999
}

.overlay-content .social {
    font-size: 18px;
    line-height: 1.41;
    float: left;
    margin-right: 16px
}

.overlay-content:last-child {
    position: absolute;
    bottom: 41px;
    height: 40px;
    right: 0;
    top: unset
}

@media screen and (max-height: 450px) {
    .menu-overlay a {
        font-size:20px
    }

    .menu-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

ol.breadcrumb {
    background: 0 0
}

header li.breadcrumb-item a {
    color: #fff;
    font-size: 14px
}

header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

li.breadcrumb-item a {
    color: #606060;
    font-size: 14px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    content: ">";
    font-size: 14px;
    font-weight: 700
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 500
}

.row.full-bg.align-items-center {
    background-size: cover!important
}

.row.full-bg.align-items-center .text-center.categorie {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff
}

.row.full-bg.align-items-center h2.text-center {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-top: 6.4px
}

.row.full-bg.align-items-center p.text-center {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.41;
    color: #f3f3f3
}

.row.full-bg.align-items-center p.text-center a.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 59.3px;
    color: #fff;
    height: 59.3px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 0 30px
}

.row.recipes {
    padding: 0 0 50px 0
}

.row.recipes h3.text-center {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    color: #000
}

.row.recipes p.text-center {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.41;
    color: gray;
    margin-top: 9px;
    margin-bottom: 0
}

.recipe-single .content .title,a.btn.btn-pnr {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff
}

a.btn.btn-pnr {
    min-width: 116px;
    border-radius: 50px;
    background-color: #007d32;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border: unset;
    padding: 15px 19px;
    margin: 0 8px 24px;
    width: auto;
}

.btns {
    display: flex;
    margin: 40px auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

a.btn.btn-pnr.active,a.btn.btn-pnr:focus,a.btn.btn-pnr:hover {
    background: #4e9525;
    outline: unset;
    border: unset
}

.recipe-single .image::after,body.menu-hazirla.menu-inner .get-recipes {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%)
}

.recipe-single .image::after {
    display: block;
    position: relative;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    margin-top: -200px;
    height: 200px;
    width: 100%;
    content: '';
    border-radius: 8px
}

.recipe-single .content {
    padding: 0 24px;
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
    max-width: 100%;
}

.recipe-single,.recipe-single img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.recipe-single {
    display: flex;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/loader.svg)
}

.recipe-single img {
    opacity: 0
}

.recipe-single .content .title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3
}

.container-fluid.green-bg .content .categorie,.container-fluid.green-bg .content h2 {
    line-height: normal;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.info.recipe-inside .person,.info.recipe-inside .time {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #232323;
    display: inline-flex;
    margin: 0 auto;
    z-index: 2147483647;
}

.row.inner .info.recipe-inside .person,.row.inner .info.recipe-inside .time {
    color: #232323
}

.recipe-single .content .person,.recipe-single .content .time {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: inline-flex;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.info.recipe-inside .difficult,.recipe-single .content .difficult {
    display: inline-flex;
    width: 88px;
    margin: 0 auto
}

.info.recipe-inside .difficult img,.recipe-single .content .difficult img {
    margin: 0 auto;
    opacity: .6;
    height: 14px;
    width: 17px
}

.info.recipe-inside .difficult img.active,.recipe-single .content .difficult img.active {
    opacity: 1
}

.info.recipe-inside,.recipe-single .content .info {
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px
}

.info.recipe-inside {
    border: 1px solid #232323;
    padding: 24px;
    border-radius: 100px;
    max-width: 350px;
    margin: 24px auto 40px
}

.container.recipe-data nav ol {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: fit-content;
    padding: 0
}

.green-bg {
    background: #007d32;
    background-size: cover
}

.container-fluid.green-bg .content {
    transform: translateY(50%);
    min-height: 300px
}

.container-fluid.green-bg .content .categorie {
    opacity: .8;
    font-size: 14px;
    font-weight: 500
}

.container-fluid.green-bg .content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 8px
}

.container-fluid.green-bg .content p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 16px
}

.container-fluid.green-bg .content a.btn.btn-pnr-trans {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 20px 28px
}

.container-fluid.green-bg img {
    margin: 42px auto
}

.row.product-cat {
    padding-top: 80px;
    padding-bottom: 0
}

.row.product-cat h3.text-center {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.row.product-cat p.text-center {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: gray;
    margin-top: 8px;
    margin-bottom: 0
}

.row.product-cat .overlay {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -50px;
    width: 250px;
    height: auto
}

.row.product-cat .col-md-4 {
    margin-top: 30px
}

.row.product-cat .overlay img {
    margin: 0 auto 16px;
    display: block;
    width: 60px;
    height: 50px
}

.row.product-cat .overlay p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

.youtube-section {
    border-radius: 8px;
    background-color: #e52d2d;
    margin: 0;
    padding: 64px 0;
    margin-top: 20px
}

.youtube-section h3 {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
    font-family: poppins
}

.youtube-section a.btn.btn-pnr-trans,.youtube-section p {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff
}

.youtube-section p {
    font-weight: 400;
    line-height: 1.41;
    margin-top: 8px;
    margin-bottom: 0
}

.youtube-section a.btn.btn-pnr-trans {
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    padding: 26px 46px;
    border: 1px solid #fff;
    transform: translateY(12%)
}

footer {
    background-color: #007d32;
    color: #fff;
    padding-top: 51px;
    margin-top: 80px
}

footer ul {
    padding: 0;
    margin: 26px 0 0;
    list-style: none
}

footer ul li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 6px
}

footer ul li:first-child {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 8px;
    font-family: poppins
}

.row.sub-footer ul.float-right li a,footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.41;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

footer p {
    margin-top: 14px;
    margin-bottom: 16px
}

footer ul li a,footer ul li a:hover,footer ul li a:visited {
    text-decoration: none;
    color: #fff
}

footer img {
    width: 96px
}

.row.sub-footer ul.float-right li {
    float: left;
    margin-bottom: 0
}

footer .sub-footer p {
    margin: 25px 0
}

footer hr {
    margin: 56px 0 0
}

.m-lr-16 {
    margin: 0 16px
}

header {
    background: url(../img/header_cover.jpg) top center no-repeat #007e27;
    background-size: cover;
    position: relative;
}

header .row.align-items-center {
    min-height: 450px
}

header h1.text-center {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    font-family: Poppins,sans-serif
}

header p.text-center {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #f3f3f3;
    margin: 0
}

header .container-fluid {
    background: rgba(0,0,0,.5)
}

.video-to-up {
    margin-top: -180px;
    z-index: 9999999;
    position: relative;
}

.product {
    border-radius: 5px;
    margin-bottom: 30px;
    padding-top: 32px;
    background: 0 0;
    background: #fff
}

.product h3.text-center,.product p.text-center {
    font-style: normal;
    font-stretch: normal;
    color: #606060;
    padding: 0 24px;
    min-height: 70px;
    letter-spacing: normal
}

.product h3.text-center {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-top: 16px;
    font-family: Poppins
}

.product p.text-center {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.41;
    margin: 0 0 24px;
    min-height: 88px
}

.filters #fill li a,.product a.btn.btn-trans,.product-single-photo .single span {
    font-style: normal;
    font-stretch: normal;
    line-height: normal
}

.product img {
    max-height: 146px
}

.product a.btn.btn-trans {
    border: 0 solid #606060;
    font-size: 16px;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    padding: 20px 28px;
    margin: 36px auto 0;
    width: 100%;
    display: table;
    background: #2d7d24
}

ul.pagination {
    border-radius: 5px;
    background-color: #007d32;
    padding: 14px 40px;
    margin-top: 18px
}

ul.pagination li a,ul.pagination li a:hover,ul.pagination li a:visited {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 0 12px;
    text-decoration: none;
    text-align: center
}

ul.pagination li:first-child {
    margin-right: auto;
    min-width: 73px
}

ul.pagination li:last-child {
    margin-left: auto;
    min-width: 70px
}

ul.pagination li.active a {
    color: #fff;
    text-decoration: underline
}

ul.pagination li.disabled a {
    color: #dbdbdb
}

.filters {
    background: #007e27;
    margin: 64px 0;
    border-radius: 5px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
}

.filters #fill {
    margin: 0;
    padding: 20px 32px;
    list-style: none;
    float: right;
}

.filters #fill li {
    float: left;
}

.filters #fill li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff
}
.filters #fill li a.open{
    padding: 0px !important;
    display: contents;
}
.filters #fill li:after {
    content: "|";
    color: #6ab086;
    padding: 0 11px
}

.filters #fill li:last-child:after {
    content: ""
}

form.form-inline {
    margin-left: auto;
    margin-right: 32px;
}

.filters input#productSearch,.mobiles input#productSearch {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins',"Font Awesome 5 Free";
}

input#productSearch::-webkit-input-placeholder {
    color: #fff;
    font-family: inherit;
}

input#productSearch:-moz-placeholder {
    color: #fff
}

input#productSearch::-moz-placeholder {
    color: #fff
}

input#productSearch:-ms-input-placeholder {
    color: #fff
}

.product-single-photo {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.product-single-photo .single img {
    max-height: 167px;
    width: auto!important;
    margin: 65px auto 32px;
}

.product-single-photo .single span {
    border-radius: 5px;
    background-color: #f4f9f4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    color: #2b712b;
    display: table;
    margin: 0 auto;
    padding: 8px 12px
}

.row.product-single p,.row.product-single p:first-child {
    line-height: 1.41;
    font-stretch: normal;
    letter-spacing: normal;
    font-style: normal
}

.owl-dot span {
    width: 8px;
    height: 8px;
    border: 1px solid #909090;
    border-radius: 100%;
    display: block;
    margin: 0 6px
}

.owl-dot.active span {
    background-color: #007d32
}

.owl-dots {
    display: table;
    margin: 0 auto;
    padding-bottom: 16px
}

.row.product-single {
    padding: 80px 0
}

.row.product-single p:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #232323;
    font-family: poppins;
    margin-bottom: 32px
}

.row.product-single p {
    font-size: 16px;
    font-weight: 400;
    color: gray;
    margin-bottom: 24px
}

#singleSlide .owl-dots.disabled {
    display: table!important
}

.row.product-single h2.text-center {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-top: 36px;
    font-family: poppins
}

#dropdown-menu,#dropdown-menu2,#dropdown-menu3,#dropdown-menu4,#dropdown-menu5,#dropdown-menux,.card-shadow {
    box-shadow: 0 .1em .25em rgba(0,0,0,.15),0 .1em .2em rgba(0,0,0,.2)
}

#input,#input2,#input3,#input4,#input5,#inputx {
    border: 0;
    background: 0 0;
    outline: 0;
    display: block;
    text-align: left;
    font-size: .95em;
    cursor: pointer;
    color: #727272;
    text-decoration: none;
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    opacity: 1;
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.button-group {
    position: relative;
    width: auto;
    display: -webkit-inline-box
}

.button-group .marka {
    position: absolute;
    right: -11px;
    top: 6px;
    z-index: 9999;
    cursor: pointer;
    color: #fff
}

.button-group .marka i {
    background: #fff!important
}

#dropdown-menu,#dropdown-menu2,#dropdown-menu3,#dropdown-menu4,#dropdown-menu5,#dropdown-menux {
    position: absolute;
    top: 40px;
    right: 0;
    left: -30px;
    margin: 1em auto;
    width: 175px;
    list-style: none;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    background: #007f15;
    transition: all 350ms cubic-bezier(.19,1,.22,1);
    height: 0
}

#dropdown-menu li,#dropdown-menu2 li,#dropdown-menu3 li,#dropdown-menu4 li,#dropdown-menu5 li,#dropdown-menux li {
    position: relative;
    line-height: 2.35em;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 0;
    float: unset!important
}

#dropdown-menu li a,#dropdown-menu2 li a,#dropdown-menu3 li a,#dropdown-menu4 li a,#dropdown-menu5 li a,#dropdown-menux li a {
    color: #222;
    text-decoration: none;
    font-size: 1em;
    padding: 12px 8px;
    display: block
}

#dropdown-menu.open,#dropdown-menu2.open,#dropdown-menu3.open,#dropdown-menu4.open,#dropdown-menu5.open,#dropdown-menux.open {
    z-index: 999;
    max-height: 300px;
    overflow: hidden scroll!important;
    min-width: 257px;
    height: auto;
    padding: 24px;
}

#dropdown-menu.open li,#dropdown-menu2.open li,#dropdown-menu3.open li,#dropdown-menu4.open li,#dropdown-menu5.open li,#dropdown-menux.open li {
    transition: all 350ms cubic-bezier(.19,1,.22,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    width: 100%
}

.open li:nth-child(1) {
    transition-delay: .07s!important
}

.open li:nth-child(2) {
    transition-delay: .14s!important
}

.open li:nth-child(3) {
    transition-delay: .21s!important
}

.open li:nth-child(4) {
    transition-delay: .28s!important
}

.open li:nth-child(5) {
    transition-delay: .35s!important
}

.open li:nth-child(6) {
    transition-delay: .42s!important
}

.open li:nth-child(7) {
    transition-delay: .49s!important
}

#dropdown-menu li:after,#dropdown-menu2 li:after,#dropdown-menu3 li:after,#dropdown-menu4 li:after,#dropdown-menu5 li:after,#dropdown-menux li:after {
    content: " "!important;
    padding: 0!important;
    height: 1px;
    display: block;
    border-radius: 2px;
    background-color: #2a8d52
}

ul#dropdown-menu2:before {
    content: url(arrow.svg);
    position: absolute;
    top: -35px;
    width: 10px;
    height: 10px;
    z-index: 999999
}

.difficult img {
    opacity: .5;
    z-index: 99999999999;
    margin-right: 4px
}

.difficult img.active {
    opacity: 1
}

ul#dropdown-menu4 li {
    display: inline
}

.indengrends-sidebar {
    border-radius: 5px;
    background-color: #007d32;
    padding: 40px 48px
}

.indengrends-sidebar ul {
    padding: 0;
    margin: 0
}

.indengrends-sidebar ul li {
    margin-left: 18px
}

.indengrends-sidebar ul li,.indengrends-sidebar ul li a,.indengrends-sidebar ul li a:hover,.indengrends-sidebar ul li a:visited {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: normal;
    color: #fff;
    text-transform: capitalize
}

.indengrends-sidebar ul li:first-child {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 16px;
    font-family: poppins;
    list-style: none;
    margin-left: 0
}

.indengrends-sidebar ul.second {
    margin-top: 22px
}

.tooltip {
    top: 110px;
    right: 0;
    left: 0;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding: 0 15px 1px
}

.tooltip-hover:hover .tooltip {
    opacity: 1
}

.tooltip .product-single-photo {
    max-width: 100%;
    border: 1px solid #242424
}

.container.recipe-data .text-center {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 8px;
    margin-top: 30px
}

.container.recipe-data p.text-center,.recipe-content p {
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: normal
}

.container.recipe-data p.text-center {
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    line-height: 1.41;
    color: gray;
    margin-top: 8px;
    margin-bottom: 16px
}

.recipe-steps {
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

.recipe-steps hr {
    margin: 0 20px
}

.recipe-steps hr:last-child {
    display: none
}

.recipe-content p,.recipe-content p span.step {
    font-size: 16px;
    color: #1c1c1c;
    font-style: normal
}

.recipe-content p {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
    padding: 32px 24px;
    flex-wrap: inherit
}

.recipe-content p span.step {
    font-family: Rubik;
    font-weight: 500;
    line-height: 28px;
    width: 20%
}

span.val {
    width: 100%;
    line-height: 23px
}

.row.blog {
    padding-top: 50px
}

.row.blog .info .time {
    margin: 0 auto 0 0
}

.row.blog .info .link {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff
}

.blog p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    letter-spacing: normal;
    color: #262626;
    text-align: justify
}

.blog div.text-center {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.blog p.text-center,header div.text-centered {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41
}

.blog p.text-center {
    font-weight: 400;
    letter-spacing: normal;
    color: gray
}

header div.text-centered {
    text-align: center;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 8px
}

.row.recipe-book div.text-center,header.profile .buton a.btn.btn-prfle,header.profile .profile-data div,header.profile h1.text-center {
    line-height: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

header.contact,header.profile {
    background: #007d32
}

header.contact .row.align-items-center,header.profile .row.align-items-center {
    min-height: 500px
}

header.profile .image-area {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

header.profile .image-area img {
    display: block;
    margin: 0 auto;
    max-width: 160px
}

header.contact .container-fluid,header.profile .container-fluid {
    background: unset
}

header.profile h1.text-center {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 8px
}

header.profile .profile-data {
    display: flex;
    flex-wrap: wrap
}

header.profile .profile-data div {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    margin: 0 auto
}

header.profile .buton a.btn.btn-prfle {
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 13px 24px;
    margin: 24px auto 0
}

.row.recipe-book {
    padding: 80px 0 56px
}

.row.recipe-book div.text-center {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    color: #000
}

.row.recipe-book p.text-center {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: gray;
    margin: 8px 0 0
}

a#defterden-cik,a#defterden-cik:focus,a#deftere-ekle,a#deftere-ekle:focus {
    box-shadow: none;
    font-weight: 500;
    line-height: 1.76;
    margin-top: 30px;
    transition: color;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    letter-spacing: normal;
    font-style: normal;
    font-stretch: normal;
    outline: 0
}

a#deftere-ekle,a#deftere-ekle:focus {
    color: #db2d43;
    border-radius: 5px;
    border: 1px solid #db2d43
}

a.eklendi {
    color: #fff!important;
    background: #2c7d23!important;
    border: 1px solid #2c7d23!important
}

a#defterden-cik,a#defterden-cik:focus {
    color: #fff;
    background: #db2d43;
    border-radius: 5px;
    border: 1px solid #db2d43
}

.owl-item .home-slide-item {
    background-size: cover!important;
    position: relative;
}

.owl-item .row.full-bg.align-items-center {
    background: rgba(0,0,0,.5)
}

.row.about p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    letter-spacing: normal;
    color: #262626;
    margin-top: 32px
}

.row.about {
    padding: 50px 0
}

.row.contact {
    padding-top: 80px
}

.row.contact div.text-center {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.contact-in .form-control,.contact-in .form-control:focus,.row.contact p.text-center {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    font-weight: 400
}

.row.contact p.text-center {
    color: gray;
    margin: 0
}

.row.contact p.text-center.dark {
    color: #232323
}

.row.contact-in {
    padding-top: 56px
}

.contact-in .form-control,.contact-in .form-control:focus {
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 16px;
    color: #606060;
    margin-bottom: 24px;
    height: 60px!important
}

.contact-in .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #606060
}

.contact-in .form-control:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #606060
}

.contact-in .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #606060
}

.contact-in .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #606060
}

.row.contact-in label,button#frmRegister,button#frmSbmt,button#frmSbmtLogin {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal
}

button#frmRegister,button#frmSbmt,button#frmSbmtLogin {
    border-radius: 5px;
    background-color: #007d32;
    font-size: 18px;
    color: #fff;
    padding: 17px 0;
    border-color: #007d32;
    margin-bottom: 26px;
    width: 100%;
}

.main-nav ul li a .profil {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: -19px
}

.main-nav ul li a .profil img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.row.contact-in label {
    font-size: 16px;
    color: #232323;
    margin-bottom: 16px
}

.avatar-container {
    position: relative;
    width: 100%
}

.avatar-overlay,.owl-nav {
    position: absolute;
    top: 50%
}

.avatar-container .image-area {
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 100%
}

.avatar-image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 0 auto;
    width: 100%
}

.avatar-overlay {
    transition: .5s ease;
    opacity: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.avatar-container:hover .avatar-image {
    opacity: .3
}

.avatar-container:hover .avatar-overlay {
    opacity: 1
}

.avatar-overlay__text {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: rgba(10,10,10,.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

a.imgUpload,a.imgUpload:hover,a.imgUpload:visited {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none
}

.profile-edit h2.text-center,.row.contact-in div.text-center {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

a.imgUpload i {
    font-size: 24px
}

.form-row {
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    padding: 48px 0
}

.profile-edit h2.text-center {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-top: 80px;
    margin-bottom: 24px
}

.form-row .row.contact-in {
    padding: 0
}

.row.product-cat .col-12 {
    margin-bottom: 30px
}

.owl-nav {
    width: 100%;
    padding: 0 10%
}

.owl-nav span {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 27px
}

button.owl-next {
    float: right
}

.row.contact-in div.text-center {
    font-size: 32px;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 16px
}

.row.contact-in p.text-center,.title {
    font-weight: 400;
    line-height: 1.41;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.row.contact-in p.text-center {
    color: gray;
    margin-bottom: 56px
}

.modal-dialog.modal-lg form {
    padding-bottom: 56px
}

.modal.fade.bd-example-modal-lg {
    z-index: 999999999999
}

.modal-dialog.modal-lg {
    z-index: 9999999999999
}

.center {
    margin: 0 0 2em
}

.title {
    text-align: center;
    color: #b3b3b3;
    margin-bottom: 24px
}

.title span {
    display: inline-block;
    position: relative
}

.title span:after,.title span:before {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: .5px solid #b3b3b3;
    border-top: .5px solid #b3b3b3;
    top: 50%;
    width: 58%
}

.title span:before {
    right: 100%;
    margin-right: 15px
}

.title span:after {
    left: 100%;
    margin-left: 15px
}

a.btn.btn-facebook.btn-form.display-4 {
    border-radius: 5px;
    background-color: #3b5999;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin-bottom: 36px;
    padding: 0
}

a.btn.btn-lgn,a.btn.btn-lgn:focus {
    font-weight: 500;
    color: #007d32;
    padding: 0
}

.row.if-account p.text-center {
    margin-bottom: 56px
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0,-100%) scale(0,0);
    -moz-transform: translate(0,-100%) scale(0,0);
    -o-transform: translate(0,-100%) scale(0,0);
    -ms-transform: translate(0,-100%) scale(0,0);
    transform: translate(0,-100%) scale(0,0);
    opacity: 0
}

#search.open {
    -webkit-transform: translate(0,0) scale(1,1);
    -moz-transform: translate(0,0) scale(1,1);
    -o-transform: translate(0,0) scale(1,1);
    -ms-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
    opacity: 1;
    z-index: 999999999999
}

#search input[type=search] {
    position: absolute;
    top: 30%;
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: -51px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #007d32;
    border-color: #007d32;
    opacity: 1;
    font-size: 27px;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.search-list,div#resultTitle {
    width: 100%;
    top: 30%;
    position: absolute
}

.search-list {
    display: block;
    margin: 100px auto 0;
    height: auto;
    max-height: 450px;
    overflow-x: scroll
}

.search-list ul#searchResults {
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
    padding: 32px
}

.search-list ul#searchResults li a {
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 24px 0;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    text-align: center;
    font-family: poppins
}

.search-list ul#searchResults li a small {
    font-weight: 500;
    font-family: Rubik;
    font-size: 16px
}

div#homeslide .owl-dots {
    display: none!important
}

div#infoSlide .owl-nav span {
    background: #242424;
    border-color: #242424
}

div#infoSlide .owl-nav {
    padding: 0 5%
}

.search-list ul#searchResults li {
    border: 1px solid #fff;
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 0 24px
}

div#resultTitle {
    margin-top: 50px;
    font-size: 32px;
    color: #fff;
    z-index: 999999;
    font-weight: 500
}

.row.locations {
    padding-top: 36px
}

.row.locations .location-wrapper {
    border: 1px solid #909090;
    border-radius: 5px;
    padding: 24px 22px;
    display: inline-block;
    min-height: 180px;
    margin-bottom: 28px
}

.row.locations .location-wrapper .name,.row.locations .location-wrapper div {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    letter-spacing: normal;
    font-style: normal;
    font-stretch: normal
}

.row.locations .location-wrapper .name {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #000
}

.row.locations .location-wrapper div {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.41;
    color: #606060
}

.row.locations .location-wrapper .fax,.row.locations .location-wrapper .phone {
    width: auto;
    margin-right: 16px
}

a.blog-back {
    float: right;
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: .75rem 1rem
}

a.mood-btn,div#arrows a,p#message,p#sucMes {
    text-align: center
}

.footer-social .social,div#share,div#share a {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.footer-social .social {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    margin-right: 8px
}

.post-share,div#share,div#share a {
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-style: normal
}

.recipe-single a {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

div#share {
    color: #232323;
    padding-top: 17px;
    margin: 0 auto;
    display: flex;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

div#share a {
    margin-left: 8px;
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 31px
}

div#share a.fb {
    background: #206fcc
}

div#share a.tw {
    background: #009fe3
}

div#share a.pin {
    background: #e60019
}

.post-share {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #232323;
}

.post-share a:hover,.post-share a:hover .post-share a:hover {
    text-decoration: none
}

.post-share i {
    margin-right: 8px
}

.post-share a i.fab.fa-facebook-square {
    color: #0377ff;
    font-size: 16px;
    margin-left: 8px;
    text-decoration: none
}

.post-share a i.fab.fa-twitter-square {
    color: #00b2ff;
    font-size: 16px;
    margin-right: 8px;
    text-decoration: none
}

.post-share a i.fab.fa-google-plus-g {
    color: #ff6b00;
    font-size: 16px;
    margin-right: 8px;
    text-decoration: none
}

img#cover {
    transform: translateY(-260%);
    animation-name: item1
}

img#bottom {
    transform: translateY(170%);
    animation-name: item4
}

img#boxes1 {
    transform: translateY(54%);
    animation-name: item2
}

img#boxes2 {
    transform: translateY(-89%);
    animation-name: item3
}

@keyframes item1 {
    from,to {
        transform: translate(0,-260%)
    }

    65% {
        transform: translate(0,-263%)
    }
}

@keyframes item2 {
    from,to {
        transform: translate(0,54%)
    }

    65% {
        transform: translate(0,50%)
    }
}

@keyframes item3 {
    from,to {
        transform: translate(0,-91%)
    }

    65% {
        transform: translate(0,-89%)
    }
}

@keyframes item4 {
    from,to {
        transform: translate(0,170%)
    }

    65% {
        transform: translate(0,169%)
    }
}

.container-fluid.home-slide-item.gift-slide .row.full-bg.align-items-center {
    background: unset
}

.container-fluid.home-slide-item.gift-slide p {
    color: #fff;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    font-size: 16px
}

.container-fluid.home-slide-item.gift-slide .desc {
    transform: translateY(200%)
}

.container-fluid.home-slide-item.gift-slide a.btn {
    padding: 0 64px!important;
    float: left
}

.container-fluid.home-slide-item.gift-slide h2 {
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    font-size: 48px;
    margin-bottom: 16px
}

.deskNav {
    display: flex
}

.deskNav ul.float-left.left-nav {
    list-style: none;
    padding: 0;
    margin: 81px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    float: unset!important;
    margin-left: auto
}

.deskNav ul.float-left.left-nav li {
    float: left;
    margin: 0 12px;
    display: inline-flex;
}
.deskNav ul.float-left.left-nav li:first-child {
    width: 100%;
    position: relative;
    margin-top: -80px;
    margin-right: 0px;
}

.deskNav ul.float-left.left-nav li:nth-child(2) {
    margin-left: auto
}

.deskNav ul.float-left.left-nav li:nth-child(7) {
    /* margin-right:0 */
}

.deskNav ul.float-left.left-nav li:last-child {
    /* margin:0; */
}

.deskNav ul.float-left.left-nav li a {
    color: #fff;
    text-decoration: none;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    line-height: 81px
}

ul.float-right.right-nav li a.btn-trans-login {
    padding: 0;
    color: #fff;
    margin-top: 24px;
    margin-left: 24px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff
}

ul.float-right.right-nav li a.sep {
    padding: 0 12px 0 24px;
    font-size: 24px;
    margin-top: -8px
}

ul.float-right.right-nav li a:focus {
    border: none
}

button:focus {
    border: 0;
    outline: 0
}

@media screen and (min-device-width: 1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1) {
    img#bottom,img#boxes1,img#boxes2,img#cover {
        animation-duration:3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        width: 400px;
        margin: 0 auto
    }

    img#cover {
        transform: translateY(-260%);
        animation-name: item1
    }

    img#bottom {
        transform: translateY(170%);
        animation-name: item4
    }

    img#boxes1 {
        transform: translateY(54%);
        animation-name: item2
    }

    img#boxes2 {
        transform: translateY(-89%);
        animation-name: item3
    }

    .container-fluid.home-slide-item.gift-slide .desc {
        transform: translateY(150%)
    }
}

p#message {
    border: 1px solid #e52c2c;
    padding: 21px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    background: #e52c2c;
    width: 50%;
    margin: 0 auto
}

p#sucMes {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 188px
}

#featured-video {
    transition: width .2s ease-in-out,height .2s ease-in-out,transform .38s ease-in-out
}

#featured-video.is-sticky {
    position: fixed;
    bottom: 20px;
    right: 0;
    max-width: 440px;
    max-height: 270px;
    width: 448px;
    height: 278px;
    z-index: 9999999;
    webkit-box-shadow: -6px 7px 78px -14px rgba(0,0,0,.62);
    -moz-box-shadow: -6px 7px 78px -14px rgba(0,0,0,.62);
    box-shadow: -6px 7px 78px -14px rgba(0,0,0,.62)
}

.chevron,.menu {
    position: absolute
}

@media screen and (min-width: 1120px) {
    #featured-video.is-sticky {
        transform:translateX(-5%);
        width: 340px;
        height: 190px
    }
}

@media screen and (min-width: 1300px) {
    #featured-video.is-sticky {
        transform:translateX(-5%);
        width: 448px;
        height: 278px
    }
}

.menu {
    display: none;
    clear: both;
    width: 200px;
    margin: 0;
    right: 15px;
    list-style: none;
    background: #fff;
    padding: 24px;
    border-radius: 5px
}

.profile:hover .menu,a.mood-btn {
    display: block
}

.menu li {
    font-size: 12px;
    margin: 0;
    padding: 10px 4px
}

.menu li a {
    color: #007d32!important
}

.menu li:hover>a {
    color: #232323!important;
    text-decoration: none
}

.chevron {
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5,.5,.5);
    animation: move 3s ease-out infinite
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.chevron:after,.chevron:before {
    content: ' ';
    position: absolute;
    top: -70px;
    height: 100%;
    width: 51%;
    background: #fff
}

.chevron:before {
    left: 0;
    transform: skew(0deg,30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg,-30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5,.5,.5)
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

.field-icon {
    float: right;
    margin-left: -45px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    padding-right: 30px
}

.modal {
    overflow-y: auto!important
}

a.btn.btn-sanal-market {
    width: 100%;
    background: #fa6600;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 24px
}

body.menu-hazirla {
    background: url(../img/menu-sol.png) left center no-repeat fixed,url(../img/menu-fam.jpg) 100% 80% no-repeat #f4f4f4 fixed;
    background-size: contain
}

.menu-hazirla h1.text-center {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 36px;
    color: #232323;
    margin-bottom: 24px;
    margin-top: 170px
}

.menu-hazirla p.text-center {
    font-family: Rubik;
    line-height: 27px!important;
    font-size: 16px!important;
    color: #606060!important;
    margin-bottom: 64px
}

a.mood-btn {
    font-family: Poppins;
    font-weight: 600;
    line-height: 140px;
    font-size: 20px;
    height: 140px;
    border-radius: 8px;
    color: #fff;
    padding: 0;
    width: 255px;
    float: left;
    margin-bottom: 30px
}

a.mood-btn:nth-child(even) {
    margin-left: 30px
}

a.mood-btn.btn-1 {
    background: #e84545
}

a.mood-btn.btn-2 {
    background: #4d48a3
}

a.mood-btn.btn-3 {
    background: #1fab89
}

a.mood-btn.btn-4 {
    background: #3e4d73
}

a.mood-btn.btn-5 {
    background: #ff6f3c
}

a.mood-btn.btn-6 {
    background: #7c7575
}

a.navbar-brand img {
    height: 100px
}

.menu-hazirla .btn.btn-trans {
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 52px;
    padding: 24px 40px;
    border-radius: 8px;
    font-weight: 500;
    line-height: normal;
    font-size: 16px
}

body.menu-hazirla.menu-inner.full-bg {
    background: url(../img/menu-sol.png) left center no-repeat fixed,url(../img/menu-sag.png) right center no-repeat #f4f4f4 fixed;
    background-size: contain
}

body.menu-hazirla.menu-inner .get-recipes {
    width: 160px;
    height: 80px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    display: flex;
    border-radius: 5px;
    margin: 0 16px 32px
}

body.menu-hazirla.menu-inner .get-recipes::after {
    position: absolute;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    width: 160px;
    height: 80px;
    content: '';
    border-radius: 8px
}

body.menu-hazirla.menu-inner .get-recipes img {
    position: absolute;
    border-radius: 5px
}

body.menu-hazirla.menu-inner .get-recipes:nth-child(2) {
    margin-left: auto
}

body.menu-hazirla.menu-inner .get-recipes p {
    z-index: 2;
    color: #fff!important;
    width: 100%;
    font-size: 18px!important;
    line-height: 120px!important;
    font-weight: 500!important
}

body.menu-hazirla.menu-inner div#filter {
    display: flex;
    flex-wrap: wrap;
    width: auto
}

body.menu-hazirla.menu-inner .get-recipes:last-child {
    margin-right: auto
}

body.menu-hazirla.menu-inner .btn.btn-trans {
    color: #606060;
    border-color: #606060
}

div#arrows {
    position: absolute;
    top: 210px;
    width: 100%
}

div#arrows a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #242424;
    color: #fff;
    border-radius: 100%
}

div#arrows a.right {
    float: right;
    margin-right: -55px
}

div#arrows a.left {
    margin-left: -55px;
    float: left
}

a.openMenu {
    position: fixed;
    bottom: 0;
    background: #007d32;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 80px;
    line-height: 90px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 0 80px;
    text-decoration: none
}

div#menu-container {
    background: #007a35;
    z-index: 4;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 580px;
    display: none
}

div#menu-container-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18,18,18,.4);
    z-index: 3;
    display: none
}

.btns-menu-inner .btn.btn-trans {
    color: #fff!important;
    border-radius: 18px;
    height: 55px;
    border-color: #fff!important;
    line-height: 55px;
    padding: 0!important;
    width: 255px;
    float: unset
}

.btns-menu-inner .btn.btn-trans:first-child {
    margin-left: auto;
    margin-right: 15px
}

.btns-menu-inner .btn.btn-trans:last-child {
    margin-right: auto;
    margin-left: 15px
}

.btns-menu-inner {
    display: flex;
    flex-wrap: wrap
}

div#menu-container h1.text-center {
    color: #fff;
    margin-top: 64px;
    margin-bottom: 24px
}

div#menu-container p.text-center {
    color: #fff!important
}

.btn-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    left: 0;
    height: 450px;
    border-radius: 8px;
    background: rgba(31,31,31,.7);
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center
}

.btn-overlay a#icon-btn {
    background: #4e9525;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 24px;
    display: flex;
    text-decoration: none
}

.recipe-in-menu .in-btns a,.recipe-in-menu p span {
    color: #fff;
    font-size: 18px
}

.btn-overlay a#icon-btn i {
    margin: auto
}

.recipe-in-menu {
    height: 65px;
    margin-bottom: 30px
}

.recipe-in-menu .img-container img {
    width: 65px;
    margin-top: -10px
}

.recipe-in-menu .img-container {
    height: 65px;
    width: 65px;
    overflow: hidden;
    float: left;
    border-radius: 6px
}

.recipe-in-menu p {
    float: left;
    margin-left: 34px;
    margin-bottom: 0;
    height: 65px;
    line-height: 65px;
    width: 75%
}

.recipe-in-menu p span {
    font-weight: 500;
    line-height: 1.6em;
    display: -webkit-inline-box
}

.recipe-in-menu .in-btns {
    height: 65px;
    line-height: 65px;
    float: right
}

.recipe-in-menu .in-btns a:last-child {
    margin-left: 24px
}

div#recipeMenuIn {
    max-height: 300px;
    overflow: hidden scroll
}

#recipe-wrapper-in::-webkit-scrollbar {
    display: none!important
}

a.btn.btn-menu-hazirla {
    background: #007d32;
    margin-top: -10px;
    margin-right: 32px;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 8px;
    color: #fff!important
}

.pinar-online {
    background: url(../img/pinar-online.png);
    margin-top: -10px;
    margin-right: -30px;
    padding: 10px 20px;
    margin-left: 10px;
    width: 202px;
    background-repeat: no-repeat;
}

.pinar-online:hover {
    background: url(../img/pinar-online-hover.png);
    background-repeat: no-repeat;
}

.pinar-online:focus {
    box-shadow: none;
}

.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom:1;display: inline-block;
    cursor: default;
    width: 100%!important;
    max-width: 225px;
    height: 60px
}

.ddcommon ul {
    padding: 0;
    margin: 0
}

.ddcommon ul li {
    list-style-type: none
}

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3
}

.ddcommon .disabled img,.ddcommon .disabled span,.ddcommon.disabledAll {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: #999
}

.ddcommon .clear {
    clear: both
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888;
    -webkit-box-shadow: -5px -5px 5px -5px #888;
    box-shadow: -5px -5px 5px -5px #888
}

.borderRadius .border,.borderRadiusTp .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

img.fnone {
    float: none!important
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute
}

.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px
}

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%!important;
    max-width: 225px;
    border: 1px solid #007d32
}

.ddcommon .ddTitle .ddTitleText {
    display: block
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.ddcommon .ddTitle .description {
    display: block
}

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom:1;z-index: 9999;
    max-width: 100%
}

.ddcommon .ddChild li {
    clear: both
}

.ddcommon .ddChild li .description {
    display: block
}

.ddcommon .ddChild li img {
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left;
    border-radius: 8px;
    width: 34px;
    margin-left: 8px
}

.ddcommon .ddChild li.optgroup {
    padding: 0
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: 700;
    font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
    border-top: none 0!important;
    padding: 0;
    margin: 0
}

.dd .ddArrow {
    width: 22px;
    height: 17px;
    margin-top: -3px;
    background: url(arrowg.svg) no-repeat
}

.dd .ddTitle {
    color: #007d32;
    font-weight: 500;
    font-size: 16px
}

.dd .ddTitle .ddTitleText {
    padding: 0
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.dd .ddTitle .description {
    font-size: 12px;
    color: #666
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px;
    display: none
}

.dd .ddChild {
    border: 1px solid #007d32;
    background-color: #f4f4f4;
    left: 0
}

.dd .ddChild li {
    padding: 5px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #007d32;
    height: 60px;
    z-index: 9999
}

.dd .ddChild li .description {
    color: #666
}

.dd .ddChild li .ddlabel {
    color: #007d32;
    width: 100%;
    line-height: 49px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding-left: 14px;
    height: 60px
}

.dd .ddChild li.hover {
    background-color: #f2f2f2
}

.dd .ddChild li img {
    padding: 0
}

.dd .ddChild li.optgroup {
    padding: 0
}

.dd .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: 700;
    font-style: italic
}

.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
    background-color: #f4f4f4;
    color: #007d32;
    display: block
}

.dd .ddTitle .ddTitleText span.ddlabel {
    width: 100%;
    display: block;
    line-height: 60px;
    text-align: center
}

div#gram_child:focus {
    outline: unset
}

div#gram_msdd:focus {
    outline: unset
}

.dd.ddcommon.borderRadiusTp .ddTitle.borderRadiusTp {
    border-radius: 5px 5px 0 0
}

nav ol {
    position: absolute;
    bottom: 0
}

.recipe-info-pull-up ol.breadcrumb {
    position: relative
}
