.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.shopping-cart-tshirt {
  display: none;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.container_customers {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

img.responsive-img {
  max-width: 100%;
  min-height: 220px;
}

.container_customers img {
  margin: 30px;
  width: 225px !important;
}

.about-title:hover {
  opacity: 0.8;
}

.container {
  padding-top: 80px;
}



.table-producst-cart,
.dropdown-mobile-cart {
  display: none;
}

.total-cart-pay {
  display: contents;
}

.total-cart-pay button {
  width: 100%;
  margin: 2%;
  padding: 2%;
}

.post-tshirt-all {
  cursor: pointer;
}

.post-tshirt-all:hover {
  cursor: pointer;
  opacity: 0.8;
}

.post-tshirt {
  text-align: center;
}

.close {
  font-size: 2.5rem;
}

.btn-tshirt {
  background: linear-gradient(116.49deg, #0036df, #7000ff 66.15%, #e700b7);
  color: white;
  border: none;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 10px;
}



.card-shopping {
  margin: 0.5%;
  margin-bottom: 20px;
  text-align: center;
  /*border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 38%);*/
  overflow: hidden;
  transition: transform 0.3s;
}

.card-shopping:hover {
  /*transform: scale(1.05);*/
}


.card-shopping a:hover {
  /*transform: translateX(10px);*/
}

.pay-tshirt-div {
  margin: 0%;    
  text-align: center;
  /*border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 38%);*/
  overflow: hidden;  
  transition: transform 0.3s;
}




.cart-description .title {
  margin: 2% 0;
  /*height: 12%;
  font-weight: bold;*/
  color : #212529;
}

.cart-description .title h5{
  margin: 0;
  font-weight: bold;
}



.cart-description {  
  text-align: left;
  height: 100%;
  color: #212529!important;
}




.cart-footer {
  text-align: left;
}

.card-link {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
  margin-left: 0 !important;  
  font-weight: bold;
}

.card-link:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
  /*transform: translateX(2px);*/
}

.pay-tshirt-div:hover {
  /*transform: scale(1.05);*/
}

.cart-footer button {
  margin: 5% 0 5% 0;
  display: inline-block;
  padding: 10px;    
  border: none;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  white-space: normal;
}


.pay-tshirt-div a {
  color: #007bff !important;
  font-weight: bold;
}

.pay-tshirt-div small {
  height: 170px;
}

.btn-pay {
  background: #e00876!important;
  color: white;
  border: none;
  border-radius: 10px;
  height: 47px;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins, sans-serif;

}

.btn:hover {
  opacity: 0.8;
}


.pay-tshirt-div ul,
.pay-tshirt-div li {
  list-style: none;
  margin: 0;
  padding: 0;
}


.pay-tshirt-div a::before {
  /*content: "\2022";
  display: inline-block;
  width: 10px;
  margin-right: 1px;
  text-align: center;*/   
}



@media screen and (min-width: 1200px) {
  .shopping-cart-tshirt .grid__item {
    width: 23.333%;
    padding: 10px;
    padding-bottom: 0;
    min-height: 100%;
  }
}

@media screen and (max-width: 800px) {

  .pay-tshirt-div {
    flex: 0 0 100%;
    max-width: 90%;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }

  .shopping-cart{
    margin-bottom: 20px;
  }

  .card-shopping{
    padding-bottom: 20px;
  }

  .pay-tshirt-div p {
    margin-bottom: 0 !important;
    font-size: 20px;
  }

  .pay-tshirt-div small {
    height: initial;
    margin: 5% !important;
    text-align: justify;
    font-size: 16px;
  }
/*
  .pay-tshirt-div button {
    max-width: 50vw;
  }*/


}

@media screen and (max-width: 767px) {

  .total-cart-pay {
    display: grid;
  }


  .total-cart-pay button {
    width: 90%;
    margin: 2% 5%;
    padding: 2%;
  }

  .shopping-cart-tshirt {
    margin-top: 10px;
  }

  .shopping-cart-tshirt .grid__item {
    width: 90%;
    padding: 5%;
  }


}


i{
  cursor: pointer;
} 