/*
Theme Name: Bridgetek IC Module
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Datatables sort icons */
span.amount{
	color: #e24646;
}
.button{
    border-radius: 0;
}
#table-products {
    width: 100% !important;
    border-collapse: collapse;
}
#table-products th, #table-products td {
    font-size: 15px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.5;
    border: 1px solid #ddd;
    padding: 8px !important;
    min-width: inherit !important;
    text-align: center;
}
#compare-product {
    margin: 5px 0;
    margin-right: 15px;
}
#table-products td {
    vertical-align: top;
    color: #333;
}
#table-products td.desc{
    font-size: 14px;
    text-align: left;
}
#table-products th {
    background: #0f75bc;
    color: #fff;
    border-color: #0f75bc;   
    font-size: 14px; 
    position: relative;
    padding-bottom: 30px !important;
}

#table-products td.name{
    text-align: left;
    font-weight: 700;
}
#table-products td a{    
    color: #0f75bc;
}
#table-products td.product-series-name{
    background: #f3f6fa;
    text-align: left; 
}
#table-products td.product-series-name:hover{
    background: #fff;
}
#table-products td.product-series-name a {
    font-weight: 700;
    font-size: 18px;
    color: #0b2154;
    display: block;
}
#table-products .product-images img {
    min-width: 120px;
    height: auto;
}
#table-products thead .sorting::before,
#table-products thead .sorting_asc::before,
#table-products thead .sorting_desc::before,
#table-products thead .sorting_asc_disabled::before,
#table-products thead .sorting_desc_disabled::before {
    right: 3px;
    /* Up arrow */
    content: "\25B2";
    bottom: 17px;
}
 #table-products td a.button{
    white-space: nowrap;
 }
#table-products td a.button.secondary:not(.is-link){
    color: #fff;
  }
#table-products td a.button.secondary.is-link{
    color: #b71c26;
}
#table-products thead .sorting::after,
#table-products thead .sorting_asc::after,
#table-products thead .sorting_desc::after,
#table-products thead .sorting_asc_disabled::after,
#table-products thead .sorting_desc_disabled::after {
    /* Down arrow */
    content: "\25BC";
    bottom: 5px;
    right: 3px;
}
 
/* Active sort icon */
#table-products thead .sorting_asc::before,
#table-products thead .sorting_desc::after {
    color: #9c5c1c; 
    position: absolute;   
    right: 3px;
}
#table-products thead .sorting::before, #table-products thead .sorting::after{
    position: absolute;
    font-size: 10px;
    right: 48%;
}
#table-products thead th.sorting:last-child:before, #table-products thead th.sorting:last-child:after,
#table-products thead th.sorting:first-child:before, #table-products thead th.sorting:first-child:after{
    display: none;
}
.filter-series .select-product {
    display: inline-block;
    margin-left: 20px;
}

#form-products .dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
#form-products .dataTables_wrapper .dataTables_filter label input {
    margin-left: 10px;
    margin-bottom: 0;
    border-color: #ddd;
}
#form-products #table-products_filter {
    margin-top: -47px;
}
.product-small.box .box-image {
    padding: 20px;
}
.products-home .tabbed-content > h4 {
    text-transform: capitalize;
    font-size: 32px;
}
.products-home .tabbed-content ul.nav li a:hover, .products-home .tabbed-content ul.nav li.active a {
    color: #0b216f;
}
.products-home .tabbed-content ul.nav li a {
    font-size: 16px;
    padding: 0px 15px;
    color: #596277;
}
.products-home .tabbed-content ul.nav {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.product-small.box .price-wrapper {
    padding: 10px 0 5px;
    font-size: 18px;
}
.product-small.box a.button.add_to_cart_button {
    background: #ebebeb !important;
    color: #888;
    font-size: 13px;
}
#masthead ul.header-nav li.application-menu{
    position: static;
}
#masthead ul.header-nav li.application-menu .nav-dropdown li{
    width: 33.33%;
    float: left;
}
#masthead ul.header-nav li.application-menu .nav-dropdown li:nth-child(3n+1){
    clear: both;
}
#masthead ul.header-nav li.application-menu .nav-dropdown li a {
    font-size: 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
#masthead ul.header-nav li ul.nav-dropdown.nav-dropdown-default {
    background: #f5f5f5;
}

#masthead ul.header-nav li.products-menu .nav-dropdown>li.nav-dropdown-col a {
    text-transform: capitalize;
    color: #666;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
