.ast-article-single img {
    box-shadow: none;
}

.tax-main_product_type .site-content .ast-container,
.tax-product_cat .site-content .ast-container {
    max-width: 100% !important;
    padding: 0;
    display: block;
}

.float-prod-wrapp {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 12px 0;
    background: #FFF;
    box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.10);
    z-index: 9;
    transition: all ease-in-out 0.4s;
}

.float-prod-wrapp.float-active {
    bottom: 0;
    transition: all ease-in-out 0.4s;
}

.float-prod {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.float-prod h2 {
    font-weight: 500;
    font-size: 16px;
    color: #003d57;
    margin-bottom: 0;
}

.float-prod-btns {
    display: flex;
    gap: 24px;
}

.float-prod-btns a {
    min-width: 120px;
    justify-content: center;
    line-height: 1;
}

.prod-banner img {
    width: 100%;
}

.prod-list-view {
    background: #fff;
}

.prod-list-view .product-category-icons .prod-cat {
    background: #fafafa;
    border: 1px solid #E6ECEE;
    width: 120px;
    justify-content: flex-start;
    height: auto;
}

.prod-list-view .product-category-icons .prod-cat:hover {
    background: #003d57;
    border: 1px solid #003d57;
}

.prod-list-view .product-category-icons .prod-cat.category_selected {
    background: #003d57;
    border: 1px solid #003d57;
}

.prod-list-view .product-category-icons .prod-cat h4 {
    display: inline;
    word-break: break-all;
    text-align: center;
}

.prod-list-wrapper {
    padding: 16px 0 40px;
}

.prod-page-head h1 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.prod-page-head p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px !important;
}

.lub-types-wrapper h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.lub-types-wrapper .product-category-icons {
    gap: 24px;
}

.custom-shop-container {
    display: flex;
    gap: 48px;
    padding: 40px 0;
    align-items: flex-start;
  min-height: 100vh;
}

.industrial-prod-wrapp {
    background: #fafafa;
}

.shop-sidebar {
    width: 25%;
    flex-shrink: 0;
    top: 73px;
    padding-right: 5px;
}
.shop-sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.shop-sidebar::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.shop-sidebar::-webkit-scrollbar-thumb
{
	background-color: #F9A138;
}
#advancedFilter {
    display: none;
}

.filter-head {
    display: none;
}

.apply-filter {
    display: none;
}

.product-left-side-filter h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}

.filter-list {
    border-top: 1px solid #E7E7E7;
    margin-bottom: 0;
    padding: 24px 0 16px;
}


/* .product-left-side-filter .wpc-filters-section{
   border-top: 1px solid #E7E7E7;
    margin-bottom: 0;
    padding: 24px 0 16px; 
} */

.filter-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.filter-list select {
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    padding: 8px 12px;
    font-size: 14px;
    color: #909090;
    cursor: pointer;
}

.filter-list select option {
    color: #000;
    cursor: pointer;
}

.filter-list select:has(option:checked:not([value=""])) {
    color: #000;
}

