/*
Theme Name: Freighter Child Theme
Template: freighter
*/
.woocommerce ul.products li.product .price .ywctm-custom-button-container {
    display: inline-block;
}
.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li label input[type="checkbox"]{
	display: none;
}
.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li label:before {
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%230A1937%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.114-0.011c-6.559%200-12.114%205.587-12.114%2012.204%200%206.93%206.439%2014.017%2010.77%2018.998%200.017%200.020%200.717%200.797%201.579%200.797h0.076c0.863%200%201.558-0.777%201.575-0.797%204.064-4.672%2010-12.377%2010-18.998%200-6.618-4.333-12.204-11.886-12.204zM16.515%2029.849c-0.035%200.035-0.086%200.074-0.131%200.107-0.046-0.032-0.096-0.072-0.133-0.107l-0.523-0.602c-4.106-4.71-9.729-11.161-9.729-17.055%200-5.532%204.632-10.205%2010.114-10.205%206.829%200%209.886%205.125%209.886%2010.205%200%204.474-3.192%2010.416-9.485%2017.657zM16.035%206.044c-3.313%200-6%202.686-6%206s2.687%206%206%206%206-2.687%206-6-2.686-6-6-6zM16.035%2016.044c-2.206%200-4.046-1.838-4.046-4.044s1.794-4%204-4c2.207%200%204%201.794%204%204%200.001%202.206-1.747%204.044-3.954%204.044z%22%2F%3E%3C%2Fsvg%3E);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li label:hover:before {
	background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.114-0.011c-6.559%200-12.114%205.587-12.114%2012.204%200%206.93%206.439%2014.017%2010.77%2018.998%200.017%200.020%200.717%200.797%201.579%200.797h0.076c0.863%200%201.558-0.777%201.575-0.797%204.064-4.672%2010-12.377%2010-18.998%200-6.618-4.333-12.204-11.886-12.204zM16.515%2029.849c-0.035%200.035-0.086%200.074-0.131%200.107-0.046-0.032-0.096-0.072-0.133-0.107l-0.523-0.602c-4.106-4.71-9.729-11.161-9.729-17.055%200-5.532%204.632-10.205%2010.114-10.205%206.829%200%209.886%205.125%209.886%2010.205%200%204.474-3.192%2010.416-9.485%2017.657zM16.035%206.044c-3.313%200-6%202.686-6%206s2.687%206%206%206%206-2.687%206-6-2.686-6-6-6zM16.035%2016.044c-2.206%200-4.046-1.838-4.046-4.044s1.794-4%204-4c2.207%200%204%201.794%204%204%200.001%202.206-1.747%204.044-3.954%204.044z%22%2F%3E%3C%2Fsvg%3E);
}
#ajax-content-wrap .container-wrap {
    background-color: #fff;
}

.single-post #breadcrumbs.yoast {
    display: none;
}

.single-post nav.woocommerce-breadcrumb span {
    font-size: 14px !important;
	    color: var(--navy) !important;
    
}
.single-post nav.woocommerce-breadcrumb a span {
    color: var(--midnight) !important;
}
.single-post .woocommerce-breadcrumb [class*=fa-] {
	    color: var(--midnight) !important;

}
.single-post nav.woocommerce-breadcrumb {
    margin-top: 20px;
}


.main-content .all-trailers-content {
    margin-bottom: 100px;
}

.all-trailers-content .trailers-first-content {
    background-color: #0a1937;
    display: flex;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
}

.all-trailers-content .trailers-first-content:before,
.all-trailers-content .trailers-first-content:after {
    content: '';
    background-color: #0a1937;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    left: -100%;
}

.all-trailers-content .trailers-first-content:after {
    left: auto;
    right: -100%;
}

.all-trailers-content .trailers-first-content .trailers-content {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1440px;
    min-height: 340px;
}

.all-trailers-content .trailers-first-content .trailers-cat-content {
    padding: 30px 0 100px;
    width: 65%;
}

.all-trailers-content .trailers-first-content .trailers-cat-content .woocommerce-breadcrumb {
    color: #fff;
    margin: 0;
}

.all-trailers-content .trailers-first-content .trailers-cat-content .woocommerce-breadcrumb a {
    text-decoration: underline;
}

.all-trailers-content .trailers-first-content .trailers-cat-content .woocommerce-breadcrumb a,
.all-trailers-content .trailers-first-content .trailers-cat-content .woocommerce-breadcrumb i {
    color: #fff;
}

.all-trailers-content .trailers-first-content .trailers-cat-content .woocommerce-breadcrumb span {
    font-size: 14px;
}

.all-trailers-content .trailers-first-content .trailers-cat-content h1.page-title {
    color: #fff;
    margin-top: 30px;
}

.all-trailers-content .trailers-first-content .trailers-cat-content p {
    color: #fff;
    padding: 0;
}

.all-trailers-content .trailers-first-content .trailers-thumbnail-image {
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
}

