:not(#mainMenu) > .menu, :not(#mainMenu) > .menu div:not(.dynamicMenu) {
    background-color: inherit;
}

:not(#mainMenu) > .menu {
    position: relative;
}

.search-product-wrapper .search-product {
    display: block;
}

.search-product .catalogWrapper .productItem {
    width: 50%;
    padding: 0 1px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.search-product .catalogWrapper {
    display: flex;
    flex-wrap: wrap;
}

.search-product .listProductName {
    line-height: 150%;
}

.search-product .productDetails {
    padding: 6px;
}

.search-product-wrapper {
    margin-top: 40px;
}

.search-product-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

#home-slider ul.slick-dots {
    position: absolute;
    bottom: 20px;
    padding: 0;
    width: 100%;
}

#home-slider ul.slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
}

#home-slider ul.slick-dots li.slick-active button {
    background: #fff;
}

div#home-slider {
    margin-bottom: 2px;
}

div#home-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 100% !important;
    top: calc(50% - 15px);
}

#home-slider button.slick-prev.slick-arrow {
    background: url(/Data/EditorFiles/Devux/home-al.svg) no-repeat center;
    left: 20px;
}

#home-slider button.slick-next.slick-arrow {
    background: url(/Data/EditorFiles/Devux/home-ar.svg) no-repeat center;
    right: 20px;
}

.menu-first-item.color-332 {
    color: #bf0a0b;
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar-red.svg) no-repeat right;
}

.video-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}

.video-container {
    height: 100%;
    position: relative;
    display: flex;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.home-seo p strong {
    font-weight: 600;
}

.home-seo h2 {
    font-size: 14px;
    text-align: left;
}

.makaleler::-webkit-scrollbar {
    width: 4px;
    border-radius: 0;
}

.makaleler::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 0;
}

.makaleler::-webkit-scrollbar-thumb {
    background: #151515;
    border-radius: 0;
}

.makaleler {
    padding: 0 !important;
    font-size: 12px;
    line-height: 170%;
    color: #444;
    text-align: left !important;
    !i;!; font-weight: 300;
}

#home-new li a span {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 56px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    text-shadow: 2px 2px #000;
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    text-align: center;
    margin-top: -25px;
}

.zulays-sub-menu {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 400px;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: .5px solid #ddd;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
}

.zulays-third-menu {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 400px;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: .5px solid #ddd;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
}

.zulays-sub-menu-content > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
}

.zulays-third-menu-content > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
}

.zulays-sub-menu.active {
    visibility: visible;
    opacity: 1;
}

.zulays-third-menu.active {
    visibility: visible;
    opacity: 1;
}

.menu-second-item {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    color: #000;
}

.menu-second-item i {
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-size: 0 1.5px;
    box-shadow: none;
    transition: background-size .3s cubic-bezier(0.39,0.575,0.565,1);
    background-position: 0 100%;
    padding-bottom: 2px;
    font-style: normal;
}

.zsm-title, .ztm-title {
    margin-bottom: 25px;
    border-bottom: .5px solid #ddd;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zsm-back, .ztm-back {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.zsm-back span, .ztm-back span {
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.zulays-menu-overlay, .zulays-search-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.zulays-search {
    position: fixed;
    top: 0;
    right: -600px;
    z-index: 999;
    background: #fff;
    width: 600px;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: auto;
}

.all-see {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}

.menu-first-item {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    color: #000;
}

.menu-first-item i {
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-size: 0 1.5px;
    box-shadow: none;
    transition: background-size .3s cubic-bezier(0.39,0.575,0.565,1);
    background-position: 0 100%;
    padding-bottom: 2px;
    font-style: normal;
}

.menu-third-item {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    color: #000;
}

.menu-third-item i {
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-size: 0 1px;
    box-shadow: none;
    transition: background-size .3s cubic-bezier(0.39,0.575,0.565,1);
    background-position: 0 100%;
    padding-bottom: 2px;
    font-style: normal;
}

.menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
}

.menu-first-item:hover > i {
    background-size: 100% 1.5px;
}

.menu-first-item.active > i {
    background-size: 100% 1.5px;
}

.menu-first-item.active {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
}

.menu-first-item:hover {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
}

.menu-second-item:hover > i {
    background-size: 100% 1.5px;
}

.menu-second-item.active > i {
    background-size: 100% 1.5px;
}

.menu-second-item.active {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
}

.menu-second-item:hover {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
}

.menu-third-item:hover > i {
    background-size: 100% 1px;
}

.menu-third-item:hover {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
}

.mmbiTitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #888;
    margin-bottom: 10px;
    border-bottom: .5px solid #ddd;
    padding-bottom: 10px;
}

.mmbIem {
    margin-top: 30px;
}

.mmbIem ul li a {
    font-size: 12px;
    letter-spacing: .2px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mmbIem ul li a img {
    height: 6px;
}

.mmbIem ul li {
    padding-top: 15px;
}

.mmbIem ul li:first-child {
    padding: 0;
}

.currency li img {
    margin-right: 5px;
}

.language li span, .currency li span {
    font-size: 12px;
    color: #888;
}

.zulays-menu::-webkit-scrollbar {
    width: 4px;
    border-radius: 0;
}

.zulays-menu::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 0;
}

.zulays-menu::-webkit-scrollbar-thumb {
    background: #151515;
    border-radius: 0;
}

.zulays-menu {
    position: fixed;
    top: 0;
    left: -400px;
    z-index: 999;
    background: #fff;
    width: 400px;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: auto;
}

