@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4em;
	color: #2B2E34;
	 font-family: "Rubik", sans-serif;
	 font-weight: 400;
}
.pdtb-85 {
   padding: 85px 0px;
}
.pdb-85 {
   padding-bottom: 85px;
}
.pdt-85 {
   padding-top: 85px;
}
.mt-85 {
   margin-top: 85px;
}
.mb-85 {
   margin-bottom: 85px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Barlow", sans-serif;
}
h1{
	font-size: 48px;
	line-height: 54px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
h2{
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 0.4px;
	font-weight: 600;
}
h3{
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.4px;
	font-weight: 600;
}

h4{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.4px;
	font-weight: 600;
}
h5{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.4px;
	font-weight: 600;
}
h6{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4px;
	font-weight: 600;
}
div.best-sellers h2 {
    margin-bottom: 12px;
}
.choiceheading h4{

	letter-spacing: 0.4px;
	font-weight: 600;
}
.product img{
	max-width: 100%;
}
.navigation {
    background: #445930;
/*    max-width: 1920px;*/
    margin: 0 auto;
    padding: 15px 50px;
}
.header li {
    font-size: 14px;
	letter-spacing: 0.75px;
    line-height: 22px;
    margin: 0 15px;
	font-weight: 600;
	text-transform: uppercase;

}
.dropdown-menu {
    background-color: #445930;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}
.header ul li a {
    color: #000000 !important;
    font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background: #FFFFFF;
}
.dropdown-item {
    padding: 10px 1rem;
}
.header .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
   border-bottom: 1px solid rgb(255 255 255 / 26%);
}
.header .dropdown-menu li:last-child {
   border-bottom: none;
}

.header a.navbar-brand img {
    max-width: 100%;
}
.dropdown-toggle::after {
    color: #445930 !important;
}
span.number {
    background: #fff;
    color:#FD9800;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    height: 20px;
    align-items: center;
    border-radius: 28px;
    position: absolute;
    left: 15px;
    font-size: 12px;
    top: -8px;
}
a.shopping {
    position: relative;
/*    margin-right: 35px;*/
}
a.lockbtn img {
    max-width: 100%;
}
.alllogo {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px 0px;
}
.mainlogo a {
    color: #000;
    text-decoration: none;
    font-size: 10px;
    line-height: 14px;
}
.mainlogo span {
    margin-left: 10px;
    vertical-align: middle;
}
.logosection {
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 50px;
    background: #FDFDFD;
}
.allitem select {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000000;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}
.mainlogo img {
    max-width: 80%;
}
.bannerarea {
    background-image: url(../img/b1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0px 220px;
    position: relative;
}
.overlay-a {
    position: absolute;
/*    background: linear-gradient(90deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 66%) 100%);*/
	background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index:1;
/*    border-radius: 10px;*/
}
.overlay-a:hover {
	opacity: 1;
}
.bannercontant {
    position: relative;
    z-index: 999;
}
.selectvehicle{
	display: flex;
    position: relative;
    z-index: 999;
	max-width: 80%;
}
.selectmodal {
    width: 24%;
    border-radius: 4px;
}
.selectmodal select {
    padding: 6px 12px;
    height: 60px;
    border-radius: 0px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 16px;
    box-shadow: none !important;
}

.searchbtn {
    width: 75px;
    background: #FD9800;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}
.searchbtn  button, .searchbtn  button:hover, .searchbtn  button:active, .searchbtn  button:focus{
	  background: #FD9800;
	border: 1px solid  #FD9800;
    border-radius: 4px;
	box-shadow: none !important;
	outline: none !important;
}
.bannercontant h1 {
    color: #FFFFFF;
    margin-bottom: 0;
 
}
.bannercontant span {
    font-weight: 300;
}
.bannercontant p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0px 20px;
	max-width: 60%;
}
.block-post img {
    max-width: 100%;
    border-radius: 4px;
}
.headingbox h3 {

    letter-spacing: 0.42px;
    color: #FFFFFF;
    font-weight: 600;
}
.block-post {
    position: relative;
}
.headingbox{
	position: absolute;
	top: 12px;
	left: 12px;
}

.hero-list {
    border-radius: 10px;
}

.btnbox span {
    margin-left: 10px;
}

.video-block {
    background: #FD9800;
/*    position: relative;*/
}
.video-block .container-fluid{
	max-width: 1920px;
    margin: 0 auto;
}
.youtube-video img {
    max-width: 100%;
}
.choiceheading h2 {
    color: #FFFFFF;
}
.choiceheading {
    max-width: 656px;
    margin: 0 auto;
/*    margin-bottom: 40px;*/
}
.hero-slider {
    padding: 50px 40px;
}
    .choiceheading span {
    color: #445930;
}
/*.hero-slider {
    padding-left: 85px;
    padding-top: 50px;
}*/
.longtext {
    padding: 109px 0px;
    padding-left: 50px;
    position: relative; 
   
}
.miantext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ourcontant {
    margin-left: 50px;
}
.ourcontant h4, .ourcontant h5 {

    color: #445930;
 
    max-width: 390px;
}
.ourcontant strong {
    color: #FEFEFE;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.ourcontant p {
    color: #000;
    margin: 10px 0 0 0px;
    font-weight: 300;
}
.hero-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: -30px;
    top: -12%;
    transform: rotate(90deg);
    background: none;
    color: #445930;
    border: none;
}
.arrowright {
    padding-left: 65px;
}
.hero-slider button.slick-next.slick-arrow {
    position: absolute;
    bottom: -12%;
    left: -30px;
    transform: rotate(90deg);
      background: none;
    color: #445930;
    border: none;
}
.hero-slider ul.slick-dots {
    display: flex;
    transform: rotate(90deg);
    left: -100px;
    position: absolute;
    top: 25%;
    margin: 0;
    list-style-type: none;
    align-items: center;
}
.hero-slider .slick-dots li.slick-active button {
    background-color: #445930;
    width: 20px;
    height: 3px;
}
.hero-slider .slick-dots button {
    display: block;
    width: 20px;
    height: 3px;
    padding: 0;
    border: none;
    background-color: #212121;
    text-indent: -9999px;
}
.hero-slider .slick-dots li {
    margin: 0 4px;
}
/*.arrowright {
    position: absolute;
    bottom: 20px;
    left: 5%;
}*/
.arrowright a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
}
.arrowright span {
    margin-left: 5px;
}
.youtube-video img {
    max-width: 100%;
    height: 611px;
    object-fit: cover;
    width: 100%;
}
.shop-post img {
    max-width: 100%;
}
.tabssection .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.68px;
    display: grid;
    min-width: 25%;
    padding: 30px 30px;
    border-right: 1px solid #EBEBEB !important;
    border-radius: 0px;
    border: none !important;
    display: flex;
    justify-content: space-around;
    position: relative;
    background: none;
    color: #2e2e2e;
    font-weight: 500;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}
