* {
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'IranSans', sans-serif
}
body, p {
    font-family: 'irsans';
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}
.product-image {
    width: 100%;
    height: auto;
}
.subsection {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.subsection a {
    color: #007bff;
    text-decoration: none;
}
.subsection a:hover {
    text-decoration: underline;
}
.alllist {
    padding: 0;
    margin: 0;
}
.allitem {
    margin-bottom: 15px;
}
.alltitle {
    font-size: 25px;
    font-weight: bold;
    color: #034286;
    margin-bottom: 5px;
}
.allunderlist {
    list-style: circle;
    padding-left: 20px;
    margin-top: 5px;
}
.allunderlist li {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.allunderlist li a {
    text-decoration: none;
    color: #007BFF;
    font-size: 20px;
}
.alltitle:hover {
    color: #E67E22;
    font-size: 30px;
    font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.allunderlist li a:hover {
    color: #E67E22;
    font-size: 25px;
    font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.onetitle {
    color: #5a5a5a;
}
.onetitle:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    color: #5a5a5a;
    font-size: 25px;
}