﻿/*2021 s*/

#content .slide-2-style {
    margin: 0px 0px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* padding: 0px 14px 0px 26px; */
    height: 600px;
    border-radius: 10px;
    height: 360px;
    margin-bottom: 30px;
    width: 952px;
}

#content .category-banner {
    width: 208px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

    #content .category-banner img {
        /* width: 186px;*/
        border-radius: 8px;
    }




#content .slide-2-style ul {
    /* overflow: hidden; */
    /* background: #fff; */
}

#content .slide-2-style .clip {
    float: left;
    text-align: center;
    position: relative;
    /*		width: 208px !important;*/
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 10px 10px;
    height: 346px;
}

    #content .slide-2-style .clip:hover {
        border: 1px solid rgba(0, 140, 50, .6);
        box-shadow: 0 1px 2px 0 rgba(0,140,50,.5);
    }


    #content .slide-2-style .clip a {
        padding: 10px 10px 10px 10px;
        display: block;
        text-align: left;
        font: 500 14px Roboto, sans-serif;
        text-decoration: none;
    }


    #content .slide-2-style .clip figure {
        text-align: left;
        margin: auto;
        margin-bottom: 24px;
    }


        #content .slide-2-style .clip figure img {
            width: 196px;
            border-radius: 16px;
            padding: 8px;
        }


    #content .slide-2-style .clip p.name {
        color: #000;
        font: 500 14px Roboto, sans-serif;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.34;
        text-align: center;
    }

    #content .slide-2-style .clip p.category-name {
        padding-bottom: 10px;
        width: 190px;
        text-align: center;
        border-top: solid 1px #ddd;
        padding-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font: 500 14px Roboto, sans-serif;
        height: 45px;
        color: #000;
    }

        #content .slide-2-style .clip p.category-name a {
            color: #000;
        }

            #content .slide-2-style .clip p.category-name a:hover {
                color: #009936;
                text-decoration: underline;
            }


    #content .slide-2-style .clip p.price {
        text-align: center;
        font: 700 21px Roboto, sans-serif;
    }

    #content .slide-2-style .clip p.old-price {
        color: #7d7d7d;
        text-decoration: line-through;
        float: left;
        border-right: 1px solid #009936;
        padding-right: 6px;
        margin-right: 6px;
        font: 600 14px Roboto, sans-serif;
    }

    #content .slide-2-style .clip .discount-block {
        height: 22px;
        text-align: left;
    }

        #content .slide-2-style .clip .discount-block .discount {
            color: #009936;
            font-size: 10px;
            font: 600 12px Roboto, sans-serif;
        }

    #content .slide-2-style .clip .discount span {
        font-size: 14px;
        font-weight: bold;
    }

#content .slide-category-title {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
}

#content .slide-2-style .all-see {
    float: right;
    display: block;
    margin-top: -20px;
    margin-right: 22px;
}

    #content .slide-2-style .all-see a {
        font: 600 15px Roboto, Arial;
        display: block;
        color: #009936;
    }

        #content .slide-2-style .all-see a:hover {
            color: #000;
        }


#content .slide-2-style .slick-prev,
#content .slide-2-style .slick-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 43px;
    cursor: pointer;
    top: 40%;
    text-indent: -5000px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

    #content .slide-2-style .slick-prev:focus,
    #content .slide-2-style .slick-next:focus {
        outline: none;
    }

#content .slide-2-style .slick-prev {
    background: url(/Content/images/prev-arrow.png);
    border-right: solid 1px #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-radius: 5px;
    left: 4px;
    background-color: #fff;
    background-size: 36px;
    background-position-y: center;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
}

    #content .slide-2-style .slick-prev:hover {
        background: url(/Content/images/prev-arrow-hover.png);
        border-right: solid 1px #048c34;
        border-top: solid 1px #048c34;
        border-bottom: solid 1px #048c34;
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }

#content .slide-2-style .slick-next {
    background: url(/Content/images/next-arrow.png);
    right: 0px;
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-radius: 5px;
    background-color: #fff;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
}

    #content .slide-2-style .slick-next:hover {
        background: url(/Content/images/next-arrow-hover.png);
        border-left: solid 1px #048c34;
        border-top: solid 1px #048c34;
        border-bottom: solid 1px #048c34;
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }


