/* Mobile Menu */
/*!
* zeynepjs v2.2.0
* A light-weight multi-level jQuery side menu plugin.
* It's fully customizable and is compatible with modern browsers such as Google Chrome, Mozilla Firefox, Safari, Edge and Internet Explorer
* MIT License
* by Huseyin ELMAS
*/
.zeynep {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    top: 44px;
    transition: all 250ms;
    position: absolute;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.35);
    height: calc(100vh - 97px);
    border-top: 1px solid #cbcbcb;
}

@media screen and (max-width: 992px) {
    .zeynep {
        top: 97px;
        height: calc(100vh - 66px);
    }
}

@media screen and (max-width: 768px) {
    .zeynep {
        top: 66px;
    }
}

.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
    transition: all 250ms;
}

.zeynep-overlay {
    background-color: rgba(0, 0, 0, .42);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010
}

.zeynep.submenu-opened {
    overflow: hidden
}

.zeynep .submenu {
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%
}

.zeynep .submenu p {
    margin: 0 0 10px;
}

.zeynep .submenu.opened {
    left: 0;
    pointer-events: auto;
    z-index: 1;
}

.zeynep .submenu.opened:not(.current) {
    overflow: hidden
}

.zeynep label {
    display: none !important;
}

/*# sourceMappingURL=zeynep.min.css.map */
#dropd {
    padding: 0;
}

#dropd .center li {
    position: static;
}

#dropd .left {
    width: auto;
    margin-right: 33px;
}

#dropd .center {
    width: auto;
    transform: translateY(-3px);
}

#dropd .right {
    width: auto;
    flex-grow: 1;
}

#dropd .right .only-mobile {
    display: none;
}

#dropd .right .search-cont {
    flex-grow: 1;
}

#dropd .center > ul.list-inline > li > a,
#dropd .center > ul.list-inline > li > a:hover {
    font-size: 14px;
    font-family: 'Avenir Black', sans-serif !important;
    font-weight: 700;
    color: #000;
    text-decoration: none !important;
    text-transform: uppercase;
}

#dropd .center > ul.list-inline > li {
    margin-right: 30px;
    padding-bottom: 0;
    /*padding-top: 42px;
        height: 100px;
        margin-top: -8px;*/
}

#dropd .center > ul.list-inline > li:last-child {
    margin-right: 43px;
}

#dropd .ridesafeimg {
    /*transform: translateY(-10px);*/
    transform: translateY(-4px);
}

#dropd .nick-item {
    transform: translateY(5px);
}

#dropd .nick-item .nowrap {
    margin-left: 5px;
}

#dropd .nick-item .milkandclay {
    letter-spacing: -0.12em;
}

#dropd img {
    vertical-align: middle;
}

#dropd .search-cont #search-bar input {
    /*width: 460px;*/
    width: 100%;
    max-width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    border: 1px solid #b7b7b7;
    border-radius: 18px;
    font-size: 13px;
    color: #414344;
}

#dropd .search-cont #search-bar input::placeholder {
    opacity: 1;
    color: #414344;
}

#dropd .search-cont #search-bar button {
    position: absolute;
    right: 7px;
    top: 5px;
    width: 27px;
    height: 27px;
    appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    outline: none;
}

#dropd .search-cont #search-bar img {
    display: block;
    width: 100%;
}

/* zeynepjs menu styles */
.zeynep {
    background-color: #eb0f10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-354px) translateZ(0) translateY(0px);
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px ) {
    .zeynep.opened {
        opacity: 1;
        visibility: visible;
        transform: translateX(-254px) translateZ(0) translateY(0px);
        z-index: 99;
    }
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.zeynep ul > li:not(.language-selector) {
    display: block;
    text-align: left;
}

.zeynep ul > li > a,
#dropd .accordionjs .acc_section .acc_head {
    color: inherit;
    font-size: 14px;
    padding: 20px 30px 16px 30px;
    text-decoration: none;
    transition: all 150ms;
    color: #fff;
}

.zeynep ul > li > a:not(.flex),
#dropd .accordionjs .acc_section .acc_head {
    display: block;
}

.zeynep ul > li:not(.language-selector) > a {
    border-bottom: 1px solid #fff;
    border-top: none;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
    background-color: #eb0f10;
    left: 370px;
}

