.store .title h1 {
  font-size: 1.5em;
}
.howthis,
.store section .products {
  background: #fff;
  border: 1px solid #e3e3e3;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.store section .products {
  padding: 30px 30px 26px;
}
.store section .products .price {
  bottom: -14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  color: #333;
  display: inline-block;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: default;
  padding: 4px 10px;
  font-weight: 500;
}
.store section .products h2 {
  text-align: center;
  padding-bottom: 30px;
  color: #222;
  font-size: 1.2em;
  font-weight: 600;
}
.store section .products .image {
  width: 100%;
  padding: 20px 20px 40px;
  border: 1px solid #e9e9e9;
  margin: 0 auto 50px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 13px;
  background: #fbfbfb;
}
.store section .products .image img {
  width: 70%;
  margin: 10%auto;
  height: auto;
}
.store section .products .details {
  line-height: 30px;
  text-align: right;
  padding: 8px 14px;
  color: #2d2d2d;
  font-size: 0.9em;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  margin: 0 auto 30px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-weight: 500;
}
.store section .products .details > span {
  display: inline-block !important;
}
#buttonsend,
.store section .products .button {
  font-family: cairo;
  background: #222;
  cursor: pointer;
}
.store section .products .details .product-price span {
  text-decoration: line-through;
}
.store section .products .details .discount {
  color: #e10000;
}
.store section .products .button {
  border: 0 solid #222;
  padding: 14px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 0 2px;
}
.store section .products .disabledButton .button {
  text-decoration: none !important;
  background: #222222a3 !important;
  color: #fbfbfb !important;
  cursor: default;
  padding: 10px 29px 10px 26px !important;
}
.store section .products .flousy-087-paypal-4 {
  width: 100% !important;
  color: #fff;
  position: relative;
}
.store section .products .flousy-087-paypal-4::before {
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  -moz-transition: unset !important;
  transition: unset !important;
  right: 92px !important;
}
.store section .products .flousy-087-paypal-4:hover::before {
  color: #222;
}
.store section .products .button:hover {
  color: #222;
  background: #f9d342;
  text-decoration: underline;
}
.howthis {
  line-height: 34px;
  text-align: justify;
  padding: 22px 18px 6px;
  width: 100%;
  height: auto;
  margin: 1.8rem auto 9.2rem;
}
.howthis > h3 {
  margin-bottom: 20px;
  color: #222;
  font-size: 19px;
  text-align: center;
}
.howthis > p {
  font-size: 0.8em;
  color: #333;
}
.warning {
  width: 99%;
  margin-top: -10px;
  font-size: 13px;
  color: red;
  text-align: right;
  margin-bottom: 100px;
  display: inline-block;
}
.not-available {
  width: 100% !important;
  padding: 26px 20px 16px !important;
}
.store section .not-available img {
  width: 78px;
  margin-bottom: 20px;
}
.store section .not-available h2 {
  padding-bottom: 11px !important;
  font-size: 1.4em !important;
}
.adsform {
  margin-bottom: 40px;
}
.proadmob {
  display: none;
}
.proaddesk {
  display: block;
  width: 99% !important;
  padding: 12px 20px;
}
.container-form {
  font-family: cairo;
  text-align: center;
  width: 600px;
  margin: auto;
}
.container-form form {
  width: 100%;
}
.container-form form input {
  padding: 12px 10px;
  color: #222;
  border: 0;
  font-size: 0.9em;
  font-family: cairo;
  margin: 0 auto;
  background: rgba(37, 37, 37, 0.06);
  width: 100%;
  border-right: 40px solid #222;
  line-height: 1.15;
}
#buttonsend {
  color: #f9d342;
  margin: 7px auto 65px;
  line-height: 15px;
  height: 40px;
  border: 0;
}
.flousy-035-e-mail-envelope {
  position: relative;
  text-align: right;
}
.flousy-035-e-mail-envelope::before {
  font-size: 1.1em;
  position: absolute;
  color: #f9d342;
  z-index: 9;
  top: 7.5px;
  right: 8px;
}
@media (max-width: 1023px) {
  .store section {
    margin: auto;
    width: auto;
  }
  .store .title h1,
  .store .title h2 {
    font-size: 1.4em;
    padding: 0 0 18px;
    margin: 26px auto 20px;
  }
  .store section .products {
    padding: 26px 30px;
  }
  .store section .products h2 {
    font-size: 1em;
    padding-bottom: 24px;
  }
  .store section .products .image {
    margin: 0 auto 44px;
  }
  .store section .products .image img {
    width: 75%;
    margin: 10%auto 5%;
  }
  .store section .products .price {
    font-size: 0.85em;
  }
  .store section .products .details {
    line-height: 26px;
    font-size: 0.8em;
  }
  .store section .products .flousy-087-paypal-4::before {
    right: 36% !important;
    font-size: 0.9em;
    line-height: 32px;
  }
  .store section .products .button {
    font-size: 0.9em;
    padding: 12px 10px;
  }
  .store section .products .disabledButton .button {
    padding: 8px 0 !important;
  }
  .howthis {
    margin: 4rem auto 7rem;
  }
  .howthis > h3 {
    font-size: 1em;
  }
  .howthis > p {
    font-size: 0.8em;
    margin: 0 auto 6px;
    color: #393939;
  }
  .warning {
    margin-top: 0;
    font-size: 0.7em;
    margin-bottom: 70px;
  }
  .not-available {
    margin: 0.5% 0.5% 70px !important;
  }
  .store section .not-available img {
    width: 68px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .store .title h1,
  .store .title h2 {
    font-size: 1.4em;
    margin: 30px auto 14px;
  }
  .store section .products {
    padding: 26px 18px 21px;
  }
  .store section .products h2 {
    font-size: 1em;
    padding-bottom: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .store section .products .price {
    font-size: 0.8em;
    white-space: nowrap;
  }
  .store section .products .details {
    margin: 0 auto 25px;
  }
  .store section .products .disabledButton .button {
    padding: 8px 0 !important;
  }
  .howthis {
    margin: 3.5rem auto 6.5rem;
  }
  .howthis > h3 {
    font-size: 0.95em;
  }
  .howthis > p {
    font-size: 0.75em;
  }
  .warning {
    margin-top: 3px;
    margin-bottom: 60px;
    line-height: 1.6;
  }
  .not-available {
    margin: 0.5% 0.5% 50px !important;
    padding: 20px 20px 12px !important;
  }
  .store section .not-available img {
    width: 58px;
    margin-bottom: 12px;
  }
  .store section .not-available h2 {
    padding-bottom: 10px !important;
    font-size: 1.25em !important;
  }
  .store section .not-available p {
    font-size: 0.84em;
    line-height: 1.5;
  }
  .proadmob {
    width: 99% !important;
    display: inline-block;
  }
  .proaddesk {
    display: none;
  }
  .container-form {
    width: 95%;
    margin: 36px auto 0;
  }
  .store section .products .button:hover {
    color: #fff;
    background: #222;
    text-decoration: none;
  }
  .store section .products .button:active {
    color: #222;
    background: #f9d342;
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .store .title h1,
  .store .title h2 {
    font-size: 1.2em;
    margin: 40px auto 10px;
  }
  .store section .products {
    padding: 22px 14px 18px;
  }
  .store section .products h2 {
    font-size: 0.95em;
    padding-bottom: 22px;
  }
  .store section .products .image img {
    width: 80%;
    margin: 10%auto 3%;
  }
  .store section .products .price {
    bottom: -12px;
  }
  .store section .products .details {
    line-height: 24px;
    font-size: 0.75em;
    padding: 6px 10px;
    margin-bottom: 26px;
  }
  .store section .products .button {
    padding: 10px;
  }
  .store section .products .flousy-087-paypal-4::before {
    right: 32% !important;
  }
  .howthis {
    margin: 3.5rem auto 3.5rem;
  }
  .howthis > h3 {
    font-size: 0.9em;
  }
  .howthis > p {
    font-size: 0.7em;
    line-height: 26px;
  }
  .not-available {
    margin: 0.5% 0.5% 50px !important;
  }
  .store section .not-available img {
    width: 54px;
    margin-bottom: 8px;
  }
  .store section .not-available h2 {
    padding-bottom: 8px !important;
    font-size: 1.15em !important;
  }
  .store section .not-available p {
    font-size: 0.74em;
  }
  .warning {
    margin-bottom: 50px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .store .title h1,
  .store .title h2 {
    font-size: 1.1em;
    margin: 30px auto 10px;
  }
  .store section .products {
    padding: 22px 14px 16px;
  }
  .store section .products h2 {
    font-size: 0.85em;
    padding-bottom: 21px;
  }
  .store section .products .image {
    margin: 0 auto 34px;
  }
  .store section .products .details {
    line-height: 18px;
    font-size: 0.625em;
  }
  .store section .products .button {
    padding: 7px 10px;
    font-size: 0.85em;
  }
  .store section .products .disabledButton .button {
    padding: 6px 0 7px !important;
  }
  .store section .products .flousy-087-paypal-4::before {
    right: 30% !important;
    font-size: 0.8em;
    line-height: 28px;
  }
  .howthis > h3 {
    font-size: 0.8em;
  }
  .howthis > p,
  .store section .not-available p,
  .warning {
    font-size: 0.65em;
  }
  .not-available {
    padding: 20px 10px 12px !important;
    margin: 0.5% 0.5% 40px !important;
  }
  .store section .not-available img {
    width: 46px;
    margin-bottom: 6px;
  }
  .store section .not-available h2 {
    padding-bottom: 6px !important;
    font-size: 1em !important;
  }
  .warning {
    margin-bottom: 40px;
  }
}
@media (max-width: 280px) {
  .store section .products .image img {
    width: 55%;
    margin: 10%auto 4%;
  }
  .note-msg {
    font-size: 0.8rem;
    line-height: 20px;
  }
  .store section .products {
    width: 100%;
  }
}
