@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


html {
    overflow-y: scroll;
}

body {
    background: #fff !important;
    margin: 0px;
}

html {
    scroll-behavior: smooth !important;
}

html,
body,
table th,
.wp-block-table th {
    font-family: 'Lato', sans-serif !important;
}

/*===Lorem Ipsum=====*/
html,
h1,
h2,
h3,
h4,
p,
a,
li {
    font-family: 'Lato', sans-serif !important;
    -webkit-text-size-adjust: 100%;
}


* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-kerning: auto !important;
}

/***** GRID CONFIG & geral styles *****/

@media(min-width:1441px) {
    .container {
        width: 1280px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .col,
    [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .breadcrumbs {
        margin-top: 24px;
    }

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

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}


@media(min-width:1025px) and (max-width:1440px) {

    .container {
        width: auto !important;
        margin-left: 72px !important;
        margin-right: 72px !important;
    }

    .container-fluid.no-margin-left {
        margin-right: 72px !important;
    }

    .col,
    [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .breadcrumbs {
        margin-top: 24px;
    }

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

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }
}


@media(min-width:768px) and (max-width:1024px) {
    .container {
        width: auto !important;
        margin-left: 44px !important;
        margin-right: 44px !important;
    }

    .container-fluid.no-margin-left {
        width: auto !important;
        margin-left: 44px !important;
        margin-right: 44px !important;
    }

    .col,
    [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .breadcrumbs {
        margin-top: 20px;
    }

    .woocommerce .woocommerce-breadcrumb {
        margin: 20px 0px 0px 0px !important;
        font-size: 14px !important;
    }

    .breadcrumbs ul li,
    .breadcrumbs ul li a,
    .woocommerce .woocommerce-breadcrumb a {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .woocommerce .woocommerce-breadcrumb span:first-child {
        font-size: 16px !important;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }
}

@media(max-width:767px) {
    .container {
        width: auto !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .container-fluid.no-margin-left {
        width: auto !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .col,
    [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .row {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .breadcrumbs {
        margin-top: 20px;
    }

    .woocommerce .woocommerce-breadcrumb {
        margin: 20px 0px 0px 0px !important;
        font-size: 14px !important;
    }

    .breadcrumbs ul li,
    .breadcrumbs ul li a,
    .woocommerce .woocommerce-breadcrumb a {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .woocommerce .woocommerce-breadcrumb span:first-child {
        font-size: 16px !important;
    }
}


.container,
.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.container,
.container-md,
.container-sm {
    max-width: 100% !important;
}

.site-main {
    padding: 0px !important;

}

.site-main>* {
    margin-bottom: 0px !important;
}

/*about page template*/

@media(min-width:1441px) {
    .full-bg.about-page img.header_large {
        display: block;
    }

    .full-bg.about-page img.header_medium,
    .full-bg.about-page img.header_mobile {
        display: none;
    }

    .about-us h1 {
        font-size: 60px;
        line-height: 72px;
        margin: 68px 0px 0px 0px;
        padding-bottom: 60px;
    }

    .about-us p {
        font-size: 20px;
        line-height: 28px;
    }

    .full-dark-grey.about {
        height: 360px;
        margin: 124px 0px;
        padding: 80px 0px;
    }

    .full-dark-grey.about h3 {
        font-size: 40px;
        line-height: 48px;
    }

    .our-story h2 {
        font-size: 60px;
        line-height: 72px;
        padding-bottom: 44px;
    }

    .our-story p {
        font-size: 20px;
        line-height: 28px;
    }

    .our-story p:nth-child(3) {
        padding-top: 32px;
        padding-bottom: 32px;
    }


    .our-story .yellow-cta {
        margin-top: 52px;
    }

    .our-story .yellow-cta a {
        padding: 16px 28px;
        font-size: 16px;
        line-height: 20px;
    }

    .our-story,
    .about-us {
        padding-top: 124px;
        padding-bottom: 124px;
    }

    .our-story-bg {
        background: url('https://touch-dimension.com/wp-content/uploads/2023/10/About_desktop.jpg') no-repeat;
        background-size:cover;
        background-position: center;
        height: 696px;
    }

}

@media(min-width:1025px) and (max-width:1440px) {
    .full-bg.about-page img.header_large {
        display: block;
    }

    .full-bg.about-page img.header_medium,
    .full-bg.about-page img.header_mobile {
        display: none;
    }

    .about-us h1 {
        font-size: 60px;
        line-height: 72px;
        margin: 68px 0px 0px 0px;
        padding-bottom: 60px;
    }

    .about-us p {
        font-size: 20px;
        line-height: 28px;
    }

    .full-dark-grey.about {
        height: 360px;
        margin: 124px 0px;
        padding: 80px 0px;
    }

    .full-dark-grey.about h3 {
        font-size: 40px;
        line-height: 48px;
    }

    .our-story h2 {
        font-size: 60px;
        line-height: 72px;
        padding-bottom: 44px;
    }

    .our-story p {
        font-size: 20px;
        line-height: 28px;
    }

    .our-story p:nth-child(3) {
        padding-top: 32px;
        padding-bottom: 32px;
    }


    .our-story .yellow-cta {
        margin-top: 52px;
    }

    .our-story .yellow-cta a {
        padding: 16px 28px;
        font-size: 16px;
        line-height: 20px;
    }

    .our-story,
    .about-us {
        padding-bottom: 124px;
        padding-top: 124px;
    }

    .our-story-bg {
        background: url('https://touch-dimension.com/wp-content/uploads/2023/10/About_desktop.jpg') no-repeat;
        background-size:cover;
        background-position: center;
        height: 696px;
    }
}


@media(min-width:768px) and (max-width:1024px) {
    .full-bg.about-page img.header_large {
        display: none;
    }

    .full-bg.about-page {
        background: url('./../../../../uploads/2023/05/header_medium.png');
        height: 400px;
        background-size: cover;
        background-position: center;
    }

    .about-us h1 {
        font-size: 40px;
        line-height: 48px;
        margin: 64px 0px 0px 0px;
        padding-bottom: 48px;
    }

    .about-us p {
        font-size: 18px;
        line-height: 24px;
    }

    .about-us .pb {
        padding-bottom: 28px;
    }

    .full-dark-grey.about {
        height: 320px;
        margin: 88px 0px;
        padding: 60px 0px;
    }

    .full-dark-grey.about h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .our-story h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 48px;
    }

    .our-story p {
        font-size: 18px;
        line-height: 24px;
    }

    .our-story p:nth-child(3) {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .our-story .yellow-cta {
        margin-top: 52px;
    }

    .our-story .yellow-cta a {
        padding: 16px 28px;
        font-size: 16px;
        line-height: 20px;
    }

    .our-story,
    .about-us {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .our-story-bg {
        background: url('https://touch-dimension.com/wp-content/uploads/2023/10/About_tablet.jpg') no-repeat;
        background-size:cover;
        background-position: center;
        height: 510px;
        margin-top: 72px;
    }
}

@media(max-width:767px) {
    .full-bg.about-page img.header_large {
        display: none;
    }

    .full-bg.about-page {
        background: url('./../../../../uploads/2023/05/header_small.png');
        height: 260px;
        background-size: cover;
        background-position: center;
    }

    .about-us h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 24px 0px 0px 0px;
        padding-bottom: 32px;
    }

    .about-us p {
        font-size: 16px;
        line-height: 22px;
    }

    .about-us .pb {
        padding-bottom: 20px;
    }

    .full-dark-grey.about {
        height: 372px;
        margin: 56px 0px;
        padding: 40px 0px;
    }

    .full-dark-grey.about h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .our-story h2 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 32px;
    }

    .our-story p {
        font-size: 16px;
        line-height: 22px;
    }

    .our-story p:nth-child(3) {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .our-story .yellow-cta {
        margin-top: 44px;
    }

    .our-story .yellow-cta a {
        padding: 12px 24px;
        font-size: 16px;
        line-height: 20px;
    }

    .our-story,
    .about-us {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .our-story-bg {
        background: url('https://touch-dimension.com/wp-content/uploads/2023/10/About_mobile.jpg') no-repeat;
        background-size:cover;
        background-position: center;
        height: 374px;
        margin-top: 56px;
    }
}



.full-bg.about-page img {
    height: auto;
    width: 100%;
}


/*breadcrumbs*/

.breadcrumbs ul {
    list-style-type: none !important;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.woocommerce .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    line-height: 20px;
    color: #333;
    font-size: 16px;
}

.breadcrumbs ul li span,
.woocommerce .woocommerce-breadcrumb a {
    font-size: 20px;
    color: #848484;
}

.breadcrumbs ul li::after {
    content: '\e5cc';
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #656565;
}

.woocommerce .woocommerce-breadcrumb span {
    font-size: 16px;
    color: #656565;
}

.woocommerce .woocommerce-breadcrumb span:first-child {
    font-size: 20px;
}

.breadcrumbs ul li,
.woocommerce .woocommerce-breadcrumb a {
    color: #333333;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.woocommerce nav.woocommerce-breadcrumb {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-transform: capitalize;
    /*     padding: 4px; */
}

@media(max-width:767px) {

    .breadcrumbs ul li a,
    .woocommerce .woocommerce-breadcrumb a {
        padding-left: 0px !important;
    }
}

.breadcrumbs ul li a,
.woocommerce .woocommerce-breadcrumb a {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 4px;
    background: transparent;
    transition: 0.3s;
    color: #333333;
    text-decoration: none !important;
}

.breadcrumbs ul li a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: none !important;
    background: #EFEFEF;
    padding: 4px;
    transition: 0.3s;
    outline: none;
}

.breadcrumbs ul li a:active,
.woocommerce .woocommerce-breadcrumb a:active,
.breadcrumbs ul li a:focus,
.woocommerce .woocommerce-breadcrumb a:focus {
    text-decoration: none !important;
    outline: none !important;
    background: transparent;
    color: #555555;
}

.breadcrumbs ul li a:hover span,
.woocommerce .woocommerce-breadcrumb a:hover span {
    color: #656565;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li:last-child {
    padding-right: 0px;
    padding-left: 4px;
    color: #333333;
    font-weight: 300;
}


.woocommerce nav.woocommerce-breadcrumb span.arrow:last-child {
    padding-right: 4px;
}

.about-us h1,
.our-story h2 {
    color: #333333;
    font-weight: 700;
    margin: 0px;
}

.about-us p,
.our-story p {
    color: #434343;
    font-weight: 400;
    margin: 0px;
}


.full-dark-grey {
    background: #333333;
}

.full-dark-grey.about h3 {
    color: #FFFFFF;
    font-weight: 300;
    margin: 0px;
}

.our-story .yellow-cta {
    display: flex;
}

.our-story .yellow-cta a {
    background: #FFDE17;
    border-radius: 40px;
    display: flex;
    align-items: center;
    color: #333333;
    transition: 0.3s;
    font-weight: 400;
    text-decoration: none !important;
    outline: none !important;
}

.our-story .yellow-cta a:hover {
    transition: 0.3s;
    background: #333333;
    color: #FFFFFF;
    text-decoration: none !important;
    outline: none !important;
}

.our-story .yellow-cta a:active,
.our-story .yellow-cta a:focus {
    transition: 0.3s;
    background: #333333 !important;
    color: #FFFFFF;
    text-decoration: none !important;
    outline: none !important;
}

.our-story .yellow-cta a span {
    font-size: 20px;
    padding-left: 16px;
}

/*footer styles*/

@media(min-width:1441px) {
    .footer-bg {
        padding: 52px 0px 26px 0px;
    }

    .subscribe-newsletter .icon {
        width: 32px;
        height: 32px;
    }

    .subscribe-newsletter .icon-container {
        margin-right: 16px;
    }

    .subscribe-newsletter .icon span {
        font-size: 18px;
    }

    .subscribe-newsletter h3 {
        max-width: 304px;
    }

    .subscribe-newsletter p {
        padding-top: 12px;
        padding-bottom: 56px;
    }

    .subscribe-newsletter {
        display: flex;
        margin-left: 60px;
    }

    .subscribe-newsletter .news-form input[type="submit"] {
        width: 100px;
    }

    .subscribe-newsletter .news-form .actions {
        margin-left: 8px;
    }

    .secondary-menu-container {
        padding-top: 68px;
    }

    .secondary-menu-container ul li {
        padding-right: 52px;
    }

    .rights-reserved hr {
        margin-top: 50px;
        margin-bottom: 20px;
    }

}

@media(min-width:1025px) and (max-width:1440px) {
    .footer-bg {
        padding: 52px 0px 26px 0px;
    }

    .subscribe-newsletter .icon {
        width: 32px;
        height: 32px;
    }

    .subscribe-newsletter .icon-container {
        margin-right: 16px;
    }

    .subscribe-newsletter .icon span {
        font-size: 18px;
    }

    .subscribe-newsletter p {
        padding-top: 12px;
        padding-bottom: 56px;
    }

    .subscribe-newsletter h3 {
        max-width: 304px;
    }

    .subscribe-newsletter p {
        padding-top: 12px;
        padding-bottom: 56px;
    }

    .subscribe-newsletter {
        display: flex;
    }

    .subscribe-newsletter .news-form .hs-form {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .subscribe-newsletter .news-form input[type="submit"] {
        width: 100px;
    }

    .subscribe-newsletter .news-form .actions {
        margin-left: 8px;
    }

    .secondary-menu-container {
        padding-top: 68px;
    }

    .secondary-menu-container ul li {
        padding-right: 52px;
    }

    .rights-reserved hr {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .footer-bg {
        padding: 44px 0px 30px 0px;
    }

    .subscribe-newsletter .icon {
        width: 28px;
        height: 28px;
    }

    .subscribe-newsletter .icon-container {
        height: 28px;
        margin-bottom: 12px;
    }

    .subscribe-newsletter .icon span {
        font-size: 16px;
    }

    .subscribe-newsletter p {
        padding-top: 4px;
        padding-bottom: 16px;
    }

    .subscribe-newsletter {
        display: flex;
        flex-direction: column;
        float: right;
        max-width: 332px;
    }

    .subscribe-newsletter .news-form input[type="submit"] {
        width: 100px;
    }

    .subscribe-newsletter .news-form .actions {
        margin-left: 8px;
    }

    .secondary-menu-container {
        padding-top: 60px;
    }

    .secondary-menu-container ul li {
        padding-right: 20px;
    }

    .rights-reserved hr {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .footer-bg {
        padding: 40px 0px 40px 0px;
    }

    .brand-info p {
        padding-top: 20px !important;
    }

    .subscribe-newsletter .icon {
        width: 40px;
        height: 40px;
    }

    .subscribe-newsletter .icon-container {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .subscribe-newsletter .icon span {
        font-size: 20px;
    }

    .subscribe-newsletter h3 {
        max-width: 280px;
    }

    .subscribe-newsletter p {
        padding-top: 4px;
        padding-bottom: 24px;
    }

    .subscribe-newsletter .news-form .hs-form {
        flex-direction: column;
    }

    .footer-bg .row.column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .subscribe-newsletter .news-form .actions {
        margin-top: 12px;
    }

    .subscribe-newsletter .news-form .hs-submit,
    .subscribe-newsletter .news-form input[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .brand-info {
        padding-top: 64px;
    }

    .secondary-menu-container {
        padding: 24px 0px 0px 0px;
    }

    .secondary-menu-container ul li {
        display: block !important;
        padding-bottom: 20px;
    }

    .secondary-menu-container ul li:last-child {
        padding-bottom: 0px;
    }

    .rights-reserved hr {
        margin-top: 40px;
        margin-bottom: 16px;
    }
}

.footer-bg {
    background: #F7F7F7;
}

.brand-info img {
    width: auto;
    height: 20px!important;
}

.brand-info p {
    color: #333333;
    font-weight: 400;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 28px;
}

.subscribe-newsletter .icon {
    background: #FBDB1B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-newsletter .icon span {
    color: #434343;
}

.subscribe-newsletter h3 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
}

.subscribe-newsletter p {
    color: #333333;
    font-weight: 400;
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}

.subscribe-newsletter .news-form .hs-form-required {
    display: none !important;
}

.subscribe-newsletter .news-form .hs_email label {
    display: none;
}

.subscribe-newsletter .news-form .hs-form {
    display: flex;
    align-items: flex-start;
}

.subscribe-newsletter .news-form .hs-form-field {
    width: 100%;
}

.subscribe-newsletter .news-form input[type="email"] {
    background: #fff;
    border: none !important;
    outline: none !important;
    border-radius: 8px;
    height: 34px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
/*     color: rgba(67, 67, 67, 0.4); */
    color:#333;
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    max-width: 100%;
    margin: 0px !important;
}

.subscribe-newsletter .news-form input[type="submit"] {
    background: rgba(251, 219, 27, 1) !important;
    border: none !important;
    outline: none !important;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    color: #434343 !important;
    font-family: 'Lato', sans-serif !important;
    margin: 0px !important;
    transition: 0.3s;
}

.subscribe-newsletter .news-form input[type="submit"]:hover {
    background: rgba(251, 219, 27, 0.6) !important;
    transition: 0.3s;
}

.subscribe-newsletter .news-form .hs-form .hs-form-field input::placeholder {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(67, 67, 67, 0.4) !important;
}

.subscribe-newsletter .news-form .legal-consent-container {
    display: none !important;
}

.subscribe-newsletter .news-form .legal-consent p {
    padding: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
    font-weight: 400;
    padding-top: 4px;
}

.subscribe-newsletter .news-form .hs_error_rollup {
    display: none !important;
}

.subscribe-newsletter .news-form .legal-consent p a,
.subscribe-newsletter .news-form .legal-consent p a:active,
.subscribe-newsletter .news-form .legal-consent p a:focus {
    color: #767676;
    font-weight: 600;
    transition: 0.3s;
    background: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.subscribe-newsletter .news-form .legal-consent p a:hover {
    text-decoration: underline !important;
    transition: 0.3s;
    background: none !important;
    outline: none !important;
}

.subscribe-newsletter .news-form .hs_email .hs-error-msgs label {
    display: block;
    margin-bottom: 0px;
    padding-top: 8px;
    color: #FD0000;
}

.subscribe-newsletter .news-form .hs_email .hs-error-msgs {
    padding: 0px;
    margin: 0px;
    list-style-type: none !important;
}

.secondary-menu-container ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none !important;
}

.secondary-menu-container ul li {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.secondary-menu-container ul li:last-child {
    padding-right: 0px;
}

.secondary-menu-container ul li a,
.secondary-menu-container ul li a:active,
.secondary-menu-container ul li a:focus {
    color: #333333;
    text-shadow: -0.05px -0.05px 0 transparent, 0.05px 0.05px transparent;
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
    transition: 0.3s;
}

.secondary-menu-container ul li a:hover {
    transition: 0.3s;
    text-decoration: none !important;
    text-shadow: -0.05px -0.05px 0 #333333, 0.05px 0.05px #333333;
}

.rights-reserved hr {
    height: 1px;
    border: none;
    background: #888888;
    opacity: 0.52;
}

.rights-reserved p {
    color: #888888;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}



/* basic page template - privacy policy, terms and conditions and cookies */


@media(min-width:1441px) {

    .page-content .head-title h1 {
        font-size: 44px;
        line-height: 48px;
        padding-bottom: 24px;
    }

    .page-content .head-title p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .head-title {
        margin-bottom: 0px;
        height: 248px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page-content h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 16px;
        padding-top: 56px;
    }

    .page-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .highlight-grey {
        max-height: 248px;
    }

    .page-content .highlight-grey::before {
        height: 248px;
        width: 2600px;
        left: -12%;
    }

    #fixed-position ul li {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 32px;
    }

    .basic-page-container {
        padding-bottom: 128px;
    }

    html {
        scroll-padding-top: 140px;
    }
}

@media(min-width:1025px) and (max-width:1440px) {

    .page-content .head-title h1 {
        font-size: 44px;
        line-height: 48px;
        padding-bottom: 24px;
    }

    .page-content .head-title p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .head-title {
        margin-bottom: 0px;
        height: 248px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page-content h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 16px;
        padding-top: 56px;
    }

    .page-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .highlight-grey {
        max-height: 248px;
    }

    .page-content .highlight-grey::before {
        height: 248px;
        width: 2000px;
        left: -12%;
    }

    #fixed-position ul li {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 32px;
    }

    .basic-page-container {
        padding-bottom: 128px;
    }

    html {
        scroll-padding-top: 140px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .page-content .head-title h1 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 16px;
    }

    .page-content .head-title p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .head-title {
        margin-bottom: 0px;
        height: 256px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page-content h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 16px;
        padding-top: 56px;
    }

    .page-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .highlight-grey {
        max-height: 256px;
    }

    .page-content .highlight-grey::before {
        height: 256px;
        width: 1276px;
        left: -10%;
    }

    #fixed-position ul li {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 32px;
    }

    .basic-page-container {
        padding-bottom: 88px;
    }

    html {
        scroll-padding-top: 140px;
    }
}

@media(max-width:767px) {
    #fixed-position {
        display: none !important;
    }

    .page-content .head-title h1 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 16px;
    }

    .page-content .head-title p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .head-title {
        margin-bottom: 0px;
        height: 284px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page-content h2 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 12px;
        padding-top: 40px;
    }

    .page-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-content .highlight-grey {
        max-height: 284px;
    }

    .page-content .highlight-grey::before {
        height: 284px;
        width: 1024px;
        left: -10%;
    }

    .basic-page-container {
        padding-bottom: 56px;
    }
}


.page-content .row {
    margin-bottom: 0px !important;
}

.page-content .head-title h1 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.page-content .head-title p {
    color: #fff !important;
    font-weight: 400;
    margin: 0px;
}

.page-content h2 {
    color: #333333;
    margin: 0px;
    font-weight: 600;
}

.page-content p {
    color: #333333;
    margin: 0px;
    font-weight: 400;
}

.basic-page-container {
    margin-top: 0px !important;
}

.page-content .highlight-grey::before {
    background: #333333;
    content: '\00a0';
    position: absolute;
    z-index: -1;
}

#fixed-position ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none !important;
}

#fixed-position ul li,
#fixed-position ul li a {
    color: #333333;
    text-decoration: none !important;
    outline: none !important;
    transition: 0.3s;
}

#fixed-position ul li {
    font-weight: 400;
}

#fixed-position ul li.active {
    font-weight: 600 !important;
}

#fixed-position ul li:last-child {
    padding-bottom: 0px;
}

#fixed-position ul li a:hover,
#fixed-position ul li a:active,
#fixed-position ul li a:focus {
    background: none !important;
    text-decoration: none !important;
    outline: none !important;
}



/*contacts page template*/
@media(min-width:1921px) {
    .left-column::before {
        left: -150% !important;
    }
}

@media(min-width:1441px) {

    .form-section h1 {
        font-size: 44px;
        line-height: 52px;
        padding-bottom: 32px;
    }

    .form-section .hs-form input[type=text],
    .form-section .hs-form input[type=email],
    .form-section .hs-form select {
        min-height: 48px;
    }

    .form-section .hs-form textarea {
        min-height: 212px;
    }

    .form-section .hs-form label {
        font-size: 18px;
        line-height: 24px;
    }

    .form-section {
        margin-bottom: 88px;
    }

    .contact-info {
        padding-bottom: 104px;
    }

    .left-column .contact-info:last-child {
        padding-bottom: 0px;
    }

    .contact-info .contact-info-title h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .contact-info .contact-info-title span {
        font-size: 28px;
        margin-right: 16px;
    }

    .contact-info .contact-info-title {
        padding-bottom: 16px;
    }

    .contact-info p {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-info p.call-claim {
        font-size: 14px;
        line-height: 24px;
    }

    .form-section h1 {
        padding-top: 120px;
    }

    .left-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .left-column::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: 0;
        left: -100%;
        z-index: -1;
    }

    .news-form .submitted-message p{
        margin-top:0px!important;
        padding:0px!important;
        height: auto!important;
    }
    .submitted-message p img {
        height: 96px;
        width: 100% !important;
        max-width: 96px !important;
        margin-bottom: 48px;
    }

    .submitted-message p strong {
        font-size: 24px;
        line-height: 32px;
    }

    .submitted-message p {
        font-size: 18px;
        line-height: 22px;
    }

    .submitted-message p:last-child{
        margin-top: 50px;
    }

}

@media(min-width:1025px) and (max-width:1440px) {

    .form-section h1 {
        font-size: 44px;
        line-height: 52px;
        padding-bottom: 32px;
    }

    .form-section .hs-form input[type=text],
    .form-section .hs-form input[type=email],
    .form-section .hs-form select {
        min-height: 48px;
    }

    .form-section .hs-form textarea {
        min-height: 212px;
    }

    .form-section .hs-form label {
        font-size: 18px;
        line-height: 24px;
    }

    .form-section {
        margin-bottom: 88px;
    }

    .contact-info {
        padding-bottom: 104px;
    }

    .left-column .contact-info:last-child {
        padding-bottom: 0px;
    }

    .contact-info .contact-info-title h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .contact-info .contact-info-title span {
        font-size: 28px;
        margin-right: 16px;
    }

    .contact-info .contact-info-title {
        padding-bottom: 16px;
    }

    .contact-info p {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-info p.call-claim {
        font-size: 14px;
        line-height: 24px;
    }

    .form-section h1 {
        padding-top: 120px;
    }

    .left-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .left-column::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: 0;
        left: -100%;
        z-index: -1;
    }

    .submitted-message p img {
        height: 96px;
        width: 100% !important;
        max-width: 96px !important;
        margin-bottom: 48px;
    }

    .submitted-message p strong {
        font-size: 24px;
        line-height: 32px;
    }

    .submitted-message p {
        font-size: 18px;
        line-height: 22px;
    }

    .submitted-message p:last-child {
        margin-top: 50px;
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .form-section h1 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 32px;
    }

    .form-section .hs-form input[type=text],
    .form-section .hs-form input[type=email],
    .form-section .hs-form select {
        min-height: 44px;
    }

    .form-section .hs-form textarea {
        min-height: 180px;
    }

    .form-section .hs-form label {
        font-size: 16px;
        line-height: 20px;
    }

    .form-section {
        margin-bottom: 116px;
    }

    .contact-info {
        padding-bottom: 88px;
    }

    .left-column .contact-info:last-child {
        padding-bottom: 0px;
    }

    .contact-info .contact-info-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-info .contact-info-title span {
        font-size: 24px;
        margin-right: 16px;
    }

    .contact-info .contact-info-title {
        padding-bottom: 16px;
    }

    .contact-info p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-info p.call-claim {
        font-size: 12px;
        line-height: 24px;
    }

    .form-section h1 {
        padding-top: 96px;
    }

    .left-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .left-column::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: 0;
        left: -100%;
        z-index: -1;
    }

    .submitted-message p img {
        height: 80px;
        width: 100% !important;
        max-width: 80px !important;
        margin-bottom: 44px;
    }

    .submitted-message p strong {
        font-size: 24px;
        line-height: 32px;
    }

    .submitted-message p {
        font-size: 16px;
        line-height: 22px;
    }

    .submitted-message p:last-child {
        margin-top: 28px;
    }

}

@media(max-width:767px) {
    .form-section h1 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 32px;
    }

    .form-section .hs-form input[type=text],
    .form-section .hs-form input[type=email],
    .form-section .hs-form select {
        min-height: 44px;
    }

    .form-section .hs-form textarea {
        min-height: 180px;
    }

    .form-section .hs-form label {
        font-size: 16px;
        line-height: 20px;
    }

    .form-section {
        margin-bottom: 56px;
    }

    .contact-info {
        padding-bottom: 56px;
    }

    .contact-info .contact-info-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-info .contact-info-title span {
        font-size: 24px;
        margin-right: 16px;
    }

    .contact-info .contact-info-title {
        padding-bottom: 16px;
    }

    .contact-info p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-info p.call-claim {
        font-size: 12px;
        line-height: 24px;
    }

    .row.column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .contact-info:first-child,
    .form-section h1 {
        padding-top: 56px;
    }

    .left-column::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: -12px;
        left: -100%;
        z-index: -1;
    }

    .submitted-message p img {
        height: 80px;
        width: 100% !important;
        max-width: 80px !important;
        margin-bottom: 24px;
    }

    .submitted-message p strong {
        font-size: 20px;
        line-height: 24px;
    }

    .submitted-message p {
        font-size: 16px;
        line-height: 20px;
    }

    .submitted-message p:last-child {
        margin-top: 8px;
    }
}

.form-section h1 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
}

