#crumbs, #crumbs a {
    font-family: "Futura Medium", sans-serif;
}

button.rfx_skonfiguruj_button {
    color: #fff;
}

.klikacz-ramka {
	border: solid 1px;
	border-color: #221E1F;
	text-align: center;
	padding: 12px 15px;
	font-size: 16px;
}

#rfx_selekty_w_krokach,
.rfx_nakladka {
    position: fixed;
    top: 0;
    right: -1965px;
    width: 800px;
    height: 100%;
    background: #fff;
    padding: 70px;
    transition: 0.4s;
    box-shadow: 0 0 5px;
    overflow: auto;
    z-index: 20;
    min-width: 50%;
    max-width: 100%;
}

#rfx_selekty_w_krokach.opener,
.rfx_nakladka.opener {
    right: 0;
}

#rfx_selekty_w_krokach .rfx-ikona-kroku img {
    height: 50px;
    width: 50px;
}

.rfx_sp_belka_krokow {
    display: flex;
    justify-content: space-between;
}

.belka-lewo-ikony {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.belka-prawo-zamykacz {
    width: 150px;
    text-align: right;
}

.rfx-ikona-kroku .ikona {
    padding-bottom: 0px;
}

.rfx-ikona-kroku .tytul {
    overflow-wrap: break-word;
    padding: 0px 10px 10px;
    line-height: 22px;
}

/* ---------------------- */

.rfx_skonfig_item_obraz {
    display: inline-block;
    width: 75px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 3px 10px;
}

.rfx_skonfig_item_obraz input {
    display: none;
}

.rfx_skonfig_item_obraz p.obraz {
    border: solid 3px #fff;
    box-shadow: 0 0 0px 1px #AAAAAA;
    border-radius: 3px;
}

.rfx_skonfig_item_obraz input:checked+p.obraz {
    box-shadow: 0 0 0px 3px #000;
    border-radius: 3px;
}

.rfx_skonfig_item_obraz p {
    padding: 0;
    margin: 0;
}

.rfx_skonfig_item_obraz .obraz {
    width: 100%;
    height: 70px;
}

.rfx_skonfig_item_obraz .nazwa {
    font-size: 12px;
    font-weight: bold;
}

/* ----------------- */

#rfx_selekty_w_krokach .selekt_krok:not(.aktiv) {
    display: none;
}

.rfx_sp_belka_krokow {
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 50px;
}

.rfx-ikona-kroku.aktiv {
    background: #fff;
    border: none;
    border-top: 3px solid black;
    box-shadow: 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}

.rfx-ikona-kroku:hover {
    border: none;
    border-top: 3px solid black;
}

/* ----------------------- TABY ---------------- */

.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 60px;
}

.tab-kontener {
    border-bottom: solid 1px #ccc;
}

.tab-kontener:not(.aktiv) .tab-kontent {
    display: none;
}

.tab-kontener .tab-tytul {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.tab-kontener .tab-strzalka {
    float: right;
    font-size: 40px;
    font-weight: normal;
    transform: rotate(-90deg);
    position: relative;
    right: 40px;
    transition: 0.3s;
    height: 48px;
}

.tab-kontener.aktiv .tab-strzalka {
    transform: rotate(90deg);
}

.tab-kontent {
    padding: 20px 60px 20px 20px;
    max-width: 100%;
}

/* ----------------------- ZAMÓW NA WYMIAR ---------------- */

#rfx_single_product_zamow_na_wymiar_form {
    background: #fff;
    position: fixed;
    z-index: 25;
    top: 0;
    right: -1965px;
    width: 800px;
    height: 100%;
    overflow: auto;
    padding: 60px 90px 35px;
    transition: 0.4s;
    min-width: 50%;
    max-width: 100%;
}

#rfx_single_product_zamow_na_wymiar_form.opened {
    right: 0;
}

/* ----------------------- ZAPYTAJ O PRODUKT  ---------------- */

#rfx_single_product_zapytaj_o_produkt {
    background: #aaa;
    position: fixed;
    z-index: 25;
    top: 0;
    right: -1965px;
    width: 800px;
    height: 100%;
    overflow: auto;
    padding: 60px 90px 35px;
    transition: 0.4s;
}

