/*
Theme Name: Scratch
Text Domain: scratch
Version: 1.0
Author: Abby
Author URI: http://futureautoparts.me
Description: A basic theme using the Bootstrap framework.
*/

body {
	 background: url(assets/images/bg-image.webp) center top;
    background-size: contain;
    background-repeat-y: repeat;
}

.glightbox-clean .gslide-title {
	font-weight:bold;
}

.single_img img{
	width: 100%;
	height: auto;
}

.single_content p{
	font-size: 18px;
    font-family: sans-serif;
    line-height: 1.7;
}

/*  */
/*======header css start=====*/

#flat-preloader-overlay {
/* 	//background:#fff500; */
}
.fixed-top {
	 /* background: rgba(255,255,255,0.9); */
}

.mainHeader {
	background-color:#fff500;
}

#header-part {
    padding-top: 10px;
    padding-bottom: 5px;
}

#header-part .right {
    text-align: right;
}

#header-part .right ul {
    margin:0;    
}

#header-part .right ul li {
    display: inline-block;
    margin-left: 5px;
}

#header-part .right ul li a {
    display: flex;
    color: #8a421e;
    transition: .4s;
}

#header-part .right ul li a:hover {
    color: #8a421e;
}

#header-part .right ul li a p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	text-align: left;
    line-height: 14px;
    color: #8a421e;
}

#header-part .right ul li a p span {
    font-weight:700;
}

#header-part .right ul li a p span {
	display:block;
}

#header-part .right ul li a i {
    font-size: 17px;
    border-radius: 100px;
    margin-right: 10px;
    color: #8a421e;
    border: #8a421e solid 1px;
    line-height: 27px;
    height: 30px;
    width: 30px;
    text-align: center;
}

#header-part .right ul li .starYellow {
    color:#FFB900 !important;
    border-color:#FFB900 !important;
}

#header-part .left {
    float: right;
    margin-top: -6px;
}

#header-part .blink {
    height: auto;
    text-align: center;
    line-height: 15px;
}

#header-part .blink p{
    color:#fff;
    margin: 0px;
}

#header-part .textwidget {
    background-color: #F40003;
	padding: 5px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

.fixed #header-part .right ul li a {
    color: #ef1b20;
}

.fixed #header-part .right ul li a {
    color: #ef1b20;
}

.fixed .mainMenu .navbar-nav .menu-item-has-children li a {
    color: #ef1b20;
}

/*======header css end=====*/



/*======menu css start=====*/

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 ;
    top: 0;
    left: 0;
    background-color:#fff500;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-overlay #menu-main-menu {
	padding:0px;
}

.navOpen, .navClose {
    color:#000;
}

.menu-overlay-cBtn {
    text-align:right;
    margin-right:20px;
}

.menu-overlay .menu-main-menu-container {
    margin-top: 30px;
    padding:0 30px 20px 20px;
    position: relative;
    width: 100%;
} 

.menu-overlay .dropdown-menu {
	border:none !important;
	background:none !important;
}
/*
.menu-overlay .menu-main-menu-container li {
    display:block;
    margin:10px 0;
	position:relative;
}

.menu-overlay .menu-main-menu-container li a {
    color:#000;
    padding:8px;
    font-size:18px;
	text-decoration:none;
}

/* .menu-overlay .menu-item-has-children.dropArrow > a:after, .menu-overlay .menu-item-has-children.dropArrowSub > a:after{
    margin-left:10px;
    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;
    float: right;
	z-index:99;
	position:relative;
}  *

.menu-overlay .menu-item-has-children.dropArrow:before, .menu-overlay .menu-item-has-children.dropArrowSub:before{
    margin-left:10px;
    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;
	z-index:99;
	display:inline-block;
	position:relative;
} 

 .menu-overlay .menu-item-has-children .sub-menu {
    display:none ;
    margin-left:0px;
	padding: 6px;
}

.menu-overlay .menu-item-has-children .subDropArrow > a {
    font-weight:bold;    
    border-bottom:1px solid #fff;
    display:block;
}

.menu-overlay .menu-item-has-children .sub-menu .sub-menu{
    display:block ;
	padding: 0px 0 20px 0;
}
*/

