body {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: #EFF7FE;
}
.container {
	padding: 30px 0;
}
.thank-please {
	font-size: 20px;
	color: #5b609a;
	font-weight: 700;
	display: block;
}
.info {
	background: url('../../upsell/img/phone-icon-2-lighter.png') top center;
	background-repeat: no-repeat;
	padding-top: 30px;
	margin: 10px 0;
}
.info span {
	font-size: 20px;
	font-weight: 700;
}
.product {
	border: 1px solid #ececec;
	/* padding: 10px; */
	margin-bottom: 30px;
}
.row {
	margin: 0;
}
.sale_info {
	background: #ff2323;
	padding: 30px 30px;
	color: #fff;
	margin-bottom: 30px;
}
.timer_block h4 {
	color: #000;
	margin-bottom: 20px;
}
.timer_block .timer {
	margin: 0 auto;
	width: 370px;
}
.timer_block .timer_item {
	float: left;
	margin: 0 35px 0 0;
	width: 100px;
}
.timer_block .timer_item:last-child {
	margin: 0;
}
.timer_block .count {
	margin: 0 0 10px;
	height: 60px;
}
.timer_block .count span {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	width: 46px;
	height: 60px;
	background: #f5ca16;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	color: #222;
}
.timer_block .count span:last-child {
	margin: 0;
}
.timer_block .text {
	font-size: 16px;
	line-height: 16px;
}
.upsell_card {
	padding: 0;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0px 20px rgb(47 43 50 / 20%);
	border: 0px;
}
.upsell_card_header {
	font-weight: 500;
	position: relative;
}
.upsell_card_sale {
	position: absolute;
	padding: 8px 12px;
	background: #ff0000;
	box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.32);
	font-size: 26px;
	color: #fff;
	top: 20px;
	right: 0px;
	line-height: 1em;
	border-radius: 10% 0 0 10%;
}
.upsell_card_photo {
	position: relative;
}
.upsell_card_photo img {
	border-radius: 0px;
}
.upsell_card-body {
	padding: 10px 20px;
}
.upsell_descr span {
	border-bottom: 1px dashed #000;
}
.upsell_card_footer {
	background: #fff;
}
.upsell_card_price {
	display: block;
	font-size: 32px;
	color: #ff0000;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 10px;
}
.upsell_card_price span {
	font-size: 22px;
	text-decoration: line-through;
	color: #a69e9e;
	font-weight: 300;
	margin-right: 10px;
}
.upsell_descr {
	cursor: pointer;
}
.upsell_card-text {
	display: none;
	text-align: justify;
}
.upsell_card-text b {
	font-weight: 700
}
.upsell_card-text ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: circle;
}
.addorder {
	color: #fff !important;
}
.addedorder {
	background-color: #198754 !important;
	border-color: #198754 !important;
	color: #fff !important;
}