/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* 
.tooltipster-base {
	width: 200px !important;
}
 */



/*** TOP BAR HEADER ***/

#top-bar.header-top {
    padding: 10px 0;
}
#top-bar.header-top .nav-small.nav>li.html {
    font-size: .8em;
}
#top-bar.header-top .cart-icon.image-icon {
    top: -4px;
}
#top-bar.header-top .header-cart-title {
    letter-spacing: .05em;
    padding-right: 10px;
}
#header .header-top .call-number a {
    color: #fff;
}


@media only screen and (max-width: 549px) {
    #header #logo img {
        max-height: 40px !important;
    }
    #header .stuck #logo img {
        max-height: 40px!important;
    }
    #header .nav>li>a>i.icon-menu {
        font-size: 2.2em;
        color: #360033;
    }
    #header .header-top .call-number a {
        color: #fff;
    }
}



.slider-wrapper .slider-exogen .banner-bg.fill::after {
    position: absolute;
    width: 587px;
    height: 499px;
    background-image: url('img/exogen-cover01.png');
    display: block;
    content: '';
    left: 45%;
    top: 10%;
    transform: scale(0.7);
}
.slider-wrapper .slider-osteotron .banner-bg.fill::after {
    position: absolute;
    width: 313px;
    height: 467px;
    background-image: url('img/osteotron-cover01.png');
    display: block;
    content: '';
    left: 50%;
    top: 10%;
    transform: scale(0.85);
}
/*
.slider-wrapper .slider-osteotron .banner-bg.fill::after {
    position: absolute;
    width: 484px;
    height: 320px;
    background-image: url('img/osteotron-cover02.png');
    display: block;
    content: '';
    left: 50%;
    top: 10%;
    transform: scale(0.9);
}
*/





a.button.primary {
	background-color: #4E0045 !important;
	transition: 150ms ease-in-out all;
	color: #fff;
}
a.button.primary:hover {
	background-color: #089AA8 !important;
}

a.button.primary.outline {
	background-color: transparent !important;
	transition: 150ms ease-in-out all;
	color: #4E0045;
	border: 2px solid #4E0045 !important;
}
a.button.primary.outline:hover {
	background-color: transparent !important;
	transition: 150ms ease-in-out all;
	color: #089AA8;
	border: 2px solid #089AA8 !important;
	box-shadow: none;
}





/*** STRONA STARTOWA ***/

.section {}
.section .section-heading h2 {
	font-size: 2.2em;
	color: #34072E;
}
.section .lead {
	font-size: 1.2em;
	color: #555555;
}


@media only screen and (max-width: 549px) {
    .section .section-heading h2 {
        font-size: 1.6em;
    }
    .section .lead {
        font-size: 1em;
    }
}





.section.section-cover {
    padding-top: 0 !important;
}

.section.section-cover h2 {
	font-size: 3.1em;
	line-height: 1.1;
	color: #34072E;
}
.section.section-cover p {
	font-size: 1.5em;
	color: #34072E;
	line-height: 1.5;
	margin-bottom: 2em;

}

.section.section-cover a.button.primary {
	border-radius: 90px !important;
	padding: 0 30px;
	font-size: 17px;
}


.section.section-cover .bg.fill.bg-fill.bg-loaded {
	background-position: top right;
	background-size: contain;
}



@media only screen and (max-width: 549px) {

    .section.section-cover .bg.fill.bg-fill.bg-loaded {
        background-position: top right;
        background-size: 130% !important;
    }
    .section.section-cover h2 {
        margin-bottom: 25px;
    }
    .section.section-cover .slider-wrapper .slider-osteotron h2 {
        margin-bottom: 5px;
    }
    .section.section-cover .slider-wrapper .slider-osteotron h4 {
        margin-bottom: 20px;
    }
    .section.section-cover a.button.primary {
        font-size: 15px;
        margin-right: 0;
    }
    
    
    .section.section-cover .slider-wrapper .slider-exogen .banner-bg.fill::after {
        position: absolute;
        width: 300px;
        height: 255px;
        background-image: url('img/exogen-cover01.png');
        background-size: 300px 255px;
        display: block;
        content: '';
        left: -4%;
        top: 10%;
        transform: scale(0.7);
    }
    .section.section-cover .slider-wrapper .slider-osteotron .banner-bg.fill::after {
        position: absolute;
        width: 200px;
        height: 298px;
        background-image: url('img/osteotron-cover01.png');
        background-size: 200px 298px;
        display: block;
        content: '';
        left: 0;
        top: 0;
        transform: scale(0.7);
    }
    
    .section.section-cover .slider-wrapper .flickity-prev-next-button {
        display: block;
        top: 10%;
    }
    .section.section-cover .slider-nav-circle .flickity-prev-next-button svg {
        border: 0px solid;
    }
    
    
    
}




