:root {
    --bs-font-sans-serif: 'Myriad Pro', sans-serif;
    --primary-color: #DD1416;
    --main-color: #2B2E34;
    --main-blue-color: #009fb4;
    --background-red: #de1417;
    --bs-body-color: #2B2E34;
    --bs-offcanvas-width: 600px !important;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#site {
    overflow: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

input[type="email"]:disabled,
input[type="text"]:disabled {
    background: #eee;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    /*max-width: 77.5rem;*/
    max-width: 95vw;
    padding-left: 2rem;
    padding-right: 2rem;
}

.box-column a .bottom_link {
    background-color: var(--main-blue-color);
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    letter-spacing: .5px
}

.box-column a span {
    padding-right: 50px;
    color: #fff
}

.box-column a .bottom_link::after,
.blue-linkbox::after,
.product-item .arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    right: 10px;
    -webkit-mask: url(../img/angle-right.svg) no-repeat 100%;
    mask: url(../img/angle-right.svg) no-repeat 100%;
    width: 20px;
    height: 20px;
    background-color: #fff
}

.box-column a .bottom_link path {
    fill: #fff
}

.img-seminars-link {
    height: 144px;
    background-size: cover;
    background-position: center
}

.blog-item .feature-img {
    position: relative;
    padding-top: 80%;
    overflow: hidden;
    border-right: 2px;
    margin-bottom: 15px;
}

.blog-item .feature-img>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-item .feature-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out 0s;
}

.blog-item:hover .feature-img img {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out 0s;
}

.blog-item h4 a {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
}

.blog .blog-item h4 a {
    height: 60px;
    overflow: hidden;
    display: block;
}

.blog-item .meta {
    color: red;
    font-size: 0.875rem;
    margin-bottom: 35px;
}

.btn-arrow {
    background-color: var(--main-blue-color);
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
    width: 100%;
    letter-spacing: .5px
}

.btn-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    right: 10px;
    -webkit-mask: url(../img/angle-right.svg) no-repeat 100%;
    mask: url(../img/angle-right.svg) no-repeat 100%;
    width: 20px;
    height: 20px;
    background-color: #fff
}

.seminar-grey-box {
    background-color: #dbdbdb;
    padding: 20px 20px 10px;
    margin-bottom: 20px
}

.btn-contact {
    background-color: var(--main-blue-color);
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 10px 15px
}

.btn-contact a {
    position: relative;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.btn-contact a::after {
    position: absolute;
    content: '\e258';
    top: 5px;
    right: 0;
    display: inline-block;
    -webkit-mask: url(../img/angle-right.svg) no-repeat 100%;
    mask: url(../img/angle-right.svg) no-repeat 100%;
    width: 20px;
    height: 20px;
    background-color: #fff
}

.contact-list {
    list-style: none;
    padding: 0
}

.contact-list li {
    margin-top: 5px
}

.card {
    border-radius: 0 !important
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--main-blue-color);
    border-color: var(--main-blue-color)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--main-blue-color);
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: var(--main-blue-color);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

#seminar-list-wrapper thead {
    background-color: #333;
    color: #FFF
}

#seminar-list-wrapper th {
    padding: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

#seminar-list-wrapper tbody tr td {
    padding: 20px 8px 20px 0
}

#seminar-list-wrapper tbody tr {
    border-bottom: 1px solid #333
}

.vacancies-available {
    width: 30px;
    height: 30px;
    background-color: #00b403;
    display: inline-block
}

.box-filter {
    padding: 10px;
    background-color: #dbdbdb
}

.reference-select-filter select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 0;
    margin-right: 1rem;
    min-width: 250px;
    border: 1px solid var(--main-blue-color)
}

.archive-title {
    font-size: 33px;
    font-weight: 400
}

.btn-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: var(--main-blue-color);
    text-align: center;
    line-height: 30px;
    float: right
}

.post-type-archive {
    height: auto
}

.row-divisor {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.custom-logo-link img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
    width: auto
}

.site-navigation {
    /*background-color: #df1417;*/
    background-color: var(--main-blue-color);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0
}

.main-navigation {
    width: 100%
}

#primary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.main-navigation .menu>li {
    margin-left: 25px;
}

.main-navigation .menu>li>a {
    color: var(--wp--preset--color--black);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
}

.main-navigation .menu>li>a:hover,
.main-navigation .menu>.current_page_item>a {
    text-decoration: underline
}

.header-search {
    width: 100%;
    position: absolute;
    z-index: 10;
}

body div.asl_w .probox .promagnifier {
    width: 40px
}

body div.asl_w .probox .promagnifier .innericon svg {
    fill: #a8a8a8;
    width: 50px
}

body #ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
    padding: 0;
    margin: 0
}

.search-form {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 55px;
    background: #e6e6e6;
    z-index: 10;
}

body #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 11px;
    border-top: 2px solid #dbdbdb !important;
    border-bottom: 2px solid #dbdbdb !important
}

body #ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 36px
}

body #ajaxsearchlite1 .autocomplete {
    display: none !important
}

.search-form input[type="text"] {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px 15px 50px;
    width: 100%;
    box-shadow: none !important;
}

.search-form .fa-magnifying-glass {
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    font-size: 1.8em;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
}

.header-search .search-ajax {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    width: 100%;
    background: rgb(0 0 0 / 50%);
    transform: translateX(-50%);
    padding: 35px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
    /*max-height: 100vh;*/
    overflow: auto;
}

.search-result-wrap {
    background: #fff;
    padding: 30px;
}

.search-result-wrap h3 {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-item .post-type h5:before,
.search-result-wrap h3:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    background-color: var(--background-red)
}

.post-item .post-type h5:before {
    margin-left: 0;
    left: 0;
}

.post-item .meta {
    font-style: italic;
    color: var(--background-red);
    margin-bottom: 15px;
}

.post-item .post-type h4 {
    margin-bottom: 0;
}

.post-item h4 a {
    color: var(--main-color)
}

.post-item .post-type h5 {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.search-result-wrap .search-text {
    text-align: center;
}

.search-result-wrap .search-text>span {
    font-weight: bold;
}

.search-filters {
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.search-filters p.label {
    margin-bottom: 0;
}

.search-filter .item {
    display: flex;
    align-items: center;
}

.search-filter select {
    box-shadow: none;
    border-radius: 10px;
    padding: 5px 30px 5px 5px;
}

.close-search {
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.search-filter .item .label {
    white-space: nowrap;
    padding-right: 5px;
}

.post-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.post-item {
    border: none;
    margin-bottom: 15px;
    padding: 15px;
    background: #eee;
    position: relative;
}

.post-item .heateor_sss_sharing_container {
    position: absolute;
    right: 5px;
    top: 5px;
}

.post-item .heateor_sss_svg {
    background: var(--main-color) !important;
    width: 25px !important;
    height: 25px !important;
}

.post-item a {
    color: var(--main-color);
}

.search-result-wrap .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination-info {
    margin-right: 10px;
}

.ssbp-wrap .ssbp-list p {
    display: none;
}

.search-form label {
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
}

.search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0 10px
}

.search-form .search-submit svg,
.contact-box svg {
    width: 30px;
    height: 30px
}

.search-form .search-submit svg path,
.contact-box svg {
    fill: #a8a8a8
}

.header-right {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

.top-navigation {
    font-size: 15px;
}

.header-right .contact-box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
    color: #fff;
    line-height: 1.4
}

.header-cart {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.header-cart a {
    color: var(--bs-body-color);
}

.header-cart a i {
    color: var(--primary-color);
}

.header-right {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

.top-navigation {
    font-size: 15px;
}

.header-right .contact-box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
    color: #fff;
    line-height: 1.4
}

.header-right .contact-box p {
    margin: 0
}

.header-right .contact-box .country {
    font-size: 11px;
    color: #a8a8a8
}

.header-right .contact-box .city {
    font-size: 14px;
    color: var(--main-blue-color)
}

.header-right .contact-box .phone {
    font-size: 14px;
    color: #313131
}

.contact-box svg {
    display: inline-block;
    margin-left: 10px
}

.site-branding {
    padding: 30px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    position: relative;
}

.footer-top {
    padding-top: 50px;
    background: #323233;
    color: #fff;
    font-size: 1.125rem;
    padding-bottom: 60px;
}

.widget-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 800;
}

.footer-brand .heading {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.footer-right {
    padding-top: 72px;
    padding-left: 10%;
}

.datwyler-mobility ul {
    padding-left: 0;
    columns: 2;
    margin-bottom: 33px;
}

.footer-right .wp-block-social-links {
    margin-bottom: 0;
    margin-top: 30px;
}

.footer-right .wp-block-social-links .wp-social-link a {
    padding: 0;
    font-size: 2.5rem;
}

.datwyler-mobility h5,
.datwyler-mobility li {
    list-style: none;
    font-size: 1.5rem;
    font-weight: 900;
    text-decoration: underline;
    margin-bottom: 30px;
}

.site-footer a {
    color: #fff
}

.site-footer .widget {
    margin-bottom: 0
}

.footer-contact .footer-contact-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start
}

.footer-contact .ft-contact-right {
    width: 50%
}

.site-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 100px;
    columns: 3;
    line-height: 1;
}

.site-footer .menu li {
    margin-bottom: 20px
}

.wp-block-social-links .wp-social-link {
    background: transparent !important;
}

.footer-linklist .menu li {
    margin-bottom: 10px;
    display: block
}

.site-footer .footer-bottom {
    background: var(--main-blue-color)
}

.footer-bottom .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 19px 0
}