#masthead ul.header-nav li.products-menu > .nav-dropdown>li.nav-dropdown-col > a {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}
#masthead ul.header-nav li.products-menu .nav-dropdown>li.nav-dropdown-col a:hover{
    color: #000;
}
.product-info .breadcrumbs{
    display: none;
}
.product-summary .woocommerce-Price-currencySymbol {
    font-size: 23px;
    vertical-align: middle;
    margin-top: 0;
    position: relative;
    top: -1px;
}
.product-options-info ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
.product-options-info ul li {
    list-style: none;
    margin-left: 0;
    width: 48%;
    position: relative;
    padding-left: 22px;
    padding-right: 15px;
}
.product-options-info ul li:nth-child(2) i:before{
    content: "\f1c0";
}
.product-options-info ul li:nth-child(3) i:before{    
    content: "\f1b2";
}
.product-options-info ul li:nth-child(4) i:before{
    content: "\f12e";
}
.product-options-info ul li:nth-child(5) i:before{
    content: "\f3fd";
}
.product-options-info ul li:nth-child(2) i:before{
    content: "\f2f1";
}
.product-options-info ul li:nth-child(7) i:before{
    content: "\f187";
}
.product-options-info ul li:nth-child(8) i:before{
    content: "\f042";
}
.product-options-info ul li:nth-child(9) i:before{
    content: "\f49e";
}
.product-options-info ul li:nth-child(10) i:before{
    content: "\f274";
}
.product-options-info ul li:nth-child(11) i:before{
    content: "\f274";
}
.product-options-info ul li:nth-child(12) i:before{
    content: "\f1c0";
}
.product-options-info ul li:nth-child(13) i:before{
    content: "\f1c0";
}
.product-options-info ul li:nth-child(14) i:before{
    content: "\f1c0";
}
.product-options-info ul li:nth-child(15) i:before{
    content: "\f1c0";
}
.product-options-info ul li:nth-child(16) i:before{
    content: "\f0e8";
}
.product-options-info ul li:nth-child(17) i:before{
    content: "\f29e";
}
.product-options-info ul li:nth-child(18) i:before{
    content: "\f200";
}
.product-options-info ul {
    display: flex;
    flex-flow: row wrap;
}
.product-info span.label-price {
    font-weight: 400;
    font-size: 16px;
}
.product-info p.price.product-page-price {
    margin-bottom: 30px;
}
.product-images .product-video-popup{
    display: none !important;
}

.product-footer .woocommerce-tabs ul.tabs li a:before {
    display: none;
}

.product-footer .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background: #0f75bc;
    border: 0;
}
.product-footer .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    color: #939393;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}
.product-footer .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #0f75bc;
}
.product-footer .woocommerce-tabs {
    border: 0;
}
.product-footer .woocommerce-tabs .tab-panels {
    color: #333;
        padding-top: 30px;
}
.product-footer .woocommerce-tabs .download-content table tr td a {
    color: #0f75bc;
}
#tab-ux_video_tab {
    opacity: 1 !important;
    overflow: visible !important;
}
.product-footer .woocommerce-tabs .download-content table tr td {
    color: #333;
    font-size: 16px;
}
.download-content ul li a {
    color: #1d87d0;
    text-decoration: underline;
}
.download-content ul li {
    list-style: none;
    margin-left: 0;
}
.download-content ul li a:hover, table.table.table-kit a:hover{
    text-decoration: none;
}
.woocommerce-Tabs-panel--ux_video_tab {
    width: 650px;
    margin: 0 auto;
}
.item-applications h3.name-item {
    font-size: 18px;
}
.item-applications .list-attr {
    margin-top: 15px;
}
.item-applications .list-attr li {
    margin-left: 0;
    list-style: none;
    font-size: 14px;
}
.item-applications .part_no a, .item-applications .list-attr li span {
    color: #0f75bc;
}
.item-applications .box-text {
    padding: 10px;
}
.item-applications .box-text, .item-applications .box-image{
    vertical-align: top;
}
.addcart-applications h4 {
    font-size: 15px;
}
.addcart-applications p em {
    font-size: 14px;
}
.addcart-applications table.table.table-price tr td {
    font-size: 14px;
    color: #333;
}
.addcart-applications table.table.table-price thead tr td {
    font-size: 13px;
    font-weight: 700;
}
.addcart-applications h4.title-large-price {
    color: #0f75bc;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}
.addcart-applications .addcart-groups a.button {
    margin: 0;
}
.item-applications .box a.is-link {
    color: #0f75bc;
}
.item-applications .box-text p {
    font-size: 15px;
}
.addcart-applications .col-inner.stard-price {
    background: #f3f4fa;
}
.addcart-applications .col-inner {
    padding: 15px;
}
.item-applications {
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    padding: 15px;
}
.row.row-applications {
    max-width: 1700px;
}
.item-applications .addcart-groups input.qty {
    margin-left: 10px;
}
.short-descriptions {
    margin-bottom: 20px;
}
.application-areas ul li{
    list-style: none;
    margin-left: 0;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 0;
}
.application-areas ul li:nth-child(2n){
    background: #fbfbfb;
}
.show-for-small{
    display: none;
}
.supports-home .icon-box img {
    filter: brightness(0) invert(1);
    max-height: 30px;
    width: auto;
}
.about-modules .ux-menu a{
    min-height: unset;
}
.about-modules .ux-menu a i{
    color: #0f75bc;
}
.product-small.box .box-image a{
    position: relative;
    padding-top: 75%;
}
.product-small.box .box-image a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.software-page .container.section-title-container{
    padding: 0px 15px;
}
.title-software h3.section-title{
    background: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.title-software h3.section-title span {
    color: #0f75bc;
}
.documents-wrapper #secondary .widget span.widget-title {
    padding: 10px 20px;
    display: block;
    background: #0f75bc;
    color: #fff;
    margin-left: -20px;
    border-radius: 0 99px 99px 0;
    margin-bottom: 15px;
    font-size: 18px;
    width: 95%;
}
#menu-documents-menu li a {
    display: block;
    position: relative;
    padding-left: 16px;
    color: #333;
}
#menu-documents-menu li.current-menu-item a, #menu-documents-menu li a:hover{
    color: #0f75bc;
}
#menu-documents-menu li a img {
    padding: 0;
    max-width: 20px;
    position: absolute;
    left: 0;
    top: 8px;
    filter: sepia(100%) hue-rotate( 190deg ) saturate(500%);
}
.documents-wrapper h2.single-title {
    font-size: 26px;
}
.documents-file ul li a {
    color: #0183dc;
    padding: 10px;
    background: #f2f2f2;
    display: block;
}
.documents-file ul li a:hover{
    color: #b32029;
    text-decoration: underline;
}
.documents-file ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 4px;    
    border-bottom: 1px solid #ddd;
}
.documents-wrapper h3.title-parrent-doc {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.desc-document table{
    margin-top: 15px;
}
.desc-document tbody tr td a {
    color: #0f75bc;
}
.desc-document tbody tr td {
    padding: 15px;
    background: #f7faff;
    color: #333;
}
.desc-document tbody tr:first-child td {
    background: #0f75bc;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.header-enquiry-dropdown a.header-cart-link span#total-items {
    font-size: 11px;
    background: #b32029;
    padding: 2px;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 1px;
    font-family: Arial,Sans-serif !important;
    color: #fff;
}
.header-enquiry-dropdown [data-icon-label]:after{
    display: none;
    content: "";
}
li.cart-item [data-icon-label]:after{
    display: block !important;
}
.yith-wcwl-add-button i.fa-heart-o:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.yith-wcwl-add-button a, .yith-wcwl-wishlistexistsbrowse i {
    color: #0f75bc;
}
.wishlist_table th.product-add-to-cart, .wishlist_table td.product-add-to-cart {
    display: none;
}
#my-account-nav li.active a {
    font-weight: 700;
}
#my-account-nav li.active a, #my-account-nav li a:hover {
    color: #0f75bc;
}
#my-account-nav li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #0b2154;
    font-weight: 400;
}
.woocommerce-Tabs-panel--videos_tab .wp-video{
    margin: 0 auto;
}
a.button [data-icon-label]:after{
    display: none !important;
}
#shipping_method li.shipping__list_item input[type="radio"] {
    position: absolute;
    left: 0;
    top: 6px;
}

