@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWeb/IRANSansWeb.eot"),
    url("../fonts/IRANSansWeb/IRANSansWeb.woff"),
    url("../fonts/IRANSansWeb/IRANSansWeb.woff2"),
    url("../fonts/IRANSansWeb/IRANSansWeb.ttf");
}
body{
    font-family: "IRANSansWeb", sans-serif;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
    background: #2d2d2d;
}
main{
    overflow: auto;
    /*height: calc(100vh - 85px);*/
    height: calc(var(--vh, 1vh) * 100 - 85px);
    background: #442502 url(../img/IMG_5498.png) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
nav.bottom-nav {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 20px;
}
nav.bottom-nav .nav {
    background: white;
    box-shadow: 0 0 10px white;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
nav.bottom-nav .nav li.nav-item {
    margin: auto;
}

nav.bottom-nav .navi-link {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 2px #a5812a;
    background: #c0a042;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
nav.bottom-nav .nav li.nav-item:nth-child(2) .navi-link{
    width: 70px;
    height: 70px;
    font-size: 20px;
    background: black;
}
.title{
    font-size: 18px;
    color: white;
    text-shadow: -2px 2px 2px black;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 100px;
    background: rgb(245 222 179 / 61%);
    border: solid 1px rgb(245 222 179 / 28%);
    height: 40px;
    line-height: 30px;
}
.title:not(:first-child) {
    margin-top: 50px;
}
.pc-box {
    padding: 10px;
}
.pc-box-item {
    direction: rtl;
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background: rgb(245 222 179 / 20%);
    border: solid 1px rgb(245 222 179 / 28%);
    color: white;
    position: relative;
}
.pc-box-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 20px;
    border-radius: 5px;
}
.pc-box-item .desc h1 {
    font-size: 16px;
    font-weight: bold;
}
.pc-box-item .desc p {
    font-size: 12px;
}
.pc-box-item h4 {
    font-size: 18px;
    text-align: left;
}
.pc-box-item .discount {
    color: red;
    font-weight: bold;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 20px;
    background: white;
    border-radius: 100px;
    padding: 0 5px;
}
.socials a {
    width: 40px;
    height: 40px;
    display: flex;
    background: white;
    padding: 7px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
;
}