
.new_product_image_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;

    .thumbnails-wrapper {
        width: fit-content;
        height: 100%;
        max-height: 518%;
        flex-shrink: 0;

        #sync2 {
            padding: 0;
            margin: 0;

            .swiper-wrapper {
                flex-direction: column;
                align-items: center;
                gap: .5rem;

                .swiper-slide {
                    width: 80px !important;
                    height: 80px !important;
                    opacity: 0.5;
                    cursor: pointer;
                    border: 2px solid #ddd;
                    border-radius: 6px;
                    transition: all .2s ease-in-out;
                    overflow: hidden;

                    &.swiper-slide-thumb-active {
                        opacity: 1;
                    }

                    &:hover {
                        opacity: 1;
                    }
                }
            }
        }
    }

    .product_big_image_wrap {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 518px;
        flex: 1;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;

        .firsat_area {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: row;
            padding: 15px;
            z-index: 99;
        }

        .privateProducts-slider-custom-buttons {
            position: absolute;
            display: flex;
            justify-content: space-between;
            transform: translate(0, -50%);
            pointer-events: none;
            width: 100%;
            z-index: 10;
            gap: 10px;
            top: 50%;
            left: 0;

            .swiper-button-next-custom,
            .swiper-button-prev-custom {
                background: none;
                border: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                background: transparent;
                height: 35px;
                width: 35px;
                border-radius: 6px;
                padding: 10px;
                margin: 10px;
                transition: all 0.3s;
                pointer-events: auto;
            }

            .swiper-button-next-custom {
                transform: translate(100%, 0);
            }

            .swiper-button-prev-custom {
                transform: translate(-100%, 0);
            }

            .swiper-button-next-custom:hover,
            .swiper-button-prev-custom:hover {
                cursor: pointer;
                background: #869791;
                color: #FFF;
                text-decoration: none;

                svg path {
                    fill: #ffff;
                    stroke: #ffff;
                }
            }

            /* Swiper buton devre dışı kaldığında (Loop kapalıysa işe yarar) */

            .swiper-button-disabled {
                opacity: 0.3;
                cursor: not-allowed;
            }

        }


        #slide-counter {
            position: absolute;
            bottom: 5px;
            right: 5px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 3px 8px;
            border-radius: 5px;
            font-size: 14px;
            z-index: 10;
        }

        &:hover {

            .swiper-button-next-custom {
                transform: translateX(0);
            }

            .swiper-button-prev-custom {
                transform: translateX(0);
            }
        }
    }

}

.product_content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;

    & > div + div {
    }
}

.price-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
}

.container-fluid {
    padding: 0;
}

.bank_taksit_table .table-striped tbody tr th {
    font-size: 13px;
}

.bank_taksit_table .table td {
    font-size: 12px !important;
}

.bank_taksit_table .table-striped tbody tr:nth-of-type(odd) {
    background: #ebebeb !important;
}

.bank_taksit_table .table-striped tbody tr:nth-of-type(even) {
    background: #f7f7f7 !important;
}

.bank_taksit_table .table-striped tbody tr td, .bank_taksit_table .table-striped tbody tr th {
    border-color: #fff;
}

.dflex_basliklar .nav-item a {
    border: 0px;
    border-top: 7px solid transparent;
    border-radius: 0;
    padding: 15px 30px;
}

.dflex_basliklar .nav-item a.active {
    border: 0px;
    background-color: white;
    border-radius: 0;
    padding: 15px 30px;
}

.dflex_basliklar .nav-item a.active:before {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: -2.6px;
    left: 10%;
}


.dflex_basliklar .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.tab_bg_product_detail {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 0px 0px 10px 10px;
}

.karsilastir_btn {
    background: transparent !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 18px !important;
    margin-left: 10px;
}

.karsilastir_btn svg {
    width: 28px !important;
    height: 28px !important;
}

.no_stok .qty-plus-minus {
    pointer-events: none;
}

.new_breadcrumb {
    display: flex;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    padding-left: 0px;
    list-style: none;
}

.new_breadcrumb li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.new_breadcrumb li:last-child:after {
    display: none;
}