.form-section .hs-form input[type=text],
.form-section .hs-form input[type=email],
.form-section .hs-form select,
.form-section .hs-form textarea {
    border: 1px solid #BFBFBFF4 !important;
    margin: 0px;
    padding: 16px;
    border-radius: 8px;
    outline: none !important;
    background: #fff !important;
    width: 100%;
    resize: none;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}


.form-section .hs_firstname label span:first-child:before {
    content: '\e7fd';
    font-family: "Material Icons Round";
    font-size: 24px;
    height: 24px;
    color: #333333;
    padding-right: 12px;
}

.form-section .hs_email label span:first-child:before {
    content: '\e0be';
    font-family: "Material Icons Round";
    font-size: 24px;
    height: 24px;
    color: #333333;
    padding-right: 12px;
}

.form-section .hs_select_country label span:first-child:before {
    content: '\e55f';
    font-family: "Material Icons Round";
    font-size: 24px;
    height: 24px;
    color: #333333;
    padding-right: 12px;
}

.form-section .hs-form select {
    -webkit-appearance: none !important;
    background: url('https://touch-dimension.com/wp-content/uploads/2023/10/Group-5512.svg') 100% -30% no-repeat #FFFFFF !important;
}

.form-section .hs-form input[type=text]:hover,
.form-section .hs-form input[type=email]:hover,
.form-section .hs-form select:hover,
.form-section .hs-form textarea:hover {
    border: 1px solid rgba(191, 191, 191, 0.52) !important;
    transition: 0.3s;
}

