@font-face {
	font-family: maturasc;
	src: url('../assets/font-awesome/fonts/MATURASC.TTF');
  }

@font-face {
font-family: forte;
src: url('../assets/font-awesome/fonts/FORTE.ttf');
}

@font-face {
	font-family: opensans-regular;
	src: url('../assets/font-awesome/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: segoe;
    src: url('../assets/font-awesome/segoepr.ttf');
}

@font-face {
    font-family: segoe-bold;
    src: url('../assets/font-awesome/segoeprb.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&display=swap');

body {
	background-color:white;
    font-family: "Poppins";
}

p {
    font-size:18px;
}
#page {
	background-color:white;
}
	
.catalog-menu-box {


	/*width:30%;*/
	padding: 0px;
	/*background: #434343;*/
	/*daryl extension*/
	float: right;
	/*border-radius: 0 35px 0 0 ;*/
	/*height:fit-content;*/
	/*padding-bottom: 7px;*/
}

ul.cat-nav-menu {
    /*padding-top: 20px;*/
        background-color: #434343;
            border-radius: 0 23px 0 0;
            margin-bottom:0 !important;
        }

ul.cat-nav-menu li.menu-item:first-child {
    border-radius:0 23px 0 0;
}

.page-about-us .section_1 p {
    text-align:justify;
}

.catalog-menu-box::before {
    content:' ';
    background-color:#434343;
}

.catalog-menu-box li {
    background-color:#434343;
    padding-bottom:20px;
}
.main-slider{
	width:100%;
    /*padding-left: 10px;*/
}
.hide-menu-toggle{
	display:none
}
#sticky-header-sticky-wrapper{
	display:none
}
.catalog-menu a{
	color:#fff;
	line-height:normal;
	padding:0 0 3px 0;
}
.catalog-menu .catalog-menu-title{
	display: none;
}

.catalog-menu ul li{
}
.catalog-menu-title{
	color:#fff
}
.catalog-menu > ul > li{
	padding: 0 0 0 40px;
	border-bottom:1px solid rgba(288,288,288,0.3);
}
/*.catalog-menu > ul > li:after {
    content: "";
    height: 4px;
    background-color: #bc0b01;
    width: 4px;
    position: absolute;
    float: left;
    left: 18px;
    top: 13px;
}*/

.catalog-menu > ul > li:after {
	height:0px;
}
.catalog-menu > ul > li:before {   
	content: "";  
	border-color: transparent #bc0b01;  
	border-style: solid;  
	border-width: 0.35em 0 0.35em 0.45em;  
	display: block;  
	height: 0;  
	width: 0;  
	left: -1em;  
	top: 0.9em;  
	position: relative;  
} 
.catalog-slider-w-search-inner{
	width:70%;
	display: inline-block;
}
#search-box{
	width: 100%;
	display: flex;
	flex-direction: row;
	background:#656565;
}
#search-box input[type="search"]{
	border: 7px solid #656565;
	width: calc(100% - 58px);
	background:#fff;
	height:45px;
	/*margin-left: 210px;*/
}
#search-box .widget_product_search{
	flex-basis: 100%;
}
#search-box .catalog-cat-title{
	flex-basis: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search-box .catalog-cat-title a{
	color:#fff;
	
}
#search-box .woocommerce-product-search button[type="submit"]{
	background:#bc0b01;
	border:5px solid #656565;
	width: 54px;
	border-radius: 10px;
	height:45px
}
.catalog-slider-promotion-wrap {    
    overflow: hidden;
}
.pages-3{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.pages-3 .col-md-4{
	flex-basis:30%;
}
.pages-3 .col-md-4 a{
	display:flex;
	/*background: #dcdcdc;*/
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 20px 20px 20px;
    border-radius: 10px;
	overflow: hidden;
	transition: all 0.7s;
}
.pages-3 .col-md-4 a:hover{
	transition: all 0.7s;
	margin-top: -5px;
	margin-left:-2px;
	box-shadow: 5px 5px 9px rgba(0,0,0,0.2);
}
.pages-3 .col-md-4 a h3{
	font-family: "maturasc";
	margin-bottom: 5px;
	font-size:35px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.home-sections {
}
.home-sections h3 {
    font-family: "segoe-bold" !important;
        margin-bottom: 5px;
            font-size:30px;
            font-weight:bold;
            }
.pages-3 .col-md-4 a h3,.pages-3 .col-md-4 a p{
	color:#072a48;
	text-align: center;
}
.brand-content-box{
	display:none
}

#colophon .widget-title{
	color:#fff
}
input[type="reset"], input[type="button"], input[type="submit"]{
	background:#bc0b01;
}
.subscribe-form{
	position: relative;
}
.subscribe-form label{
	position: absolute;
	left: 20px;
	top: 10px;
	transition:all 0.7s;
}
.subscribe-form br{
	display: none;
}
#colophon .widget-title{
	position: relative;
	padding-bottom: 15px;
}
#colophon .widget-title::before{
	content:"";
	width:85px;
	height:2px;
	background:#bc0b01 ;
	position: absolute;
	bottom: 0;
	left: 0;
}
#colophon .widget-title::after{
	content:"";
	width:85px;
	height:2px;
	background:#fff ;
	position: absolute;
	bottom: 0;
	left: 86px;
}
#colophon .widget ul li a{
	color: #fff;
}
#colophon .widget ul li a i{
	color: #bc0b01;
}
#colophon .payment-card li.fb a i{
	color: #355697;
}
#colophon .payment-card li.tw a i{
	color: #00afeb;
}
#colophon .payment-card li.in a i{
	color: #006eb2;
}
#colophon .widget .payment-card li a{
	font-size:46px;
}
#colophon{
	width:100%;
	display:flex;
	background-color: #111;
    min-height:380px;
	/*position: relative;
	z-index: 999999999999;*/
	/*background-image:url('../../../uploads/2020/09/cable-wires.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-size: cover;*/
    background-image: url('../../../uploads/2021/03/Footer-img-blk.png'), linear-gradient(to right, #222 2%, #2D2d2d 10%, #bcbcbc 70%,#ebebeb 80%);
    background-repeat:no-repeat;
    background-size:contain;
}
#colophon .widget-wrap{
	background-color:unset;
}
/*#colophon::before{
	background-image:url('../../../uploads/2020/09/cable-wires.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-size: cover;
	position: absolute;
	content:"";
	width: 582px;
	height: 100%;
	z-index: -2;
}*/

