body {
    background: url('../images/binding-light.png');
    max-width: 750px;
    margin: 0 auto;
}

header,
footer {
    background-color: #bbbbbb;;
    color: #636363;

}

.menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.5s ease-in-out;
}

.menu-overlay.show {
    right: 0;
}

.menu-overlay ul {
    padding: 0;
}

.menu-overlay ul li {
    margin: 5px 0;
    list-style: none;
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.menu-overlay ul li a {
    text-decoration: none;
}

.menu-overlay ul li:hover {
    transform: scale(1.1);
}

.menu-icon {
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.footer-icons i {
    font-size: 24px;
    margin-right: 10px;
}

.footer-icons p {
    font-size: 18px;
    margin-right: 10px;
}

ul.list-unstyled li {
    margin: 5px 0px;
    font-size: 18px;
}

.list-unstyled {
    padding-left: 0;
    list-style: disc;
    margin-left: 20px;
}

ul.list-unstyled li a {
    text-decoration: none !important;
}

ul.list-unstyled li a:hover {
    text-decoration: underline !important;
}

.footer-divider {
    background: #bfbfbf;
    height: 1px;
    margin: auto;
    margin-top: 15px;;
}

.footer-text {
    margin: auto;
    text-align: center;
    margin-top: 15px;;
}

.reviews {
    padding: 30px 15px;
    background: #f8f9fa;
}

.review {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.review .stars {
    color: gold;
}

.review .purchase-info {
    font-size: 14px;
    color: #666;
}

.review-form {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    background: white;
}

.star-rating i {
    font-size: 24px;
    cursor: pointer;
    color: #ddd;
}

.star-rating i.active {
    color: gold;
}

.addCommentBtn {
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

/**
Sipariş Formu Cssleri
 */

input.paket-input {
    display: none;
}

.secili{
    display: none;
}

.paket {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.paket img {
    border: 1px solid #464646;
    border-radius: .5em;
}

label .secildi-gorsel {
    display: none !important;
}

label img {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
}


input.paket-input:checked + label .secin-gorsel {
    display: none !important;
}

input.paket-input:checked + label .secildi-gorsel {
    display: inline !important;
}

.form-paketler {
    padding-bottom: 10px;
    background: #fff;
}

.form-paketler:last-child {
    padding-bottom: 0px;
}

.invalid-feedback {
    color: #333333;
    font-weight: bold;
}

.agree-link {

}

.agree-link a:link, a:visited {
    color: #fff;
}

.menu-overlay a:link, a:visited {
    color: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.footer-form {
    background-color: #f5f5f5;
    color: #333333;
    padding: 15px;
    max-width: 750px;
}

.footer-form input,
.footer-form textarea {
    background-color: white;
    color: #000;
}

.agree-link a:link, a:visited {
    color: #636363 !important;
}

.footer-form button {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

.footer-form .form-label {
    font-size: 15px;
}

.footer-form button:hover {
    background-color: darkred;
}

.odeme_yontemleri {
    display: flex;
    align-content: center;
    justify-content: center;

}

.odeme_yontemleri label {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    text-align: left;
    border-radius: 4.3em;
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: bold;
    border: 5px solid #dbdbdb;
    font-size: 13px;
    width: 50%;
}

input[name="sp_odeme_yontemi"] {
    display: none !important;
}

.odeme_yontemleri label {
    cursor: pointer;
}

input[name="sp_odeme_yontemi"]:checked + label {
    border: 5px solid var(--temarenk);
}

input[name="sp_odeme_yontemi"]:checked + label .dot {
    background: var(--temarenk);
}

.dot {
    width: 15px;
    height: 15px;
    background: #8a8a8a;
    margin-right: 7px;
    border-radius: 3.5em;
}

.paket-input {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.paket-title {
    width: 100%;
    align-content: center;
}

.paket-baslik {
    font-weight: bold;
}

.paket-price {
    align-content: center;
    text-align: right;
}

.paket {
    line-height: normal;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-style: normal;

    margin-top: 10px !important;
    display: flex;
    gap: 10px;
    min-height: 55px;
calc(10 px * var(--block-spacing, 1)) calc(15 px * var(--block-spacing, 1) + 5 px);
    box-shadow: inset 0 0 0 1px var(--bar-selected-border-color, #2d2d2d);
    border-radius: .5em;
    padding: 15px;
    cursor: pointer;
}

.guncel-fiyat {
    font-weight: bold;
    font-size: 23px;
}

.kargo-ucreti {
    font-size: 16px;
}

.eski-fiyat {
    font-weight: bold;
    text-align: right;
    text-decoration: line-through;
    color: #9c9c9c;
}

input[name="paket"]:checked + label {
    box-shadow: inset 0 0 0 2px var(--temarenk);
}

input[name="paket"]:hover + label {
    box-shadow: inset 0 0 0 2px var(--temarenk);
}

input[name="paket"]:checked + label .kaching-bundles {
    border: 3px solid rgb(31, 31, 31);
    box-shadow: 0 0 0 2px var(--bar-border-color, rgb(31, 31, 31));
}


.kaching-bundles {
    display: flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: 3px solid rgb(255, 255, 255);
    box-sizing: border-box;
    box-shadow: 0 0 0 2px var(--temarenk2, rgb(35 35 35 / 91%));
}

.kargo-ucreti {
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: .5em;
    background: #212121;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ucretsiz-kargo {
    background: var(--temarenk);
}

.paket-resim {
    align-content: center !important;
}

@media screen and (max-width: 768px) {
    .paket-resim img {
        width: 100px;
    }

    .list-unstyled {
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .paket-resim img {
        width: 100px;
    }
}

.form-col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}