.menu-open .zulays-menu {
    left: 0;
}

.menu-open .zulays-menu-overlay {
    visibility: visible;
    opacity: 1;
}

.search-open .zulays-search {
    right: 0;
}

.search-open .zulays-search-overlay {
    visibility: visible;
    opacity: 1;
}

.menu-open, .search-open {
    overflow: hidden;
}

.zm-close, .zs-close {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.zm-close span, .zs-close span {
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.zm-close img, .zs-close img {
    height: 22px;
}

.zm-title, .zs-title {
    margin-bottom: 25px;
    border-bottom: .5px solid #ddd;
    padding-bottom: 25px;
}

.zm-bottom {
    margin-top: 40px;
}

.zm-bottom-1 {
    background: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
}

.zm-bottom-1 > ul > li:first-child {
    width: 100%;
    margin-bottom: 30px;
}

.dshTitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #888;
    margin-bottom: 10px;
}

.zm-bottom-1 > ul > li {
    width: 50%;
}

.header-white .menu-btn {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/menu-white.svg) no-repeat center;
}

.header-white .menu-btn > span {
    color: #fff;
}

.header-white .header-center a {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/logo-white.svg) no-repeat center;
}

.header-white .us-search {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/search-white.svg) no-repeat center;
}

.header-white .us-favorite {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/heart-white.svg) no-repeat center;
}

.header-white .us-user {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/user-white.svg) no-repeat center;
}

.header-white .us-cart {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/cart-white.svg) no-repeat center;
}

.header-white .cart-soft-count {
    background: #fff;
    color: #000;
}

.hl-item {
    width: 26px;
    height: 26px;
    background-size: 100% !important;
    margin-right: 12px;
}

.hr-item {
    width: 26px;
    height: 26px;
    background-size: 100% !important;
    margin-left: 12px;
    position: relative;
}

.menu-btn > span {
    padding-left: 35px;
    font-size: 13px;
    letter-spacing: .5px;
}

.menu-btn {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/menu-black.svg) no-repeat center;
    display: flex;
    align-items: center;
}

.us-search {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/search-black.svg) no-repeat center;
}

.us-favorite {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/heart-black.svg) no-repeat center;
}

.us-user {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/user-black.svg) no-repeat center;
}

.us-cart {
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/cart-black.svg) no-repeat center;
}

.cart-soft-count {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    right: -8px;
    top: -5px;
}

.header-left ul {
    padding-left: 10px;
}

.collection-donusum {
    font-family: "Special Elite";
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 4px;
    box-sizing: border-box;
}

.home-header .menu-btn {
    filter: invert(1);
}

