/*
Theme Name: MD Engineering Child Theme
Author: Blayney Partnership
Template: md-engineering
Version: 1.0
*/
/* GENERAL */
:root {
    /* VARIABLES */
    --bg-primary: #1a54aa;
    --bg-secondary: #32aa1b;
    --slider-para-width: clamp(35ch, 50vw, 75ch) !important;
    --background-contrast-boost: rgba(0, 0, 0, 0.51);
    --responsive-para: clamp(0.9rem, calc(0.9rem + 3vw), 1rem);
    --responsive-line-heading: clamp(2.05rem, 6vw, 5.29rem);
    --child-theme-white: #fff;
    --product-padding: clamp(75px, 7vw, 100px);
    --nectar-button-background: #f6f6f6;
}

a:hover {
    color: var(--bg-secondary) !important;
}

::selection {
    background: var(--bg-primary);
    color: var(--child-theme-white);
}

::-moz-selection {
    background: var(--bg-primary);
    color: var(--child-theme-white);
}

.nectar-button {
    transition: all 0.25s ease !important;
}

.wpb_text_column.wpb_content_element, .wpb_wrapper > div {
    margin-bottom: 15px;
}

.nectar-simple-slider .flickity-page-dots svg circle.time {
    stroke: #1954aa;
}

.nectar-button.large {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 22px;
}

.nectar-button:hover {
    color: var(--bg-secondary);
    background-color: var(--nectar-button-background);
}

i.icon-salient-cart:hover {
    color: var(--bg-secondary) !important;
}

.intro {
    max-width: 900px;
    margin: auto !important;
}

.row.page-header-no-bg {
    padding: 100px 0px 70px 0px !important;
    background: linear-gradient(0deg, #f8f8f8, white);
}

.mob-only {
    display: none !important;
}

/* SUBSCRIBE SECTION */
.before-footer div#field_1_1 {
}

/* END */
/* HEADER */
img.top-logo {
    height: 27px;
    margin-left: 50px;
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    right: auto;
}

#header-space {
    max-height: 122px;
}

#mobile-cart-link > i:nth-child(1):hover {
    color: var(--bg-secondary) !important;
}

.wp-block-search__button:hover {
    color: var(--bg-secondary) !important;
}

ul.buttons.sf-menu li#search-btn {
    display: none !important;
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open), body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
    transform: translateY(-130%) !important;
}

/* Icon Hover */
div#header-outer .col.span_9.col_last a.mobile-user-account:hover .icon-salient-m-user, #header-outer #top #mobile-cart-link:hover i {
    color: var(--bg-secondary);
}

#header-outer #top .slide-out-widget-area-toggle a:hover .lines:after, #header-outer #top .slide-out-widget-area-toggle a:hover .lines:before, #header-outer #top .slide-out-widget-area-toggle a:hover .lines-button:after {
    background-color: var(--bg-secondary);
}

.closed:hover {
    color: var(--bg-secondary) !important;
}

#header-outer[data-format="menu-left-aligned"] .row .col.span_3 {
    margin-right: 20px;
}

ul.buttons.sf-menu li {
    border-left: 1px solid;
    border-color: #1954aa1a !important;
}

ul.buttons.sf-menu li:last-child {
    border-right: 1px solid;
}

li#menu-item-17 {
    order: 1;
}

li#search-btn {
    order: 0;
}

li#nectar-user-account {
    order: 2;
}

li.nectar-woo-cart {
    order: 3;
}

li#nectar-user-account {
    order: 2;
}

header#top {
    margin-top: 0px !important;
    max-height: 82px;
}

div#header-outer {
    border-bottom: 3px solid var(--bg-primary) !important;
}

.right-aligned-menu-items nav {
    height: 80px;
}

.col.span_9.col_last nav {
    height: 80px;
}

#top a#logo {
    padding: 0;
    margin: 0px !important;
}

#top a#logo > img {
    top: 15px !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--child-theme-white);
    transition: all 0.45s ease !important;
}

#top a#logo:hover img {
    box-shadow: 0px 20px 40px hsl(0deg 0% 0% / 30%);
    transition: all 0.45s ease !important;
}

#header-outer a.cart-contents .cart-wrap span, #header-outer #mobile-cart-link.first-load .cart-wrap span {
    background-color: var(--bg-secondary) !important;
    font-family: "Rajdhani" !important;
    box-shadow: none !important;
    border-radius: 100000px !important;
    font-weight: 700 !important;
}

#header-outer .nectar-woo-cart .cart-menu-wrap .cart-wrap {
    opacity: 0;
}

#header-outer .nectar-woo-cart .cart-menu-wrap.has_products .cart-wrap {
    opacity: 1;
}

.buttons li > div {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > li {
    margin: 0 0px;
}

/* SECOND HEADER */
.secondary-header-md a {
    margin-left: 20px;
    float: right;
}

body.material #header-secondary-outer .nectar-center-text {
    max-width: 100% !important;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
}

div#header-secondary-outer li > a {
    font-size: 13px !important;
    line-height: 20px !important;
}

/* END */
/* OFF CANVAS */
body #slide-out-widget-area.slide-out-from-right-hover {
    padding-left: 40px;
    padding-right: 40px;
    width: 370px;
    padding-bottom: 40px;
    box-shadow: -100px 20px 250px #00000000;
}

body #slide-out-widget-area.slide-out-from-right-hover .textwidget p:last-child {
    padding-bottom: 0px;
}

body #slide-out-widget-area.slide-out-from-right-hover {
    position: fixed;
    transform: translate3d(calc(100% - -30px), 0, 0);
    -webkit-transform: translate3d(calc(100% - -30px), 0, 0);
}

body #slide-out-widget-area.slide-out-from-right-hover.open {
    box-shadow: -100px 20px 250px #0000003b;
}

/* END */
/* COOKIE POLICY */
body .cky-consent-container {
    left: 0px;
    bottom: 0px;
    width: 100% !important;
    padding: 30px;
    padding-top: 100px;
    background: linear-gradient(0deg, #00000054, transparent);
}

body .cky-consent-container .cky-consent-bar {
    border-radius: 0px;
    box-shadow: 0px 15px 50px #00000029;
    padding: 40px;
    max-width: 400px;
}

body .cky-consent-container .cky-consent-bar p.cky-title {
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: "Rajdhani";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

body .cky-consent-container .cky-consent-bar p {
    padding-bottom: 5px;
}

body .cky-notice-btn-wrapper .cky-btn {
    border-radius: 0px;
    font-family: "Rajdhani";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    transition: all 0.45s ease;
}

/* END */
/* MOBILE MENU */
body #slide-out-widget-area.slide-out-from-right a:hover {
    color: var(--bg-secondary) !important;
}

/* HEADER SEARCH */
/* Header Search */
.header-search {
    position: absolute;
    right: 155px !important;
    top: 18px !important;
}

/* Remove margin for specific element */
.header-search .wpb_widgetised_column.wpb_content_element {
    margin: 0 !important;
}

/* Adjust search input styles */
.header-search input[type="search"], div.widget.woocommerce.widget_product_search input {
    min-width: 280px !important;
    background: #f6f6f6 !important;
    border: 1px solid #ededed !important;
    padding: 12px 15px !important;
    padding-right: 55px !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

/* Style the search button */
.header-search button.wp-block-search__button.wp-element-button:before, div.widget.woocommerce.widget_product_search button[type="submit"]:before {
    visibility: visible !important;
    background-color: #1954aa !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    font-size: 17px !important;
    line-height: 46px !important;
    text-align: center !important;
    content: "\e906" !important;
    font-family: icomoon !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased !important;
    margin: auto !important;
    transition: all 0.45s ease !important;
}

/* Hover effect for the search button */
.header-search button.wp-block-search__button.wp-element-button:hover:before {
    background: var(--bg-secondary) !important;
    color: #fff !important;
    box-shadow: 0px 5px 20px #32aa1b47 !important;
    transition: all 0.45s ease !important;
}

/* Style for the search button */
.header-search button.wp-block-search__button.wp-element-button, div.widget.woocommerce.widget_product_search button[type="submit"] {
    visibility: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    margin: 0 !important;
    height: 45.5px !important;
    width: 45.5px !important;
    text-align: center !important;
}

/* END */
/* HOME */
/* Animation */
/* .divider-vertical {
  animation: bounce 2s infinite alternate; 
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
} */
.homepage-h1 h1, .impact-slider h2 {
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
}

.homepage-hero > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .divider-wrap {
    display: none !important;
}

.homepage-hero > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .nectar-carousel {
    margin: 0px !important;
}

.product-add-to-cart span.text {
    width: 100%;
    background: var(--bg-primary);
    color: var(--child-theme-white) !important;
    margin-bottom: -30px !important;
}

.innder-row-product-slider-home .product-add-to-cart {
    width: 100% !important;
}

.row .col.section-title {
    border-bottom: none;
}

.floating-box-homepage h5 {
    text-transform: uppercase;
    font-weight: 400 !important;
}

.floating-box-homepage h3 {
    font-size: 50px;
    line-height: 50px;
}

.floating-box-homepage p {
    font-size: var(--responsive-para) !important;
    width: var(--slider-para-width);
    margin: auto;
}

.improving-yesterday-row .row_col_wrap_12.col.span_12.dark.left {
    padding-top: 10%;
    border: 2px solid black;
    padding-bottom: 7%;
    margin: 0 5%;
}

.product-slider-home {
    margin-bottom: clamp(1rem, 8vw, 2rem);
}

.land-rover-logos-inner .wpb_column .vc_column-inner img {
    width: 70% !important;
}

.land-rover-logos-inner .wpb_column .vc_column-inner {
    padding: 0px !important;
}

.land-rover-logos-inner {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 0px !important;
}

.quality-as-standard {
    max-width: 1270px;
    margin: auto;
    margin-top: -70px;
    background-color: var(--bg-primary);
}

.quality-as-standard-column-inner {
    background-color: var(var(--bg-primary));
}

.quality-as-standard .wpb_wrapper .nectar-split-heading {
    margin-bottom: 5px;
}

.quality-as-standard .divider-vertical {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.quality-as-standard .inner_row {
    margin-bottom: 0px;
    padding: 30px 0px;
    max-width: 650px;
    margin: auto;
}

.yesterday-icons .inner_row {
    padding: 90px 90px 90px 90px;
    padding-top: 175px !important;
}

.yesterday-icons {
    margin-top: -70px;
}

/* IMPACT SLIDER */
.impact-slider .nectar-simple-slider {
    height: 850px !important;
}

.impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell {
    width: 101% !important;
    padding: 0px !important;
}

.impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row {
    max-width: 1650px;
    margin: auto;
    margin-bottom: 75px;
}

.impact-slider .nectar-simple-slider .flickity-page-dots {
    max-width: 1650px;
    margin: auto !important;
    left: 0;
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row > .col {
    max-width: 600px;
}

.impact-slider .nectar-split-heading.font_line_height_1px h2 {
    margin-bottom: 0px !important;
    font-size: 110px !important;
    line-height: 80px !important;
}

.impact-slider .nectar-split-heading {
    margin-bottom: 5px;
}

.impact-slider .nectar-split-heading.font_line_height_30px p {
    font-size: 21px;
    line-height: 34px !important;
}

.impact-slider h4 {
    margin-bottom: 20px !important;
}

/* HOMEPAGE SLIDER */
/* relative font sizing title*/
.heading-line {
    font-size: var(--responsive-line-heading) !important;
}

div.markup-generated:nth-child(2) {
    font-size: var(--responsive-para);
    overflow-wrap: normal;
}

/* END */
/* FORMS */
.gform_wrapper {
    margin-bottom: 0px;
}

.woocommerce form .form-row textarea {
    min-height: 250px;
}

.gform_wrapper .gform_fields {
    display: grid;
    gap: 20px;
}

.newsletter-inner .gform_wrapper .gfield_validation_message {
    display: none;
}

.newsletter-inner .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 0px !important;
    background: transparent !important;
}

.gfield.gfield--width-half {
    grid-column: span 6;
}

body .gform_wrapper .top_label .gfield_label {
    margin-bottom: 10px !important;
    display: block;
    margin-top: 0px !important;
}

.gfield {
    grid-column: span 12;
}

.gform_wrapper .gfield_required {
    color: var(--bg-primary) !important;
}

.light .gform_wrapper .gfield_required, .gform_wrapper .gfield_required {
    color: var(--bg-secondary) !important;
    margin-left: 2px;
}

input[type="date"], input[type="email"], input[type="number"]:not([name="quantity"]), input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
    border-radius: 10000px;
    padding: 15.5px 20px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    transition: all 0.45s ease;
    background: hsl(0deg 0% 96.47%) !important;
    border: 1px solid #ededed !important;
    border-radius: 0px !important;
    color: var(--bg-primary) !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    /* appearance: none !important; */
}

.light input[type="date"], .light input[type="email"], .light input[type="number"], .light input[type="password"], .light input[type="search"], .light input[type="tel"], .light input[type="text"], .light input[type="url"], .light textarea, .light select {
    border: 1px solid hwb(0deg 100% 0% / 15%) !important;
    transition: all 0.45s ease;
    background: hsl(0deg 0% 100% / 20%) !important;
    color: var(--child-theme-white) !important;
}

.light input[type="date"]::placeholder, .light input[type="email"]::placeholder, .light input[type="number"]::placeholder, .light input[type="password"]::placeholder, .light input[type="search"]::placeholder, .light input[type="tel"]::placeholder, .light input[type="text"]::placeholder, .light input[type="url"]::placeholder, .light textarea::placeholder {
    color: var(--child-theme-white);
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    border-radius: 0px !important;
    font-size: 20px !important;
    padding: 18px;
    box-shadow: none;
    border-color: #1b54aa;
    background: #1b54aa;
    margin-top: 0px;
    margin-bottom: 25px;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #fff;
    font-weight: 600;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    border-color: var(--bg-primary) !important;
    background: #1d54aa0d !important;
    color: var(--bg-primary) !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 12px 13px !important;
    margin-top: 10px !important;
}

.gform_wrapper .gfield_error label {
    color: #000 !important;
}

.light .gform_wrapper .gfield_error label {
    color: var(--child-theme-white);
}

.gform_footer {
    padding: 0px !important;
    margin-top: 20px !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 12px !important;
    line-height: 22px !important;
    opacity: 0.75;
}

legend.gfield_label {
    font-size: 16px !important;
    line-height: 20px !important;
    padding-top: 20px !important;
}

body.material #header-secondary-outer #social li a, body.material #header-secondary-outer nav>ul>li>a {
    margin: 0px 5px;
}

body[data-form-submit="regular"] .container-wrap input[type="submit"] {
    transition: all 0.45s ease;
    background: var(--bg-primary);
    color: var(--child-theme-white);
    border: 1px solid #ffffff1c !important;
    border-radius: 0px !important;
    padding: 15.5px 20px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    transition: all 0.45s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    margin: 0px !important;
    width: 100%;
}

body[data-form-submit="regular"] .container-wrap .light input[type="submit"] {
    color: var(--bg-primary);
    background: var(--child-theme-white);
}

body[data-form-submit="regular"] .container-wrap .light input[type="submit"]:hover {
    background: hsl(0deg 0% 100% / 75%) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    transition: all 0.45s ease;
}

div#field_submit {
    width: 100% !important;
    display: block !important;
}