.footer-bottom .menu li a {
    color: #303030;
    font-size: 16px
}

.footer-bottom .menu li a::after {
    content: '|';
    display: inline-block;
    padding: 0 7px
}

.footer-bottom .menu li:last-child a::after {
    content: none
}

.footer-bottom .menu li.has-no-link a {
    cursor: auto;
    text-decoration: none
}

.card-header svg {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--main-blue-color);
    fill: #fff;
    opacity: 0;
    padding: 0 5px
}

.card-header .collapsed .icon-up {
    opacity: 0
}

.card-header .collapsed .icon-down,
.card-header .icon-up {
    opacity: 1
}

.blue-linkbox,
.gray-linkbox {
    margin-bottom: 10px;
    position: relative;
    background-color: var(--main-blue-color);
    padding: 10px 24px 10px 16px;
    min-height: 60px;
    width: 100%;
    display: table
}

.blue-linkbox a,
.gray-linkbox a {
    display: table-row-group
}

.blue-linkbox div,
.gray-linkbox div {
    display: table-row;
    vertical-align: middle;
    height: inherit
}

.blue-linkbox div h1,
.gray-linkbox div h1,
.blue-linkbox div h2,
.gray-linkbox div h2,
.blue-linkbox div h3,
.gray-linkbox div h3,
.blue-linkbox div p,
.gray-linkbox div p,
.blue-linkbox a,
.gray-linkbox a {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 19px;
    color: #fff;
    text-decoration: none
}

.blue-linkbox p,
.gray-linkbox p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    font-size: 14px
}

#home_slider {
    height: 360px
}

.carousel .carousel-indicators {
    width: 100%;
    padding-left: 358px;
    padding-right: 60%;
    left: 0;
    margin: 0;
    padding-right: 50%
}

.carousel .carousel-indicators li {
    border-radius: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 0;
    margin: 0 6px;
    cursor: pointer
}

.carousel .carousel-indicators li.active {
    background-color: #df1417
}

.carousel .carousel-inner {
    height: 100%
}

.carousel .item {
    height: 100%
}

.carousel .item .item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-left: 40%;
    background-origin: content-box
}

.carousel .item .item-background .item-inner-background {
    background: linear-gradient(-61deg, transparent 49.95%, var(--main-blue-color) 50%, #00cde8 95%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(-61deg, transparent 39.95%, var(--main-blue-color) 40%, #00cde8 95%)
}

.carousel .item .overlay-image {
    height: 100%
}

.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
}

.carousel .item .carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align: left;
    color: #fff;
    padding-top: 68px;
    padding-left: 358px;
    text-shadow: initial;
    padding-right: 50%
}

.carousel .item .carousel-caption * {
    color: #fff
}

.box-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3)
}

.boxes-menu .box-column {
    margin-bottom: 35px
}

.boxes-menu .box-column a {
    display: block;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden
}

.boxes-menu .box-column a .img {
    background-size: cover;
    background-position: center;
    height: 180px
}

.boxes-menu .box-column a .bottom_link {
    background-color: var(--main-blue-color);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    width: 100%;
    letter-spacing: .5px;
    white-space: nowrap;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px
}

.boxes-menu .box-column a span {
    padding-right: 35px;
    color: #fff
}

.boxes-menu .box-column a .bottom_link::after,
.blue-linkbox::after,
.product-item .arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: 10px;
    -webkit-mask: url(../img/angle-right.svg) no-repeat 100%;
    mask: url(../img/angle-right.svg) no-repeat 100%;
    width: 20px;
    height: 20px;
    background-color: #fff
}

.boxes-menu .box-column a .bottom_link path {
    fill: #fff
}

.site-content {
    /*margin-bottom: 60px;*/
    min-height: 330px;
    width: 100%;
    overflow: hidden;
}

.blog .site-content {
    margin-bottom: 0;
}

.backbutton::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    -webkit-mask: url(../img/angle-left.svg) no-repeat 100%;
    mask: url(../img/angle-left.svg) no-repeat 100%;
    width: 20px;
    height: 20px;
    background-color: #fff
}

.backbutton {
    display: inline-block;
    background-color: var(--main-blue-color);
    color: #fff !important;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 19px;
    position: relative;
    padding: 4px 12px 4px 35px;
    border-radius: 2px
}

.navbar-toggler {
    display: none
}

.top-header {
    background: #313131;
    padding: 5px 0
}

.top-header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center
}

.top-header .menu>li>a {
    color: #fff;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px
}

.woocommerce .product-list .product-item {
    margin: 0 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid var(--wp--preset--color--black);
}

.woocommerce .product-list .product-item:first-child {
    border-top: 1px solid var(--wp--preset--color--black);
}

.woocommerce .products .product-item .woocommerce-loop-product__title {
    font-size: 18px !important;
    color: var(--main-blue-color)
}

.woocommerce ul.products li.product .price {
    color: #333;
    font-weight: 700;
    font-size: 1em
}

.woocommerce .products .product-item p {
    margin-bottom: 0
}

.woocommerce .products .product-item a {
    color: #313131
}

.related.products .product-item .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.related.products .product-item .product-dcription {
    display: none
}

.related.products .product-item {
    border: none !important
}

.product-filter,
.product-filter-ajax {
    background: #eee;
    padding: 15px 15px 0;
    border-radius: 2px;
    margin-bottom: 20px
}

.product-filter .filter-item,
.product-filter-ajax .filter-item {
    margin-bottom: 15px
}

.product-item .arrow {
    display: flex;
    position: absolute;
    background: var(--main-blue-color);
    width: 38px;
    height: 38px;
    top: 10px;
    right: 0;
    justify-content: center;
    align-items: center
}

.product-item .arrow::after {
    position: inherit;
    right: 11px;
    top: unset;
    width: 25px;
    height: 25px
}

.product-filter .filter-item select,
.product-filter-ajax .filter-item select {
    border-radius: 2px
}

.loading-ajax {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgb(255 255 255 / 80%);
    left: 0;
    top: 0;
    z-index: 999
}

.loading-ajax-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.wpml-ls-menu-item .wpml-ls-flag {
    width: auto;
    height: 10px
}

.menu .menu-item {
    position: relative
}

