.pagination-clean span {
padding: 6px 12px;
background-color: #318124;
border-color: #318124;
border-radius: 50% !important;
color: #fff;
}
.pagination-clean a {
padding: 6px 12px;
border-radius: 50% !important;
background-color: #fff;
border: 1px solid #ddd;
}
.cart-item {
margin-bottom: 20px;
margin-top: 30px;
}
.cart-item .title-icon-border {
border-bottom: 1px solid #B6B6B6;
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 15px;
}
.cart-item .title-icon-border h2 {
font-family: Roboto;
position: relative;
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 21px;
color: #000000;
margin-top: 0;
margin-bottom: 10px;
text-transform: uppercase;
}
.cart-item .title-icon-border span {
position: relative;
}
.cart-item  .title-icon-border span:before {
position: absolute;
content: "";
width: calc(100% + 40px);
height: 4px;
background: #318124;
bottom: -13px;
}
.info-product {
padding: 0;
overflow: hidden;
}
.cart-item .order-title {
background: #F2F2F2;
}
.cart-item .info-product table tr td .img-cart {
padding: 15px;
position: relative;
}
.cart-item .info-product table tr td a {
position: absolute;
top: 10px;
right: 4%;
background: #C4C4C4;
width: 23px;
height: 23px;
border-radius: 50%;
text-align: center;
}
.cart-item .info-product table tr td:nth-child(1) {
width: 20%;
padding-top: 10px;
}
.cart-item .info-product table tr td:nth-child(2) {
width: 40%;
}
.cart-item .info-product table tr td:nth-child(3) {
width: 10%;
}
.cart-item .product-quantity .qty {
width: 3.631em;
text-align: center;
}
.info-product table tr td:last-child {
width: 20%;
text-align: center;
padding-left: 15px;
}
.cart-item .product-price bdi{
font-weight: bold;
}
.cart-item .product-price del{
display: grid;
}
.title-cart {
text-align: center;
font-size: 20px;
color: #6ea820;
font-weight: bold;
}