#rfx_single_product_zapytaj_o_produkt.opened {
    right: 0;
}

/* ------------- dystrybutorzy --------------------- */

.rfx_dystrybutorzy_item_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

.rfx_dystrybutorzy_item_wrapper > div {
    flex-basis: 30%;
}

.rfx_dystrybutorzy_item_wrapper .zdjecie img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .rfx_dystrybutorzy_item_wrapper {
        justify-content: center;
    }
    .rfx_dystrybutorzy_item_wrapper > div {
        flex-basis: unset;
    }
    .rfx_dystrybutorzy_item_wrapper .zdjecie,
    .rfx_dystrybutorzy_item_wrapper .adres {
        width: 50%;
    }
    .rfx_dystrybutorzy_item_wrapper .adres {
        padding: 0px 55px;
    }
    .rfx_dystrybutorzy_item_wrapper .mapa {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rfx_dystrybutorzy_item_wrapper .zdjecie,
    .rfx_dystrybutorzy_item_wrapper .adres,
    .rfx_dystrybutorzy_item_wrapper .mapa {
        width: 100%;
    }
    .rfx_dystrybutorzy_item_wrapper .adres {
        padding: 25px 30px;
    }

}

/* ---------------------- variation swatches -------------------------- */

.image-variable-items-wrapper .variable-item:not(.selected) {
    display: none !important
}

/* ---------------------- form na wymiar -------------------------- */

.wpcf7-form .form-na-wymiar p {
    padding: 10px 0 20px;
}

#rfx_single_product_zapytaj_o_produkt {
    background-color: #fff;
    min-width: 50%;
    max-width: 100%;
}

.form-na-wymiar {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.form-na-wymiar__sc {
    display: flex;
    gap: 25px;
}

.form-na-wymiar__sc__lewo,
.form-na-wymiar__sc__lewo {
    flex-basis: 50%;
}

.form-na-wymiar__sc__lewo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-na-wymiar input.wpcf7-text,
.form-na-wymiar input.wpcf7-email,
.form-na-wymiar input.wpcf7-tel {
    border: none;
    border-bottom: 1px solid #ccc;
    color: black !important;
}

.form-na-wymiar textarea {
    border: none !important;
    border: 1px solid #ccc !important;
    margin-top: 23px;
    color: black !important;
}

.form-na-wymiar label {
    font-size: 12px !important;
}

.form-na-wymiar__imie {
    margin-bottom: 10px;
}

.rfx_wyjazd_tlo {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
    transition: .5s;
}

.rfx_wyjazd_tlo.opened {
    left: 0;
}

.form-na-wymiar__info b {
    color: black;
}

.form-na-wymiar__zgody {
    margin-top: 10px;
}

.form-na-wymiar__zgody span {
    color: black !important;
    font-size: 12px;
    margin: 6px 5px;
}

.form-na-wymiar--wyslij .wpcf7-submit {
    width: 100% !important;
    padding: 12px !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

/* ---------------------- filtry -------------------------- */

#rfx_wc_filter_left {
    background: #fff !important;
    box-shadow: 10px 0px 13px -13px rgba(0, 0, 0, 0.75);
}

.rfx_wc_filter_left_wrapper {
	padding: 0 60px 60px !important;
}

.rfx_wc_filter_left_wrapper h3 {
    font-size: 18px;
}

.rfx_wc_filter_left_wrapper ul li {
    font-size: 14px;
}

.rfx_wc_filter_left_wrapper ul li a {
    margin-right: 5px;
}

.rfx_wc_filter_left_wrapper ul li span.count {
    font-size: 13px;
    color: #b9b9b9;
}

.rfx_wc_filter_left_wrapper .widget {
    margin: 0 0 20px !important;
}

.rfx_wc_filter_left_wrapper .woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
    background: #000 !important;
    border: none !important;
    padding: 0 10px !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    color: #FFF !important;
}

