html{
    overflow: hidden;
    height: 100%;
}
body{
    overflow-y: auto;
    height: 100%;
}
.step02-check a.active{
    background-color: #fff;
}
#sp-drawernav-box{
    height: 100%;
}
.sp-drawernav-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sp-drawernav-item li,
.sp-drawernav-item02 li {
    width: 100%;
}
.sp-drawernav-contents{
    overflow-y: auto;
}
nav .step02 .step03{
    display: none;
}
nav .step02 .step03:not(.pc-nav-scroll) li{
    display: block;
    width: 100%;
}
nav .step02 .step03 div.menu-item{
    display: inline-block;
    height: 100%;
    width: calc( 98% / 3 );
    float: left;
    text-align: center;
}
nav .step02 .step03.active {
    display: block;
    z-index: 999;
}
nav .step02 .step03 li:hover,
nav .step02 .step03 li.active{
    background-color: #FAFAFA;
}
nav.pc-nav .step02 .step03 .step04{
    display: none;
}
nav.pc-nav .step02 .step03 .step04.active{
    display: block;
}
nav.pc-nav .step02 .step03 .step04 a{
    display: inline-block;
    height: 51px;
    width: 100%;
    line-height: 51px;
}


/* class defined */
.text-error, .note-danger, .is-invalid {
    color: red;
    margin-top: 5px;
}
.btn-href{
	padding: 0;
}
.hide{
    display: none !important;
}

/* LOGIN style */
.login .btn{
    margin: 30px auto 90px;
    width: calc( 100% - 70px);
    max-width: 993px;
}
@media screen and (min-width: 768px){
	.login .btn{
	    width: calc( 50% - 75px);
	}
}

/* COMPLETE  send mail login id */
#complete-login-id{
	padding: 50px 0;
}
#complete-login-id h2{
	font-size: 25px;
}
#complete-login-id .btn-link{
    display: inline-block;
    margin: 20px;
    padding: 15px;
    border-radius: 0;
}

/* Loader */
#loader {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    position: fixed;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    cursor: no-drop;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.d-inline .btn-back.btn-gray-round {
    display: block;
    max-width: 200px;
}
.ttl-section-notify {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
}

/*Product List*/
#product-list .pc-symptom .show-more,
#product-list .pc-category .show-more,
#product-list .pc-event .show-more label{
    text-align: center;
    font-weight: 600;
}
#product-list .box-product-list{
    height: auto;
}

#product-list-detail .stock.pc-none-flex{
    width: 6em;
}
#list-view-history-top-page li .product-name,
#top .product-list li .product-name,
#product-list .product-list-01 li .product-name{
    min-height: 44px;
}
#list-view-history-top-page li .product-label-box-inner,
#top .product-list li .product-label-box-inner,
#product-list .product-list-01 li .product-label-box-inner{
    min-height: 48px;
    max-height: 48px;
}
#top .product-label-box{
    height: 160px;
}
body#product-list .product-label-box{
    height: 170px;
}

body #list-view-history-top-page .slick-next.slick-arrow,
body #list-view-history-top-page .slick-prev.slick-arrow {
    background: #39C75A;
    opacity: 1;
}

@media screen and (max-width: 768px){
    .list-price .price-discount {
        margin-top: 18px;
    }
}

/*My Page*/
#my-page .member-info-confirm__head{
    cursor: pointer;
}

/*Search*/
button.search:hover{
    cursor: pointer;
}

@media screen and (max-width: 410px){
    div.product-list-display {
        margin-top: 0;
    }
}
@media screen and (max-width: 360px){
    .product-list-display p{
        display: none;
    }
}

div.favourite-product .favourite-sold-out,
div.favourite-product .favourite-sold-out:hover{
    background-color: #EDEDED;
    border: 1px solid #CECECE;
    cursor: default;
    color: #fff;
}
div.favourite-product .favourite-sold-out.btn-green-round:hover::before{
    background-image: url(../image/icon-cart-white.svg);
}

.main-search-complex .main-search-complex-step03.acd-content{
    z-index: 99;
}

.product-list .next-category.than-six-category{
    margin-bottom: 45px;
}
.product-list .next-category label{
    bottom: -30px;
}

@media screen and (max-width: 1023px){
    .spesial-delivery .spesial-delivery-03 .ttl-section-sub .override-spesial-delivery-03{
        top: 0;
        left: 50%;
        transform: translate(-50% , 0) rotate(-10deg);
        border-radius: 50%;
        padding: 25px 0;
        height: 110px;
        width: 110px;
    }
}

li.label-self-medication .product-img-box img{
    max-height: 135px;
    top: 43%;
}
li.label-self-medication .img-self{
    width: 60px;
    bottom: -3px;
    right: 2px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .customer-register-form {
        visibility: visible;
    }
    .select-box::after,
    .select-grayback::after {
        transform: translate( 0, -40%);
        -moz-transform: translate( 0, -40%);
        -webkit-transform: translate( 0, -40%);
    }
    select[name="unsubscribe_reason"] {
        min-height: 32px;
    }
    .select-box::before,
    .select-grayback::before {
        top: 10px;
    }
}

#product-list-detail .product-list .product-img-box li a img{
    width: 100%;
}

#mypage_address_form .form-group  p{
    margin-top: 5px;
}

#top .info-important p,
.news .news-content a{
    word-break: break-all;
}
.footer-nav-box-classification{
    display: flex;
    flex-direction: column;
    float: left;
}
/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .text-product-detail-explanation input:checked + .down-border::before{
        -ms-transform: rotate(-90deg) scale(.6 , 1);
        right:  5px;
    }
    nav .step02 .step03 li{
        background-color: #fff;
    }
    nav .step02 .step03{
        background-color: #FAFAFA;
    }
    nav .step02 .step03.active{
        position: static;
        -ms-overflow-style : none;
    }
    nav.pc-nav .step02 .step03 .step04.active{
        position: absolute;
    }
    nav.pc-nav .step02 .step03 .step04.active{
        display: table;
    }
    nav .step04{
        left: 40%;
        width: 60%;
    }
    nav .pc-nav-scroll-up{
        position: absolute;
        left: 30%;
    }
    nav .pc-nav-scroll-douwn{
        display: none;
    }

    .cart-quantity.relative.flex-wrap{
        top: 0;
        left: 0;
    }
    .spesial-delivery .member-benefits img{
        width: 40%;
        margin: 0 40px 0 0;
    }
    .pc-nav-scroll-douwn, .pc-nav-scroll-up{
        width: 7px;
    }
    select.select-quantity-product,
    select.select-quantity-detail-product{
        height: 35px;
    }
}
@media screen and (min-width:768px) {
    #product-list .product-list .product-list-01 li {
        height: auto;
    }
    .product-list .btn-green-round {
        margin-bottom: 0;
    }
}