.all-trailers-content .trailers-first-content .trailers-thumbnail-image:before {
    content: '';
    background-image: url(https://www.freighter.com.au/wp-content/uploads/2024/08/freighter-triangle-4.png);
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
    background-size: contain;
    height: 100%;
    width: 150px;
    background-repeat: no-repeat;
    background-position: top left;
}

.all-trailers-content .trailers-first-content .trailers-thumbnail-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.all-trailers-content .trailers-second-content {
  padding: 50px 0 0 0;
}

.all-trailers-content .trailers-second-content h1 {
    color: #24295e;
    margin-bottom: 30px !important;
    font-size: 50px;
}

.all-trailers-content .trailers-second-content p {
    padding-bottom: 20px;
    margin: 0 !important;
    max-width: 960px;
    font-size: 16px;
}

.all-trailers-content .trailers-second-content p:last-child {
    padding-bottom: 0 !important;
}

.product-add-to-cart {
  display: none;
}

#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 {
    width: 100% !important;
    gap: 20px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
}

#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4:before,
#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4:after {
    display: none;
}

#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 li.product.type-product {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
}

#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 li.product.type-product a.button.product_type_variable,
.woocommerce ul.products li.product .button{
    background-color: #0a1937 !important;
    font-size: 16px;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 0;
}

#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 li.product.type-product a.button.product_type_variable:hover,
.woocommerce ul.products li.product .button:hover{
    background-color: #fa9522 !important;
}

#ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 li.product.type-product h2 {
    font-weight: 700;
    color: #24295e;
    font-size: 20px;
    margin: 10px 0 20px !important;
}

