/*
 Theme Name:   Cable Essentials
 Description:  Customized Theme for Cable Essentials
 Author:       SKY1
 Author URI:   http://sky1.us
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.page-title-default {
    background-color: #0a0a0a;
    background-image: url(https://de.local/wp-content/uploads/2021/08/data-cables.jpg) !important;
    background-size: cover;
    background-position: center center;
}
.page-title-default:after {
	background: rgba(0,0,0,.7);
	position: absolute; width: 100%; height: 100%; display: block; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; content: ' ';
}
.page-title-default .container {
	z-index: 3;
}
.u-mega-dropdown .color-scheme-dark {
    background: #1B1F23;
}
.amount {display:none;}
.wc-pao-subtotal-line {display:none !important;}
.cart-subtotal {
    display: none;
}
.woocommerce-orders-table__header-order-status, .woocommerce-orders-table__cell-order-status {
	display:none;
}

.optional {display: none;}

#billing_email_field, #billing_state_field {
	overflow: visible;
    width: 48%;
    float: left;
}

#billing_phone_field, #billing_postcode_field {
	overflow: visible;
    width: 48%;
    float: right;
}

#billing_email_field.form-row-wide, 
#billing_phone_field.form-row-wide, 
#billing_postcode_field.form-row-wide,
#billing_state_field.form-row-wide {
	clear: unset;
}

.green-bold {
	color: #009b49; 
	font-weight: bold;
}

.grecaptcha-badge {
	display: none !important;
}
.scrollToTop {
	bottom: 75px !important;

}
@media (max-width: 767px) {
	.quote-btn, .elementor .elementor-hidden-phone  {
	    display: inline-block !important;
	    
	}
	.elementor-10369 .elementor-element.elementor-element-1074556.elementor-column > .elementor-widget-wrap {
	    justify-content: unset !important;
	}
	.scrollToTop {
	    right: 24px !important;
		bottom: 84px !important;

	}
	.sky1-hidden-phone {
		display: none;
	}
	.menu-item-compare {
	    display: none !important;
	}
}
