.ih-header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(61, 61, 61, 0.31);
  background: #ffffff;
  padding-left: 15%;
  margin-bottom: 50px;
}
/*** SHOP ***/
.ih-shop {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 767px;
  margin: 0 auto;
}
.ih-shop__block {
  width: 340px;
  text-align: center;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
}
.ih-shop__block:hover {
  border: 1px solid #00589b;
  box-shadow: 0px 0px 4px #00589b;
}
.ih-shop__img > img {
  width: 100%;
  height: auto;
}
.ih-shop__view {
  display: inline-block;
  width: 30%;
  height: 52px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  padding-top: 14px;
  box-sizing: border-box;
  color: #4d9348;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-family: "Bitter", serif;
  font-size: 15px;
}
.ih-shop__view:hover {
  text-decoration: underline;
}
.ih-shop__add {
  display: inline-block;
  text-align: center;
  width: 70%;
  height: 52px;
  margin: 0;
  border: 1px solid #e0e0e0;
  padding-top: 11px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f5f7f9;
  cursor: pointer;
}
.ih-shop__add:hover {
  background: #eff7ff;
}
.ih-shop__add > img {
  width: 27px;
  height: auto;
}
.ih-shop__name {
  color: #777;
  margin: 0;
  padding-left: 20px;
  text-align: start;
  margin-bottom: 60px;
  font-size: 16px;
  font-family: "Bitter", serif;
}

/*** INGREDIENTS ***/
.ih-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px 0 50px;
}
.ih-content > a > img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media all and (max-width: 500px) {
  .ih-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 767px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }
}

/*** CONTACT US ***/
.ih-content-contactus {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 70px auto;
  width: 100%;
  max-width: 980px;
  font-family: "Open Sans", sans-serif;
}
.ih-content-contactus > div {
  margin: 10px;
}

.ih-content-contactus p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #333;
}

.ih-content-contactus a {
  text-decoration: none;
  color: #4e9243;
}

.ih-content-contactus__text {
  width: 100%;
  max-width: 353px;
}

.ih-content-contactus__text h4 {
  font-family: "Bitter", serif;
  font-size: 17px;
  font-weight: normal;
  margin: 10px 0;
}

.ih-content-contactus__form {
  width: 100%;
  max-width: 600px;
}
.if-content-contactus__form input,
textarea {
  border: 1px solid #ccc;
  padding: 8px 0;
  margin-top: 6px;
  border-radius: 5px !important;
}
.if-content-contactus__form textarea {
  width: 100%;
}
.if-content-contactus__form input {
  height: 21px;
}
.if-content-contactus__form .if-content__submit {
  background-color: #005799;
  border: 0 none !important;
  border-radius: 0 !important;
  height: auto;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 60px;
}
/*** PRIVACY POLICY ***/
.ih-content-privacy {
  max-width: 980px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 0 auto;
  padding: 0 50px;
}
.ih-content-privacy > h3 {
  margin: 3em 0 2.5em;
}
.ih-content-privacy p {
  margin: 0 0 2em;
}

/*** TERMS AND CONDITIONS ***/
.ih-content-terms {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 980px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 0 auto;
  padding: 0 50px 0 50px;
}
.ih-content-terms p {
  margin: 0 0 5px 0;
}
.ih-content-terms > h4 {
  margin: 5px 0 5px 0;
}

.ih-content-terms ol {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 0;
}
.ih-content-terms p:last-child > a {
  color: #4e9243;
}

/* *** REFUNDS & RETURN POLICY *** */
.ih-content-refunds {
  max-width: 980px;
  margin: 20px auto;
  padding: 15px;
}
.ih-content-refunds ul {
  list-style: none;
}
.ih-content-refunds__offset {
  margin-left: 30px;
}

/*** CART  ***/
.ih-cart {
  max-width: 720px;
  margin: 0 auto;
}
.ih-cart__way {
  width: 310px;
  height: 30px;
  text-align: center;
  float: right;
  font-size: 15px;
  padding: 10px 0 10px 0;
  margin-bottom: -1px;
  font-weight: bold;
  box-sizing: border-box;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0;
  font-family: Arial;
  background: #ffffff;
  margin-bottom: -1px;
}

