.b-crumb{
    padding: 20px 5%;
}
.breadcrumb-item a{
    color: #000;
}
.product-detail{
    padding: 20px 5%;
    width: 100%;
}
.product-image{
    display: flex;
}
.main-image {
    border-radius: 12px;
    overflow: hidden;
}
.carousel-indicators-thumbnails {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.carousel-indicators-thumbnails button {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
}
.carousel-indicators-thumbnails button.active {
    border-color: #595201;
    box-shadow: 0 0 0 2px #b4b07e;
}
.carousel-indicators-thumbnails button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-indicators-thumbnails button:hover {
    transform: scale(1.05);
}
.product-feather{
    padding: 20px;
}
.product-feather h1{
    font-weight: bold;
}
.hr{
    color: #595201;
    height: 5px;
}
.properties{
    height: 100%;
    overflow-y: auto;
}
.title-properties{
    padding: 5px 20px;
}
.title-properties p{
    font-size: 18px;
    font-weight: bold;
}
.items-properties p{
    background-color: rgba(211, 211, 211, 0.575);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.items-properties img{
    opacity: 0.5;
}
.price-box{
    height: auto;
    padding: 5% 10%;
    background-color: rgba(243, 242, 242, 0.413);
    border: 1px solid rgba(128, 128, 128, 0.534);
    border-radius: 5px;
}
.services{
    padding: 10px;
    border: 1px solid #e7e4bb;
    border-radius: 15px;
    margin-top: 40px;
}
.services li{
    font-size: 14px;
}
.prices{
    margin-top: 100px;
}
.prices .del{
    color: red;
}
.price-number{
    font-weight: bold;
    font-size: 20px;
}
.order-btn{
    border: 2px solid #595201;
    border-radius: 10px;
    font-size: 18px;
}
.order-btn:hover{
    background-color: #e7e4bb;
}
 .tabs{
    padding: 20px 5%;
    width: 100%;
    margin-top: 50px;
}
.tabs .des{
    padding: 20px;
    width: 100%;
}
.tabs .nav-link{
    color: #000;
}
.tabs .nav-link:hover{
    color: #000;
}
.nav-link.active{
    background-color: #b4b07e !important;
}
.tabs .faqs{
    padding: 20px;
    width: 100%;
    display: flex;
    gap: 20px;
}
.tabs .accordion-button{
    border-radius: 10px;
}
.tabs .accordion-button:not(.collapsed){
    border: 2px solid #595201;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}
.tabs .accordion-button:focus {
    box-shadow: none !important;
}
.tabs .accordion-item{
    margin-top: 20px;
    border: 0px;
}
.tabs .accordion-header{
    border: 0px;
    border-radius: 10px;
}
.tabs .accordion-body{
    color: rgba(0, 0, 0, 0.565);
}
.tabs .ac-icon{
    margin-left: 0.5em;
}
.tabs .comments{
    padding: 20px;
    width: 100%;
    display: flex;
    gap: 10px;
}
.tabs .comments .form-comment{
    background-color: #b4b07e3b;
    padding: 15px;
    border-radius: 10px;
}
.btn-comment{
    background-color:  #595201;
    color: #fff;
}
.btn-comment:hover{
    background-color:  #b4b07e;
    color: #000;
}
.form-comment input:focus{
    box-shadow: none !important;
    border: 0px;
}
.form-comment textarea:focus{
    box-shadow: none !important;
    border: 0px;
}
.name p{
    font-size: 12px;
    margin-bottom: 0px;
}
.comment{
    border: 1px solid #b4b07e;
    border-radius: 10px;
    padding: 1rem;
}
.comment-text{
    font-size: 14px;
}
.rep-comment{
    border: 1px solid #b4b07e;
    border-radius: 5px;
    padding: 1rem;
    margin-right: 2rem;
}
.rep-btn{
    border: 1px solid #b4b07e;
    border-radius: 5px;
}
.rep-text{
    font-size: 14px;
}
.offcanvas-bottom{
    height: auto !important;
    border-radius: 5px;
}
.form-rep{
    background-color: #b4b07e3b;
    padding: 20px;
    border-radius: 10px;
}
.form-rep input:focus{
    box-shadow: none !important;
    border: 0px;
}
.form-rep textarea:focus{
    box-shadow: none !important;
    border: 0px;
}
.products-swiper{
    margin: 50px 0px;
    padding: 20px 5%;
}
.title-swiper{
    padding: 20px 3%;
}
.title-swiper p{
    font-weight: bold;
}
.title-swiper a{
    background-color: #595201;
    color: #fff;
}
.title-swiper a:hover{
    background-color: #e7e4bb;
}
.product-box{
    border: 1px solid lightgray;
    border-radius: 20px;
}
.product-img{
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.product-name{
    min-height: 100px;
    padding: 0.5rem;
}
.p-name{
    color: #000;
    font-weight: bold;
}
.price{
    color: #000;
    font-size: 14px;
}
del{
    color: red;
    font-size: 14px;
}
.discount{
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: 10px;
}
.discount span{
    font-size: 12px;
}
.product-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.fix-price-xs{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1211;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: rgb(246, 245, 245);
    padding: 10px;
    /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); */
}
.fix-price-xs-btn{
    border: 2px solid #595201;
    border-radius: 10px;
    font-size: 14px;
}
.fix-price{
    font-weight: bold;
    font-size: 18px;
}
.fix-price p{
    margin-bottom: 0px;
}
@media (width > 992px) and (width < 1200px) {
    .price-box{
        padding: 10px;
    }
    .services li img{
        width: 40px !important;
        height: 40px !important;
    }
}
@media (width < 992px) and (width > 768px) {
    .product-image{
        display: flex;
        flex-wrap: wrap;
    }
    .product-feather{
        padding: 5px 20px;
    }
    .title-properties{
        padding: 0px 10px;
    }
    .hr{
        margin: 0;
    }
    .price-box{
        padding: 10px;
    }
    .prices{
        margin-top: 10px;
    }
    .services{
        padding: 5px;
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .g-md{
        margin-top: 40px;
    }
    .title-properties{
        padding: 5px 10px;
    }
    .title-properties p{
        font-size: 16px;
    }
    .items-properties p{
        padding: 5px;
        margin-bottom: 5px;
    }
    .order-btn{
        width: 50%;
        justify-self: center;
    }
}
@media (width < 768px) {
    .product-image{
        display: block;
    }
    .product-feather{
        margin-top: 50px;
    }
    .title-properties{
        padding: 5px;
    }
    .tabs .faqs{
        display: block;
        gap: 0px;
    }
    .tabs .comments{
        display: block;
        gap: 0px;
    }
    .tabs .comments .offcanvas{
        z-index: 1213;
    }
    .list-comments{
        margin-top: 20px;
    }
    .title-swiper a{
        font-size: 12px;
    }
}
@media(width < 425px){
    .fix-price-xs-btn{
        padding: 5px;
    }
    .fix-price-xs-btn img{
        width: 15px !important;
        height: 15px !important;
    }
}
@media(width < 375px){
    .fix-price-xs-btn{
        padding: 5px;
    }
    .fix-price p{
        font-size: 14px;
    }
    .fix-price-xs-btn img{
        width: 10px !important;
        height: 10px !important;
    }
}
