/* SECTION BREADCRUMB */

#sectionBreadCrumb {
    width: 100%;
    height: 38px;
    background-color: #efefef;
}

#sectionBreadCrumb * {
    height: 100%;
}

#sectionBreadCrumb p {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

#sectionDetail-1 {
    margin-bottom: 100px;
}

.detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.detail-head {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
}

.detail-head hr {
    width: 105px;
    height: 4px;
    color: #fdc300;
    margin: 0;
    margin-top: 11px;
    opacity: 1;
}

.detail-body {
    display: flex;
}

.option-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
    height: 44px;
    width: 225px;
    border: 1px solid #cccccc;
    border-bottom: 0;
    border-right: 0;
    background-color: #ffffff;
}

.option-item:last-child {
    border-bottom: 1px solid #cccccc;
}

/* .active{
    background-color: #fdc300;
} */

.option-logo {
    margin-right: 12px;
}

.info-head {
    height: 44px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-bottom: 0;
    background-color: #f5f5f5;
}

.info-body {
    /* display: flex;
    justify-content: center; */
    /* width: 875px; */
    /* height: 534px; */
}

.info-text {
    font-size: 13px;
    font-weight: 500;
}

.info-container {
    display: flex;
    flex-direction: column;
    padding: 65px 125px;
    border: 1px solid #cccccc;
}

.birthday {
    display: flex;
}

.birthday-item {
    width: 92px;
    margin-right: 15px;
}

.birthday-item:last-child {
    margin-right: unset;
}

.gender {
    width: 115px;
}

.save-button {
    width: 100%;
    height: 44px;
    background-color: #128d22;
    margin-top: 8px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
}

.pass-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 199px;
    border: 1px solid #cccccc;
}

.warning {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.width-100p {
    width: 100%;
}

.fav-container {
    padding: 28px 28px;
    border: 1px solid #cccccc;
}

.fav-container .productListDetailCard:last-child {
    margin-bottom: 0;
}

/* DETAIL 4 */

.order-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 38px;
    border: 1px solid #cccccc;
}

.order-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

.order-item-container:last-child {
    margin-bottom: 0;
}

.order-item-row {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.order-item-row > img {
    height: 74px;
    width: 74px;
    border: 1px solid #cccccc;
}

.item-detail {
    margin-left: 20px;
    margin-top: 18px;
    font-size: 13px;
    color: #7f7f7f;
}

.item-detail span {
    color: #000000;
    font-weight: bold;
}

.item-cargo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 65px;
}

.check-mark {
    border-radius: 20px;
    height: 30px;
    width: 30px;
    padding-left: 8px;
    padding-top: 3px;
    background-color: #128d22;
    color: #ffffff;
}

.cargo-detail {
    margin-left: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #00000098;
}

.cargo-detail span {
    font-size: 13px;
    color: #128d22;
}

.item-price {
    margin-left: 95px;
    display: flex;
    align-items: center;
}

.discount {
    height: 40px;
    width: 82px;
    border: 1px solid #00000098;
    border-radius: 5px;
    font-size: 10px;
    padding-left: 15px;
    padding-top: 2px;
}

span.discount-info {
    font-size: 10px;
    margin-left: 4px;
}

span.discount-price {
    font-size: 14px;
}

.price {
    margin-left: 10px;
}

.price-old {
    font-size: 14px;
    color: #00000079;
}

.price-now {
    font-size: 17px;
    font-weight: bold;
    color: #128d22;
}

.expand {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.expand-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border: 3px solid #8e8e8e;
    border-radius: 20px;
}

.expand-button img {
    height: 15px;
    width: 15px;
    opacity: 0.5;
}

.order-detail-container {
    visibility: hidden;
    margin-top: 35px;
    padding: 35px;
    border: 1px solid #cccccc;
    width: 100%;
}

.order-detail-row {
    /* display: flex;
    flex-direction: row; */
    width: 100%;
}

.order-detail-row img {
    height: auto;
    width: 120px;
    border: 1px solid #cccccc;
}

.order-detail-row .info {
    margin-left: 15px;
}

.brand {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tyre,
.spec {
    font-size: 13px;
}

.year {
    font-size: 12px;
    color: #7f7f7f;
}

.cardTop-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin: 25px 0 15px 0;
    width: 100%;
}

.cardTop-rate * {
    color: #7f7f7f;
}

.cardTop-rate > div {
    margin-right: 9px;
}

.cardTop-rate > div:first-child {
    font-size: 17px;
    letter-spacing: -2px;
}

.cardTop-rate p {
    font-size: 13px;
}

.order-detail-row .button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 130px;
    height: 40px;
    background-color: #fdc300;
}

.cart {
    margin-left: 9px;
}

.buy-again {
    margin-left: 12px;
}

.sent-cargo {
    font-size: 13px;
    color: #6d6d6d;
}

.sent-time {
    font-size: 13px;
    color: #128d22;
}

.track-cargo {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 145px;
    height: 38px;
    background-color: #128d22;
    border-radius: 5px;
}

.track-cargo .car {
    padding-left: 11px;
    color: #ffffff;
}

