.width-100{
    width: 100%;
}

/* Payment Success Page */

.payment {
    height:280px;
    border-radius:20px;
    background:#fff;
}
.payment_header {
   padding:20px;
   border-radius:20px 20px 0px 0px;

}

.check {
    margin:0px auto;
    width:50px;
    height:50px;
    border-radius:100%;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
   background:#198754;
}

.check i, .check svg {
   vertical-align:middle;
   line-height:50px;
   font-size:30px;
   color:#ffffff;
}

.content {
    text-align:center;
}

.content  h1 {
    font-size:25px;
    padding-top:25px;
}

.content a {
    width: max-content;
    height:35px;
    border-radius:30px;
    padding:5px 10px;
    margin: 0px 8px;
}

.content a.solid-btn {
    background:#198754;
    color:#fff;
    border: 1px solid #198754 !important;
}

.content a.outline-btn {
    background:#ffffff00;
    color:#198754;
    border: 1px solid #198754;
}

.content a:hover {
    text-decoration:none;
    background:#fdc300 !important;
    color: #ffffff !important;
    border: 1px solid #fdc300 !important;
}

input[type='number'] {
    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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Montage Modal Css */

.montage-service-select {
    height: 40px !important;
    border: 1px solid #282828;
    background: #ffffff;
}

.montage-price-box {
    height: 40px;
}

.montage-price-box p:first-child {
    font-size: 12px;
    font-weight: 700;
    color: #6D6D6D;
}

.montage-price-box p:last-child {
    font-size: 16px;
    font-weight: 700;
}

.montage-add-btn {
    background: #282828;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0px;
    height: 40px;
    width: 90px;
}

.montage-add-btn:hover {
    background: #FF000E;
    color: #ffffff;
}

.modal-close {
    color: #000000;
    border: 3px solid #000000;
    border-radius: 40px;
    opacity: 1;
    padding: 6px !important;
    font-weight: 900;
}

.basket-agreement-check {
    border-color: #0000004d;
    border-radius: 2px;
}

.basket-agreement-check:checked {
    background-color: #fdc300;
    border-color: #fdc300;
}

.basket-agreement-check:focus {
    border-color: #fdc300;
    box-shadow: none;
}

.basket-agreement-label {
    display: flex;
    flex-wrap: wrap;
}

/* BASKET EFT HAVALE */

.basketEftTable {
    padding: 10px 14px;
}

.basketEftTable .eftTableTitle {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    color: #979797;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 8px;
}

.basketEftTable .eftTableTitle div {
    flex: 1;
    text-align: center;
}

.basketEftTable .eftTableItem {
    display: flex;
    border-radius: 4px;
    box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
    border: solid 1px #cecece;
    background-color: #ffffff;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    height: 50px;
}

.basketEftTable .eftTableItem div {
    flex: 1;
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#kargoTable {
    border-top: solid 2px #CCC;
    margin: 10px 0px;
}

#kargoTable th {
    font-size: 20px;
    font-weight: 700!important;
}

#kargoTable td {
    vertical-align: middle;
}

#kargoTable td>label {
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
}

#kargoTable td.ktKargoAd {
    color: #666;
}

#kargoTable td.ktKargoFiyat {
    color: #C00;
}

#kargoTable input[type="radio"] {
    width: 20px;
    height: 15px;
    accent-color: #ffc500;
}

/* Product Detail */

.productModalTitle {
    font-size: 17px;
    color: #ff8600;
    font-weight: bold;
}

.productModalMontageBtn {
    display: block;
    font-weight: 700 !important;
    text-align: center !important;
    color: #000;
    line-height: 45px;
    background: #fdc300;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    padding: 0px;
}

.productModalMontageBtn:hover {
    background: #ff8600;
    color: #ffffff;
}

.productModalContinueBtn {
    display: block;
    font-weight: 700 !important;
    text-align: center !important;
    color: #fff;
    line-height: 45px;
    background: #414141;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 50%;
    padding: 0px;
    margin-right: 15px;
}

