:root {
    --font-size-base: clamp(1rem, 0.8vw + 0.5rem, 1.5rem);
}
.site-content.clear:has(.multiproduct-page){
	background:rgba(240,240,240,0.3);
		//background:#f1f4f6;
		margin-top:0 !important;
	padding-top:3em;
		padding-bottom:3em;
}
	
	.multiproduct-page .multiproduct-grid {
    display: grid;
	grid-template-columns: auto auto;
    gap: 20px;
	margin-top:3em;
}

.multiproduct-page .multiproduct-item {
	padding:1em;
	background-color:fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	border-radius:10px;
	overflow:hidden;
	display:flex;
	justify-content:center;
}

.multiproduct-page .multiproduct-item:hover {
	 transform: translateY(-5px);
}
.multiproduct-page .product-link.row-link .product-image{
	background:rgba(0,0,0,0.05);
}
.multiproduct-page .product-link.row-link .product-image img{
	width:100%;
	height:190px;
	margin:0;
	border-radius:5px;
	object-fit:contain;
	transform: translateY(-5px);
	filter:brightness(95%);
	transition:ease-in filter .5s;
}

.product-image + div{
	background:rgba(0,0,255,0.01);
	padding:15px;
}

.multiproduct-page .product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.multiproduct-page .product-title mark{
	letter-spacing:1px;
	font-weight:bold;
}

.multiproduct-page .multiproduct-item:hover .product-link.row-link .product-title mark{
	color:#FE7652;
	font-weight:bold;
	background:transparent;
	transition:ease-in-out color, background, font-weight .4s;
}
.multiproduct-page .price {
    font-size: 30px;
    color: #e74c3c;
}

.multiproduct-page .product-sku{
	padding-top:0.3em;
	color:red;
	width:max-content;
}

.multiproduct-page .product-sku strong{
	color:black;
}

.multiproduct-page .product-year{
	background:rgba(0,0,244,0.04);
	width:max-content;
	line-height:normal;
	color:blue;
	padding:0em 2px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:0.1em;
}
.multiproduct-page .product-year strong{
	color:black;
	text-transform:uppercase;
	font-size:15px;
}
.multiproduct-page .product-link {
    text-decoration: none;
    color: inherit;
}
.row-link{
	display:grid;
	grid-template-columns:auto auto;
}
.product-sku + .mprice{
	margin-top:0.5em;
	width:max-content;
}
.multiproduct-page .price .woocommerce-Price-amount bdi{
	color:rgba(0,0,0,0.7);
		font-weight:500;;
}
.multiproduct-page .price del, .multiproduct-page .price del .woocommerce-Price-amount bdi{
	font-size:19px;
	text-decoration-color:black;
	text-decoration-thickness: 12%;
}
.multiproduct-page .product-image{
	width:190px;
}
.multiproduct-item{
	display:flex;
	background: rgba(0, 0, 255, 0.01);
}
.multiproduct-item .product-image + div{
	width:100%;
	background:transparent;
}
.multiproduct-page .product-fitment{
}
.multiproduct-page .product-fitment h5{
	font-size:16px;
}
.multiproduct-page .product-fitment ul{
	padding:0;
	margin-left:1.2em;
}

.multiproduct-page .product-fitment ul li{
	font-size:14px;
	width:max-content;
	margin-bottom:0.2em;
	padding:0em 2px;
}
.multiproduct-page .product-fitment ul li span:nth-child(1){
	font-weight:500;
}

.multiproduct-page .ymm-horizontal .block-content{
	display:flex;
	align-items:center;
}
.ymm-selector.ymm-horizontal .ymm-submit-any-selection {
	margin-top:0;
}
.multiroduct-page .ymm-horizontal button, .ymm-submit-any-selection{
	    font-size: 14px;
    padding: 1.1em 2em;
	margin:0;
	line-height:normal;
    color: var(--white);
}
.search-container{
	position:relative;
	width:90%;
	margin:0;
	margin:auto;
}
.header-main .header-center {
	width:70%;
}
.sku-sch{
	width:38%;
	margin-left:auto;
	position:relative;
	display:flex;
	align-items:center;
}
.sku-sch input{
	width:100%;
	border-radius:100px;
	height:35px;
	padding:5px 25px;
	border-color:#b0afaf;
	font-size:14px;
	letter-spacing:1px;
}
.sku-sch input::placeholder{
	color:#b0afaf;
	font-weight:500;
	letter-spacing:1px;
}
.sku-sch input + span{
	right:18px;
	position:absolute;
	font-size:19px;
	color:#b0afaf7d;
}
.sku-sch input:focus + span{
	color:#FF8D00;
}
#search-results:has(.search-item){
	width:38%;
	margin-left:auto;
	position:relative;
}
.search-item.hideShw{
	max-height:500px;
	overflow-y:scroll;
}
.search-item.hideShw::-webkit-scrollbar{
	width:8px;
	background:transparent;
}
.search-item.hideShw::-webkit-scrollbar-thumb{
	background:#999;
	border-radius:5px;
	box-shadow:inset 0px 0px 4px rgba(0,0,0,0.5);
}
.search-item{
	background:white;
	padding:0em;
	border-radius:0px 0px 4px 4px;
	position:absolute;
	z-index:1;
	margin:0;
	list-style:none;
	width:100%;
	box-shadow:2px 2px 1px 0px rgba(0,0,0,0.02);
}
.search-item > li{

	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.07);
	padding:0.5em;
}
.search-item > li a{
		display:flex;
	align-items:center;
	justify-content:space-between;
}
.search-item > li:last-child{
	border:0;
}
.pimg{
	width:75px;
	border:1px solid rgba(0,0,0,0.05);
	padding:0.1em;
}
.pimg img{
	width:100% !important;
}
.search-item h6{
	width:75%;
	padding-left:0.4em;
	font-weight:normal;
	font-size:16px;
	margin:0;
}
.search-item h6 > b{
	display:block;
}

#search-results{
	width:max-content;
}
.search-item h6 small{
	display:block;
	letter-spacing:0.3px;
}
.search-item h6 mark{
	font-weight:bold;
}

#search-results .loadimg{
	width:30px;
	position:absolute;
	right:2%;
	top:20%;
}


#search-results:has( > span){
	width:70%;
	margin:auto;
	position:relative;
}
#search-results ul > span{
	position:absolute;
		padding:1em;
		background:white;
	text-transform:uppercase;
	letter-spacing:1px;
	box-shadow:4px 5px 5px 0px rgba(0,0,0,0.04);
	border-bottom:1px solid lightgray;
	border-radius:0px 0px 4px 4px;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	box-shadow:4px 5px 5px 0px rgba(0,0,0,0.04);
	border-bottom:1px solid lightgray;
	border-radius:0px 0px 4px 4px;
	font-size:14px;
	width:100%;
}
.search-item > li.hidethis{
	display:none;
	padding:0;
}
ul.search-item:has(.lisload) h6 {
	justify-content:center;
	display:flex;
	align-items:flex-end;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	font-weight:bold;
}
ul .lisload{
	display:block;
	max-height:30px;
}
.header-1 .header-main {
	//padding-bottom:em;
	}

.multiproduct-page .pagination{
	margin-top:4em;
	text-align:center;
}
.multiproduct-page .pagination a,.multiproduct-page .pagination span{
	font-size:20px;
	padding:15px;
	font-weight:500;
}
.product_after_title .inventory_status{
	display:none !important;
}
.single_ctg{
	margin:0;
	color:gray;
}
.wc-blocks-components-select__select{
	text-transform:capitalize !important;
}
	#garage_business_fields input, input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
		background:white;
		border: 1px solid #ccc;
	}
	.garage_flex{
		display:flex;
		align-items:center;
		background:white;
		width:max-content;
		border: 1px solid #ccc;
		justify-content:flex-start;
		border-radius:5px;
	}
	#garage_business_fields label{
		
	}
	#garage_business_fields .garage_flex input{
		border:none;
		background:transparent;
		font-size:20px;
	}
	.garage_flex > span{
		padding:0em 1em;
	}
	#garage_business_fields  select{
		background:white;
		padding-top:0.4em;
		padding-left:0.6em;
	}
	#garage_business_fields  select:focus{
		border-color:#ccc;
		
	}
	#garage_business_fields  select option{
		padding:0.5em 0em;
		border-bottom:1px solid #ccc;
	}
	#garage_business_fields  select option:last-child{
		border:none;
	}
	#garage_business_fields .description{
		color:black;
		font-weight:500;
		letter-spacing:1px;
	}