/* 2021 e*/


/*2021 2 s*/

#content .slide-1-style {
    width: 1200px;
    margin: 20px 0px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0 1px 1px 0 rgba(85,85,85,.5);*/
    padding: 0px 20px 20px 0px;
    border-radius: 8px;
}

    #content .slide-1-style ul {
        overflow: hidden;
        background: #fff;
    }

    #content .slide-1-style .clip {
        float: left;
        text-align: center;
        position: relative;
        border-radius: 8px;
        margin: 10px 10px;
        border: 1px solid rgb(210, 210, 210);
        border-radius: 8px;
        min-height: 318px;
        padding: 16px 10px;
    }

        #content .slide-1-style .clip:hover {
            border: 1px solid rgba(0, 140, 50, .6);
            /*box-shadow: 0 1px 2px 0 rgba(0,140,50,.5);*/
            box-shadow: rgb(0 0 0 / 10%) 0px 2px 16px 0px;
        }




        #content .slide-1-style .clip a {
            padding: 10px 10px 10px 10px;
            display: block;
            text-align: left;
            font: 500 14px Roboto, sans-serif;
            box-sizing: border-box;
            text-decoration: none;
        }




        #content .slide-1-style .clip picture {
            text-align: left;
            margin: auto;
            margin-bottom: 20px;
            padding: 8px;
        }


            #content .slide-1-style .clip picture img {
                width: 160px;
                border-radius: 8px;
            }

#content .campaign .clip a:hover picture img {
    border: 1px solid rgba(0, 140, 50, .5);
}

#content .slide-1-style .clip p.name {
    color: #000;
    font: 500 14px Roboto, sans-serif;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.34;
}

#content .slide-1-style .clip p.category-name {
    background: url(/Content/images/category-name-bg.jpg) no-repeat bottom center;
    padding-bottom: 10px;
    width: 190px;
    text-align: center;
    border-top: solid 1px #ddd;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 500 14px Roboto, sans-serif;
    height: 45px;
    color: #000;
}

    #content .slide-1-style .clip p.category-name a {
        color: #000;
    }

        #content .slide-1-style .clip p.category-name a:hover {
            color: #009936;
            text-decoration: underline;
        }


#content .slide-1-style .clip p.code {
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
    margin-bottom: 12px;
    text-align: left;
    width: 190px;
    font-size: 13px;
}

#content .slide-1-style .clip p.price {
    text-align: left;
    font: 600 18px Roboto, sans-serif;
    text-align: center;
}

#content .slide-1-style .clip p.old-price {
    color: #7d7d7d;
    text-decoration: line-through;
    float: left;
    border-right: 1px solid #009936;
    padding-right: 6px;
    margin-right: 6px;
    font: 600 14px Roboto, sans-serif;
}

#content .slide-1-style .clip .discount-block {
    height: 30px;
    text-align: left;
}

    #content .slide-1-style .clip .discount-block .discount {
        color: #009936;
        font-size: 10px;
        font: 600 12px Roboto, sans-serif;
    }

#content .slide-1-style .clip .discount span {
    font-size: 14px;
    font-weight: bold;
}

#content .slide-1-style .clip .magaza-icon {
    font-size: 10px;
    color: #009936;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-top: 1px;
}

#content .slide-1-style .title {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font: 600 22px Roboto, Arial;
    display: flex;
}

#content .slide-1-style .all-see {
    margin-top: 7px;
    margin-left: 22px;
}

    #content .slide-1-style .all-see a {
        font: 600 15px Roboto, Arial;
        display: block;
        color: #009936;
        text-decoration: none;
    }

        #content .slide-1-style .all-see a:hover {
            color: #000;
        }

#content .slide-1-style .slick-prev,
#content .slide-1-style .slick-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    text-indent: -5000px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}


    #content .slide-1-style .slick-prev:focus,
    #content .slide-1-style .slick-next:focus {
        outline: none;
    }

