﻿

/* Loading Ask Question Vendor s */


.loader-asking {
    margin-left: 40%;
    margin-top: 15%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #e8ebf1;
    border-top-color: #286efa;
    animation: spinner 1s infinite linear;
}

.loader-asking {
    margin-left: 18%;
    margin-top: 16%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #e8ebf1;
    border-top-color: #286efa;
    animation: spinner 1s infinite linear;
}

@-moz-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loading Ask Question Vendor e */


.modal-p-name {
    font-weight: 500;
    color: #ee9b00;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
}

.fs-16 {
    font-size: 16px;
}
.dsp-none {
    display:none;
}

.invalit-feedback {
    font-size: 12px;
    font-weight: 600;
}


/* Seller Store Start */

.store-header {
    margin-bottom: 10px;
    margin-top: 40px;
    display: flex;
}
    .store-header .store-box {
        background: #ffffff;
        /* padding: 12px; */
        display: flex;
        border-radius: 8px;
        /* border: solid 1px #73af88; */
        /* margin-right: 11px; */
        width: 100%;
    }

    .store-header .store-logo-block {
        width: 120px;
        max-height: 110px;
    }
    .store-header .store-box .store-logo-block img {
        /* width: 110px; */
        height: 100px;
        float: left;
        border: 1px solid #ddd;
        margin: 0px 34px 0 0px;
        border-radius: 100%;
    }
    .store-header .store-box .store-logo-block .accept-vendor {
        background-color: #ffffff;
        height: 34px;
        width: 34px;
        float: left;
        display: block;
        margin-top: -25px;
        margin-left: 60px;
        text-align: center;
        border-radius: 100%;
        padding: 5px;
    }
        .store-header .store-box .store-logo-block .accept-vendor img {
            width: 24px;
            border: none;
            height: 24px;
        }

    .store-header .store-box .information-block {
        /* padding-right: 40px; */
        width: auto;
        font-size: 13px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        height: 60px;
        margin: auto 0px;
        /* max-width: 350px; */
    }
        .store-header .store-box .information-block .store-title {
            font-size: 18px;
            font-weight: 600;
            color: #212529;
            margin-bottom: 6px;
            width: 100%;
            display: block;
        }

        .store-header .store-box .information-block .store-info {
            font-size: 13.6px;
            color: #444;
            font-family: Roboto,sans-serif;
            font-weight: 400;
            line-height: 20px;
        }


