a.minicartlink i.fa.fa-shopping-cart {
    font-size: 32px;
    margin-top: 8px;
}
div#cart_list {
    box-shadow: 2px 7px 27px 8px #9d9d9d;
}
div#cart_list {
    z-index:9999 !important;
}
div#minicart {
    z-index:999 !important;
}

input.product_countcart {
    background: #fff;
    border: none;
}
i.fa.fa-plus-square.pricelocationlocation.cart {
    font-size: 33px;
    transform: translateY(4px);
}

i.fa.fa-minus-square.pricelocationlocation.cart {
    font-size: 35px;
    transform: translateY(-2px);
    color: #ac2925;
}
.action {
    margin-top: 25px;
    margin-right: 4px;
    background: #fff;
}

div#cart_list .col-sm-2, 
div#cart_list .col-sm-3,
div#cart_list .col-sm-6, 
div#cart_list .col-sm-7, 
div#cart_list .col-sm-12 {
    padding: 0 !important;
}
.pricelocationlocation {
    cursor: pointer;
}
.central {
    display: flex;
    height: 100px;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
img.product_image {
    padding-right: 15px;
    padding-left: 10px;
}
blue {
    color: #f44336;
    font-weight: bold;
}
.carthead {
    text-align: center;
    background: #ececec;
    color: #000;
    line-height: 3.2;
    margin-bottom: 15px;
}
div#cart_list {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 360px;
    z-index: 1;
    border-left: 1px solid #dcdcdc;
    overflow-y: scroll;
    padding-bottom: 100px;
}
 
div#minicart {
    cursor: pointer;
    position: fixed;
    background: #dd3540;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    min-width: 200px;
    color: #fff;
    border-radius: 7px;
}
a.minicartlink {
    color: #fff;
    font-size: 28px;
    float: left;
    transform: translate(14px, 6px);
}
div#cart {
    float: right;
}
div#cart {
    border-left: 1px solid;
    line-height: 2.2;
 }
.cartlable {
    border-bottom: 1px solid;
    line-height: 2.2;
 }
 .col-sm-12.prodouctscart {
    margin-bottom: 10px;
}
.row.col-sm-12.prodouctscart {
    border-bottom: 1px solid #c1c1c1;
    width: 104%;
}
div#minicart {
    font-size: 13px;
}
div#innerconnent .product_name {
    font-size: 13px;
    line-height: 3.5;
    font-weight: bold;
}

.product_price_class {
    color: green;
    font-weight: bold;
}