.samples__link.button {
    margin-bottom: 10px;
    padding: 10px 20px;
    font-weight: 600;
    margin-right: 10px;
    border: 1px solid var(--wd-primary-color);
    background-color: #fff;
    color: var(--btn-shop-bgcolor);
    font-size: 120%;
    min-width: 250px;
}

.samples__link.button:hover {
    background-color: var(--wd-primary-color);
    color: #fff;
}

.samples__link .fa {
    margin-right: 8px;
}

@media screen and (min-width: 780px) {
    .samples__link.button {
        padding: 13px 26px;
        margin-bottom: 0;
    }
}

.woocommerce-Tabs-panel--adjust_product .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-form-control {
    margin-bottom: 12px;
}

.online-payment-wrapper {
    margin-bottom: 20px;
}

.ppom-input-opcje_sto_u > label {
    font-weight: 600;
}

@media screen and (min-width: 1025px) {
    .ppom-input-opcje_sto_u {
        display: flex;
    }

    .ppom-input-opcje_sto_u > label {
        padding-right: 20px;
    }
}

.summary-inner > .price .amount,
.woocommerce-variation-price .price .amount {
    font-size: 21px;
    line-height: 31px;
}

.pswp__share-tooltip .pswp__share--download {
    display: none;
}

#wpdesk_vat_field {
    margin-top: 20px;
}

.woocommerce-Tabs-panel .product-info {
    margin-bottom: 16px;
}

.woocommerce-Tabs-panel--collection .wc-tab-inner strong,
.woocommerce-Tabs-panel--online_purchase .wc-tab-inner strong,
.woocommerce-Tabs-panel .product-info strong,
.woocommerce-Tabs-panel .product-info b {
    font-size: 120%;
}


/* POPUP background scroll fix */
html {
    overflow: visible !important;
}

.main-footer .widget-area .widget_block {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
}

.main-footer .widget-area .widget_block h5 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.woocommerce-review__published-date,
.woocommerce-review__dash {
    display: none;
}

#menu-kategorie > .menu-item > .woodmart-nav-link {
    padding: 0;
}

body {
    overflow: visible !important;
}

.product-info-img {
    display: none;
}

#shop-description-container {
    max-height: 50px;
    overflow: hidden;
}

#shop-description-container.full {
    max-height: unset;
}


@media screen and (min-width: 996px) {
    .product-info-container {
        display: flex;
    }

    .product-info-img {
        display: block;
        margin-right: 16px;
        margin-bottom: 0;
        min-width: 250px;
    }
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left, .grecaptcha-badge {
    display: none;
}
