﻿@font-face {
    font-family: 'Vazir'; /* thanks to rastikerdar.github.io/vazir-font*/
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.woff') format('woff'), /* Modern Browsers */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Vazir'; /* thanks to rastikerdar.github.io/vazir-font*/
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.woff') format('woff'), /* Modern Browsers */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}


:root {
    --boom: #028711;
    --back: #282828;
}

* 
{
    font-family: 'Vazir',Arial,Helvetica,sans-serif;
    -webkit-appearance: none;
}


html {
    height: 100%;
    direction: rtl;
}

body {
    margin: 0;
    height: 100%;
}

#header {
    display: block;
    padding: 0;
    border-top:10px solid var(--boom);
    background: rgba(0,0,0,0.05);
}

#container {
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

#message {
    display: block;
    text-align: center;
}

span.big {
    display:block;
    font-size: 72px;
    line-height: 100px;
    font-weight: bold;
    color: var(--back);
    line-height: 72px;
    padding:40px 10px;    
}

span.med {
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    color: var(--boom);
    text-align: center;
    padding: 25px 10px;
}

span.small {
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    color: var(--back);
}

@media only screen and (max-width: 480px) {
    span.big {
    font-size: 42px;
    line-height: 60px;
    padding:20px 10px;
}

    span.med {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
}

}


img
{
    display:block;
    margin:0 auto;
    width:100%;    
}

a {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background: var(--boom);
    border-radius: 3px;
    padding: 0 10px;
    margin: 10px;
}

    a:hover {
    background: var(--back);
    }


a[price]
{
    display: inline-block;
    background: var(--boom) url(https://blog.vware.ir/skin/vware/images/icon/n/cart_w.png) no-repeat right 10px center;
    background-size: 24px auto;
    color: #FFFFFF;
    padding: 10px 50px 10px 10px;
    line-height: 30px;
    text-decoration: none;
    font-size: 18px;
    text-align: left;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    margin: 20px auto;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
}

a[price]:hover
{
    background-color:var(--back);
}