body {
	background: #ffe3e2;
	font-family: montserrat;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.wrapper h1 {
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.project {
	display: flex;
}
.shop {
	flex: 75%;
	padding: 5%;
}
.box {
	display: flex;
	width: 100%;
	height: 110px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	transition: all .6s ease;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 8px;
}
.box:hover {
	border: none;
	transform: scale(1.01);
}
.box img {
	width: 110px;
	height: 110px;
	object-fit: initial;
}
.content {
	padding: 5px;
	padding-left: 10px;
	width: 90%;
	position: relative;
	height: 100px;
}
.content h3 {
	/* margin-bottom: 30px; */
	font-size: 20px;
}
.content h4 {
	/* margin-bottom: 50px; */
	font-size: 15px;
}
.btn-area {
	position: absolute;
	top: 70px;
	right: 10px;
	padding: 5px 15px;
	background-color:#fbbff0 ;
	color: #ee1abf;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
}
.btn-area:hover {
	background-color: #ee1abf;
	color: #fff;
	font-weight: 600;
}
.unit input {
	width: 40px;
	padding: 5px;
	text-align: center;
}
.btn-area i {
	margin-right: 5px;
}
.right-bar {
	/* flex: 10%; */
	width: 89.5%;
	margin-left: 19px;
	padding: 5%;
	height: 2%;
	border-radius: 8px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.right-bar hr {
	margin-bottom: 25px;
}
.right-bar p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	font-size: 20px;
}
.project {
	flex-direction: column;
}
.btn2 {
	display: none;
}
.fa-trash{
	margin-left: 5px;
}
.cart--item--name{
	/* margin-bottom: 50px; */
	font-size: 15px;
	font-weight: bold;
}
.cart--item--unit--price{
	font-size: 9px;
	position: relative;
	bottom: 8px;
}
.cart--item--total{
	font-size: 10px;
	position: relative;
	bottom: 16px;
}

@media screen and (min-width: 100px) and (max-width: 344px) {
	.box {
		height: 130px;
	}
	.box img {
		height: 130px;
	}
	.content {
		padding: 5px;
	padding-left: 10px;
	}
	.btn-area {
		position: absolute;
		top: 90px;
	}
  }

@media screen and (min-width: 345px) and (max-width: 360px) {
	.box {
		height: 130px;
	}
	.box img {
		height: 130px;
	}
	.content {
		padding: 0px;
	padding-left: 10px;
	}
	.btn-area {
		position: absolute;
		top: 90px;
	}
}

@media screen and (min-width: 389px) and (max-width: 390px) {
	.right-bar {
		width: 89.5%;
		margin-left: 23px;
	}
}

@media screen and (min-width: 412px) and (max-width: 539px) {
	.right-bar {
		width: 89%;
		margin-left: 23px;
	}
	.box img {
		width: 90px;
		height: 110px;
	}
}

@media screen and (min-width: 540px) and (max-width: 720px) {
	.right-bar {
		width: 89.5%;
		margin-left: 28px;
	}
	.box img {
		width: 90px;
		height: 110px;
	}
}

@media screen and (min-width: 768px) and (max-width: 849px) {
	.right-bar {
		width: 89.5%;
		margin-left: 39px;
	}
}

@media screen and (min-width: 850px) and (max-width: 911px) {
	.right-bar {
		width: 89.5%;
		margin-left: 44px;
	}
}

@media screen and (min-width: 912px) and (max-width: 1000px) {
	.right-bar {
		width: 89.5%;
		margin-left: 47px;
	}
}

@media screen and (min-width: 765px) {
.btn2 {
		/* width: 100px; */
		display: flex;
		/* height: min-content; */
		position: absolute;
		bottom: 5px;
		left: 50px;
	}
	.btn-area {
		position: absolute;
		top: 70px;
		right: 10px;
		width: 140px;
		height: min-content;
	}
	.box img {
		width: 90px;
		height: 110px;
	}
}

@media screen and (min-width: 1024px) {
	.shop {
		/* margin-left: -10%; */
		/* background-color: red; */
		flex: 100%;
		padding: 5%;
	}
	.project {
		flex-direction: row;
	}
	.shop {
		padding: 0%;
	}
	.box {
		display: flex;
		width: 100%;
		height: 150px;
	}
	.box img {
		width: 160px;
		height: 150px;
	}
	.content {
		padding: 5px;
	padding-left: 10px;
		width: 100%;
		position: relative;
	}
	.btn2 {
		/* width: 100px; */
		display: flex;
		/* height: min-content; */
		position: absolute;
		bottom: 5px;
		left: 50px;
	}
	.content h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.content h4 {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.cart--item--name{
		/* margin-bottom: 50px; */
		font-size: 20px;
		font-weight: bold;
	}
	.cart--item--unit--price{
		font-size: 13px;
			position: relative;
			bottom: 5px;
	}
	.cart--item--total{
		font-size: 15px;
		position: relative;
			bottom: 8px;
	}
	.btn-area {
		position: absolute;
		top: 106px;
		right: 10px;
		width: 140px;
		height: min-content;
	}
	.right-bar {
		flex: 22%;
		padding: 2%;
	}
}







@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Medium.ttf");
  }
  
  @font-face {
	font-family: "PoppinsLight";
	src: url("fonts/Poppins-Light.ttf");
  }
  
  @font-face {
	font-family: "Alex";
	src: url("fonts/AlexBrush-Regular.ttf");
  }
  
  body {
	flex-direction: column;
	background-color: #ff81e43b;
  }
  
  .text--div {
	justify-content: center;
	align-items: center;
	width: min-content;
	margin-left: 38%;
  }
  
  .cart-title {
	font-family: "Alex";
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 20px;
	border-bottom: 5px solid #f37edaad;
	color: #000;
  }
  
  .sec1 {
	padding-top: 1%;
	padding-bottom: 5%;
  }
  
  .sec2 {
	padding-bottom: 5%;
	padding-top: 0%;
  }
  
  .frame--one {
	width: 90%;
	margin-left: 2%;
  }
  
  .product {
	font-family: Poppins;
	background-color: #F9D1D1;
	border: #FF78F2 solid 3px;
	height: 15vh;
	width: 100%;
	border-radius: 10px;
	margin-top: 2%;
	margin-left: 2.5%;
  }
  
  .radio1 {
	margin-top: 12%;
	margin-left: 2%;
  }
  
  .frame--two {
	font-family: Poppins;
	background-color: #F9D1D1;
	border: #FF78F2 solid 3px;
	height: min-content;
	padding-bottom: 10%;
	width: 93%;
	align-items: center;
	margin-left: 3.2%;
	border-radius: 10px;
  }
  
  .cart-font {
	font-family: "Poppins";
	margin-left: 1%;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10%;
  }
  
  .cart-font2 {
	font-family: "Poppins";
	font-size: 16px;
	font-weight: bold;
	margin-top: 0%;
	margin-left: 1%;
  }
  
  .cart-font3 {
	font-family: "Poppins";
	font-size: 16px;
	font-weight: bold;
	margin-top: 12%;
	margin-left: 1%;
  }
  
  .cart-font4 {
	font-family: "Poppins";
	font-size: 16px;
	font-weight: bold;
	margin-top: -1%;
	margin-left: 1%;
  }
  
  .cart-span {
	font-family: "Poppins";
	width: 73%;
	margin-top: -7%;
	font-size: 15px;
	margin-left: 26%;
	align-items: center;
	border-radius: 8px;
  }
  
  .cart-span2 {
	font-family: "Poppins";
	width: 73%;
	margin-top: -7%;
	font-size: 15px;
	align-items: center;
	margin-left: 26%;
	border-radius: 8px;
  }
  
  .cart-span3 {
	font-family: "Poppins";
	width: 72%;
	margin-top: -6%;
	font-size: 15px;
	align-items: center;
	margin-left: 27%;
	border-radius: 8px;
  }
  
  .cart-span4 {
	font-family: "Poppins";
	width: 72%;
	margin-top: -6%;
	font-size: 15px;
	align-items: center;
	margin-left: 27%;
	border-radius: 8px;
  }
  
  .apply {
	background-color: rgba(250, 86, 234, 0.527);
	color: aliceblue;
	font-family: "Poppins";
	font-weight: bold;
	width: 75%;
	margin-top: 10%;
	border-radius: 20px;
	border-color: aliceblue;
	margin-left: 11%;
	border: none;
	
  }
  
  .apply2 {
	background-color: rgba(250, 86, 234, 0.527);
	color: #EE1ABF;
	font-family: "Poppins";
	font-weight: bold;
	width: 280px;
	margin-bottom: 2%;
	border-radius: 12px;
	/* align-items: center;
	justify-content: center; */
	border: none;
	margin-left: -12px;
  }
  
  .apply3 {
	background-color: rgba(250, 86, 234, 0.527);
	color: aliceblue;
	font-family: "Poppins";
	font-weight: bold;
	width: 325px;
	margin-top: 5%;
	border-radius: 12px;
	border-color: aliceblue;
	align-items: center;
	justify-content: center;
	border: none;
  }
  
  .apply3:hover {
	background-color: #EE1ABF;
  
  
  }
  
  .apply:hover {
	background-color: #EE1ABF;
  
  
  }
  
  .apply2:hover {
	color: #ffffff;
  
  
  }
  
  .apply--div1 {
	align-items: center;
	justify-content: center;
  }
  
  input,
  textarea {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
  }
  
  input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
	-webkit-appearance: none;
  }
  
  .input-group {
	clear: both;
	margin: 15px 0;
	position: relative;
	bottom: 30px;
  }
  
  .input-group input[type='button'] {
	background-color: #eeeeee;
	min-width: 38px;
	width: auto;
	transition: all 300ms ease;
  }
  
  .input-group .button-minus,
  .input-group .button-plus {
	font-weight: bold;
	height: 38px;
	padding: 0;
	width: 38px;
	position: relative;
  }

  .button-minus{
	border-radius: 8px 0px 0px 8px;
  }
  
  .button-plus{
	border-radius: 0px 8px 8px 0px;
  }

  .input-group .quantity-field {
	position: relative;
	height: 38px;
	left: -6px;
	text-align: center;
	width: 50px;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 5px;
	resize: vertical;
  }
  
  .button-plus {
	left: -13px;
  }
  
  input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
  }
  
  .cart--bottom{
	margin-top: -10px;
	/* margin-left: 40px; */
	/* float: right; */
	justify-content: right;
  }
  
  /* .cart--checkout{
  
  } */
  
  
  
  
  @media screen and (min-width: 360px) and (max-width: 374px) {
  
	.radio1 {
	  margin-top: 15%;
	}
  
  }
  
  @media screen and (min-width: 850px) and (max-width: 1024px) {
  
	.radio1 {
	  margin-top: 12%;
	}
  
  }
  
  @media screen and (min-width: 390px) and (max-width: 430px) {
  
	.radio1 {
	  margin-top: 15%;
	}
  
  }
  
  @media screen and (min-width: 375px) and (max-width: 390px) {
  
	.apply2 {
	  margin-left: 3.5%;
	}
  
	.apply3 {
	  margin-left: 3.5%;
	}
  
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}
  
  }

  @media screen and (min-width: 389px) and (max-width: 390px) {
  
	.apply2 {
	  margin-left: 5%;
	}
  
  }
  
  @media screen and (min-width: 412px) and (max-width: 430px) {
  
	.apply2 {
	  margin-left: 7%;
	}
  
	.apply3 {
	  margin-left: 7%;
	}
  
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}
  
  }

  @media screen and (min-width: 429px) and (max-width: 430px) {
  
	.apply2 {
	  margin-left: 9.7%;
	}
  
  }
  
  
  @media screen and (min-width: 540px) and (max-width: 849px) {
	body {
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  
	.frame--two {
	  margin-top: 1%;
	  height: min-content;
	  padding-bottom: 10%;
	  margin-left: 4.5%;
	  width: 90%;
	}
  
	.sec1 {
	  width: 100%;
	}
  
	.sec2 {
	  width: 100%;
	}
  
	.cart-font {
	  margin-left: 1%;
	  font-size: 20px;
	  margin-top: 10%;
	}
  
	.cart-font2 {
	  font-size: 20px;
	  margin-top: 0%;
	  margin-left: 1%;
	}
  
	.cart-font3 {
	  font-size: 20px;
	  margin-top: 12%;
	  margin-left: 1%;
	}
  
	.cart-font4 {
	  font-size: 20px;
	  margin-top: -1%;
	  margin-left: 1%;
	}
  
	.cart-span {
	  width: 73%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span2 {
	  width: 73%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span3 {
	  width: 72%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.cart-span4 {
	  width: 72%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.apply {
	  width: 65%;
	  margin-top: 10%;
	  border-radius: 20px;
	  margin-left: 19%;
	  border: none;
	}
  
	.apply2 {
	  width: 80%;
	  margin-top: 8%;
	  border-radius: 12px;
	  margin-left: 9%;
	  border: none;
	}
  
	.apply3 {
	  width: 80%;
	  margin-top: 5%;
	  border-radius: 12px;
	  margin-left: 9%;
	  border: none;
	}
  
	.radio1 {
	  margin-top: 9.5%;
	  margin-left: 2%;
	}
  
  }
  
  
  @media screen and (min-width: 849px) and (max-width: 950px) {
	body {
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  
	.frame--two {
	  margin-top: 1%;
	  height: min-content;
	  padding-bottom: 10%;
	  margin-left: 4.5%;
	  width: 90%;
	}
  
	.sec1 {
	  width: 100%;
	}
  
	.sec2 {
	  width: 100%;
	}
  
	.cart-font {
	  margin-left: 1%;
	  font-size: 20px;
	  margin-top: 10%;
	}
  
	.cart-font2 {
	  font-size: 20px;
	  margin-top: 0%;
	  margin-left: 1%;
	}
  
	.cart-font3 {
	  font-size: 20px;
	  margin-top: 12%;
	  margin-left: 1%;
	}
  
	.cart-font4 {
	  font-size: 20px;
	  margin-top: -1%;
	  margin-left: 1%;
	}
  
	.cart-span {
	  width: 73%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span2 {
	  width: 73%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span3 {
	  width: 72%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.cart-span4 {
	  width: 72%;
	  margin-top: -4%;
	  font-size: 15px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.apply {
	  width: 65%;
	  margin-top: 10%;
	  border-radius: 20px;
	  margin-left: 19%;
	  border: none;
	}
  
	.apply2 {
	  width: 80%;
	  margin-top: 8%;
	  border-radius: 12px;
	  margin-left: 9%;
	  border: none;
	}
  
	.apply3 {
	  width: 80%;
	  margin-top: 5%;
	  border-radius: 12px;
	  margin-left: 9%;
	  border: none;
	}
  
	.apply3:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}
  
  }
  
  @media screen and (min-width: 950px) and (max-width: 1024px)  {
  
	body {
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  
	.text--div {
	  margin-left: 45%;
	}
  
	.frame--one {
	  width: 97%;
	  margin-left: 0%;
	}
  
	.frame--two {
	  margin-left: 5.5%;
	  margin-top: 7%;
	  height: min-content;
	  padding-bottom: 10%;
	}
  
	.sec1 {
	  width: 10%;
	}
  
	.sec2 {
	  width: 60%;
	  margin-top: -0.5%;
	  margin-left: 10%;
	}
  
  
	.cart--main {
	  display: flex;
	  flex-direction: row;
	}
  
	.cart-font {
	  margin-left: 1%;
	  font-size: 17px;
	  margin-top: 10%;
	}
  
	.cart-font2 {
	  font-size: 17px;
	  margin-top: 0%;
	  margin-left: 1%;
	}
  
	.cart-font3 {
	  font-size: 17px;
	  margin-top: 12%;
	  margin-left: 1%;
	}
  
	.cart-font4 {
	  font-size: 17px;
	  margin-top: -1%;
	  margin-left: 1%;
	}
  
	.cart-span {
	  width: 73%;
	  margin-top: -7%;
	  font-size: 15px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span2 {
	  width: 73%;
	  margin-top: -7%;
	  font-size: 15px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span3 {
	  width: 72%;
	  margin-top: -6%;
	  font-size: 15px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.cart-span4 {
	  width: 72%;
	  margin-top: -6%;
	  font-size: 15px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.apply {
	  width: 75%;
	  margin-top: 10%;
	  border-radius: 20px;
	  margin-left: 11%;
	  border: none;
	}
  
	.apply2 {
	  width: 355px;
	  margin-top: 8%;
	  border-radius: 12px;
	  margin-left: 2%;
	  border: none;
	  
	}
  
	.apply3 {
	  width: 355px;
	  margin-top: 5%;
	  border-radius: 12px;
	  margin-left: 2%;
	  border: none;
	}
  
	.radio1 {
	  margin-top: 9%;
	  margin-left: 2%;
	}
  
	.product {
	  height: 15vh;
	}
  
	.apply3:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}

	.input-group {
		position: relative;
		bottom: 15px;
	  }
  
  }
  
  @media screen and (min-width: 1025px)  {
  
	body {
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  
	.text--div {
	  margin-left: 45%;
	}
  
	.frame--one {
	  margin-top: 2.1%;
	  width: 97%;
	  margin-left: 0%;
	}
  
	.frame--two {
	  margin-top: 7%;
	  height: min-content;
	  padding-bottom: 5%;
	}
  
	.sec1 {
	  width: 100%;
	}
  
	.sec2 {
	  width: 65%;
	  margin-top: -0.5%;
	}
  
	.cart--main {
	  display: flex;
	  flex-direction: row;
	}
  
	.cart-font {
	  margin-left: 1%;
	  font-size: 18px;
	  margin-top: 5%;
	}
  
	.cart-font2 {
	  font-size: 18px;
	  margin-top: 0%;
	  margin-left: 1%;
	}
  
	.cart-font3 {
	  font-size: 18px;
	  margin-top: 8%;
	  margin-left: 1%;
	}
  
	.cart-font4 {
	  font-size: 18px;
	  margin-top: 1%;
	  margin-left: 1%;
	}
  
	.cart-span {
	  width: 73%;
	  margin-top: -3.5%;
	  font-size: 5px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span2 {
	  width: 73%;
	  margin-top: -3.5%;
	  font-size: 5px;
	  margin-left: 26%;
	  border-radius: 8px;
	}
  
	.cart-span3 {
	  width: 72%;
	  margin-top: -3.3%;
	  font-size: 5px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.cart-span4 {
	  width: 72%;
	  margin-top: -3.5%;
	  font-size: 5px;
	  margin-left: 27%;
	  border-radius: 8px;
	}
  
	.apply {
	  width: 50%;
	  margin-top: 5%;
	  border-radius: 20px;
	  margin-left: 25%;
	  border: none;
	}
  
	.apply2 {
	  width: 355px;
	  height: 40px;
	  margin-top: 8%;
	  border-radius: 12px;
	  margin-left: 0%;
	  border: none;
	}
  
	.apply3 {
	  width: 355px;
	  margin-top: 5%;
	  border-radius: 12px;
	  margin-left: 13%;
	  border: none;
	}
  
	.radio1 {
	  margin-top: 9%;
	  margin-left: 2%;
	}
  
	.product {
	  height: 25vh;
	}
  
	.apply3:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}

	.input-group {
		position: relative;
		bottom: 10px;
	  }
  
  }
  
  @media screen and (max-width: 350px) {
  
	.radio1 {
	  margin-top: 19%;
	}
  
	.cart-font {
	  margin-left: 1%;
	  font-size: 15px;
	  margin-top: 10%;
	}
  
	.cart-font2 {
	  font-size: 15px;
	  margin-top: 0%;
	  margin-left: 1%;
	}
  
	.cart-font3 {
	  font-size: 15px;
	  margin-top: 12%;
	  margin-left: 1%;
	}
  
	.cart-font4 {
	  font-size: 15px;
	  margin-top: -1%;
	  margin-left: 1%;
	}
  
	.apply2 {
	  width: 250px;
	  margin-top: 8%;
	  border-radius: 12px;
	  margin-left: 0%;
	  border: none;
	}
  
	.apply3 {
	  width: 300px;
	  margin-top: 5%;
	  border-radius: 12px;
	  margin-left: 2%;
	  border: none;
	}
  
	.apply3:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply:hover {
	  background-color: #EE1ABF;
	
	
	}
	
	.apply2:hover {
	  background-color: #EE1ABF;
	
	
	}
  
  }

  @media screen and (max-width: 360px) {

	.apply2 {
		margin-left: 1.6%;
	  }

  }
  
  
  
  @font-face {
	font-family: "main";
	src: url("../_resources/fonts/Urbanist-VariableFont_wght.ttf");
  }
  
  @font-face {
	font-family: "title";
	src: url("../_resources/fonts/Poppins-Regular.ttf");
  }
  
  * {
	font-family: "title";
  }
  
  
  .main {
	width: 1920px;
	height: 1080px;
  
	display: grid;
	grid:
		"header"auto "main"1fr "footer"auto / 1fr;
	gap: 8px;
  }
  
  .header {
	grid-area: header;
  }
  
  .body {
	grid-area: main;
  }
  
  .footer {
	grid-area: footer;
  }
  
  .layout {
	display: flex;
	gap: 16px;
  }
  
  .comb {
	height: 30px;
	background: rgba(25, 118, 211, 0.1);
  }
  
  .imgthumb {
	border: 0;
  }
  
  .icon-hover:hover {
	border-color: #3b71ca !important;
	background-color: white !important;
	color: #3b71ca !important;
  }
  
  .icon-hover:hover i {
	color: #3b71ca !important;
  }
  
  /* Initially hide both share icons */
  
  .sharebtn .bi-share-fill {
	display: none;
  }
  
  /* Hide the outline share icon on hover */
  .sharebtn:hover .bi-share {
	display: none;
  }
  
  /* Show the filled share icon on hover */
  .sharebtn:hover .bi-share-fill {
	display: inline-block;
  }
  
  
  .cartbtn .bi-cart-fill {
	display: none;
  }
  
  /* Hide the outline share icon on hover */
  .cartbtn:hover .bi-cart {
	display: none;
  }
  
  /* Show the filled share icon on hover */
  .cartbtn:hover .bi-cart-fill {
	display: inline-block;
  }
  
  
  .sharemodal {
	top: 20%;
  }
  
  .btn-close {
	box-shadow: none;
	border: none;
	outline: none;
  }
  
  .modal-body .icons {
	margin: 15px 0px 20px 0px;
  }
  
  .modal-body .icons a {
	text-decoration: none;
	border: 1px solid transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
  }
  
  .modal-body .icons a:nth-child(1) {
	color: #1877F2;
	border-color: #B7D4FB;
  }
  
  .modal-body .icons a:nth-child(1):hover {
	background-color: #1877F2;
	color: #fff;
  }
  
  .modal-body .icons a:nth-child(2) {
	color: #000000;
	border-color: #00000062;
  }
  
  .modal-body .icons a:nth-child(2):hover {
	background-color: #000000;
	color: #fff;
  }
  
  .modal-body .icons a:nth-child(3) {
	color: #e1306c;
	border-color: #f5bccf;
  }
  
  .modal-body .icons a:nth-child(3):hover {
	background-color: #e1306c;
	color: #fff;
  }
  
  .modal-body .icons a:nth-child(4) {
	color: #25d366;
	border-color: #bef4d2;
  }
  
  .modal-body .icons a:nth-child(4):hover {
	background-color: #25d366;
	color: #fff;
  }
  
  
  .modal-body .icons a:nth-child(5) {
	color: #0088cc;
	border-color: #b3e6ff;
  }
  
  .modal-body .icons a:nth-child(5):hover {
	background-color: #0088cc;
	color: #fff;
  }
  
  .modal-body .icons a:hover {
	border-color: transparent;
  }
  
  .modal-body .icons a span {
	transition: all 0.09s ease-in-out;
  }
  
  .modal-body .icons a:hover span {
	transform: scaleX(1.1);
  }
  
  .modal-body .field {
	margin: 15px 0px -5px 0px;
	height: 45px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 0 5px;
  }
  
  .modal-body .field.active {
	border-color: #1976D3;
  }
  
  .field span {
	width: 50px;
	font-size: 1.1rem;
  }
  
  .field.active span {
	color: #1976D3;
  }
  
  .field input {
	border: none;
	outline: none;
	font-size: 0.89rem;
	width: 100%;
	height: 100%;
  }
  
  .field button {
	padding: 5px 16px;
	color: #fff;
	background: #1976D3;
	border: 2px solid transparent;
	border-radius: 5px;
	font-weight: 500;
  }
  
  @media (max-width: 330px) {
	.modal-body .icons a {
		margin-right: 15px;
		width: 35px;
		height: 35px;
	}
  
  }
  
  .promotion {
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../_resources/img/5.png");
  }
  
  @media only screen and (max-width: 768px) {
	.promotion {
		margin-left: 16px;
  
	}
  }
  
  /* Media query for mobile devices */
  @media only screen and (max-width: 480px) {
	.promotion {
		margin-left: 15px;
  
	}
  
  }
  
  .price {
	text-decoration: line-through;
	/* Applies the strikethrough effect */
	color: red;
  }
  
  .buy {
	margin-left: 11px;
  }
  
  @media (min-width: 992px) {
  
	/* Adjust the margin-left for large devices */
	.countCart {
		margin-left: -30px;
		/* Adjust the margin as needed */
	}
  
	.countCartAll {
		margin-left: -80px;
	}
  }
  
  .input-number {
	text-align: center;
  
  }
  
  .narrow-column {
	width: 10px;
	/* You can adjust the width according to your preference */
  }
  
  /* Targeting the second column to increase its width and height */
  .wide-column {
	max-width: 150px;
	height: 30px;
  }
  
  .comment-card {
	max-width: 400px;
  }
  
  .star-rating .far.fa-star {
	color: #FFD700;
  }
  
  .checkout--recieptBtn{
	width: 100%;
	border: 1px solid black;
	border-radius: 8px;
  }
  
  .recieptDiv{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }
  
  .shippingMethod--row{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
  }
  
  .shippingMethod{
	width: 48%;
	height: 10%;
	border: 1px solid rgba(98, 98, 98,0.8);
	border-radius: 0.8vh;
	display: flex;
	flex-direction: row;
	padding: 5px;
  }
  
  /* .shippingMethod--selected{
	
  } */
  
  .shippingMethod--div1{
	width: 30%;
	border-right: 1px solid rgba(98, 98, 98,0.8);
  }
  
  .shippingMethod--div2{
	width: 70%;
	padding-left: 5px;
  }
  
  .smDiv2--txt1{
	font-size: 0.9rem;
	font-weight: bold;
  }
  .smDiv2--txt2{
	font-size: 0.8rem;
  }
  
  .checkout--btn{
	height: 40px; 
	background-color: #fbbff0;
	border: 2px solid #ee1abf;
	border-radius: 8px;
	color: #ee1abf;
	font-weight: bold;
  }
  
  .checkout--btn:hover{
	background-color: #ee1abf;
	color: #ffffff;
  }
  
  .place--order--button{
	color: #ffff;
  }
  
  .modal-header{
	background-color: #FFE2FC;
  }
  
  .model--img{
	background-color: #ffbef1;
  }
  
  .choose--btn{
	height: 5vh;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #ee1abf;
	background-color: #fbbff0;
	color: #ee1abf;
	font-weight: bold;
  }
  
  .choose--btn:hover{
	background-color: #ee1abf;
	color: #ffffff;
	cursor: pointer;
  }
  
  .place--order--btn{
	background-color: #fbbff0;
	height: 7vh;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #ee1abf;
	color: #ee1abf;
	font-weight: bold;
  }
  
  .place--order--btn:hover{
	background-color: #ee1abf;
	color: #ffffff;
	cursor: pointer;
  }
  
  .addToCart--btn{
	background-color: transparent;
	border: none;
	color: #e1306c;
  }
  
  .modal-body{
	height: 1000vh;
  }
