/*
Theme Name: CTG Child
Template: ctg
Description: Child theme custom styles
*/


:root {
  --shop-red:        #6D0000;
  --shop-dark:       #1a1a1a;
  --shop-mid:        #555555;
  --shop-light:      #888888;
  --shop-border:     #e0e0e0;
  --shop-bg:         #f5f5f5;
  --shop-card-bg:    #ffffff;
  --shop-hover-sh:   0 8px 32px rgba(0,0,0,0.12);
  --shop-radius:     6px;
  --shop-transition: 0.22s ease;
  --sp-black        : #111111;
	--sp-white        : #ffffff;
	--sp-red          : #6d0000;
	--sp-gray-200     : #e8e8e8;
	--sp-gray-300     : #d0d0d0;
	--sp-gray-500     : #888888;
	--sp-gray-700     : #444444;
	--sp-gray-bg      : #c8c8c8;
	--sp-max-width    : 1200px;
	--sp-gutter       : 24px;
	--sp-transition   : 0.18s ease;
}
.eael-lightbox-content a {
	color:#6D0000 !important
}

.jiffy-product-cards .elementor-button{
	transition: all .1s ease;
visibility: hidden;
	transform: scale(1.1);
}

.jiffy-product-cards:hover .elementor-button{
visibility: visible;
	transform: scale(1);
}

ul.sidebar-cat-list.level-2 {
    padding-left: 20px;
}
a#tab-label-additional-title {
    color: #000;
}

.mfp-close:hover{
	color: #000 !important;
}

.shop-help-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 30px auto;
	max-width:1180px;
}
/* Accordion */

.sp-acc-icon{
    display:none;
}

.shop-help-small {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.shop-help-section h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
.shop-help-btn {
    background: #6d0000;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    white-space: nowrap;
    font-size: 12px;
}
.shop-help-btn:hover {
    background: #000;
    color: #fff;
}
#shop-loader{
	display:none;
	text-align:center;
	padding:40px 0;
	font-size:15px;
	font-weight:600;
}
.sidepanel.e-flex.e-con.e-child{height:fit-content;}

.custom-contact-form{
    max-width:700px;
    margin:auto;
    font-family:Arial,sans-serif;
}

/* .custom-contact-form .form-row{margin-bottom:8px;} */

.custom-contact-form .two-column{
    display:flex;
    gap:20px;
}

.custom-contact-form .two-column .form-group{flex:1;}

.custom-contact-form label{
/*     margin-bottom:12px; */
    font-weight:400;
/*     line-height:1px; */
    color:#111;
}
.site-navigation ul.menu li:hover>ul {
    display: block;
    width: 100%;
    border-bottom: 5px solid #6d0000;
}

.site-navigation #menu-item-29 .sub-menu{
	width: 300px;
}
.site-navigation ul.menu li ul li a {
    font-weight: 400;
}
.site-navigation ul.menu li ul{
min-width: 180px !important;
}

#menu-item-37588 .sub-menu{
	width: 300px;
}

#menu-item-38240 .sub-menu{
	width: 206px;
}

.site-navigation ul.menu li ul li, .site-navigation ul.menu li ul li a{
	transition: all .3s ease;
}

.site-navigation ul.menu li ul li:hover {
    background: #6d0000;
    color: #fff !important;
}
.site-navigation ul.menu li ul li:hover a{
    color: #fff;
}

.site-navigation ul.menu li ul li.current-menu-item {
    background: #6d0000;
}
.site-navigation ul.menu li ul li.current-menu-item a{
    color: #fff;
}
.custom-contact-form label span{color:red;}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea{
    width:100%!important;
    padding:14px!important;
    font-size:15px!important;
    box-sizing:border-box!important;
    background:#f5f5f5!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    transition:.2s ease!important;
}

.custom-contact-form input:focus,
.custom-contact-form select:focus,
.custom-contact-form textarea:focus{
    background:#fff;
    outline:2px solid #f7f7f7!important;
}

.custom-contact-form textarea{
    min-height:40px;
    height:100px;
    resize:vertical!important;
}

.custom-contact-form .radio-row,
.custom-contact-form .radio-row .wpcf7-form-control{
    display:flex!important;
    align-items:center!important;
    gap:24px!important;
    margin-top:15px;
    font-size:14px;
    line-height:1.6;
}

.custom-contact-form .radio-row .wpcf7-list-item{
    margin:0!important;
}

.custom-contact-form .radio-row label{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    margin:0!important;
    font-weight:600!important;
    color:#000!important;
    cursor:pointer!important;
}