mark .fitment{
	background:rgba(220,220,220,0.2);
	font-size:16px;
	padding:0em 2px;
	letter-spacing:1px;
}
mark:has(.fitment){
	margin-bottom:0.1em;
	display:block;
}
ul.fitment-list{
	padding-left:1em;
	list-style:numbers;
	letter-spacing:1px;
	margin:0;
	font-weight:500;
}
div.gridlist-toggle.desktop-hide-down{
	display:none;
}
div.karpart-products-per-page{
	display:none;
}
.woosw-btn {
    display: none !important;
}

.woosw-btn +h6{
	margin-top:1.5em;
	font-weight:normal;
	line-height:30px;
	background:rgba(240,240,245,0.5);
	padding:1em;
	border-radius:5px;
	border:1px solid rgba(230,230,230,0.5);
	letter-spacing:1px;
}


/* Navbar Styling */
.navbar {
    background-color: #ffffff;
}

.navbar .nav-link {
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
}

/*---------------------------------------- karpart-starting--------------------*/
nav.navbar-expand-lg{
	border-top:3px solid #ff8d00;
}

.karpart-sorting{
  //  transform:scale(0.90);
    padding:0em 3em;
}

ul.products-list.karpart-products{
       padding:0em 3em;
}

h1,h2,h3{
color:black;
}

ul.products-list li.product-list{
    align-items:center;
}

ul.products-list li.product-list .woocommerce-loop-product__title {
 font-size:18px;
}

ul.products-list li.product-list .woocommerce-Price-amount{

   font-size:22px;
}

ul.products-list li.product-list .product_type_simple{
    font-size:15px;
}

ul.products-list mark .fitment {
font-size:15px;
}

.single-product-type-horizontal{
    width:94%;
    margin:0 auto;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color:black;
}
li.product:not(.product-list):not(.product-block-list) .product-block:hover .product-caption-main {
    opacity:1;
}
ul.products li.product .product-caption-hover{
    opacity:0;
}
li.product:not(.product-list):not(.product-block-list) .product-block:hover .product-caption-hover{
    all:unset;
}
li.product:not(.product-list):not(.product-block-list) .product-block:hover .product-caption-main {
	opacity:1 !important;
}

.header-1 .header-right .header-group-action > div.site-header-cart.menu {
	height:50px;
}

nav.navbar.navbar-expand-lg{
	padding:5px 15px;
}

.navbar-nav{
	align-items:center;
	padding:10px 0px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	width:100%;
}


.navbar-nav li{
	display:inline-block;
	padding:0px 8px;
}
.navbar-nav li a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:black;
	letter-spacing:0.5px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	display: flex
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler .fa-navicon{
	color:#ff8100;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
	border-color:#ff8100;
}
.collapse:not(.show) {
   display: none; 
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    width:80%;
    margin:0 auto;
}
.header-main{
	/* padding-top:1em; */
}
.header-right .site-header-cart.menu{
	width:60px;
	display:flex;
	align-items:center;
}

/* Styling for the Background Image Section */
.header-1:has( + #content .background-image-section){
	margin-bottom:0;
}
.background-image-section {
	position:relative;
    height:86%;
    display: flex;
    justify-content: center;
	align-items:center;
    text-align: center;
}
.background-image-section:before{
	content:'';
	position:absolute;
	background-image: url('https://angautoparts.ca/wp-content/uploads/2025/04/car-image-scaled.jpg'); /* Replace with your image URL */
    background-size:cover;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-position:bottom;  /* Centers the image */
    background-repeat: no-repeat;
	background-attachment:fixed;
	filter:brightness(100%) grayscale(10%);
}
#page{
	overflow-y:hidden;
}
/* Content Styling */
.background-image-section .content{
	width:90%;
	transform:translateY(-1em);
}
.background-image-section .content .filter-bg {
    background-color: rgba(250,250, 250, 0.9); /* Optional: Adds a semi-transparent overlay */
    padding: 20px;
}
.background-image-section .ymm-horizontal .level{
	width:22%;
	
}
.background-image-section .ymm-horizontal .level select{
	
//	filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
.background-image-section .ymm-horizontal .block-content {
	display:flex;
	width:100%;
	justify-content:center;
}
.background-image-section .ymm-horizontal button.button.ymm-submit-any-selection{
	width:10%;
	padding:0;
	display:flex;
	justify-content:center;
}
.background-image-section h2 {
    font-size: 3.1rem;
    margin: 0;
	color:white;
	-webkit-text-stroke: 1px black; /* Stroke width and color */
    text-stroke: 1px black; 
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:0.5em;
}
.header-1 {
	margin-bottom:0;
}
.mobile-sign-menu{
	display:none;
}
.navbar-expand-lg .cart-mob{
		display:none;
	}
.navbar-expand-lg .nav-assest{
	display:none;
}

/*---------------------- reviews -------------*/

#page .site-content:has(.total-reviews-container){
	background:#f5f5f5;
	margin-top:0;
	padding-top:5em;
	padding-bottom:4em;
	margin-bottom:0;
}
.site-main:has(.total-reviews-container) .entry-header{
	display:none;
}
.container:has(>.total-reviews-container){
	background:white;
	padding:2em;
	width:60%;
	margin:0 auto;
	border:1px solid #0000001a;
}
.total-reviews-container{
	text-align:center;
	border-bottom:1px solid #00000012;
	width:90%;
	margin:0 auto;
	margin-bottom:2em;
}
.review-banner{
	width:200px;
	margin:0 auto;
}
.flex-rating{
	display:flex;
	align-items:center;
	width:max-content;
	margin:0 auto;
	font-weight:bold;
}
.flex-rating > p{
	padding:0;
	padding-right:0.5em;
	border-right:1px solid #0000007a;
	margin:0;
	margin-right:0.6em;
}
.flex-rating > p:last-child{
	border:none;
	text-transform:lowercase;
}
.average-rating-stars{
	display:flex;
}
#testimonial-slider{
	width:80%;
	margin:0 auto;
	z-index-1;
	margin-top:1em;
	border-tp:1px solid gray;
	height:auto;
}
.testimonial{
    padding: 4px 6px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    display:block;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial-rating{
	display:flex;
	align-items:flex-end;
	padding-top:0.2em
}

.testimonial .description{
    font-size: 15px;
	padding-top:0.5em;
    margin-bottom: 15px;
	width:80%;
	white-space:normal;
	display:block;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #001d4a;;
}
.testimonial-author{
	letter-spacing:1px;
	padding-top:1em;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #21A56E !important;
}
.owl-theme .owl-controls .owl-buttons div {
	display:none !important;
}
.owl-theme .owl-controls .owl-page span {
	  background:#80808052 !important;
}
.owl-controls.clickable{
	padding-bottom:1em;
}
/*----------------category ------------*/
.category-sec{
	width:100%;
	padding:4em 15px;
}
.category-sec .container{
	width:95%;
	margin:0 auto;
}
.category-sec .row{
	
	margin:0 auto;
}

.section-title{
	width:50%;
	margin:0 auto;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	letter-spacing:1px;
	display:flex;
	justify-content:center;
	align-items:center;
	
}
.section-title span{
	background:white;
	color:#ff0000;
	font-size:43px;
	display:block;
	padding:0em 0.4em;
}
.section-title:before, .section-title:after{
	content:'';
	height:4px;
	width:10%;
	background:black;
}
.section-title:before{
	left:0;
}
.section-title:after{
	right:0;
}
#category-slider {
	padding-top:4em;
	width:100%;
	padding-left:2em;
	padding-right:1em;
	padding-bottom:0;
	//background:lightblue;
}
#category-slider .owl-item{
	//width:250px !important;
}
#category-slider .testimonial{
	border:2px solid black;
	width:210px;
	height:210px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
