/*
Theme Name: Kadence Child
Template: kadence
*/

/* Husqvarna tabel - raamid ja vertikaaljooned */

.hbd-table.hbd-spec-table {
    width: 100%;
    max-width: 760px;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    margin: 35px auto;
    font-size: 13px;
}


/* kõik lahtrid */
.hbd-spec-table td,
.hbd-spec-table th {
    padding: 8px 14px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle;
}


/* eemaldab viimase veeru parempoolse joone */
.hbd-spec-table td:last-child,
.hbd-spec-table th:last-child {
    border-right: none;
}


/* välimised küljed */
.hbd-spec-table tr:first-child td,
.hbd-spec-table tr:first-child th {
    border-top: none;
}


/* vasak veerg */
.hbd-spec-table__spec-name {
    width: 55%;
    text-align: left;
    color: #555;
}


/* parem väärtuste veerg */
.hbd-spec-table__spec-value {
    width: 45%;
    text-align: right;
}


/* grupiread (Mootor, Mõõtmed jne) */
.hbd-spec-table__group-start {
    background: #f3f3f3;
}


.hbd-spec-table__group-start td {
    font-weight: 600;
}


/* grupirea sees olev kahe lahtri joon */
.hbd-spec-table__group-start td:first-child {
    border-right: 1px solid #d9d9d9;
}


/* esimese veeru nimi */
.hbd-spec-table__group-name {
    color: #222;
    font-weight: 600;
}


/* tabelite vahe */
.hbd-table + .hbd-table {
    margin-top: 0;
}


/* Kaotab Turnkey promo lehe alumisest äärest */

#turnkey-credit {
    display: none !important;
}


/* Muudab footeri lingid teksti sarnaseks */

.no-link-style a {
  text-decoration: none !important;
  color: inherit !important;
  font: inherit !important;
}

.no-link-style a:hover,
.no-link-style a:focus,
.no-link-style a:active,
.no-link-style a:visited {
  text-decoration: none !important;
  color: inherit !important;
  font: inherit !important;
}

/* Hall triip lehe alt ära*/

.entry-content-wrap,
.content-bg {
    box-shadow: none !important;
    border: none !important;
}
.content-container::after,
.entry-content-wrap::after {
    display: none !important;
}
