/* font Museo */
@font-face {
    font-family: 'museo-sans-100';
    src: url('../fonts/museo/museosans-100-webfont.eot');
    src: url('../fonts/museo/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo/museosans-100-webfont.woff2') format('woff2'),
         url('../fonts/museo/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museo/museosans-100-webfont.ttf') format('truetype'),
         url('../fonts/museo/museosans-100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans-300';
    src: url('../fonts/museo/museosans-300-webfont.eot');
    src: url('../fonts/museo/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museo/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museo/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museo/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans-500';
    src: url('../fonts/museo/museosans-500-webfont.eot');
    src: url('../fonts/museo/museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo/museosans-500-webfont.woff2') format('woff2'),
         url('../fonts/museo/museosans-500-webfont.woff') format('woff'),
         url('../fonts/museo/museosans-500-webfont.ttf') format('truetype'),
         url('../fonts/museo/museosans-500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans-700';
    src: url('../fonts/museo/museosans-700-webfont.eot');
    src: url('../fonts/museo/museosans-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo/museosans-700-webfont.woff2') format('woff2'),
         url('../fonts/museo/museosans-700-webfont.woff') format('woff'),
         url('../fonts/museo/museosans-700-webfont.ttf') format('truetype'),
         url('../fonts/museo/museosans-700-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans-900';
    src: url('../fonts/museo/museosans-900-webfont.eot');
    src: url('../fonts/museo/museosans-900-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo/museosans-900-webfont.woff2') format('woff2'),
         url('../fonts/museo/museosans-900-webfont.woff') format('woff'),
         url('../fonts/museo/museosans-900-webfont.ttf') format('truetype'),
         url('../fonts/museo/museosans-900-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family:'museo-sans-700', 'Prompt', sans-serif;
  unicode-range: U+0E00–U+0E7F; /*อันนี้คือโคตแบ่งว่า ภาษาไทย ให้ใช้ Prompt*/
  color: #4A4E5A;
  overflow-x: hidden;
}

h1 {
  font-family: 'museo-sans-700', sans-serif;
  font-size: 36px;
  color: #1c1c1c;
}

h2 {
  font-family: 'museo-sans-700', sans-serif;
  font-size: 24px;
  color: #1c1c1c;
}

h3 {
  font-family: 'museo-sans-700', sans-serif;
  font-size: 18px;
  color: #1c1c1c;
}
.block-title {
  font-family: 'museo-sans-500', sans-serif;
  font-size: 16px;
  color: #111;
}
.normal-text {
  font-family: 'museo-sans-500', sans-serif;
  font-size: 14px;
  color: #000;
}
.descpt-text {
  font-family: 'museo-sans-300', sans-serif;
  font-size: 12px;
  color: #000;
}
.light-text {
  font-family: 'museo-sans-100', sans-serif;
  font-size: 14px;
  color: #000;
}

.button {
    display: block;
    padding: 0.8em 1.5em!important;
    width: 230px;
    border: 0;
    border-radius: 1px;
    margin-bottom: .75em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'museo-sans-500', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.button-red {
    background-color: #ed2939;
    border: 1px solid #ed2939;
    color: #fff;
}
.button-red:hover {
    transition: all .15s ease-in;
    background-color: #ff4757;
    border: 1px solid #ff4757;
    color: #fff;
}
.button-red:active {
    transition: all .15s ease-in;
    background-color: #bd0010;
    border: 1px solid #bd0010;
    color: #fff;
}
.button-green {
    background-color: #00a88e;
    border: 1px solid #00a88e;
    color: #fff;
}
.button-green:hover {
    transition: all .15s ease-in;
    background-color: #12c5a9;
    border: 1px solid #12c5a9;
    color: #fff;
}
.button-green:active {
    transition: all .15s ease-in;
    background-color: #005448;
    border: 1px solid #005448;
    color: #fff;
}
.button-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #00a88e;
}
.button-white:hover {
    transition: all .15s ease-in;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #00a88e;
}
.button-white:active {
    transition: all .15s ease-in;
    background-color: #fff;
    border: 1px solid #005448;
    color: #12c5a9;
}
.button-red-disable, .button-green-disable {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: not-allowed;
}
.button-white-disable {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: not-allowed;
}

.input-textbox {
    font-family: 'museo-sans-300', sans-serif;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 250px;
    margin-left: 0px;
    border: 1px solid #ccc;
    padding: 10px;
    color: #1c1c1c;
}
.label-textbox {
    font-family: 'museo-sans-300', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 11px;
    width: 114px;
    display: block;
    float: left;
    font-weight: normal;
}
.box_correct {
    background-image: url(../img/right-check.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    width: 18px;
    background-position: top;
    margin-left: 15px;
}
.box_error {
    background-image: url(../img/error-check.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    width: 18px;
    background-position: top;
    margin-left: 15px;
}
.text-error {
    margin-left: 114px;
    display:none;
    color: #f00;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'museo-sans-300', sans-serif;
    font-size: 12.9px;
    padding-bottom: 2px;
}
.input-error {
    border: 1px solid rgb(237, 28, 36);
    background-color: rgb(254, 248, 249);
    color: #f00;
}
input.input-error::placeholder {
    color: #f00;
}

.select-box {
    font-family: 'museo-sans-300', sans-serif;
    font-size: 14px;
    outline: 0;
    width: 250px;
    border-radius: 1px;
    padding: .2em .5em .2em .5em;
    height: 3em;
    line-height: 2.2em;
    color: #1c1c1c;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-arrow {
    cursor: pointer;
    position: absolute;
    pointer-events: none;
    right: 0.8em;
    top: 1.1em;
}
.selectWrapper {
    float: left;
    position: relative;
}
.label-radio {
    font-family: 'museo-sans-300', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: normal;
}
input[type="radio"]{
  margin: 0 10px 0 0;
}

.vertical-radio-buttons div {
  display: block;
  padding: 0 0 5px 5px;
  clear: both;
}

.vertical-radio-buttons input {
  float: left;
  width: 20px;
  margin-left: -20px;
  margin-top: 4px;
  padding: 0;
  -webkit-appearance: radio;
}

/* The container */
.container-checkbox {
    font-family: 'museo-sans-300', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: normal;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #009a82;
    border: 1px solid #009a82;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}
.checkout-footer {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    clear: both;
    padding: 10px 0px;
    font-family: 'museo-sans-300', sans-serif;
    font-size: 12px;
    color: #1c1c1c;
    text-align: center;
    line-height: 1.42857143;
}
a.foot-link {
 color:#006D5C;
}
a.foot-link:link {
  color:#006D5C;
}
/*a.foot-link:visited {
  color:#800080;
}*/
a.foot-link:hover {
  color:#005446;
}
a.foot-PolicyLinks {
 color:#006D5C;
}
a.foot-PolicyLinks:link {
  color:#006D5C;
}
/*a.foot-PolicyLinks:visited {
  color:#800080;
}*/
a.foot-PolicyLinks:hover {
  color:#005446;
}
a.foot-PolicyLinks {
        display: inline;
        margin-right: 15px;
}
.copy-right-foot {
    color: #a3a3a3;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e5e5e5;
    font-family: 'museo-sans-300', sans-serif;
    font-size: 12px;
    color: #1c1c1c;
    text-align: center;
    line-height: 1.42857143;
}
@media only screen and (min-width: 1280px) {
    .copy-right-foot .copyright {
        padding-right: 0px; padding-bottom:10px;
    }
    .copy-right-foot .copyright {
        float: left;
        text-align: left;
        /* width: 34%; */
    }
}
@media only screen and (max-width: 767px) {
    .copy-right-foot #footer_links {
        float: none !important;
        text-align: center !important;
        /* width: 25%; */
    }
}
.copy-right-foot #footer_links {
        float: right;
        text-align: right;
        /* width: 25%; */
}
.copy-right-foot .footer-secondary {
    float: right;
    width: 20%;
    display: none;
}
.footer-secondary {
    text-align: center;
}
.copy-right-foot #footer_links a {
    color: #a3a3a3;
    margin-right: 5px;
    text-decoration: none;
}
.font-icons {
    font-size: 5px;
    color: #b8a9b5;
    margin-bottom: 2px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .checkout-logo {
        text-align: center;
    }
}
