/*
Theme Name: Restoration Child
Theme URI: http://bentley.50ko.de/restoration/
description: >-
  Restoration Child Theme
Author: 50k
Author URI: http://example.com
Template: restoration
Version: 1.0.0
Text Domain: restoration-child
*/

/*Font styles*/
@font-face {
    font-family: berthold-reg;
    src: url(../otf/akzidgrocffreg.otf);
    font-weight: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

@font-face {
    font-family: berthold-light;
    src: url(../otf/akzidgrocfflig.otf);
    font-weight: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

@font-face {
    font-family: berthold-bold;
    src: url(../otf/akzidgrocffbol.otf);
    font-weight: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

@font-face {
    font-family: berthold-md;
    src: url(../otf/akzidgrocffmd.otf);
    font-weight: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}


body {
    overflow-x: hidden;
    font-family: berthold-reg, sans-serif !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: berthold-light, sans-serif !important;
    color: #231F20;
}

h2 {
    font-size: 48px;
    line-height: 54px;
    font-family: berthold-light, sans-serif !important;
    color: #231F20;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: berthold-light, sans-serif !important;
    color: #231F20;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: berthold-reg, sans-serif !important;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    font-family: berthold-reg, sans-serif !important;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: berthold-bold, sans-serif !important;
}

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

/* TEMP HIDE */
#woocommerce_products-2 {
    display: none;
}

/* END Temp Hide */

.page-title h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: berthold-light, sans-serif !important;
    color: #231F20;
}

p a, h3 a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

p a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #4863AE;
}

a:hover {
    color: #4863AE !important;
}

hr.is-style-default {
    border-bottom: 3px solid black;
    max-width: 200px;
}

/* Header and Sub Header Override */
.thb-quick-search .thb-item-text {
    display: none !important;
}

.subheader {
    color: white;
    text-transform: uppercase;
}

.logo-holder {
    padding: 10px 0;
}

.thb-full-menu > .menu-item > a {
    color: #231F20;
}

#menu-navigation a, #menu-loggedin_menu li a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: berthold-reg, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: all 0.3s;
}

#menu-navigation a:hover {
    color: #4863AE;
}

.thb-secondary-area a, #menu-notloggedin_menu a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: berthold-reg, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: all 0.3s;
}

.thb-secondary-area {
    align-items: center;
}

.count.thb-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 31px;
    height: 31px;
    color: #5a5958;
    border: 1px solid #5a5958;
    font-size: 14px;
    background: rgba(90, 89, 88, 0.1);
    border-radius: 50%;
    margin-left: 10px;
}

.thb-secondary-area .thb-quick-cart .thb-secondary-cart {
    height: calc(100vh - 6rem);
    min-height: 18rem;
    max-height: 38rem;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart {
    height: 100%;
    padding: 0;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart  p.woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    padding: 0 1.625rem
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content {
    height: calc(100% - 9rem);
    margin-bottom: 1rem;
    padding-top: 1.625rem;
    position: relative;
    overflow: hidden;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    bottom: 0;
    content: '';
    display: block;
    height: 1.75rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
    padding: 0 1.625rem;
    height: 100%;
    min-height: 12rem;
    max-height: 100%;
    overflow-y: auto;
}

.thb-secondary-area .thb-quick-cart .thb-secondary-cart:has(.product_list_widget p.woocommerce-mini-cart__empty-message),
.thb-secondary-area .thb-quick-cart .thb-secondary-cart:has(.product_list_widget p.woocommerce-mini-cart__empty-message) .product_list_widget {
    height: auto;
    min-height: unset;
    max-height: unset;
}


.thb-secondary-area a:hover, #menu-notloggedin_menu a:hover {
    color: #4863AE;
}

.thb-full-menu .menu-item.current-menu-item > a {
    color: #4863AE;
}

.thb-full-menu ul.sub-menu .menu-item.current-menu-item > a {
    color: white !important;
}

.pluss {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 36px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0;
}

.minuss {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 36px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
}

.woocommerce-cart-form .product-thumbnail img {
    max-width: 175px;
    width: 100%;
    object-fit: cover;
}

.sub-menu li.menu-item a:hover {
    color: white !important;
}

/*Breadcrumb*/
.thb-breadcrumb-bar .trail-item a:hover {
    color: #4863AE;
}

/* Hero Slider */
.carousel-slider-hero__cell__content {
    max-width: 750px !important;
}

/* ADA color overrides */
.checkout-button:hover, a.button.checkout:hover {
    color: #7AD0FF !important;
}

.thb-breadcrumb-bar {
    color: #4d4d4d;
}


/* Footer Override */
.footer .thb-widget-title {
    color: white !important;
    margin-bottom: 10px !important;
}

.footer ul li a {
    color: white;
    font-size: 14px !important;

}

.footer ul li a:hover, .subfooter-row a:hover, .footer .widget_text a:hover {
    color: #7AD0FF !important;
}

.footer p {
    color: white;
}

#text-2 p {
    font-size: 14px !important;
}

