/*cart page*/

.bg-gray {
    background: #f4f5f7;
    height: 50px;
}

.cart-product-name a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.cart-product-img img{
    width: 60px;
}

icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 10px;
    width:200px;
}

.w-150px{
    width:150px;
}

.cart-product-name {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.cart-product-price span {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

.cart-price-total {
color: #333;
font-weight: 400;
font-size: 14px;

}

.trash-style{
    background: #ff5f54;
    padding: 6px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 12px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    font-size: 14px !important;
    font-weight: 500 !important;
}


.table-border {
    border: 1px solid #d2d2d3;
    padding:5px;
}


.table {
    margin-bottom: 0 !important;
}




.btn-shopping {
    background: #000000;
    color: #ffffff;
    display: block;
}

.btn-lg-size {
    padding: 10px 15px;
    font-size: 16px;
}

.btn-border-1 {
    border: 1px solid #222;
}

.cart_totals {
    max-width: 100%;
}

.ms-md-auto {
    margin-left: auto !important;
}

.grand-total-wrap {
    border: 1px solid #bfbfbf;
    background: #F9F9F9;
    padding: 0px 30px 0;
}

.grand-total-wrap .grand-total-content {
    padding: 30px 0 30px;
}

.grand-total-wrap .grand-total-content ul li {
    font-weight: 500;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 16px;
    margin-bottom: 17px;
    font-size: 18px;
    color: #333;
}

.grand-total-wrap .grand-total-content ul li span {
    float: right;
    font-weight: 400;
}


.btn-chcek-lg {
    padding: 10px 40px;
    font-size:16px;
}

.btn-black {
    background: #000000;
    color: #ffffff;
}

.btn-full {
    width: 100%;
    display: inline-block;
}
.grand-total-content ul {
    line-height: none;
    list-style: none;
    margin: 0;
    padding: 0;
}


/*whislist*/

.cart-btn-text a {
    font-size: 18px;
    text-decoration: none;
    color: #ff3e6c;
    text-transform: uppercase;
    font-family: 'Poppins';
}

/*responsive*/

@media (min-width: 1500px){
    
  .cart-product-name {
    font-size: 16px;
}  

.btn-lg-size {
    padding: 14px 15px;
    font-size: 18px;
}

.btn-chcek-lg {
    padding: 14px 40px;
    font-size: 18px;
}

}

@media (max-width: 425px){
  .input-group {
      flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}

.cart-product-img img {
    width: 50px;
}
}