.filter-labels {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.filter-labels label {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    padding: 4px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.filter-labels label input {
    color: #003d57;
    border: 1px solid #003d57;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.filter-labels .checkmark {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #121212;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-labels .checkmark i {
    font-size: 10px;
    display: none;
}

.filter-labels label input[type="checkbox"]:checked+.checkmark {
    border: 1px solid #003d57;
    background: #003d57;
}

.filter-labels label input[type="checkbox"]:checked+.checkmark i {
    display: block;
    color: #FFF;
}

.selected-filters-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.selected-filters-list li {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    padding: 4px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.selected-filters-list li .remove-filter {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-products {
    /* width: 100%; */
    flex: 1;
}

#custom-product-list .prodt-total {
    margin-bottom: 24px;
}

.prodt-total {
    font-size: 16px;
    color: #8F9293;
}

.prodt-total b {
    color: #000;
    margin-bottom: 0;
}

.product-bann-image {
    width: 100%;
    margin-bottom: 24px;
}

.product-bann-image img {
    width: 100%;
    border-radius: 20px;
}

.prod-oil-type-wrpp {
    margin-top: 24px;
}

.woocommerce-no-products-found .woocommerce-info {
    background: none;
    border: none;
    text-align: center;
    color: #003d57;
}

.woocommerce-no-products-found .woocommerce-info::before {
    display: none;
}

.shop-products ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px;
    margin-bottom: 0 !important;
}

.shop-products #custom-product-list ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
}

.shop-products ul.products li {
    margin-bottom: 0 !important;
}

.product-card {
    border-radius: 12px;
    background: #FFF;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
}

.industrial-prod-wrapp .product-card h2 {
    text-align: center;
}

.industrial-prod-wrapp .product-card .product-buttons a {
    max-width: 100%;
}

.shop-products ul.products li .product-card:hover {
    border: 1px solid #E7E7E7;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
}

.product-card .product-image {
    border-radius: 12px 12px 0 0;
    background: url(../../../../uploads/2025/08/prod-img-bg.jpg) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 16px;
    height: 180px;
}

.product-image img {
    box-shadow: none !important;
    height: 100% !important;
    object-fit: contain;
}

.product-card h2 {
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: 16px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}

.product-card h2 a {
    color: #003d57;
}

.shop-products ul.products li h2 a {
    color: #000;
}

.product-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 0 16px;
    margin-top: auto;
}

.product-buttons a {
    width: 100%;
    /* max-width: 50%; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 10px !important;
    /* padding-right: 28px !important; */
    position: relative;
}

.product-buttons a i {
    font-size: 12px !important;
}


/* .product-buttons a:after{
content: '';
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
width: 10px;
height: 10px;
}
.product-buttons a.buy-prod-btn:after{
    width: 14px;
height: 14px;
 background: url(../../../../uploads/2025/08/cart-blue.png) no-repeat;
 background-size: contain;
}
.product-buttons a.buy-prod-btn:hover:after{
 background: url(../../../../uploads/2025/07/top-right-cross.png) no-repeat;
 background-size: contain;
} */


/* .product-buttons a.view-details-btn:after{
 background: url(../../../../uploads/2025/07/top-right-cross-white.png) no-repeat;
 background-size: contain;
}
.product-buttons a.view-details-btn:hover:after{
 background: url(../../../../uploads/2025/07/top-right-cross.png) no-repeat;
 background-size: contain;
} */

.shop-products .load-more-wrapper {
    margin-top: 24px;
}

.bottom-form {
    display: flex;
    background: #FAFAFA;
}

.left-image-section {
    width: 100%;
    position: relative;
  background: url(../../../../uploads/2025/08/query-form.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 300px;
}

.left-image-section img {
    width: 100%;
}

.query-form-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 90%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.00);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.query-form-cont h2 {
    color: #FAFAFA;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}

.query-form-cont p {
    color: #FAFAFA;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.query-form-cont span {
    color: #FAFAFA;
    font-size: 12px;
}

.right-form-section {
    width: 100%;
    padding: 40px;
}


/* single-product */

.single-product {
    padding-bottom: 58px;
}

.single-product .site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

.single-product .site-content .ast-container #primary {
    margin: 0 !important;
}

.prod-detail-top {
    background: url(../../../../uploads/2025/06/featured-bg.png) no-repeat;
    background-size: 100%;
    padding: 40px 0;
}

.prod-detail-top .post-head .post-head-cont h1 {
    color: #fafafa;
}

.prod-detail-img-des {
    display: flex;
    gap: 40px;
    padding-top: 32px;
}

.prod-detail-img {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
}

.prod-detail-img .woocommerce-product-gallery {
    width: 100% !important;
    display: flex;
    gap: 24px;
    flex-direction: row-reverse;
}

.prod-detail-img .woocommerce-product-gallery__trigger {
    display: none;
}

.prod-detail-img .woocommerce-product-gallery__wrapper img {
    width: auto !important;
}

.prod-detail-img .flex-viewport {
    flex: 1;
}

.prod-detail-img .woocommerce-product-gallery__wrapper {
    width: 100%;
}

