/*
Theme Name: Dottore
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

body{
font-family: 'Montserrat', sans-serif;
}


/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.container-przelaczniki {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Odstęp między przełącznikami */
}

.switcher {
    display: flex;
    align-items: center;
}

.language-switcher {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.language-switcher li {
    margin: 0 5px;
}

.language-item img {
    width: 24px;
    height: 24px;
    border-radius: 50%; /* Kółeczko */
    border: 1px solid #ccc; /* Opcjonalny obramowanie */
    object-fit: cover; /* Dopasowanie grafiki bez zniekształceń */
}

#currency-switcher {
    font-size: 14px; /* Dopasuj wielkość czcionki */
}


@media (max-width: 479px) {
    .summary .product-navigation {
        display: none;
    }
}
@media (max-width: 940px) {
    .summary .product-navigation {
        display: none;
    }
}


/*
.cwginstock-subscribe-form {
    max-width: 600px;
    margin: auto;
}



.swal2-popup {
    width: 90%; 
    max-width: 600px;
    min-width: unset;
    padding: 1.25em 1.5em;
    font-size: inherit;
    box-sizing: border-box;
}


@media (max-width: 600px) {
    .swal2-popup {
        width: 95%;
        padding: 1em;
    }
}
*/


.swal2-content {
    padding: 0!important;
    margin: 0 auto!important;
    width: 100%;
}

.swal2-popup {
    width: auto!important;
    padding: 0!important;
}

.cwginstock-subscribe-form .panel {
    margin-bottom: 0px!important;
    border: 0px!important;
}

/* Nagłówek */
.cwginstock-panel-heading {
    background-color: #00665E;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

/* Stylizacja pól formularza */
.cwgstock_name,
.cwgstock_email {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 12px;
    border: 2px solid #00665E;
    border-radius: 5px;
    text-align: center;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 10px;
}

.cwgstock_name:focus,
.cwgstock_email:focus {
    border-color: #004d47;
    box-shadow: 0 0 5px rgba(0, 102, 94, 0.5);
}

/* Stylizacja checkboxa */
.cwg_iagree_checkbox {
    font-size: 12px;
    text-align: center;
    margin: 20px;
}

.cwg_iagree_checkbox_input {
    accent-color: #00665E;
}

/* Linki w zgodzie */
.cwg_iagree_checkbox a {
    color: #00665E;
    text-decoration: none;
    font-weight: bold;
}

.cwg_iagree_checkbox a:hover {
    text-decoration: underline;
}

.cwgstock_button {
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 12px;
    background-color: #00665E;
    color: #ffffff;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: auto;
}

.cwgstock_button:hover {
    background-color: #004d47;
    transform: scale(1.05);
}

.cwgstock_button:active {
    background-color: #003934;
    transform: scale(0.98);
}


.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: #00665E;;
    border-color: #00665E;;
}


.cwg_popup_submit {
    display: block; /* Umieszcza przycisk w nowej linii */
    width: 100%; /* Możesz dostosować szerokość, np. max-width: 300px; */
    max-width: 300px; 
    background-color: #00665E; /* Kolor primary (możesz dostosować do stylu strony) */
    color: #ffffff; /* Biały tekst */
    padding: 12px 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom: 20px;
}

.cwg_popup_submit:hover {
    background-color: #013530; /* Ciemniejszy odcień przy najechaniu */
    transform: scale(1.05);
}

.cwg_popup_submit:active {
    background-color: #00665E; /* Jeszcze ciemniejszy odcień po kliknięciu */
    transform: scale(0.98);
}



.bypostauthor {
  display: block;
}

.fab {
color: #fff;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.wp-block-navigation-item__content.wp-block-navigation-submenu__toggle {
width: 50%;
float: left;
}


.wp-block-navigation__submenu-container.isHorizontal {
width: 50%;
float: left;
}

