﻿@charset "UTF-8";
/*@font-face {
    font-family: 'SofiaProLight';
    src: url('../fonts/sofia/SofiaProLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProLight.otf') format('opentype'), 
        url('../fonts/sofia/SofiaProLight.woff') format('woff'),
         url('../fonts/sofia/SofiaProLight.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProLight.svg#SofiaProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*$bg-ban: #efd8be;
$bg-root: #826546;
$bg-base: #ec2951;
$bg-def: #e5b279;
$bg-alt: #ddb385;
$bg-inn: #f8f8f8;
$bg-white: #fff;
$bg-light: #cccccc;
$bg-lighter: #f3f3f3;
$bg-red: #f00;
$bg-foot: #e9e9e9;
$bg-link: #705d47;*/
/*$tg-htitle: #4f6474;
$tg-ftitle: #5f4830;
$tg-fico: #e9e9e9;
$tg-rtitle: #53402b;
$tg-gray: #c5d0db;
$tg-light: #f0f0f0;
$tg-dark: #010101;*/
/*Mixins*/
@media (min-width: 1200px) {
    #menu-topbar > ul > li > a {
        padding: 12px 10px;
    }

    #menu-topbar > ul > li:hover > ul {
        display: block !important;
    }

        #menu-topbar > ul > li:hover > ul > li:hover ul {
            display: block !important;
        }

    #menu-topbar > ul > li > ul {
        right: -50%;
        left: -50%;
        min-width: 220px;
        background: #ffffff;
        padding: 5px 10px;
        border: 1px solid #ededed;
        margin: 0px auto !important;
    }

    #menu-topbar > ul > li:hover > ul:before {
        display: none;
    }

    #menu-topbar > ul > li > ul > li > a {
        border-bottom: 1px solid #efeded;
        line-height: 20px;
    }

    #menu-topbar > ul > li > ul > li:last-child a {
        border-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .top-categories.horizontal .mega-left > ul > li.second-level .dropdown-submenu {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        position: inherit !important;
        display: block !important;
        min-width: unset !important;
    }
}

@media (max-width: 1199.98px) {
    .account-menu .navbar-collapse > ul > li a.nav-link {
        padding: 0 10px !important;
    }

    .account-menu .navbar-collapse > ul > li a.dropdown-toggle {
        /*pointer-events: none;*/
        font-weight: 400;
    }

    .account-menu .dropdown-toggle::after {
        top: 10px;
    }

    .slider .owl-nav div {
        display: none !important;
    }

    .header-nav ul > li > a {
        padding: 16px 0.5rem !important;
    }

    .my-cart-item {
        margin-right: 12px;
    }

    .my-cart-info span {
        font-size: 14px;
        font-weight: 400;
    }

    .header-nav > .navbar-collapse > ul > li > a {
        padding: 0px 8px !important;
    }

    .my-cart .my-cart-item > img {
        width: 32px;
    }

    .footer-newsletter h3 {
        font-size: 15px;
    }

    .customer-content {
        min-width: 0;
    }

    .top-categories.horizontal > .nav-item > a {
        font-size: 12px !important;
        padding: 14px 10px !important;
    }
}

