* {
    list-style: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.info-pp {
    position: fixed;
    top: calc(var(--vh, 1vh) * 100);
    width: 100%;
    height: calc(var(--vh, 1vh) * 50);
    background: #fff;
    border-radius: 30px 30px 0px 0px;
    padding-top: 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-pp::after {
    content: '';
    left: 50%;
    top: -14px;
    width: 45px;
    height: 4px;
    background: rgba(0,0,0,.2);
    position: absolute;
    transform: translate(-50%);
    border-radius: 20px;
}

.info-pp p {
    width: 70%;
    padding-top: 20px;
    font-size: .8rem;
    text-align: center;
    font-weight: 500;
    opacity: .7;
}

.info-pp img {
    width: 75%;
}

.info-pp button {
    padding: 12px 30px;
    background: rgb(232, 76, 79);
    color: #fff;
    border: 0px;
    margin-top: 20px;
    border-radius: 17px;
}

.info-pp::before {
    content: '';
    left: 0px;
    bottom: -150px;
    width: 100%;
    height: 150px;
    background: #fff;
    position: absolute;
}

.bottom-navbar {
    position: fixed;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background: #fff;
    border-radius: 30px 30px 0px 0px;
    padding: 10px 0px;
    box-shadow: -1px 0px 30px 0px rgb(0 0 0 / 35%);
    z-index: 9999;
}

.bottom-navbar button {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background: transparent;
    border-radius: 15px;
    transition: all .25s ease;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.bottom-navbar button:active:not(.infowp) {
    transform: scale(1.2);
}

.menu-kampanyalar a {
    color: #E98327;
}

.bottom-navbar button.infowp {
    margin-top: -50px;
    background: #19a71f;
    color: #fff;
    border-radius: 25px;
    height: 60px;
   box-shadow: 0px 10px 20px 0px rgb(21 213 35 / 40%);
}

.bottom-navbar button.active {
    color: rgb(255 255 255);
    background-color: rgb(230 0 135);
}

.bottom-navbar button i {
    font-size: 1.9rem;
    pointer-events: none;
}

.con-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect {
    background: rgba(232, 76, 79, .15);
    width: 60px;
    height: 50px;
    position: absolute;
    left: 13px;
    border-radius: 18px;
}

/* Tablet ve mobil cihazlarda göster */
@media (max-width: 1024px) {
    .info-pp {
        display: flex;
    }
    .bottom-navbar {
        display: flex;
    }
}

/* Masaüstünde gizle */
@media (min-width: 1025px) {
    .info-pp, .bottom-navbar {
        display: none;
    }
}

.siparis-sureci-resim {
    display: block;
}

@media (max-width: 767.98px) {
    .siparis-sureci-resim {
        display: none;
    }
}

.siparis-sureci-res {
    display: none;
}

@media (max-width: 767.98px) {
    .siparis-sureci-res {
        display: block;
    }
}

.wrap_d644 {
    bottom: 80px!important;
}

.button__AokWB {
    bottom: 80px!important;
}
