/*@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Raleway', sanf-serif !important;
}

legend,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.wd-accordion-title-text,
.whb-header * {
    font-family: 'Raleway', sanf-serif !important;
}

.hidden {
    display: none !important;
}

/*
* HEADER STYLING
*/

.wd-slider-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #000, transparent);
    opacity: .8;
    z-index: 2;
}

.whb-without-bg .wd-header-cart .woocommerce-Price-amount.amount {
    color: #ffffff !important;
}

.whb-without-bg .wd-header-cart .widget_shopping_cart .woocommerce-Price-amount.amount {
    color: #000000 !important;
}

.wd-header-cart .woocommerce-Price-amount.amount {
    font-size: 14px !important;
    text-transform: lowercase;
    font-weight: 400 !important;
}

.searchform {
    max-width: 500px;
    margin: 0 auto;
}

@media (min-width:1025px) {

    .woodmart-burger-icon span,
    .woodmart-burger-icon .woodmart-burger {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .woodmart-burger-icon .woodmart-burger:before {
        font-size: 21px !important;
    }
}


.bordered-white-button {
    position: relative;
    background: transparent !important;
    color: #ffffff !important;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.bordered-white-button:before {
    width: 150px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    content: '';
    bottom: 0;
    left: -2px;
}

.bordered-white-button:after {
    width: 5px;
    height: 30px;
    border-right: 2px solid #ffffff;
    position: absolute;
    content: '';
    top: -2px;
    right: 0;
}

.bordered-black-button {
    position: relative;
    background: transparent !important;
    color: #000 !important;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}

.bordered-black-button:before {
    width: 150px;
    border-bottom: 2px solid #000000;
    position: absolute;
    content: '';
    bottom: 0;
    left: -2px;
}

.bordered-black-button:after {
    width: 5px;
    height: 30px;
    border-right: 2px solid #000000;
    position: absolute;
    content: '';
    top: -2px;
    right: 0;
}

.bordered-black-button:hover {
    color: #8fa3ae !important;
    border-color: #8fa3ae;
    box-shadow: none !important;
}

.bordered-black-button:hover:after,
.bordered-black-button:hover:before {
    border-color: #8fa3ae;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
body .select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.header_phones {
    position: relative;
    font-size: 14px !important;
    color: #000000;
    font-weight: 500;
}

.header_phones a {
    font-size: 1.1rem;
}

.header_phones:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: -30px;
    top: 6px;
    background: url(/wp-content/uploads/2021/12/w-cellphone.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .wd-header-mobile-nav.wd-style-text .wd-tools-text {
        display: block !important;
    }
}

.whb-header .woodmart-nav-link {
    font-size: 1em;
    letter-spacing: 0.2px;
}

/*
* MOBILE MENU
*/

.wd-nav-mobile li a,
.mobile-nav .wd-nav-opener {
    border-bottom: 0px;
    min-height: 40px;
}

.bottom_divider {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.top_divider {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

.mobile-nav .wd-search-form input {
    height: 60px !important;
}

.mobile-nav .wd-search-form {
    margin-bottom: 30px;
}

.mobile-nav .wd-nav-opener {
    border: 0;
}

.mobile_menu_callback-outer-content-form-content, .mobile_menu_callback-content-form {
    border-top: 1px solid #ebebeb;
    padding: 20px;
}

.mobile_menu_callback-outer-form_description {
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 20px;
}

.mobile_menu_callback-content-form .wpcf7-submit {
    background: transparent;
    margin: 15px 0px 20px;
    border-bottom: 2px solid #000000;
    padding: 5px;
}

/*
* GLOBAL SECTIONS
*/

.bordered-section-left-title {
    position: relative;
    border-bottom: 10px solid #f2f5f7;
    border-right: 10px solid #f2f5f7;
    padding: 10px;
}

.bordered-section-left-title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 75%;
    left: 0;
    bottom: 0;
    border-left: 10px solid #f2f5f7;
}

.bordered-section-left-title:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 10px;
    right: 0;
    top: 0;
    border-top: 10px solid #f2f5f7;
}

.product-grid-item .product-image-link img,
.product-grid-item .hover-img img {
    min-height: 350px;
    object-fit: contain;
}

@media (max-width:768px) {

    .product-grid-item .product-image-link img,
    .product-grid-item .hover-img img {
        min-height: 270px;
        object-fit: contain;
    }
}

@media (max-width:480px) {

    .product-grid-item .product-image-link img,
    .product-grid-item .hover-img img {
        min-height: 180px;
        object-fit: cover;
    }
}

/*
* INFO BOX STYLES
*/

.wd-info-box.woodmart-info-box {
    padding: 15px 10px;
    border-radius: 10px;
    background: #f2f5f7 !important;
}

.wd-info-box.woodmart-info-box .info-box-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Raleway' !important;
}

/*
* FOOTER STYLES
*/

.footer-sidebar {
    padding: 62px 0 55px;
}

footer .widget-title {
    color: #909090;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
}

footer .widget ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.footer_contacts a {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}

.footer_contacts .tooltip-text {
    font-size: 14px;
    color: #9a9a9a;
}

.min-footer {
    padding: 34px 0 36px;
    font-size: 14px;
}

.scrollToTop {
    border-radius: 0px !important;
    background: rgb(143, 163, 174) !important;
    border: rgb(143, 163, 174) !important;
    box-shadow: none !important;
    left: 20px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.scrollToTop:after {
    color: #ffffff;
}

.footer_form-title {
    margin-top: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer_form input {
    background: #2f2f2f;
    border: 0px;
    display: block;
    margin: 20px 0px;
}

.footer_form .wpcf7-submit {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/*
* CALLBACK STYLES
*/

@media (min-width: 768px) {
    .footer_callback {
        display: none;
    }
}

.footer_callback {
    position: fixed;
    bottom: 70px;
    right: 10px;
    background: #163c5f;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 20px #00000020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 9999;
}

.footer_callback-inner {
    display: flex;
    align-items: center;
    font-size: 12px;
    background: #163c5f;
    color: #ffffff;
}

.footer_callback-inner-text {
    padding: 10px 20px;
}

.footer_callback-inner-text-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
}

.footer_callback-inner-icon {
    max-width: 40px;
    margin-right: 10px;
    padding-top: 7px;
}

.footer_callback-outer {
    position: fixed;
    display: none;
    bottom: 70px;
    right: 5px;
    background: #f2f5f7;
    box-shadow: 0 10px 30px #00000020;
    width: 80%;
    max-width: 400px;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 9999;
}

.footer_callback-outer-content-header-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.block_smaller_title {
    font-weight: 500;
    margin-top: 10px;
}

.block_smaller_content, .block_smaller_content a {
    font-size: 14px;
    color: #9a9a9a;
}

.footer_callback-outer-form_description {
    color: #9a9a9a;
    margin: 10px 0 20px;
    font-size: 13px;
    line-height: 1.3;
}

#footer_callback-outer-content-header-close {
    position: absolute;
    max-width: 30px;
    top: 10px;
    right: 10px;
    padding: 7px;
}

.footer_callback-outer .wpcf7-submit {
    background: transparent;
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #000000;
    padding: 5px;
    margin-top: 10px;
}

/*
* FORMS STYLES
*/

.wpcf7-not-valid {
    border: 1px solid #f44336 !important;
}

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

/*
* PRODUCT PAGE
*/

.summary-inner>.wd-action-btn {
    background: #f2f5f7;
    padding: 15px;
    width: 48%;
    margin: 0 2px;
    text-align: center;
}

.product-tabs-wrapper {
    border: 0px;
}

.bordered-section {
    position: relative;
    border: 10px solid #f2f5f7 !important;
}

.tabs-layout-tabs .tabs {
    text-align: left;
}

.tabs-layout-tabs .tabs li a:after {
    display: none;
}

.tabs-layout-tabs .tabs li.active {
    border-bottom: 3px solid #163c5f;
}

.as-tabs {
    width: fit-content;
    background: #ffffff;
    padding: 0 30px;
    margin-left: 20px;
    list-style: none;
    display: flex;
    gap: 30px;
    top: -15px;
    position: relative;
}

.as-tabs-content {
    padding: 0 30px 10px;
}

.tabs-layout-tabs .tabs li a {
    padding: 20px 0 0;
}

.product-image-summary .single_add_to_cart_button {
    padding: 12px 30px;
}

div.quantity input[type="button"] {
    border-radius: 0;
    padding: 5px 15px;
}

div.quantity input[type="number"] {
    width: 50px;
}

.owl-dots .owl-dot span {
    border-radius: 0;
    width: 30px;
    height: 5px;
    border: 5px;
    background: #dadada;
    border-color: #dadada;
}

/* price */
.single .product-image-summary .price .amount bdi {
    font-size: 1.5rem;
    font-weight: 900;
}

.single .product-image-summary .price .amount bdi span {
    font-size: 1rem;
}

.single .product-image-summary .price {
    display: flex !important;
    align-items: end;
    flex-direction: row-reverse;
    width: fit-content;
    flex-wrap: wrap;
}

.single .product-image-summary .price del span bdi {
    font-weight: 600 !important;
    margin-left: 10px;
}

/* stock status */

.stock {
    width: max-content;
    padding: 8px 20px;
    background: #ecffe9;
    color: #359d3f;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
}

.stock img {
    margin-right: 10px;
}

/* secondary button */

.secondary_button {
    margin-left: 10px;
    background: #fff;
    box-shadow: none !important;
    border: 2px solid #163c5f;
    color: #163c5f;
    padding: 10px 30px;
}

/*.product-image-summary .cart .secondary_button {
    margin-bottom: 10px;
}*/

.buy-one-click {
    display: none;
}

.single-product .buy-one-click {
    display: inline-block;
    cursor: pointer;
    padding: 7px 30px;
    vertical-align: top;
    max-width: 190px;
    text-align: center;
}

@media (max-width:480px) {
    .buy-one-click {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

.woodmart-sticky-btn-cart .buy-one-click {
    display: none;
}

/* short attrs */

.product-image-summary .shop_attributes tr th,
.product-image-summary .shop_attributes tr td {
    padding: 10px 20px;
    border-bottom: 0;
}

.product-image-summary .shop_attributes tr:nth-child(2n+1) {
    background: #f2f5f7;
}

/* variations */

.variations_form .variations label {
    color: #9a9a9a;
    font-weight: 400;
}

.wd-swatch {
    padding: 10px;
    border: 2px solid #8fa3ae;
    border-radius: 5px;
    color: #9a9a9a;
    font-weight: 400;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.wd-swatch.active-swatch,
.wd-swatch:hover {
    border: 2px solid #163c5f;
    color: #163c5f;
}

.wd-swatch:hover:after,
.wd-swatch.active-swatch:after {
    opacity: 0;
}

.wd-swatch.active-swatch:after {
    display: none;
}

/*
* PRODUCTS GRID ITEMS
*/

.product_heading_title {
    font-family: 'Raleway';
    font-size: 1rem !important;
}

.owl-carousel .slide-product .product-grid-item .product-wrapper,
.archive .product-grid-item .product-wrapper, .page-template-default .wd-hover-tiled .product-wrapper {
    border-width: 0 !important;
    box-shadow: none !important;
}

.product-grid-item .wd-entities-title {
    font-size: 18px;
}

.product-grid-item .price {
    font-size: 1rem;
    margin-top: 10px;
}

/*
* SHOP PAGE
*/

.woodmart-archive-shop .page-title {
    display: block;
    background: #f2f5f7;
    padding: 20px 0px 0px;
}

/*
* BLOG GRID
*/

.blog-post-loop .entry-thumbnail img {
    max-height: 260px;
    object-fit: cover;
}

.blog-design-masonry.blog-style-shadow .article-body-container {
    text-align: left;
}

/*
* BLOG SINGLE PAGE
*/

.offcanvas-sidebar-mobile .wd-sidebar-opener {
    display: none;
}

.single-post .sidebar-container {
    display: none;
}

.site-content {
    margin: 0 auto 40px;
}

/*
* MODALS
*/

.overflow_hidden {
    overflow: hidden;
}

.modal {
    position: fixed;
    display: none;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #ffffff;
    padding: 30px 20px 10px;
}

.modal_overlay {
    position: fixed;
    display: none;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5;
    z-index: 9998;
}

.modal_close {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    z-index: 99991;
    cursor: pointer;
}

.modal input[type="text"],
.modal input[type="tel"],
.modal textarea {
    border: 2px solid #ebebeb;
    background: #ebebeb;
    margin: 10px 0px;
    padding: 25px;
}

.modal input:focus,
.modal textarea:focus {
    border: 2px solid #8fa3ae;
}

.form_title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.form_description {
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
    margin-bottom: 20px;
}

.modal form p {
    text-align: center;
}

.modal .wpcf7-submit {
    margin-top: 20px;
    background: #163c5f;
    border: 2px solid #163c5f;
    color: #ffffff;
}

textarea {
    min-height: 100px;
}

/*
* ACCORDION STYLES
*/

.grey_text .title {
    color: #9a9a9a !important;
}

.wd-accordion.wd-style-default .wd-accordion-item:first-child {
    border: 1px solid #ebebeb;
}

.wd-accordion.wd-style-default .wd-accordion-item {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 10px 30px;
    border-radius: 5px;
}

.wd-accordion-title-text {
    display: flex;
    align-items: center;
}

.wd-accordion-title-text img {
    margin-right: 10px;
}

.wd-accordion-title-text span {
    margin-top: 3px;
}

/*
* LANG SWITCHER
*/

.custom_lang_switcher ul .wpml-ls-first-item {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.custom_lang_switcher ul .wpml-ls-last-item {
    position: relative;
}

.custom_lang_switcher ul .wpml-ls-first-item:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    /* border: 1px solid rgba(33,33,38,.2); */
    background: rgba(33, 33, 38, .2);
    top: 50%;
    right: -8px;
}

.custom_lang_switcher ul .wpml-ls-first-item.wpml-ls-current-language:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #163c5f;
    box-shadow: 1px 1px 4px rgb(23 23 23 / 20%);
    border-radius: 50%;
    top: calc(50% - 2px);
    right: 0;
    z-index: 9;
}

.custom_lang_switcher ul .wpml-ls-last-item.wpml-ls-current-language:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #163c5f;
    box-shadow: 1px 1px 4px rgb(23 23 23 / 20%);
    border-radius: 50%;
    top: calc(50% - 2px);
    left: -12px;
    z-index: 9;
}

.custom_lang_switcher ul li a {
    font-size: 16px;
    padding: 0;
    color: #d1d1d1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 1024px) {
    .custom_lang_switcher {
        float: right;
    }
}

.whb-overcontent .custom_lang_switcher ul li a {
    color: #d1d1d1;
    opacity: .7;
}

.whb-overcontent .custom_lang_switcher ul .wpml-ls-first-item.wpml-ls-current-language:before,
.whb-overcontent .custom_lang_switcher ul .wpml-ls-last-item.wpml-ls-current-language:before {
    background: #ffffff;
}

.whb-overcontent .custom_lang_switcher ul .wpml-ls-first-item:after {
    background: #d1d1d1;
    opacity: .7;
}

.whb-overcontent .custom_lang_switcher ul .wpml-ls-current-language a {
    color: #ffffff;
    opacity: 1;
}

.whb-color-light:not(.whb-with-bg) {
    background-color: #163c5f;
}

/*
* CHECKOUT PAGE
*/

.checkout-order-review {
    padding: 0px;
    background: transparent;
}

.woocommerce-billing-fields {
    margin-top: 0;
}

.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
    display: none;
}

.checkout_form_title {
    position: relative;
    margin: 10px 0px 20px;
    background: #f2f5f7;
    padding: 10px 20px 10px 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left !important;
    text-transform: uppercase;
}

.checkout_form_title:before {
    position: absolute;
    border: 1px solid;
    border-radius: 50%;
    width: 28px;
    left: 26px;
    padding-left: 5px;
    font-size: 16px;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .5;
    letter-spacing: -1px;
}

#customer_details .checkout_form_title:before {
    content: '01';
}

#payment .checkout_form_title:before {
    content: '03';
    padding-left: 3px;
}

#order_review_heading:before {
    content: '02';
    padding-left: 3px;
}

