.product-item .btn_qtyadd 
{
    display: none;
}
.list .product-item .btn_qtyadd
{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.list .product-item .price
{
  justify-content: flex-start;
}
.list .btn_qtyadd .cart-btn 
{
    margin: 0;
    max-width: 175px;
    border-radius: 25px;
    width: 175px;
    padding: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: var(--secondery-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    transition: 0.5s ease;
    border: none;
}
.list .btn_qtyadd .cart-btn:hover
{
    background-color: var(--third-color);
    color: var(--primary-color);
}
.list .btn_qtyadd .cart-btn i {
  font-size: 20px;
 
  margin-inline-end: 5px;
}
.list .best-seller-figure 
{
  position: relative;
}
.list .best-seller-figure .cart-btn
{
  display: none;
}
.list .product-item {
  display: flex;
  /* align-items: center; */
  flex-direction: row;
  border: 2px solid #e8e9eb;
}
.list .product-item .product-text {
  align-items: start;
  height: 100%;
  border: none;
  width: 100%;
  padding: 20px 15px 15px 15px;
  margin-top: 0;
}
.checkout-checkout .btn-primary {
    background: var(--third-color);
    border-color: var(--third-color);
    color: var(--primary-color);
  }
  
  .checkout-checkout .btn-primary:hover
 {
    background: var(--secondery-color);
    border-color: var(--secondery-color);
    color: #fff;
    outline: 0;
  }


  .top-header-list .cartbtn
  {
    position: relative;
  }
  .top-header-list .cartbtn .number
  {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: var(--primary-color);
    background-color: var(--third-color);
    font-size: 12px;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    right: -10px;
  }

  a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active
  {
    border-color: var(--third-color);
  }


  .related-title
  {
    text-align: center;
    font-size: 36px;
    color: var(--primary-color);
    font-family: var(--font-bold);
    margin-bottom: 59px;
  }

  .new-product
  {
    background-color: var(--third-color);
    color: var(--primary-color);
    padding: 3px 8px;
    margin-inline-start: 5px;
  }