/* <================== product single page ========================> */
.single-product-content {
	background-color:#0a1937;
	position:relative;
}
.single-product-content .product-content {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1440px;
    min-height: 340px;
}
.single-product-content .product-content .single-product-title {
    padding: 30px 0 100px;
    width: 65%;
}
.single-product-content .product-content .single-product-title .woocommerce-breadcrumb {
    color: #fff;
    margin: 0;
}
.single-product-content .product-content .single-product-title .woocommerce-breadcrumb a, 
.single-product-content .product-content .single-product-title .woocommerce-breadcrumb i {
    color: #fff;
}
.single-product-content .product-content .single-product-title .woocommerce-breadcrumb span {
    font-size: 14px;
}
.single-product-content .product-content .single-product-title h1.page-title {
    color: #fff;
    margin-top: 30px;
}
.single-product-content .product-content .single-product-title p{
	    color: #fff;
    padding: 0;
}
.single-product-content .product-content .single-product-feature-image {
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
}
.single-product-content .product-content .single-product-feature-image:before {
    content: '';
    background-image: url(https://www.freighter.com.au/wp-content/uploads/2024/08/freighter-triangle-4.png);
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
    background-size: contain;
    height: 100%;
    width: 150px;
    background-repeat: no-repeat;
    background-position: top left;
}
.single-product-content .product-content .single-product-feature-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nectar-prod-wrap .force-contained-rows {
    margin: 0 !important;
	padding-bottom: 40px;
}
.nectar-prod-wrap .force-contained-rows div.product_title.entry-title {
    font-size: 40px;
    color: #0a1937;
    line-height: 44px;
	    font-weight: 600;
    margin-bottom: 0 !important;
}

.nectar-prod-wrap .force-contained-rows .single-page-btn {
    display: flex;
    gap: 15px;
    margin: 30px 0 25px;
	flex-wrap:wrap;
}

.nectar-prod-wrap .force-contained-rows .single-page-btn .product-brochure-btn a {
    background: #0a1937;
    color: #fff;
    border: 2px solid #0a1937;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn .product-brochure-btn a:after {
    content: '\f019';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-left: 10px;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn button {
    padding: 0;
    border: 0;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn button a {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 18px;
    display: block;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn .contact-specialist-btn a {
    border: 2px solid #0a1937;
    background-color: #fff;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn .request-quote-btn a {
    border: 2px solid #f0f0f0;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn button a:hover {
    background-color: #fa9522;
    border: 2px solid #fa9522;
    color: #fff;
}
.nectar-prod-wrap .force-contained-rows .woocommerce-product-description p {
    font-size: 16px;
    color: #4c4f59;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.nectar-prod-wrap .force-contained-rows .woocommerce-product-description p:last-child {
    margin-bottom: 0 !important;
}
.woocommerce-tabs .full-width-content .tab-container {
    padding: 0;
	max-width:100%;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab h3 {
    font-size: 18px;
    color: #4c4f59;
    line-height: 26px;
}
.woocommerce-tabs .full-width-content .tab-container  ul.tabs {
    margin: 20px 0 !important;
}
.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a {
    font-weight: 600;
    color: #4c4f59;
	margin: 4px 10px !important;
}
.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li.active a {
    color: #0a1937;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 0 !important;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab h2 {
    font-size: 40px;
    color: #0a1937;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab p {
    padding-bottom: 0;
    margin-bottom: 15px !important;
    font-size: 15px;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab ul {
    margin-bottom: 20px;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab ul li {
    font-size: 14px;
    line-height: 22px;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab ul li strong {
    font-weight: 400;
}
.wc-single-product .sigle-youtube-video {
    margin: 10% auto 10% auto;
    width: 800px;
    position: relative;
}
.wc-single-product .sigle-youtube-video:before {
    content: '';
    position: absolute;
    top: -20%;
    right: -11%;
    width: 60%;
    height: 90%;
    background: #4164a9;
    z-index: -1;
    transform: skew(-14deg, 0deg);
}
.wc-single-product .sigle-youtube-video iframe{
    aspect-ratio: 16 / 9;
    height: inherit !important;
}
.wc-single-product .testimonials_main_content {
    background: #ececec;
    position: relative;
    padding-top: 100px;
	padding-bottom:60px;
}
.wc-single-product .testimonials_main_content:before,
.wc-single-product .testimonials_main_content:after {
    content: '';
    background-color: #ececec;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    left: -100%;
}

.wc-single-product .testimonials_main_content:after{
    left: auto;
    right: -100%;
}
.wc-single-product .nectar-global-section.before-footer {
    padding: 0 !important;
}
.wc-single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .single-options-tab p {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
	margin-bottom: 30px !important;
}
.wc-single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .single-options-tab a.option-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 18px;
    background: #0a1937;
    color: #fff;
    border: 2px solid #0a1937;
    display: inline-block;
    text-decoration: none;
}
.wc-single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .single-options-tab a.option-btn svg {
    width: 8px;
    margin-left: 10px;
    vertical-align: middle;
}
.wc-single-product .wc-tabs-wrapper .woocommerce-Tabs-panel .single-options-tab a.option-btn:hover {
    background: #fa9522;
    color: #fff;
    border: 2px solid #fa9522;
}
.nectar-prod-wrap .force-contained-rows .single-page-btn .product-brochure-btn a:after {
    content: '\f019';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-left: 10px;
}
.wc-single-product .wc-tabs-wrapper .single-features-tab ul li {
    margin-bottom: 20px;
}
.nectar-prod-wrap .force-contained-rows ul {
       margin: 0 0 20px;
}
.nectar-prod-wrap .force-contained-rows ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 20px;
	font-size: 14px;	
}

.nectar-prod-wrap .force-contained-rows ul li a.active {
    border: 1px solid #0a1937;
    border-radius: 20px;
    padding: 3px 10px;
    font-weight: 700;
	
}

.wc-single-product .force-contained-rows h4.trailer-type{
	line-height:20px;
	color: #4c4f59;
    font-size: 18px;
    font-weight: 600;
}
/* .single-product-main-image .woocommerce-product-gallery{
	display: flex;
}
.single-product-main-image .product-thumbs {
    width: 20%;
    display: inline-block;
}
.single-product-main-image .product-slider {
    width: 80%;
    display: inline-block;
	order:3;
}
.single-product-main-image .product-thumbs .flickity-slider{
	transform: translateX(0%) !important;
}
.single-product-main-image .product-thumbs .flickity-slider .slide.thumb {
    width: 100%;
    transform: translateY(0%) !important;
    position: relative !important;
} */
.single-product-main-image .woocommerce-product-gallery button.flickity-button {
    display: none;
}
.wc-custom-search-bar{
    display: flex;
    justify-content: space-between;
	align-items:center;
    position: relative;
    margin: 20px 0;
}
.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item,
.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-ul,
.wc-custom-search-bar .wc-custom-search-item{
	display: flex;
    align-items: center;
    gap: 15px;
}
.all-trailers-content .wc-custom-search-bar .wc-custom-search-count p.woocommerce-result-count{
    position: inherit;
    font-weight: 600;
    margin: 0 !important;
}
.wpb_wrapper .wc-custom-search-bar{
	    margin-bottom: 20px !important;
}
.wpb_wrapper .wc-custom-search-bar .wc-custom-search-count{
	    position: inherit;
    font-weight: 600;
    margin: 0 !important;
}

.all-trailers-content .wc-custom-search-bar .wc-custom-search-ul .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.wc-custom-search-bar .wc-custom-search-ul .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.all-trailers-content .wc-custom-search-bar .wc-custom-search-ul .select2-container--default .select2-selection--single .select2-selection__arrow b,
.wc-custom-search-bar .wc-custom-search-ul .select2-container--default .select2-selection--single .select2-selection__arrow b{
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 0;
    margin-top: -7px;
    margin-left: -18px;
    color: rgb(36 41 94);
}
.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item{
	width:65%;
}
.wpb_wrapper .wpb_wrapper .wc-custom-search-bar .wc-custom-search-item-content{
	width:65%;
}
.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-ul,
.wc-custom-search-bar .wc-custom-search-item .wc-custom-search-ul{
    margin: 0;
	width:100%;
}
.main-content .all-trailers-content span.select2.select2-container span.select2-selection,
.wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter select{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter select{
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    color: #444444;
    appearance: none;
    background-image: url(https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 9%;
}
.wpb_wrapper .wc-custom-search-bar .wc-custom-search-item {
    white-space: nowrap;
}
.wpb_wrapper .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter {
    width: 33.33%;
}
.main-content .all-trailers-content span.select2.select2-container span.select2-selection .select2-selection__placeholder {
    color: #0a1937;
    font-size: 16px;
}

.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-ul .widget.woocommerce {
    width: 33.33%;
}
.main-content .all-trailers-content .select2-selection--single .select2-selection__arrow{
	 height: 50px;
}
.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-label {
    font-weight: 600;
	flex-shrink:0;
}
.main-content .all-trailers-content .select2-selection--single span.select2-selection .select2-selection__placeholder{
	    color: #0a1937;
    font-size: 16px;
}
.single-specifications-tab, .single-features-tab, .single-options-tab {
  max-width: 800px;
  margin: 0 auto;
}
.specification-content {
    display: flex;
	flex-wrap:wrap;
    gap: 20px;
	margin-bottom:30px;
}
.specification-content .specification-info {
    background: #0a1937;
    padding: 20px 25px;
    text-align: center;
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.specification-content .specification-info img {
    margin-bottom: 30px;
}
.specification-content .specification-info p.title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 !important;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab p.discription {
    font-size: 14px;
    color: #fff;
    margin: 0 !important;
    padding-top: 10px;
}
body.single-post #page-header-bg .col.span_6 {
    top: 0;
    transform: none;
}

body.single-post #page-header-bg .col.span_6 .inner-wrap h1.entry-title {
    margin: 25px 0;
}

#wpsl-result-list{
	margin-top:7px;
}
#wpsl-result-list #wpsl-stores::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #eceef0;
}

#wpsl-result-list #wpsl-stores::-webkit-scrollbar
{
	width: 6px;
	background-color: #eceef0;
	border-radius: 10px;
}

#wpsl-result-list #wpsl-stores::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color:  #adb3be;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p.wpsl-contact-details strong {
    display: none;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p.wpsl-contact-details span{
    font-size: 0 !important;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    padding: 0;
    border-bottom: 1px solid #c5cad2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li:first-child{
	padding-top:20px;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
    margin-left: 0;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul {
    padding: 10px 30px;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions {
    margin: 0 !important;
    color: #4567ab !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border: 0 !important;
    text-decoration: underline;
    padding: 0;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p.wpsl-contact-details:before{
margin-right:7px;
}
	#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p {
    width: 100%;
}
#wpsl-wrap{
	border: 1px solid #d8dce1;
}
.wpsl-search {
	border-bottom: 1px solid #ccd0d6;
}

.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter {
    margin: 0;
    float: inherit;
    position: relative;
    padding-left: 170px;
}
.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter:before {
    content: 'Filter locations by';
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px !important;
    font-family: "myriad-pro", sans-serif ! Important;
    font-weight: 600 !important;
    color: var(--midnight) !important;
}

.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter  li {
    width: auto !important;
    display: inline-flex;
}
.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li label {
    color: #0A1937 !important;
    background-color: transparent;
	border:2px solid #0A1937;
	cursor:pointer;
	font-weight: 700 !important;
}
.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li label:hover{
	    color: #fff !important;
    background-color: #0A1937;
	border:2px solid #0A1937;
}
.wpsl-search #wpsl-search-wrap form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
	row-gap:25px;
}
.wpsl-search #wpsl-search-wrap form .wpsl-input {
    display: inline-flex;
    order: 2;
    width: calc(100% - 120px) !important;
    margin: 0 10px 0 0;
    align-items: center;
	gap:10px;
}
.wpsl-search #wpsl-search-wrap form .wpsl-input select#wpsl-search-input-select {
    height: 100% !important;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
	color: #a5a5a5;
}
.wpsl-search #wpsl-search-wrap form .wpsl-input input#wpsl-search-postcode,
.wpsl-search #wpsl-search-wrap form .wpsl-input input#wpsl-search-postcode::placeholder{
	color: #a5a5a5;
}
.wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap{
    order: 3;
    display: inline-flex;
    width: 100%;
    max-width: 100px;
	position:relative;
}
.wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap input{
padding-right: 40px !important;
    color: #0d1a36 !important;
    font-weight: 600;
}
.wpsl-search #wpsl-search-wrap form .wpsl-input input#wpsl-search-input {
    height: 100%;
}

.content-inner .custom-map-main {
    display: flex;
	border: 1px solid #d7dae0;
}
.wpb_row.vc_row-fluid.med-padd {
    padding-top: 50px !important;
}
.content-inner .custom-map-main .custom-map-left {
    width: 33.5%;
}

.content-inner .custom-map-main .custom-map-right {
    float: right;
    width: 66.5%;
    height:600px;
    margin-bottom: 0;
}
.content-inner .custom-map-main .custom-map-right #wpsl-base-gmap_1 {
    height: 600px;
}
.content-inner .custom-map-main .custom-map-left .custom_results {
    background: #ececec;
    padding: 20px;
}