.zeynep .submenu-header {
    background-image: url("../images/arrow-white-r.png");
    background-image: -webkit-image-set(url("../images/arrow-white-r.png") 1x, url("../images/arrow-white-r@2x.png") 2x);
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 15px 11px;
    border-bottom: solid 1px #c2c2c2;
    cursor: pointer;
    position: relative;
}

.zeynep .submenu-header > a {
    color: inherit;
    display: block;
    font-size: 14px;
    padding: 18px 20px;
    padding-left: 54px;
    text-decoration: none;
    color: #fff;
    background: transparent;
}

.zeynep li.has-submenu > a,
.zeynep li.item-all > a,
.zeynep li.nick-item > a {
    background-image: url("../images/arrow-white.png");
    background-image: -webkit-image-set(url("../images/arrow-white.png") 1x, url("../images/arrow-white@2x.png") 2x);
    background-repeat: no-repeat;
    background-size: 15px 11px;
    background-position: right 20px center;
}

.zeynep li.item-all > a {
    text-transform: uppercase;
    color: #fff;
}

/* nav accordion */
#dropd .accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#dropd .accordionjs .acc_section {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}

#dropd .accordionjs .acc_section .acc_head {
    position: relative;
    background: transparent;
    display: block;
    cursor: pointer;
    user-select: none;
    background-image: url("../images/arrow-white.png");
    background-image: -webkit-image-set(url("../images/arrow-white.png") 1x, url("../images/arrow-white@2x.png") 2x);
    background-repeat: no-repeat;
    background-size: 15px 11px;
    background-position: right 20px center;
}
 
#dropd .accordionjs .acc_section .acc_head.has-child {
    background-image: url("../images/arrow-down-white.png");
    background-image: -webkit-image-set(url("../images/arrow-down-white.png") 1x, url("../images/arrow-down-white@2x.png") 2x);
    background-repeat: no-repeat;
    background-size: 11.5px 6.5px;
    background-position: right 20px center;
}

#dropd .accordionjs .acc_section.acc_active .acc_head.has-child {
    background-image: url("../images/arrow-up-white.png") !important;
    background-image: -webkit-image-set(url("../images/arrow-up-white.png") 1x, url("../images/arrow-up-white@2x.png") 2x) !important;
    background-repeat: no-repeat !important;
    background-size: 11.5px 6.5px !important;
    background-position: right 20px top 24px !important;
}

#dropd #trigger-categs > a {
    background-image: url("../../images/arrow-b-black.png");
    background-image: -webkit-image-set(url("../../images/arrow-b-black.png") 1x, url("../../images/arrow-b-black@2x.png") 2x);
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: right center;
    padding-right: 15px;
}

.zeynep-opened #dropd #trigger-categs > a {
    color: #fff;
    background-image: url("../../images/arrow-b.png");
    background-image: -webkit-image-set(url("../../images/arrow-b.png") 1x, url("../../images/arrow-b@2x.png") 2x);
}

#dropd .accordionjs .acc_section .acc_head a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
}

#dropd .accordionjs .acc_section .acc_content {
    padding: 0;
}

#dropd .accordionjs .acc_section .acc_content a {
    color: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
    line-height: 24px;
    padding: 15px 15px 15px 40px;
}

#dropd .accordionjs .acc_section .acc_content {
    max-width: 100%;
}

#dropd .accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}

#dropd .accordionjs .acc_section.acc_active .acc_head {
    background-image: url("../../images/arrow-b-white.png");
}

#dropd .acc_section.acc_active,
#dropd .accordionjs .acc_section.acc_active > .acc_head {
    background-color: var(--brand-blue);
}

#dropd .acc_section.acc_active *,
#dropd .acc_section.acc_active a {
    color: #fff !important;
}

#dropd .acc_section *,
#dropd .acc_section a {
    margin-bottom: 0;
}

#dropd .onlymobile {
    display: none;
}

.zeynep ul > li > a,
#dropd .accordionjs .acc_section .acc_head,
.zeynep .submenu-header > a,
#dropd .accordionjs .acc_section .acc_head a,
#dropd .accordionjs .acc_section .acc_content a {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 1310px) {
    #dropd .center > ul.list-inline > li {
        margin-right: 15px;
    }

    #dropd .center > ul.list-inline > li > a,
    #dropd .center > ul.list-inline > li > a:hover {
        font-size: 12px;
    }

    .zeynep.opened {
        transform: translateX(0) translateZ(0) translateY(0px);
    }
}

