@font-face {
	font-family: cooper;
	src: url(../fonts/cooper-bt-black.ttf);
}

body {
	font-family: "Public Sans", sans-serif;
}
.add-to-cart{
    cursor:pointer;
}
.font-public-sans {
	font-family: "Public Sans", sans-serif;
}

.font-anton {
	font-family: "Anton", sans-serif;
}

.font-cooper {
	font-family: cooper;
}

.text-black {
	color: #000000;
}

.text-red {
	color: #be1f24;
}

.bg-red {
	background-color: #ef3e24;
}

.fw-900 {
	font-weight: 900;
}

.fw-800 {
	font-weight: 800;
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.fw-500 {
	font-weight: 500;
}

.fw-400 {
	font-weight: 400;
}

.fs-95 {
	font-size: 95px;
}

.fs-60 {
	font-size: 60px;
}

.fs-55 {
	font-size: 55px;
}

.fs-48 {
	font-size: 48px;
}

.fs-35 {
	font-size: 35px;
}

.fs-30 {
	font-size: 30px;
}

.fs-24 {
	font-size: 24px;
}

.fs-20 {
	font-size: 20px;
}

.fs-18 {
	font-size: 18px;
}

.fs-16 {
	font-size: 16px;
}

.fs-14 {
	font-size: 14px;
}

.span-1 {
	position: absolute;
	top: 30px;
	left: 320px;
	rotate: -15deg;
}

.span-2 {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 95px;
}

.span-3 {
	position: absolute;
	right: 225px;
	top: 80px;
}

.img img {
	height: 200px;
}

.steaks {
	font-size: 25px;
	line-height: 1.2;
}

.img-shadow {
	box-shadow: 5px 5px 5px gray;
}

@media screen and (max-width: 997px) {
	.fs-95 {
		font-size: 60px;
	}

	.span-1 {
		top: 16px;
		left: 37px;
		font-size: 20px;
	}

	.span-2 {
		font-size: 55px;
	}

	.span-3 {
		position: absolute;
		top: 70px;
		right: 0;
		left: 0;
	}

	.img img {
		height: 75px !important;
	}

	.steaks {
		font-size: 10px;
		line-height: 1.2;
	}

	.text-center-mob {
		text-align: center !important;
	}
}


.text-danger {
	color: #EF3C25 !important;
}

.bg-danger {
	background: #EF3C25 !important;
}

.w-70 {
	width: 70%;
}


@media (min-width: 768px) {
	.d-md-37 {
		width: 37%;
	}

	.d-md-26 {
		width: 26%;
	}

	.w-md-25 {
		width: 25%;
	}



	.w-md-100 {
		width: 100% !important;
	}

	.w-md-40 {
		width: 40% !important;
	}

	.w-md-30 {
		width: 30% !important;
	}

	.w-md-60 {
		width: 60% !important;
	}
}

.product-shadow {
	filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.6));
}

.products {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}



.fw-bold {
	font-weight: bold !important;
}

.stack-wrapper {
	/* position: relative; */
	width: 200px;
	height: 300px;
}

.stack-wrapper img {
	position: absolute;
	width: 180px;
}

@media (max-width: 1199px) {
	.stack-wrapper img {
		width: 150px !important;
	}
}

@media (max-width: 991px) {
	.stack-wrapper img {
		width: 110px !important;
	}

	.stack-wrapper {
		width: 166px !important;
		height: 195px !important;
	}
}

@media (max-width: 767px) {
	.stack-wrapper img {
		width: 290px !important;
	}

	.stack-wrapper {
		height: 430px !important;
	}
}

@media (max-width: 450px) {
	.stack-wrapper img {
		width: 270px !important;
	}

	.stack-wrapper {
		height: 394px !important;
	}
}

@media (max-width: 400px) {
	.stack-wrapper img {
		width: 220px !important;
	}

	.stack-wrapper {
		height: 340px !important;
	}
}

.stack-wrapper img:nth-child(1) {
	top: 0px;
	left: 0px;
	z-index: 1;
}

.stack-wrapper img:nth-child(2) {
	top: 10px;
	left: 10px;
	z-index: 2;
}

.stack-wrapper img:nth-child(3) {
	top: 20px;
	left: 20px;
	z-index: 3;
}

.stack-wrapper img:nth-child(4) {
	top: 30px;
	left: 30px;
	z-index: 4;
}

.stack-wrapper img:nth-child(5) {
	top: 40px;
	left: 40px;
	z-index: 5;
}

.number_input {
	width: 35px;
	text-align: center;
}

@media (min-width: 768px) {
	.md-border-right {
		border-right: 2px solid #d6d4d4;
	}
}

.text-danger {
	color: #EF3C25 !important;
}

.bg-danger {
	background: #EF3C25 !important;
}

.w-70 {
	width: 70%;
}


@media (min-width: 768px) {
	.d-md-37 {
		width: 37%;
	}

	.d-md-26 {
		width: 26%;
	}

	.w-md-100 {
		width: 100% !important;
	}

	.w-md-40 {
		width: 40% !important;
	}

	.w-md-30 {
		width: 30% !important;
	}
}

.product-shadow {
	filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.6));
}

.products {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}



.fw-bold {
	font-weight: bold !important;
}

.stack-wrapper {
	/* position: relative; */
	width: 200px;
	height: 300px;
}

.stack-wrapper img {
	position: absolute;
	width: 180px;
}

@media (max-width: 1199px) {
	.stack-wrapper img {
		width: 150px !important;
	}
}

@media (max-width: 991px) {
	.stack-wrapper img {
		width: 110px !important;
	}

	.stack-wrapper {
		width: 166px !important;
		height: 195px !important;
	}
}

@media (max-width: 767px) {
	.stack-wrapper img {
		width: 290px !important;
	}

	.stack-wrapper {
		height: 430px !important;
	}
}

@media (max-width: 450px) {
	.stack-wrapper img {
		width: 270px !important;
	}

	.stack-wrapper {
		height: 394px !important;
	}
}

@media (max-width: 400px) {
	.stack-wrapper img {
		width: 220px !important;
	}

	.stack-wrapper {
		height: 340px !important;
	}
}

.stack-wrapper img:nth-child(1) {
	top: 0px;
	left: 0px;
	z-index: 1;
}

.stack-wrapper img:nth-child(2) {
	top: 10px;
	left: 10px;
	z-index: 2;
}

.stack-wrapper img:nth-child(3) {
	top: 20px;
	left: 20px;
	z-index: 3;
}

.stack-wrapper img:nth-child(4) {
	top: 30px;
	left: 30px;
	z-index: 4;
}

.stack-wrapper img:nth-child(5) {
	top: 40px;
	left: 40px;
	z-index: 5;
}

.number_input {
	width: 35px;
	text-align: center;
}

.cart-container {
	position: relative;
	width: 50px;
}

.cart-icon {
	width: 100%;
	display: block;
}

.badge {
	position: absolute;
	top: -3px;
	right: -5px;
	background-color: red;
	color: white;
	font-size: 12px;
	border-radius: 50%;
	font-weight: bold;
}

.va-m {
	vertical-align: middle !important;
}