/**  block  **/

.ad-area {
    position: relative;
    display: flex;
    max-width: 100%;
    background: #EBEBEB;
    margin: 6px 0;
    border-radius: 4px;
    padding: 8px 0;
}

.ad-image {
    display: inline-block;
    max-width: 180px;
    margin: 0 6px;
    box-sizing: border-box;
}

.ad-title {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    max-width: 70%;
    height: 140px;
    padding: 0 6px 0 18px;
}

.ad-link {
    position: absolute;
    right: 6%;
    bottom: 20px;
    border: none;
    text-decoration: none;
    color: black;
    border-radius: 4px;
    background: white;
    padding: 8px 4px;
}

.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: 'Roboto Condensed', 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(scissors.html) no-repeat;
	background-size: contain;
	position: absolute;
	top: -20px;
	right: 20px;
	z-index: 2;
}

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

.note {
	font-family: 'Inter', 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 {
	padding: 20px !important;
	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 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px !important;
	line-height: 18px;
	text-align: center;
}

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

.button_order {
	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: 90%;
	max-width: 500px;
	text-align: center;
	margin: 15px auto !important;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 54px;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px 15px !important;
	color: #fff !important;
}

.checkmark {
	display: inline-block !important;
	font-family: 'Roboto Condensed', 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(assets/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_order {
		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_order {
		font-size: 24px;
		line-height: 30px;
	}
}