/*
 Theme Name: TxSensors  
 Version: 5.0.1
 Description: Premium Multi-purpose WordPress Theme
 Author: WPExplorer
 Theme URI: https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019
 Author URI: https://themeforest.net/user/wpexplorer
 License: Custom license
 License URI: http://themeforest.net/licenses/terms/regular
 Template: Total
 Text Domain: Total-child
 Tags: custom-colors, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/
 

/* --------------------------------------------------
    COLORS

    BLUE        : 01214d
    YELLOW      : fec807
    DK BLUE     : 1d252d
-------------------------------------------------- */


.category-img > .vc_column-inner > .wpb_wrapper {
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}

div.wpforms-container-full .wpforms-form button[type=submit],
.popup-container div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #01214d !important;
    border: 1px solid #01214d !important;
    color: #fff;
    border-radius: 5px;
    float: right;
    width: 140px;
}

.vcex-searchbar{
	display: none;
}


.about-us-form div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #01214d !important;
    border: 1px solid #01214d !important;
    color: #fff;
    border-radius: 5px;
    float: left;
    width: 180px;
}

.justify {
	text-align: justify;
}

.parent-page img {
    max-width: 100%;
    vertical-align: top;
    height: 250px;
    object-fit: contain;
}

.height-270 {
	min-height: 270px;
}

.um-field-label label {
    color: white;
}

.um-field-checkbox-option, .um-field-radio-option {
    color: #000 !important;
	padding-bottom: 30px;
}


.right-login label {
    color: #000 !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #ffc807;
    color: #000;
}

.right-login .um input[type=submit].um-button, .right-login .um input[type=submit].um-button:focus, .right-login .um a.um-button, .right-login .um a.um-button.um-disabled:hover, .right-login .um a.um-button.um-disabled:focus, .right-login .um a.um-button.um-disabled:active {
    background: #01214d;
	color: #fff;
}

a.um-link-alt {
    color: #000 !important;
}

.request-quote {
	position: fixed;
    right: 0;
    top: 50%;
    background: #ffc807;
    color: #000;
    padding: 5px 10px;
	  z-index: 99;
}

.rq-form div.wpforms-container-full .wpforms-form input[type=submit], 
.rq-form div.wpforms-container-full .wpforms-form button[type=submit], 
.rq-form div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #fff;
}


.price>.amount, .price ins .amount {
    color: #01214d;
    font-size: 18px;
    font-weight: 700;
}


/*
.wpb_single_image img {
    height: 250px;
    object-fit: cover;
}
*/

.single-product #content {
	padding-top: 60px;
	padding-bottom: 60px;
}


.topbar-my-account {
	display: none;
}

.logged-in .topbar-my-account {
	display: block;
}

.title-h45 {
	min-height: 60px;
}


#wpex-searchform-overlay .searchform-submit {
	display: block;
}

.searchform .searchform-submit {
    position: absolute;
    top: 50%;
    right: 14px;
    height: 20px;
    line-height: 25px;
    margin: -12px 15px 0;
    background: none;
    padding: 0;
    border: 0;
    outline: 0;
    color: inherit;
    font-size: .846em;
    opacity: 0.5;
    z-index: 99999999;
}

#wpex-searchform-overlay form:after {
    display: none;
    content: "\f002";
}

.search #content-wrap {
	padding-top: 60px;
}


.aws-container .aws-search-form .aws-search-btn {
    padding: 0;
    line-height: 33px;
    width: 40px;
    background: #0000 !important;
    height: 85px;
    border: 0 !important;
    margin-left: -50px !important;
	z-index: 99999;
}


#wpex-searchform-overlay input[type="search"] {
    background: black !important;
	margin-top: -50px !important;
}

.wpex-fs-overlay {
    background: rgb(0 0 0 / 20%) !important;
}



.prdctfltr_columns_2 {
	display: none;
}

.prdctfltr_wc {
    margin-bottom: 0px;
}

/*Related Product Images h*/
.wpex-loop-product-images {
    min-height: 265px;
}

/* Resizing BNE Testimonials Widget */
.bne-testimonial-wrapper {
	max-width: 300px !important;
}