.menu .sub-menu {
    padding: 0 20px;
    margin: 0;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 2px;
    top: 100%;
    text-align: left;
    width: 270px;
    height: 0;
    transition: all .2s linear 0;
    overflow: hidden;
    list-style: none;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}

.menu .menu-item-has-children:hover .sub-menu {
    height: auto;
    transition: all .2s linear 0s
}

.menu .sub-menu li:first-child {
    margin-top: 10px
}

.menu .sub-menu li:last-child {
    margin-bottom: 10px
}

.menu .sub-menu a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.menu .sub-menu a:hover {
    text-decoration: underline;
}

.menu .wpml-ls-item {
    padding: 3px 0
}

.menu .wpml-ls-item>a {
    color: #fff
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.btn.focus,
.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: 0;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5)
}

#regForm {
    background-color: #fff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px
}

input.invalid,
.form-control.invalid:focus {
    border-color: #dc3545;
}

.tab {
    display: none;
    max-width: 800px;
    margin: 0 auto
}

.agree-term-condition a {
    text-decoration: underline;
}

.agree-term-condition input {
    opacity: 0;
}

#prevBtn {
    background-color: #bbb
}

.step__bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.step {
    flex-basis: 33.333333%
}

.step p {
    display: block
}

.step p span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: red;
    color: #fff;
    line-height: 30px;
    margin-right: 7px
}

.step .step__line {
    height: 3px;
    width: 100%;
    background-color: #333;
    border: 1px solid #333;
    display: block
}

.step.active .step__line {
    background-color: #fff
}

.confirm-email {
    font-size: 18px
}

.confirm-email strong {
    display: block
}

.prefix-tel {
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    color: #666;
    font-weight: 600
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-bottom: 50px
}

.button-cancel {
    background: #6c757d;
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-delay: 0;
    position: relative;
    color: var(--main-color);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    display: none;
}

.show-email-share {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
    right: 16px;
    bottom: 16px;
    color: #fff;
    font-size: 1.5em;
}

.show-email-share.show-quote-button {
    background-image: url(../img/RFQ.svg);
    bottom: 75px;
    width: 50px;
    height: 50px;
    background-size: 85px;
    background-position: center;
    background-color: #ddd;
    border-radius: 50%;
}

.show-email-share .dropdown-item {
    font-size: 1.15rem;
}

.show-email-share .dropdown-toggle {
    background: #d51c23 !important;
    border-color: #d51c23 !important;
}

.show-email-share .dropdown-toggle::after {
    display: none;
}

.show-email-share .dropdown-menu i {
    color: #45bfe1;
}

.show-email-share .dropdown-toggle {
    background: #e6e6e6 !important;
    border-color: transparent !important;
    padding: 0px 10px;
    font-size: 1.85rem;
    color: #d51c23;
    border-radius: 50%;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0
    }
}

.multisteps-form__progress-btn.js-active {
    display: block;
}

.multisteps-form__form {
    position: relative
}

.multisteps-form__panel {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-grid .product a img,
.related.products .product img {
    min-height: 230px;
    max-height: 230px;
    object-fit: contain;
    border: 1px solid #ebebeb;
    padding: 5px;
    border-radius: 2px
}

.related.products .product img {
    min-height: 180px;
    max-height: 180px
}

.quickview-product .summary.entry-summary {
    margin-top: 0 !important
}

.quickview-product .product_title {
    font-size: 26px;
    margin-bottom: 10px !important
}

.quickview-product .summary.entry-summary>* {
    margin-bottom: 10px !important
}

.quickview-product .woocommerce-product-gallery {
    opacity: 1 !important
}

.woocommerce-downloads .woocommerce-Message {
    display: none
}

.woocommerce div.product .woocommerce-variation-availability {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.woocommerce div.product .qty-color {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: block;
    margin-left: 10px
}

.woocommerce div.product .qty-color.empty {
    border: 1px solid red;
}

.woocommerce div.product td>.qty-color {
    width: 18px;
    height: 18px
}

.woocommerce-notices-wrapper {
    margin-bottom: 15px
}

.pdp-document {
    border-bottom: 1px solid;
    padding: 15px 0 10px;
    border-top: 1px solid;
    position: relative;
}

.pdp-document h5 {
    position: absolute;
    top: -17px;
    left: 0;
    display: inline-block;
    background: #eee;
    padding-right: 10px;
}

.pdp-document .document-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 35px
}

.pdp-document .document-item:last-child {
    margin-right: 0
}

.kt-accordion-pane {
    margin-bottom: 20px
}

.kt-accordion-pane .kt-blocks-accordion-header {
    color: #313131;
    background: #dbdbdb;
    font-weight: 400
}

.parner-section .parner-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #666;
    padding: 15px 0
}

.parner-section .parner-item>* {
    width: 33.33%
}

.wp-block-table td {
    padding: 10px
}

.postid-2330 .wp-block-kadence-column .wp-block-image {
    margin: 0
}

.wp-pagenavi {
    clear: both
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: var(--wp--preset--color--black);
}

.wp-pagenavi span.current {
    font-weight: 700
}

.news-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.company-news .col-12:last-child .news-item {
    border-bottom: 0
}

.news-item .date-meta {
    font-size: 14px
}

.news-item .new-title {
    font-size: 20px;
    margin-top: 5px;
    display: block
}

.news-item .new-title:hover {
    color: var(--main-blue-color)
}

li>ul,
li>ol {
    list-style: circle
}

.serminar-meta,
.serminar-contact {
    background-color: #dbdbdb;
    padding: 20px;
    margin-bottom: 20px
}

.serminar-meta p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    color: inherit
}

.table td.train-date {
    min-width: 155px;
    line-height: 35px
}

.differ-participant {
    padding-bottom: 35px
}

#coupon_code {
    min-width: 200px;
    line-height: 19px;
    border-radius: 3px
}

.wcb2b_login_message a {
    color: var(--main-blue-color) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.show-language img {
    margin-right: 5px;
    margin-top: -2px
}

.product-standard-image {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.product-standard-image img {
    max-width: 40px
}

.cabling_language_list img {
    max-width: 18px
}

.cabling_language_list td a span {
    display: none
}

.cabling_language_list td .international span {
    display: inline-block
}

.wpcf7-field-group-add,
.wpcf7-field-group-remove {
    padding: 3px 10px;
    margin-right: 6px
}

#number-reels-groups {
    margin-bottom: 1em
}

#number-reels-groups .form-group {
    margin-bottom: 5px
}

#number-reels-groups p {
    margin-bottom: 5px
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    margin: 0
}

.wp-block-image .alignright {
    margin-top: 0
}

.single .site-main .container .row .boxes-menu {
    margin-top: 38px
}

.single .boxes-menu .box-column a .bottom_link {
    min-height: 50px
}

h2 {
    font-size: 2em;
    margin: 0 0 .67em;
}

.contact-item .more-if span {
    display: block
}

.contact-child {
    margin-left: 15px
}

.variation-modal .close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    z-index: 10
}

.variation-modal .modal-title {
    display: block;
    width: 100%;
    text-align: center
}

.variation-modal .modal-title>span {
    border: 1px solid #7e7e7e;
    padding: 5px 10px;
    border-radius: 2px
}

.product.product-type-variable .summary .variations_form {
    display: none
}

.variation-modal form .variations,
.variation-modal form .woocommerce-variation-description,
.variation-modal form .variation-meta {
    display: none
}

.menu .menu-item .lang-title {
    text-decoration: underline
}

.download-content {
    padding: 20px 0;
    border-bottom: 1px solid var(--wp--preset--color--black);
}

.download-content .dl-content>a {
    font-size: 18px;
    margin-bottom: 5px;
    display: block
}

.search-result {
    padding-bottom: 15px;
}

.header-search button[type=submit] {
    background: none;
    color: #a8a8a8;
    padding: 0;
    font-size: 2em;
    margin-left: 10px
}

.cn-privacy-policy-link {
    display: none
}

