﻿@media(max-width:768px) {
    .zoom-img {
        width: 100% !important;
        height: auto !important
    }
    .zoomWindowContainer {
        margin-top:-80px !important
    }
}
   
    /* Transition to a bigger shadow on hover */
    .make-it-slow:hover {
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.21);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.21);
        background: #F4F4F4;
        border: solid 1px #C3C3C3;
    }

    .width40Y {
        width: 40%
    }

    .view-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
    }

    .thumbnail {
        margin-bottom: 30px;
        padding: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .item.list-group-item {
        float: none;
        width: 100%;
        background-color: #fff;
        margin-bottom: 30px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        border: 0;
    }

        .item.list-group-item .img-event {
            float: left;
            width: 30%;
        }

        .item.list-group-item .list-group-image {
            margin-right: 10px;
        }

        .item.list-group-item .thumbnail {
            margin-bottom: 0px;
            display: inline-block;
        }

        .item.list-group-item .caption {
            float: left;
            width: 70%;
            margin: 0;
        }

        .item.list-group-item:before, .item.list-group-item:after {
            display: table;
            content: " ";
        }

        .item.list-group-item:after {
            clear: both;
        }



    .fl {
        float: left
    }

    .pdr0 {
        padding-right: 0px
    }


    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }

    .block-main-layer .layer-filter-icon {
        position: fixed;
        top: 22%;
        left: -1px;
        z-index: 9;
        width: 51px;
        height: 49px;
        background-color: #f5f5f5;
        border: #dcdcda solid 1px;
        text-align: center;
        line-height: 51px;
        opacity: 1;
        transition: all 0.2s;
        visibility: visible;
    }

    .block-category-nav {
        border-radius: 7px;
        border-color: #ddd;
        overflow: hidden;
        margin-bottom: 28px;
        line-height: 1.42857143
    }

        .block-category-nav .block-title {
            cursor: pointer;
            margin: 0
        }

            .block-category-nav .block-title strong {
                padding: 0
            }

        .block-category-nav .block-content {
            padding: 10px 15px
        }

        .block-category-nav .category-list {
            list-style: none;
            padding: 0;
            margin: 0
        }

            .block-category-nav .category-list li {
                position: relative
            }

            .block-category-nav .category-list a {
                color: #777;
                font-size: 13px;
                line-height: 2.5
            }

            .block-category-nav .category-list ul {
                margin: 0;
                list-style: none;
            }

            .block-category-nav .category-list a.plus {
                position: absolute;
                right: 1px;
                color: #08c;
                font-size: 16px;
                line-height: 32px
            }

    .block-category-nav {
        margin-bottom: 0;
    }

        .block-layered-nav dt, .block-layered-nav .currently .block-subtitle, .block-category-nav .block-title {
            border: none;
            background-color: transparent;
            padding: 16px 20px 4px 20px;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 600;
            color: #21293c;
            letter-spacing: 0.01em;
        }

        .block-category-nav .category-list a.plus .icon-plus-squared:before {
            content: '\e873';
        }

        .block-category-nav .category-list a.plus .icon-minus-squared:before {
            content: '\e874';
        }

        .block-category-nav .category-list a.plus {
            font-size: 11px;
            right: -3px;
            color: #21293c;
        }

        .block-category-nav .block-title {
            padding: 30px 20px 0 20px;
        }

            .block-category-nav .block-title strong {
                font-weight: 600;
            }

            .block-layered-nav dt:before, .block-category-nav .block-title:before {
                right: 11.6px;
            }

        .block-layered-nav dd, .block-category-nav .block-content {
            border: none;
            background-color: transparent;
            padding: 10px 20px 26px 0px;
            border-bottom: #efefef solid 1px;
            position: relative;
            z-index: 2;
        }

        .block-category-nav .block-content {
            padding-bottom: 24px;
        }

    .block.block-layered-nav {
        margin-bottom: 10px;
        margin-top: 0;
    }

        .block.block-layered-nav .block-title {
            padding: 0 20px;
            margin-bottom: -15px;
            margin-top: 25px;
            text-transform: uppercase;
        }

    .block-layered-nav .currently ol {
        border: none;
        background-color: transparent;
        padding-left: 0;
        padding-right: 20px;
    }

    .block-layered-nav .currently li {
        padding: 5px 20px 5px 20px;
    }

    .block-layered-nav .actions {
        border: none;
        background-color: transparent;
        border-bottom: #efefef solid 1px;
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 35px;
    }

    .block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
        right: 0;
        color: #21293c;
    }

    .block-layered-nav .actions a {
        color: #21293c;
    }

    #narrow-by-list dd .swatch-label {
        background-color: #fff;
        border: solid 1px #e9e9e9;
    }

    .block-layered-nav dt:before, .block-category-nav .block-title:before {
        content: '\e81b';
        border: 0;
        color: #21293c;
        font-size: 17px;
        margin-top: -7px;
    }

    .block-category-nav .block-title:before {
        margin-top: 2px;
    }

    .block-layered-nav dt.closed:before, .block-category-nav .block-title.closed:before {
        content: '\e81c';
    }

    .block-layered-nav dt:hover:before, .block-category-nav .block-title:hover:before {
        background-color: transparent !important;
        color: inherit;
    }

    .block-category-nav .category-list a,
    .block-layered-nav dd a {
        font-size: 14px;
        line-height: 33px;
        letter-spacing: 0.01em;
        color: #7a7d82;
    }

    /*Son eklenenler*/


    .mdlb1 {
        opacity: 0.9;
    }


    .buy {
        width: 100%;
        color: #fff;
        background: #00782b;
        margin-top: 20px;
        text-decoration: none
    }

        .buy:hover {
            color: #fff
        }





    .banka_Faiz {
        float: left;
        width: 14%;
        padding: 3px;
    }

    .taksitExtra {
        display: none;
    }



    .Mmenu {
        font-size: 14px;
        margin-right: 15px;
        margin-left: 15px;
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }



    /* Produc Detal Page Start */


    .product-foto-galery {
        background: #fff;
        cursor: pointer;
        margin-bottom: 10px;
        margin-top: 30px;
        margin-left: 0px;
    }


        .product-foto-galery ul {
            position: relative;
            padding-left: 0px;
        }

            .product-foto-galery ul li {
                display: flex;
            }

                .product-foto-galery ul li .urnpd-detail {
                    cursor: pointer;
                    margin-bottom: 10px;
                    width: 84px;
                    height: 90px;
                    margin-right: 20px;
                    border: solid 1px #d1d1d1;
                }





