.poyeshtitle,
.poyeshtitleb {
    font-size: 16px;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    text-align: center;
    animation: blink 12s infinite;
}

.poyeshtitleb {
    font-size: 30px;
}

@keyframes blink {

    20%, 24%, 55% {
        color: #111;
        text-shadow: none;
    }

    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        /*     color: #fccaff;
      text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
        0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
        color: #fff6a9;
    }
}

.productitems {
    padding: 10px 6px;
}

.pitem {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 8px 2px;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    position: relative;
}

    .pitem .itemtitle {
        margin-top: -14px;
        height: 20px;
    }

        .pitem .itemtitle span {
            transform: none !important;
        }

    .pitem .itemimage img {
        width: 190px;
    }

    .pitem .itemcounter {
        width: 90%;
    }

        .pitem .itemcounter button {
            padding: 5px 7px !important;
            font-size: 10px;
        }

.itemtitlespan {
    font-size: 19px;
}

.pitem .itemprice h1 {
    font-size: 25px;
    margin: 5px 0;
}

.pitem .itempayment a {
    font-size: 19px;
    padding: 7px 11px !important;
}

.pitem .itemrange button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    margin: 0 5px;
}

.pitem .itemrange .itemrangeinput {
    width: 60px;
    font-size: 18px;
    padding: 5px 5px;
}

.pitem .itemcounter div {
    padding: 2px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.5);
}

.pitem .itemcountera {
    border-radius: 5px 5px 0 0;
    border-bottom: none !important;
}

.pitem .itemcounterc {
    border-radius: 0 0 5px 5px;
    border-top: none !important;
}

.allpayment {
    margin: auto;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 5px 8px;
}

.allpaymenttitlebar {
    background-color: rgba(255, 255, 255, 0.5);
}

.payall,
.payalls{
    margin: 7px auto !important;
    display: block;
}

.allpaymentphone {
    width: 70% !important;
    margin: 7px auto !important;
    direction: ltr;
    text-align: center;
}

.allpaymentphonecomments {
    font-size: 11px;
    padding: 0 14px;
}






.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .validation-summary-errors ul li {
        margin: 0;
        padding: 0;
        color: red;
    }


@media (min-width: 690px) {
    .pitem {
        width: 48%;
    }
}

@media (min-width: 990px) {
    .pitem {
        width: 32%;
    }
}


.money {
    font-size: 25px;
    font-weight: bold;
}