/*Mobile Tabs*/
@media only screen and (max-width: 414px) {

	
.woocommerce-Tabs-panel {
    margin-top: 65px !important;
}
	
}


.woocommerce-product-gallery #dtwpb-product-image-slider img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

/*Custom CSS By T J Donegan To Fix Mobile Header Not Being Displayed In Full*/
#top-bar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*Custom CSS By T J Donegan To Add Button To Pressure Drift Blog Post*/
.pressure-drift-blog-button:hover {
	background-color: #01214d !important;
    width: 170px !important;
    height: 33px !important;
    margin: 0 auto !important;
    border-style: solid !important;
    border-width: 5px !important;
    border-color: #ffc807cc !important;
    border-radius: 10px !important;
    cursor: pointer !important;
	margin-bottom: 20px !important;
	text-decoration: underline #fff !important;
}

.pressure-drift-blog-button {
	margin-bottom: 20px !important;
	padding: 0px 5px 5px 5px !important;
}

.pressure-drift-blog-ahref:hover {
	color: #ffc807cc !important;
	text-decoration: underline !important;
}

.pressure-drift-blog-button-ahref:hover {
	text-decoration: underline #fff !important;
}

.single-blog-header {
    padding-top: 20px !important;
}

/*Custom CSS By T J Donegan To Add Margin Top To Terms & Conditions Checkbox On Checkout*/
.validate-required .woocommerce-form__label-for-checkbox {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}


.sw-acf-field-label {
	display: none;
}

.dummy-pdf {
	background-color: red;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 1px;
	
}

/* login / registration page (/account/) */
#customer_login {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}
#customer_login > .col-1 {
    padding:35px 20px!important;
    background: #01214d;
    color: #fff; 
    font-weight: bold;
    margin-bottom: 0;
}
#customer_login > .col-1 h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
#customer_login > .col-1 a {
    color: #fff;
    text-decoration: underline;
}
#customer_login > .col-1 a:hover {
    color: #ffc807;
}
#customer_login > .col-1 button, 
#customer_login > .col-1 .button {
    background: #ffc807;
    color: #000;
}
#customer_login > .col-2 {
    padding: 35px 20px!important;
    background: #ffc807;
    color: #000;
    font-weight: bold;
}
#customer_login > .col-2 h2 {
    color: #000;
    text-align: center;
    padding-bottom: 15px;
}
#customer_login > .col-2 a {
    color: #fff;
    text-decoration: underline;
}
#customer_login > .col-2 a:hover {
    color: #000;
}

/* contact page - forms */
#request-a-quote div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #ffffff;
}
#request-a-quote div.wpforms-container-full .wpforms-form button[type="submit"], #request-a-quote .popup-container div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #ffc80a !important;
  border: 1px solid #ffc80a !important;
  color: #000;
}
#ask-the-engineer div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #000000;
}