.tabssection .nav-tabs .nav-link.active::after {
    background: #445930 !important;
    color: #000000 !important;
    position: absolute;
    content: '';
    width: 60%;
    height: 5px;
    bottom: 0;
    left: 0;
}
.tabssection .nav-tabs .nav-link.active{
    color: #000 !important;
    opacity: 1;
}
.tabssection .nav-link{
    opacity: 0.4;
}
.headingitem {
    max-width: 375px;
    margin-left: auto;
}
.shop-slider button.slick-next.slick-arrow {
    position: absolute;
    left: -13%;
    background: none;
    color: #445930;
    border: none;
    bottom: 3%;
}
.shop-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: -25%;
    bottom: 3%;
    background: none;
    color: #445930;
    border: none;
}
.shop-slider ul.slick-dots {
    display: flex;
    left: -24%;
    position: absolute;
    bottom: 6%;
    margin: 0;
    list-style-type: none;
    align-items: center;
}
.shop-slider .slick-dots li.slick-active button {
    background-color: #445930;
     width: 12px;
    height:3px;
}
.shop-slider .slick-dots button {
    display: block;
      width: 12px;
    height:3px;
    padding: 0;
    border: none;
    background-color: #212121;
    text-indent: -9999px;
    position: relative;
}
.shop-slider .slick-dots li {
    margin: 0 4px;
}
.tab-content {
    padding-top: 50px;
}
.shoptext p {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
    color: #445930;
    font-weight: 800;
}
.shoptext span {
    font-size: 20px;
    letter-spacing: -0.2px;
    color: #747474;
    line-height: 26px;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 5px;
}
.headingitem h2 {
    color: #445930;
}
.headingitem p {
    color: #747474;
    font-weight: 400;
}
.main-shop {
    border: 1px solid #EBEBEB;
    text-align: center;
    border-radius: 4px;
}
.shop-slider .slick-slide {
    margin: 16px 10px 16px;
}
.shoptext {
    padding: 20px;
}
.cardicon {
    text-align: center;
}
.cardicon img{
    max-width: 100%;
    display: inline-block;
}
.shoptext h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
}
.shop-section {
    max-width: 100%;
    margin: 0 auto;
}
.blog-post{
	position: relative;
}
.overlay-black {
    position: absolute;
        background: rgba(0, 0, 0, 25%);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 4px;
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.blog-post:hover .overlay-black{
    background: rgba(0, 0, 0, 80%);
}
.blog-post img {
    max-width: 100%;
    border-radius: 4px;
}
.blog-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
}
.blog-text {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 190px;
}
.blogbtn a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
    display: inline-block;
}
.blogbtn a {
    position: absolute;
    bottom: 20px;
    left: 20px;
	border-radius: 4px;
}
.blog-text h3 {

    letter-spacing: 0.42px;
    color: #FFFFFF;
    font-weight: 600;
  
}
.blogbtn span {
    margin-left: 5px;
}
.footersection{
	background: #445930;
}