@media (min-width: 992px) {
    .yeni:before {
        content: "YENİ";
        font-style: initial;
        position: absolute;
        right: 8px;
        top: -15px;
        background: #008aff;
        font-size: 11px;
        font-weight: 300;
        padding: 3px 10px;
        border-radius: 16px;
        letter-spacing: 0.4px;
        color: white !important;
        height: 20px;
    }

    .indirim:before {
        content: "İNDİRİM";
        font-style: initial;
        position: absolute;
        right: 0;
        top: -15px;
        font-size: 11px;
        background: #ff0000;
        padding: 3px 8px;
        border-radius: 16px;
        display: inline-block;
        margin: 0px auto;
        width: 64px;
        text-align: center;
        color: white !important;
        height: 20px;
    }

    .categories-title .navbar-toggler {
        pointer-events: none;
        cursor: default !important;
    }

    .proticaret-categories .categories-title .navbar-toggler {
        pointer-events: none;
    }

    .proticaret-categories nav ul li .dropdown-menu {
        transition: all 0.4s ease 0s;
        opacity: 0;
        left: 100%;
        display: none;
        width: 700px;
        padding: 20px 10px;
        border: 1px solid #edebeb;
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
    }

    .proticaret-categories nav ul li.single-col .dropdown-menu {
        width: 350px;
    }

    .proticaret-categories li.single-col .mega-left > ul > li {
        width: 100%;
    }

    .proticaret-categories nav ul li:hover .dropdown-menu {
        z-index: 9999;
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        left: 100%;
        top: 0;
        display: block;
    }

    .proticaret-categories .dropdown-menu:before {
        display: none;
    }

    .proticaret-categories .mega-left {
        width: 100%;
        float: left;
    }

    .proticaret-categories .mega-right {
        width: 100%;
        display: block;
        float: left;
    }

    .proticaret-categories.account-menu nav ul li .dropdown-menu {
        width: 275px;
        min-width: 15rem;
    }

    .cat-image-box span {
        display: none;
    }

    .proticaret-categories .mega-left > ul > li {
        width: 33.33333%;
        margin-bottom: 15px;
        display: block;
        float: left;
        position: relative;
        padding: 0px 10px;
    }

    .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
        float: left;
        width: 100%;
    }

    .proticaret-categories .mega-left > ul > li > a {
        font-weight: 500;
        line-height: 42px;
        border-bottom: 1px solid #f3f3f3;
        padding: 0;
        text-transform: uppercase;
    }

        .proticaret-categories .mega-left > ul > li > a:hover {
            background-color: unset !important;
        }

    .dropdown-item.active, .dropdown-item:active {
        color: inherit;
        background-color: unset !important;
    }

    #close-sidebar {
        display: none;
    }

    #open-filter {
        display: none;
    }

    .category-sidebar-header {
        display: none;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .header-bottom .navbar-brand {
        display: none;
    }

    .header-bottom {
        background: #7ea605;
        border-top: 4px solid #7ea605;
    }

    .sidebar-button {
        display: none;
    }

    .all-image-padding img {
        padding: 20px;
    }
    /* FOOTER MENU BEGIN */
    .nav-footer-menu {
        padding: 0;
    }

    #menu-footer {
        max-width: 100%;
    }

        #menu-footer > ul > li {
            width: 33.33%;
        }

            #menu-footer > ul > li > a {
                font-weight: 400;
                font-size: 16px;
                padding: 0;
            }

        #menu-footer > ul {
            width: 100%;
        }

    #nav-menu-footer {
        padding: 0;
    }

    #menu-footer > ul > li > ul {
        display: block !important;
        border: none;
        background: none;
        position: unset;
        margin: 10px 0px !important;
        float: left;
        padding: 0 !important;
        min-width:100px !important;
    }

        #menu-footer > ul > li > ul:before {
            display: none;
        }

    #menu-footer > ul > li > a:after {
        display: none;
    }

    #menu-footer > ul > li > ul > li > a {
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        -webkit-transition: all 0.2s ease 0.1s;
        transition: all 0.2s ease 0.1s;
    }
    /* FOOTER MENU END */
    .top-categories.horizontal .down-menu {
        background: #fff;
    }

    .top-categories.horizontal > .nav-item .dropdown-menu {
        margin: 0 !important;
        background: #fbfbfb !important;
        border-radius: 0;
        border: 1px solid #f5f2f2;
        border-top: 0;
        border-bottom: 0;
    }

    .top-categories.horizontal > .nav-item > a {
        position: relative;
        display: inline-block;
        color: #565657;
        text-decoration: none;
        font-weight: 500 !important;
        font-family: Poppins;
        font-size: 13px !important;
        text-align: center;
        height: 50px;
        align-items: center;
        display: flex;
    }

    .top-categories.horizontal .nav-item .primary-level .second-level {
        /* float: left; */
        width: 33%;
        display: inline-block;
    }

    .top-categories.horizontal .nav-item a, .top-categories.horizontal .nav-item .nav-link {
        font-size: 13px;
        font-weight: 500;
        padding: 0;
        /* font-family: 'lora', sans-serif; */
    }

    .top-categories.horizontal .nav-item {
        position: inherit;
    }

        .top-categories.horizontal .nav-item:first-child a {
            padding-left: 0 !important;
        }

    .top-categories.horizontal > .nav-item > a span {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        padding: 4px 5px;
        line-height: 12px;
        letter-spacing: 0.5px;
    }

    .top-categories.horizontal > li .primary-level .mega-left {
        width: 60%;
        float: left;
    }

    .top-categories.horizontal > li .primary-level .mega-right {
        width: 40%;
        float: left;
        padding: 0 10px;
    }

    .top-categories.horizontal > .nav-item:hover > a:after {
        color: #333333 !important;
    }

    .top-categories.horizontal > .nav-item > a:hover {
        -webkit-transition: all 0.1s ease 0.1s;
        transition: all 0.1s ease 0.1s;
        color: #080808 !important;
    }

    .top-categories.horizontal > .nav-item:before {
        /* content: ""; */
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffeded;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .top-categories.horizontal > .nav-item:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        z-index: 0;
    }

    .top-categories.horizontal .navbar-nav .dropdown-toggle::after {
        margin-left: 6px;
        color: white;
    }

    .top-categories.horizontal > li:hover .primary-level {
        margin: 0;
        border: 0;
        border-radius: 0;
        opacity: 1;
        box-shadow: 0 1920px 0px 1920px #0000006b;
        visibility: visible;
        transform: scaleY(1);
        background: #fff;
    }

    .top-categories.horizontal > li .primary-level {
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        top: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }

    .top-categories.horizontal > li:last-child > a span {
        border-none: 0;
    }

    .top-categories.horizontal > .nav-item > a:before {
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 2px;
        height: 24px;
        display: block;
        background-color: #fff;
        position: absolute;
        right: 0;
    }

    .top-categories.horizontal li:hover .nav-link, .top-categories.horizontal > .nav-item:hover > a:before {
        background-color: #fff;
        transition: 500ms ease;
    }

        .top-categories.horizontal li:hover .nav-link span {
            color: #f29235;
        }

    .top-categories.horizontal .mega-left > ul > li.second-level > a {
        font-weight: 600;
        border-right: 0 !important;
        font-size: 14px !important;
        color: #f29235;
    }

    .top-categories.horizontal .mega-left > ul > li.second-level {
        padding: 0px 10px;
        margin-bottom: 15px;
    }

        .top-categories.horizontal .mega-left > ul > li.second-level .down-menu {
            display: none;
        }

        .top-categories.horizontal .mega-left > ul > li.second-level .dropdown-submenu {
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            position: inherit !important;
            display: block !important;
            min-width: unset !important;
        }

    .top-categories.horizontal .mega-right > ul > li {
        width: 50%;
        float: left;
    }

    .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul li a span:after {
        content: ",";
        display: inline;
        position: static;
        color: #484848;
    }

    .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul li a {
        float: left;
        width: auto;
        padding: 0;
        display: inline-block;
    }

    .top-categories.horizontal .mega-right > ul > li > a {
        padding: 4px 0px;
    }

    .top-categories.horizontal .mega-right > ul > li img {
        width: 100%;
    }

    .top-categories.horizontal .nav-item .primary-level .second-level {
        /* float: left; */
        width: 33%;
        display: inline-block;
    }

        .top-categories.horizontal .nav-item .primary-level .second-level .second-level {
            width: 100%;
        }

            .top-categories.horizontal .nav-item .primary-level .second-level .second-level .dropdown-item {
                color: #000000;
                font-weight: 600;
            }

            .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul li a span {
                font-weight: 400;
                font-size: 12px;
            }

    .top-categories .nav-item .primary-level > .mega-left > ul > li.second-level ul li a span {
        color: #000000;
        font-weight: 600;
    }

    .top-categories .nav-item .primary-level .mega-left ul li a span:hover {
        color: #f29235 !important;
    }

    .top-categories.horizontal .nav-item .primary-level .second-level .second-level .dropdown-item:hover {
        color: #f28419;
    }

    .category-popup-opener {
        display: none;
    }

    .top-categories.vertical-categories {
        display: block;
        width: 100%;
    }

        .top-categories.vertical-categories > li > a {
            border-bottom: 1px solid #e6e6e6;
            padding: 0px 8px !important;
            line-height: 46px;
            display: block;
            text-transform: uppercase;
        }

            .top-categories.vertical-categories > li > a > span > i {
                width: 30px;
                text-align: center;
            }

        .top-categories.vertical-categories > li:last-child a {
            border-bottom: 0;
        }

    .all-cats {
        position: relative;
        cursor: pointer;
        position: relative;
        cursor: pointer;
    }

        .all-cats .top-categories.vertical-categories > li.dropdown:hover:after {
            content: "";
            display: inline-block;
            position: relative;
            float: right;
            right: -1px;
            background-color: #fff;
            width: 1px;
            bottom: 0;
            height: 48px;
            z-index: 1000;
            transform: translateY(-100%);
        }

        .all-cats:hover .navbar {
            top: 100%;
            transform: scaleY(1);
            display: block !important;
            visibility: visible;
            opacity: 1;
            z-index: 98;
            width: 100%;
            height: auto;
            transition: all 0.4s ease 0s;
        }

        .all-cats > span {
            padding: 0 13px;
            width: 100%;
            display: block;
            position: relative;
            font-size: 15px;
            border-radius: 0;
            background: #6eaee7;
            color: #fff;
            font-family: 'Poppins',sans-serif;
            letter-spacing: 0.5px;
            font-weight: 500;
            height: 56px;
            line-height: 56px;
            text-align: center;
        }

        .all-cats .top-categories > li {
            position: static;
        }

        .all-cats > span:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #fff;
            margin-left: 10px;
        }

        .all-cats > span i {
            margin-right: 6px;
            font-size: 15px;
            background: white;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            color: #333232;
        }

        .all-cats .top-categories.vertical-categories > li > a {
            padding: 0px 15px !important;
        }
        /* .all-cats .navbar {
        position: absolute;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        opacity: 0;
        visibility: hidden;
        height: 0;
        top: 100%;
        border: 1px solid #e7e7e7;
    }*/
        .all-cats .top-categories.vertical-categories > li > .dropdown-toggle::after {
            position: absolute;
            right: 15px;
            transform: rotate(-90deg);
            margin: 0;
        }

        .all-cats .top-categories.vertical-categories > li > .dropdown-menu {
            border: 1px solid #e7e7e7 !important;
            min-height: 100%;
        }

            .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li {
                width: auto;
                float: left;
                line-height: 1.3;
            }

            .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul {
                float: left;
                width: 100%;
                padding: 0;
                margin-top: -5px;
                margin-bottom: 5px;
            }

                .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li:after {
                    content: ",";
                    display: inline;
                    margin-right: 5px;
                }

                .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li:last-child:after {
                    content: none;
                }

        .proticaret-categories .mega-left ul > li > ul.scroll-active,
        .all-cats .top-categories .mega-left > ul > li > ul.scroll-active {
            overflow-y: auto;
            overflow-x: hidden;
        }

            .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar-track,
            .all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar-track {
                background-color: #e8e8e8;
            }

            .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar,
            .all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar {
                width: 6px;
                background-color: #f5f5f5;
            }

            .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar-thumb,
            .all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar-thumb {
                background-color: #6eaee7;
            }

    .top-categories.vertical-categories > li > a:hover .dropdown-menu {
        display: block;
    }

    .top-categories.vertical-categories > li > a:hover .dropdown-menu {
        display: block;
        opacity: 1;
        left: 100%;
    }

    .top-categories.vertical-categories > li:hover .dropdown-menu {
        display: block;
        left: 100%;
        border: 0;
        top: 0;
        padding-top: 7px;
    }

    .top-categories.vertical-categories > li > .dropdown-menu {
        box-shadow: 0;
    }

        .top-categories.vertical-categories > li > .dropdown-menu:before {
            display: none;
        }

    .top-categories.vertical-categories > li > .dropdown-menu {
        border-radius: 0;
        margin: 0;
        min-width: 700px;
    }

        .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li {
            width: 33%;
            float: left;
            padding: 0px 15px;
            margin-bottom: 15px;
        }

        .top-categories.vertical-categories > li > .dropdown-menu ul > li .down-menu {
            display: none;
        }

        .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li > a {
            line-height: 38px;
            border-bottom: 1px solid #e6e6e6;
            padding: 0;
            font-weight: 400;
            font-size: 16px;
            text-transform: uppercase;
        }

        .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul {
            position: unset !important;
            min-width: unset;
        }

            .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li {
                width: 100%;
                padding: 0;
            }

                .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li > a {
                    font-weight: 300;
                }

        .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li > ul > li > a {
            line-height: 35px;
            padding: 0;
            font-size: 14px;
        }

    .mega-right > ul > li {
        width: 33.33%;
        float: left;
    }

    .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul:before {
        display: none;
    }

    .expand-category-link {
        border: 1px solid #ebebeb;
        padding: 14px 18px;
        cursor: pointer;
        font-weight: 500;
        background: #ffffff;
        opacity: 1;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }

        .expand-category-link i {
            width: 26px;
            text-align: center;
            color: #6eaee7;
        }

    .header-middle.active {
        z-index: 1;
        position: fixed;
        opacity: 100;
        top: 0;
        background: white;
        z-index: 1001;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0px auto !important;
        box-shadow: 0 0 15px rgb(0 0 0 / 56%);
        max-width: none;
        padding: 15px 30px !important;
        transform: translateY(0px);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
    }
    .user-menu > button, .my-cart > .btn {
        border: 2px solid #acacac;
        border-radius: 6px;
        width: 160px;
        height: 40px;
        padding: 0 8px;
    }

    .account-status {
        margin-right: 12px;
    }

    .my-cart > .btn {
        padding: 0 8px;
        background: #acacac;
    }

    .my-cart-item i {
        padding-left: 9px;
        color: #fff;
        margin-top: 10px;
    }

    .user-menu > button {
        padding: 0 20px;
    }

    .my-cart-info {
        margin-left: 20px;
    }

    .widget-sidebar .categoriesContainer .active-menu::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0;
        display: block;
        border: none;
        position: absolute;
        right: 0;
        top: 8px;
        width: 30px;
        text-align: center;
        padding: 0;
        color: #444444;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }

    .container.header-middle {
        padding: 50px 0 !important;
    }
}

