#page-content {
    margin-top: 159px;
}
header.site-head {
    --content-width: 1310px;
    border-width: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
}

#header-main {
    padding: 30px 0;
}
#header-main #logo {
    margin-right: 40px;
    flex-shrink: 0;
}
#header-main .side-nav-toggle {
    width: 25px;
    height: 23px;
}

#header-main .side-nav-toggle span {
    width: 100%;
    height: 3px;
    background-color: #000;
}

#header-main #header-search {
    flex-basis: 590px;
    flex-shrink: 1;
    margin-right: 30px;
}

#header-main #header-search form {
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    align-items: center;
}

#header-main #header-search button {
    width: 21.5px;
    height: 21.5px;
    border-radius: 50%;
    margin-right: 7px;
    padding: 6px;
    outline: none;
}

#header-main #header-search input,
#header-main #header-search ::placeholder {
    font-size: 13px;
    color: #222;
    line-height: normal;
}

#header-main #header-search input {
    text-indent: 5px;
    padding: 0 0 0 10px;
    margin: 0;
    flex-grow: 1;
    outline: none;
}

#header-main #store-selector select {
    background-image: url('../../../images/icons/redesign/icon-nav-dropdown.png');
    background-size: 12px 7px;
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 0.2em;
}
#header-main .button {
    min-width: 107px;
    padding: 0 5px;
    height: 28px;
    border-radius: 14px;
    font-size: 14px;
}

#header-main .separator {
    margin-right: 15px;
}

#header-main .button img {
    margin-right: 9px;
}

#header-main .cart {
    margin-left: 16px;
    margin-right: 7px;
}

#header-main .cart img {
    max-width: 39px;
}

#header-main .quantity {
    visibility: hidden;
    color: #fff;
    background-color: var(--red);
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    top: -9px;
    right: -5px;
}

#header-main .quantity.visible {
    visibility: visible;
}

#nav {
}

#nav nav {
    flex-shrink: 0;
    margin-left: 10px;
    flex-grow: 1;
    height: 50px;
}

#nav nav>ul>li:not(.ml-auto) {
    margin-left: 1.7em;
    margin-right: 43px;
}

#nav nav>ul>li:first-child {
    margin-left: 0;
}

#nav nav>ul>li a {
    color: #000;
    font-size: 14.5px;
    line-height: 24px;
    text-decoration: none !important;
}

#nav nav>ul>li .sub-menu ul ul li>a {
    color: #000;
}

#nav nav .sub-menu {
    overflow: hidden;
    position: absolute;
    top: 37px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 3;
    border-left: 3px solid var(--red);
    white-space: nowrap;
}

#nav nav .sub-menu>ul {
    display: flex;
    margin: 19px 36px 61px 17px;
    gap: 45px 40px;
    width: 750px;
    flex-wrap:wrap;
}

#nav nav .sub-menu>ul>* {
    flex-shrink: 0;
}

#nav nav .sub-menu>ul li {
    line-height: 27px;
}

#nav nav .menu-item-has-children::before {
    content: '';
    background-image: url('../../../images/icons/redesign/icon-nav-dropdown.png');
    width: 10.5px;
    height: 11px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 6px;
    pointer-events: none;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%);
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #nav nav .menu-item-has-children::before {
        top: 6px;
    } 
}




#nav nav .language-selector.menu-item-has-children::before {
    right: 20px;
    top: 21px;
}

#nav-new .language-selector {
    padding-left: 65px;
    background-image: url('../../../images/icon-lang.png');
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 25px;

}

#nav nav .menu-right {
    width: 80px;
    padding: 0;
    margin-left: auto;
}

#nav nav .menu-right li {
    padding-top: 17px;
}

#nav nav .menu-right .secondary-languages {
    transform: translateY(97%);
}

#nav nav .menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 82%;
    left: 0;
    height: 30px;
    width: 100%;
}

#nav nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

