﻿@charset "UTF-8";

@media (min-width: 1200px) {
    #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;
    }

    .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: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 {
        width: 100%;
    }

        .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul {
            display: none;
        }

    .proticaret-categories .mega-left > ul > li > a {
        font-weight: 500;
        line-height: 42px;
        border-bottom: 1px solid #f3f3f3;
        padding: 0;
    }

        .proticaret-categories .mega-left > ul > li > a:hover {
            background-color: unset !important;
        }

    .dropdown-item.active, .dropdown-item:active {
        color: inherit;
        background-color: unset !important;
    }
}

@media (min-width: 1025px) {
    .top-categories .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 > .nav-item > a {
        font-size: 12px !important;
        padding: 14px 10px !important;
    }
}

@media (min-width: 992px) {
    #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 {
        /* display: none !important;
        */
    }

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

            #menu-footer > ul > li > a {
                color: #1d1d1d;
                font-size: 16px;
                letter-spacing: 0.04em;
                margin-bottom: 12px;
                font-family: 'Dosis', sans-serif;
                font-weight: 600;
                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;
    }

        #menu-footer > ul > li > ul:before {
            display: none;
        }

    #menu-footer > ul > li > a:after {
        display: none;
    }

    #menu-footer > ul > li > ul > li > a {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
        color: #656161;
        line-height: 32px;
    }

        #menu-footer > ul > li > ul > li > a:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #fed700;
            border-radius: 100%;
            top: 50%;
            left: 0;
            margin-top: -2.5px;
            position: absolute;
        }

        #menu-footer > ul > li > ul > li > a:hover {
            padding-left: 10px;
        }
    /* FOOTER MENU END */
    .top-categories .down-menu {
        background: #fff;
    }

    .top-categories > .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 > .nav-item > a {
        position: relative;
        display: inline-block;
        color: #565657;
        text-decoration: none;
        font-weight: 500 !important;
        font-family: Poppins;
        font-size: 13px !important;
    }

    .top-categories .nav-item .primary-level .second-level {
        /* float: left; */
        width: 33%;
        display: inline-block;
    }

    .top-categories .nav-item a, .top-categories .nav-item .nav-link {
        font-size: 13px;
        font-weight: 500;
        padding: 14px 21px;
        /* font-family: 'lora', sans-serif; */
    }

    .top-categories .nav-item {
        position: relative;
    }

        .top-categories .nav-item:first-child a {
            padding-left: 0 !important;
        }

    .top-categories > .nav-item > a:hover span {
        border-bottom: 2px solid #6eaee7;
    }

    .top-categories > .nav-item > a span {
        padding: 8px 0px;
    }

    .top-categories > .nav-item:hover > a:after {
        color: #333333 !important;
    }

    .top-categories > .nav-item > a:hover {
        -webkit-transition: all 0.1s ease 0.1s;
        transition: all 0.1s ease 0.1s;
        color: #080808 !important;
    }

    .top-categories > .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 > .nav-item:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        z-index: 0;
    }

    .top-categories .navbar-nav .dropdown-toggle::after {
        margin-left: 6px;
        color: white;
    }

    .top-categories > li:hover .primary-level {
        margin: 0;
        border: 0;
        border-radius: 0;
        opacity: 1;
        transition: 0.3s all ease 0s;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
        box-shadow: 1px 15px 26px -1px rgba(93, 93, 93, 0.27);
    }

    .top-categories > li .primary-level {
        opacity: 0;
        transition: 0.3s all ease 0s;
        display: block;
        visibility: hidden;
        top: 150%;
        width: 670px;
        transform: scaleY(0);
        transform-origin: 0 0 0;
    }

    .top-categories .mega-left > ul > li.second-level > a {
        font-weight: 600;
        border-bottom: 1px solid #e1e0e0;
        padding: 16px 10px !important;
        border-right: 0 !important;
        margin-bottom: 12px;
        font-size: 14px !important;
    }

    .top-categories .mega-left > ul > li.second-level {
        padding: 0px 10px;
        margin-bottom: 15px;
    }

        .top-categories .mega-left > ul > li.second-level .down-menu {
            display: none;
        }

        .top-categories .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 .nav-item .primary-level .second-level {
        /* float: left; */
        width: 33%;
        display: inline-block;
    }

        .top-categories .nav-item .primary-level .second-level .second-level {
            width: 100%;
        }

            .top-categories .nav-item .primary-level .second-level .second-level .dropdown-item {
                color: #565657;
                background: transparent !important;
            }

                .top-categories .nav-item .primary-level .second-level .second-level .dropdown-item:hover {
                    color: #6eaee7;
                }

            .top-categories .nav-item .primary-level .second-level .second-level ul {
                display: none !important;
            }

    .category-popup-opener {
        display: none;
    }

    .header-middle.active {
        z-index: 1;
        position: fixed;
        opacity: 100;
        top: 0;
        background: #fff;
        z-index: 99999;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0px auto !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
        max-width: none;
        padding: 5px 0px !important;
        transform: translateY(0px);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
    }

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


}