.p-h3 {
    margin-bottom: 0;
    font-size: calc(1.6rem* var(--rio-typo-ratio, 1))!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #00665E;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}



/*************** TREŚĆ  ***************/


.main-content a:not(.btn) {
    color: #00665E;
}


.pager-link-title {
    color: #00665E;
}


a.btn-primary:not(.btn-outline) {
    color: white;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

/*************** TREŚĆ  ***************/


.footer-links a {
    color: #fff!important;
}

.footer-links a:hover {
    color: #42c7bd!important; 
}

.elementor-element-0136470 p{
    color: #fff!important;
}

/*************** MENU MOBILE  ***************/


.mobile-icon-bar span {
    text-align: center;
}

.mobile-icon-bar{
    background-color: #15726B !important;
    color: #fff;
}


.mobile-icon-bar a:hover{
    background-color: #15726B !important;
    color: #35B1A8;
}

.mobile-menu-container {
    background: #fff;
		
}

.mobile-menu-overlay {
    background: var(--e-global-color-primary );
}

.mobile-menu-container .mobile-menu {
    background: #fff;
    color: var(--e-global-color-primary );
}

.mobile-menu li:not(:last-child) {
    border-bottom: 0px solid #2e3237;
}

.menu-switcher-mobile {
    display: flex;
    color: var(--e-global-color-primary );
    padding-bottom: 10px;
    margin-top: 10px;
}

#currency_sel_widget-3 {
    flex: 1;
}

#block-5 {
    flex: 1;
    margin-top: 10px;
}

.menu-switcher-mobile .wcml-dropdown {
    width: 0;
}

.menu-switcher-mobile .widget .wcml-dropdown ul li {
    width: 100px;
}

.mobile-menu-container {
    padding: 3rem 2rem 1.5rem 2rem;	
}

.category-wrap:hover h3 a {
    color: #fff;
}

/*************** BLOG  ***************/


.post-details .post-title {
    color: #00665E;
}
.post-details .wp-block-rank-math-toc-block {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 30px 0px;
    border-radius: 5px;
    max-width: 500px;
}

.post-details .wp-block-rank-math-toc-block h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 0px 20px;
}

.post-details .wp-block-rank-math-toc-block li {
    list-style-type: none;
    margin-bottom: 0rem;
}

.post-details .wp-block-rank-math-toc-block ul {
    list-style-type: none;
    margin-bottom: 0rem;
}

.post-details .wp-block-rank-math-toc-block li:before {
    content: "▸";
    margin-right: 5px;
}

.post-details .wp-block-rank-math-toc-block a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.post-details .wp-block-rank-math-toc-block a:hover {
    color: #00665E;
}

.post-content h2, h3, h4, h5, h6 {
    color: #00665E; 
    padding-top: 20px;
    font-size: calc(2.0rem * var(--rio-typo-ratio,1));
}

.post-content a {
    color: #00665E;
}

.bypostauthor {
  display: block;
}

.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
  color: #fff!important;
  border-radius: 10px;
}

.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
  background-color: #42c7bd;
}


/*************** BLOG INNE  ***************/


/* Styl dla kontenera kategorii */

