@media only screen and (max-width: 572px) {
  /* #cartUserSavedAdress label{
        width: 20rem;

    } */

  .cartPage .viewStore {
    padding: 0px;
    display: none;
  }

  .cartPage {
    margin-bottom: 7rem;
  }
  .cartPage .vDetails {
    padding-left: 2rem;
  }

  .cartPage .vDetails img {
    max-width: 100%;
    height: 150px;
  }
  .cartPage .vDetails p {
    font-size: 13px;
  }

  /* .cartPage .itemListCss .card{
        height: 8rem;
    } */
  .cartPage .itemListCss .card h5 {
    font-size: 15px;
  }
  .cartPage .itemListCss .card p {
    font-size: 12px;
  }

  .cartPage .itemListCss img {
    margin-top: 10px;
    margin-left: 10px;
    max-width: 100%;
    max-height: 80%;
  }
}
@media only screen and (min-width: 821px) {
  /* #cartUserSavedAdress label{
        width: 32rem;
    } */

  .cartPage .viewStore {
    display: block;
  }

  .cartPage .vDetails img {
    width: 100%;
    height: 200px !important;
  }

  .cartPage .itemListCss img {
    margin-top: 18px;
    margin-left: 18px;
    margin-bottom: -2rem;
    max-width: 100%;
    max-height: 80%;
  }

  .cartPage h4 {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .cartPage .vDetails p {
    font-size: 16px;
  }

  .cartPage .card {
    border-radius: 0px;
  }
}

@media only screen and (min-width: 573px) and (max-width: 820px) {
  .cartPage .viewStore {
    padding: 0px;
    display: none;
  }

  .cartPage {
    margin-bottom: 7rem;
  }
  .cartPage .vDetails img {
    max-width: 100%;
    height: 160px;
  }
  .cartPage .itemListCss img {
    margin-top: 10px;
    margin-left: 10px;
    max-width: 100%;
    max-height: 80%;
  }

  .cartPage h4 {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .cartPage .itemListCss .card h5 {
    font-size: 15px;
  }
  .cartPage .itemListCss .card p {
    font-size: 12px;
  }

  .cartPage .card {
    border-radius: 0px;
  }
}

.cartPage .vDetails {
  padding-left: 2rem;
}

.cartPage h3 {
  padding: 5px;
  font-size: 1.5rem;
}

.truncate-one-cart {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.truncate-cart {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate-cart-address {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate-two-cart {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate-three-cart {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-input-elementCart {
  display: none;
}

.card-input-elementCart:checked + .card-input {
  /* padding: 0.8rem;
    border-radius: 5px; */
  box-shadow: 0 0 1px 1px #ff7803;
}

.text-brand {
  color: #ff385c !important;
}

.opacity-50 {
  opacity: 0.5 !important;
  transition: opacity 0.2s ease;
}