.content-inner .custom-map-main .custom-map-left .custom_results a {
    font-weight: 700;
    font-size: 17px;
    color: #24295e;
    position: relative;
}
.content-inner .custom-map-main .custom-map-left .custom_results a:before {
    content: '\f053';
    height: 20px;
    width: 14px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
    font-family: 'FontAwesome';
    font-size: 14px;
}

.content-inner .custom-map-main .custom-map-left .custom_content {
    padding: 0 30px;
    height: 500px;
    overflow-y: auto;
	    margin-right: .5%;
	margin-top:2%;
}
.content-inner .custom-map-main .custom-map-left .custom_content::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #eceef0;
}
.content-inner .custom-map-main .custom-map-left .custom_content::-webkit-scrollbar
{
	width: 6px;
	background-color: #eceef0;
	border-radius: 10px;
}

.content-inner .custom-map-main .custom-map-left .custom_content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color:  #adb3be;
}
.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-locations-details,
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom,
.content-inner .custom-map-main .custom-map-left .custom_content .custom-map-description{
    border-bottom: 1px solid #c5cad2;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
}
.content-inner .custom-map-left .custom_content .wpsl-locations-details>span {
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    color: #0a1937;
    margin-bottom: 5px !important;
}
.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-location-address {
    margin-bottom: 5px;
    margin-left: 30px;
}
.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-contact-details{
	    font-size: 0 !important;
}
.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-location-address span,
.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-contact-details a{
    font-size: 16px !important;
    color: gray;
}
.content-inner .custom-map-left .custom_content .wpsl-locations-details>span:before {
    content: '';
    background-image: url(https://www.freighter.com.au/wp-content/uploads/2024/08/marker-location3.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.content-inner .custom-map-left .custom_content .wpsl-contact-details {
    margin-bottom: 0;
}

.content-inner .custom-map-left .custom_content .wpsl-contact-details:before {
    content: '';
    background-image: url(https://www.freighter.com.au/wp-content/uploads/2024/08/Phone-marker.png);
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.content-inner .custom-map-left .custom_content .wpsl-contact-details>span {
    position: relative;
}

.content-inner .custom-map-left .custom_content .wpsl-contact-details>span:before {
    content: '';
    background-image: url(https://www.freighter.com.au/wp-content/uploads/2024/08/Phone-marker.png);
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;
}
.custom-map-main .custom-map-left .wpsl-location-directions-main,
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
	margin-top:15px;
	margin-left:0;
}
.wpsl-location-directions-main .wpsl-location-directions-content .wpsl-location-detils,
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-direction-content{
    border: 2px solid var(--midnight) !important;
    padding: 5px 15px;
    font-size: 14px !important;
    font-family: "poppins", sans-serif ! Important;
    font-weight: 600 !important;
    color: var(--midnight) !important;
    margin: 0;
}
.wpsl-location-directions-main .wpsl-location-directions-content .wpsl-location-detils:hover,
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-direction-content:hover{
	background-color:var(--midnight) !important;
	border: 2px solid var(--midnight) !important;
	color:#fff!important;
}

.wpsl-location-directions-main .wpsl-location-directions p {
    margin: 0 !important;
    color: #4567ab;
    font-weight: 700;
    font-size: 14px;
}
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours {
    margin: 0;
}
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom label {
    font-size: 18px;
    display: inline-block;
    color: #0a1937;
    margin-bottom: 10px;
}
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours tr td {
    font-size: 16px;
    color: gray;
}
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours tr:nth-child(2n+1){
	background-color:#fff;
}
#wpsl-base-gmap_1 * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}
.content-inner .custom-map-main .custom-map-right #wpsl-base-gmap_1 img {
    margin-top: 0! Important;
}
.content-inner .custom-map-main .custom-map-left .custom_content .custom-map-description {
    font-size: 16px;
    color: gray;
}
.wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap:before {
    content: '\f002';
    position: absolute;
    right: 2px;
    top: 13px;
    display: block;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #0d1a36;
}

/* <================== start slider css ========================> */
.wc_history_slider {
    margin: 80px 0 0;
}
.custom-element-main-slider {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.repeater-item {
    display: flex;
	justify-content: space-between;
	width:100%;
}
.repeater-item .repeater-image-field {
    width: 100%;
    max-width: 550px;
    position: relative;
}
.repeater-item .repeater-image-field:before {
    content: '';
    display: block;
    padding-top: 80%;
}
.repeater-item .repeater-image-field:after {
    content: '';
	background: url('https://www.freighter.com.au/wp-content/uploads/2024/10/freighter-triangle-white-3.png');
	position: absolute;
	right: -1px;
	top: 0px;
	z-index: 99999;
	background-size: 100% 100%;
	height: 100%;
	width: 150px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.repeater-item .repeater-image-field img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.repeater-item .repeater-main-right {
    width: 100%;
    max-width: 700px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.repeater-text-field {
    font-family: Nunito Sans;
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #215c40 !important;
    margin-bottom: 20px;
}
.repeater-item .repeater-content-field {
    font-size: 30px;
    line-height: 35px;
    color: #232a5e;
}
.row .col p:last-child {
    padding-bottom: 0;
}
.custom-element .errow-slider {
    display: flex;
    justify-content: end;
    gap: 10px;
    position: relative;
    bottom: -40px;
}
.custom-element .swiper-button-next, 
.custom-element .swiper-button-prev {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #0a1937;
    color: #fff;
    position: unset;
	    border-radius: 0;
}
.custom-element .swiper-button-next svg, 
.custom-element .swiper-button-prev svg {
	color:#fff;
	width:14px;
}
.custom-element .swiper-button-next::after, 
.custom-element .swiper-button-prev::after {
	content: '';
    font-size: 14px;
}
.custom-element .text-field {
    font-family: 'myriad-pro';
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 44px;
    font-weight: 600;
    color: #232a5e;
    margin-bottom: 50px;
    max-width: 1440px;
}
.mySwiper-sub-year {
	margin-top: 30px;
	margin-bottom: 90px;
}

.mySwiper-sub-year .swiper-slide {
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 28px;
    cursor: pointer;
    padding-bottom: 7px;
    border-bottom: 5px solid #ececec;
    text-align: center;
    transition: all .3s;
    color: #232a5e;
}
.mySwiper-sub-year .swiper-slide.swiper-slide-active {
    font-weight: 700;
    border-bottom-color: #fa9522;
}


.testimonials-main .single-product-content {
    background: #ECECEC;
}
.testimonials-main .single-product-content .product-content .single-product-feature-image:before {
    background-image: url(/wp-content/uploads/2024/08/freighter-triangle-grey.png);
    
}
.testimonials-main .single-product-content .product-content .single-product-title .woocommerce-breadcrumb,
.testimonials-main .single-product-content .product-content .single-product-title .woocommerce-breadcrumb a,
.testimonials-main .single-product-content .product-content .single-product-title .woocommerce-breadcrumb i,
.testimonials-main .single-product-content .product-content .single-product-title h1.page-title {
	color: var(--midnight) !important;
}
.testimonials-main-container .post-area {
    margin: 0 auto;
    max-width: 700px;
}
.flickity.product-slider .flickity-slider .slide.is-selected img.zoomImg {
    display: none !important;
}

/* <================== End slider css ========================> */


@media only screen and (max-width: 1350px) {
.wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter select{
	font-size:14px;
}
}
@media only screen and (max-width: 1250px) {
.wpb_wrapper .wpb_wrapper .wc-custom-search-bar .wc-custom-search-item-content {
    width: 85%;
}
}
@media only screen and (max-width: 1199px) {
	#page-header-bg h1, body h1, body .row .col.section-title h1{
		    font-size: 54px;
    line-height: 58px;
	}
	.content-inner .custom-map-main .custom-map-left .custom_content {
    padding: 0 20px;
	}
	.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-locations-details,
	.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom,
	.content-inner .custom-map-main .custom-map-left .custom_content .custom-map-description{
    padding-bottom: 10px;
    padding-top: 20px;
}
	.content-inner .custom-map-main .custom-map-left .custom_content .wpsl-location-address span, .content-inner .custom-map-main .custom-map-left .custom_content .wpsl-contact-details a {
    font-size: 14px !important;
    color: gray;
    line-height: 18px;
}
	.content-inner .custom-map-main .custom-map-left .custom_results {
    padding: 16px;
}
	.content-inner .custom-map-main .custom-map-left .custom_results a{
		font-size:16px;
	}
	.content-inner .custom-map-left .custom_content .wpsl-locations-details>span,
	.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom label{
		font-size: 16px;
	}
	#wpsl-wrap #wpsl-result-list #wpsl-stores ul {
    padding: 0px 15px;
}
		#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p a{
		 font-size:16px;
	}
		.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours tr td,
	.content-inner .custom-map-main .custom-map-left .custom_content .custom-map-description{
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
		#page-header-bg h1, body h1, body .row .col.section-title h1{
		    font-size: 43px;
    line-height: 50px;
	}
	.all-trailers-content .trailers-second-content h1 {
    margin-bottom: 20px !important;
    font-size: 40px;
}
    .all-trailers-content .trailers-first-content .trailers-content,
	.single-product-content .product-content{
        flex-direction: column-reverse;
        padding: 0;
        min-height: auto;
    }

    .all-trailers-content .trailers-first-content .trailers-thumbnail-image:before,
	.single-product-content .product-content .single-product-feature-image:before{
        display: none;
    }

    .all-trailers-content .trailers-first-content .trailers-thumbnail-image,
	.single-product-content .product-content .single-product-feature-image{
        position: relative;
        width: 100%;
    }

    .all-trailers-content .trailers-first-content .trailers-cat-content,
	.single-product-content .product-content .single-product-title{
        padding: 30px 20px 60px;
        width: 100%;
    }

    #ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 li.product.type-product h2 {
        font-size: 18px;
        margin: 10px 0 !important;
    }

    .main-content .all-trailers-content {
        margin-bottom: 50px;
    }
	 .all-trailers-content .trailers-second-content {
        padding: 30px 0;
    }
	.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab h2 {
    font-size: 30px;
    margin-bottom: 20px !important;
}
	.nectar-prod-wrap .force-contained-rows .woocommerce-product-description p {
    font-size: 14px;
	}
	.wc-single-product .testimonials_main_content{
		    padding-top: 60px;
	}
		.wc-single-product .sigle-youtube-video {
    margin: 14% 0 50px;
    width: 85%;
}
	.nectar-prod-wrap .force-contained-rows div.product_title.entry-title {
    font-size: 34px;
    line-height: 35px;
	}
	.wc-single-product .wc-tabs-wrapper .single-features-tab ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
	.wc-single-product .wc-tabs-wrapper .single-features-tab ul{
	max-width:100%;
}
	.specification-content{
		    gap: 10px;
	}
	.specification-content .specification-info {
    padding: 15px 10px;
}
	.specification-content .specification-info img {
    margin-bottom: 20px;
    max-width: 50px;
}
	body.single.single-post #page-header-bg,
	body.single.single-post #page-header-bg[data-post-hs="default"]{
		height:auto !important;
		        padding-top: 0;
		padding-bottom: 20px;
	}
	body.single.single-post #page-header-bg .page-header-bg-image-wrap{
	position:relative;
}
	body.single.single-post .page-header-bg-image{
		    position: relative;
		    min-height: 390px;
		    background-position: top center !important;
	}
	body.single-post #page-header-bg .col.span_6 .inner-wrap h1.entry-title {
    margin: 18px 0 !important;
}
	.wpb_wrapper .wc-custom-search-bar .wc-custom-search-count{
		display:none;
	}
	.wpb_wrapper .wpb_wrapper .wc-custom-search-bar .wc-custom-search-item-content{
		width:100% !important;
	}
	.wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter select{
		font-size:14px;
	}
	.wpb_wrapper .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-label {
    font-size: 14px;
}
	#wpsl-search-wrap .wpsl-input label {
    font-size: 16px !important;
}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter:before {
    left: 60px;
    transform: translateX(-50%) translateY(-50%);
		font-size: 16px !important;
	}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter {
    padding-left: 140px;
}
	.wpsl-search #wpsl-checkbox-filter label {
		font-size: 14px !important;
	}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li {
    margin-bottom: 10px;
}
	.content-inner .custom-map-main {
    flex-direction: column;
}
	.content-inner .custom-map-main .custom-map-left {
    width: 100%;
	order:2;
}
	.content-inner .custom-map-main .custom-map-right,
	#wpsl-wrap #wpsl-result-list,
	#wpsl-wrap #wpsl-gmap{
    width: 100%;
}
#wpsl-wrap #wpsl-gmap{
	float:inherit;
}
		.content-inner .custom-map-main .custom-map-left .custom_content {
    height: auto;
    max-height: 500px;
}
		.section-title.blog-title h1.entry-title {
    margin: 0 !important;
    font-size: 35px !important;
    line-height: 35px !important;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
	#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location span {
    margin-left: 0 !important;
}
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours tr td {
        width: 50%;
    }
