/*
Theme Name: Supro Child
Theme URI: http://drfuri.com/supro
Author: DrFuri
Author URI: http://drfuri.com
Description: Supro Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supro-child
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: supro
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --accent-color: #bfa072;
    --main-button-color: #222;
    --grey-background: #f5f5f5;
    --site-header-bg: #000;
    --ste-category-banner: #fff;
    --site-header-bg-minimized: #000000d1;
    --slogan-span-size: 25px;
    --width-phone: 420px;
    --width-tablet-vertical: 662px;
    --width-tablet-horizontal: 991px;
    --width-pc: 1024px;
}

/** FONTS START */
@font-face {
    font-family: 'Adelia';
    src: url('fonts/adelia.woff') format('woff');
    /* font-weight: 900; */
    /* font-style: italic; */
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    /* font-weight: 700; */
    font-style: normal;
}

/** FONTS END */

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.display-block {
    display: block;
}

.text-justify {
    text-align: justify;
}

/** BUTTON */
.content-area a.accent-button,
.blog-list .read-more,
p.sampler-button a,
.home-reviews-button .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline,
.product-category-list .product-category-single-product-row .product-category-button button,
.wpcf7-form .wpcf7-submit,
.slider-button {
    background-color: transparent;
    border-color: var(--main-button-color);
    border-left: 0;
    border-right: 0;
    border-width: 2px 0;
    border-style: solid;
    color: var(--main-button-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/** BUTTON GLOBAL HOVER*/

.content-area a.accent-button:hover,
a:hover .read-more,
p.sampler-button a:hover,
.supro-single-product .accent-button:hover,
.product-category-single-product-row:hover .product-category-button button,
.home-reviews-button .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus,
.home-reviews-button .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active:hover {
    background: transparent;
    border-color: var(--accent-color);
    border-width: 2px 0;
    border-style: solid;
    color: var(--accent-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.rs-layer:hover .slider-button, /** Stara wersja revolution slider */
sr7-module:hover .slider-button /** Nowa wersja revolution slider */
{
    border-color: var(--accent-color) !important;
    color: var(--accent-color) !important;
}

p.sampler-button:hover a {
    color: var(--accent-color);
}

.accent-button:focus {
    color: #fff;
}

.blog-list .read-more::before,
.blog-list .read-more:after {
    display: none;
}

/** BUTTON GLOBAL END*/

.click-here-button {
    padding: 15px;
    display: block;
    width: fit-content;
}

.click-here-button i.fa {
    margin-right: 10px;
}

/** LINK */
a {
    transition: 0.3s;
}

.content-area a {
    border-bottom: 1px solid var(--accent-color);
}

.content-area a:hover,
.home-reviews a:hover {
    color: var(--accent-color);
}

a article h2 {
    display: inline;
    border-bottom: 1px solid var(--accent-color);
}

a:hover article p {
    text-decoration: underline solid var(--accent-color);
}

a:hover article h2 {
    color: var(--accent-color);
}

.woocommerce div.product div.images .product-gallery-control .item-icon,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom-color: transparent;
}

/** LINK END */

.backtotop:hover,
.footer-copyright a:hover {
    color: var(--accent-color);
}

.i-want-more-space-below {
    margin-bottom: 15px;
}

/** Shutter In Vertical */
.hvr-shutter-in-vertical a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-vertical a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical a:hover,
.hvr-shutter-in-vertical a:focus,
.hvr-shutter-in-vertical a:active {
    color: white;
}

.hvr-shutter-in-vertical a:hover:before,
.hvr-shutter-in-vertical a:focus:before,
.hvr-shutter-in-vertical a:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.page .page-header.page-header-default h1,
.blog .page-header.blog-page-header h1 {
    padding: 70px 0 0;
}

.blog-page-header {
    padding-top: 0;
}

.page .page-header.page-header-default {
    padding: 0;
}

.page-header h1 {
    text-transform: uppercase;
}

.page .site-content {
    padding-top: 60px;
}

/** Shutter In Vertical END */
/** Glow */
.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/** Glow END */

h2 {
    text-transform: uppercase;
}

@media (min-width: 662px) {
    p {
        text-align: justify;
    }
}

.site-header,
.supro-off-canvas-panel,
.supro-off-canvas-panel .widget-panel-header,
.supro-off-canvas-panel .widget-panel-footer {
    background: var(--site-header-bg);
}

.supro-off-canvas-panel .widget-panel-footer {
    display: none;
}

.site-header .site-logo {
    margin: 0 20px 0 0;
}

.supro-off-canvas-panel.menu-sidebar ul.menu li.active > a {
    color: var(--accent-color);
}

.lang {
    margin-top: 0px;
    margin-bottom: 0px;
}

.lang-item {
    list-style: none;
}

.lang-item img {
    height: 24px;
    vertical-align: text-bottom;
}

.lang-item span {
    color: #ffffff;
    font-size: 20px;
}

/** ALWAYS show lang select */
.header-layout-4 .site-header .menu-socials {
    display: block !important;
}

@media (max-width: 1199px) {
    .header-layout-4 .site-header .menu-socials .lang-item span {
        display: none;
    }

    .header-layout-4 .site-header .menu-socials ul.lang {
        padding: 0;
        margin-right: 5px;
    }
}

a#icon-menu-sidebar,
a#icon-menu-mobile {
    color: #ffffff;
}

.home .site-content {
    padding-top: 0px;
    margin-top: -1px;
}

/** MENU */
.supro-off-canvas-panel.menu-sidebar ul.menu li a {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.widget_nav_menu li a,
.supro-off-canvas-panel.menu-sidebar ul.menu li a:hover {
    color: #ffffff;
}

.supro-off-canvas-panel.menu-sidebar .widget {
    margin-bottom: 25px;
}

.menu-sidebar a.share-facebook:first-child {
    margin-top: 20px;
}

.header-sticky .site-header {
    border-bottom: solid 3px var(--accent-color);
}

.header-sticky .site-header.minimized {
    background-color: var(--site-header-bg-minimized);
    box-shadow: none;
    backdrop-filter: blur(9.4px);
    -webkit-backdrop-filter: blur(9.4px);
}

a.fb-rogozaudio,
a.fb-januszrogoz {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .supro-off-canvas-panel.menu-sidebar ul.menu > li {
        border-bottom: none;
    }

    .supro-off-canvas-panel.menu-sidebar ul.menu li > a {
        color: #ffffff;
    }

    .supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-item > a,
    .supro-off-canvas-panel.menu-sidebar ul.menu li.active > a,
    .supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-ancestor > a,
    .supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-parent > a {
        color: var(--accent-color);
    }
}

/** MENU END */
/** MAIN SLIDER */
h1#slider-header {
    text-transform: uppercase;
}

p#slider-desc,
p#slider-bbs {
    text-align: justify !important;
}

.slider_background .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover,
.slider-button-outline:focus,
.slider-button-outline:hover {
    color: #333;
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    font-weight: bold;
}

.slider_background .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline,
.slider-button-outline {
    border-top-color: var(--accent-color);
    border-bottom-color: var(--accent-color);
    border-left: none;
    border-right: none;
}

.home-about-me-text h1 {
    margin-top: 0;
}

.home-about-me-text p {
    margin-bottom: -8px;
}

.supro-single-image.supro-photo-swipe.logo-bbs {
    display: inline;
}

.logo-bbs img {
    height: 120px;
    width: auto;
}

.home-system-bbs-btn {
    display: inline;
    float: right;
    padding-top: 40px;
}

/** MAIN SLIDER MOBILE */
.slogan {
    color: #ffffff;
    text-align: right;
    font-size: 32px;
}

.slogan span {
    font-size: var(--slogan-span-size);
    font-family: Adelia;
    letter-spacing: 7px;
}

.slogan img {
    max-width: 450px;
}

.vc_row.slider_background {
    background-size: auto 40vh !important;
    background-repeat: no-repeat !important;
    background-position: right calc(50% + 10vmin) top 0% !important;
}

/** MAIN SLIDER MOBILE END */
/** MAIN SLIDER TABLET */
@media (min-width: 768px) {
    .vc_row.slider_background {
        background-position: left calc(0% - 12vmax) top 50% !important;
    }

    .slogan span {
        font-size: var(--slogan-span-size);
    }
}

/** MAIN SLIDER TABLET END */
/** MAIN SLIDER LAPTOP */
@media (min-width: 992px) {
    .vc_row.slider_background {
        background-position: left calc(0% - 19vmin) top calc(50% - 1vmax) !important;
        background-size: auto 55vh !important;
    }

    .slogan span {
        font-size: var(--slogan-span-size);
    }
}

@media (min-width: 1245px) {
    .vc_row.slider_background {
        background-size: auto 65vh !important;
    }

    .slogan span {
        font-size: var(--slogan-span-size);
    }
}

/** MAIN SLIDER LAPTOP END */
/** MAIN SLIDER LARGE */
@media (min-width: 1440px) {
    .vc_row.slider_background {
        background-size: auto 600px !important;
        background-position: left calc(50% - 25vmax) top calc(50% - 1vmax) !important;
    }
}

/** MAIN SLIDER LARGE END */
/** MAIN SLIDER END */
/** MAIN PAGE STYLES */
.see-more-products-header {
    text-align: center;
}

.see-more-products-header h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.see-more-products-header h2 {
    font-size: 40px;
    margin-top: 0;
}

.see-more-products-header h2:before {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background: var(--accent-color);
    margin: 15px auto;
}

/** MAIN PAGE STYLES */
/** HOVER */
.hvr-underline-from-left a,
.widget_nav_menu li a,
a.share-facebook {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left a:before,
.widget_nav_menu li a:before,
a.share-facebook:before, a.share-facebook:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--accent-color);
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left a:hover:before,
.hvr-underline-from-left a:focus:before,
.hvr-underline-from-left a:active:before,
.widget_nav_menu li a:hover:before,
.widget_nav_menu li a:focus:before,
.widget_nav_menu li a:active:before,
a.share-facebook:hover:before,
a.share-facebook:focus:before,
a.share-facebook:active:before {
    right: 0;
}


.supro-off-canvas-panel .close-canvas-panel,
.supro-off-canvas-panel i.icon-plus {
    color: #ffffff;
}

.supro-off-canvas-panel .close-canvas-panel:hover,
.supro-off-canvas-panel i.icon-plus:hover {
    color: var(--accent-color);
}

/*a.fb-rogozaudio:hover, a.fb-januszrogoz:hover {
    border-bottom: 1px solid var(--accent-color);
}*/

/** HOVER END */
.entry-header .entry-cat {
    font-size: 20px;
    border-bottom: none;
}

.single-post .site-content {
    padding-top: 70px;
}

.single-post .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0;
}

