.Display_ItemShow header img{
    margin-top: 3%;
    margin-left: 2.5%;
    border-radius: 10px;
    width: 95%;
    box-shadow: 0 0 10px 2px yellow;
}

.Display_ItemShow header h2{
    font-family: Fedra;
    text-align: center;
    color: #444;
}

.Display_ItemShow p{
    font-family: Vazir;
    font-weight: bold;
    text-align: center;
    color: #444;
    margin: 25px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: right;
}

.Display_ItemIMG{
    margin-bottom: 10px;
}

.Display_ItemIMG p{
    font-family: Fedra;
    text-align: center;
    color: gold;
    text-shadow: 0 0 10px black;
    font-weight: bold;
}

.Display_ItemIMG .Display_ItemIMGBox{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 98%;
}

.Display_ItemIMG .Display_ItemIMGBox .Display_ItemIMGBoxSize1 img{
    width: 32.99%;
    border-radius: 10px;
}
.Display_ItemIMG .Display_ItemIMGBox .Display_ItemIMGBoxSize2 img{
    width: 49.74%;
    border-radius: 10px;
}
.Display_ItemIMG .Display_ItemIMGBox .Display_ItemIMGBoxSize3 img{
    width: 100%;
    border-radius: 10px;
}

.Display_ItemSelectDIS .Display_ItemSelectDISBoxUP{
    margin-right: 2.5%;
    float: right;
}

.Display_ItemSelectDIS .Display_ItemSelectDISBoxUP button{
    transition: 0.5s;
    border-radius: 5px;
    line-height: 10px;
    height: 40px;
    font-family: Fedra;
    text-align: center;
    color: #444;
    font-weight: bold;
    border: none;
    background-color: #eee;
}

.Display_ItemSelectDIS .Display_ItemSelectDISBoxUP button:hover{
    background-color: #444;
    color: #eee;
    transform: skewX(9deg);
}

.Display_ItemSelectDISBoxSelect{
    margin-top: 4px;
    margin-right: 2.5%;
    float: right;
    width: 95%;
    background-color: #eee;
    border-radius: 5px;
    /* border-top-right-radius: 0; */
    margin-bottom: 10px;
}


.Display_ItemSelectDISBoxDownload h3{
    position: relative;
    right: 50%;
    transform: translate(50%);
    font-family: Fedra;
    text-align: center;
    color: gold;
    width: 80%;
    height: 35px;
    line-height: 31px;
    text-shadow: 0 0 10px black;
    /* box-shadow: 0 0 10px black; */
    border-radius: 5px;
    background: linear-gradient(to bottom,#232D3F 50%,rgba(255,255,255,0.5) 100%);
}

.Display_ItemSelectDISBoxDownload p{
    text-align: center;
    font-family: Vazir;
    color: brown;
    /* font-size: 10px; */
}
.Display_ItemSelectDISBoxDownload a{
    text-decoration: none;
}

.Display_ItemSelectDISBoxSystemRequirements h3{
    position: relative;
    right: 50%;
    transform: translate(50%);
    font-family: Fedra;
    text-align: center;
    color: gold;
    width: 80%;
    height: 35px;
    line-height: 31px;
    text-shadow: 0 0 10px black;
    /* box-shadow: 0 0 10px black; */
    border-radius: 5px;
    background: linear-gradient(to bottom,#232D3F 50%,rgba(255,255,255,0.5) 100%);
}

.Display_ItemSelectDISBoxSystemRequirements li{
    font-weight: bold;
    margin: 10px;
}