/*.cart-plus-minus .qty {
    border: 1px solid #e0e0e0;
    color: #333333;
    float: left;
    font-size: 18px;
    font-weight: 900;
    height: 46px;
    margin-right: 0;
    padding: 6px 1px 5px 1px;
    text-align: center;
    width: 50px;
}*/

.basket-quantity-input-b {
    border: 1px solid #e0e0e0;
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: 900;
    height: 44px;
    margin-right: 0;
    padding: 6px 1px 5px 1px;
    text-align: center;
    width: 46px;
}






.basket-quantity-minus-b {
    background-color: #ddd;
    border-right: none;
    color: #333333;
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    height: 44px;
    float: left;
    cursor: pointer;
    width: 30px;
    text-align: center;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
}


.basket-quantity-plus-b:hover,
.basket-quantity-minus-b:hover {
        background-color: #00782b;
        color: #fff
    }



.basket-quantity-plus-b {
    background-color: #ddd;
    border-left: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #333333;
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    height: 44px;
    float: left;
    cursor: pointer;
    width: 30px;
    text-align: center;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:none;
}


.order-add-block .cart-plus-minus label {
    display: inline-block;
    float: left;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px
}



.order-add-block .cart-plus-minus {
/*    display: flex;*/
}


.price-block {
    width: 100%;
    display: flex;
    padding: 0px 0px 0px 0px !important;
}
.price-product {
    position: relative;

}
.retail-price {
    font-size: 18px;
    font-weight: 500;
    height: 80px;
    line-height: 60px;
    text-align: center;
}

/*.basket-price {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}*/

.basket-price .retail-price-p {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #7d7d7d;
    display: flex;
    height: 21px;
    line-height: 20px;
}

        .basket-price .retail-price-p span {
            font-size: 12px;
            font-weight: 400;
            margin-left: 6px;
            color: #7d7d7d;
        }


        .retail-price .tax {
            font-size: 11px;
            font-weight: 400;
            color: #7d7d7d;
            font-family: Roboto,sans-serif;
            padding: 0px 10px;
            line-height: 14px;
            float: right;
            height: 26px;
            margin-top: 10px;
        }

.retail-price-discount {
    font-weight: 400;
    color: #f76565;
    text-decoration: line-through;
    font-size: 14px;
}


    .retail-price-discount span {
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        color: #f76565;
    }


.price-product .retail-price-p {
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 600;

}

.price-product .retail-price-p span {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;

}

    /* Discount Block */

.discount-block {
    height: 46px;
    width: 46px;
    background-color: #ffc107;
    padding-top: 2px;
    margin-right: 12px;
    padding: 6px;
    border-radius: 3px;
}

    .discount-block .discount-tag {
        color: #000;
        text-align: center;
    }


        .discount-block .discount-tag .percent-tag {
            font-size: 16px;
            font-weight: 600;
            font-family: roboto, sans-serif;
            color: #000;
            text-align: center;
        }

            .discount-block .discount-tag .percent-tag span {
                font-size: 12px;
                font-weight: 500;
                color: #fff;
            }


.payment-safety {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 14px;
    color: #0d7533;
}

    .payment-safety span {
        float: left;
        font-size: 12px;
        color: #0d7533;
        margin-right: 6px;
    }


.shop-safety ul {
    list-style: none;
}

    .shop-safety ul li {
        opacity: .7;
        float: left;
        margin-right: 22px;
    }

        .shop-safety ul li span {
            font-size: 11px;
            line-height: 12px;
        }

        .shop-safety ul li:first-child {
            background-image: url(/images/native-production.jpg);
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 68px;
        }

        .shop-safety ul li:nth-child(2) {
            background-image: url(/images/money-protection.jpg);
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 32px;
        }

        .shop-safety ul li:nth-child(3) {
            background-image: url(/images/shop-safety.jpg);
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 32px;
        }


.OutStock {
    background-color: #fbc5d7;
     width: 60%; 
    height: 44px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    border: none;
    border-radius: 5px;
    margin: 0px 42px;
    padding: 0px 20px;
    line-height: 44px;
}

/* Add product favorite WishList */

.favorite-btn {
    width: 26px;
    height: 26px;
    padding: 0px;
    cursor: pointer;
    /* line-height: 40px; */
    /* border: none; */
    /* float: right; */
}

    .favorite-btn .addFavorite {
        color: #afafaf;
        font-size: 18px;
        width: 26px;
        height: 26px;
        padding: 4px 0px 0px 0px;
        cursor: pointer;
        line-height: 22px;
        background-color: #f1f1f1;
        border-radius: 2px;
    }



   /*     .favorite-btn .addFavorite:hover {
            color: #009936;
        }*/


        .favorite-btn .addFavorite.selected {
            color: #009936;
        }


.pt-30 {
    padding-top: 30px !important;
}

/* Popover Tooltip End */


    /*.tags {
        padding: 0;
        list-style: none;
    }

        .tags li {
            float: left;
            height: 44px;
            line-height: 44px;
            position: relative;
        }

        .tags li {

}*/

            /*.tags li:before {
                content: "";
                float: right;
                position: absolute;
                top: 0;
                left: -30px;
                width: 30px;
                height: 0;
                border-color: #ef9c00 transparent #ef9c00 transparent;
                border-style: solid;
                border-width: 22px 0px 22px 22px;
            }

            .tags li:after {
                content: "";
                position: absolute;
                top: 18px;
                right: 8px;
                float: left;
                width: 6px;
                height: 6px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 5px;
                background: #fff;*/
                /*-moz-box-shadow: -1px -1px 2px #004977;
            -webkit-box-shadow: -1px -1px 2px #004977;
            box-shadow: -1px -1px 2px #004977;*/
            /*}*/


    /* Discount Tag End*/


    .p-20 {
        padding: 20px;
    }

    .p-15 {
        padding: 15px;
    }

    .p-10 {
        padding: 10px;
    }

    .zoomContainer {
        z-index: 0
    }

    .urnpd {
        background: #fff;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px
    }



