#printer-section{    
    background-color: #f7f8f9;
}
#printer-block{
    width: 94%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#printer-block h3{
    color: #000;
}
@media (min-width: 992px) {
    #printer-block{
        width: 84%;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
}
#product h2{
    color: #000;
}
.filter-desktop h2{
    font-size: 1.5rem;
}
.filter-desktop ul{
    list-style: none;
    padding: 0;

}
.filter-desktop ul li{
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    height: 2.2rem;
}
.filter-desktop li a{
    color: #000;
}

.product{
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 1rem;
}
.product-img{
    text-align: center;
    background-color: #ccc;
    max-width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.product-detail-img{
    text-align: center;
    background-color: #ccc;
    max-width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.product-detail{
    text-align: center;
    padding: 1rem;
}
.product-detail a:visited, .product-detail a:link{
    color: #000;
}

#product-des .header h1{
    color: #000;
    font-size: 1.5rem;
}
#product-des .header p{
    border-bottom: 1px dashed #ccc;
}
#product-des .list dt{
    border-bottom: 1px solid #eee;
    color: #000;
}
#product-des .list dt::before{
    content: ".";
    margin-right: 5px;
    font-size: 2rem;
    color: #000;
}
#product-des .interact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-red{
    background-color: #e00046;
    color: #fff;
    border: none;
    border-radius: unset;
}
.btn-orange{
    background-color: #FB5130;
    color: #fff;
    border: none;
    border-radius: unset;
}
#mobile-product-swiper{
    border: 1px solid #ccc;
    margin: 2rem auto;
}
@media (min-width: 992px) {
    #mobile-product-swiper{
        margin: 0;
    }
}
.swiper-container{
    z-index: 0;
}
#product-tab-nav{
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
}
#product-tab-nav ul{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}
#product-tab-nav li{
    display: inline-block;
    margin-right: 1rem;
    cursor: pointer;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}
#product-tab-nav .active{
    color: #000;
    border-bottom: 2px solid #000;
}
#product-tab-content .tab-content{
    display: none;
    padding: 1rem 0;
}
#product-tab-content .tab-content.active{
    display: block;
}
.btn-download {
    /* margin-top: 20px; */
    position: relative;
    font-size: 16px;
    background: #e00046;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: auto;
    width: 183px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.btn-download::after {
    width: 20px;
    height: 20px;
    z-index: 99;
    margin-left: 20px;
    color: #e00046;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    content: ">";
}
.btn-download:hover {
    color: #fff;
}
.download-item{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: #ccc 1px solid;
}
.item-document,.item-file{
    color: #e00046;
}
.item-document::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../images/product/pro_pdf_ico.png);
    background-size: cover;
    vertical-align: middle;
}

.item-file::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../images/product/pro_down_ico.png);
    background-size: cover;
    vertical-align: middle;
}