#nav nav .menu-item-has-children:hover .sub-menu ul {
    list-style: none;
    padding: 0;
}

#nav nav .sub-menu .menu-item {
    margin-left: 0;
    line-height: 30.5px;
    margin-bottom: 0;
    width:150px;
}

#nav nav .sub-menu .menu-item li:first-child {
    font-family: 'Apertura-Black';
    font-size: 15px;
    position: relative;
}

#nav nav .sub-menu .menu-item a {
    position: relative;
    display:inline-block;
    height:20px;
}

#nav nav .sub-menu .menu-item li:first-child a::after,
#nav nav .sub-menu .menu-item>a::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 10px;
    top: 8px;
    right: -20px;
    background-image: url('../../../images/icons/nav-arrow.png');
    background-size: contain;
    background-position: center;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #nav nav .sub-menu .menu-item li:first-child a::after,
    #nav nav .sub-menu .menu-item>a::after {
        top: 6px;
    }
}

image.pngimage.png #nav nav .sub-menu .menu-item a {
    position: relative;
    color: #000;
}

#nav nav .sub-menu .menu-item a:hover {
    text-decoration: none;
}

#nav nav .sub-menu .menu-item-sub a {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'SofiaPro';
}

#nav nav .sub-menu img {
    max-width: 341px;
    object-fit: cover;
    object-position: left bottom;
}

#nav .button {
    min-width: 107px;
    padding: 0 5px;
    height: 28px;
    border-radius: 14px;
    font-size: 14px;
}
#nav .button span {
    font-size: 18px;
    margin-right: 5px;
}

#nav .language-selector {
    padding: 0 29px 0 24px;
}

#nav .secondary-languages {
    transform: translateY(100%);
    display: none;
}

#nav .language-selector:hover .secondary-languages {
    display: block;
}
#nav .secondary-languages a {
    padding: 12px 0;
    background-color: white;
    line-height: 1;
    font-size: 0;
}

@media screen and (max-width: 1199px) {
    #nav nav>ul>li:not(.ml-auto) {
        margin-left: 1em;
    }

    #nav nav>ul>li a {
        font-size: 13px;
    }

    #top-nav #store-selector,
    #header-main #logo {
        padding-left: 0;
    }
    #header-main nav li {
        margin-left: 1.5em;
    }

    #nav nav li {
        margin-left: 15px
    }

    #nav nav li a {
        font-size: 14px
    }

    #nav .container {
        padding-right: 0;
    }

    #nav .button {
        padding: 0 24px;
    }
    #nav nav .sub-menu>ul {
        width: 500px;
        gap: 15px 20px;
    }

}

@media screen and (max-width: 991px) {
    #header-main {
        padding-bottom: 28px;
    }
    #header-main .container {
        flex-wrap: wrap;
    }
    #header-main #header-search {
        order: 4;
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 13px;
    }
    #store-selector {
        flex-grow: 1;
    }
}
@media screen and (max-width: 768px) {
    #page-content {
        margin-top: 175px;
    }
    #header-main {
        padding: 13px 0 18px;
    }
    #store-selector {
        order: 5;
        margin-top: 17px;
    }
}


@media screen and (max-width: 567px) {
    #page-content {
        transition: all 0.5s;
        margin-top: 171px;
    }
    .scrolled #page-content {
    }
    #header-main #logo {
        width: 150px;
        margin: 0 auto;
    }
    #header-main .cart {
        order: 3;
        margin-top: 4px;
        margin-left: 0;
    }

    #header-main .cart img {
        max-width: 27px;
    }

    #header-main #header-search form {
        height: 37px;
    }
    #header-main #store-selector img{
        width: 23px;
    }
    #header-main #store-selector select {
        font-size: 13px;
    }
    #header-main .button {
        min-width: 95px;
        font-size: 13px;
    }
    #store-selector {
        transition: all 0.5s;
        position: relative;
    }
    .scrolled #store-selector {
        margin-top: -30px;
    }
}


