#category-slider .testimonial a{
	display:block;
	text-align:center;
	width:100%;
}
#category-slider .testimonial a[href='https://angautoparts.ca/product-category/washer-tank/']{
	width:80px;
}
#category-slider img{
	width:120px;
	margin:0 auto;
	padding:1em;
}
#category-slider .testimonial a h3{
	font-size:16px;
	padding-top:1em;
}
.category-sec .owl-theme .owl-controls .owl-page.active span,
.category-sec .owl-theme .owl-controls .owl-page:hover span{
    background: #ff4200 !important;
}
.contact-info {
	padding:0em 15px;
	padding-bottom:8em;
}
.contact-info .container{
	width:95%;
	margin:0 auto;
	padding:0 15px;
}
.contact-info span img{
	width:50px;
}
.contact-info ul{
	display:flex;
	justify-content:space-between;
	list-style:none;
	width:92.1%;
	margin:0 auto;
}
.contact-info ul li{
	width:calc(88%/3);
	padding:0.5em;
	border:5px solid black;
	box-shadow:
    0 0 0 9px white,  
    0 0 0 22px #ff4200;
	height:240px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.contact-info ul li p{
	width:100%;
	text-align:center;
	font-weight:500;
	font-size:20px;
	color:black;
}
ul.products li.product .product-caption-hover{
	position:static !important;
	height:0 !important;
	padding:0 !important;
}
#page .site-content:has(#post-22){
	all:unset;
	display:block;
	padding-top:3em;
	padding-bottom:3em;
}
.password-input{
	display:flex;
	position:relative;
	align-items:center;
}
.show-password-input{
	padding:0;
	height:100%;
	width:50px;
	display:flex;
	justify-content:center;
	float:right;
	position:absolute;
	z-index:1;
	right:0;
}
.show-password-input:after{
	content:'';
	display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.show-password-input[aria-label='Show password']:after{
	content:'\f06e';
	font-size:20px;
}
.show-password-input[aria-label='Hide password']:after{
	content:'\f070';
	font-size:20px;
}
/*------------------------footer----------------*/
.footer-widgets-container{
//	padding-top:5em;
}
.footer-section{
	border-top:4px solid #ff4200;
	border-bottom: 4px solid #ff4200;;
	  box-shadow:
    0 0 0 6px white,  /* the "gap" above the top border */
    0 0px 0 18px #ff4200;     /* the fake top outline */
	padding:2em 15px 1.5em 15px;
	margin-bottom:1em;
	background:white;
}

.footer-logo{
	width:250px;
	margin:0 auto;
	filter:drop-shadow(1px 1px 1px #0000000d);
}
.footer-2{
	padding-top:1em;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:2em;
}
.footer-2 ul{
	display:flex;
	justify-content:space-around;
	gap:20px;
	padding:0;
	margin:0;
	list-style:none;
	padding-top:1.3em;
	width:30%;
	margin:0 auto;
}
.footer-2 ul li:has(img){
	background:#ff4200;
	height:60px;
	width:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:100%;
	padding:1.14em;
}
.footer-2 ul li:first-child img{
	width:50%;
}
.footer-2 ul li img{
	width:100%;
}
.footer-2 ul.footer-page-list{
	padding-top:3.5em;
	width:auto;
	justify-content:center;
}
ul.footer-page-list a{
	font-weight:500;
	font-size:20px;
	padding:0em 0.6em;
}
.footer-bottom{
	position:relative;
	text-align:center;
	width:91.3%;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-top:2em;
	padding-bottom:3em;
}
.footer-bottom span{
	font-weight:500;
	word-spacing:4px;
	font-size:22px;
	letter-spacing:1px;
	color:black;
	display:flex;
}
.footer-bottom span b{
	font-size:25px;
	font-weight:500;
	margin-right:0.5em;
	border:3px solid black;
	height:35px;
	width:35px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:100%;
}
.footer-bottom:before, .footer-bottom:after{
	content:'';
	height:9px;
	width:24%;
	background:#ff4200;
}

/*---------------banner------------*/
body {
	overflow-x:visible;
}
html:has(#custom-store-notice:not([class])){
	overflow:hidden;
}

.notice-layer:has(+ #custom-store-notice:not([class])){
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	z-index:999;
	background:rgb(0 0 0 / 51%);
}
#custom-store-notice{
	background:var(--ofbg);
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	position:fixed;
	z-index:999;
	 box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width:max-content;
	border-radius:10px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
	transition:ease-in .3s;
}
#custom-store-notice.disappear-m{
	transition:ease-in .2s;
	transform:translate(-50%, -50%)  scale(0);
}
.bodyMd{
	//text-align:center;
	padding:0.6em;
}
.bodyMd .mod-i{
	width:60px;
	filter:invert(100%);
	display:block;
	margin:0 auto;
}
.bodyMd h4{
	padding-top:0.5em;
	margin-bottom:0.5em;
	display:flex;
	position:relative;
	justify-content:center;
	padding-bottom:0.4em;
}
.bodyMd h4:after{
	content:'';
	position:absolute;
	height:1px;
	width:80%;
	background:var(--ofc);
	opacity:0.3;
	bottom:0;
}
.bodyMd p{
	width:80%;
	margin:0 auto;
}
.bodyMd .offer-btn{
	padding:0.6em 1em;
	display:block;
	width:max-content;
	border-radius:5px;
	margin:0 auto;
	margin-top:0.5em;
	transition:background ease .2s;
	font-size:var(--font-size-base);
}

.bodyMd .offer-btn:hover{
	background:transparent !important;
	outline:2px solid var(--ofc);
}
.store-notice-banner{
	padding:0.7em 1em;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
.store-notice-banner *{
	margin:0;
}
#close-store-notice{
	position:absolute;
	right:0em;
	top:0.8em;
	font-size:15px;
	font-weight:bold;
	width:60px;
	word-break:break-all;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#close-store-notice:after{
/*	content:'Close';
	position:absolute;
	bottom:-1.5em;*/
}
#close-store-notice i{
	border:2px solid white;
	padding:3px 6px;
	border-radius:100%;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block  .wc-block-components-panel__button{
	pointer-events:auto;
} 
.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button.wp-element-button{
	padding:0;
}
 #chat-icon {
            position: fixed;
            bottom: 1em;
            right: 20px;
            background-color:#ff4200;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
			 color:white;
			 font-size:25px;
        }
        #chat-icon:hover {
            background-color: white;
			color:#ff4200;
        }

        #chatbox-popup {
            position: fixed;
            bottom: 96px;
            right: 20px;
            background: white;
            width: 300px;
            border: 1px solid #cccccc99;
            padding: 20px;
            z-index: 9999;
            box-shadow: 0 0px 5px 1px rgb(0 0 0 / 10%);
            display: none;
            border-radius: 8px;
        }
 #chatbox-popup:after{
	 content:'';
	 width:15px;
	 height:15px;
	 background:white;
	 bottom:-0.5em;
	 right:1.5em;
	 transform:rotate(45deg);
	 position:absolute;
	 filter:drop-shadow(1px 1px rgba(0,0,0,0.1));
 }
