[data-product-popup] .content h2 {
    color: #337ab7;
}
[data-product-popup] .content p {
    width: max-content;
    max-width: 90%;
    margin: 15px auto 0;
    padding: 9px 20px;
    background: #fe5a0e;
    color: #fff;
    transition: 0.3s all;
}
[data-product-popup] .content p:hover {
    background: #c0440b;
}
.portfolio-style-two .single-portfolio-style-two .img-box > img {
    transition: 0.3s all;
}
.portfolio-style-two .single-portfolio-style-two:hover .img-box > img {
    filter: blur(5px);
}
[data-product-popup] .arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'industrio-icon' !important;
    font-size: 15px;
    color: #FE5A0E;
}
[data-product-popup] .arrow::before {
    content: "\e900";
}

.table-wrapper {
    overflow: auto;
}
.table-wrapper table {
    width: 100%;
}
.table-wrapper td {
    padding: 2px 5px;
}
.table-wrapper th {
    padding: 10px 5px;
    background-color: #e3e3e3;
}
.table-subtitle {
    text-align: center;
    font-style: italic;
}
.table-subtitle td {
    padding: 7px;
}

.portfolio-style-two .sec-title + .table-wrapper {
    margin-top: -35px;
}

.header-navigation ul.navigation-box > li > span {
    padding: 0;
    font-family: 'Onest', sans-serif;
    color: #262626;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 600;
    display: inline-block;
}
.header-navigation ul.navigation-box > li > span::after {
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    margin-left: 5px;
    color: #fe5a0e;
}
.hidden-sidebar .sidebar-content .navigation-box li span {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}
.fa-caret-down:before {
    font-family: Font Awesome\ 5 Free;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
    font-size: 16px;
    font-weight: normal;
}
.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    padding-right: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M0 0L6 7L12 0H0Z' fill='white'/%3E%3C/svg%3E") no-repeat right center / 10px;
}
.hidden-sidebar .sidebar-content .navigation-box .sub-menu li + li {
    margin-top: 10px;
}

@media (max-width: 480px) {
    .header-top .single-header-right-info {
        width: 100%;
        margin: 15px auto 0 !important;
    }
}