@-moz-keyframes shine {
    0% {
        background-position: 0
    }

    60% {
        background-position: 560px
    }

    100% {
        background-position: 560px
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0
    }

    60% {
        background-position: 560px
    }

    100% {
        background-position: 560px
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0
    }

    60% {
        background-position: 560px
    }

    100% {
        background-position: 560px
    }
}

@keyframes shine {
    0% {
        background-position: 0
    }

    60% {
        background-position: 560px
    }

    100% {
        background-position: 560px
    }
}
.siparis-ver-btn {
    
    width: 92%;
    max-width: 750px;
    height: 110px;
    display: block;
    background: #a40000;
    background: -webkit-linear-gradient(90deg, rgb(217 67 71) 0, rgba(164, 0, 0, 1) 100%);
    background: linear-gradient(90deg, rgb(217 67 71) 0, rgba(164, 0, 0, 1) 100%);
    margin-left: 10px;
    margin-bottom: 40px;
    float: left;
    border-radius: 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 21px rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    overflow: hidden;
    z-index: 9
}
#siparis-btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite
}
@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

.sticky {
    position: fixed;
    bottom: 0;
    z-index: 9;
    margin-bottom: 10px !important
}

.ziyaretci {
    width: 450px;
    height: 40px;
    float: left;
    background: #000;
    border-radius: 20px 20px 0 0;
    margin-left: 10px;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    position: fixed;
    bottom: -50px;
    transition: all ease-in-out .3s;
    opacity: 0;
    z-index: 8
}

.ziyaretci.fix {
    bottom: 120px;
    opacity: 1
}
/* 580 */
@media only screen and (max-width:850px) {
    .siparis-ver-btn {
        width: 92%;
        height: 70px;
        margin-left: 0%;
        margin-bottom: 30px;
        font-size: 1.05rem;
    }

    button.siparis-ver-btn {
        font-size: 28px;
        height: 70px
    }
    .ziyaretci.fix {
        bottom: 80px
    }
    .ziyaretci {
        margin-left: 0%;
        width: 300px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        letter-spacing: .5px
    }

}
