.header-wrap-action .header-action .header-action-item a .box-text {
  color: #333333 !important;
}
.header-wrap-action .header-action .header-action-item a .box-text:hover {
  color: #c4152b !important;
  text-decoration: none !important;
}
.header-dropdown_content .menu-mobile .menu-mobile--wrap .menu-mobile--bottom nav ul li a{
  color:inherit !important;
}


/* start nhandenvip */
.entry-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.logo-pancake {
  text-align: center;
  margin-top: 2px;
  font-size:13px;
}
.logo-pancake img {
  width: 100px;
  height: 30px;
}

.logo-pancake span a {
    position: relative;
    top: -2px;
}

.border-model{
  border: 2px solid #777;
}

.discount-code{
  color: #eb0036 !important;
  background: none !important;
  border: none !important;
  width: 110px !important;
  margin: 0px !important;
  padding: 0px !important;
  font-weight: bolder !important;
}

.border-payment-method{
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
}
.radio-padding{
  margin: 10px 0px 10px 20px;
}

.section-title{
  margin: 20px 0px;
}

.label-padding{
  padding: 10px 20px 10px 0px;
}

.sidebox-policy ul li:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f178";
    font-size: 10px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.ndv-btn-checkout{
    border-radius: 0;
    color: white !important;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    background: red;
    border-color: red;
}

.link-continue a{
  color: red; 
}


a[disabled="disabled"] {
    pointer-events: none;
    cursor: pointer;
}

.btn-disabled {
    cursor: default;
    background: #c8c8c8 !important;
    box-shadow: none;
}

.default-btn{
  width: 30%;
  border-radius: 5px;
  outline: none;
}

.default-btn:hover{
  background: #286f94 !important;
}
.confirm-btn{
  background: #338dbc !important;
}

.confirm-btn:hover{
  background: #286f94 !important;
}

.notice-checkout{
  text-align: center;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #f77705;
  margin-bottom: 320px;
}

@media screen and (max-width:769px){
  .pro_desktop{
   display:none;
  }
  .pro_mb{
    display:block;
  }
}

@media screen and (min-width:769px){
  .pro_mb{
    display:none;
  }
}

.site_account_info span:hover{
  color: #c4152b !important;
}

.ndv-span{
  font-size: 15px;
  color: #282c2d;
  font-weight: 500;
}

.ndv-span:hover{
  color: #c4152b !important;
}

.ndv-active-account{
  color: #c4152b !important;
  border-bottom: 4px solid #c4152b;
}

.btn-addcart{
  cursor: pointer;
}

.aboutus-inner-content{
  text-align: justify;
}

.ndv-payment_method{
  padding: 20px;
  background: #cccccc33;
  display: none;
  text-align: justify;
}

.ndv-payment_method-active{
  display: block;
}

.mochimochi-logo{
  font-size: 1.3em;
}

.mochimochi-logo a{
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.entry-content{
  padding: 20px;
  width: 100%;
}

.entry-content p.title{
  font-weight: 600;
  font-size: 1.2em;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: -0.8em 0 0.5em 0;
    width: 100%;
    max-width: 30px;
}


/*start loader*/

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #eb0029;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  /*top:50%;*/
  /*left:50%;*/
}

.vn-bgr-loader {
    display: none;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.vn-loadder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


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

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

/*end loader*/

#tvh-popup {
    position: fixed;
    right: 13%;
    top: 9.3%;
    background-color: #eb0029;
    color: #fff;
    font-size: 14px;
    height: 74px;
    width: 257px;
    z-index: 9999;
}

.popup_text {
    padding: 10px;
}

.popup_cart {
    padding-left: 10px;
}

.popup_cart a, .popup_cart a:hover {
    padding: 3px 5px;
    background-color: #fa6400;
    color: #f0f5ea;
}