ul.nav-filters {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

ul.nav-filters li {
    margin-right: 15px;
    position: relative;
}

ul.nav-filters li:last-child {
    margin-right: 0;
}

/* Styl dla linków kategorii */
ul.nav-filters li a {
    text-decoration: none;
    padding: 8px 1px;
    color: var(--e-global-color-primary );
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

ul.nav-filters li a.active {
    color: var(--e-global-color-primary );
}

ul.nav-filters li a span {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 10px;
    color: #999;
}

/* Styl dla licznika postów */

ul.nav-filters li span {
    display: inline-block;
    padding: 0px 6px;
    background-color: var(--e-global-color-primary );
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
}	

ul.nav-filters {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--e-global-color-primary );
}



/*************** KOSZYK  ***************/

.woocommerce-cart-form__contents thead th {
    color: #00665E;
}

.woocommerce-cart-form__contents th.product-price {
    color: #00665E;
}

.wc-proceed-to-checkout .button, .woocommerce-checkout-review-order .button {
    border-radius: 2px;
    border-color: #00665E;
    background-color: #00665E;
    color: #fff !important;
}

.form-row label:not(.checkbox) {
    text-transform: none;
}

.payment_box.payment_method_cod {
    padding-left: 0rem !important;
}

.woocommerce-checkout-payment [class^="payment_method_przelewy24"] label img, .woocommerce-checkout-payment [class*=" payment_method_przelewy24"] label img {
    margin-left: 60px; 
    max-height: 50px;
}

li.payment_method_ppcp label:first-of-type img {
   float: none;
    margin-left: 100px;
}

ul.woocommerce-shipping-methods span.woocommerce-Price-amount.amount {
    font-weight: 700;
}

ul.woocommerce-shipping-methods label:contains("darmowa wysyłka") {
    font-weight: 700;
}

.container .woo-page-header .breadcrumbs {
  font-size: calc(1.2rem * var(--rio-typo-ratio, 1));
}

.container .woo-page-header {
 border: 2px solid #00665E;
}

.woocommerce-form-coupon-toggle {
  background: #ccc;
}


/*************** PRODUKT  ***************/

.price {
    color: #00665E;
}

.woocommerce-loop-product__title {
    margin-top: 3px;
    color: #00665E;
    font-weight:700;
    font-size: calc(1.6rem * var(--rio-typo-ratio,1));
    text-transform: none;
    letter-spacing: -0.05em;
}

.main-content .woocommerce-loop-product__subtitle {
    color: #00665E;
    font-weight: 500;
    font-size: calc(1.3rem * var(--rio-typo-ratio,1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
    font-family: var(--rio-body-font-family),sans-serif;
    line-height: normal;
    letter-spacing: -0.05em;
}

.single-product .header {
    border-bottom: 1px solid #e1e1e1;
}


.summary.entry-summary .product_title {
    font-size: calc(3.2rem * var(--rio-typo-ratio,1));
    color: #00665E;
}

.summary.entry-summary .product_subtitle {
    color: #319E96;
    text-transform: uppercase;
    font-size: calc(1.5rem * var(--rio-typo-ratio,1));
}

@media (min-width: 575px) {
    .summary.entry-summary .product_subtitle {
        width: 80%; /* szerokość na urządzeniach mobilnych */
    }
}

.iworks-omnibus {
    color: #00665E;
}

.related h2, .up-sells h2, .cross-sells h2, .post-single .title {
    color: #00665E;
    text-transform: none;
}

.accordion .card-header {
    color: #00665E;
    text-transform: none;
}

.product-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px;
    align-items: center; 
}

.product-header {
    flex: 1;
    width: 50%;
    box-sizing: border-box;
}

.product-header .product-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00665E;
}

.product-header .product-text {
    margin-bottom: 30px;
}

.product-card .product-image {
    flex: 1;
    width: 100%;
}

.product-card .product-image img {
    display: block;
    width: 100%;
    height: auto;
}

.product-card .card1 {
    padding-right:30px;
}

.product-card .card2 {
    padding-left:30px;
}

@media (max-width: 768px) {
    .product-card .card1 {
        padding:0px;
    }

    .product-card .card2 {
        padding:0px;
    }

    .product-card {
        padding: 10px;
    }

    .product-header {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0; /* Reset marginesu po prawej stronie na mniejszych ekranach */
    }
}


.product-promo {
    display: flex;
    background-color: #EBEBEB;
    margin-bottom: 20px;
    margin-top: 40px;
    height: 60px;
}

.product-promo .promo-text {
    position: relative;
    bottom: 20%;
    font-size: calc(2.4rem * var(--rio-typo-ratio,1));
    color: #00665E;	
    line-height: 26px;
    margin-right: 20px;
    padding-left: 50px;
}

.product-promo .highlight {
    color: #00665e;
    font-weight: 700;
}

.product-promo .promo-image {
    flex: 1;
    position: relative;
    bottom: 50%;
}

.product-promo .promo-image img {
    width: 150px;
    height: auto;
}

@media (max-width: 768px) {
    .product-promo .promo-text {
        font-size: calc(1.8rem * var(--rio-typo-ratio,1));
        padding-left: 10px;
        line-height: 20px;
    }

    .product-promo .promo-image img {
        width: 70px;
        height: auto;
    }
}

.avg-rating-container mark {
    color: #00665E;
}

.btn.btn-primary.submit-review-toggle {
    color: #fff;
}

.woocommerce-tabs .shop_attributes th {
    text-transform: none;
}


/*************** WIRTUALNY KOSMETOLOG  ***************/

.widget-wirtualny-title {
    color: var(--e-global-color-primary );
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
}

.widget-wirtualny-text {
    color: var(--e-global-color-primary );
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}











.btn-dark {
    color: #fff;
    border-color: #00665E;
    background-color: #00665E
}

.btn-dark:hover,.btn-dark:active,.btn-dark:focus {
    color: #fff;
    border-color: #15726B;
    background-color: #15726B
}

.btn-dark.btn-solid {
    color: #00665E;
    border-color: #fff;
    background-color: #fff
}

.btn-dark.btn-solid:hover,.btn-dark.btn-solid:active,.btn-dark.btn-solid:focus {
    border-color: #00665E;
    background-color: #00665E;
    color: #fff
}

.btn-dark.btn-outline {
    color: #00665E;
    border-color: #00665E;
    background-color: transparent
}

.btn-dark.btn-outline:hover,.btn-dark.btn-outline:active,.btn-dark.btn-outline:focus {
    background-color: #00665E;
    color: #fff
}

.btn-dark.btn-link {
    background-color: transparent;
    color: #00665E
}

.btn-dark.btn-link:hover,.btn-dark.btn-link:active,.btn-dark.btn-link:focus {
    color: #00665E
}

.btn-dark.btn-underline:hover,.btn-dark.btn-underline:active,.btn-dark.btn-underline:focus {
    color: #00665E
}







#language-switcher {
    width: 50%;
    box-sizing: border-box; /* Uwzględniaj padding i border w szerokości */
    float: left; /* Ustawia element obok innego */
    /* Dodatkowe style dla div o id "language-switcher" */
}

