h1,h2,h3,h4,h5,h6 {
    font-family: "Battambang", system-ui;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}
h1 {
    font-size: 24px;
    line-height: 38px;
}
h2 {
    font-size: 20px;
    line-height: 30px;
}
h3 {
    font-size: 16px;
    line-height: 25px;
}
h4 {
    font-size: 16px;
    line-height: 19px;
}
h5 {
    font-size: 12px;
    line-height: 19px;
}
h6 {
    font-size: 12px;
    line-height: 19px;
}
html, body {
    min-height: 100%;
}
a {
    color: #1F36C7;
}
body {
    font-family: "Battambang", system-ui;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    background: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.logo-image {
    height: 80px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.video-block {
    margin-top: 40px;
    margin-bottom: 0;
}
label {
    font-family: "Battambang", system-ui;
    font-size: 16px;
    font-weight: 500;
    /* color:#36ADFB; */
}
.thumbnail-block{
    width: 100%;
    overflow: hidden;
}
.thumbnail-image {
    height: 268px;
    width: auto;
}
.retail-block {
    min-height: 94px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Battambang';
    font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Battambang';
    font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Battambang';
    font-size: 12px;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Battambang';
    font-size: 12px;
}
.form-text {
    font-family: 'Battambang';
    font-size: 12px;
    color: red;
}
.navbar {
    background-color: #FFF;
}
.bg-content {
    /* background-color: #FFF; */
    /* background-image: url('../images/bg.png');
    background-size: cover;
    background-position: bottom; */
}
.bg-white {
    background-color: #FFF;
}
.body-bold {
    font-family: 'sarabun-bold';
    /* font-size: 16px;
    line-height: 27px; */
}
.small-text {
    font-family: 'sarabun-regular';
    font-size: 12px;
    line-height: 20px;
}
.underline {
    font-family: 'sarabun-regular';
    /* font-size: 10px;
    line-height: 15px; */
}
.retail-item-block {
    display: block;
}
.btn {
    font-family: 'mitr-medium';
    font-size: 16px;
    line-height: 25px;
}
.btn-yellow {
    background-color: #FAE309;
}
.bg-btn-day {
    background-color: #c54875;
}
.bg-btn-day a {
    font-family: 'sarabun-regular';
    color:#FFF;
}
.bg-btn-day a:hover {
    opacity: 0.75;
    color:#FFF;
}
.card-block {
    border-radius: 25px;
}
.bg {
    background-size: contain;
}
ul li {
    padding-bottom: 5px;
    line-height: 23px;
}
ol li {
    padding-bottom: 5px;
    line-height: 23px;
}
.detail-section {
    min-height: 600px;
}
.title-block {
    margin-top: 20px;
}
.unilever-color {
    color:#0054F8;
}
.pink-color {
    color:#D33677;
}
.pink-bg {
    background-color: #D33677;
}
.radio-shadow {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.content-block {
    margin-top: 10px;
}
.navbar {
    height:53px;
}
.banner {
    padding: 0;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #C4C4C4;
        opacity: 1; /* Firefox */
  }

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
              color: #C4C4C4;
  }

.form-control::-ms-input-placeholder { /* Microsoft Edge */
              color: #C4C4C4;
  }
.form-check .form-check-input {
      margin-top: 6px;
  }
.invalid-feedback {
    padding-right:10px;
    
  }
.form-check-input:checked {
    background-color: #71b27a;
    border-color: #71b27a;
  }
.btn-green {
    background-color: #71b27a;
    border-color: #71b27a;
    color: #FFF;
  }
.form-check-input:checked[type="radio"] {
    background-size: 8px 8px;
  }
.form-check-label {
    font-weight: 500;
    font-size: 16px;
    margin-top: 7px;
  }
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .75;
}
.btn-logo {
    height: 25px;
}
.ais-logo {
    height: 200px;
}
.form-check {
    padding-left: 40px;
}
.form-check .form-check-input {
    width: 32px;
    height: 32px;
    margin-left: -40px;
  }

.is-invalid ~ .input-group-append {
    border: 1px solid red;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

a:hover {
    color: #000;
    text-decoration: none;
}
.card {
    margin: 5px;
    overflow: hidden;
    background: none!important;
    border:none;
    border-radius: 0;
    border-right: 1px solid #000;
    /* border-left: 1px solid #000; */
}
.card-img-top {
    height: 200px!important;
    margin-top: 16px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: auto!important;
}
.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
}
.card-text {
    line-height: 18px;
    margin-bottom: 5px;
}
.onwards {
    color: #757575;
    font-size: 10.4px;
}
.view-link {
    width: 25px!important;
    opacity: 0.5;
    right: 0px;
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    top: 0;
}
.view-link:hover {
    opacity: 1;
}
.rate {
    line-height: 17px;
    margin-bottom: 10px;
    height: 17px;
}
.rating-star {
    height: 16px;
    display: initial!important;
}
.slick-slide {
    width: 330px;
}
.slick-disabled {
    display: none!important;
}
.product-detail-nav > .slick-disabled {
    opacity: 0.5!important;
    cursor: default;
}
.next-product,.previous-product {
    display: block!important;
    width: 20px;
}
.previous-product img,.next-product img {
    height: 20px;
}
.retail-icon-block {
    display: block;
    width: 36px;
    height: 36px;
    float: left;
}
.retail-brand-block {
    height: 36px;
    padding-left: 5px;
    float: left;
    margin-top: 3px;
}
.retail-icon {
    height: 36px;
}
.retail-title {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
}
.retail-price {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
.retail-title-modal {
    margin-bottom: 0;
    font-weight: 600;
}
.text-decoration-line-through {
    font-size: 12px;
    color: grey;
}
.btn-buynow {
    background-color: #AF251C;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
/* .retail-row:last-child {
    border-top: 1px solid #eee;
    padding-top: 15px;
} */
.image-product-preview {
    height: 450px;
    width: auto;
}
.card-click{
    cursor: pointer;
}
/* accordion */
.accordion-item:first-of-type {
    border-radius: 0;
}
.accordion-item {
background-color: #fff;
border: none;
}
.accordion-button {
    padding-left: 0;
}
.accordion-body {
    padding-left: 0;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 600px) {
    h1,h2,h3,h4,h5,h6 {
        font-size: 20px;
    }    
}