/*#colophon::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top	:0;
	z-index:-1;
	content:"";
	background-image: linear-gradient(to right, rgba(67,67,67,0) 0%, rgba(67,67,67,1) 30%,rgba(67,67,67,1) 35%);
}*/
.promo-category-area{
	display: none;
}
.site-info{
	background-color:unset;
}
.header-right .cart-box,.wishlist-box{
	display: none;
}
.main-navigation a{
	color:#000;
	font-weight: bold;
	font-size: 18px;
	text-transform: unset!important;
}
#menu-item-278 a{
	color: #bc0b01;
	
}
.header-right{
	padding-top: 0;
}
.main-navigation {
    display: inline-block;
    margin-top: -13px;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a, .main-navigation li.current-menu-ancestor.menu-item-has-children > a:after, .main-navigation li.current-menu-item.menu-item-has-children > a:after, .main-navigation ul li:hover > a:after, .main-navigation li.menu-item-has-children > a:hover:after, .main-navigation li.page_item_has_children > a:hover:after{
	color:#bc0b01;
}
ul li a:hover, ol li a:hover{
	color:#bc0b01;

}
.main-navigation ul li ul{
	border-top: 2px solid #bc0b01;
}
#menu-item-278 a:hover{
	background:#bc0b01;
	color:#fff!important
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover{
	color:#bc0b01;

}
.custom-logo-link{
	width:100%;
    max-width:200px;
	margin-left: 4px;
}
.custom-logo-link .custom-logo{
    width:100% !important;
}

/*daryl code*/
ul.menu.nav-menu.left {
    margin-right: 274px;
    margin-top: 30px;
}

ul.menu.nav-menu.left li a {
	font-size:17px;
}

#menu-item-368 a{
	color: #bc0b01;
	
}
#menu-item-368 a:hover{
	background:#656565;
	color:#fff!important
}
.fa.fa-envelope {
    color: #434343;
}
.all-cat-link:hover {
/*    width: 164px;
    float: left;*/
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 11px;
    width:100%;
    background-color:transparent;
}
.all-cat-link {
	background:#bc0b01;
	color:#ffffff;
	border-radius: 5px;
    padding:3px 10px;
    margin-left:11px;
    width:100%;
	/*border: 1px solid #bc0b01;*/
    text-align:center;
}

