* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

td, th {
    line-height: 1.5;
}

th {
    vertical-align: middle;
}

/* Grid defaults */
.shush-row {
    display: flex;
}

.shush-col-1 {
    width: 8.333%;
}

.shush-col-2 {
    width: 16.666%;
}

.shush-col-3 {
    width: 25%;
}

.shush-col-4 {
    width: 33.333%;
}

.shush-col-5 {
    width: 41.666%;
}

.shush-col-6 {
    width: 50%;
}

.shush-col-7 {
    width: 58.333%;
}

.shush-col-8 {
    width: 66.666%;
}

.shush-col-9 {
    width: 75%;
}

.shush-col-10 {
    width: 83.333%;
}

.shush-col-11 {
    width: 91.666%;
}

.shush-col-12 {
    width: 100%;
}

.site-header .container {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.container {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 20px;
}

section {
    clear: both;
}

p, a, li {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939393;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #939393;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #939393;
}

/* Slider */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/* Woocommerce single */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}

.flex-control-nav.flex-control-thumbs {
    display: none;
}

.product-template-default.single.single-product.postid-62794.wp-custom-logo.wp-embed-responsive.theme-genesis.woocommerce.woocommerce-page.woocommerce-js.header-full-width.full-width-content.genesis-breadcrumbs-visible.genesis-footer-widgets-hidden.has-no-blocks {
    background-color: #F0F0F0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: unset;
    width: 100%;
    flex: 0 0 32.666%;
}

.product-summary-shush {
    flex: 0 0 calc(65% - 88px);
    margin-left: 88px;
}

.product-header {
    background-color: #509DCC;
    padding: 74px 0 100px;

}

.product-header-inner {
    display: flex;
}

.woocommerce .quantity .qty {
    background-color: #509dcc;
    border: 0;
    margin: 0 !important;
    padding: 10px;
    color:#FFF;
}

.woocommerce .quantity .qty::placeholder {
    color:#FFF;
}

.product-type-grouped .yith-ywraq-add-to-quote {
    display: none;
}

.summary.entry-summary .entry-title {
    display: none;
}

.summary.entry-summary .product_meta {
    display: none;
}

.woocommerce-grouped-product-list-item > div {
    flex: 0 0 4.5% !important;
    border-bottom: 5px solid #fff;
    margin-right: 5px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
    background: #fff;
    color: #111;
}

.woocommerce-grouped-product-list-item > div:nth-child(2) {
    flex: 0 0 32% !important;
}

.woocommerce-grouped-product-list-item > div:first-child {
    padding: 12px 0;
    font-size: 20px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    color: #414141;
    flex: 0 0 11% !important;
}

.woocommerce-grouped-product-list-item__label a {

    font-size: 12px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    color: #414141;
    text-decoration: none;
}

.woocommerce-grouped-product-list-item__label {
    padding: 12px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.add-request-quote-button-shush.button {
    background-color: #e67425 !important;
    text-transform: uppercase;
    padding: 15px 57px !important;
    display: block !important;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 15px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
    line-height: 67px;
}

.product-description {
    color: #fff;
}

.woocommerce-breadcrumb a {
    font-size: 16px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #414141 !important;
    text-decoration:none;
}

.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}

.bread-inner {
    font-size: 16px;
    padding: 22px 0;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #414141;
}

.bread-inner img {
    padding: 8px;
}

.bread-inner span {
    padding: 8px;
}

.product-header-buttons {
    display: flex;
    margin: 20px auto 30px;
}

.product-header-buttons > div {
    margin-right: 20px;
}

.under-table-info {
    text-align: center;
    margin-top: 35px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    color: #939393;
    font-size: 30px;
    line-height: 40px;
}

.under-table-info a {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    color: #939393;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
}

.under-table-terms {
	margin-top: 35px;
	font-size: 20px;
	line-height: 25px;
}

.under-table-terms p {
	
}

.header-info {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
}

.header-info a {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    color: #414141;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
}

.header-info-email {
    font-size: 18px !important;
}

.product-summary-shush p, .product-summary-shush ul li {
    font-size: 30px;
    line-height: 40px;
    list-style: disc;
}

.product-summary-shush ul {
    padding-left: 26px;
}

.woocommerce-products-header, .heading-section {
    background-color: #509DCC;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.term-manufacturer .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
    margin:0;
}

.term-manufacturer.woocommerce ul.products li.product a img {
    border-radius:50%;
}

.woocommerce-products-header h1, .heading-section h1 {
    margin: 0;
}

.term-manufacturer .products.columns-4 {
    background: linear-gradient(#cecece 0%, #848484 80.3%, #676767 100%);
    padding: 55px 0 100px;
    margin-bottom: 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.term-manufacturer .cat-image-round {
    width: 214px;
    padding: 30px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    height: 214px;
}

.term-sector .cat-image-round {
    padding: 0;
    height: auto;
}

.count {
    display: none;
}

.term-manufacturer .woocommerce-loop-category__title {
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 30px !important;
    font-weight: 700;
    cursor: pointer;
    margin: 20px auto 0 !important;
}

.woocommerce-loop-category__title {
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    margin: 20px auto 0 !important;
    line-height: 25px;
}

.woocommerce-loop-product__title {
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 20px !important;
    font-weight: 700;
    cursor: pointer;
    margin: 20px auto 0 !important;
    line-height: 25px;
}

.button.product_type_grouped {
    display: inline-block !important;
    padding: 6px 20px !important;
    background-color: #FC7C00 !important;
    border-radius: 23px !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin: 0 auto !important;
}

#yith-ywraq-form table.cart .product-thumbnail {
    display: table-cell;
    max-width: 50px;
}

#yith-ywraq-form {
    margin-bottom: 30px;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0 !important;
    margin: 0 auto;
}