.custom-contact-form .radio-row .wpcf7-list-item-label{
    color:#000!important;
}

.custom-contact-form .radio-row input[type="radio"]{
    width:18px!important;
    height:18px!important;
    margin:0!important;
}

.custom-contact-form input[type="submit"]{
    width:auto;
    padding:14px 30px;
    background:#6d0000!important;
    color:#fff!important;
    border:0!important;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
    transition:.2s ease;
}

.custom-contact-form input[type="submit"]:hover{
    background:#0A0B14 !important;
}

#menu-item-5899:hover{
	background: #6d0000;
}

#menu-item-5899 a{
	color: #000;
}

#menu-item-5899:hover a{
	color: #fff;
}


#menu-item-5900:hover{
	background: #6d0000;
}

#menu-item-5900 a{
	color: #000;
}

#menu-item-5900:hover a{
	color: #fff;
}

#menu-item-74:hover li .menu-item-has-children:after{
 color: #fff !important;
}

@media(max-width:768px){
	.site-header .header-inner{
		max-width:100%
	}
	
	section.shop-help-section {
    flex-direction: column;
    text-align: center;
}

    .sp-details-section{
        display:block;
    }

    .sp-accordion-title{
        cursor:pointer;
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin:0;
        padding:18px 0;
    }

    .sp-acc-icon{
        display:block;
        font-size:28px;
        line-height:1;
    }

    .sp-accordion-content{
        display:none;
        padding-bottom:20px;
    }

    .sp-accordion-item.active .sp-accordion-content{
        display:block;
    }

    .sp-accordion-item.active .sp-acc-icon{
        transform:rotate(45deg);
    }


	header#site-header {
    padding: 20px;
}
	
.footer_mainbox {
    padding:30px 20px !important
}
	.footer-row .footer-col {
    width: 100%;
}
li.address_box span {
    line-height: 25px;
}	
.footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.footer-bottom ul {
    padding: 0;
}
	
.header-inner {
    padding: 0 !important;
}

.site-navigation-toggle-holder.show {
    padding: 0;
}

button.site-navigation-toggle {
    padding: 0 !IMPORTANT;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    color: #6d0000
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:after {
    color: #6d0000
}
	.site-header .header-inner .site-branding .site-logo img {
    max-width: 220px;
    width: 100%;
}
    .custom-contact-form .two-column{
/*         flex-direction:column; */
/*         gap:10px; */
    }
	
}

#site-header {
position: sticky ;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;

}

/*Register a Tool*/
/* Warranty Form */

.warranty-form{
    width:100%;
    font-family:Arial,sans-serif;
}

.warranty-form .form-row{
    margin-bottom:28px;
}

.warranty-form .two-col{
    display:flex;
    align-items:center;
    gap:32px;
}

.warranty-form .form-group{
    flex:1;
}

.warranty-form label{
    display:block;
    margin-bottom:5px;
    font-size:16px;
    font-weight:500;
    color:#000;
}

.warranty-form label span{
    color:#d60000;
}

/* Fields */

.warranty-form input,
.warranty-form select,
.warranty-form textarea{
    width:100% !important;
    padding:16px !important;
    font-size:16px !important;
    background:#f7f7f7 !important;
    border:1px solid #eee !important;
    box-sizing:border-box !important;
    outline:none !important;
    box-shadow:none !important;
    color:#111 !important;
}

.warranty-form input::placeholder,
.warranty-form textarea::placeholder{
    color:#b8b8b8;
}

/* Focus */

.warranty-form input:focus,
.warranty-form select:focus,
.warranty-form textarea:focus{
    background:#fff !important;
    border-color:#ddd !important;
}

/* Textarea */

.warranty-form textarea{
    height:140px;
    resize:vertical;
}

/* Marketing Text */

.warranty-form .marketing-text{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#000;
}

/* Radio */

.warranty-form .radio-row,
.warranty-form .radio-row .wpcf7-form-control{
    display:flex !important;
    align-items:center !important;
    gap:24px !important;
}

.warranty-form .radio-row .wpcf7-list-item{
    margin:0 !important;
}

.warranty-form .radio-row label{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    margin:0 !important;
    font-size:16px;
    font-weight:500;
    color:#000 !important;
    cursor:pointer;
}

.warranty-form .radio-row .wpcf7-list-item-label{
    color:#000 !important;
}

.warranty-form .radio-row input[type="radio"]{
    width:18px !important;
    height:18px !important;
    margin:0 !important;
}

