/**
  *  TA-Styles.css
  *
 **/

/*
  Font Faces
*/
@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-SemiBold.woff2') format('woff2'),
    url('fonts/Engula-SemiBold.woff') format('woff'),
    url('fonts/Engula-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-ExtraBold.woff2') format('woff2'),
    url('fonts/Engula-ExtraBold.woff') format('woff'),
    url('fonts/Engula-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-BoldItalic.woff2') format('woff2'),
    url('fonts/Engula-BoldItalic.woff') format('woff'),
    url('fonts/Engula-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-Bold.woff2') format('woff2'),
    url('fonts/Engula-Bold.woff') format('woff'),
    url('fonts/Engula-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-Italic.woff2') format('woff2'),
    url('fonts/Engula-Italic.woff') format('woff'),
    url('fonts/Engula-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-Regular.woff2') format('woff2'),
    url('fonts/Engula-Regular.woff') format('woff'),
    url('fonts/Engula-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-Thin.woff2') format('woff2'),
    url('fonts/Engula-Thin.woff') format('woff'),
    url('fonts/Engula-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Engula';
    src: url('fonts/Engula-ThinItalic.woff2') format('woff2'),
    url('fonts/Engula-ThinItalic.woff') format('woff'),
    url('fonts/Engula-ThinItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
    url('fonts/FuturaPT-Book.woff') format('woff'),
    url('fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-MediumItalic.woff2') format('woff2'),
    url('fonts/Graphik-MediumItalic.woff') format('woff'),
    url('fonts/Graphik-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Medium.woff2') format('woff2'),
    url('fonts/Graphik-Medium.woff') format('woff'),
    url('fonts/Graphik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura-Medium";
    src:url("/wp-content/uploads/fonts/Futura-Medium.woff") format("woff");
}
@font-face {
    font-family: "Futura-Medium-bold";
    src:url("/wp-content/uploads/fonts/Futura-CondensedExtraBold.woff") format("woff");
}

/*
.ta-pc-carousel-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.ta-single-slide {
    flex: 1 1 33%;
}
.ta-single-slide > h3 {
    position: relative;
    bottom: 25%;
    margin: 2em;
    color: #FFF;
}
*/



/* fonts */
h1, h2, h3, h4, h5, h6{
    font-family: 'Engula',sans-serif !important;
}


/* homepage header */
h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

p{
    font-size: 1.25rem;
    font-family: "Futura PT Book", sans-serif !important;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
}

h2{
    font-size: 2.25rem;
    font-weight: 600;
}
/* make hero area div to show content at the center. */
.fl-col.fl-node-aodw8jhzevy6.fl-col-small {
    /*display: flex;
    justify-content: center;*/
}
.fl-module.fl-module-rich-text.fl-node-b4qv2o6m3utl {
  color: #FFF;
  text-shadow: 1px 2px #111111;
}
.fl-builder-content .fl-node-v580el9y2ad4 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-v580el9y2ad4 .fl-module-content .fl-rich-text *,
.fl-builder-content .fl-node-l0j8m4kqpdzi .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-l0j8m4kqpdzi .fl-module-content .fl-rich-text *{
  text-shadow: 1px 2px #111111;
}
/* more button  */
.ta-more-button a{
    background: linear-gradient(135deg,rgb(120,167,255) 0%,rgb(56,55,200) 100%) !important;
    border-radius: 50px !important;
    color: #FFFFFF !important;
    padding: 1.25rem 3.5rem !important;
    font-family: 'Engula';
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    box-shadow: 0px 1px 1px #333;
    border:  none !important;
}
.ta-more-button a span{
    color: #FFFFFF !important;
}
.ta-more-button a:hover{
    box-shadow: 0px 2px 2px #333;
    /* border: 1px solid #333; */
}

/* Category Slide (Slick Slider in General) */
/*.slick-slide {
    position: relative;
}*/
.ta-single-slide {
    position: relative;
    /*margin: 1rem;*/
    padding: 0.75em;
    border-radius: 15px;
}

.ta-single-slide .ta-img-wrapper > h3 {
    position: absolute;
    bottom: 1rem;
    padding-left: 1em;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.ta-single-slide img {
    /*max-width: 90%;*/
    transition: all 0.5s ease;
    border-radius: 15px;
}

.ta-single-slide img:hover {
    /*max-width: 90%;*/
    /*transform: scale(1.1);
    border-radius: 15px;*/
}
.ta-single-slide .ta-img-wrapper{
    overflow:  hidden;
    border-radius: 15px;
}
.ta-single-slide .ta-img-wrapper:hover img{
    transform: scale(1.1);

}
/* slick slider arrows (homepage explore by category) */
.ta-pc-carousel-wrapper .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #ddd;
    top: -60px;
    right: 0;
    transition: all .3s ease;
    background: transparent;
    color: #ffffff;
    /*background: linear-gradient(135deg,#b1e8f2 13%,#005bac 100%) !important;*/
    background: #FFF !important;
}

.ta-pc-carousel-wrapper .slick-prev {
    right: 80px;
    left: auto;
}
.ta-pc-carousel-wrapper .slick-prev:before {
    /*content: '←';*/
    /*font-family: 'ENGULA';*/
    font-family: "Font Awesome 5 Free";
    color: #111111;
    font-weight: 900;
    /*color: #ffffff;*/
    content: '\f053';
}
.ta-pc-carousel-wrapper .slick-next {
    left: auto;
    right: 0;
}
.ta-pc-carousel-wrapper .slick-next:before {
    /*content: '→';*/
    /*font-family: 'ENGULA';*/
    /*color: #ffffff;*/
    font-family: "Font Awesome 5 Free";
    color: #111111;
    font-weight: 900;
    content: '\f054';

}
.white-div-text, .white-div-text h2{
    color: #FFFFFF;
}
/* provide an effect of right overflow of products*/
.tusa-featured_products .slick-list {
    overflow: visible;
    /*clip-path: inset(-100vw -100vw -100vw 0);*/
}

/* to provide overflow effect of pfeatured products slick slider, we need hide the overflow to avoid horizontal scrollbar */
.featured-products-row{
    overflow: hidden;
}


/* TUSA featured products */
a.tusa-featured_product-item {
    text-decoration: none;
}
.tusa-featured_product-item h4 {
    margin: 1.5em 0 0.25em 0;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: capitalize;
}




/* Footer */
footer p, footer a {
    font-size: 1rem !important;
}

/* Homepage new changes */
p.ta-hero-description {
    font-family: 'Futura PT Book', sans-serif;
    font-weight: 600;
    /* letter-spacing: 2px; */
}

/* h2 needs to have same padding as others */
h2.fl-heading span {
    padding-left: 0.25em;
}

/* Main Navigation font */
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    /* font-family: 'Futura Medium'; */
    /* font-family: "Futura-Medium"; */
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 500;
}


/* */

header.wp-block-template-part {
    box-shadow: 0px 2px 1px #DDD;
}






/* Header */
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a{
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 500;
    color:rgb(17,17,17);
}
header {
    background: #FFFFFF;
    box-shadow: 0px 2px 1px #DDD !important;
    position: relative;
}
ul#menu-main-menu li a {
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 500;
    color: rgb(17, 17, 17);
}
/* vertically align center main menu in the header*/
.fl-col.fl-node-1s2k7odhj5gn {
    align-items: center;
}
/* Setting base font size*/
html {
    font-size: 16px !important;
}