.form-row {
    position: relative;
}

span.ywraq_error {
    font-size: 11px;
    color: #a00;
    position: absolute;
    right: 0;
    top: 14px;
}

.add-request-quote-button-shush.button img {
    position: absolute;
    right: -25px;
    top: 36%;
}

.term-description p:first-child, .term-description h1 {
    display: none;
}

.contact-map iframe {
    width: 100%;
    padding-right: 4%;
}

.page-template-contact #tab-block > nav > ul > li {
    margin-right: 0;
    flex: 0 0 50%;
    text-align: center;
    border-right: 1px solid #fff;
}

@media screen and (max-width:768px) {
    #tab-block > nav > ul {
        flex-direction:column;
    }
    .page-template-contact #tab-block > nav > ul > li {
        flex:0 0 100%;
    }
}

@media screen and (max-width:960px) {
    .tabcontent .shush-row {
        flex-wrap:wrap;
    }

    .tabcontent .shush-col-3,
    .tabcontent .shush-col-5,
    .tabcontent .shush-col-4 {
        width:100%;
        margin-bottom:20px;
    }
}

.page-template-contact .tablinks.active {
    color: #000;
}

.page-template-contact .wrapper_tabcontent {
    padding-top: 40px;
}

.term-description p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #0078C1;
}

.term-description p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
}

.term-description {
    padding: 50px 0;
    margin-bottom: 50px;
}

.products.columns-5 {
    background-color: #F0F0F0;
}

.cat-image-round {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    height: 174px;
    overflow: hidden;
}

.cat-image-round img {
    object-fit: contain
}

.content-sidebar-wrap .breadcrumb {
    max-width: 1640px;
    margin: 0 auto;
}

.breadcrumb {
    font-size: 16px;
    padding: 22px 0;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #414141;
}

.breadcrumb a {
    font-size: 16px;
    padding: 22px 0;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #414141;
    text-decoration: none;
}

.breadcrumb img {
    padding: 8px;
}

/* Genesis structure */
.site-inner {
    max-width: 100%;
    padding: 0;
}

/* Blog */
.container-blog {
    max-width: 1024px;
    margin: 0 auto;
}

.top-blog-post h1 {
    font-size: 60px;
    line-height: 67px;
    text-align: center;
    color: #0078C1;
}

.site-container {
    background-color: #EDEDED;
    overflow-x: hidden;
}

.featured-image-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.line {
    position: absolute;
    top: 50%;
    border: 1px solid #CECECE;
    width: 85%;
    left: 50%;
    transform: translateX(-49%);
}

.term-sector .product-category.product:last-child {
    display: none !important;
}

.term-sector .archive-description.posts-page-description {
    background-color: #999;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.woocommerce ul.products li.product a {
    display: block;
    width: 100% !important;
}

.products.columns-5 {
    margin-top: 40px !important;
}

.archive-description {
    padding: 20px;
}

.archive-description.posts-page-description {
    background-color: #509DCC;
    margin: 0;
    text-align: center;
    color: #fff;
}

.archive-description.posts-page-description h1 {
    font-size: 40px;
    line-height: 44px;
}

.inner-item-content {
    padding-left: 88px;
}

.blog-post-item.shush-row {
    margin-bottom: 50px;
}

.inner-item-content h2 {
    font-size: 60px;
    line-height: 67px;
    color: #0078C1;
}

.inner-item-content p {
    color: #939393;
    font-size: 30px;
    line-height: 40px;
}

.blog-inner {
    padding: 78px 0 100px;
}

.blog-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-content > * {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.blog-content .alignwide {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-content > * {
    margin-bottom: 30px;
}

.blog-content ul {
    padding-left: 30px;
}

.blog-content ul li {
    list-style-type: disc;
}

.nav-links {
    text-align: center;
}

.page-numbers.dots {
    display: none;
}

.page-numbers.current {
    background-color: #0078c1;
    color: #fff;
}

.genesis-nav-menu .sub-menu {
    width: 240px;
}

.genesis-nav-menu .sub-menu > li {
    display: block;
}

.genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    color: #000 !important;
    font-size: 14px !important;
    min-width: 190px !important;
    line-height: 20px !important;
    padding: 10px !important;
    width: auto;
}

.genesis-nav-menu > li > a {
    padding:10px;
    border-radius: 50px;
}

.genesis-nav-menu > li > a:hover {
    background: #e67425;
    border-radius: 50px;
    padding: 10px;
    color:#fff !important;
}

.header-info-bar {
    background-color: #fff;
}

.page-numbers {
    padding: 10px 20px;
    text-decoration: none;
}

.page-numbers {
    background-color: #ededed;
    color: #000;
}

.navigation.pagination {
    margin: 0;
}

/* Header */
.site-header {
    background-color: #0078C1;
    padding: 18px 30px 12px;
}

.title-area {
    padding: 0 !important;
}

.title-area a {
    display: block;
}

.wp-custom-logo .title-area svg {
    max-width: 201px;
}

.account-quotes {
    padding: 15px 0 10px;
}

.account-quotes a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    padding: 10px;
}