.newsletter-row .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    gap: 20px !important;
    align-content: flex-end;
    align-items: flex-end;
    text-align: left;
}

/* END */
/* OUTLINED TEXT */
.light span.no-outline {
    transition: all 0.45s ease;
    -webkit-text-stroke: 0px white;
    -webkit-text-fill-color: white;
}

.dark span.no-outline {
    transition: all 0.45s ease;
    -webkit-text-stroke: 0px white;
    -webkit-text-fill-color: #1b54aa;
}

/* END */
/* HOMEPAGE HERO */
/* Top position */
#fws_64f9b82ce3f35 {
    top: clamp(350rem, 7vw, 26.47rem) !important;
}

.homepage-hero .nectar-simple-slider .cell > .bg-layer-wrap .color-overlay[data-strength="0.95"] {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 0%, transparent 70%);
}

.homepage-hero .nectar-flickity {
    padding-bottom: 850px !important;
}

.homepage-hero-inner {
    min-width: unset !important;
    max-width: 1800px !important;
    width: 100% !important;
    margin: auto !important;
    padding: 0px clamp(0rem, 7vw, 4.12rem);
}

.homepage-hero-inner .divider-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

.homepage-hero-inner .divider-wrap .divider-vertical {
    margin: 0px auto;
}

body .divider-wrap .divider-vertical {
    width: 2px;
}

.homepage-hero-inner .divider-wrap .divider-vertical:before, .homepage-hero > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .divider-wrap:before {
    content: "Find Out More";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    top: -35px;
    font-size: 15px;
    line-height: 15px;
    opacity: 0.75;
}

.homepage-hero-inner > .col > .wpb_column > .vc_column-inner {
    padding: 0px;
    /* box-shadow: 0px 35px 110px hsl(0deg 0% 0% / 25%); */
    padding-bottom: 100px !important;
}

.homepage-hero-inner > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 750px;
}

.homepage-hero-inner > .col > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    width: 500px;
    margin-top: -7.5px;
}

.homepage-hero .nectar-simple-slider .flickity-page-dots {
    padding: 45px 70px !important;
    width: 100%;
    max-width: 1810px;
    margin: auto !important;
    right: 0;
    left: 0;
    z-index: 99999999 !important;
    text-align: left;
}

/* END */
/* LOFTLOADER */
#loftloader-wrapper.loftloader-frame #loader {
    border-radius: 5px;
    overflow: hidden;
}

#loftloader-wrapper.loftloader-frame #loader img {
    max-width: unset !important;
    max-height: unset !important;
    width: 75px !important;
    height: 93px !important;
}

#loftloader-wrapper.split-diagonally.end-split-v .loader-bg:after {
    -webkit-clip-path: polygon(0 39%, 100% 60%, 100% 100%, 0 100%);
    clip-path: polygon(0 39%, 100% 60%, 100% 100%, 0 100%);
}

/* END */
/* NECTAR SLIDER */
/* TITLE */
h2.ns-heading-el {
    font-weight: 700 !important;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    font-size: 100px !important;
}

.home-mid-slider p {
    width: 50%;
    font-size: 16px !important;
    line-height: 21px !important;
    margin-top: 20px !important;
}

.swiper-slide.home-mid-slider .content {
    border: 2px solid var(--child-theme-white) !important;
    padding: 5% !important;
    top: 10% !important;
}

.swiper-slide .image-bg {
    scale: 1.3;
}

.swiper-container .swiper-wrapper.no-transform .swiper-slide.home-mid-slider .container {
    width: 80% !important;
}

.home-mid-slider .video-texture.active_texture {
    background: rgb(0, 0, 0);
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100% );
}

body .container .container:not(.tab-container):not(.recent-post-container):not( .normal-container ) {
    width: 90% !important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i.fa.fa-angle-right {
    background: var(--bg-primary);
    border-radius: 0px;
    border: none;
}

.swiper-slide.home-mid-slider .buttons {
    margin-bottom: 50px;
}

/* WOOCOMMERCE */
.product-meta span.sku {
    font-size: 12px;
    color: #1a55ab;
}

.woocommerce div.product.type-product.status-publish.instock.shipping-taxable.purchasable.product-type-variable form.cart {
    display: block !important;
}

.product_cat-engines.product-type-external .single-product-prices.prices:before {
    content: 'Prices from...';
    display: block !important;
    width: 100%;
    margin-bottom: 0px !important;
    gap: 0px !important;
}

body.single-product .woocommerce-product-details__short-description ul {
    margin-left: 17px;
}

body.single-product .woocommerce-product-details__short-description ul li {
    padding-left: 10px;
}

body.single-product .woocommerce-product-details__short-description ul li::marker, .single-product .wpb_tab ul li::marker {
    color: #32aa1b;
    content: "\f00c";
    font-family: FontAwesome;
}

.nectar-shop-header * {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0px !important;
    bottom: unset !important;
}

.nectar-shop-header {
    padding: 20px 0px !important;
    display: flex;
    align-items: center;
}

.nectar-shop-header select.orderby {
    border: none !important;
    padding: 0px !important;
    font-weight: 600;
    width: fit-content !important;
    /* appearance: none !important; */
}

.woocommerce .woocommerce-result-count {
    display: none !important;
}

.nectar-shop-header nav.woocommerce-breadcrumb {
    padding: 0px !important;
    margin: 0px !important;
}

.woocommerce.archive .post-area.span_9, .woocommerce.single .post-area.span_9 {
    padding-left: 0px !important;
}

#sidebar h4 {
    color: #1b54aa;
    opacity: 1;
    margin-bottom: 10px;
}

.material.woocommerce #sidebar div .widget.woocommerce > ul > li a {
    padding-right: 35px !important;
    font-size: 14px !important;
}

body div.widget.woocommerce.widget_product_search input {
    background-color: #fff !important;
}

#sidebar .widget {
    margin-bottom: 45px;
}

.material.woocommerce #sidebar div .widget.woocommerce > ul > li span.product-title {
    font-size: 17px;
    line-height: 26px;
    font-family: "Rajdhani";
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.material.woocommerce #sidebar div .widget.woocommerce > ul > li span.woocommerce-Price-amount.amount, .material.woocommerce #sidebar div .widget.woocommerce > ul > li small, .widget.woocommerce > ul > li span.woocommerce-Price-currencySymbol {
    font-size: 16px !important;
    line-height: 18px !important;
    font-family: "Rajdhani";
    font-weight: 600;
    color: #31aa1b;
}

.material.woocommerce-page ul.product_list_widget li img {
    width: 50px !important;
    margin: 0px !important;
    border-radius: 10000px !important;
    overflow: hidden;
}

.material.woocommerce-page ul.product_list_widget li {
    border-bottom: 1px solid #dfdfdf !important;
    padding: 15px 0px !important;
}

.woocommerce .cart-collaterals {
    margin-bottom: 60px;
    z-index: 999999999999999;
    position: relative;
}

.product-wrap .product-meta span.price {
    line-height: 15px !important;
}

.price small.ex-vat-price {
    font-style: italic;
    font-size: 17px;
}

.price small.inc-vat-price {
    font-style: italic;
    font-size: 17px;
    color: var(--bg-secondary);
}

.woocommerce #sidebar div ul li, .material.woocommerce #sidebar div .widget.woocommerce > ul > li {
    padding: 5px 0px;
}

#sidebar .wc-block-product-categories-list-item-count, .widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count, .widget.yith-woocommerce-ajax-product-filter .count {
    background-color: #1b54aa;
    color: #fff !important;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    transition: all 0.45s ease !important;
}

body .widget.woocommerce .product-categories li:hover .count {
    background-color: #31aa1b !important;
    transition: all 0.45s ease;
}

.woocommerce .nectar-woo-flickity ul.products .flickity-cell {
    width: calc(100% / 4.5) !important;
    min-width: 375px;
}

.archive .post-area.col.span_9.col_last {
    padding-bottom: 100px;
}

body .woocommerce .material.product .product-wrap .product-add-to-cart a, body .woocommerce .material.product .product-wrap .product-add-to-cart a:hover, body .woocommerce .material.product .product-wrap .product-add-to-cart a {
    width: 100% !important;
    border: none !important;
    display: block !important;
    color: var(--child-theme-white);
}