.rfx_filter_wysun,
.rfx_filter_zamknij {
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

/* ---------------------- konfiguracja -------------------------- */

.rfx_sp_lista_opcji {
    list-style: none;
}

.rfx_sp_lista_opcji ul li {
    margin: 5px;
}

body.rfx_header_categories_switcher .pagetitle_parallax_section {
    background: transparent;
    display:none;
}

body.rfx_header_categories_switcher .pagetitle_parallax {
	background:transparent !important;
}

.single-product .product_image_wrap {
	overflow: hidden;
}

.single-product .rfx_gallery_wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.rfx_sp_gallery_prev, .rfx_sp_gallery_next {
	position: absolute;
	font-size: 50px;
	cursor: pointer;
    z-index: 55;
}

.rfx_sp_gallery_prev {
    left: 0px;
}

.rfx_sp_gallery_next {
    right: 0px;
}

.woocommerce-product-gallery__image.flex-active-slide {
	margin-right: 1px !important;
}

/* ------------ rozwijak ---------- */

.rfx_accordion_shop {
	width: 100%;
	margin: 0 auto;
}

.rfx_accordion_shop .rfx_rozwijak .rfx_tytul_rozwijaka {
    background-color: #fafafa;
    position: relative;
}

.rfx_tytul_rozwijaka {
    font-family: "Futura Extra Bold";
	cursor: pointer;
    font-size: 14px;
    padding: 20px 40px;
    margin-bottom: 5px;
}

.rfx_tresc_rozwijaka {
	padding: 15px 50px 25px;
}

.rfx_tytul_rozwijaka::after {
    content: url(http://danzz.de/wp-content/uploads/2023/04/Vector.png);
    float: right;
    transition: .3s all;
}

.rfx_rozwijak.aktiv_rozwijak .rfx_tytul_rozwijaka::after {
	transform: rotate(-180deg);
}

/*----------------------- Wersja V3 ----------------------- */

/* dla zastepczych pustych atrybutow */
table.variations tr{
    display:none;
}

.rfx-zastepcze-puste-atrybuty {
    color:#A0A0A0;
    font-size:12px;
}

.rfx-zastepcze-puste-atrybuty,
.rfx-zastepcze-puste-atrybuty .aktiv {
	display: none;
}

.related.products h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}

.st-akordeon-v2 .vc_tta-panel {
    margin-bottom:0 !important;
}

.st-akordeon-v2 .vc_tta-panel .vc_tta-panel-heading {
    padding:0 50px;
}

.st-akordeon-v2 .vc_tta-panel-body {
    padding:0 30px 30px !important;
}

.st-akordeon-v2 .vc_tta-panel:nth-child(2n+1) .vc_tta-panel-heading {
    background:#fafafa !important;
}

.st-akordeon-v2 .vc_tta-panel-title::before, .st-akordeon-v2 .vc_tta-panel-title::after {
    display:none !important;
}

.linkqwa {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 34px;
	margin-top: 6px;
	transition: 0.3s;
	font-weight: 600;
	font-style: italic;
	font-size: 16px;
}

.rfx-start-slide a {
	position: relative;
}

.rfx-start-slide  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
    opacity:0;
    transition:0.3s;
}

.rfx-start-slide a:hover .overlay{
    opacity:1;
}

.woocommerce nav.woocommerce-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin-bottom: 30px !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a {
    font-weight: 600 !important;
}

.wishlist-link .wc_tooltip,
.add_to_wishlist .wc_tooltip {
    display: none;
    visibility: none;
}

.woo_product_button_group .product_shop_wishlist_button a.shop_wishlist_button.wishlist-link::after {
    color: #FFF !important;
}

.danzz-blog-header h3 {
    min-height: 90px;
}

.form-na-wymiar .form-na-wymiar--wyslij input[type="submit"],
#kontaform .wpcf7-submit {
    color: #FFFFFF !important;
    width: 100%;
}

