html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  line-height: 1.2em;
  background-color: #FFFFFF;
  color: #000000;
}

a, applet, article, audio, b, blockquote, body, canvas, caption, center, code, dfn, div, dl, dt, em, embed, footer, form, h1, h2, h3, h4, h5, h6, header, html, hr, i, iframe, img, ins, label, legend, li, ol, p, pre, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul, video {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}
i.fa {
  font-style: normal !important;
}

img {
  max-width: 100%;
}

.buybutton {
  width: 120px;
  height: 35px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #3A3B3C;
  color: #FFFFFF;
  line-height: 37px;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.buybutton._inline {
  display: inline-block;
}
.buybutton._inline:first-child {
  margin-left: 10px;
}
.buybutton._inline:only-child {
  margin: 0;
}
.buybutton.-active {
  background-color: #75C321;
}
.buybutton.-disabled {
  background-color: #8f8f8f;
  pointer-events: none;
  cursor: not-allowed;
}
.buybutton > .icon {
  margin: 0 5px 0 0;
  font-size: 18px;
}
.buybutton > .text {
  font-family: sukhumvit, sans-serif;
  font-size: 18px;
}

.editbutton {
  width: 93px;
  height: 28px;
  padding: 0;
  border: 1px solid #F37A01;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  font-family: sukhumvit, sans-serif;
  font-size: 16px;
  color: #F37A01;
  line-height: 30px;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editbutton._inline {
  display: inline-block;
}
.editbutton.-disabled {
  background-color: #8f8f8f;
  color: #FFFFFF;
  border-color: #666666;
  pointer-events: none;
}

.stepbutton, .registerbutton {
  width: 180px;
  height: 60px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  background-color: #F37A01;
  font-family: sukhumvit, sans-serif;
  line-height: 62px;
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
.stepbutton.-gray, .registerbutton.-gray {
  background-color: #CCCCCC;
}
.stepbutton.-dark-brown, .registerbutton.-dark-brown {
  background-color: #2b2b2b;
}
.stepbutton.-green, .registerbutton.-green {
  background-color: #75c321;
  color: #FFF !important;
}
.stepbutton.-disabled, .registerbutton.-disabled {
  background-color: #8f8f8f;
  pointer-events: none;
}

.stepbutton-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 45px;
  text-align: center;
}
.stepbutton-wrapper.-inline > .stepbutton {
  width: 150px;
}
.stepbutton-wrapper.-inline > .stepbutton:first-child {
  margin: 0 10px 0 0;
}
.stepbutton-wrapper.-narrow-spacing {
  margin: 20px 0 10px;
}
.stepbutton-wrapper.-vertical-line {
  display: -ms-grid;
  display: grid;
}
.stepbutton-wrapper.-vertical-line > .stepbutton:first-child {
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .stepbutton-wrapper.-inline > .stepbutton {
    width: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .stepbutton {
    width: 240px;
    height: 60px;
    font-size: 26px;
  }
  .stepbutton-wrapper.-inline > .stepbutton:first-child {
    margin: 0 15px 0 0;
  }
}
.downloadbutton-buy {
  display: inline-block;
  width: 157px;
  height: 45px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  background-color: #512A03;
  font-family: sukhumvit, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  cursor: pointer;
}

.downloadbutton, .report-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 140px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  background-color: #F37A01;
  font-family: sukhumvit, sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
.downloadbutton.-disabled, .report-button.-disabled {
  background-color: #dbdbdb;
  color: #666666;
  line-height: unset;
  cursor: not-allowed;
}
.downloadbutton.-disabled > .text, .report-button.-disabled > .text {
  display: block;
}
.downloadbutton.-disabled > .redtext, .report-button.-disabled > .redtext {
  display: block;
  color: #FF3333;
  font-size: 14px;
  line-height: 12px;
}
.downloadbutton.-legacy, .report-button.-legacy {
  height: 0;
  text-indent: -9000px;
  background-color: #333333;
  width: 250px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.downloadbutton.-legacy.-toggle, .report-button.-legacy.-toggle {
  height: 40px;
  text-indent: 0;
}

.trigger-button, #confirm-change-account {
  display: none;
}

.basketbutton {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F37A01;
  color: #FFFFFF;
  text-align: center;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  top: 170px;
  right: 13px;
  z-index: 1;
  display: block;
  -webkit-box-shadow: 0 0 15px 2px rgba(43, 43, 43, 0.25);
          box-shadow: 0 0 15px 2px rgba(43, 43, 43, 0.25);
}
.basketbutton > .buttontext .icon {
  font-size: 30px;
  line-height: 62px;
}
.basketbutton > .buttontext .text {
  display: none;
}
.basketbutton > .amountbadge {
  background-color: #3A3B3C;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  font-family: sukhumvit, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  display: block;
  position: absolute;
  left: -9px;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 15px 2px rgba(43, 43, 43, 0.25);
          box-shadow: 0 0 15px 2px rgba(43, 43, 43, 0.25);
}

@media only screen and (min-width: 1024px) {
  .basketbutton {
    width: 190px;
    height: 45px;
    border-radius: 3px;
    position: relative;
    top: initial;
    right: initial;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .basketbutton > .buttontext .icon {
    font-size: 20px;
    line-height: 47px;
    margin: 0 5px 0 0;
  }
  .basketbutton > .buttontext .text {
    display: inline-block;
    color: #FFFFFF;
    font-family: sukhumvit, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 47px;
  }
  .basketbutton > .amountbadge {
    left: 13px;
    top: -7px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@font-face {
  font-family: sukhumvit;
  font-weight: 400;
  src: url("https://www0.dek-d.com/assets/fonts/sukhumvitreg-webfont.woff");
}
@font-face {
  font-family: sukhumvitlight;
  src: url("https://www0.dek-d.com/assets/fonts/sukhumvitlight-webfont.woff");
}
@font-face {
  font-family: "KalatexaDisplayLight";
  src: url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Light.eot");
  src: url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Light.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Light.woff2") format("woff2"), url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "KalatexaDisplay";
  src: url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Regular.eot");
  src: url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Regular.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Regular.woff2") format("woff2"), url("https://www0.dek-d.com/assets/fonts/KaLaTeXaDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
._flip-h {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

._hidden {
  display: none !important;
}

.body-wrapper {
  position: relative;
  background-color: #FFFFFF;
}

.header-wrapper {
  display: block;
  width: 100%;
  height: 125px;
  background-image: url("../images/exam-store-head2-m.jpg");
  background-position: center center;
  background-size: cover;
}
.header-wrapper.profilepage {
  display: block;
  margin-top: 30px;
}
.header-wrapper.loginpage {
  display: block;
}
.header-wrapper > .goto-main {
  width: 100%;
  height: 100%;
  display: block;
}

.body-container {
  padding: 10px 0;
  font-size: 0;
}
.body-container > .top-section-wrapper {
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.body-container > .top-section-wrapper > .header {
  font-size: 36px;
  font-family: sukhumvit, sans-serif;
  font-weight: 300;
  color: #f37a01;
  text-align: center;
}
.body-container > .top-section-wrapper > .note {
  font-size: 14px;
  text-align: center;
  margin: 15px 0 0px;
}
.body-container > .product-container {
  margin-bottom: 15px;
}
.body-container > .product-container.-hidden {
  display: none;
}
.body-container > .product-container.-block {
  display: block;
}
.body-container > .section-container {
  border-radius: 24px;
  background-color: #F1F1F1;
}
.body-container > .section-container.-padding-xs {
  padding: 20px 10px 30px;
}
.body-container > .section-container.-padding-sm {
  padding: 30px 20px 30px;
}
.body-container > .section-container.-padding-lg {
  padding: 30px 30px;
}
.body-container > .section-container.downloadbox {
  margin: 0 0 20px;
}
.body-container > .section-container.-legacy {
  height: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body-container > .section-container.-legacy.-toggle {
  height: 190px;
}
.body-container > .section-container.-delivery-info {
  margin-bottom: 40px;
}
.body-container .profile-wrapper {
  background-color: #FFFFFF;
  padding: 25px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.body-container.login-wrapper {
  padding: 40px 10px;
}

.product-container {
  display: none;
  padding: 0 10px;
}
.product-container.-hidden {
  display: none;
}
.product-container.-block {
  display: block;
}
.product-container > .slide-wrapper {
  display: none;
}
.product-container .product-card-wrapper {
  padding: 5px 10px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F1F1F1;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}
.product-container.checkout-container {
  margin-top: 25px;
}
.product-container.checkout-container > .checkout-box .section-header {
  margin: 0 0 15px;
}
.product-container > ._only-mobile-wrapper {
  margin-top: 20px;
}
.product-container > ._only-mobile-wrapper > .section-header {
  margin: 0 0 15px;
}

._only-mobile-wrapper {
  display: block;
}

._only-desktop-wrapper {
  display: none;
}

.section-container.checkout-container > .checkout-box .section-header {
  margin: 0 0 15px;
}
.section-container.checkout-container > .checkout-box .wrapper .product-item-list,
.section-container.checkout-container > .checkout-box .wrapper .product-item-footer {
  width: 100%;
}

.payment-container > .section-header {
  margin: 0 0 15px;
}

@media only screen and (min-width: 1024px) {
  .body-wrapper {
    width: 1070px;
    margin: 0 auto;
  }
  .header-wrapper {
    background-image: url("../images/exam-store-head2.jpg");
    max-width: 1070px;
    height: 140px;
  }
  .header-wrapper.profilepage {
    margin-top: 0;
  }
  .body-container {
    padding: 10px 0;
  }
  .body-container > .top-section-wrapper {
    padding: 0 0 10px;
  }
  .body-container > .product-container {
    padding: 0px;
    margin: 0 0 15px;
  }
  .body-container > .product-container.-hidden {
    display: none;
  }
  .body-container > .product-container.-block {
    display: block;
  }
  .body-container > .product-container._with-button-next {
    margin: 0 0 30px;
  }
  .body-container > .section-container.-padding-xs {
    padding: 30px 20px 25px;
  }
  .body-container > .section-container.downloadbox {
    margin: 0 0 40px;
  }
  .body-container .profile-wrapper {
    background-color: #FFFFFF;
    padding: 25px 20px;
  }
  .product-container.-hidden {
    display: none;
  }
  .product-container.-block {
    display: block;
  }
  .product-container .product-card-wrapper {
    padding: 5px 45px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-container .product-card-wrapper.EXTRAITEM {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-container.checkout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 25px;
  }
  .product-container.checkout-container > .checkout-box .section-header {
    margin: 0 0 20px;
  }
  ._only-mobile-wrapper {
    display: none;
  }
  ._only-desktop-wrapper {
    display: block;
  }
  .section-container.checkout-container .product-item > .product-info {
    width: 50%;
    margin: 0;
  }
  .section-container.checkout-container .product-item > .quantity-action-wrapper {
    width: 35%;
    margin: 0;
  }
  .section-container.checkout-container .product-item > .pricebox {
    width: 10%;
    margin: 0;
  }
  .section-container.checkout-container .product-item > .deletebtn {
    width: 5%;
    text-align: right;
  }
  .section-container.checkout-container .quantity-action-wrapper > .quantity-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .payment-container {
    display: inline-block;
    vertical-align: top;
  }
  .payment-container.-left {
    width: 688px;
  }
  .payment-container.-right {
    width: 362px;
    margin-left: 20px;
  }
}
.toolbar-container {
  width: 100%;
  height: 35px;
  background-color: #F37A01;
  position: relative;
}
.toolbar-container > .link-external-t {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.toolbar-container > .link-external-t > a {
  display: block;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  font-family: sukhumvit, sans-serif;
  height: 35px;
  font-size: 16px;
}

.toolbar-container > .logo {
  padding: 8px 0;
  margin-left: 10px;
}

.toolbar-container > .exambutton.-toolbar {
  width: 105px;
  height: 35px;
  line-height: 37px;
  color: #FFFFFF;
  font-family: sukhumvit, sanserif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  border-left: 1px solid #c76300;
  right: 0;
  top: 0;
}

.stepbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F1F1F1;
}
.stepbar-wrapper > .stepbar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stepbar-wrapper > .stepbar-box {
  height: 90px;
  background-color: #F1F1F1;
  position: relative;
}
.stepbar-wrapper > .stepbar-box.-active, .stepbar-wrapper > .stepbar-box.-success {
  background-color: #FFFFFF;
}
.stepbar-wrapper > .stepbar-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.stepbar-wrapper > .stepbar-box.-active:after, .stepbar-wrapper > .stepbar-box.-success:after {
  background-color: #F37A01;
}

.stepbar-wrapper > .stepbar-box > .steplogo {
  display: block;
  width: 47px;
  height: 47px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7px 0 0;
}
.stepbar-wrapper > .stepbar-box:first-child > .steplogo {
  background-image: url("/exam-store/assets/images/stepbar1.png");
}
.stepbar-wrapper > .stepbar-box:nth-child(2) > .steplogo {
  background-image: url("/exam-store/assets/images/stepbar2.png");
}
.stepbar-wrapper > .stepbar-box:last-child > .steplogo {
  background-image: url("/exam-store/assets/images/stepbar3.png");
}

.stepbar-wrapper > .stepbar-box.-active:first-child > .steplogo {
  background-image: url("/exam-store/assets/images/stepbar1.png");
}
.stepbar-wrapper > .stepbar-box.-active:nth-child(2) > .steplogo {
  background-image: url("/exam-store/assets/images/stepbar2-active.png");
}
.stepbar-wrapper > .stepbar-box.-active:last-child > .steplogo {
  background-image: url("/exam-store/assets/images/stepbar3-active.png");
}

.stepbar-wrapper > .stepbar-box.-success .steplogo {
  background-image: url("/exam-store/assets/images/stepbar-success.png");
}

.stepbar-wrapper > .stepbar-box > .steptext {
  font-family: sukhumvit, sans-serif;
  color: #000000;
  font-size: 16px;
  margin: 10px 0;
}

@media only screen and (min-width: 1024px) {
  .stepbar-wrapper > .stepbar-box {
    height: 106px;
  }
  .stepbar-wrapper > .stepbar-box:after {
    height: 6px;
  }
  .stepbar-wrapper > .stepbar-box > .steplogo {
    width: 55px;
    height: 55px;
    margin: 13px 0 0;
  }
  .stepbar-wrapper > .stepbar-box > .steptext {
    font-size: 18px;
  }
}
.stepinfo-box {
  display: block;
  width: 100%;
}
.stepinfo-box > .infohead {
  display: block;
  margin: 0 0 10px;
  font-family: "KalatexaDisplay", sans-serif;
  color: #F37A01;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  line-height: 1.2em;
}
.stepinfo-box > .infohead.-sub {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.stepinfo-box > .infohead.-small {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.stepinfo-box > .info-list {
  display: block;
  padding: 0 0 0 10px;
  width: 100%;
  font-size: 12px;
  color: #666666;
  font-family: Tahoma, sans-serif;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.stepinfo-box > .info-list > .listitem {
  list-style: circle;
  margin-left: 15px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.stepinfo-box > .info-list > .listitem.-link a {
  color: #F37A01;
  text-decoration: underline;
}

.header-exam-store {
  margin-top: 20px;
  padding: 0 10px;
}
.header-exam-store > h2 {
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.header-exam-store > h2 > span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
}
.header-exam-store > .shipping-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 475px;
  height: 70px;
  border: 1px solid #E8E8E8;
  border-radius: 9px;
  padding: 10px 5px;
  margin: 0 auto;
}

.header-exam-store > .shipping-promotion > .line {
  height: 40px;
  width: 1px;
  background-color: #E8E8E8;
  margin: 0px 8px;
}
.header-exam-store > .shipping-promotion > .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-exam-store > .shipping-promotion > .text-box > .icon {
  font-size: 26px;
  color: #F37A01;
  margin-right: 10px;
}
.header-exam-store > .shipping-promotion > .text-box > .text {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.header-exam-store > .shipping-promotion > .text-box > .text .red {
  color: #FF3333;
}

@media only screen and (min-width: 1024px) {
  .stepinfo-box > .info-list {
    padding: 0 0 0 15px;
  }
  .header-exam-store {
    margin-top: 32px;
    padding: 0;
  }
  .header-exam-store > h2 {
    display: block;
  }
  .header-exam-store > .shipping-promotion {
    padding: 15px 32px;
  }
  .header-exam-store > .shipping-promotion > .text-box > .icon {
    margin-right: 20px;
  }
}
.condition-container {
  position: relative;
  margin: 45px 0 40px;
  padding: 0 10px;
}
.condition-container > .condition-header {
  width: 210px;
  font-family: sukhumvit, sans-serif;
  font-size: 23px;
  color: #000000;
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto 20px;
}
.condition-container > .condition-list {
  display: block;
  padding: 0 15px 0 10px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-family: Tahoma, sans-serif;
}

.condition-container > .condition-list > .listitem {
  list-style: decimal;
  margin: 0 0 5px 15px;
  word-break: break-word;
  line-height: 1.2em;
}

@media only screen and (min-width: 1024px) {
  .condition-container {
    margin: 85px 0 60px;
    padding: 0 10px;
  }
  .condition-container > .condition-header {
    width: 100%;
    font-size: 24px;
    text-align: left;
    margin: 0 auto 10px;
  }
  .condition-container > .condition-list {
    padding: 0 15px;
  }
}
.section-header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: normal;
  padding: 15px 30px 15px 15px;
  border-radius: 9px;
  background-color: #F1F1F1;
  border: none;
  outline: none;
  cursor: pointer;
}
.section-header.-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-header.-active > .toggleicon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-header._with-right-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header._with-right-item > div:last-child {
  margin-left: auto;
}
.section-header._margin-top-30 {
  margin-top: 30px;
}
.section-header > .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-header > .toggleicon {
  display: block;
  font-size: 24px;
  color: #F37A01;
  position: absolute;
  right: 10px;
}

.section-header {
  padding: 15px 40px 15px 15px;
}
.section-header > .heading-text > .icon {
  font-size: 24px;
  color: #F37A01;
  display: block;
  margin: 0 15px 0 0;
}
.section-header > .heading-text > .icon._flip-h {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.section-header > .heading-text > .typebar {
  display: block;
  background-color: #F37A01;
  color: #FFFFFF;
  padding: 12px 5px 5px;
  height: 40px;
  border-radius: 5px;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 15px;
  width: 80px;
  text-align: center;
  margin-right: 5px;
}
.section-header > .heading-text > .typebar.-green {
  background-color: #75C321 !important;
  color: #FFFFFF !important;
}
.section-header > .heading-text > .typebar.-purple {
  background-color: #3eace2 !important;
  color: #FFFFFF !important;
}
.section-header > .heading-text > .typebar.icon {
  background-color: transparent;
  color: #F37A01;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 22px;
  margin-right: 10px;
}
.section-header > .heading-text > .project-title {
  position: relative;
}
.section-header > .heading-text > .project-title > h2 {
  display: block;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 1.2em;
}
.section-header > .heading-text > .project-title > .note {
  display: block;
  color: #666666;
  font-family: "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 1em;
  margin-top: 3px;
}
.section-header > .heading-text > .highlight {
  background-color: #FF3333;
  color: #fff;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  padding: 6px 10px;
  height: 24px;
  border-radius: 5px;
  display: inline-block;
}

@media only screen and (max-width: 430px) {
  .section-header > .heading-text {
    width: 100%;
  }
  .section-header > .heading-text .typebar {
    display: none;
  }
  .section-header > .heading-text > .project-title .havehighlight {
    max-width: 85%;
  }
  .section-header > .heading-text > .highlight {
    position: absolute;
    top: 0px;
    right: 40px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-header > .heading-text {
    position: relative;
    padding: 0 30px;
  }
  .section-header > .heading-text > .project-title > h2 {
    font-size: 20px;
  }
  .section-header > .heading-text > .highlight {
    margin-top: 0;
    position: relative;
    top: 0px;
    left: 25px;
  }
  .section-header > .toggleicon {
    right: 45px;
  }
}
.section-header > .header-addon > .totalitem {
  color: #F37A01;
  font-size: 20px;
  font-family: "KalatexaDisplay", sans-serif;
  height: 30px;
  line-height: 30px;
}

@media only screen and (min-width: 1024px) {
  .section-header > .header-addon > .totalitem {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
  }
  .header-box {
    margin: 0 0 16px;
    width: 100%;
  }
  .header-box > .head {
    font-size: 24px;
  }
}
.header-box {
  margin: 0 0 16px;
  width: 100%;
}
.header-box > .head {
  display: block;
  width: 100%;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.header-box > .note {
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 1.2em;
}
.header-box > .notealert {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  color: #FF3333;
  text-align: center;
  line-height: 1.2em;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 87px;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(43, 43, 43, 0.1);
          box-shadow: 0 2px 5px 2px rgba(43, 43, 43, 0.1);
  margin: 0 0 10px;
}
.product-card > .card-tag {
  width: 30px;
  background-color: #F37A01;
  color: #FFFFFF;
  font-family: "KalatexaDisplay", sans-serif;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.product-card > .product-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}
.product-card > .product-image {
  width: 170px;
}

.product-card > .card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-card > .card-tag > .text {
  display: block;
  font-size: 12px;
}
.product-card > .card-tag > .code {
  display: block;
  font-size: 15px;
}

.product-card > .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.product-card > .product-box > .product-detail, .product-card > .product-box .action-box {
  margin-top: auto;
}

.product-box > .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product-box > .product-detail > .productname {
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 18px;
  color: #000000;
  text-align: left;
}
.product-box > .product-detail > .productname > .fullname {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 1.1em;
  font-family: "KalatexaDisplayLight", sans-serif;
  margin-top: 3px;
}
.product-box > .product-detail > .productname > .fullname.-sale {
  max-width: 150px;
}
.product-box > .product-detail > .price {
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 18px;
  color: #333333;
  text-align: left;
}
.product-box > .product-detail > .price-box {
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 18px;
  color: #333333;
  text-align: left;
}
.product-box > .product-detail > .price-box > .not-discount {
  font-size: 11px;
  color: #ed1c24;
  text-decoration: line-through;
  text-align: right;
}

.product-box > .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-box > .action-box > .quantity-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box > .action-box > .quantity-action.quantity-action-extra {
  margin-right: 5px;
}

.product-color > .product-box > div {
  margin-bottom: 2px;
}

.action-box > .quantity-action > .quantitybtn {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  line-height: 27px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  color: #8f8f8f;
  outline: none;
  cursor: pointer;
}
.action-box > .quantity-action > .quantitybtn.-disabled {
  background-color: #CCCCCC;
  pointer-events: none;
}
.action-box > .quantity-action > .quantity {
  display: block;
  width: 40px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  color: #666666;
  font-family: Tahoma, sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  margin: 0 10px;
}

.product-card.product-card-extra {
  margin: 5px 0;
  padding: 10px;
}
.product-card.product-card-extra > .product-image > img {
  width: 166px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.product-card.product-card-extra > .product-box {
  width: calc(100% - 110px);
  padding: 0 0 0 10px;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .product-card.product-card-extra > .product-image > img {
    width: 110px;
  }
  .product-card.product-card-extra > .product-box {
    width: calc(100% - 110px);
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 520px) {
  .product-card.product-card-extra > .product-box > .product-detail-extra, .product-card.product-card-extra > .product-box .action-box-extra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-card.product-card-extra > .product-box > .product-detail-extra *, .product-card.product-card-extra > .product-box .action-box-extra * {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-card {
    width: 312px;
    margin: 0 22px 10px 0;
  }
  .product-card:nth-child(3n) {
    margin: 0 0 10px;
  }
  .product-card.product-card-extra {
    width: 475px;
    margin: 0;
    padding: 10px;
  }
  .product-card.product-card-extra > .product-box {
    width: calc(100% - 166px);
    padding: 0 0 0 15px;
  }
  .product-card.product-card-extra > .product-box > .product-detail > .productname-extra {
    width: 70%;
  }
  .product-card.product-card-extra > .product-image {
    margin: 10px;
  }
  .product-card.product-card-extra > .product-image > img {
    width: 166px;
  }
  .product-box > .product-detail {
    margin-bottom: 5px;
  }
  .product-box > .product-detail > .productname {
    font-size: 20px;
  }
  .product-box > .product-detail > .productname > .fullname {
    font-size: 16px;
  }
}
.-green {
  color: #75C321 !important;
}

.-purple {
  color: #3eace2 !important;
}

.-green-bg {
  background-color: #75C321 !important;
}

.-purple-bg {
  background-color: #3eace2 !important;
}

.product-item-list {
  padding: 10px 10px 0;
  width: 100%;
  background-color: #FFFFFF;
}
.product-item-list > .basket-empty {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.product-item-list > .basket-empty > .text {
  font-family: sukhumvit, sans-serif;
  font-size: 16px;
  color: #8f8f8f;
  height: 40px;
  line-height: 40px;
}

.product-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 10px;
  height: 45px;
  color: #000000;
  font-family: sukhumvit, sans-serif;
  background-color: #b6b6b6;
}
.product-item-footer > .lefttext {
  font-size: 20px;
  height: 25px;
  line-height: 30px;
}
.product-item-footer > .lefttext > .textorange {
  display: inline-block;
  margin-left: 10px;
  color: #F37A01;
}
.product-item-footer > .totalprice {
  font-size: 26px;
}
.product-item-footer.-orange-bg {
  background-color: #ffefdf;
}
.product-item-footer.-orange-bg > * {
  font-size: 20px;
}
.product-item-footer.-black-bg {
  background-color: #3A3B3C;
}
.product-item-footer.-black-bg > * {
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .product-item-list {
    padding: 20px 20px 40px;
    height: 280px;
    overflow-y: scroll;
  }
  .product-item-list::-webkit-scrollbar {
    width: 18px;
  }
  .product-item-list::-webkit-scrollbar-track-piece {
    background: #F0F0F1;
  }
  .product-item-list::-webkit-scrollbar-button {
    background: #F0F0F1;
    width: 13px;
  }
  .product-item-list::-webkit-scrollbar-thumb {
    background: #C0C0C1;
  }
  .product-item-list > .basket-empty {
    height: 100%;
  }
  .product-item-list > .basket-empty > .text {
    font-size: 18px;
  }
}
.product-item {
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  font-size: 0;
}
.product-item:first-child {
  padding: 0 0 15px;
}
.product-item:last-child {
  border-bottom: none;
}
.product-item > * {
  display: inline-block;
  vertical-align: middle;
}
.product-item > .product-info {
  width: calc(100% - 200px);
  font-size: 0;
  margin: 0 12px 0 0;
  word-break: break-word;
}
.product-item > .quantity-action-wrapper {
  width: 100px;
  margin: 0 12px 0 0;
}
.product-item > .pricebox {
  height: 26px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  font-family: sukhumvit, sans-serif;
  margin: 0 12px 0 0;
}
.product-item > .deletebtn {
  font-size: 24px;
  color: #b6b6b6;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
}
.product-item.-checkout > .product-info {
  width: calc(100% - 70px);
}
.product-item.-checkout > .pricebox {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .product-item {
    padding: 10px 0;
  }
  .product-item > .product-info {
    width: 220px;
  }
  .product-item > .quantity-action-wrapper {
    width: 237px;
    margin: 0;
  }
  .product-item > .pricebox {
    width: 80px;
    font-size: 20px;
  }
  .product-item > .deletebtn {
    width: 26px;
  }
  .product-item.-checkout > .product-info {
    width: calc(100% - 92px);
  }
  .product-item.-checkout > .product-info > .itemname {
    height: inherit;
    line-height: 28px;
  }
  .product-item.-checkout > .pricebox {
    margin: 0;
    text-align: right;
  }
}
.product-item > .product-info > * {
  display: inline-block;
  vertical-align: middle;
}
.product-item > .product-info._align-top > * {
  vertical-align: top;
}
.product-item > .product-info > .code {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 27px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: sukhumvit, sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 4px 0 0;
  background-color: #b6b6b6;
}
.product-item > .product-info > .code .icon {
  font-size: 14px;
  line-height: 29px;
}
.product-item > .product-info > .itemname {
  font-size: 14px;
  color: #333333;
  font-family: sukhumvit, sans-serif;
  width: calc(100% - 29px);
}
.product-item > .product-info > .itemname .shotname, .product-item > .product-info .itemname .fullname {
  display: block;
  line-height: 1em;
  color: #333333;
  font-weight: 400;
}
.product-item > .product-info > .itemname .shotname {
  font-size: 16px;
  font-family: sukhumvit, sans-serif;
}
.product-item > .product-info > .itemname .fullname {
  font-size: 14px;
  font-family: sukhumvit, sans-serif;
}

.product-item.-checkout > .product-info > .itemname {
  width: calc(100% - 89px);
}
.product-item.-checkout > .product-info > .amount-subject {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  text-align: center;
  font-family: sukhumvit, sans-serif;
  width: 50px;
  height: 25px;
  line-height: 29px;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .product-item > .product-info > .code {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 20px;
    margin: 0 7px 0 0;
  }
  .product-item > .product-info > .amount-subject {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    text-align: center;
    font-family: sukhumvit, sans-serif;
    width: 50px;
    height: 25px;
    line-height: 27px;
    vertical-align: middle;
  }
  .product-item > .product-info > .itemname {
    font-size: 20px;
    width: calc(100% - 37px);
    line-height: 34px;
  }
  .product-item > .product-info > .code .icon {
    font-size: 18px;
  }
  .product-item > .product-info._align-top > .itemname {
    line-height: 1.2em;
    height: auto;
  }
  .product-item > .product-info > .itemname .shotname {
    font-size: 20px;
  }
  .product-item.-checkout > .product-info > .itemname {
    width: calc(100% - 87px);
  }
  .product-item.-checkout > .product-info > .amount-subject {
    font-size: 20px;
  }
}
.quantity-action-wrapper > .quantity-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-action-wrapper > .quantity-action > .quantitybtn {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  line-height: 27px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  color: #8f8f8f;
  outline: none;
  cursor: pointer;
}
.quantity-action-wrapper > .quantity-action > .quantitybtn.-disabled {
  background-color: #CCCCCC;
  pointer-events: none;
}
.quantity-action-wrapper > .quantity-action > .quantity {
  display: block;
  width: 30px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  color: #666666;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  margin: 0 10px;
}

@media screen and (max-width: 320px) {
  .quantity-action-wrapper > .quantity-action > .quantity {
    margin: 0 5px;
  }
  .quantity-action-wrapper > .quantity-action > .quantitybtn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .product-item > .quantity-action-wrapper {
    width: 90px;
    margin: 0 10px 0 0;
  }
  .product-item > .product-info {
    width: calc(100% - 175px);
    margin: 0 10px 0 0;
  }
  .product-item > .deletebtn {
    font-size: 20px;
  }
  .product-item > .pricebox {
    margin: 0 10px 0 0;
  }
}
.inputbox {
  display: block;
  width: 100%;
  border: 1px solid #C0C0C0;
  height: 40px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 10px 10px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  outline: none;
}
.inputbox.-big {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 17px 14px 14px;
  font-family: sukhumvit, sans-serif;
  font-size: 26px;
  color: #666666;
  font-weight: lighter;
}
.inputbox.-disabled, .inputbox:disabled {
  background-color: #DDDDDD;
  pointer-events: none;
}

.inputbox-group {
  display: inline-table;
  vertical-align: middle;
  width: 100%;
}
.inputbox-group > .inputpass {
  display: table-cell;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #C0C0C0;
  padding: 10px 10px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  text-security: circle;
  -webkit-text-security: circle;
  -moz-text-security: circle;
}
.inputbox-group > .inputpass.-see {
  text-security: initial;
  -webkit-text-security: initial;
  -moz-text-security: initial;
}
.inputbox-group > .input-group-addon {
  display: table-cell;
  vertical-align: middle;
  width: 35px;
  padding: 10px 10px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF;
  color: #888888;
  font-size: 14px;
  border: 1px solid #C0C0C0;
  border-left: none;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  outline: none;
}
.inputbox-group.-big > .inputpass {
  height: 50px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 17px 14px 14px;
  font-size: 26px;
  color: #666666;
}
.inputbox-group.-big > .input-group-addon {
  width: 45px;
  padding: 15px 15px;
}

.input-group {
  display: block;
  margin: 0 0 15px;
  position: relative;
}
.input-group > .inputlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.input-group > .inputlabel > * {
  display: block;
}
.input-group > .inputlabel > .link {
  font-size: 12px;
  color: #666666;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
}
.input-group > .inputlabel.-confirm-condition {
  text-align: left;
  width: 94%;
  display: inline-block;
}
.input-group > .inputlabel.-confirm-condition > .label.-confirm-condition {
  text-align: left;
  float: right;
}
.input-group > .inputnote {
  font-size: 12px;
  color: #9B9B9B;
  font-family: Tahoma, sans-serif;
  text-align: left;
  margin: 5px 0 0;
  display: block;
}
.input-group > .confirm-condition-group {
  width: 6%;
  padding: 0 5px 10px 0;
  display: inline-block;
}
.input-group > .confirm-condition-group > .input-confirm-condition {
  float: right;
}

@media only screen and (min-width: 1024px) {
  .inputbox {
    width: 240px;
  }
  .inputbox.-big {
    display: block;
    margin: 5px auto 0;
    width: 316px;
  }
  .input-group {
    width: 450px;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .input-group._display-block {
    display: block;
  }
  .input-group.-big {
    width: 316px;
  }
  .input-group > .inputlabel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px 0 0;
  }
  .input-group > .inputlabel > .label {
    text-align: right;
    width: 100%;
  }
  .input-group > .inputlabel.-confirm-condition {
    width: 55%;
  }
  .input-group > .inputnote {
    width: 100%;
    padding-left: 186px;
  }
  .input-group > .inputbox-group {
    width: 240px;
  }
  .input-group.-big > .inputbox-group {
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    width: 316px;
  }
  .input-group.-big > .inputlabel {
    width: 316px;
    padding: 0;
  }
  .input-group.-big > .inputlabel > * {
    width: auto;
  }
  .input-group > .confirm-condition-group {
    width: 45%;
    padding: 0 10px 20px 0;
  }
}
.address-info-box {
  padding: 25px 25px;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.address-info-box > .head {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #F37A01;
  display: block;
  text-align: left;
  margin: 0 0 10px;
}

.address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  font-family: Tahoma, sanserif;
  margin: 0 0 10px;
}
.address-list > .title {
  width: 100px;
  position: relative;
  color: #333333;
}
.address-list > .title:after {
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.address-list > .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666666;
  margin-left: 24px;
  word-wrap: break-word;
}

.delivery-box {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 10px;
}
.delivery-box > .head {
  font-family: Sukhumvit, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #F37A01;
  margin: 0 0 15px;
  display: block;
}
.delivery-box > .delivery-item {
  width: 100%;
  margin: 0 0 15px;
}
.delivery-box > .delivery-item:last-child {
  margin: 0;
}

.delivery-box.-fee {
  padding: 0px 15px 20px;
}

@media only screen and (min-width: 1024px) {
  .delivery-box {
    padding: 25px 15px 20px;
  }
  .delivery-box > .head {
    font-size: 22px;
  }
  .delivery-box.-fee {
    padding: 0px 15px 20px;
  }
}
.delivery-item > .radio-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.delivery-item > .radio-body > .left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.delivery-item > .radio-body > .right-wrapper {
  display: block;
}

.delivery-item .radio-body .left-wrapper > .inputradio {
  -webkit-appearance: none;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #CCCCCC;
  position: relative;
  outline: none;
  margin: 0;
  padding: 0;
}
.delivery-item .radio-body .left-wrapper > .inputradio:checked {
  background-color: #75C321;
}
.delivery-item .radio-body .left-wrapper > .inputradio:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
}

.delivery-item .radio-body .left-wrapper > .label-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 12px;
}
.delivery-item .radio-body .left-wrapper > .label-box > .label {
  color: #000000;
  font-size: 20px;
  font-family: Sukhumvit, sans-serif;
  text-align: left;
  display: block;
  width: 100%;
}
.delivery-item .radio-body .left-wrapper > .label-box > .text-box {
  color: #666666;
  font-size: 14px;
  font-family: Sukhumvit, sans-serif;
  text-align: left;
  width: 100%;
  margin: 0;
}

.delivery-item .radio-body .right-wrapper > .text {
  color: #000000;
  font-size: 20px;
  font-family: Sukhumvit, sans-serif;
  text-align: right;
  display: block;
  width: 100%;
}

.payment-box {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 2px rgba(43, 43, 43, 0.05);
          box-shadow: 0 3px 2px rgba(43, 43, 43, 0.05);
  border-radius: 5px;
}
.payment-box > .payment-action {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  height: 60px;
}
.payment-box > .payment-detail {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 10px 10px;
}
.payment-box.-active > .payment-detail {
  display: block;
}

.payment-action > .radio-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.payment-action > .radio-body > .left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.payment-action > .radio-body > .right-wrapper {
  display: block;
}

.payment-action .radio-body .left-wrapper > .inputradio {
  -webkit-appearance: none;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #CCCCCC;
  position: relative;
  outline: none;
  margin: 0;
  padding: 0;
}
.payment-action .radio-body .left-wrapper > .inputradio:checked {
  background-color: #75C321;
}
.payment-action .radio-body .left-wrapper > .inputradio:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
}

.payment-action .radio-body .left-wrapper > .label-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 20px;
}
.payment-action .radio-body .left-wrapper > .label-box > .label {
  color: #000000;
  font-size: 20px;
  font-family: Sukhumvit, sans-serif;
  text-align: left;
  display: block;
  width: 100%;
}
.payment-action .radio-body .left-wrapper > .label-box > .text-box {
  color: #666666;
  font-size: 12px;
  font-family: tahoma, sans-serif;
  text-align: left;
  width: 100%;
  margin: 2px 0 0 0;
  cursor: pointer;
}

.payment-action .radio-body .right-wrapper > .text {
  color: #000000;
  font-size: 20px;
  font-family: Sukhumvit, sans-serif;
  text-align: right;
  display: block;
  width: 100%;
}

.payment-detail .detail-body > .payment-detail-list {
  padding: 0 0 0 15px;
}
.payment-detail .detail-body > .payment-detail-list > .item {
  font-size: 12px;
  color: #333333;
  line-height: 1.5em;
  position: relative;
  margin: 0 0 3px;
}
.payment-detail .detail-body > .payment-detail-list > .item:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 5px;
  color: #949494;
  position: absolute;
  top: 2px;
  left: -10px;
}
.payment-detail .detail-body > .payment-detail-list > .item.-red-bold {
  color: #FF3333;
  font-weight: bold;
}

.payment-choice-list > .payment-box {
  margin: 0 0 10px;
}

.action-toolbar {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #3A3B3C;
  z-index: 9;
  -webkit-box-shadow: 0 5px 5px 0px rgba(43, 43, 43, 0.1);
          box-shadow: 0 5px 5px 0px rgba(43, 43, 43, 0.1);
}
.action-toolbar > .menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.action-toolbar.-on-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-list > .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #505050;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}
.menu-list > .menu-item > .link {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  outline: none;
  cursor: pointer;
}
.menu-list > .menu-item > .link > .icon {
  font-size: 20px;
  color: #F37A01;
}
.menu-list > .menu-item > .link > .text {
  font-size: 16px;
  font-family: Sukhumvit, sans-serif;
  color: #FFFFFF;
}
.menu-list > .menu-item > .basketbtn {
  -webkit-appearance: none;
  border: none;
  background-color: #3A3B3C;
}
.menu-list > .menu-item.link-external {
  width: 180px;
  position: absolute;
  left: 0;
  line-height: 22px;
  border-right: 1px solid #505050;
}

.menu-item > .basketbtn {
  display: block;
  height: 40px;
}
.menu-item > .basketbtn.-active {
  background-color: #512A03;
}
.menu-item > .basketbtn > .basket-box {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.menu-item > .basketbtn > .basket-box > .icon {
  font-size: 20px;
  color: #F37A01;
}
.menu-item > .basketbtn > .basket-box > .items {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #F37A01;
  line-height: 17px;
  font-size: 11px;
  position: absolute;
  left: -10px;
  top: -5px;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .menu-list > .menu-item > .link > .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .action-toolbar > .menu-list {
    width: 1070px;
    margin: 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-list > .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 142px;
    border-left: 1px solid #505050;
    border-right: none;
  }
  .menu-list > .menu-item:last-child {
    border-right: 1px solid #505050;
  }
}
.basket-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  background: #FFFFFF;
  padding: 20px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px 0px rgba(43, 43, 43, 0.1);
          box-shadow: 0 5px 5px 0px rgba(43, 43, 43, 0.1);
}
.basket-container > .checkout-box .section-header {
  margin: 0 0 15px;
}
.basket-container > .checkout-box .wrapper .product-item-list {
  padding: 0;
  max-height: 350px;
  overflow-y: scroll;
}

@media only screen and (min-width: 1024px) {
  .basket-container {
    width: 65%;
    left: initial;
    padding: 20px;
  }
  .basket-container > .checkout-box .wrapper .product-item-list,
  .basket-container > .checkout-box .wrapper .product-item-footer {
    width: 100%;
  }
}
.payment-wrapper {
  font-size: 14px;
}
.payment-wrapper > .title-head-top {
  font-family: sukhumvit, sans-serif;
  font-size: 23px;
  color: #000000;
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto;
}
.payment-wrapper > .sub-title-head {
  font-family: tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
  color: #666666;
  line-height: 1.4em;
}
.payment-wrapper._clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.paymentbox {
  padding: 0 10px;
}
.paymentbox > .title-pm {
  padding-bottom: 5px;
  font-size: 20px;
  color: #F37A01;
  font-family: sukhumvit, sans-serif;
  text-align: center;
}
.paymentbox > .pm-box {
  background-color: #3A3B3C;
  padding: 20px 10px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 5px;
}
.paymentbox > .pm-box > img.-inline {
  display: inline-block;
  vertical-align: middle;
}
.paymentbox > .pm-box > p.-inline {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 255px;
  margin-left: 10px;
  line-height: 1.4em;
}
.paymentbox > .pm-box > p.-inline > .txt-fee {
  color: #F37A01;
  display: block;
  font-weight: bold;
}
.paymentbox > .pm-box > b {
  font-size: 12px;
  display: inline-block;
  background: #FF3333;
  padding: 0 4px;
  border-radius: 10px;
}
.paymentbox.pm2 .pm-box p {
  width: 210px;
}

@media only screen and (min-width: 1024px) {
  .paymentbox {
    padding: 0;
    width: 343px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
  .paymentbox > .pm-box {
    min-height: 97px;
  }
  .paymentbox.-last {
    margin-right: 0;
  }
}
.login-member-wrapper {
  padding: 32px 0;
}
.login-member-wrapper > .header-box {
  font-family: "KalatexaDisplay", sans-serif;
  text-align: center;
}
.login-member-wrapper > .header-box > .head {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25em;
}
.login-member-wrapper > .header-box > .subhead {
  font-size: 22px;
  font-weight: normal;
}
.login-member-wrapper > .login-button-wrapper {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 0;
}
.login-member-wrapper > .login-button-wrapper > .stepbutton, .login-member-wrapper > .login-button-wrapper .registerbutton {
  margin-bottom: 15px;
  width: 100%;
  min-height: 60px !important;
  line-height: 1em;
  padding: 10px 15px;
  height: inherit;
}
.login-member-wrapper > .login-button-wrapper > .stepbutton > span, .login-member-wrapper > .login-button-wrapper .registerbutton > span {
  display: block;
  font-size: 14px;
  line-height: 1.1em;
  opacity: 0.8;
  font-weight: normal;
  font-family: Tahoma, sans-serif;
}

.text-advice {
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  max-width: 440px;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
  line-height: 1.4em;
  color: #333333;
}
.text-advice > p {
  font-weight: bold;
  display: block;
}
.text-advice > ul > li {
  padding-left: 5px;
}
.text-advice > ul > li::before {
  content: "-";
  position: relative;
  left: -5px;
}

.notice-group {
  width: 316px;
  margin: 10px auto 0;
  text-align: center;
}
.notice-group > .legacy-notice {
  font-size: 17px;
  margin: 15px 0 0 0;
  font-family: sukhumvit, san-serif;
  color: red;
}

.form-login-wrapper > .header-box {
  font-family: sukhumvit, san-serif;
  text-align: center;
  margin-bottom: 20px;
}
.form-login-wrapper > .header-box > .head {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25em;
}

#form-login-buyexam {
  margin: 10px;
}

.banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin-top: 20px;
  gap: 10px;
}
.banner-link .banner-top-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin-bottom: 10px;
  width: 80%;
}
.banner-link .banner-top-link:nth-last-child(1) {
  margin-bottom: 0;
}
.banner-link .banner-top-link img {
  display: block;
  border-radius: 9px;
}

@media screen and (min-width: 768px) {
  .banner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 45px 0;
    margin-top: 30px;
  }
  .banner-link .banner-top-link {
    width: auto;
    margin: 0px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.filter {
  background-color: blue;
}

.headtextfilter {
  display: none;
  margin: 40px 0px 30px 0px;
  font-family: "KalatexaDisplay", sans-serif;
}
.headtextfilter > h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.headtextfilter > span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
}

.productTypeFilter {
  margin: 40px 0px 28px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productTypeFilter > .productTypeFilterbackground {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f1f1f1;
  border-radius: 9px;
}
.productTypeFilter > .productTypeFilterbackground > .filterbuttonOnline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 275px;
  color: #000000;
  background-color: #f1f1f1;
  padding: 15px 18px;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-radius: 9px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}
.productTypeFilter > .productTypeFilterbackground > .filterbuttonOnline.-select {
  background-color: #75C321 !important;
  color: #FFFFFF !important;
}
.productTypeFilter > .productTypeFilterbackground > .filterbuttonOffline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 275px;
  color: #000000;
  padding: 15px 18px;
  background-color: #f1f1f1;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-radius: 9px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}
.productTypeFilter > .productTypeFilterbackground > .filterbuttonOffline.-select {
  background-color: #F37A01 !important;
  color: #FFFFFF !important;
}
.productTypeFilter > .productTypeFilterbackground > .filterbuttonVoucher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 275px;
  color: #000000;
  background-color: #f1f1f1;
  padding: 15px 18px;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-radius: 9px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}
.productTypeFilter > .productTypeFilterbackground > .filterbuttonVoucher.-select {
  background-color: #3eace2 !important;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1000px) {
  .productTypeFilter > .productTypeFilterbackground {
    width: 100%;
  }
  .productTypeFilter > .productTypeFilterbackground > .filterbuttonOnline {
    width: 50%;
  }
  .productTypeFilter > .productTypeFilterbackground > .filterbuttonOffline {
    width: 50%;
  }
  .productTypeFilter > .productTypeFilterbackground > .filterbuttonVoucher {
    width: 50%;
  }
}

.selectEducation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.selectEducation > .level {
  background-color: white;
  color: black;
  border: 0px;
  font-family: "KalatexaDisplay", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 8px 6px 8px;
  cursor: pointer;
}
.selectEducation > .level.-select {
  border-bottom: 2px solid #F37A01;
}
.selectEducation .icon {
  color: #787878;
  font-size: 18px;
  font-weight: 300;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 6px 6px 6px;
}

@media only screen and (max-width: 540px) {
  .headtextfilter {
    margin: 30px 0px 20px 0px;
  }
  .headtextfilter > h2 {
    font-size: 24px;
  }
  .productTypeFilter > .productTypeFilterbackground > .filterbuttonOffline {
    font-size: 17px;
  }
  .productTypeFilter > .productTypeFilterbackground > .filterbuttonOnline {
    font-size: 17px;
  }
  .productTypeFilter > .productTypeFilterbackground > .filterbuttonVoucher {
    font-size: 17px;
  }
  .selectEducation {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .selectEducation > .level {
    font-size: 14px;
    padding: 9px 6px 6px 6px;
  }
  .selectEducation .icon {
    font-size: 16px;
  }
}