body .woocommerce .material.product .product-wrap .product-add-to-cart span.text, body .woocommerce .material.product .product-wrap .product-add-to-cart > a:hover > span, body.woocommerce .material.product .product-wrap .product-add-to-cart a > span, a.added_to_cart, body.woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart {
    width: 100% !important;
    display: block;
    padding: 15px 20px !important;
    border: none !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin-top: 0px !important;
    color: var(--child-theme-white) !important;
    transition: all 0.45s ease !important;
    background: var(--nectar-accent-color) !important;
    height: auto !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a span.text:hover, .woocommerce .material.product .product-wrap .product-add-to-cart:hover a span.text, .woocommerce .material.product .product-wrap .product-add-to-cart a:hover span.text {
    color: #31aa1b !important;
    background-color: #f6f6f6 !important;
    transition: all 0.45s ease !important;
}

.wpb_row.full-width-content .woocommerce .nectar-woo-flickity {
    padding: 0px;
}

.wpb_row.full-width-content .woocommerce .nectar-woo-flickity .flickity-viewport {
    margin-bottom: 45px;
}

body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell li.product .variations_form li.variable-item {
    width: auto !important;
    margin-right: 8px !important;
}

body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell li.product:hover .variations_form {
    transform: translateY(-25px) !important;
}

body .woocommerce .material.product .product-wrap .product-add-to-cart {
    width: 100%;
    left: unset;
    bottom: unset;
    transform: none;
    position: relative;
    opacity: 1;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price {
    display: none !important;
}

/*
small.woocommerce-price-suffix {
    color: #1a54aa;
}
*/
.woocommerce .material.product:hover .product-meta > .price, .woocommerce .material.product:hover h2, .woocommerce .material.product:hover h3 {
    transform: none !important;
}

.woocommerce .flickity-viewport .material.product .product-wrap .product-meta {
    border-top: 1px solid #f2f2f2;
}

.woocommerce .material.product .product-wrap .product-meta .product-add-to-cart {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 12.5px;
    opacity: 1;
    transform: none !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a {
    width: 100%;
    height: 50px !important;
    border: none !important;
}

.woocommerce .material.product .product-wrap .product-meta .prices {
    display: flex;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-family: "Rajdhani";
    gap: 15px;
    color: var(--bg-secondary);
    padding: 7.5px 0px;
}

div.prices-one-side {
    width: auto;
}

.woocommerce .material.product .product-wrap .product-meta .prices p {
    padding: 0px;
}

.woocommerce .material.product .product-wrap .product-meta .prices span {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.woocommerce .material.product .product-wrap a > h2 {
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    letter-spacing: -0.25px;
    padding: 0px !important;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* PRODUCT BADGES */
.acoplw-badge span.acoplw-badge-icon {
    padding: 6px 8px;
    padding-bottom: 5px;
    width: auto !important;
    height: auto !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    background-color: #cce7c7 !important;
    color: var(--bg-secondary) !important;
    border: 1px solid #32aa1b33 !important;
    text-transform: uppercase !important;
    font-size: 13px;
    line-height: 1;
}

.acoplw-badge span.acoplw-badge-icon > span {
    font-family: "Rajdhani";
}

.products .acoplw-badge {
    width: 100%;
    display: block;
    z-index: 999999 !important;
}

/* FOOTER */
/* ISO LOGO */
.iso-logo {
    width: 300px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.use-links-col i.fa {
    font-size: 30px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
}

.use-links-col i.fa.fa-instagram {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.use-links-col .nectar_icon {
    padding: 0px !important;
    margin-right: 15px !important;
}

.footer-main > .col {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: nowrap !important;
}

.footer-main > .col:after {
    display: none;
}

body .opening-hours__p {
    line-height: 1 !important;
}

.footer-main p, .footer-main a {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* SOCIAL MEDIA */
.newsletter-inner h3 {
    font-size: 52px !important;
    line-height: 0.8 !important;
}

.newsletter-row .gform_wrapper.gravity-theme .gform_fields > div {
    flex: unset;
    width: 100%;
}

.newsletter-inner > .col > .wpb_column:last-child {
    position: absolute;
    right: -90px;
    width: 100%;
    max-width: 870px;
    bottom: -80px;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.newsletter-inner > .col > .wpb_column:first-child {
    width: 1100px;
}

.newsletter-row input[type="submit"] {
    width: 100% !important;
}

.newsletter-row .gform_wrapper.gravity-theme .gform_fields > div#field_submit {
    max-width: 200px !important;
    max-width: 200px !important;
}

/* FOOTER */
img.img-with-animation.skip-lazy.footer-logo {
    width: 240px !important;
    margin-bottom: 20px !important;
}

div#footer-outer {
    display: none !important;
}

.company-details p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    opacity: 0.65;
    margin-bottom: 5px !important;
}

.nectar-global-section.before-footer {
    padding-top: 0px !important;
    border-top: 1px solid #efefef;
}

.footer-main .wpb_column:first-child .nectar_icon i {
    font-size: 22px !important;
    line-height: 35px !important;
    width: 35px !important;
    height: 35px !important;
}

.footer-main .wpb_column:first-child .nectar_icon {
    border-radius: 0px;
    margin-right: 10px;
}

.footer-main .wpb_column {
    width: auto;
    min-width: 280px;
}

.footer-main > .col.span_12 > .wpb_column:first-child {
}

.footer-main > .wpb_column:last-child {
    max-width: 275px;
}

.footer-main .nectar_icon_wrap {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.footer-main > .col.span_12 > .wpb_column:first-child {
    width: 370px !important;
}

.footer-main > .col.span_12 > .wpb_column:last-child {
    padding-left: 45px !important;
    min-width: 320px !important;
    flex: unset !important;
}

.wbp_wrapper > h5 {
}

/* COPYRIGHT */
.footer-copyright a {
    color: var(--child-theme-white);
}

.footer-copyright .wpb_column:nth-child(2) a {
    margin-left: 5px;
    margin-right: 5px;
}

.footer-copyright * {
    font-size: 14px;
    line-height: 25px;
}

.built-by-blayney p {
    display: table;
    float: left;
    padding-right: 25px;
}

.built-by-blayney p:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    /* background-image: url(/wp-content/uploads/2022/03/blayney-insect.svg); */
}

.built-by-blayney p:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    /* background-image: url(/wp-content/uploads/2022/03/blayney-blue.svg); */
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.built-by-blayney p:hover:after {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.footer-copyright a {
    color: var(--child-theme-white);
}

/* END */
/* SECONDARY SLIDER */
div.nectar-split-heading:nth-child(3) > p:nth-child(1) {
    max-width: 75ch !important;
}

.color-overlay-1-000000 > div:nth-child(1) > div:nth-child(2) {
    background: var(--background-contrast-boost) !important;
}

/* END */
/* CONTACT */
.contact-main > .col > .wpb_column:last-child {
    width: 380px;
}

.contact-main > .col > .wpb_column:first-child {
    width: calc(100% - 380px);
}

.contact-main > .col > .wpb_column:last-child strong {
    color: var(--bg-primary);
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: -20px !important;
}

span.woocommerce-Price-amount.amount:nth-child( 2 of span.woocommerce-Price-amount.amount ) {
    color: var(--bg-secondary);
}

.gm-style-iw-tc, .gm-style-iw.gm-style-iw-c {
    display: none;
}

.contact-main em {
    font-style: normal;
    font-weight: 600;
    color: #1b54aa;
}

/* END */
/* ARCHIVE */
.page-header-bg-image:after, .nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs="default_minimal"] .page-header-bg-image:after {
    background-color: #1b54aac2 !important;
}

#page-header-bg h1, body h1 {
    margin: 0;
}

body[data-bg-header="true"].archive .container-wrap {
    padding-top: 10px !important;
}

body.material #page-header-wrap, body[data-header-resize="0"] #page-header-wrap, body[data-header-resize="0"] #page-header-bg {
    height: 300px !important;
}

/* END */
/* SINGLE PRODUCT */
.single-product .container.main-content > .row > .product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.single-product .row > .product[data-gallery-style] .single-product-main-image, .single-product .product[data-gallery-style] .single-product-main-image {
    /* margin-right: 0px !important; */
    /* width: 100% !important; */
    /* padding-right: 45px !important; */
}

.single-product .row > .product[data-gallery-style][data-tab-pos] .summary.entry-summary, .single-product .product[data-tab-pos] .summary.entry-summary {
    min-width: 500px;
}

.single-product-prices.prices span.woocommerce-Price-amount.amount:not(:first-child) {
    margin-left: 10px !important;
}

.single-product .container.main-content > .row > .product > .nectar-prod-wrap {
    order: 1;
}

.single-product .container.main-content > .row > .product > .after-product-summary-clear {
    display: none;
}

.single-product .container.main-content > .row > .product > .span_12.dark {
    order: 4;
}

.single-product .container.main-content > .row > .product > .span_12.dark:has(.upsells) {
    order: 3;}

.single-product .container.main-content > .row > .product > .woocommerce-tabs {
    order: 2;
    margin: 0px !important;
}

.no-price-listed .single-product-prices.prices {
    display: none !important;
}

.single-product div.product h1.product_title, .nectar-shop-header .page-title {
    font-size: 40px !important;
    line-height: 1 !important;
}

.single-product .product[data-gallery-style="left_thumb_sticky"] .single-product-main-image {
    padding-right: 45px;
}

.single-product .nectar-prod-wrap {
    padding-bottom: 55px;
}

.single-product .nectar-prod-wrap .acoplw-badge span.acoplw-badge-icon {
    left: 15px !important;
}

.single-product .product[data-gallery-style="left_thumb_sticky"] div.images .product-slider {
    padding-left: 10px;
}

.single-product .products.related, .single-product .products.upsells {
    margin: 0px !important;
}

.nectar-woo-flickity.related-upsell-carousel {
    padding: 100px 0px !important;
}

.nectar-woo-flickity.related-upsell-carousel:before {
    content: "";
    width: 200vw;
    height: 100%;
    background: linear-gradient(0deg, #f6f6f6, #fff);
    display: block;
    position: absolute;
    z-index: -1;
    left: -50vw;
    top: 0;
    border-top: 1px solid #f6f6f6;
}

.single-product-prices.prices * {
    font-size: 15px !important;
    line-height: 1 !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.single-product-prices.prices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #31aa1b;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Rajdhani";
    align-content: flex-end;
    align-items: flex-end;
}

.single-product-prices.prices bdi, .single-product-prices.prices span {
    font-size: 28px !important;
    line-height: 0.9 !important;
    font-weight: 700;
}

.entry-summary .cart .quantity input.qty {
    color: #1b54aa;
    font-family: "Rajdhani";
}

.nectar-global-section.nectar_woocommerce_after_single_product_summary .container {
    padding: 0px !important;
}

.single-product #ajax-content-wrap .products.related > h2, .single-product #ajax-content-wrap .products.upsells > h2, body.woocommerce .related-upsell-carousel.nectar-woo-flickity section > h2 .woo-flickity-count {
    font-size: 30px !important;
    line-height: 1;
}

body.woocommerce .related-upsell-carousel.nectar-woo-flickity section > h2 .woo-flickity-count {
    color: #0000003d;
}

.single-product .vehicle-types-row {
    padding-top: 0px !important;
}

.product_meta {
    font-family: "Rajdhani";
}

.product_meta * {
    font-size: 18px;
    line-height: 1.3 !important;
}

.product_meta span.sku_wrapper {
    margin-bottom: 3px !important;
    opacity: 0.4 !important;
}

/* VEHICLE TYPES */
.vehicle-types-inner img.logo {
    max-width: 325px !important;
    margin-top: -30px !important;
    margin-bottom: -25px !important;
}

/* END */
/* SLIDE-OUT CART */
#header-outer #mobile-cart-link .cart-wrap span {
    font-weight: 600;
}

body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart h3 {
    margin-bottom: 20px;
}

body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 15px;
    width: calc(50% - 5px);
}

body .nectar-slide-in-cart.style_slide_in_click .woocommerce.widget_shopping_cart .total strong {
    letter-spacing: -0.25px;
    font-family: "Rajdhani";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

body .nectar-slide-in-cart.style_slide_in_click .woocommerce.widget_shopping_cart .total span.woocommerce-Price-amount.amount {
    color: var(--bg-secondary);
    font-weight: 600;
    letter-spacing: -0.75px;
    font-family: "Rajdhani";
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
    margin-right: 5px !important;
}

body .style_slide_in_click .product-meta {
    display: block;
    padding-left: 5px;
}

.material #header-outer ul.product_list_widget li img, .material.woocommerce-page ul.product_list_widget li img {
    border-radius: 0px;
}

/* END */
/* ABOUT */
.about-intro .img-with-aniamtion-wrap {
    width: 45%;
    box-shadow: 0px 10px 50px #0000001c;
    border-radius: 1000000px;
    margin-top: 30px;
    min-width: 280px;
}

.service-list p, .service-list ul li {
    font-size: 15px;
    line-height: 26px;
}

.service-list h3 {
    font-size: 28px !important;
    line-height: 33px !important;
}

.service-list .inner_row > .col {
    gap: 40px;
    flex-wrap: nowrap;
    margin-bottom: 25px !important;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}

.service-list .inner_row ul {
    margin-bottom: 0px !important;
}

.service-list .inner_row:last-child > .col {
    margin-bottom: 0px !important;
}

.service-list .inner_row > .col .wpb_column {
    width: 100%;
}

/* END */
/* SLIDE-OUT CART */
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice a {
    color: #c6ad5b !important;
    font-weight: 500;
}

.nectar-slide-in-cart.nectar-slide-in-cart .widget_shopping_cart {
    height: calc(100% - 55px);
    top: 55px;
}

.nectar-slide-in-cart.style_slide_in_click {
    box-shadow: 0px 0px 100px hsl(0deg 0% 0% / 25%);
}

.nectar-slide-in-cart.style_slide_in_click .inner > .header {
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
}

.material .style_slide_in_click .close-cart:before, .nectar-quick-view-box .close a:before {
    box-shadow: inset 0 0 0px 2px #ffffff;
    background: white !important;
}

body .nectar-slide-in-cart.style_slide_in_click .inner > .header {
    padding-bottom: 25px !important;
    background-color: var(--bg-primary);
    color: #fff !important;
    padding: 35px;
    left: 0;
    top: 0;
    width: 100%;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
    margin-right: 15px;
}

.style_slide_in_click .product-meta > .product-details {
    padding-right: 15px;
}

.style_slide_in_click .product-meta > .product-details a {
    font-size: 22px !important;
    line-height: 23px !important;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
    display: block !important;
}

.woocommerce.widget_shopping_cart .cart_list li > a > img {
    border-radius: 100000px !important;
    overflow: hidden;
    border: 2px solid #c6ad5b;
    width: 60px !important;
    background-color: #fff;
}

html body .nectar-slide-in-cart.style_slide_in_click li.woocommerce-mini-cart-item.mini_cart_item > .product-meta > .product-details > a {
    background: transparent !important;
    font-size: 20px !important;
    line-height: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px !important;
    color: #000 !important;
}

.style_slide_in_click .product-meta > .product-details {
    padding-right: 15px;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li .product-details {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 2.5px;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
    display: flex !important;
    gap: 0px;
    flex-wrap: wrap;
    max-width: unset;
    min-width: unset;
    width: 100% !important;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity .quantity * {
    display: none;
}

.style_slide_in_click .product-meta > .quantity > span {
    margin-top: 5px;
    display: flex;
    width: 100% !important;
    align-items: center;
    font-family: "Rajdhani";
    margin: 0px;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
    margin-right: 10px !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
    width: 650px;
    padding: 30px;
    padding-top: 30px;
}

body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
    padding: 18px 30px;
    border-radius: 0px !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button:not(.checkout) {
}

#header-outer .total, #header-outer .total strong, .nectar-slide-in-cart .total, .nectar-slide-in-cart .total strong {
    letter-spacing: 0px;
}

body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button:hover {
    background-color: #f6f6f6 !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li, .nectar-slide-in-cart.style_slide_in_click .woocommerce.widget_shopping_cart .total {
    border-color: rgb(124 124 124 / 10%);
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}

body .nectar-slide-in-cart.style_slide_in_click .inner > .header span {
    color: #fff !important;
    font-size: 25px;
    line-height: 1 !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li a.remove.with_text {
    background-color: var(--bg-secondary) !important;
    color: var(--child-theme-white) !important;
    border-radius: 0px;
    padding: 7px 10px !important;
    padding-top: 7px !important;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 11px;
    line-height: 12px !important;
    display: inline-block;
    margin: 0px;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount {
    display: inline-block;
    padding-right: 20px;
}

.woocommerce-mini-cart .quantity input.plus, .woocommerce-mini-cart .quantity input.minus {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700 !important;
}

.woocommerce-mini-cart .quantity input.qty {
    color: #fff;
    font-size: 18px !important;
    line-height: 20px !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount * {
    font-size: 18px;
    line-height: 18px;
}

.nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message [data-inherit-heading-family] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount {
    padding-right: 0;
    width: 100%;
    padding-bottom: 0;
}

/* END */
/* BASKET */
body.woocommerce table.cart:not(.wishlist_table) .product-thumbnail {
    width: 100px !important;
    max-width: unset !important;
    min-width: unset !important;
}

.woocommerce table.cart:not(.wishlist_table) .product-remove {
    width: 90px !important;
    padding-right: 20px !important;
}

.woocommerce-page .woocommerce p.cart-empty {
    color: #4f5153;
    font-size: 40px !important;
    line-height: 40px !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
    padding-top: 130px !important;
}

.woocommerce-page .woocommerce p.return-to-shop {
    padding-bottom: 100px;
}

.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward {
    font-size: 17px;
    line-height: 17px;
    border-radius: 0px;
    background-color: #1a54aa !important;
    text-transform: capitalize !important;
}

.woocommerce-cart .container.main-content, form.checkout.woocommerce-checkout, .woocommerce-order {
    padding-bottom: 100px;
}

.wc-empty-cart-message {
    padding-bottom: 45px;
}

.woocommerce table.shop_table.cart:not(.wishlist_table) th, .woocommerce table.shop_table.cart:not(.wishlist_table) td {
    width: auto !important;
}

.woocommerce .order-review tr th {
    margin-right: 30px !important;
    display: block;
}

.woocommerce .woocommerce-cart-form__contents .actions .button {
    padding: 16px 40px !important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    border-top: 1px solid #d8d8d8;
    margin-top: 65px;
    padding-top: 65px;
    margin-bottom: 65px !important;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name {
    font-weight: 500 !important;
}

.woocommerce table.shop_table thead th {
    padding-bottom: 20px;
    font-weight: 600 !important;
    font-family: "Rajdhani" !important;
    font-size: 18px !important;
    line-height: 20px !important;
    text-transform: uppercase;
}

.woocommerce table.cart .product-quantity {
    width: 210px !important;
    text-align: center;
}

.woocommerce .cart .quantity input.qty {
    padding: 0px !important;
    width: 35px;
    backdrop-filter: unset;
    border: none !important;
    background: transparent !important;
}

.woocommerce-cart table.cart .product-thumbnail {
    max-width: 60px !important;
    padding-left: 0px !important;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
}

.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0px;
}

.woocommerce ul#shipping_method li {
    margin-bottom: 10px !important;
}

.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0px !important;
}

.wc-proceed-to-checkout .button.checkout-button, .woocommerce #order_review #payment #place_order, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 18px;
    line-height: 18px !important;
}

.woocommerce-thank-you-page-order_details__product-title.woocommerce-thank-you-page-order_details-title > div {
    display: none;
}

.woocommerce-thank-you-page-order_details__product-title.woocommerce-thank-you-page-order_details-title {
    padding: 12px 20px !important;
}

.woocommerce-cart table.cart img, .material #header-outer ul.product_list_widget li img, .shop_table.woocommerce-checkout-review-order-table img {
    margin: 0px;
    box-shadow: 0px 10px 45px #0000000d;
}

.shop_table.cart tr.woocommerce-cart-form__cart-item.cart_item dl.variation {
    margin-top: 5px !important;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.woocommerce-page .cart-collaterals .cart_totals form.woocommerce-shipping-calculator {
    display: none !important;
}

.woocommerce-page .cart-collaterals .cart_totals p.woocommerce-shipping-destination {
    display: none !important;
}

.woocommerce-page .cart-collaterals .cart_totals ul#shipping_method li {
    margin-bottom: 0px;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name a {
    background-image: none !important;
    font-size: 22px;
    line-height: 22px;
}

.woocommerce table.cart td.actions {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
}

span.woocommerce-Price-amount.amount {
    color: #1b54aa !important;
}

/* END */
/* CHECKOUT */
.checkout .woocommerce-additional-fields, .checkout .woocommerce-billing-fields, .checkout .woocommerce-shipping-fields {
    padding-right: 65px;
}

.woocommerce .col2-set .col-2 {
    width: 35%;
}

.woocommerce .col2-set .col-1 {
    width: 65%;
}

.woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th, .woocommerce table.order-review th, .woocommerce-page table.order-review th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
    font-family: "Rajdhani";
    font-weight: 500;
    color: #1a54aa;
}

.woocommerce .col2-set h3 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 5px !important;
}

.checkout #order_review {
    margin-top: 20px;
}

