.category-title.category-collapse i {
    color: #f00;
    float: right;
    font-size: 41px;
    position: relative;
    top: -7px;
}
.category-title.category-collapse.collapsed i {

    transform: rotate(180deg);
}
.error{
    color: red;
}
.thnku-txt {
    background: #fff;
    padding: 40px;
}
.thnku-txt i {
    color: #fff;
    background: #32ce16;
    width:80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
}
.thnku-txt.p-faild i {
    background: #f00;
}
.thnku-txt.p-faild h1{
    color: #f00;
    
}
.go-btm1{
    display: inline-block;
}
.mobile-cart-view {
    display: none;
}

.mobile-cart-sec {
    background: #efefef;
    padding: 25px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.mobile-cart-box {
      border: 1px solid #000;
    padding: 15px;
    background: #fff;
    margin-bottom: 11px;
    width: 100%;
    float: left;
}
.mob-crt-prd-name {
      width: 35%;
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding-top: 6px;
    color: #3956d6;
}
.remove-cart1 {
    position: absolute;
    right: -4px;
    top: -6px;
    width: 20px;
    height: 20px;
    border: none;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 21px;
}

.mob-crt-prd-img-t {
   width: 62%;
    float: right;
    position: relative;
    text-align: left;
    color: #151515;
    font-weight: 500;
    padding-left: 66px;
    padding-top: 5px;
}
.mob-crt-prd-img-t img {
       position: absolute;
    left: 0;
    top: -7px;
    height: 40px;
    width: auto;
}
.mob-crt-prd-img-t a {
    color: #211f1f;
}
.mob-crt-prd-img-t.c-price {
    padding-top: 5px;
        text-align: right;
}
.mob-c-qty-fld{
    width: 70px;
    height: 40px;
    border: 1px solid #c5c3c3;
    padding: 10px;
    float:right;
    outline: none;
}
.mob-crt-prd-img-t.c-total {
    font-size: 18px;
    color: #09ab24;
    font-weight: 600;
        text-align: right;
}