body {
    font-family: "Futura PT Book", sans-serif;
    background: #FFFFFF;
    margin: 0;
}
/*h1,h2,h3,h4,h5,h6 {
  font-family: Futura-Medium;
}*/
.hide {
    display: none !important;
}
.hidden {
    opacity: 0!important;
}
.header-search-element .wp-block-search__inside-wrapper {
    border: 0;m ,m
}
.header-search-element .wp-block-search__label {
    display: none;
}
.header-search-element:not(.opened) .wp-block-search__input {
    width: 0;
    min-width: 0;
    padding: 0;
}
.header-search-element:not(.opened) .wp-block-search__button {
    background: transparent;
    color: #000;
    margin: 0;
}

/* Footer */
footer h1,
footer h2,
footer h3, 
footer h4,
footer h5,
footer h6,
footer p,
footer li,
footer a {
    font-family: 'Graphik' !important;
}

.footer-more-info-link {
    width: 170px;
    margin-left: auto;
}
.footer-logos {
    justify-content: space-between;
}
.footer-bottom-links {
    justify-content: space-between;
}
.footer-bottom-links .wp-block-column {
    flex-basis: auto !important;
}
@media (min-width: 782px) {
    .footer-logos .wp-block-column {
        flex-basis: auto !important;
        flex-grow: initial !important;
        width: auto !important;
    }
}
.home-blog-section figure {
    width: 100%;
    height: 100%;
}
.home-blog-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 781px) {
    .hero-section .wp-block-cover {
        align-items: flex-start;
        min-height: 80vh;
    }
}
.tusa-featured_product-item {
    text-align: center;
}
.related-products-section .wc-block-components-product-image,
.tusa-featured_product-image {
    position: relative;
    padding-top: 100%;
}
.related-products-section .wc-block-components-product-image img,
.tusa-featured_product-image img {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    object-fit: contain !important;
    z-index: 1;
}
.tusa-featured_product-image-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.25);
    opacity:0.5;
}
.tusa-featured_product-content {
    position: relative;
    color: #111111;
}
.tusa-featured_product-item h4 {
    /*  margin: 0 0 20px;
      font-size: 25px;
      font-weight: bold;*/
}

.related-products-section .slick-arrow,
.tusa-slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #ddd;
    top: -80px;
    right: 0;
    transition: all .3s ease;
    background: transparent;
    color: #ffffff;
    background: linear-gradient(135deg,rgb(216, 230, 255) 0%,#0862af 100%);
    background: #FFFFFF;
    color: #111111;
}
.related-products-section .slick-arrow:before,
.tusa-slick-slider .slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    color: #111111;
    font-weight: 900;
}
.tusa-slick-slider .slick-arrow:hover {

}
.tusa-slick-slider .slick-arrow:hover:before {

}
.related-products-section .slick-prev,
.tusa-slick-slider .slick-prev {
    left: auto;
    right: 80px;
}
/*
 * Product Template
 */
.woocommerce-product-gallery__trigger {
    display: none;
}
.featured-product-list .wc-block-grid__product-image {
    position: relative;
    padding-top: 100%;
}
.featured-product-list .wc-block-grid__product-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    align-items: center;
}
.woocommerce div.product div.images .tusa-flex-control-thumbs {
    order: -1;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}
.woocommerce div.product div.images .tusa-flex-control-thumbs .slick-track {
}
.woocommerce div.product div.images .tusa-flex-control-thumbs li {
    width: 90px !important;
    height: 130px;
    float: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.woocommerce div.product div.images .tusa-flex-control-thumbs li img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
    /*border-radius: 100%;*/
    border: 1px solid transparent;
    background: transparent;
    opacity: .5;
    transition: all .3s ease;
}
.woocommerce div.product div.images .tusa-flex-control-thumbs li.slick-current img {
    border: 1px solid #e4edfb;
    background: #dfeaff;
    opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper.tusa-slider-nav,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 150px);
    height: 100% !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper.tusa-slider-nav .slick-list {

}
.tusa-product-image-main > a {
    position: relative;
    padding-top: 100%;
    width: 100%;
    display: block;
}
.tusa-product-image-main > a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: 100%;
}
.tusa-single_product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tusa-single_product-gallery-item {
    width: calc(22% - 20px*3/4);
}
.tusa-single_product-gallery-item:nth-child(8n+1),
.tusa-single_product-gallery-item:nth-child(8n+7) {
    width: calc(34% - 20px*3/4);
}
.tusa-single_product-gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.tusa-single_product-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-width-video .wp-video {
    width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom: 1px solid #5a8ce4;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}
.related-products-section ul.products-block-post-template {
    display: block;
    width: 100%;
}
.tusa-single_product-accordion {

}
.tusa-single_product-accordion-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.tusa-single_product-accordion-item:first-child {
    border-top: 1px solid #ddd;
}
.tusa-single_product-accordion-item-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
[name="tusa-single_product-accordion"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    margin: 0;
}
.tusa-single_product-accordion-item h4 {
    color: #636363;
    font-size: 1.5rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
[name="tusa-single_product-accordion"] + p,
.tusa-single_product-accordion-item h4 + p,
.tusa-single_product-accordion-item-content + p {
    display: none;
}
.tusa-single_product-accordion-item h4::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
    color: #636363;
}
[name="tusa-single_product-accordion"]:not(:checked) ~ h4:hover::after {
    animation: bounce .5s infinite;
}
[name="tusa-single_product-accordion"]:checked ~ h4::after {
    transform: rotate(270deg);
}
[name="tusa-single_product-accordion"]:checked ~ .tusa-single_product-accordion-item-content {
    max-height: 50rem;
}
@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}
.woocommerce div.product form.cart {
    margin: 0;
}
.wp-block-add-to-cart-form + div {
    margin-top: 0 !important;
}
.product-add-to-cart-wrap .single_variation_wrap {
    display: none !important;
}
.product-swatch-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.product-swatch-option-item {
    /*width: 32px;*/
    /*height: 32px;*/
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 2px solid;*/
    border: 2px solid;
    cursor: pointer;
}
.product-swatch-option-item:not(.active) {
    /*border: 1px solid transparent !important;*/
}
.woocommerce div.product form.cart .variations th.label label {
    font-size: 18px;
    color: #404040;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations th.label {
    padding-left: 20px !important;
    /* padding: 0 0 0; */
    display: block;
    box-sizing: border-box;
    clear: both;
    text-align: left;
}
.product-swatch-option-item label {
    cursor: pointer;
    display: block;
    /*width: 24px;*/
    /*height: 24px;*/
    width: 22px;
    height: 22px;
    border-radius: 100%;
    font-size: 0;
    margin: 0;
}
.reset_variations {
    display: none !important;
}