.all-cat-link:before {
    background-image:url(../../../uploads/2021/03/Online-Sales.png);
    background-size:20px 20px;
    display:inline-block;
    width:20px;
    height:20px;
    content:'';
    margin-right:3px;
    background-repeat:no-repeat;
    background-position:0 2px;
}
.div-wrapper{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.top-header {
    padding:10px 10px 0px 10px;
}
.pages-3 .col-md-4 .page-container a p{
	font-family:"opensans-regular";
	color:#656565;
	text-align:justify;
	line-height: 1.2em;
}
.km {
    float: right;
    font-family: 'Poppins', sans-serif;
    background: #fff !important;
    font-weight:bold;
	color: #bc0b01;
	margin-top:5px;
    font-size:18px;
}

  .footer_img {
    /*width: 319px;
    height: 304px;
    margin-top: 20px;
    margin-left: 10px;*/
    /*padding:20px 85px;*/
    /*opacity:0.3;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);*/
}
ul.s_m_list {
	width:15em;
	margin:0 auto;
	text-align:center;
	
}
ul.s_m_list  li{
	list-style:none;float:left;
	margin-left:15px;
	/*margin-top:202px;*/
}

.copyright {
    /*font-family: "opensans-regular";*/
    color: #303030 !important;
    /*font-size: 21px;*/
    margin-top: 15px;
    text-align: center;
}


h1.kabaltec-appl {
	font-size: 29px;
	font-weight: bold;
    /*padding: 20px 0px 20px 45px;*/
    color: black;
    font-family: "Poppins";
	margin-top: 32px;
    padding-right:0 !important;
}

.f_wire {
    margin-top: -49px;
}
h4.foo_address {
    font-size: 16px;
    color: black;
    /*margin-left: 67px;*/
}
ul.list_contact {
    float: right;
    margin-right: 5px;
	/*padding-right: 10px;*/
}

ul.list_contact li{
	list-style: none;
	line-height: 2.5em;
	color: black !important;
}
.l_contact_icon {
    width: 35px;
    height: 35px;
}
h4.cat-font {
    color: #062947;
    font-family: opensans-regular;
    font-size: 15px;
	padding: 20px 20px;
	text-align: left;
}
span.span-cat-font {
    color: #83bdf5;
    padding: 0px 10px;
}
.img-thumbnails {
	width: 440px;
	margin:0 auto;
}
h4.flex-jb{
	color:#434343;
	font-family: opensans-regular;
	font-weight: bold;
}
p.p-flexible {
    color: #434343;
	font-size: 14px;
	font-weight:bold;
	line-height: 0.5em;
	font-family: opensans-regular;
	text-align:left;
	margin-left:15px;
}

.list-tabs.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
	background: url('../images/activetab.png');
	background-repeat: repeat-x;
	border: 1px #bc0b01;
	padding:5px 20px;
	font-size:12px;
	font-family: opensans-regular;
	width: 258px;
	text-align:center;
}
.list-tabs.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active .tabs-down-arrow{
	color: #fff;
}
.list-tabs.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
	padding:1px 20px;
	background: url('../images/inactivetab.png');
	background-repeat: repeat-x;
	border: 0px aliceblue;
	margin-left: -25px;
	width: 258px
	
}
.list-tabs.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .tabs-down-arrow{
	color: #415160;
}

.tabs-custom.ui-tabs.ui-corner-all.ui-widget.ui-widget-content{
	border:0px !important;
}
.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: none;
	border: 0px;
	margin-left:15px;
}

.tabs-app, .tabs h4{
	font-family: opensans-regular;
	text-align: left;
}

.tabs p{
	font-family: opensans-regular;
	text-align: justify;
	color:#1e3e59;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size:20px;
}
.tabs-down-arrow {    
    color: #fff;    
    position: absolute;
    margin-top: 10px;
    font-size:10px;
}