#text-2 h6 {
    color: white;
    text-transform: uppercase;
}

#text-4 p {
    font-size: 14px !important;
}

#text-4 a {
    font-size: 14px !important;
    color: white;
}

.widget_nav_menu .thb-widget-title {
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.subfooter {
    color: white;
    background: #231f20;

}
.footer {
    background: #231f20;
}

.subfooter a {
    color: white;
}

.footer + .subfooter:before {
    background: white !important;
}

#scroll_to_top {
    border-color: #C4C6C8 !important;
    color: #C4C6C8;
}

/*Sidebar*/
.sidebar ul.menu li {
    list-style: none;
}

.sidebar ul.menu li a {
    font-size: 12px;
    font-family: berthold-reg, sans-serif;
}

/* Hero Slider*/
.carousel-slider-hero__cell__inner.carousel-slider--text-center {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.0));
}

.carousel-slider-hero__cell__content {
    margin-top: 40vh;
}

.carousel-slider-hero__cell__heading {
    letter-spacing: 1px;
    font-size: 60px !important;
    line-height: 60px;
    font-family: berthold-light, sans-serif !important;
    font-weight: 300 !important;
}

.carousel-slider-hero__cell__description {
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 48px;
    font-family: berthold-light, sans-serif !important;
}

.carousel-slider-nav-icon {
    margin: 0 30px;
    transition: all 0.3s;
}

.carousel-slider-nav-icon:hover {
    fill: #4863AE !important;
}

.owl-dots .owl-dot.active span, #id-346 .owl-dots .owl-dot:hover span {
    background-color: #231F20 !important;
    transition: all 0.3s;
}

.carousel-slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 0px !important;
    z-index: 10;
    position: relative;
    transition: all 0.3s;
    bottom: 50px;
}

.owl-dots .owl-dot {
    transition: all 0.3s;
}

.slick-dots {
    position: relative !important;
    bottom: 40px !important;
}

.thb-carousel .slick-dots li button {
    background-color: black;
    width: 10px;
    height: 10px;
}

.thb-carousel .slick-dots li.slick-active {
    border-width: 0;
}

.thb-carousel .slick-dots li.slick-active button {
    background-color: white;
}

.slick-prev {
    position: absolute;
    z-index: 1000;
    top: 45%;
    color: transparent;
    max-width: 50px;
    max-height: 50px;
    margin-left: 30px;
}

.slick-prev:before {
    background-image: url("../png/right-arrow.png");
    background-size: 20px 30px;
    background-repeat: no-repeat;
    background-position: center;
    content: " ";
    display: inline-block;
    height: 50px;
    width: 50px;
    transform: rotate(180deg);
    border-radius: 25px;
    transition: 0.3s;
}

.slick-prev:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: 0.3s;
}

.slick-next {
    position: absolute;
    z-index: 1000;
    top: 43%;
    right: 0;
    color: transparent;
    max-width: 50px;
    max-height: 50px;
    margin-right: 30px;
}

.slick-next:after {
    background-image: url("../png/right-arrow.png");
    background-size: 20px 30px;
    background-repeat: no-repeat;
    background-position: center;
    content: " ";
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    transition: 0.3s;
}

.slick-next:hover:after {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: 0.3s;
}

/* Blog Section Home page */
.blog-title-home {
    font-size: 18px !important;
    line-height: 24px !important;
}

.sidebar .product_list_widget .woocommerce-Price-amount {
    display: none;
}

.products .product .woocommerce-loop-product__title, .wc-block-grid__products .product .woocommerce-loop-product__title {
    font-size: 24px;
    color: #231F20 !important;
    font-family: berthold-reg, san-serif !important;
}

.products .product .woocommerce-loop-product__title a, .wc-block-grid__products .product .woocommerce-loop-product__title a {
    color: #231F20 !important;
}

.blog .post-gallery .post-category {
    display: none;
}


/* Media with text */
.wp-block-media-text p {
    font-size: 24px;
    line-height: 36px;
}

/* wc-block-grid */
.thb-product-inner-wrapper {
    margin-bottom: 10px;
}

.wc-block-grid__product-title {
    text-align: center;

    font-size: 24px;
    line-height: 30px;
    font-family: berthold-reg, sans-serif !important;
}

