/*Login Page*/


.woocommerce-account .woocommerce h2{
	text-align: center;
	margin: 30px 0;
}
.woocommerce-account form.woocommerce-form-login.login,
.woocommerce-account form.woocommerce-form-login.login p.form-row:not(.form-row-wide){
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
.woocommerce-account form.woocommerce-form-login.login{
	max-width:790px;
	margin:auto;
	border:1px solid rgba(6,13,45,.1);
	padding:60px 10%;
}
.woocommerce-account form.woocommerce-form-login.login p{
	flex: 1 1 100%;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}
.woocommerce-account form.woocommerce-form-login.login p.form-row-wide{
	flex-basis: 50%;
}
.woocommerce-account form.woocommerce-form-login.login p.form-row:not(.form-row-wide) label{
	order:2;
}
.woocommerce-account form.woocommerce-form-login.login p.form-row:not(.form-row-wide) button[type="submit"]{
	order:1;
    float: none;
    margin-right: 0;
    width: 100%;
	padding:20px 10px;
}
.woocommerce-account form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password{
	margin:0;
}
.woocommerce-account form.woocommerce-form-login.login input[type="text"],
.woocommerce-account form.woocommerce-form-login.login input[type="password"]{
	border:1px solid rgba(14,34,48,.1);
}
.woocommerce-account form.woocommerce-form-login.login input[type="text"]:focus,
.woocommerce-account form.woocommerce-form-login.login input[type="password"]:focus{
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

/*My Account Page*/
.woocommerce-account .hero-container{
	background:var(--white);
	min-height:250px;
}
.woocommerce-MyAccount-navigation ul{
	max-width: 255px;
}
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul li{
	margin:0;
	padding:0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
	display:block;
	border-radius: 5px;
	text-decoration: none;
	padding:20px 10px;
	font-weight: 600;
	text-align: center;
	background-color: var(--lite-grey);
	color: var(--primary-blue);
	margin-bottom:1px;
	z-index: 1;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
	background-color:var(--white);
	color: var(--primary-blue);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
	z-index: 2;
}
fieldset{
	border:1px solid rgba(14,34,48,.1)
}
/*Cart Styling*/
.h3.product-single-price{
	color:var(--tertiary-blue);
	font-size:62px;
}
.available-stock{
	font-size:24px;
	color:var(--secondary-blue);
	line-height: 1em;
}
.product-variable-bttns{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
	gap:20px;
	margin-bottom:20px;
}
.product-variable-bttns button{
	flex: 0 1 calc(50% - 10px);
    align-self: auto;
    min-width: 0;
    min-height: auto;
    background: var(--lite-grey);
    border: 1px solid var(--lite-grey);
    padding: 20px 5px;
    border-radius: 5px;
	color:var(--primary-blue);
	font-weight:600;
	line-height:2em;
	cursor: pointer;
}
/*Safari 10.1+ Spacing hack*/
@media not all and (min-resolution:.001dpcm){ @supports (-webkit-appearance:none) {
    .product-variable-bttns button{
		flex: 0 1 calc(50% - 14px);
	}
}}
.product-variable-bttns button:not([disabled]):hover,
.product-variable-bttns button:focus,
.product-variable-bttns button.is-active{
	background:var(--white);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
	border-color:none;
}
.product-variable-bttns button[disabled]{
	cursor:no-drop;
	background:var(--white);
}
.product-variable-bttns button[disabled] div{
	opacity: .5;
}
.variable-bttn-title{
	font-size:18px;
}
.variable-bttn-price{
	font-size:16px;
}
.variable-bttn-stock{
	font-weight:400;
}
.woocommerce div.product p.stock,
.variations_form.cart .woocommerce-variation.single_variation,
.variations_form.cart table.variations{
	display:none !important;
}
.product-exchange-msg{
	display:none;
	font-size:16px;
}
.product-exchange-msg.is_active{
	display:block;
}
.single-product form.cart,
.woocommerce-variation-add-to-cart{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
}
.single-product form.cart > *,
.woocommerce-variation-add-to-cart > *{
	flex:1 1 100%;
	align-self: auto;
	min-width:0;
	min-height:auto;
}
.single-product form.cart > div.quantity,
.woocommerce-variation-add-to-cart > div.quantity{
	flex:0 1 82px;
	min-width:82px;
	display:none !important;
}
.single-product form.cart > div.quantity input[type="number"],
.woocommerce-variation-add-to-cart > div.quantity input[type="number"]{
	height:62px;
	line-height:62px;
	width:calc(100% - 20px);
	border:1px solid var(--lite-grey);
	font-size:18px;
	text-align: center;
	-moz-appearance: textfield;
}
.single-product form.cart > div.quantity input[type="number"]::-webkit-outer-spin-button,
.single-product form.cart > div.quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce-variation-add-to-cart > div.quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce-variation-add-to-cart > div.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button[type="submit"].single_add_to_cart_button,
.woocommerce-variation-add-to-cart button[type="submit"]{
	min-height:62px;
}
.woocommerce-variation-add-to-cart button[type="submit"].disabled{
	background-color: var(--tertiary-blue) !important;
    color: var(--white) !important;
    border-radius: 5px;
}
.woocommerce-info{
	border-color:var(--primary-blue);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-info::before{
	color:var(--primary-blue);
}
.shop-container{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.shop-container > aside,
.shop-container > .shop-content{
	flex:0 1 auto;
	align-self: auto;
	min-width:0;
	min-height:auto;
}
.shop-container > aside{
	flex:0 1 285px;
	min-width: 285px;
}
.shop-container > .shop-content{
	flex:1 1 calc(100% - 285px);
}
.sidebar-hidden #shop-sidebar{
	display:none;
}
.woocommerce .woocommerce-breadcrumb{
	margin:0;
	padding-bottom:30px;
	font-size:16px;
	line-height:16px;
	color:var(--primary-blue);
}
.woocommerce div:not(.product-type-default_template) .woocommerce-breadcrumb{
	padding-top:30px;
}
.woocommerce .woocommerce-breadcrumb a{
	color:var(--secondary-blue);
	display:inline-block;
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid var(--dark-grey);
}
#main_content:not(.shop-container-default_template){
	padding-bottom:50px;
}
.shop-filtering{
	/* display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-bottom:40px; */
}
.shop-filtering > div{
	flex: 1 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}
.shop-filtering .shop-filtering-right{
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{
	margin:0;
	position: relative;
}
p.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering select{
  font-size: 1.111rem;
  line-height: 1.778rem;
  letter-spacing: 0;
  font-weight: 500;
	color: #3D4146;
  padding-left: 36px;
  padding-right: 27px;
  padding-top: 1rem;
  padding-bottom: 1rem;
	/* padding:20px 40px 20px 20px; */
	-webkit-appearance:none;
	appearance:none;
	border:0;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius:5px;
}
.woocommerce-ordering:after{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    /* margin-top: -13px; */
    pointer-events: none;
    z-index: 2;
	  content: '';
    background-image: url('../images/carat-down.svg');
}

.woocommerce-ordering:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 18px;
    margin-top: -9px;
    pointer-events: none;
    z-index: 2;
    content: '';
    background-image: url('../images/sort.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.toggle-sidebar-filter.bttn{
	padding: 15px 20px !important;
	cursor: pointer;
}
.toggle-sidebar-filter i{
	margin: 0 10px -2px 0;
    display: inline-block;
    vertical-align: middle;
}
/*Shop Sidebar*/
#shop-sidebar ul,
#shop-sidebar li{
	margin:0;
	padding:0;
	list-style:none;
}
#shop-sidebar h3{
	margin:0;
	position: relative;
	padding:14px 0;
}
#shop-sidebar h3:before{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	opacity: .1;
	background:var(--primary-blue);
	display:block;
	content:"";
}
#shop-sidebar h3 button{
    display: block;
    width: 30px;
    height: 30px;
	cursor: pointer;
    background: var(--white);
	border:0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}