/* 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: 87px;
    transform: translateY(34px);
    position: absolute;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.35);
    height: calc(100vh - 100px);
    border-top: 1px solid #cbcbcb;

}

.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 */
#top-bar {
    background-color: #ed1c24;
    color: white;
    padding: 8px 0;
    text-align: left;
}

#top-bar .container.xs-hide {
    width: 1345px;
    max-width: 100%;
}

#top-bar p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

#top-bar .links {
    display: flex;
    position: static;
    left: inherit;
    z-index: 0;
}

#top-bar .links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 30px;
}

#top-bar .links a img {
    height: 16px;
    vertical-align: middle;
    padding-right: 2px;
}

#top-bar p a {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-left: 3px;
}

#top-bar .links a:last-child img {
    height: 20px;
}

#nav-new {
    padding: 0;
}


#nav-new .center li {
    position: static;
}

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

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

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

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


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

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

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

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


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


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

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

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

#nav-new img {
    vertical-align: middle;
}

#nav-new .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;
}

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

#nav-new .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;
}

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

header .right li.cart-item {
    margin-left: 25px;
}

header .right li.cart-item img {
    height: 26px;
}

header .right li.cart-item .badge {
    min-width: 18px;
    background-color: red;
    font-size: 12px;
    padding: 3px 4px;
    vertical-align: top;
    margin-left: -10px;
    margin-top: -1px;
    transform: translate(0, 0);
}

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

.zeynep.opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(-254px) translateZ(0) translateY(34px);
    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,
#nav-new .accordionjs .acc_section .acc_head {
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 30px 16px 30px;
    text-decoration: none;
    transition: all 150ms;
    color: #333;
    font-family: 'SofiaPro';

}

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

.zeynep li.item-all a:not(.shopall) {
    border: 0;
}

.zeynep ul:not(.m-bottom)>li>a:hover,
#nav-new .accordionjs .acc_section .acc_head:hover {
    background-color: #efefef;
}

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


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

.zeynep .submenu-header {
    background-image: url("../../../images/arrow-red.png");
    background-image: -webkit-image-set(url("../../../images/arrow-red.png") 1x, url("../../../images/arrow-red@2x.png") 2x);
    background-position: left 28px 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;
    font-weight: bold;
    padding: 18px 20px;
    padding-left: 54px;
    text-decoration: none;
    font-family: 'SofiaPro';
    color: #000;
    background: transparent;
}

.zeynep li.has-submenu>a,
.zeynep li.item-all>a,
.zeynep li.nick-item>a {
    background-image: url("../../../images/arrow-red-r.png");
    background-image: -webkit-image-set(url("../../../images/arrow-red-r.png") 1x, url("../../../images/arrow-red-r@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: #c23939;
}

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

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

#nav-new .accordionjs .acc_section .acc_head {
    position: relative;
    background: #fff;
    display: block;
    cursor: pointer;
    user-select: none;
    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);
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: right 22px center;
}

#nav-new #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 #nav-new #trigger-categs>a {
    color: #c23939;
    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);
}

#nav-new .accordionjs .acc_section .acc_head a {
    font-size: 14px;
    color: #333333;
    font-family: 'SofiaPro';
    font-weight: 700;
    text-decoration: none;
}

#nav-new .accordionjs .acc_section .acc_content {
    padding-left: 52px;
    padding-top: 10px;
}

#nav-new .accordionjs .acc_section .acc_content a {
    color: #fff;
    font-size: 14px;
    font-family: 'SofiaPro';
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
    line-height: 24px;
}

#nav-new .accordionjs .acc_section.acc_active>.acc_content {
    display: block;
}

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

#nav-new .acc_section.acc_active,
#nav-new .accordionjs .acc_section.acc_active>.acc_head {
    background-color: #c23939;
}

#nav-new .acc_section.acc_active *,
#nav-new .acc_section.acc_active a {
    color: #fff !important;
}

#nav-new .onlymobile {
    display: none;
}