.woocommerce form .form-row label {
    margin-top: 15px;
}

.woocommerce form .form-row .required {
    font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table .product-container .cart_item .product-image {
    width: 80px;
    background-color: #fff;
    transition: all 0.45s ease;
}

.woocommerce-checkout-review-order-table .product-container .cart_item .product-info {
    width: calc(100% - 80px);
    padding-left: 25px;
    display: block;
}

.woocommerce-checkout-review-order-table .product-container .cart_item .product-info h4 a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
    background: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce-checkout-review-order-table .product-container .cart_item .product-info span.woocommerce-Price-amount.amount {
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table .product-container .cart_item .product-info span.product-quantity {
    font-size: 14px !important;
    line-height: 26px !important;
    color: var(--bg-secondary);
}

.woocommerce-checkout-review-order-table .product-container {
    padding: 0px;
    max-height: unset !important;
    overflow: visible !important;
}

.woocommerce-checkout-review-order-table .product-container .cart_item {
    background-color: #fff !important;
    margin-bottom: 0px;
    padding: 25px;
    border: 1px solid #00000014;
    display: flex;
    align-items: flex-start;
}

.woocommerce-checkout-review-order-table .product-container .cart_item:not(:last-child) {
    border-bottom: 0px !important;
}

.woocommerce-checkout-review-order-table .product-container .cart_item:hover .product-image {
    transition: all 0.45s ease;
}

.checkout #order_review .order-review tbody tr.woocommerce-shipping-totals.shipping * {
    text-align: right !important;
}

.checkout #order_review .order-review tbody tr.woocommerce-shipping-totals.shipping {
    padding-bottom: 10px;
    padding-top: 10px;
}

.checkout #order_review .order-review tbody tr.woocommerce-shipping-totals.shipping li {
    margin-bottom: 5px !important;
}

.woocommerce .col2-set h3 label span {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

p.form-row.validate-required {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.checkout .woocommerce-shipping-fields h3 {
    border-top: 1px solid #00000017;
    padding-top: 35px;
    margin-top: 10px;
}

.checkout #order_review .order-review tbody tr td {
    font-size: 15px;
    line-height: 23px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0px !important;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 0px;
}

.woocommerce-checkout #payment div.payment_box p {
    padding: 0px !important;
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-style: italic;
}

.wc_payment_methods label {
    font-size: 20px;
    font-weight: 500 !important;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-family: Rajdhani;
    text-transform: uppercase !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.checkout #order_review .order-review th {
    font-size: 20px !important;
    line-height: 20px !important;
}

.checkout #order_review .order-review * {
    /* font-size: 16px !important; */
    line-height: 16px !important;
}

/* END */
/* THANK YOU */
.woocommerce-order h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.woocommerce-order p.woocommerce-notice:before {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    background-image: url(/wp-content/uploads/2023/09/success.svg);
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}

.woocommerce-order p.woocommerce-notice {
    padding-left: 0;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: -1px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
    display: table;
    margin: auto;
    color: #000000;
    font-family: "Rajdhani";
    text-transform: uppercase;
    text-align: center;
}

.woocommerce ul.order_details {
    padding: 22px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 70px lab(0 0 0 / 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.order_details li strong {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 5px !important;
    color: #32413f;
    font-weight: 500;
}

.woocommerce ul.order_details li {
    font-size: 16px;
    line-height: 16px;
    color: var(--bg-secondary);
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Rajdhani";
}

.woocommerce .woocommerce-customer-details address {
    border: none !important;
    padding: 0px !important;
}

section.woocommerce-customer-details {
    margin-bottom: 0px !important;
}

section.woocommerce-order-details {
    margin-bottom: 40px !important;
}

.woocommerce-order thead th {
    padding: 18px 18px !important;
    background-color: #1a54aa;
    border-color: #ffffff14 !important;
    color: #fff;
}

section.woocommerce-order-details table.woocommerce-table {
    border-top: 1px solid #1b54aa00;
    box-shadow: 0px 10px 70px hsl(0deg 0% 0% / 5%);
}

.woocommerce-order tfoot th, .woocommerce-order tfoot td, .woocommerce-order tbody td {
    padding: 18px 18px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    font-family: "Poppins" !important;
}

.woocommerce ul.order_details li.woocommerce-order-overview__email.email strong {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.woocommerce ul.order_details li.woocommerce-order-overview__email.email {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.wc-item-meta {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}

ul.wc-item-meta p {
    padding-bottom: 0px;
    font-weight: 600;
}

ul.wc-item-meta strong.wc-item-meta-label {
    color: #bc8160;
}

td.woocommerce-table__product-name a {
    color: #4b4b4b;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.woocommerce-order-received .woocommerce {
    max-width: 1200px;
    margin: auto;
    padding-top: 55px !important;
}

.woocommerce ul.order_details li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.thank-you-header img {
    width: 50px !important;
    margin-bottom: 15px !important;
}

.thank-you-header .inner_row {
    width: 600px;
    margin: auto;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500 !important;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li.active-tab a {
    color: #2a5129 !important;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
}

.tabbed .wpb_tab ul.products {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.tabbed .wpb_tab ul.products li {
    width: 100% !important;
    margin: 0px !important;
}

.tabbed .wpb_tab ul.products ul {
    display: flex !important;
}

.tabbed .wpb_tab ul.products:before, .tabbed .wpb_tab ul.products:after {
    display: none !important;
}

/* END */
/* SEARCH RESULT */
body.search #page-header-bg h1 {
    font-size: 65px;
    line-height: 65px;
    padding: 0;
}

body.search.search-results .search-result-pagination {
    margin-bottom: 100px;
}

.search.search-results .container-wrap {
    background: linear-gradient(180deg, #fff, #f6f6f6);
}

body.search.search-results #page-header-bg {
    height: 400px;
    background-color: #a6a974;
    background-image: url(/wp-content/uploads/2020/11/all-category-header.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}

#page-header-bg .result-num {
    color: rgb(255 255 255 / 75%);
}

body.material #search-results .result .inner-wrap {
    border-radius: 10px;
}

#search-results .result h2 {
    font-size: 18px;
    line-height: 23px;
}

#search-results .result h2 a {
    color: #232426 !important;
}

#search-results .result .title span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
    color: #898989;
}

#page-header-bg span.result-num {
    font-size: 25px;
    line-height: 38px;
    margin-top: 16px;
    display: block;
}

.results-shown #search-outer .nectar-ajax-search-results .yith-wcwl-add-to-wishlist {
    display: none !important;
}

/* END */
/* ACCOUNT */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-account h2.n-disable-reg {
    margin: 0px;
    margin-bottom: 15px;
}