.variation-description {
    white-space: normal
}

.header-right .contact-box a {
    color: #313131;
}

.password-help {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

.password-help ul {
    list-style-type: disc;
    padding-left: 15px;
    padding-top: 10px;
}

/*.iti {
    width: 100%;
    max-width: 100%;
}*/
.iti--separate-dial-code {
    display: block;
}

.section-hero .slide-inner {
    width: 100%;
    height: 600px;
}

.section-hero .slide-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-inner-container {
    position: absolute;
    width: 1240px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.hero-content-subtitle {
    width: 300px;
    padding: 10px 30px;
    background-color: #333;
}

.hero-content-main {
    padding: 0 30px;
    text-align: center;
}

.hero-content-subtitle p {
    color: #fff;
    font-size: 18px;
    font-family: MyriadProBold, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

.hero-content-main h2 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 0;
    font-weight: 900;
}

.hero-content-main .pre-heading {
    font-size: 4.1875rem;
    color: #fff;
    margin-bottom: 55px;
    line-height: 1;
}

.flickity-prev-next-button.previous {
    left: 40px;
}

.flickity-prev-next-button.next {
    right: 40px;
}

.flickity-prev-next-button {
    padding: 0;
    color: #008294;
    background: transparent !important;
    border: 3px solid #008294;
    width: 69px;
    height: 69px;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #008294;
    position: initial;
}

.flickity-prev-next-button.previous .flickity-button-icon {
    border-left: none;
    border-right: 17px solid #008294;
}

.main-button {
    display: inline-block;
    padding: 9.5px 38px;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    letter-spacing: 0.76px;
    font-size: 2.375rem;
}

.main-button:hover {
    border-color: #333;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.section-solution {
    position: relative;
    margin-bottom: 80px;
}

.section-solution h2,
.section-news h2 {
    font-size: 32px;
    color: var(--main-blue-color);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.spotligth-box {
    padding-top: 10px;
}

.section-news {
    position: relative;
    padding: 80px 0;
    background-color: #f2f2f2;
}

.section-news .decor-img {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 75px;
}

.section-news .decor-img img {
    width: 100%;
}

.section-news .discover-more {
    position: absolute;
    width: 240px;
    right: 60px;
    top: 11px;
}

.section-news .discover-more a {
    display: block;
    font-size: 13px;
    color: #dadada;
    border-bottom: 1px solid #c6c6c6;
}

.home .site-content {
    margin-bottom: 0;
}

.news-list-slider {
    position: relative;
}

.flickity-page-dots {
    bottom: -22px;
}

/* dots are lines */
.flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
}

.spotligth-img {
    position: relative;
    padding-top: 100%;
    margin-bottom: 15px;
}

.spotligth-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotligth-text {
    margin-bottom: 15px;
    min-height: 110px;
}

.section-news .news-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.section-news .top-title {
    background-color: #333;
    padding: 13px 15px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.news-picture {
    position: relative;
}

.section-news .news-picture img {
    height: 400px;
    object-fit: cover;
}

.section-news .news-head {
    padding-top: 25px;
    margin-bottom: 0;
}

.news-head p {
    color: var(--main-blue-color);
    font-size: 24px;
    line-height: 30px;
}

.section-news .news-subtitle p {
    font-size: 16px;
    line-height: 22px;
}

.section-news .news-item {
    margin-right: 30px;
}

.input-error {
    color: #dc3545;
    font-size: 12px;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

.site-map-wrapper {
    padding-left: 0;
    list-style: none;
}

.site-map-wrapper>li>a {
    font-weight: 700;
    font-size: 20px;
}

.site-map-wrapper li>ol,
.site-map-wrapper li>ul {
    margin-left: 0;
}

.site-map-wrapper>li>ul {
    list-style: disc;
}

.site-map-wrapper>li>ul>li>ul {
    list-style: square;
}

.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255 255 255 / 85%);
    top: 0;
    left: 0;
    display: none;
}

.loading-wrap .spinner-border-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 3em;
}

body.has-loading {
    overflow-y: hidden;
}

.comment-awaiting-moderation {
    background: darkorange;
    padding: 2px;
    border-radius: 2px;
    color: #fff;
    margin: 5px 0;
    display: inline-block;
    font-size: 12px;
}

/* Style the comment section container */
.comments-area {
    padding: 20px 0;
}

/* Style the individual comments */
.comment {
    margin-bottom: 20px;
    border-bottom: 1px solid #111;
    padding: 10px 0;
}

.comment:last-child {
    border-bottom: none
}

/* Style the comment author's name */
.comment-author {
    font-weight: bold;
}

.comment-list {
    list-style: none;
    padding: 0;
}

/* Style the comment date and time */
.comment-metadata {
    font-style: italic;
    color: #888;
}

.comment-body {
    position: relative;
    padding-left: 80px;
}

.comment-body .photo {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.comment .says {
    display: none;
}

.comment-author {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}

.comment-time {
    margin-left: 10px;
    color: #808080;
}

.comment .reply a {
    text-transform: uppercase;
    color: red;
    margin-left: 10px;
}

/* Style the comment content */
.comment-content {
    margin-top: 10px;
}

/* Style the comment reply link */
.comment-reply-link {
    font-size: 14px;
    color: #0073e6;
}

/* Style the comment form */
.comment-form {
    margin-top: 20px;
}

/* Style the comment form labels and input fields */
.comment-form label {
    font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

/* Style the submit button */
.comment-form .form-submit input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author {
    padding-right: 30px;
}

/* Style the submit button on hover */
.comment-form .form-submit input[type="submit"]:hover {
    background-color: #005bbd;
}

#cancel-comment-reply-link {
    font-size: small;
    color: var(--primary-color);
    margin-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.comments-title,
.comment-reply-title,
.wp-block-heading {
    font-size: 1.5em;
}

.footer-logo {
    margin: 0 0 30px;
}

.footer-brand .d-flex {
    align-items: center;
}

.footer-brand .brand {
    margin-right: 30px;
}

.footer-brand .brand img {
    display: inline-block;
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.top-navigation .my-account-item i,
.top-navigation .sign-in-item i {
    color: #108293;
}

.top-navigation .search-item i,
.menu-toggle .fa-bars {
    color: var(--primary-color);
}

.top-navigation .sign-in-item {
    margin-right: 22px;
}

.menu-toggle,
.top-navigation .search-item {
    cursor: pointer
}

.woosc-btn {
    padding: 5px 10px;
    height: 35px;
    margin: 0 5px;
    border-radius: 4px;
}

.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 50px;
    height: 250px;
    text-align: center;
}


.page-header.has-background .entry-title {
    color: #fff;
    text-shadow: 0 0 4px rgb(0 0 0 / 75%);
}

.page-header .entry-title {
    font-size: 3rem;
    font-weight: 900;
}

.page-header.has-background::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: -1;
}

.page-header .wp-post-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
}

.entry-sub-title {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 0;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    font-size: 14px;
}

/* RESPONSIVE */
.main-navigation .search-form {
    display: none
}

ul.bbp-replies .heateor_sss_sharing_container {
    display: none;
}

.bbp-breadcrumb {
    display: none;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: 100vw;
    padding-left: 3px;
    padding-right: 3px;
}

/* JM 20230918 added styles for hover on my-account */
.account-dropbtn {
    color: white;
}

.account-dropdown {
    position: relative;
    display: inline-block;
    padding: 12px 0px 12px 16px;
    cursor: pointer;
    font-size: 12px;
}

.account-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.account-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.account-dropdown-content a:hover {
    background-color: #ddd;
}

.account-dropdown:hover .account-dropdown-content {
    display: block;
}

.account-dropbtn:hover {
    text-decoration: underline;
}

.product-category-wrapper {
    columns: 2;
}

.posts-list img {
    height: 150px;
}

.posts-list:not(.list-service) h4 {
    font-size: 1.325rem;
    font-weight: 600;
    margin: 10px 0;
}

.posts-list .location {
    color: var(--background-red);
    font-style: italic;
}

.posts-list .block-button {
    margin-top: 15px;
}

.list-company_news .wp-element-caption a {
    color: #fff;
}

.list-company_news .news-content {
    background: #fff;
    overflow: hidden;
    color: var(--main-color);
    text-align: left;
}

.list-company_news .desc {
    min-height: 200px;
}

.list-company_news h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inovation-futured-section {
    padding: 50px 0;
}

.inovation-futured-section .wp-block-columns {
    margin-bottom: 0;
}

.inovation-futured-section .wp-element-button {
    color: var(--main-color);
    background: #fff;
}

.inovation-futured-section .wp-element-button::after {
    border-left-color: var(--background-red);
}

.inovation-futured-section .wp-block-heading {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
}

.inovation-futured-section p {
    font-size: 1.35rem;
    margin-bottom: 0;
}

.inovation-futured-section.service-learn_more p {
    font-size: 1.15rem;
    margin-bottom: 0;
}

.sidebar-navigation.offcanvas {
    width: 650px;
    overflow: auto;
}

.sidebar-navigation {
    padding: 50px 30px;
}

.sidebar-navigation .heading {
    font-weight: 600;
    padding: 15px;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    margin: 25px 0;
    cursor: pointer;
}

.sidebar-nav ul {
    padding: 0 0 25px;
    margin: 0 0 25px;
    list-style: none;
    border-bottom: 1px solid #000;
    max-height: 500px;
    overflow: auto;
}

.sidebar-nav ul li {
    display: flex;
    margin-bottom: 5px;
    margin-left: 10px;
    align-items: center;
}

.sidebar-nav ul li img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.sidebar-nav ul li a {
    color: #232323;
    font-size: 1.5625rem;
    margin-left: 10px;
}

.sidebar-nav ul li a:hover {
    text-decoration: underline;
}

.sidebar-navigation .btn-close {
    background: var(--background-red);
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -20px;
    right: -5px;
    color: #fff;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.back-main-nav {
    font-weight: 600;
    padding: 25px 15px 0;
    border-top: 1px solid #000;
    margin: 25px 0 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.back-main-nav img {
    margin-right: 10px;
}

.brand-row {
    margin-bottom: 0;
    gap: 0;
}

.brand-row .wp-block-column {
    padding: 0 10% 100px;
    position: relative;
}

.brand-row .wp-block-button {
    position: absolute;
    bottom: 50px;
    left: 20%;
}

.brand-row .wp-block-image img {
    width: 350px;
    height: 200px !important;
    display: inline-block;
    object-fit: scale-down;
    background: #fafafa;
}

.brand-row.right-bg .wp-block-column:last-child,
.brand-row.left-bg .wp-block-column:first-child {
    background: #fafafa;
}

.brand-row.right-bg .wp-block-column:last-child .wp-block-image img {
    background: #fff;
}

.brand-row.left-bg .wp-block-column:first-child .wp-block-image img {
    background: #fff;
}

.mw-800 {
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.filter-blog {
    border-right: 2px solid var(--main-color);
    padding-right: 25px;
    position: relative;
}

.filter-blog.no-results::before {
    content: '';
    display: block;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: not-allowed;
}

.filter-blog .accordion-item,
.filter-blog .accordion-item .accordion-button {
    border-radius: 0;
    color: var(--main-color);
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
}

.filter-blog .accordion-item .accordion-button {
    font-weight: 700;
}

.filter-blog .accordion-body {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}

.filter-blog .filter-scroll {
    max-height: 120px;
    overflow: auto;
}

#accordionFilterBlog>.accordion-item {
    border-top: 2px solid var(--main-color);
}

.filter-checkbox .form-check-input {
    opacity: 0;
}

.filter-category {
    padding-left: 1rem;
    font-size: 1.1rem;
}

.filter-size-inner .filter-category {
    padding-left: 0;
}

/*.filter-size-inner .accordion-item{
    padding: 0;
}*/
.filter-size-inner .accordion-item .accordion-button {
    padding: 0 0 5px 0;
}

.filter-size-inner .accordion-body {
    padding-left: 0;
}

.filter-blog .filter-size .accordion-body {
    padding-bottom: 0;
}

.filter-category.in-active {
    color: #999;
}

.filter-checkbox label i {
    display: none;
    margin-left: 15px;
}

.filter-checkbox .form-check-input:checked~label {
    font-weight: 700;
}

.filter-checkbox .form-check-input:checked~label i {
    display: inline-block;
}

.filter-tag {
    display: inline-flex;
    margin-right: 5px;
    padding: 0 !important;
    border: 1px solid var(--main-color);
    line-height: 1;
    position: relative;
    margin-bottom: 5px;
}

.filter-tag input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.filter-tag label {
    padding: 5px 10px;
}

.filter-tag .form-check-input[type=checkbox]:checked~label {
    background: #999;
}

.single .page-header {
    margin-bottom: 25px;
    height: 350px;
}

.single.single-gi_learn .page-header {
    margin-bottom: 0;
}

.single .backbutton,
.single:not(.single-gi_learn, .single-production-equipment) h1.entry-title {
    display: none;
}

/*.single.production-equipment h1.entry-title {
    display: block;
}*/

.single .cabling-breadcrumb {
    margin-bottom: 50px;
}

.single .cabling-breadcrumb a {
    color: var(--main-color);
}

.blog .blog-item .wp-post-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.category.post-item {
    background: none;
    padding: 0 120px 0 0;
}

.comment-reply-title,
.category.post-item h5,
.comments-title {
    position: relative;
    padding-bottom: 10px;
}

.blog-related .heading::before,
.comment-reply-title::before,
.category.post-item h5::before,
.comments-title::before {
    position: absolute;
    bottom: 0;
    background: var(--primary-color);
    height: 2px;
    width: 100%;
    left: 0;
    content: '';
    border-radius: 4px;
}

.single .title h2 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.single .entry-meta {
    margin-bottom: 2rem;
}

.single-post .entry-meta {
    color: var(--primary-color);
}

.comments-title {
    text-transform: uppercase;
}

.comment-reply-title::before,
.comments-title::before {
    width: 45px;
}

.comments-area {
    border-top: 1px solid;
    margin-top: 30px;
}

.blog-related {
    background: #fafafa;
    padding: 50px 0 100px;
}

.blog-related .news-content {
    padding: 10px 20px;
}

.blog-related .heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
}

.blog-related .heading::before {
    width: 45px;
    left: 50%;
    margin-left: -22px
}

.blog-related .date {
    color: var(--primary-color);
    font-style: italic;
    margin-bottom: 15px;
}

.blog-related .desc {
    line-height: 1.2;
}

.blog-related .wp-post-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.blog-related .related-item {
    background: #fff;
    height: 100%;
    padding-bottom: 20px;
    position: relative;
    padding-top: 0;
    margin-top: 50px;
}

.blog-related .wp-block-button .wp-element-button,
.blog-related .block-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.blog-related .wp-block-button .wp-element-button {
    left: 0;
    height: auto;
    width: auto;
}

.blog-related .news-content h4 {
    border-top: 1px solid var(--primary-color);
    padding-top: 5px;
}

.blog-related .wp-element-caption {
    position: absolute;
    top: -35px;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-primary {
    --bs-btn-bg: var(--main-blue-color);
    --bs-btn-border-color: var(--main-blue-color);
    --bs-btn-hover-bg: var(--main-blue-color);
    --bs-btn-hover-border-color: var(--main-blue-color);
    --bs-btn-active-bg: var(--main-blue-color);
    --bs-btn-active-border-color: var(--main-blue-color);
    --bs-btn-disabled-bg: var(--main-blue-color);
    --bs-btn-disabled-border-color: var(--main-blue-color);
    text-transform: uppercase;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1.25rem;
}

.btn-primary:hover {
    opacity: 0.95
}

.metal-related .wp-block-image {
    display: flex;
    flex-wrap: wrap;
}

.metal-related .wp-block-image a {
    display: block;
    width: 100%;
}

.metal-related .wp-block-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.metal-related .wp-block-image figcaption {
    background: #323233;
    color: #fff;
    margin: 0;
    padding: 9px 10px;
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    order: -1;
}

.wpcf7-form ::placeholder {
    opacity: 1;
    color: #000;
}

.form-group.invalid {
    color: var(--primary-color);
}

.filter-blog .form-select,
.filter-blog input[type=text] {
    box-shadow: none;
    border-width: 1px;
    border-radius: 20px;
}

.list-learn_category .col-12 {
    position: relative;
    padding-bottom: 50px;
}

.list-learn_category .block-button {
    position: absolute;
    bottom: 0;
    left: calc(var(--bs-gutter-x) * .5);
}

.learn-page.webshop-content-section .container>.description {
    font-weight: 600;
}

.industry-items img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.industry-items .wp-block-heading {
    font-size: 2rem;
    color: #000;
}

.core-items .wp-block-heading {
    border: 1px solid #000;
    font-size: 1rem;
    text-align: center;
    padding: 10px;
}

.circle-item {
    width: 250px;
    height: 250px;
    background: #de1417;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}

.circle-item.circle-2 {
    background-color: #159fb3;
}

.circle-item.circle-3 {
    background-color: #000;
}

.circle-item::before {
    content: '';
    display: block;
    width: 1px;
    border: 1px dotted #de1417;
    right: 20px;
    top: -55px;
    position: absolute;
    height: 150px;
}

.circle-item.circle-2::before {
    border-color: #159fb3;
    right: 50%;
}

.circle-item.circle-3::before {
    border-color: #000;
    right: unset;
    left: 20px;
}

#quoteProductModal .modal-content {
    background: #fafafa;
}

.login-wrapper {
    padding: 15px;
    background: white;
    margin-bottom: 50px;
}

/*.quote-not_logged_in .wrap-inner::before,
.quote-not_logged_in .modal-content::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(250 250 250 / 80%);
    z-index: 1;
    left: 0;
    top: 0;
}*/

.information-block {
    position: relative;
    padding-bottom: 65px;
}

.information-block .wp-block-image img {
    height: 350px;
    object-fit: cover;
}

.bbp-forum-box {
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
    padding: 15px;
    margin-bottom: 30px;
}

.bbp-forum-box a {
    color: inherit
}

.bbp-forum-count {
    font-size: 1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.bbp-forum-count i {
    font-size: 1.5em;
    color: #159fb3;
}

#bbpress-forums div.bbp-search-form {
    text-align: center;
    clear: both;
    width: 100%;
    margin: 50px 0;
    float: none;
}

#bbpress-forums #bbp-search-form #bbp_search {
    width: 450px;
    max-width: 100%;
    font-size: 1.125rem;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
}

.bbpress-forums>.container {
    padding: 0 20px;
}

#bbpress-forums {
    overflow: inherit;
    margin-bottom: 0;
}

