body {
    background-color: #fff !important;
}
footer .back-to-top.show {
    bottom: 110px;
} 
.dropdown-menu > li > a .price{
    display: block;
    color:#c00;
}
.panel-table-of-content .with-chevron {
    padding: 0;
}
.panel-table-of-content .with-chevron .chevron {
    padding: 0 15px;
}
#table-of-content ul{
    list-style-type: decimal;
    padding-left:15px;
}
.cleanza-article .article-details .toc_link a {
    color: #000;
}
header.header .cleanza-main-nav.sticky{
    position: fixed;
} 
header.header .cleanza-main-nav {
    background: #36567f;
}

path.active-path {
    fill: white !important;
}
  .header-right svg g {
    fill: white !important;
}

@media(min-width:767px){
header .nav-item > a ,header .nav-item.active > a{
    color: white;
}
      header .nav-item > a:hover, header .nav-item > a:focus {
        color: #cdb623;
    }
}
.section_professional_meta h3 {
    text-align: center;
} 
header.header .top-header ,.cleanza-list-blog-page .list-blogs .blog-item .blog-item-mains .post-time{
    display: none;
}
    .cleanza-list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a, .aside-item.top-news .item .info .title a {
        font-size: 14px;
} 
.wrapper-cart-detail {
    padding: 35px 0 130px !important;
} 
.midautumn-banner {
  position: absolute;
  top: 80px;       
  left: 50%;        
      transform: translateX(-50%);
  z-index: 999;
  pointer-events: none
}

.midautumn-banner img {
   width: 500px;
  height: auto;
  display: block;
}
@media(max-width:767px){
.midautumn-banner {
    top: 57px;
  }
  .midautumn-banner img {
    width: 300px;
  }
} 
/* delivery form */
.delivery-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 0px 0px 4px 4px;
    z-index: 9999;
}

.delivery-form input ,
.delivery-form__main form input{
    height: 39px;
    margin: 0;
        border: 1px solid #ebebeb;
    padding: 0 110px 0 20px;
    width: 100%;
}

.delivery-form__main {
    position: relative;
    margin-top: 10px;
}

.delivery-form__main form {
    margin: 0;
}

#delivery-form__btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 2px 2px 0px;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    background:#f70000;
    color:#fff
}

.delivery-result__product .p-log{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

.delivery-result__product .p-log.delivery-log{
    padding-left: 15px;
}

.delivery-result__product .p-log.delivery-log{
    font-weight: normal;
}

.delivery-result__form tr{
    border-top: 1px solid #eeeeee;
}

/* delivery result */
.delivery-result__form table tr td,
.delivery-result__form table tr th {
    border: none !important;
    font-weight: 500;
}

.delivery-result__product>a {
    max-width: 72px;
    float: left;
    margin-right: 10px;
}

.delivery-result__name {
    width: calc(100% - 82px);
    display: inline-block;
    float: left;
    margin: 0;
}

.delivery-result__product img {
    max-width: 72px;
}

.delivery-result__product span {
    display: block;
}

.delivery-result__product a {
    font-size: 12px;
}

.delivery-result__form table span {
    display: block;
}

.delivery-result__price .delivery-result__old {
    color: var(--text_hide_color);
    font-size: 12px;
    text-decoration: line-through;
}

.delivery-result__form .processing {
    color: var(--link_color);
}

.delivery-result__form .success {
    color: #32BA7C;
}

.delivery-result__form .cancel {
    color: var(--main_color);
}

.delivery-result__date {
    font-size: 12px;
    color: var(--text_hide_color);
}

.delivery-result__form {
    max-height: 100vh;
    overflow-y: scroll;
}

.delivery-result__form::-webkit-scrollbar {
    width: 4px;
}

.delivery-result__form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}

.delivery-result__form::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
.delivery-form__title{
	    color: #f70000;
    text-transform: uppercase;
    font-weight: bold;
} 
@media (min-width: 1400px){
.common-order_history .container-fluid {
    max-width: 1420px;
}
}
.delivery-result__form table{
	width:100%
}
.delivery-result__form table th, .delivery-result__form table td {
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}
.section-delivery-result{
	background:#fff
}
.delivery-result__name{
	margin-bottom:10px
}  
.result__product-item {
    display: flex;
    align-items: center;
    margin-bottom:10px
}
.result__product-item > a{
	width:60px;
    margin-right:10px;
}
.delivery-result__price{
vertical-align: top;
}
.result__product-item > .delivery-result__name{
	margin-bottom:0;
    width:calc(100% - 70px)
}
.delivery-result__form .processing {
    color:#027dee
}
.result__price-item:not(:last-child) {
    margin-bottom: 15px;
}
.delivery-result__product a{
	font-size:14px
} 
.delivery-result__product .p-log.delivery-log:first-child{
	font-weight:bold
}
.result__product-item > .delivery-result__name{
	font-size:12px
}
@media (max-width:767px){
	.result__product-item{
    	display:block
    }
    .result__product-item > .delivery-result__name{
    width:100%
    }
    .header-delivery-tracking__text{
    font-size:10px
    }
    #cart-total .item-cart {
    background: #8a2323;
}
  .delivery-form{
	width:90%
}
  .result__product-item {
    display: flex;
    align-items: center;
}
.delivery-result__form table{
	width:600px
}
}   
.delivery-result__product .p-log.delivery-log {
	    color: #32BA7C;
} 
.midautumn-banner{
z-index:1
}