.nav-panel {
    color: #FFF !important;
}
[dir=ltr] .nav-panel__logo + .nav-panel__nav-links, [dir=ltr] .nav-panel__departments + .nav-panel__nav-links {
    margin-left: 5px !important;
}
.nav-links__item-link h3{
    font-size: inherit !important;
    margin-bottom: 0 !important;
}
.nav-links__item-body{
    padding: 0 !important;
}
.nav-links__item-body{
    padding-right: 0 !important;
    padding: 0 15px !important;
}
.nav-links__item-body--padding-right{
    padding: 0 !important;
    padding-right: 25px !important;
}
.dropcart__product-options .dropcart__product-options__gifts{
    display: flex;
    align-items: center;
}
.dropcart__product-options .dropcart__product-options__gifts img{
    margin-right: 5px;
}
.site-header__phone-title, .site-header__phone-number {
    color: #ff0707 !important;
}
.search--location--header .search__suggestions {
    pointer-events: inherit !important;
    cursor: pointer; 
}
.search__suggestions ul{ 
    list-style: none;
    padding: 0;
    margin: 0;
}
.search__suggestions__highlight{
    color: #1c6e9d;
    text-decoration: none;
}
.search__suggestions__title{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    color: #3d464d;
}
.search__suggestions__category_item{
    padding: 5px 0 5px 10px;
}
.search__suggestions__item {
    display: flex;
    padding: 5px 0 5px 10px;
}
.search__suggestions__item:hover {
    background-color: #eee;
}
.search__suggestions__item img {
    margin-right: 10px;
}
.search__suggestions__item a { 
    color: #3d464d;
}
.search__suggestions__price{
    color: #ea0000;
}
.search__suggestions__price-line-through{
    color: #b7b7b7;
    font-size: 14px;
    text-decoration: line-through;
}
.search__suggestions__no-result{
    padding: 10px;
    text-align: center;
}
.dropcart--style--offcanvas {
    position: relative;
    z-index: 2147483645;
}
.swal2-container{
    z-index: 2147483646 !important;
}
.swal2-html-container{
    line-height: 1.5rem !important;
}
.indicator__button_cart_empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: inherit;
    fill: currentColor;
}

.saleoff{
    position:absolute;top:8px;right:30px;width:52px;height:24px;color:#FFF;font-size:1rem;background:url('/Images/price_tag.png') no-repeat;text-align:right;padding-right:5px; z-index: 3;
}
.product-card__addtocart{
    color: #FFF !important;
}
.products-list[data-layout=list] .product-card .product-card__addtocart, .products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn, .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn {
    font-size: 0.725rem !important;
    color: #FFF !important;
}
@media (max-width: 767px) {
    .products-list[data-layout=list] .product-card .product-card__addtocart, .products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn, .block-products-carousel[data-layout=grid-4] .product-card .product-card__buttons .btn, .block-products[data-mobile-grid-columns="2"] .block-products__list-item .product-card .product-card__buttons .btn {
        font-size: 0.600rem !important;
        color: #FFF !important;
    }
}

.product-card:hover::before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 184, 206, 0.7) inset !important;
          box-shadow: 0 0 0 2px rgba(0, 184, 206, 0.7) inset !important;
  z-index: 2;
}
.product-card:hover .product-card__quickview {
  -webkit-transition-duration: 0s, 0s;
          transition-duration: 0s, 0s;
  background: rgb(0, 184, 206) !important;
}

