.typeContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    padding-bottom: 50px;
}
.typeContent img{
    width: 562px;
    height: 288px;
}
.typeContent p{
    font-size: 26px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
}
button a{
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    line-height: 32px;
}
.errorImg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    position: relative;
}
.errorImg img{
    width: 70%;
    height: auto;
}
.errorImg p{
    font-size: 26px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
}
.goBack{
    padding: 4px 80px!important;
}
.errorCon{
    text-align: center;
    position: absolute;
    bottom: 90px;
}
.errorText textarea{
    width: 570px;
    height: 180px;
}
.hotCommodities {
    margin: 0 auto;
    width: auto;
}
.newProduct {
    margin: 0 auto;
    width: auto;
}