#shop-sidebar h3 button:before,
#shop-sidebar h3 button:after{
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--secondary-blue);
    display: block;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
#shop-sidebar h3 button:after{
	height: 12px;
    width: 1px;
}
#shop-sidebar h3.active button:after{
	opacity: 0;
}
#shop-sidebar .shop-sidebar-Cats{

}

#shop-sidebar .LionName{
	color: var(--Navy, #0D132E);
	/* Desktop/H6 */
	font-family: Montserrat;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 1.7875rem */
	letter-spacing: -0.04875rem;
	margin-bottom:15px;
}

#shop-sidebar .shop-sidebar-Cats li {
border-left: 5px solid #F2F6F8;
padding:8px 0 8px 10px;
}

#shop-sidebar .shop-sidebar-Cats li.active {
border-left: 5px solid var(--Royal-Blue, #0052A0);
}

#shop-sidebar .shop-sidebar-Cats .CatName{
color: var(--Royal-Blue, #0052A0);
text-decoration:none;
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 1.8rem */
}

#shop-sidebar .shop-sidebar-Cats li.active .CatName{
	color: var(--Royal-Blue, #0052A0);
/* Desktop/P2/Bold */
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 1.8rem */

}


.shop-sidebar-filter {
    margin-top: 40px;
    background: white;
    padding: 20px;
}