.ih-checkout {
  clear: both;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  border-top-right-radius: 0;
}
.ih-checkout__cart {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: Arial;
  padding: 0 10px 0 10px;
  padding-bottom: 14px;
}
.ih-checkout__ysc {
  font-size: 17px;
  font-weight: bold;
}
.ih-checkout__ccd {
  padding-top: 3px;
  font-size: 12px;
  text-decoration: underline;
}
.ih-checkout__title {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 20px;
}
.ih-checkout__wrap {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.ih-checkout__quantity {
  float: left;
}
.ih-checkout__product {
  float: left;
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.ih-checkout__price {
  padding-right: 30px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}

/****** List with products ********/
.ih-checkout__order {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 0 12px 0 12px;
  padding: 0 8px 0 8px;
}
p.ih-checkout__bottles {
  float: left;
  font-family: "Times New Roman", Times, serif;
}
.ih-checkout__name {
  float: left;
  margin-left: 24px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.ih-checkout__dol {
  padding-right: 10px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  float: left;
  text-align: center;
  min-width: 10px;
  max-width: 60px;
  text-align: end;
}
.ih-checkout__remove {
  float: right;
  margin-top: 14px;
  cursor: pointer;
}
.ih-total {
  padding: 0 20px 0 20px;
  border-top: 1px solid #c7c7c7;
  background: linear-gradient(
    to bottom,
    rgba(242, 241, 242, 1) 0%,
    rgba(254, 254, 254, 1) 100%
  );
}
.ih-total__total {
  display: flex;
  justify-content: flex-end;
}
.ih-total__p {
  margin-right: 40px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.ih-total__symbol {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.ih-total__price {
  margin-right: 35px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}
.ih-total__warning {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  color: #666;
  font-size: 12px;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
/* ========== */
.ih-orderpage__button-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.ih-orderpage__add_to_cart {
  -moz-box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  -webkit-box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );
  background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5', GradientType=0);
  background-color: #79bbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 45px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
}

.ih-orderpage__add_to_cart:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff', GradientType=0);
  background-color: #378de5;
}

.ih-orderpage__add_to_cart:active {
  position: relative;
  top: 1px;
}
/* ================ */
.ih-total__cards {
  display: flex;
  justify-content: flex-end;
}
.ih-total__cards > img {
  margin-right: 2px;
  margin-bottom: 20px;
}

.ih-provide {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 0 10px 0 10px;
}
@media all and (max-width: 975px) {
  .ih-orderpage__wrap {
    flex-wrap: wrap;
  }
  .ih-orderpage__name > p {
    text-align: center;
  }
  .ih-orderpage__adds {
    max-width: 450px;
    margin-left: 0;
    min-width: 320px;
  }

  .ih-orderpage__adds .ih-orderpage__button-wrap {
    justify-content: center;
  }
}

@media all and (max-width: 730px) {
  .ih-cart {
    margin: 0 15px 0 15px;
  }
}
@media all and (max-width: 480px) {
  .ih-cart {
    margin: 0;
  }
  .ih-cart__way {
    width: 280px;
    height: 30px;
    text-align: center;
    float: none;
    font-size: 13px;
    padding: 6px 0 10px 0;
    font-weight: bold;
    box-sizing: border-box;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 auto;
    font-family: Arial;
    background: #ffffff;
    margin-bottom: -1px;
  }

  .ih-checkout {
    clear: both;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
  }
  .ih-checkout__cart {
    clear: both;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: Arial;
    padding: 0 10px 0 10px;
    background-image: url(../img/tablebkg.gif);
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 14px;
  }
  .ih-checkout__ysc {
    font-size: 17px;
    font-weight: bold;
  }
  .ih-checkout__ccd {
    padding-top: 3px;
    font-size: 12px;
    text-decoration: underline;
  }
  .ih-checkout__title {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 2px 0 2px;
  }
  .ih-checkout__wrap {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
  }
  .ih-checkout__quantity {
    margin-left: 10px;
    float: left;
  }
  .ih-checkout__product {
    float: left;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
  }
  .ih-checkout__price {
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 5px;
  }
  /****** List with products ********/
  .ih-checkout__order {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 10px;
    padding: 0;
    background-image: url(../img/divide-line.gif);
    background-repeat: repeat-x;
  }
  .ih-checkout__bottles {
    float: left;
    font-family: "Times New Roman", Times, serif;
  }
  .ih-checkout__name {
    float: left;
    margin-left: 14px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
  }
  .ih-checkout__dol {
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    float: left;
    text-align: center;
    width: 10px;
  }
  .ih-checkout__remove {
    float: right;
    margin-top: 14px;
    cursor: pointer;
  }
  .ih-total {
    padding: 0;
    border-top: 1px solid #c7c7c7;
    background: linear-gradient(
      to bottom,
      rgba(242, 241, 242, 1) 0%,
      rgba(254, 254, 254, 1) 100%
    );
  }
  .ih-total__total {
    display: flex;
    justify-content: flex-end;
  }
  .ih-total__p {
    margin-right: 40px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
  }
  .ih-total__symbol {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
  }
  .ih-total__price {
    margin-right: 35px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
  }
  .ih-total__warning {
    display: flex;
    justify-content: flex-end;
    margin-right: 24px;
    color: #666;
    font-size: 12px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
  }

  /* ================ */
  .ih-total__cards {
    display: flex;
    justify-content: flex-end;
  }
  .ih-total__cards > img {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

/*** CHECKOUT ***/
.ih-checkout-page {
  max-width: 980px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  font-family: Arial;
}
.ih-checkout-page__header-page {
  font-size: 28px;
  color: #444;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}
.ih-checkout-page__wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}
.ih-checkout-page__header-form {
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  box-shadow: 0px 14px 11px 0px rgba(230, 230, 230, 1);
  padding: 10px 0 10px 20px;
  margin-top: 0;
}
.ih-checkout-page__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  min-width: 370px;
}
.ih-checkout-page__form-group {
  display: flex;
  justify-content: flex-end;
}
.ih-checkout-page__form input,
select {
  margin-left: 20px;
  width: 60%;
  border: 1px solid #ccc;
  padding: 8px 5px;
  margin-top: 6px;
  border-radius: 5px !important;
  box-sizing: border-box;
}
.ih-checkout-page__form label {
  text-align: right;
  padding: 10px 5px 0 0;
  width: 40%;
  font-weight: 600;
}

#postalcode {
  height: 33px;
  box-sizing: border-box;
}

.ih-checkout-page__expdate-group {
  display: flex;
  width: 60%;
  margin-left: 20px;
}

.ih-checkout-page__cardsprite {
  width: 200px;
  margin: 20px 20px 5px 40%;
}
.ih-checkout-page__cardsprite img {
  width: 100%;
}
.ih-checkout-page__expdate-group select {
  width: 60%;
  height: 33px;
  margin: 8px 0 0 0;
}
.ih-checkout-page__expdate-group select:first-child {
  margin-right: 8px;
}
.ih-checkout-page__expdate-group select:last-child {
  margin-left: 8px;
}
.ih-checkout-page__cvv {
  width: 60%;
  margin-left: 20px;
}
#cvv {
  height: 33px;
  width: 46%;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 8px;
}
.ih-checkout-page__terms {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.ih-checkout-page__terms label {
  text-align: left;
  width: 55%;
  margin-left: 20px;
  font-size: 12px;
}
.ih-checkout-page__terms label a {
  color: #4e9243;
}
.ih-checkout-page__terms label a:hover {
  text-decoration: underline;
}
.ih-checkout-page__terms input {
  width: 15px;
  height: 15px;
  margin: 15px 5px 0 0;
}

.ih-checkout-page__info {
  margin: 0 20px;
  width: 30%;
  min-width: 220px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ih-checkout-page__guarantee {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #faebcc;
  border-radius: 4px;
}
.ih-checkout-page__guarantee p {
  margin: 0;
  line-height: 1.3rem;
}
.ih-checkout-page_submit {
  -moz-box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  -webkit-box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );
  background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5', GradientType=0);
  background-color: #79bbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 45px;
  text-decoration: none;
  text-shadow: 0 1px 0 #528ecc;
  margin: 20px 0;
}
.ih-checkout-page_submit:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff', GradientType=0);
  background-color: #378de5;
}

.ih-checkout-page_submit:active {
  position: relative;
  top: 1px;
}

/***  ***/

/*** THANK YOU  ***/
/****** BODY ********/
.ih-thanks {
  max-width: 720px;
  margin: 0 auto;
}
.ih-thanks__title {
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  color: #444;
  font-family: "Bitter", serif;
  font-size: 24px;
  line-height: 50px;
  margin: 35px 20px 0 20px;
}
.ih-thanks__description {
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 20px 20px 0 20px;
}
.ih-thanks__about {
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  padding: 0 20px 0 20px;
}
.ih-thanks__info {
  display: flex;
  justify-content: flex-start;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
  font-family: "Times New Roman", Times, serif;
}

.ih-thanks__info a {
  color: #509147;
  text-decoration: none;
  cursor: pointer;
}
.ih-thanks__span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}

/***  ***/

/*** PRODUCT ***/
.ih-orderpage {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.ih-orderpage__name {
  display: block;
  width: 100%;
  color: #444;
  font-size: 28px;
  line-height: 50px;
  text-align: left;
}

.ih-orderpage__name > p {
  border-bottom: 1px solid #e0e0e0;
  font-family: "Bitter", serif;
}

.ih-orderpage__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.ih-orderpage__img {
  min-width: 290px;
  max-width: 450px;
  flex-grow: 4;
  margin-bottom: 20px;
  /* height: 330px; */
}

.ih-orderpage__img > img {
  width: 100%;
  height: auto;
}

.ih-orderpage__img > p {
  margin: 0 0 9px 0;
  clear: both;
  color: #000;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.ih-orderpage__img > p > a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
.ih-orderpage__img > p > a:hover {
  text-decoration: underline;
}

.ih-orderpage__adds {
  border-top: 1px solid #e0e0e0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding-top: 12px;
  margin-left: 20px;
  min-width: 590px;
  justify-content: center;
}

.ih-orderpage__adds > p {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px 0;
  text-align: left;
  margin-bottom: 15px;
}

.ih-orderpage_price {
  float: left;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.ih-orderpage_price input {
  float: left;
}

.ih-orderpage_price label {
  float: left;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: 700;
}

.ih-orderpage__button-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.ih-orderpage__add_to_cart {
  -moz-box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  -webkit-box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  box-shadow: inset 0px 1px 5px 0px #bbdaf7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );
  background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5', GradientType=0);
  background-color: #79bbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 45px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
}

.ih-orderpage__add_to_cart:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff', GradientType=0);
  background-color: #378de5;
}

.ih-orderpage__add_to_cart:active {
  position: relative;
  top: 1px;
}

@media all and (max-width: 975px) {
  .ih-orderpage__wrap {
    flex-wrap: wrap;
  }
  .ih-orderpage__name > p {
    text-align: center;
  }
  .ih-orderpage__adds {
    max-width: 450px;
    margin: 0 20px 0 20px;
    min-width: 320px;
  }

  .ih-orderpage__adds .ih-orderpage__button-wrap {
    justify-content: center;
  }
  .ih-orderpage__img {
    margin: 0 10px 20px 20px;
    height: auto;
  }
}

@media all and (max-width: 806px) {
  .ih-orderpage__adds {
    margin: 0 20px 0 20px;
  }

  .ih-orderpage__adds .ih-orderpage__button-wrap {
    justify-content: center;
  }
  .ih-orderpage__img {
    margin: 0 20px 20px 20px;
  }
  .ih-content-contactus {
    margin: 70px 10px;
  }
}

@media all and (max-width: 510px) {
  .ih-orderpage__adds {
    margin: 0;
    padding-left: 10px;
  }
  .ih-orderpage__img {
    margin-bottom: 20px;
  }
  .ih-content-contactus {
    margin: 20px 10px;
  }
}
