﻿@media (min-width: 768px) {
    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }
}

.sidebar_widget .widget_header {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
}

.widget_content {
    margin: 10px 0 20px 0;
}

.sidebar_widget__products .widget_header {
    color: #000;
    border-bottom: 1px solid #e4dfdf;
    padding-bottom: 8px;
}

.checkboxlabel {
    font-size: 12px;
    color: #555;
}

.checkbox label {
    font-size: 14px;
    color: #555;
}

.radio label, .checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio, .checkbox {
    min-height: 20px;
    display: block;
    position: relative;
}

.box-title-new .title-top .title {
    font-weight: bold;
}

header .header-user .box > div.icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

    header .header-user .box > div.icon i {
        font-size: 16px;
    }
header .header-user {
    padding-top: 14px;
}
.price-percent-reduction2{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    padding: 5px;
    margin: 5px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
}


        .box-temp-fixed .box-hotline.closed {
            bottom: 0;
            right: 0;
            animation: CloseBoxKey 1s;
            -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
            -moz-animation-fill-mode: forwards; /* FF 5+ */
            -o-animation-fill-mode: forwards; /* Not implemented yet */
            -ms-animation-fill-mode: forwards; /* IE 10+ */
            animation-fill-mode: forwards; /* When the spec is finished */
        }
  @keyframes CloseBoxKey {        
        100% {
            right: -300px;
        }
    }
   .box-temp-fixed .box-hotline.opened {
            bottom: 0;
            right: -300px;
            animation: OpenBoxKey 1s;
            -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
            -moz-animation-fill-mode: forwards; /* FF 5+ */
            -o-animation-fill-mode: forwards; /* Not implemented yet */
            -ms-animation-fill-mode: forwards; /* IE 10+ */
            animation-fill-mode: forwards; /* When the spec is finished */
        }
@keyframes OpenBoxKey {
        80% {
            right: 5px;
        }

        100% {
            right: 0;
        }
    }
#breadcrumb a{color:#999;}
.fancybox{cursor: zoom-in;}
.carousel-indicators li{    background-color: rgb(19 97 233 / 50%);}
.carousel-indicators .active {
    background-color: #322727;
}
.box-slide .thumbs{
    margin-right: 0px;
    margin-left: 0px;
    padding: 2px;
}
.box-detail .top-detail .right-top-detail .box-info .box-price-info .left-price-info .content-left-price-info .action-cart .listAction .button{
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}

.box-detail .top-detail .right-top-detail .box-info .box-price-info .left-price-info .content-left-price-info .action-cart .group-qty .qtyControl{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
.countdown-container{
    justify-content:left;
}
#single_product_checkOut {
    background: rgb(255, 66, 78);
}
.box-list-product .box-slide .item{padding: 0px;}
 .rating-container {
     display: flex;
     align-items: center;
     gap: 8px; /* Khoảng cách giữa sao và số lượng đánh giá */
 }

 .rating {
     display: inline-block;
     position: relative;
     width: 90px; /* Tổng chiều rộng của 5 sao (5 * 18px) */
     height: 18px;
     background: url('star.svg') repeat-x;
     background-size: 18px 18px;
 }

     .rating::after {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         height: 18px;
         background: url('star.svg') repeat-x;
         background-size: 18px 18px;
     }

     .rating[data-rating="4"]::after {
         width: 72px; /* 4 sao (4 * 18px) */
     }

     .rating[data-rating="4.5"]::after {
         width: 85px; /* 4.5 sao (4.5 * 18px) */
         clip-path: inset(0 9px 0 0); /* Cắt nửa ngôi sao cuối */
     }

     .rating[data-rating="5"]::after {
         width: 90px; /* 5 sao (5 * 18px) */
     }

 .review-count {
     font-size: 16px;
     
 }

 .analytic-container{
     margin:10px 0 0 10px;
     color: #999;
 }

 .box-slide .item{margin-bottom:30px;}
.box-breadcrumb .breadcrumb{width: 100%;}
.box-detail ul {
    list-style: none;
    margin: 20px 0 28px;
    padding: 0;
}

.detail-v2 ul li {
    position: relative;
    list-style: none;
    margin: 0 0 10px;
    padding: 13px 18px 13px 48px;    
    color: #333;
    line-height: 1.7;
    transition: all 0.25s ease;
}

/* Dấu check */
.detail-v2 ul li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);

    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #2878e8;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
}

/* Hover */
.detail-v2 ul li:hover {
    background: #f1f7ff;
    border-color: #cfe0f7;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(40, 120, 232, 0.08);
}

/* Li cuối cùng */
.detail-v2 ul li:last-child {
    margin-bottom: 0;
}

/* Danh sách lồng nhau */
.detail-v2 ul ul {
    margin: 10px 0 5px;
    padding-left: 10px;
}

.detail-v2 ul ul li {
    background: #fff;
    border-left-color: #8bb8f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .detail-v2 ul li {
        padding: 11px 14px 11px 44px;
        margin-bottom: 8px;
        line-height: 1.6;
    }

    .detail-v2 ul li::before {
        left: 12px;
        width: 20px;
        height: 20px;
    }
}