.background-succ {
    background-color: #000000d6;
    color: #fff;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1000;
    border-radius: 5px;
    height: 215px;
    position: absolute;
    display: none;
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.background-succ .content {
    padding-top: 50px;
    position: relative;
    text-align: center;
}

.background-succ .content i {
    font-size: 60px;
    color: #eb0029;
}

.background-succ .content p {
    display: block;
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 500;
}

.ndv-title-cart{
    display: flex;
    justify-content: center;
    padding: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #ffc107
}

.ndv-title-cart span{
    color: red;
    font-weight: bold;
}

.ndv-title-category-main{
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}

@media only screen and (max-width: 992px){
  .ndv-title-cart{
    display: none;
  }
  
  .ndv-title-category-main{
    display: flex;
    justify-content: center;
  }
}

.infor_mb{
    display: none;
}

.infor_pc{
    display: block;
}

@media only screen and (max-width: 768px){
  .infor_mb{
    display: block;
  }
  
  .infor_pc{
    display: none;
  }
}



/* start feedback */
.product-footer .woocommerce-tabs {
    padding: 30px 0px 0px;
    margin-bottom: 30px;
    border-top: 1px solid #ececec;
}

.nav-tabs > li.active > a {
    border-top-color: #eb0029;
    padding: 5px 5px 0px 5px;
    font-size: 16px;
}

.nav-tabs>li.active>a {
    background-color: #fff;
    color: #999;
    padding: 5px 5px 0px 5px;
    font-size: 16px;
}

.tabbed-content .nav-tabs>li {
    margin: 0 .1em;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    border-top: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: rgba(0,0,0,0.04);
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #999;
    padding: 5px 5px 0px 5px;
    font-size: 16px;
}

.nav-tabs+.tab-panels {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
}

.tabbed-content .nav, .tabbed-content .tab-panels {
    width: 100%;
}

.tab-panels .panels.active {
    display: block !important;
}

.tab-panels .entry-content {
    padding: 0;
}

.tab-panels .panels:not(.active) {
    zoom: 1;
    float: "left";
    visibility: hidden;
    height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    opacity: .0;
}


/* start comment*/
.review-list--wrapper .review-item {
    display: flex;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-top: 1px;
    box-sizing: border-box;
}

.review-list--wrapper .review-item--customer {
    width: 130px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.review-list--wrapper .review-item--customer__avatar {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-list--wrapper .review-item--customer__avatar .avatar-letter {
    border-radius: 50%;
    background: #d3d2d3;
    color: #919090;
    font-weight: 500;
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    text-transform: uppercase;
}

.product-footer .tab-panel p {
    width: 100%;
}

.review-list--wrapper .review-item--customer__name {
    font-size: 14px;
    margin: 15px 0 5px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

.review-list--wrapper .review-item--customer__time {
    font-size: 12px;
    color: #999;
    margin: -2px 0 0;
    text-align: center;
}

.review-list--wrapper .review-item--info {
    padding-left: 10px;
}

.review-list--wrapper .review-item--info__images--item {
    width: 80px;
    height: 80px;
    margin: 0px 8px 8px 0px;
}

.review-list--wrapper .review-item--info__images--item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-list--wrapper .review-item--info__rating {
    margin: 0 10px 0 0;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.review-list--wrapper .review-item--info__rating .rating-content {
    display: inline-block;
}

.review-list--wrapper .review-item--info__rating .rating-content .fas {
    font-size: 15px;
    color: #ffc120;
}

.review-list--wrapper .review-item--info__title {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #242424;
    margin-top: 5px;
}

.review-list--wrapper .review-item--info .buy-already {
    font-size: 12px;
    padding: 1px 0 1px 22px;
    background: url(https://cdn.pancake.vn/files/c2/0f/27/4e/924fceb….png) no-repeat;
    margin: 6px 0;
    color: #22b345;
    font-weight: 400;
    background-size: contain;
}

.review-list--wrapper .review-item--info__comment {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 10px 0 8px;
    color: #4f4f4f;
}

.review-list--wrapper .review-item--info__action .review-action {
    margin: 10px 0 8px;
}

.review-list--wrapper .review-item--info__action .review-action a {
    color: #00acee;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px 0 0 !important;
    text-decoration: none;
    cursor: pointer;
}

.review-list--wrapper .review-item .replies {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #faf9f7;
}

.review-list--wrapper .review-item--info__reply {
    height: 0;
    overflow: hidden;
    transition: all 0.7s;
    margin-top: 15px;
}

.review-list--wrapper .review-item--info__reply input {
    border: 1px solid #dddddd;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.button-reply-group{
    display: flex;
    padding-top: 20px;
}

.button-cancel{
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 70px;
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
}

.button-cancel:hover{
    background: #000;
    color: #fff;
}

.button-send {
    background: #eb0029;
    border: 1px solid #eb0029;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.button-send:hover {
    background: #c4152b;
    border: 1px solid #c4152b;
}

.label-comment{
  font-weight: 600;
}

.btn-send-comment{
    background: #eb0029;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 0;
    border: 0;
    font-size: 16px;
}

.btn-send-comment:hover{
    background: #c4152b;
    box-shadow: none;
}
/*@media(max-width: 580px) {*/
/*  .tvh-modal {*/
/*    bottom: 25% !important;*/
/*    top: auto !important;*/
/*  }*/
/*}*/
