/*  ====== HOME PAGE ====== */

/* #block-olivero-subtheme-sitebranding{
    display: none;
} */

/* ---- Hero Section ---- */
.theme-hero{
    background-image: url(https://haulproparts.blob.core.windows.net/haulproparts/Images/hero-image.webp);
    background-size: 100% 85%;
    background-repeat: no-repeat;
}
.theme-hero-inner h1{
    padding: 50px 10px;
    text-align: center;
    color: #fff;
    font-size: 58px;
    font-family: var(--font-secondary);
    font-weight: 700;
    margin: 0 auto;
    word-break: auto-phrase;
    animation: hero-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.25s both;
}

.theme-hero-inner h1 .first-line {
    animation: hero-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.25s both;
}
.theme-hero-inner h1 .second-line {
    animation: hero-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
}


/* --- About Us ---*/

.about-us{
    background-image: url('../../../images/image/About-us-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.about-us-box .heading {
    color: #fff;
    font-size: 34px;
}
.about-us-content p {
    font-size: 16px;
    color: #DFDFDF;
    text-align: left;
    line-height: 26px;
}
.about-more-btn {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 3px;
    color: var(--primary-color);
}
.about-more-btn img {
    width: 22px;
}

a.about-more-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
a.about-more-btn:hover img {
    filter:brightness(0) invert(1);
}

/* ---- Footer ---- */
.overlay-image-left {
    position: absolute;
    max-width: 300px;
    bottom: -10%;
    left: -5%;
    opacity: 0.5;
}
.overlay-image-right {
    position: absolute;
    bottom: -140px;
    right: -8%;
    opacity: 0.5;
}
.footer-logo {
    max-width: 360px;
    margin-bottom: 30px;
}
.footer-logo img {
    margin: 0;
}
.footer-contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 10px;
}
.iconed-list li {
    display: flex;
    margin-bottom: 20px;
    gap: 8px;
}
.iconed-list li img{
    width: 20px;
}
.iconed-list li p,.iconed-list li a{
    color:var(--text-color);
    box-shadow:none;
    margin:0px;
    font-size:16px;
}
.iconed-list li a:hover{
    box-shadow: none;
    border: none;
    color: var(--primary-color);
    text-decoration: none;
}
.footer-logo img {
    max-width: 100%;
}


.data_filter {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.data_filter h4 {
    background: #3b3b3b;
    padding: 10px 15px !important;
    color: #fff;
}

.data_filter ul li a {
    padding: 10px !important;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
}
.data_filter ul li a:hover{
    background-color: #fff2f3;
    color:#000;
}

.data_filter ul li a:after {
    content: 'x' !important;
    top: 50% !important;
    transform: translateY(-50%);
    border: none !important;
    font-size: 6px !important;
    font-weight: 600;
    color: #d20000;
    background-color: #ffd0d0;
    width: 13px !important;
    height: 13px !important;
    line-height: 12px !important;
    text-align: center !important;
}

.data_filter .lia {
    background: #fff5f5;
    text-align: center;
    color: #751012;
    font-weight: 500 !important;
}





/* ----- Product Details ----- */
.product-brand{
   display: none; 
}
.product-name h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color:var(--primary-color);
}
.product-data-point li{
    font-size:18px;
    color:#707070;
    padding-bottom: 5px;
    font-weight: 600;
}
.product-data-point li span{
    color: var(--black-color);
    font-weight: 600;
}
.product-other-details {
    /* border-top: 1px solid #D9D9D9; */
    margin-top: 10px;
    padding: 30px 0px;
}
.product-other-details-box {
    padding-bottom: 30px;
}
.product-other-detail-heading h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.product-other-detial-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4d4d4d;
}
.specification-table table {
    width: 100%;
}
.specification-table table td,.specification-table table th{
    padding:5px 8px;
    border:1px solid #e9e9e9;
    color:var(--primary-color);
    font-weight:600;
}
.specification-table table td:first-child{
    color:var(--black-color);
}
.product-image-details {
    border: 1px solid #e9e9e9;
    padding: 20px;
}
.product-image-detail-inner img {
    margin: 0 auto;
}

