#product-declaration *{
    font-style: normal;
    font-variant: normal;
    /*font-family: 'Alright Sans';*/
    color: rgba(33, 47, 55, 1);
}

#product-declaration h1{
    font-size: 34px;
    line-height: 42px; 
    color: #BA0C2F;
}

/****************** filter *******************/

#product-declaration .filter_pd{
    max-width: 178px;
}

#product-declaration .filter_pd label{
    font-size: 12px;
    line-height: 14px; 
    color: #BA0C2F;
}

#product-declaration .filter_pd #search{
    max-width: 176px;
    max-height: 45px;
}

#product-declaration .filter_pd hr{
    border: 1px solid #C0C0C0;
    margin-bottom: 2rem;
}

#product-declaration .filter_pd h2{
    font-size: 16px;
    line-height: 20px; 
    color: #BA0C2F;
}

#product-declaration .filter_pd #categories_select {
    margin-bottom: 0;
    background-color: white;
    color: #BA0C2F;
    font-size: 12px;
    line-height: 14px; 
    font-weight: 600;
}

#product-declaration .filter_pd #categories_pd li{
    font-size: 16px;
    line-height: 22px; 
    padding: 2px 0px;
    margin: 5px 0px;
    cursor: pointer;
}

#product-declaration .filter_pd #categories_pd li.active{
    color: #BA0C2F;
    background-color: rgba(186, 12, 47, 0.1);
}

.page-move-declaration{
    justify-content: flex-end;
}

@media (max-width: 768px) {
    #product-declaration .filter_pd{
        max-width: 100%;
    }
    #product-declaration .filter_pd label {
        display: block;
        text-align: end;
    }
    #product-declaration .filter_pd #search,
    #product-declaration .filter_pd label{
        margin-left: auto;
    }
    #product-declaration .filter_pd h2 {
        font-size: 12px;
    }
    .page-move-declaration{
        justify-content: center;
    }
    .btn-declaration{
        display: block !important;
    }
    #product-declaration .table{
        margin-bottom: 10px !important;
    }
}

@media (max-width: 576px) {
    #product-declaration .filter_pd #search{
        max-width: 100%;
    }
    #product-declaration .filter_pd label {
        text-align: start;
    }
    #product-declaration {
        width: 100% !important;
    }
    #product-declaration h1{
        font-size: 26px;
        line-height: 32px;
    }
    #product-declaration .filter_pd #search {
        border: 1px solid #C0C0C0 !important;
    }
    #categories_select{
        height: 44px;
        color: #212F37 !important
    }
    #product-declaration .table_pd tbody .arrow-down {
        width: 16px !important;
    }
    
    .padding-table-declaration{
        padding-right: 0px !important;
    }
    #product-declaration .table_pd thead td p {
        font-size: 10px !important;
    }
    #product-declaration .table_pd tbody td p{
        font-size: 14px !important;
    }
    #product-declaration .table_pd tbody .pd-name {
        font-size: 12px !important;
        text-transform: uppercase;
    }
    #product-declaration .filter_pd #categories_select {
        text-transform: capitalize;
        font-size: 16px !important;
        font-weight: 500;
        padding-bottom: 6px;
    }
}

/****************** table data *******************/

#product-declaration .table_pd{
    max-width: 944px;
}

#product-declaration .table_pd table{
    min-width: 873px;
    /*min-width: 873px;*/
    /*min-width: 500px;*/
}

#product-declaration .table_pd thead td p{
    font-weight: bold;
    font-size: 12px;
    line-height: 16px; 
} 

#product-declaration .table_pd tbody{
    border: 1px solid #BA0C2F;
}

#product-declaration .table_pd tbody .pd-name{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px; 
    color: #BA0C2F;
}

#product-declaration .table_pd tbody a{
    font-weight: bold;
    font-size: 14px;
    line-height: 15px; 
    color: #BA0C2F;
}

#product-declaration .table_pd tbody .arrow-down {
    transform: rotate(90deg);
}
#product-declaration .table_pd tbody .arrow-up {
    transform: rotate(-90deg);
}

#product-declaration .table_pd tbody tr.main-tr-pd{
    cursor: pointer;
    border-top: 1px solid #BA0C2F;
    min-height: 56px;
}


#product-declaration .table_pd tbody td {
    padding: 20px 0px;
    max-width: 240px;
    /*max-width: 300px;*/
}

#product-declaration .table_pd tbody td p,
#product-declaration .table_pd tbody td span{
    font-size: 16px;
    line-height: 22px; 
}

/*#product-declaration .table_pd tbody td p,*/
/*#product-declaration .table_pd tbody td span{*/
    /*max-width: 280px;*/
    /*max-width: 300px;*/
/*}*/

/* BOOTSTRAP CLASSES */
.table-responsive{
    overflow-x: auto;
}


/*********************************/

#product-declaration table {
  table-layout: fixed;
  width: 100%;
} 

#product-declaration th:nth-child(1),
#product-declaration td:nth-child(1) {
  width: 50px;
}

#product-declaration th:nth-child(2),
#product-declaration td:nth-child(2) {
  width: 120px;
}

#product-declaration th:nth-child(3),
#product-declaration td:nth-child(3) {
  width: auto;
}

#product-declaration th:nth-child(4),
#product-declaration td:nth-child(4) {
  width: auto;
}


#product-declaration th:nth-child(5),
#product-declaration td:nth-child(5) {
  width: 100px;
}

