﻿
.product-details {
}
/* ############  start badge Detail  ############ */


.prices-container {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
}


#tippy-2 {
    width: 100% !important;
    transform: translate(0px, 64px) !important;
}
/* ############  end badge Detail  ############ */
/* ############ Start Product Detail Slider ############ */
.swiper {
    user-select: none; /* Kullan�c� se�imini kapat�r */
    -webkit-user-select: none; /* Safari ve eski taray�c�lar i�in */
    -moz-user-select: none;
    -ms-user-select: none;
}

#productDetailSlider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: auto;
    cursor: pointer;
}

    #productDetailSlider .swiper-slide .badge-wrapper {
        align-self: flex-start;
    }

    #productDetailSlider .swiper-slide img {
        width: 100%;
        height: 100%;
        max-width: 90%;
        max-height: 70vh;
        object-fit: contain;
    }

#productDetailSliderThumbs {
    padding: 30px 0;
    /*  position: absolute;
    bottom: 0px;*/
}

    #productDetailSliderThumbs .swiper-wrapper {
        display: flex;
        justify-content: center;
    }

    #productDetailSliderThumbs .swiper-slide {
        width: 75px !important;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        background: transparent;
        border: none;
    }

        #productDetailSliderThumbs .swiper-slide.swiper-slide-thumb-active {
            border: 2px solid #5F5F5F;
        }

        #productDetailSliderThumbs .swiper-slide img {
            width: 100%;
            height: 100%;
            max-width: 60px;
            max-height: 60px;
            object-fit: contain;
        }

#productDetailSlider .swiper-button-next::after,
#productDetailSlider .swiper-button-prev::after {
    display: none;
}

#productDetailSlider .swiper-button-next,
#productDetailSlider .swiper-button-prev {
    border-color: #F3D825;
    border-style: solid;
    border-width: 0 0 8px 8px;
    width: 23px;
    height: 23px;
    transform: rotate(55deg) skew(20deg);
    border-radius: 3px;
    left: 30px;
}

#productDetailSlider .swiper-button-next {
    border-width: 8px 8px 0 0;
    left: auto;
    right: 30px;
}

/* ############ end Product Detail Slider ############ */

/* ############  Start Product Detail Center ############ */

/* ############  Start Product Detail Title ############ */
.product-details-top {
}

    .product-details-top .code {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-height: 26px;
        max-height: calc(25px * 2);
        font-size: 14px;
        color: #7B7B7B;
        white-space: normal;
        height: 100%;
        font-weight: 400;
    }

    .product-details-top .Description {
        color: var(--gg-red-2-color) !important;
    }

    .product-details-top .code a {
        display: inline-block;
        font-weight: bold;
        color: var(--it-blue-2);
        text-decoration: underline;
        margin-left: 1rem;
    }


.Brand {
    font-weight: 900;
    text-decoration: underline;
    width: 15%;
}

/* ############  Start Product Detail  Title ############ */

/* ############  Start Product Detail table  ############ */
.table-product-properties {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1rem !important;
    margin-top: 10px;
    text-align: start;
}


    .table-product-properties table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-product-properties a {
        text-decoration: underline;
    }

    .table-product-properties tr {
        border-top: 1px solid var(--gg-text-color);
    }

        .table-product-properties tr td {
            padding: .5rem 1rem;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: -0.02em;
            color: var(--gg-text-color);
        }

            .table-product-properties tr td:first-child {
                font-weight: 700;
                width: 40%;
            }


        .table-product-properties tr:first-child td {
        }

.more {
    text-align: start;
    margin-top: 1rem;
}

    .more a {
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        color: #DEDEDE;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: underline;
    }
    .more a:hover 
    {
        color:#DEDEDE !important;
    }

/* ############  End Product Detail table  ############ */
/* ############  Start Product Detail other  ############ */
.other-options-title {
    font-weight: bolder;
    font-size: 17px;
}

