

  .title-cart{
    
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    
    
}
  .products-cart{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    
}


  .products-cart .product{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}
  .products-cart .product img{
    height: 80px;
    width: 80px !important;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    object-fit: cover;
}
  .products-cart .product #text{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    height: 100%;
    justify-content: center;
    width: 100%;
}
  .products-cart .product #text span:first-child{
    font-size: 18px;
    font-weight: 500;

}
  .products-cart .product #text span{
    font-size: 14px;
}
  .products-cart .product .delete-icon{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 18px;
    cursor: pointer;
}
  .checkout-bt{
    position: relative;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    width: 90%;
    height: 80px;
    background: #141414;
    margin-bottom: 15px;
    border-radius: 20px;
    
}

  .checkout-bt #text{
    display: flex;
    flex-direction: column;
    color: #FFFF;
    font-weight: bold;
}
  .checkout-bt #text span:first-child{
    font-weight: 500;
}
  .checkout-bt button{
    background: none;
    border: 0.5px solid #FFFF;
    height: 35px;
    border-radius: 20px;
    color: #FFFF;
    transition: all .3s ease;
    cursor: pointer;
    padding: 0 5px;
}
  .checkout-bt button:hover{
    background: #FFFF;
    color: #141414;
}

.ctn-cart{
  display: flex;

}
.ctn-cart .leftCart{
  width: 70%;
  box-sizing: border-box;
}
.ctn-cart .rightCart{
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-bt{
  width: 100% !important;
}
.products-cart{
  width: 80%;
  margin: 0 auto;
}
.delete-icon{
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  display: flex;
  justify-content:center;
  align-items:center;
  margin-bottom: 8px;
}
.add-icon{
  background: #141414;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  display: flex;
  justify-content:center;
  align-items:center;
}
@media (max-width: 1000px){
  .product #text span:first-child{
      font-size: 15px !important;
  }
}
@media (max-width: 930px){
  .ctn-cart{
      flex-direction: column;
  }
  .ctn-cart .leftCart{
      width: 100%;
  }
  .ctn-cart .rightCart{
      width: 100%;
  }
  .products-cart{
      width: 90%;
  }
}
.login-with-google-btn {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  }
  .login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .login-with-google-btn:active {
  background-color: #eeeeee;
  }
  .login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
  }
  .login-with-google-btn:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  }