.products .product .product_list_item h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 768px) {
    .woocommerce-page ul.products li.product .zolo_product_details, 
    .woocommerce ul.products li.product .zolo_product_details {
        min-height: 90px !important;
        padding: 15px 10px 15px 10px !important;
    }
    .products .product .product_list_item h3 {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li a {
        padding: 8px 10px !important;
    }
    ul.products li.product h3, 
    .woocommerce ul.products li.product h3, 
    .woocommerce-page ul.products li.product h3 {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .rfx_tytul_rozwijaka::after {
        position: absolute;
        right: 10px;
        bottom: calc(50% - 14px);
    }
}

/* New Header */

.headercontent_box .logo-box img {
    margin-top: -9px;
}

.headercontent_box .zolo-navigation.main-navigation .zolo-navbar-nav > li > a {
    display: flex;
    flex-direction: row-reverse;
    text-transform: initial;
}

.headercontent_box .zolo-navigation.main-navigation .zolo-navbar-nav > li > a .zolo-megamenu-icon {
    margin-right: 0;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 10px;
}

.dropdown_loading_slide_down .zolo-navigation ul li:hover div.zolo-megamenu-wrapper {
    transform: translate(0px, -2px) !important;
}

.danzz-product-mega-menu .product-mega-menu-list ul li,
.zolo-navigation .zolo-navbar-nav > ul.sub-menu > li.menu-item {
    font-family: "Jost" !important;
}

.headercontent_box .header_center .header_center_col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 20px 0px 100px;
}

.header_center_col .zolo_multilingual_code ul {
    display: flex;
    flex-direction: row;
}

.header_center_col .zolo_multilingual_code ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 40px 15px 40px 15px;
}

.header_center_col .zolo_multilingual_code ul li.current-lang a {
    font-weight: 700;
}

.header_right .header_right_col .nav_search-icon::before,
.header_section_two .nav_search-icon.search_close_icon::after {
    background-color: #000 !important;
}

.header_right .header_right_col .nav_search-icon::before,
.header_right .header_right_col .nav_search-icon::after {
    color: #000;
}

.header_right .header_right_col .nav_search-icon::after  {
    border: 2px solid #000 !important;
    width: 13px;
    height: 13px;
}

.header_section_two .nav_search-icon.search_close_icon::after {
    border: 1px solid #000 !important;
    width: 2px !important;
    height: 20px !important;
}

.header_section_two ul.header_right_col > li {
    padding: 0px 7px !important;
}

.header_section_two ul.header_right_col {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 -5px !important; 
}

.zolo-megamenu-wrapper .zolo-megamenu-holder {
    margin-top: -1px !important;
}

.zolo-megamenu-holder ul.zolo-megamenu > li {
    display: none;
    visibility: hidden;
}

.danzz-product-mega-menu .zolo-container .vc_row .product-mega-menu-list {
    padding-top: 85px;
}

.header_right .cart-control {
    height: 26px;
}

.header_right .cart-control::before,
.header_right .cart-control::after {
    border: 2px solid #000;
    border-color: #000;
}

.header_right  .cart-dropdown-form {
    color: #000;
    box-shadow: 0 7px 20px -5px #b9b9b9;
    z-index: 999;
    padding: 20px;
}

.headertopcontent_box .header_center ul,
.headertopcontent_box .header_center ul li {
    width: 100%;
}

.danzz-countdown {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.danzz-countdown_description,
.danzz-countdown_couter-wrapper {
    width: 50%;
}

.danzz-countdown_description {
    display: flex;
    justify-content: end;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    text-transform: initial;
}

.danzz-countdown_couter-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}

.danzz-countdown_couter-wrapper .danzz-countdown_counter {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.danzz-countdown_counter .danzz-countdown_counter-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 50px;
    position: relative;
}

.danzz-countdown_counter .danzz-countdown_counter-item:not(:last-child):after {
    content: ":";
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 30%;
    right: -7px;
}

.danzz-countdown_counter-item .danzz-coutdown-value {
    text-align: center;
}

.danzz-countdown_counter-item .danzz-coutdown-value span {
    display: inline-block;
    min-width: 30px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding: 7px;
    background-color: #3D3D3D;
}