.new_breadcrumb li {
    padding-right: 5px;
}

.area-product-image-zoom {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 75%;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.product_bas_box {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #ffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: .8rem;

    .product-stock-wrapper-info {
        width: 30%;
        height: 100%;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .3rem;
        border: 1px solid #12468F;
        border-radius: 6px;

        span {
            font-weight: 700;
            color: #124789;
        }
    }

    .qty-plus-minus {
        width: 140px !important;
    }


}

.clockdiv div span {
    background: unset !important;
}

.product_basket_btn {
    display: flex;
    margin-top: 0px;
    width: 35%;
}


.product_basket_btn .add_btn_detail {
    border-radius: 0;
    font-size: 18px;
    padding: 0px 40px;
    margin-bottom: 0px;
    height: 40px;
    margin-left: 10px;
}

.quick_buton {
    margin-top: 4px;
}


.product_price_line .product_price_bayi {
    margin-bottom: 5px;
}

.product_price_line .product_price_bayi span {
    color: #636363;
    font-size: 15px;
}

.product_price_bayi {
    min-height: 30px;
}

.product_price_line .product_price_list span {
    color: #636363;
    font-size: 15px;
}

.product_price_line span.price_name {
    padding-right: 20px;
    margin-right: 10px;
    min-width: 250px;
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.product_price_line span.price_name:before {
    content: '';
    position: absolute;
    right: 0px;
    width: 2px;
    background: #636363;
    height: 80%;
}

.product_price_line span.price_vrgi {
    margin-left: 10px;
}

.product_info_box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: #F8F9FC;
    border: 1px solid #103B961A;
    padding: 14px 19px;
    margin-bottom: 20px;
    border-radius: 8px;
    gap: .5rem;
}


.product_stok_line {
    margin-top: 10px;
    display: flex;
}

.product_stok_line span {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.product_stok_line svg {
    margin-left: 7px;
}


.product_stok_line .noe_stock svg path, .product_stok_line .noe_stock svg circle {
    fill: gray;
}


.product_price_line {
    border: 1px solid #e8e8e8;
    margin-top: 10px;
    padding: 15px 15px;
    border-radius: 10px;
}

.product_stok_line .product_stok {
    background: #e22454;
    color: #fff;
    display: inline-flex;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 18px;
}

.product_stok_line .product_stok span {
    margin-left: 5px;
}

.product_name_line {
    margin-top: 10px;
}

.product_name_line .product_name span {
    color: #636363;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.product_manu_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 65px;
}

.product_manu_line .product_brand a {
    color: #a92a35;
    font-weight: 450;
    margin-left: 0px;
    font-size: 14px;
}

.kutu_icon {
    display: flex;
    width: 24px;
    height: 24px;
    background-color: #f5f5f5 !important;
    border: 1px solid #e1e1e1;
    border-radius: 4px !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.ileri-geri-button {
    display: flex !important;
}

.product_manu_line .product_brand img {
    max-width: 110px;
}

.product_manu_line .product_model span {
    color: #e22454;
}

.product_manu_line .product_model {
    font-size: 14px;
    font-weight: 500;
    color: #636363;
}


#sync1 .item img {
    max-height: 100%;
    width: 80%;
    margin: auto;
}


#sync1 .item {
    background: transparent;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    border: 0px solid #d4d4d4;
    max-height: 500px;
    overflow: hidden;

}

#sync2 .item {
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 0px;
    display: block;
}

#sync2 .item {
    opacity: 0.7;
    border-radius: 10px;
}

#sync2 .owl-item.current .item {
    opacity: 1;
}


#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
    max-height: 500px;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-125%)
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}


#sync2 {
    padding: 0px 40px;
    margin-top: 15px;
}

#sync2 .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sync2 .owl-nav.disabled {
    display: none;
}

#sync2 .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    left: 0px;
    justify-content: space-between;
    height: 100%;
    z-index: -1;
    padding: 0px 30px;
    margin-top: 0px;
}

#sync2 .owl-nav button span {
    font-size: 30px
}

#sync2 .owl-nav button {
    outline: 0;
}

#sync2 .owl-nav button:hover {
    background: transparent;
    color: #636363;
}

