/*
Theme Name: Druco Child
Theme URI: https://demo.theme-sky.com/druco/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: druco
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: druco-child
*/
html {
    scroll-behavior: smooth;
}

.dhb-product-content-wrapper {
    display: flex;
    clear: both;
    gap: 44px;
}
@media screen and (max-width: 767px) {
    .dhb-product-content-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.dhb-product-content {
    flex: 1;
    margin-bottom: 70px;
}

/* DESCRIPTION AND FEATURES */
.dhb-description-and-features {
    position: relative;
    display: flex;
    width: 100%;
    height: 385px;
    background: radial-gradient(circle at 78% center, #FFEA9E 0%,#FFC700 50%, #FFC700 100%);
    margin-bottom: 70px;
}
.dhb-description-and-features__content {
    width: 50%;
    padding: 40px;
}
.dhb-description-and-features__title {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 45px;
}
.dhb-description-and-features-element__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 26px;
}

.dhb-description-and-features-element__description {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.dhb-description-and-features__image {
    max-width: 50%;
    height: 120%;
    position: absolute;
    top: -27px;
    bottom: -40px;
    right: 0;
}
.dhb-description-and-features__svg {
    width: 100%;
    height: 100%;
}
.dhb-svg-text {
    font-size: 16px;
    font-style: italic;
}
.dhb-svg-text_active {
    font-weight: 600;
}

/* PLYTY ADAPTACYJNE  */
.woocommerce div.product .summary .druco-child-adaptation-plate-bt {
    width: calc(50% - 13px);
    clear: none;
    margin: 0 0 26px 20px;
    display: inline-block;
    vertical-align: bottom;
    border-color: inherit;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 480px) {
    .woocommerce div.product .summary .druco-child-adaptation-plate-bt {
        width: 100%;
        margin: 0;
    }
}

/* END PLYTY ADAPTACYJNE */

.dhb-product-content .elementor-accordion .elementor-accordion-item {
    border: unset;
    border-bottom: 1px solid #D9D9D9;
}
.dhb-product-content .elementor-accordion .elementor-accordion-item:first-child {
    border-top: 1px solid #D9D9D9;
}

.dhb-product-content .elementor-accordion .elementor-tab-content {
    border-top: unset;
}

.dhb-product-content table.shop_attributes tr:nth-child(even) td, .dhb-product-content table.shop_attributes tr:nth-child(even) th {
    background: #ffffff;
}

.dhb-product-content table.shop_attributes th {
    width: fit-content;
}
.dhb-product-content h2, .dhb-section-with-products-wrapper h2 {
    margin-bottom: 37px;
}

.dhb-section-with-products-wrapper .related.products {
    padding-bottom: 0;
}
.dhb-adaptation-plate__top-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}
@media screen and (max-width: 620px) {
    .dhb-adaptation-plate__top-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.dhb-adaptation-plate__top-wrapper > * {
    max-width: 100%;
    width: 100%;
}

.dhb_product_attachment_download {
    border: 1px solid #cfcfcf;
    padding: 0.5rem 1rem;
    color: #000;
    width: 100%;
    display: block;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.dhb-category-title-description {
    width: 100%;
    text-align: center;
}
.dhb-category-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dhb-category-description {
    max-width: 1000px;
    margin: auto;
    font-size: 1.33rem;
    margin-top: 15px;
}
.dhb-category-top-container {
    width: 100%;
}
@media (min-width: 1279px){
    .dhb-category-top-container {
        padding-left: 37px;
        padding-right: 37px;
    }
}

@media only screen and (max-width: 1279px) {
    .dhb-category-top-container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .dhb-category-top-container {
        padding-left: 0;
        padding-right: 0;
    }
}


.button-black{
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    min-width: 180px;
}
.button-black:hover{
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}


/* FIX COLUMN BLOG SLIDER */

.ts-blogs.ts-slider .items article, .ts-blogs.ts-slider .items article .article-content {
    flex-flow: column;
}