.track-cargo .text {
    margin-left: 6px;
    color: #ffffff;
    font-size: 13px;
}

.montage {
    margin-top: 18px;
    font-size: 11px;
}

.montage-amount {
    margin-top: 4px;
    display: flex;
    align-items: center;
    height: 35px;
    width: 145px;
    padding-left: 15px;
    border: 1px solid #cccccc;
}

.ask-seller {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.ask-seller .baloon {
    color: #fdc300;
}

.ask-seller .text {
    margin-left: 8px;
    font-size: 13px;
}

.order-customer-row {
    visibility: hidden;
    margin-top: 20px;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
}

/* .order-customer-row{
    width: 305px;
} */

.order-customer-row .order-receipt {
    margin-top: 30px;
}

.address-head {
    font-size: 16px;
    font-weight: bold;
}
.address-type {
    margin-top: 18px;
    font-size: 15px;
}
.address-info {
    font-size: 13px;
    overflow-wrap: break-word;
}
.reciever {
    font-size: 13px;
    font-weight: bold;
}

.board {
    /* width: 377px; */
    width: 48.5%;
    height: 300px;
    background-color: #f5f5f5;
    border-bottom: 5px solid #e4e4e6;
    border-radius: 5px;
    padding: 24px;
}

.order-customer-row .row-1 {
    display: flex;
    align-items: center;
}
.order-customer-row .row-1 img {
    height: 30px;
}

.vertical-line {
    border-left: 1px solid #cccccc;
    height: 60px;
    color: black;
    margin: 0 15px;
}

.credit-card-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.credit-card {
    font-weight: bold;
}

.credit-card-row .info {
    font-size: 13px;
}

.green {
    color: #128d22;
}

.bold {
    font-weight: bold;
}

.width-200 {
    width: 200px;
}

.weight-500 {
    font-weight: 500;
}

.order-customer-row .row-2 .row-1,
.order-customer-row .row-2 .row-2,
.order-customer-row .row-2 .row-3,
.order-customer-row .row-2 .row-4,
.order-customer-row .row-2 .row-5 {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #7c7c7c;
}

.order-customer-row .row-2 .row-5 {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #cccccc;
}

.margin-top-20 {
    margin-top: 20px;
}

.black-bold {
    color: black;
    font-weight: bold;
}

.rotate {
    transform: rotate(180deg);
}

.hide-desktop {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    width: 100%;
    height: 44px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 1px;
    border-bottom: 2px solid black;
}

.password-box input[type="text"] {
    all: unset;
    width: 100%;
}

.password-box {
    width: 100%;
    height: 44px;
    padding: 0px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 1px;
    border-bottom: 2px solid black;
}

.password-input {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
    text-align: left;
    appearance: none;
    width: 100%;
    height: 100%;
}

.reveal {
    margin: auto;
    cursor: pointer;
}

select {
    padding: 0 10px;
}

.order-item-container {
    height: 116px;
    width: 100%;
}

.order-item-container.show {
    height: unset;
}

.order-detail-container.show,
.order-customer-row.show {
    visibility: visible;
    height: auto;
}

/* BOOK */

.book-container {
    min-width: 875px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #cccccc;
}

.address-container {
    /* width: 799px; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* min-width: 870px; */
    /* border: 1px solid #ccc; */
    padding: 30px 0;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 30px;
}

.add-address {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.24px;
    cursor: pointer;
    margin: 12px 0;
}

.plus-icon {
    filter: brightness(0%);
    opacity: 0.6;
}

.address-box {
    padding: 8px 16px 20px 24px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 203px;
    height: 144px;
    box-sizing: border-box;
    user-select: none;
    position: relative;
}

.address-box .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.32px;
    color: #484848;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address-box .top {
    display: flex;
    justify-content: space-between;
}

.address-box .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.address-box .address {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
    color: #646464;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address-box .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    padding: 16px 16px 17px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
}

.address-box .menu a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #484848;
}

.address-box .menu * {
    display: block;
    padding: 6px 12px;
}

/* .show {
    display: block !important;
} */

.outer-tab {
    margin: 35px 70px;
    display: inline-block;
}

.tab-fix {
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    overflow: auto;
    padding: 2px;
    white-space: nowrap;
    width: max-content;
}

.button-left {
    background: none rgb(255, 255, 255);
    border: none;
    color: rgb(65, 65, 65);
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 44px;
    line-height: 24px;
    padding: 10px 16px;
    width: auto;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px, rgb(0 0 0 / 6%) 0px 6px 16px;
}

.button-right {
    background: none;
    border: none;
    color: rgb(65, 65, 65);
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 44px;
    line-height: 24px;
    padding: 10px 16px;
    width: auto;
}

.tab-fix .active {
    background: none rgb(255, 255, 255) !important;
    border: none;
    color: rgb(65, 65, 65);
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 44px;
    line-height: 24px;
    padding: 10px 16px;
    width: auto;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px, rgb(0 0 0 / 6%) 0px 6px 16px;
}
.tab-fix li {
    background: none;
    border: none;
    color: rgb(65, 65, 65);
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 44px;
    line-height: 24px;
    /* padding: 10px 16px; */
    width: auto;
}