#content .slide-1-style .slick-prev {
    background: url(/Content/images/prev-arrow.png);
    border: solid 1px #eee;
    /*border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;*/
    border-radius: 8px;
    left: 4px;
    background-color: #fff;
    background-size: 36px;
    background-position-y: center;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 16px 0px;
}

    #content .slide-1-style .slick-prev:hover {
        background: url(/Content/images/prev-arrow-hover.png);
        border: solid 1px #048c34;
        /*border-top: solid 1px #048c34;
			border-bottom: solid 1px #048c34;*/
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }

#content .slide-1-style .slick-next {
    background: url(/Content/images/next-arrow.png);
    right: 0px;
    border: solid 1px #eee;
    /*	border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;*/
    border-radius: 8px;
    background-color: #fff;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
    display: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 16px 0px;
}

    #content .slide-1-style .slick-next:hover {
        background: url(/Content/images/next-arrow-hover.png);
        border: solid 1px #048c34;
        /*	border-top: solid 1px #048c34;
			border-bottom: solid 1px #048c34;*/
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }


/*2021 2 e */

/* Seller Info s */

.first-spect {
    font-size: 15px;
    font-weight: 500;
    color: #198754;
}

[lang=tr] {
    text-transform: uppercase;
}

.upper {
    text-transform: uppercase;
}

#SellerInfoBtn {
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.content-t-slogans {
    margin-top: 10px;
    z-index: 0;
    position: relative;
    float: left;
}

    .content-t-slogans ul {
        font-size: 12px;
        color: #666;
        padding: 0px;
    }

        .content-t-slogans ul li i {
            color: #FF9800;
        }

    .content-t-slogans .spec-link {
        text-align: center;
    }

        .content-t-slogans .spec-link a {
            background-color: #f1f1f1;
            padding: 4px 12px;
            border-radius: 16px;
            font-size: 14px !important;
            border: solid 4px #fff;
            font-weight: 600;
            text-decoration: none;
            color: #333;
        }

        .content-t-slogans .spec-link .line {
            border-top: solid 1px #f1f1f1;
            margin-top: -10px;
        }


.seller-verify-qa {
    font-size: 12px;
    font-weight: 400;
    margin: 2px 4px 0px -6px;
    height: 20px;
    padding: 2px 0px 2px 10px;
    color: #7f8481;
    z-index: 0 !important;
    line-height: 14px;
}

/*.seller-verify-qa-store {
    font-size: 12px;
    font-weight: 400;
    margin: 2px 4px 0px -6px;
    height: 20px;
    padding: 2px 0px 2px 10px;
    color: #7f8481;
    z-index: 0 !important;
    line-height: 14px;
}*/


.review-page-link {
    text-align: center;
}

    .review-page-link a {
        background-color: #f1f1f1;
        border-radius: 16px;
        font-size: 13px !important;
        border: solid 4px #fff;
        font-weight: 600;
        height: 40px;
        display: block;
        width: 240px;
        margin: auto;
        line-height: 36px;
        z-index: 3;
        position: relative;
        text-decoration: none;
        color: #009936;
    }

        .review-page-link a:hover {
            background-color: #009936;
            color: #fff;
        }

        .review-page-link a i {
            font-size: 12px;
            color: #009936;
        }

        .review-page-link a:hover i {
            color: #fff;
        }

    .review-page-link .line {
        border-top: solid 1px #f1f1f1;
        margin-top: -17px;
    }


.question-page-link {
    text-align: center;
}

    .question-page-link a {
        background-color: #f1f1f1;
        /* padding: 8px 12px; */
        border-radius: 16px;
        font-size: 13px !important;
        border: solid 4px #fff;
        font-weight: 500;
        height: 40px;
        display: block;
        max-width: 270px;
        margin: auto;
        line-height: 36px;
        z-index: 1;
        position: relative;
        text-decoration: none;
        color: #0d6efd;
        font-weight:600;
    }

        .question-page-link a:hover {
            background-color: #0d6efd;
            color: #fff
        }


    .question-page-link a i {
        font-size: 12px;
        color: #0d6efd;
    }

        .question-page-link a:hover i{
            color: #fff
        }

    .question-page-link .line {
        border-top: solid 2px #f1f1f1;
        margin-top: -20px;
        z-index: 0;
        display: block;
        position: relative;
    }