/* download for dummies shortcode and form */
.txs-dfd {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.txs-dfd .txs-dfd-left {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column        
}
.txs-dfd .txs-dfd-right {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 15px;
    max-width: 250px;
}
.txs-dfd .txs-dfd-right > * {
    margin: 0!important;
}
.txs-dfd .txs-dfd h3 {
    margin: 0;
}
.txs-dfd .txs-dfd-form .wpforms-form {
    display: -ms-flexbox;
    display: flex;
}
.txs-dfd .txs-dfd-form .wpforms-field-container {
    width: auto;
}
.txs-dfd .txs-dfd-form .wpforms-field-container input {
    width: 100%!important;
    max-width: 95%!important;
}
.txs-dfd .txs-dfd-form .wpforms-submit-container {
    width: auto;
}
.txs-dfd .txs-dfd-form .wpforms-submit {
    float: none!important; 
    line-height: 1.15!important;
    width: 100px!important;
    color: #fff!important;
}

/* download for dummies shortcode and form */
.txs-dfd2 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    padding: 10px; 
    max-width: 450px;
}
.txs-dfd2 .txs-dfd-left {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;  
    max-width: 50%;
    padding: 30px 20px 30px 15px;
}
.txs-dfd2 .txs-dfd-right {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 15px;
}
.txs-dfd2 .txs-dfd-right > * {
    margin: 0!important;
}
.txs-dfd2 h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
}
.txs-dfd2 .txs-dfd2-form .wpforms-form {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.txs-dfd2 .txs-dfd2-form .wpforms-field-container {
    width: auto;
}
.txs-dfd2 .txs-dfd2-form .wpforms-field-container .wpforms-field {
    padding: 5px 0;
}
.txs-dfd2 .txs-dfd2-form .wpforms-field-container input {
    width: 100%!important;
    max-width: 95%!important;
    font-size: 14px !important;
    line-height: 1 !important;
    height: 30px !important;
}
.txs-dfd2 .txs-dfd2-form .wpforms-submit-container {
    width: auto;
}
.txs-dfd2 .txs-dfd2-form .wpforms-submit {
    float: none!important; 
    line-height: 1.15!important;
    /*width: 100px!important;*/
    color: #fff!important;
    text-transform: uppercase!important;
}


/* stock availability */
.woocommerce .product p.stock a {
  color: #d75440;
  font-weight: 600;
  font-size: 18px;
}


/* hide form field */
.txs-hidden-field {
    display: none;
}

/* hyperlink button */
a.txs-button {
    display: inline-block;
    background-color: #01214d !important;
    border: 1px solid #01214d !important;
    color: #fff;
    border-radius: 5px!important;
    font-size: 1em!important;
    padding: 10px 15px!important;  
    margin-top: 15px!important;
}
a.txs-button:hover {
    color: #fff;
}

.products .product .product-inner {
 background: #e3e2e2;
 padding: 15px 0 0;
 border-radius: 15px;
 transition: 0.2s;
 box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
 margin: 5px 0;
}

.products .product .product-inner:hover {
 background: #e3e2e2;
 box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
}

.products .product a.button {
 display: block;
 padding: 15px;
 border-radius: 0 0 15px 15px;
 text-transform: uppercase;
 background: #003b8d;
}

.products .product:hover a.button {
 background: #004cb7;
}

.products .product .product-details h2 {
 border-top: 1px solid #cbc7c7;
 padding: 15px 15px;
}

.products .product:hover .wpex-loop-product-add-to-cart {
 display: none;
}

.products .product .price {
	margin-top: -5px;
	background: #ffc80a;
	padding: 15px;
}

.products .product .product-details .price {
 display: none;
}

.products .product .price {
 margin-bottom: 15px;
}

.additional-infos {
 position: absolute;
 z-index: 9;
 top: 0;
 background: #fff;
 height: 100%;
 overflow-y: auto;
 opacity: 0;
 transition: 0.2s;
 width: 100%;
}

.products .product .product-inner:hover .additional-infos {
 opacity: 1;
}

.additional-infos table {
 margin: 0;
}

.additional-infos table th, .additional-infos table td {
  border: 1px solid #cbc7c7;
}

ul.page-numbers a, span.page-numbers, .page-links>span, .page-links a>span, .bbp-pagination-links span.page-numbers, .bbp-pagination-links .page-numbers {
 padding: 15px 20px;
 font-size: 16px;
 background: #003b8d;
 color: #fff;
}

.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover, .page-links>span.current, .page-links a>span:hover, .bbp-pagination-links .page-numbers.current, .elementor-pagination .page-numbers.current {
 background: #004cb7;
 color: #fff;
}

.page-numbers.current, .page-numbers.dots {
 background: #ffc80a !important;
 color: #000 !important;
}

.woocommerce-pagination {
 text-align: center;
}

#top-bar-social-alt {
 display: flex;
 align-items: center;
 justify-content: center;
}

#top-bar-social-alt .wpex-mt-10 {
 margin: 0 10px;
}

.product_title.single-post-title {
 background: #7ab800;
 padding: 10px 15px;
 color: #fff;
 font-weight: bold;
 text-transform: uppercase;
 margin: 0;
}

.woocommerce .product .summary {
 background: #808080;
 color: #fff;
}

.woocommerce-product-details__short-description {
 padding: 10px 15px;
 font-size: 16px;
 margin: 0;
}