/*Add to cart message popup*/
.center-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    min-width: 420px;
    max-width: 560px;
    padding: 18px 28px;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    z-index: 9999;
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

/* success */
.center-toast.success {
    background-color: #3a7d2c;
}

/* error */
.center-toast.error {
    background-color: #d9822b;
}
.brand-badge {
    position: relative;
    display: inline-block;
}

/* Tooltip box */
.brand-badge::after {
    content: attr(data-desc);
    position: absolute;
    top: 115%;
    left: 0;
    min-width: 450px;
    max-width: 450px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 12px;
    font-size: 11px;
    line-height: 1.4;
    color: #777;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease;
    z-index: 9999;
    white-space: normal;
}


.pdp-add-cart-btn.product-actions-inline {
    margin-top: 0px;
    max-width: 300px;
    width: 100%;
}
.pdp-add-cart-btn .product-cart-btn{
    font-size:14px;
    padding:5px 10px;
    max-width: 440px;
    width: 100%;
    height: 44px;
    gap: 5px;
}
.pdp-add-cart-btn .product-cart-btn img{
    width:25px;
    top:-2px;
    font-weight:600;
}
.resposive-view{
    display: none;
}
.product-slider  .slider-for {
    border: 1px solid #e9e9e9;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.product-slider .slick-prev,.product-slider .slick-next{
    width: 25px !important;
    height: 25px !important;
}
.product-slider .slick-dots li button:before{
    display: none;
}
.product-slider .slick-prev {
    left: 5px;
}
.product-slider .slick-next {
    right: 5px;
}
.product-slider .slick-arrow svg path {
    fill: var(--primary-color);
}
.product-slider .slider-for .slide-box.slick-slide {
    padding: 0px;
}
.slide-box.slick-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 340px;
}
.product-slider ul.slick-dots {
    bottom: -35px;
}
.product-slider .slick-dots li button {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    padding: 0px;
}
.product-slider .slick-dots li.slick-active button{
    width:15px;
    height:15px;
    opacity:1
}
.product-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0px 4px;
}

/* ====== RESPONSIVE STYLE ====== */

/* ----- (max-width:1320px) ----- */

@media (max-width:1320px) {
    /* Top Header */

    .new-top-header-inner {
        font-size: 13px;
    }
    .left-info, .right-info {
        min-width: 435px;
        max-width: 435px;
    }
}

/* ----- (max-width:1200px) ----- */
@media (max-width:1200px) {
    #block-olivero-subtheme-sitebranding {
        display: block;
    }

    .new-top-header{
        display: none;
    }
    .theme-hero-inner h2 {
        font-size: 46px;
        word-break: auto-phrase;
    }
    .theme-hero-inner .svg-hero-image {
        justify-content: center;
    }
    nav.menu-nav .menu-wrapper {
        position: absolute;
        top: 100%;
        box-shadow:none;
    }
    nav.menu-nav.open .menu-wrapper .menu-item {
        padding: 0;
    }
    nav.menu-nav.open .menu-wrapper .menu-item a {
        display: block;
        padding: 10px;
    }
    button.primary-nav__button-toggle {
        position: absolute;
        top: 6px;
        right: 15px;
        color: #fff;
    }

    nav.menu-nav .menu-wrapper .menu-item:hover .icon--menu-toggle {
        border-color: #fff;
    }
    nav.menu-nav.open .menu-wrapper {min-width: 100%;}

    
    /* --Footer -- */
    .footer-logo {
        margin: 0 auto 30px;
    }
    ul.iconed-list.footer-contact-details {
        width: max-content;
        margin: 0 auto;
    }
    
}


/* ----- (max-width:1024px) ----- */
@media (max-width:1024px) {
    .theme-hero-inner h2 {
        font-size: 36px;
        padding: 20px 0px;
    }
    .breadcrumb-title {
        font-size: 24px;
        display: block !important;
    }
}