/*tables */
table {
	border-collapse: collapse;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
  }
  
  .table th,
  .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
    font-size:16px !important;
  }

  
  
  .table thead th {
	vertical-align: bottom;
	background-color: #89a2b6;
	color: #fff;
	font-family: opensans-regular;
	font-size: 14px;
	font-weight: bold;
  }
  
  
  .table-sm th,
  .table-sm td {
	padding: 0.3rem;
  }
  #table-striped {
	margin-left: -16px;
	border: 3px solid #89a2b6;	
}
  
  .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
  }
  
  .table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-primary,
  .table-primary > th,
  .table-primary > td {
	background-color: #b8daff;
  }
  
  .table-primary th,
  .table-primary td,
  .table-primary thead th,
  .table-primary tbody + tbody {
	border-color: #7abaff;
  }
  
  .table-hover .table-primary:hover {
	background-color: #9fcdff;
  }
  
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
	background-color: #9fcdff;
  }
  
  .table-secondary,
  .table-secondary > th,
  .table-secondary > td {
	background-color: #d6d8db;
  }
  
  .table-secondary th,
  .table-secondary td,
  .table-secondary thead th,
  .table-secondary tbody + tbody {
	border-color: #b3b7bb;
  }
  
  .table-hover .table-secondary:hover {
	background-color: #c8cbcf;
  }
  
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
  }
  
  .table-success,
  .table-success > th,
  .table-success > td {
	background-color: #c3e6cb;
  }
  
  .table-success th,
  .table-success td,
  .table-success thead th,
  .table-success tbody + tbody {
	border-color: #8fd19e;
  }
  
  .table-hover .table-success:hover {
	background-color: #b1dfbb;
  }
  
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
	background-color: #b1dfbb;
  }
  
  .table-info,
  .table-info > th,
  .table-info > td {
	background-color: #bee5eb;
  }
  
  .table-info th,
  .table-info td,
  .table-info thead th,
  .table-info tbody + tbody {
	border-color: #86cfda;
  }
  
  .table-hover .table-info:hover {
	background-color: #abdde5;
  }
  
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
	background-color: #abdde5;
  }
  
  .table-warning,
  .table-warning > th,
  .table-warning > td {
	background-color: #ffeeba;
  }
  
  .table-warning th,
  .table-warning td,
  .table-warning thead th,
  .table-warning tbody + tbody {
	border-color: #ffdf7e;
  }
  
  .table-hover .table-warning:hover {
	background-color: #ffe8a1;
  }
  
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
  }
  
  .table-danger,
  .table-danger > th,
  .table-danger > td {
	background-color: #f5c6cb;
  }
  
  .table-danger th,
  .table-danger td,
  .table-danger thead th,
  .table-danger tbody + tbody {
	border-color: #ed969e;
  }
  
  .table-hover .table-danger:hover {
	background-color: #f1b0b7;
  }
  
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
  }
  
  .table-light,
  .table-light > th,
  .table-light > td {
	background-color: #fdfdfe;
  }
  
  .table-light th,
  .table-light td,
  .table-light thead th,
  .table-light tbody + tbody {
	border-color: #fbfcfc;
  }
  
  .table-hover .table-light:hover {
	background-color: #ececf6;
  }
  
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
	background-color: #ececf6;
  }
  
  .table-dark,
  .table-dark > th,
  .table-dark > td {
	background-color: #c6c8ca;
  }
  
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
	border-color: #95999c;
  }
  
  .table-hover .table-dark:hover {
	background-color: #b9bbbe;
  }
  
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
  }
  
  .table-active,
  .table-active > th,
  .table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
  }
  
  .table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
  }
  
  .table-dark {
	color: #fff;
	background-color: #343a40;
  }
  
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
	border-color: #454d55;
  }
  
  .table-dark.table-bordered {
	border: 0;
  }
  
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

tr.color0 {
    background: #fff !important;
    color: #556371;
    font-family: opensans-regular;
}

.color1 {
	background-color: #89a2b6;
	color: #fff;
    font-family: opensans-regular;
}

#tabs-2 ul li {
    color: #1e3e59;
    list-style: disc;
}

.ob-para p {
	float:right;
	margin-right: 18px;
}

h1.tour{
	font-family: "maturasc";
	color: #bc0b01;
	margin-top:100px;
}

p.tour{
	color: #556371;
	font-family: opensans-regular;
	line-height: 9px;
}
/*woocommerece remove related products*/

.catalog-slider-promotion-inner {
	display:flex;
	flex-direction:row-reverse;
}

.cat-nav-menu li a {
	font-size:13px;
}

.wrap {
	max-width:1440px;
}

img.s_icon {
	width:80%;
}

img.linkedin_footer {
	border-radius:2em;
}

.slider-image-content {
	background-size:cover;
	/*height:719px;*/
	background-repeat:no-repeat;
	/*background-position:right;*/
}

.slider-image-content img {
    object-fit:cover;
    /*min-height:757px;*/
    width:100%;
}

.main-slider .image-slider {
	/*height:719px;*/
}

.kt-header {
	display:flex;
	align-items:center;
    justify-content:space-between;
}

.single_variation_wrap {
    /*display:flex;*/
    background-color:#EBEDEF;
    /*padding:10px 10px 5px 10px !important;*/
    align-items: flex-start;
    justify-content:space-around;
    border-radius:5px;
}

.woocommerce .quantity .qty {
    height:initial;
}

.q_box label {
    padding-right:10px;
    font-size:18px;
    margin-bottom:0;
}

table.variations td.label, table.variations td.value {
    padding:0;
}

.woocommerce div.product form.cart .variations {
    /*margin-bottom:0;*/
}

form.variations_form {
    
}

.single-product .woocommerce-breadcrumb {
    display:none;
}

/*.product .entry-summary {
    display:flex;
    justify-content: space-between;
}*/
.product p.price {
    display:none;
}

.single-product .kt_prod {
    /*display:flex;*/
}

.single-product .kt_prod .catalog-menu-box {
    width:40%;
}

ul.cat-nav-menu li a {
    font-size:13px !important;
    margin-bottom:5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius:0 !important;
}

.woocommerce-tabs ul.tabs li a {
    outline:0 !important;
}
.woocommerce-tabs ul.tabs li {
    background-color: #ebedef !important;
    padding: 0 40px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    margin-right:0 !important;
    display:block !important;
    float:left;
    position:relative;
}