@media (max-width: 991.98px) {
    #menu-topbar > ul > li > ul {
        max-width: 100%;
        min-width: unset;
        border: none;
        padding-left: 15px;
        margin: 0;
    }

    #nav-menu-topbar .navbar-collapse {
        padding: 0px 20px;
        position: absolute;
        right: 0;
        background: #f6f6f6;
        width: 100%;
        top: 100%;
        z-index: 998;
        text-align: left;
    }

    #menu-topbar > ul > li > ul > li > a {
        border-bottom: 1px solid #ededed;
    }

    #menu-topbar > ul > li.show > a:after {
        display: inline-block;
        content: "\f078";
        border: none;
        font-family: 'font awesome 5 free';
        font-weight: 900;
        line-height: 20px;
        font-size: 11px;
        float: right;
    }

    .categories-left .categories-title {
        display: none;
    }

    .desktop {
        display: none;
    }

    .open-filter {
        position: fixed;
        top: 36%;
        left: 0;
        z-index: 998;
        border-radius: 0;
        padding: 14px 12px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 15px;
    }

    .sidebar {
        left: -100%;
        position: fixed;
        top: 0;
        z-index: 999;
        transition: 0.5s;
        background: #f7f7f7;
        text-align: left;
        overflow-y: scroll;
        height: 100%;
        padding: 0;
        min-width: 320px;
    }

    #menu-footer > ul > li {
        width: 100%;
        display: block !important;
        background: white;
        margin-bottom: 10px;
    }

    #menu-footer .navbar-nav {
        display: block;
        width: 100%;
    }

    .nav-footer-menu {
        padding: 0;
        margin-bottom: 15px;
    }

    #menu-footer > ul > li > a:after {
        border: none !important;
        float: right;
        content: "\f107";
        font-family: 'font awesome 5 free';
        font-weight: 900;
        background: whitesmoke;
        width: 25px;
        text-align: center;
        border-radius: 3px;
    }

    #menu-footer > ul > li.show > a:after {
        content: "\f106";
    }

    #menu-footer > ul > li > ul {
        position: unset;
        border: none;
        border-top: 1px solid #f6f6f6;
        border-radius: 0;
    }

        #menu-footer > ul > li > ul:before {
            display: none;
        }

    #menu-footer > ul > li a {
        line-height: 24px;
    }

    .prd-images:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100%;
        height: 100%;
    }

    #prd-images {
        position: relative;
        text-align: center;
    }

    .categories-title .navbar-toggler span i {
        margin-right: 10px;
    }

    .header-bottom .navbar-brand {
        display: none !important;
    }

    .top-categories.horizontal {
        padding: 0px 10px;
        border: 1px solid #e9e9e9;
        border-top: 0;
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 75px;
        top: 15px;
        width: calc(100vw - 30px);
        height: calc(100vh - 75px);
        overflow-y: auto;
        background: #fff;
        box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
        z-index: 99;
    }

        .top-categories.horizontal > li > a span i {
            display: inline-block;
            font-size: 16px;
        }

        .top-categories.horizontal > .nav-item > a {
            padding: 10px 10px !important;
        }

        .top-categories.horizontal .cat-title {
            font-weight: bold;
            font-size: 16px;
        }

            .top-categories.horizontal .cat-title .close-categories {
                font-size: 28px;
                line-height: 22px;
            }

        .top-categories.horizontal > li {
            position: relative;
        }

            .top-categories.horizontal > li > a {
                padding: 10px 0px;
                width: 100%;
            }

        .top-categories.horizontal .mega-left > ul > li > a {
            padding: 0;
            line-height: 1;
        }

        .top-categories.horizontal > li .dropdown-menu {
            border: none;
            margin: 0;
            padding: 0 0 0 15px;
        }

        .top-categories.horizontal .mega-left {
            padding-left: 15px;
        }

            .top-categories.horizontal .mega-left ul:before, .dropdown-menu:before {
                display: none;
            }

        /*.top-categories.horizontal > li > a > span > i {
            margin-right: 10px;
        }*/

        .top-categories.horizontal .mega-left > ul > li > ul > li > a {
            line-height: 16px;
            padding: 0;
        }

        .top-categories.horizontal .mega-left > ul > li > ul > li {
            position: relative;
            display: block;
            float: left;
            width: 100%;
        }

        .top-categories.horizontal .mega-left > ul > li > ul {
            padding-left: 15px;
        }

        .top-categories.horizontal .mega-left > ul > li > a:before {
            content: "\f3be";
            font-family: 'font awesome 5 free';
            font-weight: 900;
            margin-right: 8px;
            color: #bebdbb;
        }

        .top-categories.horizontal .down-menu:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            border: none;
            padding: 0;
            margin: 0;
            display: block;
            font-size: 16px;
            width: 30px;
            height: 25px;
            line-height: 25px;
        }

        .top-categories.horizontal .mega-left .show > .down-menu:after {
            content: "\f106";
        }

        .top-categories.horizontal .down-menu {
            position: absolute;
            right: 0;
            top: 5px;
            width: 30px;
            text-align: center;
            padding: 0;
            background: #f3f3f3;
            color: #575555;
        }

        .top-categories.horizontal > li > .dropdown-toggle::after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin: 0;
            display: block;
            border: none;
            position: absolute;
            right: 0;
            top: 8px;
            width: 30px;
            text-align: center;
            padding: 0;
            background: #f29235;
            color: #ffffff;
            height: 25px;
            line-height: 25px;
            font-size: 16px;
        }

        .top-categories.horizontal > li.show > .dropdown-toggle::after {
            content: "\f106";
        }

    .admin .edit-button {
        right: 0;
    }

    .product-detail-wizard td:First-child span:First-child {
        display: none !important;
    }
    /** CATEGORY SIDEBAR **/
    .sidebar-item {
        padding-bottom: 20px;
        font-family: 'rubik', sans serif;
        margin-bottom: 20px;
    }

    .sidebar.panel-open {
        left: 0;
        top: 0;
    }

    .category-sidebar-header .close-button {
        position: absolute;
        right: 5px;
        top: 10px;
        font-size: 18px;
        background: no-repeat;
        border: none;
    }

    .category-sidebar-header h3 {
        display: block;
        padding: 13px 10px;
        margin: 0;
        font-size: 22px;
    }

    .category-sidebar-header {
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    .sidebar {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
    }
    /** CATEGORY SIDEBAR END **/
    .topbar-menu .dropdown-menu:before {
        display: none;
    }

    .categories-title .navbar-toggler {
        width: 100%;
        color: white;
        margin: 0;
        padding: 0 !important;
    }

        .categories-title .navbar-toggler span {
            float: left;
            width: 100%;
        }

    .header-bottom .navbar-brand {
        display: block;
        width: 100%;
    }

    .fancybox-slide {
        padding: 15px !important;
    }

    #user-menu-modal ul li {
        width: 50%;
    }

    .center-middle-center {
        padding: 20px 0;
    }

    #whatsapp {
        width: auto;
        height: 149px;
    }

    .prd-images img {
        touch-action: pan-y !important;
    }

    .top-categories.horizontal .nav-item .primary-level > .mega-left > ul > li.second-level {
        position: relative !important;
        width: 100%;
        margin-bottom: 0;
        float: left;
        display: block;
    }

    .top-categories.horizontal .nav-item .primary-level .second-level .dropdown-toggle::after {
        color: #000 !important;
    }

    .top-categories.horizontal .mega-left > ul > li.second-level {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

        .top-categories.horizontal .mega-left > ul > li.second-level a {
            padding: 12px 0px;
        }

            .top-categories.horizontal .mega-left > ul > li.second-level a:before {
                font-family: 'Font Awesome 5 Free';
                content: "";
                font-weight: 900;
                margin-right: 8px;
                color: #bebdbb;
            }

    .top-categories.vertical-categories {
        padding: 0px 10px;
        border: 1px solid #e9e9e9;
        border-top: 0;
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 75px;
        top: 15px;
        width: calc(100vw - 30px);
        height: calc(100vh - 75px);
        overflow-y: auto;
        background: #fff;
        box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
        z-index: 999;
    }

    .top-categories > li > .dropdown-menu > .mega-left > ul > li {
        width: 100%;
    }

    .top-categories.vertical-categories > li > a span i {
        display: inline-block;
        font-size: 16px;
    }

    .top-categories.vertical-categories > .nav-item > a {
        padding: 10px 10px !important;
    }

    .top-categories.vertical-categories .cat-title {
        font-weight: bold;
        font-size: 16px;
    }

        .top-categories.vertical-categories .cat-title .close-categories {
            font-size: 28px;
            line-height: 22px;
        }

    .top-categories.vertical-categories > li {
        position: relative;
    }

        .top-categories.vertical-categories > li > a {
            padding: 10px 0px;
            width: 100%;
        }

    .top-categories.vertical-categories .mega-left > ul > li > a {
        padding: 0;
        line-height: 1;
    }

    .top-categories.vertical-categories > li .dropdown-menu {
        border: none;
        margin: 0;
        padding: 0;
    }

    .top-categories.vertical-categories .mega-left {
        padding-left: 15px;
    }

        .top-categories.vertical-categories .mega-left ul:before, .dropdown-menu:before {
            display: none;
        }

    .top-categories.vertical-categories > li > a > span > i {
        margin-right: 10px;
    }

    .top-categories.vertical-categories .mega-left > ul > li > ul > li > a {
        line-height: 16px;
        padding: 0;
    }

    .top-categories.vertical-categories .mega-left > ul > li > ul {
        padding-left: 15px;
    }

    .top-categories.vertical-categories .mega-left > ul > li > a:before {
        content: "\f3be";
        font-family: 'font awesome 5 free';
        font-weight: 900;
        margin-right: 8px;
        color: #bebdbb;
    }

    .top-categories.vertical-categories .down-menu:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        padding: 0;
        margin: 0;
        display: block;
        font-size: 16px;
        width: 30px;
        height: 25px;
        line-height: 25px;
    }

    .top-categories.vertical-categories .mega-left .show .down-menu:after {
        content: "\f106";
    }

    .top-categories.vertical-categories .down-menu {
        position: absolute;
        right: 0;
        top: 5px;
        width: 30px;
        text-align: center;
        padding: 0;
        background: #f3f3f3;
        color: #575555;
    }

    .top-categories.vertical-categories > li > .dropdown-toggle::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0;
        display: block;
        border: none;
        position: absolute;
        right: 0;
        top: 8px;
        width: 30px;
        text-align: center;
        padding: 0;
        background: #5a9cd6;
        color: #ffffff;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }

    .top-categories.vertical-categories > li.show > .dropdown-toggle::after {
        content: "\f106";
    }

    .top-categories.vertical-categories .nav-item .primary-level > .mega-left > ul > li.second-level {
        position: relative !important;
        width: 100%;
        margin-bottom: 0;
        float: left;
        display: block;
    }

    .top-categories.vertical-categories .nav-item .primary-level .second-level .dropdown-toggle::after {
        color: #000 !important;
    }

    .top-categories.vertical-categories .mega-left > ul > li.second-level {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

        .top-categories.vertical-categories .mega-left > ul > li.second-level a {
            padding: 12px 0px;
        }

            .top-categories.vertical-categories .mega-left > ul > li.second-level a:before {
                font-family: 'Font Awesome 5 Free';
                content: "";
                font-weight: 900;
                margin-right: 8px;
                color: #bebdbb;
            }

    .expand-category-left-link {
        display: none !important;
    }

    .headder-middle-right {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1001;
        padding: 4px 10px;
        display: flex;
        flex-flow: row-reverse wrap;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.18);
    }

    .header-middle-search input {
        border: 0;
    }

    .header-middle-search {
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        padding: 0 8px;
        border-radius: 8px;
        width: calc(100% - 30px);
        max-width: 375px;
        transition: 350ms;
        right: auto;
    }

        .header-middle-search.active {
            opacity: 1;
            visibility: visible;
        }

            .header-middle-search.active:after {
                opacity: 1;
                visibility: visible;
            }
        /* Not: Bu açılış için buton ile aynı element içinde olmalı*/
        .header-middle-search.mobile-style-1 {
            top: 0;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
        }

            .header-middle-search.mobile-style-1.active {
                transform: translate(-50%, calc(-100% - 10px));
            }

        .header-middle-search.mobile-style-2 {
            top: 50%;
            position: fixed;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 0;
        }

            .header-middle-search.mobile-style-2:after {
                content: "";
                display: block;
                position: absolute;
                left: -100vw;
                right: auto;
                top: -100vw;
                bottom: auto;
                width: 200vw;
                height: 200vh;
                background: rgba(0, 0, 0, 0.2);
                /* opacity: 0; */
                /* visibility: hidden; */
                z-index: -1;
            }

    .user-menu {
        margin: 0;
    }

    .favorite-list {
        display: inline-block;
        margin: 0;
    }

    #nav-menu-topbar button.navbar-toggler {
        color: #fff;
    }

    .image-module figure {
        display: flex;
        justify-content: center;
        flex-flow: wrap row;
    }

    .user-menu.dropdown {
        padding: 0;
        margin: 0 !important;
    }

    .my-cart,
    .account-status,
    .search-open-button,
    .favorite-list,
    .mobile-cat-opener {
        width: auto;
        max-width: none;
        display: inline-block;
        text-align: center;
    }

        .favorite-list > a i,
        .user-menu > button i,
        .my-cart-item > i,
        .search-open-button i {
            font-size: 16px;
            background: #f29235;
            height: 32px;
            width: 32px;
            line-height: 32px;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            margin-left: auto;
            margin-right: auto;
            float: none;
            display: inline-block;
        }

        .favorite-list a span,
        .user-menu > button > span,
        .my-cart-info span:first-child,
        .search-open-button span {
            float: none;
            display: block;
            width: auto;
            text-align: center;
            line-height: 14px;
            font-size: 11px;
            font-weight: 500;
            color: #000;
            margin: 0;
            /*display: none;*/
        }

        .my-cart .dropdown-menu {
            top: auto !important;
            bottom: 70px !important;
            /*right: auto;
            left: 50% !important;*/
            transform: translateX(-50%) !important;
        }

    .my-cart-info {
        /*display: none;*/
        margin-right: 0;
        width: 100%;
    }

    .my-cart .my-cart-item > img {
        width: 22px;
    }

    .my-cart-item {
        text-align: center;
        margin-right: 0;
        width: 100%;
        position: relative;
    }

    .my-cart #cart-count {
        left: auto;
        right: 16px;
        top: 0;
        font-size: 11px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    .my-cart-info span.total-price {
        display: none;
    }

    #nav-menu-footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #up.search-active {
        bottom: 140px;
    }

    .footerBottom {
        padding-bottom: 75px;
    }

    .footer_ref {
        text-align: center;
    }

    .product-slider-group-3-columns .owl-nav {
        display: block;
    }

    .product-slider-group-3-columns .product-image,
    .product-slider-group-3-columns .product-info {
        width: 100%;
    }

    .product-slider-group-3-columns .tab-content > .tab-pane {
        display: none;
        opacity: 0;
    }

        .product-slider-group-3-columns .tab-content > .tab-pane.active.show {
            display: block;
            opacity: 1;
        }

    .best-seller-products ul.best-seller-products-list > li.related-product-box {
        width: 100%;
    }

    .whatsapp-icon-button {
        left: 20px;
        bottom: 70px;
    }

    .prd-images-thumbs a {
        width: 58px;
    }

    .all-categories2 > ul > li {
        width: calc((100% / 3) - 15px);
    }

    .logo {
        text-align: center;
        display: block;
    }

    .search-close {
        position: absolute;
        right: 15px;
        top: 170px;
        z-index: 100;
        font-size: 36px;
        padding: 8px;
        line-height: 18px;
        transform: translateY(-50vh);
        color: #fff;
    }

    .footer-newsletter {
        text-align: center;
    }

    .news-inputs {
        margin-top: 10px;
    }

    .footer-social .navbar-nav {
        text-align: center;
    }

    .top-categories .dropdown-position-left .dropdown-menu {
        left: auto;
        right: 0;
    }

        .top-categories .dropdown-position-left .dropdown-menu::before {
            right: 25px;
            left: inherit;
        }
    .category-popup-opener i {
        font-size: 28px;
        height: 32px;
        width: 33px;
        position: absolute;
        color: #333333;
        left: 20px;
        top: 35%;
    }
    .header-middle-left {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
    }
    .topbar-top, .topbar {
        display: none;
    }

    .currency .btn {
        padding-left: 7px;
    }

    .topbar-top-info, .custom-heading, .img-info-4, .catalog-slider .owl-stage-outer .owl-stage .owl-item li .catalog-img-info {
        display: flex;
        justify-content: center;
    }

    .catalog-slider .owl-stage-outer .owl-stage .owl-item li a img {
        max-width: 200px;
    }

    .topbar-top {
        height: 75px;
    }

    .topbar-top-right strong:after {
        left: 188px;
    }

    .logo {
        text-align: center;
        display: block;
    }

    .product-info-1 {
        margin-top: 30px;
    }

    .img-info-1 {
        text-align: center;
    }

    .html-info-1 {
        width: 22%;
        left: 30%;
    }

    .footer-top, .contact-us, .footer-menu {
        padding: 0 30px;
    }

    .related-product-box .related-product-images {
        max-width: 95px;
    }

    .related-product-pricebox .related-product-price {
        float: left;
        font-size: 20px;
    }

    ul.product-price-list {
        padding: 15px 0;
    }

    .old-price-stil-1 .featured-price .price-label {
        font-size: 24px;
        margin-left: 8px;
    }

    .price-stil-1 .price-discount, .price-stil-1 .old-price-stil-1, .old-price-stil-2 .price-label {
        font-size: 17px;
        padding-left: 7px;
    }

    .slider-description span.sli-item-title {
        font-size: 20px;
    }

    .slider-description .sli-item-text {
        font-size: 18px;
    }

    #kbmenu #main_menu_container > .categories > ul > li > ul {
        position: relative;
        top: auto;
        left: auto;
        min-width: 0;
        opacity: 1;
        transition: none;
        visibility: visible;
    }

    .widget-sidebar .categoriesContainer .item.open::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0;
        display: block;
        border: none;
        position: absolute;
        right: 0;
        top: 8px;
        width: 30px;
        text-align: center;
        padding: 0;
        color: #444444;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
    }

    .widget-sidebar .categoriesContainer .active-menu::after {
        content: "\f106" !important;
    }

    #kbmenu #main_menu_container > .categories > ul > .active-menu {
        padding: 0px 15px 10px;
    }

    .prd-images-thumbs {
        display: none;
    }

    li.quantity-piece {
        width: 100%;
    }

    ul.product-price-list li:nth-child(5), ul.product-price-list li:nth-child(6), ul.product-price-list li:nth-child(7),
    .overview-list li:last-child, .widget-products .one-list, .product-detail-edit, .product-slider .owl-nav {
        display: none;
    }

    .overview-list li a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .product-item .product-image .action-hover {
        opacity: 1;
        right:15px;
    }
    .product-item .action-hover li {
        transform: scale(1);
        opacity: 1;
    }
    .product-info-1 .action-hover {
        display: block;
    }

}

