.search-form {
    position: relative;
    display: flex;
}

.search-form input {
    flex: 1;
    padding: 12px;
    border: 1px solid var(--divider-color);
    /* box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04); */
}
.search-form button {
    border: none;
    font-size: 16px;
    font-size: 500;
    background-color: var(--accent-color);
    color: var(--white-color);
    display: inline-block;
    padding: 13px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.search-form input:focus {
    outline: none;
    border-color: var(--accent-color);
}
.search-form button:hover {
    background-color: var(--primary-color);
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.recent-post .media-img {
    margin-right: 15px;
    width: 85px;
    overflow: hidden;
    position: relative;
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
.recent-post .media-img img {
    position: relative;
    width: 100%;
    transition: 0.4s ease-in-out;
}
.recent-post .media-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.media-body {
    flex: 1;
}
.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
}
.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--accent-color);
}
.recent-post .post-title {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 1.4;
    text-transform: capitalize;
}

/* catalogue */
.gallery-items {
}

.photo-gallery {
    flex: 1 1 32%;
    max-width: 32%;
}

.photo-gallery {
    position: relative;
    display: inline-block;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime img {
    width: 100%;
    display: block;
}

.pdf-overlay {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-anime:hover .pdf-overlay {
    opacity: 1;
}

/* dealer Inquiry */

.bg-color-tab {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    padding: 30px;
    margin: 12px;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 14px 15px;
}
.form-control::placeholder {
    font-weight: 400;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--accent-color);
}

.dealer-clients {
    padding-top: 0px;
    padding-bottom: 100px;
}
.form-select,
select {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
    border-radius: 0;
    outline: none;
    box-shadow: none; /* No box-shadow on focus */
    padding: 14px 15px;
}

.form-select,
select::selection {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--divider-color);
}

.form-select:focus,
select:focus {
    box-shadow: none;
    border: 1px solid var(--divider-color);
}

/* career */
.career-container {
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
}
.hiring-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
}
.carrer-card {
    width: calc(33.33% - 20px);
    cursor: pointer;
    text-align: start;
    transition: all 0.4s ease-in-out;
}

.carrer-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: translateY(-10px);
}

.job-detail-title {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--text-color);
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* product page */
.faq-accordion.product-accordian {
    max-height: 275px;
    overflow-y: auto;
}

.faq-accordion.product-accordian img {
    object-fit: contain;
}

.product-accordian .accordion-item {
    border: none;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

.makeStyles-wrap-3 {
    margin-right: 0 !important;
}

.product-accordian .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    min-height: 38px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-accordian .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.product-accordian .accordion-body {
    padding: 0;
}
.checkbox-box {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox-box input {
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: var(--accent-color);
    transition: background 0.3s ease;
}
.checkbox-box input:checked {
    background: var(--accent-color);
}
.checkbox-box label {
    cursor: pointer;
    color: #666;
    font-size: 16px;
    transition: color 0.3s ease;
}
.checkbox-box input:checked + label {
    color: var(--accent-color);
    font-weight: 600;
}
.checkbox-box label:hover {
    color: var(--accent-color);
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    margin-bottom: 50px;
}

.product-item {
    flex: 1 1 calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.orderby {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 10px 15px;
    padding-right: 80px;
}

@media screen and (max-width: 568px) {
    .product-container {
        gap: 20px;
    }

    .product-item {
        flex: 1 1 calc(50% - 20px);
    }

    .service-content p {
        display: none;
    }
}

.product-content {
    margin: 0px;
}
.product-image {
    height: 100%;
}

.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.store__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Responsive */
.mobile__filter {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mobile__filter {
        display: block;
        /* width: 100%; */
    }

    .desktop__filter {
        display: none;
    }

    .mobile__filter-btn {
        width: fit-content;
        padding: 4px 10px;
        border-radius: 5px;
        border: 1px solid #e4e4e4;
        color: white;
        background-color: var(--accent-color);
    }
}

/* Pagination */
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.th-pagination span,
.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #d8dde1;
}

.th-pagination li.active,
.th-pagination span:hover,
.th-pagination li.active,
.th-pagination li.active span,
.th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
    border-radius: 20px;
}

.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}

