.product-template-default #primary {
    border-top: solid 1px #404040;
}

body.woocommerce {
    font-size: 14px;
}

.custom-breadcrumb,
.woocommerce-breadcrumb {
    padding: 2rem 0 1rem 0 !important;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb text {
    color: white !important;
    text-decoration: none;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0.5rem;
    font-size: 0.825rem;
}

.woocommerce-message {
    background: transparent;
    color: white;
}

.woocommerce-breadcrumb a {
    border-bottom: solid 1px red;
}

.facetwp-selections [data-facet="product_no"] {
    display: none;
}

.woocommerce .sidebar-section {
    padding-top: 0 !important;
}

.woocommerce .mt-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.series-image-wrapper {
    width: 100%;
    margin-top: -50px;
    display: flex;
    justify-content: flex-end;
}

.series-image-wrapper img {
    max-width: 320px !important;
}

@media only screen and (max-width: 768px) {
    .series-image-wrapper {
        margin-top: 0;
    }
}

.product_title {
    color: white;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    font-style: italic !important;
}

li.product h2 {
    padding: 0.5rem 0 0 0 !important;
}

.woocommerce-b-amount,
.amount {
    color: white;
    font-family: Gilroy-Bold, Arial, Helvetica, sans-serif !important;
}

p.price,
p.price span {
    font-size: 1.35rem !important;
}

.woocommerce-product-details__short-description p {
    color: white;
	margin-top: 20px;
}

.product-meta-wrapper {
    display: flex;
    justify-content: space-between;
}

.product-meta-wrapper img {
    max-width: 88px !important;
}

.sku_wrapper,
.colour_wrapper {
    color: white;
}

.woocommerce div.product form.cart {
    display: flex;
    gap: 0.5rem;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
}

.quantity-container {
    display: flex;
    flex-direction: row;
    height: 100%;
}

form.cart::before {
    content: "";
    display: none !important;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plus,
.minus {
    min-width: 33% !important;
    height: 100%;
    color: white !important;
    background-color: #322f32 !important;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    font-size: 1.2rem;
    border: solid 1px #404040;
    border-radius: 0;
}

.woocommerce .quantity .qty {
    width: 100% !important;
    height: 100%;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    border: solid 1px #404040;
    border-radius: 0;
}

.single_add_to_cart_button,
.custom-add-to-cart__button {
    display: flex !important;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    width: 65%;
    gap: 1.2rem;
    background-color: #ed1c23 !important;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 0.825rem !important;
    padding: 1.25rem 1rem !important;
    color: white !important;
    white-space: nowrap;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    /*overflow: scroll;*/
    position: relative;
    background-color: #322f32 !important;
    border: solid 1px #404040;
    padding: 0 0 1px 0;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 50%;
    }
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #322f32;
    border: none;
    border-radius: 0;
    padding: 0.35rem 1.65rem;
    margin: 0;
    font-size: 17px;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce-tabs ul.tabs li a {
    color: white !important;
    transition: .3s;
    line-height: 1.3;
}

.woocommerce-tabs ul.tabs li:hover a {
    color: #ed1c23 !important;
}

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


.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ed1c23;
    color: white;
}

#tab-description,
#tab-installation--wrapper {
    display: flex;
}

#tab-description--wrapper p {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {

    #tab-description--wrapper,
    #tab-install-guide--wrapper,
    #tab-install-video--wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }

    #tab-description,
    #tab-install--wrapper,
    #tab-install-video--wrapper {
        flex-direction: column;
    }

    #tab-description img {
        max-width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 25% !important;
        padding: 5px;
    }
}

/*
#tab-description img {
  max-width: 50%;
  display: block;
  margin-top: 0;
  margin-bottom: auto;
}
*/
#tab-description {
    gap: 1rem;
}

#tab-description--wrapper,
#tab-description img {
    /*width: fit-content;
    display: block;
    max-width: 50%;
    min-width: 50%;*/
    flex: 0 0 50%;
}

#tab-install-video--wrapper {
    width: fit-content;
    display: block;
    max-width: 60%;
}

#tab-install-guide--wrapper {
    padding-right: 2.2rem !important;
}

#tab-description h2,
.up-sells h2,
#tab-features h2,
#tab-additional_information h2,
#tab-installation h2,
#tab-reviews h2,
.product h2 {
    display: block !important;
    padding-left: 0 !important;
    width: fit-content !important;
    font-style: normal !important;
    font-size: 1.25rem !important;
}

.product h2 {
    font-style: italic !important;
    margin-bottom: 1rem !important;
}