/* added hover border to swatch color on single product page */
.product-swatch-option-item:hover {
    border: 1px solid #999 !important;
}
/* find a dealer button hover */
.ta-find-dealer-btn:hover {
    background: #005bac !important;
    color: #FFF !important;
}


/* single product page styling changes */
.woocommerce div.product .woocommerce-tabs .panel h2 {
    /*    text-decoration: underline;*/
    /*    font-size: 2rem;*/
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0.25em 1.5em;
}
.woocommerce div.product .woocommerce-tabs .panel:first-child {
    background: #F0F0F0;
}
.ta-features-image-wrapper {
    text-align: center;
    margin: 2em 0;
}
.color-option-image-wrapper img {
    max-width: 15%;
    width: 100%;
    object-fit: cover;
}
.color-option-image-wrapper {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
    padding: 2em 1em;
}
img.ta-comparison-image {
    width: 100%;
    padding: 2em 0;
}

/* font fixes on single product page */
.wc-block-components-product-price {
    font-weight: 600;
    font-family: 'Engula', sans-serif;
}
.ta-find-dealer-btn {
    font-family: 'Engula', sans-serif;
    font-weight: 600;
}
.ta-short-description {
    font-size: 1.4rem;
    font-weight: 400;
    /*font-family: "Didact Gothic", sans-serif;*/
    line-height: 1.2;
    letter-spacing: normal;

}
.tusa-single_product-accordion-item-content p {
    font-weight: 400;
    /*font-family: "Didact Gothic", sans-serif;*/
    line-height: 1.2;
    letter-spacing: normal;
}
.woocommerce-Tabs-panel p {
    font-weight: 400;
    /*    font-family: "Didact Gothic", sans-serif;*/
    line-height: 1.2;
    letter-spacing: normal;
}

.slick-slide h3 {
    font-weight: 600 !important;
}

h2.wp-block-heading strong {
    font-weight: 600 !important;
}

.woocommerce .woocommerce-breadcrumb a {
    padding: 0 0.5em 0 0;
    text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0.5em 0 0 0em;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.has-base-background-color {
    background: #FFFFFF !important;
}
/* hide sections */
/*
.wp-container-core-group-layout-10, .wp-container-core-group-layout-12 {
    display: none;
}
*/


a.ta-find-dealer-btn {
    padding: 0.5rem 0.6rem;
    border-width: 1px;
    border-radius: 50px;
    border: 1px solid #333;
    /*width: 80%;*/
    width: 70%;
    display: block;
    text-align: center;
    /*font-size: 1.5em;*/
    font-size: 1.4em;
    text-decoration: none;
    color: #111111;
}

/* hide skip to content screen reader link */
a.fl-screen-reader-text {
    display: none;
}

.single-product .woocommerce-Price-amount{
    font-size: 2.25rem;
    color: #005bac;
    font-weight: bold;
    font-family: 'Engula', sans-serif;
}
.single-product .product_meta .posted_in{
    display: none;
}
.single-product .fl-module-fl-woo-product-price .fl-node-content {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}

.woocommerce .fl-module-fl-woo-product-meta .product_meta{
    font-size: 1rem;
    font-weight: 600;
}
.tusa-featured_product-item .woocommerce-Price-amount {
    font-size: 1.1rem;
    color: #005bac;
    font-weight: bold;
    font-family: 'Engula', sans-serif;
}


/* single product page images row styling */
.single-product-images-row{
    
}

.single-product-images-row .fl-col .fl-photo .fl-photo-content img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    filter: brightness(0.95);
}
.single-product-images-row .fl-col .fl-photo .fl-photo-content {
    width: 100%;
    max-width: 100%;
}

.ta-single-product-image-heading{
    /* max-width: 76%; */
    /*width: 75%;*/
    position: relative;
}
.ta-single-product-image-heading .fl-node-content {
    position: absolute;
    top: 50px;
    z-index: 50;

    color: #FFFFFF;
    left: 0;
    right: 0;
    /* max-width: 76%; */
    /* width: 75%; */
}
.ta-single-product-image-heading .fl-node-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a{
    color: #111111;
}


/* Footer */
.fl-row.fl-node-zl6bm2vgx3j4{
    margin-top: 0px;
    margin-bottom: 0;
    padding: 1.5rem 0.67rem;
    padding-top: 25em;
    /*background-image: url(https://tusa.viewsite.link/wp-content/uploads/2024/01/Rectangle-554-copy.png);*/
    /*background-image: url(https://tusa.viewsite.link/wp-content/uploads/2025/01/Untitled-design-12.jpg);*/
    /*background-image: url(https://tusa.viewsite.link/wp-content/uploads/2025/01/footer-image-final.png);*/
    background-image: url(https://tusa.viewsite.link/wp-content/uploads/2025/01/Untitled-design-14.jpg);
    background-size: cover;
    color: rgb(205, 224, 248);
}
footer {
    margin: 0;
    padding: 0;
    margin-top: -10em;
}
footer h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.875rem;
    font-family: 'Engula', sans-serif;
    color: #FFFFFF;
}
footer a {
    text-decoration: none;
    color: rgb(205, 224, 248);
}
footer .fl-rich-text p {
    font-size: 1rem;
}
footer .fl-col-group.fl-node-frowyexpqcdz a {
    font-size: 1.25rem !important;
}
footer hr{
    background-color: #677fa3;
    color: #677fa3;
}
footer ul{
    padding: 0.25rem 0;
}
footer ul li{
    list-style: none;
    padding: 0;
    padding-bottom: 0.25rem;
    line-height: 1.2;
    margin: 20px 0;
}
footer ul li a{
    font-size: 1.25rem !important;
}
footer .brand-dis p{
    /*margin: 0 !important;*/
    margin-block-end: 0;
    margin-block-start: 0;
}
footer .ta-more-button a {
    font-size: 1.75rem !important;
}
.fl-col.fl-node-fvwzqtbl9o5g.fl-col-small {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* home featured products arrows */
button.slick-prev.slick-arrow {
    left: -60px;
    top: 50%;
    z-index: 100;
    opacity: 0.75;

}
button.slick-next.slick-arrow {
  top: 50% !important;
  right: -60px;
  z-index: 100;
    opacity: 0.75;
}

/* site logo */
.ta-site-logo img{
 /*   max-height: 60px;
    max-width: 90%;

  */
    max-height: 40px;
    max-width: 65%;
}
/*  remove padding from the menu search icons only */
li.menu-item.fl-menu-search-item.focus a {
    padding-right: 0 !important;
}

/*  padding of single product variations  */
.woocommerce div.product form.cart .variations td.value {
    padding: 0 0.5em;
    display: block;
    box-sizing: border-box;
    clear: both;
    padding-left: 20px !important;
}


/* styling from customizer */
.ta-site-logo img {
    height: 40px !important;
    width: auto;
}
.ta-site-logo img {
    max-height: none !important;
    max-width: none !important;
}
.signup_form-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 100000;
    padding: 50px 10px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
    overflow: auto;
}
.signup_form-popup .gform_wrapper {
    max-width: 640px;
}
.signup_form-popup-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup_form-popup-content {
    height: 100%;
}
body.opened-signup_form-popup {
    overflow: hidden;
}
body.opened-signup_form-popup .signup_form-popup {
    display: flex;
}
.signup_form-box {
    position: relative;
    width: 100%;
    border-radius: 50px;
    max-width: 480px;
    margin: auto;
    padding-left: 50px;
}
.signup_form-box input {
    width: 90%;
    height: 50px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 220px;
    font-size: 20px;
    border: 0;
}
.signup_form-box a {
    position: absolute;
    right: 9.5%;
    top: 1.9px;
}
a.signup_form-popup-button{
  /*padding: 0.3rem 2rem !important;*/
    padding: 0.45rem 2rem !important;
}