@media screen and (max-width: 1220px) {
    #dropd .left {
        margin-right: 0;
    }

    #dropd .center > ul.list-inline > li > a,
    #dropd .center > ul.list-inline > li > a:hover,
    #dropd .search-cont #search-bar input {
        font-size: 11px;
    }

    #dropd .center > ul.list-inline > li:last-child {
        margin-right: 25px;
    }
}

@media screen and (max-width: 991px) {
    .zeynep .submenu {
        left: 100%;
    }

    .zeynep-opened body,
    .zeynep-opened {
        overflow: hidden;
    }

    header #dropd #trigger-categs > a {
        display: none;
    }

    header #dropd .center {
        position: absolute;
        left: 0;
        width: 100%;
        top: calc(100% - 31px);
    }

    header #dropd .center .list-inline > li {
        display: none;
    }

    header #dropd .center .list-inline > li#trigger-categs {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
    }

    header #dropd .right {
        display: inline-block;
    }

    header #dropd .left {
        display: inline-block;
        padding-left: 10px;
    }

    .zeynep {
        position: relative;
        left: 0;
        max-width: 100%;
        width: 100%;
        position: absolute;
    }

    header #dropd .container {
        padding: 0 15px;
    }

    header #dropd .search-cont {
        text-align: center;
        position: absolute;
        bottom: 11px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 15px;
    }

    #dropd .search-cont #search-bar input {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        width: 100%;
        max-width: 400px;
    }

    #dropd .search-cont #search-bar button {
        right: 6px;
        top: 3px;
    }

    header #dropd .search-cont form {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }

    #dropd .left {
        width: 109px;
    }

    #dropd .cart-item .badge {
        margin-top: -3px !important;
        margin-left: -17px !important;
    }

    #dropd .onlymobile {
        display: block;
    }

    #dropd .right .location-link,
    #dropd .right .pay-link {
        margin-left: 10px;
        font-size: 20px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #464646;
        border-radius: 50%;
    }

    #dropd .right .pay-link {
        background-color: red;
        color: #fff !important;
    }

    #dropd .m-bottom {
        background: #c23939;
    }

    #dropd .m-bottom a,
    #dropd .m-bottom strong {
        color: #fff;
        font-weight: 500;
        font-family: 'Avenir Black', sans-serif !important;
    }

    #dropd .m-bottom li:not(.language-selector) a {
        padding-left: 17px !important;
    }

    .zeynep .m-bottom > li:not(.language-selector) > a {
        border-bottom: 1px solid #c2c2c2;
        background-image: url("../images/arrow-blue.png");
        background-image: -webkit-image-set(url("../images/arrow-blue.png") 1x, url("../images/arrow-blue@2x.png") 2x);
        background-repeat: no-repeat;
        background-size: 15px 11px;
        background-position: right 20px center;
    }
}

@media screen and (min-width: 481px) {
    #dropd .only-ab {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    header #dropd .zeynep {
        height: calc(100vh - 107px);
        padding-bottom: 80px;
    }

    body.nav-fixed header #dropd .zeynep {
        height: calc((var(--vh, 1vh) * 100) - 100px);
        padding-bottom: 80px;
    }

    .zeynep .submenu-header > a,
    .zeynep ul > li > a,
    #dropd .accordionjs .acc_section .acc_head {
        padding: 15px 30px 15px 17px;
    }

    /* Safari Only */
    @supports (background: -webkit-named-image(i)) {

        .zeynep .submenu-header > a,
        .zeynep ul > li > a,
        #dropd .accordionjs .acc_section .acc_head {
            padding: 18px 30px 13px 17px;
        }
    }

    .zeynep .submenu-header > a,
    #dropd .m-bottom a {
        padding-left: 40px !important;
    }

    #dropd .ridesafeimg {
        width: 125px;
    }

    header #dropd .right ul li {
        border: 0;
    }

    #dropd .cart-item {
        width: auto !important;
    }

    #dropd a.language,
    #dropd .current-language {
        padding: 10px 13px !important
    }

    #dropd .language-selector {
        background-size: 20px;
        padding-left: 30px;
    }

    #dropd .language-selector * {
        font-size: 17px;
    }

    #dropd .language-selector strong:not(.current-language) {
        font-size: 0;
        display: inline-block;
        height: 17px;
        width: 3px;
        background: #fff;
    }
}