/* Submit */

.warranty-form .submit-row{
    text-align:center;
}


/* .site-header #menu-header li:hover .menu-item-has-children:after{
	color: #fff !important;
} */

.site-header #menu-header li .menu-item-has-children:after{
margin-top: 20px;
}

.warranty-form input[type="submit"]{
    width:auto !important;
    padding:16px 30px !important;
    background:#6d0000 !important;
    border:4 !important;
    color:#fff !important;
    font-size:14px !important;
/*     font-weight:700 !important; */
    text-transform:uppercase;
    letter-spacing:.5px;
    cursor:pointer;
	height: auto !important;
    transition:.2s ease;
}

.warranty-form input[type="submit"]:hover{
    background:#520000 !important;
}
/* Equal Height + Alignment */

.warranty-form .form-group{
    display:flex;
    flex-direction:column;
}

.warranty-form input,
.warranty-form select,
.warranty-form textarea{
    height:60px !important;
}

/* Textarea Exception */
.warranty-form textarea{
    height:140px !important;
}

/* Fix Date Field */
.warranty-form input[type="date"]{
    appearance:none;
    -webkit-appearance:none;
    min-height:60px;
}

/* Fix Select Alignment */
.warranty-form select{
    line-height:1;
}

/* Prevent Label Shift */
.warranty-form label{
    min-height:24px;
    display:block;
}
footer#site-footer {
    display: flex;
    justify-content: center;
}
selector .e-con-inner{
    display:flex;
    justify-content:space-between;
    gap:60px;
}

selector .footer-column{
    flex:1;
}
body footer#site-footer

 {
   padding-bottom:0
}
footer#site-footer {
    display: flex;
    flex-direction: column;
}

.footer-4{
	width: 330px;
}

}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li a {
	transition: all .2s ease;
 color:#000
}

.footer-col ul li a:hover{
	color: #6D0000;
}

.footer-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
}

.footer-col h6{
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
	color: #000;
    margin: 0 0 15px;
}
.footer-bottom{
  border-top: 0px solid #d9d9d9;
    background: #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
    width: 100%;
    align-items: center;
}
ul.social_media {
    display:flex;
    width:100%;
    margin-top: 50px;
    gap:10px
}
.ss_abt_who_cont>.e-con-inner{
    padding-bottom: 0 !important;;

}

ul.social_media li a {
    background: #6D0000;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

ul.social_media li a:hover {
    background: #000;
        color: #fff;
}
.footer-col ul{
    padding:0;
    list-style:none
}
/* .current_page_parent ul li a {
    color: #fff;
} */
footer .main_box{
padding: 10px;
}


.footer-col ul li{
	font-size: 16px;
   margin-bottom: 6px;
	font-weight: 400;
	font-family: "Inter";
}
ul.contact_details li a{
    display: flex;
    align-items: flex-start;
    line-height: 25px;
	font-weight: 400;
	font-family: "Inter";
    gap: 15px;
}

.contact_details li:last-child a span{
	font-size: 16px;
	font-family: "inter";
	font-weight: 500 !important;
}

ul.contact_details li i {
    font-size: 17px;
    color:#6D0000
}
ul.contact_details li a:hover i {
    color:#000
}
ul.contact_details {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
li.address_box a{
    line-height:28px;
    padding-bottom: 30px;
}
.footer-bottoms p {
    margin: 0;
    font-size: 12px;
	font-weight: 400;
	font-family: "inter";
}

.footer-bottoms a {
	color: #000;
    font-size: 12px;
	font-weight: 400;
	font-family: "inter";
    
}
.footer-bottoms li {
  list-style:none
    
}

header .site-navigation #menu-item-27{
    font-weight: 600;
}

.head_mg0 h3{
    margin: 0;
}


header .site-navigation ul.menu li a {
	    padding: 8px 17.5px 8px 17.5px;
    color: #222334;
	font-size: 16px;
    font-weight: 600;
	font-family: var(--e-global-typography-e93fbde-font-family);
}

/*header .site-navigation #menu-item-27:first-child a{
font-weight: 500;
}*/

.site-navigation{
    padding-right: 10px;
}

.footer_mainbox{
	background:#f5f4f5;
	padding: 30px 0;
	border-top: 1px solid #c8ccd0
}
.footer-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: auto;
	width:100%
}