#order_comments_field .woocommerce-input-wrapper {
    display: none;
}

#order_comments_field .woocommerce-input-wrapper.show {
    display: block;
}

#order_comments_field label {
    position: relative;
    width: fit-content;
    border-bottom: 1px dotted #dadada;
}

#order_comments_field label:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transform: rotate(225deg);
    top: 6px;
    right: -20px;
}

#order_comments_field label.arrow_revert:after {
    transform: rotate(45deg);
    top: 12px;
}

.wc_payment_methods {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.woocommerce #payment .wc_payment_methods li {
    flex: 1 calc(50% - 20px);
    margin: 0 5px 15px;
}

.woocommerce #payment li label {
    width: 100%;
    border: 3px solid #f2f5f7;
    transition: all 250ms ease-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 1rem 1.25rem;
    overflow: hidden;
}

.woocommerce #payment li input[type=radio]:checked+label {
    border: 3px solid #163c5f;
}

#payment_method_bacs, #payment_method_cod, .payment_methods .payment_box:before {
    display: none;
}

.payment_methods .payment_box {
    position: absolute!important;
    width: 100%!important;
    left: 0!important;
    box-shadow: none!important;
    background: #f2f5f7;
    color: #9a9a9a;
    font-size: 14px;
    font-style: italic;
}