.home-header .header-center a {
    filter: invert(1);
    background: url(https://img.zulays.com/Data/EditorFiles/logo-new.svg) no-repeat center;
    width: 150px;
    height: 38px;
}

.home-header .hr-item {
    filter: invert(1);
}

.header-center a {
    width: 140px;
    height: 30px;
    background: url(https://www.zulays.com/Data/EditorFiles/NewHeader/logo-black.svg) no-repeat center;
    display: flex;
    background-size: 100% !important;
}

.header-center {
    display: flex;
    justify-content: center;
}

.header-right {
    display: flex;
    justify-content: end;
}

.header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.eylul-item a {
    position: relative;
}

.eylul20-product-name {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    text-shadow: 2px 2px #000;
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
}

.d-grid a, .d-grid picture {
    display: flex;
    flex-wrap: wrap;
}

.eylul-item {
    padding: 0;
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.column-0 {
    grid-column-gap: 0px;
}

.column-2 {
    grid-column-gap: 2px;
}

.column-5 {
    grid-column-gap: 5px;
}

.column-10 {
    grid-column-gap: 10px;
}

.column-15 {
    grid-column-gap: 15px;
}

.column-20 {
    grid-column-gap: 20px;
}

.column-25 {
    grid-column-gap: 25px;
}

.column-30 {
    grid-column-gap: 30px;
}

.column-35 {
    grid-column-gap: 35px;
}

.column-40 {
    grid-column-gap: 40px;
}

.column-45 {
    grid-column-gap: 45px;
}

.column-50 {
    grid-column-gap: 50px;
}

.row-0 {
    grid-row-gap: 0px;
}

.row-2 {
    grid-row-gap: 2px;
}

.row-5 {
    grid-row-gap: 5px;
}

.row-10 {
    grid-row-gap: 10px;
}

.row-15 {
    grid-row-gap: 15px;
}

.row-20 {
    grid-row-gap: 20px;
}

.row-25 {
    grid-row-gap: 25px;
}

.row-30 {
    grid-row-gap: 30px;
}

.row-35 {
    grid-row-gap: 35px;
}

.row-40 {
    grid-row-gap: 40px;
}

.row-45 {
    grid-row-gap: 45px;
}

.row-50 {
    grid-row-gap: 50px;
}

.sayac-devux i {
    font-style: normal;
    margin-right: 9px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
}

.sayac-devux i span {
    font-weight: 400;
    margin-top: 2px;
}

.denim-page .katSlider li a img {
    display: none;
}

.denim-page .kTitle {
    padding: 0;
}

.order-return i {
    font-size: 11px;
    font-style: normal;
    order: 2;
}

.order-return {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.order-return img {
    height: 14px;
    order: 1;
    margin-right: 5px;
}

.order-return-info {
    position: absolute;
    right: 0;
    top: 100%;
    width: max-content;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #00000045;
    border-radius: 5px;
    font-size: 11px;
}

.order-return:hover .order-return-info {
    display: flex;
}

.denim-products ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 5px;
    grid-row-gap: 50px;
}

.denim-products {
    padding: 50px 8%;
    box-sizing: border-box;
}

.denim-kapak {
    font-family: sans-serif;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 20vw;
}

.home-seo h1 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.home-seo h2 {
    font-size: 16px;
}

.home-seo p {
    font-size: 12px;
    line-height: 170%;
    color: #444;
    text-align: left;
    font-weight: 300;
}

.home-seo {
    padding: 40px;
    box-sizing: border-box;
}

.banner-blok-1 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.ocu-grid .listProductName.detailLink {
    line-height: 150%;
}

.ocu-grid li {
    list-style-type: none;
}

.ocu-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.ocu-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-blok-1 {
    margin-top: 20px;
}

.one-cikan-urunler, .one-cikan-kategoriler {
    padding-top: 60px !important;
}

.tabBtns li div {
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.tabBtns {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tabBtns li {
    padding: 0 10px;
    box-sizing: border-box;
}

.tabBtns li div.active {
    color: #fff;
    background: #222;
    font-weight: 600;
}

.w-1400 {
    max-width: 1480px;
    padding: 0 40px;
    box-sizing: border-box;
}

.w-auto {
    display: flex;
    justify-content: center;
}

.ock-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.ock-content > ul {
    margin: 0;
    padding: 0 5px;
}

.ock-content ul li a {
    display: flex;
    position: relative;
}

.banner-blok-1 ul li a {
    display: flex;
    position: relative;
}

.banner-blok-1 ul li a span {
    position: absolute;
    bottom: 40px;
    width: 160px;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    left: 50%;
    margin-left: -80px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
}

.banner-blok-1 ul li a:hover span {
    background: #000;
    color: #fff;
}

.ock-content ul li a span {
    position: absolute;
    bottom: 40px;
    width: 120px;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
}

.ock-content ul li a:hover span {
    background: #000;
    color: #fff;
}

.sticky .kayan-yazi-container {
    background: #ffffff70;
    border-color: #222;
}

.kayan-yazi-container {
    white-space: nowrap;
    overflow: hidden;
    height: 45px;
    background-color: #00000075;
    display: block;
    z-index: 99;
    position: fixed;
    bottom: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.kayan-yazi li {
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: .8px;
    color: #fff;
    font-weight: 300;
}

.kayan-yazi {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    animation: kayan-liste 50s linear infinite;
    display: flex;
    justify-content: center;
    height: 45px;
    align-items: center
}

.kayan-yazi li b {
    font-weight: 600;
}

@keyframes kayan-liste {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.ustSag img {
    height: 26px;
}

#FormAra button[type="submit"] img {
    height: 22px;
}

.search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cumhuriyet {
    padding-right: 20px;
    box-sizing: border-box;
}

div#geriSayim ul {
    display: flex;
    align-items: center;
}

.sayac-devux {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

div#geriSayim ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 2px;
    align-items: center;
    background: #2b2b2b;
    box-sizing: border-box;
    border-radius: 4px;
    width: 40px;
    padding: 2px 0;
}

div#geriSayim ul li.twoDot {
    background: transparent;
    width: auto;
    font-size: 18px;
    font-weight: 600;
}

.sayacBlok {
    position: relative;
}

div#geriSayim ul li div {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

div#geriSayim ul li span {
    text-align: center;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    padding-top: 2px;
    color: #fff;
}

div#geriSayim {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gsItem {
    background: #fff;
    float: left;
    height: 50px;
    width: 55px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 1px;
}

.gsItem > span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
    width: 100%;
    text-align: center;
}

.gsTitle {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.menuDyna53 > ul > li > div a, .menuDyna26 > ul > li.ucuncuSeviye > div a {
    font-weight: 600 !important;
    width: 70% !important;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.katSlider {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.katSlider > li {
    padding: 5px;
}

.kImg {
    display: flex;
    justify-content: center;
}

.katSlider li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 5px;
    box-sizing: border-box;
}

.katSlider li a img {
    border-radius: 5px;
    height: 70px;
}

.kTitle {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slideDevux {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.story ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.story ul li a img {
    border-radius: 100%;
}

.story ul li a span {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.story ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 120px;
}

.story {
    padding: 40px 0;
}

.bannerAnasayfa {
    margin-bottom: 40px;
}

.lsbTitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #888;
    margin-bottom: 15px;
    border-bottom: .5px solid #ddd;
    padding-bottom: 10px;
}

.subMenu .dynamicMenu > .col-2 > ul {
    padding: 10px 40px 0 10px;
    box-sizing: border-box;
}

.subMenu .dynamicMenu > .col-2 > ul li a:hover {
    border: 2px solid #000 !important;
    color: #222 !important;
}

.ustHover ul li:last-child a {
    color: #aaa;
}

.biBtn span {
    background: #222;
    height: 32px;
    display: flex;
    align-items: center;
    width: 120px;
    color: #fff;
    border-radius: 4px;
    justify-content: center;
    font-size: 12px;
    letter-spacing: .3px;
}

.biDesc {
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blogHome > ul > li {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.blog-blok-title {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.blog-blok-title a {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
}

.blog-blok-title a img {
    height: 8px;
    margin-left: 4px;
}

.blogHome > ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
}

.blogHome > ul .blogItem a {
    display: flex;
}

.blogHome > ul .blogItem a .biImg img {
    height: 145px;
    max-width: fit-content;
}

.blogHome > ul .blogItem a .biContent {
    padding-left: 15px;
}

.blogHome {
    background: #f8f8f8;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
}

.blkArrow .slick-arrow {
    width: 40px;
    height: 40px;
    top: -38px;
    left: auto;
    margin-top: 0;
}

.blkArrow button.slick-prev.slick-arrow {
    background: url(/Data/EditorFiles/Devux/blogal.svg);
    right: 70px;
    left: auto;
}

.blkArrow button.slick-next.slick-arrow {
    background: url(/Data/EditorFiles/Devux/blogar.svg);
    right: 20px;
}

.dilSechover {
    position: absolute;
    top: 100%;
    z-index: 9;
    padding-top: 25px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    display: none;
}

.dilSec {
    position: relative;
    cursor: pointer;
}

.dilSechover > ul {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0px 0px 10px 0px #0000001a;
}

.dilSechover > ul > li {
    padding: 15px;
    box-sizing: border-box;
}

.language li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.language li img {
    margin-right: 5px;
}

.currency li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.currency {
    padding: 0;
}

select#DesktopCountry {
    background: #fff url(/Data/EditorFiles/Devux/ad.svg) no-repeat right;
    height: 40px;
    border-radius: 0;
    border: none;
    padding: 0 15px;
    font-size: 13px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    background-position-x: 97%;
    background-size: 8px;
}

.currency li:last-child {
    margin-bottom: 0;
}

.dilSec:hover .dilSechover {
    display: block;
}

.ht {
    display: flex;
    justify-content: center;
    background: #f8f8f8;
    height: 30px;
}

.slick-arrow {
    width: 12px;
    height: 12px;
    font-size: .1px;
    padding: 0;
    border: none;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    margin-top: -6px;
}

.ht ul li {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

button.slick-prev.slick-arrow {
    background: url(/Data/EditorFiles/Devux/al.svg) no-repeat center;
    left: 0;
}

button.slick-next.slick-arrow {
    background: url(/Data/EditorFiles/Devux/ar.svg) no-repeat center;
    right: 0;
}

.usItem.account:hover .ustHover {
    display: block;
}

.dilSec > img {
    height: 26px;
}

.ustSag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ustHover ul li img {
    margin-right: 5px;
}

.ustHover ul li a {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ustHover ul li:nth-child(5) {
    background: #f8f8f8;
}

.usItem ul li:first-child {
    font-size: 9px;
    color: #888;
    margin-bottom: 2px;
}

.usItem ul li:first-child i {
    font-style: normal;
}

.usItem ul li:last-child {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.usItem ul li:last-child i {
    padding: 0 5px;
}

.usItem ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ustHover {
    position: absolute;
    top: 100%;
    z-index: 9;
    padding-top: 15px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    display: none;
}

.ustHover ul {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0px 0px 10px 0px #0000001a;
}

.usItem ul li {
    text-align: right;
    font-size: 12px;
}

.usItem img {
    margin-left: 10px;
}

.favorilerim, .kargotakip {
    margin-left: 15px;
    position: relative;
}

.usItem {
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 15px;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.home-header div#headerMain {
    background: transparent;
    border: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.home-header .headerHead {
    border: none;
}

#FormAra input[type="text"]::placeholder {
    color: #aaa;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
}

.headerHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    box-sizing: border-box;
}

[dir="rtl"] .menu li.parentLink li.parentLink ul {
    float: right;
    border-right: 10px solid #dedede;
    border-left: 0;
}

#mobileAppNotify {
    position: fixed;
    z-index: 9999;
}

#appNotify {
    display: flex;
    align-items: center;
}

#appLogo p {
    padding-bottom: 0;
}

#appLogo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#appBtn {
    white-space: nowrap;
}

.sticky .dn-sticky {
    display: none;
}

.home-header.header-wrapper {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}

#header-wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#headerTop {
    height: 56px;
    line-height: 55px;
    color: #5e5e5e;
    font-size: 12px;
}

.sticky #headerTop {
    height: 0;
    overflow: hidden;
}

.locationLinkWrap {
    padding: 7px 10px;
    box-sizing: border-box;
}

[dir="rtl"] #topMenu, [dir="rtl"] #topMenu li, [dir="rtl"] #topMenu a {
    float: right;
}

