header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

header+main,
header+iframe+main,
header+iframe+iframe+main
/* ,main  */
{
    margin-top: 130px;
}

#store-selector {
    font-size: 15px;
}

#store-selector .store-address,
#store-selector .toggle-popup {
    font-size: 12px;
}

#store-selector img.mr1 {
    margin-top: 3px;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #store-selector img.mr1 {
        margin-top: 0;
    }
}

header {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
}

#header-main {
    padding: 12px 0;
}

#header-main .side-nav-toggle {
    width: 32px;
    height: 26px;
}

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

#header-main #header-search {
    flex-basis: 306px;
    flex-shrink: 1;
}

#header-main #header-search form {
    max-width: 100%;
    height: 37px;
    border-radius: 50px;
    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: 2px 0 0 10px;
    margin: 0;
    flex-grow: 1;
    outline: none;
}

#header-main .button {
    height: 43.5px;
    padding-top: 1px;
    font-size: 16px;
    margin-right: 0px;
    padding: 0 13px;
    padding-top: 1px;
}

#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;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    top: -9px;
    right: -5px;
}

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

.modal-open .modal {
    display:block;
    z-index:999999;
}

.modal-open body:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

#nav {
    border-top: 8px solid #fff;

}

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

#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: #fff;
    font-size: 18px;
    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: 62px;
}

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

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

#nav nav .menu-item-has-children > a {
    padding-right: 15px;
}

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

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

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

}

#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: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;
}

#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;
}

#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;
}

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: "mr-eaves-xl-modern";
    font-weight: 900;
}

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

#nav .button {
    height: 50px;
    line-height: 50px;
    padding-top: 1px;
    font-size: 17px;
    padding: 0 32px;
}

#nav .button:hover {
    text-decoration: none;
}

#nav .majikplus {
    font-size: 22px;
}

#nav .majikplus span {
    font-size: 30px;
}

#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;
}

@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 #logo {
        margin-right: 0;
    }

    #header-main nav li {
        margin-left: 1.5em;
    }

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

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

    #nav .button {
        padding: 0 24px;
    }

}

@media screen and (max-width: 992px) {
    #nav {
        border-top: none;
    }

    header+main ,
    main,
    header+main,
    header+iframe+main,
    header+iframe+iframe+main
    {
        margin-top: 0;
    }
    #nav nav .menu-item-has-children::before {
        display:none;
    }
}

@media screen and (max-width: 768px) {
    header #header-search-m input {
        color: #222;
        width: 100%;
        padding: 10px 5px 10px 15px;

    }

    header #header-search-m form {
        border-color: #b7b7b7;
    }

    header #header-search-m input::placeholder {
        opacity: 1;
        color: #222;
    }

    header #header-search-m form {
        border-radius: 40px;
    }

    header #header-search-m button {
        background: none;
        margin-right: 6px;
    }

    header #header-search-m {
        font-size: 12px;
        margin-top: 10px;
    }

    .searchblock-m {
	width:100% !important;
    }


    /* Safari Only */
    @supports (background: -webkit-named-image(i)) {
        header #header-search-m input {
            padding: 10px 5px 8px 15px;
        }
    }
}


@media screen and (max-width: 568px) {
    .searchblock-m {
        border-top: 5px solid #fff;
	width:100% !important;
    }

    .header-icons li {
        margin-left: 1em;
    }

    #header-main {
        padding: 15px 0 0 0;
    }

    #header-main .cart {
        order: 3;
        margin-top: 4px;
    }

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

    #header-main #logo {
        width: 130px;
        margin-left: 1em;
    }


}