.search-in-store-result {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.search-in-store-result .sort-listing {
    max-width: 180px;
    float: right;
    margin-top: -8px;
}

.no-result {
    background-color: #fff;
    padding-bottom: 40px;
    text-align: center;
    /*       border: 1px solid #f1f1f1;*/
    width: 100%;
}

    .no-result .no-result-icon {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

        .no-result .no-result-icon img {
          /*  height: 114px;*/
        }

.no-result-info {
    display: block;
}

.no-result .no-result-info .no-result-text {
    font-size: 14px;
    color: #666;
}


.no-result .no-result-info .no-result-comment {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .no-result .no-result-info .no-result-comment ul {
        list-style-type: none;
        text-align: left;
        width: 355px;
        margin-left: auto;
        margin-right: auto;
    }

        .no-result .no-result-info .no-result-comment ul li {
            position: relative;
            padding: 5px 0 5px 20px;
            font-size: 14px;
            line-height: 1.27;
        }

            .no-result .no-result-info .no-result-comment ul li:first-child:before {
                content: '.';
                position: absolute;
                top: -20px;
                left: 0;
                width: 7px;
                height: 7px;
                font-size: 66px;
                color: #ee9b00;
                line-height: 28px;
            }

        .no-result .no-result-info .no-result-comment ul li:last-child a{

            padding: 5px 0 5px 0px;
            font-size: 15px;
            font-weight:600;
            color:#009936;
        }

            .no-result .no-result-info .no-result-comment ul li:last-child a:hover {
                color: #000;
            }

.search-word-red {
    color:#000;
    font-weight:600;
}

.store-header .store-box .points {
    margin: 7px 0 0 6px;
    float: left;
}

        .store-header .store-box .points p:first-child {
            background: #e5e5e5;
            padding: 1px 8px;
            margin-right: 4px;
        }

        .store-header .store-box .points p:last-child {
            background: #009936;
            color: #fff;
            padding: 1px 8px;
            font-weight: bold;
        }

.m-question-block {
    display: none;
}

.campaign-name-in-store {
    /*  display: flex;
    justify-content: space-between;*/
}

.campaign-name-in-store {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}

.ask-tag-d {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 8px 1px 4px 0px;
}

.ask-d-btn-block {
    background-color: #f1f1f1;
    margin: auto 0px;
    height: 36px;
    padding: 0px 12px;
    cursor: pointer;
    display: block;
    background-color: #f1f1f1;
    border-radius: 6px;
    margin-left: 20px;
}

    .ask-d-btn-block a {
        /* display: flex; */
        line-height: 36px;
        font-size: 14px;
        text-decoration: none;
    }


    .ask-d-btn-block a i {
        font-size: 16px;
        margin-right: 4px;
    }

.ask-d-btn-block-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-header .proses-box {
    width: 170px;
    position: relative;
    padding: 10px 8px 8px 8px;
    border-radius: 7px;
    background: #f1f1f1;
    border: solid 1px #cdcdcd;
}

    .store-header .proses-box ul li {
        /* padding: 0px 13px; */
       /* margin-top: 10px;*/
    }


        .store-header .proses-box ul li .send-message {
            width: 100%;
            border: solid 1px #ffc107;
            color: #000000;
            background-color: #ffffff;

            font-weight: 500;
            cursor: pointer;
            border-radius: 4px;
            text-align: center;
            line-height: 30px;

            padding: 4px 6px;
            letter-spacing: -1px;
            font-size: 13.2px;
        }

            .store-header .proses-box ul li .send-message:hover {
                background-color: #ffc107;
            }

        .store-header .proses-box ul li .view-message {
            width: 100%;
            border: solid 1px #009936;
            color: #000;
            background-color: #f8fff0;
            font-weight: 500;
            cursor: pointer;
            border-radius: 4px;
            text-align: center;
            line-height: 30px;
            padding: 4px 6px;
            letter-spacing: -1px;
            font-size: 13.2px;
      
        }


            .store-header .proses-box ul li .view-message:hover {
                background-color: #009936;
                color: #fff;
            }


.s-campaing-m {
    background-color: #009936;
    height: 24px;
    width: 22px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 6px;
}

.campaign-name-in-store-m {
    color: #009936;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.send-message-m {
    width: 100%;
    border: solid 1px #ccc;
    color: #000000;
    background-color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 4px 6px;
    letter-spacing: -1px;
    font-size: 13.2px;
    margin-right: 10px;
    max-height: 24px;
}


.view-message-m {
    width: 100%;
    border: solid 1px #ccc;
    color: #000;
    background-color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 4px 6px;
    letter-spacing: -1px;
    font-size: 13.2px;
    max-height: 24px;
}


.store-header .m-question-block {
    margin-top: 8px;
}


    .store-header .m-question-block ul li:first-child {
    }
    .store-header .m-question-block ul li:last-child {
     
    }

.store-header .proses-box ul li .add-comment {
    width: 100%;
    height: 32px;
    border: solid 1px #7d7d7d;
    color: #000;
    background-color: #f1f1f1;
    font-size: 15px !important;
    font-weight: 500;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: block;
    line-height: 32px;
    opacity: 0.6;
}

                .store-header .proses-box ul li .add-comment:hover {
                    opacity: 1;
                }


        .store-header .proses-box .all {
            text-align: right;
            margin-top: 15px;
        }

            .store-header .proses-box .all a {
                color: #009936;
                font-size: 11px;
                font-weight: bold;
            }



.sell-store-information {
    margin: 0 auto;
    display: flex;
}

    .sell-store-information img {
        height: 25px;
        z-index: 3;
    }


.sell-store-name {
    /* width: 100px; */
    height: 40px;
    line-height: 46px;
}

.seller-verify {
    font-size: 12px;
    font-weight: 400;
    margin: 8px 4px 0px -10px;
    height: 20px;
    border: solid 1.5px #dfdfdf;
    padding: 2px 10px;
    color: #009936 !important;
    z-index: 1 !important;
    border-radius: 4px;
    line-height: 14px;
    text-decoration: none !important;
    color: #333;
    border-left: 0px;
}

.seller-verify-store {
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0px -12px;
    height: 27px;
    border: solid 1.5px #048c34;
    padding: 2px 14px 2px 15px;
    color: #048c34;
    z-index: 0;
    border-radius: 4px;
    line-height: 19px;
    background-color: #fff;
    width: 100%;
}

.sell-store-information-2 {
    margin: 0 auto;
    display: flex;
}

    .sell-store-information-2 img {
        height: 29px;
        z-index: 3;
        margin-top: -1px;
    }

/*.sell-sales-count {
    color: #999;
    margin-left: 8px;
    float: left;
}*/

.sell-user-verify {
    display: block;
    float: right;
    position: relative;
    margin-top: 4px;
    font-size: 18px;
    color: #0d7533;
}

.sell-user-unverify {
    display: block;
    float: right;
    position: relative;
    margin-top: 4px;
    font-size: 18px;
    color: #7d7d7d;
}


.store-main-page {
    width: 100%;
    margin-bottom: 20px;
    display:flex;
}

    .store-main-page i {
        color: #0d7533;
        font-size: 22px;
        margin-right: 6px;
    }

    .store-main-page a {
        color: #000;
        font-size: 16px;
        font-weight:600;
    }
        .store-main-page a:hover {
            color: #0d7533;
        }

    .store-main-page a span {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
        padding-left:10px
    }


/* Category Scroll */

/*.cat_store_1 {
    position: relative;
    max-height: 240px;
    overflow-x: auto;
}




    .cat_store_1::-webkit-scrollbar {
        width: 12px;
        height: 9px;
        padding-top: 40px;
        right: 30px;
        overflow: hidden;
    }


.cat_store_1::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}


.cat_store_1::-webkit-scrollbar:hover {
    min-width: 9px;
    width: 12px;
    max-width: 12px;
    min-height: 9px;
    height: auto;
    max-height: 9px;
    background: #f0f0f0;
    cursor: pointer;
    overflow-y: scroll;
}


.cat_store_1::-webkit-scrollbar-thumb {
    background: #ddd;
    border: none;
    border-radius: 10px;
    border: solid 2px #fff;
    box-shadow: inset 0px 0px 3px #999;
    cursor: pointer;
}



    .cat_store_1::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
        border: solid 1px #fff;
        cursor: pointer;
    }*/


/* Store categories sort buttons start */

.store-toggle-menu {
    cursor: pointer;
    padding: 3px 12px 2px 12px;
    width: 100%;
    /* border: none; */
    text-align: left;
    outline: none;
    display: inline-block;
    margin-bottom: 5px;
    /* border-bottom: solid 1px #fff; */
    background-color: #f1f1f1;
    height: 32px;
    border-radius: 6px;
    border: solid 1px #ccc;
    font-size: 14px;
}

.store-category-left-menu-title {
    padding: 5px 12px 0px 0px;
    margin-bottom: 5px;
    font: 600 14px Roboto, Arial;
    display: inline-block;
    color: #333;
}

.store-toggle-menu:hover {
    border: solid 1px #73c78f;
    background-color: #afe8c5;
}

.store-toggle-menu .chevron-icon {
    transition: all 0.5s ease;
    float: right;
    color: #048c34;
    margin: 0;
    font-size: 14px;
    margin-top: 6px;
}

    .store-toggle-menu:hover .chevron-icon {
        color: #ff0000;
    }

.store-toggle-menu .chevron-icon-orange {
    transition: all 0.5s ease;
    float: right;
    color: #ef9c00;
    margin: 0;
    font-size: 14px;
    margin-top: 6px;
}




    .store-toggle-menu .more {
        transform: rotateX(0deg);
    }

    .store-toggle-menu .less {
        transform: rotateX(180deg);
    }


.store-category-list {
/*    padding: 10px 10px;*/
}

    .store-category-list ul li {
     /*   padding: 3px 3px 0 0px;*/
        text-overflow: ellipsis;
    }

        .store-category-list ul li a {
            color: #000;
            /* text-overflow: ellipsis; */
            font-size: 14px;
        }

            .store-category-list ul li a span {
                color: #000000;
                text-overflow: ellipsis;
                font-size: 15px;
                font-weight: 600;
                padding: 3px 12px;
                cursor: pointer;
                border: solid 1px #fff
            }


            /*    .store-category-list ul li a span:hover {
                    border: solid 1px #ddd;
                }*/

                .store-category-list ul li a span:hover,
                .store-category-list ul li a span:focus,
                .store-category-list ul li a span:active {
                    color: #ff0000;
                    border: solid 1px #ddd;
                    border-radius: 4px
                }

        .store-category-list ul li .main-category-link {
            font: 600 14px Roboto, sans-serif;
        }

            .store-category-list ul li .main-category-link:hover {
                color: #ff0000;
            }

        .store-category-list ul li ul li .sub-category-1 {
            text-overflow: ellipsis;
        }

        .store-category-list ul li .sub-category-1-link {
            font: 600 14px Roboto, sans-serif;
            text-overflow: ellipsis;
            font-size: 15px;
            border: none;
        }

            .store-category-list ul li .sub-category-1-link:hover {
                color: #ff0000;
            }

.search-in-store {
    padding: 7px 7px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    /* border: solid 1px #e1e1e1; */
    height: 47px;
}

    .mini-search, .search-in-store .mini-search {
        max-width: 270px;
        /* height: 45px; */
        /* border-radius: 6px; */
        /* background-color: #f3f3f3; */
        position: relative;
        width: 100%;
        margin: auto;
        float: right;
        margin-top: 16px;
    }
        .mini-search input[type='search'], 
        .search-in-store .mini-search input[type='search'] {
            -webkit-appearance: none;
            height: 42px;
            border: none;
            outline: none;
            color: #000000;
            font-size: 14px;
            padding: 0 50px 0 12px;
            border-radius: 6px;
            width: 100%;
            font-weight: 600;
            border: 2px solid #ccc;
        }
    .mini-search input::placeholder,
    .search-in-store .mini-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    .mini-search input::placeholder,
    .search-in-store .mini-search input :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    .mini-search input::placeholder,
    .search-in-store .mini-search input ::-ms-input-placeholder { /* Microsoft Edge */
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }


        .mini-search .store-search-inline{
            position: absolute;
            right: 12px;
/*            margin-top: -8px;*/
            cursor: pointer;
            width: 20px;
        }

/*            .mini-search button i, 
            .search-in-store .mini-search button i {
                font-size: 20px;
                color: #b5b5b5;
                display: block;
                margin-top: 12px;
            }
*/


#product-container {
    transition: opacity 0.3s ease;
}

#product-container.loading-sorting,
#product-container.loading-searching{
    opacity: 0.6 !important;
    pointer-events: none; /* Tıklama engelle */
}


.mini-search {
    position: relative;
    display: flex;
    align-items: center;
}

.store-search {
    flex: 1;
    padding-right: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    height: 36px;
    margin-top: 4px;
}


.clear-search-btn {
    line-height: 24px;
    right: 40px !important;
    background: #f1f1f1;
    border-radius: 3px;
    width: 24px !important;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

    .clear-search-btn:hover {
        background: #e9ecef;
    }

/* ✅ Modern Filtre Stilleri */
.active-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    /* padding: 1rem; */
    background: #f8f9fa;
    border-radius: 8px;
    /* border: 1px dashed #dee2e6; */
}

.active-filters-title {
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.active-filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    min-height: 60px;
    padding: 1rem;
    transition: all 0.3s ease;
}

    .active-filters-container:empty::before {
        content: "Henüz filtre seçilmedi";
        color: #6c757d;
        font-style: italic;
    }


.filter-tag {
    display: inline-flex;
    align-items: center;
    /* gap: 0.5rem; */
    padding: 8px 3px 8px 12px;
    background: #edfff4;
    color: #000000;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    height: 32px;
    border: dashed 1px #339309;
}

    .filter-tag:hover {
        background: #009936;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

        .filter-tag:hover .remove-filter {
            background: #fff;
            color: #000;
            transform: translateY(-1px);
            border: none;
        }

    .filter-tag .remove-filter {
        color: #aeadad;
        /* padding: 0 1px 0 0; */
        font-size: 14px;
        border-radius: 50%;
        border: solid 1px #7d7d7d;
        height: 26px;
        width: 26px;
        text-align: center;
        display: inline-block;
        margin-left: 8px;
    }


        .filter-tag .remove-filter:hover {
            background: #ff0000;
            color: #fff;
        }


.clear-all-filters-btn {
    /* background: #dc3545; */
    color: #000000;
    border: none;
    padding: 12px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: dashed 1px #7d7d7d;
    height: 30px;
    min-width: 112px;
    font-size: 13px;
    line-height: 30px;
}

    .clear-all-filters-btn:hover {
        background: #ff0000;
        color: #fff;
    }

.filter-loading {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 12px;
}

/* ✅ Filtre Grupları için Stiller */
.filter-group {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.filter-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #495057;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-options {
    max-height: 200px;
    overflow-y: auto;
}

    .filter-options .form-check {
        margin-bottom: 0.75rem;
        padding: 0.5rem;
        border-radius: 4px;
        transition: background 0.2s ease;
    }

        .filter-options .form-check:hover {
            background: #f8f9fa;
        }

    .filter-options .form-check-input:checked {
        background-color: #007bff;
        /*border-color: #007bff;*/
    }

    .filter-options .form-check-label {
        font-size: 0.9rem;
        cursor: pointer;
        color: #495057;
    }


@media (max-width: 768px) {
    .active-filters-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .active-filters-container {
        padding: 0.75rem;
    }

    .filter-group {
        padding: 1rem;
    }
}


.clear-search-btn {
    right: 45px !important;
    background: #f1f1f1;
    border-radius: 3px;
    width: 24px !important;
    height: 24px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 14px;
    line-height: 24px;
    position: absolute;
}

    .clear-search-btn:hover {
        background: #e9ecef;
    }

.store-list-select {
    max-width: 200px;
    padding: 0px 12px 0px 8px;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    font-size: 14px;
    height: 40px;
    border-radius: 6px;
    font-weight: 600;
    /* margin-top: -8px; */
    /* position: absolute; */
    display: block;
    line-height: 40px;
    letter-spacing: 0.3px;
}

.store-category-left-menu .panel {
    padding: 0px 0px 0px 0px;
    display: block;
    background-color: white;
    /* margin-top: -0px; */
    margin-bottom: 14px;
}

.selecting {
    color: #0d7533 !important;
    font-weight: 600;
}

/*Store Sub Category Menu */

.category-toggle-menu:hover {
    border: solid 1px #7d7d7d;
}

.category-toggle-menu .chevron-icon {
    transition: all 0.5s ease;
    float: right;
    color: #9c9c9c;
    margin: 0;
    font-size: 14px;
    margin-top: 6px;
}

.category-toggle-menu:hover .chevron-icon {
    color: #ff0000;
}

.category-toggle-menu .more {
    transform: rotateX(0deg);
}

.category-toggle-menu .less {
    transform: rotateX(180deg);
}

.store-category-left-menu .cat-panel {
 /*padding: 0px 0px 0px 0px; */
 /*   display: none;*/
    background-color: white;
    /* margin-top: -0px; */

}



/* comment modal start */

.modal-comment-product {
    display: none;
    position: fixed;
    top: 34%;
    left: 50%;
    width: 400px;
    height: auto;
    margin-left: -200px;
    margin-top: -150px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}


    .modal-comment-product.active {
        display: block;
    }




    .modal-comment-product .close {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 12px;
        top: 14px;
        z-index: 1;
        font-size: 22px;
    }


        .modal-comment-product .close:hover {
            color: #ff0000;
        }




button {
   /* width: 30%;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background-color: #0d7533;
    border: none;
    border-radius: 3px;
    margin-bottom: 15px;*/
}

    button:hover {
        opacity: 0.7;
    }



.modal-comment-product .title:not(input) {
    font-size: 21px;
    color: #0d7533;
    clear: both;
    display: inline-block;
    margin-bottom: 35px;
}




.modal-comment-product .form > fieldset {
    margin-top: 10px;
    border: none;
    margin-bottom: 15px;
}


.modal-comment-product .form label {
    display: block;
    /*float: none;*/
    line-height: 20px;
    width: auto;
    font-weight: 600;
    font-family: roboto,sans-serif;
    font-size: 13px;
}


    .modal-comment-product .form label .required {
        color: #ff0000;
    }

.modal-comment-product .form input {
    border: 1px solid #ccc;
    width: 353px;
    padding: 5px;
    height: 36px;
}


    .modal-comment-product .form input:focus {
        border: 1px solid #0654ba;
    }


.modal-comment-product .form .errorMessage {
    color: #ea222f;
    display: none;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}

.modal-comment-product .form textarea.big {
    height: 120px;
    width: 354px;
    font-size: 13px;
    font-family: roboto, sans-serif;
    padding: 10px;
    overflow: auto;
    resize: none;
}

.modal-comment-product .char-count {
    height: 24px;
    width: 34px;
    font-size: 13px;
    font-family: roboto, sans-serif;
    font-weight: 600;
    background-color: #ddd;
    color: #ff0000;
    float: right;
    margin-right: 0px;
    padding: 6px;
    text-align: center;
}



.modal-comment-product .form textarea.big:focus {
    border: 1px solid #0654ba;
}

    .modal-comment-product .form textarea.big:focus
    .modal-share-email .form textarea.big:focus,
    .modal-share-email .form textarea.big:focus {
        border: 1px solid #0654ba;
    }

.modal-comment-product .comment-accept {
    width: 100%;
    font-size: 12px;
    color: #f90000;
    padding: 4px 0px;
    margin-bottom: 12px;
}

/* Question Answer Start */




.question ul li {
    width: 100%;
    margin-bottom: 40px;

}



    .question ul li .store-avatar, 
    .question ul li .person-avatar {
        font-size: 11px;
        background: #f0f0f0;
        font-weight: normal;
        /* margin-bottom: 11px; */
        position: relative;
        -moz-border-radius: 10px;
        width: 34px;
        height: 34px;
        float: left;
        margin-right: 12px;
    }

        .question ul li .store-avatar img {
            width: 40px;
            border: solid 1px #ddd;
        }


        .question ul li .person-avatar img {
            width: 40px;
        }



    .question ul li .person-question {
        font-size: 12px;
        color: #0d7533;
        font-weight: 600;
        /* margin-top: 11px; */
        /* width: calc(100% - 62px); */
        line-height: 34px;
        height: 40px;
        background-color: #f7f7f7;
    }

    .question ul li .person-question .q-date{
        font-size: 11px;
        color: #7d7d7d;
        font-weight: 400;
    }


    .question ul li .question-text {
        font-size: 12px;
        color: #474747;
        font-weight: bold;
        margin-bottom: 15px;
        /* margin-top: 20px; */
    }

    .question ul li .question-text {
        font-size: 12px;
        color: #474747;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }



 .question .title {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 30px;
        line-height: 42px;
    }

/* Scroll */


.question {
    padding: 10px;
    padding-bottom: 30px;
    max-height: 500px;
    height: 100%;
    overflow: auto;
}

/*.question::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding-top: 40px;
    right: 30px;
}


.question::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}


.question::-webkit-scrollbar {
    min-width: 12px;
    width: 12px;
    max-width: 12px;
    min-height: 12px;
    height: auto;
    max-height: 12px;
    background: #f0f0f0;
    cursor: pointer;
}

.question::-webkit-scrollbar-thumb {
    background: #959595;
    border: none;
    border-radius: 10px;
    border: solid 2px #fff;
    box-shadow: inset 0px 0px 3px #999;
    cursor: pointer;
}

    .question::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
        border: solid 1px #fff;
        cursor: pointer;
    }
*/

/* Ask Guestion End*/

/* Comment Start Rating Start */
.histo-star .pass {
    color: #ddd;
}

.rating {
    border: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 0px 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /* hover previous stars in list */

        /*.rating > input:checked + label:hover,*/ /* hover current star when changing rating */
        /*.rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label,*/ /* lighten current selection */
        /*.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }*/
        /* Comment Start Rating End */
        /* comment modal end */
        /* Ask Questinos Modal Start */
    /*    .modal-ask-question {
            display: none;
            position: fixed;
            top: 30%;
            left: 50%;
            width: 400px;
            height: auto;
            margin-left: -200px;
            margin-top: -150px;
            background-color: #ffffff;
            padding: 25px;
            border-radius: 5px;
            z-index: 9999;
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
        }
*/

/*
            .modal-ask-question.active {
                display: block;
            }




            .modal-ask-question .close {
                cursor: pointer;
                display: block;
                position: absolute;
                right: 12px;
                top: 14px;
                z-index: 1;
                font-size: 22px;
            }


                .modal-ask-question .close:hover {
                    color: #ff0000;
                }
*/



button {
/*    width: 30%;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    border-radius: 3px;
    margin-bottom: 15px;*/
}

    button:hover {
        opacity: 0.7;
    }




 #StoreQuestion .title:not(input) {
    font-size: 21px;
    color: #0d7533;
    clear: both;
    display: inline-block;
/*    margin-bottom: 35px;*/
}


#StoreQuestion .form select {
    border: 1px solid #ccc;
    width: 260px;
    padding: 5px;
    height: 36px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

#StoreQuestion .form > fieldset {
    margin-top: 10px;
    border: none;
    margin-bottom: 25px;
}


#StoreQuestion .form label {
    display: block;
    /* float: none; */
    line-height: 20px;
    width: auto;
    font-weight: 600;
    font-family: roboto,sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
}



    #StoreQuestion .form label .required {
        color: #ff0000;
    }