/* homepage mobile responsive rules*/


@media all and (max-width: 1024px) {
    h1{
        font-size: 3rem;
    }
    /* product categories slick carousel*/
    .ta-pc-carousel-wrapper button.slick-prev.slick-arrow,
    .tusa-slick-slider button.slick-prev.slick-arrow{
        left: -15px !important;
        z-index: 100 !important;
    }
    .ta-pc-carousel-wrapper button.slick-next.slick-arrow,
    .tusa-slick-slider button.slick-next.slick-arrow{
        right: -15px !important;
        z-index: 100 !important;
    }


    /* homepage slider */
    div#home-hero-slider-content .fl-module.fl-module-rich-text {
        color: #FFFFFF;
        text-shadow: 1px 2px #111111;

    }
    div#home-hero-slider-content .fl-module.fl-module-rich-text,
    .section-banner
    {
        text-align: center;
    }
    /* hide br on mobile*/
    p.ta-hero-description br {
        display: none;
    }
    div#home-hero-slider-content .fl-button-wrap.fl-button-width-auto.fl-button-left {
        text-align: center;
    }
    .fl-node-e13qb2voxkd6 .fl-button-wrap,
    .fl-node-fgepiz1s0uox .fl-button-wrap{
        text-align: center;
    }
    /* reduce font size on mobile on button */
    .ta-more-button a {
        font-size: 1rem !important;
    }


    /* Footer  */
    .fl-module.fl-module-rich-text.fl-node-3h7qojkfi0c2 .fl-rich-text a {
        display: inline-block;
    }
    footer .fl-col-group.fl-node-frowyexpqcdz p {
        text-align: center !important;
    }
    /* first three columns */
    .fl-col-group.fl-node-1ukv3daeqxr7 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .fl-col.fl-node-38ve2ufs0jc5.fl-col-small {
        order: 2;
        /*width: 100% !important;
        text-align: center;*/
        flex: 0 0 50% !important;
    }
    .fl-col.fl-node-1ydkt20c9oue.fl-col-small {
        order: 1;
        width: 100% !important;
        text-align: center;
    }
    .fl-col.fl-node-fvwzqtbl9o5g.fl-col-small {
        order: 3;
        /*width: 100% !important;*/
        align-items: center;
        flex: 0 0 50% !important;
    }
    /*
    .fl-node-u2k84wi0o3y6.fl-module-heading .fl-heading{
        text-align: center;
    }*/

    /* Brand logos */
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 27% !important;
    }
    .fl-col-group.fl-node-bhn172sia9w0.fl-col-group-equal-height.fl-col-group-align-top.fl-col-group-custom-width {
        padding-bottom: 1.25em;
    }


    /* center menu */
    .fl-module.fl-module-menu.fl-node-dw023zgm5pxy.fl-node-dw023zgm5pxy-clone.fl-menu-mobile-clone {
        /* text-align: center; */
        /*margin: 0 auto;*/
        display: flex;
        width: 100%;
        justify-content: right;
    }



    /*
    *  Single product
    */
    /*
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper.tusa-slider-nav, .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
        width: calc(100% - 70px);
    }

    .woocommerce div.product div.images .tusa-flex-control-thumbs li img{
        width: 70px;
        height: 70px;
    }*/
    .woocommerce div.product div.images .tusa-flex-control-thumbs {
        width: 120px;
    }
    .woocommerce div.product div.images .tusa-flex-control-thumbs li{
        width:  90px !important;
        height: 90px !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 0.9rem;
    }
    .single-product-images-row .fl-col .fl-photo .fl-photo-content img{
        filter: brightness(0.5);
    }
    .ta-single-product-image-heading .fl-node-content h3 {
        font-size: 1.35rem;
        line-height: 1.3;
    }

    /*  sticky header on mobile */
    header.scroll-up{
/*        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        transition: all 0.25s ease !important;*/
        /*transform: translateY(0);*/
        transform: translateY(-60px);
    }


    .admin-bar header[data-type="header"] {
        top: 32px;
    }
    header {

        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10000000;
        transition: all 0.25s ease !important;
    }
    .signup_form-box input{
        width: 100%;
        height: 50px;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 150px;
        font-size: 16px;
        border: 0;
    }
    .signup_form-box a {
        position: absolute;
        right: 5px;
        top: 2px;
        top: 5px;
    }
    .signup_form-box .ta-more-button a {
        /*padding: 1.25rem 2.25rem !important;*/
        padding: 0.5rem 1.125rem !important;
    }
    footer .ta-more-button a{
        font-size: 1.25rem !important;
    }




    /* Search icon on mobile and related styling */
    /*
    .fl-node-dw023zgm5pxy .fl-search-form-input-wrap {
        position: absolute;
        bottom: -70px;
        right: 25px;
        display: block !important;
        z-index: 10000;
    }
    .fl-menu.fl-menu-responsive-toggle-mobile.fl-menu-search-enabled {
        display: flex;
        justify-content: right;
    }

*/
    /*.fl-module.fl-module-search.fl-node-lz1y6gi93nq2 .fl-search-form-input-wrap {
        display: none;
    }*/
    .fl-col.fl-node-1s2k7odhj5gn.fl-col-small-custom-width .fl-node-content {
        flex-direction: row;
        justify-content: flex-end;
    }
    .fl-node-lz1y6gi93nq2 .fl-search-form-wrap {
        font-size: 16px;
        padding: 7.5px 0 ;

    }
    .fl-col.fl-node-1s2k7odhj5gn.fl-col-small-custom-width .fl-node-content a.fl-button {
        padding: 6px 12px;
        margin-top: 10px;
    }

    .fl-builder-content .fl-node-ydeo86tw4fiu {
        width: 20% !important;
    }
    .fl-col.fl-node-1s2k7odhj5gn.fl-col-small-custom-width {
        width: 80% !important;
    }

    .ta-single-slide .ta-img-wrapper > h3{
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding: 0.75rem;
        text-align: center;
        /*width: 93%;*/
        width: 100%;
        position: relative;
        margin-top: -30%;
        bottom: 1.5rem;
    }
    .ta-single-slide img{
        width: 100%;
    }
    .fl-col.fl-node-1s2k7odhj5gn.fl-col-small-custom-width i.fl-button-icon.fl-button-icon-before.fas.fa-search {
        color: #111111;
    }
    /* on smaller devices overlap footer shape so that white line does not show up. */
    .fl-col.fl-node-9qimxyzbo50h {
        margin-bottom: -2px;
    }


}

