.group-col-right .fa,.social .fa{
    font-size: 20px;
    color: #fff;
}
.theme-search-smart .icon {
    color: #fff;
}
.breadcrumb {
     padding: 0; 
     margin-bottom: 0; 
     list-style: none; 
     background-color: transparent; 
}
.pro-item .product-info .product-name a {
    color: #3C3B3B;
}
ul.breadcrumb li:last-child > span.mr_lr, ul.breadcrumb li:last-child, ul.breadcrumb li:nth-last-child(2) >span.mr_lr {
	display: none
}
.suntory-alo-ph-img-circle .fa-phone:before{
	display: none
}
.group-col-right .block {
    margin-bottom: 0px;
    display: inline-block;
}
.product-swiper .content{
 display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột mặc định */
  gap: 10px;
  padding: 20px 0;
}
.pro-item{
 /* display: flex;
  flex-direction: column;
  justify-content: space-between; *//* đẩy nội dung giãn đều */
  height: 100%; /* đầy đủ chiều cao ô grid */
  min-height: 350px; /* chiều cao cố định hoặc min-height để đều nhau */
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.pro-item:hover {
	transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.scale_hover img {
  transition: transform 0.5s ease;
}
.pro-item:hover .product-name a{
 color: var(--maincolor)
}

.pro-item:hover .scale_hover img {
  transform: scale(1.04);
}

/* ✅ Responsive cho màn hình nhỏ (dưới 768px) */
@media (max-width: 768px) {
.product-swiper .content{
    grid-template-columns: repeat(2, 1fr); /* 2 cột */
  }
  .pro-item{
     min-height: 265px; /* chiều cao cố định hoặc min-height để đều nhau */
    padding: 5px;
  }
}

.pro-item .product-thumbnail{
	margin-bottom: 20px 
}
.pro-item .product-name{
	min-height: 47px 
}


.product-info .price-box {
    font-size: 15px;
    color: var(--pricecolor);
    min-height: 40px;
    display: inline-block;
    line-height: 20px;
}

.product-info{
	position: relative;
}
.product-info .actions-primary {
    position: absolute;
    bottom: 8px;
    right: 0px;
    z-index: 99;
    display: inline-block;
    float: right;
}
.product-swiper h3.product-name:hover a{
	color: #ff5e14
}
.actions-primary button{
	background: #f2eeeb;
    width: 35px;
    height: 35px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    border: initial;
    position: relative;
    z-index: 99;
	color: #ff5e14
}
.actions-primary button:hover{
   opacity: .6
}
.price-box{
    color: var(--pricecolor);
    font-weight: 700;
     display: inline-block; 
    width: auto;
    font-size: 1.6rem;
    line-height: initial;
    position: relative;
}
.price-box .compare-price {
    /*display: block;*/
    width: auto;
    color: #9aa5b3;
    font-size: 1.4rem;
    text-decoration: line-through;
    line-height: initial;
}
.price-box .flash-sale {
    width: 40px;
    height: auto;
    aspect-ratio: 40 / 20;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: -7px;
    right: -50px;
    color: #fff;
    z-index: 1;
    background-color: #ff5e14;
    border-radius: 10px 0px 10px 0px;
    padding: 2px 0px;
}

/*chỉnh tab product*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ff5e14;
     background-color: transparent; 
     border: none; 
     border-bottom-color: transparent; 
     cursor: default; 
}
.nav-tabs>li>a {
     margin-right: unset; 
     border: none; 
    border-radius: 4px 4px 0 0; 
}
.nav>li>a {
     position: relative; 
     display: block; 
     padding: 0; 
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li>a:hover {
    border-color: unset;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.product-tabs {
  display: flex;
  justify-content: center;
}

.tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}

.tab-item {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  color: #ff5400;
  border: 2px solid transparent;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.tab-item:hover {
  border: 2px solid #ff5400;
  background-color: #fff7f2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 💡 box-shadow nhẹ */
}

.tab-item.active {
  background-color: #fff;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 84, 0, 0.3); /* đậm hơn chút cho tab đang chọn */
}
.layout-product .price-box {
     margin-bottom: 0px!important; 
}
.layout-product .btn_base.disabled {
    border: initial;
    padding: 10px 20px;
    background: var(--maincolor);
    border-radius: 10px;
    color: #fff;
}
.layout-product .btn_base.disabled span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.layout-product .product-tab .tab-link {
    cursor: pointer;
    padding: 0 10px;
}
.layout-product .product-tab .tab-link.current {
   color: #ff5400
}
#shops-content .price-box .flash-sale, .layout-product .price-box .flash-sale{
   position: absolute;
    top: -320px;
    right: -119px;
    border-radius: 10px 0px 10px 0px;
}
  .section_slider .swiper-slide .container-effect .title-1,.section_slider .swiper-slide .container-effect .title-2, .section_slider .swiper-slide .container-effect .title-3{
        line-height: inherit !important;
}
.product-detail-left .fa-chevron-left:before, .product-detail-left .fa-chevron-right:before {
   display: none;
}