.hl_descbox {
    display: flex;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: #f5f5f5;
    width: 100%;
    min-height: 160px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hl_descbox .text {
    display: block;
    color: #3692d8;
    font-size: 40px;
    line-height: 40px;
    padding: 0px 0px;
    font-weight: 100;
}

.hl_descbox .text-bottom span {
    margin-top: 10px;
    display: flex;
    font-size: 14px;
}

.product_scnd_text .product_scnd_content__slogan {
    color: #3692d8;
    font-size: 30px;
    font-weight: 100;
    position: relative;
    margin-bottom: 15px;
}

.product_scnd_text .product_scnd_content__slogan::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -32px;
    width: 62px;
    height: 2px;
    content: '';
    border-bottom: 1px solid #3692d8;
}

.product_scnd_text .product_scnd_content__title {
    color: #333;
    font-size: 35px;
    font-weight: 100;
}

.product_scnd_text .product_scnd_content__info {
    max-width: 500px;
    margin: auto;
    font-size: 16px;
    color: #333;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 10px;

}

/*.product_desc_content.section__2{
    margin-top: 20px;
}*/
.content-panel {
    border: 0px solid #ddd;
    padding: 30px 0px;
}

.product_desc_content .section_content .product_c_name {
    font-size: 40px;
    font-weight: 500;
}

.product_desc_content .section_content .always__on__top {
    text-align: center;
}

.product_desc_content .product_desc_cnt .product_desc__title {
    margin-top: 1px;
    font-size: 25px;
    line-height: 40px;
    color: #333;
}

.product_desc_content .product_desc_cnt .product_desc__title.product_desc__title_2 {
    color: #3692d8;
    font-size: 24px;
    line-height: 34px;
    font-weight: 100;
    max-width: 650px;
    margin: auto;
    margin-top: 10px;
}

.product_desc_content figure.img.img__main img {
    width: 100%;
}

.product_desc_content figure.img.img__main {
    margin-top: 30px;
}

.product_desc_content .content__info {
    color: #333;
    margin: 20px 30px;
}


.bank_box .bank_box_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank_box .bank_box_img img {
    max-width: 150px;
}

.bank_list {
    display: flex;
    flex-wrap: wrap;
}

.d_flex_other_product {
    display: flex;
    border: 1px solid #3d8ed4 !important;
}

.click {
    background-color: white;
    border-top: 7px solid #3d8ed4;
}

.color-turquoise {
    color: #299ade;
}

.display-none {
    display: none;
}

.rubik {
    font-family: 'Rubik', sans-serif;
}

.title_other_product {
    margin-bottom: 45px;
}

.mt40 {
    margin-top: 40px;
}

.dflex_basliklar {
    display: flex;
    align-items: center;
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0px 0px;
}

#product_options .option {
    margin-top: 10px;
    overflow: hidden;
}

#product_options .option b:first-child {
    margin-bottom: 10px;
    display: block;
}

.promotion #product_options .option b:first-child {
    margin-bottom: 2px;
    display: block;
    font-weight: normal !important;
}

#product_options .error {
    color: red;
}


#product_options .color-options, #product_options .size-options, #product_options .number-options {
    overflow: hidden;
    margin-top: 5px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

#product_options .color-options li, #product_options .size-options li, #product_options .number-options li {
    float: left;
    margin-right: 2px;
}

#product_options .color-options li label, #product_options .size-options li label, #product_options .number-options li label {
    margin: 2px;
    padding: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion #product_options .color-options li label, .promotion #product_options .size-options li label, .promotion #product_options .number-options li label {
    margin: 2px;
    padding: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #111;
    box-shadow: none;
    border-radius: 2px;
}

#product_options .color-options li label.disabled, #product_options .size-options li label.disabled, #product_options .number-options li label.disabled {
    opacity: 0.4;
}

#product_options .size-options li label, #product_options .number-options li label {
    box-shadow: 0px 0px 0px 1px #dedede;
    border: 2px solid #fff;
    background: #cacaca;
    color: #555;
    font-weight: normal;
}

#product_options .color-options li label {
    box-shadow: 0px 0px 0px 1px transparent;
    border: 2px solid transparent;
    border-radius: 3px;
}