.product-information {
/*    border-bottom: solid 1px #ddd;*/
    display: inline-block;
    width: 100%;
}

.category-title {
/*    position: relative;
     margin: 24px 0px 20px 0px; */
}

    .category-title a {
        font-size: 12px !important;
        color: #7d7d7d;
        text-decoration: none;
        font-weight: 500;
    }

    .category-title a:hover {
        color: #ef9c00;
        text-decoration:none;

    }


    .category-title i {
        font-size: 10px;
        padding: 0px 4px;
        color: #ffc107;

    }




.m-product-name {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    display:none;
}

/*.product-information .product_name {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px;
}
*/



.product-information .vendor-name {
    display: flex;
    margin-bottom: 4px;
}

    .product-information .vendor-name .tag {
        font-size: 13px;
        font-weight: 400;
        color: #7d7d7d;
        margin-right: 6px;
        background-color: #f1f1f1;
        padding: 2px 4px;
        height: 22px;
        /* width: 28px; */
        text-align: center;
        border-radius: 4px;
    }

    .product-information .vendor-name a {
        color: #00782b !important;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400 !important;
        height: 22px;
        line-height: 22px;
    }

        .product-information .vendor-name a:hover {
            color: #000;
            text-decoration: underline;
        }



.product-information .vendor-brand {
    display: flex;
}

    .product-information .vendor-brand .tag {
        font-size: 13px;
        font-weight: 400;
        color: #7d7d7d;
        margin-right: 6px;
        background-color: #f1f1f1;
        padding: 2px 4px;
        height: 22px;
        /* width: 28px; */
        text-align: center;
        border-radius: 4px;
    }

    .product-information .vendor-brand a {
        color: #282928 !important;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400 !important;
        height: 22px;
        line-height: 22px;
    }

        .product-information .vendor-brand a:hover {
            color: #ef9c00 !important;
            text-decoration: underline;
        }


/* Rating s */


.image-zoom-icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #009936;
    color: #ffffff;
    width: 30px;
    height: 32px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    border-bottom-left-radius: 8px;
}

.image-zoom-icon:hover {
    background: #ef9c00;
    transform: scale(1.1);
}

.image-zoom-icon i {
    font-size: 18px;
}

/* Rating s */

.rating-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}

.rating-line {
    height: 100%;
    background-color: #ffc107;
    border-radius: 4px;
    width: 0%; /* Başlangıçta sıfır */
    transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Daha smooth animasyon */
}


.fa-star:not(.checked) {
    color: #000;
}

/* Loading animasyonu */
.loading-rate {
    opacity: 0.6;
    pointer-events: none;
}