.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours tr td:nth-child(2) {
    text-align: right;
}
	.repeater-item .repeater-content-field {
    font-size: 25px;
    line-height: 30px;
	}
	.mySwiper-sub-year .swiper-slide {
    font-size: 18px;
		line-height: 25px;
	}
}


@media only screen and (max-width: 767px) {
    .all-trailers-content .trailers-first-content .trailers-cat-content p,
	.single-product-content .product-content .single-product-title p{
        font-size: 14px;
    }

    .all-trailers-content .trailers-first-content .trailers-cat-content,
	.single-product-content .product-content .single-product-title{
        padding: 25px 20px;
    }

    .all-trailers-content .trailers-first-content .trailers-cat-content h1.page-title,
	.single-product-content .product-content .single-product-title h1.page-title{
        margin-top: 15px;
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px !important;
    }

    #ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }

    .all-trailers-content .trailers-second-content h1 {
        font-size: 33px;
        line-height: 35px;
    }

    #ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 li.product.type-product a.button.product_type_variable,
    .all-trailers-content .trailers-second-content p {
        font-size: 14px;
    }

.wc-single-product .sigle-youtube-video iframe{
		width:100% !important;
	}
	.wc-single-product .testimonials_main_content{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.wc-single-product .woocommerce-tabs.wc-tabs-wrapper{
		margin-top:20px;
	}
	.woocommerce-tabs .full-width-content .tab-container .tabs.wc-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.woocommerce-tabs .full-width-content .tab-container .tabs.wc-tabs li {
    width: auto;
}
	.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab h3 {
    font-size: 16px;
	}
	.wc-single-product .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 0;
    }
	.wc-tabs-wrapper .woocommerce-Tabs-panel .single-options-tab ul {
    margin-bottom: 0;
}
	.specification-content .specification-info p.title{
		    font-size: 14px;
	}
	.wc-tabs-wrapper .woocommerce-Tabs-panel .single-page-tab p.discription {
    font-size: 12px;
    padding-top: 5px;
}
	body.single-post #page-header-bg .col.span_6 .inner-wrap h1.entry-title{
		        font-size: 35px;
        line-height: 40px;
	}
	.single-post nav.woocommerce-breadcrumb {
    margin-top: 12px;
}
	.single-post nav.woocommerce-breadcrumb>span {
    padding-left: 0 !important;
}
	.wpb_wrapper .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter{
		width: 100%;
	}
	
	    .wpb_wrapper .wc-custom-search-bar .wc-custom-search-item {
        flex-direction: column;
        gap: 10px;
    }
	.wpb_wrapper .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-label {
        text-align: left;
        width: 100%;
    }

	.wc-custom-search-bar .wc-custom-search-item .wc-custom-search-filter select {
    background-position: 98% center;
    background-size: 4%;
}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li{
		        display: grid;
        width: 100% !important;
	}
	.content-inner .custom-map-main .custom-map-right #wpsl-base-gmap_1,
	.content-inner .custom-map-main .custom-map-right{
		    height: 400px;
	}
	.section-title.blog-title h1.entry-title {
    font-size: 30px !important;
    line-height: 30px !important;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p a {
        font-size: 14px !important;
    }
	#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location span {
    font-size: 14px !important;
}
.repeater-item {
        padding: 0;
        flex-direction: column;
    }
	.repeater-item .repeater-main-right{
        margin-top: 30px;
        padding: 0;
	}
	.mySwiper-sub-year .swiper-slide {
        font-size: 14px;
        line-height: 18px;
    }