#chatbox-popup p{
	margin:0;
}
#chatbox-popup p strong{
	font-weight:500;
	letter-spacing:1px;
}
        #chatbox-popup input,
        #chatbox-popup button {
            width: 100%;
            margin-top: 15px;
            padding: 14px;
            font-size: 14px;
        }
	 #chatbox-popup button {
		padding:1em 2em;
		 width:auto;
	 }
        #thank-you-message {
            display: none;
            margin-top: 15px;
            font-size: 14px;
            color: green;
        }
   #thank-you-message  h5{
		font-weight:500;
	   font-size:23px;
   }
 #thank-you-message  h5 + a{
	 color:#0082ff;
	 font-weight:500;
	 letter-spacing:1px;
	 font-size:16px;
	 text-decoration:underline;
 }
#faq-options{
	list-style:none;
	margin:0;
	padding-top:0.2em;
}
#faq-options li p{
	font-size:20px;
	color:black;
	font-weight:500;
}
#faq-options li button{
	padding:0.8em 2em;
	margin-right:0.5em;
}
 #faq-options, #followup-query, #final-message {
            display: none;
            margin-top: 15px;
        }
#faq-options + p{
	font-weight:500;
	font-size:16px;
	padding-top:1em;
}
#followup-query{
	padding-top:0.5em;
}
#followup-query h6{
	font-weight:500;
}
#followup-query textarea{
	padding:0.4em 1em;
	height:120px;
}
#final-message h5{
	font-weight:500;
	font-size:23px;
}
#post-13043 {
	width:90%;
	margin:0 auto;
}
#post-13043  h4{
	color:#ff4200;
}
#post-13043 p br{
	display:none;
}
.site-content:has(#post-13043){
	background:white;
	margin-top:0;
	padding-top:4em;
}
/*about---------*/
.karpart-container{
	padding-top:1em;
	width:90%;
	margin:0 auto;
}
.karpart-container > h4{
	color:#222222;
	font-size:22px;
	font-weight:400 !important;
	line-height:35px;
}
.karpart-container ul{
	padding-top:0.3em;
}
.karpart-container ul,.karpart-container ul li h5 {
	color:#ff4200;
}
.karpart-container ul li p{
	color:black;
}
.karpart-endpara{
	font-size:20px;margin:auto;color:rgba(0, 0, 0, 1);
	padding-top:2em;
}
.karpart-endpara b{
	color:#ff4200;
}
.ext-gp{
	padding-top:2em;
}
.k-mail{
	color:#ff4200;
	font-weight:500;
	text-decoration:underline;
}
.karpart-container.dark-font,.karpart-container .dark-font, .dark-font{
	color:black;
}
.karpart-container h6 + strong{
	color:#ff4200;
}
.karpart-container .ls-no{
	list-style:none;
}
#chatbox-popup #form-container ul{
	margin:0;
	list-style:none;
	display:flex;
	padding-top:0.1em;
}
#chatbox-popup #form-container label:has( + ul){
	padding-top:0.6em;
	display:block;
}
#chatbox-popup #form-container ul li input[type="radio"]{
	margin:0;
}
#chatbox-popup #form-container ul li{
	display:flex;
	align-items:center;
	padding-right:1em;
}
#chatbox-popup #form-container ul li span{
	padding-left:0.5em;
}
.list-fitment{
	font-size:17px;
	color:#222222a1;
}
.site-content:has(.karpart-container) .entry-title{
	display:none;
}

.contact-info.contact-pg {
	padding:0;
	margin-top:1.4em;
}
.contact-info.contact-pg .container{
	padding:0;
	width:100%;
	maring:0;
}
.contact-info.contact-pg ul{
	width:100%;
	margin:0;
	border-radius:10px;
	padding:0;
	display:flex;
	align-items:flex-start;
	margin-top:4em;
}
.contact-info.contact-pg ul li{
	border:none;
	box-shadow:none;
	color:black;
	text-align:left;
	height:auto;
}
.contact-info.contact-pg ul li strong{
	text-align:left;
	display:block;
	width:100%;
	font-weight:500;
}

.support-title{
	margin-top:4em;
	font-weight:500;
}
.contact-info.contact-pg ul li p{
	font-size:14px;
	font-weight:normal;
	padding-top:0.5em;
	color:gray;
	text-align:left;
}
.contact-pr ~ p strong{
	color:#222;
}
.wpcf7-form label{
	color:transparent;
}
.wpcf7-form-control-wrap input{
	border-radius:100px;
	width:100%;
	color:black;
	background:transparent;
	border:none;
	padding-left:12px;
	height:auto;
	padding:0.6em 0.8em;
}
.wpcf7-form-control-wrap textarea{
	background:transparent;
	height:150px;
	border-radius:20px;
	border-color:#5555554d;
}
.wpcf7-form-control-wrap input::placeholder,.wpcf7-form-control-wrap textarea::placeholder{
	color:#555555ad;
}
.contact-form{
	background:#E7F0FF;
	padding:1em 1.4em !important;
	border-radius:20px;
	border:1px solid #55555530;
	padding-bottom:0;
	position:relative;
}
.wp-block-column:has(.wpcf7) h4{
	margin:0;
	font-size:33px;
}
.wp-block-column:has(.wpcf7) h4 + p{
	margin:0;
	padding-bottom:0.6em;
}
.karpart-container:has(.contact-pg){
	width:95%;
}
.contact-pg h2{
	font-size:70px;
	font-weight:500;
	margin-bottom:10px;
}
.contact-pr{
	width:80%;
}
.flexi >p {
	display:flex;
	align-items:center;
	border:1px solid #5555554d;
	border-radius:100px;
	margin:0;
	padding:0em 1em;
	position:relative;
}
.flexi{
	padding-top:1em;
	margin-top:0.3em;
}
.flexi br{
	display:none;
}
.flexi > p i{
	color:#555555ad;
}

.name-flex > p{
	border:none;
	border-radius:0px;
	gap:5px;
	padding:0;
}
.flexi + p{
	display:none;
}

.flexi + p:has(textarea){
	display:block;
}
.wpcf7-not-valid-tip{
	position:absolute;
	bottom:-20;
	left:10%;
	font-size:12px;
}
.name-flex input{
	border:1px solid #5555554d;
}
.name-flex input::placeholder{
	color:#555555ad;
}
.wpcf7 form.sent .wpcf7-response-output{
	position:absolute;
	width:90%;
	background:#222222;
	border:none;
	color:white;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	border-radius:10px;
	top:30%;
	right:103%;
	padding:1em;
}
.wpcf7 form.sent .wpcf7-response-output::after{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	background:#222222;
	right:-10px;
	z-index:1;
	top:40%;
	transform:rotate(45deg);
}
.map-location{
	border-top:1px solid #5555551c;;
	margin-top:3em;
	padding-top:3em;
}
.karpart-container input.wpcf7-submit{
	display:block;
	width:100%;
	border-radius:100px;
	background:#222222;
	text-transform:capitalize;
	letter-spacing:1px;
	font-weight:500;
	padding:1em;
	margin-top:1.4em;
}
.wpcf7-form p{
	margin:0;
}
.karpart-container form.wpcf7-form {
	margin:0;
	margin-block-end:0;
}
.map-location ul{
	padding:0;
	margin-left:1.5em;
}
.map-location ul li{
	font-size:20px;
	font-weight:500;
}
.map-location ul li strong{
	color:#222;
	font-weight:500;
	padding-left:0.5em;
	text-transform:uppercase;
}
.map-frame{
	border-radius:20px;
	overflow:hidden;
	border:1px solid #55555529;
}

.multiproduct-item .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #fff;
  overflow: hidden;
  height: auto; /* Avoid fixed height */
}

/* Make image scale proportionally */
.multiproduct-item .product-image img {
  max-width: 100%;
	margin:0 auto;
  height: auto;
  object-fit: contain;
  display: block;
	padding:1em;
}

