﻿.section_breadcrumb, .shop-page-title {
    padding:12px 0 !important;
    background: #d9e6ff;
}
.breadcrumb{
    margin-bottom: 0
}
.gap-8{
    gap: 8px;
}
.breadcrumb__icon {
}
    .breadcrumb__icon svg path {
        fill: currentColor;
    }


.gallery-top {
    width: 100%;
    height: 400px;
}

    .gallery-top .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
    .gallery-top .swiper-slide img:hover {
        cursor: zoom-in; 
    }

.gallery-thumbs {
    height: 100px;
}

    .gallery-thumbs .swiper-slide {
        width: 100px;
        height: 100px;
        opacity: 0.4;
        cursor: pointer;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border: 2px solid #007bff;
    }

.swiper-button-prev,
.swiper-button-next {
    color: var(--text-main) !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: unset;
}
    .gallery-thumbs .swiper-slide-thumb-active .img-thumbnail {
        border-color: var(--text-main) !important;
        border-radius: 8px;
        border-width: 2px;
    }

.is-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}
.product-detail__info .product-detail__title{
    font-size: 18px;
}
#product-sidebar .widget .support-product, 
#product-sidebar .widget .policy-product .item 
{
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    color: var(--black-color);
}
#product-sidebar  .support-product .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
#product-sidebar .widget#custom_html-3 .support-product .image img {
    height: 150px;
    width: 150px;
}
#product-sidebar .support-product .title2 {
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}
#product-sidebar .support-product .phone a {
    font-size: 29px;
    font-weight: 600;
    color: var(--color-button);
    line-height: 1.1;
}
#product-sidebar  .support-product .or {
    margin: 10px 0;
    color: #7a7d8d;
    line-height: 1.1;
}
    #product-sidebar  .support-product .or span {
        display: inline-block;
        background: #fff;
        padding: 0 10px;
        transform: translateY(50%);
        font-size: 13px;
    }
    #product-sidebar  .support-product .or:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background: #ededed;
    }
#product-sidebar  .support-product .title3 {
    font-weight: 700;
}
#product-sidebar .support-product .chat {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    background: var(--color-button);
    
}

.product-single__options {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: baseline;
}
    .product-single__options .label {
        color: #4c503d;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 5px;
        margin-right: 10px;

    }
    .product-single__options .options {
        display: flex;
        flex-wrap: wrap;
    }
        .product-single__options .options .option {
            border-radius: 5px;
            cursor: pointer;
            line-height: 24px;
            margin: 0 5px 5px 0;
            overflow: hidden;
            padding: 5px 10px;
            position: relative;
        }
            .product-single__options .options .option input {
                display: none;
            }
                .product-single__options .options .option input:checked ~ .checkmark {
                    background: #3e6807;
                    border: 1px solid #68762b;
                }
            .product-single__options .options .option .checkmark {
                background: rgba(62, 104, 7, .1);
                border: 1px solid rgba(62, 104, 7, .2);
                cursor: pointer;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }
            .product-single__options .options .option input:checked ~ .checkmark-label {
                color: #fff;
            }
            .product-single__options .options .option .checkmark-label {
                align-items: center;
                color: #6a6a69;
                display: flex;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                justify-content: center;
                line-height: 24px;
                position: relative;
                text-align: center;
            }

.product-detail__price--original.cut-price {
    text-decoration: line-through;
    font-size: 12px;
}
.product-detail__price--discount {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-button);
}

.product-single__actions.add-to-cart {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

.product-single__quantity {
    align-items: center;
    background-color: #e67e22;
    border-radius: 100px;
    display: flex;
    margin-right: 10px;
    padding: 0 10px;
    transition: all .3s;
}
.quantity {
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    color: #4c503d;
    display: flex;
    font-size: 16px;
    height: 32px;
    line-height: 19px;
    width: 100px;
}
    .quantity .minus, .quantity .plus {
        align-items: center;
        display: flex;
        height: 20px;
        justify-content: center;
        width: 20px;
    }
    .quantity input {
        background: hsla(0, 0%, 100%, 0);
        border: 0;
        text-align: center;
        width: 45px;
    }
.product-single__quantity .label {
    background-color: hsla(0, 0%, 100%, 0);
    border: 0;
    color: #fff;
    font-family: SVN-Gilroy Bold, Verdana, Roboto, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 15px 20px;
    transition: all .3s;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-info .box-cam-ket .title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    width: auto;
    color: #fff;
    font-weight: 600;
    background: var(--bg-main);
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 15px;
    align-items: center;
    border: 1px solid var(--bg-main);
    margin-bottom: 0;
    border-bottom: none;
}
.product-info .box-cam-ket ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    border: 1px solid var(--bg-main);
    border-radius: 0 5px 5px 5px;
    padding: 25px 15px 15px 15px;
}
    .product-info .box-cam-ket ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        position: relative;
        width: 100%;
        max-width: 50%;
        display: flex;
        align-items: center;
        margin: 0 0 5px;
        font-size: 14px;
        color: #000;
    }
        .product-info .box-cam-ket ul li img {
            max-width: 26px;
            margin-right: 10px;
        }


.product-description .nav-link.active {
    background-color: var(--color-button)
}
.product-description .nav-link:hover {
    color: var(--color-button);
}
.product-description .nav-link.active:hover {
    color: #fff !important;
}
.product-description .tab-pane.fade.active.show {
    border: 1px solid var(--bg-main);
    border-radius: 12px;
    padding-top: 12px;
}
.product-description__content {
    padding: 0 12px;
  
}
.product-description__content img{
    width: 100%;
}

.detail-decription {
    overflow: hidden;
    transition: max-height 0.4s ease;
}
    .detail-decription.collapsed {
        max-height: 160px;
    }
.toggle-description-btn {
    background-color: transparent;
    border: none;
    color: var(--color-button);
    cursor: pointer;
    font-weight: 500;
    padding: 8px 0;
    display: block;
}

    .toggle-description-btn:hover {
        text-decoration: underline;
    }
.note-buy-product {
    color: #3e6806;
    font-size: 12px;
    margin-bottom: 1.4rem;
}

@media (max-width: 768px) {
    .breadcrumb__list {
        gap: 4px; /* giảm khoảng cách nếu cần */
    }
    .breadcrumb__list {
        display: flex;
        flex-wrap: nowrap; /* Không cho xuống dòng */
        overflow: hidden; /* Ẩn phần tràn */
    }

    .breadcrumb__item {
        white-space: nowrap;
        max-width: 100%;
        display: inline-block;
        font-size: 12px;
    }
    .breadcrumb__item:last-child a {
        max-width: 150px; 
    }
    .breadcrumb__item:last-child a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
    }
}


#totalPay {
    font-size: 20px;
    font-weight: 700;
}