/* CSS Document */
@charset "UTF-8";

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype'), url('../fonts/Vazir.svg') format('svg');
}

body {
    font-family: "Vazir";
    direction: rtl;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.p-0 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #3399ff;
}

#qt {
    color: #999999;
}

input[disabled]#product-price{
    background-color: transparent;
    border:none;
    outline:none;
    width: 60px;

}

p .fa[class~=angle] {
    font-size: 20px;
    position: relative;
    top: 0.15rem;
    margin: 0 20px;
    cursor: pointer;
    color: #d8d8d8;
    transition: all .5s;
}

p .fa[class~=angle]:hover {
    color: #47be73;
}

.yellow {
    color: #fecb6c;
}

.product {
    width: 100%;
    background: white;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product.action {
    animation: bounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.product .header {
    padding: 20px;
}

.product .header .back {
    position: relative;
    width: 0;
    height: 0;
    border-top: 30px solid #47be73;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #47be73;
    border-left: 30px solid transparent;
}

.product .header .back:before {
    content: "←";
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    font-weight: bold;
    top: -22px;
    right: -22px;
    transform: rotate(180deg);
}

.product .main {
    padding: 0 30px;
}

.product .main .quantity {
    margin-top: 40px;
    color: #333;
}

.product .main h1 {
    font-size: 4.5rem;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 10px 0;
    color: #232e3a;
    font-weight: bolder;
}

.product .main h2 {
    color: #999999;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 10px 0;
    text-transform: uppercase;
}

.product .main h3 {
    color: #232e3a;
    margin: 0;
    font-size: 16px;
}

.product .main img {
    max-width: 100%;
}

.product .main .left {
    color: #999;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

.product .footer {
    padding: 5px 0 5px 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.product .footer .left p:before {
    content: "قیمت نهایی";
    color: black;
    display: block;
    font-size: 14px;
}

.product .footer p {
    color: #47be73;
    position: relative;
    font-size: 25px;
}

.product .footer .right {
    margin-top: 15px;
    text-align: left;
}

@media screen and (max-width: 800px){
    .product .footer p {
        font-size: 18px;
    }
}
