/* #region global */
#eshopWeb {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}
.section-temp {
  padding: 50px 0;
  position: relative;
}
.text-violet {
  color: #616ce6 !important;
}
.text-white {
  color: #fff;
}
.m-auto {
  margin: auto;
}
.nowrap {
  white-space: nowrap;
}
.common-title {
  font-size: 28px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  padding-bottom: 24px;
  color: #2b3173;
}
.text-capital {
  text-transform: uppercase;
}
.text-bold {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0;
}
.title h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1.4;
  padding: 16px 0 24px;
  color: #2b3173;
}
@media screen and (min-width: 980px) {
  .custom-height {
    height: 50px;
    background: #f3f5fe;
  }
}
@media screen and (max-width: 979px) {
  br {
    display: none;
  }
  .section-temp {
    padding: 40px 0;
    position: relative;
  }
  .common-title {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
  }
  .title h1 {
    font-size: 28px;
    padding: 12px 0 18px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-temp {
    padding: 30px 0;
    position: relative;
  }
  .common-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .title h1 {
    font-size: 24px;
    text-align: center;
  }
}
/* #endregion */

/* #region banner */
.img-banner {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 2;
}

img#stickyBanner {
  position: absolute;
  right: -10%;
  top: -47%;
  z-index: 1;
  width: 66%;
}

.banner .common-title {
  padding: 20px 0 40px;
}

.banner-content > div {
  padding-left: 30px;
  margin-bottom: 16px;
  position: relative;
  font-size: 18px;
}

.banner-content > div:before {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-web/ic-tick.svg);
  top: 0;
  left: 6px;
}

.banner {
  padding: 50px 0 220px;
  background: linear-gradient(180deg, #d4ddffb3, #fdfdff, transparent);
}

.btn-base {
  display: block;
  color: #fff !important;
  padding: 10px 20px;
  border: 2px solid #fff !important;
  border-radius: 18px;
}

.banner-ctn {
  display: flex;
  width: 100%;
  padding-top: 15px;
}
.btn-trial {
  background: linear-gradient(0deg, #2c79eb, #a1d6ff);
  box-shadow: 0 7px 3px rgb(0 6 77 / 13%);
  margin-right: 15px;
}

.btn-hotline {
  background: linear-gradient(0deg, #2b36b7, #9ba3ff);
  box-shadow: 0 7px 3px rgb(0 6 77 / 13%);
}
.btn-base:hover {
  box-shadow: 0 10px 10px rgba(0, 15, 177, 0.2);
  opacity: 1 !important;
  transition: 0.2s ease;
}

@media screen and (max-width: 1024px) {
  img#stickyBanner {
    right: -31%;
  }
  .banner .common-title {
    padding: 0px 0 20px;
  }
}
@media screen and (max-width: 979px) {
  .img-banner {
    position: relative;
    margin: auto;
  }
  .banner .banner-content,
  .banner h2.common-title.text-violet,
  .banner .title {
    max-width: 550px;
    margin: auto;
    width: 100%;
  }
  .banner {
    padding: 40px 0;
  }
  .banner-ctn {
    justify-content: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner .col-md-24.no-padding {
    padding: 0 15px;
  }
  .banner {
    padding: 30px 0;
  }
  .banner-content > div {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .btn-base {
    font-size: 15px;
    text-align: center;
  }
  .banner-ctn {
    flex-direction: column;
    width: 240px;
    margin: 0 auto 15px;
  }
  .btn-trial {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

/* #endregion */

/* #region solution */
form#createWeb {
  display: flex;
  max-width: 600px;
  margin: auto;
  border-radius: 18px;
  position: relative;
  margin-top: 24px;
}

input#webname {
  background: #f6f6f6;
  color: #313131;
  font-size: 16px;
  padding: 23px 10px;
  font-style: italic;
  border-radius: 18px;
  border: 1px solid #d2d2d2;
}

input#submit {
  position: absolute;
  right: 0;
  height: 100%;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  background: #616ce6;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.more-research {
  padding: 24px 0;
  text-align: center;
}

.more-research a {
  padding: 10px 36px 10px;
  text-decoration: underline;
  color: #313131;
  font-style: italic;
  background: url(/mshopkeeper/images/eshop-web/ic-moreinfo.svg) no-repeat left
    center;
}

.more-research a:hover {
  text-decoration: underline;
}
.video-block a {
  display: block;
  max-width: 640px;
  margin: auto;
}
a.play-video {
  margin: 24px auto 40px;
  display: block;
  position: relative;
}

.ic-play {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
}

.img-video {
  border-radius: 18px;
}

.bg-grid {
  position: absolute;
  top: calc(50% - 322px);
  left: -213px;
}
@media screen and (max-width: 767px) {
  a.play-video {
    margin: 0px 0 15px;
  }
  input#webname {
    font-size: 11px;
  }
}
/* #endregion */

/* #region benefit */
.benefit-ctn {
  display: flex;
  width: 100%;
  align-items: center;
}

.benefit-ctn > div {
  padding: 0 15px;
}

.benefit-subtitle {
  font-size: 24px;
  padding: 16px 0;
}

.benefit-title {
  font-size: 28px;
  padding: 24px 0 0;
}
div#benefit2 {
  background: #f0f1ff;
}
div#benefit4 {
  padding: 50px 0 100px;
}
.benefit > div:nth-child(2n) .benefit-ctn {
  flex-direction: row-reverse;
}