/*07-05-2025*/
.allitem select.form-select {
    width: auto;
    margin-left: auto;
}
/*.contantarea {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}*/
.contantarea {
    max-width: 530px;
    margin-top: 20px;
    text-align: center;
}
.phonecall a {
    color: #FFFFFF;
    text-decoration: none;
}
.phonecall {
    margin-top: 20px;
}
.timearea img {
    max-width: 100%;
}
.phoneicon::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    right: 0px;
    top: 0;
}
.btnbox {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.phoneicon {
    position: relative; 
}
.logofooter img {
    max-width: 100%;
}
.logofooter {
    padding-top: 40px;
    text-align: center;
}
.mailing-item  input {
    font-size: 16px;
    padding: 15px 18px;
    background: #fff;
    letter-spacing: 0.15px;
color: #717171 !important;
    line-height: 20px;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    border-bottom: 1px solid #EBEBEB !important;
    border-radius: 4px !important;
    
}
.chakbocarea {
    display: flex;
/*    margin-bottom: 20px;*/
}
.submitebtn {
   background:#FD9800;
    padding: 16px 29px;
    letter-spacing: 0.75px;
    text-decoration: none;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    outline: none;
    border: none;
	border-radius: 4px;
}
.ourtext{
    font-weight: 300;
}
.newsheading h2 {
    font-size: 50px;
    line-height: 62px;
    color: #FFFFFF;
    font-weight: 600;
   
}
.from-section {
    max-width: 850px;
    margin-left: auto;
}
.newsheading {
    margin-bottom: 30px;
}
.chakbocarea label {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 14px;
    font-weight: 400;
}
.footersection {
    padding: 85px 100px 50px;
}
.linksfooter ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: end;
}
.copyright {
    padding: 20px 100px 20px;
    background: #FAFAFA;
}
.socialmediaicon {
    display: flex;
}
.facebook {
    background: #445930;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    color: #fff !important;
        margin-right: 10px;
}
.instaicon a {
    font-size: 25px;
    color: #445930;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linksfooter ul li a {
    letter-spacing: 0.32px;
    color: #747474;
    text-decoration: none;
}
.linksfooter li {
    margin: 0px 0px 14px 40px;
}
.quicklinks {
    text-align: end;
}
.website p {
    margin: 0;
}
.copyrighttext p {
    color: #747474;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}
.website a {
    color: #00AEEF;
    text-decoration: none;
}
.post-area img {
    max-width: 100%;
}
.footersection .container-fluid, .copyright .container-fluid{
max-width: 1920px ;
margin: 0 auto;
}
.footer-logo img {
    max-width: 100%;
}
.blogbtn img {
    max-width: 100%;
    width: 8px !important;
}
.playbtn img {
    max-width: 100% !important;
    height: 0;
}
.playbtn {
    position: absolute;
    top: 50%;
    left: 59%;
    z-index: 10000000000;
    transform: translate(-50%, -50%);
}
/****5-14-2023**/
.bannercontant h1 {
    color: #FFFFFF;
	font-weight: 400;
    margin-bottom: 0;
}
.bannercontant span {
    font-weight: 600;
	color: #FD9800;
}

.shopnowbtn a {
    background: #FD9800;
    padding: 20px 29px;
    display: inline-block;
    letter-spacing: 0.75px;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 4px;
}
.selectvehicle .selectmodal:first-child{
	border-radius: 4px 0px 0px 4px;
	    overflow: hidden;
}
.navbar-nav a{
	color: #000;
	font-weight: 600;
}
.navbar-nav a:hover{
	color: #FD9800;
}
.selectmodal{
	position: relative;
}
.selectmodal:after {
    position: absolute;
    content: "";
    background: #EBEBEB;
    width: 1px;
    height: 62%;
    top: 15px;
}
.navigation-section .navbar-nav{
	gap:0px 25px;
	}
.find-link a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #fff;
    line-height: 20px;
	font-weight: 600;
	background: #FD9800;
	padding: 10px 20px;
	    margin-top: 3px;
    display: inline-block;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.find-link a:hover {
    background: #445930;
}


.find-link span {
    margin-left: 0px;display: none;
}

.product-detail h2, .product-detail h3{
	color: #445930;
	font-weight: 600;
}
button.slick-prev.custom-prev.slick-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
      color: #445930;
    border: none;
    font-size: 20px;
    background: none;
    z-index: 9999;
    top: 50px;
    left: 10px;
}
button.slick-next.custom-next.slick-arrow {
    position: absolute;
    bottom: 50px;
	left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #445930;
    border: none;
    font-size: 20px;
    background: none;
    z-index: 9999;
}
.longtext:after {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 55px;
}
.pdb-50{
	padding-bottom: 50px;
}
.btnfind {
   position: absolute;
    bottom: 20px;
    font-family: 'Barlow';
    left: 20px;
    font-weight: 600;
    letter-spacing: 0.75px;
}
.btnfind a{
	color: #fff;
	text-decoration: none;
}
.overlay-img {
    position: absolute;
    background: rgba(0, 0, 0, 25%);
    width: 100%;
    height: 100%;
	opacity: 1;
    left: 0;
    top: 0;
    border-radius: 4px;
	    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.block-post:hover .overlay-img {
    background: rgba(0, 0, 0, 80%);
}
.servicemain:hover .overlay-img {
	  background: rgba(0, 0, 0, 80%);
}
.solutio-hover-content:hover{
	opacity: 1;
}
.btnfind span{
	margin-left: 10px;
}
.broduct-section .container{
	max-width: 1200px;
}

.joining-mailing{
	    background-image: url("../img/newslatter.jpg");
	background-size: cover;
}
.productbanner{
	background: url("../img/reseller-today.jpg");
    background-size: cover;
}
.mailing-text{
	text-align: center;
}
.mailing-text h2{
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 0;
}
.mailing-text h2 span {
    font-weight: 600;
    color: #FD9800;
}
.joining-mailing .container{
	max-width: 1000px;
}
.mailing-grid {
    display: flex;
    width: calc(100% + 15px);
    justify-content: space-between;
	margin: 20px 0px;
}


.mailing-grid .inputitem{
	width: calc(40% - 10px);
	flex-basis: calc(40% - 10px);
}

.chakbocarea input{
	width: 25px;
    height: 25px;
}

.lockbtn img {
    width: 20px;
}
.logogrid-section {
    display: flex;
    gap: 15px 25px;
    margin: 25px 0px;
}
.logo-item{
	text-align: center;
	
}
.logo-item p{
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.footer-address{
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer-address li{
	margin: 10px 0px;
}
.footer-address li a{
	color: #fff;
	text-decoration: none;
}
.footer-address a span{
	margin-right: 5px;
}
.links-gridsection{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 20px;
}
.links-item ul{
		padding: 0;
	list-style: none;
}
.links-item li {
    margin: 10px 0px;
    font-weight: 300;
}
.links-item a{
	color: #fff;
	text-decoration: none;
}
.links-item h5{

	color: #fff;
	font-weight:600;
	letter-spacing: 0.24px;
	
}
/****5-14-2023**/

/****---24-05-2025----****/
.jeeepbanner{
 background-image: url(../img/jeeep.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px;
    position: relative;
}
.jeeepbanner .bannercontant{
    max-width: 563px;
}
.section-model {
    background: #F1F1F1;
    padding: 30px 0px;
}
.section-model .selectvehicle {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
	box-shadow: 0px 8px 10px #27272712;
}
.heading-style{
text-align: center;
}
.solution-card{
    position: relative;
}
.solutio-hover-content {
    background: rgba(0, 0, 0, 25%);
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 4px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    opacity: 0;
    transition: 0.3s;
}
.solution-card:hover .solutio-hover-content {
        background-color: rgba(0, 0, 0, 80%);
	 opacity: 1;
}
.solutions {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 30px;
    margin-top: 30px;
}
.solution-card {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 0px 0px 0px 0px;
     border-radius: 4px;  
	    box-shadow: 0px 3px 6px #00000029;
}
.solutio-content img {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}
.solutio-hover-content h4 {
/*
    font-size: 28px;
    line-height: 33px;
*/
    color: #FFFFFF;
    font-weight: 600;
    text-align: left;
	text-transform: uppercase;
}

.shopnowbtn a {
    background: #FD9800;
    padding: 15px 35px;
    display: inline-block;
    letter-spacing: 0.75px;
    text-decoration: none;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 4px;
	text-transform: uppercase;
		transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.shopnowbtn a:hover {
    background: #445930;
}

.shopbtn{
padding-top: 50px;
text-align: center;
}
.outmore {
    text-align: left;
    margin-top: 30px;
    position: absolute;
    bottom: 14px;
}
.outmore a {
    color: #FFFFFF;
}

.section-features{
background: #F1F1F1;
}

.internal-banner {
  background-image: url(../img/internal-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0px;
    position: relative;
}
.internal-banner .bannercontant{
max-width: 835px;
}
.style-image{
    position: relative;
}
.style-heading {
    position: absolute;
    top: 20px;
    left: 20px;
}
.style-block{
    position: relative;
}
.our-block {
	margin-top: 20px;
}

.style-image img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.cat-slider .slick-slide {
    margin: 0px 15px;
}
.overlay-style {
    position: absolute;
    background: linear-gradient(90deg, #000000 30%, #44593024 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.style-heading h3 {
    color: #FFFFFF;
   
  
}
.stylebtn a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    padding: 0;
}
.stylebtn a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.best-sellers {
    max-width: 738px;
    margin: 0 auto;
    text-align: center;

}
.imgcenter img {
    max-width: 100%;
}
.imgcenter {
   text-align: center;
}
.best-sellers p {
 
/*    color: #747474;*/
    font-weight: 400;
    margin: 0;
}
.top-image img {
    max-width: 100%;
}
.top-image {
    text-align: center;
}
.platform h3 {
      font-size: 22px;
    line-height: 30px;
    color: #445930;
    letter-spacing: 0.28px;
    font-weight: 700;
}
.platform h5 {
    letter-spacing: 0.2px;
    color: #000000;
	min-height: 60px;
	    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
   

}
.platform p {
    letter-spacing: 0.16px;
    color: #747474;
    margin-bottom: 8px;
}

.maintenance .row {
    row-gap: 30px;
}

.navigation-section {
    background: #F5F5F5;
    padding: 8px 0px;
}

.long-title h2 {
    font-size: 44px;
    color: #445930;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.long-title p {
    font-size: 25px;
    color: #445930;
    line-height: 26px;
    font-weight: 400;
}
.long-title {
    margin-bottom: 40px;
}
.details-title h3 {
    font-size: 40px;
    line-height: 50px;
    color: #445930;
    font-weight: 700;
}
.details-title p {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
.price h2 {
    font-size: 75px;
    color: #445930;
    line-height: 93px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
.price p {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.37px;
    color: #445930;
    font-weight: 400;
}
.price-text p {
    font-size: 22px;
    line-height: 29px;
    color: #101010;
}
.price-list {
    display: flex;
   justify-content: space-between;
/*    align-items: center;*/
}
.resellerbtn {
    background: none;
    border: 1px solid #445930;
    padding: 20px 29px;
    display: inline-block;
    letter-spacing: 0.76px;
    text-decoration: none;
    font-size: 18px;
    color: #445930 !important;
    font-weight: 600;
    border-radius: 4px;
}
.btnarealist {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.addtocardbtn a {
    background: #FD9800;
    padding: 20px 50px;
    display: inline-block;
    letter-spacing: 0.76px;
    text-decoration: none;
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 4px;
    border: none;
}


td.product-name {
    color: #445930;
   font-size: 16px;
    font-weight: 600;
}
.quantity input {
    border: 1px solid #cfc8d8 !important;
    border-radius: 0px;
    height: 100%;
    width: 76%;
    display: flex;
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    color: #2B2E34 !important;

}
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 600 !important;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    font-size: 16px !important;

}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600;
}
.add-product {
    text-align: end;
}
.details-title {
    padding-right: 50px;
}
.kits-image {
    box-shadow: 2px 5px 16px 7px #0000001A;
    text-align: center;
    min-height: 200px;
}
.mounting-kits .row {
    row-gap: 20px;
}
.kits-image img{
    max-width: 100%;
}

.price-text p:last-child {
    margin-bottom: 0;
}
.rating p{
margin-bottom: 0px;
}
.details-title hr {
    display: inline-flex;
    width: 100%;
    border: 1px solid #979F88;
    border-width: 1px;
}

.main-list-price hr {
 display: inline-flex;
    width: 100%;
    border: 1px solid #979F88;
    border-width: 1px;
}
.btoomimage img{
max-width: 100%;
}
.topimage img {
    max-width: 100%;
}
.topimage {
    display: flex;
    justify-content: center;
}


.navigation-section a.dropdown-item {
    color: #fff;
}
.navigation-section .navbar-expand-xl .navbar-nav .dropdown-menu {
    background: #445930;
}
.navigation-section .dropdown-item {
    padding: 10px 1rem;
    border-bottom: 1px solid #ffffff42;
}
.navigation-section .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background: #FD9800;
}
.navigation-section .nav-link:focus, .nav-link:hover {
    color: #FD9800;
}
.navigation-section .menu-item:last-child .dropdown-item{
    border-bottom: none !important;
}
.youtube-video {
    height: 100%;
}
#gform_wrapper_1 .gform_title{
	display: none;
}
.heading-style h2, .best-sellers h2{
	text-transform: uppercase;
}
.stylebtn a span {
    margin-left: 10px;
}
.bg-gray{
	background: #F1F1F1;
}
.distributer-section {
    background-image: url(../img/become-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.form-list h2 {
 
    color: #2B2E34;
}
.form-list {
    max-width: 650px;
    background: #fff;
    padding: 40px;
}
.form-list p {
    color: #000000;
}
div#gform_fields_3 input {
    background: #F5F5F7;
    border: none;
    outline: none;
    border-radius:2px;
    height: 47px;
}
input#gform_submit_button_3 {
    background: #FD9800;
    outline: none;
    border: none;
    padding: 12px 0px;
    color: #FFFFFF;
    font-weight: 500;
    width: 155px;
    margin-top: 20px;
}
/**6-30-2025**/

.navbar-nav a {
    color: #fff;
    font-weight: 500;
}
.header ul li a {
    color: #fff !important;
    font-weight:500;
}.dropdown-toggle::after {
    color: #fff !important;
}
.search-nav {
    color: #fd9800;
    font-size: 20px;
   
    line-height: 50px;
}
.navigationbtn {
    display: flex;
    align-items: center;
}
.search-nav:hover{
	color: #fd9800;
}
.navigation-filter {
    background: #F5F5F5;
    padding: 10px 0px;
}
.home .broduct-section {
    margin-top: -50px;
    position: relative;
    z-index: 9999;
}
.broduct-section {
    position: relative;
    z-index: 9999;
}
.product-main {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    position: relative;
    z-index: 99;
    background: #fff;
    margin-bottom: 25px;
	    border: 1px solid transparent;
		transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.broduct-section .row .col-lg-4.col-sm-6:last-child .product-main{
	margin-bottom: 0;
}

.product-main:hover {
	border:1px solid #FD9800;
}
.what-diffrence {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 60px;
}
.roofrack{
	max-width: 425px;
}
.roofrack-grid {
    text-align: left;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FD9800;
    padding: 30px 40px;
    position: relative;
    z-index: 99;
    background: #fff;
    margin-bottom: 50px;
		transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.roofrack-grid:hover{
	background: #FD9800;
}
.top-title {
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px;
	max-width: 390px;
	background: #fff;
    margin: 0 auto;
	border: 1px solid transparent;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	margin-bottom: 30px;
}
.top-title:hover {
    border: 1px solid #FD9800;
}
.platform {
    padding: 0px 15px 15px;
}
.what-diffrence img{
	max-width: 100%;
}
.roofrack .roofrack-grid:last-child{
	margin-bottom: 0;
}
.roofrack-grid h3 {
    font-weight: 700;
    font-size: 20px;
}
.broduct-section .row .col-lg-3.col-sm-6:last-child .product-main {
    margin-bottom: 0;
}
.related  h2{
	text-align: center;
}
.bannercontentnew a{
	    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
       font-family: 'Barlow';
	   background: #445930;
    padding: 15px 30px;
    margin-top: 3px;
    display: inline-block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.bannercontentnew a:hover {
    background: #FD9800;
}
.woocommerce table.shop_table {
    border: none !important;
    border-radius: 0px;
	    margin: 0 -1px 0px 0 !important;
}


.woocommerce table.shop_table tbody, .woocommerce table.shop_table td, .woocommerce table.shop_table tfoot, .woocommerce table.shop_table th, .woocommerce table.shop_table thead, .woocommerce table.shop_table tr {
    padding: 10px 10px;
   border-color:#2B2E34;
    border-right: none !important;
	border-bottom: none;
}
.carttable tbody tr:last-child {
	border: none !important;
}
.carttable tr{
	border-bottom: 1px solid #2B2E34 !important;
}
table.summarytable {
    background: #F7F7F7;
}
a.checkout-button.button.alt.wc-forward {
    margin-bottom: 0;
    width: 100%;
}
.product-remove  a.remove:hover i.fa.fa-trash{
    color: #000 !important;
  
}
.page-id-11 span.woocommerce-Price-amount.amount {
    font-size: inherit;
    line-height: normal;
    color: #2B2E34;
}
.page-id-11 .subtotaltable span.woocommerce-Price-amount.amount {
  font-weight: normal;
}
.summarytable button.button{
	    background: #FD9800 !important;
    padding: 15px 35px !important;
    display: inline-block !important;
    letter-spacing: 0.75px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
	width: 100% !important;
    text-transform: uppercase !important;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	  font-family: 'Barlow';
}
.summarytable button.button:hover {
    background: #445930 !important;
}
input#coupon_code {
    width: 100%;
    height: 55px;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid #D6D4D4;
}
.page-id-11 .coupon button.button {
    width: 100%;
	background: #445930 !important;
}
.product-description {
    margin-bottom: 85px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 75px !important;
    box-shadow: none;
}


.product-remove{
	text-align: center;
}
.product-remove a{
	text-align: center;
	width: 100%;
}
.woocommerce a.remove {
    width: 100% !important;
	font-size: 16px !important;
}
.product-remove a.remove:hover {
    color: #000!important;
   
}
span.product_sku {
 font-weight: normal;
    color: #747474 !important;
}
.coupon label{
	font-weight: 600;
	    font-size: 16px !important;
	text-transform: uppercase;
}

.summarytable  tr {
    
    padding:25px !important;
   
}
.subtotaltable th, .subtotaltable td{
  
    padding: 0px !important;
   
}
.coupon{
	border-top: 1px solid #2B2E34 !important;
	margin-top: 20px;
	    padding-top: 8px;
}
.shop_table{
	border-top: 1px solid #2B2E34 !important;
}
 .blog-prosingle .return-to-shop a.button.wc-backward {
    padding: 15px 30px !important;

}
/**6-30-2025**/


/**7-09-2025**/
.woocommerce div.product div.images {
    margin-bottom: 50px !important;
}

.post-type-archive .filters label {
    display: inline-block;
    margin-left: 8px;
    font-weight: 500;
	    margin-bottom: 2px;
}
.filterbox input[type="checkbox"] {
    margin-right: 3px;
}
.post-type-archive .maintenance .row {
    row-gap: 0px;
}

.flex-viewport img, .woocommerce-product-gallery__wrapper img {

    height: 425px !important;
    object-fit: contain;
}
.flex-viewport{
	margin-bottom: 15px;
}
.related .products {
	margin-top: 35px !important;
}

#search-popup .search-popup-box {
    position: static;
    max-width: 100%;
    width: 100%;
	    gap: 0;
	    border-radius: 0px;
	padding: 0;
	background: none;

}

#search-popup form {
    max-width: 800px;
    width: 98%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#search-popup #close-search-popup{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FD9800;
    color: #fff;
    font-size: 23px;
    border: none;
    cursor: pointer;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-weight: 400;
    margin: 0;
}
#search-popup .search-popup-box button {
    background: #fd9800;
    color: #fff;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    height: 60px;
    border-radius: 0 !important;
    border: none;
	 border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
#search-popup .search-popup-box input {
    flex: 1;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #fff;
	outline: none;
	height: 60px;
}
button.woof_reset_button_2{
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #fff;
	border: none;
    line-height: 20px;
    font-weight: 600;
    background: #FD9800;
    padding: 10px 20px;
    margin-top: 3px;
    display: inline-block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.woof_products_top_panel_ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #445930;
    font-weight: 500;
	
}
.woof_products_top_panel li span{
	background: none !important;
}
.woof_products_top_panel ul {

    display: flex;
    align-items: center;
}
.carttable th, .summarytable th {
    text-transform: uppercase;
}
.page-template-page-fit-my-vehicle .heading-style, .heading-style.pdt-85.vehiclepageheading{
	margin-bottom: 30px;
}
td.product-name {
	color: #2B2E34;
	text-transform: uppercase;
}
.term-flat-roof-racks .maintenance.pdb-85 {
    padding-bottom: 65px;
}
.term-tradie-roof-racks .maintenance.pdb-85 {
    padding-bottom: 65px;
}
.blog-detailspro h2 {

    color:  #2B2E34 !important;
    font-weight: 600 !important;
     font-family: "Barlow", sans-serif !important;
    margin-top: 30px;
    margin-bottom: 15px;
	text-transform: uppercase !important;
}
b, strong {
    font-weight: 600;
}


.kitproducttable td img {
    width: 80px;
    height: 65px;
    margin-right: 25px !important;
    object-fit: contain;
}

.wtb-search {
    justify-content: space-between;
    display: flex;
}
button#wtb_search_btn {
    width: 190px;
    height: 60px;
    background: #FD9800;
    border: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.75px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
    text-transform: uppercase;
	 font-family: "Barlow", sans-serif !important;
}
select#wtb_radius {
    width:250px;
}
input#wtb_location {
    width: 100%;
    height: 60px;
    border: 1px solid hsl(0deg 0% 56.69% / 80%);
    border-radius: 0px;
    color: #2b2d2f;
 outline: none !important;
    padding: 20px;
}
.wtb-input-wrap {
    width: 100%;
    height: 60px;
}
select#wtb_radius {
    color: #2b2d2f;
    border: 1px solid hsl(0deg 0% 56.69% / 80%);
    padding: 10px;
    border-left: none;
	outline: none !important;
}