.productModalContinueBtn:hover {
    background: #ff8600;
    color: #ffffff;
}

.productModalBasketBtn {
    display: block;
    font-weight: 700 !important;
    text-align: center !important;
    color: #fff;
    line-height: 45px;
    background: #198754;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 50%;
    padding: 0px;
    margin-left: 15px;
}

.productModalBasketBtn:hover {
    background: #ff8600;
    color: #ffffff;
}

/* Home Page Search Enginee */

.searchTypeBtn {
    background-color: #ffffff00;
    color: #000000;
    border-color: #000000;
}

.searchTypeBtn:hover {
    background-color: #fdc300 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.btn-check:checked+.btn{
    color: #000000;
    background-color: #fdc300;
    border-color: #fdc300;
}

/* Icon */

.sa {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: #fff;
}
.sa-warning {
    border-radius: 50%;
    border: 4px solid #f8bb86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
}
.sa-warning:after, .sa-warning:before {
    background: #fff;
    content: '';
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
}
.sa-warning:before {
    display: inline-block;
    opacity: 0;
    animation: pulseWarning 2s linear infinite;
}
.sa-warning:after {
    display: block;
    z-index: 1;
}
.sa-warning-body {
    background-color: #f8bb86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}
.sa-warning-dot {
    background-color: #f8bb86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

/* 404 PAGE CSS */
.not-found-page-box {
    text-align: center;
}

.not-found-page-number {
    color: #fdc300;
    font-size: 45px;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
            1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.not-found-page-title {
    margin-top: 0px;
    font-size: 32px;
}

.not-found-page-description {
    font-size: 24px;
}

.not-found-page-button {
    background: #fdc300;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
}

/* Product Detail Car Brands */

.vehicleList {
    display: flex;
    border-bottom: 1px solid #eeeeee;
}

.vehicle {
    display: flex;
    height: 60px;
    margin-bottom: 13px;
    margin-top: 18px;
}

.vehicle img {
    height: 100%;
    margin-right: 20px;
    max-width: 100px;
}

.vehicle > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vehicle > div b {
    font-size: 13px;
    font-weight: bold;
    color: #3c3c3c;
}

.vehicle > div a {
    font-size: 13px;
    font-weight: 600;
    color: #3c3c3c;
    text-decoration: underline;
}

/* Ürün Detay Uyumlu Araç Modalleri */

.carModelsModalCarLogo {
    max-height: 60px;
}

.carModelsModal .modal-body{
    padding-bottom: 25px;
}

.vehiclesModelsTableBox {
    width: 100%;
    height: 100%;
}

.vehiclesModelsTableBox > span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #0e76bc;
}

.vehiclesModelsTableBox ul {
    padding-left: 0px;
}

.vehiclesModelsTableBox table {
    display: none;
    width: 100%;
    margin-top: 0.3em;
}

.vehiclesModelsTableBox td {
    font-size: 12px;
    padding: 2px 2px 2px 10px;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    font-weight: 600;
}

.car-models-collapse {
    background: transparent;
}

.car-models-collapse .accordion-item {
    background: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}

.car-models-collapse .accordion-header {
    background: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}

.car-models-collapse .accordion-button {
    background: transparent;
    border: none;
    margin: 0px;
    padding: 5px 0px;
    color: #404040 !important;
    border-bottom: 1px solid #b1b1b1;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: 16px;
    font-weight: 600;
}

.car-models-collapse .accordion-button:focus {
    border-color: none;
    box-shadow: none;
    color: #404040;
}

.car-models-collapse .accordion-body {
    padding: 0px !important;
    border: none !important;
}

.loading-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
   }
    30% {
        transform: scale(1.02);
   }
    100% {
        transform: scale(1);
   }
}
@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
   }
    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
   }
    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
   }
}
@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
   }
    100% {
        background-color: #f8bb86;
   }
}