#StoreQuestion .form input {
    border: 1px solid #ccc;
    width: 353px;
    padding: 5px;
    height: 36px;
}



    #StoreQuestion .form input:focus {
        border: 1px solid #0654ba;
    }



#StoreQuestion .form .errorMessage {
    color: #ea222f;
    display: none;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}

#StoreQuestion .form input {
    border: 1px solid #ccc;
    width: 353px;
    padding: 5px;
    height: 36px;
}


#StoreQuestion .form textarea.big {
    height: 120px;
/*    width: 354px;*/
    font-size: 13px;
    font-family: roboto, sans-serif;
    padding: 10px;
    overflow: auto;
    resize: none;
}


#StoreQuestion .char-count {
    height: 24px;
    width: 34px;
    font-size: 13px;
    font-family: roboto, sans-serif;
    font-weight: 600;
    /* background-color: #ddd; */
    color: #ff0000;
    float: right;
    margin-right: 0px;
    padding: 2px 0px 0px 0px;
    text-align: center;
}

#StoreQuestion .form textarea.big:focus {
    border: 1px solid #0654ba;
}

#StoreQuestion .comment-accept {
    width: 100%;
    font-size: 12px;
    color: #f90000;
    padding: 4px 0px;
    margin-bottom: 12px;
}

/* Select Category Filter Result*/


