input {
  -webkit-appearance: none;
}
.image-with-text {
  display: flex;
}
@media (min-width: 960px) {
  .image-with-text--align-top,
  .image-with-text--align-top .image-with-text__info-wrap {
    align-items: flex-start;
  }
  .image-with-text--align-middle,
  .image-with-text--align-middle .image-with-text__info-wrap {
    align-items: center;
  }
  .image-with-text--align-bottom,
  .image-with-text--align-bottom .image-with-text__info-wrap {
    align-items: flex-end;
  }
  .image-with-text--stretch {
    align-items: stretch;
  }
  .image-with-text--overlap .image-with-text__info-wrap {
    padding: 50px 0;
  }
  .image-with-text--overlap .image-with-text__info {
    position: relative;
  }
  .image-with-text--overlap .image-with-text__info--overlap-pc-right {
    width: calc(100% + 36px);
  }
  .image-with-text--overlap .image-with-text__info--overlap-pc-left {
    left: -36px;
    width: calc(100% + 36px);
  }
  .image-with-text.pos-right {
    flex-direction: row-reverse;
  }
}
.image-with-text.img-w-small .image-with-text__info-wrap {
  flex: 2;
}
.image-with-text.img-w-medium .image-with-text__info-wrap {
  flex: 1;
}
.image-with-text.img-w-large .image-with-text__info-wrap {
  flex: 0.5;
}
.image-with-text__img-wrap {
  flex: 1;
  position: relative;
  z-index: 1;
}
.image-with-text__img-wrap--high {
  height: 700px;
}
.image-with-text__img-wrap--low {
  height: 350px;
}
.image-with-text__title--size-small {
  font-size: calc(var(--title-font-size) * 0.8);
}
.image-with-text__title--size-medium {
  font-size: calc(var(--title-font-size) * 1);
}
.image-with-text__title--size-large {
  font-size: calc(var(--title-font-size) * 1.2);
}
@media (min-width: 960px) {
  .image-with-text--stretch .image-with-text__img-wrap--high,
  .image-with-text--stretch .image-with-text__img-wrap--low {
    height: auto;
  }
}
.image-with-text__img-wrap--auto {
  height: auto;
  object-fit: contain;
}
.image-with-text .color-scheme-none {
  background-color: rgba(var(--color-page-background));
  color: rgba(var(--color-text));
}
.image-with-text .color-scheme-none .image-with-text__content {
  color: rgba(var(--color-text));
}
.image-with-text__info-wrap {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2;
}
.image-with-text__info-reference {
  width: 100%;
}
.image-with-text__info {
  padding: 32px 20px 32px 0;
}
.image-with-text__info--align-left {
  text-align: left;
}
.image-with-text__info--align-center {
  text-align: center;
}
.image-with-text__info--align-right {
  text-align: right;
}
.image-with-text__sub-title {
  word-wrap: break-word;
  font-weight: 400;
  margin-top: 20px;
  text-transform: uppercase;
}
.image-with-text__content {
  margin-top: 20px;
}
.image-with-text__title {
  margin-bottom: 20px !important;
  margin-top: 20px;
  overflow: hidden;
}
.image-with-text__btn {
  margin-top: 20px;
    width: 228px;
    height: 50px;
    background: #dc3545;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #dc3545;
    /* box-shadow: 0px 5px 1px #d12121; */
    font-weight: 700;
    letter-spacing: 0;
    font-size: 16px;
}
.image-with-text__img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.image-with-text__empty-img {
  background-color: #f3f3f3;
  height: 100%;
  width: 100%;
}
.image-with-text__info > :first-child {
  margin-top: 0;
}
@media (max-width: 959px) {
  .image-with-text {
    display: flex;
    flex-direction: column;
  }
  .image-with-text--overlap .image-with-text__info-wrap {
    margin-top: -36px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
  }
  .image-with-text.pos-right {
    flex-direction: column;
  }
  .image-with-text .color-scheme-none {
    background-color: rgba(var(--color-page-background));
  }
  .image-with-text__info {
    box-sizing: border-box;
    left: 0;
    padding: 30px 20px;
    right: 0;
  }
  .image-with-text__info--m-align-left {
    text-align: left;
  }
  .image-with-text__info--m-align-center {
    text-align: center;
  }
  .image-with-text__info--m-align-right {
    text-align: right;
  }
  .image-with-text__img-wrap {
    flex-basis: auto;
  }
  .image-with-text__img-wrap--high {
    height: 400px;
  }
  .image-with-text__img-wrap--low {
    height: 200px;
  }
  .image-with-text__content,
  .image-with-text__sub-title {
    margin-top: 15px;
  }
  .image-with-text__title {
    margin-top: 15px;
    overflow: hidden;
  }
  .image-with-text__btn {
    margin-top: 15px;
  }
  .image-with-text__img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .image-with-text__empty-img {
    background-color: #f3f3f3;
    height: 100%;
    width: 100%;
  }
}
.image-with-text__image-box {
  height: 100%;
}
.image-with-text__image-box .empty-image-class {
  width: 100%;
  background-color: #f3f3f3;
  height: 100%;
  display: block;
}
.image-with-text__image-box .image-with-text__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
    max-width: 496px;
    width: 100%;
    border-radius: 10px;
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */



.topfazai {
    position: relative;
}
.topfazai:before {
    position: absolute;
    content: "";
    bottom: 30px;
    width: 50px;
    height: 15px;
    left: calc(50% - 25px);
    background-color: #fff550;
    border-radius: 15px;
    z-index: 0;
}
.topfazai span {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.image-with-text .image-with-text__img-wrap{
    width: 43%;
    display: block;
    border:0;
}
.section-padding .image-with-text .image-with-text__info-wrap {
    width: 57%;
    flex: none;
}
.section-padding .image-with-text__image-box .image-with-text__image:hover {
    transform: scale(1);
}
.section-padding .hover-image-scale:hover [data-scale="hover-scale"] {
    transform: scale(1);
}

.flexprice {
    display: flex;
}
.sprice {
    font-size: 16px;
    color: #dc3545;
    font-weight: 600;
    margin: 5px 0 10px;
}
.sprice1 {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin: 5px 5px 10px;
    text-decoration: line-through;
}

@media(max-width:768px){
    .image-with-text .image-with-text__img-wrap {
        width: 100%;
    }
    .section-padding .image-with-text .image-with-text__info-wrap {
        width: 100%;
    }
    .image-with-text__btn {
        width: 100%;
    }
}