#topMenu a {
    line-height: 30px;
    color: #545454;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

[dir="rtl"] #topMenu a {
    border-right: 0;
    border-left: 1px solid #ddd;
}

#topMenu ul li:hover > span, #topMenu ul li:hover > a {
    background: #e2e2e2;
}

#headerTop select {
    height: 30px;
    padding: 0 30px 0 10px;
    background: url('selectArrow.png') no-repeat right center;
    border: 0;
    border-left: 1px solid #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #545454;
    font-size: 12px;
}

[dir="rtl"] #headerTop select {
    padding: 0 10px 0 30px;
    background: url('selectArrow.png') no-repeat 10px center;
    border-right: 1px solid #ddd;
    border-left: 0;
}

#headerPhone {
    color: #545454;
    font-size: 12px;
    line-height: 30px;
}

#basketList {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3333;
}

#logo a {
    float: left;
    width: 100%;
    height: 35px;
}

#logo p, #logo img {
    -webkit-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

#logo p {
    float: left;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.biDate {
    font-size: 11px;
    color: #aaa;
}

.biName {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 0;
}

.biDesc * {
    font-size: 13px !important;
    line-height: 150%;
    color: #888;
}

.blgTitle {
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#logo img {
    display: inherit;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

#searchListWrap {
    position: relative;
}

#live-search {
    height: 36px;
    line-height: 14px;
}