#shipping_method li.shipping__list_item {
    display: block;
    text-align: left;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}
.custom-carrier input[type="text"] {
    width: 200px;
    margin-bottom: 10px;
}
.custom-carrier label {
    font-weight: 400;
}
.header-enquiry-dropdown ul.nav-dropdown.nav-dropdown-default {
    right: 0;
    left: auto;
    visibility: hidden;
}
.header-enquiry-dropdown:hover ul.nav-dropdown.nav-dropdown-default, .current-dropdown ul.nav-dropdown.nav-dropdown-default {
    visibility: visible;
}
.product-images {
    position: relative;
}
.product-images span.label-type {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #b71c26;
    color: #fff;
    padding: 1px 10px;
}
#header .nav-dark .cart-icon strong{
    margin-top: -5px;
    font-size: 12px;
}
.box-image .out-of-stock-label {
    font-size: 11px;
    padding: 6px 10px;
    left: auto;
    background: #b32029;
    color: #fff;
    top: 10px;
    right: 10px;
}
.woocommerce-checkout p.form-row span.error {
    color: #e2401c;    
    font-weight: bold;
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 10px;
    display: block;
}
.woocommerce-checkout p.form-row#billing_phone_field span.error{
    margin-top: 5px;
}
.woocommerce-checkout p.form-row#account_password_field span.error{
    margin-top: -12px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error, .woocommerce-checkout p.woocommerce-invalid-email span.error, 
.woocommerce-checkout p.woocommerce-invalid-phone span.error {
    display: block !important;
}
@media(max-width: 880px){
    .mobile-search input {
        width: 200px;
    }
    #form-products .product-cate {
        font-weight: 700;
        padding: 10px;
        background: #f5f5f5;
        margin-bottom: 15px;
    }
    .row.product_item h4 {
    font-size: 16px;
}
    .row.product_item{
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .row.product_item .col {
        padding-bottom: 5px;
        font-size: 15px;
    }
    #form-products .dataTables_info{
        display: none;
    }
    .show-for-small{
        display: block;
    }
    #form-products #table-products_filter{
        display: none;
    }
    #header .cart-icon strong{
        font-size: 12px;
    }
    .header-enquiry-dropdown ul.nav-dropdown.nav-dropdown-default {
    right: -50px;
}
}