div#benefit3 {
  background: url(/mshopkeeper/images/eshop-web/img-grid.png?ver=1) no-repeat;
  background-position: top -250px right -250px;
}

.benefit-ctn > div {
  width: 50%;
}

@media screen and (max-width: 979px) {
  div#benefit4 {
    background-color: #eceeff;
    padding: 40px 0;
  }
  .benefit-title {
    font-size: 22px;
  }
  .benefit-subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .benefit-ctn,
  .benefit > div:nth-child(2n) .benefit-ctn {
    flex-direction: column;
  }
  .benefit-ctn > div {
    width: 100%;
  }
  .benefit-title {
    font-size: 20px;
  }
  .benefit-subtitle {
    font-size: 18px;
  }
  div#benefit4 {
    padding: 30px 0;
  }
}
/* #endregion */

/* #region feedback */

.feedback {
  background: #616ce6;
  color: #fff;
}
img#feedbacktop {
  position: absolute;
  top: -243px;
  height: 244px;
  width: 100%;
}
.feedback .common-title {
  color: #fff;
}
.feedback .owl-carousel .owl-item:not(.center) img {
  width: 119px;
  border-radius: 50%;
}
.feedback .owl-carousel .owl-item:not(.center) .border-item {
  position: relative;
  border-radius: 50%;
}
.feedback .owl-carousel .owl-item:not(.center) .border-item::before {
  position: absolute;
  top: 0;
  left: calc(50% - 59.5px);
  content: "";
  height: 100%;
  width: 119px;
  border-radius: 50%;
  background: #0c0b0b3d;
}
.feedback .owl-carousel .owl-item.center img {
  width: 191px;
}

.feedback .owl-carousel .owl-item:not(.center) .text-item {
  display: none;
}

.feedback .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}

.feedback .owl-carousel .owl-item.center .name-item {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 25px;
  position: relative;
}
.feedback-content {
  position: relative;
  padding: 77px 200px;
  background: rgb(255 255 255 / 10%);
  border-bottom-left-radius: 119px;
  border-top-right-radius: 119px;
  margin: 40px;
}

img#icQuote {
  position: absolute;
  right: 286px;
  top: -20px;
}

.feedback-name {
  font-size: 32px;
  padding-top: 16px;
  border-top: 1px solid;
  margin-top: 40px;
  position: relative;
}

.feedback-name:before {
  position: absolute;
  content: "";
  top: calc(0% - 5px);
  left: calc(50% - 95.5px);
  width: 191px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 979px) {
  img#feedbacktop {
    display: none;
  }
  .feedback-content {
    padding: 70px;
  }
  .feedback-name {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .feedback-content {
    margin: 24px 0;
    padding: 24px 15px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .feedback-name {
    font-size: 20px;
  }
  .feedback .owl-carousel .owl-item.center img {
    width: 74px;
  }
  .feedback .owl-carousel .owl-item:not(.center) img {
    width: 50px;
  }
  .feedback .owl-carousel .owl-item:not(.center) .border-item::before {
    background: transparent;
  }
  .feedback-name:before {
    position: absolute;
    content: "";
    top: calc(0% - 5px);
    left: calc(50% - 37px);
    width: 74px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
  }
  img#icQuote {
    width: 50px;
    right: 30px;
  }
  div.owl-nav {
    display: none;
  }
}
/* #endregion */

/* #region more solution */
.more-solution {
  background: #4242ac;
  padding: 50px 0 120px;
}
.more-solution .common-title {
  color: #fff;
}

.more-solution-img {
  padding: 24px 0;
}

@media screen and (max-width: 1100px) {
  .more-solution {
    padding: 50px 0;
  }
}
@media screen and (max-width: 979px) {
  .more-solution {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .more-solution {
    padding: 30px 0;
  }
}
/* #endregion */

/* #region pricing */
.price{
  padding: 50px 0 0;
}
.price-wrap {
  padding-top: 30px;
  padding-bottom: 50px;
}

.price-wrap-content {
  display: flex;
  border-radius: 15px;
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.1);
}

