#menuRight {
    position: fixed;
    top: 0;
    right: 0;
    background: #055585;
    height: 100%;
    width: 35px;
    transition: all .15s;
    z-index: 1110;
}

#menuRight>li {
    margin: 5px 0;
}
#menuRight>li>p {
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-size: 11px;
    line-height: unset;
}
#menuRight>li>p i {
    display: block;
    font-size: 17px;
}
#menuRight>li>p>span {
    background: #fff;
    line-height: normal;
    padding: 0 4px;
    display: inline-block;
    color: #000;
    font-size: 11px;
    border-radius: 2px;
    font-weight: 700;
    margin-top: 3px;
}
#menuRight>li>ul>li:first-of-type {
    line-height: 30px;
    text-transform: uppercase;
    background: #464646;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
#menuRight>li>ul>li:last-of-type {
    padding: 10px;
}
#menuRight>li>ul>li:last-of-type>p {
    display: block;
    padding: 3px 0;
}
.itemCarts {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.itemCarts>a {
    float: left;
    width: 50px;
    margin-right: 5px;
}
.itemCarts>a>img {
    display: block;
    width: 100%;
}
.itemCarts>p {
    display: block;
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.itemCarts>p>b {
    color: #919191;
}
.itemCarts>p>i {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #919191;
}
a.btnColor:hover {
    color: #fff;
}
.btnColor {
    background: #da251c !important;
}

.btnRed {
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #f04e23;
    transition: all .15s;
}
#menuRight>li>p>a {
    color: #fff;
}
#menuRight>li>ul {
    position: absolute;
    top: 0;
    left: 35px;
    width: 280px;
    background: #f7f7f7;
    height: 100%;
    display: none;
}
#menuRight>li.close.show {
    visibility: visible;
}
#menuRight>li.close i{
    font-size: 20px;
    color: #fff;
}
#menuRight>li.close {
    float: unset;
    visibility: hidden;
    opacity: 1;
}
#menuRight>li.active>ul {
    display: block;
}
#menuRight>li:hover, #menuRight>li.active {
    background: #f13123 !important;
}
.fix-conten{
    right: 45px;
}
.purchaseInfo .description label input{
    width: auto;
}
.purchaseInfo .description h2 {
    display: flex;
}
.purchaseInfo .description h2>span {
    border-radius: 50%;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    line-height: 22px;
    font-size: 18px;
}
.qtt_product_view{
    font-size: 11px;
    color: #757575;
    display: inline-block;
    margin-left: 10px;
}