.forum-archive .bbpress-forums {
    background: #fafafa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.forums-discover .pre-heading {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.forums-discover .nav-link {
    --bs-nav-link-color: var(--main-color) !important;
    --bs-nav-link-hover-color: var(--main-color) !important;
    --bs-nav-link-font-weight: 300;
    --bs-nav-link-font-size: 1rem;
    --bs-nav-link-padding-y: 5px;
    border: 1px solid transparent !important;
    border-radius: 15px;
}

.forums-discover .nav-link:hover,
.forums-discover .nav-link.active {
    border-color: #212121 !important;
    color: var(--main-color)
}

.forums-discover .nav-item {
    margin: 0 10px !important;
}

.bbpress:not(.forum-archive) .bbp-search-form,
.bbpress:not(.forum-archive) .page-header,
.bbpress .backbutton {
    display: none;
}

.single.bbpress .cabling-breadcrumb {
    margin: 50px 0;
}

.single-topic-content {
    background: #fafafa;
    padding: 25px;
    font-size: 1rem;
}

.single-topic-content .heading {
    font-weight: 700;
    font-size: 2.5rem;
}

#bbpress-forums div.bbp-reply-author .bbp-author-name {
    display: none;
}

#bbpress-forums div.bbp-reply-author img.avatar {
    border-radius: 50%;
}

