.desFooter{
    display: none !important;
}
.menu{
    position: relative;
}

#nItemImg{
    width: 25%;
}
#nItemCt {
    width: 72%;
}
#nItemImg {
    border: 1px solid rgba(221, 221, 221, 0.53);
    overflow: hidden;
    background: transparent;
    height: auto;
}
.itemContent>div{
    padding: 15px 0;
    line-height: 22px;
    text-align: justify;
}

.breadcrumView li{
    text-transform: uppercase;
}
#artMenu li.first{
    margin-bottom: 8px;
}

.blockDetails ul li{
    padding: 6px 0;
}
.wikis{
    text-align: center;
}
.pItem .orderPr .insertCart, .pItem .orderPr .viewPr{
    padding: 10px 0;
    width: 48%;
}
i.checkIvt.inventCheck {
    width: calc(100% + 20px);
    left: -10px;
    height: 30px;
    background: #ff662c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fef725 !important;
    position: absolute;
    top: 71%;
    border: 1px solid #ccc;
}
i.checkIvt.inventCheck:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #de160d;
    border-left: 10px solid transparent;
}
i.checkIvt.inventCheck:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #de160d;
    border-right: 10px solid transparent;
}
.pItem>h3>a{
    height: 65px;
}