.danzz-countdown_counter-item .danzz-countdown_counter-text {
    color: #FFF;
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.mobile_header_area header.zolo_header .headercontent_box {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.mobile_header_area.modern_mobile_menu #nav_toggle {
    padding: 5px;
    background-color: #000;
    margin-top: -15px !important;
    margin-left: 10px !important;
    width: 35px;
    min-height: 37px;
}

.mobile_header_area .mob_nav_icon_area #nav_toggle .nav_bar {
    height: 3px;
}

.mobile_header_area .mob_nav_icon_area #nav_toggle.active .nav_bar.nav_bar_2nd {
    height: 0;
}

.mobile_header_area .mob_nav_icon_area #nav_toggle .nav_bar {
    background-color: #FFF !important;
}

.mobile_header_area .mob_nav_icons .nav_search-icon::before {
    background-color: #000 !important;
}

.mobile_header_area .mob_nav_icon_area ul.mob_nav_icons li a {
    color: #000 !important;
}

.mobile_header_area .mob_nav_icons .nav_search-icon::after {
    border-color: #000 !important;
}

.zolo_mobile_menu_icon {
    margin-right: 10px;
    margin-top: -3px !important;
}

.zolo_mobile_menu_icon .nav_bar_3rd::after {
    display: inline-block;
	content: 'menu';
	font-size: 10px;
	text-transform: uppercase;
    margin-left: -2px;
}

.zolo_mobile_menu_icon.active .nav_bar_3rd::after {
    display: inline-block;
    transform: rotate(45deg);
    margin-left: -42px;
    padding-left: 2px;
}

.mobile_header_area ul.mob_nav_icons {
    margin: -5px 0 0 0 !important;
}

@media only screen and (max-width: 1470px) {
    .zolo-navigation .zolo-navbar-nav .menu-item a {
        padding: 40px 11px 40px 11px;
    }
}

@media only screen and (max-width: 1300px) {
    .zolo-navigation .zolo-navbar-nav .menu-item a {
        padding: 40px 10px 40px 10px !important;
        font-size: 14px !important;
    }
    .header_center_col .zolo_multilingual_code ul li a {
        font-size: 12px;
    }
    .header_section_two ul.header_right_col > li {
        padding: 0px 5px !important;
    }
}

@media only screen and (max-width: 1250px ) {
    .headercontent_box .header_center .header_center_col {
        padding: 0px 20px 0px 40px;
    }
    .danzz-product-mega-menu .zolo-container .vc_row .product-mega-menu-list {
        padding-top: 35px;
    }
    .danzz-product-mega-menu .zolo-container .vc_row .product-mega-menu-list ul li a {
        padding: 7px 10.5px 7px 10.5px !important;
    }
}

@media only screen and (min-width: 1051px) {
    .header_element .zolo-navigation > ul > li.lang-item {
        display: none !important;
        visibility: hidden !important;
    }
    .danzz-product-mega-menu .zolo-container .vc_row .product-mega-menu-list.bordered > .layer {
        border: 1px solid #F6F6F6;
        border-top: unset;
        border-bottom: unset;
    }
}