.form-section .hs-form .hs-input.invalid.error {
    border: 1px solid #FF3131F4 !important;
    background: url('https://touch-dimension.com/wp-content/uploads/2023/10/error-1.svg') 97% 16px no-repeat #fff !important;
}


.form-section .hs-form label {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.form-section .hs-form label span:first-child {
    display: flex;
    align-items: center;
}


.form-section .hs-form label span {
    margin: 0px;
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif !important;
}

.form-section .hs-form input[type=text],
.form-section .hs-form input[type=email],
.form-section .hs-form select,
.form-section .hs-form textarea {
    margin-bottom: 28px;
}

.form-section .hs-form .legal-consent-container p {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 300;
    font-family: 'Lato', sans-serif !important;
}

.form-section .hs-form .legal-consent-container p a,
.form-section .hs-form .legal-consent-container p a:hover,
.form-section .hs-form .legal-consent-container p a:active,
.form-section .hs-form .legal-consent-container p a:focus {
    text-decoration: underline;
    color: #333333;
    font-weight: 400;
    outline: none !important;
    background: none !important;
}

.form-section .hs-form input[type=submit] {
    background: #FFDE17 !important;
    border-radius: 12px;
    color: #333333 !important;
    outline: none !important;
    border: none !important;
    font-family: 'Lato', sans-serif !important;
    margin: 32px 0px 0px 0px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
}

.form-section .hs-form .hs_error_rollup {
    display: none !important;
}

.form-section .hs-form .actions {
    text-align: right;
}

.form-section .hs-form .hs-error-msgs {
    list-style-type: none !important;
    padding: 0px;
    margin: 0px;
}

.form-section .hs-form .hs-error-msgs li {
    font-size: 14px;
    line-height: 20px;
    color: #FD0000;
}

.form-section .hs-form .hs-error-msgs li label {
    margin: 0px !important;
    position: relative;
    top: -24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


.submitted-message p {
    margin: 0px 0px 16px 0px;
    color: #333333;
}

.submitted-message p:last-child {
    height: 44px;
}

.submitted-message p img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.submitted-message p strong {
    font-weight: 600;
}

.submitted-message a {
    background: #FFDE17;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 26px;
    text-decoration: none !important;
    outline: none !important;
    float: right;
    text-align: center;
    width: 100%;
}

.contact-info-title {
    display: flex;
    align-items: center;
}

.contact-info-title h2 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.contact-info-title span {
    color: #fff;
}

.contact-info p {
    color: #fff;
    font-weight: 400;
    margin: 0px;
}

.contact-info p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
}

.contact-info p.call-claim {
    color: #fff;
    font-weight: 300;
}


/* header navigation menu */

@media(min-width:1441px) {

    .whitebar,
    .disp-flex {
        height: 128px;
    }

    .site-main {
        margin-top: 128px;
    }

    img.logo-header {
        height: 16px !important;
    }

    #site-navigation .primary-menu-container #primary-menu-list li {
        font-size: 18px;
        line-height: 24px;
        padding-right: 80px;
    }

    nav.left-nav {
        width: 33%;
        left: -33%;
        max-width: 100%;
        padding: 52px 0px;
    }

    nav.left-nav.active {
        left: 0;
    }

    nav.left-nav .menu-nav-title h3 {
        font-size: 24px;
        line-height: 28px;
    }

    nav.left-nav .menu-nav-title {
        padding: 0px 68px 48px 68px;
    }

    nav.right-list-cat,
    nav.right-list-col {
        left: -33%;
    }

    nav.right-list-cat.active,
    nav.right-list-col.active {
        left: 0;
    }

    .left-nav-menu li {
        font-size: 18px;
        line-height: 24px;
        padding: 28px 68px;
    }

    .card-list h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .card-list {
        margin-bottom: 64px;
    }

    .right-list {
        padding-top: 128px;
        padding-bottom: 64px;
    }

    .card-bg {
        height: 308px;
    }
}