.woocommerce-account .form-row button.woocommerce-Button.button {
    padding: 18px 10px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

body.woocommerce-lost-password p.woocommerce-LostPassword.lost_password {
    text-align: center;
}

body.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg {
    margin-bottom: 0px;
}

body.woocommerce-lost-password form.woocommerce-ResetPassword {
    text-align: center !important;
    max-width: 700px !important;
    margin: auto;
}

body.woocommerce-lost-password form.woocommerce-ResetPassword p.woocommerce-form-row {
    width: 100% !important;
}

body.woocommerce-lost-password form.woocommerce-ResetPassword button.woocommerce-Button.button {
    width: 100% !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

/* END */
/* JORDANS STYLES TO MERGE */
/* SOCIAL MEDIA */
/* RESPONSIVE */
.wpb_text_column {
    font-size: var(--responsive-para) !important;
}

.wpb_wrapper h5, body .opening-hours__title {
    color: var(--bg-primary) !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    font-size: clamp(18px, 7vw, 22px) !important;
    text-transform: capitalize;
    margin-bottom: 12px;
    letter-spacing: 0px !important;
}

.opening-hours {
    padding: 0px !important;
    background: transparent !important;
}

/* CORRECTION FOR SIZING OF TEL AND EMAIL  */
div.vc_col-sm-3:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(2) {
    font-size: var(--responsive-para) !important;
}

/* PADDING FIXES */
.footer-main > .col.span_12 > .wpb_column:last-child {
    padding-left: 1% !important;
}

.social-footer-correction {
    margin-left: -9px;
}

.hero-button-custom:hover {
    background-color: var(--nectar-button-background);
}

/* ABOUT US CARD */
div.wpb_text_column:nth-child(3) {
    font-size: var(--responsive-para);
}

/* END */
/* SOCIAL ANIMATION */
.social-animate:hover {
    color: var(--bg-secondary);
}

/* END */
/* WOOCOMMERCE BUTTON */
.woocommerce-page button.single_add_to_cart_button.button:hover {
    color: var(--bg-secondary) !important;
    background-color: var(--nectar-button-background) !important;
}

.woocommerce.single-product div.product_meta a:hover {
    color: var(--bg-secondary) !important;
}

/* CART BUTTONS */
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
    border-radius: 0px !important;
}

a.button:nth-child(1):hover, a.button:nth-child(2):hover, body[data-form-submit="regular"] input[type="submit"]:hover, div.top_label:nth-child(2):hover, .nectar-button[data-color-override="false"].regular-button:hover {
    color: var(--bg-secondary) !important;
    background-color: var(--nectar-button-background) !important;
}

/* WOOCOMMERCE BREADCRUMB */
.woocommerce-breadcrumb a:hover {
    color: var(--bg-secondary) !important;
}

.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a, .woocommerce .woocommerce-breadcrumb a, .nectar-shop-header > .woocommerce-ordering .select2-container--default .select2-selection__rendered, .woocommerce div.product .woocommerce-review-link, .woocommerce.single-product div.product_meta a {
    background-image: linear-gradient(to right, #6ec05f 0, #6ec05f 100%);
}

.woocommerce .woocommerce-breadcrumb * {
    font-size: 12px;
    line-height: 13px;
    transition: all 0.35s ease !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
}

/* WOOCOMMERCE META TABS */
.woocommerce ul.products[data-product-style="material"] li, .woocommerce-page ul.products[data-product-style="material"] li {
    flex-wrap: wrap !important;
}

/* product page category */
.posted_in > a:nth-child(1) {
    color: var(--bg-secondary);
}

/* Product page div quantity */
body.woocommerce .cart .quantity {
    border: none !IMPORTANT;
    border-style: solid;
    padding: 0;
    width: fit-content !important;
    transition: all 0.35s ease;
}

body.woocommerce .cart .quantity:hover {
    border-color: var(--bg-primary);
    transition: all 0.35s ease;
}

/* Plus and Minus Buttons */
.cart > div:nth-child(1) > input:nth-child(1), .cart > div:nth-child(1) > input:nth-child(4) {
    box-shadow: none;
    color: var(--bg-primary);
    width: 1.5rem;
    height: auto;
}

.cart > div:nth-child(1) > input:nth-child(1):hover, .cart > div:nth-child(1) > input:nth-child(4):hover {
    background-color: var(--bg-secondary) !important;
}

/* Cart Form */
.woocommerce div.product form.cart {
    display: flex;
    margin-bottom: 35px;
    margin-top: 5px;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
    margin-top: 0px;
}

/* MAKE PRODUCT PAGE TABS FULL WIDE */
.woocommerce div.product .woocommerce-tabs > .full-width-content {
    margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
    background-color: var(--bg-primary);
}

/* Product Page tabs margin */
div.product .woocommerce-tabs .full-width-content[data-tab-style*="fullwidth"] ul.tabs {
    margin: 40px 0px 30px 0px !important;
    background: transparent;
}

/* CHANGE UNDERLINE COLOUR */
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a {
    background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a {
    color: var(--child-theme-white);
}

/* TESTIMONIAL SLIDER */
.dark .testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p {
    background-color: var(--bg-primary);
}

.testimonial_slider[data-style="multiple_visible"] blockquote {
    width: 800px;
    margin-bottom: 0px !important;
}

.testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote.is-selected p:before {
    color: #ffffff24;
}

.testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote p:before {
    font-size: 120px !important;
    line-height: 90px !important;
    left: 35px;
}

.testimonial_slider .flickity-prev-next-button, .testimonial_slider .flickity-prev-next-button *, .testimonial_slider .flickity-prev-next-button:after, .testimonial_slider .flickity-prev-next-button:before {
    transition: all 0.35s ease !important;
}

.testimonial_slider .flickity-prev-next-button {
}

.testimonial_slider[data-style="multiple_visible"] blockquote span.title {
    margin-top: 3px;
    font-size: 13px !important;
    line-height: 18px !important;
    color: #1954aa;
    opacity: 1;
}

.testimonial_slider[data-style="multiple_visible"] blockquote span.testimonial-name {
    font-size: 15px !important;
    line-height: 20px !important;
}

/* .testimonial_slider[data-style="multiple_visible"] blockquote{
  width: 50%;
} */
/* BLOCKQUOTE */
.dark .testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p {
    color: var(--child-theme-white);
}

/* Blockquote responsive font */
.testimonial_slider blockquote p, .dark .testimonial_slider[data-style="multiple_visible"] blockquote p {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    line-height: 1.6 !important;
    font-family: "Poppins";
    border-radius: 0px !important;
    padding: 35px 35px 35px 125px;
}

/*QUOTATION MARKS */
.testimonial_slider[data-style="multiple_visible"] blockquote p::before {
    font-family: poppins;
    font-style: normal;
    line-height: 140px;
    opacity: 1;
}

/* Remove Stars */
.testimonial_slider .star-rating-wrap {
    visibility: hidden;
}

/* NAME STYLING */
/* Common styles for both selected and unselected elements */
.blockquote-name, .slides .testimonial-name, .slides .title {
    font-family: "Poppins", sans-serif;
}

/* PREV-NEXT BUTTONS */
.testimonial_slider .flickity-prev-next-button::before {
    background-color: var(--bg-primary) !important;
}

.testimonial_slider .flickity-prev-next-button::after, .testimonial_slider .flickity-prev-next-button:hover::before {
    background-color: var(--child-theme-white) !important;
}

.testimonial_slider .flickity-prev-next-button:hover::after {
    background-color: var(--bg-secondary) !important;
    fill: var(--bg-secondary);
}

.testimonial_slider .flickity-prev-next-button.next:hover svg, .testimonial_slider .flickity-prev-next-button:hover::before, .testimonial_slider .flickity-prev-next-button:hover .arrow {
    fill: var(--bg-secondary) !important;
}

.testimonial_slider .flickity-prev-next-button .arrow {
    fill: var(--child-theme-white) !important;
}

.testimonial_slider .flickity-prev-next-button .arrow:hover {
    fill: inherit !important;
}

/* END */
/* SELECTED */
blockquote.is-selected > span:nth-child(3) {
}

blockquote.is-selected > span:nth-child(4) {
}

/* UNSELECTED */
.slides .testimonial-name {
    font-weight: 600;
}

.slides .title {
    font-weight: 400;
}

/* ARROW */
.testimonial_slider[data-style="multiple_visible"] blockquote p .bottom-arrow {
    border-radius: 0px;
    border-color: var(--bg-primary);
    background-color: var(--bg-primary);
    background: var(--bg-primary);
    width: calc(var(--arrow-test) / 2);
    height: var(--arrow-test);
    --arrow-test: calc(110px + 1vw);
    /* --arrow: clamp(100px, 8vw, 200px);
  width: calc(var(--arrow) / 2);
  height: var(--arrow); */
    position: absolute;
    /* Use absolute positioning */
    bottom: 0;
    /* Position the arrow at the bottom of its container */
    transform: translatey(-60%) translatex(10%) rotate(405deg) skew(-15deg, -15deg);
    /* Adjust as needed */
    z-index: -1;
}

/* DOTS STYLING */
.flickity-page-dots .dot::before {
    background: var(--bg-primary);
    opacity: 1;
}

/* END */
/* MEDIA QUERIES */
/* 1900 */
@media only screen and (max-width: 1900px) {
    /* IMPACT SLIDER */ .impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row, .impact-slider .nectar-simple-slider .flickity-page-dots {
        max-width: 100% !important;
        padding-left: 175px !important;
        padding-right: 175px !important;
    }

    .impact-slider .nectar-simple-slider .flickity-page-dots {
        padding-bottom: 100px;
    }
}

/* END */
/* 1600 */
@media only screen and (max-width: 1600px) {
    /* HOMEPAGE */ .quality-as-standard {
        max-width: 85%;
        margin: auto;
        margin-top: -70px;
    }

    /* IMPACT SLIDER */
    .impact-slider .nectar-simple-slider {
        height: 750px !important;
        min-height: 750px !important;
    }

    .impact-slider .nectar-simple-slider .flickity-page-dots {
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-bottom: 40px !important;
    }

    .impact-slider .nectar-split-heading.font_line_height_1px h2 {
        margin-bottom: 0px !important;
        font-size: 90px !important;
        line-height: 67px !important;
    }

    .impact-slider .nectar-split-heading.font_line_height_30px p {
        font-size: 19px;
        line-height: 32px !important;
    }

    .impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row > .col {
        max-width: 500px;
    }

    /* NEWSLETTER */
    .newsletter-inner > .col > .wpb_column:last-child {
        width: 850px;
    }

    .newsletter-inner > .col > .wpb_column:first-child {
        width: 900px;
    }

    .newsletter-inner h3 {
        font-size: 42px !important;
    }

    .newsletter-row {
        padding: 75px 0px !important;
    }

    .small-text P {
        font-size: 15px;
        line-height: 25px;
    }

    /* FOOTER */
    .footer-main > .col.span_12 .contact-info-foot {
        min-width: 300px !important;
    }

    .footer-main .wpb_column {
        width: auto;
        min-width: 160px;
    }
}

/* END */
/* 1500 */
@media only screen and (max-width: 1500px) {
    .testimonial_slider[data-style="multiple_visible"] blockquote {
        width: 53% !important;
    }
}

/* END */
/* 1400 */
@media only screen and (max-width: 1400px) {
}

/* END */
/* 1300 */
@media only screen and (max-width: 1300px) {
    .container {
        padding: 0px 40px;
    }

    .testimonial_slider[data-style="multiple_visible"] blockquote {
        width: 650px !important;
    }

    /* HEADER */
    #header-outer[data-lhe="default"] #top nav > ul > li > a {
        padding: 0px 11px;
    }

    #top a#logo > img {
        height: 90px !important;
    }

    header#top > .container {
        padding-right: 0px !important;
        padding-left: 20px !important;
    }

    .material #header-secondary-outer > .container {
        padding: 0px 20px;
    }

    #header-outer[data-format="menu-left-aligned"] .row .col.span_3 {
        margin-right: 10px;
    }

    /* PAGE HEADER */
    #page-header-bg h1, body h1 {
        font-size: 70px;
        line-height: 0.9;
    }

    #page-header-wrap, div#page-header-bg {
        height: 300px !important;
    }

    /* IMPACT SLIDER */
    .quality-as-standard .divider-vertical {
        padding: 20px 0px !important;
    }

    .impact-slider .nectar-simple-slider .flickity-page-dots {
        display: none !important;
    }

    /* HOMEPAGE */
    .quality-as-standard {
        width: 1000px !important;
        max-width: 100% !important;
        margin: auto;
        margin-top: -70px;
    }

    .quality-as-standard {
        width: calc(100% - 180px) !important;
        max-width: unset !important;
        min-width: unset !important;
        padding: 0 !important;
        margin: auto;
        margin-top: -70px;
    }

    /* NEWSLETTER */
    .newsletter-inner > .col > .wpb_column:last-child {
        width: 660px;
        bottom: -60px;
    }

    .newsletter-inner > .col > .wpb_column:first-child {
        width: 780px;
    }

    .newsletter-inner > .col > .wpb_column:last-child {
        width: 660px;
        bottom: -60px;
    }

    .newsletter-inner > .col > .wpb_column:first-child {
        width: 780px;
    }

    /* WOOCOMMERCE */
    .woocommerce .material.product .product-wrap .product-meta .prices br {
        display: none !important;
    }

    .woocommerce .material.product .product-wrap .product-meta .prices span {
        font-size: 18px;
    }

    .woocommerce .material.product .product-wrap .product-meta .prices {
    }

    .woocommerce .nectar-woo-flickity ul.products .flickity-cell {
        width: calc(100% / 3.5) !important;
        min-width: 350px !important;
    }

    .wpb_row.full-width-content .woocommerce .nectar-woo-flickity .flickity-viewport {
        margin-bottom: 15px;
    }

    /* ABOUT */
    .about-intro h2 {
        font-size: 35px;
        line-height: 40px;
    }

    /* SINGLE PRODUCT */
    .single-product div.product h1.product_title, .nectar-shop-header .page-title {
        font-size: 36px !important;
    }

    .single-product-prices.prices * {
        font-size: 14px !important;
        line-height: 14px !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
    }

    .single-product-prices.prices bdi, .single-product-prices.prices span {
        font-size: 25px !important;
        line-height: 18px !important;
    }

    .single-product-prices.prices {
    }

    .single-product .row > .product[data-gallery-style][data-tab-pos] .summary.entry-summary, .single-product .product[data-tab-pos] .summary.entry-summary {
        min-width: 375px;
    }

    /* FOOTER */
    .footer-main .wpb_column.use-links-col {
        max-width: 200px !important;
    }

    .company-details p {
        font-size: 13px;
        line-height: 21px;
    }

    .footer-main > .col.span_12 > .wpb_column:first-child {
        width: 280px !important;
        /* flex: unset !important; */
        /* margin-right: 35px !important; */
    }

    .footer-main .wpb_wrapper h5, body .opening-hours__title {
        font-size: 20px !important;
    }

    .footer-main > .col.span_12 > .wpb_column:last-child {
        padding-left: 1% !important;
        min-width: 280px !important;
    }

    /* TABLE */
    body:not(.woocommerce-cart) .main-content .legacy-pricing-table th {
        padding: 20px 15px;
        font-size: 15px;
        line-height: 14px;
    }

    body:not(.woocommerce-cart) .main-content .legacy-pricing-table td {
        padding: 15px 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .woocommerce table.cart td.product-add-to-cart a {
        width: 100%;
        margin: 0px !important;
        padding: 14px 17px !important;
    }

    .woocommerce table.cart td.product-add-to-cart a.button {
        margin-top: 5px !important;
    }

    .woocommerce table.cart td.product-add-to-cart a, .woocommerce table.cart td.product-add-to-cart span {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .woocommerce table.cart td.product-add-to-cart span.dateadded {
        text-align: center !important;
        margin-bottom: 11px !important;
        font-size: 13px !important;
        line-height: 13px !important;
    }

    .woocommerce table.cart .product-add-to-cart {
        min-width: unset !important;
        width: 170px !important;
    }

    .wishlist_table td.product-name a {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    .woocommerce table.cart .product-thumbnail {
        width: 75px;
        padding-right: 0px !important;
    }

    /* CART */
    .woocommerce-cart .woocommerce table.shop_table td.product-name a {
        font-size: 22px;
        line-height: 22px;
    }

    .woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
        padding: 22px !important;
    }

    .woocommerce-cart .container.main-content, form.checkout.woocommerce-checkout {
        padding-bottom: 45px;
    }

    /* CHECKOUT */
    .checkout .woocommerce-additional-fields, .checkout .woocommerce-billing-fields, .checkout .woocommerce-shipping-fields {
        padding-right: 45px;
    }

    .woocommerce-checkout-review-order-table .product-container .cart_item {
        padding: 20px;
    }

    .woocommerce-checkout-review-order-table .product-container .cart_item .product-info {
        width: calc(100% - 70px);
        padding-left: 20px;
    }

    .woocommerce-checkout-review-order-table .product-container .cart_item .product-image {
        width: 70px;
    }

    .woocommerce .col2-set h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 7px !important;
    }

    .woocommerce .col2-set .col-2 {
        width: 400px;
    }

    .woocommerce .col2-set .col-1 {
        width: calc(100% - 400px);
    }

    /* SLIDE-OUT CART */
    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
        width: 575px;
    }
}