/* Hide actual product images */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img,
.woocommerce-cart-item-thumbnail img,
.woocommerce-checkout-review-order-table .product-name img,
.woocommerce-order-item-thumbnail img,
.woocommerce_email_order_items img,
img.wp-post-image,
.multiproduct-page .product-link.row-link .product-image img,
.mini_cart_item a img,
.wc-block-cart-item__image a img,
.wc-block-components-order-summary-item__image img,
.product-transition .product-image img{
    opacity: 0 !important;
}
.woocommerce ul.products li.product .product-image + a,
.woocommerce div.product div.images,
.woocommerce-cart-item-thumbnail,
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-order-item-thumbnail,
.woocommerce_email_order_items,
.woocommerce div.product .woocommerce-product-gallery__image,
.multiproduct-page .product-link.row-link .product-image,
.mini_cart_item a:nth-child(2),
.wc-block-cart-item__image a,
.wc-block-components-order-summary-item__image,
.product-transition .product-image {
    background-image: url('https://angautoparts.ca/wp-content/uploads/2025/12/default-image.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
   /* Adjust height if needed */
}
.wc-block-components-order-summary-item__image{
	background-position:0em 0em !important;
}
.wc-block-cart-item__image{
	position:relative;
}
.wc-block-cart-item__image a{
	position:absolute;
	height:70px;
	left:0;
	z-index:9;
}
.mini_cart_item a:nth-child(2){
	background:transparent;
	position:relative;
}
.mini_cart_item a:nth-child(2):before{
	content:'No Image';
	position:absolute;
	left:0;
	bottom:0;
	color:orange;
	height:90%;
	border:1px solid;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:2px;
	font-weight:normal;
	border-radius:3px;
}
.custom-top-header {
    background: #FF8D00;
	background:#383838;
    color: white;
    padding: 4px 20px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	gap:20px;
	margin:0;
	position:relative;
	z-index:999;
}
.custom-top-header .left-info{
	border-right:1px solid #ffffff5e;
	padding-right:20px;
}
.custom-top-header span{
	padding-right:0.5em;
}
.custom-top-header a {
	letter-spacing:1px;
	margin:0;
    color:white;
    text-decoration: none;
}
@media (min-width: 1024px){
	    ul.products-list li.product-list .product-caption .product-right {
        width: 34%;
        padding: 0 5%;
        order: 2;
        min-width: 400px;
        border-left:1px solid black;
    }
	.navbar-light .navbar-toggler{
		display:none;
	}
}
@media (max-width: 1024px){
	.wp-block-column:has(.contact-pg) + div.wp-block-column{
		max-width:45%;
		flex:45% !important;
	}
	.is-layout-flex:has(.contact-pg){
		gap:0;
	}
	.wp-block-column:has(.contact-pg){
		width:100%;
		max-width:100%;
	}
	.contact-pg ul li{
		width:100%;
	}
	.multiproduct-item .row-link .product-image{
		width:180px;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
	.navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
@media (max-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
       display: none;
    }
	.navbar-expand-lg .navbar-collapse {
		width:100%;
	}
	.header-container .header-center{
	
	}
	.header-container .header-left{
		
	}
	.sku-sch{
		width:100%;
	}
	.header-1 .header-container{
		padding:0 !important;
		margin:0;
		justify-content:flex-start;
	}
	.header-1 .header-main{
		padding-left:15px;
		padding-right:15px;
	}
	.search-container{
		width:90%;
		margin:0;
		margin-left:auto;
	}
	#search-results:has(.search-item) {
		width:100%;
	}
	.collapse:not(.show) {
		display:block;
	}
	.karpart-container .wp-block-column:has(.contact-pg){
		flex:50%;
		width:50%;
		max-width:60%;
	}
	.wp-block-column:has(.contact-pg) + div.wp-block-column{
		max-width:60%;
		width:56%;
		flex:60% !important;
	}
	.contact-pg ul{
		flex-wrap:wrap;
		padding:0;
		margin:0;
	}
	.contact-pg ul li{ width:50%; padding:0; padding-right:0.8em;}
	.support-title{
		margin-top:1em;
	}
	.contact-pr{
		width:100%;
	}
	.location-pn h2{
		font-size:32px;
		margin-top:1em;
	}
	ul.products-list li.product-list div.product-transition {
		width:60%;
	}
}

@media (max-width: 904px){
	.row-link{
		display:block;
	}
	.multiproduct-item .row-link .product-image{
		width:100%;
		height:300px;
	}
	.footer-2 ul:has(img){
		gap:0px;
		width:50%;
	}
	.footer-2 ul li:has(img) {
		padding:15px;
	}
	.footer-2 ul li img{
		width:80%;
	}
}

@media (max-width: 781px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
	.collapse:not(.show) {
		display:block;
	}
	.karpart-container .is-layout-flex{
		display:flex;
		flex-wrap:nowrap !important;
		position:relative;
	}
	.contact-info.contact-pg ul{
		display:block;
	}
	.contact-pg ul li{
		display:block;
		width:36%;
	}
	.contact-pg .contact-pr{
		width:100%;
	}
	.karpart-container .wp-block-column:has(.contact-pg){
		width:100%;
		max-width:100%;
	}
	.karpart-container .wp-block-column:has(.contact-pg) + .wp-block-column{
		position:absolute;
		right:0;
		width:52%;
		top:26%;
	}
	.support-title{
		margin-top:4em;
	}
	.map-location iframe{
		height:200px;
	}
	.location-pn h2{
		font-size:22px;
	}
	.location-pn ul li{
		font-size:15px;
	}
	ul.products-list li.product-list div.product-transition{
		width:100%;
	}
	ul.products-list li.product-list.status-publish {
		flex-wrap:nowrap;
		align-items:center !important;
	}
	.footer-2 .footer-page-list li a{
		font-size:15px;
	}
}
@media (max-width: 645px){
	.collapse:not(.show) {
		display:none;
	}
	.navbar-expand-lg .nav-assest{
		display:flex;
	}
	nav.navbar.navbar-expand-lg {
		padding:0;
		border-color:transparent;
	}
	nav.navbar.navbar-expand-lg:has(.show){
		border-top-color:#ff8d00;
	}
	body:has( nav .navbar-collapse.show){
		overflow-y:hidden !important;
	}
	.custom-top-header{
		justify-content:center;
	}
	nav.navbar.navbar-expand-lg .container{
		top:-80%;
		transition: opacity .5s;
	}
	nav.navbar.navbar-expand-lg .container:has(.navbar-collapse.show){
		display:flex;
		flex-wrap:wrap;
		position:fixed;
		z-index:9;
		left:0;
		top:5%;
		background:white;
		width:100%;
		height:95%;
		transition: top .5s;
		margin:0;
		padding:0;
		align-items:stretch;
		overflow:hidden !important;
	}
	html:has(.navbar-collapse.show), body:has(.navbar-collapse.show){
		overflow:hidden;
	}
	.navbar-collapse {
		all:unset;
		width:100%;
		display:flex;
		flex-wrap:wrap;
		height:88%;
	}
	.navbar-expand-lg .navbar-nav {
		display:flex;
		margin:0;
		padding:0;
		flex-wrap:wrap;
		height:83%;
		margin:0;
		align-self:flex-end;
	}
	.navbar-expand-lg .navbar-collapse ul.mobile-sign-menu{
		list-style:none;
		width:100%;
		margin:0;
		padding:0;
		display:block;
		align-self:flex-end;
	}
	.navbar-expand-lg .navbar-nav li{
		width:100%;
		display:block;
		text-align:center;
	}
	.navbar-expand-lg .navbar-nav li a{
		font-size:25px;
	}
	.navbar-light .navbar-toggler{
		
		position:static;
		display:block;
		left:0;
	}
	.navbar-light .navbar-toggler:hover{
		background:#ff8100;;
	}
	.navbar-toggler:hover .fa-navicon{
		color:white;
	}
	
	ul.mobile-sign-menu li{
		display:flex;
		justify-content:space-around;
		position:relative;
		width:100%;
		align-items:flex-end;
		background:#ff6300;
	}
	ul.mobile-sign-menu li:before{
		content:'';
		position:absolute;
		height:100%;
		width:2px;
		background:white;
	}
	 ul.mobile-sign-menu li a{
	 font-size:25px;
	padding:15px 0px;
		 display:block;
		 text-transform:capitalize;
		 font-weight:500;
		 color:white;
 }
	
	.header-main .header-left{
		order:2;
	}
	.navbar-toggler:hover .fa-navicon{
		color:white;
	}
	.header-1 .header-main{
		padding:0.4em 1em;
	}
	
	.navbar-light .navbar-toggler {
		height:35px;
		width:32px;
		display:flex;
		align-items:space-between;
		flex-wrap:wrap;
		padding:0;
		border:none;
		background:transparent !important;
		margin:0;
		position:relative;
	}
	.navbar-light .navbar-toggler:after{
		content:'close';
		position:absolute;
		letter-spacing:2px;
		font-size:10px;
		bottom:-1.2em;
		right:2px;
		color:#ff8100;
		font-weight:bold;
		text-shadow:0px 1px  #00000026;
		transition:.2s right .5s;
	}
	.navbar-expand-lg .nav-assest:has(+ .navbar-collapse.show){
		display:flex;
		align-items:center;
		padding:0em 2em;
		padding-right:1em;
		width:100%;
		justify-content:space-between;
		height:12%;
		position:relative;
	}
	.navbar-expand-lg .nav-assest:has(+ .navbar-collapse.show):after{
		content:'';
		position:absolute;
		width:100%;
		left:0;
		bottom:0;
		height:2px;
		background:#ff8100;
		filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.22));
	}

	.navbar-expand-lg .nav-assest:has(+ .navbar-collapse.show) .navbar-brand,
	.navbar-expand-lg .nav-assest:has(+ .navbar-collapse.show) .site-header-cart{
		display:block;
	}
	.nav-assest .site-header-cart{
		display:none;
	}
	.nav-assest .site-header-cart .cart-contents{
		font-size:30px;
	}
	.nav-assest .navbar-brand{
		display:none;
		filter:drop-shadow(1px 1px 0px rgba(0,0,0,0.1));
		width:140px;
		margin:0 auto;
	}

   .nav-assest .navbar-brand img{
	width:100%;
	transform:translateY(0.3em);
	padding:0;
}
	.nav-assest .woocommerce-Price-amount{
		display:none;
	}
	.navbar-light .navbar-toggler[aria-expanded='false'] {
		position:absolute;
		top:18px;
		left:10px;
	}
	.navbar-light .navbar-toggler[aria-expanded='false']:after{
		content:'';
		right:-1em;
	}
	.navbar-toggler span{
		width:100%;
		display:block;
		height:2px;
		background:#ff6e00;	
	}
	.navbar-toggler[aria-expanded='false'] span:nth-child(1){
		transform:initial;
		height:2px;
		transition: ease-out .4s;
	}
	.navbar-toggler[aria-expanded='false']  span:nth-child(3){
		transform:initial;
		height:2px;
		transition:ease-in .2s;
	}
	.navbar-toggler[aria-expanded='false'] span:nth-child(2){
		display:block;
	}
	
	.navbar-toggler span:nth-child(1){
		transform:rotate(-45deg) translateX(-0.6em);
		ght:3px;
		transition:.3s ease-out .4s;
	}
	.navbar-toggler span:nth-child(3){
		transform:rotate(45deg) translateX(-0.6em);
		height:3px;
		transition:.3s ease-out .4s;
	}
	.navbar-toggler span:nth-child(2){
		display:none;
	}
	.header-main .header-left{
		order:2;
	}
	.multiproduct-page .multiproduct-grid {
		display:block;
			
	}
	.multiproduct-item {
		border:1px solid rgba(220,220,240,0.4);
		
	}
	.multiproduct-item a.product-link{
		display:flex;
		width:100%;
	}
	.multiproduct-item{
		margin-bottom:2em;
	}
	