.bbp-reply-author-name {
    font-weight: 700;
    margin-right: 5px;
}

.bbp-reply-post-date {
    color: #999;
}

.bbp-reply-content .bbp-admin-links {
    float: none;
    margin-left: 5px;
}

#bbpress-forums .bbp-reply-content .bbp-admin-links a {
    font-size: .875rem;
    text-decoration: none;
}

.bbp-reply-content .bbp-admin-links .bbp-reply-to-link {
    color: var(--primary-color);
}

#bbpress-forums div.reply {
    background: none;
    padding: 0;
}

#bbpress-forums ul.bbp-replies {
    border: none;
}

#bbpress-forums fieldset.bbp-form {
    border: none;
    font-size: 1rem;
}

div.bbp-submit-wrapper {
    float: left;
}

#bbpress-forums fieldset.bbp-form input[type="password"],
#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form select {
    min-height: 40px;
    height: 40px;
    padding: 10px;
}

#bbpress-forums div.bbp-the-content-wrapper {
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
    margin-bottom: 30px;
}

.bbp-forum-box .bbp-forum-title h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.related-topics {
    margin-top: 50px;
    background: #fafafa;
    padding: 50px 20px;
}

.tax-product_custom_type .product-quote-section {
    display: none;
}

.product-complementary-section {
    background: #fafafa;
}

.product-complementary-section h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.product-complementary-section h5 a {
    color: inherit
}

.product-complementary-section img {
    height: 250px;
    object-fit: contain;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.compound-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding: 15px 0;
}

.compound-list a {
    color: inherit;
}

.compound-modal-content {
    white-space: normal;
    text-align: left;
    padding: 0 4rem 4rem;
}

.compound-modal-content .pre-heading {
    margin-top: 35px;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 35px;
}

.compound-modal-content .use-with {
    background: rgb(84 233 84 / 15%);
    padding: 10px;
}

.compound-modal-content .not-use-with {
    background: rgb(255 0 0 / 8%);
    padding: 10px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    font-weight: 600;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    font-weight: 300;
}

.wp-block-flexible-table-block-table table tbody tr:nth-child(even) td {
    background-color: #e8f1f3;
}

.wp-block-flexible-table-block-table table tbody tr:nth-child(odd) td {
    background-color: #aad1da;
}

.footer-brand .wp-block-image {
    align-items: flex-start !important;
}

.footer-brand .wp-block-image img {
    height: 45px !important;
    object-fit: contain;
}

.list-production-equipment .wp-block-image img,
.list-production_equipment_cat .wp-block-image img {
    object-fit: contain;
    background: #eee;
    padding: 5px;
}

.production-equipment-section .container>.description {
    font-weight: 600;
}

.list-production-equipment {
    color: var(--main-color);
}

.wpcf7-textarea {
    min-height: 320px;
}

label .required {
    color: #dc3545;
}

.contact-form-input p {
    position: relative;
}

.contact-form-input label {
    position: absolute;
    height: 16px;
    top: calc(50% - 8px);
    left: 15px;
    line-height: 1;
    opacity: 1;
    transition: all 0.1s ease-in-out;
}

.contact-form-input p.has-focus label,
.contact-form-input p:focus-within label {
    top: -10px;
    background: #fff;
    font-size: 12px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-bottom-width: 2px;
    border-color: #dc3545;
}

.list-production_equipment_cat .tax-item {
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}

.list-production_equipment_cat .tax-item .block-button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

label .help {
    color: #999;
    font-style: italic;
}

.form-group {
    position: relative;
}