.store-filter-block {
    width: 100%;
    display: inline-block;
    margin-top:-18px;
}

    .store-filter-block.filters {
        position: relative;
    }

.filter {
    float: left;
    margin-bottom: 8px;
}

.store-filter-block .selected-filter {
    border-radius: 32px;
    color: #fff !important;
    background-color: #0d7533;
    position: relative;
    overflow: hidden;
    font-size: 12px !important;
    margin-right: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: inline-flex;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
}


    .store-filter-block .selected-filter .delete-filter {
        /* padding: 2px 1px 6px 10px !important; */
        /* display: inline-block; */
        /* float: left; */
        height: 30px;
        /* line-height: 26px; */
    }

    .store-filter-block .selected-filter i {
        font-size: 10px;
        font-size: 18px;
        margin-left: 8px;
        margin-right: 3px;
        position: relative;
        margin-top: 3px;
        cursor: pointer;
        padding: 3px;
    }

        .store-filter-block .selected-filter i:hover {
            color: #000 !important;
            background-color: #f3bf00;
            padding: 3px;
            /* border: rebeccapurple; */
            border-radius: 50%;
        }

.store-filter-block .clean-button {
    font: 500 12px Roboto, sans-serif;
    color: #7d7d7d;
    padding-left: 10px;
    cursor: pointer;
    background-color: #f1f1f1;
    padding: 7px 12px;
    border-radius: 32px;
}

    .store-filter-block .clean-button:hover {
        color: #ff0000;
    }