#shop-sidebar .shop-sidebar-filter-group ul{
	padding-bottom:18px;
	display:none;
}
#shop-sidebar h3.active + ul{
	display:block;
}
.shop-sidebar-filter-group .bttn{
	font-size: 14px !important;
    padding: 10px 20px !important;
	margin:20px 0;
	cursor:pointer;
}
.shop-sidebar-filter-group label{
	display:block;
	position: relative;
	cursor: pointer;
	padding-left:25px;
	color:var(--primary-blue);
}
.shop-sidebar-filter-group label span:before{
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--lite-grey);
    content: "";
    border-radius: 3px;
    color: var(--secondary-blue);
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.shop-sidebar-filter-group label input[type="checkbox"],
.shop-sidebar-filter-group label input[type="radio"]{
	position: absolute;
	opacity: 0;
	width:100%;
	height:100%;
	cursor: pointer;
	left:0;
	top:0;
	margin:0;
}
.shop-sidebar-filter-group label input[type="radio"] + span:before{
	border-radius: 50%;
}
.shop-sidebar-filter-group label input[type="checkbox"]:checked + span:before{
	content:"✓";
	box-shadow: 2px 3px 4px 0 rgb(27 66 138 / 10%);
	border-color:var(--white);
}
.shop-sidebar-filter-group label input[type="radio"]:checked + span:before{
	background-color: var(--secondary-blue);
	box-shadow: 2px 3px 4px 0 rgb(27 66 138 / 10%);
}
/*Shop Products*/
.woocommerce .shop-content ul.products{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin:0;
	padding:0;
	list-style:none;
}
.woocommerce .shop-content ul.products li{
	flex: 0 1 33.33%;
	align-self: auto;
	min-width: 33.33%;
	min-height: auto;
	margin:0;
	width:33.33% !important;
}
.shop-product-wrapper > a {
  display: inline-block;
  width: 100%;
	padding:14px 14px 20px;
}
.shop-product-wrapper span{
	display:block;
}
.shop-product-img{
	background:var(--lite-grey-alt);
	margin-bottom:30px;
	transition: all 0.3s linear;
	position: relative;
}
.shop-product-wrapper:hover .shop-product-img{
	background:var(--white);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}
