/* header */
.header-menu{
    color: var(--bs-white);
    flex: 1;
    padding-left: 30px;
}
.header-text .widget,
.header-contact-list{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact-list{
	gap: 20px;
}
.header-btn a.primary-btn{
    font-size: 1rem;
    padding: 5px 15px;
    line-height: 2rem;
    height: auto;
    display: flex;
    gap: 5px;
    align-items: center;
}

.header-btn a.primary-btn img{
    width: 18px;
    height: 18px;
    object-fit: cover;
}

/* header */
.top-header-1{
	background: var(--color-primary);
}
.top-header-1 .widget{
	width: 100%;
}
.top-header-1 .widget>*{
	flex: 1;
}
.topbar-office-ctn{
	flex: 1;
	padding: 15px 0;
}
.topbar-office-ctn,
.topbar-office-ctn>ul,
.topbar-office-ctn+.topbar-office-ctn>ul li{
	display: flex;
	align-items: center;
}

.topbar-office-ctn > ul{
	gap: 10px;
	justify-content: space-between;
/* 	max-width: 40%; */
	flex: 1;
}
.topbar-office-ctn:first-of-type {
	max-width: 550px;
}
.topbar-office-ctn:first-of-type > ul>li{
	text-align: center;
}
.topbar-office-ctn+.topbar-office-ctn> ul{
	padding-left: 10px;
	flex: 1;
	justify-content: flex-start;
}
.topbar-office-ctn+.topbar-office-ctn> ul>li {
	background: transparent;
	max-width: 140px;
	width: 100% ;
	padding-right: 10px;
	gap: 5px;
}
.top-header-1 .widget>.header-toggle-btn{
	flex: unset;
}
.topbar-office-ctn+.topbar-office-ctn > ul li:not(:last-child){
	border-right: 1px solid #fff;
}
.topbar-office-ctn p{
	margin: 0;
	line-height: 1rem;
}
.topbar-office-ctn > ul li p a{
	font-size: 0.675rem;
	font-weight: 400;
	text-transform: uppercase;
}
.topbar-office-ctn>p.state-name{
	margin-right: 5px;
}
.topbar-office-ctn p.state-name {
	font-size: 1rem;
	font-weight: 700 !important;
/*     min-width: 50px; */
	padding-right: 7px;
    color: #3F3F3F;
	text-align: center;
}
.topbar-office-ctn li p.state-name
.topbar-office-ctn .inner-info
{
	flex: 1;
}
.topbar-office-ctn .inner-info{
	text-align: center;
}

.header-toggle-btn>button{
	font-size: 0.75rem;
    line-height: 1rem;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}
.header-toggle-btn>button img{
	max-height: 1rem;
	width: auto;
	object-fit: contain;
}

.header-contact-list>li>a>img,
.wc-cart-toggle>img,
.wc-search-icon>img{
	height: 24px;
	width: 24px;
	object-fit: contain;
}

.has-new-badge>a:after {
    display: block;
    content: '';
    width: 40px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/10/menu-item-badge-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -5px;
    top: -10px;
}




@media only screen and (min-width: 1025px) and (max-width:1600px) {

	#header .header-wrapper.stuck .top-bar-location-row.location-bar-active .top-bar-location-col .above-topbar-flex-ctn > ul li p.store-name a {
		font-size: 12px !important;
	}
	#header .header-wrapper.stuck .top-bar-location-row.location-bar-active .top-bar-location-col .above-topbar-flex-ctn > ul li a {
		font-size: 16px !important;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1200px){
	.top-header-1 .header-text{
		max-width: 1000px;
		margin: 0 auto;
	}
	.top-header-1:not(.active) .widget{
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 0;
	}
	.top-header-1:not(.active) .topbar-office-ctn:first-child{
		grid-column: span 6;
    	max-width: 100%;
	}
	.top-header-1:not(.active) .topbar-office-ctn+.topbar-office-ctn{
		grid-column: span 5;
	}
	.top-header-1:not(.active) .topbar-office-ctn+.topbar-office-ctn> ul{
		padding-left: 0;
    	gap: 30px;
	}
	.top-header-1:not(.active) .topbar-office-ctn+.topbar-office-ctn> ul>li{
		max-width: 180px;
	}
	.top-header-1 .widget>.header-toggle-btn{
		justify-content: flex-end;
		display: flex;
	}
}
@media (max-width: 991px){
	.home-banner.slider-banner .banner-slide .home-banner-4-ctn.home-sec-slider .btn-ctn {
		padding-top: 50px;
	}
	.home-banner.slider-banner .banner-slide .home-banner-4-ctn.home-sec-slider .btn-ctn a.button.white {
		padding: 5px 19px;
		font-size: 10px;
	}
	.home-banner .text-inner {
		justify-content: center;
	}
	.home-banner-4-ctn {
		margin: 0px 0 0;
	}
	.home .home-banner-4-ctn .banner-4-top-line, .home .home-banner-4-ctn .banner-4-bottom-line {
		line-height: 14px;
	}
	.mobile-sidebar .header-nav>ul>li>.sub-menu a {
    	justify-content: space-between;
	}
	.mobile-sidebar .menu-product-item .menu-product-sku {
		line-height: 21px;
		flex: 0 0 30%;
	}
	.mobile-header-btn{
    flex-direction: column;
    justify-content: center;
    gap: 0;
		width: 37px;
	}
	.mobile-header-btn p{
		margin-bottom: 10px;
	}
	.mobile-dealers-title{
		font-size: 10px;
		line-height: 10px;
	}
	.mobile-dealers-title>p{
		margin: 0;
	}
	#showDealerContact{
		height: 36px;
    width: 36px;
    padding: 0;
    background: #292929e6 0% 0% no-repeat padding-box;
    animation: pulse 1.5s infinite;
    border-radius: 50%;
    animation-delay: 0s !important;
		display: flex;
    justify-content: center;
		align-items: center;
	}
	#showDealerContact img{
		height: 13px;
    width: 15px;
	}
	.mobile-sidebar .topbar-office-ctn, .mobile-sidebar .header-toggle-btn{
		display:none;
	}
}