.product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
    color: #FFF !important;
}
.product-card:hover .product-card__quickview:not(.product-card__quickview--preload):hover {
-webkit-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
background: #3d464d !important;
color: #fff !important;
}
.rating__star--active .rating__fill {
    color: #f9c400!important
}
.product-card__prices{
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
.product-card__prices.product-card__prices--row {
    line-height: 0;
    flex-direction: row;
}
.product-card__prices__sub{
    color: #b7b7b7;
    font-size: 22px;
    font-weight: normal !important;
    text-decoration: line-through;
}
.product-card__prices .product-card__prices__sub, .widget-products__prices .product-card__prices__sub{
    font-size: 14px;
}
.product-card__prices.product-card__prices--row .product-card__prices__sub{
    margin-left: 5px;
}
.product__prices__info{
    display: flex;
    align-items: start;
}
.product__prices__info__price{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    margin: 0 50px 0 10px;
}
.product__prices__info .product__prices__info__title{
    font-size: 20px;
    color: #ff0707;
    font-weight: normal !important;
}
.product__prices__info__main{
    font-size: 25px;
    color: #ff0707;
    line-height: normal;
}
.product__prices__info__sub{
    font-size: 16px;
    color: #a6a6a6;
    line-height: normal;
    text-decoration: line-through;
    font-weight: normal !important;
}
.product__prices__info__saving{
    display: block;
    width: 75px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    background: url(/assets/images/price_percent_bg.png) no-repeat #efefef;
    background-size: auto 100%;
    color: #FFF;
    font-size: 20px;
}

.product__flashsale__date{
    width: 70%;
    margin: auto;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    text-align: center;
    background-color: #ee3e5d!important;
}
.product__flashsale .product__flashsale__date{
width: 50% !important;
}
.product__flashsale__date.product__flashsale__date--details{
    font-size: 15px;
    font-weight: normal !important;
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
    margin-top: 5px !important;
}
.product__flashsale__date.product__flashsale__date--details .view_more
{
    color: #FFF;
}
.product__combos{
    margin-top: 5px;
    border: #ba2e22 solid 1px;
    border-radius: 4px;
    padding: 20px 10px 10px 10px;
    position: relative;
    overflow: visible;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.product__combos__header{
    display: block;
    background: #ba2e22;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -13px;
    left: 10px;
    line-height: 26px;
    clear: both;
    padding: 0 15px;
    text-transform: uppercase;
}
.product__combos__info{
    font-size: 14px;
}
.input-radio-label__list input:checked ~ span {
    color: #FFF !important;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #FFF !important;
    fill: #FFF !important;
}
.product__is_temp_out_of_stock {
  border: 2px dashed #FF2C00; padding: 5px; text-align: center; color: #FF2C00;
}
.product__hotline {
    margin-top: 10px; 
    font-size: 18px;
    color: #FF2C00;
}

.product__showroom{
    border: #00b8ce solid 1px;
    border-radius: 4px;
    padding: 20px 10px 10px 10px;
    position: relative;
    overflow: visible;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.product__showroom__header{
    display: block;
    background: #00b8ce;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -13px;
    left: 10px;
    line-height: 26px;
    clear: both;
    padding: 0 15px;
    text-transform: uppercase;
}
.product__showroom__info{
    font-size: 14px;
}
.free_shipping_icon{
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 5px;
  background-image: url('/Images/freeshiphcm.png');
  background-size: 65px 30px;
  width: 65px;
  height: 30px;
}
.free_shipping_icon.details{
  background-size: 110px 50px;
  width: 110px;
  height: 50px;
}
.product__voucher-discount{
  background-image: url('/Images/voucher_discount.png');
  background-repeat: no-repeat;
  background-size: 174px 25px;
  width: 175px;
  height: 25px;
  margin: 0 auto 5px auto;
  position: relative;
}
@media (max-width: 768px) {
  .product__voucher-discount{
      background-size: 159px 25px;
      width: 160px;
  }
}
.product__voucher-discount.product__voucher-discount--mobile{
  float: left;
  margin: 0 !important;
  margin-top: 10px !important;
}
.product__voucher-discount__price{
  position: absolute;
  right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #ba2e22;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  text-align: center;
}
.product-details__voucher-discount{
  background-image: url('/Images/voucher_discount.png');
  background-repeat: no-repeat;
  background-size: 174px 25px;
  width: 175px;
  height: 25px;
  position: relative; 
  margin-bottom: 5px;
}
.product-details__voucher-discount__price{
  position: absolute;
  right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #ba2e22;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  text-align: center;
}
.block-brands__item img {
    width: auto !important;
}
.block-homepage-introduction{
  margin-bottom: 20px !important;
}
.pl-60px{
    padding-left: 60px;
}
@media (max-width: 767px) {
    .pl-60px-hide{
        padding-left: 15px !important;
    }
}
.totop__button, .footer-newsletter__form-button{
    color: #FFF !important;
}
.footer-newsletter__form-button {
    width: 130px !important;
}
#btn-apply-promotion-code, #btn-remove-promotion-code{
    padding: 0.375rem 1.25rem !important;
}

.cart__summary-promotion{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
.cart__summary{
    width: 50%;
}
@media (max-width: 767px) {
    .cart__summary-promotion{
        flex-direction: column;
    }
    .cart__summary{
        width: 100%;
    }
}
.product__promotion-gifts-container{
    width: 100%;
}
.product__promotion-gifts .product__gifts {
    width: calc(80% - 15px);
}
@media (max-width: 767px) {
    .product__promotion-gifts .product__gifts {
        width: 100%;
    }
}
.product__gifts.product__gifts--bg-grey {
    background-color: #ebebeb !important;
}
.product__gifts.product__gifts--bg-green {
    background-color: #aeecbd !important;
}
.product__gifts__content{
    height: calc(100% - 34px);
}
.product__gifts__content ul {
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 10px !important;
}
.product__gifts{
    background-color: #ebebeb;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.product__gifts__title{
    text-transform: uppercase;
    padding-bottom: 5px;
}
.product__gifts__content{
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
}
.order-list__column-total{
    width: 30% !important;
}

.cl_blue {
  color: #00b8ce;
}
.product__features li {
    margin-top: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.review__reply{
    background-color: #f5f8fd;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    border-radius: 5px;
}
.review__reply img {
    object-fit: cover;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.products-view__category-description-top span, .products-view__category-description-top a, .products-view__category-description-top div{ 
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    text-align: left !important;
}
.products-view__category-description-top img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important
}
.sub-categories{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.sub-category__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #3d464d;
    font-size: 14px;
    width: 120px;
}
.sub-category__item img {
    object-fit: cover;
    max-width: 100px;
    height: 100px;
}
.products-view__pagination .page-item.active .page-link {
    color: #FFF !important;
}

.flas_sale_date{
    width: 70%;
    margin: auto;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    text-align: center;
    background-color: #ee3e5d!important;
  }
  .cl_flash_sale .flas_sale_date{
    width: 50% !important;
  }
  .flas_sale_date.product_details{
    font-size: 15px;
    width: 100%;
    border-radius: 0;
  }
  .flas_sale_date.product_details .view_more
  {
    color: #FFF;
  }
  .widget-categories__row{
    line-height: 25px !important;
  }
  .post-card__content{
    height: 100px;
    overflow: hidden;
  }
  .promotion_news_head{
    display: flex;
    align-items: center;
  }


  .title_link{
    background-color: #00b8ce;
    border-radius: 5px;
    display: table;
    padding: 10px;
    color: #FFF;
    min-width: 50%;
  }
  @media screen and (max-width: 700px){
    .title_link{
      width: 100%;
    }
  }
  .title_link div#btn-title-link-container {
    text-align: center;
  }
  .title_link > div#btn-title-link-container > strong{
    font-size: 16px;
  }
  .title_link ul li ul{
    padding-left: 20px;
    margin: 0 !important;
  }
  .title_link li{
    padding: 5px 0;
    margin-bottom: 0 !important;
  }
  .title_link a{
    color: #FFF !important;
  }
  .title_link a:hover{
    color: #000 !important;
  }
.lnk-show-title-link{
    display: block;
    cursor: hand;
    cursor: pointer;
    margin-top: 10px;
  }
  .lnk-show-title-link i{
    display: block;
    background: url('../../Images/idxdw_new.png');
    width: 16px;
    height: 8px;
  }
  .lnk-show-title-link i.up{
    background: url('../../Images/idxup_new.png');
  }
  .pull-right{
    float: right;
  }
  .post__section--brands .related-posts__item{
    width: 250px;
  }
  @media (max-width: 767px) {
    .footer-contacts, .footer-links, .footer-newsletter {
        text-align: left;
    }
    }
    @media (max-width: 767px) {
        .footer-newsletter__social-links {
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
        }
    }
    @media (max-width: 474px) {
        .view-options__control {
            display: flex
    ;
        }
    }
    .product-tabs__content .typography img, .post__content.typography img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
    }
    .product-tabs__content .typography table {
        width: 100% !important;
        height: auto !important;
    }
    .mobile-header__panel{
      color: #fff !important;
    }
    .mobile-header__menu-button {
      fill: #FFF !important;
    }
    .block-features__item {
      padding: 16px !important;
    }
    .product-tabs__content iframe {
      width: 90% !important;
    }
    .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
      margin-top: 0.75em !important;
      margin-bottom: 0.75em !important;
    }
    .typography h2{
      font-size: 23px !important;
    }
    .typography h3{
      font-size: 20px !important;
    }
    .typography p {
      margin-bottom: 0.5em !important;
    }
    @media (max-width: 767px) {
      .product-tabs__content iframe {
        height: 200px !important;
      }
    }
    .social-links__link--type--tiktok{
      background: #050505 !important;
    }
    .block-products__featured{
      position: relative !important;
    }
    .cursor-pointer {
      cursor: pointer;
    }
    .block-header__link{
      color: #3d464d !important;
    }
    .filter-categories-alt__loading{
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-products__banner-category{
      margin-bottom: 10px;
    }
    .block-products__banner-category img {
      max-width: 100%;
    }

@media screen and (max-width: 767px) {
  .block-products-carousel__column.block-products-carousel__column--mobile{
      flex-direction: row;
      align-items: stretch;
      gap: 10px;
  }
  .block-products-carousel__column.block-products-carousel__column--mobile .block-products-carousel__cell{
      width: 50%;
      margin-top: 0 !important;
      position: relative;
  }
}

.page-404{
  text-align: center;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.page-404 img{
  max-width: 100%;
  width: 50%;
}
.page-404 .page-404__title{
  font-size: 20px;
}
.brand-details-page .widget__title{
  font-size: 17px !important;
}
@media (min-width: 992px) {
  .brand-details-page  .shop-layout__content {
      width: 100%;
  }
}
.mobile-header__logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.btn-submit-payment{
  font-size: 21px !important;
}
.block-products-carousel__cell--banner{
  background-size: cover;
  cursor: pointer;
}
.page-header__title h1 {
  font-size: 24px !important;
}
/*=================== Start phone ring ===============*/
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
  }
  
  .suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
  }
  
  .suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
  }
  
  .suntory-alo-ph-img-circle {
    /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
  }
  
  .suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
    opacity: 1;
  }
  
  .suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
  }
  
  .suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
  }
  
  .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
  }
  
  .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #ff0709;
    opacity: 1;
  }
  
  .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #01b8cf;
    opacity: 1;
  }
  
  .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
  }
  
  .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #ff0709;
  }
  
  .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #01b8cf;
  }
  
  .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
  }
  
  .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #ff0709;
  }
  
  .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #01b8cf;
  }
  
  @keyframes suntory-alo-circle-anim {
    0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) skew(1deg);
    }
  }
  @keyframes suntory-alo-circle-img-anim {
    0% {
      transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0deg) scale(1) skew(1deg);
    }
  }
  @keyframes suntory-alo-circle-fill-anim {
    0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
    }
  }
  .suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
  }
  
  /*=================== End phone ring ===============*/

  .zalo-chat-widget {
    display: block !important;
    right: auto !important;
    left: 10px !important;
  }


@media screen and (max-width: 767px) {
  .zalo-chat-widget {
    bottom: 16px !important;
    right: 10px !important;
    left: auto !important;
  }
}
.totop__body {
  bottom: 80px !important;
}