#SellerQuestionform button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

/* Seller Store End */


/* Store Info Product Detail s */


.boarding-store {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 8px;
    width: 100%;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    box-shadow: 0 2px 4px #0000001a;
}

.s-campaing {
    background-color: #009936;
    /* height: 32px; */
    width: 32px;
    text-align: center;
    line-height: 32px !important;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}


.bs-info {
    padding: 14px 14px 8px 14px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
    .bs-info a {
        text-decoration:none!important;
        color:#333;
    }

    .bs-info a:hover {
        color: #009936;
    }


.boarding-store .bs-info .campaign-name {
    display: flex;
    justify-content: space-between;
}

.campaign-name .s-campaing-text {
    font-size: 13px;
    font-weight: 400;
    margin-left: 8px;
    /* display: block; */
    letter-spacing: -0.4px;
    line-height: 16px;
    color: #333;
    text-decoration: none !important;
}

.boarding-store .campaign-name .r-chev {
    padding-top: 6px;
    color: #048c34;
    font-size: 15px;
}

.bs-title {
    padding: 4px 15px 2px 12px;
    font-size: 13px;
    font-weight: 400;
    /* letter-spacing: -0.5px; */
    border-bottom: solid 1px #b4e5c5;
}


.store-nick-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 168px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
    /* color: #009936; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #dddd;
}

.boarding-store-2 {
    background-color: #fff;
    /* padding: 12px; */
    margin-bottom: 8px;
    width: 100%;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    box-shadow: 0 2px 4px #0000001a;
    /* text-align: center; */
}

    .boarding-store-2 .bs-info-2 {
    
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.4px;
    }
    .boarding-store-2 .store-checking {
        border-bottom: solid 1px #dbdbdb;
        display: block;
        padding: 0px 0px 8px 0px;
        text-decoration: none !important;
        color: #333;
    }

    .boarding-store-2 .store-checking:hover {
    text-decoration:underline;
    }

    .boarding-store-2 .store-nick-name-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 168px;
        display: inline-block;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 20px;
        text-transform: uppercase;
        color: #0654ba;
    }


    .boarding-store-2 .validation-seller {
        background-image: url(./../../images/stores/tabiat-ana-onayli-satici.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 25px;
        /* display: block; */
        width: 25px;
        position: absolute;
        margin-left: -20px;
        margin-top: 38px;
        border: solid 2px #fff;
        border-radius: 50%;
    }

    .boarding-store-2 img {
        z-index: 3;
    }

    .boarding-store-2 .bs-info-2 .campaign-name {
        display: flex;
        justify-content: start;
    }

        .boarding-store-2 .bs-info-2 a,
        .boarding-store-2 .bs-info-2 a:hover {
            text-decoration: none;
        }
        .boarding-store-2 .bs-info-2 .campaign-name .s-campaing-text {
            font-size: 13px;
            font-weight: 400;
            margin-left: 8px;
            display: block;
            letter-spacing: -0.4px;
            height: 24px;
            line-height: 24px;
            text-decoration: none;
        }
            .boarding-store-2 .bs-info-2 .campaign-name .s-campaing-text:hover {
                color: #ef9c00;
                text-decoration:none;
            }


        .boarding-store-2 .bs-info-2 .campaign-name .r-chev {
            padding-top: 6px;
            color: #009936;
            font-size: 15px;
        }


    .boarding-store-2 .bs-info-2 .s-campaing {
        background-color: #ef9c00;
        height: 24px;
        width: 32px;
        text-align: center;
        line-height: 26px;
        color: #fff;
        font-size: 15px;
        border-radius: 4px;
    }

    .boarding-store-2 .bs-info-2 .s-campaing-message {
        height: 24px;
        width: 32px;
        text-align: center;
        line-height: 26px;
        color: #009936;
        font-size: 26px;
        border-radius: 4px;
    }

    .boarding-store-2 .store-linking {
        border-bottom: solid 1px #dbdbdb;
        display: block;
        padding: 10px 12px 8px 12px;
    }

        .boarding-store-2 .store-linking:hover {
            text-decoration: underline;
        }


.boarding-store-3 {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 16px;
    width: 100%;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    box-shadow: 0 2px 4px #0000001a;
}
    .boarding-store-3 .s-campaing {
        background-color: #009936;
        height: 24px;
        width: 32px;
        text-align: center;
        line-height: 26px;
        color: #fff;
        font-size: 15px;
        border-radius: 4px;
    }




    .boarding-store-3 .bs-info-3 {
        padding: 8px 14px 2px 10px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.1px;
    }
        .boarding-store-3 .bs-info-3 a {
            color: #333;
            text-decoration: none !important;
        }


.boarding-store-3 .bs-info-3 a:hover {
    color: #009936;
}


.boarding-store-3 .bs-info-3 .campaign-name {
    display: flex;
}

    .boarding-store-3 .campaign-name .s-campaing-text {
        font-size: 13px;
        font-weight: 400;
        margin-left: 6px;
        display: block;
        letter-spacing: -0.4px;
        padding-top: 8px;
        /* line-height: 45px; */
    }

.boarding-store-3 .campaign-name .r-chev {
    padding-top: 15px;
    color: #048c34;
    font-size: 15px;
}

.bs-title-3 {
    padding: 4px 15px 4px 12px;
    font-size: 14px;
    font-weight: 600;
    /* letter-spacing: -0.4px; */
    border-bottom: solid 1px #c0c0c0;
}


.boarding-store-3 .bs-info-3 img {
    max-width: 50px;
}


/* Store Add Favorite s */

.store-favorite-btn {
    /* width: 270px; */
    /* height: 40px; */
    /* padding: 0px; */
    cursor: pointer;
    /* line-height: 40px; */
    /* display: flex; */
    margin: auto 0px;
}
    .store-favorite-btn .addFavoriteStore {
        height: 36px;
        padding: 0px 12px;
        cursor: pointer;
        line-height: 36px;
        font-size: 14px;
        display: block;
        background-color: #f1f1f1;
        border-radius: 6px;
        margin-left: 30px;
    }
        .store-favorite-btn .addFavoriteStore i {
            color: #000000;
            font-size: 20px;
            /* width: 50px; */
            /* height: 40px; */
            /* padding: 0px; */
            cursor: pointer;
            /* line-height: 40px; */
            margin-right: 6px;
        }

    .store-favorite-btn span {
        color: #7d7d7d;     
        height: 40px;
        line-height: 40px;     
        padding-left: 8px;
    }

    .store-favorite-btn .addFavoriteStore:hover content,
    .store-favorite-btn .addFavoriteStore:hover i,
    .store-favorite-btn .addFavoriteStore:hover {
        color: #009936;
    }

    .store-favorite-btn .addFavoriteStore.selected i,
    .store-favorite-btn .addFavoriteStore.selected {
        color: #009936;
    }


    .store-favorite-btn .addFavoriteStore:after {
        color: #000000;
        content: 'Favorilere Ekle';
        /* height: 32px; */
        /* line-height: 26px; */
        vertical-align: super;
    }
    .store-favorite-btn .addFavoriteStore.selected:after {
        color: #009936;
        content: 'Favorilere Eklendi';
        height: 32px;
        /* line-height: 26px; */
        /* vertical-align: top; */
    }

/* Store Add Favorite e */


.cat_store_filter_2:first-child {
/*    margin-top: 20px;*/
}

/*.cat_store_filter_1, .cat_store_filter_2, .cat_brand_filter_1 {
    padding: 0px 20px;
    height: 28px;
    line-height: 26px;*/
    /* margin-bottom: 6px; */
    /*border: dashed 1px #fff;*/
    /* display: inline-block; */
/*}*/

/*    .cat_store_filter_2:hover {
        border: dashed 1px #ddd;
        border-radius: 12px;
    }*/


/* Store Info Tab Menu */

#store-info-tab ul.tabs {
    list-style: none;
    margin-bottom: 70px;
    margin-top: 12px;
    border-bottom: solid 2px #ccc;
    width: calc(100% - 273px);
    float: left;
}

    #store-info-tab ul.tabs li {
        color: #001125;
        display: inline-block;
        padding: 10px 55px;
        cursor: pointer;
        position: relative;
        margin-left: -3px;
        font-size: 15px;
        margin-bottom: -1.6px;
    }

        #store-info-tab ul.tabs li:hover {
            background-color: #f1f1f1;
            color: #009537;
        }