#tab-description h2:after,
.up-sells h2:after,
#tab-features h2::after,
#tab-additional_information h2::after,
#tab-installation h2::after,
#tab-reviews h2::after,
.product h2::after {
    content: none !important;
    color: initial !important;
    font-size: initial !important;
    background-color: #ffffff00;
}

#tab-description p {
    color: white !important;
    text-align: left !important;
}

#tab-features img {
    mix-blend-mode: lighten;
}

#tab-features--wrapper {
    width: 100%;
    display: flex !important;
    text-align: left;
    color: white;
    font-size: 0.9rem;
    gap: 1rem;
}

#tab-install-guide--wrapper {
    width: 40%;
    max-width: 40%;
    padding-right: 1rem;
}

.separator {
    border: none;
    border-top: 1px solid white;
    margin: 20px 0 20px -20px;
}

.woocommerce table.shop_attributes td,
.woocommerce-product-attributes.shop_attributes.sku td {
    margin: 0;
    padding: 10px;
    font-size: 13px;
}

.woocommerce table.shop_attributes th {
    padding: 10px;
    font-size: 14px;
    font-family: Gilroy-bold;
    width: 280px;
}

.woocommerce table.shop_attributes td p {
    padding: 0 !important;
    font-style: normal !important;
}

@media only screen and (max-width: 768px) {

    #tab-features--wrapper,
    #tab-installation--wrapper {
        flex-direction: column;
    }

    .woocommerce table.shop_attributes th {
        padding: 15px;
        font-size: 14px;
        font-family: Gilroy-bold;
        width: 150px;
    }
}

#tab-features img {
    width: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-top: 0;
    margin-bottom: auto;
}

/*
.shop_attributes th {
    width: fit-content !important;
    font-weight:bold;
}*/

.shop_attributes tr {
    font-size: 0.9rem;
    color: white;
    border: solid 1px #4b4b4b;
}

.p-3.woocommerce-product-attributes-item {
    padding-left: 17px !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.p-3.woocommerce-product-attributes-item p {
    font-size: 14px;
}

table.woocommerce-product-attributes.shop_attributes {
    margin-bottom: 0;
}

table.woocommerce-product-attributes.shop_attributes.sku {
    background-color: #ed1c23 !important;
    text-align: left;
}

.shop_attributes tr:nth-child(even) {
    background-color: #322f32 !important;
}

.woocommerce-product-attributes-item {
    text-align: left;
}

#reviews,
#comments {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

#reviews #submit {
    color: white !important;
    background-color: #ed1c23 !important;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.comment-form-rating {
    margin-top: 1.5rem;
}

#respond {
    text-align: left;
}

.woocommerce-message {
    border-top-color: #ed1c23 !important;
}

.woocommerce-message::before {
    color: #0a67b2 !important;
}

.up-sells {
    text-align: left;
}