@media(min-width:1025px) and (max-width:1440px) {

    .whitebar,
    .disp-flex {
        height: 128px;
    }

    .site-main {
        margin-top: 128px;
    }

    img.logo-header {
        height: 16px !important;
    }

    #site-navigation .primary-menu-container #primary-menu-list li {
        font-size: 18px;
        line-height: 24px;
        padding-right: 80px;
    }

    nav.left-nav {
        width: 27%;
        left: -27%;
        padding: 52px 0px;
    }

    nav.left-nav.active {
        left: 0;
    }

    nav.left-nav .menu-nav-title h3 {
        font-size: 24px;
        line-height: 28px;
    }

    nav.left-nav .menu-nav-title {
        padding: 0px 56px 48px 56px;
    }

    nav.right-list-cat,
    nav.right-list-col {
        left: -27%;
    }

    nav.right-list-cat.active,
    nav.right-list-col.active {
        left: 0;
    }

    .left-nav-menu li {
        font-size: 18px;
        line-height: 24px;
        padding: 28px 56px;
    }

    .card-list h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .card-list {
        margin-bottom: 64px;
    }

    .right-list {
        padding-top: 128px;
        padding-bottom: 64px;
    }

    .card-bg {
        height: 272px;
    }

}

@media(min-width:768px) and (max-width:992px) {
    nav.left-nav {
        width: 34%;
        left: -34%;
    }

    nav.right-list-cat,
    nav.right-list-col {
        left: -34%;
    }

    .card-bg {
        height: 252px;
    }
}

@media(min-width:993px) and (max-width:1024px) {
    nav.left-nav {
        width: 27%;
        left: -27%;
    }

    nav.right-list-cat,
    nav.right-list-col {
        left: -27%;
    }

    .card-bg {
        height: 212px;
    }

}

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

    .whitebar,
    .disp-flex {
        height: 120px;
    }

    .site-main {
        margin-top: 120px;
    }

    img.logo-header {
        height: 16px !important;
    }

    #site-navigation .primary-menu-container #primary-menu-list li {
        font-size: 18px;
        line-height: 24px;
        padding-right: 52px;
    }

    nav.left-nav {
        padding: 48px 0px;
    }

    nav.left-nav.active {
        left: 0;
    }

    nav.left-nav .menu-nav-title h3 {
        font-size: 20px;
        line-height: 24px;
    }

    nav.left-nav .menu-nav-title {
        padding: 0px 24px 48px 24px;
    }

    nav.right-list-cat.active,
    nav.right-list-col.active {
        left: 0;
    }

    .left-nav-menu li {
        font-size: 16px;
        line-height: 20px;
        padding: 24px;
    }

    .card-list h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .card-list {
        margin-bottom: 32px;
    }

    .right-list {
        padding-top: 120px;
        padding-bottom: 88px;
    }
}

@media(max-width:767px) {

    .whitebar,
    .disp-flex {
        height: 92px;
    }

    .whitebar {
        z-index: 10000 !important;
    }

    .site-main {
        margin-top: 92px;
    }

    img.logo-header {
        height: 12px !important;
    }

    .primary-menu-container,
    .overlay {
        display: none !important;
    }

    .menu span {
        display: block !important;
    }

    .search-icon,
    .close-search {
        padding-right: 24px;
        height: 24px;
    }

    .menu-nav-title {
        display: none !important;
    }

    nav.left-nav.active {
        left: 0;
        top: 92px !important;
        width: 100%;
    }

    nav.left-nav {
        top: 92px !important;
        left: -100%;
        width: 100%;
    }

    .left-nav.active .first-level {
        display: flex !important;
    }

    .left-nav-menu li {
        font-size: 16px;
        line-height: 20px;
        padding: 20px;
    }

    .left-nav-menu li.t-left {
        background: #E8E8E8 !important;
        box-shadow: 0px 4px 8px #BABABA1F;
    }

    .left-nav-menu li.second-level {
        background: #F8F8F8 !important;
    }

    nav.right-list-cat,
    nav.right-list-col {
        padding-top: 92px;
        left: -100%;
    }

    nav.right-list-cat.active,
    nav.right-list-col.active {
        padding-top: 92px;
        left: 0;
        z-index: 1000 !important;
    }

    .card-list h2 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .card-list {
        margin-bottom: 32px;
    }

    .right-list {
        padding-top: 20px;
    }

    .right-list h3 {
        display: block !important;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 28px;
        color: #333333;
        margin: 0px;
    }

    .back-to {
        display: flex !important;
        align-items: center !important;
    }

    .back-to p {
        color: #777777;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin: 0px;
    }

    .back-to span {
        font-size: 16px;
        color: #777777;
    }

    .nogutter {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .card-bg {
        height: 212px;
    }
}



/* open menu products */
#site-navigation .primary-navigation .primary-menu-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

nav.left-nav,
nav.right-list-cat,
nav.right-list-col {
    position: fixed;
    background: #fff;
    z-index: 1000;
    color: #333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

nav.left-nav {
    height: 100%;
    visibility: hidden;
    top: 0;
}

nav.left-nav.active {
    background: #fff;
    color: #333;
    visibility: visible;
    top: 0;
}

nav.left-nav.active .menu-nav-title h3 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
}

.menu-nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.left-nav.active ul {
    padding: 0px;
    margin: 0px;
}

nav.right-list-cat,
nav.right-list-col {
    height: 100%;
    width: 100%;
    visibility: hidden;
    transition: 0.3s;
}

nav.right-list-cat.active,
nav.right-list-col.active {
    background: #F8F8F8;
    z-index: 100;
    visibility: visible;
    transition: 0.3s;
    overflow-y: auto;
}

.right-list h3 {
    display: none;
}

body.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.72);
    position: fixed;
    z-index: 100;
    left: 0;
    visibility: hidden;
}

.overlay.active {
    visibility: visible;
}

.close-menu {
    height: 24px;
}

.close-menu span {
    color: #333333;
    font-size: 24px;
    cursor: pointer;
}

.left-nav-menu {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}

.left-nav-menu li.second-level {
    color: #333;
    font-weight: 400;
    transition: 0.3s;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

 .left-nav-menu li.second-level:hover {
    background: #f8f8f8;
    transition: 0.3s;
} 

.left-nav-menu li.first-level {
    color: #333;
    font-weight: 400;
    transition: 0.3s;
    background: #fff;
    cursor: pointer;
}

.left-nav-menu li.second-level::after {
    content: '\e5cc';
    font-family: 'Material Icons Round';
    font-size: 24px;
    color: #333;
    font-weight: 400 !important;
}

.left-nav-menu li.open {
    background: #F8F8F8;
    font-weight: 600;
    border-left: 4px solid #FFDE17;
    transition: 0.3s;
}

.left-nav-menu li a,
.left-nav-menu li a:hover,
.left-nav-menu li a:focus,
.left-nav-menu li a:active {
    color: #333;
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
}

.card-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
    cursor: pointer;
    transition:0.3s;
}

.card-list:hover{
    transition:0.3s;
    opacity:0.8;
}

.card-list a,
.col-card a {
    outline: none !important;
    background: none !important;
    text-decoration: none !important;
}

.card-list img,
.col-card img {
    outline: none !important;
}

.card-list h2 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.card-list a.cta-learn,
.col-card a.cta-learn {
    color: #333333;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.card-list a.cta-learn span,
.col-card a.cta-learn span {
    color: #333333;
    font-size: 20px;
}

/* top bar navigation menu */

.whitebar {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

img.logo-header {
    max-width: 100% !important;
    width: auto !important;
    outline: none !important;
}

.disp-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#site-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-navigation .primary-menu-container #primary-menu-list {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    display: flex;
    list-style-type: none !important;
}

#site-navigation .primary-menu-container #primary-menu-list li {
    color: #333333;
}

#site-navigation .primary-menu-container #primary-menu-list a {
    text-shadow: -0.05px -0.05px 0 transparent, 0.05px 0.05px transparent;
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
    transition: 0.3s;
    color: #333333;
}


#site-navigation .primary-menu-container #primary-menu-list a:hover,
#site-navigation .primary-menu-container #primary-menu-list li.current_page_item a {
    text-shadow: -0.05px -0.05px 0 #333333, 0.05px 0.05px #333333;
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
    transition: 0.3s;
    color: #333333;
}

.search-icon span {
    font-size: 24px;
    color: #333333;
}

.menu span,
.close-top-menu span {
    font-size: 24px;
    color: #333333;
    display: none;
}

.back-to {
    display: none;
}

.menu,
.search-icon,
.close-top-menu {
    height: 24px;
}

.second-level {
    display: none;
}

.left-nav.active .first-level {
    display: none;
}


/* homepage */