.price-left {
  padding: 30px;
  border-radius: 15px 0 0 15px;
  background: -webkit-linear-gradient(-90deg, #e9fbf8, #c8f1eb);
  z-index: 1;
}

.price-right {
  padding: 30px;
  border-radius: 0 15px 15px 0;
  background: #fff;
  z-index: 1;
}

.lomas-name {
  font-family: GoogleSans Bold, Arial, sans-serif;
  padding-top: 10px;
}

.lomas-price {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #4bb567;
  padding-top: 15px;
  font-size: 30px;
}

.lomas-unit {
  font-size: 15px;
}

ul.price-right li {
  margin: 0;
  list-style: none;
  background: url(/mshopkeeper/images/eshop-lomas/ic_tick.svg) no-repeat left
    top 9px;
  padding: 0 0 10px 15px;
  font-size: 16px;
}

.lomas-price-button {
  display: flex;
  padding-top: 30px;
}

.lomas-price-button a {
  text-align: center;
  border-radius: 15px;
  padding: 10px 15px;
  border: solid 2px #fff;
  font-size: 14px;
  font-family: GoogleSans Bold;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.2);
}

.lomas-price-button a:not(:last-child) {
  margin-right: 10px;
}

.lomas-price-button a.btn-buy-now {
  background: url(/mshopkeeper/images/eshop-ocm/ic_arrow-right.svg) no-repeat,
    url(/mshopkeeper/images/eshop-ocm/ic_arrow-left.svg) no-repeat, #43ae5f;
  background-position: left 10px center, right 10px center;
  padding: 10px 40px;
}

