.wc-tabs-wrapper .woocommerce-Tabs-panel {
    display: none
}

.sd-nav.sd-style-underline-reverse > li > a {
    padding-top: 30px
}

.sd-nav.sd-style-underline-reverse > li > a > .nav-link-text:after {
    top: -30px;
    height: 3px
}

.wc-tabs-wrapper .shop_attributes {
    margin: 0 auto
}

.sd-nav-wrapper + .woocommerce-Tabs-panel:not([style]) {
    display: block
}
/* toonalite */
.read_more-yes #tab-description{
    overflow: hidden;
    height: 200px;
    transition: all .3s ease-in-out;
    margin-bottom: 64px;
}
.read_more-yes #tab-description.open:before{
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(to bottom, transparent 0, currentColor 45px);
    width: 101%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 58px;
    left: 0;
    z-index: 1;
    color: #fff;
}

.read_more-yes #tab-description #readBTn{
    position: absolute;
    top: 250px;
    display: inline-flex;
    border-radius: var(--sd-brd-radius);
    transition: top .3s ease-in-out;
}
/* ./ toonalite */
@media (max-width: 1024px) {
    .sd-nav.sd-style-underline-reverse > li > a {
        padding-top: 15px
    }

    .sd-nav.sd-style-underline-reverse > li > a > .nav-link-text:after {
        top: -15px
    }
}