.mainMenu .navbar-brand {
    margin-left: -15px;
}

@media(min-width:992px){
    .mainMenu .navbar-brand {
        margin-top:-55px;    
    }
    
    .mainMenu .navbar {
        padding-top:0px;    
    }
}

.mainMenu nav a img {
    width: 50%;
}

.mOrderNowBtn a {
    background-color: #8a421e !important;
    color: #fff !important;
    border-radius: 5px;
}

.mOrderNowBtn.active a {
    background-color: #8a421e !important;
    color: rgba(255,255,255, 0.5) !important;
}

.whiteText .navbar-nav > li >a{ 
    color:#000 !important;
}

.navbar-nav > li.active > a, .whiteText .navbar-nav > li.current-menu-item > a { 
    color:#e91e00 !important;
}

.whiteText #header-part a, .whiteText #header-part a p {
    color: #fff !important;
}

.whiteText #header-part a i {
    color: #fff !important;
    border-color: #fff !important;
}

/*.whiteText .navbar-brand img {
    filter: brightness(0)invert(1);
}*/

.whiteText .navbar-toggler.navOpen {
    color: #000 !important;
}

.fixed-top:not(.whiteText) .mainMenu .current-menu-item:not(.mOrderNowBtn) > a:not(:hover) , .fixed-top:not(.whiteText)  .mainMenu .active:not(.mOrderNowBtn) > a:not(:hover){
	color:rgb(138 66 30 / 50%) !important;
}

.mainMenu .navbar-nav > li a{
    color:#000; 
    font-size: 18px;
    font-weight: 500;
	padding: 0.5rem 0.7rem;
}

.mainMenu .navbar-nav > li:last-child > a {
	padding-right:0px;
}

.mainMenu .navbar-nav li li a{
    color: #ef1b20;    
	font-size:15px
}

/* .mainMenu .navbar-nav > li:last-child a{
    padding-right:0px !important;    
} */

.mainMenu .dropdown:hover .dropdown-menu {
    display:block ;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #ef1b20 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #ef1b20 !important;
}

.mainMenu .dropdown:not(.mega) > .dropdown-menu{
    border-top: #ef1b20 3px solid;
}

.mainMenu .menu-item-has-children .dropdown-menu .dropdown-menu {
    position:absolute;
	top:0;
	left:100%;
	display:none ;
}

.mainMenu .menu-item-has-children .dropdown-menu  .dropdown:hover .dropdown-menu {
	display:block ;
}

.mainMenu .mega {
    position: inherit;  
}
.mainMenu .mega .dropdown-menu{
    width: 100%;
    left: 0;
    top: unset;
}

.mainMenu .mega> .dropdown-menu{
    border-top: #ef1b20 3px solid;
}

.mainMenu .mega >ul>li {
    width: 25%;
    margin: 0;
    position: relative;
    float: left!important;
    padding: 0 10px;
}

.mainMenu .mega ul ul {
    position: relative !important;
    border: none;
    border-top: #ef1b20 1px solid !important;
    border-radius:0 !important;
}

.fixed {
    position: fixed !important;
    top: 0;
    background: #fff500 !important;
    animation: mainMenu .5s;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed mainMenu ul li a {
    color: #222 !important;
}

@keyframes mainMenu {
    from {
        top: -100px;
    }

    to {
        top: 0px;
    }
}

.fixed nav a img {
	 filter: none !important; 
}

.fixed nav ul li .active {
    color: rgb(224, 43, 32) !important;
}



@media(max-width:992px){

	.navbar-brand{
		width:45% !important;
        margin-top: -10px !important;
		margin-left:0px !important;
	}
	
	.navbar-toggler.navOpen {
		margin-right:15px !important;
        color: #8a421e !important;
	}

    #header-part .right {
        display: none !important;
    }

    #header-part .left {
        float :none !important;
    }

    .mainMenu nav a img {
        width: 50%;
    }
    
}