#store-info-tab li.tab-link.selected {
    font-weight: bold;
    border-bottom: 2px solid #009537;
    color: #009537;
    clear: both;
}

#store-info-tab li.selected::after {
    color: #222222;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #009537 transparent;
    display: block;
    width: 0;
}

#store-info-tab .tab-menu-content {
    display: none;
    /* padding: 15px;*/
    clear: both;
}

    #store-info-tab .tab-menu-content.selected {
        display: inherit;
    }

/*Toasts Alert s */

/*.btn-alert-st {
    margin: 0 auto;
    text-align: center;
    color: #ff0000;
    font-weight: 600;
    cursor: pointer;
}*/


/*#toast {*/
    /* visibility: hidden; */
    /*display: none;
    width:100%;*/


    /* margin-left: -125px; */
    /*margin: auto;
    color: #fff;*/
/*    background-color: #ee9b00;*/
    /*text-align: center;
    border-radius: 2px;
    position: relative;
    z-index: 99999;
    font-weight:700;
    font-size: 18px;*/

    /*    margin-left: 25%;
    margin-top: 22%;*/
    /*margin: 0 auto;
}

    #toast #icon-alert {
        width: 50px;
        height: 50px;
        font-size:22px;
        float: left;
        padding-top: 16px;
        padding-bottom: 16px;
        box-sizing: border-box;
        color: #0d7533;
    }

    #toast #desc {
        color: #fff;
        padding: 16px;
        overflow: hidden;
        white-space: nowrap;
    }

    #toast.show {
        display: block;*/
        /*    visibility: visible;*/
        /*  -webkit-animation: fadein 1s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
        animation: fadein 1s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;  */
        /*animation: fadein 1s;
        -moz-animation: fadein 1s;*/ /* Firefox */
        /*-webkit-animation: fadein 1s;*/ /* Safari and Chrome */
        /*-o-animation: fadein 1s;*/ /* Opera */
    /*}

#alert-overlay {
    z-index: 1060;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#toast.show ~ #alert-overlay {
    display: block;
}
    
    


@keyframes fadein {
    from {

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {*/ /* Firefox */
    /*from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {*/ /* Safari and Chrome */
    /*from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {*/ /* Opera */
    /*from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/