.wp-block-button__link {
    border-radius: 0;
}

.single-post .entry-content .wp-block-button__link {
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 17px;
    border-color: #333333;
    border-style: solid;
    border-width: 2px;
    padding-left: 25px;
    padding-right: 25px;
}

.single-post .entry-content .wp-block-button__link:hover {
    border-color: var(--accent-color);
}

.single-post .entry-header .entry-cat {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-post .entry-title {
    font-weight: 300;
}

/** HOME REWARDS*/
.home .box-content h3 > span.supro-link {
    display: none;
}

.home-rewards .supro-images-box--carousel .box-content:hover {
    background-color: #fff;
    box-shadow: none;
}

.home-rewards .supro-left-arrow.slick-arrow,
.home-rewards .supro-right-arrow.slick-arrow {
    top: 48px;
}

.home-rewards-header-row .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-rewards-header-icon {
    margin-left: 20px;
}

.supro-images-box--carousel .box-content:hover {
    background-color: transparent;
    box-shadow: none;
}

.supro-images-box--carousel .box-content a:hover {
    transform: scale(1.2);
}

.supro-images-box--carousel .box-content a {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.home-reviews-button a.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
    width: 100%;
    margin-top: 25px;
}

/** HOME REWARDS END*/
.home-reviews .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    display: flex;
    align-items: center;
}

