.products-wrap {
    display: flex;
    flex-wrap: wrap;
}

.products-filter {
    width: 100%;
    margin-bottom: 20px;
}

.products-filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.products-filter ul li {
    margin-right: 10px;
}

.products-filter ul li a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

.products-filter ul li a.active {
    background: #000;
    color: #fff;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-item {
    width: 23%;
    margin: 10px;
    border: 1px solid #000;
    padding: 10px;
}

.product-image img {
    width: 100%;
}

.product-title {
    font-weight: bold;
    margin: 10px 0;
}

.product-excerpt {
    margin: 10px 0;
}

.button-cus {
    text-align: center;
}

.button-cus a {
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.button-cus a:hover {
    background: #fff;
    color: #000;
}

.pagination-custom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-custom a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 5px;
}

.pagination-custom a.current {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #000;
}

.product-single-wrap {
    display: flex;
    justify-content: space-between;
}

.product-single-wrap .right {
    width: 50%;
}

.product-single-wrap .left {
    width: 50%;
}

.product-single-wrap .image {
    width: 100%;
}

.product-single-wrap .image img {
    width: 100%;
}

.product-single-wrap .content {
    padding: 20px;
}

.product-single-wrap .title h1 {
    font-size: 30px;
}

.product-single-wrap .description h3 {
    font-size: 20px;
}

.product-single-wrap .form {
    padding: 20px;
}

.technical-spec {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 10.165px;
    background: var(--Color-2, rgba(0, 90, 161, 0.21));
    box-shadow: 0px 3.388px 5.082px -2.541px rgba(0, 0, 0, 0.10), 0px 1.694px 3.388px -0.847px rgba(0, 0, 0, 0.06);
}

.technical-spec h3 {
    font-size: 20px;
}

.technical-spec button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 5px;
    background: #276EB6;
}

.technical-spec button a {
    text-decoration: none;
    color: #fff;
}

.technical-spec button:hover {
    background: #000;

}

.product-single-wrap .image img {
    width: 100%;
    /* height: -webkit-fill-available; */
    min-height: 550px;
    object-fit: cover;
}




.foot-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-mail p span input {
    width: 100%;
    background: transparent;
    border-radius: 30px;
    border: 1px solid gray;
    color: white;
    padding: 8px 24px;
}

.foot-btn p input.submit-btn {
    border-radius: 60px;
    padding: 9px 22px;
    background: #FAB621;
}

.foot-btn {
    padding-top: 30px;
}

.rotate-icon {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.formgroup {
    display: flex;
    gap: 20px;
}

.name {
    width: 50%;
}

.name input {
    width: 100%;
    border-radius: 10px !important;
    color: #276EB6;
}

.name input::placeholder,
.formfields input::placeholder,
.formfields textarea::placeholder {
    color: #276EB6;
    opacity: 0.5;
    /* Firefox */
}

.formfields input {
    width: 100%;
    border-radius: 10px !important;
    color: #276EB6;
}

.formfields textarea {
    width: 100%;
    border-radius: 10px !important;
    height: 100px;
    color: #276EB6;
}

.from-btns {
    display: flex;
    gap: 40px;
}

.from-btns .sub-btn input {
    color: white;
    background: #276EB6;
    padding: 6px 40px;
}

.from-btns .verify {
    /* 	border: 1px solid #dddddd; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.from-btns .verify p {
    margin-bottom: 0px;
}

.from-btns .verify p .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.from-btns .verify label {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* products page css */

.products-filter ul li a.active {
    background: #276eb6;
    color: #fff;
}

.products-filter ul li a {
    text-decoration: none;
    color: #000;
    padding: 8px 20px;
    border: 1px solid #dddddd;
    border-radius: 40px;
}

.product-item {
    width: 23%;
    margin: 10px;
    border-radius: 10px;
    padding: 0px;
    border: none #dddddd;
}

.button-cus a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: #FAB621;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.3s;
}

.button-cus a:hover {
    background: #276eb6;
    color: #ffffff;
}

.flip-wrap {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.6s;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #dddddd;
}

.product-item:hover .flip-wrap {
    border: none !important;
    box-shadow: none
}


.flip-wrap .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    color: #fff;
    width: 85%;
}

.product-item:hover .flip-wrap {
    transform: rotateY(180deg);
}

.product-item:hover .flip-wrap .content {
    visibility: visible;
    transform: rotateY(180deg) translate(50%, -50%);
}

.product-item:hover img {
    filter: brightness(0.7);
}

.product-title {
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0;
    color: #FAB621;
    text-align: center;
}

.product-excerpt {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
}

.pagination-custom .page-numbers.current {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 5px;

}

.pagination-custom a {
    text-decoration: none;
    color: #000;
    padding: 5px 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 5px;
    background: #276eb6;
}

.pagination-custom a.next {
    background: #ffffff;
}

.page-numbers:hover {
    background: #dddddd;
}

.product-image img {
    width: 100%;
    height: 350px;
    object-fit: fill;
    border-radius: 10px;
}

header.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
}

.sub-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
}

.title h1 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.description h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #276eb6;
}

.description p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333333;
}

.product-single-wrap {
    width: 100%;
    column-gap: 30px;
}

.right {
    width: calc(50% - 30px);

}

.left {
    width: 50%;
}

.right .image {
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    min-height: 550px;
    min-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.right .image img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

.technical-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    background: #c9dceb;
    border-radius: 10px;
    width: 100%
}

.technical-spec h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.technical-spec button {
    padding: 8px 16px;
    border-radius: 8px;
}

.technical-spec button a {
    color: white;
}

.single-post-container {
    margin-top: 30px;
}

/* Catalogue page */
.catalogue-wrap {
    display: flex;
    width: 100%;
    column-gap: 30px;
}

.catalogue-item {
    width: calc(33.3% - 30px);
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 1px 10px;
    padding: 30px;
}

.catalogue-image {
    height: 380px;
    width: 350px;
}

.catalogue-image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.catalogue-title {
    text-align: center;
    margin: 10px 0px;
    font-size: 22px;
    font-weight: 600;
}

.home_products .pagination-custom {
    display: none
}

@media (max-width: 678px) {
    .product-image img {
        width: 100%;
        height: 100px;
        object-fit: fill;
        border-radius: 10px;
    }

    .products-filter ul {
        /* 		max-width:300px; */
        /* 		overflow-x: scroll; */
    }

    .products-filter ul li {
        margin-right: 5px;
    }

    .products-filter ul li a {
        text-decoration: none;
        color: #000;
        padding: 3px 6px;
        border: 1px solid #dddddd;
        border-radius: 40px;
        font-size: 6px;
    }

    .catalogue-wrap {
        display: flex;
        width: 100%;
        gap: 30px;
        flex-direction: column;
    }

    .catalogue-item {
        width: 100%;
        border: 1px solid #dddddd;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0px 1px 10px;
        padding: 30px;
    }

    .catalogue-image {
        height: 380px;
        width: 100%;
    }

    .product-single-wrap .right {
        width: 100%;
    }

    .product-single-wrap .left {
        width: 100%;
    }

    .from-btns,
    .product-single-wrap {
        display: unset;
    }

    .right .image {
        width: 100%;
        min-width: 100%;
    }

    .formgroup {
        display: unset;
    }

    .name {
        width: 100%;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .product-image img {
        width: 100%;
        height: 200px;
        object-fit: fill;
        border-radius: 10px;
    }
}