.seller-info-popup {
    display: block;
    position: absolute;
    cursor: auto;
    z-index: 100000;
    width: 500px;
    /* margin-top: 20px; */
    margin-left: -200px;
}



    .seller-info-popup .triangle {
        margin: 0 auto;
        height: 10px;
        width: 125px;
    }


    .seller-info-popup .inner {
        position: relative;
        background-color: #ffffff;
        box-shadow: 0 2px 4px #0000003e;
        border-radius: 3px;
        border: 1px solid #009936;
        padding: 15px 0 0;
    }

        .seller-info-popup .inner .section-1 .info-section-1 {
            margin-left: 15px;
        }
        /*
                            .seller-info-popup .inner:before {
                                content: "";
                                position: absolute;
                                top: -15px;
                                left: 50%;
                                width: 28px;
                                height: 14px;
                                display: block;
                                background: url(/images/sun-icon.png);
                                background-repeat: no-repeat;
                                background-position: center center;
                            }*/



        .seller-info-popup .inner .section-1 {
            display: flex;
        }


            .seller-info-popup .inner .section-1 .seller-info-tabiatana-logo {
                position: relative;
                width: 91px;
                text-align: center;
                margin-left: 10px;
                height: 100%;
                background-color: #f1f1f1;
            }


                .seller-info-popup .inner .section-1 .seller-info-tabiatana-logo img {
                    margin: 9px 9px 0 0;
                }


            .seller-info-popup .inner .section-1 .info-section-1 {
                margin-left: 15px;
            }

                .seller-info-popup .inner .section-1 .info-section-1 .tabiatana-title {
                    font-size: 15px;
                    color: #007629;
                    font-weight: 600;
                    padding-top: 5px;
                }

                .seller-info-popup .inner .section-1 .info-section-1 .t-slogan {
                    line-height: 18px;
                    font-size: 13px;
                    color: #009936;
                    font-weight: 400;
                }

                .seller-info-popup .inner .section-1 .info-section-1 .section-2 {
                    width: 100%;
                    margin-top: 10px;
                }

                    .seller-info-popup .inner .section-1 .info-section-1 .section-2 div:first-child {
                        margin-left: 0;
                    }



                .seller-info-popup .inner .section-1 .info-section-1 div {
                    display: flex;
                }


                .seller-info-popup .inner .section-1 .info-section-1 .section-2 div .customer-support-text {
                    position: relative;
                    bottom: 6px;
                }

                .seller-info-popup .inner .section-1 .info-section-1 .section-2 .items-spec {
                    float: left;
                    margin-left: 12px;
                    height: 20px;
                    line-height: 20px;
                    font-size: 12px;
                    -webkit-font-smoothing: antialiased;
                    color: #615f5f;
                    padding-top: 5px;
                }

                    .seller-info-popup .inner .section-1 .info-section-1 .section-2 .items-spec i {
                        background-color: #e3e3e3;
                        color: #000;
                        font-size: 16px;
                        padding: 4px 0px;
                        width: 20px;
                        height: 24px;
                        border-radius: 4px;
                        line-height: 16px;
                        display: block;
                        text-align: center;
                        margin-right: 4px;
                    }

        .seller-info-popup .inner .seller-data-info {
            background-color: #f1f1f1;
            /* border-top: solid 1px #97cdaa; */
            margin-top: 8px;
            padding: 13px 12px 8px 12px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .seller-info-popup .inner .seller-data-info .text {
                display: block;
                font-size: 12px;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 18px;
                background-color: #ffffff;
                height: 18px;
                margin-bottom: 1px;
                padding: 0px 8px;
                /* border-radius: 3px; */
            }
                .seller-info-popup .inner .seller-data-info .text strong {
                    -webkit-font-smoothing: antialiased;
                    color: #000;
                    font-weight: 500;
                    padding-left: 4px;
                }

/* Seller Info e */


/* Yeni Düzen */

.col-md-360 {
/*    -ms-flex: 0 0 33.33%;
    flex: 0 0 27.33%;*/
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col-md-560 {
    /*    -ms-flex: 0 0 53%;
    flex: 0 0 47%;*/
    max-width: 556px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 30px 0px 30px;
}

.col-md-200 {
/*    -ms-flex: 0 0 20%;
    flex: 0 0 20%;*/
    max-width: 200px;
    display: flex;
    flex-direction: column;
}

.product-image {
    width: 360px;
    /* object-fit: contain; */
    border-radius: 8px;
    margin-bottom: 15px;
    /* background: #f8f8f8; */
    cursor: pointer;
    border: solid 1px #7d7d7d;
    height: 540px;
}

.form-group {
    margin-bottom: 15px;
}

.radio-group label {
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
}

    .radio-group label.disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.hide-radio {
    opacity: 0;
    width: 1px;
    height: 1px;
}



.output {
    margin-top: 15px;
    font-weight: bold;
}

.stock-out {
    color: red;
    font-size: 0.8em;
    margin-left: 5px;
}

.zoom-preview {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 20px;
    width: 500px;
    height: 500px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: 200%;
    display: none;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.radio-scroll-group {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

    .radio-scroll-group label {
        flex: 0 0 auto;
        scroll-snap-align: start;
        padding: 8px 14px;
        background-color: #f0f0f0;
        border-radius: 8px;
        border: 1px solid #ccc;
        cursor: pointer;
        white-space: nowrap;
    }

        .radio-scroll-group label.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

/* Swiper Özel Stilleri */

.swiper-container-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    width: 100%;
}

.swiper {
    width: calc(100% - 60px);
    padding: 0;
    height: auto;
}

.swiper-slide {
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide label {
        padding: 0px 12px;
        border-radius: 5px;
        white-space: nowrap;
        display: block;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* min-width: 46px; */
        border: solid 2px #ddd;
        font-size: 14px;
        /* margin-right: 8px; */
        color: #000;
        cursor:pointer;
    }

        .swiper-slide label:hover {
            border: 2px solid #009936;
        }

/* Seçili Beden Stili */

.sizeSwiper .swiper-slide {
margin-right:7px;
}

.sizeSwiper .swiper-slide.selected {
    border: 2px solid #009936;
    color: #fff;
    border-radius: 5px;
    height: 28px;
}


.sizeSwiper .swiper-slide.selected label{
    border: 0px solid #009936;
}

/* Seçili Ağırlık Stili */
.weightSwiper .swiper-slide.selected {
    border: 2px solid #009936;
    border-radius: 8px;
}

    .weightSwiper .swiper-slide.selected label {
        border: none;
        border-radius: 8px;
    }

/* Stokta olmayanlar için stil (opsiyonel) */
.sizeSwiper .swiper-slide.disabled,
.weightSwiper .swiper-slide.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    /* border: 1px dashed #ccc; */
 
}


.colorSwiper .swiper-slide {
margin-right:7px;
}


#variantSrw .swiper-button-next, 
#variantSrw .swiper-button-prev {
    position: static !important;
    transform: none !important;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    z-index: 10;
    margin: 0;
    margin-right: 8px;
}

#mostViewed .swiper-button-next,
#mostViewed .swiper-button-prev,
#whoeverLooked .swiper-button-next,
#whoeverLooked .swiper-button-prev {
    position: static !important;
    transform: none !important;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    z-index: 10;
    margin: 0;
    margin-left: 8px
}

#variantSrw .swiper-button-next::after, 
#variantSrw .swiper-button-prev::after {
    color: #000000;
    font-size: 18px;
}