.spinner-rate {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rating {
    display: flex;
    color: #464646;
    font-size: 32px;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.rating-upper {
    color: #ffc107;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 30px;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

    .rating-lower span {
        color: #c5c5c5;
    }

.rating #Count {
    font-size: 13px;
    padding: 6px;
}

/* Rating e */

.product-information .product_code {
    font-size: 18px;
    font-weight: 700;
    color: #7d7d7d;
    margin-bottom: 5px;
}



.product-information .sales_type {
     width: 80px;
    font-size: 14px;
    font-weight: 700;
    float: left;

}

.product-information .sales_type_comment {
    height: 34px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    float: left;
}


    .sales_count {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 15px;
        width: 50px;
        float: left;
        line-height: 40px;
    }


.order-button {
    background-color: #f1f1f1;
    padding: 20px;
}


.order-add-block {
    background-color: #f1f1f1;
    padding: 8px 14px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 0px !important;
    position: fixed !important;
    bottom: 0px !important;
    z-index: 1030 !important;
    right: 0 !important;
    left: 0 !important;
    height: 50px;
    align-items: center;
}


.similar-product-button {
    background-color: #ef9c00;
    -moz-transition: all 0.3s linear;
    width: 38%;
    max-height: 36px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    border: none;
    border-radius: 5px;
    margin: 0px 12px;
    line-height: 36px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 10px;
}

    .similar-product-button:hover {
        background-color: #00782b;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        color: #fff;
    }


.out-of-stock {
    color: #ff0000;
    font-size: 13.5px;
    font-weight: 600;
    text-align: left;
    padding-left: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}



.basket-add-button {
    background-color: #ef9c00;
    -moz-transition: all 0.3s linear;
    height: 30px;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 5px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.add-basket-btn {
    background-color: #f1f1f1;
    color: #666;
    font-size: 12px;
    padding: 8px 10px;
    border: none;
    border-radius: 6px;
    margin-top: 12px;
    text-align: center;
}

.basket-add-button-speed {
    background: #37a506;
    padding: 6px 0px;
    text-align: center;
    -moz-transition: all 0.3s linear;
    margin-top: 30px;
    width: 47%;
    height: 44px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

    .basket-add-button-speed:hover {
        background-color: #00782b;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        color: #000
    }


.my-basket-title {
    font-size: 15px;
    font-weight: 500;
    padding: 11px 0px 4px 0px;
    border-radius: 6px !important;

    color: #7d7d7d;
}

    .my-basket-title i {
        font-size: 15px;
        color: #00782b;
        margin-right: 3px;
    }

#QuestionCriteria {
    flex: 1;
    max-height: 450px;
    padding: 0 16px;
    overflow-y: auto;
}

    #QuestionCriteria:dir(ltr) {
        margin-right: 10px;
    }


.quantity-selector {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.quantity-btn {
    width: 32px !important;
    height: 30px !important;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

    .quantity-btn.minus {
        border-radius: 5px 0 0 5px;
    }

    .quantity-btn.plus {
        border-radius: 0 5px 5px 0;
    }

.quantity-input {
    width: auto;
    height: 30px;
    text-align: center;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 16px;
    max-width: 40px;
    line-height: 30px;

}

.quantity-btn:hover {
    background-color: #e9ecef;
}

.quantity-btn:active {
    background-color: #dee2e6;
}

.quantity-btn.disabled {
    background-color: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
}


.shopping-card {
/*    display: flex;
    flex-direction: column;
    border: solid 1px #ddd;
    border-radius: 6px;
    padding: 20px 20px;*/
}

    .border {
        border: solid 1px #ddd;
    }


    .border-white {
        border: solid 1px #ddd;
    }

    .product-detail-tabs {
        padding: 20px;
        min-height: 220px;
        display: table;
    }

    .comment-date {
        color: #6c757d !important;
        font-size: 12px;
        padding-left: 20px;
    }


    .comment-image {
        width: 100%;
        padding: 0px;
    }

    .comment-cargo {
        width: 100%;
    }

        .comment-cargo ul {
            list-style-type: none;
            position: relative;
            padding: 0px;
        }

            .comment-cargo ul li {
                color: #464646;
                font-size: 13px;
                font-weight: 400;
            }

                .comment-cargo ul li p {
                    padding: 50px 50px 0px 20px;
                }


                .comment-cargo ul li img {
                    float: left;
                    padding: 0px 20px 0px 0px;
                }


    .comment-title {
        position: relative;
        background-image: url(../../images/home/comment-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        height: 60px;
        width: 57px;
        padding: 12px 0px 0px 70px;
        margin-bottom: 12px;
    }

        .comment-title span {
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            margin-left: 12px;
        }

    .comment-header {
        position: relative;
        margin-bottom: 12px;
        background-color: #ededed;
        padding: 4px 10px;
    }

    .comment-name {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        float: left;
    }

    .add-comment-title {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        position: relative;
        text-align: left;
        width: 100%;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .add-comment {
        width: 100%;
        margin-top: 10px;
        background-color: #f7f7f7;
        padding: 12px;
        display: block;
        width: 100%;
        font-size: 12px;
    }

        .add-comment textarea {
            background-color: #fff;
            outline: 0;
        }

        .add-comment a {
            color: #464646;
            font-size: 14px;
            font-weight: 400;
        }

            .add-comment a:hover {
                color: #7d7d7d;
            }



    .add-comment-textarea {
        min-height: 80px;
        border: 1px solid #7d7d7d;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        background-color: #fff !important;
    }

        .add-comment-textarea:focus {
            min-height: 80px;
            box-shadow: 0 0 0 .2rem rgba(125,125,125,.25);
            border: 1px solid #7d7d7d;
        }


    .button-comment {
        background: #ccc;
        padding: 7px 20px 4px 20px;
        font-size: 14px;
        text-align: center;
        color: #000;
        margin-top: 10px;
        cursor: pointer;
        border: 0px;
        font-weight: 500;
    }

        .button-comment:hover {
            background: #00782b;
            color: #fff
        }



    .bank-logo {
        width: 100%;
        position: relative;
    }


    .taksitler {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

        .taksitler td {
            border: 1px solid #ddd;
            padding: 3px 12px 3px 12px;
            width: 33%;
        }

        .taksitler tr:nth-child(even) {
            background-color: #fff;
        }

        .taksitler tr:hover {
            background-color: #b3d6c0;
        }

        .taksitler th {
            padding-top: 1px;
            padding-bottom: 1px;
            text-align: left;
            background-color: #ddd;
            color: #000;
            padding-left: 12px;
        }





.shadow {
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        -o-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    }

.campaign-cargo {
    width: 100%;
    margin-top: 20px;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}


.campain-cargo-block {
/*    display: flex;
    flex-direction: column;
    padding-left: 0;
    border-radius: .25rem;
    margin: 20px 0px;*/
}

    .campain-cargo-block ul {
        list-style-type: none;
    }

    .campain-cargo-block ul li {
       
    }

    .campain-cargo-block .campaign-cargo-info {
        width: 100%;
        margin-top: 10px;
        color: #5e5e5e;
        font-size: 12px;
        font-weight: 400;
        /* margin-bottom: 10px; */
        display: flex;
        /* margin-bottom: 20px; */
    }
/*
    .campain-cargo-block .cc-style {
        font-size: 17px;
        color: #7d7d7d;
        margin-right: 8px;
    }*/


.comment-size,
.cargo-size {
    font-size: 20px;
    color: #00782b;
    margin-right: 8px;
}

    .comment-text {
        font-size: 12px;
        color: #000;
    }



    .comment-product {
        background-color: #f7f7f7;
        padding: 10px;
        margin-bottom: 12px;
        border: 1px #f1f1f1 solid;
        display: flex;
    }


/*Product Detail Tab Menu S*/



  .detail-tab-menu > input, .detail-tab-menu section > div {
        display: none;
    }

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5 {
    display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4,
#tab5:checked ~ nav .tab5 {
    color: red;
}
/* Visual Styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-tab-menu {
    width: 100%;
  /*  margin: 70px 0px;*/
}


 .detail-tab-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .detail-tab-menu ul li label {
        font-family: arial;
        font-weight: bold;
        font-size: 15px;
        float: left;
        padding: 13px 25px;
        border: 1px solid #fff;
        border-bottom: 0;
        background: #ddd;
        color: #000;
        cursor: pointer;
        width: 50%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

     .detail-tab-menu ul li label:hover {
                background: #7d7d7d;
                color: #fff;
            }

       .detail-tab-menu ul li label:active {
                background: #ffffff;
            }

          .detail-tab-menu ul li label span {
                font-family: Roboto, sans-serif;
                font-weight: 400;
                font-size: 12px;
                float: left;
                padding: 13px 25px;
                display: contents;
            }

       .detail-tab-menu ul li:not(:last-child) label {
            border-right-width: 0;
        }

   .detail-tab-menu section {
        clear: both;
    }

    .detail-tab-menu section div h2 {
            margin: 0;
            letter-spacing: 1px;
            color: #34495e;
        }

#tab1:checked ~ nav .tab1 label, 
#tab2:checked ~ nav .tab2 label, 
#tab3:checked ~ nav .tab3 label, 
#tab4:checked ~ nav .tab4 label, 
#tab5:checked ~ nav .tab5 label {
    background: #479b4a;
    color: #111;
    position: relative;
    border: solid 1px #479b4a;
    border-bottom: solid 1px #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
}

    #tab1:checked ~ nav .tab1 label:after,
    #tab2:checked ~ nav .tab2 label:after,
    #tab3:checked ~ nav .tab3 label:after,
    #tab4:checked ~ nav .tab4 label:after,
    #tab5:checked ~ nav .tab5 label:after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ffffff;
        left: 0;
        bottom: -2px;
    }

.product-inf-detail .detail-tab-menu ul li label {
    font-size: 12px !important;
    padding: 6px 10px !important;
    min-height: 32px !important;
}

.detail-tab-menu .active a {
    background-color: #fff;
    border-bottom: 0;
}

.detail-tab-menu .tabs-inner {
    border: solid 1px #ddd;
    margin-top: -1px;
    background: #fff;
    padding: 10px 8px;
    font-size: 12px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #484848;
}

.detail-tab-menu ol {
    padding: 5px 10px;
    background: #f2f2f2;
    margin-top: 20px;
    height: 36px;
}

.detail-tab-menu ol li {
        width: 230px;
        float: left;
        padding: 5px 0;
    }

 .detail-tab-menu ol li .text {
            font-size: 13px;
            font-weight: bold;
            padding-right: 10px;
        }


/* Product Detail Tabs Menu E*/


/* Cargo Start */

#cargo {
    margin-bottom: 20px;
    width: calc(100% - 240px);
    margin-top: 20px;
    display: inline-block;

}

    #cargo ul li .left {
        line-height: 30px;
        width: 200px;
        background: #f0f0f0;
        padding: 4px;
        padding-left: 10px;
        margin-bottom: 1px;
        font-weight: bold;
        font-size: 11px;
        height: 30px;
    }

    #cargo ul li .right {
        width: calc(100% - 222px);
        padding: 4px 15px;
        border-bottom: solid 1px #d9d9d9;
        margin-bottom: 1px;
        height: 30px;
        line-height: 30px;
    }

.firm-logo {
    width: 220px;
    height: 150px;
    float: right;
    margin-top: 45px;
}

    .firm-logo img {
       /* width: 220px;*/
        height: 130px;
        float: right;
        border: solid 1px #ddd;
    }

/* Cargo End */


.detail-page-slider-1 {
    width: 100%;
/*    margin-top: 10px;*/
}



.detail-page-slider-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.basket-page-slider {
    width: 100%;
    margin-top: 40px;
    /* margin-bottom: 70px; */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-decoration: none;
    color: #333;
}


.p-card-category-list {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.p-card-category-img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.p-card-category-list:hover .p-card-category-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


.p-card-search-list {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.p-card-search-img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

/*.p-card-search-list:hover .p-card-search-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}*/

.p-card-store-list {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    overflow:hidden;
}

/*.p-card-store-img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.p-card-store-list:hover .p-card-store-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
*/
.p-name {
    font-size: 13px !important;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
    line-height: 16px;
    text-wrap-mode: wrap;
    max-width: 160px;
}

.product-card:hover .p-name {
    color: #00782b;
}


.card-price {
    width: 100%;
    display: flex;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
}
    .card-price .price-campain {
        text-decoration: line-through;
        color: #ef9c00;
        font-size: 15px;
        text-align: left;
        position: relative;
        letter-spacing: -1px;
    }

    .card-price .p-price {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.38px;

    }


.p-price-no-campain {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin: 12px 0px 0px 0px;
}

.card-price .p-price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.38px;

}


.p-price-symbol {
        font-size: 14px;
        color: #444;
        font-weight: 500;
    }


.slide-price {
    font-size: 16px;
    color: #00782b;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}

/* Product Card e */






.topbar {
    background: #00782b;
    min-height: 15px;
}

    .ship {
        height: 100px
    }

    .hdr-cls {
        border-bottom: solid 1px #eaeaea;
        color: #c9331c;
        padding-bottom: 7px
    }



    #modal1Desc {
        font-size: 15px
    }

    #mySidenav_back {
        position: absolute;
        background: #000000;
        opacity: 0.7;
        z-index: 50;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .slideshow {
        position: relative;
        top: 0px;
        left: 0px;
        height: 460px;
        width: 100%;
        z-index: -2;
        margin-bottom: 30px
    }

    .mdlb {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #000;
        opacity: 0.5;
        height: 37px;
        width: 100%;
        z-index: 0
    }

    .mdlb1 {
        position: absolute;
        top: 0px;
        left: 0px;
        /*background: #000000;*/
        height: 460px;
        width: 100%;
        z-index: -1;
        border-bottom: solid 5px #989898;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    }

    .mdl {
        position: absolute;
        width: 100%;
        top: 330px;
        left: 0px;
        z-index: 12
    }

    .tpm {
        color: #FFFFFF;
        line-height: 50px;
        display: none;
        padding-left: 10px
    }

    .phone {
        position: absolute;
        z-index: 30;
        margin-top: 2px;
        padding-left: 60px;
        font-size: 16px;
        padding-top: 5px;
        color: #FFFFFF
    }

    .sph {
        height: 40px;
        margin-left: -25px;
        margin-bottom: 10px;
        margin-top: 20px
    }

    .btnL {
        width: 120px;
        text-align: left;
        float: left;
        margin-right: 30px
    }

    .actvgonderbtn {
        width: 190px;
        text-align: left;
        float: left;
        margin-right: 30px;
        margin-top: 10px
    }

    .price-total {
        width: 100%;
        text-align: center;
    }

.list-product-price {
    color: #545454;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}


.list-product-price-slider {
    color: #484848;
    font-size: 20px;
    font-weight: 600;
    /* font-family: Roboto,sans-serif; */
    margin-bottom: 20px;
}


    .price-total-slider {
        color: #000;
        font-size: 24px;
        font-weight: 600;
        font-family: Roboto,sans-serif;
        padding-bottom: 30px;
    }


    /*.list price-block {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding: 17px 12px 12px 20px;
    display: flex;
    border: 1px #f1f1f1 solid;
}

.list-price-product {
    position: relative;
}

.list-price-discount {
    font-weight: 400;
    color: red;
    text-decoration: line-through;
    font-size: 18px;
    float: left;
    padding: 10px 10px 10px 10px;
}

.list-price {
    font-size: 30px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    float: left;
    letter-spacing: -1px;
}*/

.price-symbol {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

.price-symbol-campain {
    font-size: 15px;
    color: #f35757;
    font-weight: 400;
}

    .content-title {
        font-size: 15px;
        margin: 0px 10px 10px 0px;
        color: #7d7d7d;
        font-weight: 500;
        padding: 10px 25px;
        text-transform: uppercase
    }

    .content-style {
        font-size: 12px;
        padding: 25px;
    }


    .urun-detay-button {
        background: #ddd;
        padding: 8px 16px;
        font-size: 14px;
        text-align: center;
        color: #000;
        font-weight: normal;
        -moz-transition: all 0.3s linear;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 30px;
    }

        .urun-detay-button:hover {
            background: #00782b;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            color: #fff
        }


.CampProduct {
    text-decoration: line-through;
    color: #f35757;
    font-size: 17px;
    /* margin-left: 30px; */
    float: left;
    text-align: center;
    /* padding-top: 6px; */
    width: 50%;
}


    .ProductImages {
        height: 200px;
        width: 100%;
    }

    .LangC {
        font-size: 12px;
        padding: 9px;
        float: left;
        list-style: none;
        color: #fff
    }

        .LangC:hover {
            background: #fff;
            color: #000
        }

    #footer {
        background: #F3F3F3;
        margin-bottom: 0px;
        z-index: -1
    }

    .mb20 {
        margin-bottom: 20px
    }

    .KatM {
        border: solid 4px #ddd;
        display: none;
    }

    .KatMK {
        font-size: 14px;
        height: 30px;
        margin-top: 10px;
        line-height: 34px;
        color: #096c0e;
        border-bottom: solid 1px #ddd;
        margin-bottom: 10px;
        font-weight: bold;
        min-width: 180px;
    }

    .KatSB {
        list-style: none;
        color: #000000;
        min-height: 25px;
        line-height: 25px;
        padding-left: 0px;
        font-size: 13px;
    }

        .KatSB > a > li {
            list-style: none;
            color: #000000;
            min-height: 25px;
            padding: 5px;
            padding-left: 0px;
            font-size: 13px;
        }

            .KatSB > a > li:hover {
                color: #096c0e;
            }

    .tumu-link {
        margin-top: 12px;
    }

        .tumu-link a {
            color: #7d7d7d;
            font-size: 12px;
            margin-top: 12px;
            font-weight: bold;
        }

            .tumu-link a:hover {
                color: #096c0e;
            }

    h4 {
        color: red
    }


    .KatSB > a {
        color: #000000;
        background: none
    }

    .phone {
        -webkit-animation: vibrate 5s cubic-bezier(.36, .07, .19, .97) infinite;
        animation: vibrate 5s cubic-bezier(.36, .07, .19, .97) infinite;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 300px;
        perspective: 300px;
    }


    @keyframes vibrate {
        0%, 2%, 4%, 6%, 8%, 10%, 12%, 14%, 16%, 18% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
        }

        1%, 3%, 5%, 7%, 9%, 11%, 13%, 15%, 17%, 19% {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
        }

        20%, 100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .gri {
        background: none
    }

    .jtv-service-adver {
        text-align: left;
        border: solid 1px #ddd;
        max-width: 555px;
        overflow: hidden;
    }

.jtv-service-area {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}

        /*.jtv-service-area img {
  max-width:555px
}*/


        .jtv-service-area .block-wrapper {
            background: #8ab515;
            padding: 15px
        }

            .jtv-service-area .block-wrapper.ship:hover, .jtv-service-area .block-wrapper.user:hover, .jtv-service-area .block-wrapper.return:hover, .jtv-service-area .block-wrapper.support:hover, .jtv-service-area .block-wrapper:hover {
                background-color: #E1E1E1;
            }

.icon-wrapper {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    margin-right: 5px;
    color: #7d7d7d;
}

    .service-wrapper {
        overflow: hidden;
        zoom: 1;
        text-align: left;
        margin-top: 15px;
    }

    .jtv-service-area .block-wrapper.return {
        background: #F3F3F3;
        padding-top: 0px;
        border-radius: 5px
    }

.jtv-service-area .block-wrapper.ship {
    background: #fff;
    padding-top: 20px;
    border: solid 1px #ddd;
    margin-top: 30px;
    border-radius: 8px;
}

    .jtv-service-area .block-wrapper.support {
        background: #F3F3F3;
        padding-top: 0px;
        border-radius: 5px
    }

    .jtv-service-area .block-wrapper.user {
        background: #F3F3F3;
        padding-top: 0px;
        border-radius: 5px
    }

    .jtv-service-area .block-wrapper .text-des {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        vertical-align: middle;
        color: #6B1212;
    }

        .jtv-service-area .block-wrapper .text-des h3 {
            text-transform: uppercase;
            font-size: 14px;
            color: #7d7d7d;
            margin-bottom: 3px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: top;
            font-weight: 700;
        }

        .jtv-service-area .block-wrapper .text-des p {
            margin: 0;
            font-size: 12px;
            font-weight: 400;
            color: #3B3B3B;
        }





    /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        right: -10px;
        background-color: #fff; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding: 5px;
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        z-index: 95959;
        ;
        border-left: solid 5px #D5D5D5
    }

        /* The navigation menu links */
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            /* When you mouse over the navigation links, change their color */
            .sidenav a:hover {
                color: #f1f1f1;
            }

        /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
    }

    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    /*@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}*/

    .sticky {
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        z-index: 40;
    }

    /******************************************
35. Login page
******************************************/
    .account-login {
        display: inline-block;
        width: 100%;
    }

.box-authentication {
    display: inline-block;
    max-width: 500px;
    max-height: 500px;
    float: left;
    padding: 30px;
}

        .box-authentication > h3 {
            margin-bottom: 15px;
        }

        .box-authentication label {
            margin-top: 10px;
            margin-bottom: 2px;
        }

        .box-authentication .forgot-pass {
            margin-top: 15px;
        }

        .box-authentication input, .box-authentication textarea {
            border-radius: 0px;
            border: 1px solid #e8e6e2;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            width: 50%;
        }

        .box-authentication .button {
            margin-top: 15px;
        }


    /******************************************
2. Newsletter Popup
******************************************/
    .modal-dialog.newsletter-popup {
        background: rgba(0, 0, 0, 0) url("/images/newsletter.jpg") repeat scroll 0 0;
        width: 775px;
        height: 375px;
        margin-top: 12%;
    }

    .newsletter-popup .modal-content {
        background: inherit;
        box-shadow: none;
        border: none;
    }

    .newsletter-popup .close {
        background: #fe0100 none repeat scroll 0 0;
        cursor: pointer;
        font-weight: 900;
        line-height: 30px;
        min-width: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: -30px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        opacity: 1;
    }

        .newsletter-popup .close:hover {
            background: #fe0100;
            color: #fff;
        }

    .newsletter-popup h4.modal-title {
        font-size: 2.5em;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 60px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }

    #newsletter-form .content-subscribe {
        overflow: hidden
    }

    .form-subscribe-header label {
        color: #eee;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 25px;
        margin: 20px 0;
        max-width: 72%;
    }

    #newsletter-form .input-box, #newsletter-form .content-subscribe .actions {
        display: inline-block;
    }

        #newsletter-form .input-box .input-text {
            border: 1px solid #ddd;
            height: 40px;
            line-height: 40px;
            margin: 0 0 5px;
            padding-left: 15px;
            width: 380px;
            color: #333333;
        }

    .subscribe-bottom input[type=checkbox] {
        vertical-align: sub;
    }

    #newsletter-form .actions .button-subscribe {
        background-color: #00782b;
        border: medium none;
        color: #fff;
        font-size: 1em;
        height: 40px;
        line-height: 40px;
        min-width: 105px;
        padding: 0 10px 0 3px;
        text-transform: uppercase;
        font-weight: 700;
    }

        #newsletter-form .actions .button-subscribe:hover {
            background: #334141;
            color: #fff;
        }

    .subscribe-bottom {
        color: #eee;
        display: block;
        margin-top: 15px;
        overflow: hidden;
    }

        .subscribe-bottom label {
            color: #333333;
            font-size: 12px;
            margin-bottom: 0;
        }

    #dont_show {
        margin: 0;
        vertical-align: middle;
    }