.other-options {
    display: flex;
    gap: 15px;
    margin: 30px 0px;
}

    .other-options a {
        display: flex;
        flex-direction: column;
        border: 1px solid #5a5114 !important;
        background-color: #3e3c2b;
        box-shadow: 0px 0px 17.6px 0px transparent;
        border-radius: 10px;
        padding: .5rem;
        opacity: 0.5;
        color: var(--gg-text-color) !important;
        transition: all .2s ease;
        text-decoration: none !important;
        text-align: left;
    }

        .other-options .select,
        .other-options a:hover {
            opacity: 1;
            color: var(--gg-text-color) !important;
            background: rgb(255 238 94 / 10%);
            box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
        }

            .other-options .select span,
            .other-options a:hover span {
                opacity: 1;
                color: var(--gg-text-color);
            }

        .other-options a span {
            color: var(--gg-text-color);
            display: block;
            font-size: 10px;
            line-height: 20px;
            margin-bottom: 0px;
            text-align: center;
            text-decoration: none !important;
            text-align: left;
        }

    .other-options .other-old-price {
        color: var(--gg-text-color);
        text-decoration: line-through !important;
        font-size: 10px;
        line-height: 16px;
    }

    .other-options .other-new-price {
        color: var(--gg-text-color);
        font-size: 17px;
        line-height: 17px;
    }

/* ############  End Product Detail other  ############ */

/* ############  Start Product Detail additional  ############ */
/* ############ Additional Products ############ */
.additional-products {
    display: flex;
    flex-wrap: wrap;
}

    .additional-products > strong {
        width: 100%;
        background-color: var(--main-color);
        font-size: 11px;
        line-height: 14px;
        color: var(--bg-color-one);
        text-align: center;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        margin-top: 24px;
    }

    .additional-products .item {
        display: flex;
        background-color: var(--bg-gray);
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 0 0 5px 5px;
        width: calc(50% - 6px);
    }

        .additional-products .item + .item {
            margin-left: 12px;
        }

        .additional-products .item .image {
            flex: 0 72px;
            width: 72px;
            text-align: center;
        }

            .additional-products .item .image img {
                width: 100%;
                height: 100%;
                max-width: 70px;
                max-height: 80px;
                object-fit: contain;
            }

        .additional-products .item .content {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            width: calc(100% - 72px);
            height: 100%;
            text-align: center;
        }

            .additional-products .item .content a {
                position: absolute;
                right: 0;
                bottom: 0;
                background-color: var(--main-color);
                color: var(--bg-color-one);
                font-size: 20px;
                line-height: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 5px 0 5px 0;
                width: 47px;
                height: 30px;
            }

            .additional-products .item .content span {
                display: block;
                font-size: 12px;
                line-height: 14px;
                color: var(--gg-text-color);
            }

            .additional-products .item .content strong {
                display: block;
                font-size: 16px;
                line-height: 14px;
                font-weight: 700;
                color: var(--gg-text-color);
                padding-right: 30px;
            }

.swiper-img-top {
}

/* ############  End Product Detail additional  ############ */

/* ############  End Product Detail Center  ############ */