.form-group label {
    position: absolute;
    top: 8px;
    left: 10px;
    pointer-events: none;
    transition: 0.2s ease-out;
}

.form-group input:focus+label,
.form-group.has-focus label {
    top: -12px;
    font-size: 12px;
    background: #fff;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.form-phone label {
    left: 85px
}

.form-phone.has-focus label {
    left: 10px
}

.page-id-1115744 .page-header,
.page-id-1115741 .page-header,
.page-id-1115559 .page-header {
    display: none;
}

.wp-block-heading.page-heading {
    font-size: 2rem;
    font-weight: 700;
}

.toggle-table summary {
    background: #369fb3;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5px 0;
}

.tablepress-table-name {
    font-size: 1.35rem;
}

#tablepress-22 td {
    text-align: left;
    padding: 5px 15px;
}

table.tablepress {
    border-top: 1px solid #fff;
    /*    --text-color: #fff; */
    --head-bg-color: #4b9fb2;
}

table.tablepress> :where(thead, tfoot)>*>th {
    text-align: center;
    border: 0.5px solid #fff;
}

table.tablepress> :not(caption)>*>* {
    vertical-align: middle;
}

table.tablepress tr td {
    border: 0.5px solid #fff;
    text-align: center;
    font-weight: 300;
    padding: 2px 0
}

table.tablepress tr:nth-child(odd) td {
    background: #e7f3f6;
}

table.tablepress tr:nth-child(even) td {
    background: #d0e5e7;
}

.tablepress.tablepress-id-11 .row-3 td,
.tablepress.tablepress-id-11 .row-5 td,
.tablepress.tablepress-id-11 .row-7 td,
.tablepress.tablepress-id-11 .row-9 td,
.tablepress.tablepress-id-10 .row-7 td,
.tablepress.tablepress-id-7 .row-3 td,
.tablepress.tablepress-id-7 .row-5 td,
.tablepress.tablepress-id-7 .row-7 td,
.tablepress.tablepress-id-8 .row-17 td,
.tablepress.tablepress-id-8 .row-19 td,
.tablepress.tablepress-id-8 .row-9 td,
.tablepress.tablepress-id-8 .row-10 td,
.tablepress.tablepress-id-8 .row-11 td,
.tablepress.tablepress-id-8 .row-12 td,
.tablepress.tablepress-id-9 .row-3 td,
.tablepress.tablepress-id-9 .row-5 td,
.tablepress.tablepress-id-9 .row-11 td,
.tablepress.tablepress-id-9 .row-13 td,
.tablepress.tablepress-id-3 .row-3 td,
.tablepress.tablepress-id-2 .row-5 td {
    background: #e7f3f6;
}

.tablepress.tablepress-id-11 .row-12 td,
.tablepress.tablepress-id-11 .row-14 td,
.tablepress.tablepress-id-11 .row-16 td,
.tablepress.tablepress-id-11 .row-18 td,
.tablepress.tablepress-id-10 .row-10 td,
.tablepress.tablepress-id-10 .row-4 td,
.tablepress.tablepress-id-7 .row-8 td,
.tablepress.tablepress-id-7 .row-10 td,
.tablepress.tablepress-id-7 .row-12 td,
.tablepress.tablepress-id-8 .row-22 td,
.tablepress.tablepress-id-8 .row-14 td,
.tablepress.tablepress-id-8 .row-16 td,
.tablepress.tablepress-id-8 .row-4 td,
.tablepress.tablepress-id-8 .row-6 td,
.tablepress.tablepress-id-8 .row-8 td,
.tablepress.tablepress-id-8 .row-7 td,
.tablepress.tablepress-id-9 .row-6 td,
.tablepress.tablepress-id-9 .row-8 td,
.tablepress.tablepress-id-9 .row-10 td,
.tablepress.tablepress-id-3 .row-4 td,
.tablepress.tablepress-id-3 .row-6 td,
.tablepress.tablepress-id-3 .row-8 td,
.tablepress.tablepress-id-2 .row-8 td,
.tablepress.tablepress-id-2 .row-4 td {
    background: #d0e5e7;
}

.toggle-table .column-1 {
    max-width: 400px;
    width: 400px;
}

.toggle-table .column-1 img {
    max-width: 100%
}

/*
.toggle-table table tr:first-child td {
    background: #4b9fb2;
    color: #fff;
    font-weight: 600;
}
*/
.filter-heading {
    font-weight: 700;
    font-size: 1.35rem;
    margin-top: 25px;
}

.filter-params .item.clear-all {
    display: none;
}

.filter-params.is-multiple .item.clear-all {
    display: block;
}

.quote-product-overview h4 {
    display: none;
}

.quote-product-overview .value {
    margin-bottom: 0;
}

.quote-product-overview .product-overview .overview-item {
    margin-bottom: 5px;
}

.quote-product-overview .pdp-attribute {
    margin-bottom: 0 !important;
}

.quote-product-overview {
    margin-bottom: 15px;
}

.quote-product-overview h5 {
    font-size: 1rem;
}

.tax-compound_certification .entry-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.confirm-notice {
    max-width: 800px;
    margin: 0 auto 35px;
}

.compoundtablewrap>td {
    text-wrap: wrap;
}

table.tablepress-id-52 tr td {
    color: #111 !important;
    padding: 10px 5px;
}

table.tablepress-id-52 tr .column-1 {
    text-align: left;
    padding-left: 15px;
    background: #82c0c8 !important;
    font-weight: 600;
}

table.tablepress-id-52 tr.row-1 .column-1 {
    background: #fff !important;
}

table.tablepress-id-52 tr.row-2 td {
    background: #0f828f !important;
    color: #fff !important;
    font-weight: 600;
}

table.tablepress-id-52 tr .column-2,
table.tablepress-id-52 tr .column-4,
table.tablepress-id-52 tr .column-6 {
    background: #c0e0e5 !important;
}

table.tablepress-id-52 tr .column-3,
table.tablepress-id-52 tr .column-5,
table.tablepress-id-52 tr .column-7 {
    background: #e5f3f4 !important;
}

.group-gallery .wp-block-gallery {
    align-items: center !important;
    flex-wrap: nowrap;
}

.group-gallery .wp-block-gallery img {
    object-fit: scale-down !important;
}

/** JM 20240304 added padding for rows to become correct under clients resolution (1080p 150% ) */
/*.row{
	padding-left:35px;
	padding-right:35px;
}*/
.contact-form-input label.label {
    top: -10px;
    background: #fff;
    font-size: 12px;
}

.wpcf7-form-control-wrap .hidden {
    display: none !important
}

.wpcf7-form {
    position: relative;
}

.wpcf7-form.submitting::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    position: absolute;
    z-index: 10;
}

.custom-size-quote {
    padding-left: 10px;
}

.custom-size-quote .product-request-button .btn-primary {
    font-size: 1rem;
}

.cat-item {
    position: relative;
    margin-bottom: 4rem;
}

.cat-item .block-button {
    position: absolute;
    bottom: -35px;
    left: 12px;
}

.industry-items .wp-block-column {
    position: relative;
    /* padding-bottom: 50px; */
}

.industry-items .wp-block-buttons {
    margin-bottom: 20px;
}

/* .industry-items .wp-block-column .wp-block-button {
    position: absolute;
    left: 0;
    bottom: 0;
} */
.wpcf7 form .wpcf7-response-output {
    display: none;
}

.confirm-msg {
    font-size: 24px;
    text-align: center;
    margin-bottom: 100px;
}



/* My Quotations */
.container-quotations .title {
    text-align: center;
}

.quotations-wrap {
    background-color: #fafafa;
    padding: 20px;
}

.container-quotations table {
    border-collapse: collapse;
    width: 100%;
}

.container-quotations th,
.container-quotations th td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.container-quotations th {
    background-color: #f2f2f2;
}

.container-quotations th:last-child {
    border-bottom: 1px solid #dddddd;
    border: none;
    background-color: #fff;
}