#product_options .color-options li input, #product_options .size-options li input, #product_options .number-options li input {
    display: none;
}

#product_options .color-options li input[type="radio"]:checked + label, #product_options .color-options li input[type="checkbox"]:checked + label {
    box-shadow: 0px 0px 0px 1px #2D2D2D;
    border: 2px solid #fff;
}

#product_options .size-options li input[type="radio"]:checked + label, #product_options .number-options li input[type="radio"]:checked + label, #product_options .size-options li input[type="checkbox"]:checked + label, #product_options .number-options li input[type="checkbox"]:checked + label {
    box-shadow: 0px 0px 0px 1px #555;
    border: 2px solid #fff;
    background: #555;
    color: #efefef;
}

#product_options .color-options li input[type="radio"]:checked + label:after, #product_options .color-options li input[type="checkbox"]:checked + label:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 25%;
    left: 25%;
    color: #fff;
    text-shadow: 0px 1px #000;
}

#product_options .options-filters {
    padding: 10px;
    border: 1px solid;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}


#product_options .form-control {
    width: auto;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: auto;
    border-radius: 3px;
}

.hidden {
    display: none !important;
}

.mfp-close-button {
    right: 30px !important;
}

.puan-badge-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600 !important;
    line-height: 20px;
    color: #fff !important;
    padding: 4px 8px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #6f42c1 0%, #8b5cf6 100%) !important;
}

.special_product_name {
    margin-right: 15px !important;
}

.product_img_box {
    border-radius: 4px !important;
}

.detai.urun-kutusu {
    height: 100%;
    padding: 1rem;
    border-radius: 4px !important;
    align-items: flex-start !important;

    form {
        width: 100%;
    }
}

.indirim-yuzde {
    padding: 15px;
    font-size: 19px !important;
    /*background-color: orange;*/
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
}

.product_net_price_line {
    display: flex;
}

.product_bas_box.mb-20-secret {
    margin: 0 !important;
}

.product_net_price_line .product_net_price {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    margin-left: 0;
}

sup.kusurat {
    font-size: 75% !important;
}

#sync2 .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.mb-20-secret {
    margin-bottom: 20px !important;
}

.ozellik_urun_kutu_2.tum_bilgiler {
    min-height: 60px !important;
    max-height: 60px !important;
}