.woocommerce .product .summary .price {
 background: #ddd;
 padding: 10px 15px;
}

.tagged_as {
 display: none !important;
}

.product_meta {
 padding: 10px 15px;
 font-size: 16px;
 margin: 0;
 background: #ddd;
 color: #000;
}

.woocommerce .product p.stock {
 padding: 10px 15px;
 color: lime;
}

.woocommerce .product form.cart {
 padding: 0px 15px 15px;
 display: flex;
 flex-direction: column;
}

.woocommerce .product .summary .single_add_to_cart_button, .woocommerce .product .summary .added_to_cart {
 display: block;
 padding: 5px 30px;
 text-transform: uppercase;
 background: #7ab800;
 font-weight: bold;
 font-size: 15px;
}

.woocommerce .product .summary .single_add_to_cart_button:hover, .woocommerce .product .summary .added_to_cart:hover {
	background: #92c900;
}

.woocommerce .quantity.buttons_added input[type=number] {
	height: 100%;
	width: 100%;
	height: 40px;
}

.wpex-quantity-btns {
	background: #fff;
}

.woocommerce .summary .quantity {
	width: 100px;
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product .woocommerce-loop-category__title:hover {
 text-decoration: underline;
}

.woocommerce-tabs ul.tabs li {
 padding: 10px 30px;
 height: 60px;
 margin: 0;
 background: #dddddd;
 color: #000;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-right: 0px;
}

.woocommerce-tabs ul.tabs li.active {
 background: #ffc80a;
}

.woocommerce-tabs ul.tabs {
 height: auto;
 border: 0;
 margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
 border: 0;
}

.woocommerce-tabs .panel {
 border: 1px solid #ddd;
 padding: 20px;
}

.woocommerce-tabs .panel a {
 background: #7ab800;
 padding: 10px 20px;
 display: inline-block;
 color: #fff !important;
 font-size: 15px;
 font-weight: normal;
}

.woocommerce-tabs .panel a:hover {
	text-decoration: underline;
}

.woocommerce-tabs .panel p {
 margin-bottom: 15px !important;
}

.product-attributes-full {
 display: flex;
 flex-direction: column;
 width: 100%;
}

.product-attributes-full .attributes-head {
 background: #7ab800;
 padding: 20px;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
}

.product-attributes-full tr:nth-child(even) th, .product-attributes-full tr:nth-child(even) td {
 background: #eee;
}

.additional-infos tr:nth-child(even) th, .additional-infos tr:nth-child(even) td {
	background: #eee;
}

@media(max-width: 600px) {
	ul.page-numbers a, span.page-numbers, .page-links>span, .page-links a>span, .bbp-pagination-links span.page-numbers, .bbp-pagination-links .page-numbers {
	 padding: 8px 8px;
	}
}

.woocommerce .product .summary .added_to_cart {
	background: #0aa9ff;
	text-align: center;
	margin-top: 5px;
}

.woocommerce .product .summary .added_to_cart:hover {
	background: #1cb0ff;
}

thead {
    background: #7ab800 !important;
    color: #fff !important;
}

table thead th {
	color: #fff !important;
}

.quantity.buttons_added {
	width: 100%;
}

.cart_totals .shop_table.shop_table_responsive th {
   background: #f7f7f7;
}

#order_review tfoot th {
 background: #f7f7f7;
}

#place_order, .cart-collaterals .wc-proceed-to-checkout .button {
    display: block;
    padding: 12px 30px;
    text-transform: uppercase;
    background: #7ab800;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
	text-align: center;
}

#place_order:hover, .cart-collaterals .wc-proceed-to-checkout .button:hover {
 background: #92c900;
}

.vc_custom_1600806609669 .vc_column-inner > .wpb_wrapper, .vc_custom_1600806600400 .vc_column-inner > .wpb_wrapper {
 box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
 padding: 15px 0;
 margin: 10px 0;
 border-radius: 10px;
}

.super-header-title {
	margin-bottom: 20px;
}

.js .tmce-active .wp-editor-area {
	color: black!important;
}