@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
    .proticaret-categories > nav ul > li a {
        color: black !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /** CATEGORY SIDEBAR **/
    .category-sidebar-header {
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        background: #fff;
    }

        .category-sidebar-header h3 {
            display: block;
            margin: 0;
            font-size: 1.5rem;
            padding: 5px 10px;
        }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .topbar-top-info {
        padding: 0;
    }

    .topbar-top-left strong, .topbar-top-center strong, .topbar-top-right strong, .topbar-top-left p, .topbar-top-center p, .topbar-top-right p {
        font-size: 12px;
    }

        .topbar-top-right strong:after {
            left: 102px;
        }

    .topbar-top-left i, .topbar-top-center i {
        font-size: 20px;
    }

    .user-menu > button, .my-cart > .btn {
        width: 138px !important;
    }

    .user-menu > button, .my-cart > .btn {
        padding: 0 8px !important;
    }

    .my-cart #cart-count {
        left: 29px;
    }

    .my-cart-info .total-price {
        line-height: 21px !important;
    }

    .my-cart-info {
        margin-left: 8px !important;
    }

    .product-price .price {
        font-size: 16px;
    }

    .product-info .old-price {
        font-size: 12px;
    }

    .product-bottom-info .product-price {
        max-width: 60%;
    }

    .caption-absolute {
        font-size: 14px;
    }

    .img-info-4 img {
        min-height: 264px;
        object-fit: cover;
    }

    .html-info-1 p a {
        font-size: 12px;
        line-height: 21px;
    }

    .slider-description-catalog h1 {
        font-size: 12px;
    }

    ul.product-price-list {
        padding: 15px 0;
    }

    .old-price-stil-1 .featured-price .price-label {
        font-size: 24px;
        margin-left: 8px;
    }

    .price-stil-1 .price-discount, .price-stil-1 .old-price-stil-1, .old-price-stil-2 .price-label {
        font-size: 17px;
        padding-left: 7px;
    }

    .product-social ul li {
        width: 50%;
    }

    .related-product-box {
        text-align: left;
    }

    .related-product-pricebox .related-product-price {
        font-size: 17px;
        line-height: 15px;
    }

    .product-info-1 .product-item {
        margin-bottom: 0px;
    }

    .slider-description {
        top: 100px;
    }

        .slider-description span.sli-item-title, .slider-description .sli-item-text {
            font-size: 18px;
        }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .captha img, .captha-2 img {
        top: 68px !important;
        width: 135px !important;
    }

    .captha, .captha-2 {
        position: relative !important;
        margin-bottom: 22px !important;
    }
}

