﻿

/* 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: 15px;
    margin-top: 0px;
    /* display: flex; */
    /* display: inline-block !important; */
}

    .store-box, .store-header .store-box {
        display: flex;
        margin-right: 8px;
        width: 100%;
        justify-content: space-between;
    }

    .store-logo-block,
    .store-header .store-logo-block {
        width: 47px;
        /* max-height: 50px; */
    }

    .store-box .store-logo-block img, 
    .store-header .store-box .store-logo-block img {
        height: 40px;
        float: left;
        border: 1px solid #ddd;
        border-radius: 10px;
    }



    .store-box .store-logo-block .accept-vendor, .store-header .store-box .store-logo-block .accept-vendor {
        background-color: #ffffff;
        height: 21px;
        width: 22px;
        float: left;
        display: block;
        margin-top: -14px;
        margin-left: 1px;
        text-align: center;
        border-radius: 100%;
        padding: 1px 2px 1px 2px;
        align-items: center;
    }

        .store-box .store-logo-block .accept-vendor img, .store-header .store-box .store-logo-block .accept-vendor img {
            /* width: 24px; */
            border: none;
            height: 20px;
            padding: 1px;
            margin-left: -1px;
        }

    .store-box .information-block, 
    .store-header .store-box .information-block {
        padding-left: 10px;
       /* width: 100%;*/
        font-size: 13px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

        .store-box .information-block .store-title, .store-header .store-box .information-block .store-title {
            font-size: 12px;
            font-weight: 700;
            color: #000;
            /* margin-bottom: 6px; */
            width: 100%;
            display: block;
            height: 16px;
            margin-top: 4px;
            max-width: 160px;
        }

        .store-box .information-block .store-info, 
        .store-header .store-box .information-block .store-info {
            font-size: 11px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
            color: #7d7d7d;
        }
.search-in-store-result {
    width: 100%;
    padding: 4px 0px;
    font-size: 13px;
    /* background-color: #f1f1f1; */
    border-radius: 6px;
    margin-bottom: 4px;
    /* box-shadow: 0 1px 2px 0 rgb(85 85 85 / 40%); */
    color: #7d7d7d;
}
.no-result {
    background-color: #fff;
/*    padding-bottom: 40px;*/
    text-align: center;
    width: 100%;
}

    .no-result .no-result-icon {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

        .no-result .no-result-icon img {
            max-height: 90px;
        }

.no-result-info {
    display: block;
}

.no-result .no-result-info .no-result-text {
    font-size: 12px;
    margin-top: 10px;
    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: 0px 0 0px 20px;
            font-size: 12px;
            color: #7d7d7d;
        }

            .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: #218f26;
    font-weight: 600;
}

.search-in-store-result strong {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}


.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;
        }


.campaign-name-in-store {
    /*  display: flex;
    justify-content: space-between;*/
}

.campaign-name-in-store {
    color: #009936;
    font-size: 12px;
    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 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.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: #f1f1f1;
    height: 22px;
    width: 20px;
    text-align: center;
    line-height: 26px;
    color: #009537;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 3px;
}

.campaign-name-in-store-m {
    color: #009936;
    font-size: 11.6px;
    font-weight: 500;
    /* line-height: 14px; */
}

.send-message-m {
    width: 100%;
    border: solid 1px #a9a9a9;
    color: #6e6e6e;
    background-color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 3px 6px;
    letter-spacing: -1px;
    font-size: 12px;
    margin-right: 10px;
    max-height: 24px;
}


.view-message-m {
    width: 100%;
    border: solid 1px #a9a9a9;
    color: #6e6e6e;
    background-color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 3px 6px;
    letter-spacing: -1px;
    font-size: 12px;
    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: 22px;
        z-index: 3;
        margin-top: -1px;
      
    }


.sell-store-name {
    /* width: 100px; */
    height: 40px;
    line-height: 46px;
}

.seller-verify {
    font-size: 12px;
    font-weight: 400;
    margin: 2px 4px 0px -6px;
    height: 20px;
    border: solid 1.5px #009936;
    padding: 2px 10px;
    color: #009936;
    z-index: 0 !important;
    border-radius: 4px;
    line-height: 14px;
    background-color: #fff;
}

.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: hidden;
}



    .cat_store_1::-webkit-scrollbar {
        width: 12px;
        height: 9px;
        padding-top: 40px;
        right: 30px;
        overflow: hidden;
    }


.cat_store_1g::-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: 4px 12px 2px 12px;
    width: 100%;
    text-align: left;
    outline: none;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #f1f1f1;
    /* height: 32px; */
    border-radius: 4px;
}

.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: 2px 2px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-top: 4px;
}