a.button.wc-forward.wp-element-button {
    color: white;
    background-color: #ed1c23;
    font-family: "Industry", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.custom-view-product--button {
    background-color: #ed1c23 !important;
    padding: 1.25rem 1rem !important;
    text-align: center !important;
    font-family: "industry";
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 0.825rem !important;
    color: white !important;
    width: 100%;
    border: solid 1px #322f32 !important;
}

.custom-view-product--button:hover {
    background-color: #0A67B2 !important;
}

.custom-view-product--button::after {
    position: absolute;
    border-top: 2.5px solid white;
    border-left: 2.5px solid white;
    width: 8px;
    height: 8px;
    color: transparent;
    transform: translate(100%, -50%) rotate(135deg);
    content: "";
    top: 48%;
}

.products li {
    background: linear-gradient(#302e30, #151515) !important;
    padding: 2rem 1.6rem 1rem !important;
    text-align: left !important;
    border: solid 1px #404040 !important;
    min-height: 575px;
}

/*
.woocommerce ul.products.related-products li.product,
.woocommerce-page ul.products.related-products li.product {
  width: 30% !important;
}
*/
.related-products-separator {
    border-top: 1px solid #404040;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Shop Page Styling*/
@media (min-width: 768px) {
    .facetwp-flyout-open {
        display: none !important;
    }

    .filter-content-mobiles {
        display: none !important;
    }
}

@media (max-width:767px) {
    .filter-content {
        display: none !important;
    }
}

h1.woocommerce-products-header__title.page-title {
    color: #ffffff;
    font-family: Industry;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 20px;
}

header.aawoocommerce-products-header {
    background: none !important;
}

.woocommerce .woocommerce-ordering select {
    border: none;
    padding: 10px 15px;
    background-image: none;
    /*margin-top:-55px;*/
}

.woocommerce .woocommerce-result-count {
    color: #ffffff;
}

.filter-content {
    color: #ffffff;
}

.filter-content h3 {
    font-size: 15px;
    font-weight: bold;
    font-family: Industry;
    text-transform: uppercase;
}

.flyout-row h3 {
    font-size: 15px;
    font-weight: bold;
    font-family: Industry;
    text-transform: uppercase;
}

.facetwp-flyout-close {
    font-size: 25px;
}

/* Hide counts in all Checkboxes facets */
[data-type="checkboxes"] .facetwp-counter {
    display: none;
}

.facetwp-display-value {
    font-family: Gilroy-Bold;
    font-size: 16px;
    letter-spacing: 0;
}

.dba-filter-title {
    color: #FFFFFF;
    font-family: Industry;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 1rem 0;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.facet-wrap {
    padding-top: 20px;
    border-bottom: 1px solid #404040;
}

.facetwp-facet {
    margin-bottom: 20px !important;
}

.facetwp-selections {
    color: white;
    padding-top: 10px;
}

.filter-product-no {
    display: none;
}

.facetwp-selections ul {
    padding-left: 0 !important;
}

.facetwp-selection-label,
.facetwp-selection-value {
    font-size: 14px;
}


@media (max-width: 767px) {
    .filter-content .facet-wrap {
        display: none;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    #tab-features img {
        width: 100%;
        max-width: 100%;

    }
}


a.button.custom-add-to-cart__button.product_type_simple {
    display: none !important;
}


.product .tinv-wraper {
    transition: .3s;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background-color: #1f1d1f !important;
    text-align: center !important;
    font-family: "industry";
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 0.825rem !important;
    color: white !important;
    width: 100%;
    border: solid 1px #322f32 !important;
	cursor: pointer;
	margin: 0;
}

.product .tinv-wraper a {
    text-decoration: none !important;
	display: flex;
	white-space: nowrap;
}

.product .tinvwl_add_to_wishlist-text {
    transition: .3s;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
    margin-top: 0px !important;
}

span.tinvwl_add_to_wishlist-text {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

a.tinvwl_add_to_wishlist_button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
	    width: 100%;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-product-already-on-wishlist.tinvwl-position-after.tinvwl-loop img {
    margin: 0 !important;
    padding: 0 !important;
}

.dba-product-page a.tinvwl_add_to_wishlist_button {
    padding: 10px !important;	
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-product-already-on-wishlist.tinvwl-position-after.tinvwl-loop {
    padding: 10px;
	min-height: 55px;
}


.top-bar__wishlist a span {
    text-decoration: none;
    text-align: center !important;
    font-family: "industry";
    text-transform: uppercase;
    font-weight: 600 !important;
    color: white !important;
    width: 100%;
    font-size: 12px;
}

.top-bar__wishlist a:hover span {
    filter:  invert(83%) sepia(70%) saturate(4307%) hue-rotate(349deg) brightness(105%) contrast(99%);
}


@media only screen and (min-width: 1441px) {
    .top-bar__wishlist a span {
        font-size: 14px;
    }
}



.top-bar__wishlist a:hover span {
    color: #ffffff !important;
}

a.tinvwl_add_to_wishlist_button:hover {
    filter:  invert(83%) sepia(70%) saturate(4307%) hue-rotate(349deg) brightness(105%) contrast(99%);
}

.tinv-modal-inner i {
    display: none !important;
}


.dba-product-page {
    display: flex;
    gap: 0.5rem;
}

@media only screen and (max-width: 576px){
	.dba-product-page {
		flex-wrap: wrap;
	}
}

.dba-product-page .where-to-buy {
    text-decoration: none;
    background-color: #ed1c23 !important;
    text-align: center !important;
    font-family: "industry";
    text-transform: uppercase;
    font-weight: 600 !important;
    color: white !important;
    width: 100%;
    border: solid 1px #322f32 !important;
    padding: 10px;
}

.dba-product-page .where-to-buy:hover {
    background-color: #0A67B2 !important;
}


.dba-slash {
    color: #ffffff !important;
    font-family: 'industry' !important;
}

.woocommerce-breadcrumb a{
    font-weight: 600 !important;
}

h3.facet-label {
    letter-spacing: 2px;
}

.facetwp-checkbox {
    background: url("/wp-content/themes/dba-22/assets/icons/checkbox.png") 0 40% no-repeat !important;
    background-size: 10px 10px !important;
}


.facetwp-checkbox.checked {
    background-image: url("/wp-content/themes/dba-22/assets/icons/red-check-square.png") !important;
}



.facetwp-selections span.facetwp-selection-value {
    background-image: url('/wp-content/themes/dba-22/assets/icons/icon-close.png') !important;
    }




    .woocommerce-result-count, .woocommerce-ordering {
        display: none;
    }

    .woocommerce-result-count:first-of-type , .woocommerce-ordering:first-of-type {
        display: block !important;
    }



    .facetwp-load-more {
        background-color: #ed1c23 !important;
        text-transform: uppercase;
        padding: 10px 20px !important;
        color: white !important;
        text-align: center;
        margin-bottom: 20px;
        transition: .3s;
        font-weight: 600;
        font-size: 14px !important;
        font-family: "Industry", Arial, Helvetica, sans-serif !important;
        border: none;
    }

    .shop-bg {
        background-color: #151515;
    }





.button.wc-backward{
	transition: .3s;
    background-color: #ed1c23!important;
    text-transform: uppercase;
    padding: 10px!important;
	        text-align: center;
    color: #fff!important;
    text-align: center;
    margin-bottom: 20px;
     font-family: "Industry", Arial, Helvetica, sans-serif !important;
}

.button.wc-backward:hover {
    background-color: #0a67b2 !important;
}



/* TEMPORARY HOLDER FOR CUSTOM CSS */


@media (min-width: 767px) {
.right-section {
 position: fixed;
    z-index: 9;
    background: #262526;

	/*  animation:slide-down 0.3s; */
}
		.in-dv {
		margin-top:40px !important;
	}
}

.logo-section .logo.sticky-menu {
    position: fixed;
	max-width: 200px;
	 transition: all .4s ease-in-out;
}

@media (max-width: 767px) {
	.part-finder a, .stock-finder a{
		font-size:14px !important;
	}
	.part-finder {
    padding: 0 25px 0 15px !important;
}
	.d-none {
    display: inline-block !important;
}
	.right-section .part-finder img {
    	margin: 2px 5px 5px 0;
    	height: 16px;
	}
	
	.logo-section .logo img {
    max-width: 130px !important;
}
	.right-section .part-finder a:after{
		    border-top: 2.5px solid #ed1c23;
    border-left: 2.5px solid #ed1c23;
	}
	.logo-section .logo{
		top:0 !important;
	}
	.right-section {
		display:flex !important;
		height:64px !important;
    position: fixed;
		bottom:0;
    z-index: 9;
    background: #262526;
	  transition: all .5s ease-in-out;
}
	.selectize-input span.geot-flag {
    margin-top: 12px;
}
	#mega-menu-header-menu{
		top:63px !important;
		margin-top: -40px !important;
	}
	.item {
		padding-top:0 !important;
	}
	.in-dv{
		padding-top:0 !important;
	}
		.menu-section.sticky-menu {
    	position: fixed;
    	z-index: 99;
			top:0;
	/*		animation:slide-down 0.9s; */
	}
	.slider.sticky-menu {
		margin-top:60px;
	}
	.footer-bar .path:after, .part-finder:after{
		background:transparent !important;
	}
}


.tinvwl-woocommerce_single_product_summary {
	display: none !important;
}


span.evoet_c2.evoet_cx {
    position: absolute;
    left: 0px;
}

@media (min-width: 767px) {
span.evoet_title.evcal_desc2.evcal_event_title {
    margin-left: 88px !important;
}
}

select.orderby {
    display: none;
}


.in-dv {
margin-top: 0px !important;
padding-top: 40px;
}



@media (max-width: 767px) {
    #mega-menu-header-menu {
        top: 63px !important;
    }
}




form#vehicle-select {
    padding: 14px;
    background-color: #2d2d2d;
	  border: solid 1px #444444;
}

#vehicle-select label {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

button#submit_vehicle {
    background: #0f8b0f !important;
}

form#vehicle-select {align-items: center;gap: 14px !important;}


a , button , .misha_loadmore {
	cursor: pointer !important;
}

  .top-bar__wishlist img {
      transition-delay: .3s;
      width: 20px;
      display: inline-block;
      margin: 3px 10px 5px 0;
  }



.geot_dropdown_container { 
	z-index: 3;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-position-after.tinvwl-loop {
    min-height: 55px !important;
	  max-height: 56px !important;
}

 .columns-3.products li a.button {
	 max-height: 56px !important;
	 min-height: 55px !important;
}