#mostViewed .swiper-button-next::after,
#mostViewed .swiper-button-prev::after,
#whoeverLooked .swiper-button-next::after,
#whoeverLooked .swiper-button-prev::after {
    color: #048c34;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
}

/*    .swiper-button-next::after {
        content: '▶';
        font-size: 14px;
    }

    .swiper-button-prev::after {
        content: '◀';
        font-size: 14px;
    }
*/
.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Thumbnail styles */
.thumbnail-container {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
}

    .thumbnail-container .thumbnail {
        width: 50px;
        /* height: 60px; */
        /* object-fit: cover; */
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border-color 0.2s;
        margin-bottom:0px!important
    }

    .thumbnail:hover {
        border-color: #28a745;
    }

    .thumbnail.active {
        border-color: #28a745;
    }

.image-container {
    position: relative;
}

/* Bootstrap Modal Customizations */
.modal-fullscreen-lg-down .modal-content {
    height: 90vh;
}

.modal-gallery .modal-body {
    padding: 0;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}

.gallery-main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .gallery-main img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.gallery-thumbs {
    height: 100px;
    padding: 10px;
    background-color: #f8f9fa;
}

.thumb-item {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .thumb-item:hover, .thumb-item.active {
        opacity: 1;
        border-color: #0d6efd;
    }

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    border: none;
}

    .gallery-nav:hover {
        background-color: rgba(0,0,0,0.7);
    }

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