.modal-open .modal {
  /*  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);*/
    background-color: transparent;
}

    button.button {
        display: inline-block;
        border: 0;
        background: #ff3a3a;
        padding: 6px 16px;
        font-size: 12px;
        border: 1px solid #ff3a3a;
        font-weight: 900;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        font-weight: normal;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        cursor: pointer;
    }

        button.button:hover {
            background: #ff3a3a;
            border: 1px solid #ff3a3a;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            color: #fff
        }

    /*button span {*/
        /* text-transform: uppercase; */
        /*font-weight: 900;
        font-size: 16px;
        margin-right: 20px;
    }*/


    .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        filter: alpha(opacity=0);
        opacity: 0;
        line-break: auto
    }

        .tooltip.in {
            filter: alpha(opacity=90);
            opacity: .9
        }

        .tooltip.top {
            padding: 5px 0;
            margin-top: -3px
        }

        .tooltip.right {
            padding: 0 5px;
            margin-left: 3px
        }

        .tooltip.bottom {
            padding: 5px 0;
            margin-top: 3px
        }

        .tooltip.left {
            padding: 0 5px;
            margin-left: -3px
        }

    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 4px
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

/*Banner Advertise s*/

.homepage-banner-row-1 {
    display: flex;
    justify-content: space-between;
}

    .homepage-banner-row-1 ol {
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
    }

    .homepage-banner-row-1 ol li {
        margin: 0px 6px 20px 6px !important;
    }


        .homepage-banner-row-1 ol li img {
            border-radius: 8px;
            width: 100%;
            max-width: 100%;
        }

