.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}
.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: table;
  margin: 0 auto;
  /* border: 1px solid #cdcdcd; */
  padding: 20px 10px;
  border-radius: 10px;
  width: 100%;
}
.prod_img_wrapper {
  max-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 {
  max-width: 300px;
  margin-top: 70px;
}
.priceс {
  position: absolute;
  font-family: Arial, sans-serif;
  left: -35px;
  top: -35px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  text-align: center !important;
  padding: 10px 15px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    rgb(238, 165, 19) 0%,
    rgb(253, 237, 19) 100%
  );
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 19%;
}
@media (max-width: 755px) {
  .priceс {
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.8) 0 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: 0;
  padding: 5px 30px;
  color: #fff;
  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: 400px;
  margin: 0 auto;
  padding-top: 45px;
  vertical-align: top;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background: #fff url(https://beauty-cf2.tech/vivaderlow/ww/vivaderlowv3/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;
}
.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 0.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) {
  .n3VNCb {
    max-width: 300px;
  }
}
.pulse-button-wrapper {
  height: 100%;
  margin: 0 auto;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: #d7bb92;
  border: none;
  outline: none;
  text-decoration: none !important;
  border-radius: 10px;
}
.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: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 10px;
  background: #d7bb92;
  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 transparent;
  }
  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 transparent;
  }
}
.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: #fff;
  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;
  text-align: center;
}
.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: #fff;
  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;
}

.order_block {
  padding: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  background: rgba(215, 187, 146, 0.5);
  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: 'Roboto Condensed', 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: 'Inter', 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: 'Inter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 54px;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
}

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

.checkmark::before {
  content: ' ';
  width: 30px;
  height: 29px;
  background: url(https://beauty-cf2.tech/vivaderlow/ww/vivaderlowv3/images/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: 20px;
  }
  .order-block-text {
    width: 100%;
  }
}

.order__text {
  text-align: center !important;
}

.order_block__quantity {
  text-align: center !important;
}