.woocommerce-tabs ul.tabs li.active {
    background-color: #bc0b01 !important;
    z-index:1 !important;
    border-bottom:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom:none !important;
}


.woocommerce-tabs ul.tabs li.active a {
    color:white !important;
    outline:0 !important;
}

.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after, .woocommerce-tabs ul.tabs li a:before, .woocommerce-tabs ul.tabs li a:after {
    position: absolute !important;
  bottom: 0 !important;
  display:block !important;
  border:none !important;
}

.woocommerce-tabs ul.tabs li:first-child {
    margin-left:15px !important;
}
.woocommerce-tabs ul.tabs li:last-child:after, .woocommerce-tabs ul.tabs li:last-child a:after,
.woocommerce-tabs ul.tabs li:first-child:before, .woocommerce-tabs ul.tabs li:first-child a:before,
.woocommerce-tabs ul.tabs li.active:after, .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-tabs ul.tabs li.active a:after, .woocommerce-tabs ul.tabs li.active a:before {
    content:"" !important;
}

.woocommerce-tabs ul.tabs li.active::before, .woocommerce-tabs ul.tabs li.active::after {
    background: #bc0b01 !important;
    z-index:1;
}

.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after {
    background: #ebedef !important;
      width: 10px !important;
        height: 10px !important;
}

.woocommerce-tabs ul.tabs li:before {
    left: -8px !important;
}

.woocommerce-tabs ul.tabs li:after {
    right:-8px !important;
}

.woocommerce-tabs ul.tabs li a:after, .woocommerce-tabs ul.tabs li a:before {
    display:block !important;
    content:'' !important;
    width: 20px; 
      height: 20px;
        /* Circles are circular */
        -webkit-border-radius: 10px;
          -moz-border-radius:    10px;
            border-radius:         10px;
                
                /* Circles over squares */
                z-index: 5;
}

.woocommerce-tabs ul.tabs li.active a:after, .woocommerce-tabs ul.tabs li.active a:before {
     background: #ebedef;
}

.woocommerce-tabs ul.tabs li:first-child.active a:before,
.woocommerce-tabs ul.tabs li:last-child.active a:after {
    background: white;
}

.woocommerce-tabs ul.tabs li a:before {
    left:-20px;
/*    top:30px;*/
}

.woocommerce-tabs ul.tabs li:first-child a:before,
.woocommerce-tabs ul.tabs li:last-child a:after {
    background-color:white;
}

.woocommerce-tabs ul.tabs li a:after {
    right:-20px;
/*    top:30px;*/
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#bc0b01 !important;
    border-radius:5px;
    padding:10px;
    font-size:18px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right:0 !important;
}

.woocommerce div.product form.cart .variations select {
    margin-right:0 !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight:normal !important;
    width:initial !important;
    font-size:18px !important;
}

table.kt_att {
    border:2px solid #656565;
    font-size:18px !important;
    max-width:100% !important;
    padding:0;
}

table.kt_att tr:nth-child(odd) {
    background-color: #656565;
}

table.kt_att tr:nth-child(odd) th, table.kt_att tr:nth-child(odd) td {
    color:white !important;
}

table.kt_att th {
    font-weight:bold;
}

.single-product #search-box {
    margin-bottom:40px;
}

.woocommerce .quantity {
    display:flex;
    background-color:white;
}

.single-product .quantity {
    border:thin solid #bcbcbc;
}

.woocommerce .quantity input {
    background-color:white;
    color:#656565;
    border:none !important;
    padding:5px 5px;
    margin:0 !important;
}

.woocommerce-product-gallery__image img {
    max-height:200px;
    object-fit:cover;
    /*width:80% !important;*/
}

#content {
    padding-top:0 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color:#bc0b01 !important;
}

.woocommerce-cart #primary, .woocommerce-checkout #primary {
    width:100% !important;

}

input#coupon_code {
    padding:3px;
}

.form-control {
    width: 100% !important;
}

.form-row {
    display:block !important;
}

.k-banner {
    margin-bottom:10px;
}

.woocommerce-tabs {
    display:flex;
    justify-content:space-between;
    /*padding-right:10px;*/
    margin-bottom:20px;
}

.woocommerce-tabs img.pdf {
    height:42px;
    float:right;
}

.single-product .summary {
    padding-right:10px;
}

.woocommerce ul.products li.product img  {
    /*border:3px solid #f2f2f2 !important;*/
}

.content-area .section_content {
    background-color:#415160;
    color:white;
}

.content-area .section_content h1 {
    color:white !important;
}

.section_content {
    color:white !important;
}

.project h1.title {
    text-align:center;
    text-transform:uppercase;
}