@media(min-width:1441px) {
    .home-bg {
        background: url('./../../../../uploads/2023/05/banner_desktop.png');
    }

    .home-bg,
    .headline {
        height: 736px;
    }

    .headline h1 {
        font-size: 80px;
        line-height: 90px;
    }

    .bestsellers-bg {
        padding: 104px 0px;
    }

    .head-sellers {
        display: flex;
        align-items: center;
        padding-bottom: 48px;
    }

    .head-sellers h2 {
        font-size: 56px;
        line-height: 64px;
        padding-right: 64px;
    }

    .head-sellers ul li {
        margin-right: 24px;
    }

    .prod-img-bg {
        height: 232px;
    }

    .product-card h3 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .slide-container {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .slide-container h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .carousel-inner .item h2 {
        font-size: 56px;
        line-height: 64px;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .carousel-inner .item p {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 16px;
        max-width: 740px;
    }

    .carousel-inner .item img{
        height: auto!important;
        max-width:100%!important;
        width: auto!important;
    }

    .carousel-control span {
        font-size: 44px !important;
    }

    .carousel-inner .item .yellow-cta {
        padding: 16px 28px;
    }

    .carousel-inner .item .yellow-cta a {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 28px;
    }

}

@media(min-width:1025px) and (max-width:1440px) {
    .home-bg {
        background: url('./../../../../uploads/2023/05/banner_desktop.png');
    }

    .home-bg,
    .headline {
        height: 632px;
    }

    .headline h1 {
        font-size: 68px;
        line-height: 76px;
    }

    .bestsellers-bg {
        padding: 104px 0px;
    }

    .head-sellers {
        display: flex;
        align-items: center;
        padding-bottom: 48px;
    }

    .head-sellers h2 {
        font-size: 48px;
        line-height: 56px;
        padding-right: 64px;
    }

    .head-sellers ul li {
        margin-right: 24px;
    }

    .prod-img-bg {
        height: 232px;
    }

    .product-card h3 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .slide-container {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .slide-container h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .carousel-inner .item h2 {
        font-size: 48px;
        line-height: 56px;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .carousel-inner .item p {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 16px;
        max-width: 740px;
    }

    .carousel-control span {
        font-size: 44px !important;
    }

    .carousel-inner .item .yellow-cta {
        padding: 16px 28px;
    }

    .carousel-inner .item .yellow-cta a {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 28px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .home-bg {
        background: url('./../../../../uploads/2023/05/banner_tablet.png');
    }

    .home-bg,
    .headline {
        height: 660px;
    }

    .headline h1 {
        font-size: 68px;
        line-height: 72px;
    }

    .bestsellers-bg {
        padding: 72px 0px;
    }

    .head-sellers {
        padding-bottom: 48px;
    }

    .head-sellers h2 {
        font-size: 48px;
        line-height: 52px;
        padding-bottom: 32px;
    }

    .head-sellers ul li {
        margin-right: 24px;
    }

    .prod-img-bg {
        height: 248px;
    }

    .product-card h3 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .tabcontent .content-flex {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding-right: 44px;
        padding-left: 44px;
    }

    .product-card {
        width: 332px;
    }

    .container.nomargin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .slide-container {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .slide-container h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .carousel-inner .item h2 {
        font-size: 48px;
        line-height: 60px;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .carousel-inner .item p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 16px;
        max-width: 506px;
    }

    .carousel-inner .item img {
        height: 360px !important;
        max-width: 100% !important;
        width: auto !important;
    }

    .carousel-control.left,
    .carousel-control.right {
        padding-top: 48px;
    }

    .carousel-control span {
        font-size: 32px !important;
    }

    .carousel-inner .item .yellow-cta {
        padding: 12px 24px;
    }

    .carousel-inner .item .yellow-cta a {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 24px;
    }

    .indicators-column {
        left: 132px !important;
    }
}

@media(max-width:767px) {
    .home-bg {
        background: url('./../../../../uploads/2023/05/banner_mobile.png');
    }

    .home-bg,
    .headline {
        height: 332px;
    }

    .headline h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .bestsellers-bg {
        padding: 52px 0px;
    }

    .head-sellers {
        padding-bottom: 28px;
    }

    .head-sellers h2 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 24px;
    }

    .head-sellers ul li {
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .prod-img-bg {
        height: 212px;
    }

    .product-card h3 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 8px;
    }


    .tabcontent .content-flex {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-card {
        width: 280px;
    }

    .container.nomargin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .slide-container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .slide-container h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .carousel-inner .item h2 {
        font-size: 32px;
        line-height: 36px;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .carousel-inner .item p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 24px;
        max-width: 506px;
    }

    .carousel-control span {
        font-size: 24px !important;
    }

    .carousel-inner .item img {
        height: 148px !important;
        max-width: 100% !important;
        width: auto !important;
    }

    .carousel-control.left span,
    .carousel-control.right span {
        padding-top: 162px;
    }


    .carousel-inner .item .yellow-cta {
        padding: 8px 16px;
    }

    .carousel-inner .item .yellow-cta a {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 16px;
    }

    .indicators-column {
        top: -8px !important;
        left: 104px !important;
    }
}

.home-bg {
    background-position: center !important;
    background-size: cover !important;
}

.headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headline h1 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
}

.bestsellers-bg {
    background: #333333;
    margin-top: 0px !important;
    overflow-x: hidden;
}

.content-flex::-webkit-scrollbar {
    display: none;
}

.head-sellers h2 {
    color: #FFFFFF;
    font-weight: 600;
    margin: 0px;
}

.head-sellers ul {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}

.head-sellers ul li {
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
    display: inline-block;
    background: transparent;
    cursor: pointer;
}

.head-sellers ul li:last-child {
    margin-right: 0px;
}

.tabcontent {
    color: #fff !important;
}

.head-sellers ul li.active {
    background: #fff;
    color: #333;
}

.prod-img-bg {
    background-size: contain !important;
    background-position: center !important;
    background-repeat:no-repeat!important;
	background-color:#fff!important;
}

.product-card{
    transition:0.3s;
    cursor:pointer;
}

.product-card:hover{
    transition:0.3s;
    opacity:0.8;
}

.product-card .card-link{
    position:absolute;
    height: 100%;
    width:100%;
}

.product-card h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.product-card a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
}

.product-card a:hover,
.product-card a:active,
.product-card a:focus {
    text-decoration: none !important;
    background: none !important;
    outline: none !important;
}


.product-card a span {
    font-size: 20px;
}

.slide-container h3 {
    color: #333333;
    margin: 0px;
    font-weight: 400;
}

.carousel-inner.h-auto {
    height: auto !important;
}

.carousel-inner .item h2 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.carousel-inner .item p {
    color: #333333;
    font-weight: 400;
    margin: 0px;
}

.carousel-inner .item .yellow-cta a {
    background: rgba(255, 222, 23, 1);
    border-radius: 40px;
    color: #333333;
    font-weight: 400;
    text-decoration: none !important;
    outline: none !important;
    transition: 0.3s;
}

.carousel-inner .item .yellow-cta a:hover {
    background: rgba(255, 222, 23, 0.6);
    text-decoration: none !important;
    transition: 0.3s;
}

.carousel-inner .item .yellow-cta a:active,
.carousel-inner .item .yellow-cta a:focus {
    background: rgba(255, 222, 23, 1) !important;
    text-decoration: none !important;
    transition: 0.3s;
}

.carousel-inner .item .yellow-cta {
    text-align: center;
}

.carousel-inner .item img {
    margin: 0 auto 24px auto;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
}

.carousel-control.left {
    justify-content: flex-start;
}

.carousel-control.right {
    justify-content: flex-end;
}

.carousel-control span {
    color: #333333;
}

.carousel-control {
    opacity: 1 !important;
    text-shadow: none !important;
    display: flex;
    width: 6%;
    align-items: center;
}


.carousel-indicators {
    left: 0;
    bottom: 0;
    margin: 0px;
    margin-left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 0;
}

.carousel-indicators li {
    border: none !important;
    width: 4px;
    height: 4px;
    margin: 0px 0px 0px 12px;
    background: #A8A8A8;
}

.carousel-indicators li.active {
    background: #333333;
    width: 8px;
    height: 8px;
    margin: 0px 0px 0px 12px;
}

.indicators-column {
    position: absolute;
    top: -10px;
    left: 148px;
    width: 140px;
    z-index: 0;
}

/*
.carousel-inner>.item {
    opacity: 0;
    transition: opacity 0.6 ease-in-out !important;
}

.carousel-inner>.item.active,
.carousel-inner>.carousel-item-next.carousel-item-left,
.carousel-inner>.carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-inner>.active.carousel-item-left,
.carousel-inner>.active.carousel-item-right {
    opacity: 0;
}

.carousel-inner>.carousel-item-next,
.carousel-inner>.carousel-item-prev,
.carousel-inner>.carousel-item.active,
.carousel-inner>.active.carousel-item-left,
.carousel-inner>.active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
} */

/* 404 page */


@media(min-width:1921px) {
    .bg404 {
        background: url('./../../../../uploads/2023/06/404large-scaled.jpg');
        height: 75vh !important;
    }

    .header-page404 {
        height: 75vh !important;
    }
}

@media(min-width:1441px) {
    .bg404 {
        background: url('./../../../../uploads/2023/06/404desktop.jpg');
        height: 616px;
    }

    .header-page404 {
        height: 616px;
    }

    .header-page404 h1 {
        font-size: 60px;
        line-height: 72px;
    }

    .header-page404 h2 {
        font-size: 32px;
        line-height: 40px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .header-page404 a {
        padding: 16px 32px;
    }

}

@media(min-width:1025px) and (max-width:1440px) {
    .bg404 {
        background: url('./../../../../uploads/2023/06/404desktop.jpg');
        height: 616px;
    }

    .header-page404 {
        height: 616px;
    }

    .header-page404 h1 {
        font-size: 60px;
        line-height: 72px;
    }

    .header-page404 h2 {
        font-size: 32px;
        line-height: 40px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .header-page404 a {
        padding: 16px 32px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .bg404 {
        background: url('./../../../../uploads/2023/06/404tablet.jpg');
        height: 576px;
    }

    .header-page404 {
        height: 576px;
    }

    .header-page404 h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .header-page404 h2 {
        font-size: 24px;
        line-height: 32px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .header-page404 a {
        padding: 16px 32px;
    }
}

@media(max-width:767px) {
    .bg404 {
        background: url('./../../../../uploads/2023/06/404mobile.jpg');
        height: 420px;
    }

    .header-page404 {
        height: 420px;
    }

    .header-page404 h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .header-page404 h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .header-page404 a {
        padding: 12px 24px;
    }
}

.bg404 {
    background-size: cover !important;
    background-position: center !important;

}

.header-page404 {
    text-align: center;
    max-width: 632px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-page404 h1 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.header-page404 h2 {
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

.header-page404 p {
    color: #fff;
    font-weight: 400;
    margin: 0px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding-bottom: 32px;
}

.header-page404 a {
    color: #333333;
    font-weight: 400;
    background: rgba(255, 222, 23, 1);
    border-radius: 26px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none !important;
    outline: none !important;
    transition: 0.3s;
}

.header-page404 a:hover {
    background: rgba(255, 222, 23, 0.6) !important;
    transition: 0.3s;
    text-decoration: none !important;
}

.header-page404 a:active,
.header-page404 a:focus {
    background: #FFDE17 !important;
    text-decoration: none !important;
    outline: none !important;
}


/* Product Detail page (PDP) */

@media(min-width:1920px) {
    p.collection-label {
        padding-top: 148px !important;
    }

    #request-quote {
        margin-bottom: 196px !important;
    }
}

@media(min-width:1441px) {
    p.collection-label {
        padding-top: 120px;
        padding-bottom: 12px;
    }

    p.collection-label a {
        font-size: 20px;
        line-height: 24px;
    }

    h1.product_title.entry-title {
        font-size: 56px;
        line-height: 72px;
        padding-bottom: 52px !important;
    }

    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel p {
        padding-top: 40px;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 16px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 20px;
        line-height: 24px;
    }

    .woocommerce table.shop_attributes {
        margin-top: 44px;
    }

    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value p {
        font-size: 16px;
        line-height: 24px;
    }

    #request-quote {
        margin-top: 36px;
        margin-bottom: 172px;
    }

    .row-eq-height-prod {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
		align-items:center;
		justify-content:center;
		height:100%;
        width: 100%;
    }

    .modal-form-container .modal-content {
        max-width: 632px;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    p.collection-label {
        padding-top: 88px;
        padding-bottom: 12px;
    }

    p.collection-label a {
        font-size: 20px;
        line-height: 24px;
    }

    h1.product_title.entry-title {
        font-size: 56px;
        line-height: 72px;
        padding-bottom: 52px !important;
    }

    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel p {
        padding-top: 40px;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 16px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 20px;
        line-height: 24px;
    }

    .woocommerce table.shop_attributes {
        margin-top: 44px;
    }

    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value p {
        font-size: 16px;
        line-height: 24px;
    }

    #request-quote {
        margin-top: 36px;
        margin-bottom: 88px;
    }


    .row-eq-height-prod {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
		align-items:center;
		justify-content:center;
        width: 100%;
		height:100%;
    }

    .modal-form-container .modal-content {
        max-width: 632px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    p.collection-label {
        padding-top: 56px;
        padding-bottom: 12px;
    }

    p.collection-label a {
        font-size: 18px;
        line-height: 24px;
    }

    h1.product_title.entry-title {
        font-size: 40px;
        line-height: 44px;
        padding-bottom: 56px !important;
    }

    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel p {
        padding-top: 20px;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 16px;
        max-width: 524px !important;
        margin-left: 0 !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 20px;
        line-height: 24px;
    }

    .woocommerce table.shop_attributes {
        margin-top: 24px;
        margin-left: 0px !important;
    }

    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value p {
        font-size: 16px;
        line-height: 24px;
    }

    #request-quote {
        margin-top: 40px;
        margin-bottom: 72px;
    }

    .modal-form-container .modal-content {
        max-width: 632px;
    }
}

@media(max-width:767px) {
    p.collection-label {
        padding-top: 32px;
        padding-bottom: 8px;
    }

    p.collection-label a {
        font-size: 16px;
        line-height: 20px;
    }

    h1.product_title.entry-title {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 32px !important;
    }

    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel p {
        padding-top: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 18px;
        line-height: 20px;
    }

    .woocommerce table.shop_attributes {
        margin-top: 24px;
        margin-left: 0px !important;
    }

    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value p {
        font-size: 14px;
        line-height: 20px;
    }

    #request-quote {
        margin-top: 40px;
        margin-bottom: 48px;
    }

    .modal-form-container .modal-content {
        max-width: 90%;
        top: 0 !important;
        transform: translate(-50%) !important;
        margin-bottom: 24px;
        margin-top: 24px;
    }
}

p.collection-label {
    margin: 0px;
}

p.collection-label a {
    font-weight: 400;
    color: #8D8D8D;
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
    transition:0.3s;
    cursor: pointer;
}

p.collection-label a:hover {
    transition:0.3s;
    opacity: 0.8;
}

h1.product_title.entry-title {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
    margin: 0px;
    z-index: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    margin: 0px 44px 0px 0px;
    padding: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #8D8D8D;
    border-bottom: 1px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px !important;
    width: 0px !important;
    height: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    color: #8D8D8D;
    border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: none;
    border-bottom: 1px solid #FFDE17;
    color: #333333;
    font-weight: 600 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: none !important;
    outline: none !important;
    padding: 0px;
    margin: 0px;
    background: none;
    box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    max-width: 100% !important;
    width: auto !important;
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}

#tab-additional_information {
    display: none;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0px !important;
    border: none !important;
    background: none !important;
}


.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes tr th,
.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr td.woocommerce-product-attributes-item__value p {
    background: none !important;
    border: none !important;
    padding: 0px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding-bottom: 16px !important;
}

.woocommerce table.shop_attributes th {
    width: auto;
    font-weight: 400;
    color: #8D8D8D;
    font-style: normal;
}

.woocommerce table.shop_attributes td {
    width: auto;
    font-weight: 400;
    color: #434343;
    font-style: normal;
}

#request-quote {
    text-align: center;
    padding: 16px 0px;
    padding: 16px 32px;
    background: #FFDE17;
    border-radius: 26px;
    width: 100%;
    cursor: pointer;
    transition:0.3s;
}

#request-quote:hover{
    transition:0.3s;
    opacity: 0.8;
}

#request-quote a {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    text-decoration: none !important;
}

#request-quote a:hover,
#request-quote a:active,
#request-quote a:focus {
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
}


/*** modal request a quote on PDP (product detail page)***/

/* The Modal (background) */
.modal-form-container {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    border: none !important;
}

/* Modal Content/Box */
.modal-form-container .modal-content {
    background: #fff;
    padding: 32px;
    border: none !important;
    box-shadow: none !important;
    box-shadow: 0px 0px 0px transparent !important;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-modal span {
    color: #333333 !important;
    float: right;
    font-size: 24px;
    cursor: pointer;
}


.modal-content .hs-form input[type=text],
.modal-content .hs-form input[type=email],
.modal-content .hs-form select,
.modal-content .hs-form textarea {
    border: 1px solid #BFBFBFF4 !important;
    margin: 0px;
    padding: 16px;
    border-radius: 8px;
    outline: none !important;
    background: #fff !important;
    width: 100%;
    resize: none;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}


.modal-content .hs_firstname label span:first-child:before {
    content: '\e7fd';
    font-family: "Material Icons Round";
    font-size: 24px;
    height: 24px;
    color: #333333;
    padding-right: 12px;
}

.modal-content .hs_email label span:first-child:before {
    content: '\e0be';
    font-family: "Material Icons Round";
    font-size: 24px;
    height: 24px;
    color: #333333;
    padding-right: 12px;
}

.modal-content .hs_select_country label span:first-child:before {
    content: '\e55f';
    font-family: "Material Icons Round";
    font-size: 24px;
    height: 24px;
    color: #333333;
    padding-right: 12px;
}

.modal-content .hs-form select {
    -webkit-appearance: none !important;
    background: url('https://touch-dimension.com/wp-content/uploads/2023/10/Group-5512.svg') 100% -30% no-repeat #FFFFFF !important;
}

.modal-content .hs-form input[type=text]:hover,
.modal-content .hs-form input[type=email]:hover,
.modal-content .hs-form select:hover,
.modal-content .hs-form textarea:hover {
    border: 1px solid rgba(191, 191, 191, 0.52) !important;
    transition: 0.3s;
}

.modal-content .hs-form .hs-input.invalid.error {
    border: 1px solid #FF3131F4 !important;
    background: url('https://touch-dimension.com/wp-content/uploads/2023/10/error-1.svg') 97% 16px no-repeat #fff !important;
}


.modal-content .hs-form label {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.modal-content .hs-form label span:first-child {
    display: flex;
    align-items: center;
}


.modal-content .hs-form label span {
    margin: 0px;
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    line-height: 24px;
}

.modal-content .hs-form input[type=text],
.modal-content .hs-form input[type=email],
.modal-content .hs-form select,
.modal-content .hs-form textarea {
    margin-bottom: 28px;
}

.modal-content .hs-form .legal-consent-container p {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 300;
    font-family: 'Lato', sans-serif !important;
}

.modal-content .hs-form .legal-consent-container p a,
.modal-content .hs-form .legal-consent-container p a:hover,
.modal-content .hs-form .legal-consent-container p a:active,
.modal-content .hs-form .legal-consent-container p a:focus {
    text-decoration: underline;
    color: #333333;
    font-weight: 400;
    outline: none !important;
    background: none !important;
}

.modal-content .hs-form input[type=submit] {
    background: #FFDE17 !important;
    border-radius: 26px;
    color: #333333 !important;
    outline: none !important;
    border: none !important;
    font-family: 'Lato', sans-serif !important;
    margin: 48px 0px 0px 0px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    cursor: pointer;
    transition:0.3s;
}

.modal-content .hs-form input[type=submit]:hover {
    opacity:0.8;
    transition:0.3s;
}

.modal-content #cancel-button {
    background: #fff;
    border-radius: 26px;
    color: #333333 !important;
    border: 1px solid #333;
    text-align: center;
    outline: none !important;
    font-family: 'Lato', sans-serif !important;
    margin: 24px 0px 0px 0px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    cursor: pointer;
    transition:0.3s;
}
.modal-content #cancel-button:hover {
    opacity:0.8;
    transition:0.3s;
}

.modal-content .hs-form .hs_error_rollup {
    display: none !important;
}

.modal-content .hs-form .actions {
    text-align: right;
}

.modal-content .hs-form .hs-error-msgs {
    list-style-type: none !important;
    padding: 0px;
    margin: 0px;
}

.modal-content .hs-form .hs-error-msgs li {
    font-size: 14px;
    line-height: 20px;
    color: #FD0000;
}

.modal-content .hs-form .hs-error-msgs li label {
    margin: 0px !important;
    position: relative;
    top: -24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.submitted-message p {
    margin: 0px 0px 16px 0px;
    color: #333333;
}

.submitted-message p img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.submitted-message p strong {
    font-weight: 600;
}

.submitted-message a {
    background: #FFDE17;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 26px;
    text-decoration: none !important;
    outline: none !important;
    float: right;
    text-align:center;
    width:100%;
    transition:0.3s;
    cursor:pointer;
}


.submitted-message a:active,  .submitted-message a:focus{
    background: #FFDE17!important;
    text-decoration: none!important;
    outline:none!important;
}

.submitted-message a:hover {
    transition:0.3s;
    opacity:0.8;
}


.modal-content .modal-head h2 {
    margin: 0px;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.modal-content .modal-head {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    justify-content: space-between;
}

.noscroll {
    overflow: hidden !important;
}

/** related products PDP (product detail page)**/

@media(min-width:1441px) {
    .related h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 32px;
    }

    .bg-grey {
        padding: 104px 0px;
    }

    .related figcaption h2,
    .collection-related figcaption h2,
    .result-cards figcaption h2 {
        padding: 16px 0px 12px 0px;
        font-size: 20px;
        line-height: 24px;
	    min-height:76px;
    }
	.related-card img{
		width:100%!important;
		height:308px!important;
		max-width:100%!important;
		object-fit:contain;
	}

    .collection-related {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .collection-related h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 32px;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .related h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 32px;
    }

    .bg-grey {
        padding: 104px 0px;
    }

    .related figcaption h2,
    .collection-related figcaption h2,
    .result-cards figcaption h2 {
        padding: 16px 0px 12px 0px;
        font-size: 20px;
        line-height: 24px;
		min-height:76px;
    }
	
	.related-card img{
		width:100%!important;
		height:308px!important;
		max-width:100%!important;
		object-fit:contain;
	}

    .collection-related {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .collection-related h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 32px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .related h2 {
        font-size: 32px;
        line-height: 44px;
        padding-bottom: 32px;
    }

    .bg-grey {
        padding: 72px 0px 40px 0px;
    }

    .related figcaption h2,
    .collection-related figcaption h2,
    .result-cards figcaption h2 {
        padding: 16px 0px 12px 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .related .related-card,
    .collection-related .related-card,
    .result-cards .result-product-card {
        margin-bottom: 32px;
    }

	.related-card img{
		width:100%!important;
		height:252px!important;
		max-width:100%!important;
		object-fit:contain;
	}
    .collection-related {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .collection-related h2 {
        font-size: 32px;
        line-height: 44px;
        padding-bottom: 32px;
    }
}

@media(max-width:767px) {
    .related h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 28px;
    }

    .bg-grey {
        padding: 52px 0px;
    }

    .related figcaption h2,
    .collection-related figcaption h2,
    .result-cards figcaption h2 {
        padding: 12px 0px 8px 0px;
        font-size: 18px;
        line-height: 20px;
    }
	
	.related-card img{
		width:100%!important;
		height:212px!important;
		max-width:100%!important;
		object-fit:contain;
	}

    .related .related-card,
    .collection-related .related-card,
    .result-cards .result-product-card {
        margin-bottom: 32px;
    }

    .related .related-card:last-child,
    .collection-related .related-card:last-child,
    .result-cards .result-product-card:last-child {
        margin-bottom: 0px;
    }

    .collection-related {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .collection-related h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 28px;
    }
}

.related-card, .col-card{
    transition:0.3s;
    cursor:pointer;
}

.related-card:hover, .col-card:hover{
    transition:0.3s;
    opacity:0.8;
}

.related h2 {
    color: #FFFFFF;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.bg-grey {
    background: #333333;
    border: 1px solid #707070;
}

.related figcaption,
.collection-related figcaption,
.result-cards figcaption {
    margin: 0px;
    text-align: left;
}

.related figcaption h2,
.collection-related figcaption h2,
.result-cards figcaption h2 {
    margin: 0px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

.related figcaption p,
.collection-related figcaption p,
.result-cards figcaption p {
    color: #FFFFFF;
    margin: 0px;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.collection-related figcaption h2,
.result-cards figcaption h2,
.collection-related figcaption p,
.result-cards figcaption p,
.collection-related figcaption p span,
.result-cards figcaption p span {
    color: #333 !important;
}

.related figcaption p span,
.collection-related figcaption p span,
.result-cards figcaption p span {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
}

.related a,
.collection-related a,
.result-cards a,
.related a:hover,
.collection-related a:hover,
.result-cards a:hover,
.related a:active,
.collection-related a:active,
.result-cards a:active,
.related a:focus,
.collection-related a:focus,
.result-cards a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.related a img,
.collection-related a img,
.result-cards a img {
    outline: none !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0px;
    padding: 0px;
}

.collection-related h2 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}


.carousel-inner.product .item .item-container img {
    width: auto !important;
    max-width: 692px !important;
    margin: 0px auto 0px auto !important;
}


.carousel-inner.product .item .item-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.carousel-inner.product {
    background: #fff;
}

.slide-column::before {
    background: #fff;
    content: '\00a0';
    height: 100%;
    /* width: 2000px; */
    position: absolute;
    right: 0;
    left: -100%;
    z-index: -1;
}

.product-info-container {
    max-width: 524px;
}

#thumbCarousel {
    display: flex;
    position: relative;
    justify-content: center;
}

#thumbCarousel .thumb {
    margin-right: 16px;
    cursor: pointer;
    border: 1px solid #DEDEDE;
}

#thumbCarousel .thumb:last-child {
    margin-right: 0px;
}

#thumbCarousel .thumb.active {
    border: 1px solid #FFDE17;
}


@media(min-width:1920px) {

    .carousel-inner .item .item-container,
    .carousel-inner {
        height: auto !important;
    }
}

/* product images carousel on PDP */
@media(min-width:1441px) {
    .carousel-inner.product .item .item-container img {
        height: auto !important;
    }

    .carousel-inner .item .item-container,
    .carousel-inner {
        height: auto;
    }

    #thumbCarousel {
        top: 32px;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .carousel-inner.product .item .item-container img {
        height: auto !important;
    }

    .carousel-inner.product {
        height: auto;
    }

   #thumbCarousel {
        top: 32px;
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .carousel-inner.product .item .item-container img {
        height: auto !important;
    }

    .carousel-inner.product .item .item-container,
    .carousel-inner.product {
        height: auto;
    }

   /* #thumbCarousel {
        top: -32px;
    }*/

    #thumbCarousel .thumb {
        width: 100px !important;
        height: 88px !important;
    }


    .product-info-container {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .carousel-inner.product .item .item-container img {
        height: auto !important;
    }

    .carousel-inner.product .item .item-container,
    .carousel-inner.product {
        height: auto;
    }

    /*#thumbCarousel {
        top: -24px;
    }*/

    #thumbCarousel .thumb {
        width: 60px !important;
        height: 52px !important;
    }

    #thumbCarousel .thumb {
        margin-right: 12px !important;
    }

    .product-info-container {
        max-width: 100%;
    }
}