.ta-pc-carousel-wrapper a {
    text-decoration: none;
}
/*
News archive
*/
.news-post-row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.news-post-row:nth-child(even) .fl-post-feed-image {
    margin-left: 4%;
    /* float: left; */
}
.news-post-row:nth-child(even) .fl-post-feed-text {
    margin-left: 0;
    width: 50%;
}



/* slick */
.slick-next:before {
    content: '\f054';
}
.slick-prev:before {
    content: '\f053';
}



/* find a dealer styling */
div#ta-left {
    width: 36%;
    float: left;
}
div#ta-right {
    float: left;
    width: 64%;
}

#wpsl-direction-details, #wpsl-gmap {
    height: 600px !important;

}
#wpsl-stores { 
    height: 480px !important;
    max-height: 480px !important;
}
#wpsl-result-list {
    width: 99.5%;
    margin-right: .5%;
}
#wpsl-gmap{
    width: 100%;
}

/* */
#wpsl-search-wrap .wpsl-icon-direction {
    float: none;
    display: table-cell;
}

#wpsl-search-wrap .wpsl-icon-direction:hover {
    cursor: pointer;
}
.wpsl-icon-direction {
    font-size: 0.8rem !important;
}
/*
.wpsl-country, .wpsl-street{
    text-transform: uppercase;
}
*/



/* Mega Menu styling */
#mega-menu-wrap-header #mega-menu-header li a {
  font-family: 'Graphik' !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgb(17, 17, 17) !important;
}
.widget.widget_maxmegamenu {
  DISPLAY: FLEX;
  JUSTIFY-CONTENT: CENTER;
  ALIGN-ITEMS: center;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  border-top: 3px solid #405eb0 !important;
}
#mega-menu-wrap-header #mega-menu-header li {
  list-style: none;
}
#mega-menu-wrap-header #mega-menu-header li a {
  text-decoration: none;
}
ul#menu-tusa-sub-menu,
ul#menu-tusa-sport-sub-menu,
ul#menu-view-swim-sub-menu
{
  padding-inline-start: 5px;
}

ul#menu-tusa-sub-menu li,
ul#menu-tusa-sport-sub-menu li,
ul#menu-view-swim-sub-menu li
{
  padding: 2px 0 !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px 5px 5px 5px;
  width: 100%;
  padding-block-start: 0 !important;
}
#mega-menu-wrap-header #mega-menu-header .mega-sub-menu li a {
  font-family: 'Graphik' !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #666666 !important;
  line-height: 1.75;
}

#mega-menu-wrap-header #mega-menu-header li#mega-menu-item-10534 .mega-search .search-icon:before,
#mega-menu-wrap-header #mega-menu-header li#mega-menu-item-19578 .mega-search .search-icon:before{
  color: #666666 !important;
}
#mega-menu-wrap-header #mega-menu-header li#mega-menu-item-10534 .mega-search.mega-search-open input[type=text],
#mega-menu-wrap-header #mega-menu-header li#mega-menu-item-19578 .mega-search.mega-search-open input[type=text] {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header #mega-menu-header li#mega-menu-item-10534 {
    line-height: 1;
  }
}


/* Product category page single product element styling */
.ta-post-card:hover .ta-post-front {
  transform: translateX(0);
}
.ta-post-card .ta-post-front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  background-color: #FFFFFF;
  /*transition: .5s ease;*/
}
.ta-post-card > div {
  height: 100%;
  width: 100%;
}
.ta-post-card {
  position: relative;
  /* width: 200px; */
  /* height: 200px; */
  /*border: 1px solid #e5e5e5;*/
  overflow: hidden;
}

.tax-product_cat .ta-post-bottom a {
  text-decoration: none;
  color: #333333
}
.fl-post-text.ta-post-bottom {
  background: #f7f7f7;
}
.ta-post-content.fl-post-excerpt {
  padding: 1em;
  font-family: 'Futura PT Book' !important;
}



/* Dealer portal accordion */
/* Style the buttons that are used to open and close the accordion panel */
.ta-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.ta-active, .ta-accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.ta-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.ta-panel ul{
    list-style: none;
}
.ta-panel ul li {
    padding: 0.5em 0;
}
.ta-panel ul li:hover {
    background: #eee;
}
.ta-panel ul li.active-link {
    background: #eee;
}
.ta-panel ul li a{
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}
.ta-accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.ta-active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}



/* Dealer search */
input.sf-input-text, select.sf-input-select {
    width: 80%;
    padding: 10px 10px;
}
.searchandfilter label {
    /* display: block; */
    width: 100%;
}
.fl-module.fl-module-html.fl-node-mejn24gqpv1z .fl-html,
.fl-module.fl-module-html.fl-node-ax6o35zfmsjp .fl-html{
    background: #eee;
    padding: 1.25em 0;
}
.fl-module.fl-module-html.fl-node-mejn24gqpv1z .fl-html h3,
.fl-module.fl-module-html.fl-node-ax6o35zfmsjp .fl-html h3{
    padding-left: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

li.sf-field-submit input[type="submit"],p.login-submit input[type="submit"], .b2b-btn{
    background: linear-gradient(135deg, rgb(120, 167, 255) 0%, rgb(56, 55, 200) 100%) !important;
    border-radius: 50px !important;
    color: #FFFFFF !important;
    padding: 0.5rem 1.5rem !important;
    font-family: 'Engula';
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    box-shadow: 0px 1px 1px #333;
    border: none !important;
    text-decoration: none;

}

/* dealer login */
p.login-username label, p.login-username input, p.login-password label, p.login-password input {
    width: 50%;
    display: inline-block;
}
p.login-username input, p.login-password input {
    padding: 10px 10px;
}


/* news archive */
.post-type-archive-news .news-post-row img {
    max-height: 400px;
    object-fit: cover !important;
}

/* change region selector */
select.region-select-dropdown {
    width: 250px;
    padding: 10px 5px;
    margin-top: 15px;
}

.fl-post-grid-post{
    border: none;
}
.fl-post-feed-post{
    border-bottom: none;
}

/* rounded search */
#wpsl-search-btn, #wpsl-search-wrap input,
#wpsl-search-input, #wpsl-category .wpsl-dropdown{
    border-radius: 25px;
}

input.sf-input-text, select.sf-input-select {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
}

.ta-color-hover {
  margin-left: 20px;
}
#menu-item-10710 .fl-has-submenu-container a,
#menu-item-19536 .fl-has-submenu-container a{
  font-size: 16px !important;
  color: rgb(205, 224, 248) !important;
  /*font-family: "Futura PT Book", sans-serif !important;*/
  font-family: 'Engula', sans-serif;
  /*letter-spacing: 2px;*/
}


/*
hide homepage dealer search label
*/
.fl-module.fl-module-widget.fl-node-thgi0jykoe95 #wpsl-widget-form label {
  display: none;
}


.fl-module.fl-module-widget.fl-node-thgi0jykoe95 .widget.wpsl-search-widget p {
  display: inline-block;
    margin-top: 0;
}
.fl-module.fl-module-widget.fl-node-thgi0jykoe95 .widget.wpsl-search-widget {
  text-align: center;
}