@media screen and (min-width:1024px) {

.account-quotes a {
    border-radius:50px;
}

.account-quotes a:hover {
    color: #fff;
    text-decoration: none;
    background: #e67425;
    padding: 10px;
}

}

#menu-main-1 li a {
    font-size: 20px !important;
}

.account-quotes ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.account-quotes li:first-child {
    margin-right: 15px;
}

.site-header a {
    color: #fff;
}

.header-contact {
    color: #fff;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding: 3px 0 29px;
}

.header-contact-inner {
    margin-left: 10px;
}

.header-contact a {
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
}

.header-contact img {
    vertical-align: middle;
}

.request-quote-link img {
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.items-count {
    position: relative;
    color: #fff;
    background-color: #e67425;
    width: 18px;
    text-align: center;
    font-size: 11px;
    border-radius: 50px;
    display: inline-block;
}

.items {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.items .items-count {
    margin-left: 8px;
}

.account-icon img {
    vertical-align: middle;
}

.account-icon {
    margin-left: 8px;
}

.site-header.scrollUp {
    transform: translateY(-214.133px);
}

.site-header {
    transition: all 0.5s;
}

/* Slider Home */
.slider-wrapper, .slider-home {
    width: 100%;
}

.slider-home .slick-list {
	margin: 0;
}

.slider-home .slick-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    padding: 0;
}

.arrows-wrapper {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    display: flex;
    width: 100%;
}

.arrows-wrapper li.black-1-next {
    right: 0;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
}

.arrows-wrapper li.black-1-prev {
    left: 0;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
}

.arrows-wrapper-2 {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    left: 0;
}

.arrows-wrapper-2 li.black-2-next {
    right: -50px;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    top: 0;
}

.arrows-wrapper-2 li.black-2-prev {
    left: -50px;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    top: 0;
}

.arrows-wrapper-2 li.black-3-next {
    right: -50px;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    top: -20px;
}

.arrows-wrapper-2 li.black-3-prev {
    left: -50px;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    top: -20px;
}

/* Info Bar */
.info-bar {
    display: flex;
    background-color: #fff;
}

.info-bar {
    color: #e67425;
    padding: 0 0 80px 0;
    justify-content: center;
    text-align: center;
    width: 727px;
    margin: 0 auto;
}

.info-bar > div {
    flex: 0 0 33.333%;
}

.info-img-wrapper {
	margin-bottom: 7px;
}

.large-info {
    font-size: 30px;
	line-height: 1.2;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
	margin: 0 0 15px 0;
}

.info-bar > div > div:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Quattrocento Sans', sans-serif;
}

/* Tabs Home */
#tab-block > nav > ul {
    display: flex;
}