.footer-bottom-inner{
    max-width:1500px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.copyright-text{
    font-family:"Inter", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color:#4b5563;
}

.privacy-link{
    font-family:"Inter", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color:#4b5563;
    text-decoration:none;
}

.privacy-link:hover{
    text-decoration:underline;
}

@media(max-width:768px){

    .footer-bottom{
        padding:20px;
    }

    .footer-bottom-inner{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

}


.site-navigation ul.menu li.menu-item-has-children:after {
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* required for solid icons */
	font-size: 1em !important;
    color: #222334 !important;
    position: relative;
    left: -5px;
}
.menu li:last-child {
    padding-right: 0 !important;
}

.site-navigation ul.menu li:hover .menu-item-has-children:after{
color: #fff;
}

.site-navigation ul.menu li:hover .menu-item-has-children:hover:after{
    color:#fff !important
}

.bnr_btm_icon_sec h3{
    margin-top: 0;
    margin-bottom: 8px;
}

/* products  */
/* ============================================================
   CUSTOM WOOCOMMERCE SHOP LAYOUT
   Add this to: child-theme/style.css  OR
                Appearance → Customize → Additional CSS
   ============================================================ */

/* ── Variables ── */

ul.sidebar-cat-list .active > a {
    color: #000000 !important;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    margin-top: 0px;
    font-weight: 600 !important;
}

.site-navigation ul.menu li ul li:hover ul li a {
    color: #000000;
}

.site-navigation ul.menu li ul li:hover ul li a:hover{
	color: #fff;
	
}

.site-navigation ul.menu li ul li:hover ul li.current-menu-item a {
    color: #fff;
}

/* .site-navigation ul.menu li ul li:hover ul li a {
    color: #000000;
} */
/* .site-navigation ul.menu li ul li:hover ul li a:hover {
    color: #ffffff;
} */
.cat-back-btn a {
    color: #000 !important;
}
.sidebar-cat-list li:last-child {
    border-bottom: none !important;
}
header.woocommerce-products-header {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
/* ── Reset WooCommerce default wrappers ── */
.woocommerce .custom-shop-wrapper,
.woocommerce-page .custom-shop-wrapper {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px;
}
.custom-shop-sidebar .sidebar-cat-list li a:hover {
    color: #6d0000 !important;
}
/* ══════════════════════════════════════
   SIDEBAR
══════════════════════════════════════ */
.custom-shop-sidebar {
     width: 330px;
    flex-shrink: 0;
    background: #f5f4f5;
    padding: 12px;
    border-bottom: 5px solid #6D0000;;
}
.cat-toggle{
    font-size: 28px;
    cursor: pointer;
}

.custom-shop-sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--shop-dark);
  margin: 0 0 24px;
  line-height: 1.2;
      text-transform: uppercase;
}

.custom-shop-sidebar .sidebar-cat-list {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
.sidebar-cat-list li.active > a,
.sidebar-cat-list li.open > a {
    border-bottom: none;
}

.custom-shop-sidebar .sidebar-cat-list li {
    border-bottom: 1px solid #0a0b14;
    margin: 0;
position: relative;
}

.custom-shop-sidebar .sidebar-cat-list li a {
     display: flex;
    justify-content: space-between;
      padding: .5em 0;
  color:#0a0b14;
  text-decoration: none;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: -0.5px;
}

.custom-shop-sidebar .sidebar-cat-list li a:hover,
.custom-shop-sidebar .sidebar-cat-list li.active a {
  color: #000;
}

/* ══════════════════════════════════════
   MAIN CONTENT AREA
══════════════════════════════════════ */
.custom-shop-main {
  flex: 1;
  min-width: 0;
}

/* ── Toolbar (result count + ordering) ── */
.custom-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.custom-shop-toolbar .woocommerce-result-count {
  font-size: 0.88rem;
  color: var(--shop-light);
  margin: 0;
}

.custom-shop-toolbar .woocommerce-ordering select,
.custom-shop-toolbar .woocommerce-ordering .orderby {
  border: 1px solid var(--shop-border);
  background: var(--shop-card-bg);
  padding: 8px 36px 8px 14px;
  font-size: 0.88rem;
  color: var(--shop-dark);
  border-radius: 4px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

/* ── Product Grid ── */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  width: 100% !important;
}
.sp-related ul.products{
	 grid-template-columns: repeat(4, 1fr) !important;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 11px;
    right: 13px;
    z-index: 999999999;
    width: 17px;
    opacity: .1;
}
.sp-hero{
	margin-top:40px !important
}
.sp-hero ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    list-style: none;
    gap: 4px;
	padding:0
}
.sp-hero ol.flex-control-nav.flex-control-thumbs li{
    border:1px solid;
    width:fit-content;
    display:flex;
	margin-top:20px
    
}

/* ══════════════════════════════════════
   PRODUCT CARD
══════════════════════════════════════ */
.woocommerce ul.products li.custom-product-card,
.woocommerce-page ul.products li.custom-product-card {
  background: var(--shop-card-bg);
  overflow: hidden;
  transition: box-shadow var(--shop-transition), transform var(--shop-transition);
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  width: auto !important;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
    border-radius: 0;   
}

.woocommerce ul.products li.custom-product-card:hover,
.woocommerce-page ul.products li.custom-product-card:hover {
  box-shadow: var(--shop-hover-sh);
  transform: translateY(-3px);
}

/* ── Image Area ── */
.custom-product-card .card-image-wrap {
  position: relative;
  background: #f0f0f0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-product-card .card-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-product-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.custom-product-card:hover .card-img {
  transform: scale(1.04);
}

/* Sale badge */
.custom-product-card .card-badge-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--shop-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 3px;
  z-index: 2;
}