.shop-product-img img{
	height:315px !important;
	object-fit: cover;
	object-position: center;
}
.shop-product-wrapper .shop-product-title{
	/* color: var(--Navy, #0D132E); */

	/* Desktop/H6 */
	font-family: Montserrat;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 1.7875rem */
	letter-spacing: -0.04875rem;
	    word-wrap: break-word;
}
.shop-product-wrapper .shop-product-cat {
    color: var(--secondary-blue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.shop-product-wrapper .shop-product-cat span {
    color: var(--Royal-Blue, #0052A0);
	/* Desktop/P2/Bold */
	font-family: Montserrat;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 1.8rem */
}
/*Shop Pagination*/
.woocommerce nav.woocommerce-pagination{
	text-align: left;
	padding-bottom: 35px;
}

/*Single Product Styling*/
.single_product-twocol,
.shop-container-single{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	padding-bottom:100px;
}
.single_product-twocol > div,
.shop-container-single > div{
	flex:1 1 auto;
	align-self: auto;
	min-width:0;
	min-height:auto;
}
.single_product-leftcol,
.shop-container-single > div.shop-container-single-img{
	flex:0 1 50%;
	min-width:50%;
	padding-right:10%;
	overflow:hidden;
}
.single_product-leftcol, .shop-container-single > div.shop-container-single-img{
	max-width:50%;
}
.single_product-twocol > .single_product-leftcol{
	min-width:555px;
}
.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%;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	padding-right:40px;
}
.woocommerce div.product .single_product-twocol > div.images.woocommerce-product-gallery{
	max-width:50%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	max-width:440px;
	padding-right:40px;
}
.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper{
	max-width:inherit;
}
.woocommerce div.product div.images .flex-control-thumbs{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;facetwp-pager
	align-items: center;
	margin-top:20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding:3px;
	flex:0 1 auto;
	align-self: auto;
	min-width:0;
	min-height:auto;
	float: none !important;
    clear: none !important;
    width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	object-fit: cover;
	object-position: center;
	border:2px solid var(--white);
	width:65px;
	height:80px;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border-color: var(--secondary-blue);
}
.product-single-terms span + span:before{
	content:", ";
}
.product-single-messaging{
	color:var(--primary-blue);
}
.product-single-messaging a{
	color:var(--secondary-blue);
}
.product-single-short-description{
	font-size:16px;
	padding-bottom:25px;
}
.product-single-partnumber{
	font-weight:600;
	color:var(--primary-blue);
	padding-top:35px;
}
.product-single-partnumber span{
	color:var(--secondary-blue);
}
.shop-container-single-content hr{
	background:var(--primary-blue);
	opacity:.1;
	height:1px;
	margin:50px 0;
}
.product-single-list ul,
.product-single-list li{
	margin:0;
	padding:0;
	list-style:none;
}
.product-single-list li{
	padding-bottom:22px;
	font-size:16px;
	color: var(--primary-blue);
}
.product-single-list li p{
	margin:0;
}
.product-single-list li a{
	color: var(--secondary-blue);
}
.product-single-list li a:hover{
	color: var(--primary-blue);
}
.product-single-list li strong{
	font-size:18px;
	color: var(--primary-blue);
}
.shop-container-related{
	padding-bottom:200px;
	position: relative;
}
.shop-container-related .white-text{
	font-size:22px;
	min-width: 350px;
    padding-right: 100px;
}
.shop-tabs{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-bottom:90px;
}
.shop-tabs button{
	flex:0 1 auto;
	align-self: auto;
	min-width:0;
	min-height:auto;
	margin:5px;
	cursor: pointer;
	transition: all 0.3s linear;
	padding:20px 40px;
	display:block;
	background:var(--lite-grey);
	border:0;
	color:var(--primary-blue);
	font-size:20px;
	font-weight:600;
	border-radius: 5px;
}
.shop-tabs button:hover,
.shop-tabs button.active{
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
	background:var(--white);
}
.shop-container-tab{
	padding:70px 0 125px;
}
.shop-container-tab .accordion-block-content ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.shop-tabs-main-wrapper{
	margin:auto;
	width:100%;
	max-width:730px;
}
.shop-container-tab .tab-wrapper{
	display:none;
}
.shop-container-tab .tab-wrapper.active{
	display:block;
}
.tab_specs_title,
.woocommerce .tab-wrapper table.shop_attributes th.tab_specs_title{
	background:var(--primary-blue);
	color:var(--white);
	font-weight:600;
	text-align:center;
	padding:20px;
}
.woocommerce .tab-wrapper table.shop_attributes {
    border-top: 0;
    margin-bottom: 0;
	border-collapse: collapse;
	border:1px solid #D1D3D4;
}
.woocommerce .tab-wrapper table.shop_attributes th {
    width: 200px;
    font-weight: 400;
    margin: 0;
    line-height: inherit;
    text-align: left;
	padding: 20px;
	color:var(--primary-blue);
	border:1px solid #D1D3D4;
	border-right:0;
}
.woocommerce .tab-wrapper table.shop_attributes td {
    font-style: normal;
    padding: 20px;
    margin: 0;
    line-height: inherit;
	font-size:16px;
	color:var(--dark-grey);
	border:1px solid #D1D3D4;
	border-left:0;
}
.woocommerce .tab-wrapper table.shop_attributes tr:nth-child(even) td,
.woocommerce .tab-wrapper table.shop_attributes tr:nth-child(even) th{
	background:var(--lite-grey);
}
.woocommerce #tab_probes.tab-wrapper table.shop_attributes tr td span{
	display:none;
}
.woocommerce .tab-wrapper table.shop_attributes td p {
    margin: 0;
    padding: 0;
}
.tab-wrapper .posts-content{
	padding-right:0;
}
.tab-wrapper h2{
	padding-bottom:50px;
}
.featured-product-slider-area-fill{
	bottom:70px;
}
.applicationList {
    max-height: 80px;
    overflow: hidden;
}

.applicationList span.application {
    color: var(--Navy, #0D132E);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    border-radius: 0.25rem;
    background: var(--Light-blue, #DEF1F8);
    display: inline-block;
    margin: 3px;
    padding: 2px 6px;
}

.container.categoryDescription {
    padding: 6.25rem 12.5rem 6.25rem 0;
}

.content-overflow p#breadcrumbs a {
    color: #3D4145;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
}


/* .woocommerce .facetwp-pager ul li a:focus, .woocommerce .facetwp-pager ul li a:hover, .woocommerce .facetwp-pager span.current {
    background: none;
    box-shadow: none;
    color: var(--Royal-Blue, #0052A0);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
} */


p.product.woocommerce.add_to_cart_inline {
    border: none !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    width: auto;
    gap: 2.5rem;
}

span.woocommerce-Price-amount.amount {
    color: var(--Royal-Blue, #0052A0);

/* Desktop/H5 */
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 2.2rem */
    letter-spacing: -0.08rem;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: max-content;
    display: flex;
    width: 18.75rem;
    padding: 0.875rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.25rem;
    background: var(--Royal-Blue, #0052A0);
}

.product-single-short-description{
color: var(--Text-Gray, #3D4146);

/* Desktop/P1/Medium */
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 2rem */
}


@media only screen and (max-width: 1150px) {
	.h3.product-single-price{
		font-size:55px;
	}
	.product-variable-bttns{
		gap:10px;
	}
	.product-variable-bttns button{
		flex: 1 1 100%;
		padding:10px;
	}
}
@media only screen and (max-width: 1060px) {
	.h3.product-single-price {
		font-size: 40px;
	}
	.shop-tabs{
		padding-bottom:40px;
	}
	.shop-tabs button{
		padding:20px;
		font-size:16px;
	}
}
@media only screen and (max-width: 990px) {
	.woocommerce .shop-content ul.products li{
		flex-basis: 50%;
		min-width: 50%;
		width: 50% !important;
	}
	.sidebar-hidden.woocommerce .shop-content ul.products li {
		flex-basis: 33.33%;
		min-width: 33.33%;
		width: 33.33% !important;
	}
	.shop-container-related .white-text{
		min-width:100%;
		padding: 0px 20px 60px 20px;
	}
	.shop-container-related-wrapper .panel-grid.panel-has-style>.panel-row-style,
	.shop-container-related-wrapper .panel-grid.panel-no-style {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.single_product-twocol,
	.shop-container-single {
    	flex-wrap: wrap;
		padding-bottom: 25px;
	}
	.single_product-leftcol,
	.single_product-twocol > .single_product-leftcol,
	.shop-container-single > div.shop-container-single-img,
	.shop-container-single > div,
	.single_product-twocol > div{
		flex: 1 1 100%;
		min-width: 100%;
		max-width:100%;
		padding-right:0;
	}
	.single_product-leftcol,
	.shop-container-single > div.shop-container-single-img{
		padding-bottom:25px;
	}
	.woocommerce div.product div.images img {
		max-height: 400px;
		width: auto;
		margin: auto;
	}
	.featured-product-slider-area-fill{
		bottom: -125px;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce-account form.woocommerce-form-login.login p.form-row-wide {
		flex-basis: 100%;
	}
	.shop-container{
		display:block;
	}
	.shop-filtering {
    	flex-wrap: wrap;
	}
	.shop-filtering > div{
		flex-basis: 100%;
		order:2;
		padding:5px;
	}
	.shop-filtering .shop-filtering-right{
		justify-content: center;
		order:1;
	}

	.sidebar-hidden.woocommerce .shop-content ul.products li {
		flex-basis: 50%;
		min-width: 50%;
		width: 50% !important;
	}
	.shop-container-tab {
		padding: 25px 0 50px;
	}
	.shop-container-related{
		padding-bottom:100px;
	}

	.woocommerce .tab-wrapper table.shop_attributes tr th.tab_specs_title{
		display:none;
	}
	.woocommerce #tab_probes.tab-wrapper table.shop_attributes tr:not(:first-child){
		border-top:1px solid #D1D3D4;
	}
	.woocommerce #tab_probes.tab-wrapper table.shop_attributes tr td{
		display:block;
		border: 0;
    	padding: 15px 10px;
	}
	.woocommerce #tab_probes.tab-wrapper table.shop_attributes tr > td:nth-child(2){
		padding:0 10px;
	}
	.woocommerce #tab_probes.tab-wrapper table.shop_attributes tr td span{
		display:inline-block;
		font-weight:bold;
		margin-right:10px;
		color: var(--primary-blue);
	}
}
@media only screen and (max-width: 500px) {
	.shop-filtering .shop-filtering-right,
	.shop-filtering .shop-filtering-right > *{
		display:block;
		float:none;
	}
	.woocommerce-ordering select{
		margin:0;
		width:100%;
	}
	.woocommerce .shop-content ul.products li,
	.sidebar-hidden.woocommerce .shop-content ul.products li {
		flex-basis: 100%;
		min-width: 100%;
		width: 100% !important;
	}

	.woocommerce .tab-wrapper table.shop_attributes th,
	.woocommerce .tab-wrapper table.shop_attributes td{
		display:block;
		width:100%;
		border:0;
		border-top: 1px solid #D1D3D4;
	}
	.woocommerce .tab-wrapper table.shop_attributes tr th{
		background:var(--lite-grey) !important;
		font-weight:600;
	}
	.woocommerce .tab-wrapper:not(#tab_probes) table.shop_attributes tr td{
    	background: var(--white) !important;
	}
}

/* remove margin-bottom from stacked products */
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  margin-bottom: 0 !important;
}

.shop-filtering .facetwp-counts {
    color: #3d4146;
    font-size: 20px;
    font-weight: 500;
}

/* Conditionally displays Shop Side Bar Filters  */
[role="region"]:has(.facetwp-facet:empty) {
    display: none;
}

/* Alternative - target the specific containers */
.shop-sidebar-filter [role="region"]:has(#shop-filter-applications:empty),
.shop-sidebar-filter [role="region"]:has(.probo-us-checkboxes .facetwp-facet:empty) {
    display: none;
}

/* For mobile accordion */
.w-full.mb-6 [role="region"]:has(.facetwp-facet:empty) {
    display: none;
}

/* hack to avoid rendering duplicate search bar and count when no items returned */
ul.products.columns-3.facetwp-template > .shop-main > .shop-filtering {
    display: none;
}


@media (min-width: 767px) {
.shop-container > aside{
	padding:0 1.78rem 2.78rem 0;
}
}

@media (min-width: 1024px) {
    .shop-filtering .facetwp-counts {
        padding-left: 3.11rem;
    }

    form.woocommerce-ordering {
      margin-left: 90px !important;
    }
}