/* Review s */

#reviewsMainMenu .products-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

}

#Reviewform button:disabled {
    background: #adadad;
    cursor: not-allowed;
}


#reviewsMainMenu .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    #reviewsMainMenu .nav-tabs .nav-link {
        color: #495057;
        font-weight: 500;
        border: none;
        border-bottom: 2px solid transparent;
        transition: all 0.2s ease;
        padding: 12px !important;
    }

        #reviewsMainMenu .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            background-color: #f8f9fa;
        }

#reviewsSubMenu .nav-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #0d6efd;
}


#reviewsSubMenu .sub-tabs .nav-link {
    color: #444;
    transition: all 0.2s ease;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    padding: 0px 11px;
    background-color: #fff;
    height: 28px !important;
    line-height: 28px;
    margin-right: 0px !important;
}

    #reviewsSubMenu .sub-tabs .nav-link:hover {
        color: #0d6efd;
        background-color: #f8f9fa;
    }

    #reviewsSubMenu .sub-tabs .nav-link.active {
        color: #048c34;
        background-color: transparent;
        border: 1px solid #048c34;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
    }


#reviewsSubMenu .rating-cart {
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
}


    #reviewsSubMenu .rating-cart .left-section {
        margin-right: 15px;
    }


    #reviewsSubMenu .rating-cart .right-section {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

        #reviewsSubMenu .rating-cart .right-section strong {
            color: #7d7d7d;
            font-weight: 600;
        }