#live-search-box {
    top: 100%;
    z-index: 999;
}

#FormAra {
    border-radius: 0;
    position: relative;
    width: 100%;
}

[dir="rtl"] #FormAra {
    left: 0;
    right: auto;
}

.forDesktop #FormAra:not(.focus) {
    border-color: transparent;
}

.forDesktop #FormAra.focus {
    width: 100%;
}

.forDesktop #FormAra.focus:before {
    content: '';
}

.forDesktop #FormAra:not(.focus):before {
    display: block;
    position: absolute;
    top: 0;
    right: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

[dir="rtl"] .forDesktop #FormAra:not(.focus):before {
    left: 48px;
    right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):before {
    right: 38px;
    line-height: 38px;
}

[dir="rtl"] .sticky .forDesktop #FormAra:not(.focus):before {
    left: 38px;
    right: auto;
}

.forDesktop #FormAra:not(.focus):after {
    content: '\e811';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    line-height: 48px;
    color: #e35252;
    font-size: 13px;
    font-family: 'tsoft';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

[dir="rtl"] .forDesktop #FormAra:not(.focus):after {
    left: 0;
    right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):after {
    width: 38px;
    line-height: 38px;
}

#FormAra input[type="text"] {
    width: 100%;
    height: 48px;
    color: #000;
    font-size: 13px;
    box-sizing: border-box;
    background: transparent;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    border: .5px solid #000;
}

#FormAra input[type="text"]:focus {
    box-shadow: none;
}

#FormAra button[type="submit"] {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    cursor: pointer;
    height: 48px;
}

div#headerMain {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: .5px solid #ddd;
}

.sticky #FormAra input[type="text"] {
    height: 38px;
}

.sticky #FormAra button[type="submit"] {
    top: 8px;
}

#FormAra.focus input[type="text"], #mobileWrapper #FormAra input[type="text"], #FormAra.focus button[type="submit"], #mobileWrapper #FormAra.focus button[type="submit"] {
    display: block;
}

#live-search {
    height: 36px;
    line-height: 14px;
}

#live-search-box {
    position: absolute;
    background: #fff;
    z-index: 999;
    border-radius: 0;
    border: .5px solid #000;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
}

#live-search-box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
}

#live-search-box li a > span {
    display: flex;
    max-width: 25px;
    min-width: 25px;
    margin-right: 10px;
}

#live-search-box li a > span img {
    width: 25px;
}

#live-search-box li a {
    font-size: 11px;
    font-weight: 300;
    line-height: 130%;
    display: flex;
    align-items: center;
}

#live-search-box ul li {
    background: #f8f8f8;
    padding: 10px;
    box-sizing: border-box;
    border: .5px solid #f8f8f8;
}

#live-search-box ul li:hover {
    border-color: #000;
}

#headerBottom {
    height: 20px;
    overflow: hidden;
}

.sticky #headerBottom {
    height: 0;
}

#alterMenu.menu > li:before {
    content: '.';
    float: left;
    line-height: 20px;
    font-size: 25px;
    margin-top: -17px;
}

#alterMenu a {
    line-height: 20px;
    font-size: 11px;
    color: #5e5e5e;
}

[dir="rtl"] #alterMenu a {
    border-right: 0;
    border-left: 1px solid #ddd;
}

#alterMenu li:last-child a {
    border-right: 0;
}

[dir="rtl"] #alterMenu li:last-child a {
    border-left: 0;
}

#alterMenu .menu > li:hover a {
    color: #000;
}

#alterMenu .menu > li:hover .subMenu {
    top: 29px;
    z-index: 3333;
}

#alterMenu .menu > li:hover .subMenu a {
    border-right: 0;
}

#alterMenu .menu > li:hover .subMenu a:hover {
    color: #f37121;
}

#alterMenu .subMenu li, #alterMenu .subMenu a {
    line-height: 30px;
    border-color: #e0e0e0;
}

.sticky .col-sticky-12 {
    width: 100%;
}

.sticky .col-sticky-11 {
    width: 91.66666667%;
}

.sticky .col-sticky-10 {
    width: 83.33333333%;
}

.sticky .col-sticky-9 {
    width: 75%;
}

.sticky .col-sticky-8 {
    width: 66.66666667%;
}

.sticky .col-sticky-7 {
    width: 58.33333333%;
}

.sticky .col-sticky-6 {
    width: 50%;
}

.sticky .col-sticky-5 {
    width: 41.66666667%;
}

.sticky .col-sticky-4 {
    width: 33.33333333%;
}

.sticky .col-sticky-3 {
    width: 25%;
}

.sticky .col-sticky-2 {
    width: 16.66666667%;
}

.sticky .col-sticky-1 {
    width: 8.33333333%;
}

.sticky .col-sticky-auto {
    width: auto;
}

@media screen and (max-width: 1000px) {
    .sticky .col-md-sticky-12 {
        width:100%;
    }

    .sticky .col-md-sticky-11 {
        width: 91.66666667%;
    }

    .sticky .col-md-sticky-10 {
        width: 83.33333333%;
    }

    .sticky .col-md-sticky-9 {
        width: 75%;
    }

    .sticky .col-md-sticky-8 {
        width: 66.66666667%;
    }

    .sticky .col-md-sticky-7 {
        width: 58.33333333%;
    }

    .sticky .col-md-sticky-6 {
        width: 50%;
    }

    .sticky .col-md-sticky-5 {
        width: 41.66666667%;
    }

    .sticky .col-md-sticky-4 {
        width: 33.33333333%;
    }

    .sticky .col-md-sticky-3 {
        width: 25%;
    }

    .sticky .col-md-sticky-2 {
        width: 16.66666667%;
    }

    .sticky .col-md-sticky-1 {
        width: 8.33333333%;
    }

    .sticky .col-md-sticky-auto {
        width: auto;
    }

    .forDesktop #FormAra:before {
        content: '';
    }
}