.store-search {
  
    padding-right: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    height: 32px;
    margin-top: 4px;
    width: calc(100% - 40px);
}

.search-in-store .mini-search {
    position: relative;
    width: 100%;
    padding: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
}
        .search-in-store .mini-search input[type='search'] {
            -webkit-appearance: none;
            height: 32px;
            border: none;
            outline: none;
            color: #247a28;
            font-size: 14px;
            padding: 0 50px 0 12px;
            border-radius: 6px;
            width: 100%;
            font-weight: 400;
            border: 1px solid #e9e9ea;
        }
        .search-in-store .mini-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #18891d;
            font-size: 13px;
            font-weight: 500;
        }

        .search-in-store .mini-search input :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #18891d;
            font-size: 13px;
            font-weight: 500;
        }

        .search-in-store .mini-search input ::-ms-input-placeholder { /* Microsoft Edge */
            color: #18891d;
            font-size: 13px;
            font-weight: 500;
        }



    .search-in-store .mini-search button {
        width: 32px;
        background-color: #ddd;
        height: 34px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        margin-left: 6px;
        line-height: 10px;
        min-width: 32px;
    }
            .search-in-store .mini-search button i {
                font-size: 16px;
                color: #18891d;
                display: block;
            }

.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: 30px;

}



    .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: 34px;
            border: solid 1px #ddd;
        }


        .question ul li .person-avatar img {
            width: 34px;
        }



    .question ul li .person-question {
        font-size: 12px;
        color: #0d7533;
        font-weight: 600;
        /* margin-top: 11px; */
        /* width: calc(100% - 62px); */
        line-height: 34px;
        height: 34px;
        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: 16px;
    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 {
    padding-top: 12px;
}

    .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: 6px;
    margin-bottom: 16px;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 6px;
    box-shadow: 0 1px 2px #0000001a;
}

.s-campaing {
    background-color: #009936;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}



.bs-title {
    padding: 0px 15px 0px 12px;
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: -0.5px; */
    border-bottom: solid 1px #ddd;
    color: #6c6c6c;
    height: 31px;
    line-height: 31px;
}


.bs-info {
    padding: 0px 14px;
    height: 31px;
    line-height: 31px;
} 

    .bs-info a {
    height: 31px;
    line-height: 26px;
    display: block;
    color: #6c6c6c;
    padding-top: 6px;
}
    


 .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;
}

.boarding-store .campaign-name .r-chev {
    padding-top: 6px;
    color: #048c34;
    font-size: 12px;
}

.bs-title {
    padding: 0px 15px 0px 12px;
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: -0.5px; */
    border-bottom: solid 1px #ddd;
    color: #565656;
}


.store-nick-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
    color: #009936;
}

boarding-store-2

.boarding-store-2 .bs-info-2 {
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: -0.4px; */
}

.boarding-store-2 .store-checking {
    border-bottom: solid 1px #b4e5c5;
    display: flex;
}
    .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(https://media.tabiatana.com/images/icons/badge-accept/tabiat-ana-badge-green.svg);
        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;
        height: 22pX;
    }

    .boarding-store-2 .bs-info-2 .campaign-name {
        display: flex;
/*        justify-content: space-between;*/
    }

        .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: 12px;
        font-weight: 400;
        margin-left: 8px;
        display: block;
        letter-spacing: -0.4px;
        height: 24px;
        line-height: 24px;
        text-decoration: none;
        color: #6c6c6c;
    }
            .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: 12px;
        margin-left: 12px;
    }


    .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 {
        text-align: center;
        color: #fff;
        border-radius: 4px;
        background-color: #009936;
        height: 20px !important;
        width: 26px !important;
        line-height: 22px !important;
        font-size: 14px !important;
        border-radius: 3px !important;
    }

    .boarding-store-2 .store-linking {
        border-bottom: solid 1px #ddd;
        display: block;
        padding: 2px 2px 2px 2px;
        height: 25px;
    }

.boarding-store-3 {
    background-color: #fff;
    /* padding-bottom: 10px; */
    margin-bottom: 16px;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 6px;
    box-shadow: 0 1px 2px #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: 0px 14px 0px 12px;
        font-size: 14px;
        font-weight: 400;
        height: 44px;
        line-height: 44px;
    }

    .boarding-store-3 .bs-info-3 a:hover {
        color: #009936;
    }


.boarding-store-3 .bs-info-3 .campaign-name {
    display: flex;
    height: 44px;
    line-height: 44px;
    justify-content: space-between;
}

    .boarding-store-3 .campaign-name .s-campaing-text {
        font-size: 12px;
        font-weight: 400;
        color: #6c6c6c;
    }

    .boarding-store-3 .campaign-name .r-chev {
        padding-top: 17px;
        color: #048c34;
        font-size: 12px;
    }