@media (min-width: 250px) and (max-width: 374px) {
    #sync2 {
        padding: 0px 0px;
        margin-top: 15px;
    }

    #sync2 .owl-nav {
        z-index: -1;
        padding: 0px 0px;
        display: none;

    }

    .product_manu_line {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .product_manu_line .product_brand img {
        max-width: 70px;
    }

    .product_manu_line .product_brand a {
        font-size: 13px;
    }

    .product_name_line .product_name span {
        font-size: 16px;
        line-height: 26px;
    }

    .product_stok_line .product_stok {
        font-size: 15px;
    }

    .quick_buton {
        width: 100%;
    }

    .detail .add_basket_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .product_basket_btn .add_btn_detail {
        background: #2859a5;
        border-radius: 0px;
        font-size: 14px;
        padding: 0px 10px;
        margin-bottom: 0px;
        height: 40px;
        margin-left: 15px;
        width: 90%;
        margin-top: 0px;
    }

    .product_basket_btn .add_basket_box .text-center {
        width: 70%;
        display: flex;
    }

    .product_basket_btn .qty-plus-minus {
        width: 63%;
        padding: 0px 5px;
    }

    .product_basket_btn .add_basket_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_info_box {
        padding-top: 20px;
        padding-bottom: 0px;
    }


    .karsilastir_btn {
        background: transparent !important;
        color: #000 !important;
        font-weight: 500;
        font-size: 18px !important;
        margin-left: -20px;
        margin-top: 10px;
    }


    .detail .add_basket_box .text-center {
        width: 50%;
    }

    .detail .add_basket_box .qty-plus-minus {
        width: 40%;
    }

    .dflex_basliklar.nav-tabs .nav-item {
        margin-bottom: -1px;
        flex-shrink: 0;
    }

    .dflex_basliklar .nav-item a {
        padding: 10px 20px;
    }

    .dflex_basliklar .nav-item a.active {
        padding: 10px 20px;
    }

    .new_breadcrumb {
        display: flex;
        padding-left: 0px;
        list-style: none;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .new_breadcrumb li {
        padding-right: 5px;
        flex-shrink: 0;
    }

    .hl_descbox {
        margin-bottom: 15px;
    }


    .detai.urun-kutusu {
        background: transparent;
        border-radius: 20px;
        margin-top: 20px;
    }

    .product_info_box {
        padding-top: 20px;
        border-radius: 20px;
        padding-bottom: 25px;
    }

    .product_basket_btn {
        display: flex;
        margin-top: 0px;
        width: 65%;
    }

    .dflex_basliklar .nav-item a.active {
        color: #212529;
    }

    .dflex_basliklar {
        display: flex;
        align-items: center;
        background-color: #fff !important;
        border-bottom: 1px solid #ddd;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 60%;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        width: 100%;
        margin-top: 0px;
    }

    .product_price_line span.price_name {
        font-size: 14px;
        min-width: 100px;
    }

    .product_net_price_line .product_net_price {
        font-size: 23px;
    }

    .product_price_line {
        padding: 15px 10px;
    }

    .area-product-image-zoom {
        display: none;
    }

    .product_stok_line svg {
        width: 20px;
    }

}


@media (min-width: 375px) and (max-width: 413px) {

    #sync2 {
        padding: 0px 0px;
        margin-top: 15px;
    }

    #sync2 .owl-nav {
        z-index: -1;
        padding: 0px 0px;
        display: none;

    }

    .product_manu_line {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .product_manu_line .product_brand img {
        max-width: 90px;
    }

    .product_manu_line .product_brand a {
        font-size: 13px;
    }

    .product_name_line .product_name span {
        font-size: 16px;
        line-height: 26px;
    }

    .product_stok_line .product_stok {
        font-size: 15px;
    }

    .quick_buton {
        width: 100%;
    }

    .detail .add_basket_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .product_basket_btn .add_btn_detail {
        background: #2859a5;
        border-radius: 0px;
        font-size: 14px;
        padding: 0px 10px;
        margin-bottom: 0px;
        height: 40px;
        margin-left: 15px;
        width: 90%;
        margin-top: 0px;
    }

    .product_basket_btn .add_basket_box .text-center {
        width: 70%;
        display: flex;
    }

    .product_basket_btn .qty-plus-minus {
        width: 70%;
    }

    .product_basket_btn .add_basket_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_info_box {
        padding-top: 20px;
        padding-bottom: 0px;
    }


    .karsilastir_btn {
        background: transparent !important;
        color: #000 !important;
        font-weight: 500;
        font-size: 18px !important;
        margin-left: -20px;
        margin-top: 10px;
    }


    .detail .add_basket_box .text-center {
        width: 50%;
    }

    .detail .add_basket_box .qty-plus-minus {
        width: 40%;
    }

    .dflex_basliklar.nav-tabs .nav-item {
        margin-bottom: -1px;
        flex-shrink: 0;
    }

    .dflex_basliklar .nav-item a {
        padding: 10px 10px;
    }

    .dflex_basliklar .nav-item a.active {
        padding: 10px 10px;
    }

    .new_breadcrumb {
        display: flex;
        padding-left: 0px;
        list-style: none;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .new_breadcrumb li {
        padding-right: 5px;
        flex-shrink: 0;
    }

    .hl_descbox {
        margin-bottom: 15px;
    }

    .content-panel {
        padding: 10px;
    }

    .product_pdguide {
        display: none;
    }

    .product_desc_content .content__info {
        margin: 10px 10px;
    }

    .product_manu_line .product_model {
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .quick_buton {
        justify-content: space-between;
    }

    .product_basket_btn {
        margin-bottom: 0px;
    }

    .new_breadcrumb {
        display: none;
    }


    .title_other_product {
        margin-bottom: 15px;
        margin-left: 0px !important;
    }


    .detai.urun-kutusu {
        background: transparent;
        border-radius: 20px;
        margin-top: 20px;
    }

    .product_info_box {
        padding-top: 20px;
        border-radius: 20px;
        padding-bottom: 25px;
    }

    .product_basket_btn {
        display: flex;
        margin-top: 0px;
        width: 50%;
    }

    .dflex_basliklar .nav-item a.active {
        color: #212529;
    }

    .dflex_basliklar {
        display: flex;
        align-items: center;
        background-color: #fff !important;
        border-bottom: 1px solid #ddd;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 60%;
    }

    .quick_buton .btn {
        padding: 8px 12px;
        width: 100%;
    }

    .product_price_line span.price_name {
        font-size: 16px;
    }

    .product_stok_line svg {
        width: 20px;
    }

}


@media (min-width: 414px) and (max-width: 767px) {

    #sync2 {
        padding: 0px 0px;
        margin-top: 15px;
    }

    #sync2 .owl-nav {
        z-index: -1;
        padding: 0px 0px;
        display: none;

    }

    .product_manu_line {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .product_manu_line .product_brand img {
        max-width: 90px;
    }

    .product_manu_line .product_brand a {
        font-size: 13px;
    }

    .product_name_line .product_name span {
        font-size: 16px;
        line-height: 26px;
    }

    .product_stok_line .product_stok {
        font-size: 15px;
    }

    .quick_buton {
        width: 100%;
    }

    .quick_buton {
        justify-content: space-between;
    }

    .detail .add_basket_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .product_basket_btn .add_btn_detail {
        background: #2859a5;
        border-radius: 0px;
        font-size: 14px;
        padding: 0px 10px;
        margin-bottom: 0px;
        height: 40px;
        margin-left: 15px;
        width: 90%;
        margin-top: 0px;
    }

    .product_basket_btn .add_basket_box .text-center {
        width: 70%;
        display: flex;
    }

    .product_basket_btn .qty-plus-minus {
        width: 65%;
    }

    .product_basket_btn .add_basket_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .product_info_box {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        width: 100%;
    }


    .karsilastir_btn {
        background: transparent !important;
        color: #000 !important;
        font-weight: 500;
        font-size: 18px !important;
        margin-left: 0px;
        margin-top: 10px;
    }


    .detail .add_basket_box .text-center {
        width: 50%;
    }

    .detail .add_basket_box .qty-plus-minus {
        width: 40%;
    }

    .dflex_basliklar.nav-tabs .nav-item {
        margin-bottom: -1px;
        flex-shrink: 0;
    }

    .dflex_basliklar .nav-item a {
        padding: 10px 10px;
    }

    .dflex_basliklar .nav-item a.active {
        padding: 10px 10px;
    }

    .new_breadcrumb {
        display: flex;
        padding-left: 0px;
        list-style: none;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .new_breadcrumb li {
        padding-right: 5px;
        flex-shrink: 0;
    }

    .hl_descbox {
        margin-bottom: 15px;
    }

    .content-panel {
        padding: 10px;
    }

    .product_pdguide {
        display: none;
    }

    .product_desc_content .content__info {
        margin: 10px 10px;
    }

    .product_basket_btn {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product_manu_line .product_model {
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .new_breadcrumb {
        display: none;
    }


    .title_other_product {
        margin-bottom: 15px;
        margin-left: 0px !important;
    }

    .detai.urun-kutusu {
        background: transparent;
        border-radius: 20px;
        margin-top: 20px;


    }

    .product_info_box {
        padding-top: 20px;
        border-radius: 20px;
        padding-bottom: 25px;
    }

    .product_basket_btn {
        display: flex;
        margin-top: 0px;
        width: 50%;
    }

    .dflex_basliklar .nav-item a.active {
        color: #212529;
    }

    .dflex_basliklar {
        display: flex;
        align-items: center;
        background-color: #fff !important;
        border-bottom: 1px solid #ddd;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 60%;
    }

    .product_stok_line svg {
        width: 20px;
    }

}

@media (min-width: 250px) and (max-width: 767px) {

}

@media (max-width: 768px)  {
    .main_bg_grey, .container_new {
        padding: 1rem 0 !important;
    }

    .clockdiv .smalltext {
        font-size: 14px !important;
    }

    .product_manu_line  {
        margin-bottom: 1rem !important;
    }

    .product_bas_box {
        justify-content: space-between;
        padding: 10px;

        .product-stock-wrapper-info {
            width: 45% !important;
        }
    }

    .add_basket_box {
        display: grid !important;
        grid-template-columns: 1.5fr 1fr;
        align-items: center;
        padding-left: 0 !important;

        .qty-plus-minus {
            width: 100% !important;
        }

        .sepete-ekle-btn {
            width: 100% !important;
        }
    }

    .new_product_image_wrap {
        flex-direction: column-reverse;
        padding: .7rem !important;
        gap: .5rem;

        .thumbnails-wrapper {
            #sync2 {
                .swiper-wrapper {
                    flex-direction: row;
                }
            }
        }

        .product_big_image_wrap {
            position: relative;
            width: 100%;
            height: 100%;
            max-width: 518px;
            flex: 1;
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;

            .firsat_area {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                flex-direction: row;
                padding: 15px;
                z-index: 99;
            }

            .privateProducts-slider-custom-buttons {
                position: absolute;
                display: flex;
                justify-content: space-between;
                transform: translate(0, -50%);
                pointer-events: none;
                width: 100%;
                z-index: 10;
                gap: 10px;
                top: 50%;
                left: 0;

                .swiper-button-next-custom,
                .swiper-button-prev-custom {
                    background: rgb(2, 75, 173);;
                    border: none;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 30px;
                    width: 30px;
                    border-radius: 6px;
                    padding: 10px;
                    margin: 10px;
                    transition: all 0.3s;
                    pointer-events: auto;

                    svg {

                        path {
                            fill: #ffff;
                            stroke: #ffff;
                        }
                    }
                }

                .swiper-button-next-custom {
                    transform: translateX(0);
                }

                .swiper-button-prev-custom {
                    transform: translateX(0);
                }

            }
        }
    }

    .puan-badge-label {
        min-height: 40px;
        width: 55%;
    }

    .product_price_bayi {
        margin: 0 !important;
    }

    .detai.urun-kutusu {
        background: #ffff;
        align-items: center !important;
    }


}

@media (min-width: 768px) and (max-width: 1023px) {
    #sync1 .item img {
        width: 60%;
    }

    .product_big_image_wrap {
        max-width: 100% !important;

    }

    .new_product_image_wrap {
        & .thumbnails-wrapper {
            & #sync2 {
                & .swiper-wrapper {
                    .swiper-slide {
                        width: 100px !important;
                        height: 100px !important;
                    }
                }
            }
        }

       & .product_big_image_wrap {
            position: relative;
            width: 100%;
            height: 100%;
            max-width: 518px;
            flex: 1;
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;

            .firsat_area {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                flex-direction: row;
                padding: 15px;
                z-index: 99;
            }

            .privateProducts-slider-custom-buttons {
                position: absolute;
                display: flex;
                justify-content: space-between;
                transform: translate(0, -50%);
                pointer-events: none;
                width: 100%;
                z-index: 10;
                gap: 10px;
                top: 50%;
                left: 0;

                .swiper-button-next-custom,
                .swiper-button-prev-custom {
                    background: rgb(2, 75, 173);;
                    border: none;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 40px;
                    width: 40px;
                    border-radius: 6px;
                    padding: 10px;
                    margin: 10px;
                    transition: all 0.3s;
                    pointer-events: auto;

                    svg {

                        path {
                            fill: #ffff;
                            stroke: #ffff;
                        }
                    }
                }

                .swiper-button-next-custom {
                    transform: translateX(0);
                }

                .swiper-button-prev-custom {
                    transform: translateX(0);
                }

            }
        }
    }

    .product_img_box img {
        height: 100% !important;
        max-height: max-content;
    }

    .new_breadcrumb {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail .product_basket_btn .quick_buton {
        width: 50%;
    }

    .dflex_basliklar .nav-item a {
        padding: 15px 15px;
    }

    .dflex_basliklar .nav-item a.active {
        padding: 15px 15px;
    }

    .d_flex_other_product {
        display: flex;
        border: 1px solid #3d8ed4 !important;
        width: 49%;
    }

    .other_product_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_basket_btn .quick_buton {
        width: 100%;
    }

    .title_other_product {
        margin-bottom: 15px;
        margin-left: 0px !important;
    }

    .product_basket_btn {
        margin-bottom: 0px;
    }

    .product_info_box {
        padding-bottom: 0px;
    }

    .product_brand {
        display: flex;
        align-items: center;
    }


    .detai.urun-kutusu {
        background: transparent;
        border-radius: 20px;
        margin-top: 20px;
    }

    .product_info_box {
        padding-top: 20px;
        background: #fff;
        padding-bottom: 25px;
    }

    .product_basket_btn {
        display: flex;
        margin-top: 0px;
        width: 35%;
    }

    .dflex_basliklar .nav-item a.active {
        color: #212529;
    }

    .dflex_basliklar {
        display: flex;
        align-items: center;
        background-color: #fff !important;
        border-bottom: 1px solid #ddd;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 60%;
    }

    .quick_buton .btn {
        padding: 8px 4px;
    }

    .product_price_line span.price_name {
        font-size: 16px;
    }

    .product_basket_btn .qty-plus-minus {
        width: 75%;
    }


}

@media (min-width: 1024px) and (max-width: 1365px) {
    #sync1 .item img {
        width: 60%;
    }

    .new_breadcrumb {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail .product_basket_btn .quick_buton {
        width: 100%;
    }

    .dflex_basliklar .nav-item a {
        padding: 15px 15px;
    }

    .dflex_basliklar .nav-item a.active {
        padding: 15px 15px;
    }

    .title_other_product {
        font-size: 15px !important;
        margin-left: 0px !important;
    }

    .product_manu_line .product_brand a {
        font-size: 12px;
    }

    .product_manu_line .product_brand img {
        max-width: 80px;
    }

    .d_flex_other_product p a {
        font-size: 12px !important;
    }

    .quick_buton {
        margin-top: 0px;
        width: 83%;
    }

    .container_new.mt40 {
        margin-top: 20px;
    }

    .product_info_box {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .detai.urun-kutusu {
        background: transparent;
        border-radius: 20px;
        margin-top: 0px;
    }

    .product_info_box {
        padding-top: 20px;
        padding-bottom: 0px;
        background: #fff;
        border-radius: 20px;
        padding-bottom: 35px;
    }

    .product_basket_btn {
        display: flex;
        margin-top: 0px;
        width: 45%;
    }

    .dflex_basliklar .nav-item a.active {
        color: #212529;
    }

    .dflex_basliklar {
        display: flex;
        align-items: center;
        background-color: #fff !important;
        border-bottom: 1px solid #ddd;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 60%;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        margin-left: -10px;
    }

    .product_price_line span.price_name {
        font-size: 16px;
    }

    .product_basket_btn .qty-plus-minus {
        width: 100%;
    }

    .kat_backg {
        background: #f9f9f9;
        padding: 0px 0px 0;
    }


}

@media (min-width: 1366px) and (max-width: 1680px) {
    #sync1 .item img {
        width: 60%;
    }

    .new_breadcrumb {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail .product_basket_btn .quick_buton {
        width: 80%;
    }

    .dflex_basliklar .nav-item a {
        padding: 15px 15px;
    }

    .dflex_basliklar .nav-item a.active {
        padding: 15px 15px;
    }

    .title_other_product {
        font-size: 18px !important;
        margin-left: 0px !important;
    }

    .product_manu_line .product_brand a {
        font-size: 12px;
    }

    .product_manu_line .product_brand img {
        max-width: 80px;
    }

    .d_flex_other_product p a {
        font-size: 12px !important;
    }


}


@media (min-width: 1024px) and (max-width: 1360px) {
    .title_other_product {
        margin-bottom: 15px;
    }

    .other_product_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .d_flex_other_product {
        width: 49%;
    }

    .d_flex_other_product:last-child {
        display: none;
    }
}

.detai.urun-kutusu form {
    width: 100%;
}

.pricing-include.mb-30 img {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
