.prod-img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 40px auto;
}

.coupon {
	width: 100%;
	margin: 40px auto 10px;
	position: relative;
}

.coupon span {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 2;
}

.coupon::before {
	content: '';
	display: block;
	height: 0;
	border-bottom: 2px dashed #919191;
	width: 100%;
	background: #f2f2f2;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coupon::after {
	content: ' ';
	width: 50px;
	height: 37px;
	background: url("") no-repeat;
	background-size: contain;
	position: absolute;
	top: -20px;
	right: 20px;
	z-index: 2;
}

.claim-now {
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #f72210;
	text-align: center;
}

.note {
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	margin: 20px auto 10px;
	padding: 5px 0;
	background: yellow;
}

.stock-update img {
	width: 18px;
	margin-right: 5px;
}

.stock-update {
	border: 1px dotted #000;
	background: #effff7;
	padding: 4px 9px;
	margin: 15px 0;
	display: flex;
	align-items: center;
}

.stock-update p {
	margin: 0;
}

.stock-update span {
	color: #dc3545;
}

.order-block {
	max-width: 780px;
	margin: 0 auto;
	padding: 20px;
	border: 1px dotted #000;
	background: #effff7;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.order-block-img {
	width: 30%;
	max-width: 240px;
	margin: 0 auto;
}

.order-block-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
}

.order-block-text p {
	margin-bottom: 0;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.order-block-text .note {
	margin: 10px 0;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	padding: 5px 15px;
}

.button {
	box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
	border-radius: 20px;
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	display: block;
	background: rgb(222, 116, 116);
	background: -moz-linear-gradient(
		180deg,
		rgba(222, 116, 116, 1) 0%,
		rgba(247, 34, 16, 1) 60%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(222, 116, 116, 1) 0%,
		rgba(247, 34, 16, 1) 60%
	);
	background: linear-gradient(
		180deg,
		rgba(222, 116, 116, 1) 0%,
		rgba(247, 34, 16, 1) 60%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);
	text-align: center;
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 15px auto;
	color: #fff;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px;
	color: #fff;
}

.button:hover {
	color: #fff;
}

.checkmark {
	display: inline-block !important;
	font-family: sans-serif;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #f72210 !important;
	text-align: center !important;
	padding-left: 30px !important;
	position: relative !important;
}

.checkmark::before {
	content: ' ';
	width: 30px;
	height: 29px;
	/* background: url(checkmark2.png) no-repeat; */
	background-size: contain;
	position: absolute;
	left: 5px;
	top: -11px;
}

@media screen and (max-width: 1150px) {
	.menu {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.order-block {
		flex-direction: column;
	}

	.order-block-img {
		width: 100%;
		margin-bottom: 30px !important;
		max-width: 50% !important;
	}

	.order-block-text {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	header {
		margin-bottom: 0;
	}

	header .top {
		padding: 0 20px;
		min-height: auto;
		max-height: 75px;
	}

	header .top .logo {
		max-width: 320px;
	}

	.content {
		padding: 30px 15px;
	}

	.current-category {
		display: none;
	}

	.title {
		font-size: 30px;
		line-height: 35px;
	}

	.subtitle {
		font-size: 20px;
		line-height: 25px;
	}

	.post-date {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px;
	}

	.categories ul li {
		font-size: 12px;
		line-height: 14px;
		margin-right: 5px;
		letter-spacing: 0.15em;
	}

	.content .image.horizontal,
	.content .image.vertical {
		max-width: 100%;
	}

	.content .image {
		margin: 35px auto;
		border-top: 4px solid #f72210;
	}

	.social img {
		width: 27px;
		height: 27px;
		margin-right: 15px;
	}

	.social {
		padding: 12px 0;
	}

	.social span {
		font-size: 15px;
		line-height: 18px;
		margin-right: 20px;
	}

	p {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -0.02em;
	}

	h1 {
		font-weight: 800;
		font-size: 28px;
		line-height: 45px;
		border-left: 4px solid #f72210;
		letter-spacing: -0.02em;
		padding-left: 15px;
	}

	.table-title b {
		font-size: 17px;
		line-height: 31px;
	}

	.table-title::before {
		display: none;
	}

	.table-title b,
	.graph,
	.label {
		max-width: 100%;
		margin: 25px 0;
	}

	.graph {
		margin-top: 0;
		margin-bottom: 35px;
	}

	.graph tbody {
		margin-top: 0;
		margin-left: 2em;
	}

	.table-title {
		margin-top: 35px;
	}

	tbody::before,
	tbody::after {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.graph td span {
		font-size: 12px;
		line-height: 25px;
	}

	.coupon::before,
	.coupon::after {
		display: none;
	}

	.AverageWeightLoss tbody::before,
	.AverageWeightLossPercentage tbody::before,
	.SideEffects tbody::before {
		left: -15em;
	}

	.label li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {
	.stock-update img {
		display: none;
	}

	.button {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 400px) {
	.note,
	.order-block-text .note {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -0.02em;
		padding: 5px;
	}

	.button {
		font-size: 24px;
		line-height: 30px;
	}
}