/* Block Cover */
.wp-block-cover__inner-container {
    text-align: center;
    font-family: berthold-light, sans-serif !important;
}

/* Site Search Page */
.site-search .product .btn {
    margin: 10px 0;
}
.searchform input {
    background: #5A5958 !important;
    font-size: 16px;
    text-align: center;
    color: white !important;
    height: 50px;
}
.searchform input::placeholder {
    color:#DAD7D5 !important;
}

.filter-toggle {
    max-width: 200px;
    text-align: left;
}

.filter-toggle:after {
    content: 'x';
    font-weight: 900;
    font-weight: bold;
    position: absolute;
    right: 15px;
}

/* Hide show search product filters Mobile */
.filter-toggle {
    border: 1px solid #231F20;
    padding: 10px 15px;
    cursor: pointer;
    color: #231F20;
    display: none;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .filter-toggle {
        display: inline-block;
    }
}


.products-search-results li.fast-track .product-thumbnail:after, .site-search-products li.fast-track .product-thumbnail:after {
    background-color: #B5D325;
    content: 'FAST TRACK';
    color: white;
    font-weight: 900;
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

/* Product Detail Page */
.link-share {
    display: inline-block;
    height: 30px;
    padding-top: 2px;
}

.link-share .copied {
    background-color: #cce3d6;
    color: #304e3d;
    padding: 12px;
    border-radius: 25px;
    position: relative;
    top: -35px;
    left: -55px;
    box-shadow: 5px 5px 15px 0px lightgrey;
    opacity: 0;
    transition: all 0.3s;
}

.link-share.clicked .copied {
    opacity: 1;
}

.prod-share-buttons {
    padding: 30px 0 0 0;
}

.prod-share-buttons a {
    margin: 0 20px 0 0;
    height: 30px;
    display: inline-block;
}

.color-swatch {
    display: inline-block;
    padding: 5px;
}

.quantity {
    width: 115px;
    display: block !important;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

div.quantity .qty {
    width: 100% !important;
}

.thb-quantity-style2.single-product div.quantity {
    margin-bottom: 40px;
    margin-left: 0px;
    border: 1px solid;
}

.variations_form .quantity {
    display: none !important;
}

.shop_table thead tr th:last-child {
    text-align: left;
}

.price {
    display: none;
}

.pswp__caption {
    text-align: center;
}

.pswp__caption__center {
    display: inline-block;
    text-align: left;
}

a.download-pdp-img {
    color: red !important;
    display: inline-block;
    width: 60px;
}

a.download-pdp-img:after {
    content: ' ';
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url('../png/downloadbutton2.png') !important;
    background-size: 30px;
    background-repeat: no-repeat;
    position: relative;
    bottom: -7px;

}

.thb-product-detail .product-images .thb-product-zoom, .woocommerce-product-gallery__trigger.thb-product-zoom {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 25px !important;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0);
}

.thb-product-detail .product-images .thb-product-zoom:hover {
    border: 1px solid white;
}

.thb-accordion .vc_tta-panel-heading h4 a {
    font-size: 18px;
}

.thb-product-detail.thb-product-thumbnail-style1 .woocommerce-product-gallery__wrapper {
    padding-left: 0 !important;
}

.thb-product-detail .product-information .entry-summary {
    padding-left: 0 !important;
}

.cat-item-15 {
    display: none !important;
}

.vis-wrapper {
    text-align: center;
}

.thb-carousel.slick-dotted, .thb-carousel.row.slick-dotted {
    padding-bottom: 0;
}

.thb-carousel {
    height: 100%
}

/* Tooltip Color Picker */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #232323 transparent transparent transparent;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #232323;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 55%;
    margin-left: -60px;
    width: 110px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*.thb-product-detail > div.row.thb-product-main-row > div.small-12.medium-5.columns.product-information > div > form > table > tbody > tr:nth-child(3) {
    display: none;
}*/
.thb-product-detail > div.row.thb-product-main-row > div.small-12.medium-5.columns.product-information > div > form > table > tbody > tr:nth-child(3) > td.label > label {
    display: none;
}

.thb-product-detail > div.row.thb-product-main-row > div.small-12.medium-5.columns.product-information > div > form > table > tbody > tr:nth-child(3) > td.label:after {
    content: 'Color Options';
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
    position: relative;
    top: 15px;
    display: none;
}

.thb-product-detail > div.row.thb-product-main-row > div.small-12.medium-5.columns.product-information > div > form > table > tbody > tr:nth-child(2) {
    display: none;
}

.color-swatch .wrapper {
    padding: 3px;
    border: 2px solid white;
    transition: 0.3s;
}

.color-swatch .wrapper:hover, .color-swatch .wrapper.active {
    border: 2px solid #232323;
    transition: 0.3s;
}

.color-swatch.active .wrapper {
    border: 2px solid #232323;
    transition: 0.3s;
}

.installation-methods {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.installation-method {
    padding: 5px;
    display: inline-block;
    vertical-align: top;

}

.installation-method .wrapper {
    padding: 3px;
    border: 2px solid white;
    transition: 0.3s;
}

.installation-method .wrapper:hover, .installation-method.active .wrapper {
    border: 2px solid #232323;
    transition: 0.3s;
}

#installation-method {
    display: none;
}

.install-method-name {
    max-width: 100px;
    width: 100%;
}

.thb-carousel .slick-nav {
    border: 2px solid #f7f7f7 !important;
}

.thb-carousel .slick-nav span:after, .thb-carousel .slick-nav span:before {
    background-color: #f7f7f7 !important;
    height: 2px;
}

.thb-product-detail > div.row.thb-product-main-row > div.small-12.medium-5.columns.product-information > div > form > table > tbody > tr:nth-child(4) > td:nth-child(3) {
    display: inline-block;
    clear: left;
    color: #272525;
    margin: 0 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
}

.thb-woocommerce-header-title .term-description p {
    display: none;
}

#tab-downloads a.btn, #tab-additional_information a.btn { /* TEMP */
    border-bottom: none !important;
}