@media (max-width: 823px) {
    /*.my-cart .dropdown-menu {
        padding: 10px 15px;
        top: 20px !important;
        transform: translate3d(0, 35px, 50px) !important;
        max-width: 90% !important;
        min-width: 290px;
    }

    .my-cart-info {
        max-width: 100px;
        margin: 0;
        padding: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }*/
    .topbar-menu .navbar-collapse {
        position: absolute;
        top: 44px;
        width: 100%;
        right: 0;
        background: #ffffff;
        z-index: 99;
        border: 1px solid #e9e9e9;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .topbar-menu .navbar-toggler {
        margin-top: 7px;
        color: #343434;
        padding: 0px;
        width: 40px;
        height: 30px;
    }

        .topbar-menu .navbar-toggler .navbar-toggler-icon {
            height: 25px;
            width: 25px;
        }

    .header-bottom {
        width: 100%;
    }

        .header-bottom .navbar-brand {
            width: 100%;
        }
}

@media (max-width: 767.98px) {
    .footerBottom {
        text-align: center;
    }

    .topbar-menu, .topbar-right {
        position: unset;
    }

    .product-combine-page-center,
    .product-page-center,
    .product-flower-page-center,
    .product-food-page-center {
        padding: 15px;
    }

    .best-seller-products {
        margin-top: 10px;
    }

    .topbar-top {
        height: 115px;
    }

    .topbar-top-right strong:after {
        left: 274px;
    }

    .html-info-1 {
        width: 30%;
        left: 22%;
    }
    .cart-content .product-name a {
        font-size: 12px;
    }
    .cart-content table td {
        padding: 0;
    }
    .cart-content .product-quantity {
        padding: 0 24px 0 5px;
    }
    .cart-content .product-quantity i {
        font-size:25px;
    }
    .cart-content .product-price .price, .cart-content .old-price {
        font-size: 12px;
    }
    .order-payment-section .tabs-navigation ul li a {
        margin: 5px 0;
        width: 100%;
    }
    .footer-social {
        text-align: center;
        margin-top: 10px;
    }
    .pass-button {
        margin: 10px;
    }

    .one-content .product-info {
        margin-top: 0;
    }

    .one-content .discount-rate, .one-content .new-product {
        display: none;
    }
    .widget-products .two-content .discount-rate {
        margin-left: 25px;
    }
}