.scroll_text, .archive .term-description {
    max-height: 380px;
    overflow-y: scroll;
}

.scroll_text::-webkit-scrollbar-track-piece,
.archive .term-description::-webkit-scrollbar-track-piece {
    background-color: #f2f5f7;
}

.scroll_text::-webkit-scrollbar-track,
.archive .term-description::-webkit-scrollbar-track {
    background-color: #999;
}

.scroll_text::-webkit-scrollbar,
.archive .term-description::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.scroll_text::-webkit-scrollbar-button,
.archive .term-description::-webkit-scrollbar-button {
    background-color: #fff;
}
.scroll_text::-webkit-scrollbar-corner,
.archive .term-description::-webkit-scrollbar-corner {
    background-color: #999;
}
.scroll_text::-webkit-scrollbar-thumb,
.archive .term-description::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 0px;
}

.mobile-nav .searchform input[type="text"]::placeholder {
    font-weight: 400;
    color: #9a9a9a;
}

.wpml-ls-current-language a span {
    color: #153c5f;
}

.whb-overcontent .wpml-ls-current-language a span {
     color: #fff;
     opacity: 1;
}

.wd-wishlist-btn a {
    text-align: center;
    margin: 0 auto;
}

.wd-sticky-btn-cart .buy-one-click {
    display: none;
}

.wd-tab-wrapper .wd-accordion-title {
    display: none;
}

/*
* Subcategories
*/

.subcategories {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 20px 0 20px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.subcategories li {
    flex: 1 240px;
    min-width: 145px;
    text-align: center;
}

.subcategories li a {
    display: block;
    border: 1px solid #cecece;
    padding: 20px;
    background: #f2f5f7;
}