/* Portfolio Page */
.post-type-archive-project .sidebar #categories-4 {
    display: none;
}

/* Button Style */
a.wp-block-button__link {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #231F20 !important;
    border-bottom: 1px solid #231F20;
    padding: 0 0 3px 0;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: berthold-md, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    width: fit-content;
}

a.wp-block-button__link:hover {
    color: #4863AE !important;
    border-bottom: 1px solid #4863AE;
}

.wp-block-button.white a.wp-block-button__link {
    color: white !important;
    border-color: white !important;
}

.btn {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #231F20 !important;
    border: 1px solid #231F20;
    padding: 0px 15px;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: berthold-md, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    display: block;
    margin-left: 0 !important;
    height: 45px;
    width: 100%;
}

.btn.insite-visualizer {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #231F20 !important;
}

.vis-wrapper .btn {
    height: 55px !important;
    margin: 15px 0 !important;
    display: inline-block;
}

.btn.download {
    text-align: left;
}

.btn.download:after {
    content: '';
    background-image: url('../png/downloadbutton2.png');
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: 55%;
    background-repeat: no-repeat;
    margin-bottom: -10px;
    background-color: white;
    background-position: right;
}

.single_add_to_cart_button {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #231F20 !important;
    border: 1px solid #231F20;
    padding: 0 15px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: berthold-md, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    display: block;
    margin-left: 0 !important;
    width: fit-content;
}

.spec-sheet-button a {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #231F20 !important;
    border-bottom: 1px solid #231F20;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: berthold-md, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    display: block;
    margin-left: 0 !important;
    margin-bottom: 30px;
    width: fit-content;
    height: 45px;
}

.single_add_to_cart_button :hover {
    color: #4863AE !important;
    border: 1px solid #4863AE;
}

.woocommerce-ordering .orderby:hover {
    /* border-bottom: 1px solid #231F20;*/
}

@media screen and (max-width: 768px) {
    .slick-track {
        display: inline !important;
    }
}

select {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 24px;
    padding: 10px;
    height: auto;
    background-color: #f7f7f7;
    background: #f7f7f7 url(../png/arrow.png) calc(100% - 15px) 21px no-repeat !important;
}

.variations .label label {
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
}

.summary .styleCode {
    font-size: 12px;
    text-transform: uppercase;
    font-family: berthold-bold, sans-serif;
    letter-spacing: 2px;
}

.reset_variations {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #272525 !important;
    margin-top: 20px;
    position: unset !important;
}

/* Modal Product Gallery*/
.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
}

.modal-window img {
    width: auto;
    max-height: 90vh;
}

.modal-window .download {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
}

.modal-window .download .btn {
    text-align: center;
    display: inline-block;
}

.modal-close {
    background: url('../svg/arrows_remove.svg') center center no-repeat !important;
    background-size: 35px 35px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    height: 70px;
    width: 70px;

}

.modal-close :hover {
    color: black;
}

th.woocommerce-product-attributes-item__label {
    text-align: left;
}

.woocommerce-Tabs-panel--additional_information tr.woocommerce-product-attributes-item, .woocommerce-Tabs-panel--sustainability tr.woocommerce-product-attributes-item {
    height: 30px;
}

