
.time_remains {
	font-size: 1.1em;
	color: red;
	font-weight: 700
}

.time_remains_title {
	padding-top: 15px;
	text-align: center;
	font-size: 22px
}

/* FORM */

.order_block {
	display: none;
	text-align: center;
	font-family: 'Arial', sans-serif;
	margin: auto;
}

.order__text {
	margin-bottom: 22px;
	margin: 0 0 30px;
	font-weight: 700;
}

.order_block__wrapper {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	padding: 20px 20px;
	border-radius: 10px;
	width: 100%;
}

.prod_img_wrapper {
	max-width: 400px;
	width: 100%;
	margin: 15px auto;
	position: relative;
}

.prod_img_wrapper {
	/* margin: 30px auto; */
}

.form, .prod_img_wrapper {
	/* display: table-cell; */
}

.prod_img_wrapper {
	/* float: left; */
	/* margin-right: 10%; */
}

.prod_img {
	width: 100%;
	/* max-width: 100%; */
	/* max-height: 300px; */
}

.priceс {
	position: absolute;
	font-family: Arial, sans-serif;
	left: -35px;
	top: -35px;
	color: rgb(0, 0, 0);
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	transform: rotateZ(-7deg);
	text-align: center !important;
	padding: 10px 15px;
	margin: 0px auto;
	background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-image: initial;
	border-radius: 19%;
}

@media (max-width: 755px) {
	.priceс {
		left: 0px;
		box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 6px;
	}
}

span.discountс {
	display: block;
	margin-top: 9px;
	font-size: 18px;
}

.price-block {
	display: none;
}

.price-block--active {
	display: block;
}

.js_old_price {
	display: block;
	margin: 0 auto;
}

.price_main {
	border-bottom: 2px solid #d31812;
	font-size: 24px;
	line-height: 15px;
	margin: 0 auto;
}

.js_old_price {
	display: block;
	margin: 0 auto;
}

.price_main {
	border-bottom: 2px solid #d31812;
	font-size: 24px;
	line-height: 15px;
	margin: 0 auto;
}

.js_old_price {
	display: block;
	margin: 0 auto;
}

.price_main {
	border-bottom: 2px solid #d31812;
	font-size: 24px;
	line-height: 15px;
	margin: 0 auto;
}

.countdown-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-weight: 600;
}

.order_block__time {
	margin-bottom: 0px;
	padding: 5px 30px;
	color: white;
    font-size: 16pt;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 31%);
	box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 31%);
	background-color: red;
	background-color: #f50000;
}

.order_block__time-wiggle {
	animation: wiggle 1s;
	animation-iteration-count: 2;
}

@keyframes wiggle {
	0% {
		transform: rotate(0deg);
	}
	80% {
		transform: rotate(0deg);
	}
	85% {
		transform: rotate(5deg);
	}
	95% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.form {
	max-width: 50%;
	margin: 0 auto;
	padding-top: 45px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background: #fff url(../images/select.png) no-repeat 96% 50%;
}

.form__input {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	margin-bottom: 20px;
	min-height: 50px;
	border-radius: 10px;
}

input {
	outline: 0 none;
}

.form__btn {
	background-color: #4cad0e;
	color: #fff;
	padding: 15px 20px;
	border-radius: 35px;
	border: none;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	display: table;
	transition: transform .5s;
	outline: none;
}

@media (max-width: 600px) {
	.form, .prod_img_wrapper {
		display: block;
	}
}

@media (max-width: 600px) {
	.prod_img_wrapper {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
	.priceс {
		top: 0;
	}
}

@media (max-width: 400px) {
	.prod_img {
		max-height: 200px;
	}
}

.pulse-button-wrapper {
	height: 100%;
	margin: 0 auto 0;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	background: #fff;
	border: unset;
	outline: none;
	text-decoration: none!important;
}

.pulse-button, .pulse-button-no-animation {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: light;
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 10px;
	color: white;
	border: none;
	border-radius: 10px;
	background: #4cad0e;
	cursor: pointer;
	box-shadow: 0 0 0 0 #4cad0e45;
	animation: pulse 1.5s infinite;
	-webkit-animation: pulse 1.5s infinite;
	text-decoration: none;
}

.pulse-button-no-animation {
	animation: none;
	-webkit-animation: none;
}

.pulse-button:hover {
	animation: none;
	-webkit-animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
	}
	100% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}

.form-cupone {
	border: 2px red dashed!important;
	background-color: #ededed;
}

.order_block__quantity {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	margin-bottom: 20px;
	min-height: 50px;
	border-radius: 10px;
	background-color: #f0f8ff;
	font-size: 18px;
}

.order_block__quantity-left {
	color: white;
	font-weight: 600;
	border: 1px solid #f50000;
	padding: 2px;
	background: red;
	border-radius: 7px;
	margin-left: 5px;
	margin-right: 5px;
	width: 30px;
	display: inline-block;
}

.order_block__quantity-left-wiggle {
	animation: wiggle 1s;
	animation-iteration-count: 2;
}

.custom-push-note-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 99999;
}

.custom-push-note {
	position: relative;
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 4px -1px #00000073;
	font-size: 16px;
	max-width: 200px;
	right: -500px;
	transition: all 0.5s ease;
}

.custom-push-note-active {
	right: 0
}

@media (max-width: 1099px) {
	.order_block__wrapper {
		flex-direction: column;
	}

	.form {
		max-width: 100%;
	}
}