/* END */
/* 1200 */
@media only screen and (max-width: 1149px) {
    .header-search {
        display:none !important;
    }
}

/* END */
/* 1150 */
@media only screen and (max-width: 1150px) {
    /* NEWSLETTER */ .newsletter-inner > .col > .wpb_column:last-child {
        display: none !important;
    }

    .newsletter-inner > .col > .wpb_column:first-child {
        width: 100% !important;
        text-align: center;
    }

    .newsletter-row .gform_wrapper.gravity-theme .gform_fields > div#field_submit {
        max-width: 150px !important;
    }

    .footer-main .wpb_column.use-links-col {
        display: none !important;
    }

    /* CONTACT */
    .contact-main > .col > .wpb_column:last-child {
        width: 300px;
    }

    .contact-main > .col > .wpb_column:first-child {
        width: calc(100% - 300px);
    }

    /* FOOTER */
    .footer-main .wpb_column:first-child .nectar_icon {
        border-radius: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .social-footer-correction {
        margin-left: -4px;
    }

    .footer-main > .col.span_12 > .wpb_column:last-child {
        width: 140px !important;
    }

    .footer-main .wpb_wrapper h5, body .opening-hours__title {
        font-size: 18px !important;
    }

    img.img-with-animation.skip-lazy.footer-logo.nectar-lazy.loaded {
        width: 240px;
    }

    .footer-main > .col.span_12 > .wpb_column:first-child {
        min-width: 270px !important;
        flex: unset !important;
        margin-right: 0px !important;
    }

    /* HOMEPAGE */
    .yesterday-icons .inner_row {
        padding: 70px 70px 70px 70px;
        padding-top: 140px !important;
    }

    .single-product .row > .product[data-gallery-style] .single-product-main-image, .product[data-tab-pos*=fullwidth] .summary.entry-summary {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        min-width: 100% !important;
    }

    .single-product .nectar-prod-wrap {
        flex-wrap: wrap;
        gap: 35px;
        display: flex;
    }

    .quality-as-standard {
        width: calc(100% - 140px) !important;
        max-width: unset !important;
        min-width: unset !important;
        padding: 0 !important;
        margin: auto;
        margin-top: -70px;
    }

    /* ABOUT */
    .service-list .inner_row > .col {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
        display: grid !important;
    }

    /* SINGLE PRODUCT */
    .single-product-prices.prices > * {
    }

    .single-product-prices.prices {
        flex-wrap: wrap;
        gap: 7px;
    }

    .woocommerce .single-product-summary {
        padding-left: 0;
    }

    /* CART */
    .woocommerce-cart .woocommerce table.shop_table td.product-name a {
        font-size: 20px;
        line-height: 24px;
    }

    .woocommerce-order-received .woocommerce-thank-you-page-order_details__product-title ul.wc-item-meta li {
        display: block;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 100%;
    }

    .woocommerce-cart .container.main-content {
        padding-bottom: 0;
    }

    /* CHECKOUT */
    .woocommerce-checkout-review-order-table .product-container .cart_item .product-info h4 a {
        font-size: 18px;
        line-height: 22px;
    }
}

/* END */
/* 1025 - Landscape iPad */
@media only screen and (max-width: 1025px) {
}

/* END */
/* 999 */
@media only screen and (max-width: 999px) {
    /* GENERAL */ :root {
        --mobile-container-width: 600px;
    }

    body[data-header-format].material #header-secondary-outer {
        display: block !important;
        top: unset !important;
        margin-bottom: 15px !important;
    }

    nav.woocommerce-breadcrumb {
        margin: 0px 0px 25px !important;
    }

    .clear {
        display: none;
    }

    .woocommerce #sidebar .widget.woocommerce {
        width: 100% !important;
        float: left;
    }

    .woocommerce div#sidebar {
        border-bottom: 1px solid #1853a721;
        padding-bottom: 17.5px;
    }

    body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] li.product {
        width: 100% !important;
        margin: 0px !important;
        position: relative !important;
        margin-bottom: 35px !important;
    }

    body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"], body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"] {
        width: 100% !important;
    }

    .single-product .nectar-prod-wrap {
        gap: 25px;
    }

    .container {
        padding: 0;
    }

    .testimonial_slider[data-style="multiple_visible"] blockquote {
        width: 600px !important;
    }

    .mob-only {
        display: block !important;
    }

    .intro {
        max-width: 600px;
        margin: auto !important;
    }

    /* HEADER */
    #top .container .col.span_9.col_last:before {
        width: 100%;
        height: 35%;
        background: linear-gradient(180deg, white 10%, transparent 100%);
        position: absolute;
        top: 0;
        z-index: 99999;
        pointer-events: none;
        user-select: none;
    }

    header#top > .container, div#header-secondary-outer > .container {
        max-width: 100% !important;
        padding: 0px 18px;
    }

    #header-outer .row .col.span_9 > * {
        border-left: 1px solid;
        border-color: #1954aa1a !important;
        padding: 0px 18px !important;
    }

    #header-outer #mobile-cart-link .cart-wrap {
        right: 10px;
    }

    #header-outer .row .col.span_9 > .slide-out-widget-area-toggle {
    }

    .slide-out-hover-icon-effect {
        right: 20px !important;
    }

    .slide-out-hover-icon-effect.small * {
        border-radius: 0px !important;
    }

    header#top > .container {
        margin-top: -15px;
        padding-right: 0px !important;
    }

    #top a#logo:hover img {
        box-shadow: 0px 20px 20px hsl(0deg 0% 0% / 10%);
    }

    ul.buttons.sf-menu li#search-btn {
        display: block !important;
    }

    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 70px !important;
    }

    #header-space {
        max-height: 70px !important;
    }

    .ocm-effect-wrap-inner div#header-outer {
        height: 110px !important;
        border: none !important;
        padding: 0px !important;
    }

    header#top {
        border-bottom: 2px solid var(--bg-primary) !important;
        max-height: 72px;
    }

    /* PAGE HEADER */
    #page-header-bg h1, body h1 {
        font-size: 70px;
    }

    body.material #page-header-wrap, body[data-header-resize="0"] #page-header-wrap, body[data-header-resize="0"] #page-header-bg {
        height: auto !important;
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-bottom: 75px !important;
        padding-top: 75px !important;
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .col.span_6 {
        margin-bottom: 0px;
    }

    /* HEADER SEARCH */
    body.material #search-outer {
        height: 105px !important;
        min-height: unset !important;
    }

    #search-outer #search #close, body.material #header-outer #search-outer #search #close {
        top: 10px;
        right: 5px;
    }

    body.material #search-outer #search .container {
        max-width: calc(100% - 50px);
    }

    /* HOMEPAGE */
    .homepage-hero .nectar-flickity {
        padding-bottom: 750px !important;
    }

    .land-rover-logos {
        display: none !important;
    }

    /* IMPACT SLIDER */
    .impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row, .impact-slider .nectar-simple-slider .flickity-page-dots {
        max-width: 600px !important;
        padding: 0px !important;
        margin-bottom: 125px !important;
    }

    .yesterday-icons .inner_row {
        padding: 50px 50px 50px 50px !important;
    }

    .yesterday-icons {
        margin-top: 50px;
    }

    .quality-as-standard {
        width: 100% !important;
    }

    .quality-as-standard .inner_row {
        margin-bottom: 0px;
        padding: 30px 50px;
        max-width: 100%;
    }

    .quality-as-standard .wpb_wrapper .nectar-split-heading {
        margin-bottom: 10px;
    }

    .quality-as-standard .wpb_wrapper a.nectar-button {
        margin-top: 10px !important;
    }

    .quality-as-standard .inner_row {
        margin-bottom: 0px;
        padding: 30px 30px;
        max-width: 100%;
    }

    /* NEWSLETTER */
    .gform_wrapper.gravity-theme .gform_fields {
        flex-wrap: wrap;
    }

    .newsletter-row .gform_wrapper.gravity-theme .gform_fields > div#field_submit {
        width: 100%;
        max-width: unset !important;
    }

    .newsletter-row .gform_footer {
        padding: 0px !important;
        margin: 0px !important;
    }

    .footer-main > .col {
        display: flex;
        justify-content: space-between;
        gap: 25px;
        flex-wrap: wrap !important;
    }

    .footer-main .wpb_column.use-links-col {
        display: inline !important;
        width: 150px;
        min-width: 150px;
        text-align: right;
    }

    img.img-with-animation.footer-logo {
        margin: auto !IMPORTANT;
    }

    .footer-main > .col.span_12 > .wpb_column:first-child .inner_row > .col {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .iso-logo {
        margin: auto !important;
        width: 100% !important;
        max-width: 260px !important;
    }

    .use-links-col .nectar_icon {
        margin-right: 0px !important;
        margin-left: 15px !important;
    }

    /* Header Background */
    #top {
        background: var(--child-theme-white);
    }

    /* Top Header Text */
    .nectar-center-text {
        padding-left: 0.48rem;
    }

    /* Top Header Icons */
    .span_9 {
        padding-right: 0.48rem;
    }

    .ocm-effect-wrap-inner div#header-outer {
    }

    #top a#logo > img {
        border-radius: 3px;
    }

    img.stnd.skip-lazy.default-logo.dark-version {
        height: 80px !important;
    }

    #top .container .col.span_9.col_last {
        height: 70px !important;
        padding-right: 0px;
    }

    #header-outer[data-format="menu-left-aligned"] .row .col.span_3 {
        margin-right: 0px;
    }

    /* Search Hide */
    .wp-block-search__button-outside {
        display: none;
    }

    /* CONTACT */
    .contact-main > .col > .wpb_column:first-child, .contact-main > .col > .wpb_column:last-child {
        width: 100% !important;
    }

    /* FOOTER */
    .footer-copyright > .col > .wpb_column {
        margin: 0px !important;
    }

    .footer-copyright > .col {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .footer-copyright > .col p {
        font-size: 13px;
        line-height: 13px;
        opacity: 0.7;
    }

    .footer-main > .col.span_12 > .wpb_column:first-child {
        width: 100% !important;
        margin-bottom: 45px !important;
        min-width: 100% !important;
        text-align: center;
    }

    .footer-main > .col.span_12 .contact-info-foot {
        min-width: unset !important;
        width: 60%;
        display: inline-block !important;
    }

    .footer-main > .col.span_12 > .wpb_column:last-child {
        width: 100% !important;
        padding: 0px !important;
    }

    /* ABOUT */
    .service-list .inner_row > .col {
        gap: 35px;
        grid-template-columns: 1fr;
        display: grid !important;
    }

    .service-list .inner_row > .col:after {
        display: none !important;
    }

    .service-list h3 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    /* SINGLE PRODUCT */
    .single-product .product-thumbs > .theiaStickySidebar > .slider {
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .full-width-content .testimonial_slider[data-style="multiple_visible"] .slides .flickity-viewport {
        margin-bottom: 25px;
    }

    .single-product .product[data-gallery-style="left_thumb_sticky"] .single-product-main-image {
        padding-right: 0px;
        margin-right: 0px !important;
    }

    .single-product-prices.prices {
        flex-wrap: nowrap;
    }

    .single-product-prices.prices > * {
        width: auto;
    }

    .single-product .product[data-gallery-style="left_thumb_sticky"] div.images .product-slider {
        padding-left: 0px;
    }

    .single-product .nectar-prod-wrap .acoplw-badge span.acoplw-badge-icon {
        left: 15px !important;
        top: 15px !important;
        right: unset !important;
    }

    .product_cat-engines.product-type-external .single-product-prices.prices:before {
        position: absolute;
        margin-top: -25px;
    }

    .single-product-prices.prices {
    }

    /* CART */
    .woocommerce table.shop_table.cart:not(.wishlist_table) td.product-name, .woocommerce table.shop_table.cart:not(.wishlist_table) th.product-name {
        width: 38% !important;
    }

    /* WOOCOMMERCE */
    .widget_recently_viewed_products {
        display: none !important;
    }

    .woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:before {
        left: unset;
        right: 14px;
    }

    .woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:after {
        left: unset;
        right: 8px;
    }

    .woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
        padding-right: 35px;
        padding-left: 0px;
        font-size: 18px !important;
        line-height: 32px !important;
    }

    .widget_product_categories ul.product-categories {
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .price_slider_wrapper {
        margin-top: 15px;
    }

    body.woocommerce-cart .container-wrap > .container {
        padding: 0px 0px !important;
        max-width: calc(100% - 75px) !important;
    }

    /* CHECKOUT */
    .woocommerce .col2-set .col-2, .woocommerce .col2-set .col-1 {
        width: 100% !important;
    }

    .woocommerce .col2-set .col-1 > div {
        padding-right: 0px !important;
    }

    .woocommerce form .form-row label {
        margin-top: 10px;
    }

    .woocommerce .col2-set .col-1 p.form-row {
        margin-bottom: 15px;
    }

    .woocommerce .col2-set .col-2 {
        border-top: 1px solid #00000017;
        padding-top: 45px;
        margin-top: 35px;
    }

    .woocommerce .col2-set h3 label span {
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
    }

    #customer_details #order_review_heading {
        margin-top: 0px;
    }

    .woocommerce .col2-set .col-2 {
        padding-top: 45px;
        margin-top: 25px;
    }

    .checkout #order_review .order-review tbody tr.woocommerce-shipping-totals.shipping li {
        margin-bottom: 10px !important;
    }

    .woocommerce .woocommerce-info {
        margin-bottom: 10px !important;
    }

    /* THANK YOU */
    .woocommerce-order-received .woocommerce, body.woocommerce-order-received .back-to-shop-order-complete {
        max-width: 600px;
        margin: auto;
    }

    .thank-you-header .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
        margin-bottom: 35px !important;
    }

    .thank-you-header .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav li:last-child {
        display: none;
    }

    .thank-you-header .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav li {
        width: 50%;
        display: inline-block;
    }

    .tabbed .wpb_tab ul.products {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .woocommerce ul.order_details {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 30px;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        max-width: 100% !important;
        border-bottom: 1px dashed #d3ced2;
        border-right: 0px;
        padding: 20px 40px !important;
        padding-top: 22px !important;
        margin: 0px !important;
    }

    .woocommerce ul.order_details li.woocommerce-order-overview__email.email strong {
        max-width: 100%;
    }

    .woocommerce ul.order_details li strong {
        line-height: 18px !important;
    }

    .woocommerce ul.order_details li:last-child {
        margin-right: 0px !important;
        padding-right: 40px !important;
    }

    /* SEARCH */
    body.search #page-header-bg h1 {
        font-size: 45px;
        line-height: 45px;
        padding: 0;
    }

    body.material #search-outer #search #search-box input[type="text"] {
        font-size: 22px;
        line-height: 50px;
    }

    #search-outer #search #close {
        margin-top: -1px;
        right: 8px !important;
    }

    .results-shown #search-outer .nectar-ajax-search-results {
        overflow: scroll;
    }

    body.material div#header-outer.material-search-open #search-outer #search {
        transition: all 0.45s ease !important;
        box-shadow: 0px 10px 50px #00000099;
    }

    #search-outer .products li.product {
        width: 100% !important;
        margin: 0px;
    }

    #search-outer .products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    #search-outer .products:before, #search-outer .products:after {
        display: none !important;
    }

    html body.material #search-outer {
        height: 110px !important;
        min-height: unset;
    }

    body.material div#header-outer.material-search-open #search-outer #search div#search-box {
        margin-top: -10px;
    }

    #search-outer #search #close a, body.material #header-outer #search-outer #search #close a {
        right: 8px;
        top: 0px;
    }

    body.material #search-outer #search .container {
        margin-top: 12px;
    }

    .material #header-outer.transparent .bg-color-stripe, .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe, .material #header-outer[data-transparent-header].transparent .bg-color-stripe, .material #header-outer[data-transparent-header]:not( [data-permanent-transparent="1"] ).transparent .bg-color-stripe {
        height: 145px;
    }

    /* WISHLIST */
    table.wishlist_table tr .product-stock-status {
        display: none !important;
    }
}