.bs-title-3 {
    padding: 0px 15px 0px 12px;
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: -0.4px; */
    border-bottom: solid 1px #ddd;
    color: #6c6c6c;
    height: 31px;
    line-height: 31px;
}

.boarding-store-3 .bs-info-3 img {
    margin-top: 7px;
    max-height: 30px;
}


/* Store Add Favorite s */

.store-favorite-btn {
    height: 32px;
}

    .store-favorite-btn .addFavoriteStore {
   
        display: block;
    }
        .store-favorite-btn .addFavoriteStore i {
            color: #afafaf;
            font-size: 17px;
            padding: 6px 0px 0px 0px;
            cursor: pointer;
        }

    .store-favorite-btn span {
        color: #7d7d7d;     
        height:32px;
        line-height: 32px;     
        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: #afafaf;
        content: 'Favorilere Ekle';
        height: 32px;
        line-height: 26px;
        vertical-align: top;
    }*/
/*    .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 {
    height: 22px;
    line-height: 20px;
    border: dashed 1px #fff;
}

    .cat_store_filter_2:hover {
        border: dashed 1px #ddd;
        border-radius: 12px;
    }


/* Mobile Filter Bar s */


.bar-filters-store {
    /* background-color: #f1f1f1; */
    -ms-webkit-radius: 8px;
    zoom: 1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 32px;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(85 85 85 / 40%);
}

    .bar-filters-store ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }

.bar-filters-store ul li {
    color: #919191;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

    .bar-filters-store ul li:first-child, 
    .bar-filters-store ul li:nth-child(2) {
        color: #484848;
        height: 32px;
        width: 34%;
        line-height: 30px;
    }


        .bar-filters-store ul li:first-child .f-child-item img {
            width: 14px;
            margin-right: 5px;
        }

        .bar-filters-store ul li:nth-child(2) .l-child-item img {
            width: 20px;
            margin-right: 5px;
        }

        .bar-filters-store ul li:first-child .f-child-item .filter-label {
            font-weight: 500;
            font-size: 12px;
            color: #7d7d7d;
            vertical-align: sub;
        }


        .bar-filters-store ul li:nth-child(2) .l-child-item .listing-label {
            font-weight: 500;
            font-size: 12px;
            color: #7d7d7d;
            vertical-align: sub;
        }

    .bar-filters-store ul li:nth-child(3), 
    .bar-filters-store ul li:nth-child(4) {
        height: 32px;
        width: 32%;
        line-height: 36px;
    }

    .bar-filters-store ul li:nth-child(3) i {
      font-size:16px;
    }

/*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;
    }
}*/


/* Store Info Tab Menu s */

#store-info-tab {
    margin-top: 5px;
}

    #store-info-tab ul.tabs {
        list-style: none;
        margin-bottom: 20px;
        display: flex;
        background-color: #f1f1f1;
        justify-content: space-between;
        border-radius: 8px;
    }

        #store-info-tab ul.tabs li {
            cursor: pointer;
            position: relative;
            font-size: 12px;
            text-align: center;
            width: 25%;
            border-right: solid 1px #fff;
            padding: 3px;
        }

            #store-info-tab ul.tabs li:last-child {
                border-right: solid 0px #fff;
            }

    #store-info-tab li.tab-link.selected {
        font-weight: bold;
        color: #008a39;
        background-color: #e0f3e1;
    }

    #store-info-tab li.selected::after {
        color: #222222;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -7px;
        border-width: 7px 7px 0;
        border-style: solid;
        border-color: #009537 transparent;
        display: block;
        width: 0;
        bottom: -6px;
    }

    #store-info-tab .tab-menu-content {
        display: none;
        clear: both;
    }

        #store-info-tab .tab-menu-content.selected {
            display: inherit;
        }





.proses-box-asking {
    text-align: center;
}


    .proses-box-asking .ask-d-btn-block-in-store {
        text-align: center;
    }

        .proses-box-asking .ask-d-btn-block-in-store a {
            background-image: url("https://media.tabiatana.com/images/icons/question/magaza-soru-sor.svg");
            background-repeat: no-repeat;
            background-position: bottom center;
            width: 100%;
            height: 110px;
            display: block;
            color: #ff0000;
            font-weight: 600;
            background-size: 31%;
        }

/* Store Info Tab Menu e */

/*Seller Info s*/