#reviewsSubMenu .review-btn {
    color: #008b4a !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid #008b4a !important;
    height: 26px;
    font-size: 12px;
    display: block;
    width: 120px;
}

    #reviewsSubMenu .review-btn:hover {
        background: #008b4a !important;
        color: #fff !important;
        border: 1px solid #008b4a !important;
        /*  transform: translateY(-1px);*/
        opacity: 1 !important
    }

    #reviewsSubMenu .review-btn:disabled {
        background: #6c757d;
        cursor: not-allowed;
        transform: none;
    }

    #reviewsSubMenu .review-btn.selected {
        background: #dc3545;
    }

.products-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.store-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .products-container {
        grid-template-columns: 1fr;
    }
}

#reviewsSubMenu .no-products {
    text-align: center;
    padding: 40px;
    color: #666;
    grid-column: 1 / -1;
}

/* Yıldızlı Değerlendirme */

.was-validated #star-rating.is-invalid .invalid-feedback,
#star-rating.is-invalid .invalid-feedback {
    display: block;
}

#star-rating.is-invalid .rateing {
    border: 2px solid #dc3545;
    border-radius: 4px;
    padding: 5px;
}

#star-rating.is-invalid {
    display: block;
}

#textarea textarea::placeholder { /* Modern tarayıcılar */
    color: #666;
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
}

