.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #002c72;
  border-color: #002c72;
}

.btn-secondary:hover,
.btn-secondary:focus:hover {
  background-color: #232221;
  border-color: #232221;
  color: #fff;
}
#navbarText .manage-printing-serv {
  display: none;
}
#navbarText .category_menu_deatils {
  display: none;
}

#product_design_upload .uppy-upload-text > strong.d-block {
    display:none !important;
}


.div_calculator #product_price_table .per-unit-price{
    display: none !important;
}

#product_price_table #price_list_table table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}

#product_price_table #price_list_table table th,
#product_price_table #price_list_table table tr {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

#product_price_table #price_list_table table tr:nth-child(even) {
    background-color: rgba(224, 224, 224, 0.3);
}

#product_price_table #price_list_table table tr:last-child {
    background-color: #002c72 !important;
}
#product_price_table #price_list_table table tr:last-child td, #product_price_table #price_list_table table tr:last-child td a {
    color: #fff !important;
}
#product_price_table #price_list_table table tr td {
    border: 0;
    color: #4F4F4F !important;
    font-weight: 400 !important;
}

#product_price_table #price_list_table table tr td span {
    color: #4F4F4F !important;
}

#product_price_table #price_list_table table tr td .saving-detail {
    color: #659249 !important;
    font-size: 16px !important;
}

#product_price_table #price_list_table table th {
    border-bottom-width: 0.0625rem !important;
    border-color: #D9D9D9 !important;
    background-color: #002c72 !important;
    color: #fff !important;
    font-weight: 500;
    border: 0 !important;
    border-bottom: 1px solid;
    font-weight: bold;
}

.fotter_bottom .footer_dec h2{
    font-size: 18px !important;
}
.fotter_bottom .footer_dec p{
    font-size: 14px !important;
}

#product_info .upload_artwork_letter {
    background-color: #bb2821;
    color: #ffffff;
    font-weight: bold;
}

#product_info .upload_artwork_letter>a {
    color: #ffffff !important;
}