.multiproduct-page .multiproduct-grid .product-image{
	width:60%;
	height:200px;
	background:rgba(0,0,0,0.05);
	text-align:left;
	background:red;
}
	
.multiproduct-page a.product-link.row-link .product-image img{
	width:100%;
	padding:1em;
	object-fit:contain;
	margin:0;
	height:250px;
	filter:brightness(95%);
	}
	.search-container{
		/* display:none; */
	}
	.multiproduct-page a.product-link.row-link .product-title mark{
		display:block;
		letter-spacing:normal;
		background:transparent;
		margin-top:0.3em;
	}
	
	/*-------filter------*/
.multiproduct-page .ymm-horizontal .block-content {
		
		display:block;
	}
	.ymm-selector.ymm-horizontal .level {
		width:100%;
		margin-bottom:0.5em;
		
	}
	
.multiproduct-page .pagination{
	margin-top:3em;
	text-align:center;
}
	.multiproduct-page .pagination a,.multiproduct-page .pagination span{
	font-size:18px;
	padding:5px;
	font-weight:500;
}
	.ymm-vehicle-fitment{
		max-width:100%;
		overflow-x:scroll;
	}
	.ymm-vehicle-fitment::-webkit-scrollbar{
		height:2px;
	}
	.ymm-vehicle-fitment::-webkit-scrollbar-thumb{
		background:black;
		filter:drop-shadow(2px 2px 1px black);
	}
	table#ymm_applicable_list{
		width:100%;
		border:1px solid rgba(0,0,0,0.05);
		white-space:nowrap;
	}
	table#ymm_applicable_list tbody{
		align-items:stretch;
	}
	table#ymm_applicable_list tbody tr:has(th){
		background:rgba(20,20,20,1);
		color:white;
	}
	table#ymm_applicable_list tbody tr {
		width:100%;
	}
	table#ymm_applicable_list tbody tr th{
		
		border:none;
		border-bottom:1px solid rgba(255,255,255,0.4);
	}
		table#ymm_applicable_list tbody tr td{
			border:none;
			border-bottom:1px solid rgba(0,0,0,0.05);
			font-weight:500;
	}
.single-product .woocommerce-tabs ul.tabs li.ymm-tab{
		color:white;
		background:red;
	}
	.resp-accordion.tab-ymm{
	padding:1em !important;
		background:black;
		display:table;
		color:white;
}
	.resp-accordion.tab-ymm span{
		
	}
	table#ymm_applicable_list tbody tr:nth-child(even){
		background:rgba(240,240,250,0.3);
	}
	table#ymm_applicable_list tbody tr:last-child td:last-child{
		border:none;
	}
	    .karpart-sorting,ul.products-list.karpart-products{
        padding:0em 15px;
    }

    ul.products-list.karpart-products > li.product-list{
        align-items:flex-start;
    }
     ul.products-list li.product-list .product-caption {
      margin-top:0;
  }
    .header-1 {
        margin-bottom:20px;
    }
    .select-items {
        right:auto;
    }
    .single-product div.product .product_title {
        font-size:30px;
        padding-top:0.2em;
        padding-bottom:0.1em;
    }
    h4.single_ctg {
        font-size:22px;
        font-weight:600;
    }

	.background-image-section {
	background-size:cover; 
    height:93% ;
	align-items:center;
	}
.background-image-section .content{
	transform:translateY(0em);
	padding:0;
	margin:0;
}
.background-image-section .content .filter-bg {
    background-color: rgba(240,240, 240, 1); /* Optional: Adds a semi-transparent overlay */
    padding: 20px;
}
.background-image-section .ymm-horizontal .level{
	width:100%;
}
.background-image-section .ymm-horizontal .block-content {
	display:block;
	width:100%;
	justify-content:center;
}
.background-image-section .ymm-horizontal button.button.ymm-submit-any-selection{
	width:auto;
	padding:1em 2em;
	margin-top:0.5em;
}
.background-image-section h2 {
    font-size: 2.1rem;
	padding-bottom:0.5em;
}
	.header-center{
		display:none;
	}
	.header-1 .header-main .header-left{
		width:100%;
	}