.products-title, .single-product .products > h2, .cross-sells h2 {
    font-size: 48px !important;
    line-height: 54px !important;
    font-family: berthold-light, sans-serif !important;
    color: #231F20;
    text-align: center;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    border-top: none;
}

.upsells > h2 {
    font-size: 48px !important;
    line-height: 54px !important;
    font-family: berthold-light, sans-serif !important;
    color: #231F20;
    text-align: center;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

.upsells .thb-product-inner-content .thb-product-inner-wrapper {
    text-align: center;
}

.upsells .thb-product-inner-content h2.woocommerce-loop-product__title {
    text-align: center !important;
}

.upsells .thb-product-inner-content h2.woocommerce-loop-product__title a {
    font-size: 24px !important;
    text-align: center !important;
}

.upsells .thb-product-inner-content .thb_transform_loop_buttons {
    width: 100% !important;
    text-align: center !important;
}

.upselss .button product_type_variable {
    margin: auto !important;
}

.upsells .thb-product-inner-content .thb_transform_loop_buttons a {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #231F20 !important;
    border-bottom: 1px solid #231F20;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-family: berthold-md, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    display: block;
    margin: auto !important;
    width: fit-content;
}

.related.products .thb-product-inner-content {
    text-align: center;
}

.related.products .thb-product-inner-content h2.woocommerce-loop-product__title a {
    color: #231F20 !important;
    font-size: 24px;
    font-family: berthold-reg, sans-serif;
}

.related.products.thb-product-detail .variations_form .variations tbody td.value {
    padding-bottom: 0 !important;
}

.related.products .product .thb_transform_price .add_to_cart_button, .wc-block-grid__products .product .thb_transform_price .add_to_cart_button {
    margin: auto !important;
}

.spec-download {
    height: 20px;
    display: inline-block;
    width: 20px;
    padding-left: 0;
    padding-bottom: 10px;
}

.spec-download img {
    height: 20px;
}

.availability_tab th {
    font-weight: bold !important;
}

/* Product Landing page */
.sidebar.thb-shop-sidebar select {
    font-size: 16px !important;
    padding: 5px 10px !important;
    background: #f7f7f7 url(../png/arrow.png) calc(100% - 15px) 21px no-repeat !important;;
}

/* Product Sidebar */
.sidebar .product-categories .cat-item a:hover, .sidebar .product-categories .cat-item a.active {
    text-decoration: underline;
}

.term-luxury-vinyl-tile #wrapper > div:nth-child(2) > div.row > div > div > div.sidebar.thb-shop-sidebar > div:nth-child(3) {
    display: none;
}


#sidebar {
    display: none;
}

#sidebar.show {
    display: block;
}

/* Blog Post style landing page and detail page */
.product-gallery-wrapper h2 {
    text-align: center;
    margin-bottom: 25px;
}

.post-gallery img {
    width: 100%;
}

.thb-fixed-shares-container {
    width: 0 !important;
}

.post-detail .thb-article-featured-image {
    display: none;
}

/* Cart */
.cart-disclaimer {
    color: #ED5346;
    margin-bottom: 30px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Contact */
.rep-accordion tbody tr:nth-child(even) {
    background-color: white;
}

.rep-accordion tbody {
    border: none;
}

.find-a-rep-submit {
    margin-left: 15px;
    border: 1px solid #231F20;
    padding: 14px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: berthold-bold, sans-serif
}

.find-a-rep-submit:hover {
    color: #4863AE;
    border: 1px solid #4863AE;
}

.color-swatch-tile {
    cursor: pointer;
    border: 1px solid #d8d8d8;
}

#sp-ea-395 {
    display: none;
}

a.sus-link {
    text-decoration: underline !important;
}

/* Product Search Page */
.woocommerce-ordering {
    width: 200px;
    display: inline-block;
}

.woocommerce-ordering select {
    /* border: 1px solid black; */
    padding: 5px 15px;
    background: #f7f7f7 url(../png/arrow.png) calc(100% - 10px) 23px no-repeat !important;
    font-size: 16px;
}

.sort-wrapper {
    text-align: right;
}

.product-search .sort {
    align-content: flex-end;
    display: inline-flex;
}

.product-search .view-all {
    align-content: flex-start;
    display: inline-flex;
}

.clear-filters {
    border: 1px solid #231F20;
    color: #231F20;
    padding: 10px 15px;
    cursor: pointer;
}

.view-all {
    border: 1px solid #231F20;
    padding: 10px 15px;
    cursor: pointer;
    color: #231F20;
}

.view-all.bottom {
    float: right;
}

.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce-pagination span.page-numbers {
    cursor: pointer;
}