@media(max-width:767px){

    .mainMenu nav a img {
        width: 40%;
    }

    #header-part { display: none;}
}

/* Hero Section Bottom Buttons */


/*** Banner **/

#banner {
    background: no-repeat 50%;
    background-size: cover;
}

#banner .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    height:40vh;
}

#banner h1{
	color:#fff;
	text-align:center;
}

.productBanner {
	width: 100%;
    background: rgba(0,0,0,.8);
    height:80vh;
	background: no-repeat 50%;
    background-size: cover;
}

@media(max-width:767px){
	.productBanner {
		height:30vh;
	}
}

/***/

.breadcrumbSection {
	padding:10px 0;
	background:#000;
}

.breadcrumbSection p{ 
	margin:0px;
	font-weight:bold;
	color:#fff;
}

.breadcrumbSection a{ 
	color:#e61f24;
	text-decoration:none;
}

/* Hero Slider */

/* .hero_section{
    height: 90vh;
    background-size: cover !important;
    background-position: center !important;
}
*/
.heroWrapper h1{
    font-size: 7vw;
    font-weight: 700;
    color: #fff500;
}

.heroWrapper p{
    font-size: 3vw;
    color: #fff500;
} 

.heroWrapper {
    position: relative
}

.heroWrapper .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: left !important
}

.heroWrapper .owl-nav .owl-prev,
.heroWrapper .owl-nav .owl-next {
     color: #000 !important;
    font-size: 40px !important;
    line-height: 53px !important;
    margin: 5px !important;
    padding: 4px 22px !important;
    background: #fff500 !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 100px !important;
    width: 44px;
}

.heroWrapper .owl-nav .owl-prev {
    margin-left: 20px !important
}

.heroWrapper .owl-nav .owl-next {
    margin-right: 20px !important;
    float: right
}

.heroWrapper .owl-nav span {
	 margin-top: -11px !important;
    display: block;
}

.heroImg {
    background-position: 50%;
    background-size: cover;
    min-height: 83vh
}

@media(max-width:767px) {
    .heroImg {
        min-height: 240px;
    }
    .heroWrapper .owl-nav {
        top: 80%;
    }
	
	.heroWrapper .owl-nav .owl-prev,
	.heroWrapper .owl-nav .owl-next {
		 color: #000 !important;
		font-size: 20px !important;
		line-height: 23px !important;
		margin: 5px !important;
		padding: 4px 22px !important;
		background: #fff500 !important;
		display: inline-block !important;
		cursor: pointer !important;
		border-radius: 100px !important;
		width: 24px;
	}
	.heroWrapper .owl-nav span {
    	margin-top: -5px !important;    
	}
}


/* messageWrapper */

.messageWrapper .owl-dots {
	text-align:center;
}

.messageWrapper .owl-dots .owl-dot {
	background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 10px;
	margin:2px;
}

.messageWrapper .owl-dots .owl-dot.active {
	background: #ed1d24;
}
/****/
.main-wrapper{
    margin-top: -50px;
	position:relative;
	z-index:99
}

