#crimg:hover{
    transform:rotate(360deg);
    /* Firefox */
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
#shimg:hover{
    transform:rotate(360deg);
    /* Firefox */
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

#hideser {
    display: none;
    float: left;
    padding: 0;
}
.header-top-inner {
    padding: 4px;
}
#subcategoryhover li {
    border-bottom: 1px solid #eee;
}

#subcategoryhover a:hover {
    color: #c30909 !important
}


#discountpart{
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    border-radius: 16px 0% 0% 16px;
    height: 20px;
    width: 60px;
    box-shadow: 1px 1px 10px 1px #05050522;

}
#discountparttwo{
    background: #ff0a01;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    float: left;

}
#pdis{
    font-size: 10px;
    margin: 0;
    padding-top: 2px;
    float: right;
    color: white;
    font-weight: bold;
    padding-right: 4px;
}


#sync1 .items img:hover{
    transform: scale(1.4);
}
#sync1 .items img{
    transition: .5s;
}

#posit {
    position: fixed;
    left: 0;
    z-index: 1111;
    top: 50%;
    background: #000000;
    height: 40px;
    width: 55px;
    text-align: end;
    border-radius: 0px;
}