.section.section-offer {}

.section.section-offer .row-head {
	margin-bottom: 10px;
}
.section.section-offer .row-head .col-inner {
	width: 60%;
	margin: 0 auto;
}
.section.section-offer .row-head .col-inner .lead {
	color: #555555;
	text-align: center;
}

.section.section-offer .offer-tiles .item .col-inner {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 30px 30px 40px;
	position: relative;
	overflow: hidden;
	transition: 150ms ease-in-out all;
}
.section.section-offer .offer-tiles .item .col-inner:hover {
	padding-bottom: 90px;
}
.section.section-offer .offer-tiles .item .col-inner .img {
	margin-bottom: 2em;
	transition: 150ms ease-in-out all;
}

.section.section-offer .offer-tiles .item .col-inner:hover .img {
	width: calc(75% - 50px) !important;
}
.section.section-offer .offer-tiles .item .col-inner h3 {
	font-size: 1.6em;
	color: #34072E; 
}
.section.section-offer .offer-tiles .item .col-inner p {
}
.section.section-offer .offer-tiles .item .col-inner a.button {
	position: absolute;
	bottom: 10px;
	left: 30px;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 0;
	border-radius: 90px !important;
	padding: 0 30px;
	font-size: 15px;
	transition: 150ms ease-in-out all;
	opacity: 0;
}
.section.section-offer .offer-tiles .item .col-inner:hover a.button {
	bottom: 40px;
	opacity: 1;
} 




.section.section-offer .row-reviews .ti-reviews-container .ti-review-item .ti-inner {
	background: #fff !important;
}
.section.section-offer .row-reviews .ti-reviews-container .ti-review-item .ti-inner .ti-review-content {
	color: #777;
}
.section.section-offer .row-reviews .ti-reviews-container .ti-review-item .ti-read-more span {
	color: #555 !important;
}
.section.section-offer .row-reviews .ti-reviews-container .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-name {
	color: #555;
}
.section.section-offer .row-reviews .ti-reviews-container .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-date {
	color: #555;
}
.section.section-offer .row-reviews .ti-rating-text span,
.section.section-offer .row-reviews .ti-rating-text span strong {
	color: #777 !important;
}




@media only screen and (max-width: 549px) {
    .section.section-offer .row-head .col-inner {
	   width: 100%;
    }
    .section.section-offer .offer-tiles .item .col-inner {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding: 20px 30px 30px;
    }
    .section.section-offer .offer-tiles .item .col-inner:hover {
        padding: 20px 30px 30px;
    }
    .section.section-offer .offer-tiles .item .col-inner .img {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
        margin-right: 7%;
        margin-bottom: 0;
    }
    .section.section-offer .offer-tiles .item .col-inner h3 {
        flex: 0 0 68%;
        max-width: 68%;
        font-size: 1.4em;
    }
    .section.section-offer .offer-tiles .item .col-inner p {
        font-size: 0.94em;
        padding-top: 15px;
    }
    .section.section-offer .offer-tiles .item .col-inner a.button {
        position: relative;
        opacity: 1;
        bottom: inherit;
        left: inherit;
        font-size: 14px;
    }
    .section.section-offer .offer-tiles .item .col-inner:hover a.button {
        bottom: inherit;
        opacity: 1;
    } 
    
}




.term-6040 .category-osteotron-desc {}
.term-6040 .category-osteotron-desc ul {
	margin-left: 40px;
	font-size: 0.8em;
}









.section.section-exogen .lead {
	padding-right: 25%;
}