.lomas-price-button a.btn-register {
  background: -webkit-linear-gradient(90deg, #2c79eb, #a1d6ff);
}
@media screen and (max-width: 979px) {
  .price{
    padding: 40px 0 0;
  }
  .price-wrap-content {
    flex-flow: row wrap;
  }

  .price-left,
  .price-right {
    width: 100%;
  }

  .price-left {
    text-align: center;
    border-radius: 15px 15px 0 0;
  }

  .price-right {
    border-radius: 0 0 15px 15px;
  }

  .logo-lomas {
    margin: 0 auto;
  }

  .lomas-price-button {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .price{
    padding: 30px 0 0;
  }
  .price-left,
  .price-right {
    padding: 30px 15px;
  }
  .price-wrap{
    padding-bottom: 0;
  }
}

@media (max-width: 320px) {
  .lomas-price-button {
    display: grid;
  }

  .lomas-price-button a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* .pricing-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  position: absolute;
  top: -498px;
}
.pricing h2 {
  padding: 40px 0;
}
.pricing-ctn > div {
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
}

.pricing-head {
  display: flex;
  align-items: center;
  color: #2b3173;
}

.pricing-img {
  padding-right: 15px;
}

.pricing-text > div:nth-child(2) {
  font-size: 24px;
}
.pricing-ctn > div > .pricing-head {
  padding: 10px 15px;
  min-height: 98px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.pricing-ctn > div > .pricing-head img {
  width: 60px;
}
.pricing-ctn > div:nth-child(1) > .pricing-head {
  background: #dce2ff;
}

.pricing-ctn > div:nth-child(2) > .pricing-head {
  background: #dcfbd3;
}
.pricing-ctn > div:nth-child(3) > .pricing-head {
  background: #d5f5f0;
}

.pricing-content {
  padding: 30px 15px;
  background: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.pricing-btn {
  display: flex;
  justify-content: space-between;
}
.pricing-btn > a:hover:before {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-web/ic-double-arrow.svg);
  left: 6px;
  transition: 0.2s ease;
  top: calc(50% - 11px);
}

.pricing-btn > a:hover:after {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-web/ic-double-arrow.svg);
  right: 6px;
  top: calc(50% - 12px);
  transform: rotate(180deg);
  transition: 0.2s ease;
}

.pricing-btn > a {
  display: inline-flex;
  padding: 10px 28px;
  border-radius: 18px;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
}

a.btn-buynow {
  background: linear-gradient(180deg, #80e19a, #33a150);
  box-shadow: 0 7px 3px rgba(158, 158, 158, 0.41);
}

a.btn-viewmore {
  background: linear-gradient(180deg, #a1d6ff, #2c79eb);
  box-shadow: 0 10px 10px rgba(0, 15, 177, 0.2);
}

.pricing .banner-content > div {
  font-size: 16px;
}

.pricing {
  padding: 400px 0 50px;
}

.business-major-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
}

.bm-title {
  padding: 16px 0;
}

.bm-img {
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 1100px) {
  .pricing-btn {
    flex-direction: column;
    text-align: center;
  }
  .pricing-btn > a {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  a.btn-buynow {
    margin-bottom: 16px;
  }
  .pricing-ctn {
    position: relative;
    top: unset;
  }
  .pricing {
    padding: 50px 0;
  }
}
@media screen and (max-width: 979px) {
  .pricing-ctn {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .pricing-ctn {
    grid-template-columns: 1fr;
  }
  .pricing h2 {
    padding: 30px 0;
    font-size: 18px;
  }
  .business-major-ctn {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
 */

/* #endregion */

/* #region question*/
.question {
  background: #eceeff;
}
.question-wrap {
  margin: 0;
  padding-top: 30px;
}

.question .panel-group .panel {
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.question .panel-group .panel:not(:first-child) {
  margin-top: 15px;
}

.question .panel-default > .panel-heading.collapsed {
  background: url(/mshopkeeper/images/eshop-web/ic-plus.svg) no-repeat right
    17px top 12px;
  background-size: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.question .panel-default > .panel-heading {
  padding: 15px 35px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-family: GoogleSans Medium, Arial, sans-serif;
  background: url(/mshopkeeper/images/eshop-web/ic-minus.svg) no-repeat right
    17px top 12px;
  background-size: 30px;
}

.accounting-answer {
  padding: 0 35px 15px 15px;
  line-height: 1.5;
  color: #a5a4a4;
}

.box-register {
  padding: 50px 160px;
  background: url(/mshopkeeper/images/eshop-web/bg-register.png);
  color: #fff;
  border-top-left-radius: 180px;
  border-bottom-right-radius: 180px;
  background-size: cover;
  margin: 40px 0 -100px;
}

.title-box-register {
  font-size: 24px;
}

.text-free {
  background: #506dff;
  display: block;
  justify-content: center;
  font-size: 24px;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 2px 20px;
  max-width: 380px;
  text-align: center;
  margin: 7px auto 16px;
}

.text-mute {
  color: #bcc0ed;
  text-align: center;
}

form#boxRegister {
  padding: 24px 0 0;
}

input#nameOfUnit {
  padding: 24px 20px;
  font-size: 16px;
  border-radius: 10px;
}
form#boxRegister > div {
  display: flex;
  justify-content: center;
  padding: 24px 0 0;
}
#boxRegisterSubmit {
  display: inline-flex;
  padding: 10px 30px;
  border-radius: 18px;
  border: 2px solid #fff;
  color: #fff;
  background: linear-gradient(180deg, #ffd76a, #ff815a);
  box-shadow: 0 10px 10px rgb(0 15 177 / 20%);
  position: relative;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#boxRegisterSubmit:focus {
  outline: none;
}
#boxRegisterSubmit:before {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-web/ic-double-arrow.svg);
  right: 6px;
  top: calc(50% - 14px);
  transform: rotate(180deg);
  transition: 0.2s ease;
}

#boxRegisterSubmit:after {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-web/ic-double-arrow.svg);
  left: 6px;
  transition: 0.2s ease;
  top: calc(50% - 14px);
}

.box-register input[type="text"],
.box-register input[type="number"],
.box-register input[type="email"] {
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  outline: none;
  margin-bottom: 15px;
  font-size: 16px;
  background: #fff;
  height: 42px;
  border: 1px solid #d9d6d6;
}

.box-register form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form {
  background-color: transparent !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 15px 15px 0 15px !important;
}

.box-register
  form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form
  .form-row
  .field-wrapper
  .field-inner[field-type="slt"]
  label,
.box-register
  form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form
  .form-row
  .field-wrapper
  .field-inner[field-type="slt"]
  .help-text {
  display: none !important;
}

.box-register
  form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0;
}

.box-register
  form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form
  .form-row {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.box-register
  form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form
  .submit-wrapper {
  padding: 0 16px !important;
}

.box-register
  form[lz-id="33f4f5ac-ccd6-481e-a3ba-9817439b7f73"].private-form
  .submit-wrapper
  .btn-form-submit {
  font-family: GoogleSans Medium, Arial, sans-serif;
  background: url(/mshopkeeper/images/eshop-ocm/ic_arrow-right.svg) no-repeat,
    url(/mshopkeeper/images/eshop-ocm/ic_arrow-left.svg) no-repeat, #ff6b3d;
  background-position: left 10px center, right 10px center;
  padding: 10px 40px !important;
  font-size: 14px !important;
  width: auto !important;
}

@media screen and (max-width: 979px) {
  .box-register {
    margin: 30px 0 0px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .box-register {
    margin: 30px 0 0px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 30px 15px;
  }
  .question .panel-default > .panel-heading {
    padding: 15px 50px 15px 15px;
  }
  .text-free,
  .title-box-register {
    width: 100%;
    font-size: 18px;
  }
  .question-wrap {
    padding-top: 0;
  }
}
/* #endregion */