.seller-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6px;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.seller-card-block {
    height: 26px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 6px;
    border: solid 1px #f1f1f1;
    border-radius: 6px;
}

    .seller-card-block .icon {
        width: 30px;
        height: 24px;
        -ms-flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f1f1f1;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .seller-card-block .icon svg, .seller-card-block .icon i {
            font-size: 17px;
            color: #8f8f8f;
            margin: auto;
        }

        .seller-card-block .icon img {
            height: 17px;
            width: 20px;
            display: block;
            margin: auto;
        }

    .seller-card-block .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-style: normal;
        color: #484848;
    }


        .seller-card-block .content .text {
            font-size: 11px;
            font-weight: 600;
            line-height: 26px;
            letter-spacing: -.4px;
        }


.store-customer-info {
    border: solid 1px #ddd;
    padding: 0px 12px 12px 12px;
    border-radius: 6px;
}

    .store-customer-info .title {
        font-size: 11px;
        font-weight: 500;
        color: #7d7d7d;
        margin-top: 4px;
    }


    .store-customer-info .data {
        font-size: 11px;
        font-weight: 600;
        color: #777;
    }

    .store-customer-info .info-head {
        font-size: 11px;
        font-weight: 600;
        color: #000;
        background-color: #f1f1f1;
        text-align: center;
        padding: 0px 12px;
    }

/*Seller Info e*/

.addFavoriteStore {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 5px;
}

    .addFavoriteStore.selected i {
        color: #008e32 !important;
    }

    .addFavoriteStore i {
        color: #ccc;
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .addFavoriteStore:hover i {
        color: #008e32 !important;
        transform: scale(1.1);
    }

    .addFavoriteStore.loading {
        pointer-events: none;
        opacity: 0.7;
    }

        .addFavoriteStore.loading i {
            animation: spin 1s linear infinite;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.store-favorite-btn {
    position: relative;
}

    .store-favorite-btn .spc-1 {
        margin-left: 5px;
    }



.seller-info-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
        border-radius: 8px;
        border: 1px solid #ccc;
        background: #fff;*/
}


    .seller-info-header-mobile .seller-card-block {
        height: auto;
        min-height: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 140px;
        padding: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: solid 1px #c7c7c7;
        border-radius: 6px;
    }

        .seller-info-header-mobile .seller-card-block .icon {
            width: 36px;
            height: 36px;
            -ms-flex: 0 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #f1f1f1;
            border-radius: 50%;
            padding: 4px;
        }
/*
            .seller-info-header-mobile .seller-card-block .icon svg, .seller-card-block .icon i {
                font-size: 22px;
                color: #008a39;
                margin: auto;
            }*/

            .seller-info-header-mobile .seller-card-block .icon img {
                height: 22px;
                display: block;
                margin: auto;
            }

.seller-info-header-mobile .seller-card-block .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    color: #484848;
}

    .seller-info-header-mobile .seller-card-block .content .head {
        font-size: 12px;
        color:#7d7d7d;
    }

    .seller-info-header-mobile .seller-card-block .content .text {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        color: #777777;
    }


.seller-info-header-mobile .store-customer-info {
    border: solid 1px #ddd;
    padding: 0px 20px 20px 20px;
    border-radius: 6px;
}

    .seller-info-header-mobile .store-customer-info .title {
        font-size: 14px;
        font-weight: 500;
        color: #7d7d7d;
        margin-top: 12px;
    }


    .seller-info-header-mobile .store-customer-info .data {
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }

    .seller-info-header-mobile .store-customer-info .info-head {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        background-color: #f1f1f1;
        text-align: center;
        padding: 5px 12px;
    }


 /*   Question */

#question-container {
    overflow: visible;
    height: auto;
    max-height: none;
}

/*   .question-item {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
        background: white;
    }*/

.vendor-question-mobile .question-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.vendor-question-mobile .person-avatar, .store-avatar {
    margin-right: 10px;
}

    .vendor-question-mobile .person-avatar img, .store-avatar img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.vendor-question-mobile .person-question {
    font-size: 14px;
    color: #666;
}

.vendor-question-mobile .question-content {
    margin-bottom: 15px;
}

.vendor-question-mobile .question-subject {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.vendor-question-mobile .question-text {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border-left: 3px solid #007bff;
}

.vendor-question-mobile .answers-section {
    border-top: 1px dashed #e0e0e0;
    padding-top: 15px;
}

.vendor-question-mobile .answers-title {
    font-weight: bold;
    color: #28a745;
    margin-bottom: 10px;
}

.vendor-question-mobile .answer-item {
    background: #e8f4fd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #007bff;
}

.vendor-question-mobile .answer-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.vendor-question-mobile .store-name {
    font-weight: bold;
    color: #007bff;
}

.vendor-question-mobile .answer-text {
    color: #333;
}

.vendor-question-mobile .q-date {
    color: #999;
    font-size: 12px;
}

/* Bootstrap Spinner Stilleri */
.spinner-border.text-primary {
    border-color: #007bff transparent #007bff transparent;
}

.vendor-question-mobile .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}