.fl-module.fl-module-widget.fl-node-thgi0jykoe95 input#wpsl-widget-search {
  padding: 10px 50px;
  border-radius: 20px;
  border: 1px solid #999;
  width: 400px;
}
.fl-module.fl-module-widget.fl-node-thgi0jykoe95 input#wpsl-widget-submit {
  border: 1px solid white;
  width: 100%;
  padding: 11px 13px;
  /* background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/%3E%3C/svg%3E); */
  background-image: url(/wp-content/uploads/2024/08/585e4ae1cb11b227491c3393-1.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
  /* width: 22px; */
  /* height: 15px; */
  border-radius: 25%;
  margin-left: -60px;
  background-color: transparent;
}

.fl-node-s45zolange6i > .fl-col-content {
  background-position: right 0px top 5px;
}
.fl-module.fl-module-widget.fl-node-thgi0jykoe95 h2.widgettitle {
  display: none;
}
.fl-module.fl-module-rich-text.fl-node-dhgr9k8vbf76 p {
    text-shadow: 10px 2px 5px #fff;
  font-weight: 600;
}
.ta-product-attrs-shop{
  display: none;  /* hide product attrs by default */
  margin-top: 0.5em;

}
.ta-product-attrs-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.ta-color-attr-item {
  width: 25px;
  height: 25px;
  border-radius: 25px;
}
/* footer */
.fl-row.fl-row-full-width.fl-row-bg-none.fl-node-zl6bm2vgx3j4.fl-row-default-height.fl-row-align-center {
    font-family: 'Engula', sans-serif;
}
.fl-module.fl-module-rich-text.fl-node-x28opvghilcy p,.fl-module.fl-module-rich-text.fl-node-x28opvghilcy p a {
    font-size: 1.25rem !important;
    letter-spacing: 0.5px;
}
.fl-col.fl-node-1ydkt20c9oue.fl-col-small .fl-col-content.fl-node-content {
    justify-content: start;
}

/*  */
.hide-color{
    display: none;
}
.ta-product-read-more {
    flex-basis: 100%;
    color: #405eaf;
    cursor: pointer;
}


/* product information page */
.ta-product-section {
    /* padding: 2em; */
    grid-column: span 4;
}
.ta-customer-section{
    grid-column: span 6;
}


/* product category page filters */
.wcpf-layout-item.wcpf-box-style .wcpf-heading-label, .wcpf-field-item.wcpf-box-style .wcpf-heading-label {
    font-size: 20px;
    padding: 15px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}
/* toggle down */
.wcpf-icon-android-remove:before, .wcpf-front-element.wcpf-hide-more-items .wcpf-more-button.wcpf-status-active .wcpf-more-icon:before, .wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed .box-item-toggle:before, .wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle:before, .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle:before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700 !important;
}
.wcpf-icon-android-add:before, .wcpf-front-element .wcpf-more-button .wcpf-more-icon:before, .wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed.wcpf-item-box-hide > .wcpf-item-inner > .wcpf-item-label .box-item-toggle:before, .wcpf-layout-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before, .wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700 !important;
}


/* */
.ta-pc-carousel-wrapper.three-row {
    /*width: 75%;
    margin: 0 auto;*/
}
#menu-item-10710 a,
#menu-item-19536 a{
    color: #000 !important;
}
.fl-node-24vplx8c5fnb .fl-menu .fl-has-submenu:hover > .sub-menu, .fl-node-24vplx8c5fnb .fl-menu .fl-has-submenu > .sub-menu {
    background: #FFF;
}
.fl-node-24vplx8c5fnb .menu .fl-has-submenu .sub-menu {
    position: absolute;
}


@media all and (max-width: 1024px){
    .fl-node-ylgoi0n2xqu8 .fl-post-feed-post {
        max-width: 90%;
    }
    .news-post-row:nth-child(even) {
        display: flex;
        flex-direction: column;
    }
    .news-post-row:nth-child(even) .fl-post-feed-text {
        width: 100%;
    }
    #mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header,#mega-menu-wrap-header .mega-menu-toggle{
        background: #FFF;
    }
    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
        background: #FFFFFF !important;
    }
    #mega-menu-wrap-header #mega-menu-header li#mega-menu-item-10534{
        display: none;
    }
    #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header {
        display: block;
        width: 350px;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
    }
    /*#menu-item-10710 a {
        color: #FFF !important;
    }*/

    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        background: #FFFFFF;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .ta-pc-carousel-wrapper.three-row {
        width: 100%;
        /* margin: 0 auto; */
    }

    .fl-node-29j7xov5meyg > .fl-row-content-wrap{
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.65);
    }
    .fl-node-mad2pi1cfl4q.fl-row-custom-height > .fl-row-content-wrap,
    .fl-node-qoyu4m5icf18.fl-row-custom-height > .fl-row-content-wrap{
        min-height: 400px;
    }

    /*  mobile filter */
    .ta-filter-mobile-icon {
        position: fixed;
        right: 0;
        padding: 14px;
        background: #405eaf;
        z-index: 1010;
        color: #FFF;
        border: 1px solid #999;
        box-shadow: 2px 1px 5px #111;
        cursor: pointer;
    }
    .fl-module.fl-module-sidebar.fl-node-085m4lie9t3d {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: none;
        /* padding: 20px; */
        /* display: none; */
    }
    .fl-col.fl-node-1he0p9amqtgr.fl-col-small .fl-col-content.fl-node-content .fl-module-sidebar .fl-module-content.fl-node-content {
        position: absolute;
        /* right: 0; */
        /* left: 0; */
        z-index: 1005;
        background: #FFFFFF;
        top: 0;
        /*width: 350px;*/
        /* height: 80%; */
        box-shadow: 2px 3px 5px #333;
        padding: 20px;
        /* overflow: scroll; */
        display: block;
    }
    .fl-col.fl-node-dtmr8bycs035.fl-col-small,
    .fl-col.fl-node-9wzos84q6er2.fl-col-small {
        display: inline-block;
        width: 48% !important;
    }
    #menu-item-10710 .fl-has-submenu-container a,
    #menu-item-19536 .fl-has-submenu-container a{
        margin-top: -10px;
        /*font-size: 14px !important;*/
        /*letter-spacing: 1px;*/
    }
    .fl-row.fl-row-full-width.fl-row-bg-none.fl-node-kui0a964wje3.fl-row-default-height.fl-row-align-center {
        margin-top: 2em;
    }
    .fl-node-5gbzxt48jofc.fl-row-custom-height > .fl-row-content-wrap {
        min-height: 450px;
    }


    #wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
        height: 350px !important;
    }
    div#ta-left, div#ta-right {
        width: 100%;
        float: none;
    }

    /* footer */
    .fl-col.fl-node-38ve2ufs0jc5.fl-col-small, .fl-col.fl-node-fvwzqtbl9o5g.fl-col-small, .fl-col.fl-node-1ydkt20c9oue.fl-col-small {
        flex: 100% !important;
    }
    .fl-module.fl-module-rich-text.fl-node-x28opvghilcy p, .fl-module.fl-module-rich-text.fl-node-x28opvghilcy p a {
        font-size: 1rem !important;
        letter-spacing: 0.5px;
    }
    footer h3 {
        font-size: 1.375rem;
        font-family: 'Engula', sans-serif;
    }
    footer ul li {
        margin: 7.5px 0;
    }
    footer ul li a {
        font-size: 1rem !important;
    }
    .fl-node-5gbzxt48jofc .fl-row-content {
        max-width: none;
    }
    .fl-module.fl-module-widget.fl-node-thgi0jykoe95 input#wpsl-widget-search{
        width: unset;
    }
    .signup_form-box {
        padding-left: 0;
    }

}