/* END */
/* 769 - Portrait iPad */
@media only screen and (max-width: 769px) {
}

/* END */
/* 768 */
@media only screen and (max-width: 768px) {
    /* CART */ body.woocommerce-cart .container-wrap > .container {
        padding: 0px 0px !important;
        max-width: var(--mobile-container-width) !important;
    }

    .woocommerce-cart table.cart:not(.wishlist_table) .product-thumbnail {
        padding: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        border-bottom: 1px solid #ededed;
        margin-bottom: 15px !important;
    }

    .woocommerce-cart table.cart:not(.wishlist_table) .product-thumbnail img {
        width: 100% !important;
        border-radius: 0px !important;
    }

    .woocommerce-cart table.cart:not(.wishlist_table) .product-thumbnail a {
        display: block;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) th, .woocommerce table.shop_table.cart:not(.wishlist_table) td {
        width: 100% !important;
        max-width: unset !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) tr.cart_item {
        list-style: none;
        background-color: #fff;
        margin-bottom: 25px;
        box-shadow: 0px 30px 50px #00000012;
    }

    .woocommerce-cart table.cart:not(.wishlist_table) a.remove {
        color: #fff !important;
        border: none !important;
        font-size: 30px !important;
        line-height: 34px !important;
        right: unset;
        left: 20px;
        top: 20px;
        border-radius: 100000px;
        width: 35px;
        height: 35px;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td {
        background: transparent !important;
        padding: 10px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 17px !important;
        line-height: 18px !important;
    }

    .woocommerce .cart .quantity input.qty {
        font-size: 15px !important;
        line-height: 16px !important;
        width: 30px !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) .cart_item td:last-child {
        padding-bottom: 25px !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td.product-name {
        width: 100% !important;
        font-size: 20px !important;
        padding-bottom: 15px !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td.product-name:before {
        display: none !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td.product-name a {
        font-size: 20px !important;
        line-height: 25px !important;
        display: block !important;
        text-align: left;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td:before {
        font-weight: 500 !important;
        font-size: 17px !important;
        line-height: 18px !important;
        color: #1954aa;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td.actions {
        padding: 0px !important;
        display: block !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) tr:not(.cart_item) {
        padding-top: 40px !important;
        margin-bottom: 0px;
    }

    .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 15px;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        margin-bottom: 100px !important;
    }

    .woocommerce-page .cart-collaterals .cart_totals td:before {
        font-weight: 500;
    }
}

/* END */
/* MOBILE  - 690 */
@media only screen and (max-width: 690px) {
    :root {
        --mobile-container-width: 420px;
    }

    body, p {
        font-size: 13px;
        line-height: 1.6;
    }

    body .gform_wrapper .top_label .gfield_label {
        font-size: 13px !important;
    }

    .testimonial_slider[data-style="multiple_visible"] blockquote {
        width: 420px !important;
    }

    .testimonial_slider blockquote p, .dark .testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p {
        /* padding: 35px 35px 35px 35px; */
    }

    .testimonial_slider blockquote p, .dark .testimonial_slider[data-style="multiple_visible"] blockquote p {
        font-size: 14px;
        line-height: 1.65 !important;
        font-family: "Poppins";
        border-radius: 0px !important;
        padding: 25px;
    }

    /* GENERAL */
    .nectar-google-map {
        max-height: 400px;
    }

    .woocommerce .nectar-woo-flickity ul.products .flickity-cell {
        width: 80% !important;
        min-width: 320px !important;
        padding: 5px !important;
    }

    .homepage-h1 h1, .impact-slider h2 {
        -webkit-text-stroke: 1.25px white;
        -webkit-text-fill-color: transparent;
    }

    .intro {
        max-width: 420px;
        margin: auto !important;
    }

    /* COOKIE POLICY */
    .cky-notice-des * {
        font-size: 14px;
        line-height: 24px;
    }

    body .cky-consent-container .cky-consent-bar {
        border-radius: 0px;
        box-shadow: 0px 15px 50px #00000029;
        padding: 35px;
        max-width: 100%;
    }

    /* HEADER */
    header#top {
        max-height: 75px;
    }

    .ocm-effect-wrap-inner div#header-outer, #top .container .col.span_9.col_last {
        =: 70px !important; }

    .homepage-h1 h1 {
        font-size: 45px;
    }

    .swiper-slide.home-mid-slider p {
        width: 100%;
    }

    body #slide-out-widget-area .secondary-header-text {
        display: none !important;
    }

    div.markup-generated:nth-child(2) > p:nth-child(1) {
        width: 100% !important;
    }

    .improving-yesterday-row .row_col_wrap_12.col.span_12.dark.left {
        padding-top: 0%;
    }

    .improving-yesterday-row .row_col_wrap_12.col.span_12.dark.left {
        padding-bottom: 0;
    }

    .nectar-simple-slider .flickity-prev-next-button {
        display: none !important;
    }

    .impact-slider .nectar-simple-slider .flickity-page-dots {
        display: block !important;
        text-align: left;
        margin-bottom: 120px !important;
    }

    img.img-with-animation.skip-lazy.landrover-subscribe {
        display: none;
    }

    body[data-form-submit="regular"] .container-wrap button[type="submit"], body[data-form-submit="regular"] .container-wrap input[type="submit"] {
        padding: 15.5px 22px !important;
    }

    /* PAGE HEADER */
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #page-header-bg .span_6 h1 {
        font-size: 50px !important;
        line-height: 50px !important;
        margin: 0px !important;
    }

    /* Hero */
    .homepage-hero-inner > .col > .wpb_column > .vc_column-inner {
        padding: 35px !important;
        padding-bottom: 100px !important;
        box-shadow: none !important;
    }

    .homepage-hero-inner .divider-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -26px;
    }

    .yesterday-icons .inner_row {
        padding: 40px !important;
    }

    /* IMPACT SLIDER */
    .impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row, .impact-slider .nectar-simple-slider .flickity-page-dots {
        max-width: 420px !important;
        margin-bottom: 110px !important;
    }

    .impact-slider h4 {
        margin-bottom: 16px !important;
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .impact-slider .nectar-split-heading p {
        margin-top: 10px;
        width: 100%;
    }

    .impact-slider .nectar-split-heading p *, .impact-slider .nectar-split-heading p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .impact-slider .nectar-split-heading.font_line_height_1px h2 {
        margin-bottom: 0px !important;
        font-size: 55px !important;
        line-height: 45px !important;
    }

    .impact-slider .nectar-simple-slider {
        height: 620px !important;
        min-height: 620px !important;
    }

    /* Hero Paragraph */
    .homepage-hero .nectar-simple-slider .cell > .bg-layer-wrap .color-overlay[data-strength="0.95"] {
        background: linear-gradient( 45deg, rgba(0, 0, 0, 0.89) 0%, #00000042 100% ) !important;
    }

    .homepage-hero .nectar-flickity {
        padding-bottom: 650px !important;
    }

    /* FOOTER */
    .footer-main > .col.span_12 > .wpb_column:last-child {
        width: 100% !important;
        padding: 0px 1% !important;
    }

    .footer-copyright > .col > .wpb_column, .footer-copyright > .col > .wpb_column * {
        width: 100% !important;
        text-align: center !important;
    }

    .footer-copyright > .col {
        flex-wrap: wrap !important;
    }

    .footer-copyright {
        padding: 20px 0px !important;
    }

    .footer-main > .col.span_12 > .wpb_column:first-child {
        margin: 0px !important;
    }

    /* NEWSLETTER */
    .newsletter-inner h3, .newsletter-inner h3 * {
        font-size: 30px !important;
        line-height: 0.95 !important;
    }

    .small-text p {
        max-width: 280px;
        margin: auto;
        margin-top: 20px !important;
        font-size: 12px;
        line-height: 18px;
        opacity: 0.5;
    }

    /* SINGLE PRODUCT */
    .single-product.woocommerce .woocommerce-breadcrumb > *:nth-child(1), .single-product.woocommerce .woocommerce-breadcrumb > *:nth-child(2) {
        display: none;
    }

    .nectar-woo-flickity.related-upsell-carousel {
        padding: 0px !important;
        padding: 75px 0px !important;
        padding-bottom: 75px !important;
        width: 100% !important;
        margin: 0px !important;
    }

    .related-upsell-carousel.nectar-woo-flickity h2 {
        margin-left: 0px !important;
        padding-right: 0px !important;
    }

    .single-product #ajax-content-wrap .products.related > h2, .single-product #ajax-content-wrap .products.upsells > h2, html body.woocommerce .related-upsell-carousel.nectar-woo-flickity section > h2 .woo-flickity-count {
        font-size: 28px !important;
        line-height: 1 !important;
    }

    .vehicle-types-inner img.logo {
        max-width: 70% !important;
        margin-top: -15px !important;
        margin-bottom: -15px !important;
    }

    .full-width-content .testimonial_slider[data-style="multiple_visible"] .slides .flickity-viewport {
        margin-bottom: 0px;
    }

    .single-product div.product h1.product_title, .nectar-shop-header .page-title {
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }

    body.single-product .container-wrap {
    }

    .single-product .product[data-gallery-style="left_thumb_sticky"] .single-product-main-image {
        margin-bottom: 15px;
    }

    .single-product .product-thumbs .flickity-slider .thumb, .single-product [data-gallery-style="left_thumb_sticky"] .product-thumbs .slider .thumb {
        width: 20%;
    }

    .product_meta * {
        font-size: 14px;
    }

    .single-product-prices.prices bdi, .single-product-prices.prices span {
        font-size: 22px !important;
        line-height: 18px !important;
    }

    .single-product-prices.prices * {
        font-size: 13px !important;
        line-height: 13px !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
    }

    .single-product-prices.prices {
    }

    .woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
        margin-right: 12px;
    }

    .woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type="submit"].single_add_to_cart_button {
        padding: 20px 30px !important;
    }

    body.woocommerce .cart .quantity {
    }

    /* WOOCOMMERCE */
    .woocommerce.archive #page-header-wrap + .container-wrap .woocommerce-breadcrumb {
        display: none;
    }

    .material.woocommerce #sidebar div .widget.woocommerce > ul > li a {
        padding-right: 35px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .nectar-shop-header select {
        background: transparent !important;
        text-align: center !important;
    }

    .nectar-shop-header {
        background-color: #fff;
        padding: 16px 20px !important;
        margin-bottom: 25px !important;
        margin-top: -35px !important;
    }

    .woocommerce #sidebar .widget.woocommerce {
        margin-top: 15px;
    }

    #sidebar h4, .woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
        font-size: 17px !important;
        line-height: 35px !important;
    }

    .woocommerce #sidebar .widget.woocommerce:first-child {
        margin-top: 0px;
    }

    .nectar-shop-header select.orderby, .woocommerce .container-wrap .woocommerce-ordering {
        width: 100% !important;
        text-align: left !important;
    }

    /* FOOTER */
    .footer-copyright *, .footer-copyright p {
        font-size: 13px !important;
        line-height: 23px !important;
    }

    .footer-main .wpb_column.use-links-col {
        max-width: 110px !important;
        text-align: left;
    }

    .opening-hours__row {
        padding: 6px 0px !important;
        background: transparent !important;
    }

    .opening-hours__top {
        padding: 0px !important;
    }

    .footer-main > .col {
        display: flex;
        justify-content: space-between;
        gap: 45px;
        flex-wrap: wrap !important;
    }

    .footer-main > .col.span_12 .contact-info-foot {
    }

    .use-links-col .nectar_icon {
        margin-right: 15px !important;
        margin-left: 0px !important;
    }

    .footer-main .wpb_column {
        margin-bottom: 0px !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 0px !important;
    }

    /* TABLES */
    .legacy-pricing-table .wpb_wrapper {
        overflow: scroll;
        margin-left: -50vw;
        left: 50%;
        width: 100vw;
        position: relative;
    }

    .legacy-pricing-table .wpb_wrapper table {
        width: max-content !important;
        margin: 0px 30px !important;
        margin-bottom: 100px !important;
    }

    .legacy-table-text-below {
        padding-top: 0px !important;
    }

    /* THANK YOU */
    .thank-you-header .inner_row {
        width: 90%;
        margin: auto;
    }

    .tabbed[data-style*="minimal"] > ul li:not(.cta-button) .active-tab, .tabbed[data-style*="minimal"] > ul li:not(.cta-button) a {
        padding: 0px 15px 20px 15px;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .tabbed .wpb_tab ul.products {
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce-order p.woocommerce-notice {
        width: 300px;
        font-size: 30px;
        line-height: 31px;
        text-align: center;
    }

    .woocommerce ul.order_details li {
        padding: 20px 40px !important;
    }

    .woocommerce ul.order_details {
        padding: 7px 20px;
    }

    /* CART */
    .woocommerce-page table.cart td.actions .coupon .button {
        width: 100% !important;
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }

    .woocommerce .shop_table .coupon input#coupon_code {
        margin: 0px !important;
    }

    .woocommerce table.cart td.actions button[type="submit"] {
        margin: 0px !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) tr:not(.cart_item) {
        padding-top: 15px !important;
    }

    .woocommerce-page .cart-collaterals .cart_totals td, .woocommerce-page .cart-collaterals .cart_totals td:before, .woocommerce table.shop_table.cart:not(.wishlist_table) td:before, .woocommerce table.shop_table.cart:not(.wishlist_table) td {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .woocommerce table.shop_table.cart:not(.wishlist_table) td {
        padding: 8px 20px;
    }

    .woocommerce-page .cart-collaterals .cart_totals td, .woocommerce-page .cart-collaterals .cart_totals td:before, .woocommerce table.shop_table.cart:not(.wishlist_table) td:before, .woocommerce table.shop_table.cart:not(.wishlist_table) td {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    /* CHECKOUT */
    .woocommerce .col2-set .col-1 p.form-row {
        margin-bottom: 13px;
        padding: 0px !important;
    }

    body[data-bg-header="true"].woocommerce-checkout .container-wrap .woocommerce {
        padding-top: 35px;
    }

    .checkout #order_review .order-review th {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .checkout #order_review .order-review * {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .wc-proceed-to-checkout .button.checkout-button, .woocommerce #order_review #payment #place_order, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 22px !important;
    }

    /* WISHLIST */
    .yith-wcwl-share li a {
        font-size: 36px;
        line-height: 54px !important;
        height: 58px;
        width: 58px;
    }

    .yith-wcwl-share ul li {
        margin-left: 2px;
        margin-right: 2px;
    }

    .yith-wcwl-share li a i {
        font-size: 30px;
        line-height: 60px !important;
    }

    .yith-wcwl-share li a.email i {
        line-height: 59px !important;
        font-size: 28px;
    }

    .yith_wcwl_wishlist_footer .yith-wcwl-share {
        width: 100%;
        max-width: 500px;
        margin: auto !important;
        margin-bottom: -30px !important;
        float: none !important;
    }

    input#yith_wcwl_share_url {
        text-align: center;
        text-overflow: ellipsis;
    }

    .yith_wcwl_wishlist_footer {
        width: 100%;
        padding-top: 35px;
        margin-bottom: 35px !important;
    }

    /* CART */
    body .nectar-slide-in-cart.style_slide_in_click .inner > .header {
        padding: 30px;
    }

    body .style_slide_in_click .product-meta > .quantity .modify {
        display: none !important;
    }

    .style_slide_in_click .product-meta {
        align-items: center;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
        display: block !important;
    }

    .style_slide_in_click .product-meta > .quantity > span {
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount {
        padding-right: 0px;
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li a.remove.with_text {
        width: auto;
        margin-left: auto !important;
    }

    .nectar-slide-in-cart.style_slide_in_click, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
        width: 100% !important;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
        padding-top: 30px;
    }

    body .style_slide_in_click .product-meta > .product-details a {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .woocommerce.widget_shopping_cart .cart_list li > a > img {
        width: 50px !important;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li .product-details {
        width: calc(100% - 125px);
    }
}

/* END */
/* 550 */
@media only screen and (max-width: 550px) {
    .testimonial_slider[data-style="multiple_visible"] blockquote {
        width: var(--mobile-container-width) !important;
    }

    .padding-4-percent > div:nth-child(1) {
        border: 0 !important;
    }

    .homepage-hero-inner > .col > .wpb_column > .vc_column-inner {
        padding: 0px !important;
    }

    .homepage-hero-inner .divider-wrap {
        display: none !important;
    }

    .homepage-hero .nectar-simple-slider .flickity-page-dots {
        padding: 45px 40px !important;
        width: 100%;
        max-width: 1810px;
        margin: auto !important;
        right: 0;
        left: 0;
        z-index: 99999999 !important;
        text-align: left;
    }

    .homepage-hero > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .divider-wrap {
        /* display: block !important; */
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .homepage-hero > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .divider-wrap .divider-vertical {
        margin: 0px auto !important;
        width: 2px;
    }
}

/* END */
/* 479 */
@media only screen and (max-width: 479px) {
    :root {
        --mobile-container-width: calc(100% - 40px);
    }

    header#top > .container {
        padding-left: 15px !important;
    }

    .woocommerce .woocommerce-breadcrumb * {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    .intro {
        max-width: calc(100% - 50px);
    }

    .full-width-content .inner_row.intro {
        max-width: calc(100% - 40px);
    }

    .testimonial_slider[data-style*="multiple_visible"] blockquote {
        text-align: center;
        padding: 0px 7.5px;
    }

    .full-width-content .testimonial_slider[data-style="multiple_visible"] .slides .flickity-viewport {
        margin-bottom: 10px;
    }

    .footer-main p, .footer-main a {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    /* HEADER */
    .ocm-effect-wrap-inner div#header-outer {
        height: 100px !important;
    }

    header#top {
        max-height: 80px;
        /* border-bottom: 0px solid var(--bg-primary) !important; */
    }

    #page-header-bg .span_6 h1 {
        font-size: 42px !important;
        line-height: 42px !important;
        margin: 0px !important;
    }

    /* FOOTER */
    .footer-main .wpb_wrapper h5, body .opening-hours__title {
        font-size: 18px !important;
    }

    .homepage-hero .nectar-simple-slider .flickity-page-dots {
        padding: 45px 20px !important;
    }

    .company-details p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    img.img-with-animation.skip-lazy.footer-logo.nectar-lazy.loaded {
        width: 200px !important;
        margin-bottom: -5px !important;
    }

    .footer-main .wpb_column.contact-info-foot {
    }

    .footer-main > .col.span_12 > .wpb_column:last-child {
    }

    .footer-main .wpb_column.use-links-col {
        max-width: unset !important;
        text-align: left;
    }

    /* HOMEPAGE */
    .homepage-h1 h1 {
        font-size: 10.5vw;
        line-height: 9.5vw;
    }

    .homepage-hero-inner {
        -webkit-transform: none !important;
        transform: none !important;
        padding: 0px 25px;
        top: unset !important;
        left: 0px !important;
        bottom: 120px !important;
    }

    .yesterday-icons .inner_row {
        padding: 30px 0px !important;
    }

    /* COOKIE POLICY */
    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
        padding: 0px !important;
    }

    body .cky-consent-container {
        padding: 0;
        padding-top: 100px;
    }

    /* IMPACT SLIDER */
    .impact-slider .nectar-flickity.nectar-simple-slider[data-parallax="true"] .flickity-slider .cell > .inner > .inner_row, .impact-slider .nectar-simple-slider .flickity-page-dots {
        max-width: var(--mobile-container-width) !important;
        margin-bottom: 110px !important;
    }

    /* WOOCOMMERCE */
    body .woocommerce .material.product .product-wrap .product-add-to-cart span.text, .woocommerce .material.product .product-wrap .product-add-to-cart > a:hover > span, .woocommerce .material.product .product-wrap .product-add-to-cart a span.text:hover, .woocommerce .material.product .product-wrap .product-add-to-cart:hover a span.text, .woocommerce .material.product .product-wrap .product-add-to-cart a:hover span.text {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .woocommerce .material.product .product-wrap .product-meta {
        padding: 23px 20px 20px 20px !important;
    }

    .woocommerce .material.product .product-wrap .product-meta .prices {
        font-size: 15px;
        line-height: 15px;
        margin-top: 10px;
    }

    .woocommerce .material.product .product-wrap .product-meta .prices span {
        font-size: 18px;
        line-height: 18px;
    }

    .acoplw-badge span.acoplw-badge-icon {
        padding: 5px 9px;
        font-size: 13px;
        line-height: 14px;
    }

    /* NEWSLETTER */
    .newsletter-inner h3 {
        max-width: 270px;
        margin: auto;
        margin-bottom: 20px !important;
    }

    /* OFF CANVAS */
    body #slide-out-widget-area.slide-out-from-right-hover {
        max-width: calc(100% - 0px) !important;
        width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
        -webkit-transform: translate3d(calc(100% - -30px), 0, 0);
    }

    #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
        padding-left: 0px;
        opacity: 0 !important;
        transition: all 0.2s ease !important;
    }

    #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li.open-submenu ul, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li.open-submenu ul {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        transition: all 0.2s ease !important;
        opacity: 1 !important;
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner-wrap {
        width: 100%;
    }

    #slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap p {
        font-size: 13px;
        line-height: 22px;
    }

    #slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap {
        width: 100%;
    }

    /* CART */
    .woocommerce-cart table.cart:not(.wishlist_table) a.remove {
        width: 32px;
        height: 32px;
        font-size: 28px !important;
        line-height: 31px !important;
    }

    /* CHECKOUT */
    .woocommerce-checkout-review-order-table .product-container .cart_item .product-image {
        width: 50px;
    }

    .woocommerce-checkout-review-order-table .product-container .cart_item .product-info {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .woocommerce .col2-set h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 5px !important;
    }

    .woocommerce .col2-set h3 label span {
        font-size: 18px;
        line-height: 18px;
    }

    .checkout #order_review .order-review tbody tr td {
        padding-left: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    /* SLIDE OUT CART */
    .nectar-slide-in-cart .widget_shopping_cart_content {
        padding: 25px;
    }

    body .nectar-slide-in-cart.style_slide_in_click .inner > .header {
        padding: 20px;
        padding-top: 25px;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
        padding: 20px;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
        margin-right: 12px !important;
    }

    body .style_slide_in_click .product-meta > .product-details a {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li a.remove.with_text {
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount * {
        font-size: 17px;
        line-height: 17px;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li .product-details {
        width: calc(100% - 85px);
    }

    .woocommerce.widget_shopping_cart .cart_list li > a > img {
        width: 45px !important;
    }

    .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message [data-inherit-heading-family] {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 18px !important;
    }

    html body .nectar-slide-in-cart.style_slide_in_click li.woocommerce-mini-cart-item.mini_cart_item > .product-meta > .product-details > a {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    /* SEARCH */
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0px !important;
        margin-bottom: 5px !important;
    }

    /* FORMS */
    .gfield.gfield--width-half {
        grid-column: span 12;
    }

    .yesterday-icons h3 {
        font-size: 36px !important;
        line-height: 40px !important;
        text-transform: uppercase !important;
    }
}

/* END */
/* 414 */
@media only screen and (max-width: 414px) {
    /* SLIDE OUT CART */ body .style_slide_in_click .product-meta > .product-details a {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li .product-details {
        margin-bottom: 0px !important;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li span.woocommerce-Price-amount * {
        font-size: 14px;
        line-height: 14px;
    }

    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item > a {
        margin-right: 11px !important;
    }

    .style_slide_in_click .product-meta {
        display: block;
    }

    .style_slide_in_click .product-meta .product-details {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .style_slide_in_click .product-meta span.quantity {
        width: 100% !important;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
        width: 100% !important;
        display: flex !important;
        gap: 20px !important;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity > span {
        width: 100% !important;
        flex-wrap: nowrap !important;
        margin-top: 6px;
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity > span span.woocommerce-Price-amount.amount {
        padding-bottom: 0px;
        text-align: left;
        margin: 0px !important;
        margin-top: 5px !important;
    }

    .woocommerce-mini-cart__empty-message a.button {
        width: auto !important;
    }
}

/* END */
/* 375 */
@media only screen and (max-width: 375px) {
    /* THANK YOU */ .tabbed .wpb_tab ul.products {
        grid-template-columns: 1fr;
    }

    .woocommerce-order p.woocommerce-notice {
        width: 100%;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }

    /* SEARCH */
    #search-outer .products {
        gap: 15px;
    }
}

/* END */
/* 350 */
@media only screen and (max-width: 350px) {
    :root {
        --mobile-container-width: calc(100% - 30px);
    }

    /* HEADER */
    #header-outer .row .col.span_9 > a.mobile-search {
        border-left: 0px !important;
    }

    /* HOMEPAGE */
    .yesterday-icons .inner_row {
        padding: 25px !important;
    }
}

/* END */
/* 320 */
@media only screen and (max-width: 320px) {
}

/* END */