.page-item.disabled {
    display: none;
}

.page-item .page-link {
    padding: 0 !important;
    border-radius: 20px !important;
    background-color: transparent !important;
}

.page-item:not(:first-child) .page-link {
    margin: 0 !important;
}

.page-item .page-link:hover {
    padding: 0 !important;
    background-color: var(--accent-color) !important;
}

.page-item.active .page-link {
    border-color: var(--accent-color);
}

/* product detail */
.product-swiper {
    padding: 0px;
}
.prodcut-swiper-image {
    width: 100%;
    height: 400px;
}
.prodcut-swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.small-productswiper {
    padding: 20px;
}
.small-productimage {
    width: 100%;
    height: 100px;
}
.small-productimage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail-container {
    padding: 0px 20px;
}
.product-selection {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.dropdown-container {
    margin-bottom: 15px;
}

.dropdown-container label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.dropdown-container select {
    text-align: center;
    width: 100%;
    padding: 11px;
    font-size: 16px;
    border: 1px solid var(--divider-color);
}

.product-size {
    width: 280px;
}
.product-thickness {
    width: 200px;
}
.price-section {
    margin-top: 20px;
}
.price-label {
    margin-bottom: 10px !important;
}
.price-value {
    font-size: 24px;
    font-weight: bold;
    color: var(--accent-color);
    margin: 0px !important;
}

.price-note {
    font-size: 12px;
    color: #666;
}

.inquiry-button {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 30px;
    transition: transform 0.3s;
}

.inquiry-button i {
    margin-left: 10px;
}

.button-inquiry {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.share-popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 16px;
    margin-top: 30px;
    background: var(--accent-color);
    color: #ffffff;
    transition: transform 0.3s;
}

.share-popup:hover {
    background: var(--primary-color);
}
.inquiry-button:hover {
    background: var(--primary-color);
}

.product-brands {
    display: flex;
}
.buy-through {
    margin-top: 20px;
}

.buy-through p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.buy-through img {
    width: 100px;
    height: 60px;
    margin: 0 15px;
    transition: transform 0.3s;
}

.buy-through img:hover {
    transform: scale(1.1);
}

.productdetail-tab .productdetail-tab-link {
    border: none;
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    padding: 10px 20px;
}

.productdetail-tab .productdetail-tab-link.active {
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 0;
}

.tab-content {
    border: 1px solid var(--divider-color);
    border-top: none;
    background-color: var(--white-color);
    padding: 30px;
    color: var(--text-color);
}
.tab-content-text {
    color: var(--text-color);
    text-align: justify;
}
.tab-content ul {
    margin: 0px;
    padding: 0px;
}
.tab-content li {
    line-height: 2;
}
.tab-content strong {
    font-weight: 600;
}

/* modal */
.inquiry-submit-button {
    background-color: var(--accent-color);
    color: var(--white-color);
    border: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.3s;
}
.inquiry-submit-button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
.close-button {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.3s;
}
.close-button:hover {
    background: var(--accent-color);
    color: var(--white-color);
}
.modal-header .btn-close {
    border-radius: none;
    outline: none;
    box-shadow: none;
}

/* Product Filter */

/* Filter */
.category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0;
    padding-left: 17px !important;
    grid-gap: 10px;
    padding-bottom: 20px;
    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid #d4d5d9; */
}

.category__list li {
    list-style: none;
}

.category__item {
    position: relative;
    background-color: #fff;
    text-transform: capitalize;
    color: #3e4152;
    cursor: default;
    font-size: 14px;
    padding: 6px 36px 5px 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    border: 1px solid #d4d5d9;
}

.filter-summary-removeFilter {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 20px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    right: 10px;
    top: 6px;
    margin: 0;
}

.filter-summary-removeIcon {
    vertical-align: middle;
    opacity: 0.7;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.store__widget .offcanvas-header {
    background-color: #50af31;
}

.store__widget .offcanvas-header .h5 {
    margin-bottom: 0;
    color: white;
}

.store__widget .btn-close {
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    background-color: white;
}
