/*checkbox*/

.form-checkbox {
	align-items: center;
	display: grid;
	grid-template-columns: min-content auto;
	column-gap: 10px;
	padding: 0;
	justify-content: center;
	margin-bottom: 20px;
	align-self: flex-start;
}

.form-checkbox-text,
.form-checkbox-link {
	color: #9c9c9c;
	font-size: 14px;
}

.form-checkbox-link {
	font-weight: 600;
	text-decoration: none;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.product {
	margin-top: -80px;
}

/* TIMER */

.time-block {
	margin-bottom: 20px;
}

.time-remain {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  text-transform: uppercase;
	color: rgb(243, 0, 16);
}

.time-remain-items {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
	font-size: 32px;
}

.time-text {
	font-size: 10px;
	font-weight: bold;
}

.time-dots {
	font-size: 32px;
}

/* form */

.form__container {
	text-align: center;
	margin-bottom: 20px;
}

.input__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	margin: 0 auto;
}

select,
.input {
	max-width: 50%;
	padding: 10px;
	box-sizing: border-box;
	/* margin-bottom: 20px; */
	/* min-width: 100%; */
}

.order_button {
	border-radius: 5px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	padding: 15px 25px;
	font-size: 15px;
	font-weight: 700;
	color: #fff !important;
	background-color: #CE2121;
	text-decoration: none !important;
	/* transition: all .5s ease 0; */
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.order_button:hover {
	text-decoration: none;
	color: #fff;
	transform: scale(1.1);
	transition: all .5s ease 0
}

.price {
	display: flex;
	justify-content: space-between;
	max-width: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: red;
}

.price .wv_currency {
	margin-left: -5px;
}

.old-price {
	color: #000;
	text-decoration: line-through;
}



/* my-form */
 .f-img-wrap img {
                display: block;
                width: 100%;
                max-width: 350px;
                margin: 0 auto;
              }

              span#old_price {
                font-style: normal;
                text-decoration: line-through;
                font-size: 20px;
                margin: 0 10px;
                color: #ffffff;
              }

              span#new_price {
                font-style: normal;
                font-size: 24px;
                margin: 0 10px;
                color: #ffdf68;
                font-weight: bold;
              }

              .prices {
                text-align: center;
              }

              .form-cnt {
                background: #393532;
                border-radius: 5px;
                padding: 15px;
                margin-top: 20px;
                box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
              }

              .input-cnt > input,
              .input-cnt > select {
                font-size: 18px;
                height: 41px !important;
                box-sizing: border-box;
                width: 100%;
                max-width: 400px;
                line-height: 41px;
                padding: 0 7px;
                border: none;
                border-radius: 4px;
                box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 47%);
              }

              .input-cnt > input[type="submit"] {
                cursor: pointer;
                background: #ffdf68;
                color: #000000;
                font-size: 20px;
              }

              .input-cnt {
                text-align: center;
                padding: 10px 0;
              }