/* reduce image size by 20% */
.tax-product_cat .ta-post-card img {
    max-width: 80%;
    /* margin: 0 auto; */
    text-align: center;
    /* position: relative; */
    /* right: 0; */
}

/* product listing tile */
.fl-node-5cit9nvh7zeg .fl-post-title {
    font-size: 18px;
}
.fl-node-5cit9nvh7zeg .fl-post-grid-post {
    font-size: 13px;
}


@media all and (max-width: 1200px){
    /* mega menu */
    #mega-menu-wrap-header #mega-menu-header li a{
        font-size: 14px !important;
    }
}


@media all and (max-width: 1024px){

	footer{
    	margin-top: -15em;
	}
	.fl-row.fl-node-zl6bm2vgx3j4{
	    padding-top: 33em;
	}
}

li#mega-menu-item-media_image-5 a,
li#mega-menu-item-media_image-29 a,
li#mega-menu-item-media_image-31 a,
li#mega-menu-item-media_image-33 a,


li#mega-menu-item-media_image-4 a,
li#mega-menu-item-media_image-23 a,
li#mega-menu-item-media_image-25 a,
li#mega-menu-item-media_image-27 a,


li#mega-menu-item-media_image-3 a,
li#mega-menu-item-media_image-20 a,
li#mega-menu-item-media_image-18 a,
li#mega-menu-item-media_image-16 a{
  text-align: center;
  width: 100%;
  display: block;
}

.main-menu-list-wrapper {
 /* border: 1px solid #999;*/
  margin: 0 0.5em 0 0.5em 0;
  padding: 0;
  margin-left: 0;
  margin-right: 2em;
}
/* Styling for the header */
.main-menu-list-wrapper h3, .main-menu-list-wrapper .h3 {
  position: relative;
  padding: 0.625rem;
  cursor: pointer;
  font-size: 1.125rem;
  margin: 0;
}



/*  English */
li#mega-menu-item-media_image-7 img,
li#mega-menu-item-media_image-8 img,
li#mega-menu-item-media_image-9 img {
  width: 100% !important;

}
/* Spanish */
li#mega-menu-item-media_image-10 img,
li#mega-menu-item-media_image-13 img,
li#mega-menu-item-media_image-14 img {
  width: 100% !important;

}
/*li#mega-menu-4478-1 {
  border-top: 1px solid #999 !important;
}*/


/*
 *  English
 */

li#mega-menu-4478-1-0,
li#mega-menu-4478-1-1,
li#mega-menu-4478-1-2{
  width: 100% !important;
  transition: all 0.8s;
}
/*  Spanish */
li#mega-menu-19561-1-0, li#mega-menu-19561-1-1, li#mega-menu-19561-1-2 {
    transition: all 0.8s;
    width: 100% !important;
}
.main-menu-list ul{
  column-count: 2;

}

li#mega-menu-4478-0-0 ul li:last-child a, 
li#mega-menu-4478-0-1 ul li:last-child a, 
li#mega-menu-4478-0-2 ul li:last-child a,
li#mega-menu-19561-0-0 ul li:last-child a, 
li#mega-menu-19561-0-1 ul li:last-child a, 
li#mega-menu-19561-0-2 ul li:last-child a {
    border-bottom: 1px solid #999 !important;
    width: 95%;
    display: block;
    text-align: center;
}
li#mega-menu-item-media_image-5 a img,
li#mega-menu-item-media_image-4 a img,
li#mega-menu-item-media_image-3 a img,

li#mega-menu-item-media_image-29 a img,
li#mega-menu-item-media_image-31 a img,
li#mega-menu-item-media_image-33 a img,

li#mega-menu-item-media_image-23 a img,
li#mega-menu-item-media_image-25 a img,
li#mega-menu-item-media_image-27 a img,

li#mega-menu-item-media_image-20 a img,
li#mega-menu-item-media_image-18 a img,
li#mega-menu-item-media_image-16 a img
{
    height: 29px !important;
}
li#mega-menu-item-media_image-11 a img,
li#mega-menu-item-media_image-12 a img,
li#mega-menu-item-media_image-15 a img {
    height: 29px !important;
}

/*Add the toggle button using a pseudo-element*/
@media all and (max-width:1024px) {
  .main-menu-list-wrapper h3::after, .main-menu-list-wrapper .h3::after {
    /*content: "+";*/
    content: "";
    font-family: dashicons;
    font-weight: normal;

    position: absolute;
    right: 10px;
    font-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  }
  /*Change toggle button to "-" when active*/

  .main-menu-list-wrapper h3.active::after,
  .main-menu-list-wrapper .active.h3::after {
    /*content: "-";*/
    content: "";
  }

  .menu-tusa-sub-menu-container.main-menu-list ,
  .menu-tusa-sport-sub-menu-container.main-menu-list,
  .menu-view-swim-sub-menu-container.main-menu-list,
  .menu-tusa-sub-menu-spanish-container.main-menu-list ,
  .menu-tusa-sport-sub-menu-spanish-container.main-menu-list,
  .menu-view-swim-sub-menu-spanish-container.main-menu-list{
    display: block !important;
  }
  .menu-tusa-sub-menu-container.main-menu-list h3,
  .menu-tusa-sport-sub-menu-container.main-menu-list h3,
  .menu-view-swim-sub-menu-container.main-menu-list h3,
    .menu-tusa-sub-menu-spanish-container.main-menu-list h3,
  .menu-tusa-sport-sub-menu-spanish-container.main-menu-list h3,
  .menu-view-swim-sub-menu-spanish-container.main-menu-list h3{
    display: block !important;
    border-bottom: 1px solid #999;
  }
  .menu-tusa-sub-menu-container.main-menu-list .menu,
  .menu-tusa-sport-sub-menu-container.main-menu-list .menu,
  .menu-view-swim-sub-menu-container.main-menu-list .menu,
  .menu-tusa-sub-menu-spanish-container.main-menu-list .menu,
  .menu-tusa-sport-sub-menu-spanish-container.main-menu-list .menu,
  .menu-view-swim-sub-menu-spanish-container.main-menu-list .menu{
    display: none;
  }
    .main-menu-list ul {
        column-count: 1;
    }

  .main-menu-list-wrapper h3, .main-menu-list-wrapper .h3{
    font-size: 1em;
    padding: 0.125rem;
  }
  .main-menu-list-wrapper h3:after, .main-menu-list-wrapper .h3:after{
    font-size: 1em;
  }

  ul#mega-menu-header {
    overflow: scroll !important;
    /*max-height: 425px !important;*/
    height: 100vh !important;
  }

  /* */
  .ta-single-slide .ta-img-wrapper {
    overflow: visible;
    border-radius: 15px;
  }
  .ta-single-slide .ta-img-wrapper:hover img {
    transform: scale(1);
  }
