﻿@font-face {
    font-family: yekan;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/yekan/Yekan.eot') format('embedded-opentype'), url('../fonts/yekan/Yekan.woff') format('woff'), url('../fonts/yekan/Yekan.ttf') format('truetype');
}

@font-face {
    font-family: vazir;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Vazir-Bold-FD-WOL.eot') format('embedded-opentype'), url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff'), url('../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
}


body {
    font-family: vazir;
    background-color: rgb(251,251,251);
}

.ads {
    margin-top: 10px;
    padding: 3px;
    border: 1px dashed #cfcfcf;
    height: 100px;
    width: 500px;
}


.box {
    background-color: white;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.hr {
    margin: 3px 0 3px 0;
    border-bottom: #cfcfcf 1px solid;
}

ul {
    list-style: none;
    padding: 0;
}

.wiget-menu-list {
    padding: 5px;
    margin: 2px;
    background-color: rgba(249,249,249,1);
    transition: 500ms;
}

    .wiget-menu-list li:hover {
        background-color: rgba(243,241,241,1);
    }

.img-res {
    width: 100%;
    height: auto;
}

#Footer {
    background-color: black
}

#Footer a {
    color: #9d9d9d;
    list-style: none;
}

#Footer a:hover {

    color: white;

}

.btn123 {
    box-shadow: rgba(0,0,0,0.25) 0px 0.0625em 0.0625em, rgba(0,0,0,0.25) 0px 0.125em 0.5em, rgba(255,255,255,0.1) 0px 0px 0px 1px inset
}


.row {
    margin: 0 !important;
    padding: 0 !important;
}



#HKVorud {
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 400px;
    background-color: whitesmoke;
}

#HKVorud input {
    border-radius: 100px;
    height: 45px;
    text-align: center;
    font-size: 14px;
}

    #HKVorud a {
        border-radius: 100px;
        width: 100%;
        height: 40px;
        margin: auto;
        margin-bottom: 4px;
        font-size: 14px;
        text-align: center;
        line-height: 28px;
    }

#HKVorud label {
    margin-top: 10px;
    font-size: 14px;
}


.orange-border {
    border: 2px solid #ff7300;
    color: #999999;
    border-radius: 10px;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    line-height: 3rem;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.shop-border {
    border: 1px solid #ff7349;
    color: #999999;
    border-radius: 10px;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    line-height: 2rem;
    max-width: 90%;
    margin: auto !important;
    
}