/* ── Card Body ── */
.custom-product-card .card-body {
  padding: 18px 10px 15px;
  border-top: 0px solid var(--shop-border);
}

.custom-product-card .card-title {
font-family: "Helvetica", Sans-serif;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    line-height: 2em;
    letter-spacing: -0.1px;
    text-align: center;
}

.custom-product-card .card-title a {
  color: var(--shop-dark);
  text-decoration: none;
  transition: color var(--shop-transition);
}

.custom-product-card .card-title a:hover {
  color: var(--shop-red);
}

/* Model number */
.custom-product-card .card-model {
    text-align: center;
    font-size: 16px;
    color: #465053;
    margin: 0 0 1rem;
}

/* ── Action Row ── */
.custom-product-card .card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

/* Icon buttons (heart, eye, compare) */
.custom-product-card .card-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--shop-mid);
  padding: 0;
  text-decoration: none;
  transition: background var(--shop-transition), color var(--shop-transition);
  flex-shrink: 0;
}

.custom-product-card .card-action-btn:hover {
  background: #f0f0f0;
  color: var(--shop-red);
}

.custom-product-card .card-action-btn svg {
  width: 17px;
  height: 17px;
  stroke: rgb(0 0 0);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Wrapper */
.archive-search-wrapper {
    width: 100%;
    padding: 20px 20px 16px;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Form row */
.custom-search-bar {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 50px;
}

/* ── Text input ── */
.custom-search-bar input[type="text"]#searchInput {
    flex: 2;
    min-width: 0;
    padding: 0 18px;
    border: none;
    border-right: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    color: #333;
    background: #f6f6f6;
    height: 100%;
    box-sizing: border-box;
}

.custom-search-bar input[type="text"]#searchInput::placeholder {
    color: #aaa;
    font-size: 13px;
}

.custom-search-bar input[type="text"]#searchInput:focus {
    background: #fff;
}

/* ── All <select> dropdowns ── */
.custom-search-bar select {
    flex: 1;
    min-width: 0;
    padding: 0 36px 0 14px;
    border: none;
    border-right: 1px solid #ddd;
    outline: none;
    font-size: 13px;
    color: #444;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
}

.custom-search-bar select:hover {
    background-color: #fafafa;
}

.custom-search-bar select:focus {
    outline: none;
    background-color: #fafafa;
}

/* Category select slightly wider */
.custom-search-bar #categorySelect {
    flex: 1.4;
}
form.product-search-form {
    display: flex;
    align-items: center;
}

form.product-filter-form {
        display: flex;
    align-items: center;
}