.repeater-item .repeater-image-field {
	max-width: 100%;
	}
	.custom-element .errow-slider {
    bottom: 20px;
}
	.wc_history_slider {
    margin: 0;
}
	.custom-element .text-field {
    font-size: 35px;
    line-height: 30px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {

.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item {
    width: 100%;
    display: block;
}
	.all-trailers-content .wc-custom-search-bar{
		 width: 100%;
	}
	.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-ul{
		display:block;
	}
	.main-content .all-trailers-content .wc-custom-search-bar .wc-custom-search-item .wc-custom-search-ul .widget.woocommerce {
    width: 100%;
    margin-top: 10px;
}
	    .specification-content .specification-info {
        padding: 20px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    #ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
	    .wc-single-product .sigle-youtube-video {
        margin: 14% 0 30px;
	}
	.woocommerce-tabs .full-width-content .tab-container ul.tabs {
    margin:20px 0 !important;
}
	.nectar-prod-wrap .force-contained-rows div.product_title.entry-title {
        font-size: 27px;
        line-height: 25px;
    }
	    body.single.single-post .page-header-bg-image {
			min-height: 300px;
	}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter {
        padding-left: 0;
        padding-top: 30px;
    }
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter:before{
		top:0;
	}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li{
		width:100% !important;
	}
	.wpsl-search {
		padding: 20px !important;
	}
	.wpsl-search #wpsl-search-wrap ul#wpsl-checkbox-filter li label {
        width: 100% !important;
        margin: 0;
}
	.wpsl-search #wpsl-search-wrap form .wpsl-input{
		width:100% !important;
		    margin: 0;
		        flex-direction: column;
        align-items: flex-start;
	}
	.wpsl-search #wpsl-search-wrap form{
		 row-gap: 10px;
	}
	.repeater-item .repeater-content-field {
        font-size: 18px;
        line-height: 25px;
	}
		.mySwiper-sub-year {
    margin-top: 10px;
    margin-bottom: 30px;
}
	.custom-element .swiper-button-next::after, .custom-element .swiper-button-prev::after {
    font-size: 10px;
}
	.custom-element .swiper-button-next, .custom-element .swiper-button-prev {
    width: 30px;
		height: 30px;
	}
}
@media only screen and (max-width: 420px) {
	.woocommerce-tabs .full-width-content .tab-container .tabs.wc-tabs{
		flex-direction:column;
		gap: 10px;
	}
	.woocommerce-tabs .full-width-content .tab-container .tabs.wc-tabs li{
		    width: 100%;
	}
	body.woocommerce .wc-single-product div.product .woocommerce-tabs .full-width-content .tab-container .tabs.wc-tabs li a {
        border-bottom: 1px solid #dddddd;
        width: 100%;
        margin: 0 !important;
        font-size: 14px !important;
        padding: 0 0 10px !important;
}
	.nectar-prod-wrap .force-contained-rows .single-page-btn button{
		width: 100%;
	}
}
@media only screen and (max-width: 370px) {
    #ajax-content-wrap .container-wrap .main-content .all-trailers-content ul.products.columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }
	body.single-post #page-header-bg .col.span_6 .inner-wrap h1.entry-title {
        font-size: 28px;
        line-height: 34px;
    }
	.content-inner .custom-map-main .custom-map-left .custom_content .custom-bottom table.wpsl-opening-hours tr td {
        font-size: 12px;
    }
}