/*search menu and search results*/

@media(min-width:1441px) {
    .search-container {
        top: 128px;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .no-results-search .search-container {
        padding-top: 44px;
        padding-bottom: 64px;
    }

    .searchdynamiclist.activeresultsearch {
        /*   padding: 0px 0px 32px 0px !important; */
        padding: 32px 0px 0px 0px !important;
    }

    .searchdynamiclist h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 6px;
    }

    .searchdynamiclist ul li a {
        font-size: 20px;
        line-height: 24px;
    }

    .results-title {
        padding-top: 40px;
        padding-bottom: 64px;
    }

    h1.search-results-title {
        font-size: 56px;
        line-height: 64px;
        padding-bottom: 16px;
    }

    span.search-term {
        font-size: 56px;
        line-height: 64px;
    }

    .search-result-count p {
        font-size: 20px;
        line-height: 24px;
    }

    .result-product-card {
        margin-bottom: 48px;
    }

    .results-products-container {
        padding-bottom: 76px;
    }

    .show-collections h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 48px;
    }

    .card-col-bg {
        height: 284px;
    }

    .col-card h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .show-collections {
        padding-bottom: 132px;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .search-container {
        top: 128px;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .no-results-search .search-container {
        padding-top: 44px;
        padding-bottom: 64px;
    }

    .searchdynamiclist.activeresultsearch {
        /*    padding: 0px 0px 32px 0px !important; */
        padding: 32px 0px 0px 0px !important;
    }

    .searchdynamiclist h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 6px;
    }

    .searchdynamiclist ul li a {
        font-size: 20px;
        line-height: 24px;
    }

    .results-title {
        padding-top: 40px;
        padding-bottom: 64px;
    }

    h1.search-results-title {
        font-size: 56px;
        line-height: 64px;
        padding-bottom: 16px;
    }

    span.search-term {
        font-size: 56px;
        line-height: 64px;
    }

    .search-result-count p {
        font-size: 20px;
        line-height: 24px;
    }

    .result-product-card {
        margin-bottom: 48px;
    }

    .results-products-container {
        padding-bottom: 76px;
    }

    .show-collections h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 48px;
    }

    .card-col-bg {
        height: 308px;
    }

    .col-card h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .show-collections {
        padding-bottom: 132px;
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .search-container {
        top: 120px;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .no-results-search .search-container {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .searchdynamiclist.activeresultsearch {
        /*     padding: 0px 0px 32px 0px !important; */
        padding: 32px 0px 0px 0px !important;
    }

    .searchdynamiclist h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 6px;
    }

    .searchdynamiclist ul li a {
        font-size: 20px;
        line-height: 24px;
    }

    .results-title {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    h1.search-results-title {
        font-size: 48px;
        line-height: 56px;
        padding-bottom: 12px;
    }

    span.search-term {
        font-size: 48px;
        line-height: 56px;
    }

    .search-result-count p {
        font-size: 20px;
        line-height: 24px;
    }

    .result-product-card {
        margin-bottom: 32px;
    }

    .results-products-container {
        padding-bottom: 56px;
    }

    .show-collections h2 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 32px;
    }

    .card-col-bg {
        height: 308px;
    }

    .col-card h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .col-card {
        margin-bottom: 32px;
    }

    .col-card:last-child {
        margin-bottom: 0px;
    }

    .show-collections {
        padding-bottom: 112px;
    }
}

@media(max-width:767px) {
    .search-container {
        top: 92px;
        padding-top: 8px;
        padding-bottom: 28px;
    }

    .no-results-search .search-container {
        padding-top: 24px;
        padding-bottom: 24px;
    }


    .searchdynamiclist.activeresultsearch {
        /*     padding: 0px 0px 24px 0px !important; */
        padding: 24px 0px 0px 0px !important;
    }

    .searchdynamiclist h3 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 6px;
    }

    .searchdynamiclist ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .results-title {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    h1.search-results-title {
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 8px;
    }

    span.search-term {
        font-size: 36px;
        line-height: 48px;
    }

    .search-result-count p {
        font-size: 16px;
        line-height: 24px;
    }

    .result-product-card {
        margin-bottom: 28px;
    }

    .results-products-container {
        padding-bottom: 30px;
    }

    .show-collections h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 32px;
    }

    .card-col-bg {
        height: 214px;
    }

    .col-card h2 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .col-card {
        margin-bottom: 28px;
    }

    .col-card:last-child {
        margin-bottom: 0px;
    }

    .show-collections {
        padding-bottom: 56px;
    }
}

