.text-highlight {
    color: #e0115f !important;
    font-weight: 900;
}
.blog-detail-info-text img {
    max-width: 100%;
}
.product-detail img {
    max-width: 100%;
}
.buttons-pink button {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    width: auto;
    border: none;
    background-color: #e0115f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
}
.blog-detail-wrap  {
    font-family: 'PSLOmyim' , 'psl114' !important;
    color: #888 !important;
    font-size: 21px !important;
}

.error_box {
    font-size: 14px;
    color: red;
}
 .buttons-pink button:hover {
    background-color: #ff0860;
}
.childbearing_information-box {
    width: 100%;
    display: contents;
}

.childbearing_information-box.hide{
    display: none;
}
.show-error-box{
    display: none;
}
.box-search-result{
    
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0 0;
    
}
.box-search-result.not-found{
    padding: 100px 0; 
    min-height: 400px;
}
.show-error {
    background: #f14545;
    color: white;
    padding: 10px 20px;
    margin:10px 0;
}

.nice-select .list {
    display: block;
    max-height: 300px;
    overflow: auto;
}
.section.banner-desktop {
    position: relative;
    text-align: center;
}
span.name-cate{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0860;
}
span.name-cate >h1{
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;

}
.member-account-edit > input {
    width: 100%;
    border: 0;
    position: relative;
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #888;
    padding: 5px;
}
.member-account-info:not(.need_update) .member-account-edit > input[name="username"] {
    cursor: not-allowed;
    background: #8888;
}
.member-account-header a {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
}

.edit-member > img {
    width: 15px;
}

.member-account-info.edit .member-account-detail{
    border: 2px dotted;
}

.no-update > .show-error {
    background: wheat;
    color: #755e5e;
}
.success > .show-error {
    background: #55d655;
}

.upload-file {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    background-color: #ececed;
    text-align: center;
}

.upload-file  input[type="file"] {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    left: 0;
}

img.img-upload {
    max-width: 100%;
    margin-top: 40px;
}

.member-account-detail {
    display: flex;
    flex-direction: column;
    padding-right: 0;
}
body#member-my-account .nice-select.disabled{
     border:0;
}
body#member-my-account .nice-select {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #888;
    padding-left: 5px;
   
}

body#member-my-account .nice-select .list  {
    width: 100%;
}

.member-account-edit > input[readonly] {
    cursor: initial;
}

input.btn-reward {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 48%;
    background-color: #e0115f;
    padding: 10px 20px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0;
}

.g-signin2 .abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
    height: 40px !important;
}
.g-signin2 .abcRioButtonIcon {
    padding: 11px !important;
}
.g-signin2 .abcRioButtonContents{
    line-height: 40px !important;
}
#coupon-detail .btn-solid{
    width: 100%;
    float: left;
}
#coupon-detail input.btn-reward {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    background-color: #e0115f;
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    float: left;
}



#coupon-detail .related-product-slider .coupon-btn-wrap  .btn-reward{
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 48%;
    background-color: #e0115f;
    padding: 10px 20px;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}

input[name="childbearing_information_info_1"] {
    border: 1px solid #ced4da !important;
}
input[name="date_bill"] {
    border: 1px solid #ced4da !important;
}


.field_error{
    border: 2px solid red !important;
    border-style: dotted !important;
}

.error-icon{
    position: absolute;
    right: 30px;
    top: 14px;
    color: red;
}

.checkout-form .check-box input[type="checkbox"] + label{
    text-transform: unset;
}

.box-loading {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0.5;
    z-index: 9;
    display:none;
}

.box-loading > img{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px;
}

.coupon-condition p {
    white-space: pre-wrap;
}
/* Fix safari */
.slick-slide img{
    width: 100%;
    height: 100%;
 }



/* product detail*/
#product-detail li.slick-slide {
    width: 100px !important;
    height: 100px !important;
}
#product-detail .pro-thumb-img li a {
    display: block;
    height: 100%;
}

/* Banner Slide */
#ishislider{
    display: block;
}

#ishisliderMobile{
    display: none;
}

/* popup banner */
div.popupBanner {
    z-index: 9999999;
}
div.popupBanner .modal-dialog {
    max-width: unset;
    min-width: 300px;
    /*width: calc(100% - 30px);*/
}

div.popupBanner .modal-content {
    background: transparent;
    border: 0;
}

div.popupBanner .modal-header{
    border: 0;
}
div.popupBanner .popup-image-mobile{
    max-width: 100%;
    display: none;
    margin: 0 auto;
}
div.popupBanner .popup-image-desktop{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

div.popupBanner .modal-body{
    text-align: center;
}

div.popupBanner .popupBanner-close {
    opacity: 1;
    margin-top: -30px;
    color: #fff;
}

.modal-open .modal-backdrop.show {
    opacity: .5;
    z-index: 900000;
}
@media(min-width: 992px){
 .dg-tag{
 	width: 	65%;
 }

 .dg-tag a{
  	margin-bottom: 10px;
 }
 .dg-share{
 	max-width: 35%;
 }
}
@media(max-width: 767px){

    div.popupBanner .popup-image-mobile{
        display: block;
    }
    div.popupBanner .popup-image-desktop{
        display: none;
    }

    #ishislider{
        display: none;
    }
    #ishisliderMobile{
        display: block;
    }
    .blog-detail-info-text img{
        max-width: 100% !important;
        height: auto !important;
    }
    span.name-cate >h1 {
        font-size: 30px;
    }
}

#member-my-account-sendbill .bill-detail h2 {
    position: relative;
    font-family: 'PSLOmyim', 'psl114';
    font-size: 26px;
    font-weight: normal;
    color: #b89671;
}

#member-my-account-sendbill .checkout-form select.quantity {
    width: 120px;
    text-align: center;
    color: #888;
    line-height: 23px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #f2f2f2;
    margin-left: 20px;
}
#member-my-account-sendbill .nice-select.quantity{
    position: absolute;
    left: 100px;
    width: 120px;
    float: right;
    padding: 0;
    height: 30px;
}
#member-my-account-sendbill .nice-select.quantity .current{
    text-align: center;
}
#member-my-account-sendbill .checkout-form .nice-select::after{
    right: 5px;
}
#member-my-account-sendbill label.quantity{
    color: #b89671;
    float: left;
}