/* office slidebar active  */
.top-header-1.active{
	position: relative;
    z-index: 2;
}
.top-header-1.active .widget{
	position: absolute !important;
    right: 0;
    top: 0;
    max-width: 218px;
    padding: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex-direction: column;
    gap: 0;
}
.top-header-1.active .header-toggle-btn{
	width: 100%;
}
.top-header-1.active .header-toggle-btn>button{
	justify-content: center;
	border-radius: 0;
	background: #f2791e;
	height: 68px;
	width: 100%;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	color:var(--bs-white);
}

.top-header-1.active .header-toggle-btn>button img{
    filter: invert(100%) brightness(200%);
}

.top-header-1.active .topbar-office-ctn{
	order: 2;
	background: var(--bs-white);;
	width: 100%;
	color: var(--bs-black);
	padding: 0;
}
.top-header-1.active .widget,
.top-header-1.active .topbar-office-ctn,
.top-header-1.active .topbar-office-ctn>ul,
.top-header-1.active .topbar-office-ctn ul>li{
	flex-direction: column;
}
.top-header-1.active .topbar-office-ctn > ul,
.top-header-1.active .topbar-office-ctn > ul>li{
	width: 100%;
}
.top-header-1.active .topbar-office-ctn>p.state-name{
	padding: 10px 0 0;
	text-shadow: 0 0 black;
}
.top-header-1.active .topbar-office-ctn:first-child > ul{
	gap: 0;
}
.top-header-1.active .topbar-office-ctn+.topbar-office-ctn ul,
.top-header-1.active .topbar-office-ctn ul>li+li{
	border-top: 1px solid #f2791e;
}
.top-header-1.active .topbar-office-ctn+.topbar-office-ctn>ul{
	gap: 0;
	padding: 0;
}
.top-header-1.active .topbar-office-ctn ul>li{
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0;
	max-width: 100%;
}
/* mobile header */
header{
	position: relative;
}
.header-section-3{
	background: #ffffff;
	color: #000000;
	position: absolute;
	top: 89px;
	left: 0;
	transition: all 0.3 ease;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-section-3 .container,
.header-section-3 .header-widget{
	padding: 0;
}
.mobile-contact-ctn{
	display: flex;
	flex-wrap: wrap;
}
.mobile-header-content{
	font-size: 14px;
	background: #ffffff;
	width: 50%;
	padding: 10px 0 5px 30px;
}
.mobile-header-content.gray {
	background-color: rgb(245, 245, 245);
}
.mobile-header-content p.title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 3px;
}
.mobile-header-content p.title span.state-name {
    color: #F6781A;
    font-weight: 700;
}