/* ----- (max-width:991px) ----- */
@media (max-width:991px) {
    .breadcrumb-title {
        font-size: 18px;
    }
    .about-us {
        background-color: #404042;
        background-image: none;
        padding: 30px 0px;
    }
    .contact-form-wrapper {
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e9e9e9;
    }
    /* PDP */
    .product-slider {
    max-width: 500px;
}
    .product-right-side {
        display: block;
        width: 100%;
    }
    .product-image-details{
        display: none;
    }
    .resposive-view{
        display: block;
    }


    .resposive-view .product-image-details{
        display: block;
        width: 100%;
        height: auto;
    }
    .product-slider,.product-image-container .slider-for,.product-image-container .slider-for .slide-box.slick-slide {
        height: 100%;
    }
    .slick-list.draggable ,.slick-track {
        height: 100% !important;
    }
    /* .slide-box img{
        max-width:100%;
        max-height:450px;
    } */

}


/* ----- (max-width:771px) ----- */
@media (max-width:771px) {
    .new-top-header-inner{
        font-size: 14px;
    }
    .info-wrapper{
        padding: 8px;
    }


}


/* ----- (max-width:551px) ----- */
@media (max-width:551px) {
    .logo img {
        max-width: 140px;
    }
    .new-top-header-inner{
        font-size: 12px;
    }
    .theme-hero-inner h2 {
        font-size: 28px;
    }
}


/* ----- (max-width:320px) ----- */
@media (max-width:320px) {}

/* Show on hover */
.brand-badge:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Toggle button size */
.primary-nav__button-toggle {
  width: 15px !important;
  height: 10px !important;
  position: relative;
}

/*REMOVE DEFAULT + ICON COMPLETELY */
.primary-nav__button-toggle .icon--menu-toggle::before,
.primary-nav__button-toggle .icon--menu-toggle::after {
  content: none !important;
  border: none !important;
}

/*ARROW ICON (▼ / ▲) */
.primary-nav__button-toggle .icon--menu-toggle {
    position: absolute;
    top: -1px;
    left: 3px;
    width: 0;
    height: 0;
    border: solid #404042;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-radius: 0px;
}

/* Arrow UP when submenu is open */
.primary-nav__button-toggle[aria-expanded="true"] .icon--menu-toggle {
    transform: rotate(225deg);
    top: 2px;
}

/* SUBMENU (LEVEL 2)*/
.primary-nav__menu-item--has-children {
  position: relative;
}

.primary-nav__menu--level-2 {
position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 320px;
    margin: 0px;
    padding: 0px;
    visibility: visible;
    opacity: 0;
    max-height: fit-content;
    box-shadow: 0 8px 25px rgb(0 0 0 / 48%);
    z-index: 999;
    border-inline-start: none !important;
    transition: all 2s;
    transform: scaleY(0);
    transform-origin: 0% 0%;
}

/* Vertical submenu items */
.primary-nav__menu--level-2 > .menu-item {
  display: block;
  width: 100%;
}

/* Submenu links */
.primary-nav__menu--level-2 > .menu-item > a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
  text-decoration: none !important;
}

.primary-nav__menu--level-2 a.item-link.is-active,
.primary-nav__menu--level-2 a.item-link.is-active::before,
.primary-nav__menu--level-2 a.item-link.is-active::after {
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background: none !important;
}
li.menu-item.primary-nav__menu-item.primary-nav__menu-item--link.primary-nav__menu-item--level-2 {
    margin-bottom: 0px;
    padding: 0px;
}
.primary-nav__menu--level-2 .menu-item a.is-active {
    background: var(--primary-color) !important;
    color: #fff !important;
}
.primary-nav__menu-item--level-2:hover a{
    color:#fff !important;
}
.primary-nav__menu-item--level-2:hover .item-link {
    color: #fff;
    background-color: var(--primary-color) !important;
}
.primary-nav__menu--level-1 .menu-item:hover .primary-nav__menu-item--level-2 .item-link{
    color:var(--text-color-dark);;
}

.product_img {
	width: 100%;
	height: 100px;
}
.cart-table .product_img {
    max-width: 100%;
    width: unset;
    margin: 0 auto;
    max-height: 50px;
    object-fit: contain;
}

/* Need to check */
.cart-page  .field:not(:last-child){
    margin: 0;
}
.cart-table .field.field--name-product-id.field--type-entity-reference{
    margin: 0 auto;
    font-size: 14px;
    line-height: 125%;
    font-weight: 500;
}

