/* form*/
.angled-promo,
.angled-promo:before,
.angled-promo:after {
  background-color: #fb0007;
}

.angled-promo {
  position: absolute;
  top: 25px;
  right: -15px;
  color: white;
  display: block;
  min-width: 115px;
  text-align: center;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999;
  text-transform: uppercase;
}



@media only screen and (max-width: 820px) {

  .angled-promo {
    font-size: 13px;
    top: 17px;
    right: -15px;
    min-width: 100px;
    z-index: 9;
  }
}

@media only screen and (max-width: 400px) {

  .angled-promo {
    font-size: 10px;
    top: 12px;
    line-height: 17px;
    min-width: 74px;
  }
}


.angled-promo:before {

  content: "";
  width: 50px;
  height: 100%;
  left: -20px;
  top: 0px;
  position: absolute;
  display: inline-block;
  transform: skew(-45deg);
  z-index: -1;
}

.angled-promo:after {
  content: "";
  width: 50px;
  height: 100%;
  right: -20px;
  bottom: 0px;
  position: absolute;
  display: inline-block;
  transform: skew(45deg);
  z-index: -1;
}



input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: white;
  border: none;
  border-bottom: initial;
  border: 1px solid #004d95;
  border-radius: 2px;
  padding: 0px 10px;
  outline: none;
  height: 33px;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  /* padding: 0; */
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 0px solid #004d95;
  border: 1px solid #004d95;
  -webkit-box-shadow: 0 1px 0 0 #004d95;
  box-shadow: 0px 0px 8px 0px #004d95;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: initial;
  border-bottom: 1px solid #004d95;
  padding: 0px 0px;
  text-align: center
}

::-webkit-input-placeholder {
  color: #004d95;
}

:-moz-placeholder {
  color: #004d95;
  opacity: 1;
}

::-moz-placeholder {
  color: #004d95;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #004d95;
}



.section-form.background1 {
  background-size: contain;
  background-repeat: no-repeat;
}

.section-form h4 {
  text-align: center;
  font-weight: bold;
  margin: 50px 0px
}

.section-form .buy-btn-nav {
  background-color: #f9ea0b !important;
  border: 3px solid #f9ea0b;
  color: black !important;
  margin: 21px auto;
  padding: 10px 20px;
  height: initial;
  line-height: initial;
  border-radius: 10px !important;
  font-size: 26px;
  width: 100%;
}

.section-form .buy-btn-nav:hover {
  background-color: white !important;
  color: black !important;
}

@media only screen and (max-width: 600px) {
  .section-form .buy-btn-nav {
    font-size: 16px;
    padding: 2px 17px;
    margin: 6px auto;
  }
}

.orderform .buy-btn-nav {
  background-color: #f9ea0b !important;
  border: 3px solid #f9ea0b;
  color: black !important;
  margin: 21px auto;
  padding: 10px 20px;
  height: initial;
  line-height: initial;
  border-radius: 10px !important;
  font-size: 26px;
  width: 100%;
}

.orderform .buy-btn-nav:hover {
  background-color: white !important;
  color: black !important;
}



.col-product {
  text-align: left;
}

.col-price {
  text-align: center;
  margin: 0px auto;
}

.col-price tr {
  border-bottom: 0px solid white !important;
}

.col-price td {
  padding: 0px !important;
}

.orderform {
  margin-bottom: 0px
}

.priceform {
  color: #004d95;
  font-size: 20px
}

.priceform .old-price {
  color: black;
  text-decoration: line-through;
}

.priceform .new-price {
  font-size: 25px;
  font-weight: 600;
  color: #cf0006;
}

.form-toptext {
  text-align: center;
  margin-bottom: 10px;
}

.form-toptext h5 {
  font-size: 33px;
  margin: 0px;
  font-weight: bolder;
  text-shadow: 1px 1px 7px black;
  color: white;
  -webkit-text-stroke: 1px #1a1c1d;
}

.form-toptext span {
  font-size: 18px;
  margin-top: 5px;
  display: block;
  font-weight: bold;
}

input.error {
  border: 1px solid #a30000 !important;
}

input.error::placeholder {
  color: red;
  opacity: 1;
}

label.error {
  display: none !important;
}

input.error:focus {
  border-bottom: 0px solid #004d95 !important;
  border: 1px solid #a30000 !important;
  -webkit-box-shadow: 0 1px 0 0 #a30000 !important;
  box-shadow: 0px 0px 8px 0px #a30000 !important;
}

#error-summary {
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
  display: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#form_areacode {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: 50px;
  margin-right: 5px
}

#form_phone {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}


.formcard {
  position: relative;
  margin: 0px !important;
  background-color: #e3faff;
  border-radius: 15px;
  border: 0px solid #004d95;
  padding: 0px 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

}

@media only screen and (max-width: 600px) {
  .formcard .buy-btn-nav {
    font-size: 18px !important;
    padding: 10px 17px !important;
    margin: 6px auto;
  }
}

.formcard .card-content {
  margin: 0px !important;
  padding: 5px 15px;
}