.outer-tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 26px;
}

/* .tab-pane.active{
    all: unset;
} */

/* popup */

.popup-content-under-text {
    display: flex;
    justify-content: flex-start;
}

.popup-contant-group {
    display: flex;
    flex-direction: column;
}

.montaj-popup-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    align-items: center;
    width: 100%;
}

.popup-montaj-body {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-text {
    padding: 10px 15px;
    margin: 8px 0;
}

.detailTop-popup-filter {
    width: auto;
    display: flex;
}

.detailTop-popup-filter select + span {
    width: 100px !important;
    height: 100% !important;
    padding: 9px !important;
    background-color: white !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    margin-right: 7px;
    font-size: 14px;
}

.modal-dialog {
    margin: auto !important;
}

/* .modal-content {
    width: 100%;
    border-radius: 0px;
    align-items: center;
} */

/* .modal-body {
    width: 507px !important;
    padding-top: 0px !important;
} */

.float-left {
    text-align: left;
    width: 100%;
    width: 94%;
}

.close-icon-image {
    display: flex;
    justify-content: flex-end !important;
    margin: 10px;
    width: -webkit-fill-available;
}

.services-montaj3-button button {
    padding: 10px 12px;
    border-radius: 1px;
    font-weight: 300px;
    font-size: 14px;
    width: 84px !important;
    background-color: #282828;
    color: white;
    display: inline-block;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.services-montaj2-button button {
    padding: 10px 12px;
    border-radius: 1px;
    font-size: 14px;
    width: 153px !important;
    display: inline-block;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.montaj-menu-list4 .service-name {
    width: 82px;
}

.button-selected {
    background-color: red !important;
    border-color: red !important;
}

.go-cart {
    background-color: #fdc300;
    color: black;
    border: none;
}

.go-cart.passive {
    opacity: 0.55;
    pointer-events: none;
}

.update-info {
    display: flex;
    justify-content: center !important;
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #128d22;
}

.services-montaj2-button.change-location a {
    color: #128d22;
    text-decoration: underline;
    font-weight: bold;
    padding: 0;
}

.save-button {
    padding: 10px 12px;
    border-radius: 1px;
    font-size: 14px;
    width: 153px !important;
    display: inline-block;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.payment-text {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

.payment-method {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #ccc; */
    width: 100%;
    margin-bottom: 18px;
    margin-top: 5px;
}

.payment-method-option {
    border: 1px solid #cccccc;
    height: 40px;
    width: 176px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
}

.payment-method-option input,
label {
    cursor: pointer;
}

.payment-method-option.active {
    background-color: #f5f5f5;
}

.payment-method-option input {
    margin-left: 12px;
    margin-right: 8px;
}

.load-kurumsal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .info-container {
        padding: 65px 45px;
    }
    .pass-container {
        padding: 65px 124px;
    }
    .order-container {
        padding: 28px 34px;
    }
    .item-cargo {
        margin-left: 15px;
    }
    .item-price {
        margin-left: 15px;
    }
    .book-container {
        min-width: unset;
    }
}
@media screen and (max-width: 992px) {
    .pass-container {
        padding: 65px 45px;
    }
    .productListDetailCard {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 21px !important;
    }
    .productListDetailCard:last-child {
        margin-bottom: 0 !important;
    }
    .order-item-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .item-detail {
        margin-left: 0;
        margin-top: 20px;
    }
    .item-cargo {
        margin-top: 20px;
    }
    .item-price {
        margin-left: 0;
        margin-top: 20px;
    }
    .expand {
        margin-left: 0;
        margin-top: 20px;
    }
    .order-item-container {
        padding: 20px 80px;
    }
    /* .order-container {
        padding: 28px 195px;
    } */
    .order-item-row > img {
        height: auto;
        width: 100%;
    }
    .order-item-container {
        height: 490px;
        width: 332px;
    }
    .mobile-center {
        justify-content: center;
        align-items: center;
    }
    .board {
        width: 93%;
        margin-top: 20px;
    }
    .order-address {
        margin-left: 15px;
    }
    .order-receipt {
        margin-left: 15px;
    }
    .hide-desktop {
        display: unset;
    }
}
@media screen and (max-width: 670px) {
    .detail-body {
        flex-direction: column;
    }
    .option-item {
        width: 100%;
        border-right: 1px solid #cccccc;
    }
    .option {
        margin-bottom: 15px;
    }
    .info-container {
        padding: 30px 20px;
    }
    .pass-container {
        padding: 30px 20px;
    }
    .order-item-container {
        padding: 20px 9px;
    }
    .order-customer-row .row-2 .row-5 {
        padding-top: 10px;
        margin-top: 20px;
    }
}

/* EXTRAS */

.starrr-read-only {
    display: flex;
}

.starrr-read-only a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #ffd119 !important;
    text-decoration: none;
    pointer-events: none;
}

.starrr-read-only.header a {
    font-size: 22px;
}