.shop_sidebar-mobile {
    display:none;
}

.mt32 {
	margin-top: 32px;
}

#colophon .row {
	width: 100% !important;
    /*background-image: url(../../../uploads/2021/03/Footer-img.png);
        background-repeat: no-repeat;*/
}

.kabaltec-appl, .foo_address {
	text-align: right;
}

/*  Added by Melody */
.thumbs-wrap {
/* 	width: 180px;
	height: 180px; */
}
/* .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    align-items: center;
}

.woocommerce .flex-viewport {
    height: 100% !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    overflow: visible !important;
} */

.site {
    max-width:1440px;
    margin:0 auto;
}

.catalog-slider-w-search-inner {
    max-height:700px;
}

dl.variation {
    font-size:18px;
}
dl.variation dd, dl.variation dt {
    display:block !important;
}

.q_box {
    display:flex;
}

.cart_action button.kt_cart {
    border:none;
    color:#bc0b01;
    text-align:right;
    margin-left:auto;
    margin-right:0;
    display:block;
    background-color:white !important;
    font-weight:bold;
}

.c_banner {
    text-align: right;
    padding: 150px 200px 150px 100px;
    background-repeat: no-repeat;
    color: #bc0b01;
    margin-bottom: 20px;
    background-size: cover;
    font-weight:bold;
    font-family:"segoe-bold";
    font-size:45px;
    background-position:bottom;
box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
-webkit-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
    -moz-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
}

#about-us-banner {
    padding-top:200px;
    /*padding-bottom:200px;
    background-size:contain;*/
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;

}

.page-template-default .c_banner {
    color:white;
}

.c_banner p {
    font-size:42px !important;
}

.kt_section {
}


.banner_row {
    /*margin-left:-30px;
    margin-right:-30px;*/
}

.kt_shop {
    padding:150px 140px 150px 0px;
    color:white;
}

.kt_shop h3 {
    color:white !important;
    font-family:segoe-bold;
    font-size:45px;
}

li.product img {
    /*border-radius:10px;*/
    border: thin solid #888888;
        border-bottom: 0;
            border-radius: 10px;
                border-bottom-right-radius: 0;
                    border-bottom-left-radius: 0
}

h2.woocommerce-loop-product__title {
    background-color: #2d2d2d;
        color: white;
            padding-bottom: 15px !important;
                border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    font-weight:bold;
                    font-family:"Poppins";
                }

a.woocommerce-loop-product__link:hover > h2.woocommerce-loop-product__title {
    background-color:#bc0b01;
}

a.woocommerce-loop-product__link:hover > .attachment-woocommerce_thumbnail {
    border:none !important;
        box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
-webkit-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
    -moz-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
}

input#ship-to-different-address-checkbox {
    margin:0 !important;
}

h3#ship-to-different-address label {
    margin-bottom:0 !important;
}

.home-sections .card {
    border:none;
    /*padding:40px;*/
    text-align:center;
}

.home-sections .card .card-footer {
    border:none;
    background-color:white;
    padding-top:0;
}

.home-sections .card .card-body {
    padding:0;
}

li.product h2 {
}

.woocommerce-variation-availability {
    display:none;
}

.techspecs-table {
	/*width: 700px;*/
	margin:auto;
}

.wpcf7 label {
    width:100%;
}

.wpcf7 .wpcf7-submit {
    margin:0 auto;
    text-align:center;
}

a:focus {
    outline:none;
}

.header-right {
    /*width:100%;*/
}

.single .post.hentry {
    width:100%;
    padding-right:20px;
    padding-top:20px;
}

select.orderby {
    color:#bc0b01;
}

.shop_top {
    display:flex;
}

.woocommerce-ordering label {
    padding-right:10px;
}

.woocommerce-ordering .orderby {
    padding:2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background:white;
    color:#bc0b01;
}

.woocommerce nav.woocommerce-pagination ul {
    float:right;
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev  {
    color:#bc0b01;
}

.prod_list,#online {
    padding-left:15px;
    padding-right:15px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin:0;
}

a.add_more {
    text-align:center;
    color:black !important;
    text-decoration:none;
    padding:20px;
}

.shop_sidebar .card-body {
    box-shadow: 0px 2px 7px 0px rgba(97,97,97,0.5);
    border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color:white !important;
}

.shop_sidebar .card {
    box-shadow:none !important;
}

.shop_sidebar p.cta {
    text-align:center !important;
}

.su-tabs-nav span {
font-size: 24px;
font-weight: bold;
padding: 20px 24px;
}

.su-tabs-nav span.su-tabs-current {
color: #FFF !important;
background-color: #bc0b01 !important;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.su-tabs-nav {
background-color: #EBEDEF;
}

.su-tabs-pane table {
font-size: 20px;
}

