.customize_product_region {
    padding: 80px 0;
}

.customize_product_region .custom_steps_list {
    display: flex;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.customize_product_region .custom_steps_list li {
    flex: 1;
    color: #ffffff;
    background-color: #001f5b;
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
}

.customize_product_region .custom_steps_list .custom_heading {
    margin-bottom: 16px;
    line-height: 1.25;
    color: #fff;
}

.customize_product_region .custom_steps_list .custom_text {
    line-height: 1.25;
}

.customize_product_region .custom_steps_list .custom_text p {
    margin-bottom: 16px;
}

.customization_and_expertise {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.customization_and_expertise .section_title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 110%;
}

.customization_and_expertise .box {
    display: flex;
    gap: 30px;
}

.customization_and_expertise .item {
    flex: 1;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customization_and_expertise .item .img {
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
}

.customization_and_expertise .item .img img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.customization_and_expertise .item h5 {
    margin-bottom: 8px;
    line-height: 1.25;
}

.customization_and_expertise .item .text {
    line-height: 1.25;
    color: #333;
}

.comp_pdp_tabs_container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.comp_pdp_tabs_container .content_tab_wrapper_title {
    margin-bottom: 15px;
}
.comp_pdp_tabs_container .content_tab_wrapper_text {
    margin-bottom: 25px;
}
.category_product_tab_table .bg_blue_table {
    background-color: #2e469d;
    color: #fff;
    font-weight: 700;
    border-color: #fff !important;
    text-align: left;
    padding: 20px 30px;
}
.category_product_tab_table .black_td,
.category_product_tab_table .blue_no {
    background-color: #f0f0f0;
    border-color: #fff !important;
    text-align: left;
    padding: 20px 30px;
    color: #000;
}
.category_product_tab_table .black_td {
    font-weight: 400;
}
.category_product_tab_table .blue_no {
    font-weight: 700;
}
.category_product_tab_table>:not(caption)>*>* {
    border-width: 3px;
}

.comp_pdp_tabs_container .site-nav-tabs {
    list-style-type: none;
    font-size: 26px;
    font-weight: 700;
    display: grid;
    grid-auto-flow: column;
    gap: 6px;
    grid-auto-columns: max-content;
    align-items: center;
    margin: 0 0 8px;
    background: 0 0;
    box-sizing: border-box;
    padding-left: 0;
    border-bottom: 2px solid #2E469D;
}

.comp_pdp_tabs_container .site-nav-tabs li {
    margin: 0 0 1px 0;
    position: relative
}

.comp_pdp_tabs_container .site-nav-tabs li::before {
    content: none
}

.comp_pdp_tabs_container .site-nav-tabs li.active a {
    color: #ffffff;
    background: #2E469D;
}

.comp_pdp_tabs_container .site-nav-tabs a {
    padding: 10px 25px;
    font-size: 18px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

.comp_pdp_tabs_container .site-nav-tabs a:hover {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: #2E469D;
}

@media (max-width: 767px) {
    .comp_pdp_tabs_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .comp_pdp_tabs_container .content_tab_wrapper_title {
        margin-bottom: 10px;
    }
}

.wgtCatalogContainer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.wgtCatalogContainer .wgtCatalogItem {
    cursor: pointer;
}
.wgtCatalogContainer .wgtCatalogItem:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.wgtCatalogContainer .wgtCatalogItem:nth-child(5) {
    grid-column: 5 / 6;
    grid-row: 1 / 3;
}

.wgtCatalogContainer .wgtCatalogItem:nth-child(9) {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
}

.wgtCatalogContainer .wgtCatalogItem .thumbnail-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition: transform 300ms ease;
    position: relative;
}
.wgtCatalogContainer .wgtCatalogItem:hover .thumbnail-image {
    transform: scale(1.2);
    z-index: 2;
}

.comp_pdp_tabs_container .hide {
    display: none;
}

.comp_pdp_tabs_container .content-tab-wrapper {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .comp_pdp_tabs_container .site-nav-tabs {
        gap: 40px;
    }

    .comp_pdp_tabs_container .site-nav-tabs a {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .pdp-tabs-navigation-container {
        overflow-x: auto;
    }
    .comp_pdp_tabs_container .site-nav-tabs {
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 520px;
        justify-content: flex-start;
    }

    .comp_pdp_tabs_container .site-nav-tabs a {
        font-size: 16px;
        padding: 8px 20px;
    }
    .comp_pdp_tabs_container .content-tab-wrapper {
        padding-top: 30px;
    }
}

.production_processes_section {}

.production_processes_section_print {}

.production_processes_section .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.production_processes_section .section_box .item {
    width: calc(25% - 15px);
    text-align: center;
}

.production_processes_section_print .section_box .item {
    width: calc(50% - 10px);
}

.production_processes_section_finishes .section_box .item {
    width: calc(20% - 16px);
}

.production_processes_section .section_box .item .img {
    width: 100%;
    margin-bottom: 12px;
}

.production_processes_section .section_box .item .img img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.production_processes_section .section_box .item .title {
    font-size: 16px;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .production_processes_section .section_box .item .title {
        font-size: 14px;
    }

    .wgtProductCreativity {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .production_processes_section .section_title {
        margin-bottom: 24px;
    }

    .production_processes_section .section_box {
        gap: 10px;
    }

    .production_processes_section .section_box .item {
        width: calc(50% - 5px);
        text-align: center;
    }

    .production_processes_section_print .section_box .item {
        width: calc(50% - 5px);
    }

    .production_processes_section_finishes .section_box .item {
        width: calc(50% - 5px);
    }
}

.customization_process {
    padding: 80px 0;
    background-color: #ffffff;
}
.customization_process .section_title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 110%;
}
.customization_process .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.customization_process .section_box .item {
    width: calc(25% - 15px);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px #eee;
    text-align: center;
}
.customization_process .section_box .item .image {
    display: block;
    text-align: center;
}
.customization_process .section_box .item .image img {
    display: block;
    width: 100%;
}
.customization_process .section_box .item .title {
    padding: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .customization_process {
        padding: 50px 0;
    }
    .customization_process .section_title {
        margin-bottom: 30px;
    }
    .customization_process .section_box {
        gap: 10px;
    }
    .customization_process .section_box .item {
        width: calc(50% - 5px);
    }
    .customization_process .section_box .item .title {
        padding: 10px;
    }
}

.oem_packaging {
    position: relative;
    background: #f8f8f8;
}
.oem_packaging .section_box {
    display: flex;
}
.oem_packaging .section_box .img,
.oem_packaging .section_box .con {
    width: 50%;
}
.oem_packaging .section_box .img {
    background-image: url(/wp-content/uploads/web/paper-tube-curling.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 6%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oem_packaging .section_box .img:before {
    background: rgba(0,0,0,0.3);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.oem_packaging .section_box .img h4.section_title {
    color: #fff;
    position: relative;
}
.oem_packaging .section_box .con {
    padding: 80px 50px;
}
.oem_packaging .section_box .con .text_basic {
    margin-bottom: 20px;
}
.oem_packaging .section_box .con .text {
    padding: 18px 25px;
    background-color: #dbe3ff;
    border-left: 5px solid #2e469d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}
.oem_packaging .section_box .con .text_hmpvxc {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 15px;
    color: #6f7775;
}
.oem_packaging .section_box .con .text_hmpvxc i {
    font-size: 24px;
    color: #53c99f;
    fill: #53c99f;
    line-height: 1;
}
.oem_packaging .section_box .con .text_kpbypa {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #6f7775;
}
.oem_packaging .section_box .con .text_kpbypa i {
    font-size: 24px;
    color: #fd7e4b;
    fill: #fd7e4b;
    line-height: 1;
}
.oem_packaging .section_box .con .text_but {
    margin-top: 25px;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}
.oem_packaging .section_box .con .text_but a {
    padding: 12px 46px;
    background-color: #2e469d;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
}

@media (max-width: 767px) {
    .oem_packaging .section_box {
        flex-wrap: wrap;
    }
    .oem_packaging .section_box .img,
    .oem_packaging .section_box .con {
        width: 100%;
    }
    .oem_packaging .section_box .con {
        padding: 50px 15px;
    }
}

.inspection_process_and_standards {
    padding: 80px 0;
    background-color: #ffffff;
}

.inspection_process_and_standards .section_title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 110%;
}

.inspection_process_and_standards .section_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.inspection_process_and_standards .section_box .item {
    width: calc(50% - 10px);
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #eee;
}

.inspection_process_and_standards .section_box .item .image {
    width: 80px;
    text-align: center;
}
.inspection_process_and_standards .section_box .item .con {
    margin-left: 10px;
    flex: 1;
}

.inspection_process_and_standards .section_box .item .title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
}
.inspection_process_and_standards .section_box .item .text {
    color: #666;
    font-size: 15px;
}

@media (max-width: 767px) {
    .inspection_process_and_standards {
        padding: 50px 0;
    }
    .inspection_process_and_standards .section_title {
        margin-bottom: 30px;
    }
    .inspection_process_and_standards .section_box {
        gap: 16px;
    }
    .inspection_process_and_standards .section_box .item {
        width: 100%;
    }
    .inspection_process_and_standards .section_box .item .title {
        font-size: 18px;
    }
    .inspection_process_and_standards .section_box .item .text {
        font-size: 13px;
    }
}

.product_box_FAQ {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.product_box_FAQ .section_title {
    margin-bottom: 30px;
    line-height: 110%;
    text-align: center;
}
.accordionFaq {
    border-top: 1px solid #ccc;
}
.accordionFaq .item {
    border-bottom: 1px solid #ccc;
}
.accordionFaq .item .accordion_header {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2E469D;
    cursor: pointer;
    position: relative;
    line-height: 1.25;
}
.accordionFaq .item .accordion_header::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin-top: -12px;
}
.accordionFaq .item .accordion_text {
    padding: 10px 0;
    display: none;
}
.accordionFaq .item .accordion_text p {
    margin-bottom: 12px;
}
.accordionFaq .item.active .accordion_header::after {
    content: "\f106";
}
.accordionFaq .item.active .accordion_text {
    display: block;
}

@media (max-width: 767px) {
    .product_box_FAQ {
        padding: 50px 0;
    }
}

.product_contact {
    padding: 120px 0;
    text-align: center;
    background-image: url(/wp-content/uploads/web/catelog.jpg);
    background-position: center center;
    background-size: contain;
    position: relative;
}
.product_contact::before {
    background-image: linear-gradient(rgba(249, 242, 239, 0.89), rgba(249, 242, 239, 0.89));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.product_contact .ct-container {
    position: relative;
}
.product_contact .section_title {
    margin-bottom: 40px;
    line-height: 110%;
    text-align: center;
}
.product_contact .text {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    line-height: 1.5;
}
.product_contact .contact_button .ct-btn {
    padding: 12px 46px;
    background-color: #2e469d;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
}
@media (max-width: 767px) {
    .product_contact {
        padding: 50px 0;
    }
    .product_contact .section_title {
        margin-bottom: 30px;
    }
    .product_contact .text {
        margin-bottom: 30px;
    }
}