.tabs-home .section-inner {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.tablinks {
    background: linear-gradient(#f2f2f2 0%, #cecece 100%);
    z-index: 0;
    border-right: 0;
    border-left: 0;
    height: auto;
    overflow: hidden;
    color: #0078c1;
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.tablinks.active {
    background: transparent;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.page-template-contact .tablinks.active {
    background: #fff;
    color: #333;
}

.tablinks:focus {
    outline: none;
}

#tab-block > nav > ul > li {
    margin-right: 0;
    flex: 0 0 20%;
    text-align: center;
}

#tab-block > nav > ul > li:not(:last-child) {
    border-right: 1px solid #fff;
}

.tabcontent {
    display: none;
    min-height: 180px;

}

.tabcontent.active {
    transition: all 1s ease;
    display: block;
}

.shush-row.tabcontent-wrapper {
    border: none;
    padding: 67px 50px 126px;
}

.layer {
    background-color: rgba(80, 157, 204, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-container-tabs {
    max-width: 1000px;
    margin: 0 auto;
}

.bottom-content-tab img {
    border-radius: 50%;
    height: 214px;
    width: 214px;
}

.bottom-content-tab {
    text-align: center;
}

.top-content-tab h2 {
    text-transform: uppercase;
    font-size: 30px;
}

.top-content-tab {
    padding: 0 80px;
    text-align: center;
    color: #fff;
}

.top-content-tab p {
    font-size: 20px;
    line-height: 26px;
}

.bottom-tab-item-inner {
    font-family: 'Quattrocento Sans', sans-serif;
    color: #fff;
    padding: 12px 18px 0;
}

.shush-btn-orange a {
    display: inline-block;
    padding: 6px 40px;
    background-color: #FC7C00;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.shush-btn-orange a:hover {
    background-color:#ff9733;
}

.shush-btn-dark a {
    display: inline-block;
    padding: 6px 40px;
    background-color: #414141;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.bottom-tab-item-inner > div:first-child {
    font-size: 30px;
    font-weight: 700;
}

.bottom-tab-item-inner > div:nth-child(2) {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

/* Caroussel Products */
.products-carrousel {
    padding: 97px 0;
    text-align: center;
    color: #fff;
}

.products-carrousel h2 {
    font-size: 40px;
    color: #0078c1;
}

.products-carrousel .slick-slide {
    max-height: 100%;
    margin: 0 15px;
}

.slide-title {
    color: #414141;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 35px;
    margin: 10px auto 25px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 154px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

.item-product {
    text-align: center;
}

.slide-image-wrapper {
    background-color: #fff;
    text-align: center;
}

.manufacturers-carrousel .slide-image-wrapper {
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

/* the parent */
.manufacturers-carrousel .slick-list {
    margin: 0 -58px;
}

.manufacturers-carrousel .slick-slide {
    max-height: 100%;
    margin: 0 58px;
}

.manufacturers-carrousel .slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 214px;
    display: block;
    margin: 0 auto;
    padding: 35px 30px;
}

/* Manufacturers Products */
.manufacturers-carrousel {
    padding: 97px 0;
    text-align: center;
    color: #fff;
}

.manufacturers-carrousel h2 {
    font-size: 40px
}

/* Services Home */
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(252, 124, 0, 0.79);
    z-index: 1;
}

.service-item-inner {
    position: relative;
    z-index: 0;
}

.service-item-title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
    padding: 25px 100px 35px 35px;
    bottom: 0;
    position: absolute;
    text-align: left;
}

.service-item-arrow {
    height: 200px;
    width: 200px;
    background-color: #0078C1;
    transform: rotate(45deg);
    bottom: -100px;
    position: absolute;
    right: -100px;
}

.service-item-arrow img {
    transform: rotate(-45deg);
    top: 40%;
    position: absolute;
    left: 15%;
}

.front-page__accordion {
	padding: 60px 0;
}

.front-page__accordion-intro {
	
}

.front-page__accordion-intro h2 {
	color: #FC7C00;
}

.front-page__about {
	padding: 80px 0 70px 0;
	background-color: #0078c1;
	color: #fff;
	text-align: center;
}

.front-page__about-copy {
	max-width: 630px;
	margin: 0 auto;
}

.other-services {
    padding: 97px 0;
    text-align: center;
    color: #fff;
}

.other-services h2 {
    font-size: 40px
}

/* Footer */
.site-footer {
    background-color: #0078c1;
    padding: 80px 0 20px;
    border-top: none !important;
}

.site-footer .grid-container {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: 150px repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 80px;
}

.site-footer h5, .site-footer p, ul, address, .contact-info-box {
    text-align: left;
}

.site-footer img {
    float: unset;
    vertical-align: middle;
}

.social-links {
    display: flex;
}

.social-links a {
    font-size: 22px !important;
    display: flex;
    height: 43px;
    width: 43px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    color: #0078c1 !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.site-footer h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.copyright {
    color: #fff;
    font-size: 14px;
    text-align: center !important;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.site-footer nav li {
    line-height: 1.4;
}

.contact-info-box > p {
    color: #fff;
    margin-top: 26px;
}

.address-ets {
    text-align: left;
    color: #fff;
	padding-left: 29px;
	position: relative;
}

.address-ets span.address-img-wrapper {
    position: absolute;
	left: 0;
	top: 0;
}

.address-ets img {
    vertical-align: middle;
    float: unset;
}

.address-indent {
    
}

.contact-info-box .tel {
    margin-top: 12px;
}

.contact-info-box .tel a {
    font-size: 20px;
}

.contact-info-box .email {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.site-footer .account-quotes ul {
    display: block;
}

.site-footer .account-icon {
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.site-footer .items {
    margin-right: 8px;
}

.site-footer .account-quotes li:first-child {
    margin-right: 0 !important;
}

.footer-logo-wrapper {
    text-align: left;
}

.footer-logo-wrapper svg {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.site-footer .account-quotes li {
    line-height: 40px;
    border-top: 1px solid #fff;
}

.site-footer .account-quotes li:last-child {
    border-bottom: 1px solid #fff;
}

.social-info-box > p {
    font-size: 14px;
    color: #fff;
    margin-top: 26px;
}

.social-links {
    display: flex;
    padding: 16px 0 56px;
}

.accreditation-wrapper {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	column-gap: 5px;
	row-gap: 5px;
}

.accreditation-item {
    flex: 0 0 calc(25% - 3.75px);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accreditation-item svg,
.accreditation-item img {
    width: 100%;
}

.products.columns-4 .container {
    width: auto;
}

/* Search form */
.search-icon {
    position: relative;
    left: 0;
    float: left;
}

.search-icon i {
    position: absolute;
    font-size: 18px;
    top: 9px;
    left: 10px;
    color: #0078c1;
}

.search-form {
    position: relative;
}

.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #0078C1;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 24px;
    height: 38px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0px;
    width: 38px;
    margin-top: 0;
}

.search-form input {
    font-size: 18px;
    font-weight: 400;
    padding: 6px 10px 7px 40px;
    color: #939393;
    border-radius: 19px;
}

.mobile-header {
    display: none;
}

.section-hero-mob {
    display: none;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}

#menu-main-2 a {
    font-size: 16px;
    color: #fff;
}

#menu-main-2 > li:not(:last-child) {

}

.slide-title {
    font-size: 20px;
    line-height: 25px;
}

.service-item-title {
    font-size: 23px;
    line-height: 38px;
}

.wp-custom-logo .title-area svg {
    max-width: 150px;
}

.site-header {
    background-color: #0078C1;
}

.header-contact {
    display: flex;
    padding: 30px 0 0;
}

.header-phone {
    margin-right: 30px;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #eeeeee;
}

.breadcrumb {
    font-size: 16px;
    padding: 12px 0;
}

.bread-inner {
    padding: 12px 0;
}

body.woocommerce-page .blog-content > * {
    max-width: 100%;
}

.woocommerce-loop-product__title {
    font-size: 20px !important;
}

.woocommerce div.product .product_title {
    font-size: 50px;
    line-height: 58px;
}

.woocommerce .woocommerce-privacy-policy-text {
    font-size: 12px;
}

.woocommerce .woocommerce-form .instructions {
    font-size: 14px;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.woocommerce .woocommerce-form .instructions > :not(:last-child) {
    margin-bottom: 10px;
}

.woocommerce .woocommerce-form .instructions > :last-child {
    margin-bottom: 0;
}

.product-summary-shush p, .product-summary-shush ul li {
    font-size: 20px;
    line-height: 25px;
}

.inner-item-content h2 {
    font-size: 40px;
    line-height: 48px;
}

.inner-item-content p {
    font-size: 20px;
    line-height: 25px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    font-family: 'Quattrocento Sans', sans-serif;
}

/* Bootstrap Table */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #fff;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
    border: 0;
}

.head-table th {
    background-color: #fff;
    border-right: 5px solid #ededed;
}

.head-table th {
    background-color: #fff;
    border-right: 5px solid #ededed;
    text-align: center;
    color: #0078C1;
    text-transform: uppercase;
    font-size: 16px;
    line-heihgt: 1.5;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
    padding: 0.5em 30px;
}

.woocommerce div.product form.cart .button {
    float: unset;
    color:#FFF;
    border-radius:0;
    border:4px solid #efefef;
    border-right:0;
}

.woocommerce-grouped-product-list-item__quantity {
    padding: 0 !important;
    color: #111;
}

.woocommerce-grouped-product-list-item__price {
    padding: 0 !important;
}

.woocommerce div.product form.cart table td {
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    border-bottom: 5px solid #fff;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    line-height: 1;
}

.woocommerce div.product  form#products_list table.table-responsive {
    display:table;
}

.woocommerce div.product  form#products_list table.table-responsive .quantity .qty {
    width:100%;
}

.woocommerce div.product  form#products_list table.table-responsive div.quantity {
    background:none;
}

.add-to-quote-col .container {
    padding:0;
}

.product-header {
    padding:30px 0;
}

/* My account */
.woocommerce-MyAccount-navigation ul {
    background-color: #0078c1;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #e67425;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #fff;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
}

.woocommerce-MyAccount-navigation ul li > a {
    color: #fff;
    font-weight: 400;
    font-family: 'Quattrocento Sans', sans-serif;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    padding: 15px 10px;
    text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-right: 20px;
    width: calc(100% - 20px);
    background-color: #0078c1;
}

.container-bread {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0;
}

.container-carousel {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.request-catalogue-form {
    padding: 30px;
    background-color: #e67425;
}

.request-catalogue-form label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.request-catalogue-form input,
.request-catalogue-form select,
.request-catalogue-form textarea {
    padding: 10px;
}

.request-catalogue-form input[type="submit"] {
    padding: 12px 20px;
}

.request-catalogue-form form p {
    margin-bottom: 15px;
}

.request-catalogue-form form p:last-of-type {
    margin-bottom: 0;
}

.custom-content-columns-1 .wp-block-column {
    display: flex;
    flex-wrap: wrap;
}

.custom-content-columns-1 .wp-block-column > * {
    flex: 0 0 50%;
    margin-bottom: 10px;
    font-size: 16px;
}

.ets-product-summary .add-request-quote-button {
    white-space: nowrap;
    height: 40px;
}

.ets-product-summary .quantity input {
    height: 44px;
    border-left:2px solid #efefef !important;
}

.ets-product-summary .description {
    width: 100%;
}

.ets-product-summary .description > * {
    max-width: 600px;
}

.ets-product-summary .yith-ywraq-add-button {
    margin-left: 20px;
}

.ets-product-summary form {
    margin-bottom: 0;
}

.ets-product-summary .add-to-quote-col {
    display: flex;
    width:100%;
}

@media screen and (max-width: 720px) {
    .custom-content-columns-1 .wp-block-column {
        display: block;
    }
}

/* Responsive */
@media screen and (max-width: 1450px) {
    .arrows-wrapper-2 li.black-2-prev {
        left: 30px;
        position: absolute;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
        top: 0;
    }

    .arrows-wrapper-2 li.black-2-next {
        right: 30px;
        position: absolute;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
        top: 0;
    }

    .arrows-wrapper-2 li.black-3-prev {
        left: 30px;
        position: absolute;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
        top: -29px;
    }

    .arrows-wrapper-2 li.black-3-next {
        right: 30px;
        position: absolute;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
        top: -29px;
    }

    .container-carousel {
        max-width: 1130px;
        position: relative;
        width: 96%;
        padding: 0 30px !important;
    }

    .carousel-products.slick-initialized.slick-slider {
        max-width: 90%;
        margin: 0 auto;
    }

    .carousel-manufacturers.slick-initialized.slick-slider {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1130px) {
    .container-bread {
        max-width: 1130px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding: 0 30px !important;
    }

    .accreditation-item {

    }

    .accreditation-item img {
        
    }

}

    .header-phone,
.header-email {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {

    .desktop-hide {
        display: block;
    }

    .genesis-nav-menu > li > a:hover,
    .genesis-nav-menu > li > a:focus {
        border-radius:0;
        background:none;
        color:#FFF;
    }

    .search-form i {
        position: absolute;
        font-size: 18px;
        top: 9px;
        left: 10px;
        color: #0078c1;
    }

    .nav-primary,
    #genesis-mobile-nav-primary {
        display:none;
    }

    .mobile-hide {
        display: none;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        padding-top: 10px;
        position: relative;
    }

    .site-header {
        padding: 0;
    }

    .mobile-open img {
        max-width:28px;
        float:right;
        margin-left:auto;
    }

    .wp-custom-logo .title-area {
        max-width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 100%;
    }

    .mobile-header-top-wrapper {
        display: flex;
        margin-bottom: 10px;
        align-items:center;
    }

    .wp-custom-logo .title-area svg {
        max-width: 90px;
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .header-contact {
        display: flex;
        flex-direction: column;
        padding: 0;
        font-size: 12px;
        text-align: center;
        justify-content:center;
    }

    .header-contact svg,
    .cart-counter svg {
        margin-bottom:5px;
    }

    .header-contact-inner {
        margin-left: 0;
    }

    .header-contact a {
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .request-quote-link {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .request-quote-link .cart-counter {
        display: flex;
        align-items: center;
        position:relative;
    }

    .request-quote-link .cart-counter .items-count {
        position:absolute;
        right:-5px;
        top:-5px;
    }

    .request-quote-link .quote-text {
        text-transform:uppercase;
    }

    .account-quotes li:first-child {
        margin-right: 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
    }

    .account-quotes {
        padding: 0;
    }

    .account-quotes li:first-child {
        margin-right: 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        margin-top: 7px;
        text-align: right;
    }

    .request-quote-link img {
        display: inline-block;
        position: relative;
        top: 0;
        vertical-align: middle;
        width: 26px;
        margin-bottom: 6px;
    }

    .mobile-search-outer {
        background-color: #FC7C00;
        padding: 10px 0;
    }

    .search-form input {
        font-size: 16px;
        font-weight: 400;
        color: #939393;
        border-radius: 19px;
    }

    .search-form input[type="submit"] {
        background: none !important;
        border: none;
        clip: inherit;
        color: #0078C1;
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 19px;
        height: 30px;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        margin-top: 0;
    }

    .products-carrousel {
        padding: 20px 0;
        text-align: center;
        color: #fff;
        background: #0078C1 !important;
    }

    .products-carrousel h2 {
        font-size: 20px;
        color: #fff;
    }

    .products-carrousel {
        padding: 20px 0;
        text-align: center;
        color: #fff;
        background: #0078c1 !important;
    }

    .manufacturers-carrousel {
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

    .section-hero {
        display: none;
    }

    .tabs-home {
        display: none !important;
    }

    .products-carrousel h2 {
        font-size: 20px;
        color: #fff;
    }

    .slide-title {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Quattrocento Sans', sans-serif;
        line-height: 20px;
        margin: 10px auto 25px;
        padding: 0 20px;
    }

    .manufacturers-carrousel {
        padding: 20px 0;
        text-align: center;
        color: #fff;
        background: #fff !important;
    }

    .section-hero-mob {
        display: block !important;
    }

    .mob-hero-items-over {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 120, 193, 0.58);
        display: flex;
        justify-content: center;
        align-items: end;
        display:flex;
        align-items:flex-end;
    }

    .hero-mob-item-wrapper img {
        width: 100%;
    }

    .mob-hero-items-over {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Quattrocento Sans', sans-serif;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .hero-mob-top {
        margin-top: 30px;
    }

    .hero-mob-top h1 {
        color: #0078c1;
        font-size: 20px;
        line-height: 26px;
    }

    .hero-mob-top p {
        font-size: 16px;
        line-height: 20px;
        color: #707070;
    }

    .info-bar {
        display: flex;
        background-color: #fff;
        color: #939393;
        padding: 35px 0;
        justify-content: center;
        text-align: center;
        width: calc(100% - 32px);
        margin: 0 16px;
    }

    .info-bar > div {
        flex: 0 0 31.333%;
        display: block;
        padding: 0 15px;
    }

    .large-info {
        font-size: 18px;
        font-weight: 700;
        font-family: 'Quattrocento Sans', sans-serif;
        color: #0078C1;
    }

    .info-bar > div > div:last-child {
        font-size: 12px;
        font-weight: 700;
        line-height: 13px;
        font-family: 'Quattrocento Sans', sans-serif;
    }

    .info-img-wrapper img {
        width: auto;
        max-height: 33px;
    }

    .carousel-products {
        max-width: 300px;
        margin: 0 21px;
    }

    .arrows-wrapper li.black-2-prev {
        left: -10px;
        position: absolute;
        color: #fff;
        background-color: transparent;
        padding: 5px 10px;
        top: -52px;
    }

    .arrows-wrapper li.black-2-next {
        right: -10px;
        position: absolute;
        color: #fff;
        background-color: transparent;
        padding: 5px 10px;
        top: -52px;
    }

    .carousel-manufacturers {
        max-width: 300px;
        margin: 0 auto;
    }

    .carousel-manufacturers .shush-btn-orange {
        display: none;
    }

    .arrows-wrapper li.black-3-prev {
        left: -10px;
        position: absolute;
        color: #0078c1;
        background-color: transparent;
        padding: 5px 10px;
        top: 50%;
    }

    .arrows-wrapper li.black-3-next {
        right: -10px;
        position: absolute;
        color: #0078c1;
        background-color: transparent;
        padding: 5px 10px;
        top: 50%;
    }

    .manufacturers-carrousel .slick-slide {
        max-height: 100%;
        margin: 0;
    }

    .manufacturers-carrousel .slick-slide img {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding: 15px;
    }

    .manufacturers-carrousel .slide-image-wrapper {
        background-color: #fff;
        text-align: center;
        border-radius: 0;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .manufacturers-carrousel .item-product {
        text-align: center;
        max-width: 150px;
        margin: 0 auto;
        display: block !important;
    }

    .manufacturers-carrousel .slick-list {
        margin: 0;
    }

    .manufacturers-carrousel .slick-list {
        margin: 0;
        border-left: 0;
    }

    .manufacturers-carrousel .item-product {
        text-align: center;
        max-width: 150px;
        margin: 0 auto;
        display: block !important;
        height: 150px;
    }

    .manufacturers-carrousel h2 {
        font-size: 20px;
        line-height: 26px;
        color: #0078c1;
    }

    .manufacturers-carrousel + .arrows-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        width: 100%;
    }

    .other-services {
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

    .other-services h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .service-item-overlay {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: rgba(252, 124, 0, 0.79);
        z-index: 1;
    }

    .desktop-hide .shush-col-6 {
        position: relative;
    }

    .service-item-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(252, 124, 0, 0.79);
        z-index: 1;
        right: 0;
    }

    .service-item-arrow {
        height: 100%;
        width: 100%;
        background-color: #0078C1;
        transform: none;
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .service-item-title {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        font-family: 'Quattrocento Sans', sans-serif;
        padding: 0 18px;
        bottom: 0;
        position: absolute;
        text-align: left;
        display: flex;
        align-items: center;
        top: 0;
    }

    .service-item-arrow img {
        top: 50%;
        position: absolute;
        right: 7%;
        transform: translateY(-50%);
        width: 8px;
        left: auto;
    }

    .desktop-hide.orange-info {
        background-color: #FC7C00;
    }

    .orange-info-inner div {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }

    .orange-info-inner a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
    }

    .orange-info-inner {
        width: 100%;
    }

    .desktop-hide.orange-info {
        background-color: #FC7C00;
        padding: 13px 0 11px;
        text-align: center;
    }

    .mobile-nav-wrapper.show-menu {
        display: block !important;
        position: absolute;
        width: 100%;
        z-index: 99999999999;
        background-color: #fff;
        margin: 0;
    }

    .account-icon {
        margin:0 8px 0 0;
    }

    .mobile-nav-wrapper.show-menu .shush-row {
        box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.2);
    }

    #menu-main-mob li.white-bg a {
        color: #0078c1;
    }

    #menu-main-mob li.white-bg {
        background-color: #fff;
    }

    .genesis-nav-menu .sub-menu {
        border:0 !important;
    }

    #menu-main-mob li.blue-bg {
        background-color: #0078c1 !important;
    }

    #menu-main-mob li.blue-bg li {
        background-color: #0078c1 !important;
    }

    #menu-main-mob li.blue-bg li a {
        background:none !important;
    }

    #menu-main-mob li.blue-bg a,
    #menu-main-mob li.blue-bg li a {
        color: #fff !important;
    }

    .genesis-nav-menu .sub-menu a {
        border:0 !important;
        font-size:16px !important;
    }

    .mobile-menu-top li {
        background-color: #FC7C00;
    }

    .genesis-nav-menu a, .mobile-menu-top a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        outline-offset: -1px;
        padding: 10px 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mobile-nav-wrapper.show-menu li {
        padding: 0;
    }

    .mobile-nav-wrapper.show-menu li a ,
    .mobile-nav-wrapper.show-menu li a:focus {
        padding:15px 15px !important;
        outline:none;
    }

    .genesis-nav-menu {
        background:#0078c1;
    }

    .mobile-nav-wrapper.show-menu ul > li.blue-bg > a:after {
        background:url(../images/menu-arrow.svg) center center no-repeat;
        content:'';
        display:block;
        float:right;
        width:18px;
        height:18px;
    }

    .mobile-menu-top ul li a {
        padding:10px 15px !important;
    }

    .genesis-nav-menu .sub-menu {
        width:100%;
        padding-left:0;
    }

    .mobile-menu-top .request-quote-link img, .mobile-menu-top .login-icon img, .mobile-menu-top .register-icon img {
        display: inline-block;
        position: relative;
        top: 0;
        vertical-align: middle;
        width: 18px;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .mobile-menu-top .items {
        margin-left: 0;
        width: 26px;
    }

    .site-footer {
        background-color: #0078c1;
        padding: 15px 0 20px;
        border-top: none !important;
    }

    .site-footer .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-bottom:0;
    }

    .social-links {
        display: flex;
        padding: 16px 0 16px;
        margin: 30px auto;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .site-footer h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        border-bottom: none;
        padding-bottom: 0;
    }

    .copyright {
        color: #fff;
        font-size: 12px;
        text-align: center !important;
        border-top: 1px solid #fff;
        padding-top: 10px;
        margin-top: 30px;
    }

    .bottom-footer-links a {
        font-size: 12px;
    }

    .burger-icon.is-closed {
        display: none;
    }

    .close-icon {
        display: none;
    }

    .close-icon.is-open {
        display: block;
    }

    #menu-main-mob li:nth-child(1) {

    }

    #menu-main-mob li:nth-child(4) {

    }

    #menu-main-mob li:nth-child(5) {

    }



    .mobile-menu-top a {
        display: flex;
        padding: 7px 0;
    }

    .mobile-menu-top li:last-child {

    }

    .over-body-hidden {

    }

}