.col-form {
  background: #01abce;
  padding: 5px !important;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.col-form .form1-topdeal {
  color: white;
  text-align: center;
  padding: 4px 0px;
  display: block;
  font-size: 18px;
}

.col-form:hover {
  box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.countdown_box .cbox {
  background: red;
  border-radius: 20px;
  color: white;
  text-align: center;
  border: 2px solid #a30000;

}


.toend {
  font-size: 20px;
  margin: 5px 0px;
}



@media only screen and (max-width: 500px) {
  .countdown_box .s4 {
    padding: 0px 2px
  }
}


.priceheader {
  font-size: 20px !important;
  color: #004d95 !important;
  font-weight: 500 !important;
}

table tr:nth-child(2)>td.priceheader {
  font-weight: 600 !important
}

@media only screen and (max-width: 500px) {
  td.priceheader {
    text-align: right
  }

  td.priceheader:after {
    content: ':';
    margin-right: 10px;
    display: inline-block;
  }
}

.formrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .card-content {
  padding-bottom: 0px;
}

.countdown_box {
  width: 90%;
  margin: 0px auto;
}

.countdown_box .cbox span:first-child {
  font-size: 35px;
  display: block
}

.countdown_box .cbox span:last-child {
  font-size: 15px;
  display: block;
  width: 100%;
  background: #a30000;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

@media only screen and (max-width: 992px) {
  .form-toptext h5 {
    font-size: 30px;
  }

  .countdown_box {
    width: 70%;
  }

  .countdown_box .col {
    padding: 0 4px !important
  }

  .formrow {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .formrow .col-product {
    text-align: center;
    margin-top: 20px
  }

  .formrow .col-product img {
    max-width: 207px
  }

  .formcard .stamp-img {
    max-width: 90px;
  }

  .countdown_box .cbox {
    border-radius: 10px;
  }

  .countdown_box .cbox span:first-child {
    font-size: 26px;
    line-height: 32px;
  }

  .countdown_box .cbox span:last-child {
    font-size: 11px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .col-form {
    padding: 5px !important;
    margin-left: 0px !important
  }

}

@media only screen and (max-width: 450px) {
  .priceform .new-price {
    font-size: 25px;
  }

  .priceheader {
    font-size: 17px !important;
  }

  .formcard .s12,
  .card-content {
    padding: 0px !important
  }
}

@media only screen and (max-width: 400px) {
  .countdown_box {
    width: 100%;
  }

  .col-form {
    margin-left: 0px !important
  }
}

@media only screen and (max-width: 350px) {
  .stamp-img {
    width: 100%;
    max-width: 70px;
    margin: 10px 5px;
  }

  .col-form.s10 {
    width: 100% !important
  }
}



@media only screen and (min-width: 993px) {
  /* desktop*/

  .prices-box {
    min-width: 240px;
  }
}

.box-price {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #01abce;
  background-color: #01abce
}

.box-price-in {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 15px;
  border: 3px solid #01abce;
  background-color: white;
  line-height: 30px;
  margin: 0px !important;
  padding: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.box-price-in img {
  width: 100%;
}

.box-price-head1 {
  font-size: 21px;
  padding: 10px 0px;
  display: block;
  color: white;
}


.box-price:hover .box-price-in,
.box-price:focus .box-price-in {
  background-color: white !important;
  border: 3px solid #cf0006;
}

.box-price:hover .prices-box,
.box-price:focus .prices-box {
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}


.prices-box {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.box-price-head2 {
  font-size: 30px;
  color: #cf0006;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

.box-price-old {
  font-size: 20px;
  margin: 5px 0px;
  text-decoration: line-through;
  font-weight: 500;
  color: #424242;
  display: block;
}

.box-price-new {
  font-size: 31px;
  font-weight: 600;
  color: #cf0006;
  display: block;
}

.box-price-col {

  min-height: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-price-col img {
  border-radius: 20px;
  padding: 15px;
  background: white;
}



@media only screen and (min-width: 601px) and (max-width: 820px) {
  .box-price-head1 .hide-on-large-only {
    display: block
  }

}

@media only screen and (max-width: 700px) {
  .section-form .buy-btn-nav {
    font-size: 15px;
  }


}

@media only screen and (max-width: 600px) {
  .box-price-col.s4 {
    width: 42% !important
  }

  .box-price:hover .prices-box,
  .box-price:focus .prices-box {
    transform: translateY(0px);
  }
}

.box-price.activeprice,
.box-price:hover {
  background-color: #cf0006;
  border: 3px solid #cf0006;
  box-shadow: 0px 0px 9px 3px rgb(105 0 3 / 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.activeprice .box-price-in {
  border: 3px solid #cf0006;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.buyform-stamp img {
  width: 150px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {

  /* mobile*/
  .box-price {
    margin-bottom: 10px
  }


  .box-price-col img {
    padding: 0px !important
  }

  .box-price-head1 {
    font-size: 17px;
    padding: 2px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .box-price-in {
    display: flex;
  }

  .box-price-head2 {
    font-size: 23px;
  }

  .box-price-new {
    font-size: 22px;
  }

  .box-price-old {
    font-size: 18px;
    margin: 0px
  }

  .box-price-new.box-price-in {
    font-size: 22px;
  }

  .buyform-stamp img {
    width: 100px;
    padding: 5px;
  }
}

.country_select {
  display: block;
  background-color: white;
  border: none;
  border-bottom: initial;
  border: 1px solid #004d95;
  border-radius: 2px;
  padding: 0px 10px;
  outline: none;
  height: 33px;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  /* padding: 0; */
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}