/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

header.whb-header a.woodmart-nav-link {
    text-transform: none;
}

.wd-nav:where(:not(.wd-dis-act)) > li:where(.current-menu-item,.wd-active,.active) > a, .wd-nav:where(:not(.wd-dis-hover)) > li:where(.wd-opened,:hover) > a, .whb-main-header a:hover {
    color: rgb(76,153,0);
}

.wd-header-overlap .whb-row.whb-general-header {
    background-color: rgb(14 14 14 / 20%);
}

legend, h1, h2, h3, h4, h5, h6, .title {
    line-height: 120%;
}

/* Переводчик и Accessibility
===========================================================*/

.website-wrapper .gt_float_switcher img {
    display: none;
}

.gt_float_switcher.notranslate, .wd-header-text.reset-last-child.accessibility img,
.mobileMenuAccessibility img, .headerInstagram img, .headerMobileInstagram img {
    background-color: #ffffff;
    border: 2px solid #4c9900;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 9px;
    border-radius: 50%;
    box-shadow: none;
    width: 36px;
    height: 36px;
    line-height: 26px;
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: all .4s;
}

.gt_float_switcher.notranslate {
    line-height: 11px;
    padding: 6px 4px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    font-weight: 100 !important;
    text-align: center;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 11px;
    font-weight: 600;
    color: #4c9900;
}

.gt_float_switcher .gt_options a {
    background-color: #ffffff;
    border: 1px solid #4c9900;
    margin-bottom: 5px;
    padding: 9px 4px !important;
    border-radius: 50%;
    box-shadow: none;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #4c9900 !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    z-index: 1 !important;
    top: 100% !important;
    left: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: max-content !important;
    padding-top: 10px !important;
    -webkit-transition: opacity .2s, background-color .4s, -webkit-transform .4s !important;
    transition: transform .4s, opacity .2s, background-color .4s, -webkit-transform .4s !important;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) translateX(-50%) !important;
    will-change: transform !important;
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
    opacity: 0 !important;
    border-radius: 5px !important;
}

.gt_float_switcher .gt_options.gt-open {
    display: block !important;
    -webkit-transition: opacity .4s, -webkit-transform .4s !important;
    transition: transform .4s, opacity .4s, -webkit-transform .4s !important;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) translateX(-50%) !important;
    opacity: 1 !important;
}

.website-wrapper .gt_float_switcher .gt_options a:hover {
    background: #448900 !important;
    border: 1px solid #448900;
    color: #ffffff !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    right: -240px;
}

.accessibility > svg {
    font-size: 36px;
    color: #ffffff;
    cursor: pointer;
    background-color: #4c9900;
    border-radius: 50%;
    margin-top: 3px;
}

.whb-sticked .whb-row.whb-general-header.whb-sticky-row {
    background-color: #053d00;
}
/*===========================================================*/

/* ========== БАЗА ТАБЛИЦЫ ========== */
.services-table {
    width: 100%;
    border-collapse: collapse;
    color: #212529;
    border: 1px solid #dee2e6;
    font-size: 16px;
    min-width: 600px;
}
.table.services-table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px transparent;
}
.services-table.table > thead {
    vertical-align: bottom;
}
.services-table.table > tbody {
    vertical-align: inherit;
}
/* Заголовок */
.services-table thead th {

    border-bottom: 2px solid #dee2e6;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    text-transform: none;
    background-color: #4c9900;
    color: #fff;
}
.services-table thead th,
.services-table tbody tr td:not(:nth-child(2)){
    text-align: center;
}.services-table thead th:nth-child(1),
 .services-table tbody tr td:nth-child(1){
     width: 70px;
 }
.services-table.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
}
/* Ячейки */
.services-table td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: top;
}

/* ========== ЧЕРЕДОВАНИЕ СТРОК (STRIPED) ========== */
.services-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}


/* ========== ХОВЕР СТРОКИ ========== */
.services-table.table-hover > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* ========== TABLE-BORDERED ========== */
.services-table.table-bordered,
.services-table.table-bordered th,
.services-table.table-bordered td {
    border: 1px solid #dee2e6;
}

/* ========== МОБИЛЬНЫЙ СКРОЛЛ ========== */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ========== СТИЛИ ВНУТРИ ЯЧЕЕК ========== */
.services-table .service-time,
.services-table .service-price {
    margin-bottom: 6px;
}
.services-table .service-time{
    display: flex;
}
.services-table .time {

    margin-left: auto;
}

/* Последний элемент без нижнего отступа */
.services-table .service-time:last-child,
.services-table .service-price:last-child {
    margin-bottom: 0;
}

div[data-cky-tag="powered-by"], div[data-cky-tag="detail-powered-by"] {
    display: none !important;
}

body.error404 main#main-content {
    margin-top: 190px;
    margin-bottom: 100px;
}