.search-container {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    display: none;
}

.no-results-search .search-container {
    display: block !important;
    position: initial !important;
}

.no-results-search .search-container [class*="col-"] {
    width: 100% !important;
    margin-left: 0px !important;
}

.search-container .search-form {
    max-width: 100% !important;
}


.results-container {
    background: #fff;

}

/* .results-container.activeresults {
    
} */


.searchdynamiclist.activeresultsearch {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative !important;
    background-color: transparent !important;
}

.searchdynamiclist ul li {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 6px 0px;
    width: 100%;
    display: flex;
}


.searchdynamiclist h3 {
    color: rgba(51, 51, 51, 0.56);
    font-weight: 400;
    margin: 0px;
    padding-left: 24px;
}


.searchdynamiclist.activeresultsearch ul li a {
    color: #333333;
    font-weight: 400;
    outline: none !important;
    text-decoration: none !important;
}

.searchdynamiclist ul {
    align-items: flex-start !important;
    padding-left: 24px !important;
}


.search-form .clearbutton {
    position: absolute;
    border: none;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333333 !important;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto;
    padding: 0;
    outline: none;
    cursor: pointer;
    outline: none !important;
    background: none !important;
    opacity: 0;
    transition: 0.3s;
}

.search-form button:hover {
    outline: none !important;
    background: none !important;
}