.fl-module.fl-module-heading.fl-node-te0gnv3x5jqd {
    margin-top: 50px;
 }
.woocommerce div.product .woocommerce-tabs .panel {
        text-align: center;
    }

.fl-row.fl-row-full-width.fl-row-bg-none.fl-node-st4jnk0fzlbu.fl-row-default-height.fl-row-align-center {
    margin-top: 70px;
    }

    #mega-menu-wrap-header, #mega-menu-wrap-header #mega-menu-header, #mega-menu-wrap-header #mega-menu-header ul.mega-sub-menu, #mega-menu-wrap-header #mega-menu-header li.mega-menu-item, #mega-menu-wrap-header #mega-menu-header li.mega-menu-row, #mega-menu-wrap-header #mega-menu-header li.mega-menu-column, #mega-menu-wrap-header #mega-menu-header a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header span.mega-menu-badge {
        position: static;
    }

    .main-menu-list-wrapper {
        width: 100%;
    }
    ul#menu-tusa-sub-menu li, ul#menu-tusa-sport-sub-menu li, ul#menu-view-swim-sub-menu li {
        padding: 5px 0 !important;
    }

    .mfp-wrap.fl-node-lz1y6gi93nq2 button.mfp-close{
            top: 81px !important;
            display: none;
    }
    .fl-node-lz1y6gi93nq2 .fl-form-field input[type=search] {
    width: 100%;
    }
    .fl-node-lz1y6gi93nq2 .mfp-container .fl-search-form-input-wrap {
        width: 100%;
    }

}

/* Slick slider thumbnails: horizontal layout for mobile */
@media all and (max-width: 1024px) {
    .woocommerce div.product div.images.woocommerce-product-gallery{
        flex-direction: column;
    }
    .product-gallery-thumbnails {
        display: flex; /* Ensure a flexible layout */
        overflow-x: scroll; /* Allow horizontal scrolling if necessary */
        gap: 10px; /* Add spacing between thumbnails */
        
    }


    .product-gallery-thumbnails .slick-track {
        flex-direction: row; /* Switch to horizontal */
        

    }

    .product-gallery-thumbnails .slick-slide {
        width: 80px !important; /* Adjust thumbnail size for mobile */
        height: auto; /* Maintain aspect ratio */
        flex-shrink: 0; /* Prevent shrinking of slides */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        text-align: center !important;
    }

    .woocommerce div.product div.images .tusa-flex-control-thumbs {
        flex-direction: row; /* Ensure horizontal layout */
        overflow-x: auto; /* Enable horizontal scroll */
        width: 100%; /* Take up full width */
        gap: 5px; /* Add spacing between items */
        order: 1;
    }

    .woocommerce div.product div.images .tusa-flex-control-thumbs li {
        width: 80px !important; /* Set consistent width for thumbnails */
        height: auto;
        flex-shrink: 0; /* Ensure thumbnails do not shrink */
        display: inline-flex; /* Align items horizontally */
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .woocommerce div.product div.images .tusa-flex-control-thumbs li img {
        width: 95%; /* Adjust thumbnail image size */
        height: auto;
        object-fit: contain;

    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper.tusa-slider-nav, 
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    width: 100%;
    height: 100% !important;
	}
	.mfp-container {
		padding: 0;
		margin: 0;
	}
	.fl-node-9u7gqy1ad3l0 .fl-row-content {
		margin-top: 80px;
	}
	/*
	.mfp-content{
		pointer-events: none;
	}
	.mfp-content input{
		pointer-events: auto;
	}*/
	ol.tusa-flex-control-thumbs .slick-slide {
	    text-align: center;
	}
	ol.tusa-flex-control-thumbs .slick-slide img {
	    pointer-events: none !important;
	}
  ol.tusa-flex-control-thumbs .slick-slide.slick-current img {
    border: 1px solid #999 !important;

  }
  .search-results .fl-module img {
    max-width: 100%;
    object-fit: contain;
  }
}




#home-hero-slider-content button.slick-next.slick-arrow {
  right: calc(50vw - 650px - 35px);
}
#home-hero-slider-content button.slick-prev.slick-arrow {
  left: calc(50vw - 650px - 35px);
}

/*@media all and (max-width: 1350px){*/
/*  #home-hero-slider-content button.slick-next.slick-arrow {*/
/*    right: calc(50vw - 650px - 35px);*/
/*  }*/
/*  #home-hero-slider-content button.slick-prev.slick-arrow {*/
/*    left: calc(50vw - 650px - 35px);*/
/*  }*/
/*}*/

@media all and (max-width: 1350px){
  #home-hero-slider-content button.slick-next.slick-arrow {
    right: 10px;
  }
  #home-hero-slider-content button.slick-prev.slick-arrow {
    left: 10px;
  }

}
@media all and (max-width: 1024px){
  div#home-hero-slider-content {
    margin-top: 70px;
  }

  .ta-customer-section {
    grid-column: span 12;
	}
}


html[lang="es-ES"] #mega-menu-wrap-header #mega-menu-header li a {
    font-family: 'Graphik' !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    color: rgb(17, 17, 17) !important;
}


html[lang="es-ES"] .signup_form-box input[type="email"]::placeholder {
    font-size: 12px;
}
html[lang="es-ES"] footer .ta-more-button a,
html[lang="de-DE"] footer .ta-more-button a,
html[lang="ja"] footer .ta-more-button a {
    font-size: 1.25rem !important;
}
html[lang="es-ES"] a.signup_form-popup-button,
html[lang="de-DE"] a.signup_form-popup-button,
html[lang="ja"] a.signup_form-popup-button {
    /* padding: 0.3rem 2rem !important; */
    padding: 0.45rem 1rem !important;
}
html[lang="de-DE"] .signup_form-box input[type="email"]::placeholder {
    font-size: 13px;
}
html[lang="ja"] .signup_form-box input[type="email"]::placeholder {
    font-size: 12px;
}
html[lang="es-ES"] .signup_form-box a,
html[lang="de-DE"] .signup_form-box a {
    top: 6px;
}




/* */
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14173,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14189,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14188,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14187,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14186,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14185,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14184,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14183,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14182,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14181,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14180,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14179,
html[lang="ja"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14175
{
    display: none;
}
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14173,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14189,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14188,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14187,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14186,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14185,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14184,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14183,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14182,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14181,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14180,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14179,
html[lang="de-DE"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14175
{
    display: none;
}
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14173,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14189,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14188,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14187,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14186,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14185,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14184,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14183,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14182,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14181,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14180,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14179,
html[lang="es-ES"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14175
{
    display: none;
}
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14173,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14189,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14188,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14187,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14186,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14185,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14184,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14183,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14182,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14181,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14180,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14179,
html[lang="zh-hant"] .wcpf-field-item.wcpf-front-element.wcpf-front-element-14175
{
    display: none;
}