@media only screen and (max-width: 1050px) {
    .danzz-product-mega-menu .zolo-container .vc_row .product-mega-menu-list {
        padding-top: 0px;
    }
    .danzz-product-mega-menu .product-mega-menu-list .sub-menu .mobile-nav-item a:hover {
        color: #000000 !important;
    }
    .mobile-nav-holder .mobile-nav-item .danzz-product-mega-menu + li.mobile-nav-item {
        display: none !important;
        visibility: hidden !important;
    }
    .danzz-countdown {
        padding: 0px 0px 5px;
    }
    .danzz-countdown_counter-item .danzz-coutdown-value {
        max-height: 45px;
        margin-top: -10px;
    }
    .danzz-countdown_counter .danzz-countdown_counter-item:not(:last-child)::after {
        top: -10px;
    }
    .mobile-menu-expanded .zolo-megamenu-icon {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .danzz-countdown {
        flex-wrap: wrap;
        gap: 0px;
    }
    .danzz-countdown_description, 
    .danzz-countdown_couter-wrapper {
        width: 100%;
        justify-content: center;
    }
    .danzz-countdown_description {
        font-size: 12px;
        line-height: 16px;
        padding-top: 8px;
        max-height: 38px;
    }
    .danzz-countdown_counter .danzz-countdown_counter-item {
        gap: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .danzz-countdown {
        gap: 7px;
    }
}

/* New Header */

/* Newsletter form */

.danzz-newsletter-wrapper {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 30px;
}

.danzz-newsletter-wrapper .danzz-newsletter-inputs {
    width: 60%;
}

.danzz-newsletter-wrapper .tnp-field-button {
    width: 40%;
    margin-bottom: 0px !important;
}

.danzz-newsletter-inputs .tnp-email {
    min-height: 55px;
    border: 1px solid #FFF !important;
    background-color: transparent !important;
    color: #FFF !important;
    font-family: "Futura Medium" !important;
    font-size: 16px !important;
    padding: 15px 30px !important;
}

.danzz-newsletter-wrapper .tnp-field-button input {
    min-height: 55px;
    width: 100% !important;
    font-family: "Futura Medium" !important;
    font-size: 16px !important;
    text-align: center !important;
    color: #000 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.danzz-newsletter-inputs .tnp-privacy-field label,
.danzz-newsletter-inputs .tnp-privacy-field label a {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}

.danzz-newsletter-inputs .tnp-privacy-field {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 575px) {
    .danzz-newsletter-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
    .danzz-newsletter-wrapper .danzz-newsletter-inputs,
    .danzz-newsletter-wrapper .tnp-field-button {
        width: 100%;
    }
}

/* Newsletter form */

/* Footer */

.danzz-footer-rx .footer-contact-links {
    margin-top: 40px;
}

.danzz-footer-rx .danzz-footer-contact-info .wpb_content_element .widget_text,
.danzz-footer-implementation + .wpb_content_element .widget_text {
    margin-bottom: 0px;
}

.danzz-footer-rx .footer-contact-links .footer-contact-links_item {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-bottom: 35px;
}

.danzz-footer-rx .footer-contact-links .footer-contact-links_item:first-child a {
    margin-left: 9px;
}

.danzz-footer-rx .footer-contact-links .footer-contact-links_item a,
.danzz-footer-rx .footer-contact-links + p {
    color: #FFF !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.danzz-footer-rx .wpb_column h2.widgettitle {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 0px 25px;
    text-decoration: none;
    color: #FFF !important;
    font-weight: 600;
}

.danzz-footer-rx .widget_nav_menu li {
    border: none !important;
    padding: 0px !important;
}

.danzz-footer-rx .widget_nav_menu li a,
.danzz-footer-short-descr-rx,
.danzz-footer-short-descr-rx a,
.danzz-footer-implementation p,
.danzz-footer-implementation p a {
    color: #FFF !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}

.danzz-footer-rx .footer-payment-methods {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 165px;
}

.danzz-footer-rx .footer-payment-methods .footer-payment-methods_item {
    width: 33%;
    margin-bottom: 10px;
}

.danzz-footer-rx .footer-payment-methods .footer-payment-methods_item img {
    max-height: 24px;
}

.danzz-footer-rx .footer-socials-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.danzz-footer-rx .footer-socials-wrapper .footer-socials-wrapper_item br {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .danzz-footer-rx .wpb_raw_code.danzz-footer-short-descr-rx {
        text-align: center;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .vc_custom_1682599463980.danzz-footer-rx,
    .vc_custom_1682600361095.danzz-footer-rx {
        padding-right: 10% !important;
        padding-bottom: 0px !important;
        padding-left: 10% !important;
    }
    .danzz-footer-rx .danzz-footer-menu {
        text-align: center;
    }
    .danzz-footer-implementation {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .danzz-footer-rx {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }
}

/* Footer */

/* Zoho Chat */

.siq_bR {
    bottom: 80px !important;
    right: 15px !important;
}

/* Zoho Chat */

/* Checkout */

.woocommerce-cart .pagetitle_parallax_section,
.woocommerce-checkout .pagetitle_parallax_section {
    display: none;
    visibility: hidden;
}

/* Checkout */
