﻿.breadCrumb a {
    text-decoration: none;
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.carousel-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.productName {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.productFeatures ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

.productFeatures ul li {
    color: #1D2939;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .productFeatures ul li::marker {
        color: #00A4E7;
    }

.productFeatures {
    margin-top: 1rem;
}
.price-item {
    cursor: pointer;
}
.choiseCard {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
}

    .choiseCard.active {
        border-color: #33b6ec;
    }

.choiseDiscountRate {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #33B6EC;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 3px 6px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.choisePiece {
    color: #667085;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.choisePrice {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.priceChoise {
    margin-top: 48px;
}

.priceChoiseTitle {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1rem;
}

.choiseSubTitle {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}

.detaySec {
    margin-top: 48px;
}

.addToBasketArea {
    margin-top: 48px;
    border-radius: 8px;
    border: 1px solid #E4E7EC;
    background: #FCFCFD;
    padding: 32px;
}

    .addToBasketArea hr {
        border-color: #E4E7EC;
    }

.fullPricePerPiece {
    color: #344054;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.fullPrice {
    color: #000;
    font-family: 'Inter';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.addToBasketAlert {
    color: #475467;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.addToBasketButton {
    background-color: #00A4E7;
    border: 1px solid #00A4E7;
    width: 100%;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    display: flex;
    font-weight: 600;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}
.saveButton {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #E4E7EC;
    color: #101828;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
}

.detaySec select, .detaySec input {
    border: 1px solid #E4E7EC;
    padding: 12px 16px;
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.aboutOrderCard {
    text-align: center;
}
.cardIcon {
    color: #00A4E7;
    font-size: 20px;
}

.aboutOrderCard .cardText {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.aboutOrder {
    padding-top: 28px;
    border-top: 1px solid #E4E7EC;
}

#productFeaturesTabList {
    justify-content: space-evenly;
    background-color: #F9FAFB;
    border: 1px solid #E4E7EC;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    #productFeaturesTabList li button {
        padding: 12px 24px 12px 24px;
        color: #344054;
        text-align: center;
        background: none;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        display: flex;
        align-items: center;
        column-gap: 8px;
        cursor: pointer;
        border: none;
    }

    #productFeaturesTabList li:focus-visible
    {
        outline: none;
    }

        #productFeaturesTabList li button:focus, #productFeaturesTabList li button:hover, #productFeaturesTabList li button:focus-visible {
            border-color: transparent;
            outline: none;
        }



#productFeaturesTabContent {
    padding: 32px 56px;
    padding-bottom: 56px;
    border: 1px solid #E4E7EC;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#productFeaturesTabList li button.active {
    border: none;
    position: relative;
    font-weight: 600;
    color: #061975;
}

    #productFeaturesTabList li button.active:before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #061975;
    }

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    width: 8px;
    height: 8px;
    border-radius: 50px !important;
    border: 2px solid #98A2B3;
}

.carousel-indicators .active {
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #00A4E7;
    background-color: #00A4E7;
}

.carousel-indicators
{
    align-items: center;
    bottom: 2.5rem;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    height: 48px;
    width: 48px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #D0D5DD;
    border-radius: 50px;
    color: #1D2939;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #1D2939;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }
.docBilgi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    column-gap: 10px;
    color: #0664ba;
}

.productInformationTabs {
    margin-top: 100px;
    margin-bottom: 72px;
}


/*Ürün Kart*/

.productCard {
    border: 1px solid #E4E7EC;
    border-radius: 8px;
}

.productLink {
    text-decoration: none;
}

.productImageArea {
    background-color: #F9FAFB;
    height: 261px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.productImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


.productContent {
    height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productPriceArea {
    margin-top: 32px;
    align-items: center;
}

.withoutDiscountPrice .discountRate {
    color: #00A4E7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.withoutDiscountPrice .price {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: line-through;
}

.withoutDiscountPrice {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.addToBasket {
    padding: .8rem;
    border: 1px solid #efefef;
    border-radius: 8px;
}

    .addToBasket img {
        display: block;
        width: 100%;
    }

.productContent {
    padding: 20px;
}

.productPrice {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.nextToNextTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.nextToNext {
    margin-bottom: 24px;
}

.similarProducts {
    margin-top: 48px;
    margin-bottom: 48px;
}

/*Fırsatları Keşfedin*/


.discoverOpportunities {
    margin-top: 48px;
    margin-bottom: 48px;
}

.discoverOpportunitiesBigCard {
    position: relative;
}

.bigCardTextBox {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background-color: #061975;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    column-gap: 32px;
}

.bigCardDiscountArea .discountRate {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.bigCardDiscountArea .discountTitle {
    color: #061975;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.bigCardTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

    .bigCardTextArea .bigCardTitle {
        color: #fff;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .bigCardTextArea .bigCardDescription {
        color: #B2B8D4;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.smallCard {
    background-color: #00A4E7;
    padding: 32px;
    display: flex;
    border-radius: 16px;
    column-gap: 32px;
}

.smallCardDiscountArea .discountRate {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.smallCardDiscountArea .discountTitle {
    color: #0095D2;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.smallCardTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.smallCardTitle {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.smallCardDescription {
    color: #E6F6FD;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.smallCardAreaRow {
    row-gap: 45px;
}

.nextToNextTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.nextToNext {
    margin-bottom: 24px;
}

.seeAllButton {
    text-align: end;
}

.seeAll {
    text-decoration: none;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 8px;
    width: max-content;
    margin-left: auto;
}

    .seeAll .seeAllText {
        color: #1D2939;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .seeAll .seeAllIcon {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FF4F56;
        color: #fff;
        font-size: 10px;
        border-radius: 50px;
    }

.selectDepot {
    border: 1px solid #efefef;
    padding: 1rem 2rem;
    margin-top: 3rem;
    border-radius: 8px;
    font-family: 'Inter';
}

    .selectDepot .card-title {
        font-size: 16px;
        font-family: 'Inter';
        font-weight: 500;
    }

    .selectDepot .depo .depoName {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 14px;
    }

.unitPriceArea {
    display:flex;
    justify-content:center;
    margin-top: 1.5rem;
    /*width: max-content;*/
    padding: 1rem;
    border: 1px solid #efefef;
    border-radius: 8px;
}

.unitPrice {
    display: flex;
    column-gap: 10px;
    font-family: 'Inter';
    align-items: center;
}

    .unitPrice .unitPriceTitle {
        font-weight: 500;
        font-size: 16px;
    }

.unitPriceValue {
    font-weight: 400;
    font-size: 15px;
}