.vc_btn3-container.vc_btn3-right .vc_btn3.vc_btn3-color-#ffffff.vc_btn3-style-outline {
    border-color: #333333;
    color: #333333;
    text-transform: uppercase;
}

/** HOME STATISTICS */
.home-statistics-row .supro-icons-box {
    background-color: var(--grey-background);
}

.supro-icons-box ul {
    justify-content: space-evenly;
}

/** HOME STATISTICS END */
/**FOOTER */
.footer-layout.footer-layout-3 .footer-widget .widget_nav_menu li a {
    font-size: 12px;
    font-weight: 400;
}

.footer-layout.footer-layout-3 .footer-widget .footer-sidebar:last-child {
    text-align: left;
}

.site-footer .footer-widget {
    padding: 40px 0 15px;
}

.site-footer .widget .menu li {
    padding: 2px 0;
}

.site-footer .widget_nav_menu li a {
    font-weight: 300;
}

.site-footer .widget {
    margin-bottom: 20px;
}

.footer-layout.footer-layout-1.dark-skin .footer-copyright-row .footer-copyright {
    border: none;
}

.site-footer .footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
}

.site-footer p.footer-copyright {
    margin-bottom: 4px;
}

.footer-layout.dark-skin .widget_nav_menu li a:after {
    background-color: unset;
}