/* ############  Start Product Detail LEFT  ############ */
.Lowest-Price-Detail {
    color: #c1240b;
    font-size: 15px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details__sidebar {
}

    /* ############  Start Product Detail LEFT TOP ############ */
    .product-details__sidebar .product-details__sidebar_top {
        display: flex;
        align-items: center;
        justify-content: center;
        /*        flex-wrap: wrap;*/
        font-size: 17px;
    }

.price-top {
    width: 100%;
    margin: 0 0 15px 0;
}

.product-price-warning-detail {
    font-family: var(--font-NouvelR);
    font-size: 15px;
    line-height: 18px;
    color: var(--gg-red-2-color);
    font-weight: 200;
    margin-top: 1px;
}

    .product-price-warning-detail span {
        font-size: 15px;
        font-weight: bold;
        font-weight: 800;
        padding-bottom: 2px;
    }

        .product-price-warning-detail span .unit {
            color: var(--gg-red-2-color) !important;
            margin: 0 !important;
        }

.product-discount {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: end;
}

.discount-col {
    flex: 0 0 21%;
    max-width: 21%;
}

.discount-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.product-discount-text {
    color: var(--gg-red-2-color);
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

    .product-discount-text strong {
        color: var(--gg-red-2-color);
    }

    .product-discount-text .unit {
        color: var(--gg-red-2-color);
    }

.product-details__sidebar .product-details__sidebar_top span {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

.product-details__sidebar .product-details__sidebar_top strong {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    background-color: #BF3537;
    color: var(--bg-color-one);
    height: 35px;
    padding: 20px 30px;
    margin-top: 15px;
}

/* ############  End Product Detail LEFT TOP ############ */

/* ############  Start Product price ############ */
.product-details__sidebar .product-details__sidebar_price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.product-details__sidebar_oldprice {
    opacity: .35;
    font-weight: 500;
    font-size: 20px;
    color: #DEDEDE;
    text-decoration: line-through;
}

.product-details__sidebar_newprice {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #DEDEDE;
}

.product-details__sidebar_center {
    margin-left: 0;
    margin-right: 0;
}

.box-info .info-icon {
    width: 7%;
}

.box-info .info-text {
    width: 93%;
}
/* ############  End Product price ############ */
/* ############  Start Product price-btn############ */
.btn-detail-price {
    font-size: 18px;
    font-weight: 700 !important;
    margin: 5px 0;
    box-sizing: border-box;
    margin: 28px 0px;
}

/* ############  End Product price-btn############ */
/* ############  Start  Product left info ############ */

.product-details__sidebar .product-details__sidebar_alt .special-parts {
    font-size: 12px;
    line-height: 24px;
    color: var(--gg-text-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* �ki sat�r� ge�ince �� nokta ekler */
    max-height: calc(40px * 2); /* Sat�r y�ksekli�i ile �arp */
    white-space: normal;
}

    .product-details__sidebar .product-details__sidebar_alt .special-parts strong {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        background-color: #BF3537;
        color: var(--bg-color-one);
        border-radius: 5px;
        padding: 2px;
        min-width: 28px;
    }

.product-details__sidebar .product-details__sidebar_alt .installment-option {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
}

    .product-details__sidebar .product-details__sidebar_alt .installment-option strong {
        font-size: 14px;
        line-height: 20px;
        color: var(--gg-text-color);
        font-weight: 900;
        margin-left: 8px;
    }

.box-info {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-color: var(--bg-gray);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 12px 14px;
}

    .box-info span {
        line-height: 24px;
        font-size: 12px;
    }

    .box-info a {
        text-decoration: underline;
        border: transparent var(--bs-border-style) var(--bs-border-width);
    }

        .box-info a:hover {
            text-decoration: underline;
            border: var(--it-blue-2) var(--bs-border-style) var(--bs-border-width);
            text-decoration: none;
        }
/* ############  End  Product left info ############ */
/* ############  Start  Product input  ############ */

.label-btn {
    display: flex;
    align-items: center;
    border: 1px solid #ABABAB;
    color: var(--gg-text-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    justify-content: center;
    padding: 13px 24px;
}

.Share-Product {
    display: flex;
    justify-content: flex-end;
    background-color: var(--bg-gray);
    border: 0.5px solid #E6E3E3;
    border-radius: 5px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

    .Share-Product .divider {
        margin: 0 12px;
        height: 100%;
        background: var(--gray-100) !important;
        border: 0.5px solid rgba(0, 0, 0, 0.25) !important;
        border-radius: 5px;
    }

    .Share-Product a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 5px;
    }

    .Share-Product span {
        flex: 1;
        font-size: 15px;
        text-align: left;
        line-height: 22px;
        font-weight: bolder;
    }

.common-input {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: var(--bg-gray);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: var(--gg-text-color);
    padding: 6px;
    transition: all .2s ease;
    width: 100%;
}

    .common-input.style-two {
        background-color: hsl(var(--white)) !important;
        color: hsl(var(--black));
    }

@media screen and (max-width: 991px) {
    .common-input {
        padding: 12px 24px;
    }
}

@media screen and (max-width: 767px) {
    .common-input {
        padding: 10px 16px;
    }
}

.common-input::placeholder {
    color: var(--gray-500);
    transition: 0.2s linear;
    font-size: 0.875rem;
    font-weight: 400;
}

.common-input--md {
    padding: 13px 16px;
}

.common-input--lg {
    padding: 23px 24px;
}

@media screen and (max-width: 767px) {
    .common-input--lg {
        padding: 18px 24px;
    }
}

.select {
    color: var(--black) !important;
    padding: 16px 24px;
}

@media screen and (max-width: 991px) {
    .select {
        padding: 11px 24px;
    }
}

@media screen and (max-width: 767px) {
    .select {
        padding: 9px 24px;
    }
}

/* ############  End   Product input  ############ */

/* ############ Start Dropdown  ############ */
.dropdown-stock .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: var(--bg-gray);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: var(--gg-text-color);
    padding: 12px;
    transition: all .2s ease;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

    .dropdown-stock .dropdown-toggle::after {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -8px;
        transition: all .2s ease;
    }

    .dropdown-stock .dropdown-toggle[aria-expanded="true"]:after {
        margin-top: 2px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .dropdown-stock .dropdown-toggle[aria-expanded="true"] {
    }

.dropdown-stock .dropdown-menu {
    width: 100%;
    margin-top: -4px !important;
    background-color: var(--bg-gray);
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all .2s ease;
}

    .dropdown-stock .dropdown-menu.show {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top-width: 0;
    }

    .dropdown-stock .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
        color: var(--gg-text-color);
    }

        .dropdown-stock .dropdown-menu .dropdown-item .success {
            color: var(--success);
        }

        .dropdown-stock .dropdown-menu .dropdown-item .danger {
            color: var(--danger);
        }

.equal-box {
    padding: 0;
}

.add-to-list {
    font-size: 16px !important;
    line-height: 22px !important;
    background-color: var(--bg-gray) !important;
    border-color: var(--bg-gray) !important;
    color: var(--black) !important;
    display: flex !important;
    justify-content: center !important;
    height: 100%;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    font-weight: 900 !important;
}

.label-btn {
    margin: 0;
}



.dropdown-menu,
.dropdown-item,
.dropdown-item span {
    user-select: none;
}

/* ############  End Dropdown  ############ */
.ShoppingList {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background-color: var(--bg-gray);
    border-color: var(--bg-gray);
    color: var(--gg-text-color) !important;
    width: 100%;
}

.product-detail .rater {
    display: flex;
    margin-bottom: 15px;
}

    .product-detail .rater .rating {
        width: 100px !important;
    }

        .product-detail .rater .rating span {
            font-size: 20px;
            line-height: 20px;
        }

        .product-detail .rater .rating .rate-select-layer span {
            color: #f57f1b;
        }

    .product-detail .rater .count, .product-detail .rater a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: var(--gg-text-color);
        text-decoration: underline;
        margin: 0 2px;
    }

    .product-detail .rater a {
        border: 1px solid transparent;
        padding: 0 3px;
    }

        .product-detail .rater a:hover {
            border-color: var(--black);
            text-decoration: none;
        }

.jq-ry-container {
    position: relative;
    padding: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr
}

    .jq-ry-container[readonly=readonly] {
        cursor: default
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 0;
            white-space: nowrap
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 0;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden
            }

.Announcement {
    color: #c1240b;
}

.installment {
    color: var(--gg-text-color);
    text-decoration: underline;
}

    .installment:hover {
        color: var(--gg-yellow-color);
    }

.cargo-Description {
    margin: 10px 0px;
}

    .cargo-Description span {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: var(--gg-text-color);
    }



.table-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    margin-bottom: 20px;
}



.quantity button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.quantity input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    height: 30px;
    font-size: 16px;
    outline: none;
    -moz-appearance: textfield;
}


.add-to-cart {
    background: var(--main-yellow-color);
    color: #111;
    padding: 15px 40px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    width: 60%;
}

    .add-to-cart:hover {
        opacity: 0.9;
    }
/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Taksit {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #DEDEDE;
}

.add-to-cart.sepeteEkle {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

    .add-to-cart.sepeteEkle span {
        color: #111;
    }