.product-description-wrapper .manufacturer-top {
    display:flex;
    flex-direction:row;
    align-items:center;
}

.product-description-wrapper .manufacturer-top .term-description {
    width:75%;
    padding-right:25px;
}

.product-description-wrapper .manufacturer-top .term-image {
    width:25%;
    padding-left:25px;
}

.product-description-wrapper .manufacturer-top img {
    border-radius:50%;
    display:block;
    margin:0 auto;
}

.product-description-wrapper .manufacturer-top .term-description p:first-child {
    display:inline;
}

.product-description-wrapper .manufacturer-top  .term-description {
    margin-bottom:0;
}

.product-description-wrapper .manufacturer-top .noimage .term-description {
    max-width:800px;
    width:auto;
}

.product-description-wrapper .manufacturer-top .noimage {
    margin:0 auto;
}

@media screen and (max-width:768px) {
    .product-description-wrapper .manufacturer-top {
        flex-direction:column;
    }
    .product-description-wrapper .manufacturer-top .term-description,
    .product-description-wrapper .manufacturer-top .term-image {
        width:100%;
        padding:20px 0;
    }

    .product-description-wrapper .manufacturer-top .term-description {
        order:2;
    }

    .product-description-wrapper .manufacturer-top .term-image {
        order:1;
    }

}