/* Dropdown 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: 16px;
    width: 370px;
    transform: translateX(-354px) translateZ(0) translateY(34px);
    position: absolute;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.35);
    height: calc(100vh - 130px);
    height: auto;
    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 {
    padding: 0;
}


#nav .center li {
    position: static;
}

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

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

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

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


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

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

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

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


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


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

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

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

#nav img {
    vertical-align: middle;
}

#nav .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 .search-cont #search-bar input::placeholder {
    opacity: 1;
    color: #414344;
}

#nav .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 .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;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px) translateZ(0) translateY(34px);
    transition: all 0.2s ease-in-out;
}

.zeynep.opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(-9px) 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;
}

#nav .zeynep ul>li>a,
#nav .accordionjs .acc_section .acc_head {
    color: inherit;
    font-size: 17px;
    padding: 20px 30px 16px 15px;
    text-decoration: none;
    transition: all 150ms;
    color: #1d3460;
    font-family: "mr-eaves-xl-modern";
    font-weight: 900;
}

#nav .zeynep li.item-all a {
    color: var(--brand-pink);
}

#nav .accordionjs .acc_section .acc_head.no-submenu {
    padding: 0;
}

#nav .accordionjs .acc_section .acc_head.no-submenu a {
    padding: 20px 30px 16px 15px;
    displaY: block;
}


.zeynep ul>li>a:not(.flex),
#nav .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 .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;
}

/* #nav .zeynep .level-0>li:not(.has-submenu) {
    display: none;
} */

.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;
}

#nav .zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 17px;
    padding: 18px 20px;
    padding-left: 54px;
    text-decoration: none;
    font-family: "mr-eaves-xl-modern";
    font-weight: 900;
    color: #1d3460;
    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 .accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

#nav .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 .accordionjs .acc_section .acc_head.no-submenu {
    background-image: none !important;
}

#nav #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 #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 .accordionjs .acc_section .acc_head a {
    font-size: 16px;
    color: #1d3460;
    font-family: "mr-eaves-xl-modern";
    font-weight: 900;
    text-decoration: none;
}

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

#nav .accordionjs .acc_section .acc_content a {
    color: #fff;
    font-size: 16px;
    font-family: "mr-eaves-xl-modern";
    font-weight: 900;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
    line-height: 24px;
}

#nav .accordionjs .acc_section .acc_content.level-3 a {
    font-weight: 700;
}

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

#nav .accordionjs .acc_section.acc_active .acc_head {
    background-image: url("../../images/arrow-b-white.png");
    background-image: -webkit-image-set(url("../../images/arrow-b-white.png") 1x, url("../../images/arrow-b-white@2x.png") 2x);
}

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

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

#nav .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 .triggetcategsm {
    left: 15px;
    top: 12px;
}

.nav-fixed #nav {
    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 .center>ul.list-inline>li {
        margin-right: 15px;
    }

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

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

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

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

    .zeynep .m-bottom .payment a,
    .zeynep .m-bottom .language-selector a {
        color: #fff !important;
    }

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

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

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

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

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

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

    header {
        position: relative;
    }

    .menu-item-has-children.full-height.relative {
        position: static;
    }

    .zeynep {
        left: 0;
        max-width: 100%;
        width: 400px;
        top: -34px;
    }

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

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

    header {
        overflow: visible;
    }

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

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

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

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

    #nav .left {
        width: 109px;
    }

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

    #nav .onlymobile {
        display: block;
    }

    #nav .right .location-link,
    #nav .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 .right .pay-link {
        background-color: red;
        color: #fff !important;
    }

    #nav .m-bottom {
        background: var(--dark-blue)
    }

    #nav .m-bottom a,
    #nav .m-bottom strong,
    #nav .m-bottom span {
        color: #fff;
        font-weight: 500;
    }



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

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

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

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

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

    #nav .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: 481px) {
    #nav .only-ab {
        display: none !important;
    }
}

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

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

    header #nav .zeynep {
        height: calc(100vh - 118px);
        padding-bottom: 80px;
    }

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

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

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

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

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

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

    #nav .ridesafeimg {
        width: 125px;
    }

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

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

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

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

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

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

    #nav .m-bottom * {
        font-weight: 700 !important;
    }

    #nav .m-bottom .titan {
        font-weight: 400 !important;
    }

}