@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 {
        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: 10;
    }

        .top-categories > li > a span i {
            display: inline-block;
            font-size: 16px;
        }

        .top-categories > .nav-item > a {
            padding: 10px 10px !important;
        }

        .top-categories .cat-title {
            font-weight: bold;
            font-size: 16px;
        }

            .top-categories .cat-title .close-categories {
                font-size: 28px;
                line-height: 22px;
            }

        .top-categories > li {
            position: relative;
        }

            .top-categories > li > a {
                padding: 10px 0px;
                width: 100%;
            }

        .top-categories .mega-left > ul > li > a {
            padding: 0;
            line-height: 1;
        }

        .top-categories > li .dropdown-menu {
            border: none;
            margin: 0;
            padding: 0 0 0 15px;
        }

        .top-categories .mega-left {
            padding-left: 15px;
        }

            .top-categories .mega-left ul:before, .dropdown-menu:before {
                display: none;
            }

        .top-categories > li > a > span > i {
            margin-right: 10px;
        }

        .top-categories .mega-left > ul > li > ul > li {
            position: relative;
        }

        .top-categories .mega-left > ul > li > ul > li > a {
            line-height: 16px;
            padding: 0;
        }

        .top-categories .mega-left > ul > li > ul {
            padding-left: 15px;
        }

        .top-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 .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 .mega-left .show >  .down-menu:after {
            content: "\f106";
        }

        .top-categories .down-menu {
            position: absolute;
            right: 0;
            top: 5px;
            width: 30px;
            text-align: center;
            padding: 0;
            background: #f3f3f3;
            color: #575555;
        }

        .top-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: #3c3c3c;
            color: #ffffff;
            height: 25px;
            line-height: 25px;
            font-size: 16px;
        }

        .top-categories > 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 .nav-item .primary-level > .mega-left > ul > li.second-level {
        position: relative !important;
        width: 100%;
        margin-bottom: 0;
        float: left;
        display: block;
    }

    .top-categories .nav-item .primary-level .second-level .dropdown-toggle::after {
        color: #000 !important;
    }

    .top-categories .mega-left > ul > li.second-level {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

        .top-categories .mega-left > ul > li.second-level a {
            padding: 12px 0px;
        }

            .top-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: 999;
        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);
    }

    .user-menu {
        margin: 0;
    }

    .account-status,
    .my-cart {
        width: auto;
        text-align: center;
    }

    .account-status {
        padding-right: 0;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 48%;
    }

    .favorite-list {
        display: inline-block;
        margin: 0;
    }

    .category-popup-opener {
        display: inline-block;
    }

    .user-menu > button {
        padding: 0;
    }

    .my-cart,
    mobile-cat-opener,
    .search-open-button {
        padding: 0 15px;
    }

        .favorite-list > a i,
        .user-menu > button i,
        .category-popup-opener i,
        .search-open-button i,
        .my-cart-item i {
            color: #696363;
            font-size: 19px;
            height: auto;
            line-height: 1.2;
            width: 100%;
            text-align: center;
            margin-right: 0;
            display: inline-block;
        }

        .favorite-list a span,
        .user-menu > button > span,
        .category-popup-opener span,
        .search-open-button span,
        .my-cart span {
            display: inline-block;
            width: 100%;
            text-align: center;
            line-height: 14px;
            font-size: 11px;
            color: #565657;
            margin-top: 0;
            text-align: center;
            /*display: none;*/
        }

        .my-cart .dropdown-menu {
            top: auto !important;
            bottom: 42px !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%;
    }

    .my-cart #cart-count {
        left: auto;
        right: 10px;
        top: 0;
        font-size: 11px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    .my-cart-info span.total-price {
        display: none;
    }

    .whatsapp-icon-button {
        left: 20px;
        bottom: 70px;
    }

    .best-seller-products ul.best-seller-products-list > li.related-product-box {
        width: 100%;
    }
}

@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;
        }
    /** CATEGORY SIDEBAR END **/
    .my-cart-info .total-price {
        font-size: 15px !important;
        line-height: 32px;
    }
}

@media (max-width: 823px) {
    ul.product-price-list > li span.discount {
        display: none;
    }
    /*.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;
        }

    .logo {
        text-align: center;
        display: block;
    }

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

}

@media (max-width: 575.98px) {
    .header-middle {
        margin-bottom: 0 !important;
    }

    td.taksit-list {
        padding: 0;
        width: 100%;
        float: left;
    }

    .slider-description {
        top: 30px;
        left: 22px;
        max-width: 56%;
    }

        .slider-description h1 {
            font-size: 20px;
        }

        .slider-description h2 {
            font-size: 12px;
        }

        .slider-description p {
            font-size: 10px;
            line-height: 18px;
            margin: 4px 0px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 80%;
        }

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

    li.quantity-piece,
    .price-title,
    .price-label {
        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;
    }

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

@media (max-width: 414px) {
    td.taksit-list {
        padding: 0;
        width: 100%;
        float: left;
    }

    .account-menu ul.dropdown-menu {
        min-width: 0;
    }
}

@media (max-width: 375px) {
    .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,
    .category-popup-opener i {
        font-size: 16px;
    }

    .my-cart .my-cart-item > img {
        width: 20px;
    }
}

@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.*/
/*Placeholders*/