.prod-detail-img .woocommerce-product-gallery__image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: url(../../../../uploads/2025/08/prod-oil.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.prod-detail-img .woocommerce-product-gallery__image a {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-detail-img .woocommerce-product-gallery__image a img {
    height: 100% !important;
}

.prod-detail-img .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.prod-detail-img .flex-control-thumbs .thumbnail-title {
    font-size: 16px;
    color: #E6ECEE;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}

.prod-detail-img .flex-control-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flex-control-list {
    height: 312px;
    overflow: auto;
}

.flex-control-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.flex-control-list::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.flex-control-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}

.prod-detail-img .ast-on-card-button {
    display: none;
}

.prod-detail-img .flex-control-thumbs li {
    margin: 0 !important;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 80px !important;
    height: 80px;
    flex-direction: column;
    cursor: pointer;
}

.prod-detail-img .flex-control-thumbs li span.var-label {
    font-size: 12px;
    color: #fafafa;
    font-weight: 600;
    line-height: 16px;
}

.prod-detail-img .flex-control-thumbs li.flex-active {
    border: 1px solid #F9A138;
    background: #336479;
}

.prod-detail-img .flex-control-thumbs li img {
    width: 48px !important;
}

.main-variation-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../../../uploads/2025/08/prod-oil.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.main-variation-image.no-background-image {
    background-image: none;
}

.main-image-box {
    width: 360px;
    height: 360px;
}

.main-image-box img {
    box-shadow: none;
}

.main-variation-image.no-background-image .main-image-box img {
    border-radius: 20px;
}

.prod-detail-des {
    width: 100%;
}

.prod-detail-des {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.prod-detail-des h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fafafa;
}

.prod-detail-des p {
    font-size: 14px;
    color: #E6ECEE;
}

.prod-detail-des-btns {
    display: flex;
    gap: 16px;
    /* padding: 40px 0; */
}

.oil-features {
    display: flex;
    gap: 24px;
}

.oil-feature-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.oil-feature-list img {
    box-shadow: none;
}

.oil-feature-list p {
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
}

.key-feature-wrpp {
    padding: 40px 0 80px;
    background: url(../../../../uploads/2025/08/key-feature-bg.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.prod-page-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 32px !important;
}

.key-feature-wrpp .prod-page-heading {
    text-align: center;
}

.key-feat-list {
    display: flex;
    justify-content: center;
    gap: 40px;
}


/* .key-feat-box{
    width: 180px;
} */

.key-feat-box h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.key-fea-img {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.key-fea-img img {
    box-shadow: none;
}

.benefits-wrapper {
    display: flex;
}

.benefits-img {
    width: 100%;
}

.benefits-img img {
    width: 100%;
}

.benefits-cont {
    width: 100%;
    padding: 40px;
}

.benefits-cont ul {
    margin-left: 25px;
}

.benefits-cont ul li {
    list-style: disc !important;
    margin-bottom: 10px;
    font-size: 16px;
}

.benefits-cont ul li:last-child {
    margin-bottom: 0px;
}

.you-may-like-wrapp {
    padding: 40px 0;
}

.you-may-like-wrapp h2 {
    text-align: center;
}

.more-prod-slider {
    width: 80%;
    margin: 0 auto;
}

.related.products ul {
    display: block !important;
    width: 80%;
    margin: 0 auto;
}

.related.products ul.slick-slider .slick-slide {
    height: auto !important;
    padding: 0 12px 20px 12px;
}

.related.products ul ul.slick-dots {
    display: flex !important;
}

.woocommerce-tabs {
    display: none !important;
}

.img-video-wrpp {
    padding: 40px 0;
    background: #fff;
}

.img-video-box {
    position: relative;
}

.img-video-box img {
    width: 100%;
    border-radius: 32px;
}

.play-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.play-box .play-icon {
    border-radius: 50%;
    border: 1px solid #F9A138;
    background: rgba(255, 255, 255, 0.25);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.single-product .main-toggle-btn,
.single-product .main-toggle-btn:hover,
.single-product .main-toggle-btn:focus {
    bottom: 70px;
}

.single-product .toggle-options {
    bottom: 120px;
}


/* single-product */

.center-btn {
    display: flex;
    justify-content: center;
}

@media(max-width:767px) {
    .single-product header {
        display: none !important;
    }
    .prod-page-heading {
        font-size: 28px;
        margin-bottom: 15px !important;
    }
    .prod-page-head h1 {
        font-size: 28px;
        text-align: left;
    }
    .prod-page-head p {
        text-align: left;
        font-size: 16px;
    }
    .lub-types-wrapper h2 {
        text-align: left;
    }
    .lub-types-wrapper .product-category-icons {
        gap: 15px;
    }
    .custom-shop-container {
        flex-direction: column;
    }
    #advancedFilter {
        display: inline-flex;
    }
    .filter-head {
        display: block;
        background: #003d57;
        padding: 4px 20px;
    }
    .filter-head a {
        color: #fff;
        font-size: 24px;
    }
    .product-left-side-filter h2 {
        padding: 20px;
    }
    .prod-filter-wrapp {
        display: none;
    }
    .prod-filter-wrapp.filter-active {
        display: block;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
        background: #fafafa;
    }
    .filtcont {
        padding: 0 20px 20px;
        height: calc(100vh - 210px);
        overflow-y: auto;
    }
    .apply-filter {
        display: block;
        padding: 20px;
    }
    .apply-filter button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .shop-sidebar {
        width: 100%;
        position: inherit;
        height: auto;
    }
    .shop-products ul.products,
    .shop-products #custom-product-list ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .product-buttons a {
        height: 30px;
        padding-right: 12px !important;
    }
    .product-buttons a:after {
        position: inherit;
        transform: inherit;
        top: inherit;
        right: inherit;
    }
    .bottom-form {
        flex-direction: column;
    }
    .query-form-cont h2 {
        font-size: 28px;
    }
    .prod-detail-top {
        padding: 20px 0;
        background-size: cover;
    }
    .prod-detail-img-des {
        flex-direction: column;
        gap: 30px
    }
    .prod-detail-img .woocommerce-product-gallery {
        flex-direction: column;
    }
    .prod-detail-img .flex-control-thumbs {
        flex-direction: row;
    }
    .prod-detail-des {
        gap: 24px;
    }
    .prod-detail-cont {
        order: 2;
    }
    .prod-detail-des-btns {
        flex-wrap: wrap;
    }
    .prod-detail-des-btns a.secondary-fill-btn {
        width: 100%;
        justify-content: center;
        font-size: 12px !important;
    }
    .prod-detail-des-btns a.secondary-unfill-btn {
        width: 47%;
        font-size: 10px;
        justify-content: center;
    }
    .oil-features {
        justify-content: center;
        order: 3;
        flex-wrap: wrap;
    }
    .oil-feature-list {
        width: 90px;
    }
    .oil-feature-list p {
        text-align: center;
    }
    .key-feature-wrpp {
        padding: 40px 0px;
        background-size: cover;
    }
    .key-feat-list {
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 20px;
    }
    .key-feat-box {
        /* width: calc((100% / 2) - 20px); */
        width: 120px;
    }
    .key-fea-img img {
        max-width: 76px;
    }
    .key-feat-box h3 {
        font-size: 12px;
    }
    .benefits-wrapper {
        flex-direction: column-reverse;
    }
    .benefits-cont {
        padding: 40px 20px;
    }
    .related.products ul {
        width: 100%;
    }
    .float-prod {
        gap: 8px;
    }
    .float-prod h2 {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .float-prod-btns {
        gap: 8px;
    }
    .float-prod-btns a {
        min-width: 80px;
        font-size: 12px;
    }
    .more-prod-slider {
        width: 100%;
        margin-bottom: 24px;
    }
    .prod-detail-img {
        flex-direction: column;
    }
    .prod-detail-img .flex-control-nav {
        flex-direction: row;
    }
    .flex-control-list {
        height: auto;
        width: 100%;
    }
    .flex-control-list::-webkit-scrollbar {
        height: 0px;
    }
    .prod-detail-img .flex-control-thumbs .thumbnail-title {
        text-align: left;
    }
    .prod-detail-img .flex-control-thumbs li {
        flex: 0 0 auto;
    }
    .img-video-box {
        height: 400px;
    }
    .img-video-box img {
        height: 100%;
        object-fit: cover;
    }
    .right-form-section{
        padding: 20px;
    }
}

@media(max-width:420px) {
    .prod-detail-img .main-image-box {
        width: 280px;
       /* // height: 280px; */
    }
}