.featured-boxes .table-bordered thead td, .table-bordered thead th {
	vertical-align: middle;
}
.featured-boxes .table-bordered thead th {
	position: relative;
	padding-right: 15px;
	color: #08c;
}
.featured-boxes .table-bordered thead th:after {
	position: absolute;
	content: "\f0dc";
	font-family: Font Awesome\ 5 Free;
	top: 30%;
	right: 8px;
	bottom: 0;
	display: none;
}
.featured-boxes .table th {
	padding: 0.75rem 0.65rem;
}
.featured-boxes .table-bordered thead th span a {
	line-height: 16px;
	display: inline-block;
}
.list.list-icons li {
    position: relative;
    padding-left: 25px;
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
.list.list-icons li > .fa:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li > .fas:first-child, .list.list-icons li a:first-child > .fas:first-child, .list.list-icons li > .far:first-child, .list.list-icons li a:first-child > .far:first-child, .list.list-icons li > .fal:first-child, .list.list-icons li a:first-child > .fal:first-child, .list.list-icons li > .fab:first-child, .list.list-icons li a:first-child > .fab:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
	color: #0088cc;
	border-color: #0088cc;
}
.list.list-icons li > .fa:first-child, .list.list-icons li > .fas:first-child, .list.list-icons li > .far:first-child, .list.list-icons li > .fab:first-child, .list.list-icons li > .fal:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li a:first-child > .fas:first-child, .list.list-icons li a:first-child > .far:first-child, .list.list-icons li a:first-child > .fab:first-child, .list.list-icons li a:first-child > .fal:first-child, .list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}
@media only screen and (max-width: 767px) {
	@supports (-webkit-appearance:none) {

  .featured-boxes .table th:after { 

           right: 12px;

    }
}
.featured-boxes .table tr.pair th{
	  min-width: 170px;
	
}
#ProductDataTableList_wrapper  th{
	    min-width: 180px;
	
    }
   
}

.featured-boxes p {
    margin: 0 0 2px !important;
    color: #1d2127 !important;
    font-size: 16px !important;
}

.featured-boxes.product_lists ul.list.list-icons {
    margin: 0px;
}

.featured-boxes.product_lists p.print-btn {
    padding-top: 0px !important;
}

.featured-boxes.product_lists p.print-btn a.btn.btn-outline.btn-primary.mb-2 {
    padding: 8px 16px;
}
.featured-boxes {
    margin-bottom: 30px;
}

.productmasked-text {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}

.productmasked-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; /* Blur area */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.productmasked-expanded {
    height: auto;
    -webkit-mask-image: none;
    mask-image: none;
    margin-bottom:32px;
}

/* Popup Styles */
.productmasked-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index:99999999;
}

.productmasked-popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.productmasked-error-message {
    color: red;
    font-size: 14px;
    display: none;
    text-align: left;
}
#catalog-conditions p {
    font-size: small !important;
    font-style: italic;
    margin: 0;
}
.print-btn a.btn {
    border: 2px solid #0088cc;
    font-size: 14px;
    font-weight: 100;
}
.print-btn a.btn:active {
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}
#footer-btns-functions {
    margin: 30px 0 0!important;
}
#footer-btns-functions .print-btn {
    padding-left: 0 !important;
}
#footer-btns-functions .print-btn {
    padding-left: 0 !important;
}
.img-thumbnail.img-thumbnail-hover-icon.lightbox {
    max-width: 100%;
    width: 700px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
    .print-btn {
        padding: 14px 0 14px 15px !important;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
}
html .btn-outline.btn-primary {
    color: #0088cc !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #0088cc;
}

.btn {
    font-size: 14px;
    padding: 10px 11px !important;
    cursor: pointer;
    font-weight: 400;
    margin-right: 2px;
}