/*
Custom Css
*/
/*add to cart */

ul{
    list-style-type:none;
    padding-left: 0;
    padding-bottom: 0;
}
a{
    text-decoration: none;
}
.cart-detail {
    border: 1px solid #7a7a7a;
    border-radius: 10px;
    padding: 30px 20px;
}
.cart-img {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.cart-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.quan-icon {
    /* border: 1px solid #eee; */
    padding: 6px 10px;
    border-radius: 5px;
    background: #eee;
}
.cart-img-main {
    border-bottom: 1px solid #7a7a7a;
    padding: 20px 0px;
}
.cart-img-main:last-child{
 border-bottom: 0;
}
.cart-total, .checkout-summary{
    background: #f3f3f3;
    padding: 30px 20px;
    border-radius: 10px;
   
}
.cart-total ul li {
    display: flex;
    justify-content: space-between;
}
.total-num {
    font-size: 25px !important;
    color: #59ab6e;
    font-weight: 700 !important;
    border-top: 1px solid #59ab6e;
    border-bottom: 1px solid #59ab6e;
    padding: 10px 0px;
    margin: 10px 0px;
}
 .pro-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
}
.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.qty-btn {
  background: #1A1B26;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 18px;
}

.qty-btn:hover {
  background: #09713A;
}

.quantity input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
}
.order-total {
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
    margin-top: 20px;
}
section.checkout-banner {
    background: #59ab6e;
    padding: 100px 0px;
}
.profile-img img {
    max-width: 80px;
    border-radius: 50%;
    height: 80px;
    /* object-fit: contain; */
    aspect-ratio: 1/1;
    /* margin: 0 auto; */
    /* text-align: center; */
}

.profile-img {
    text-align: center;
}
.user-dashboard-profile {
    padding: 100px 0px;
}
body .profile-detail ul li a, .user-profile ul li a {
    color: #3a3a3a;
    font-size: 16px !important;
}
table thead {
    background: #59ab6e;
}

.main-table thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
   
}
.main-table tbody td {
    padding: 20px !important;
    vertical-align: middle;
    font-size: 16px;
    color: #4e4e4e;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #59ab6e;
    border-color: #59ab6e;
}
.page-link{
    color:#59ab6e;
}
.user-profile .nav-pills .nav-link.active, .user-profile .nav-pills .show>.nav-link
{
        background-color: #59ab6e;
}