.title {
    margin-bottom: 5vh;
}

.card {
    margin: auto;
    max-width: 950px;
    width: 90%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
    color: #384265;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .card {
        margin: 3vh auto;
    }
}

.cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

@media (max-width: 767px) {
    .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}

.summary {
    background-color: #0AB1B2;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: white;
}

@media (max-width: 767px) {
    .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}

.summary .col-2 {
    padding: 0;
}

.summary .col-10 {
    padding: 0;
}

.row {
    margin: 0;
}

.title b {
    font-size: 1.5rem;
}

.main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.col-2,
.col {
    padding: 0 1vh;
}

a {
    padding: 0 1vh;
    text-decoration: none;
}

.close {
    margin-left: auto;
    font-size: 0.7rem;
}

img {
    width: 3.5rem;
}

.back-to-shop {
    margin-top: 4.5rem;
}

h5 {
    margin-top: 4vh;
}

hr {
    margin-top: 1.25rem;
}

form {
    padding: 2vh 0;
}

select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.btn {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}

.btn:hover {
    color: white;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

#code {
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

#home-tab,
#profile-tab {
    color: #c5aa54;
    font-weight: 600;
    font-size: 12px;
}

.tab-content {
    background: #fff;
}

#myTab1Content p {
    color: #384265;
    font-weight: 700;
}

#myTab>li>a:hover {
    background-color: #c5aa54 !important;
    border: medium none;
    border-radius: 0;
    color: #fff;
}

#odemeYapBtn {
    background: #c5aa54;
    color: #fff;
}

.bagisSorguBaslik {
    font-family: "Manrope", sans-serif;
}

.toplamUcret {
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.arttirAzalt {
    text-decoration: none;
    background: #c5aa54;
    color: white;
    font-family: "Manrope", sans-serif;
    margin: 2px;
}

.arttirAzalt:hover {
    text-decoration: none;
    background: #384265;
    color: white;
    font-family: "Manrope", sans-serif;
    transition: 0.3s;
    margin: 5px;
}

.goToShop {
    background: #384265;
    margin-right: 5px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    padding: 5px;
}

.goToShop:hover {
    background: #c5aa54;
    margin-right: 5px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    transition: 0.3s;
    padding: 0px 15px;
}

.alisveriseDon {
    color: #384265;
    font-weight: 600;
}