#currency-switcher {
    width: 50%;
    box-sizing: border-box; /* Uwzględniaj padding i border w szerokości */
    float: left;
}

.wpml-ls-dropdown {
    display: inline-block; /* Aby uniknąć pełnej szerokości rozwijanego menu */
}

.wpml-language-switcher-block {
    position: relative; /* Wymagane, aby rozwijane menu było prawidłowo wyświetlane */
}

.wpml-ls-flag {
    vertical-align: middle; /* Ustawienie obrazków flagi w pionie */
}

/* Styl dla etykiety języka */
.wp-block-navigation-item__label {
    color: #00665e; /* Dostosuj kolor etykiety */
}

/* Styl dla strzałki rozwijanego menu */
.wp-block-navigation__submenu-icon {
    color: #00665e; /* Dostosuj kolor strzałki */
}

/* Styl dla elementów listy rozwijanej */
.wp-block-navigation-item {
    list-style: none;
}

/* Styl dla linków w elemencie listy rozwijanej */
.wp-block-navigation-item__content {
    text-decoration: none;
    color: #00665e; /* Dostosuj kolor linków */
}

/* Styl dla aktywnego języka */
.current-language-item {
    display: flex;
    cursor: pointer;
}

/* Styl dla elementów listy rozwijanej wertykalnej */
.wp-block-navigation__submenu-container.isVertical {
    flex-wrap: wrap;
}




