 .product-cart-wrap .product-content-wrap h2 {
   
    min-height: auto;
}
.aku-flerxt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-cart-wrap .product-content-wrap {
    padding: 0 ;
}
.product-cart-wrap .product-card-bottom .add-cart .add{
    background:transparent;
}
.product-cart-wrap .product-card-bottom .add-cart {
    cursor: pointer;
    width: 50%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #334c20;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    border-left:1px solid;
  
}
.product-cart-wrap .product-card-bottom{
    display:block;
}
.product-cart-wrap .product-card-bottom .add-cart .add{
    padding:0;
     font-size: 13px;
}
.product-cart-wrap .product-card-bottom .add-cart .add:hover{
    background:transparent;
   
}
.btn-primary:hover , .btn-primary {
    color: #fff;
    background-color: #334b35;
    border-color: #334b35;
}
.product-cart-wrap .product-content-wrap h2 {
    font-size: 22px;
    margin-top: 10px;
   
}