/**FOOTER END*/
/** SINGLE PRODUCT */
@media (min-width: 991px) {
    .woocommerce div.product.supro-product-layout-1 .product-images-wrapper {
        width: 70%;
    }

    .woocommerce div.product.supro-product-layout-1 .product-summary {
        padding-left: 20px;
        width: 30%;
    }
}

ol.flex-control-nav.flex-control-thumbs {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 662px) {
    ol.flex-control-nav.flex-control-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
    clear: none !important;
}

.woocommerce div.product.supro-product-layout-2 .supro-single-product-detail {
    margin-bottom: 0;
}

.woocommerce div.product .supro-single-product-detail {
    padding-bottom: 0;
    margin-bottom: 0;
}

h3.ordering-header {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.woocommerce div.product h1.product_title {
    font-weight: bold;
}

.supro-single-product span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

small.price-vat-inc {
    font-size: 16px;
}

html:lang(en) span.woocommerce-Price-currencySymbol {
    margin-right: 6px;
}

.woocommerce div.product .supro-single-product-detail .header-summary {
    margin-bottom: 0;
}

p.display-price-in-eur {
    margin-top: 0;
}

a.ordering-link {
    padding-bottom: 5px;
}

.ordering {
    margin-bottom: 9px;
}

a.ordering-phone-number {
    margin-top: 15px;
}

p.ordering-contact-hours {
    margin-bottom: 16px;
    margin-top: -3px;
}

.summary.entry-summary a {
    margin-bottom: 5px;
}

.summary.entry-summary a > i {
    margin-right: 11px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 -27px 50px -27px;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-transform: uppercase;
    border: 1px solid var(--accent-color);
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: var(--accent-color);
}

/** jeśli p. Joasia wybierze opis techniczny w ramach głównego opisu to poniższe css zostawić **/
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes {
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
    background: none;
    border-bottom: 1px solid var(--accent-color);
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs .panel .shop_attributes td {
    border-bottom: none;
}

/** jeśli p. Joasia wybierze opis techniczny w ramach głównego opisu to powyższe css zostawić **/

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

/** SINGLE PRODUCT END */
/** SAMPLERS **/
p.sampler-button a {
    padding: 7px 0 14px;
    text-align: center;
    letter-spacing: initial;
    margin: 18px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 50%;
}

.product-category-description p.sampler-button a {
    width: 100%;
}

p.sampler-button a img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

p.sampler-button a:hover img,
p.sampler-button a:focus img,
p.sampler-button a:active img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/** SAMPLERS END **/

/** PAGE REWARD-REVIEWS */

.reward-review p {
    padding-left: 25px;
    padding-right: 25px;
}

a .reward-review p:first-child {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: var(--accent-color);
}

a:hover .reward-review p {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: var(--accent-color);
}

.single-review-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reward-review {
    display: grid;
}

.reward-reviews .reward-review img {
    width: 150px;
    max-width: calc(100% / 4);
    padding: 10px;
}

.reward-review .review-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 662px) {
    .reward-review {
        grid-template-columns: 30% 70%;
    }

    .reward-reviews .reward-review img {
        width: 150px;
        max-width: calc(100% / 2);
    }
}

/** PAGE REWARD-REVIEWS END*/
.home-statistics-element .supro-icons-box i {
    color: var(--accent-color);
}

/** PRODUCT CATEGORY START */
.product-category-description.second-row .samplers-empty-column-spacer {
    display: none;
}

.product-category-list {
    padding-top: 75px
}

.product-category-list .vc_grid-item-mini {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-category-list .vc_grid-item-mini.vc_is-hover {
    /*opacity: 0.7;*/
}

.product-category-list .product-category-single-product-row {
    border-top: 1px solid var(--accent-color);
    padding: 5px 0 5px;
}

.product-category-list .vc_grid.vc_row .vc_grid-item {
    padding-right: 30px;
    padding-bottom: 50px;
}

.product-category-list .product-category-single-product-row .vc_gitem_row.vc_row {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-category-list .product-category-single-product-row .product-category-price {
    font-weight: 600;
    padding: 0 0 30px;
    font-size: 25px;
}

.product-category-list .product-category-single-product-row .product-category-single-product-right-column {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
}

.vc_gitem-post-data {
    margin-bottom: 7px;
}

.product-category-list .product-category-single-product-row .product-category-title h3 {
    margin-top: 0;
}

.product-category-list .product-category-single-product-row .category-product-rewards {
    display: flex;
    width: 100%;
    padding: 0 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product-category-list .product-category-single-product-row .category-product-rewards div {
    padding: 6px;
    background-size: 100% 100%;
    background-position: 0px 0px;
    max-width: calc(100% / 2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    aspect-ratio: 1 / 1;
}

.product-category-list .product-category-single-product-row .category-product-rewards img {
    max-width: 120px;
    width: 100%;
}

@media (min-width: 662px) {
    .product-category-list .product-category-single-product-row .category-product-rewards div {
        max-width: calc(100% / 3);
    }

    .product-category-list .product-category-single-product-row .vc_gitem_row.vc_row {
        flex-direction: row;
    }
}

.product-category-button.product-category-button-en,
.product-category-button.product-category-button-pl {
    display: none;
}

html:lang(pl) .product-category-button-pl {
    display: inline-block;
}

html:lang(en) .product-category-button-en {
    display: inline-block;
}

/** PRODUCT CATEGORY END */
.wpcf7 input[type="tel"] {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 25px;
    width: 100%;
}

.wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 25px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--accent-color);
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    border: 2px solid var(--accent-color);
}

.wpcf7-form .wpcf7-submit {
    margin-top: 0;
}

.contact-form p {
    margin-bottom: 0;
    margin-top: 0;
}

.catalogs-shortcode a {
    display: block;
}

/** DISTRIBUTORS */
.distributors-continent-header h1 {
    text-transform: uppercase;
    border-top: 1px solid var(--accent-color);
    padding: 20px 0 20px;
    border-bottom: 1px solid var(--accent-color);
    width: 100%;
}

.distributors-continent-row h3 {
    text-transform: uppercase;
}

.distributors-countries-row.vc_row.vc_row-fluid {
    margin-bottom: 20px;
}

.distributors-country .wpb_wrapper,
.distributors-country .wpb_wrapper p,
.diler,
.diler p {
    text-align: left;
}

/** DISTRIBUTORS END */
/** ARTYKUŁY */
.blog-list .read-more {
    padding-top: 3px;
}

.blog-list .read-more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.blog-wrapper .entry-metas {
    padding-bottom: 10px;
    margin: 15px -5px -15px -5px;
}

.single-post article a {
    border-bottom: 1px solid var(--accent-color);
}

.blog-list .no-thumb .entry-summary {
    padding-top: 20px;
}

.blog-list .entry-title {
    font-weight: 300;
    text-transform: uppercase
}

.blog-list .entry-summary {
    width: 100%;
}

/** ARTYKUŁY END */
/** WYSTAWY I GALERIA KLIENTÓW */
h2.wp-block-heading {
    margin-top: 0;
}

.page-template-template-gallery .wp-block-group h2.wp-block-heading {
    text-align: center;
    margin-top: 50px;
}

.page-template-template-gallery .wp-block-group:first-child .wp-block-heading {
    margin-top: 0;
}

.show-lightbox {
    cursor: pointer;
}

/** WYSTAWY I GALERIA KLIENTÓW END*/

#menu-stopka-pl-4-kolumna.menu li:last-child,
#menu-stopka-en-4-column.menu li:last-child {
    margin-top: 56px;
}

.footer-sidebar a {
    font-size: 13px;
}

.footer-sidebar a.share-facebook {
    text-transform: lowercase;
}

.error404 .site-content {
    padding-top: 70px;
    padding-bottom: 200px;
    position: relative;
}

.error404 .site-content p {
    display: inline;
}

.error404 .error-404 .page-content a {
    text-decoration: none;
}

/** POST START */
.single-post-wrapper .entry-header .entry-thumbnail img {
    width: auto;
    max-height: 50vh;
    margin-top: 30px;
}

.ose-embedpress-responsive,
iframe.embedpress-facebook--iframe {
    max-width: 95vw !important;
}
/** POST STOP */