@media (max-width: 575.98px) {
    .my-cart .dropdown-menu {
        top: auto !important;
        bottom: 70px !important;
        right: auto;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .header-middle {
        margin-bottom: 0 !important;
    }

    td.taksit-list {
        padding: 0;
        width: 100%;
        float: left;
    }

    .slider-description {
        top: 51px;
        left: 22px;
        max-width: 34%;
    }

        .slider-description span.sli-item-title {
            font-size: 16px;
        }

        .slider-description h2 {
            font-size: 12px;
        }

        .slider-description .sli-item-text {
            font-size: 11px;
            line-height: 18px;
            margin: 4px 0px;
        }

        .slider-description .indirim {
            font-size: 14px;
        }

        .slider-description .satin-al {
            padding: 8px 18px;
            margin-top: 6px;
            font-size: 9px;
            border-radius: 3px;
        }

    .icon-container .col-6 {
        flex: 100% !important;
        max-width: 100%;
        padding: 0;
        margin: 10px 10px !important;
    }

    .product-tabs .tabs-navigation ul li {
        width: 100%;
    }

        .product-tabs .tabs-navigation ul li a {
            border: 1px solid #ededed;
            margin: 5px 0px;
        }

    .product-tabs .tabs-navigation ul .tab-active a {
        border: 1px solid #e8e8e8 !important;
        background: #f9f9f9;
        border-radius: 0;
    }

    .overview-button .alert-success {
        padding: 8px 12px;
    }

    #user-menu-modal ul li {
        width: 100%;
    }

    .price-title:after {
        content: none;
    }

    ul.product-price-list li {
        border-bottom: 1px solid #eee;
    }

    #whatsapp {
        bottom: 0;
    }

    .product-slider-title h3 {
        padding: 0px 15px;
        line-height: 40px;
        height: 40px;
    }

    .headder-middle-right {
        padding: 5px;
    }

    .product-slider-group-3-columns .nav-link {
        font-size: 14px;
        line-height: 20px;
    }

    .product-slider-group-3-columns .owl-nav {
        top: -38px;
    }

    .my-cart {
        position: static;
    }

    .best-seller-products ul.best-seller-products-list > li.related-product-box {
        padding-left: 0;
        padding-right: 0;
    }

    .best-seller-products .related-product-percent {
        width: 35%;
    }

    .best-seller-products .related-product-content {
        width: 65%;
    }

    .best-seller-products .related-product-content {
        padding: 0 10px 0 32px;
    }

    .best-seller-products .order-number {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 14px;
    }

    .notice-text {
        width: 100%;
    }

    .footer-notice {
        font-size: 11px;
        line-height: 16px;
    }

        .footer-notice a {
            font-size: 11px;
        }

    .widget-products .one-content .discount-rate {
        margin-left: 65px;
    }

    .e-newsletter .pro-section .btn-box input:nth-child(1) {
        width: 250px;
    }

    .slider-module .catalog-slider {
        text-align: center;
    }

    .slider-module .banner-slider {
        text-align: center;
    }

    li.featured-price {
        font-size: 16px;
    }
    ul.product-price-list > li span.discount div {
        line-height: 22px;
        font-size: 10px;
    }
    .product-slider-2 .product-slider-title {
        width: 100%;
    }
    .product-bottom-info .product-price .old-price {
        font-size: 12px;
    }
    .product-price .price {
        font-size: 14px;
    }
    .product-social ul li {
        width: 30%;
    }

    .best-seller-products .related-product-content {
        padding: 0 10px 0 35px;
    }

    .logo img {
        width: 200px;
        height: auto;
    }

    .add-to-cart-detail {
        margin: 0;
    }

    li.quantity-piece input, li.quantity-piece {
        width: 100%;
    }

    .header-middle-center {
        z-index: 999999;
    }

    ol.breadcrumb {
        max-width: 330px;
    }
    #view-content .product-price > div {
        float: inherit;
        display: inline-block;
        text-align: center;
    }
    .widget-products .two-content .discount-rate {
        margin-left: 5px;
    }
}