.mobile-header-btn button {
    width: 20px;
    height: 15px;
    display: flex;
}

.mobile-header-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-header-btn>a {
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
}

.mobile-header-btn img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

#menu-sidebar{
	padding-top: 60px;
	overflow: hidden;
	max-width: 100vw;
}
#menu-sidebar>.container{
	height: calc(100vh - 60px);
	overflow-y: auto;
	padding-bottom: 100px;
}
#menu-sidebar .header-contact-list{
    justify-content: flex-end;
    padding-right: 20px;
}
#menu-sidebar .header-contact-list>li:last-child{
	display:none;
}

.mobile-sidebar .header-nav>ul>li{
	position:relative;
}

.mobile-sidebar .header-nav>ul>li>a{
	width: 100%;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 16px;
	color: var(--bs-white);
}
.mobile-sidebar .header-nav>ul>li>a:hover,
.mobile-sidebar .header-nav>ul>li.current-product-ancestor>a,
.mobile-sidebar .header-nav>ul>li.active>a,
.mobile-sidebar .header-nav>ul li.current_page_item>a{
	color: var(--color-primary);
}

.mobile-sidebar .has-new-badge>a:after{
	right: -40px;
    top: auto;
    bottom: 10px;
}
.mobile-sidebar .header-nav>ul>li>.sub-menu a{
	text-transform: unset;
	font-size: 16px;
}

.mobile-sidebar .header-nav>ul>li>.sub-menu>li>a{
	color: var(--bs-white);
}
.mobile-sidebar .header-nav>ul>li>.sub-menu>li>a:hover{
	color: var(--color-primary);
}
#menu-sidebar ul.header-contacts {
    flex-direction: column;
    align-items: baseline!important;
    margin-top: 50px;
    font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1180px){
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab {
		padding: 12px 14px 16px !important;
/* 		width: 131px !important; */
	}
}
@media (min-width: 992px) {
    #menu-sidebar,
	.mobile-header-btn {
        display:none;
    }
}

@media (max-width: 991px) {
	.home-banner.slider-banner,
	.home-banner.slider-banner .banner-slide{
		height: 400px !important;
	}
    .top-header-2>.container>.header-menu {
        display:none!important
    }

    #menu-sidebar .header-contact {
        margin-top: 50px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start!important;
        font-weight: 400;
    }

    .top-header-2>.container{
        flex-direction: row;;
    }
    
    .mobile-sidebar .header-nav>ul>li>a{
        width: fit-content;
    }
    .mobile-sidebar .has-new-badge>a:after{
        right: -30px;
    }
}
/* footer email form */
.gform-email_wrapper.gform-theme--foundation{
    margin-bottom: 15px;
}
.gform-email_wrapper.gform-theme--foundation .gform_fields{
    gap: 0;
    display: flex;
}
.gform-email_wrapper.gform-theme--foundation .gfield--input-type-email{
    flex: 1;
}
.gform-email_wrapper.gform-theme--foundation .gfield input[type="email"].large{
    border: none;
    border-radius: 0;
    font-size: 0.875rem;
}

.gform-email_wrapper #field_submit input[type="image"]{
    height: 38px;
    width: 38px;
    padding: 0;
    padding: 7px;
    background-color: var(--color-primary);
    border-radius: 0;
}
.gform-email_wrapper.gform-theme--framework .gform_validation_errors{
    padding: 5px;
    margin: 0 0 10px;
    font-size: 0.75rem;
}
.gform-email_wrapper.gform-theme--framework .gform_validation_errors .gform_submission_error{
    font-size: 0.75rem;
}

.gform-email_wrapper.gform-theme--framework .gfield_validation_message{
    position: absolute;
    font-size: 0.75rem;
}