.search-form input[type="search"] {
    margin: 0px 0px 0px 0px;
    padding: 16px 68px 16px 60px;
    border: 1px solid #DDDDDD;
    border-radius: 28px;
    outline: none !important;
    width: 100%;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    transition: 0.3s;
    background: url('https://touch-dimension.com/wp-content/uploads/2023/06/search_black_24dp_normal.svg') 24px 16px no-repeat #fff;
    background-size: 24px 24px;
}

.search-form input[type="search"]:focus,
.search-form input[type="search"]:active {
    background: url('https://touch-dimension.com/wp-content/uploads/2023/06/search_black_24dp_active.svg') 24px 16px no-repeat #fff !important;
    border: 1px solid #333333;
    transition: 0.3s;
    color: #333;
}

.search-field:focus+.clearbutton,
.search-field:active+.clearbutton {
    opacity: 1;
    transition: 0.3s;
}

.search-form input[type="search"]:hover {
    background: url('https://touch-dimension.com/wp-content/uploads/2023/06/search_black_24dp_normal.svg') 24px 16px no-repeat #F7F7F7;
    transition: 0.3s;
}

.search-field::placeholder {
    color: rgba(51, 51, 51, 0.4) !important;
}

.search-field::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.4) !important;
}

.search-field::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.4) !important;
}

.search-field::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.4) !important;
}


@media(max-width:767px) {
    .search-field::placeholder {
        color: rgba(51, 51, 51, 0.4) !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: 'Lato', sans-serif !important;

    }

    .search-field::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.4) !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: 'Lato', sans-serif !important;

    }

    .search-field::-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.4) !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: 'Lato', sans-serif !important;

    }

    .search-field::-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.4) !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: 'Lato', sans-serif !important;

    }

    .search-form input[type="search"] {
        padding-top: 12px !important;
    }
}

.close-search,
.search-icon {
    cursor: pointer;
}

.close-search {
    display: none;
}

.overlay-search {
    background: rgba(0, 0, 0, 0.72);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.overlay-search.active {
    display: block;
}

.results-title {
    cursor: auto !important;
}

.searchdynamiclist p.no-results {
    font-size: 16px;
    line-height: 24px;
    color: 333px;
    padding-left: 24px;
    margin: 0px;
    font-weight: 400;
}

h1.search-results-title {
    margin: 0px;
    color: #9F9F9F;
    font-weight: 600;
    text-transform: uppercase;
}

span.search-term {
    color: #333333;
    font-weight: 600;
}

.search-result-count p {
    color: #5C5C5C;
    font-weight: 400;
    margin: 0px;
}

.show-collections h2 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.col-card h2 {
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}


.no-results-search .search-container .container.m0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.fade-in {
    animation: fade-in 0.3s linear;
}

.fade-out {
    animation: fade-out 0.3s linear;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}



/*custom PLP page (categories)*/

@media(min-width:1441px) {
    .plp-title h1 {
        font-size: 56px;
        line-height: 72px;
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .bg-head-plp-img,
    .head-col-image,
    .head-col-text {
        height: 472px;
    }

    .head-col-image {
        background: none !important;
    }

    .head-col-image h1 {
        font-size: 104px;
        line-height: 96px;
    }

    .head-col-text p {
        font-size: 28px;
        line-height: 32px;
        padding-left: 100px;
    }

    .head-col-text::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: -120%;
        left: 0;
        z-index: 1;
    }

    .container.plp-col {
        padding-bottom: 64px;
    }

    .more-collections {
        padding-bottom: 104px;
    }

    .more-collections h2.title {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 32px;
    }

    .justify-row-center {
        display: flex;
        justify-content: center;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .plp-title h1 {
        font-size: 56px;
        line-height: 72px;
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .bg-head-plp-img,
    .head-col-image,
    .head-col-text {
        height: 472px;
    }

    .head-col-image h1 {
        font-size: 104px;
        line-height: 96px;
    }

    .head-col-image {
        background: none !important;
    }

    .head-col-text p {
        font-size: 28px;
        line-height: 32px;
        padding-left: 100px;
    }

    .head-col-text::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: -120%;
        left: 0;
        z-index: 1;
    }

    .container.plp-col {
        padding-bottom: 64px;
    }

    .more-collections {
        padding-bottom: 104px;
    }

    .more-collections h2.title {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 32px;
    }

    .justify-row-center {
        display: flex;
        justify-content: center;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .plp-title h1 {
        font-size: 40px;
        line-height: 48px;
        padding-top: 32px;
        padding-bottom: 44px;
    }

    .bg-head-plp-img,
    .head-col-image,
    .head-col-text {
        height: 332px;
    }

    .head-col-image {
        background: none !important;
    }

    .head-col-image h1 {
        font-size: 62px;
        line-height: 64px;
    }

    .head-col-text p {
        font-size: 20px;
        line-height: 24px;
        padding-left: 40px;
    }

    .head-col-text::before {
        background: #333333;
        content: '\00a0';
        height: 100%;
        /* width: 2000px; */
        position: absolute;
        right: -120%;
        left: 0;
        z-index: 1;
    }

    .container.plp-col {
        padding-bottom: 44px;
    }

    .more-collections {
        padding-bottom: 88px;
    }

    .more-collections h2.title {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 32px;
    }
}

@media(max-width:767px) {
    .plp-title h1 {
        font-size: 32px;
        line-height: 40px;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .bg-head-plp-img {
        background: none !important;
    }

    .bg-head-plp-img .container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .head-col-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .head-col-image,
    .head-col-text {
        height: auto;
    }

    .head-col-image h1 {
        font-size: 44px;
        line-height: 48px;
        padding: 84px 20px 36px 20px !important;
    }

    .head-col-text p {
        font-size: 20px;
        line-height: 24px;
        padding: 56px 20px;
    }

    .container.plp-col {
        padding-bottom: 40px;
    }

    .more-collections {
        padding-bottom: 64px;
    }

    .more-collections h2.title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 32px;
    }
}

.plp-title h1 {
    color: #333333;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.woocommerce-products-header,
.woocommerce-notices-wrapper {
    margin: 0px !important;
}

.site-main>* {
    margin-top: 0px !important;
}

.collection-related.plp {
    padding-top: 0px;
}

.bg-head-plp-img {
	background:#eee!important;
    background-repeat: no-repeat;
    overflow-x:hidden!important;
}


.head-col-image {
    display: flex;
    align-items: center;
}

.head-col-image h1 {
    color: #333333;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}


.head-col-text {
    background: #333333;
    display: flex;
    align-items: center;
}


.head-col-text p {
    color: #fff;
    margin: 0px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.more-collections h2.title {
    margin: 0px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}


.cofinanced{
    height: 64px!important;
    max-width: 100%!important;
    width:auto!important;
}


/**COOKIES**/

.cky-consent-bar{
    padding:32px!important;
    border:none!important;
    box-shadow: none!important;

}

.cky-notice{
    max-width:1280px;
    margin: 0 auto;
}

.cky-notice-des::before{
    content:'\e88f';
    font-family: 'Material Icons Round';
    font-size:24px;
    padding-right:18px;
    color:#333333;
}

.cky-notice-des{
    display: flex;
    align-items: flex-start;
}

.cky-notice-des p{
    color:#333333;
    font-size:16px;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300!important;
    line-height: 20px;
}

.cky-notice-des p a{
    color:#333333;
    text-decoration: underline!important;
    font-size:16px;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300!important;
    line-height: 20px;
}

.cky-notice-btn-wrapper{
    margin-left: 48px!important;
}

.cky-btn-reject, .cky-btn-accept{
    border: none!important;
}

.cky-btn.cky-btn-accept{
    margin-left:24px!important;
}

.cky-btn{
    margin:0px!important;
    padding:16px 32px!important;
    border-radius:24px!important;
    font-size:14px!important;
    font-weight: 400!important;
    line-height: 16px!important;
    text-align: center;
}

@media(min-width:577px) and (max-width:992px){
    .cky-notice-group{
        flex-direction: column!important;
    }

    .cky-notice-des{
        padding-bottom:20px;
    }

    .cky-notice-btn-wrapper{
        margin: 0px!important;
        flex-direction: column!important;
        width: 100%;
    }

    .cky-btn.cky-btn-accept{
        margin-left:0px!important;
        margin-top:16px!important;
    }

    .cky-btn{
        width: 100%!important;
    }

    .cky-consent-bar{
        padding:32px 44px!important;    
    }
    
}

.cky-title{display: none!important;}

@media(max-width:576px){
    .cky-notice-group{
        flex-direction: column!important;
    }

    .cky-notice-des{
        margin-bottom:24px!important;
        max-height: 100%!important;
        height: auto!important;
    }

    .cky-notice-des::before{
        font-size:20px!important;
        padding-right:16px!important;
    }

    .cky-notice-btn-wrapper{
        margin: 0px!important;
        flex-direction: column-reverse!important;
        width: 100%;
    }

    .cky-btn.cky-btn-accept{
        margin-left:0px!important;
        margin-top:12px!important;
    }

    .cky-btn{
        width: 100%!important;
    }

    .cky-consent-bar{
        padding:32px 20px!important;    
    }
    
    .cky-custom-brand-logo-wrapper, 
    .cky-notice .cky-title, 
    .cky-notice-des, 
    .cky-notice-btn-wrapper{
        padding: 0px!important;
    }
}