@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://cdn-uicons.flaticon.com/4.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
/* @import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css'); */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background: var(--clr-main-pink);
  color: var(--clr-text-body);
  -webkit-font-smoothing: antialiased;
}

body,
input,
select,
textarea,
button {
  color: var(--clr-text-body);
  font-size: var(--text-base);
  font-family: "Sora", sans-serif;
}

button {
  cursor: pointer;
  border: none;
}

@font-face {
  font-family: "LogoFont";
  src: url("../fonts/Negan\ DEMO.otf");
}

/* 




*/

/* START OF VARIABLES DECLARATION */
:root {
  /* Text */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 5.75rem;
  --text-8xl: 7.95rem;

  /* Colours */
  --clr-main-50: oklch(98% 0.016 73.684);
  --clr-main-100: oklch(95.4% 0.038 75.164);
  --clr-main-200: oklch(90.1% 0.076 70.697);
  --clr-main-300: oklch(83.7% 0.128 66.29);
  --clr-main-400: oklch(75% 0.183 55.934);
  --clr-main-500: oklch(70.5% 0.213 47.604);
  --clr-main-600: oklch(64.6% 0.222 41.116);
  --clr-main-700: oklch(55.3% 0.195 38.402);
  --clr-main-800: oklch(47% 0.157 37.304);
  --clr-main-900: oklch(40.8% 0.123 38.172);
  --clr-main-950: oklch(26.6% 0.079 36.259);
  --clr-main-pink: rgb(252, 205, 213);

  --clr-gray-50: oklch(98.5% 0.002 247.839);
  --clr-gray-100: oklch(96.7% 0.003 264.542);
  --clr-gray-200: oklch(92.8% 0.006 264.531);
  --clr-gray-300: oklch(87.2% 0.01 258.338);
  --clr-gray-400: oklch(70.7% 0.022 261.325);
  --clr-gray-500: oklch(55.1% 0.027 264.364);
  --clr-gray-600: oklch(44.6% 0.03 256.802);
  --clr-gray-700: oklch(37.3% 0.034 259.733);
  --clr-gray-800: oklch(27.8% 0.033 256.848);
  --clr-gray-900: oklch(21% 0.034 264.665);
  --clr-gray-950: oklch(13% 0.028 261.692);

  --clr-text-light: var(--clr-gray-400);
  --clr-text-body: var(--clr-gray-500);
  --clr-text-heading: var(--clr-gray-950);

  --clr-bg: #fff8f3;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-green: #04750d;

  /* Others */
  --transition: all 0.2s ease-in-out;
  --border-radius: 15px;
  --border-radius-outer: 25px;
  --box-shadow-light: 0 -10px 10px -10px rgba(0, 0, 0, 0.105);

  --box-shadow:
    0px 16px 32px -4px rgba(12, 12, 13, 0.185),
    0px 4px 4px -4px rgba(12, 12, 13, 0.233);
  --circle-shadow: 3px 3px 10px 3px #63636321;

  /*  */
  --header-height: 70px;
}

.container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  /* border: 2px solid red; */
  padding: 10px 20px;
}

.navlinks{
  color: var(--clr-gray-600);
  display: flex;
  align-items: center;
  /* border: 2px solid red ; */
  margin: 30px 0px;
}

.navlinks a{
  color: var(--clr-gray-600);
 font-size: var(--text-base);
   font-weight: 600;
}
.navlinks i{
  color: var(--clr-gray-600);
  padding: 5px ;
   /* font-weight: 600; */
}



#toastBox{
  width: 300px;
  /* height: 80px; */
  background-color: #04750d;
  display:inline;
  align-items: center;
  padding: 10px 60px;
  border-radius: var(--border-radius);
  color: var(--clr-white);
}


.mainCartContiner{
  display: flex;
  /* background-color: #04750d; */
}





.cart-title {
  margin-top: 10px;
  font-family: "LogoFont",sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  color:var(--clr-black);
  margin-left: 100px;
}

.steps {
  margin-bottom: 25px;
  color: #999;
}

.steps .active {
  font-weight: bold;
  color: #000;
}

.cart-item {
  display: flex;
  gap: 50px;
  background: var(--clr-white);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  width: 600px;
   /* border: 2px solid red ; */
   background-color: var(--clr-white);
   color: var(--clr-black);

}

.cart-item img {
  width: 130px;
  aspect-ratio:1;
  border-radius: 8px;
  /* object-fit: cover; */
}

.item-info h3 {
  margin-bottom: 5px;
}

.item-info p {
  font-size: 14px;
  color: #777;
}

.item-info small {
  display: block;
  margin: 8px 0;
  color: #555;
}

.price {
  font-size: 18px;
  font-weight: bold;
}

.price span {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}

.item-actions {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

.remove{
  color: red;
  position:relative;
  top: 95px;
  left: 90px;
  cursor: pointer;
}

.empty-msg{
  width:600px;
}
.empty-msg-text{
  font-size: 2rem;
  font-weight: 700 ;
  text-align: center;
}
/* Summary */
.summary {
  background: var(--clr-white);
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  width: 400px;
  position: sticky;
  top: 150px;
  left: 1000px;
  color: var(--clr-black);
}

.summary h2 {
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}



.total {
  font-weight: bold;
  font-size: 16px;
}

.checkout-btn {
  width: 100%;
  padding: 14px;
  margin: 20px 0;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}






@media (max-width: 1300px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 1200px) {



.footerContainer{
  padding: 10px;
  gap: 140px;
  border-top: 1px solid var(--clr-black);

}

.mainCartContiner{
  flex-direction: column;
}


}




@media (max-width: 992px) {
  .footerContainer{
  padding: 10px;
  gap: 80px;
  border-top: 1px solid var(--clr-black);
}


.summary{
  width: 100%;
}


}




@media (max-width: 768px) {
   .footerContainer{
  padding: 10px;
  gap: 20px;
  border-top: 1px solid var(--clr-black);

}


.summary{
  width: 100%;
}

.cart-item{
  width: 100%;
  gap: 30px;
}



}


@media (max-width: 628px) {
 
.contact-info{
  display: grid;
grid-template-columns: repeat(2,1fr);
}



}







@media (max-width: 576px) {
  .container {
    width: 100%;
  }

   .footerContainer{
    display: flex;
    flex-direction: column;
  padding: 10px;
  gap: 20px;
  border-top: 1px solid var(--clr-black);
}


.cart-item{
  gap: 20px;
}


}




@media (max-width: 480px) {


.footerText{
  width: 100%;
}

.contact-info{
  display: grid;
grid-template-columns: repeat(2,1fr);
}

.cart-item{
  gap: 10px;
}


.remove{
  color: red;
  position:relative;
  top: 95px;
  left: 40px;
  cursor: pointer;
}


}

@media (max-width: 380px) {
.remove{
  top: 95px;
  left: 10px;
  cursor: pointer;
}

}

@media (max-width: 320px) {
}