/* footer */
footer p{
	margin: 0;
}
.footer-widget-title {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.footer-icons{
	display:flex;
	align-items: center;
	gap: 10px;
}

.footer-icons{
	height: 50px;
}

.footer-icons img{
	height: auto;
	max-height: 50px;
	width: auto;
}

.footer-disclaimer-ctn{
	margin: 20px 0 0;
}

.footer-disclaimer-ctn>div{
	padding-left: 0;
}
.footer-content .widget_nav_menu a:hover{
	color: var(--color-primary);
}


@media (min-width: 992px){
	.footer-content{
		padding: 0;
		position: relative;
	}
	.footer-content>.container{
		align-items: stretch;
		padding: 0;
		gap: 0;
	}
	.footer-content:before{
		content: '';
    	width: 50%;
		height: 100%;
		position: absolute;
		right: 0;
		left: auto;
    	background: #002763;
	}
	.footer-content>.container>.col:first-child{
		padding: 60px 0 60px 20px;
	}
	.footer-content>.container>.col:last-child{
		padding: 60px 20px 30px;
		clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
		padding-left: 8%;
		background: #002763;
	}
	
}

@media (max-width:991px){
	.contact-us-sec-ctn h2.statewise-location-heading {
		font-size: 24px !important;
	}
	.contact-us-info-panel .info-panel-details p {
    	word-break: break-word;
	}
	.contact-us-sec-2 p {
		line-height: 17px !important;
	}
	.footer-content>.container{
		padding:0;
	}
	.footer-content>.container>.col{
		position: relative;
	}
	.footer-content>.container>.col:first-of-type:before{
		content:'';
		    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
    background: #002763;
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		height:70px;
		z-index:1;
	}
	.footer-content>.container>.col:last-child{
		padding: 20px 20px 40px;
		background: #002763;
	}
	#block-9{
		margin: 0 auto;
	}
	.footer-logo img{
		max-height: 120px;
		width: auto;
		object-fit: cover;
		margin-bottom: 40px;
	}
	
	.footer-content>.container>.col:nth-child(2)>.footer-widget-column:first-of-type{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		font-size: 0.9rem;
		line-height: 1.25rem;
		row-gap: 30px;
		column-gap: 10px;
	}
	footer .widget-title,
	footer .widgettitle,
	.footer-widget-title{
		font-size: 1.075rem;
		line-height: 1.25rem;
	}
	.footer-icons-ctn{
		gap: 30px;
	}
	.footer-disclaimer-ctn{
		font-size: 0.9rem;
		line-height: 1.25rem;
	}

	.footer-content{
		padding:40px 0 0;
	}

	#menu-footer-menu{
		flex-direction: column;
		gap: 18px;
		align-items: flex-start;
		margin: 30px 0 24px;
		font-size: 0.875rem;
		line-height: 1rem;
	}
}


/* homepage */
.home .banner h2{
	font-size: 3rem;
	line-height: 60px;
	margin-bottom: 20px;
}
.home .banner h2+p{
	font-size:1.25rem;
	line-height:2rem;
	margin: 0;
}
.home .banner .btn-ctn{
	padding-top: 20px;
}
.button.white{
	color: var(--color-primary);
	background: var(--bs-white);
	border-radius: 47px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 15px 20px;
	display: block;
	width: fit-content;
}