@media (max-width: 415px) {
    td.taksit-list {
        padding: 0;
        width: 100%;
        float: left;
    }

    .account-menu ul.dropdown-menu
    .html-info-1 {
        width: 37%;
    }

    .topbar-top-right strong:after {
        left: 210px;
    }

    .html-info-1 {
        width: 38%;
        left: 15%;
    }

    .add-button {
        font-size: 13px;
        width: 25%;
    }

    .product-bottom-info .product-price {
        max-width: 60%;
    }

    .footer-notice {
        bottom: 53px;
    }

    .product-social ul li {
        width: 20%;
    }
}

@media (max-width: 376px) {
    .product-combine-page-center,
    .product-page-center,
    .product-flower-page-center,
    .product-food-page-center {
        padding: 10px;
    }

    .favorite-list > a i,
    .user-menu > button i {
        font-size: 16px;
    }

    .my-cart .my-cart-item > img {
        width: 20px;
    }

    .topbar-top-left p, .topbar-top-center p, .topbar-top-right p, .topbar-top-left strong, .topbar-top-center strong, .topbar-top-right strong {
        font-size: 11px;
    }

        .topbar-top-right strong:after {
            left: 193px;
            border: 12px solid transparent;
            border-left-color: #008aff;
        }

    .html-info-1 {
        width: 40%;
        left: 12%;
    }

    .slider-description {
        top: 42px;
    }

        .slider-description span.sli-item-title {
            font-size: 14px;
        }

        .slider-description .sli-item-text {
            font-size: 11px;
            line-height: 15px;
        }

    .widget-products .one-content .discount-rate {
        margin-left: 42px;
    }
}

@media (max-width: 360px) {
    .title-type-1 i {
        margin-right: 8px;
    }

    .collapse-pd-list {
        margin-left: 8px;
    }
}

@media (max-width: 320px) {
    ul.overview-button {
        text-align: center;
    }

    .featured-price {
        font-size: 20px !important;
    }

    .overview-button li:last-child {
        width: 50%;
        margin: 10px 0px;
    }
}

/*Diğer Stilleri ezebilmesi için en altta olması gereklidir.*/
/*@import "../partial/_placeholder";*/