.header-left .site-header-cart{
	position:absolute;
	right:0.6em;
	margin-top:0.8em;
}
	.header-left .site-branding{
		margin:0 auto;
	}
	.site-branding .custom-logo{
		margin:0;
		transform:translateY(0.3em);
	}
	.header-1{
		margin-bottom:0px;
	}

	/*----------review---------*/
	#page .site-content:has(.total-reviews-container){
	padding-top:1em;
}
.site-main:has(.total-reviews-container) .entry-header{
	display:none;
}
.container:has(>.total-reviews-container){
	width:90%;
	padding:2em 1em;
}
.total-reviews-container{
	text-align:center;
	border-bottom:1px solid #00000012;
	width:100%;
	margin:0 auto;
	margin-bottom:2em;
}
.review-banner{
	width:200px;
}
.flex-rating > p:last-child{
	border:none;
	text-transform:lowercase;
}
.average-rating-stars{
	display:flex;
}

.container:has(#testimonial-slider){
	max-width:100%;
	width:98%
}
.owl-carousel .owl-item {
	margin-right:0.3em;
}
#testimonial-slider{
	width:100%;
	margin:0 auto;
	z-index-1;
	margin-top:1em;
	border-tp:1px solid gray;
	height:auto;
}
#testimonial-slider .testimonial{
    padding: 4px 6px;
    margin: 0 25px 30px 15px;
    overflow: hidden;
    position: relative;
    width:250px;
}
	.testimonial .title{
		text-align:left;
		width:100%;
	}
	.testimonial .description{
		width:100%;
		text-align:left;
	}
	.testimonial .testimonial-author{
		text-align:left;
	}
	.owl-controls{
		margin-bottom:1em;
	}

/*----------------category ------------*/

.category-sec{
	width:100%;
	padding:3em 15px;
}
.section-title{
	width:100%;	
}
.section-title span{
	font-size:23px
}
.section-title:before, .section-title:after{
	height:7px;
}

#category-slider {
	padding-top:4em;
	text-align:center;
	display:flex;
	justify-content:center;
}

#category-slider .testimonial{
	margin:0 auto;
	border-width:5px;
}
#category-slider .testimonial a{
	display:block;
	text-align:center;
	width:100%;
}
#category-slider .owl-wrapper-outer .owl-wrapper .owl-item {
	margin:0;
}
#category-slider	.owl-wrapper-outer {
		width:330px;
}
#category-slider .testimonial a[href='https://angautoparts.ca/product-category/washer-tank/']{
	width:80px;
}
#category-slider img{
	width:150px;
}
#category-slider .testimonial a h3{
	font-size:18px;
}
#category-slider .owl-controls{
	padding-top:2em;
}
.category-sec .owl-theme .owl-controls .owl-page.active span,
.category-sec .owl-theme .owl-controls .owl-page:hover span{
    background: black !important;
}
.contact-info {
	padding:0em 2em;
	padding-bottom:2em;
}
.contact-info span img{
	width:50px;
}
.contact-info ul{
	width:100%;
	padding:1em;
	flex-wrap:wrap;
	gap:80px;
}
.contact-info ul li{
	width:100%;
	padding:0.5em;
	border:5px solid black;
	box-shadow:
    0 0 0 9px white,  /* outline "gap" color */
    0 0 0 21px #ff4200;
}
.contact-info ul li p{
	font-size:16px;
}
/*------------------------footer----------------*/
.footer-widgets-container{
	padding-top:5em;
}
.footer-section{
	border-top:4px solid #ff4200;
	border-bottom: 4px solid #ff4200;;
	  box-shadow:
    0 0 0 6px white,  /* the "gap" above the top border */
    0 0px 0 18px #ff4200;     /* the fake top outline */
	padding:3em 15px;
	padding-bottom:0;
	margin-bottom:1em;
}

.footer-logo{
	width:250px;
	margin:0 auto;
	filter:drop-shadow(1px 1px 1px #0000000d);
}
.footer-2{
	padding-top:2em;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:2em;
}
.footer-2 ul{
	padding-top:1em;
	width:90%;
}
.footer-2 ul li:has(img){
	height:60px;
	width:60px;
	padding:1em;
}
.footer-2 ul.footer-page-list{
	padding-top:3.5em;
	width:auto;
	display:block;
	justify-content:center;
}
ul.footer-page-list li{
	width:100%;
	text-align:center;
	padding:0.6em 0em;
	letter-spacing:1px;
	text-transform:uppercase;
}
.footer-2 ul.footer-page-list a{
	font-size:25px;
}
.footer-bottom{
	position:relative;
	width:100%;
	padding-top:1em;
	padding-bottom:2em;
}
.footer-bottom span{
	font-weight:normal;
	word-spacing:0px;
	font-size:15px;
	letter-spacing:1px;
	color:black;
	display:flex;
	font-weight:
}
.footer-bottom span b{
	display:block;
	font-size:12px;
	width:20px;
	height:20px;
	border-width:1px;
}
.footer-bottom:before, .footer-bottom:after{
	content:'';
	height:9px;
	width:0%;
	background:#ff4200;
}
	.site-content:has(#post-13043){
		margin-bottom:0;
	}
	#custom-store-notice{
		width:70%;
		transform: translate(-50%, -50%) scale(1.2);
	}
	.site{
		flex-wrap:wrap;
		justify-content:center;
		//padding-top:1em;
	}
	.store-notice-banner{
		order:2;
		padding-top:1em;
	}
	.bodyMd .offer-btn{
		padding:0.7em 0.5em;
		width:100%;
		display:block;
		word-break:break-word;
		overflow-wrap: anywhere;
	}
	.owl-pagination{
		display:none;
	}

	/*contact -*/

	.karpart-container .is-layout-flex{
		position:relative;
	}
	.contact-pg ul li{
		display:block;
		width:40%;
	}
	.contact-pg .contact-pr{
		width:100%;
	}
	.karpart-container .wp-block-column:has(.contact-pg){
		width:100%;
		max-width:100%;
	}
	.karpart-container .wp-block-column:has(.contact-pg) + .wp-block-column{
		width:100%;
		max-width:80% !important;
		margin:0 auto;;
	}
	.wpcf7-form-control-wrap textarea {
		height:100px;
	}
	.support-title{
		margin-top:2em;
	}
	.contact-pg ul{
		all:unset;
		display:flex;
		flex-wrap:wrap;
		flex:100%;
	}
	.contact-pg ul li{
		width:49%;
		max-width:100%;
		padding:0;
	}
	.contact-pg ul li p{
		width:80%;
	}
	.map-location iframe{
		height:200px;
	}
	.location-pn{
		border-top:1px solid #00000012;
	}
	.location-pn h4{
		margin-top:1.4em;
		color:#555555;
	}
	.location-pn h2{
		font-size:37px;
	}
	.location-pn ul li{
		font-size:25px;
	}
		.karpart-container .wp-block-column:has(.contact-pg) {
			
		}
	.karpart-container .wp-block-column:has(.contact-pg) + .wp-block-column{
		width:55%;
		max-width:70%;
		top:30%;
	}

	.map-location .map-frame{
		margin-top:2em;
	}
	.location-pn{
		border:none;
	}
	.location-pn h4{
		margin-top:0;
		font-size:22px;
	}
	.location-pn h2{
		font-size:30px;
	}
	.location-pn ul{
		padding-top:0.5em;
	}
	.location-pn ul li{
		font-size:16px;
	}
	.footer-widgets-container{
		padding:0;
	}
} 