.su-tabs-pane tr:not(:last-child) {
border-bottom: 1px solid  #EEE;
}

.cat_column .card {
    border-radius:10px !important;
    border:thin solid #2d2d2d;
}
.cat_box {
    border-radius:10px;
    padding:0px;
    /*margin-bottom:10px;*/
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.cat_column .card-footer {
    background-color:#2d2d2d !important;
    border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        min-height:60px;
        padding:5px 7px;
}

.cat_box a, .cat_column .card-footer a {
    text-align:center !important;
    color:white;
    font-weight:bold;
}

.cat_column .card:hover > .card-footer {
    background-color:#bc0b01 !important;
}

.cat_column .card:hover {
    border:none !important;
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    -webkit-box-shadow: 0 0 11px rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.cat_column {
    margin-bottom:3em;
    /*margin-left:20px;
    margin-right:20px;
    max-width:22%;*/
    padding:0 20px !important;
}

.cat_box img {
    max-height:112px;
    object-fit:cover;
    width:100%;
    padding:5px;
}

.cat_box {
    margin-bottom:1em;
}

.cat_link {
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.cat_box:hover {
    background-color:#bc0b01;
}

.cat_box:hover a {
    color:white;
}*/

.cat_box:hover a:hover {
    text-decoration:none;
}

a.back_cat {
    color:#bc0b01;
}

.list_contact a:hover {
    text-decoration:none;
}

.k_address h1, .k_address h4, .k_address ul {
    /*padding-right:30px;*/
}

.woocommerce div.product form.cart .variations select {
}

.pofw-product-options-wrapper {
    margin-bottom:0px;
}

.wc-tab ul li span, .wc-tab table td {
    font-size:16px !important;
}

#tab-additional_information .table th,
  #tab-additional_information .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
    font-size:16px !important;
  }

  .home #content {
      background-color:#ebebeb;
      /*padding-top:20px !important;*/
  }

  .home header#masthead {
      padding-bottom:40px !important;
  }

  #search-box .woocommerce-product-search button[type="submit"]:hover {
      background-color:transparent;
  }

  .shop_bottom {
      padding-top:3em;
      background-color:#ebebeb;
  }

  .shop_sidebar .card {
      background-color:#ebebeb;
  }

.shop_bottom h1 {
    text-align:center;
}

.shop_bottom p.shop_bottom_note {
    text-align:center;
    padding:0 10em 3em 10em;
}

.home-section_icon {
    /*position: absolute;
        /* bottom: 121px; */
        /*bottom: 20em;
            left: 10em;
                text-align: center;
                    margin: 0 auto;*/
    position:relative;
    top:4.5em;
    margin-top:-4.5em;
}

.home-sections .card {
    background-color:transparent;
    padding-top:0;
}

.home-sections .card .card-body {
    background-color:#fff;
    border-radius:10px;
    padding:50px 10px 0 10px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

#content {
    padding-bottom:0px !important;
}

.social_media {
    position:absolute;
    bottom:30px;
    left:0;
    right:0;

}

#mega-menu-wrap-footer {
    margin-bottom:15px;
}

body.page-about-us .section_2, body.page-about-us .section_4 {
    background-color:#ebebeb;
    padding-top:30px;
    padding-bottom:30px;
}

.page-about-us .section_2 h2, .page-about-us .section_3 h2 {
    text-align:center;
}

.page-about-us .section_3, .page-about-us .section_5 {
    padding-top:30px;
    padding-bottom:30px;
}

.industries .card, .success_projects .card {
    border:none;
}

.success_projects .card-footer {
    background-color:#ebebeb;
    border-top:0;
    border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-top:0;
}

.success_projects .card-body {
    background-color:#ebebeb;
}

.success_projects .card-img-top {
    border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .success_projects .card-img-top,.success_projects .card-body {
box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
-webkit-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
    -moz-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
}

.su-tabs-panes {
    box-shadow: 0 -5px 11px rgb(33 33 33 / 20%) !important;
        -webkit-box-shadow: 0 -5px 11px rgb(33 33 33 / 20%) !important;
            -moz-box-shadow: 0 -5px 11px rgba(33,33,33,.2) !important;
        }

.su-tabs-pane table tr:nth-child(even), table.techspecs-table tbody tr:nth-child(odd) {
    background-color:#ebebeb;
}

table.techspecs-table tr td:nth-child(2) {
    text-align:center !important;
}

.page-technical-appendix .c_banner {
    color:black !important;
}

.page-certificates .c_banner {
    color:black !important;
    text-align:left;
}

table.techspecs-table a {
    color:black;
    font-weight:bold;
    text-decoration:none !important;
}

.page-technical-appendix .entry-content, .page-certificates .entry-content {
    padding-right:1rem !important;
}

.success_projects .card-footer {
    box-shadow: 0 7px 11px rgba(33,33,33,.2) !important;
    -webkit-box-shadow: 0 7px 11px rgba(33,33,33,.2) !important;
        -moz-box-shadow: 0 7px 11px rgba(33,33,33,.2) !important;
    }

.industries .card img {
    border-radius:10px;
}

.industries .card-img-overlay {
    padding:1em;

}

.industries .card-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(0,0,0,0.7) !important;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
/*    margin: 0 3.6% 2.992em 0;
    width: 22.3%;*/
    padding-bottom:0;
    margin:initial !important;
    padding:0 20px !important;
    margin-bottom:2em !important;
}