section.wp-block-group.home-sec{
	padding: 90px 20px;
}
.home-features-list{
	max-width: 900px;
	margin: 0 auto;
}
.home-features-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.home-features-list>li{
	line-height: 1.375rem;
	text-align: center;
	width: 284px;
    height: 226px;
/* 	padding: 38px; */
/* 	background: var( --bs-white); */
	color: var(--bs-black);
	border-radius: 20px;
	font-weight: 700;
	 perspective: 1000px;
}
.home-features-list img{ 
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
}
.home-features-list>li .feature-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.home-features-list li:hover .feature-card {
    transform: rotateY(180deg);
}
.home-features-list li .feature-card h3{
	 font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.home-features-list li .feature-card .feature-front, .home-features-list li .feature-card .feature-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-features-list li .feature-card .feature-front {
    background: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.home-features-list li .feature-card .feature-back {
    background: #111;
    color: #fff;
    transform: rotateY(180deg);
}

.home-features-list .feature-back p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


figure.wp-block-embed-youtube{
	margin: 0;
	height: 100%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper{
	height: 100%;
}
.wp-block-embed-youtube iframe{
		width: 100%;
    border-radius: 20px;
    height: 100%;
    min-height: 320px;
}

.home-trapezoid-cover:before{
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    background: #393939;
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-trapezoid-cover .home-sec{
	position: relative;
	z-index: 2;
}

/* scroll google review */
.custom-grv-ctn{
	max-width: 100%;
	overflow: hidden;
}
.grw-content-inner{
	gap: 20px!important;
}
.custom-grv-ctn .wp-gr .grw-reviews{
		display: flex!important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    gap: 20px!important;
    position: relative!important;
    transform: translateZ(0);
    animation: scroll-horizontal 30s linear infinite;
    width: max-content!important;
		overflow: unset !important;
}

.custom-grv-ctn+.custom-grv-ctn .grw-reviews{
    animation-direction: reverse;
}
.custom-grv-ctn .wp-gr .grw-row .grw-review{
	--col:unset!important;
	--gap:unset!important;
	width: 400px!important;
	min-width: 400px!important;
	flex: 0 0 auto!important;
}
.custom-grv-ctn+.custom-grv-ctn{
	margin-bottom:60px;
}

.grw-review-inner.grw-backgnd{
	border-radius: 20px!important;
}
.home .banner .button.white{
	font-weight: 700;
}

.hm-review-sec h2{
	max-width: 90%;
	margin: 0 auto 40px;
}
@media (max-width: 991px){
	.home-trapezoid-cover:before{
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
height: 40%;
    width: 100%;
    top: auto;
    bottom: 0;
}

	section.wp-block-group.home-sec{
		padding: 40px 20px;
	}

	.home-sec h2{
		max-width: 90%;
		margin: 0 auto 20px;
		padding: 0 20px;
	}
	.hm-review-sec h2{
		margin-bottom: 30px;
	}
	.home-featured-slider{
		margin-top: 25px;
	}
	.home-features-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.home-features-list>li{
/* 		padding: 16px 10px; */
		border-radius: 12px;
		gap: 10px;
		width: 100%;
		height: 100%;
	}
	.home-features-list>li .feature-card {
		height: 200px;
	}
	.home-features-list img{
		height: 34px;
		width: 34px;
		margin-bottom: 0;
	}
	.custom-grv-ctn .wp-gr .grw-row .grw-review{
		width: 300px!important;
		min-width: 300px!important;
	}
	.grw-review-inner.grw-backgnd{
		border-radius: 8px!important;
	}
	.banner, .slider-banner .banner-slide{
		height: 550px;
	}

	.home .banner h2 {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.home .banner .button.white{
		color: var(--bs-white);
		background: var(--color-primary);
	}
}

/* banner slider */
.banner-slider button.slick-arrow{
	display:none!important;
}

.banner-slider ul.slick-dots{   
    bottom: 30px;
    gap: 8px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 1ch;
    position: absolute;
    left: 50%;
    max-width: 1400px;
	width: 100%;
    display: flex;
    top: auto;
    transform: translateX(-50%);
}

.banner-slider ul.slick-dots li {
    line-height: 0;
    margin: 0;
}

.banner-slider ul.slick-dots li,
.banner-slider ul.slick-dots li button{
	height: 14px;
    width: 14px;
}
.banner-slider ul.slick-dots li button {
    -webkit-appearance: none;
    background-color: var(--bs-white);
    border: 1px solid #fff;
    border-radius: 50%;
    color: transparent;
    font-size: 1px;
    border: none;
    border-radius: 0;
	box-shadow: 1px 1px 12px 2px #00000078;
}

.banner-slider ul.slick-dots li.slick-active button {
    background-color: var(--color-primary);
}
.banner-slider ul.slick-dots li button::before{
	display:none;
}

@media (max-width: 991px){
	.banner-slider ul.slick-dots{
		justify-content: center;
    	bottom: 15px;
		gap: 5px;
	}
	.banner-slider ul.slick-dots li, 
	.banner-slider ul.slick-dots li button{
		height:10px;
		width: 10px;
	}
	.home .banner .text-box{
		height: 50%;
	}
}


/* homepage caravan slider tab */
.home-caravan-tabs {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    white-space: nowrap;
	gap: 10px;
}

.home-caravan-tabs::-webkit-scrollbar {
    display: none; 
}

.caravan-tab-slider .caravan-tab {
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    white-space: nowrap;
/*     transition: border-color 0.3s; */
/*     border-bottom: 5px solid #BBBBBB; */
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    flex-shrink: 0;
	color: var(--color-text);
/* 	font-size: 1.5rem; */
	line-height: 1.25rem;
	position: relative;
}
.caravan-tab-slider .caravan-tab[active] {
/*     border-bottom: 5px solid var(--color-primary); */
    color: var(--color-primary);
}
.caravan-tab-slider .caravan-tab-content {
    display: none;
}

.caravan-tab-slider .caravan-tab:after {
	content: "";
    border-right: 2px solid #102262;
    right: -7px;
    position: absolute;
    top: 7px;
    display: block;
    width: 1px;
    height: 26px;
}
/* .caravan-tab-slider .caravan-tab:nth-child(4):after, */
.caravan-tab-slider .caravan-tab:last-child:after{
	border: none;
}

.caravan-tab-slider .caravan-tab-content[style="display:block;"] {
    display: block;
}

.caravan-tab-content h3{
    margin-bottom:20px;
}

.slick-carousel.product-slick-list{
	max-width: 1200px;
	margin: 0 auto;
}

.caravan-tab-content-wrapper .slick-carousel.product-slick-list{
    margin: 0 auto;
}

/* product-slick-list */
.product-slick-list button.slick-arrow{
    width: 50px;
    height: 50px;
    transform: translateY(-50%) rotate(180deg);
}

.product-slick-list button.slick-prev{
    left:-10px;
}

.product-slick-list button.slick-next{
    right:-10px;
}

.caravan-thumbnail{
    position:relative;
    padding: 0 0 20px;
}

.caravan-thumbnail img{
    width: auto;
    height: 200px;
    max-width: 100%;
	border-radius: 10px;
    margin: 0 auto;
	object-fit: cover;
}

.caravan-slide-item{
    padding:0 10px;
}

.caravan-slide-item a{
    border-radius: 10px;
    padding: 20px;
    position: relative;
    display:block;
    border: 1px solid #E6E6E6;
	background: var(--bs-white);
}

.caravan-slide-item:hover a{
    background: var(--color-primary);
	border-color: var(--color-primary);
}
.caravan-slide-item:hover a *,
.caravan-slide-item:hover a .price-ctn span{
	color: var(--bs-white);
}

.caravan-slide-item .title{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.25rem;
    height: 2.5rem;
    overflow: hidden;
    color: var(--color-text);
}

.caravan-slide-item .price-ctn{
    padding:20px 0 0;
    color: var(--color-primary);
	font-size: 1.375rem;
	line-height: 1.5rem;
}
.caravan-slide-item .price-ctn span{
    font-weight:700;
    color:var(--color-primary);
}
.caravan-tab-content .slick-dots{
    display:none!important;
}

@media (max-width: 991px){
    .caravan-tab-slider .caravan-tab {
        padding: 10px 8px;
    }
    .caravan-slide-item a{
        padding:12px;
    }
    .caravan-thumbnail img{
        height: 122px;
		border-radius: 8px;
    }
    .caravan-slide-item .title{
        margin-bottom: 7px;
    }

    .caravan-slide-item .price-ctn {
        padding: 12px 2px 0;
    }
   
    .caravan-thumbnail{
        padding: 10px 0;
        margin: 5px 0 0;
    }
  
    .home-caravan-tabs{
        justify-content:flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		gap: 0;
		padding-bottom: 9px;
		-webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab:hover, .homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab.active {
		box-shadow: 0px 5px 0px -1px #f87800;
	}
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab span.tab-label {
    	font-size: 12px;
	}
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab {
		padding: 12px 14px 16px !important;
/* 		    width: 117px !important; */
	}
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab span.tab-image img {
		height: 80px;
	}
	.caravan-tab-slider .caravan-tab:after{
		display:none;
	}
	.caravan-tab-slider .caravan-tab{
		    transition: border-color 0.3s;
		padding: 12px 14px 21px;
	}
	.caravan-tab-slider .caravan-tab[active]{
		border-bottom: 5px solid var(--color-primary);
	}
    .caravan-slide-item{
        padding: 0 5px;
    }
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab:hover, .homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab:focus {
    	background-color: #fff !important;
		box-shadow: none !important;
	}
	.homepg-purpose-built-trailers .home-caravan-tabs .caravan-tab.active {
        background: #FFF7F0 !important;
        box-shadow: 0px 6px #f87800 !important;
    }
}

/* mega menu */

#menu-main-menu li.menu-item-object-product_cat ul.sub-menu{
    width: auto;
    padding: 0;
}
.mega-menu-container{
    width: 100vw;
    left: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

li.menu-item.active .mega-menu-container{
    position: fixed;
    z-index: 20;
}

.mega-menu-nav>ul{
    min-width: 240px;
    border-right: 1px solid;
    width: 25%;
    min-height: 30vh;
    max-height: 80vh;
    min-height: 300px;
}

.mega-menu-link-wrapper a{
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
	height: 56px;
    padding: 0 30px 0 22px;
    font-weight: 600 ;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    color: var(--bs-black);
	width: 100%;
	text-transform: capitalize;
	z-index: 1;
	display: flex;
    align-items: center;
}

.mobile-sidebar .header-nav>ul>li.menu-item-has-children:before,
.mega-menu-link-wrapper a:after{
	content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 18px;
    right: -10px;
    font-size: 1.25rem;
    transform: rotate(-90deg);
    z-index: 10;
    height: 20px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-sidebar .header-nav>ul>li.menu-item-has-children:before{
	transform: rotate(0deg);
	width: 20px;
	height: 56px;
}
.mobile-sidebar .header-nav>ul>li.current-menu-item:before{
	transform: rotate(-180deg);
}
.mega-menu-nav>ul>li:hover .mega-menu-link-wrapper a,
.mega-menu-nav>ul>li.active .mega-menu-link-wrapper a,
.mega-menu-nav>ul>li:hover .mega-menu-link-wrapper a:after,
.mega-menu-nav>ul>li.active .mega-menu-link-wrapper a:after{
	background-color: var(--color-primary);
	color: var(--bs-white);
}

.mega-menu-dropdown{
    min-height: auto !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0;
    width: 75%;
    display: none;
/*     transition: all 0.2s ease; */
	overflow: auto;
    height: 100%;
}


.mega-menu-ctn{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: auto;
    height: auto;
	max-height: 100%;
    padding: 0 10px;
    row-gap: 30px;
}
.menu-product-item{
    padding: 10px;
	height: fit-content;
}
.menu-product-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-product-item img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    max-width: 150px;
    padding: 0 0 10px;
}

.menu-product-name{
    text-align: center;
    font-size: 12px;
    line-height: 15px;
	font-weight: 600;
}

.non-product-item .menu-product-name{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.mobile-sidebar .mega-menu-nav>ul>li>a{
	padding: 0 20px;
}
.mobile-sidebar .mega-menu-container{
	width: 100%;
    box-shadow: none;
}
.mobile-sidebar .mega-menu-nav>ul{
	min-height: auto;
    max-height: max-content;
    width: auto;
    border: none;
}

.mobile-sidebar .mega-menu-dropdown{
	position: relative;
    width: 100%;
    right: auto;
    top: auto;
	display: block;
	padding: 10px 0;
}
.mobile-sidebar .mega-menu-ctn{
	display: flex;
    flex-direction: column;
	row-gap: 0;
}
.mobile-sidebar .menu-product-item{
	padding: 10px 0;
    color: var(--bs-black);
}
.mobile-sidebar .menu-product-item a{
	flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}
.mobile-sidebar .menu-product-item img{
    height: 70px;
    width: auto;
    padding: 0;
    max-width: 20%;
}
.mobile-sidebar .menu-product-name{
	font-size: 16px;
	text-align: left;
}
.mega-menu-nav>ul>li.sale-products:hover>a:after,
.mega-menu-nav>ul>li.new-products:hover>a:after,
.mega-menu-nav>ul>li.sale-products.active>a:after,
.mega-menu-nav>ul>li.new-products.active>a:after{
    background-color: transparent;
}
.mega-menu-item.new-products .mega-menu-link-wrapper,
.mega-menu-item.sale-products .mega-menu-link-wrapper{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 56px;
	background-color: transparent;
}
.mega-menu-nav>ul>li.mega-menu-item.new-products .mega-menu-link-wrapper{
	background-image: url('/wp-content/uploads/2025/10/menu-tradie_trailers-bg-v2.png');
}
.mega-menu-nav>ul>li.mega-menu-item.new-products.active .mega-menu-link-wrapper{
	background-image: url('/wp-content/uploads/2025/10/menu-tradie_trailers-bg-hover-v2.png');
}
.mega-menu-nav>ul>li.mega-menu-item.sale-products .mega-menu-link-wrapper{
	background-image: url('/wp-content/uploads/2025/10/menu-tandem_trailers-bg.png');
}
.mega-menu-nav>ul>li.mega-menu-item.sale-products.active .mega-menu-link-wrapper{
	background-image: url('/wp-content/uploads/2025/10/menu-tandem_trailers-bg-hover.png');
}

.mega-menu-link-wrapper .mega-dropdown-toggle{
	display: none;
}
.menu-product-item>a{
    position: relative;
}
.menu-product-item.has-sale>a:after{
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    background-image: url(/wp-content/uploads/2025/10/onsale-badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -7px;
    right: -7px;
}
    

@media (max-width: 991px){
	body.prd-cat-list-active .bm-category-list-ctn.cat_list_ctn_row.bm-cat-sticky-list {
		position: fixed !important;
		padding: 8px 14px !important;
	}
    .mobile-sidebar .header-nav>ul>li.menu-item-has-children:before, 
    .mega-menu-nav>ul>li>a:after{
        transform: rotate(0deg);
        right: 20px;
        height: 20px;
        width: 20px;
    }
	.mobile-sidebar .header-nav>ul>li.menu-item-has-children.active:before{
		transform: rotate(180deg);
	}
    .mobile-sidebar .header-nav>ul>li>.sub-menu>li>a{
        padding: 0 20px;
    }
    .header-nav>ul>li .sub-menu{
        display: none;
    }
    .mobile-sidebar li.menu-item.active .mega-menu-container{
        position: relative;
    }
    .mobile-sidebar .mega-menu-nav>ul>li:hover>a,
    .mobile-sidebar .mega-menu-nav>ul>li.active>a,
    .mobile-sidebar .mega-menu-nav>ul>li:hover>a:after,
    .mobile-sidebar .mega-menu-nav>ul>li.active>a:after{
        color: var(--bs-black);
        background-color: transparent;
    }
	.non-product-item .menu-product-name{
		flex-direction: row;
	}
	.mega-menu-nav>ul>li>a:after{
		display: none;
	}
	.mobile-sidebar .mega-menu-link-wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-sidebar .mega-menu-link-wrapper a{
		width: fit-content;
	}
	
	.mobile-sidebar .mega-menu-link-wrapper a:after{
		display: none;
	}
	.mega-menu-nav>ul>li:hover .mega-menu-link-wrapper a, 
	.mega-menu-nav>ul>li.active .mega-menu-link-wrapper a{
		background-color: transparent;
	}
	.mega-menu-nav>ul>li:hover .mega-menu-link-wrapper, 
	.mega-menu-nav>ul>li.active .mega-menu-link-wrapper{
		background-color: var(--color-primary);
	}
	.mega-menu-nav .mega-dropdown-toggle{
		display: block;
		color: var(--bs-black);
		padding: 10px;
        margin-right: 12px;
		
	}
	.mega-menu-nav>ul>li:hover .mega-menu-link-wrapper a{
		color: var(--bs-black);
	}
	.mega-menu-nav>ul>li.active .mega-menu-link-wrapper a{
		color: var(--bs-white);
	}
	.mega-menu-nav>ul>li.active .mega-dropdown-toggle{
		color: var(--bs-white);
		transform: rotate(180deg);
	}
}
@media (max-width: 555px){
		.contact-us-sec-ctn .contact-us-sec-2 .contact-loc-ctn p {
		font-size: 12px !important;
	}
	.contact-us-sec-2 > div {
		gap: 7px !important;
	}
	.contact-us-sec-ctn .contact-us-sec-2 {
		gap: 12px !important;
	}
	.contact-us-sec-2 figure, .contact-us-sec-2 img {
		width: 20px;
		min-width: 20px;
		height: auto;
	}
}
@media only screen and (max-width: 398px){
	.purpose-built-home-heading.wp-block-heading {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 375px){
	.home-features-list>li .feature-card {
		height: 247px;
	}
	.purpose-built-home-heading.wp-block-heading {
		font-size: 1.5rem;
		padding: 0;
	}
}