.archive-search-wrapper button {
    border: 0;
    text-transform: capitalize;
    padding-top: 13px;
    padding-bottom: 13px;
}
.archive-search-wrapper input{
     border-radius: 0px !important;
    font-size:12px;
      padding:9px
} 
.shop-breadcrumb a {
    color: #000;
}
h1.woocommerce-products-header__title.page-title {
    visibility: hidden;
}
a.clear-btn {
    color: #fff;
    background: #6d0000;
    display: block;
    padding: 10px;
    font-size: 12px;
    white-space: nowrap;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 500;
}
.shop-banner img {
    height: 376px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.shop-banner {
    /* margin-top: 78px; */
    margin-bottom: 20px;
}
body.archive nav.woocommerce-breadcrumb {
    display: none;
}

body.archive header.woocommerce-products-header {
    display: none;
}
/* .shop-banner.banner-empty {
    margin-top: 90px;
} */
a.clear-btn:hover {
    color: #fff;
    background: #000;
}
.archive-search-wrapper select {
    border-radius: 0px 0px 0px 0px;
    font-size: 12px;
    padding: 9px;
    height: 38px;
    display: flex;
    align-items: center;
}
.archive-search-wrapper select:focus{
    outline:none
}
.archive-search-wrapper input:focus{
    outline:none
}
.shop-breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
/* ── SEARCH button ── */
.custom-search-bar button[type="submit"] {
    flex-shrink: 0;
    padding: 0 28px;
    background-color: #6d0000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.custom-search-bar button[type="submit"]:hover {
    background-color: #6d0000;
}

/* ── CLEAR button (replaces SEARCH when active) ── */
.custom-search-bar .search-clear-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 28px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.custom-search-bar .search-clear-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
/* Active: wishlist filled heart */
.custom-product-card .btn-wishlist.active {
  color: var(--shop-red);
}
.custom-product-card .btn-wishlist.active svg {
  fill: var(--shop-red);
}

/* Active: compare */
.custom-product-card .btn-compare.active {
  color: var(--shop-red);
}
.btn-compare.active {
    background: var(--shop-red);
    color: #fff !important;
	margin-left:5px
}
ul.products:before {
    display:none !important
}
button.shop-qv-close:hover {
    background: transparent;
}
.compare-table-modal{
    width:95%;
    max-width:none;
}

.comparison-table-wrap{
    overflow-x:auto;
}

.compare-table{
    min-width:max-content;
    border-collapse:collapse;
}

.compare-table th,
.compare-table td{
    border:1px solid #ddd;
    padding:30px;
    text-align:center;
    vertical-align:top;
}

.compare-table th{
    min-width:fit-content;
    font-weight:700;
    text-align:left;
}

.compare-table td{
    max-width:280px;
}

.compare-table img{
    width:100px;
    display:block;
    margin:auto;
}

a.compare-remove {
    padding: 5px 10px;
    font-size: 14px;
    background: #fff;
    color: #f55145 !important;
    font-weight: 500;
    transition: all .3s ease;
    width: fit-content;
    margin: 0 auto 30px !important;
    padding: 10px 20px !important;
}

/* ── Read More / Add to Cart button ── */
.custom-product-card .btn-read-more,
.custom-product-card a.button.btn-read-more,
.woocommerce ul.products li.custom-product-card .btn-read-more , .compare-table a.button {
    margin: 0 !important;
    padding: 8px 16px 10px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.site-navigation ul.menu li ul li ul {
    width: auto !important;
}

.custom-product-card .btn-read-more:hover,
.woocommerce ul.products li.custom-product-card .btn-read-more:hover {
  background: var(--shop-red) !important;
  color: #fff !important;
}

/* ══════════════════════════════════════
   QUICK VIEW MODAL (fallback, no plugin)
══════════════════════════════════════ */
.shop-qv-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.shop-qv-overlay.open { display: flex; }

.shop-qv-modal {
  background: #fff;
  border-radius: 8px;
/*   max-width: 560px; */
  width: 90%;
  padding: 36px 32px;
  position: relative;
  animation: shopQvFadeUp 0.22s ease;
  max-height: 90vh;
  overflow-y: auto;
}

@keyframes shopQvFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.shop-qv-close {
  position: absolute;
  top: 14px;
  right: 16px;
	background-color: #000 !important;
  border: none;
	padding: 10px 15px !important;
  font-size: 25px !important;
	border-radius: 50px !important;
  cursor: pointer;
  color: var(--shop-light);
  line-height: 1;
}

a.compare-remove {
    padding: 5px 10px;
	font-size: 14px;
    background: #fff;
    color: #f55145 !important;
	font-weight: 500;
	transition: all .3s ease;
	display: block;
}

a.compare-remove:hover{
	color: #fff !important;
	background: #f55145;
}

.shop-qv-close:hover { color: var(--shop-red); }

.shop-qv-modal img { width: 100%; border-radius: 6px; margin-bottom: 20px; }
.shop-qv-modal h2  {
	font-family: "Raleway";
	font-weight: 600;
	font-size: 36px; 
/* 	margin-bottom: 6px;  */
	padding-bottom: 32px;
	color: var(--shop-dark);
	text-align: center;

}
.shop-qv-modal p   { font-size: 0.9rem; color: var(--shop-mid); line-height: 1.65; }
header#site-header {
   padding:0px 0px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.site-logo.show {
    padding: 10px;
}
.site-logo img{
    height: 58px;
    object-fit: contain;
}
header#site-header .header-inner{
	 max-width: 1180px;
    margin: 0 auto;
    padding: 0px 0;
}
/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
	.custom-search-bar {
        height: auto;
        flex-wrap: wrap;
    }

    .custom-search-bar input[type="text"]#searchInput {
        flex: 1 1 100%;
        height: 48px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .custom-search-bar select {
        flex: 1 1 33%;
        height: 48px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .custom-search-bar button[type="submit"],
    .custom-search-bar .search-clear-btn {
        flex: 1 1 100%;
        height: 48px;
        justify-content: center;
        text-align: center;
    }
	header#site-header .header-inner{
    padding: 0px 20px !important;
}
  .custom-shop-sidebar { width: 190px; }
	section.shop-help-section {
    padding: 0 20px;
}
}