.container-quotations th:nth-last-child(2) {
    border-bottom: 1px solid #dddddd;
    border: none;
    background-color: #fff;
}

.container-quotations td:last-child {
    width: 150px;
    text-align: center;
}

.container-quotations td:nth-last-child(2) {
    width: 150px;
    text-align: center;
}

.container-quotations .btn-checkout {
    padding: 5px 10px;
    font-size: 14px;
    background: #008294;
    text-transform: uppercase;
    font-weight: 300;
}

.container-quotations .more-detail {
    border: 1px solid black;
    border-radius: 2px;
    padding: 5px 10px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
}

.container-quotations .more-detail i {
    position: relative;
    margin-left: 5px;
    top: 3px;
    font-size: 20px;
}

.container-quotations .table-wrap {
    width: 100%;
    overflow-x: scroll;
}

.container-quotations table {
    margin-top: 20px;
    width: 100%;
    overflow-x: scroll;
    min-width: 1000px;
}

.container-quotations .dt-length,
.container-quotations .dt-paging span.ellipsis,
.container-quotations .dt-paging .dt-paging-button {
    display: none !important;
}

.container-quotations .dt-search label {
    position: absolute;
    top: 20%;
    left: 20px;
}

.container-quotations .dt-search {
    position: relative;
}

.container-quotations div.dt-container .dt-search input {
    padding-left: 75px;
    margin-left: 0;
    border-color: #f4f4f4;
    line-height: 24px;
    height: 40px;
}

.container-quotations .dt-paging-button.previous,
.container-quotations .dt-paging-button.next {
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    text-indent: -9999px;
}

.container-quotations .dt-paging-button.previous {
    background-image: url('../img/angle-left.svg') !important;
}

.container-quotations .dt-paging-button.next {
    background-image: url('../img/angle-right.svg') !important;
}

.container-quotations .dt-layout-cell .dt-info {
    color: #4E5CD6;
}

.container-quotations .dt-layout-row.dt-layout-table {
    margin-top: 30px;
}

.container-quotations .dt-container .dt-layout-row {
    position: relative;
}

.container-quotations .dt-container .dt-layout-cell.dt-start {
    text-align: left;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.filter-product_compound_single {
    display: none;
}

.woocommerce #payment button.disable {
    opacity: 0.5;
    pointer-events: none;
}

.multisteps-form__content .product-stock {
    width: 390px;
}

.stock-total-checkout {
    font-weight: normal !important;
}

.order-review-wrap {
    overflow-x: auto;
}

.woocommerce-checkout-review-order-table {
    min-width: 600px;
}

.removeSize {
    min-width: inherit;
}

@media only screen and (max-width: 767px) {
    .container-quotations .dt-container .dt-layout-cell.dt-start {
        position: relative;
        top: 20px;
        left: 0;
        text-align: center;
    }

}


/* #ref GT-38 */
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    font-size: 12px;
}

/* #ref GID-1050 */
body.woocommerce-cart tr.woocommerce-shipping-totals.shipping {
    display: none;
}

body.woocommerce-checkout #shipping_method input.shipping_method:not(:checked)~label {
    display: none !important;
}

body.woocommerce-checkout #shipping_method .shipping_method {
    display: none !important;
}

/* #ref GID-1078 */
button#supportai-chat-icon {
    display: none !important;
}

div#supportai-chat-tooltip {
    display: none;
}

/* #ref GID-1133 */
.filter-sellable {
    display: block !important;
}

/* .filter-sellable label.form-check-label {
    font-weight: bold;
} */
/* #ref GID-1201 */
.js-btn-prev {
    margin-right: 8px;
    position: relative;
    padding-left: 37px !important;
}

.js-btn-prev::after {
    left: 0;
    position: absolute;
    transform: rotate(180deg);
}

.woocommerce-cart dd.variation-Extrainfo {
    margin-top: -16px !important;
    font-weight: 600;
}

/* #ref GID-1197 */
dt.variation-Extrainfo {
    display: none !important;
}

/* #ref GID-1227 */
.form-phone .iti__flag-container {
    min-width: 82px !important;
}

input#mobile-phone {
    padding-left: 95px !important;
}

.form-phone:not(.has-focus) label {
    left: 94px !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

/* GID-1122 */
.all-wishlist {
    padding: 0 !important;
    background: white !important;
}

.wishlist_item {
    background: #f1f1f1;
    padding: 7px;
}

/* GID-1249 */
.woocommerce-notices-wrapper a.button.wc-forward {
    display: none !important;
}

/* GID-1260  */
.wc-empty-cart-message .alert {
    background: none;
    text-align: center;
    display: block !important;
    border: none !important;
    font-size: 20px;
    padding: 0;
}

.wc-empty-cart-message i {
    display: none !important;
}

.disabled-default {
    position: relative;
}

.disabled-default::before {
    content: 'Please choose the product first';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 95%);
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    color: #d41c24;
    font-weight: 700;
}

.has-group .disabled-default::before {
    display: none;
}

.group-8641 .size-backup-ring {
    display: block;
}

.group-8641 .size-oring {
    display: none;
}

.group-8627 .size-backup-ring {
    display: none;
}

.group-8627 .size-oring {
    display: block;
}

.rubber-descriptions {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rubber-to-metal-sections .card-title {
    font-size: 2.5rem;
    color: #000;
}

.wp-block-button.rubber-quote-button .wp-element-button {
    background: var(--main-blue-color);
    border-color: var(--main-blue-color);
}

.rubber-to-metal-sections .card-text {
    font-size: 1.125rem;
    color: #000;
}

.list-production_equipment_cat h4 {
    font-size: 1.75rem;
}

.list-production-equipment .taxonomy-featured {
    object-fit: contain;
    background: #d6d8d9;
    min-width: 300px;
}

.blog-related .list-production-equipment .wp-block-button .wp-element-button {
    position: inherit;
}

.list-production-equipment .table tr:nth-child(odd) {
    background: #cfe6e9
}

.list-production-equipment .table>tbody td:first-child {
    background: #e5e6e8;
}

.list-production-equipment .table>tbody td {
    font-weight: normal;
    vertical-align: middle;
    padding: 0 3rem;
    border-bottom: 30px solid #fff;
    border-right: 1px solid #fff;
}

.surface-equipment-box-active .filter-attribute-heading,
.surface-equipment-box-active .filter-attribute {
    display: none !important;
}

.woocommerce div.product form.cart {
    display: flex;
    column-gap: .5rem;
}

.woocommerce div.product form.cart .button,
.add-to-cart-button {
    border-radius: 0;
}

.product-surface-details .table>thead th {
    color: #000;
    font-size: 18px !important;
}

.product-surface-details .table td {
    font-size: 18px !important;
}

.single-product .show-product-quote {
    display: inline-block;
}

.filter-surface_equipment .heading-application {
    display: none;
}

.woocommerce-products-header img {
    width: 100%;
    max-height: 350px;
    /*object-fit: cover;*/
    object-fit: contain;
}

/*HIDE COUNTRY AND LANGUAGE SELECTOR*/
.country-selector-wrapper,
.language-selector {
    display: none;
}

.filter-active .sellable-productlisting {
    display: none !important;
}

.single-product .product-variation-table .add-to-cart-button {
    width: 145px;
    justify-content: center;
    margin-bottom: 0;
}

.wishlist-products .product-image img {
    object-fit: contain;
}

.contactthanks {
    font-size: 1.375rem;
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 30px;
}

.contactthanks:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background: var(--background-red);
    bottom: 0;
}

.button_link_thank_you {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

/* GE-224 Duplicate Leads */
.wpcf7-form.submitting button.wp-element-button.wpcf7-form-control.wpcf7-submit {
    pointer-events: none;
}
/* My Account banner */
.account-banner { margin-bottom: 30px; }
.account-banner img { max-width: 100%; height: auto; }