.product-image-block .swiper-container .swiper-button-next:hover, .product-image-block .swiper-container .swiper-button-prev:hover {
    opacity: 1;
    background: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {

.tab-content .block-product .price-box .flash-sale {
    top: -272px;
    right: -50px;
}
.layout-product .price-box .flash-sale {
  top: -256px;
  right: -35px;
}
#category .price-box .flash-sale{
   top: -277px;
   right: -57px;
}
.product-info .actions-primary {
     display: none;
}
.product-info .price-box {
    min-height: 20px;
 }
 .pro-item .product-name {
    min-height: 70px;
    font-size: 16px;
}
.header_search {
    right: -122px;
    top: 50px;
}
}

@media (max-width: 400px) {
.tab-item {
    padding: 10px;
    font-size: 13px;
}
.tab-content .block-product .price-box .flash-sale {
     top: -240px;
    right: -19px;
}
.layout-product .price-box .flash-sale {
  top: -227px;
   right: -5px;
}
#category .price-box .flash-sale {
   top: -247px;
   right: -26px;
}
.product-info .actions-primary {
     display: none;
}
.product-info .price-box {
    min-height: 20px;
 }
 .pro-item .product-name {
    min-height: 70px;
    font-size: 16px;
}
.header_search {
    width: 345px!important;
}
.header_search {
    right: -120px;
    top: 50px;
}

}
.product-detail-left .fa-chevron-left:before, .product-detail-left .fa-chevron-right:before {
   display: none;
}

.product-image-block .swiper-container .swiper-button-next:hover, .product-image-block .swiper-container .swiper-button-prev:hover {
    opacity: 1;
    background: #fff;
    box-shadow: none;
}
@media (min-width: 1199px) {
    .product-image-block .swiper-container .swiper-button-next:hover, .product-image-block .swiper-container .swiper-button-prev:hover {
        width: 30px; 
         height: 30px; 
    }
}
.theme-search-smart {
    cursor: pointer;
}
.icon-custom-bag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; /* Ví dụ: thêm khoảng cách nếu nằm cạnh chữ */
}

.icon-custom-bag svg {
    width: 32px; /* Kích thước hiển thị mong muốn */
    height: 32px;
    /* Bạn có thể đặt màu mặc định cho toàn bộ icon nếu muốn */
    /* stroke: #6c757d; */ /* Màu xám */
}

/* Để thay đổi màu của các phần cụ thể trong SVG */
.icon-custom-bag svg path {
    /* Màu mặc định cho tất cả các path trong icon này */
    stroke: #FF5733; /* Ví dụ: màu cam như hình của bạn */
    fill: none; /* Nếu icon chỉ là đường nét, không tô đầy */
}

/* Nếu bạn muốn phần túi và dấu cộng có màu khác nhau (phụ thuộc vào cấu trúc path của SVG) */
.icon-custom-bag svg path:nth-child(1) { /* path thứ nhất thường là hình túi */
    stroke: #17a2b8; /* Ví dụ: màu xanh lam */
}
.icon-custom-bag svg path:nth-child(2), /* các path còn lại có thể là dấu cộng */
.icon-custom-bag svg path:nth-child(3) {
    stroke: #28a745; /* Ví dụ: màu xanh lá */
}

.layout-product .details-pro .price-box .flash-sale {
    position: absolute;
    top: 10px;
    right: -64px;
    border-radius: 10px 0px 10px 0px;
}
.form-review .review_row {
    width: 100%;
}
.layout-product .flex-quantity {
  /*  display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;*/
}
@media (max-width: 767px) {
  /*  .layout-product .flex-quantity {
           display: flex !important;
           justify-content: center !important;
    }*/
}
.theme-search-smart .icon svg path {
    fill: #fff;
}
.theme-search-smart .icon svg {
    /*width: 30px;*/
    /*height: 30px;*/
}
td.numpro{
    position: relative;
    width: 88px;
    height: 25px;
}
button.btn-minus.btn-cts {
    position: absolute;
    left: 0;
    top: 6px;
    line-height: 1;
    height: 25px;
    background: 0 0 !important;
    color: #000;
    border: thin solid #ddd;
}
.numpro input {
    height: 25px;
    width: 30px;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 28px;
    top: 6px;
    min-height: 0;
    border: thin solid #ddd;
    border-radius: 0;
}
button.btn-plus.btn-cts {
    position: absolute;
    right: 0;
    top: 6px;
    height: 25px;
    display: inline-block;
    line-height: 1;
    background: 0 0 !important;
    color: #000;
    border: thin solid #ddd;
}
  .product-thumbnail__wrapper {
    position: relative;
    z-index: 1;
}
.form-horizontal .panel{
    border: none;
}
@media (max-width: 767px){
.title_pro{
    display: flex;
    flex-wrap: wrap;
}
img.img-cart{display: none;}
}
.product-thumbnail__quantity {
    font-size: 0.78em;
    white-space: nowrap;
    padding: 0.32em 0.42em;
    border-radius: 2em;
    background-color: green;
    color: #fff;
    position: absolute;
    z-index: 99999;
    top: -4px;
    right: -21px;
}

.group_contact .form-control {
    font-family: 'Gotham', sans-serif;
    border-radius: 5px !important;
    font-size: 14px;
    position: relative;
    height: 45px;
    margin-bottom: 25px;
    padding: 0px 15px;
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    color: #333;
    background-color: #fff;
    background-image: none;
    margin: 0;
    box-shadow: none;
}