#trigger-categs-m {
    width: 31px;
    height: 25px;
    position: relative;
}

#trigger-categs-m span {
    display: block;
    width: 100%;
    height: 3px;
    background: #414344;
    transform: translateY(11px);
}

#trigger-categs-m:before {
    width: 100%;
    height: 3px;
    background: #414344;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

#trigger-categs-m:after {
    width: 100%;
    height: 3px;
    background: #414344;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}

#nav-new .triggetcategsm {
    left: 15px;
    top: 12px;
}

.nav-fixed #nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
    background: #fff;
    z-index: 9;
}

.nav-fixed #page {
    margin-top: 100px;
}

@media screen and (min-width: 992px) {

    .zeynep>ul>li:first-child,
    .zeynep .submenu-header {
        box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, 0.24);
    }
}

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

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

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

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

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

    #nav-new .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 #nav-new #trigger-categs>a {
        display: none;
    }

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

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

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

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

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

    header {
        position: relative;
    }

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

    header #nav-new .container {
        padding: 0 15px;
    }

    header {
        overflow: visible;
    }

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

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

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

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

    #nav-new .left {
        width: 109px;
    }

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

    #nav-new .onlymobile {
        display: block;
    }

    #nav-new .right .location-link,
    #nav-new .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%;
    }

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

    #nav-new .m-bottom {
        background: #c23939;
    }

    #nav-new .m-bottom a,
    #nav-new .m-bottom strong {
        color: #fff;
        font-weight: 500;
        font-family: 'SofiaPro';
    }

    #nav-new .m-bottom li:not(.language-selector) a {
        padding-left: 65px;
    }

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

    #nav-new .m-bottom .user a {
        background: url("../../../images/icon-user.png") no-repeat left 26px center;
    }

    #nav-new .m-bottom .user span span {
        font-family: 'SofiaPro';
    }

    #nav-new .m-bottom .wishlist a {
        background: url("../../../images/icon-wishlist.png") no-repeat left 26px center;
    }

    #nav-new .m-bottom .payment a {
        background: url("../../../images/icon-payment.png") no-repeat left 26px center;
    }

    #nav-new .m-bottom .contact a {
        background: url("../../../images/icon-phone.png") no-repeat left 26px center;
    }

    #search-bar {
        position: relative;
    }

    header nav li {
        position: static;
    }

    #top-bar .container.xs-hide {
        flex-direction: column;
    }

    #top-bar .links {
        margin-left: 0;
        margin-top: 10px;
        gap: 30px;
    }

    #top-bar .links a {
        margin-left: 0;
    }

}

@media screen and (min-width: 767px) {

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

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

@media screen and (max-width: 480px) {
    #nav-new .cart-item .badge {
        margin-top: 10px !important;
        margin-left: -17px !important;
    }

    #nav-new .cart-item {
        top: 2px;
        right: 0;
        margin-right: -15px;
    }

    header #nav-new .zeynep {
        height: calc(100vh - 156px);
        padding-bottom: 80px;
        transform: translateX(0) translateZ(0) translateY(84px);
    }

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

    .zeynep ul>li>a,
    #nav-new .accordionjs .acc_section .acc_head,
    .zeynep .submenu-header>a,
    #nav-new .accordionjs .acc_section .acc_head a,
    #nav-new .accordionjs .acc_section .acc_content a {
        font-size: 17px;
    }

    .zeynep .submenu-header>a,
    .zeynep ul>li>a,
    #nav-new .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,
        #nav-new .accordionjs .acc_section .acc_head {
            padding: 18px 30px 13px 17px;
        }
    }

    .zeynep .submenu-header,
    #nav-new .m-bottom a {
        background-position: left 17px center !important;
    }

    #nav-new .m-bottom a {
        background-size: auto 43% !important;
    }

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

    #nav-new .ridesafeimg {
        width: 125px;
    }

    header #nav-new .right ul li {
        border: 0;
    }

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

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

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

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

}