#textarea textarea::-webkit-input-placeholder { /* Chrome, Safari */
    color: #666;
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
}

#textarea textarea::-moz-placeholder { /* Firefox */
    color: #666;
    font-size: 14px;
    font-style: italic;
    opacity: 1;
}

#textarea textarea:focus::placeholder {
    color: transparent;
    opacity: 0;
}


.approved-reviews-container .rating-stars {
    color: #ffc107;
    font-size: 1.2rem;
}

/* Tab pane'ler için özel stil */

#reviewsSubMenu .tab-pane {
    display: block !important;
}

    #reviewsSubMenu .tab-pane:not(.active):not(.show) {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    #reviewsSubMenu .tab-pane.active.show {
        opacity: 1 !important;
        height: auto !important;
        overflow: visible;
        transition: opacity 0.3s ease;
    }

.approved-reviews-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

    .approved-reviews-container .reviews-list-cart {
        position: relative;
        box-sizing: border-box;
        padding: 15px;
        border-radius: 6px;
        border: solid 1px #e6e6e6;
    }



        .approved-reviews-container .reviews-list-cart .left-section {
            margin-right: 15px;
        }


        .approved-reviews-container .reviews-list-cart .rating-cart .right-section {
            height: 127px;
            position: relative;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .approved-reviews-container .reviews-list-cart .right-section strong {
            color: #7d7d7d;
            font-weight: 600;
        }



    .approved-reviews-container .stars {
        /* padding: 0px 3px 3px 3px; */
        /* letter-spacing: 2px; */
        margin-right: 3px;
        float: left;
        font-size: 11px;
    }


    .approved-reviews-container .fa-star:not(.checked) {
        color: #c1c1c1;
    }

    .approved-reviews-container .stars .active {
        color: #ffb402;
    }

    .approved-reviews-container .stars .pass {
        color: #ddd;
    }



/* Review Review Select Product s */


.review-page-title {
    margin-bottom: 16px;
    display: flex;
    background-color: #fbfbfb;
    width: 190px;
    padding: 6px 12px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #ddd;
}

    .review-page-title i {
        padding-right: 6px;
        color: #333;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

    .review-page-title span {
        font-weight: 400;
        color: #333;
        font-size: 14px;
        height: 20px;
        line-height: 23px;
    }

.review-product-list-r {
    padding: 0px;
}



    .review-product-list-r ul {
        list-style-type: none;
        padding: 0;
        width: 100%;
        display: flex;
    }

        .review-product-list-r ul li {
            padding: 0px 0;
            width: 47%;
            margin-bottom: 20px;
            margin: 10px 10px;
            display: inline-block;
        }


.review-checkbox-r input[type="checkbox"] {
    display: block !important;
}

.review-checkbox-r label {
    border: 2px solid #f1f1f1;
    padding: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 90%;
    border-radius: 6px;
    z-index: -1;
}

    .review-checkbox-r label:hover,
    .review-checkbox-r label:focus {
        border: 1px solid #ef9c00;
    }




    .review-checkbox-r label:before {
        color: white;
        content: " ";
        display: block;
        border-radius: 5px;
        border: 1px solid #009936;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        transition-duration: 0.2s;
        transform: scale(0);
    }

.review-checkbox-r :checked + label {
    border-color: #009936;
    border: 2px solid #009936;
}

    .review-checkbox-r :checked + label:before {
        content: "\f005";
        font-family: FontAwesome;
        background-color: #009936;
        transform: scale(1);
        font-size: 18px;
    }

.select-review-product-r {
    display: none;
}

.review-product-list-r label img {
    height: 80px;
    width: 80px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    float: left;
    margin-right: 12px;
}

.review-product-list-r .name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-product-list-r .piece {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
    margin-right: 12px;
    width: 100%;
    display: block;
}

.review-product-list-r ul li .piece span,
.review-product-list-r ul li .price span,
.review-product-list-r ul li .date span,
.review-product-list-r ul li .code span {
    color: #7d7d7d;
}

.review-product-list-r .price {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
}

/* Review Select Product e*/


/* Review Rate s*/


#star-rateing .rateing {
    border: none;
    float: left;
}

.rateing > input {
    display: none;
}

.rateing > label:before {
    margin: 5px;
    font-size: 1.80em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rateing > label {
    color: #ddd;
    float: right;
    width: 30px;
}


/* STAR RATING */
.rateing > input:checked ~ label, /* show gold star when clicked */
.rateing:not(:checked) > label:hover, /* hover current star */
.rateing:not(:checked) > label:hover ~ label {
    color: rgba(241, 196, 15, 1);
}
    /* hover previous stars in list */

    .rateing > input:checked + label:hover, /* hover current star when changing rating */
    .rateing > input:checked ~ label:hover,
    .rateing > label:hover ~ input:checked ~ label, /* lighten current selection */
    .rateing > input:checked ~ label:hover ~ label {
        color: rgba(241, 196, 15, .8);
    }

#star-rating {
    max-width: 220px;
    display: block;
}


    #star-rating input {
        display: none;
        margin-top: 35px;
    }

    #star-rating .rateing {
        margin-top: 10px;
    }


        #star-rating .rateing label:before {
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

        #star-rating .rateing label:hover:before {
            cursor: pointer;
        }


        #star-rating .rateing label.selected {
            animation: push .6s ease-in-out forwards;
            -webkit-animation: push .6s ease-in-out forwards;
        }


.show-percent {
    position: relative;
    top: 12px;
    right: 12px;
}

.rate-write {
    height: 50px;
    line-height: 50px;
    margin: 0px 0px 0px 20px;
    background-color: #f1f1f1;
    border-radius: 100%;
    width: 50px;
    text-align: center;
    margin-top: 16px;
}

.score-review {
    font-size: 22px;
    color: #009936;
    font-weight: 700;
    border: none;
}


@keyframes push {
    0% {
        transform: scale(.8);
        transform: rotate(0deg)
    }

    100% {
        transform: scale(1.3);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes push {
    0% {
        -webkit-transform: scale(.8);
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: scale(1.3);
        -webkit-transform: rotate(360deg)
    }
}


/* Favori List */

#favoriMainMenu .nav-tabs .nav-link {
    color: #495057;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

#favorites-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

#stores-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}