@media (max-width: 768px) {
  .woocommerce .custom-shop-wrapper,
  .woocommerce-page .custom-shop-wrapper {
    flex-direction: column;
    gap: 28px;
    padding: 20px 16px;
  }
  .archive-search-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
  .custom-shop-sidebar { width: 100%; }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
	  gap:10px !important
  }
	aside.custom-shop-sidebar:has(.category_list) .cat-back-btn {
    display: block;
    margin:20px 0 10px 0;
}
aside.custom-shop-sidebar:has(.category_list) ul.sidebar-cat-list {
    display: block;
}


.cat-back-btn {
    display: none;
}

ul.sidebar-cat-list {
    display: none;
	
}

h2.sidebar-title {
    margin: 0 !IMPORTANT;
	position:relative
}
.custom-shop-sidebar .sidebar-title{
    font-size: 18px;
}
	.custom-shop-sidebar .sidebar-title:after {
    content:"+";
    position:absolute;
    right:0;
		 transition:.3s ease-in
}
	.custom-shop-sidebar .category_list.sidebar-title:after {
   rotate:40deg;
		 transition:.3s ease-in
}
	.custom-product-card {
    margin: 0 !important;
}
	.sp-related{
		padding:0 !important
	}
	.custom-product-card .card-action-btn{
		width:fit-content !important
	}
	.custom-product-card .card-actions{
		gap:5px;
	}
	.custom-product-card .btn-read-more, .custom-product-card a.button.btn-read-more, .woocommerce ul.products li.custom-product-card .btn-read-more, .compare-table a.button {
    font-size: 10px !IMPORTANT;
}
	.custom-product-card .card-body {
    padding: 10px;
}
.head_mg0  .elementor-icon-box-description{
    width: 80%;
    margin: auto !important;
}

}


/* Responsive */
@media(min-width:990px){
.eael-content-timeline-container {
    max-width: 1180px !important;
}
}
@media (max-width:990px){
	.site-navigation-dropdown ul.menu li a {
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.submenu-toggle{
    margin-left:10px;
    font-family:"Font Awesome 5 Free"; /* or Font Awesome 6 Free */
    font-weight:800;
    cursor:pointer;
    display:inline-block;
	font-size:12px;
	 transition:.3s;
        cursor:pointer;
}
  

    .elementor-active > a .submenu-toggle{
        transform:rotate(180deg);
    }


ul#menu-header-1 {
    border-bottom: 5px solid #6D0000;
}
	.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #6d0000 !important;
		        color: #fff !important;
}


.site-navigation-dropdown ul.sub-menu   a:after{
   display:none !important;
   
}
.site-navigation-dropdown li.current-menu-item ul.sub-menu {
   border-bottom:2px solid #6d0000
}
	
.site-navigation-dropdown ul.sub-menu  a{
  background:transparent !important;
   color:#55595c !Important
}
	.site-navigation-dropdown ul.menu li.elementor-active {
    border-bottom: 2px solid #6D0000;
}
.site-navigation-dropdown ul.menu li.elementor-active > a {
    background:  #6D0000;
    color:#fff
}
}
@media(max-width:768px){

    .warranty-form .two-col{
        flex-direction:column;
        gap:20px;
    }

    .warranty-form .form-row{
        margin-bottom:20px;
    }
	 .custom-search-bar select {
        flex: 1 1 100%;
        border-right: none;
    }

}
main#main {
    max-width: 100%;
}
nav.woocommerce-breadcrumb {
    max-width: 1180px;
    margin: 10px auto 0 !IMPORTANT;
    padding: 0 20px !IMPORTANT;
}