@media (max-width: 550px){
	.karpart-container .is-layout-flex{
		position:relative;
		flex-wrap:wrap !important;
	}
	.karpart-container .wp-block-column:has(.contact-pg){
		width:100%;
		max-width:100%;
	}
	.contact-info.contact-pg ul{
		display:flex;
	}
	.contact-pg ul li p{
		width:90%;
	}
	.karpart-container .wp-block-column:has(.contact-pg) + .wp-block-column{
		position:static;
		width:100%;
		max-width:90% !important;
		top:28%;
	}
	.map-location .map-frame{
		margin-top:0;
	}
	.location-pn{
		border-top:1px solid #0000000d;
		padding-top:2em;
	}
	.location-pn h4{
		font-size:25px;
	}
	.location-pn ul li{
		font-size:20px;
	}
	
	.multiproduct-item .row-link{
		align-items:flex-start;
	}
	.multiproduct-item .row-link .product-image{
		height:100%;
	}
	.multiproduct-page a.product-link.row-link .product-image img{
		height:auto;
	}
	.multiproduct-item .row-link .product-image + div{
		padding:0em 15px;
	}
	.multiproduct-item .row-link .product-title {
		padding-top:0;
	}
	.footer-2 ul:has(img){
		width:70%;
	}
	
}

@media (max-width: 450px){
	.custom-top-header{
		font-size:.8rem;
	}
	.multiproduct-item .product-link.row-link{
		display:block;
	}
	.multiproduct-item .row-link .product-image{ 
		height:250px;
		width:100%;
	}
	.multiproduct-item .row-link .product-title{
		padding-top:1em;
	}
	ul.products-list li.product-list div.product-transition{
		width:100%;
	}
	ul.products-list li.product-list.status-publish {
		flex-wrap:wrap;
		align-items:flex-start !important;
	}
}
@media (max-width: 400px){
	.custom-top-header{
		font-size:.6rem;
		gap:10px;
		height:5%;
	}
	.karpart-container ul {
		margin-left:1em;
	}
	.site-content ~ .footer-widgets-container{
		padding:0;
	}
	.shp-t ~ p{
		color:#222222d6;
	}
	.karpart-container{
		text-align:justify;
	}
	.site{
		padding-top:0;
	}
	.karpart-container h2{
		text-align:left;
	}
	#chatbox-popup {
		width:70%;
		right:5%;
		bottom:18%;
		padding:10px 10px;
		transform:scale(1);
	}
	#chatbox-popup input{
		height:40px;
	}
	#chatbox-popup p strong{
		font-size:1rem
	}
	#chatbox-popup button{
		padding:10px 20px;
		font-size:12px;
		letter-spacing:1px;
		margin-top:0.5em;
	}
	#page .site-content:has(.karpart-container) {
		margin-top:20px;
	}
	.karpart-container h2{
		font-size:20px;
	}

	.karpart-container .is-layout-flex{
		position:relative;
		flex-wrap:wrap !important;
	}
	.karpart-container .wp-block-column:has(.contact-pg){
		width:100%;
		max-width:100%;
	}
	.contact-pg ul{
		display:block !important;
		margin-top:2em !important;
	}
	.contact-pg ul li{
		width:100%;
		margin-top:2em;
	}
	.contact-pg ul li p{
		width:90%;
	}
	.karpart-container .wp-block-column:has(.contact-pg) + .wp-block-column{
		position:static;
		width:100%;
		max-width:100% !important;
		top:28%;
	}
	.location-pn h2{
		font-size:25px;
	}
	.location-pn ul li{
		font-size:18px;
	}
	.multiproduct-item .product-link.row-link{
		display:block;
	}
	.multiproduct-item .row-link .product-image {
		height:250px;
		width:100%;
	}

	.multiproduct-item .product-image img {
		max-height: 100%;
	    width: auto;
	}
	.multiproduct-item .row-link .product-title{
		padding-top:1em;
	}
	.footer-2 ul:has(img){
		width:100%;
	}
	
}

@media (max-width: 319px){
	.custom-top-header{
		font-size:.5rem;
	}
	.location-pn ul{
		padding-top:0.5em;
	}
	.location-pn ul li{
		font-size:15px;
	}
}
@media (max-width: 270px){
	.custom-top-header{
		font-size:.4rem;
	}
	#chat-icon{
		height:35px;
		width:35px;
		font-size:15px;
	}
	.#chat-icon i{
		//font-size:15px !important;
	}
	.karpart-container{
		padding-top:0;
		width:100%;
	}
	.location-pn{
		padding-top:1em;
	}
	.karpart-container ul li h5{
		font-size:18px;
		text-align:left;
	}
	.ext-gp{
		padding-top:1.5em;
	}
	.karpart-container ul li p{
		font-size:15px;
	}
	.karpart-container h4{
		font-size:14px;
		line-height:normal;
	}
	#page .site-content {
		margin-bottom:40px;
	}
	.footer-section .footer-2 ul{
		gap:0px;
		padding-top:2em;
	}
	.footer-section .footer-2 ul li{
		padding:10px;
		height:40px;
		width:40px;
		margin:0;
	}
	.footer-2 ul.footer-page-list {
		paading:0;
		margin:0;
	}
	.footer-2 ul.footer-page-list li{
		width:auto;
		height:auto;
		margin:0;
		padding-top:4px;
		text-align:center;
	}
	.footer-2 ul.footer-page-list li a{
		font-size:14px;
	}
	.footer-2{
		padding-block:0.2em;;
	}
	.footer-bottom span {
		font-size:12px;
		font-weight:bold;
		padding:0;
	}
	
  .footer-bottom span b {
	  /* width:15px; */
	  height:14px;
	  font-size:8px;
	 }
	.footer-bottom {
		padding-bottom:1em;

	}
	.site{
		padding-top:0;
	}
	
	#google_translate_element a > span{
		font-size:11px;
		padding-right:0;
	}
	#google_translate_element a > span ~ span{
		
		font-size:10px !important;
	}
	.navbar-light .navbar-toggler {
		width:29px;
		height:25px;
	}
	.navbar-light .navbar-toggler[aria-expanded='false'] {
		top:37%;
	}
	.navbar-expand-lg .navbar-nav li a{
		font-size:15px;
	}
	ul.mobile-sign-menu li a {
		padding:5px 0px;
		font-size:15px;
	}
	.navbar-expand-lg .nav-assest:has(+ .navbar-collapse.show) {
		height:18%;
	}
	.navbar-collapse {
		height:82%;
	}
	.nav-assest .site-header-cart .cart-contents {
		font-size:20px;
	}
	.nav-assest .navbar-brand img {
		transform:translateY(0);
		padding:0em 0.5em;
	}
    .navbar-light .navbar-toggler:after {
		bottom:-1em;
	}
	.header-1 .site-branding img {
		width:120px;
		padding:0px 9px;
	}

	#chatbox-popup {
		width:90%;
		right:-1%;
		bottom:10%;
		padding:10px 10px;
		transform:scale(0.85)
	}
	#chatbox-popup input{
		height:35px;
	}
	#chatbox-popup p strong{
		margin:0;
		padding:0;
		font-size:0.9rem
	}
	#chatbox-popup button{
		padding:10px 20px;
		font-size:12px;
		letter-spacing:1px;
	}
	#page .site-content:has(.karpart-container) {
		margin-top:20px;
	}
	.karpart-container h2{
		font-size:20px;
	}
	.multiproduct-item .row-link .product-image{
		height:160px;
	}
	.multiproduct-item .row-link .product-title {
		font-size:12px;
		padding-top:1.4em;
	}
	.multiproduct-item .row-link .product-title mark{
		font-size:17px;
		display:block;
		width:100%;
		padding-top:0.2em;
		letter-spacing:1px !important;
	}
	.location-pn h4{
		font-size:19px;
	}
	.location-pn ul li{
		font-size:12px;
	}
	.karpart-container .contact-form h4{
		font-size:26px;
	}
	.karpart-container .contact-form h4 + p{
		font-size:14px;
		margin-top:0.5em;
	}
	.contact-form .name-flex p{
		display:block;
	}
	.contact-form .name-flex p span ~ span input{
		margin-top:1.3em;
	}
	.contact-form{
		padding:10px 10px !important;
		width:100%;
	}
	.contact-form input{
		padding:6px 15px;
	}
}