.woocommerce ul.products li.product a img {
    object-fit:cover;
    max-height:130px;
}

ul.products.row,.cat_row {
    display:flex;
    margin:0 -15px;
    flex-wrap:wrap;
    
}

.map-container {
    height: 350px;
    box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
    -webkit-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
        -moz-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
        border-radius:20px;
}

.office span a {
    color:black;
    text-decoration:none;
}

span.o-phone a:before {
    content:'';
    background-image:url('../../../uploads/2021/03/CONTACT-PHONE.png');
    width:40px;
    height:40px;
    display:inline-block;
    background-size:contain;
    background-repeat:no-repeat;
    position:relative;
    float:left;
    bottom:10px;
}

span.o-email a:before {
    content:'';
    background-image:url('../../../uploads/2021/03/CONTACT-EMAIL.png');
    width:40px;
    height:40px;
    display:inline-block;
    background-size:contain;
    background-repeat:no-repeat;
    position:relative;
    float:left;
    bottom:10px;
}

span.o-fax a:before {
    content:'';
    background-image:url('../../../uploads/2021/03/CONTACT-FAX.png');
    width:40px;
    height:40px;
    display:inline-block;
    background-size:contain;
    background-repeat:no-repeat;
    position:relative;
    float:left;
    bottom:10px;
}

select.office-select {
    float:right;
    padding:5px 40px 5px 10px;
}

.office {
    display:none;
}

.office.selected-office {
    display:block;
}

.page-contact .wpcf7-form-control-wrap.subject select {
    width:100% !important;
}

.page-contact .wpcf7-submit {
    float:right;
    padding:5px 30px;
    text-transform:initial;
    margin-top:1em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="password"], textarea, .wpcf7-select {
    border:none;
    background-color:#ebebeb;
}

#warranty {
    background-color:#ebebeb;
    margin-top:8em;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    outline-color:#bc0b01;
    background-color:#ebebeb;
}

.page-contact .wpcf7-textarea {
    max-height:150px;
}

.home .widget {
    margin-bottom:0
}

.catalog-menu-box {
    margin-bottom:4em;
}

.home .catalog-menu-box {
    margin-bottom:0;
}

.k_address {
    padding-right:20px !important;
}

.mega-sticky-wrapper .mega-stuck {
    padding-top:10px;
}

.page-cart .c_banner {
    color:black;
}

.page-what-weve-done .c_banner {
    color:#bc0b01;
    text-align:left;
}

.warranty-content {
    padding:2em 2em 1em 2em;;
    background-color:#ebebeb;
    border-radius:10px;
    margin-left:10em;
    margin-right:10em;
    box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
    -webkit-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
    -moz-box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
}

.warranty-top {
    width:100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding:5px 7px !important;
    min-height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100% !important;
}

#cat_header {
    margin-left:20px;
    margin-right:20px;
}

.wpcf7 .row {
    margin-bottom:30px;

}

.page-about-us p {
    font-size:18px;
}

.home-sections p {
    font-size:14px;
    padding:0 3em;
    margin-bottom:0;
}

.home-sections p.home-middle {
    padding:0 0;
}

.page-about-us .middle-content p {
    font-size:16px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width:100%;
}

li.product span.price {
    display:none !important;
}

.single_variation {
    display: block !important;
}

.woocommerce-cart dl {
    margin-bottom:0;
}

.woocommerce-cart dd {
    margin-bottom:0 !important;
}

h2 {
    margin-bottom:0;
}

table.variations label {
    text-transform:uppercase;
}

table.variations tr td.value>select {
    max-width: 75% !important;
    float: right;
    font-weight:500;
}

.woocommerce-variation-price {
    font-size:18px;
}

.woocommerce div.product div.images {
    margin-bottom:0;
}

input.minus, input.plus {
    font-weight:bold;
    color:#bcbcbc !important;
}

.form-control {
    border:1px solid #bcbcbc;
}

.woocommerce div.product form.cart div.quantity {
    font-size:18px;
    font-weight:500;
    border-radius:.25em;
}