.location {
    margin-bottom: 20px;
}
.loc-icon {
    margin-bottom: 5px;
}
.loc-icon img {
    height: 27px;
    object-fit: contain;
}

.wtb-section .wtb_results {
    border: none !important;

}
.loc-left {
    display: flex;
    gap: 2px;
}
.loc-name {
    font-weight: 600;
}
.wtb-results .result{
	    font-weight: 400 !important;   
    padding:0px 10px !important;   
}
.navbar-toggler-icon {
   outline: none;
	
}
.navbar-toggler-icon:active, .navbar-toggler-icon:focus, .navbar-toggler-icon:hover{
   outline: none;
	
}

.header ul li a:active, .header ul li a:focus, .header ul li a:hover {
   outline: none;
}
/**7-09-2025**/

/**7-22-2025**/
.filters-container {
    background: #F7F7F7;
    margin-right: 50px;
    padding: 0;
}
.filters-container h4.filter-title {
    background: #445930;
    padding: 10px 12px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}
.filter-content {
        padding: 5px 20px 10px;
}

 li.filter-item.checkbox.active  label a:hover{
    color: #fd9800 !important;
    font-weight: 400 !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: #fd9800 !important;
}


 .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{
    color: #fd9800 !important;
	 font-size: 18px !important;
    font-weight: 500 !important;
	     margin-bottom: 5px;
    display: inline-block;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: normal !important;
    margin: 8px 0 !important;
}
.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 0px !important;
}
.filters-container button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    background: #FD9800;
    padding: 10px 20px;
    margin-top: 3px;
    display: inline-block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    margin: 0px 15px 20px;
    text-transform: uppercase;
    border-radius: 0;
}
.filters-container button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover {
    background: #445930;
}

.page-id-274 p.wholesaleprice {
    font-weight: 400;
}
/**7-22-2025**/

/**08-07-2025**/
.broduct-section .heading-style{
	margin-bottom: 30px;
	
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 600 !important;
    border-top: 1px solid rgba(0,0,0,.1);
}
 a {
    color: #445930 ;
	 text-decoration: none;
}
.blog-detailspro a{
	 color: #445930 ;
}
.heading-style p a{
	 color: #445930 ;
}
/*
.blogmain-profile {
    margin-bottom: 20px;
}*/