/* Loader styles */
.loader-container {
    position: relative;
    width: 360px;
    height: 540px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #28a745;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-loading {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.image-loaded {
    opacity: 1;
}

.thumbnail-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #28a745;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.thumbnail-wrapper {
    position: relative;
    display: inline-block;
}

/* Quantity selector styles */
.quantity-selector {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    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: 60px;
    height: 40px;
    text-align: center;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 16px;
}

.quantity-btn:hover {
    background-color: #e9ecef;
}

.quantity-btn:active {
    background-color: #dee2e6;
}

.quantity-btn.disabled {
    background-color: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
}


/* reviewQuantity Quantity selector styles */

#reviewQuantity .quantity-selector {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#reviewQuantity .quantity-btn {
    width: 24px;
    height: 40px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

    #reviewQuantity .quantity-btn.minus {
        border-radius: 5px 0 0 5px;
    }

    #reviewQuantity .quantity-btn.plus {
        border-radius: 0 5px 5px 0;
    }

#reviewQuantity .quantity-input {
    width: 30px;
    height: 40px;
    text-align: center;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 16px;
}

#reviewQuantity .quantity-btn:hover {
    background-color: #e9ecef;
}

#reviewQuantity .quantity-btn:active {
    background-color: #dee2e6;
}

#reviewQuantity .quantity-btn.disabled {
    background-color: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
}



.color-option {
    position: relative;
    height: 80px;
    cursor: pointer;
    /* border-radius: 8px; */
    transition: all 0.3s ease;
    border: none;
}

    .color-option.selected {
        border: solid 2px #009936;
        display:block;
        /* box-shadow: 0 0 10px rgba(13, 110, 253, 0.5); */
    }

    .color-option.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


.color-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
}

.color-radio {
    position: absolute;
    opacity: 0;
}

/*.stock-out-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #dc3545;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
}*/

/*.stock-out-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dc3545;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}*/

.stock-out-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, transparent 48%, rgba(220, 53, 69, 0.95) 48%, rgba(220, 53, 69, 0.95) 53%, transparent 53%);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
    cursor: not-allowed;
    width: 100%;
    height: 100%;
}

.color-image {
    display: block;
    width: 50px;
    height: auto;
    border-radius: 5px;
}

.color-image:hover {
border: solid 2px #048c34;
}

    .color-image.image-loading {
        opacity: 0.5;
    }

    .color-image.image-loaded {
        opacity: 1;
    }


.color-option {
    margin-right:10px!important;
}

.color-option.selected {
    border-color: #0d6efd;
}

.thumbnail-wrapper.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.thumbnail.disabled {
    pointer-events: none;
    filter: grayscale(100%);
}

#modal-thumbnails .thumb-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

    #modal-thumbnails .thumb-item.disabled::after {
        content: "Stok Yok";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,0.7);
        color: white;
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 12px;
    }

.price-wrapper {
    position: relative;
    display: inline-block;
}

    .price-wrapper::after {
        content: "TL";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: bold;
    }

.quantity-btn {
    width: 40px;
    height: 40px;
    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: 60px;
    height: 40px;
    text-align: center;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 16px;
}

.quantity-btn:hover {
    background-color: #e9ecef;
}

.quantity-btn:active {
    background-color: #dee2e6;
}

.quantity-btn.disabled {
    background-color: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
}