.section.section-exogen .buttons-group {
	margin-top: 40px;
}
.section.section-exogen .buttons-group a.button {
	border-radius: 90px !important;
	padding: 0 30px;
	font-size: 15px;
	transition: 150ms ease-in-out all;
}
.section.section-exogen .badge-label {
	color: #089AA8;
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (max-width: 549px) {
    .section.section-exogen {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section.section-exogen h2 {
        margin-bottom: 0.2em;
    }
    
    .section.section-exogen .lead {
        padding-right: 0;
    }
    .section.section-exogen .buttons-group {
        text-align: center;
        margin-top: 30px;
    }
    .section.section-exogen .buttons-group a.button {
        font-size: 14px;
        margin-right: 0;
    }
    .section.section-exogen .gallery-col.col {
        padding-bottom: 10px;
    }
    .section.section-exogen .row .row:not(.row-collapse) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    
    
}



.section.section-reviews {
	padding: 50px 0 30px !important;
}
.section.section-reviews .ti-widget.ti-goog .ti-review-item>.ti-inner {
	background-color: transparent !important;
	border-color: rgba(255,255,255,0.2) !important;
	border-width: 0 !important;
}
.section.section-reviews .linktogoogle {
	text-align: center;
	padding-top: 15px;
}
.section.section-reviews .linktogoogle a {
	color: #fff;
	opacity: 0.5;
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
}



.section.section-reviews .homepage-posts-darkstyle .box.box-default {
	background-color: rgb(78, 0, 69);
}
.section.section-reviews .homepage-posts-darkstyle .box.box-default .box-text {
	padding-left: 0;
	padding-right: 1.2em;
	color: rgba(255, 255, 255, .6)
}
.section.section-reviews .homepage-posts-darkstyle .box.box-default .box-text .post-title a {
	color: rgba(255, 255, 255, .8)
}
.section.section-reviews .homepage-posts-darkstyle .box.box-default .box-text .post-title a:hover {
	color: rgba(255, 255, 255, 1)
}


@media only screen and (max-width:849px) {
	.section.section-reviews .homepage-posts-darkstyle {
		margin-left: 0;
		margin-right: 0;
	}
}




@media only screen and (max-width: 549px) {
    .section.section-reviews {
        padding: 40px 10px 30px !important;
    }
	
	.section.section-reviews .homepage-posts-darkstyle .box.box-default .box-text .post-title.is-larger {
		font-size: 1.4em;
	}
}




.section.section-cooperation .buttons-group a.button {
	border-radius: 90px !important;
	padding: 0 30px;
	font-size: 15px;
	transition: 150ms ease-in-out all;
}



@media only screen and (max-width: 549px) {
    .section.section-cooperation {
        padding: 0 !important;
        min-height: auto !important;
    }
    .section.section-cooperation.show-for-small h2 {
        text-align: center;
    }
    .section.section-cooperation.show-for-small .lead {
        text-align: center;
    }
    .section.section-cooperation .buttons-group {
        text-align: center;
    }
    .section.section-cooperation .buttons-group a.button {
        font-size: 14px;
        margin-right: 0;
    }
}



.section.section-partners {}
.section.section-partners .partners-list .col-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 20px;
}
.section.section-partners .partners-list .col-inner .item {
    flex: 1 0 0;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    transition: all ease-out 150ms;
}
.section.section-partners .partners-list .col-inner .item:hover {
    border: 1px solid #089AA8;
}
.section.section-partners .partners-list .col-inner .item a {
    display: block;
}
.section.section-partners .partners-list .col-inner .item .logo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.section.section-partners .partners-list .col-inner .item .label {
    padding: 0 15px 20px;
}

@media only screen and (max-width: 1200px) {
    .section.section-partners .partners-list .col-inner {
        gap: 2%;
    }
    .section.section-partners .partners-list .col-inner .item {
        flex: inherit;
        width: calc(96% / 3);
    }
}
@media only screen and (max-width: 767px) {
    .section.section-partners .partners-list .col-inner .item {
        flex: inherit;
        width: calc(96% / 2);
    }
    .section.section-partners .partners-list .col-inner .item .label {
        font-size: 14px;
    }
}



.section.section-partners .partners-list-new .carousel-slider__item a {
	display: block;
}
.section.section-partners .partners-list-new .carousel-slider__item a img {
	border: 1px solid #e5e5e5;
    border-radius: 8px;
	padding: 10px;
	transition: all ease-out 150ms;
}
.section.section-partners .partners-list-new .carousel-slider__item a:hover img {
	border: 1px solid #089AA8;
}
.section.section-partners .partners-list-new .carousel-slider__item a .title {
	font-weight: 600;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
	.section.section-partners .partners-list-new .carousel-slider__item a .title {
		font-size: 14px;
		padding: 0;
	}
}







.section.section-products {}
.section.section-products {
    padding-bottom: 30px !important;
}
.section.section-products .product-small .col-inner {
    border-top: 1px solid #eee;
}
.section.section-products .product-small .box-image {
    padding: 5px 30px;
}




.section.section-contact {
    padding-bottom: 80px !important;
}
.section.section-contact .contactform {}
.section.section-contact .contactform  .warunek label {
    font-size: 0.9em;
}

.section.section-contact .contactform .wpforms-submit {
    background-color: #4E0045 !important;
    transition: 150ms ease-in-out all;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    min-height: auto;
    max-height: inherit;
    height: auto;
    line-height: 1em;
    font-weight: bolder;
    letter-spacing: .03em;
    padding: 12px 36px;
    border-radius: 90px !important;
}
.section.section-contact .contactform .wpforms-submit:hover {
	background-color: #089AA8 !important;
}


@media only screen and (max-width: 549px) {
    .section.section-contact {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0 !important;
    }
    .section.section-contact .contactform .wpforms-submit {
        width: 100%;
        font-size: 16px;
    }
}




.section.section-cookies {
    font-size: 0.9em;
}
.section.section-cookies .col {
    padding-bottom: 20px;
}
.section.section-cookies .is-divider {
    margin: 1em 0 2em;
}


@media only screen and (max-width: 549px) {
    .section.section-cookies {
        font-size: 0.8em;
    }
}



.section.section-footer {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
.section.section-footer h4 {
    color: #34072E;
}
.section.section-footer .col {
    padding-bottom: 0;
}

.section.section-footer .ux-menu-link__link {
    min-height: auto;
    padding-top: 0;
}

.section.section-footer .phone-box,
.section.section-footer .email-box {
    text-align: right;
    margin-bottom: 5px;
}
.section.section-footer .phone-box a,
.section.section-footer .email-box a {
    color: #34072E;
    font-weight: 600;
}
.section.section-footer .phone-box a:hover,
.section.section-footer .email-box a:hover {
    text-decoration: underline;
}
.section.section-footer .phone-box a {
    font-size: 26px;
    position: relative;
}
.section.section-footer .phone-box a::before {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('img/phone-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    content: '';
    position: absolute;
    top: 0;
    left: -46px;    
}


.section.section-footer .email-box a {
    font-size: 20px;
}
.section.section-footer .social-icons {
    margin-top: 50px;
}
.section.section-footer .social-icons a {
    color: #34072E;
}
footer .absolute-footer .container ul {
    border-bottom: 0;
}

footer .absolute-footer .menu-footer-container .footer-nav a {
    color: rgb(85, 85, 85);
}




@media only screen and (max-width: 48em) {
    
    .section.section-footer .phone-box,
    .section.section-footer .email-box {
        text-align: left;
    }
    .section.section-footer .phone-box {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section.section-footer .phone-box a::before {
        display: none;
    }
    .section.section-footer .phone-box a::after {
        display: block;
        width: 32px;
        height: 32px;
        background-image: url('img/phone-icon.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 32px 32px;
        content: '';
        position: absolute;
        top: 0;
        right: -46px;    
    }
    .section.section-footer .social-icons {
        text-align: left !important;
    }
    .section.section-footer .social-icons a {
        font-size: 1.4em;
    }
}

.section.section-bazawiedzy h2.has-block,
.section.section-bazawiedzy .divider {
	display: none;
}









/*** STRONA PRODUKTU ***/

.woocommerce .product .product-main {
	padding-bottom: 0;
}

.woocommerce .product .product-title.product_title.entry-title {
	color: #34072E;
}



.product .product-info #wapo-total-price-table {}
.product .product-info #wapo-total-price-table .wapo-total-options,
.product .product-info #wapo-total-price-table .wapo-product-price {
    display: none;
}
.product .product-info #yith-wapo-container .wapo-addon-title {
    font-size: 1em;
}
.product .product-info .elex-ppct-after-text {
	font-weight: 400;
	font-size: 0.8em;
}

.product .product-info .select2-container,
.product .product-info .thwepo_tooltip {
	z-index: 999;
}

.select2-container .select2-search {
	display: none;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 300px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
}
.product .product-info .extra-options.thwepo_default_style .label-tag {
	font-size: 1.2em;
	padding-top: 0;
	padding-bottom: 5px;
}
.postid-23468 .product .product-info .extra-options.thwepo_default_style .label-tag {
	padding-top: 0;
}
.product .product-info .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 1.1em;
}
.product .product-info .thwepo-price-table {
	font-size: 1.2em;
}
.product .product-info .thwepo-price-table .extra-price {
	display: none;
}
.product .product-info  .about-treatment-text {
	line-height: 1.4;
	padding-top: 30px;
}


.product-main .product-info .next-prev-thumbs.is-small.show-for-medium {
    display: none !important;
}

.product-info.summary .variations_form {
	padding-top: 20px;
}

.product-info.summary {}
.product-info.summary .variations tr {
	display: block;
}
.product-info.summary .variations tr .label {
	display: block;
	padding-bottom: 0;
}
.product-info.summary .variations tr .label label {
	font-size: 1.2em;
	padding-bottom: 0;
}
.product-info.summary .variations tr .value {
	display: block;
}
.product-info.summary .variations tr .value select {
	font-size: 1.1em;
	margin-top: 0;
}

.product-info.summary .single_variation_wrap .yith-wapo-container.yith-wapo-form-style-theme {
	display: none;
}



@media only screen and (max-width: 549px) {
	.product .product-info .extra-options tbody {
		display: block;
	}
}

.product .button-wypozycz {
	margin-left: 15px;
	margin-top: -4px;
}
@media only screen and (max-width: 549px) {
	.product .button-wypozycz {
		margin-left: 0;
		margin-top: 0;
	}
}





.product .box-info-dostepnosc {
	display: none;
	background-color: #fff;
/* 	background-image: url(https://www.inmedo.pl/wp-content/uploads/2023/06/info-3.png);
	background-position: top 0 left 0;
	background-repeat: no-repeat;
	background-size: 24px 24px; */
/* 	border: 1px solid #ed9b40; */
/* 	border-radius: 4px; */
	padding: 0 0 0 0;
	margin-bottom: 25px;
	color: #333;
}
.product .box-info-dostepnosc a {
	font-weight: 600;
}
.product .box-info-dostepnosc a:hover {
	text-decoration: underline;
}

.woocommerce.postid-29 .product .box-info-dostepnosc,
.woocommerce.postid-237 .product .box-info-dostepnosc,
.woocommerce.postid-2612 .product .box-info-dostepnosc,
.woocommerce.postid-21437 .product .box-info-dostepnosc,
.woocommerce.postid-22663 .product .box-info-dostepnosc,
.woocommerce.postid-22761 .product .box-info-dostepnosc,
.woocommerce.postid-22815 .product .box-info-dostepnosc {
	display: block;
}



.product .box-info-outofstock {
    
	background-color: #ebf5fb;
	background-image: url('img/info-blue.png');
	background-position: top 12px left 15px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid #0d9cee;
	border-radius: 4px;
	padding: 10px 20px 12px 55px;
	margin-bottom: 25px;
    margin-top: 30px;
	color: #333;
}
.product .box-info-outofstock strong {
	display: block;
	margin-bottom: 10px;
}


.product .box-info-outofstock a {
	font-weight: 600;
}
.product .box-info-outofstock a:hover {
	text-decoration: underline;
}



.woocommerce.postid-21538 .product .box-info-outofstock strong {
	display: none;
}




.woocommerce.postid-29 .product .cart .single_add_to_cart_button,
.woocommerce.postid-29 .product .product_meta {
	display: none;
}



.woocommerce .product .section.three_benefits {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce .product .section.three_benefits h3 {
	color: #47003b;
	line-height: 1.4;
	margin-bottom: 0;
}
.woocommerce .product .section.three_benefits .icon-box:hover .has-icon-bg .icon .icon-inner {
	background-color: inherit;
	border-color: #47003b;
}





.woocommerce .product .box-review-google {
	padding-bottom: 50px;
	padding-top: 30px;
}

.woocommerce .product .box-review-google .forall {
	display: block;
}
.woocommerce .product .box-review-google .forexogen {
	display: none;
}
		.postid-21493.woocommerce .product .box-review-google .forall,
		.postid-29.woocommerce .product .box-review-google .forall,
		.postid-22863.woocommerce .product .box-review-google .forall,
		.postid-416.woocommerce .product .box-review-google .forall,
		.postid-284.woocommerce .product .box-review-google .forall {
			display: none;
		}
		.postid-21493.woocommerce .product .box-review-google .forexogen,
		.postid-29.woocommerce .product .box-review-google .forexogen,
		.postid-22863.woocommerce .product .box-review-google .forexogen,
		.postid-416.woocommerce .product .box-review-google .forexogen,
		.postid-284.woocommerce .product .box-review-google .forexogen {
			display: block;
		}



.woocommerce .product .box-review-google .ti-reviews-container .ti-review-item .ti-inner {
	background: #fff !important;
}
.woocommerce .product .box-review-google .ti-reviews-container .ti-review-item .ti-inner .ti-review-content {
	color: #777;
}
.woocommerce .product .box-review-google .ti-reviews-container .ti-review-item .ti-read-more span {
	color: #555 !important;
}
.woocommerce .product .box-review-google .ti-reviews-container .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-name {
	color: #555;
}
.woocommerce .product .box-review-google .ti-reviews-container .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-date {
	color: #555;
}
.woocommerce .product .box-review-google .ti-rating-text span,
.woocommerce .product .box-review-google .ti-rating-text span strong {
	color: #777 !important;
}

@media only screen and (max-width: 549px) {
	.woocommerce .product .box-review-google {
		padding-left: 10px;
		padding-right: 10px;
	}
}


.woocommerce .product table.variations {
	margin-bottom: 0;
}
.woocommerce .product .single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
}





/**** ARTYKUŁ BLOGA ****/

.single-post .page-title.blog-featured-title .title-overlay.fill {
	background-color: rgba(0,0,0,.4) !important;
}
.single-post .page-title.blog-featured-title .page-title-inner {
	min-height: 400px !important;
}
.single-post .page-title.blog-featured-title .bg-top {
	background-position: center center;
}
.single-post .page-title.blog-featured-title .entry-title {
	font-size: 2.2em;
}
.single-post .blog-single .has-shadow {
	box-shadow: none;
}
.single-post .blog-single .wp-block-simpletoc-toc {
	border-left: 2px solid #089AA8;
	padding: 20px 40px;
	margin-left: 40px;
	margin-bottom: 60px;
	margin-top: 40px;
}
.single-post .blog-single .wp-block-simpletoc-toc .simpletoc-title {
	color: #089AA8;
}
.single-post .blog-single .wp-block-simpletoc-toc .simpletoc-list a:hover {
	color: #089AA8;
	text-decoration: underline;
}
.single-post .blog-single h2 {
	color: #34072E
}


.single-post .blog-info-box {
	background-color: #ebf5fb;
	background-image: url('img/info-blue.png');
	background-position: top 12px left 15px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid #0d9cee;
	border-radius: 4px;
	padding: 10px 20px 12px 55px;
	margin-bottom: 25px;
    margin-top: 30px;
	color: #333;
}

.single-post .wp-block-image .wp-element-caption {
	text-align: right;
}






@media only screen and (max-width: 549px) {
	.single-post .blog-single .wp-block-simpletoc-toc {
		border-left: 2px solid #089AA8;
		padding: 20px 40px;
		margin-left: 0;
		margin-bottom: 40px;
		margin-top: 20px;
	}
 .single-post .blog-single .post-intro {
		font-size: 1.1em !important;
	}
}

.single-post .blog-single .bibliografia-box {padding-top: 50px;}
.single-post .blog-single .bibliografia-box ul ul {
	margin: 0;
}

.single-post .section-author {
	padding-left: 0;
	padding-right: 0;
	margin-top: 50px;
}







/*** ARCHIVE CATEGORY ***/

.archive.woocommerce-page .shop-page-title.category-page-title.page-title {
	display: none;
}
.archive.woocommerce-page .term-description h1 {
	font-size: 2em;
	color: #34072E;
	margin-bottom: 1.4em;
}

@media only screen and (max-width: 549px) {
	.archive.woocommerce-page .term-description h1 {
		font-size: 1.6em;
	}
}



/*** PODSUMOWANIE ZAMOWIENIA ***/

.woocommerce-checkout .woocommerce-billing-fields .thwcfd-field-radio a {
	color: #560050;
	text-decoration: underline;
}

.woocommerce-checkout #payment .payment_methods > .wc_payment_method.payment_method_bluemedia > label {
	display: inline;
}





/*** PRODUKT KONSUKTACJA LEKARSKA ***/

.product-footer .related.related-products-wrapper .box-image .out-of-stock-label {
	display: none;
}
.postid-21538 .box-review-google {
	display: none;
}
.woocommerce.postid-21538 .product .box-info-outofstock {
	display: none;
}




/*** PAKIETY ***/

.pakiety-nazwapakietu h2 {
	font-size: 36px;
	color: #34072E;
	margin-bottom: 10px;
}
.pakiety-buttonkontakt:hover {
	color: #fff !important;
}