@media screen and (min-width: 769px) {
    .menu li.parentLink:hover > ul {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .denim-products {
        padding: 5px 5px 25px 5px;
    }

    .denim-products ul {
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 25px;
    }

    .sticky .col-sm-sticky-12 {
        width: 100%;
    }

    .sticky .col-sm-sticky-11 {
        width: 91.66666667%;
    }

    .sticky .col-sm-sticky-10 {
        width: 83.33333333%;
    }

    .sticky .col-sm-sticky-9 {
        width: 75%;
    }

    .sticky .col-sm-sticky-8 {
        width: 66.66666667%;
    }

    .sticky .col-sm-sticky-7 {
        width: 58.33333333%;
    }

    .sticky .col-sm-sticky-6 {
        width: 50%;
    }

    .sticky .col-sm-sticky-5 {
        width: 41.66666667%;
    }

    .sticky .col-sm-sticky-4 {
        width: 33.33333333%;
    }

    .sticky .col-sm-sticky-3 {
        width: 25%;
    }

    .sticky .col-sm-sticky-2 {
        width: 16.66666667%;
    }

    .sticky .col-sm-sticky-1 {
        width: 8.33333333%;
    }

    .sticky .col-sm-sticky-auto {
        width: auto;
    }

    #mobileAppNotify {
        background-color: #e0e0e0;
        bottom: 0;
    }

    #appNotify {
        position: relative;
        z-index: 9999;
    }

    #appNotifyClose {
        background-color: #000;
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0;
        margin-right: 10px;
        border-radius: 100%;
    }

    #appLogo {
        background-color: #FFF;
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #applogo * {
        margin: 0px;
        padding: 0px;
    }

    #appText {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        width: calc(100% - 176px);
    }

    .menu-list, .menu-list li, .menu-list a {
        width: 100%;
    }

    .menu-list.show, .menu li.parentLink ul.show {
        display: block;
    }

    .animate {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #menuBtnUmt {
        width: 26px;
        height: 26px;
        background: url(/Data/EditorFiles/Devux/mobilemenu.svg) no-repeat center;
        background-size: 26px;
    }

    [dir="rtl"] #menuBtn {
        background-position: 10px center;
    }

    @-webkit-keyframes pageOverlayDefault {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes pageOverlayDefault {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    #pageOverlay {
        position: fixed;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.7);
        z-index: 3333;
        opacity: 0;
        display: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-name: pageOverlayDefault;
        animation-name: pageOverlayDefault;
    }

    @-webkit-keyframes pageOverlay {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes pageOverlay {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .menuShow #pageOverlay {
        display: block;
        -webkit-animation-name: pageOverlay;
        animation-name: pageOverlay;
        top: 80px;
    }

    @-webkit-keyframes mobileMenuDefault {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @-webkit-keyframes mobileMenuDefaultRtl {
        from {
            right: 0;
        }

        to {
            right: -100%;
        }
    }

    @keyframes mobileMenuDefault {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @keyframes mobileMenuDefaultRtl {
        from {
            right: 0;
        }

        to {
            right: -100%;
        }
    }

    #mobileMenu {
        position: fixed;
        left: -100%;
        top: 110px;
        bottom: 0;
        width: 100%;
        background: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 4444;
        -webkit-animation-name: mobileMenuDefault;
        animation-name: mobileMenuDefault;
        border-top: 1px solid #eee;
        box-sizing: border-box;
    }

    [dir="rtl"] #mobileMenu {
        right: -100%;
        left: auto;
        -webkit-animation-name: mobileMenuDefaultRtl;
        animation-name: mobileMenuDefaultRtl;
    }

    @-webkit-keyframes mobileMenu {
        from {
            left: -100%;
        }

        to {
            left: 0;
        }
    }

    @-webkit-keyframes mobileMenuRtl {
        from {
            right: -100%;
        }

        to {
            right: 0;
        }
    }

    @keyframes mobileMenu {
        from {
            left: -100%;
        }

        to {
            left: 0;
        }
    }

    @keyframes mobileMenuRtl {
        from {
            right: -100%;
        }

        to {
            right: 0;
        }
    }

    .menuShow #mobileMenu {
        -webkit-animation-name: mobileMenu;
        animation-name: mobileMenu;
    }

    [dir="rtl"] .menuShow #mobileMenu {
        -webkit-animation-name: mobileMenuRtl;
        animation-name: mobileMenuRtl;
    }

    #mobileMenu #mobileMenuMain li ul {
        display: none;
    }

    #headerMain {
        font-size: 16px;
    }

    #logo a {
        height: 28px;
        line-height: 28px;
    }

    #logo p {
        height: 28px;
        line-height: 28px;
    }

    #logo a img {
        width: auto;
        display: inline;
        vertical-align: middle;
    }

    #mobileOptions {
        line-height: 50px;
    }

    #mobileOptions a, #mobileOptions span, #mobileOptions label, #mobileOptions select {
        color: #363636;
        font-size: 15px;
        text-transform: capitalize;
    }

    #mobileOptions select {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 540px) {
    #home-slider button.slick-prev.slick-arrow {
        left: 5px;
    }

    .sayac-devux i span {
        font-size: 9px;
    }

    #home-slider button.slick-next.slick-arrow {
        right: 5px;
    }

    div#home-slider .slick-arrow {
        width: 25px;
        height: 25px;
    }

    .home-seo {
        padding: 20px;
    }

    .home-seo h1 {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .menu-third-item:hover {
        background-size: 8px;
    }

    #home-new li a span {
        font-size: 32px;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .zulays-menu {
        width: 100%;
        left: -100%;
        padding: 25px;
    }

    .zm-bottom {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .zm-bottom-1 {
        margin-top: 25px;
    }

    .menu-first-item {
        font-size: 16px;
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
    }

    .menu {
        grid-row-gap: 5px;
    }

    .zulays-sub-menu {
        left: 0;
        width: 100%;
        padding: 25px;
    }

    .zsm-title, .ztm-title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .menu-second-item {
        font-size: 16px;
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
    }

    .zulays-sub-menu-content > ul {
        grid-row-gap: 5px;
    }

    .zulays-third-menu {
        left: 0;
        width: 100%;
        padding: 25px;
    }

    .menu-third-item {
        font-size: 14px;
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
        background-size: 8px;
    }

    .zulays-third-menu-content > ul {
        grid-row-gap: 0px;
    }

    .zsm-back, .ztm-back {
        margin-left: -8px;
    }

    .zm-close, .zs-close {
        margin-left: -5px;
    }

    .zulays-search {
        width: 100%;
        right: -100%;
        padding: 25px;
    }

    .zs-title {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .zm-title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .us-favorite {
        display: none;
    }

    .us-search.hr-item {
        display: none;
    }

    .hr-item {
        margin-left: 15px;
        width: 22px;
        height: 22px;
    }

    .menu-btn > span {
        display: none;
    }

    .hl-item {
        margin-right: 15px;
        width: 22px;
        height: 22px;
    }

    .header-center a {
        width: 116px;
        height: 25px;
    }

    #FormAra {
        width: 100%;
    }

    .eylul20-product-name {
        left: 10px;
        bottom: 15px;
        font-size: 14px;
        right: 10px;
        padding: 0;
        text-align: center;
        padding-top: 3px;
        line-height: 18px;
    }

    .m-grid-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .m-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .m-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .m-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .m-grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .m-grid-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .m-column-0 {
        grid-column-gap: 0px;
    }

    .m-column-2 {
        grid-column-gap: 2px;
    }

    .m-column-5 {
        grid-column-gap: 5px;
    }

    .m-column-10 {
        grid-column-gap: 10px;
    }

    .m-column-15 {
        grid-column-gap: 15px;
    }

    .m-column-20 {
        grid-column-gap: 20px;
    }

    .m-column-25 {
        grid-column-gap: 25px;
    }

    .m-column-30 {
        grid-column-gap: 30px;
    }

    .m-column-35 {
        grid-column-gap: 35px;
    }

    .m-column-40 {
        grid-column-gap: 40px;
    }

    .m-column-45 {
        grid-column-gap: 45px;
    }

    .m-column-50 {
        grid-column-gap: 50px;
    }

    .m-row-0 {
        grid-row-gap: 0px;
    }

    .m-row-2 {
        grid-row-gap: 5px;
    }

    .m-row-5 {
        grid-row-gap: 5px;
    }

    .m-row-10 {
        grid-row-gap: 10px;
    }

    .m-row-15 {
        grid-row-gap: 15px;
    }

    .m-row-20 {
        grid-row-gap: 20px;
    }

    .m-row-25 {
        grid-row-gap: 25px;
    }

    .m-row-30 {
        grid-row-gap: 30px;
    }

    .m-row-35 {
        grid-row-gap: 35px;
    }

    .m-row-40 {
        grid-row-gap: 40px;
    }

    .m-row-45 {
        grid-row-gap: 45px;
    }

    .m-row-50 {
        grid-row-gap: 50px;
    }

    .sayac-devux i {
        font-size: 11px;
        margin-right: 3px;
    }

    .order-return-info {
        width: 100%;
    }

    div#geriSayim ul li.twoDot {
        font-size: 12px;
    }

    .sayac-devux {
        padding: 5px 0;
    }

    div#geriSayim ul li {
        margin: 0 1px;
        width: 32px;
        border-radius: 2px;
    }

    div#geriSayim ul li div {
        font-size: 13px;
    }

    div#geriSayim ul li span {
        font-size: 7px;
        padding-top: 2px;
    }

    .blogHome > ul .blogItem a .biImg img {
        height: 160px;
    }

    .ocu-grid li {
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .banner-blok-1 {
        padding-top: 0 !important;
    }

    .tab-general {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .tabBtns li {
        padding: 0 10px 0 0;
    }

    .tab-general::-webkit-scrollbar {
        display: none;
    }

    .tabBtns li div {
        width: 110px;
        height: 32px;
    }

    .blogHome > ul > li {
        width: 100%;
    }

    .kayan-yazi-container {
        height: 35px;
    }

    .kayan-yazi {
        height: 35px;
    }

    .kayan-yazi li {
        font-size: 12px;
    }

    .w-1400 {
        max-width: 100%;
        padding: 0;
    }

    .one-cikan-urunler, .one-cikan-kategoriler {
        padding-top: 30px !important;
    }

    .ock-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ock-content > ul li {
        padding: 0 5px;
    }

    .ock-content ul.slick-dots li {
        padding: 0;
    }

    .one-cikan-urunler .productItem > .col {
        padding: 0 5px;
    }

    .one-cikan-urunler .showcaseWrap {
        margin: 0;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .ocu-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .tabBtns {
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .ocu-grid {
        grid-column-gap: 0;
        grid-row-gap: 0;
        display: flex;
        flex-wrap: wrap;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .banner-blok-1 ul {
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 10px;
        padding: 0 11px;
        box-sizing: border-box;
    }

    .blog-blok-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blogHome > ul {
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 10px;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .cumhuriyet.forMobile {
        left: 10px;
        top: 50%;
        position: fixed;
        z-index: 99;
    }

    .cumhuriyet img {
        width: 50px;
    }

    .gsTitle {
        font-size: 9px;
        margin-bottom: 2px;
    }

    .gsItem {
        height: 22px;
        width: 25px;
        font-size: 6px;
    }

    .gsItem > span {
        font-size: 12px;
        margin-bottom: 0;
    }

    div#geriSayim {
        top: 0;
        right: 0;
    }

    #live-search-box a {
        font-size: 13px;
        font-weight: 500;
    }

    div#mobileMenuMain > ul > li:nth-child(9) {
        order: -1;
        color: #c60e0f;
    }

    div#mobileMenuMain > ul {
        display: flex;
        flex-wrap: wrap;
    }

    button.slick-next.slick-arrow {
        right: 10px;
    }

    button.slick-prev.slick-arrow {
        left: 10px;
    }

    .favCount {
        width: 16px;
        height: 16px;
        font-weight: 300;
        top: -2px;
    }

    .blgTitle {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .blkArrow .slick-arrow {
        width: 32px;
        height: 32px;
        background-size: 30px !important;
        background-repeat: no-repeat;
        background-position: center !important;
        top: -35px;
    }

    .blkArrow button.slick-next.slick-arrow {
        right: 10px;
    }

    .blkArrow button.slick-prev.slick-arrow {
        right: 52px;
    }

    .biImg {
    }

    .biDate {
        font-size: 11px;
    }

    .biName {
        font-size: 14px;
        line-height: 150%;
        overflow: hidden;
        padding: 4px 0;
    }

    .biDesc * {
        font-size: 11px !important;
    }

    .biDesc {
        height: 50px;
        overflow: hidden;
    }

    .blogHome {
        padding: 0;
        padding-top: 30px;
    }

    #FormAra input[type="text"]::placeholder {
        color: #aaa;
        font-weight: 300 !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px !important;
    }

    #menuBtnUmt.active {
        background: url(/Data/EditorFiles/Devux/mobilemenuclose.svg) no-repeat center;
        background-size: 20px;
    }

    .search {
        display: none;
    }

    div#mobileSearch .search {
        display: block;
        width: 100%;
    }

    .usItem span.cart-soft-count.forMobile {
        position: absolute;
        width: 16px;
        height: 16px;
        background: #222;
        border-radius: 100%;
        color: #fff;
        font-size: 10px;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -2px;
        right: -4px;
    }

    .ht {
        height: 20px;
    }

    .slick-arrow {
        background-size: 8px !important;
    }

    .mobileSearchOpen img {
        height: 26px;
    }

    .mobileSearchOpen {
        display: flex;
    }

    .mobileMenu {
        margin-right: 15px;
    }

    .ht ul li {
        font-size: 9px;
        line-height: 20px;
    }

    .usItem img {
        height: 26px;
        margin: 0;
    }

    .favorilerim img {
        height: 26px;
    }

    .favorilerim {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

    .favorilerim a {
        display: flex;
        align-items: center;
    }

    .dilSec {
        display: none;
    }

    .kargotakip {
        display: none;
    }

    div#logo {
        width: auto;
        display: flex;
        align-items: center;
    }

    .ustSag {
        width: auto;
    }

    .usItem ul {
        display: none;
    }

    .usItem {
        padding: 0;
        height: auto;
        border: none;
        margin: 0;
        margin-left: 10px;
    }

    div#mobileSearch {
        display: none;
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
    }

    .headerHead {
        padding: 15px !important;
        display: flex;
        justify-content: space-between;
    }

    .sticky .col-xs-sticky-12 {
        width: 100%;
    }

    .sticky .col-xs-sticky-11 {
        width: 91.66666667%;
    }

    .sticky .col-xs-sticky-10 {
        width: 83.33333333%;
    }

    .sticky .col-xs-sticky-9 {
        width: 75%;
    }

    .sticky .col-xs-sticky-8 {
        width: 66.66666667%;
    }

    .sticky .col-xs-sticky-7 {
        width: 58.33333333%;
    }

    .sticky .col-xs-sticky-6 {
        width: 50%;
    }

    .sticky .col-xs-sticky-5 {
        width: 41.66666667%;
    }

    .sticky .col-xs-sticky-4 {
        width: 33.33333333%;
    }

    .sticky .col-xs-sticky-3 {
        width: 25%;
    }

    .sticky .col-xs-sticky-2 {
        width: 16.66666667%;
    }

    .sticky .col-xs-sticky-1 {
        width: 8.33333333%;
    }

    .sticky .col-xs-sticky-auto {
        width: auto;
    }

    .menuOverflow {
        position: relative;
    }

    .menuPrev, .menuNext {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        z-index: 33;
    }

    .menuPrev {
        left: 0;
    }

    .menuNext {
        right: 0;
    }

    .basketLink .icon-cart:before, .accountMessageLink .icon-email:before {
        margin-right: 0;
    }

    #headerMain .icon-member-default, #headerMain .icon-cart {
        font-size: 16px;
    }
}