.main-wrapper a{
    background-image: linear-gradient(180deg, #f8ee00, #d0c800);
    padding: 7px;
    border: 9px solid #ffffff;
	display:block;
	width:100%;
}


.main-wrapper h4{
    margin-top: 10px;
    font-weight: 700;
}

@media(max-width:767px){
	.main-wrapper{
		margin-top: 0px;
	}
}

/*** sectionWrap ***/

.sectionWrap h2 {
	text-transform:uppercase;
	margin: 15px 0 30px;
	font-family: sans-serif;
    font-weight: 700;
	text-align:center;
	display: flex;
	flex-direction: row;
}

.sectionWrap h2:after, .sectionWrap h2:before { 
	content:" ";
	flex: 1 1;
	border-bottom: 10px solid #ed1d24;
	margin: auto;
}

.sectionWrap h2:before {
	margin-right: 15px
}

.sectionWrap h2:after {
	margin-left: 15px
}

/* tags_products */
.tags_products a {
	text-decoration:none;
	color:#212529;
	text-align:center;
	text-transform:uppercase;
	display:block;
}

.tags_products a {
	color:#212529;
}

.tags_products h3 {
	color:#212529;
	font-size:13px;
	text-transform:uppercase;
}

.tags_products img {
	width:80%;
	height:auto;
	display:block;
	margin: 0 auto 10px auto;
	border-radius:800px;
}

/* Product Section */

.main_products{
    margin-top: 30px;
    padding-top: 50px;
}

.product_h1{
    font-family: sans-serif;
    font-weight: 700;
}

.product_left_img_one{
    background: #fff500;
}

.product_left_img_one h4{
    font-family: sans-serif;
    font-weight: 700;
    margin-top: -15px;
    padding-bottom: 10px;
}

.product_left_img_two{
    background: #fff500;
}

.product_left_img_two h4{
    font-family: sans-serif;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Email Us Section */

.email_us{
    background: #ed1d24;
}

.request_req h2{
    font-size: 40px;
    margin: 0px;
}

.email_btn button{
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 600;
	margin:10px 0;
}

/* Event Section */

.event_detail {
	text-align:center;
	text-decoration:none;
}

.event_detail img {
	width:100%;
	height:auto;
}

.event_detail h3{
    font-size: 17px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 600;
	margin-top: 10px;
	text-decoration:none;
}

/* Award Section */
.award_img_one img{
    margin-top: -200px;
    margin-bottom: 30px;
}

.award_back img{
    background-color: #ffffff;
    border-radius: 50%;
    padding: 60px 40px 60px 40px;
}

.award_icon{
    background-size: cover !important;
    width: 253px;
    height: 200px;
    margin-bottom: 30px;
    margin-right: 19px;
}

.icon-one {
	transform: rotate(300deg) translate(345px, 42px) rotate(-220deg);
}

.icon-two {
	transform: rotate(300deg) translate(108px, 10px) rotate(-260deg);
}

.icon-three {
	transform: translate(7px, -16px);
}

.icon-four {
    transform: rotate(300deg) translate(60px, -96px) rotate(-341deg);
}

.icon-five {
	transform: rotate(165deg) translate(135px, 340px) rotate(-247deg);
}


/**** Main Award ***/

/* .main_award {
	background:url('assets/images/award.jpg') center top;
	background-size:cover
} */

/* Footer Section */

.footer{
    background: #2d2d2d;
}

.footer_about{
    color: white;
}

.footer ul{
	list-style:none;
	padding:0;
	margin:0;
}

.link_detail{
    padding: 30px;
}

.social_icons i{
    font-size: 30px;
    color: #ffffff;
    margin-right: 10px;
    margin-top: 50px;
}

.social_icons{
    padding: 20px;
}

.search input{
    border: 1px solid #fff;
    width: 230px;
    background: none;
}

.search input::placeholder{
    color: #fff;
    padding-left: 10px;
}

.hero p{
	font-size: 3vw;
    color: #fff500;
}

.generator{
	height: 107px;
}

.footer-widget-title {
	font-size: 30px;
	font-family: sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 30px;
}


.footer p {
	padding-bottom: 20px;
	color: #ffffff;
}

.footer a {
	color: #ffffff !important;
	text-decoration: none;
}

.footer .social-icon {
	color: #ffffff !important;
}

.mobileHomeBtn {
		background: #ed1d24;
		color:#fff;
		border: 1px solid #fff;
		box-shadow:0 0 2px #fff;
		border-radius:5px;
		display: inline-block !important;
		padding: 6px 10px;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index:99;
}

.mobileHomeBtn a, .mobileHomeBtn a:hover, .mobileHomeBtn a:active{
	color:#fff;
}

/* custom-pagination */

.custom-pagination {
	display: flex;
}

.custom-pagination .page-numbers {
	margin: 0 -0.5px;
    display: inline-block;
    background-color: #ed1d24;
    padding: 3px 8px;
    border: 1px solid #ddd;
    color: #ef1b20;
    text-decoration: none;
}

.wow.fadeInDown.custom-pagination span {
    background: none;
    padding: 6px 12px 6px 12px;
    color: #ed1d24;
}

.wow.fadeInDown.custom-pagination span,
.wow.fadeInDown.custom-pagination span:hover,
.wow.fadeInDown.custom-pagination span:focus{
	background-color: #ed1d24;
	color: #fff;
}
.wow.fadeInDown.custom-pagination a,
.wow.fadeInDown.custom-pagination a:hover,
.wow.fadeInDown.custom-pagination a:focus{
	background-color: #ed1d24;
	color: #fff;
}

.wow.fadeInDown.custom-pagination a {
    padding: 6px 12px 6px 12px;
    color: #ed1d24;
    background: #ffffff;
}

.sidebar-page-widget h5 {
	border:1px solid #ef1b20;
	background-color: #ef1b20;
	color:#fff;
	padding:8px 10px;
	margin:0;
}

.sidebar-page-widget > ul {
	border:1px solid #ef1b20;
	margin:0px 0 20px;
	list-style:none;
	padding:0 10px;
}

.sidebar-page-widget ul {
	list-style:none;
}


.sidebar-page-widget ul ul {
	padding-left:5px;
}

/* .sidebar-page-widget > ul > li {
	border-bottom:1px solid #ef1b20;
}

.sidebar-page-widget li:last-child {
	border-bottom:none;
} */

.sidebar-page-widget ul ul li {
	border-top:1px solid #ef1b20;
}

.sidebar-page-widget li {
	padding:4px 0;
	margin-left:10px;
}

.sidebar-page-widget li:before {
	content:"-";
	display:inline-block;
	color:#ef1b20;
	margin-right:7px;
}

.sidebar-page-widget li a {
	color:#000;
	text-decoration:none;
	font-size:15px;
	line-height:20px;
}

.sidebar-page-widget li a[aria-current="page"], .sidebar-page-widget .current-cat > a{
	color: #ef1b20;
	font-weight:bold;
} 

.prodCateSideBar > ul > .cat-item  {
	display:none;
}

.prodCateSideBar > ul > .current-cat {
	display:block;
}

.prodCateSideBar .current-cat-parent, .sidebar-page-widget .current-cat-parent.current-cat-ancestor li {
	display:block !important;
}

/*  */

.gform_wrapper .gsection {
	margin-bottom:0px !important;
	border-bottom: 2px solid #ffe06f !important;
}

.validation_error {
	display:none !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	vertical-align: top;
	    margin-top: 12px;
}

.gfield_error {
	border: none !important;
    background: none !important;
    margin: 0 !important;
/*     padding: 0 !important; */
	padding-right: 16px !important;
}

.gfield_description {
	padding-top:5px !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.orderNowForm {
	background: rgb(255 202 9 / 20%);
    padding: 20px;
    margin-top: 20px;
}

.orderNowForm .gfield:not(.gf_price_left):not(.coupon_field) input, .orderNowForm .gfield select, .orderNowForm .gfield textarea{
    border: none;
    background: rgba(88,88,90,.7)!important;
    color: #fff!important;
    border-radius: 5px;
    padding: 10px !important;
	color:#fff;
}

.orderNowForm .gfield input::placeholder, .orderNowForm .gfield select::placeholder, .orderNowForm .gfield textarea::placeholder {
	color:#fff;
}

.orderNowForm .gform_footer .gform_button {
    background: #ffca09!important;
    color: #000!important;
    border: none!important;
    text-align: center!important;
    padding: 10px 20px !important;
    margin: 0 auto!important;
    display: block!important;
    font-weight: 700;
    border-radius: 5px;
}

.gdesc-inner {
    background: #000;
    text-align: center;
}

.gdesc-inner .gslide-title {
    color: #fff !important;
    font-weight: 700 !important;
}
.gslide-desc {
    color: #fff;
}