.ets-product-summary.wp-block-columns {
    flex-wrap:wrap;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width:100%;
}

.services-wrapper .shush-col-4 {
    padding:0 10px;
}

.service-item-overlay {
    transition: background-color 0.3s linear;
}

.service-item-overlay:hover {
    background-color:rgba(255,255,255,0.79);
    transition: background-color 0.3s linear;

}

.service-item-title {
    transition: color 0.3s linear;
}

.service-item-overlay:hover .service-item-title {
    color:#0078C1;
    transition: color 0.3s linear;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product a:hover h2 {
    color:#e67425;
}

.product_cat__why__copy,
.product_cat__description,
.product_cat__headline__copy,
.product_cat__intro_text {
	margin-left: auto;
	margin-right: auto;
	max-width: 872px;
}

.product_cat__description {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	line-height: 1.28;
	text-align: center;
	margin-top: 45px;
}

.product_cat__description *:last-child
{
	margin-bottom: 0;
}

.product_cat__headline {
	background-color: #007cba;
	color: #fff;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 24px;
	line-height: 1.08;
	font-weight: bold;
	text-align: center;
	padding: 58px 0 57px 0;
	margin-bottom: 100px;
}

.product_cat__intro_text {
	font-family: 'Quattrocento Sans', sans-serif;
	margin-bottom: 80px;
}

.product_cat__intro_text h1,
.product_cat__intro_text h2,
.product_cat__intro_text h3,
.product_cat__intro_text h4,
.product_cat__intro_text h5,
.product_cat__intro_text h6 {
	color: #fc7c00;
	margin-bottom: .3em;
}

.product_cat__intro_text * + h1,
.product_cat__intro_text * + h2,
.product_cat__intro_text * + h3,
.product_cat__intro_text * + h4,
.product_cat__intro_text * + h5,
.product_cat__intro_text * + h6 {
	margin-top: .5em;
}

.product_cat__why {
	background-color: #007cba;
	border-bottom: solid 10px #fc7c00;
	padding: 100px 0 150px 0;
	margin-bottom: 30px;
}

.product_cat__why__copy {
	font-family: 'Quattrocento Sans', sans-serif;
	line-height: 1.31;
	text-align: center;
	color: #fff;
}

.product_cat__why__copy a {
	color: #fff;
	font-weight: bold;
}

.product_cat__why__copy *:last-child,
.product_cat__why__copy p:last-child,
.product_cat__why__copy h2:last-child,
.product_cat__why__copy h4:last-child {
	margin-bottom: 0;
}

.product_cat__why__copy h2 {
	font-size: 30px;
	margin-bottom: .3em;
}

.product_cat__why__copy h4 {
	font-weight: normal;
	line-height: 1.15;
	margin-top: 1.25em;
}

.product_cat__why__copy p {
	margin-bottom: .8em;
}