.eael-timeline-excerpt p{
 font-size: 16px !important;
	font-weight: 500 !important;
	font-family: "inter", sans-serif;
}
button.filter-btn {
    height: 38px;
    display: flex;
    align-items: center;
}
.shop-slider {
    margin-bottom: 20px;
}
button.site-navigation-toggle:hover {
    background: transparent !important;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon{
	width:25px !important
}
.custom-shop-sidebar .sidebar-cat-list li ul.sidebar-cat-list {
    padding-left: 12px !important;
    font-size: 12px !important;
}
.custom-shop-sidebar .sidebar-cat-list li ul.sidebar-cat-list a {
    font-size: 16px !important;
}

.location_form .wpcf7-submit{
	font-size: 12px !important;
	width: 180px !important;
	height: 47px;
	font-family: "inter";
}

.btn-compare.active svg {
    stroke: #fff;
}
.btn-compare.active:hover svg {
    stroke: #000000;
}

.elementor-33010 .elementor-element.elementor-element-15e8829 .metform-btn {
    width: auto !important;
    padding: 16px 42px !important;
    background: #6d0000 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: .2s ease;
}


body p a{
	color: #465053 !important;
}

table.compare-table img {
    width: 300px;
}

.our-history .eael-content-timeline-block.eael-highlight:hover .eael-content-timeline-content, h2, h3, p, .eael-content-timeline-content::before{
	transition: all .3s ease;
}

.our-history .eael-content-timeline-block.eael-highlight:hover .eael-content-timeline-content{
	background: #465053 !important;
}

.our-history .eael-content-timeline-block.eael-highlight .eael-content-timeline-content p{
color: #101010 !important;
}

.our-history .eael-content-timeline-block.eael-highlight:hover .eael-content-timeline-content p{
color: #fff !important;
}

.our-history .eael-content-timeline-block.eael-highlight .eael-content-timeline-content h3{
color: #101010 !important;
}

.our-history .eael-content-timeline-block.eael-highlight:hover .eael-content-timeline-content h3{
color: #fff !important;
}

.our-history .eael-content-timeline-block.eael-highlight:hover .eael-content-timeline-content h2{
	color: #fff !important;
}

.our-history .eael-content-timeline-block.eael-highlight:hover .eael-content-timeline-content::before{
	    border-left-color: #465053 !important;
    border-right-color: #465053 !important;
}

ul.compare-feature-list {
    padding:0;
    list-style:none
}
ul.compare-feature-list ul {
    padding:0;
    list-style:none
}
ul.compare-spec-list {
     padding:0;
    list-style:none
}

table.compare-table h4 {
    font-size: 20px;
}
.brand-notice.archive-search-wrapper span {
    background: #e2e2e2;
    padding: 10px;
	    display: block;
    width: 100%;
}
.brand-notice.prd-card {
    background: #00000075;
    z-index: 3;
    color: #fff;
    padding: 3px 10px;
    height: 40px;
    padding-left: 15px;
    position: absolute;
    left: -2px;
    top: 0;
    display: flex;
    align-items: center;
}

.brand-notice.prd-card.ribbon:before,
.brand-notice.prd-card.ribbon:after {
  content: "";
  position: absolute;
}

.brand-notice.prd-card.ribbon:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.brand-notice.prd-card.ribbon:after {
  height: 0;
  width: 0;
  right: -16px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #00000075;
}

/* .join-team button.page-button:hover{
	color: #fff !important;
}

.join-team button.page-button.active{
color: #fff !important;
} */


.contact_us_form input.wpcf7-form-control.wpcf7-submit.has-spinner{
background-color: #6D0000;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
	margin: 0 auto !important;
	width: 200px !important;
		font-size: 12px !important;
	font-family: "inter" !important;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
}

body.archive .custom-product-card{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.archive .compare-table td{
	text-transform: capitalize;
}


@media(max-width:768px){
	
	.our-history span.eael-date {   margin-top: -50px;}
	
	.brand-notice.prd-card.ribbon span {
    font-size: 10px;
}

.brand-notice.prd-card.ribbon {
    padding: 8px;
    height: 20px;
}
.brand-notice.prd-card.ribbon:after{
 
  right: -9px;
  border-top: 9px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 9px solid #00000075;
} 
}
.custom-product-card .btn-read-more, .custom-product-card a.button.btn-read-more {
    background: #6D0000;
    color: #fff;
}

.custom-product-card .btn-read-more:hover, .woocommerce ul.products li.custom-product-card .btn-read-more:hover{
     background: #9E9E9E !important;
}